From 2ad986dddd855df06eb430b0640340b9f14a79ee Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:35:14 -0500 Subject: [PATCH 001/213] Adds pre-set warp points (#991) * Adds pre-set warp points * Trim yaml --------- Co-authored-by: Velcroboy --- .../en-US/deltav/warp-points/warp-points.ftl | 41 +++ .../DeltaV/Entities/Markers/warp_points.yml | 272 ++++++++++++++++++ 2 files changed, 313 insertions(+) create mode 100644 Resources/Locale/en-US/deltav/warp-points/warp-points.ftl create mode 100644 Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml diff --git a/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl b/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl new file mode 100644 index 00000000000..36c7db9a346 --- /dev/null +++ b/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl @@ -0,0 +1,41 @@ +warp-point-evac = Evac +warp-point-shuttle = Shuttle +warp-point-debris = Space Debris +warp-point-ruin = Space Ruin + +warp-point-bridge = Bridge +warp-point-vault = Vault + +warp-point-sec = Security +warp-point-perma = Perma +warp-point-detective = Detective +warp-point-court = Courtroom + +warp-point-medical = Medical +warp-point-morgue = Morgue + +warp-point-epistemics = Epistemics + +warp-point-logistics = Logistics +warp-point-salvage = Salvage + +warp-point-engineering = Engineering +warp-point-singularity = Singularity +warp-point-atmospherics = Atmos + +warp-point-hop = HoP +warp-point-kitchen = Kitchen +warp-point-bar = Bar +warp-point-botany = Botany +warp-point-janitor = Janitor +warp-point-reporter = Reporter +warp-point-lawyer = Lawyer + +warp-point-ai = AI +warp-point-arrivals = Arrivals +warp-point-evac = Evac +warp-point-cryo = Cryo +warp-point-chapel = Chapel +warp-point-library = Library +warp-point-dorms = Dorms +warp-point-disposals = Disposals diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml b/Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml new file mode 100644 index 00000000000..90c18670f0f --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml @@ -0,0 +1,272 @@ +# Off station +- type: entity + id: WarpPointEvacShuttle + parent: WarpPoint + suffix: Evac Shuttle + components: + - type: WarpPoint + location: warp-point-evac + +- type: entity + id: WarpPointShuttle + parent: WarpPoint + suffix: Shuttle + components: + - type: WarpPoint + location: warp-point-shuttle + +- type: entity + id: WarpPointDebris + parent: WarpPoint + suffix: Space Debris + components: + - type: WarpPoint + location: warp-point-debris + +- type: entity + id: WarpPointRuin + parent: WarpPoint + suffix: Space Ruin + components: + - type: WarpPoint + location: warp-point-ruin + +# Command +- type: entity + id: WarpPointBridge + parent: WarpPoint + suffix: Bridge + components: + - type: WarpPoint + location: warp-point-bridge + +- type: entity + id: WarpPointVault + parent: WarpPoint + suffix: Vault + components: + - type: WarpPoint + location: warp-point-vault + +# Security +- type: entity + id: WarpPointSecurity + parent: WarpPoint + suffix: Security + components: + - type: WarpPoint + location: warp-point-sec + +- type: entity + id: WarpPointPerma + parent: WarpPoint + suffix: Perma + components: + - type: WarpPoint + location: warp-point-perma + +- type: entity + id: WarpPointDetective + parent: WarpPoint + suffix: Detective + components: + - type: WarpPoint + location: warp-point-detective + +- type: entity + id: WarpPointCourt + parent: WarpPoint + suffix: Courtroom + components: + - type: WarpPoint + location: warp-point-court + +#Medical +- type: entity + id: WarpPointMedical + parent: WarpPoint + suffix: Medical + components: + - type: WarpPoint + location: warp-point-medical + +- type: entity + id: WarpPointMorgue + parent: WarpPoint + suffix: Morgue + components: + - type: WarpPoint + location: warp-point-morgue + +#Epistemics +- type: entity + id: WarpPointEpistemics + parent: WarpPoint + suffix: Epistemics + components: + - type: WarpPoint + location: warp-point-epistemics + +#Logistics +- type: entity + id: WarpPointLogistics + parent: WarpPoint + suffix: Logistics + components: + - type: WarpPoint + location: warp-point-logistics + +- type: entity + id: WarpPointSalvage + parent: WarpPoint + suffix: Salvage + components: + - type: WarpPoint + location: warp-point-salvage + +#Engineering +- type: entity + id: WarpPointEngineering + parent: WarpPoint + suffix: Engineering + components: + - type: WarpPoint + location: warp-point-engineering + +- type: entity + id: WarpPointSingulo + parent: WarpPoint + suffix: Singularity + components: + - type: WarpPoint + location: warp-point-singularity + +- type: entity + id: WarpPointAtmos + parent: WarpPoint + suffix: Atmos + components: + - type: WarpPoint + location: warp-point-atmospherics + +#Service +- type: entity + id: WarpPointHOP + parent: WarpPoint + suffix: HoP + components: + - type: WarpPoint + location: warp-point-hop + +- type: entity + id: WarpPointKitchen + parent: WarpPoint + suffix: Kitchen + components: + - type: WarpPoint + location: warp-point-kitchen + +- type: entity + id: WarpPointBar + parent: WarpPoint + suffix: Bar + components: + - type: WarpPoint + location: warp-point-bar + +- type: entity + id: WarpPointBotany + parent: WarpPoint + suffix: Botany + components: + - type: WarpPoint + location: warp-point-botany + +- type: entity + id: WarpPointJanitor + parent: WarpPoint + suffix: Janitor + components: + - type: WarpPoint + location: warp-point-janitor + +- type: entity + id: WarpPointReporter + parent: WarpPoint + suffix: Reporter + components: + - type: WarpPoint + location: warp-point-reporter + +- type: entity + id: WarpPointLawyer + parent: WarpPoint + suffix: Lawyer + components: + - type: WarpPoint + location: warp-point-lawyer + +#Misc +- type: entity + id: WarpPointAI + parent: WarpPoint + suffix: AI + components: + - type: WarpPoint + location: warp-point-ai + +- type: entity + id: WarpPointArrivals + parent: WarpPoint + suffix: Arrivals + components: + - type: WarpPoint + location: warp-point-arrivals + +- type: entity + id: WarpPointEvac + parent: WarpPoint + suffix: Evac + components: + - type: WarpPoint + location: warp-point-evac + +- type: entity + id: WarpPointCryo + parent: WarpPoint + suffix: Cryo + components: + - type: WarpPoint + location: warp-point-cryo + +- type: entity + id: WarpPointChapel + parent: WarpPoint + suffix: Chapel + components: + - type: WarpPoint + location: warp-point-chapel + +- type: entity + id: WarpPointLibrary + parent: WarpPoint + suffix: Library + components: + - type: WarpPoint + location: warp-point-library + +- type: entity + id: WarpPointDorms + parent: WarpPoint + suffix: Dorms + components: + - type: WarpPoint + location: warp-point-dorms + +- type: entity + id: WarpPointDisposals + parent: WarpPoint + suffix: Disposals + components: + - type: WarpPoint + location: warp-point-disposals From b4fc2e342be6ef395b1ca21f27787ac08a89df59 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:16:26 -0500 Subject: [PATCH 002/213] Revert AME buff --- 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 608356f7605..9acc1034ddf 100644 --- a/Content.Server/Ame/AmeNodeGroup.cs +++ b/Content.Server/Ame/AmeNodeGroup.cs @@ -182,7 +182,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 2000000f * fuel * fuel / cores; + return 20000f * fuel * fuel / cores; // Delt V - Revert upstream buff for normal AME operation } public int GetTotalStability() From dae03b9e997eeb09f8d25cb5939f02e76c10244d Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:16:48 +0000 Subject: [PATCH 003/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 11ab88d30e5..c1a210be39b 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1901,3 +1901,11 @@ id: 290 time: '2024-03-21T18:46:44.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/989 +- author: Velcroboy + changes: + - message: Reverted AME buff. AME will require more than 1 core again to function + properly. + type: Tweak + id: 291 + time: '2024-03-23T00:16:26.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/996 From 82d700ffe85308dc51117f9b5084058b62609991 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:47:53 -0500 Subject: [PATCH 004/213] Map Edits (#997) Co-authored-by: Velcroboy --- Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml | 262 +++++---- Resources/Maps/arena.yml | 569 ++++++++++++------- 2 files changed, 493 insertions(+), 338 deletions(-) diff --git a/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml b/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml index 930f6c74c7e..6f281d8ce8b 100644 --- a/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml +++ b/Resources/Maps/Shuttles/DeltaV/NTES_Seal.yml @@ -5,15 +5,15 @@ tilemap: 0: Space 14: FloorBar 17: FloorBlue - 30: FloorDark - 62: FloorLaundry - 65: FloorMetalDiamond - 78: FloorReinforced - 86: FloorShuttlePurple - 92: FloorSteel - 107: FloorTechMaint - 123: Lattice - 124: Plating + 32: FloorDark + 64: FloorLaundry + 67: FloorMetalDiamond + 80: FloorReinforced + 88: FloorShuttlePurple + 94: FloorSteel + 109: FloorTechMaint + 126: Lattice + 127: Plating entities: - proto: "" entities: @@ -28,35 +28,35 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAACDgAAAAABDgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACHgAAAAACXAAAAAABHgAAAAAAHgAAAAADHgAAAAAAXAAAAAAAHgAAAAADfAAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAABXAAAAAACXAAAAAAAXAAAAAAAHgAAAAADXAAAAAABHgAAAAADHgAAAAADHgAAAAADXAAAAAAAHgAAAAADfAAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAACXAAAAAACXAAAAAADXAAAAAADHgAAAAADXAAAAAACHgAAAAABHgAAAAABHgAAAAADXAAAAAAAHgAAAAAAfAAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADXAAAAAADXAAAAAAAXAAAAAABHgAAAAACXAAAAAACHgAAAAAAHgAAAAADHgAAAAAAXAAAAAAAHgAAAAACfAAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAADgAAAAACDgAAAAABDgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAACIAAAAAACXgAAAAABIAAAAAAAIAAAAAADIAAAAAAAXgAAAAAAIAAAAAADfwAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAABXgAAAAACXgAAAAAAXgAAAAAAIAAAAAADXgAAAAABIAAAAAADIAAAAAADIAAAAAADXgAAAAAAIAAAAAADfwAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAACDgAAAAACXgAAAAACXgAAAAADXgAAAAADIAAAAAADXgAAAAACIAAAAAABIAAAAAABIAAAAAADXgAAAAAAIAAAAAAAfwAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADXgAAAAADXgAAAAAAXgAAAAABIAAAAAACXgAAAAACIAAAAAAAIAAAAAADIAAAAAAAXgAAAAAAIAAAAAACfwAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAAD version: 6 -1,0: ind: -1,0 - tiles: XAAAAAAAfAAAAAAAVgAAAAAAEQAAAAAAVgAAAAAAfAAAAAAAHgAAAAABHgAAAAAAXAAAAAADHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAXAAAAAADXAAAAAACfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAADHgAAAAABXAAAAAADHgAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAABHgAAAAADXAAAAAACHgAAAAACfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAACHgAAAAABXAAAAAAAHgAAAAABfAAAAAAATgAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAACHgAAAAADXAAAAAADHgAAAAACfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAVgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABVgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAXAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAHgAAAAAAHgAAAAACHgAAAAAAVgAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVgAAAAAAVgAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVgAAAAAAVgAAAAAAHgAAAAADHgAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAHgAAAAADHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XgAAAAAAfwAAAAAAWAAAAAAAEQAAAAAAWAAAAAAAfwAAAAAAIAAAAAABIAAAAAAAXgAAAAADIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAXgAAAAADXgAAAAACfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAADIAAAAAABXgAAAAADIAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAABIAAAAAADXgAAAAACIAAAAAACfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAACIAAAAAABXgAAAAAAIAAAAAABfwAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAACIAAAAAADXgAAAAADIAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAWAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABWAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAXgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAIAAAAAAAIAAAAAACIAAAAAAAWAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAIAAAAAADIAAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAIAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAVgAAAAAAXAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAHgAAAAADXAAAAAACHgAAAAABHgAAAAABHgAAAAAAXAAAAAACHgAAAAACXAAAAAADXAAAAAADXAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAHgAAAAACXAAAAAAAHgAAAAABHgAAAAACHgAAAAABXAAAAAADHgAAAAADXAAAAAADXAAAAAADXAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAHgAAAAADXAAAAAADHgAAAAADHgAAAAACHgAAAAACXAAAAAACHgAAAAABXAAAAAABXAAAAAABXAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAHgAAAAABXAAAAAABHgAAAAAAHgAAAAAAHgAAAAABXAAAAAAAHgAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAWAAAAAAAXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAIAAAAAADXgAAAAACIAAAAAABIAAAAAABIAAAAAAAXgAAAAACIAAAAAACXgAAAAADXgAAAAADXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAIAAAAAACXgAAAAAAIAAAAAABIAAAAAACIAAAAAABXgAAAAADIAAAAAADXgAAAAADXgAAAAADXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAIAAAAAADXgAAAAADIAAAAAADIAAAAAACIAAAAAACXgAAAAACIAAAAAABXgAAAAABXgAAAAABXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAIAAAAAABXgAAAAABIAAAAAAAIAAAAAAAIAAAAAABXgAAAAAAIAAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAAD version: 6 1,-1: ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAawAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAVgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAADVgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAADWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,0: ind: 1,0 - tiles: HgAAAAACHgAAAAADVgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAawAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: IAAAAAACIAAAAAADWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: VgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABXAAAAAAAHgAAAAADHgAAAAACfAAAAAAAVgAAAAAAEQAAAAAAVgAAAAAAfAAAAAAAXAAAAAADXAAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAABXAAAAAABHgAAAAAAHgAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAACTgAAAAAAfAAAAAAAHgAAAAADXAAAAAACHgAAAAADHgAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAfAAAAAAAHgAAAAADXAAAAAADHgAAAAACHgAAAAACfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAXAAAAAACXAAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAAAXAAAAAAAHgAAAAACHgAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAXAAAAAADXAAAAAAAVgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAVgAAAAAAVgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAACfAAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABVgAAAAAAHgAAAAABHgAAAAADHgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAAAHgAAAAACfAAAAAAAfAAAAAAAVgAAAAAAVgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAABVgAAAAAAVgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABXgAAAAAAIAAAAAADIAAAAAACfwAAAAAAWAAAAAAAEQAAAAAAWAAAAAAAfwAAAAAAXgAAAAADXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAABXgAAAAABIAAAAAAAIAAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAACUAAAAAAAfwAAAAAAIAAAAAADXgAAAAACIAAAAAADIAAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAIAAAAAADXgAAAAADIAAAAAACIAAAAAACfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAXgAAAAACXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAAAXgAAAAAAIAAAAAACIAAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAXgAAAAADXgAAAAAAWAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAWAAAAAAAWAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABWAAAAAAAIAAAAAABIAAAAAADIAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAABWAAAAAAAWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABWAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVgAAAAAAHgAAAAACHgAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVgAAAAAAXAAAAAABXAAAAAAAXAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAIAAAAAACIAAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAXgAAAAABXgAAAAAAXgAAAAAC version: 6 -2,0: ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAVgAAAAAAHgAAAAADHgAAAAACXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAIAAAAAADIAAAAAACXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -403,45 +403,7 @@ entities: - type: Transform pos: 16.5,-4.5 parent: 60 -- proto: AirlockHeadOfSecurityLocked - entities: - - uid: 127 - components: - - type: Transform - pos: -0.5,5.5 - parent: 60 -- proto: AirlockMaintEngiLocked - entities: - - uid: 167 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 60 - - uid: 209 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 60 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 125 - components: - - type: Transform - pos: -12.5,0.5 - parent: 60 - - uid: 126 - components: - - type: Transform - pos: 11.5,0.5 - parent: 60 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 88 - components: - - type: Transform - pos: -0.5,0.5 - parent: 60 -- proto: AirlockShuttleEasyPryLocked +- proto: AirlockExternalShuttleLocked entities: - uid: 98 components: @@ -491,6 +453,44 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,-3.5 parent: 60 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 127 + components: + - type: Transform + pos: -0.5,5.5 + parent: 60 +- proto: AirlockMaintEngiLocked + entities: + - uid: 167 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 60 + - uid: 209 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 60 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 125 + components: + - type: Transform + pos: -12.5,0.5 + parent: 60 + - uid: 126 + components: + - type: Transform + pos: 11.5,0.5 + parent: 60 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 88 + components: + - type: Transform + pos: -0.5,0.5 + parent: 60 - proto: APCHighCapacity entities: - uid: 269 @@ -8980,31 +8980,89 @@ entities: rot: 3.141592653589793 rad pos: -3.5,2.5 parent: 60 -- proto: WindowFrostedDirectional +- proto: WindowReinforcedDirectional + entities: + - uid: 588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 60 + - uid: 589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 60 + - uid: 961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 60 + - uid: 962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 60 + - uid: 963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 60 + - uid: 964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,2.5 + parent: 60 + - uid: 1077 + components: + - type: Transform + pos: 10.5,6.5 + parent: 60 + - uid: 1078 + components: + - type: Transform + pos: -11.5,6.5 + parent: 60 + - uid: 1080 + components: + - type: Transform + pos: -12.5,6.5 + parent: 60 + - uid: 1081 + components: + - type: Transform + pos: 11.5,6.5 + parent: 60 +- proto: WindowTintedDirectional entities: - uid: 461 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-3.5 + pos: 14.5,-4.5 parent: 60 - uid: 471 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-2.5 + pos: 14.5,-5.5 parent: 60 - uid: 472 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-2.5 + pos: 13.5,-2.5 parent: 60 - uid: 473 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,-2.5 + pos: 7.5,-2.5 parent: 60 - uid: 474 components: @@ -9022,13 +9080,13 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-2.5 + pos: -14.5,-2.5 parent: 60 - uid: 478 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-2.5 + pos: -8.5,-2.5 parent: 60 - uid: 479 components: @@ -9046,106 +9104,68 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-4.5 + pos: 14.5,-3.5 parent: 60 - uid: 561 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,-5.5 + pos: 14.5,-2.5 parent: 60 - - uid: 1307 + - uid: 1066 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-2.5 + pos: -10.5,-2.5 parent: 60 - - uid: 1308 + - uid: 1067 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-2.5 parent: 60 - - uid: 1309 + - uid: 1068 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-2.5 + pos: -12.5,-2.5 parent: 60 - - uid: 1311 + - uid: 1069 components: - type: Transform - pos: -9.5,0.5 + pos: -8.5,0.5 parent: 60 - - uid: 1312 + - uid: 1070 components: - type: Transform - pos: 8.5,0.5 + pos: 7.5,0.5 parent: 60 - - uid: 1315 + - uid: 1072 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,-2.5 + pos: 9.5,-2.5 parent: 60 - - uid: 1316 + - uid: 1073 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-2.5 parent: 60 - - uid: 1317 + - uid: 1074 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,-2.5 - parent: 60 - - uid: 1341 - components: - - type: Transform - pos: -8.5,0.5 - parent: 60 - - uid: 1342 - components: - - type: Transform - pos: 7.5,0.5 - parent: 60 -- proto: WindowReinforcedDirectional - entities: - - uid: 588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 60 - - uid: 589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 60 - - uid: 961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 60 - - uid: 962 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 + pos: 11.5,-2.5 parent: 60 - - uid: 963 + - uid: 1075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 + pos: -9.5,0.5 parent: 60 - - uid: 964 + - uid: 1076 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,2.5 + pos: 8.5,0.5 parent: 60 ... diff --git a/Resources/Maps/arena.yml b/Resources/Maps/arena.yml index 5ab20edc2eb..563011f75ff 100644 --- a/Resources/Maps/arena.yml +++ b/Resources/Maps/arena.yml @@ -13663,38 +13663,6 @@ entities: - type: Transform pos: 16.5,9.5 parent: 6747 - - uid: 6216 - components: - - type: Transform - pos: -50.5,-11.5 - parent: 6747 - - uid: 9874 - components: - - type: Transform - pos: -48.5,-72.5 - parent: 6747 - - uid: 10051 - components: - - type: Transform - pos: -48.5,-80.5 - parent: 6747 - - uid: 10053 - components: - - type: Transform - pos: -44.5,-84.5 - parent: 6747 - - uid: 10054 - components: - - type: Transform - pos: -38.5,-84.5 - parent: 6747 - - uid: 25395 - components: - - type: Transform - pos: -52.5,-10.5 - parent: 6747 -- proto: AirlockExternalGlassEasyPry - entities: - uid: 53 components: - type: Transform @@ -13725,47 +13693,35 @@ entities: - type: Transform pos: 76.5,-19.5 parent: 6747 -- proto: AirlockExternalGlassEasyPryLocked - entities: - - uid: 33 - components: - - type: Transform - pos: 79.5,-44.5 - parent: 6747 - - uid: 39 - components: - - type: Transform - pos: 76.5,-44.5 - parent: 6747 - - uid: 40 + - uid: 6216 components: - type: Transform - pos: 76.5,-35.5 + pos: -50.5,-11.5 parent: 6747 - - uid: 514 + - uid: 9874 components: - type: Transform - pos: 76.5,-43.5 + pos: -48.5,-72.5 parent: 6747 - - uid: 544 + - uid: 10051 components: - type: Transform - pos: 79.5,-43.5 + pos: -48.5,-80.5 parent: 6747 - - uid: 548 + - uid: 10053 components: - type: Transform - pos: 76.5,-36.5 + pos: -44.5,-84.5 parent: 6747 - - uid: 567 + - uid: 10054 components: - type: Transform - pos: 79.5,-36.5 + pos: -38.5,-84.5 parent: 6747 - - uid: 928 + - uid: 25395 components: - type: Transform - pos: 79.5,-35.5 + pos: -52.5,-10.5 parent: 6747 - proto: AirlockExternalGlassEngineeringLocked entities: @@ -13811,6 +13767,46 @@ entities: - type: Transform pos: 2.5,11.5 parent: 6747 + - uid: 33 + components: + - type: Transform + pos: 79.5,-44.5 + parent: 6747 + - uid: 39 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 6747 + - uid: 40 + components: + - type: Transform + pos: 76.5,-35.5 + parent: 6747 + - uid: 514 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 6747 + - uid: 544 + components: + - type: Transform + pos: 79.5,-43.5 + parent: 6747 + - uid: 548 + components: + - type: Transform + pos: 76.5,-36.5 + parent: 6747 + - uid: 567 + components: + - type: Transform + pos: 79.5,-36.5 + parent: 6747 + - uid: 928 + components: + - type: Transform + pos: 79.5,-35.5 + parent: 6747 - uid: 994 components: - type: Transform @@ -13951,12 +13947,36 @@ entities: rot: 3.141592653589793 rad pos: 19.5,36.5 parent: 6747 + - uid: 1047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-43.5 + parent: 6747 - uid: 1055 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,36.5 parent: 6747 + - uid: 1081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-36.5 + parent: 6747 + - uid: 1091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-44.5 + parent: 6747 + - uid: 1092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 82.5,-35.5 + parent: 6747 - proto: AirlockExternalLocked entities: - uid: 7375 @@ -14396,14 +14416,6 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,42.5 parent: 6747 - - uid: 1130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,44.5 - parent: 6747 -- proto: AirlockGlassShuttleEasyPry - entities: - uid: 1082 components: - type: Transform @@ -14414,31 +14426,11 @@ entities: - type: Transform pos: 71.5,-54.5 parent: 6747 -- proto: AirlockGlassShuttleEasyPryLocked - entities: - - uid: 1047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-43.5 - parent: 6747 - - uid: 1081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-36.5 - parent: 6747 - - uid: 1091 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-44.5 - parent: 6747 - - uid: 1092 + - uid: 1130 components: - type: Transform rot: 1.5707963267948966 rad - pos: 82.5,-35.5 + pos: 5.5,44.5 parent: 6747 - proto: AirlockHeadOfPersonnelGlassLocked entities: @@ -16100,6 +16092,125 @@ entities: - type: Transform pos: 27.95086,-69.40888 parent: 6747 +- proto: AntiAnomalyZone + entities: + - uid: 3597 + components: + - type: Transform + pos: 71.5,-22.5 + parent: 6747 + - uid: 27598 + components: + - type: Transform + pos: -5.5,-100.5 + parent: 6747 + - uid: 27601 + components: + - type: Transform + pos: 70.5,-43.5 + parent: 6747 + - uid: 27602 + components: + - type: Transform + pos: 74.5,-33.5 + parent: 6747 + - uid: 27603 + components: + - type: Transform + pos: 42.5,41.5 + parent: 6747 + - uid: 27604 + components: + - type: Transform + pos: -29.5,23.5 + parent: 6747 + - uid: 27605 + components: + - type: Transform + pos: -9.5,23.5 + parent: 6747 + - uid: 27606 + components: + - type: Transform + pos: -49.5,-54.5 + parent: 6747 + - uid: 27607 + components: + - type: Transform + pos: -39.5,-74.5 + parent: 6747 + - uid: 27608 + components: + - type: Transform + pos: -29.5,-74.5 + parent: 6747 + - uid: 27609 + components: + - type: Transform + pos: -43.5,-84.5 + parent: 6747 + - uid: 27610 + components: + - type: Transform + pos: -63.5,-84.5 + parent: 6747 + - uid: 27611 + components: + - type: Transform + pos: -76.5,-43.5 + parent: 6747 + - uid: 27612 + components: + - type: Transform + pos: 14.5,-89.5 + parent: 6747 + - uid: 27613 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 6747 + - uid: 27615 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 6747 + - uid: 27616 + components: + - type: Transform + pos: -95.5,-22.5 + parent: 6747 + - uid: 27618 + components: + - type: Transform + pos: 93.5,-25.5 + parent: 6747 + - uid: 27619 + components: + - type: Transform + pos: 93.5,-5.5 + parent: 6747 +- proto: AntiAnomalyZone20 + entities: + - uid: 27614 + components: + - type: Transform + pos: 110.5,-0.5 + parent: 6747 + - uid: 27617 + components: + - type: Transform + pos: 110.5,37.5 + parent: 6747 + - uid: 27620 + components: + - type: Transform + pos: 40.5,71.5 + parent: 6747 + - uid: 27621 + components: + - type: Transform + pos: 84.5,57.5 + parent: 6747 - proto: APCBasic entities: - uid: 537 @@ -36027,6 +36138,11 @@ entities: - type: Transform pos: -50.5,16.5 parent: 6747 + - uid: 27622 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 6747 - proto: CableApcStack entities: - uid: 5081 @@ -53957,10 +54073,10 @@ entities: - type: Transform pos: -6.999161,-2.5033092 parent: 6747 - - uid: 572 + - uid: 487 components: - type: Transform - pos: -19.5,-4.5 + pos: -20.055069,-4.554423 parent: 6747 - uid: 645 components: @@ -53991,6 +54107,12 @@ entities: rot: 3.141592653589793 rad pos: -12.5,-49.5 parent: 6747 + - uid: 2663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.634495,4.753457 + parent: 6747 - uid: 3402 components: - type: Transform @@ -54471,11 +54593,11 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-21.5 parent: 6747 - - uid: 487 + - uid: 572 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,-6.5 + pos: -20.273819,-6.190976 parent: 6747 - uid: 771 components: @@ -54506,6 +54628,11 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-42.5 parent: 6747 + - uid: 1915 + components: + - type: Transform + pos: 13.317382,-74.96165 + parent: 6747 - uid: 2880 components: - type: Transform @@ -54553,12 +54680,6 @@ entities: - type: Transform pos: -48.5,-83.5 parent: 6747 - - uid: 10392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-75.5 - parent: 6747 - uid: 10543 components: - type: Transform @@ -54601,6 +54722,12 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-44.5 parent: 6747 + - uid: 1917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.505676,-60.16984 + parent: 6747 - uid: 2091 components: - type: Transform @@ -54639,12 +54766,6 @@ entities: - type: Transform pos: -23.376541,-11.523012 parent: 6747 - - uid: 3597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-60.5 - parent: 6747 - uid: 4346 components: - type: Transform @@ -55029,6 +55150,11 @@ entities: rot: 1.5707963267948966 rad pos: -13.217354,2.6626346 parent: 6747 + - uid: 3552 + components: + - type: Transform + pos: 47.929657,-50.58365 + parent: 6747 - uid: 3879 components: - type: Transform @@ -55326,11 +55452,6 @@ entities: - type: Transform pos: 11.5,-49.5 parent: 6747 - - uid: 17322 - components: - - type: Transform - pos: 48.5,-50.5 - parent: 6747 - uid: 17522 components: - type: Transform @@ -72198,6 +72319,48 @@ entities: - type: Transform pos: 14.5,36.5 parent: 6747 +- proto: FancyTableSpawner + entities: + - uid: 3875 + components: + - type: Transform + pos: 32.5,-82.5 + parent: 6747 + - uid: 3876 + components: + - type: Transform + pos: -27.5,-82.5 + parent: 6747 + - uid: 3877 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 6747 + - uid: 3878 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 6747 + - uid: 5243 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 6747 + - uid: 10392 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 6747 + - uid: 22108 + components: + - type: Transform + pos: 36.5,-91.5 + parent: 6747 + - uid: 22518 + components: + - type: Transform + pos: 36.5,-94.5 + parent: 6747 - proto: FaxMachineBase entities: - uid: 1404 @@ -125246,7 +125409,7 @@ entities: - uid: 647 components: - type: Transform - pos: -26.320957,-34.281757 + pos: -26.330082,-34.27153 parent: 6747 - uid: 5674 components: @@ -135600,9 +135763,6 @@ entities: Quantity: 20 - type: StepTrigger active: False - - type: SpeedModifierContacts - sprintSpeedModifier: 0.5 - walkSpeedModifier: 0.5 - uid: 16163 components: - type: Transform @@ -152502,53 +152662,53 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,-70.5 parent: 6747 - - uid: 3550 + - uid: 2664 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-9.5 + pos: 28.485558,-9.891038 parent: 6747 - - uid: 3551 + - uid: 3550 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,-9.5 + pos: 29.485558,-9.92231 parent: 6747 - - uid: 3552 + - uid: 3551 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-9.5 + pos: 30.495975,-9.911886 parent: 6747 - - uid: 10932 + - uid: 15880 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-14.5 + pos: -48.5,9.5 parent: 6747 - - uid: 15880 + - uid: 27275 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,9.5 + pos: 59.5,-35.5 parent: 6747 - - uid: 22108 + - uid: 27276 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,-14.5 + pos: 61.5,-35.5 parent: 6747 - - uid: 27275 + - uid: 27599 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,-35.5 + pos: 28.50639,-13.998057 parent: 6747 - - uid: 27276 + - uid: 27600 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,-35.5 + pos: 30.464725,-13.998057 parent: 6747 - proto: StoolBar entities: @@ -154651,11 +154811,6 @@ entities: - type: Transform pos: 54.5,3.5 parent: 6747 - - uid: 11170 - components: - - type: Transform - pos: 32.5,-82.5 - parent: 6747 - uid: 12158 components: - type: Transform @@ -154993,6 +155148,28 @@ entities: - type: Transform pos: -51.5,7.5 parent: 6747 +- proto: TableFancyBlue + entities: + - uid: 10932 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 6747 + - uid: 11170 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 6747 + - uid: 15036 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 6747 + - uid: 15037 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 6747 - proto: TableFancyCyan entities: - uid: 4907 @@ -155000,6 +155177,40 @@ entities: - type: Transform pos: 52.5,-52.5 parent: 6747 + - uid: 23506 + components: + - type: Transform + pos: -68.5,5.5 + parent: 6747 + - uid: 23507 + components: + - type: Transform + pos: -67.5,5.5 + parent: 6747 + - uid: 23508 + components: + - type: Transform + pos: -69.5,5.5 + parent: 6747 +- proto: TableFancyPurple + entities: + - uid: 17521 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 6747 + - uid: 17523 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 6747 +- proto: TableFancyWhite + entities: + - uid: 17322 + components: + - type: Transform + pos: -31.5,-58.5 + parent: 6747 - proto: TableFrame entities: - uid: 10567 @@ -155315,11 +155526,6 @@ entities: - type: Transform pos: 25.5,2.5 parent: 6747 - - uid: 22518 - components: - - type: Transform - pos: -27.5,-82.5 - parent: 6747 - uid: 23546 components: - type: Transform @@ -156344,16 +156550,6 @@ entities: - type: Transform pos: -12.5,-46.5 parent: 6747 - - uid: 1915 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 6747 - - uid: 1917 - components: - - type: Transform - pos: -5.5,-29.5 - parent: 6747 - uid: 2174 components: - type: Transform @@ -156405,16 +156601,6 @@ entities: - type: Transform pos: 7.5,-39.5 parent: 6747 - - uid: 2663 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 6747 - - uid: 2664 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 6747 - uid: 2721 components: - type: Transform @@ -156544,26 +156730,6 @@ entities: - type: Transform pos: 20.5,-1.5 parent: 6747 - - uid: 3875 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 6747 - - uid: 3876 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 6747 - - uid: 3877 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 6747 - - uid: 3878 - components: - - type: Transform - pos: 17.5,-3.5 - parent: 6747 - uid: 4291 components: - type: Transform @@ -156669,11 +156835,6 @@ entities: - type: Transform pos: 17.5,-67.5 parent: 6747 - - uid: 5243 - components: - - type: Transform - pos: -31.5,-58.5 - parent: 6747 - uid: 5367 components: - type: Transform @@ -156948,16 +157109,6 @@ entities: - type: Transform pos: -39.5,-35.5 parent: 6747 - - uid: 15036 - components: - - type: Transform - pos: 9.5,-49.5 - parent: 6747 - - uid: 15037 - components: - - type: Transform - pos: 10.5,-49.5 - parent: 6747 - uid: 17277 components: - type: Transform @@ -156968,16 +157119,6 @@ entities: - type: Transform pos: 48.5,-51.5 parent: 6747 - - uid: 17521 - components: - - type: Transform - pos: 36.5,-91.5 - parent: 6747 - - uid: 17523 - components: - - type: Transform - pos: 36.5,-94.5 - parent: 6747 - uid: 17585 components: - type: Transform @@ -157018,21 +157159,6 @@ entities: - type: Transform pos: 41.5,-0.5 parent: 6747 - - uid: 23506 - components: - - type: Transform - pos: -69.5,5.5 - parent: 6747 - - uid: 23507 - components: - - type: Transform - pos: -68.5,5.5 - parent: 6747 - - uid: 23508 - components: - - type: Transform - pos: -67.5,5.5 - parent: 6747 - uid: 23944 components: - type: Transform @@ -158500,6 +158626,15 @@ entities: - type: Transform pos: 9.5,30.5 parent: 6747 + - uid: 27623 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 6747 + - type: ApcPowerReceiver + powerLoad: 20000 + missingComponents: + - Anchorable - proto: VendingMachineSustenance entities: - uid: 9335 From 14b72975df41779db5fdcdb99d2d415b6fd7ccb4 Mon Sep 17 00:00:00 2001 From: wafehling Date: Sun, 17 Mar 2024 18:06:16 +0100 Subject: [PATCH 005/213] Added 18 new bounties to cargo (#26160) * Added 18 new bounties + tags, couple of balance tweaks * Oops, 2 corn tags. * Fixed another duplicate from merge conflict * Fixed all arbitrage issues * Removed metamorphic glass/manly dorf bounty * Removed manly dorf bounty * Removed manly dorf bounty * Removed manly dorf bounty * Changed hiviz tag, removed commented out bounty * Removed extra line * Change HiViz tag * Removed unused tag * Removed LaceupShoes, changed HiViz * Changed flavor text for fruit bounty * Removed live mouse bounty (cherry picked from commit 4357b9ef08fee0e08c4fdf4eeef714fa8eb38112) --- .../StationCargoBountyDatabaseComponent.cs | 2 +- Resources/Locale/en-US/cargo/bounties.ftl | 36 +++- .../Prototypes/Catalog/Bounties/bounties.yml | 185 +++++++++++++++++- .../Catalog/Fills/Boxes/general.yml | 3 + .../Entities/Clothing/Head/bandanas.yml | 5 +- .../Entities/Clothing/Masks/bandanas.yml | 1 + .../Entities/Clothing/OuterClothing/vests.yml | 3 + .../Entities/Clothing/Shoes/boots.yml | 8 +- .../Objects/Consumable/Drinks/drinks.yml | 6 + .../Consumable/Drinks/drinks_bottles.yml | 12 ++ .../Objects/Consumable/Drinks/drinks_cans.yml | 9 + .../Entities/Objects/Consumable/Food/meat.yml | 5 + .../Objects/Consumable/Food/produce.yml | 51 ++++- .../Entities/Objects/Consumable/Food/soup.yml | 10 + .../Circuitboards/Machine/production.yml | 14 +- .../Prototypes/Entities/Objects/Fun/toys.yml | 3 + .../Entities/Objects/Misc/bedsheets.yml | 3 + .../Entities/Objects/Weapons/Bombs/funny.yml | 3 + Resources/Prototypes/tags.yml | 36 ++++ 19 files changed, 373 insertions(+), 22 deletions(-) diff --git a/Content.Server/Cargo/Components/StationCargoBountyDatabaseComponent.cs b/Content.Server/Cargo/Components/StationCargoBountyDatabaseComponent.cs index 48c58321b38..d26794a6323 100644 --- a/Content.Server/Cargo/Components/StationCargoBountyDatabaseComponent.cs +++ b/Content.Server/Cargo/Components/StationCargoBountyDatabaseComponent.cs @@ -12,7 +12,7 @@ public sealed partial class StationCargoBountyDatabaseComponent : Component /// Maximum amount of bounties a station can have. /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public int MaxBounties = 5; + public int MaxBounties = 6; /// /// A list of all the bounties currently active for a station. diff --git a/Resources/Locale/en-US/cargo/bounties.ftl b/Resources/Locale/en-US/cargo/bounties.ftl index 63c68de1053..b332517c70d 100644 --- a/Resources/Locale/en-US/cargo/bounties.ftl +++ b/Resources/Locale/en-US/cargo/bounties.ftl @@ -47,8 +47,24 @@ bounty-item-organs = Organ bounty-item-labeler = Hand labeler bounty-item-warm-cloth = Warm clothes bounty-item-battery = Battery -bounty-lasergun = Laser gun -bounty-food = Meat food +bounty-item-lasergun = Laser gun +bounty-item-food = Meat food +bounty-item-fruit = Fruit +bounty-item-vegetable = Vegetable +bounty-item-chili = Bowl of chili +bounty-item-rollerskates = Roller skates +bounty-item-bedsheet = Bedsheet +bounty-item-bandana = Bandana +bounty-item-steak = Steak +bounty-item-banana = Banana +bounty-item-beer = Beer +bounty-item-hi-viz-vest = Hi-viz vest +bounty-item-torch = Torch +bounty-item-medkit-box = Medkit box +bounty-item-cardboard-box = Cardboard box +bounty-item-wine = Wine bottle +bounty-item-cotton-boll = Cotton boll +bounty-item-microwave-machine-board = Microwave machine board bounty-description-artifact = NanoTrasen is in some hot water for stealing artifacts from non-spacefaring planets. Return one and we'll compensate you for it. bounty-description-baseball-bat = Baseball fever is going on at CentCom! Be a dear and ship them some baseball bats, so that management can live out their childhood dream. @@ -100,3 +116,19 @@ bounty-description-warm-cloth = The Unath construction crew freezes and is unabl bounty-description-battery = As the Arachnid settlement prepares for a solar flare, they are requesting a large shipment of power batteries. We're sending out a request for delivery. bounty-description-lasergun = The Salvage Caravan requests a large shipment of laser weapons to mop up a hive of xenomorphs. bounty-description-food = After the rat king invasion, a neighboring unathi station was left completely without food. A large meat food shipment is needed. +bounty-description-fruit = A heroic monkey helped the chaplain catch a troublemaker hiding in the chapel, and the crew wants to reward him for his good work. +bounty-description-vegetable = The new chef is a vegetarian, and botany can't keep up with their demands. We need some additional veggies to help keep things stocked. +bounty-description-chili = Today's the Centcomm Chili Cookoff, and, well, a few of us forgot to make some. Please help cover for us. +bounty-description-rollerskates = CentComm Security is proposing a new strategy for helping officers win foot pursuits. Send them a couple so they cna learn how bad an idea this is. +bounty-description-bedsheet = Someone in Atmos keeps turning down the heater, and we're all shivering in our beds. Please send us some extra sheets to stay warm. +bounty-description-bandana = Bzzzt... Transmission from prison planet OC-1001: We're... reorganizing our command structure. Send us some bandanas so we can tell gan- I mean, departments apart. +bounty-description-steak = The vegetarian cook is refusing to make us anything with meat, and the lizards are getting restless. Can you smuggle us a few steaks to keep them happy? +bounty-description-banana = Hi station! Botany won't gimme any more. They said slipping the HoS out an open airlock wasn't funny! Can you believe it? Help me out! HONK. +bounty-description-beer = Some nefarious agent has stolen every single drink in the bar. Yes, everything. Help tide us over until we can find them. +bounty-description-hi-viz-vest = The clown stole the AME controller and won't back. It's pretty dark in here. Some hi-viz vests would make seeing each other in the dark a little mroe bearable. +bounty-description-torch = The chef made all the monkeys and kobolds at once, and they rebelled and took over the cargo shuttle. They're demanding supplies and free passage to a jungle planet, and we're giving in to their demands. All they need now is a few torches. +bounty-description-medkit-box = CentComm is putting on a play set in a hospital, and needs some props. Just send us some empty medkit boxes, and the show will go on! +bounty-description-cardobard-box = "The Cardborgs Cometh" is a new play premiering tomorrow, and the costuming team is woefully unprepared. Send us some boxes to work with. +bounty-description-wine = The new librarian and the Quartermaster are falling head over heels for each other after she caught him disassembling the bookshelves for wood. Send a couple bottles of wine (Or cans, if you must) to help make the date go well. +bounty-description-cotton-boll = A massive swarm of mothroaches ate all the paper and cloth on the station. Send us some cotton to help keep our winged crewmembers fed. +bounty-description-microwave-machine-board = Mr. Giggles thought it'd be funny to stick forks in all the kitchen microwaves. Help us replace them before the chefs start making clown burgers. diff --git a/Resources/Prototypes/Catalog/Bounties/bounties.yml b/Resources/Prototypes/Catalog/Bounties/bounties.yml index 62a3a4162f3..c8c35aabfe4 100644 --- a/Resources/Prototypes/Catalog/Bounties/bounties.yml +++ b/Resources/Prototypes/Catalog/Bounties/bounties.yml @@ -347,11 +347,11 @@ - type: cargoBounty id: BountyRadio - reward: 7500 + reward: 6500 description: bounty-description-radio entries: - name: bounty-item-radio - amount: 12 + amount: 7 whitelist: components: - Headset @@ -536,7 +536,7 @@ description: bounty-description-lasergun idPrefix: IV entries: - - name: bounty-lasergun + - name: bounty-item-lasergun amount: 6 whitelist: components: @@ -548,8 +548,185 @@ description: bounty-description-food idPrefix: UNTH entries: - - name: bounty-food + - name: bounty-item-food amount: 30 whitelist: tags: - Meat + +- type: cargoBounty + id: BountyFruit + reward: 5000 + description: bounty-description-fruit + entries: + - name: bounty-item-fruit + amount: 12 + whitelist: + tags: + - Fruit + +- type: cargoBounty + id: BountyVegetable + reward: 6000 + description: bounty-description-vegetable + entries: + - name: bounty-item-vegetable + amount: 14 + whitelist: + tags: + - Vegetable + +- type: cargoBounty + id: BountyChili + reward: 5555 + description: bounty-description-chili + entries: + - name: bounty-item-chili + amount: 3 + whitelist: + tags: + - ChiliBowl + +- type: cargoBounty + id: BountyRollerskates + reward: 6500 + description: bounty-description-rollerskates + entries: + - name: bounty-item-rollerskates + amount: 2 + whitelist: + components: + - Skates + +- type: cargoBounty + id: BountyBedsheet + reward: 4100 + description: bounty-description-bedsheet + entries: + - name: bounty-item-bedsheet + amount: 5 + whitelist: + tags: + - Bedsheet + +- type: cargoBounty + id: BountyBandana + reward: 4000 + description: bounty-description-bandana + entries: + - name: bounty-item-bandana + amount: 7 + whitelist: + tags: + - Bandana + +- type: cargoBounty + id: BountySteak + reward: 3200 + description: bounty-description-steak + entries: + - name: bounty-item-steak + amount: 4 + whitelist: + tags: + - Steak + +- type: cargoBounty + id: BountyBanana + reward: 6009 + description: bounty-description-banana + entries: + - name: bounty-item-banana + amount: 9 + whitelist: + tags: + - Banana + +- type: cargoBounty + id: BountyBeer + reward: 3100 + description: bounty-description-beer + entries: + - name: bounty-item-beer + amount: 6 + whitelist: + tags: + - Beer + +- type: cargoBounty + id: BountyHiVizVest + reward: 3030 + description: bounty-description-hi-viz-vest + entries: + - name: bounty-item-hi-viz-vest + amount: 3 + whitelist: + tags: + - HiViz + +- type: cargoBounty + id: BountyTorch + reward: 2220 + description: bounty-description-torch + entries: + - name: bounty-item-torch + amount: 6 + whitelist: + tags: + - Torch + +- type: cargoBounty + id: BountyMedkitBox + reward: 2300 + description: bounty-description-medkit-box + entries: + - name: bounty-item-medkit-box + amount: 4 + whitelist: + tags: + - Medkit + +- type: cargoBounty + id: BountyCardboardBox + reward: 1500 + description: bounty-description-cardobard-box + entries: + - name: bounty-item-cardboard-box + amount: 12 + whitelist: + tags: + - BoxCardboard + +- type: cargoBounty + id: BountyWine + reward: 3000 + description: bounty-description-wine + entries: + - name: bounty-item-wine + amount: 2 + whitelist: + tags: + - Wine + +- type: cargoBounty + id: BountyCottonBoll + reward: 8600 + description: bounty-description-cotton-boll + entries: + - name: bounty-item-cotton-boll + amount: 9 + whitelist: + tags: + - CottonBoll + +- type: cargoBounty + id: BountyMicrowaveMachineBoard + reward: 4000 + description: bounty-description-microwave-machine-board + entries: + - name: bounty-item-microwave-machine-board + amount: 2 + whitelist: + tags: + - MicrowaveMachineBoard + diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index 7840602362f..40606bb9f35 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -14,6 +14,9 @@ - 0,0,2,2 - type: Sprite state: box + - type: Tag + tags: + - BoxCardboard - type: entity name: mousetrap box diff --git a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml index 8ee6479ee65..51a56f1f1d6 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml @@ -20,6 +20,9 @@ - state: icon_mask map: [ "unfoldedLayer" ] visible: false + - type: Tag + tags: + - Bandana - type: entity parent: [ClothingHeadBandBase, ClothingMaskBandBlack] @@ -69,4 +72,4 @@ - type: entity parent: [ClothingHeadBandBase, ClothingMaskBandBrown] id: ClothingHeadBandBrown - name: brown bandana \ No newline at end of file + name: brown bandana diff --git a/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml index 2d65e67982f..246b47b8003 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/bandanas.yml @@ -24,6 +24,7 @@ visible: false - type: Tag tags: + - Bandana - HidesNose - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml index f49f5f4804b..b867abfeed3 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/vests.yml @@ -63,6 +63,9 @@ sprite: Clothing/OuterClothing/Vests/hazard.rsi - type: Clothing sprite: Clothing/OuterClothing/Vests/hazard.rsi + - type: Tag + tags: + - HiViz #(Bartender) vest - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 241fc45352a..fdc49dc0616 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -202,7 +202,7 @@ - type: FootstepModifier footstepSoundCollection: collection: FootstepSpurs - + - type: entity parent: ClothingShoesBootsCowboyBrown id: ClothingShoesBootsCowboyBlack @@ -212,7 +212,7 @@ sprite: Clothing/Shoes/Boots/cowboybootsblack.rsi - type: Clothing sprite: Clothing/Shoes/Boots/cowboybootsblack.rsi - + - type: entity parent: ClothingShoesBootsCowboyBrown id: ClothingShoesBootsCowboyWhite @@ -222,7 +222,7 @@ sprite: Clothing/Shoes/Boots/cowboybootswhite.rsi - type: Clothing sprite: Clothing/Shoes/Boots/cowboybootswhite.rsi - + - type: entity parent: ClothingShoesBootsCowboyBrown id: ClothingShoesBootsCowboyFancy @@ -231,4 +231,4 @@ - type: Sprite sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi - type: Clothing - sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi \ No newline at end of file + sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml index 33646b50bbe..7cecf0af315 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml @@ -369,6 +369,9 @@ - type: Icon sprite: Objects/Consumable/Drinks/beerglass.rsi state: icon + - type: Tag + tags: + - Beer - type: entity parent: DrinkGlass @@ -943,6 +946,9 @@ - type: Icon sprite: Objects/Consumable/Drinks/iced_beerglass.rsi state: icon + - type: Tag + tags: + - Beer - type: entity parent: DrinkGlass diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 07828ff5ba5..face999df82 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -355,6 +355,9 @@ - type: Sprite sprite: Objects/Consumable/Drinks/pwinebottle.rsi - type: Sealable + - type: Tag + tags: + - Wine - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] @@ -501,6 +504,9 @@ - type: Sprite sprite: Objects/Consumable/Drinks/winebottle.rsi - type: Sealable + - type: Tag + tags: + - Wine # Small Bottles @@ -523,6 +529,9 @@ sprite: Objects/Consumable/Drinks/beer.rsi - type: Openable closeable: false + - type: Tag + tags: + - Beer - type: entity parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] @@ -543,6 +552,9 @@ sprite: Objects/Consumable/Drinks/beer.rsi - type: Openable closeable: false + - type: Tag + tags: + - Beer - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml index 38ebc132c9f..2aec5761770 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml @@ -182,6 +182,9 @@ sprite: Objects/Consumable/Drinks/rootbeer.rsi - type: Item sprite: Objects/Consumable/Drinks/rootbeer.rsi + - type: Tag + tags: + - Beer - type: entity parent: DrinkCanBaseFull @@ -480,6 +483,9 @@ sprite: Objects/Consumable/Drinks/beer_can.rsi - type: Item sprite: Objects/Consumable/Drinks/beer_can.rsi + - type: Tag + tags: + - Beer - type: entity parent: DrinkCanBaseFull @@ -499,3 +505,6 @@ sprite: Objects/Consumable/Drinks/wine_can.rsi - type: Item sprite: Objects/Consumable/Drinks/wine_can.rsi + - type: Tag + tags: + - Wine diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 85de407988b..58af9cf3bd8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -718,6 +718,7 @@ tags: - Cooked - Meat + - Steak - type: Sprite layers: - state: plain-cooked @@ -774,6 +775,7 @@ tags: - Cooked - Meat + - Steak - type: Sprite layers: - state: product-cooked @@ -942,6 +944,7 @@ tags: - Cooked - Meat + - Steak - type: Sprite layers: - state: goliath-cooked @@ -971,6 +974,7 @@ tags: - Cooked - Meat + - Steak - type: Sprite layers: - state: rouny-cooked @@ -996,6 +1000,7 @@ tags: - Cooked - Meat + - Steak - type: Sprite layers: - state: lizard-cooked diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index eec7711d4af..21eb0fb9423 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -124,6 +124,9 @@ sprite: Objects/Specific/Hydroponics/laughin_pea.rsi - type: Produce seedId: laughinPea + - type: Tag + tags: + - Vegetable - type: entity name: tower-cap log @@ -258,6 +261,7 @@ - type: Tag tags: - Fruit + - Banana - type: entity name: mimana @@ -413,6 +417,7 @@ - type: Tag tags: - Carrot + - Vegetable - type: SolutionContainerManager solutions: food: @@ -458,6 +463,9 @@ sprite: Objects/Specific/Hydroponics/cabbage.rsi - type: Produce seedId: cabbage + - type: Tag + tags: + - Vegetable - type: entity name: garlic @@ -483,6 +491,9 @@ sprite: Objects/Specific/Hydroponics/garlic.rsi - type: Produce seedId: garlic + - type: Tag + tags: + - Vegetable - type: entity name: lemon @@ -658,6 +669,8 @@ - type: Tag tags: - Potato + - Vegetable + - type: entity name: tomato @@ -712,6 +725,7 @@ - type: Tag tags: - Fruit + - Vegetable - type: entity name: blue tomato @@ -756,6 +770,7 @@ - type: Tag tags: - Fruit + - Vegetable - type: entity name: blood tomato @@ -798,6 +813,7 @@ - type: Tag tags: - Fruit # Fuck you they're a fruit + - Vegetable - type: entity name: eggplant @@ -824,6 +840,7 @@ - type: Tag tags: - Fruit + - Vegetable - type: entity name: apple @@ -912,6 +929,7 @@ - type: Tag tags: - Corn + - Vegetable - type: Sprite sprite: Objects/Specific/Hydroponics/corn.rsi - type: Produce @@ -974,6 +992,9 @@ - type: SliceableFood count: 5 slice: FoodOnionSlice + - type: Tag + tags: + - Vegetable - type: entity name: red onion @@ -1002,6 +1023,9 @@ - type: SliceableFood count: 5 slice: FoodOnionRedSlice + - type: Tag + tags: + - Vegetable - type: entity name: chanterelle cluster @@ -1019,6 +1043,9 @@ sprite: Objects/Specific/Hydroponics/chanterelle.rsi - type: Produce seedId: chanterelle + - type: Tag + tags: + - Vegetable # Slices @@ -1129,6 +1156,9 @@ sprite: Objects/Specific/Hydroponics/chili.rsi - type: Produce seedId: chili + - type: Tag + tags: + - Vegetable - type: entity name: chilly pepper @@ -1180,6 +1210,9 @@ seedId: aloe - type: Extractable grindableSolutionName: food + - type: Tag + tags: + - Vegetable - type: entity name: poppy @@ -1459,6 +1492,9 @@ reagents: - ReagentId: MilkSoy Quantity: 5 + - type: Tag + tags: + - Vegetable - type: entity name: spaceman's trumpet @@ -1512,6 +1548,9 @@ reagents: - ReagentId: CarpoToxin Quantity: 2 + - type: Tag + tags: + - Vegetable - type: entity name: watermelon @@ -1604,9 +1643,6 @@ reagents: - ReagentId: JuiceWatermelon Quantity: 4 - - type: Tag - tags: - - Fruit - type: entity name: grapes @@ -1635,6 +1671,9 @@ reagents: - ReagentId: JuiceGrape Quantity: 10 + - type: Tag + tags: + - Fruit - type: entity name: berries @@ -1707,7 +1746,6 @@ tags: - Recyclable - Trash - - Fruit - type: SolutionContainerManager solutions: food: @@ -1746,6 +1784,9 @@ sprite: Objects/Specific/Hydroponics/pea.rsi - type: Produce seedId: pea + - type: Tag + tags: + - Vegetable - type: entity name: pumpkin @@ -1794,6 +1835,7 @@ - type: Tag tags: - Fruit + - Vegetable - type: entity name: cotton boll @@ -1822,3 +1864,4 @@ - type: Tag tags: - ClothMade + - CottonBoll diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml index 3b080e843b4..6b96f3bcb36 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml @@ -806,6 +806,10 @@ Quantity: 4 - ReagentId: Allicin Quantity: 3 + - type: Tag + tags: + - ChiliBowl + - type: entity name: cold chili @@ -830,6 +834,9 @@ Quantity: 8 - ReagentId: Vitamin Quantity: 4 + - type: Tag + tags: + - ChiliBowl - type: entity name: chili con carnival @@ -860,6 +867,9 @@ Quantity: 4 - ReagentId: Allicin Quantity: 3 + - type: Tag + tags: + - ChiliBowl - type: entity name: monkey's delight diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index c2a1fe6e7dc..eda0c277177 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -1178,6 +1178,9 @@ - type: ReverseEngineering # Nyano recipes: - MicrowaveMachineCircuitboard + - type: Tag + tags: + - MicrowaveMachineBoard - type: entity id: FatExtractorMachineCircuitboard @@ -1433,7 +1436,7 @@ materialRequirements: Steel: 5 CableHV: 5 - + - type: entity id: ShuttleGunPerforatorCircuitboard parent: BaseMachineCircuitboard @@ -1450,7 +1453,7 @@ materialRequirements: Steel: 10 CableHV: 5 - + - type: entity id: ShuttleGunFriendshipCircuitboard parent: BaseMachineCircuitboard @@ -1466,8 +1469,8 @@ Manipulator: 2 materialRequirements: Steel: 7 - CableHV: 5 - + CableHV: 5 + - type: entity id: ShuttleGunDusterCircuitboard parent: BaseMachineCircuitboard @@ -1485,7 +1488,7 @@ Steel: 10 CableHV: 5 Uranium: 2 - + - type: entity id: ShuttleGunKineticCircuitboard parent: BaseMachineCircuitboard @@ -1502,4 +1505,3 @@ materialRequirements: Steel: 5 CableHV: 2 - \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index c30314edf29..ddc55b606fc 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1429,6 +1429,9 @@ reagents: - ReagentId: Nothing Quantity: 100 + - type: Tag + tags: + - Banana - type: entity parent: DrinkBase diff --git a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml index 209d0b8cc2d..0b9f00be65c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml @@ -20,6 +20,9 @@ - neck - type: StaticPrice price: 100 + - type: Tag + tags: + - Bedsheet - type: entity id: BedsheetBlack diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml index 4aff7363a45..630354f23d9 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml @@ -117,3 +117,6 @@ - id: TrashBananaPeelExplosive sound: path: /Audio/Effects/unwrap.ogg + - type: Tag + tags: + - Banana diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index e525fdbf356..59239efd9a1 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -33,18 +33,30 @@ - type: Tag id: Balloon +- type: Tag + id: Banana + - type: Tag id: BananaPeel +- type: Tag + id: Bandana + - type: Tag id: BaseballBat - type: Tag id: BBQsauce +- type: Tag + id: Bedsheet + - type: Tag id: Bee +- type: Tag + id: Beer + - type: Tag id: BikeHorn @@ -204,6 +216,9 @@ - type: Tag id: Bottle +- type: Tag + id: BoxCardboard + - type: Tag id: BoxHug @@ -349,6 +364,9 @@ - type: Tag id: ChemDispensable # container that can go into the chem dispenser +- type: Tag + id: ChiliBowl + - type: Tag id: Cigarette @@ -403,6 +421,9 @@ - type: Tag #Ohioans die happy id: Corn +- type: Tag + id: CottonBoll + - type: Tag id: Cow @@ -676,6 +697,9 @@ - type: Tag id: HighSecDoor +- type: Tag + id: HiViz + - type: Tag id: Hoe @@ -839,6 +863,9 @@ - type: Tag id: MicroBomb +- type: Tag + id: MicrowaveMachineBoard + - type: Tag id: MimeBelt @@ -1136,6 +1163,9 @@ - type: Tag id: StationMapElectronics +- type: Tag + id: Steak + - type: Tag id: StringInstrument @@ -1205,6 +1235,9 @@ - type: Tag id: UraniumGlassShard +- type: Tag + id: Vegetable + - type: Tag id: VimPilot @@ -1244,6 +1277,9 @@ - type: Tag id: Window +- type: Tag + id: Wine + - type: Tag id: Wirecutter From cd0b4082bde33a0c6dd0895ed88c52a56752481a Mon Sep 17 00:00:00 2001 From: LordCarve <27449516+LordCarve@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:30:27 +0100 Subject: [PATCH 006/213] Unify `Content`'s `EntitySystem` logging (#26216) Use Log with generated sawmill name rather than explicitly named one for all non rule-based Content EntitySystems. (cherry picked from commit eeaea6c25b496106eb741e93738f2ab8503949ba) --- .../Chemistry/EntitySystems/VaporSystem.cs | 6 ++---- .../DeviceNetwork/Systems/DeviceListSystem.cs | 7 ++----- .../Forensics/Systems/ForensicScannerSystem.cs | 10 +++------- Content.Server/Mapping/MappingSystem.cs | 14 ++++++-------- Content.Server/Mech/Systems/MechSystem.cs | 6 +----- .../Movement/Systems/LagCompensationSystem.cs | 8 +++----- Content.Server/NPC/Systems/NpcFactionSystem.cs | 16 +++++++--------- .../Shuttles/Systems/EmergencyShuttleSystem.cs | 9 +++------ .../StationEvents/EventManagerSystem.cs | 18 +++++++----------- .../VendingMachines/VendingMachineSystem.cs | 7 ++----- Content.Shared/Anomaly/SharedAnomalySystem.cs | 12 ++++-------- .../DeviceLinking/SharedDeviceLinkSystem.cs | 6 ++---- .../Nutrition/EntitySystems/ThirstSystem.cs | 6 +----- 13 files changed, 43 insertions(+), 82 deletions(-) diff --git a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs index 2c23b8f0390..d945c1f818b 100644 --- a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs @@ -31,12 +31,10 @@ internal sealed class VaporSystem : EntitySystem private const float ReactTime = 0.125f; - private ISawmill _sawmill = default!; - public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("vapor"); + SubscribeLocalEvent(HandleCollide); } @@ -128,7 +126,7 @@ private void Update(float frameTime, Entity ent, Entity reagentQuantity.Quantity) { - _sawmill.Error($"Tried to tile react more than we have for reagent {reagentQuantity}. Found {reaction} and we only have {reagentQuantity.Quantity}"); + Log.Error($"Tried to tile react more than we have for reagent {reagentQuantity}. Found {reaction} and we only have {reagentQuantity.Quantity}"); reaction = reagentQuantity.Quantity; } diff --git a/Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs b/Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs index 978dbc0ed93..a8d40882c4d 100644 --- a/Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; using Content.Server.DeviceNetwork.Components; using Content.Shared.DeviceNetwork; using Content.Shared.DeviceNetwork.Components; @@ -12,8 +12,6 @@ namespace Content.Server.DeviceNetwork.Systems; [UsedImplicitly] public sealed class DeviceListSystem : SharedDeviceListSystem { - private ISawmill _sawmill = default!; - [Dependency] private readonly NetworkConfiguratorSystem _configurator = default!; public override void Initialize() @@ -23,7 +21,6 @@ public override void Initialize() SubscribeLocalEvent(OnBeforeBroadcast); SubscribeLocalEvent(OnBeforePacketSent); SubscribeLocalEvent(OnMapSave); - _sawmill = Logger.GetSawmill("devicelist"); } private void OnShutdown(EntityUid uid, DeviceListComponent component, ComponentShutdown args) @@ -154,7 +151,7 @@ private void OnMapSave(BeforeSaveEvent ev) // TODO full game saves. // when full saves are supported, this should instead add data to the BeforeSaveEvent informing the // saving system that this map (or null-space entity) also needs to be included in the save. - _sawmill.Error( + Log.Error( $"Saving a device list ({ToPrettyString(uid)}) that has a reference to an entity on another map ({ToPrettyString(ent)}). Removing entity from list."); } diff --git a/Content.Server/Forensics/Systems/ForensicScannerSystem.cs b/Content.Server/Forensics/Systems/ForensicScannerSystem.cs index be44f9e203b..0d3168fd4e0 100644 --- a/Content.Server/Forensics/Systems/ForensicScannerSystem.cs +++ b/Content.Server/Forensics/Systems/ForensicScannerSystem.cs @@ -28,14 +28,10 @@ public sealed class ForensicScannerSystem : EntitySystem [Dependency] private readonly SharedAudioSystem _audioSystem = default!; [Dependency] private readonly MetaDataSystem _metaData = default!; - private ISawmill _sawmill = default!; - public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("forensics.scanner"); - SubscribeLocalEvent(OnAfterInteract); SubscribeLocalEvent(OnAfterInteractUsing); SubscribeLocalEvent(OnBeforeActivatableUIOpen); @@ -57,7 +53,7 @@ private void UpdateUserInterface(EntityUid uid, ForensicScannerComponent compone component.PrintReadyAt); if (!_uiSystem.TrySetUiState(uid, ForensicScannerUiKey.Key, state)) - _sawmill.Warning($"{ToPrettyString(uid)} was unable to set UI state."); + Log.Warning($"{ToPrettyString(uid)} was unable to set UI state."); } private void OnDoAfter(EntityUid uid, ForensicScannerComponent component, DoAfterEvent args) @@ -180,7 +176,7 @@ private void OnPrint(EntityUid uid, ForensicScannerComponent component, Forensic { if (!args.Session.AttachedEntity.HasValue) { - _sawmill.Warning($"{ToPrettyString(uid)} got OnPrint without Session.AttachedEntity"); + Log.Warning($"{ToPrettyString(uid)} got OnPrint without Session.AttachedEntity"); return; } @@ -200,7 +196,7 @@ private void OnPrint(EntityUid uid, ForensicScannerComponent component, Forensic if (!HasComp(printed)) { - _sawmill.Error("Printed paper did not have PaperComponent."); + Log.Error("Printed paper did not have PaperComponent."); return; } diff --git a/Content.Server/Mapping/MappingSystem.cs b/Content.Server/Mapping/MappingSystem.cs index 0678dab7ce2..28bb3afbe10 100644 --- a/Content.Server/Mapping/MappingSystem.cs +++ b/Content.Server/Mapping/MappingSystem.cs @@ -1,4 +1,4 @@ -using System.IO; +using System.IO; using Content.Server.Administration; using Content.Shared.Administration; using Content.Shared.CCVar; @@ -32,7 +32,6 @@ public sealed class MappingSystem : EntitySystem /// private Dictionary _currentlyAutosaving = new(); - private ISawmill _sawmill = default!; private bool _autosaveEnabled; public override void Initialize() @@ -44,7 +43,6 @@ public override void Initialize() "autosave ", ToggleAutosaveCommand); - _sawmill = Logger.GetSawmill("autosave"); Subs.CVar(_cfg, CCVars.AutosaveEnabled, SetAutosaveEnabled, true); } @@ -69,7 +67,7 @@ public override void Update(float frameTime) if (!_mapManager.MapExists(map) || _mapManager.IsMapInitialized(map)) { - _sawmill.Warning($"Can't autosave map {map}; it doesn't exist, or is initialized. Removing from autosave."); + Log.Warning($"Can't autosave map {map}; it doesn't exist, or is initialized. Removing from autosave."); _currentlyAutosaving.Remove(map); return; } @@ -79,7 +77,7 @@ public override void Update(float frameTime) var path = Path.Combine(saveDir, $"{DateTime.Now.ToString("yyyy-M-dd_HH.mm.ss")}-AUTO.yml"); _currentlyAutosaving[map] = (CalculateNextTime(), name); - _sawmill.Info($"Autosaving map {name} ({map}) to {path}. Next save in {ReadableTimeLeft(map)} seconds."); + Log.Info($"Autosaving map {name} ({map}) to {path}. Next save in {ReadableTimeLeft(map)} seconds."); _map.SaveMap(map, path); } } @@ -105,17 +103,17 @@ public void ToggleAutosave(MapId map, string? path=null) { if (!_mapManager.MapExists(map) || _mapManager.IsMapInitialized(map)) { - _sawmill.Warning("Tried to enable autosaving on non-existant or already initialized map!"); + Log.Warning("Tried to enable autosaving on non-existant or already initialized map!"); _currentlyAutosaving.Remove(map); return; } - _sawmill.Info($"Started autosaving map {path} ({map}). Next save in {ReadableTimeLeft(map)} seconds."); + Log.Info($"Started autosaving map {path} ({map}). Next save in {ReadableTimeLeft(map)} seconds."); } else { _currentlyAutosaving.Remove(map); - _sawmill.Info($"Stopped autosaving on map {map}"); + Log.Info($"Stopped autosaving on map {map}"); } } diff --git a/Content.Server/Mech/Systems/MechSystem.cs b/Content.Server/Mech/Systems/MechSystem.cs index eef9bcb8ecd..1012b9727df 100644 --- a/Content.Server/Mech/Systems/MechSystem.cs +++ b/Content.Server/Mech/Systems/MechSystem.cs @@ -39,15 +39,11 @@ public sealed partial class MechSystem : SharedMechSystem [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly UserInterfaceSystem _ui = default!; - private ISawmill _sawmill = default!; - /// public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("mech"); - SubscribeLocalEvent(OnInteractUsing); SubscribeLocalEvent(OnInsertBattery); SubscribeLocalEvent(OnMapInit); @@ -343,7 +339,7 @@ public override bool TryChangeEnergy(EntityUid uid, FixedPoint2 delta, MechCompo _battery.SetCharge(battery!.Value, batteryComp.CurrentCharge + delta.Float(), batteryComp); if (batteryComp.CurrentCharge != component.Energy) //if there's a discrepency, we have to resync them { - _sawmill.Debug($"Battery charge was not equal to mech charge. Battery {batteryComp.CurrentCharge}. Mech {component.Energy}"); + Log.Debug($"Battery charge was not equal to mech charge. Battery {batteryComp.CurrentCharge}. Mech {component.Energy}"); component.Energy = batteryComp.CurrentCharge; Dirty(component); } diff --git a/Content.Server/Movement/Systems/LagCompensationSystem.cs b/Content.Server/Movement/Systems/LagCompensationSystem.cs index 0576fe8f255..8496a8a9b90 100644 --- a/Content.Server/Movement/Systems/LagCompensationSystem.cs +++ b/Content.Server/Movement/Systems/LagCompensationSystem.cs @@ -18,12 +18,10 @@ public sealed class LagCompensationSystem : EntitySystem // Max ping I've had is 350ms from aus to spain. public static readonly TimeSpan BufferTime = TimeSpan.FromMilliseconds(750); - private ISawmill _sawmill = Logger.GetSawmill("lagcomp"); - public override void Initialize() { base.Initialize(); - _sawmill.Level = LogLevel.Info; + Log.Level = LogLevel.Info; SubscribeLocalEvent(OnLagMove); } @@ -87,13 +85,13 @@ private void OnLagMove(EntityUid uid, LagCompensationComponent component, ref Mo if (coordinates == default) { - _sawmill.Debug($"No long comp coords found, using {xform.Coordinates}"); + Log.Debug($"No long comp coords found, using {xform.Coordinates}"); coordinates = xform.Coordinates; angle = xform.LocalRotation; } else { - _sawmill.Debug($"Actual coords is {xform.Coordinates} and got {coordinates}"); + Log.Debug($"Actual coords is {xform.Coordinates} and got {coordinates}"); } return (coordinates, angle); diff --git a/Content.Server/NPC/Systems/NpcFactionSystem.cs b/Content.Server/NPC/Systems/NpcFactionSystem.cs index 3458025f193..a96067c5cf3 100644 --- a/Content.Server/NPC/Systems/NpcFactionSystem.cs +++ b/Content.Server/NPC/Systems/NpcFactionSystem.cs @@ -15,8 +15,6 @@ public sealed partial class NpcFactionSystem : EntitySystem [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly IPrototypeManager _protoManager = default!; - private ISawmill _sawmill = default!; - /// /// To avoid prototype mutability we store an intermediary data class that gets used instead. /// @@ -25,7 +23,7 @@ public sealed partial class NpcFactionSystem : EntitySystem public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("faction"); + SubscribeLocalEvent(OnFactionStartup); SubscribeLocalEvent(OnProtoReload); @@ -70,7 +68,7 @@ public void AddFaction(EntityUid uid, string faction, bool dirty = true) { if (!_protoManager.HasIndex(faction)) { - _sawmill.Error($"Unable to find faction {faction}"); + Log.Error($"Unable to find faction {faction}"); return; } @@ -91,7 +89,7 @@ public void RemoveFaction(EntityUid uid, string faction, bool dirty = true) { if (!_protoManager.HasIndex(faction)) { - _sawmill.Error($"Unable to find faction {faction}"); + Log.Error($"Unable to find faction {faction}"); return; } @@ -214,13 +212,13 @@ public void MakeFriendly(string source, string target) { if (!_factions.TryGetValue(source, out var sourceFaction)) { - _sawmill.Error($"Unable to find faction {source}"); + Log.Error($"Unable to find faction {source}"); return; } if (!_factions.ContainsKey(target)) { - _sawmill.Error($"Unable to find faction {target}"); + Log.Error($"Unable to find faction {target}"); return; } @@ -256,13 +254,13 @@ public void MakeHostile(string source, string target) { if (!_factions.TryGetValue(source, out var sourceFaction)) { - _sawmill.Error($"Unable to find faction {source}"); + Log.Error($"Unable to find faction {source}"); return; } if (!_factions.ContainsKey(target)) { - _sawmill.Error($"Unable to find faction {target}"); + Log.Error($"Unable to find faction {target}"); return; } diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs index 47aad6a6036..f8d995b8a4b 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs @@ -64,8 +64,6 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem [Dependency] private readonly TransformSystem _transformSystem = default!; [Dependency] private readonly UserInterfaceSystem _uiSystem = default!; - private ISawmill _sawmill = default!; - private const float ShuttleSpawnBuffer = 1f; private bool _emergencyShuttleEnabled; @@ -75,7 +73,6 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem public override void Initialize() { - _sawmill = Logger.GetSawmill("shuttle.emergency"); _emergencyShuttleEnabled = _configManager.GetCVar(CCVars.EmergencyShuttleEnabled); // Don't immediately invoke as roundstart will just handle it. Subs.CVar(_configManager, CCVars.EmergencyShuttleEnabled, SetEmergencyShuttleEnabled); @@ -391,7 +388,7 @@ private void AddCentcomm(StationCentcommComponent component) { if (component.MapEntity != null || component.Entity != null) { - _sawmill.Warning("Attempted to re-add an existing centcomm map."); + Log.Warning("Attempted to re-add an existing centcomm map."); return; } @@ -416,7 +413,7 @@ private void AddCentcomm(StationCentcommComponent component) if (string.IsNullOrEmpty(component.Map.ToString())) { - _sawmill.Warning("No CentComm map found, skipping setup."); + Log.Warning("No CentComm map found, skipping setup."); return; } @@ -491,7 +488,7 @@ private void AddEmergencyShuttle(EntityUid uid, StationEmergencyShuttleComponent if (shuttle == null) { - _sawmill.Error($"Unable to spawn emergency shuttle {shuttlePath} for {ToPrettyString(uid)}"); + Log.Error($"Unable to spawn emergency shuttle {shuttlePath} for {ToPrettyString(uid)}"); return; } diff --git a/Content.Server/StationEvents/EventManagerSystem.cs b/Content.Server/StationEvents/EventManagerSystem.cs index 8942bdaf500..261e8ca46dd 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; using Content.Server.GameTicking; using Content.Server.StationEvents.Components; using Content.Shared.CCVar; @@ -19,8 +19,6 @@ public sealed class EventManagerSystem : EntitySystem [Dependency] public readonly GameTicker GameTicker = default!; [Dependency] private readonly GlimmerSystem _glimmerSystem = default!; //Nyano - Summary: pulls in the glimmer system. - private ISawmill _sawmill = default!; - public bool EventsEnabled { get; private set; } private void SetEnabled(bool value) => EventsEnabled = value; @@ -28,8 +26,6 @@ public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("events"); - Subs.CVar(_configurationManager, CCVars.EventsEnabled, SetEnabled, true); } @@ -43,13 +39,13 @@ public string RunRandomEvent() if (randomEvent == null) { var errStr = Loc.GetString("station-event-system-run-random-event-no-valid-events"); - _sawmill.Error(errStr); + Log.Error(errStr); return errStr; } var ent = GameTicker.AddGameRule(randomEvent); var str = Loc.GetString("station-event-system-run-event",("eventName", ToPrettyString(ent))); - _sawmill.Info(str); + Log.Info(str); return str; } @@ -59,7 +55,7 @@ public string RunRandomEvent() public string? PickRandomEvent() { var availableEvents = AvailableEvents(); - _sawmill.Info($"Picking from {availableEvents.Count} total available events"); + Log.Info($"Picking from {availableEvents.Count} total available events"); return FindEvent(availableEvents); } @@ -71,7 +67,7 @@ public string RunRandomEvent() { if (availableEvents.Count == 0) { - _sawmill.Warning("No events were available to run!"); + Log.Warning("No events were available to run!"); return null; } @@ -94,7 +90,7 @@ public string RunRandomEvent() } } - _sawmill.Error("Event was not found after weighted pick process!"); + Log.Error("Event was not found after weighted pick process!"); return null; } @@ -118,7 +114,7 @@ private Dictionary AvailableEvents(bool { if (CanRun(proto, stationEvent, playerCount, currentTime)) { - _sawmill.Debug($"Adding event {proto.ID} to possibilities"); + Log.Debug($"Adding event {proto.ID} to possibilities"); result.Add(proto, stationEvent); } } diff --git a/Content.Server/VendingMachines/VendingMachineSystem.cs b/Content.Server/VendingMachines/VendingMachineSystem.cs index 9443b0b3948..b5fa611a396 100644 --- a/Content.Server/VendingMachines/VendingMachineSystem.cs +++ b/Content.Server/VendingMachines/VendingMachineSystem.cs @@ -41,13 +41,10 @@ public sealed class VendingMachineSystem : SharedVendingMachineSystem [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly AdvertiseSystem _advertise = default!; - private ISawmill _sawmill = default!; - public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("vending"); SubscribeLocalEvent(OnComponentMapInit); SubscribeLocalEvent(OnPowerChanged); SubscribeLocalEvent(OnBreak); @@ -86,7 +83,7 @@ private void OnVendingPrice(EntityUid uid, VendingMachineComponent component, re { if (!PrototypeManager.TryIndex(entry.ID, out var proto)) { - _sawmill.Error($"Unable to find entity prototype {entry.ID} on {ToPrettyString(uid)} vending."); + Log.Error($"Unable to find entity prototype {entry.ID} on {ToPrettyString(uid)} vending."); continue; } @@ -193,7 +190,7 @@ private void OnDoAfter(EntityUid uid, VendingMachineComponent component, DoAfter if (!TryComp(args.Args.Used, out var restockComponent)) { - _sawmill.Error($"{ToPrettyString(args.Args.User)} tried to restock {ToPrettyString(uid)} with {ToPrettyString(args.Args.Used.Value)} which did not have a VendingMachineRestockComponent."); + Log.Error($"{ToPrettyString(args.Args.User)} tried to restock {ToPrettyString(uid)} with {ToPrettyString(args.Args.Used.Value)} which did not have a VendingMachineRestockComponent."); return; } diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 78b198be801..c335cd7b858 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -35,8 +35,6 @@ public abstract class SharedAnomalySystem : EntitySystem [Dependency] protected readonly SharedPopupSystem Popup = default!; [Dependency] private readonly IRobustRandom _random = default!; - private ISawmill _sawmill = default!; - public override void Initialize() { base.Initialize(); @@ -45,8 +43,6 @@ public override void Initialize() SubscribeLocalEvent(OnAttacked); SubscribeLocalEvent(OnAnomalyThrowStart); SubscribeLocalEvent(OnAnomalyThrowEnd); - - _sawmill = Logger.GetSawmill("anomaly"); } private void OnInteractHand(EntityUid uid, AnomalyComponent component, InteractHandEvent args) @@ -98,7 +94,7 @@ public void DoAnomalyPulse(EntityUid uid, AnomalyComponent? component = null) component.NextPulseTime = Timing.CurTime + GetPulseLength(component) * variation; if (_net.IsServer) - _sawmill.Info($"Performing anomaly pulse. Entity: {ToPrettyString(uid)}"); + Log.Info($"Performing anomaly pulse. Entity: {ToPrettyString(uid)}"); // if we are above the growth threshold, then grow before the pulse if (component.Stability > component.GrowthThreshold) @@ -135,7 +131,7 @@ public void StartSupercriticalEvent(EntityUid uid) AdminLog.Add(LogType.Anomaly, LogImpact.Extreme, $"Anomaly {ToPrettyString(uid)} began to go supercritical."); if (_net.IsServer) - _sawmill.Info($"Anomaly is going supercritical. Entity: {ToPrettyString(uid)}"); + Log.Info($"Anomaly is going supercritical. Entity: {ToPrettyString(uid)}"); var super = AddComp(uid); super.EndTime = Timing.CurTime + super.SupercriticalDuration; @@ -161,7 +157,7 @@ public void DoAnomalySupercriticalEvent(EntityUid uid, AnomalyComponent? compone Audio.PlayPvs(component.SupercriticalSound, uid); if (_net.IsServer) - _sawmill.Info($"Raising supercritical event. Entity: {ToPrettyString(uid)}"); + Log.Info($"Raising supercritical event. Entity: {ToPrettyString(uid)}"); var ev = new AnomalySupercriticalEvent(uid); RaiseLocalEvent(uid, ref ev, true); @@ -179,7 +175,7 @@ public void EndAnomaly(EntityUid uid, AnomalyComponent? component = null, bool s { // Logging before resolve, in case the anomaly has deleted itself. if (_net.IsServer) - _sawmill.Info($"Ending anomaly. Entity: {ToPrettyString(uid)}"); + Log.Info($"Ending anomaly. Entity: {ToPrettyString(uid)}"); AdminLog.Add(LogType.Anomaly, supercritical ? LogImpact.High : LogImpact.Low, $"Anomaly {ToPrettyString(uid)} {(supercritical ? "went supercritical" : "decayed")}."); diff --git a/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs b/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs index 2ac525d154d..83aa7085897 100644 --- a/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs +++ b/Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs @@ -13,7 +13,6 @@ public abstract class SharedDeviceLinkSystem : EntitySystem [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; - private ISawmill _sawmill = default!; public const string InvokedPort = "link_port"; @@ -25,7 +24,6 @@ public override void Initialize() SubscribeLocalEvent(OnSinkStartup); SubscribeLocalEvent(OnSourceRemoved); SubscribeLocalEvent(OnSinkRemoved); - _sawmill = Logger.GetSawmill("devicelink"); } #region Link Validation @@ -386,12 +384,12 @@ public void RemoveSinkFromSource( if (sourceComponent == null) { - _sawmill.Error($"Attempted to remove link between {ToPrettyString(sourceUid)} and {ToPrettyString(sinkUid)}, but the source component was missing."); + Log.Error($"Attempted to remove link between {ToPrettyString(sourceUid)} and {ToPrettyString(sinkUid)}, but the source component was missing."); sinkComponent!.LinkedSources.Remove(sourceUid); } else { - _sawmill.Error($"Attempted to remove link between {ToPrettyString(sourceUid)} and {ToPrettyString(sinkUid)}, but the sink component was missing."); + Log.Error($"Attempted to remove link between {ToPrettyString(sourceUid)} and {ToPrettyString(sinkUid)}, but the sink component was missing."); sourceComponent.LinkedPorts.Remove(sourceUid); } } diff --git a/Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs b/Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs index b070cee2831..29218f57198 100644 --- a/Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs @@ -18,14 +18,10 @@ public sealed class ThirstSystem : EntitySystem [Dependency] private readonly MovementSpeedModifierSystem _movement = default!; [Dependency] private readonly SharedJetpackSystem _jetpack = default!; - private ISawmill _sawmill = default!; - public override void Initialize() { base.Initialize(); - _sawmill = Logger.GetSawmill("thirst"); - SubscribeLocalEvent(OnRefreshMovespeed); SubscribeLocalEvent(OnMapInit); SubscribeLocalEvent(OnRejuvenate); @@ -156,7 +152,7 @@ private void UpdateEffects(EntityUid uid, ThirstComponent component) return; default: - _sawmill.Error($"No thirst threshold found for {component.CurrentThirstThreshold}"); + Log.Error($"No thirst threshold found for {component.CurrentThirstThreshold}"); throw new ArgumentOutOfRangeException($"No thirst threshold found for {component.CurrentThirstThreshold}"); } } From 519573369b969a8456eed6071da54b2e03befef4 Mon Sep 17 00:00:00 2001 From: Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:18:58 +0300 Subject: [PATCH 007/213] New wooden furniture (#26182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ю * Fences * bench, stairs and fence shadow * small gate desc * empty * empty * destructible * price fix (cherry picked from commit 909b2aaa2d5976122f17f9e4fe6ce1a1389dc619) --- .../Entities/Structures/Furniture/chairs.yml | 30 ++ .../Entities/Structures/Walls/fence_wood.yml | 418 ++++++++++++++++++ .../Prototypes/Entities/Structures/stairs.yml | 32 +- .../Construction/Graphs/furniture/seats.yml | 17 + .../Graphs/structures/fence_wood.yml | 176 ++++++++ .../Recipes/Construction/furniture.yml | 17 + .../Recipes/Construction/structures.yml | 173 ++++++++ .../Structures/Furniture/chairs.rsi/meta.json | 6 +- .../Furniture/chairs.rsi/wooden-bench.png | Bin 0 -> 3122 bytes .../Walls/wooden_fence.rsi/corner.png | Bin 0 -> 3286 bytes .../Walls/wooden_fence.rsi/corner_small.png | Bin 0 -> 3219 bytes .../Walls/wooden_fence.rsi/door_closed.png | Bin 0 -> 2656 bytes .../wooden_fence.rsi/door_closed_small.png | Bin 0 -> 3097 bytes .../Walls/wooden_fence.rsi/door_opened.png | Bin 0 -> 3349 bytes .../wooden_fence.rsi/door_opened_small.png | Bin 0 -> 3071 bytes .../Structures/Walls/wooden_fence.rsi/end.png | Bin 0 -> 2692 bytes .../Walls/wooden_fence.rsi/end_small.png | Bin 0 -> 2717 bytes .../Walls/wooden_fence.rsi/meta.json | 59 +++ .../Walls/wooden_fence.rsi/straight.png | Bin 0 -> 2837 bytes .../Walls/wooden_fence.rsi/straight_small.png | Bin 0 -> 2775 bytes .../Walls/wooden_fence.rsi/tjunction.png | Bin 0 -> 3285 bytes .../wooden_fence.rsi/tjunction_small.png | Bin 0 -> 3145 bytes .../Textures/Structures/stairs.rsi/meta.json | 7 + .../stairs.rsi/stairs_stage_wood.png | Bin 0 -> 3285 bytes .../Structures/stairs.rsi/stairs_wood.png | Bin 0 -> 4263 bytes 25 files changed, 928 insertions(+), 7 deletions(-) create mode 100644 Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/structures/fence_wood.yml create mode 100644 Resources/Textures/Structures/Furniture/chairs.rsi/wooden-bench.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/corner.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/corner_small.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/door_closed.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/door_closed_small.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/end.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/end_small.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/meta.json create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/straight.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/straight_small.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction.png create mode 100644 Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction_small.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_stage_wood.png create mode 100644 Resources/Textures/Structures/stairs.rsi/stairs_wood.png diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index 87f74d0c408..59782c95857 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -366,3 +366,33 @@ - type: Construction graph: Seat node: chairSteelBench + +- type: entity + name: wooden bench + id: WoodenBench + parent: ChairBase + description: Did you get a splinter? Well, at least it’s eco friendly. + components: + - type: Sprite + state: wooden-bench + - type: Construction + graph: Seat + node: chairWoodBench + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank: + min: 2 + max: 4 + - type: StaticPrice + price: 20 diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml new file mode 100644 index 00000000000..539eca32b6f --- /dev/null +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml @@ -0,0 +1,418 @@ +- type: entity + parent: BaseStructure + id: BaseFenceWood + name: wooden fence + description: Wooden piece of fencing. I hope there is babushka's garden behind it. + abstract: true + components: + - type: MeleeSound + soundGroups: + Brute: + path: + "/Audio/Weapons/boxingpunch1.ogg" + - type: Tag + tags: + - RCDDeconstructWhitelist + - Wooden + - type: Sprite + sprite: Structures/Walls/wooden_fence.rsi + drawdepth: WallTops + - type: Physics + bodyType: Static + - type: Transform + anchored: true + - type: Damageable + damageContainer: Inorganic + damageModifierSet: Wood + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 125 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Climbable + delay: 5.0 + - type: Appearance + +- type: entity + parent: BaseFenceWood + id: BaseFenceWoodSmall + name: small wooden fence + description: Wooden piece of small fence. The best protection for the fencing of a private territory! + abstract: true + components: + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 75 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank: + min: 0 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Climbable + delay: 2.5 + + +#High +- type: entity + parent: BaseFenceWood + id: FenceWoodHighStraight + suffix: Straight + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: straight + - type: Sprite + layers: + - state: straight + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.10,-0.5,0.10,0.5" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: straight + +- type: entity + parent: BaseFenceWood + id: FenceWoodHighEnd + suffix: End + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: end + - type: Sprite + layers: + - state: end + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.1,-0.5,0.1,0.0" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: end + +- type: entity + parent: BaseFenceWood + id: FenceWoodHighCorner + suffix: Corner + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: corner + - type: Sprite + layers: + - state: corner + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.1,-0.1,0.1,0.5" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,-0.1,0.1" + density: 1000 + mask: + - TableMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: corner + +- type: entity + parent: BaseFenceWood + id: FenceWoodHighTJunction + suffix: T-Junction + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: tjunction + - type: Sprite + layers: + - state: tjunction + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.10,-0.5,0.10,0.5" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,-0.1,0.1" + density: 1000 + mask: + - TableMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: tjunction + +- type: entity + parent: BaseFenceWood + id: FenceWoodHighGate + name: wooden fence gate + description: Do you have any idea what awaits you behind these gates? It can be either a toilet or a luxurious mansion. But you continue to love your emo boys. + components: + - type: Sprite + layers: + - state: end + map: ["enum.DoorVisualLayers.Base"] + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,0.5,0.1" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: InteractionOutline + - type: Door + openSpriteState: door_opened + closedSpriteState: door_closed_small #idk how, but it's working + canPry: false + occludes: false + changeAirtight: false + bumpOpen: false + clickOpen: true + canCrush: false + closeTimeOne: 0 + closeTimeTwo: 0 + openTimeOne: 0 + openTimeTwo: 0 + openingAnimationTime: 0 + closingAnimationTime: 0 + openSound: + path: /Audio/Effects/door_open.ogg + closeSound: + path: /Audio/Effects/door_close.ogg + - type: Construction + graph: FenceWood + node: gate + +#Small +- type: entity + parent: BaseFenceWoodSmall + id: FenceWoodSmallStraight + suffix: Straight + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: straight_small + - type: Sprite + layers: + - state: straight_small + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.10,-0.5,0.10,0.5" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: straight_small + +- type: entity + parent: BaseFenceWoodSmall + id: FenceWoodSmallEnd + suffix: End + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: end_small + - type: Sprite + layers: + - state: end_small + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.1,-0.5,0.1,0.0" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: end_small + +- type: entity + parent: BaseFenceWoodSmall + id: FenceWoodSmallCorner + suffix: Corner + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: corner_small + - type: Sprite + layers: + - state: corner_small + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.1,-0.1,0.1,0.5" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,-0.1,0.1" + density: 1000 + mask: + - TableMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: corner_small + +- type: entity + parent: BaseFenceWoodSmall + id: FenceWoodSmallTJunction + suffix: T-Junction + components: + - type: Icon + sprite: Structures/Walls/wooden_fence.rsi + state: tjunction_small + - type: Sprite + layers: + - state: tjunction_small + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.10,-0.5,0.10,0.5" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,-0.1,0.1" + density: 1000 + mask: + - TableMask + layer: + - MidImpassable + - LowImpassable + - type: Construction + graph: FenceWood + node: tjunction_small + +- type: entity + parent: BaseFenceWoodSmall + id: FenceWoodSmallGate + name: wooden fence gate + description: Looking at this gate, a familiar image pops up in your head. Where's my piggy? + components: + - type: Sprite + layers: + - state: end + map: ["enum.DoorVisualLayers.Base"] + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.1,0.5,0.1" + density: 1000 + mask: + - FullTileMask + layer: + - MidImpassable + - LowImpassable + - type: InteractionOutline + - type: Door + openSpriteState: door_opened_small + closedSpriteState: door_closed + canPry: false + occludes: false + changeAirtight: false + bumpOpen: false + clickOpen: true + canCrush: false + closeTimeOne: 0 + closeTimeTwo: 0 + openTimeOne: 0 + openTimeTwo: 0 + openingAnimationTime: 0 + closingAnimationTime: 0 + openSound: + path: /Audio/Effects/door_open.ogg + closeSound: + path: /Audio/Effects/door_close.ogg + - type: Construction + graph: FenceWood + node: gate_small \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/stairs.yml b/Resources/Prototypes/Entities/Structures/stairs.yml index 628c9331488..0ff3b0d7d36 100644 --- a/Resources/Prototypes/Entities/Structures/stairs.yml +++ b/Resources/Prototypes/Entities/Structures/stairs.yml @@ -1,7 +1,7 @@ - type: entity id: Stairs name: stairs - suffix: steel + suffix: Steel description: The greatest invention since rocket-propelled grenades. placement: mode: SnapgridCenter @@ -39,7 +39,7 @@ - type: entity id: StairStage parent: Stairs - suffix: steel, stage + suffix: Steel, stage components: - type: Sprite sprite: Structures/stairs.rsi @@ -49,7 +49,7 @@ - type: entity id: StairWhite parent: Stairs - suffix: white + suffix: White components: - type: Sprite sprite: Structures/stairs.rsi @@ -59,7 +59,7 @@ - type: entity id: StairStageWhite parent: Stairs - suffix: white, stage + suffix: White, stage components: - type: Sprite sprite: Structures/stairs.rsi @@ -69,7 +69,7 @@ - type: entity id: StairDark parent: Stairs - suffix: dark + suffix: Dark components: - type: Sprite sprite: Structures/stairs.rsi @@ -79,9 +79,29 @@ - type: entity id: StairStageDark parent: Stairs - suffix: dark, stage + suffix: Dark, stage components: - type: Sprite sprite: Structures/stairs.rsi state: stairs_stage_dark drawdepth: FloorTiles + +- type: entity + id: StairWood + parent: Stairs + suffix: Wood + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_wood + drawdepth: FloorTiles + +- type: entity + id: StairStageWood + parent: Stairs + suffix: Wood, stage + components: + - type: Sprite + sprite: Structures/stairs.rsi + state: stairs_stage_wood + drawdepth: FloorTiles diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml index f859daabc9f..c587e47efb8 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml @@ -68,6 +68,11 @@ - material: Steel amount: 2 doAfter: 1 + - to: chairWoodBench + steps: + - material: WoodPlank + amount: 4 + doAfter: 2 - to: redComfBench steps: - material: Steel @@ -226,6 +231,18 @@ - tool: Screwing doAfter: 1 + - node: chairWoodBench + entity: WoodenBench + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 4 + steps: + - tool: Screwing + doAfter: 2 + - node: redComfBench entity: BenchRedComfy edges: diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/fence_wood.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/fence_wood.yml new file mode 100644 index 00000000000..081328f1612 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/fence_wood.yml @@ -0,0 +1,176 @@ +- type: constructionGraph + id: FenceWood + start: start + graph: + - node: start + edges: + - to: straight + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: end + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: corner + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: tjunction + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: gate + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: straight_small + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: end_small + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: corner_small + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: tjunction_small + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - to: gate_small + steps: + - material: WoodPlank + amount: 2 + doAfter: 2.0 + - node: straight + entity: FenceWoodHighStraight + edges: + - to: start + steps: + - tool: Prying + doAfter: 5.0 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 2 + - !type:DeleteEntity {} + - node: end + entity: FenceWoodHighEnd + edges: + - to: start + steps: + - tool: Prying + doAfter: 2.5 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 2 + - !type:DeleteEntity {} + - node: corner + entity: FenceWoodHighCorner + edges: + - to: start + steps: + - tool: Prying + doAfter: 5.0 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 2 + - !type:DeleteEntity {} + - node: tjunction + entity: FenceWoodHighTJunction + edges: + - to: start + steps: + - tool: Prying + doAfter: 5.0 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 2 + - !type:DeleteEntity {} + - node: gate + entity: FenceWoodHighGate + edges: + - to: start + steps: + - tool: Prying + doAfter: 5.0 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 2 + - !type:DeleteEntity {} + - node: straight_small + entity: FenceWoodSmallStraight + edges: + - to: start + steps: + - tool: Prying + doAfter: 2.5 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 1 + - !type:DeleteEntity {} + - node: end_small + entity: FenceWoodSmallEnd + edges: + - to: start + steps: + - tool: Prying + doAfter: 1.25 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 1 + - !type:DeleteEntity {} + - node: corner_small + entity: FenceWoodSmallCorner + edges: + - to: start + steps: + - tool: Prying + doAfter: 2.5 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 1 + - !type:DeleteEntity {} + - node: tjunction_small + entity: FenceWoodSmallTJunction + edges: + - to: start + steps: + - tool: Prying + doAfter: 2.5 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 1 + - !type:DeleteEntity {} + - node: gate_small + entity: FenceWoodSmallGate + edges: + - to: start + steps: + - tool: Prying + doAfter: 2.5 + completed: + - !type:SpawnPrototype + prototype: MaterialWoodPlank1 + amount: 1 + - !type:DeleteEntity {} \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index 4e05a4dfb86..1a17b2f856d 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -220,6 +220,23 @@ conditions: - !type:TileNotBlocked +- type: construction + name: wooden bench + id: ChairWoodBench + graph: Seat + startNode: start + targetNode: chairWoodBench + category: construction-category-furniture + description: Did you get a splinter? Well, at least it’s eco friendly. + icon: + sprite: Structures/Furniture/chairs.rsi + state: wooden-bench + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction name: comfortable red bench id: RedComfBench diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index efc4236389e..32117812eeb 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -996,6 +996,179 @@ conditions: - !type:TileNotBlocked +#Wooden fence high +- type: construction + name: wooden high fence + id: FenceWood + graph: FenceWood + startNode: start + targetNode: straight + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: straight + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden high fence end + id: FenceWoodEnd + graph: FenceWood + startNode: start + targetNode: end + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: end + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden high fence corner + id: FenceWoodCorner + graph: FenceWood + startNode: start + targetNode: corner + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: corner + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden high fence t-junction + id: FenceWoodTJunction + graph: FenceWood + startNode: start + targetNode: tjunction + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: tjunction + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden high fence gate + id: FenceWoodGate + graph: FenceWood + startNode: start + targetNode: gate + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: door_closed + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +#Wooden fence small +- type: construction + name: wooden small fence + id: FenceWoodSmall + graph: FenceWood + startNode: start + targetNode: straight_small + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: straight_small + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden small fence end + id: FenceWoodEndSmall + graph: FenceWood + startNode: start + targetNode: end_small + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: end_small + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden small fence corner + id: FenceWoodCornerSmall + graph: FenceWood + startNode: start + targetNode: corner_small + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: corner_small + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden small fence t-junction + id: FenceWoodTJunctionSmall + graph: FenceWood + startNode: start + targetNode: tjunction_small + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: tjunction_small + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +- type: construction + name: wooden small fence gate + id: FenceWoodGateSmall + graph: FenceWood + startNode: start + targetNode: gate_small + category: construction-category-structures + description: Part of a wooden fence meant to cordon off areas. + icon: + sprite: Structures/Walls/wooden_fence.rsi + state: door_closed_small + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + +#Airlocks - type: construction name: airlock id: Airlock diff --git a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json b/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json index c94ef979092..cbfc417444a 100644 --- a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json +++ b/Resources/Textures/Structures/Furniture/chairs.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/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi, wooden bench by Ko4erga (discord)", "size": { "x": 32, "y": 32 @@ -71,6 +71,10 @@ "name": "wooden", "directions": 4 }, + { + "name": "wooden-bench", + "directions": 4 + }, { "name": "wooden-wings", "directions": 4 diff --git a/Resources/Textures/Structures/Furniture/chairs.rsi/wooden-bench.png b/Resources/Textures/Structures/Furniture/chairs.rsi/wooden-bench.png new file mode 100644 index 0000000000000000000000000000000000000000..00192a144795a57793a9311c42d4eff74202c507 GIT binary patch literal 3122 zcmcgu30Tu;8V-jbD9Y&QD1#a+s|ch`(>qW(ESFjiK>>Y6Ns|;RZByEE>8eFMVAK^w zVNeiea7FM&#TyhnKm}byQ5ir5MP*!OMP(I_O}WOmP9rBI6*ou|tgpn?!H!gx|xs+mbfEBuyf z$&jT1q4?4mTtqP3XMk>rC{3Uu^%$6_QmS=mqL|Uki_&A`Z59LUh3I3%3{PV~FkBi0 z&ZM*?C}P484#R9vAY$S$0&``E3y8o7hXo@nSOmd*6yc+6F4+HL(BZU%9Gxri=?_L< zi5by)y#{5m5)u-a2^=P+jbgDyB9V~;K_D6d>5|lXED=)crVKDhNFAY0l zK{x#qE>eQ&Nil<-#D!o4VhcjqLKG3AJiar`L1DNLDy0a8Jn2&?2V(O>VFcy!P!9YH zDBVs3rpNv*n7~mvrBz|H7YY>?MY1&NC&r5)GFvTh$%m1HD*Q7j5xuU z3*;OO;t?2aE04>AWHOwlML29BACcj5L||<6-rhm|6gs-9N&QPFgpBPUDHULEyPz0u zTn1tWZmd5^F#2yRKI6ylirhaxA)2H~f1~()(RGwupMYse&nViv|EBL)zotuv#s9V{ z9wOp%5IzSYNTD1ea4s8?!I%Kz$#?=jMsRTsk3Znbr>X|~l!GFofj<2otLirskH*wd zB>gI8G5&L%zptD71bkNKr|a?mqLXEOH}|zH>tDOM_t_`!ak~7yx9H8mI2_!T=!?OP zja1VXYUypuHLN5J0L*XuOFTmpbDl4(QGYG4{jjHM{bf{jx1f>=rZtvegG2A_37>R(3)B+Ggx_jJ7|PF>+*Ui-$) zbkPXkXN`L|FPa4W{NaVpD4aQxd2R9<%MR_v-#CMBaE4riMBKKHp$bUjbC zbyh|BdtId=+pIQaVf>xqEV-e5ohH|A*bHf2o_pi{%RR2Mav$tC4j5kF?98ki(^Bg^ z!jLvpD2gsQqOLMI7q^7L6t6S|+U&)PI9aCyY<9Xo*fk8OJ(VZ38T*!HaYa|>L@W*L zTovK^SG8}__0-i@HUJ)y38xwsYu9}20Z%TOzs16^cv-8$JgEJf!nJ4jCz-`I*JF0u zgeRNFtZNVSD-4Q1Q(my4tjx~pXohO?_zbsgCr?j!_o2ZV7-co;>8k?{Bcr}Ks5{Vc z_=VO&x3xzD-5{wE{7EN{CGxS6N zbn0$O8z93vWwura!L_M`Z#KGwOB^@*>ReHaFI^CgxXHS4!P<)vk=v}LKfg;84zqV# z8u!$H*4;Dt* zJuuvKf18Fi>^S_`Yg}=OqHCG0R=<6CP0hxLYW)&nVB>;|g0x2tlm0}(Lu)*Dr$_$f zLWU*x?P|}e|$FCiGY%@ak8FK16yTj~~EjLZnBpn*k zk2JuU4wmyg zW(ULZLPFDJr|&adGRjBhd5bzANJ;9a_6nq^I0#uU<{yaycDU3MVkbXb5N`qTbS zi`GR|!I3X^wg);@j)|QzN13Oun!OPi)!Zn1SoOy<ov~v$f7Xl4JetjofFzm7eN|TqhsXyAF-nnFlPjK87OC9g=Z{uCp&& z4U;B&zew48=?DJuS3QPfW_3b@{QeAIcP*=*bXNy&3A5MGZP0Z;^UqCnKVG~EK7wCOIl9@5n077)EQg^>p{_oRj3<ZY{WU7h80oZM~^Kr{r64z~+5lfg-_flD)4b+YEa9+$x;RwqkR=~2B9 z#ig5Kb46}S?xaK}H-jNrS$G&c+D-ug3n$UA-D0-dD7#MP#HB#naa$pSogq?&P8R7% z2q)_k;3!_?U{a1E42mjY4Jl_(3?&TMNEkygT!CT=ltfT9g{dhe0lR)OkWOTc)a2-~ zu4JI6lch_NKq(a2+1c`JT+WMW3MEOB4h#%KKm=mTu}ZWZvD$`oB1CgGMl=bMiMPTI zMB2b-N;(-RwS$92aKl<{E}ej43Og+*lycO;$r;Ep?l>V+G&_^CjDjARsH+RldLTAY^M#$ChFvr}WD$usbF{M@oqnt*GlWZsq4@)vxSw7nq z`V1BqO-r0k1_lubiX%!@qLQFcoWistz!^n5LiIdrGUhxNs!qgE3e{4C>Sv)~IkB`v z|7I}DP)1&~&_D~5g-+uXf;CMByA`IQcr!18#GpFdS%qFt#aV3Bw=0KNFabSs|gqBe;o#UfH4<7}#Te8|M%9THFPeY{Y4fwFj;dII$Z{BlDG3fC)dm$}R1s=K zivb)0M{&?o8kK65W1&CI+=&ti_}Rc5+gwH(L#Me~W>eVjFM71X;UNIgVb7Ohsd3b3 z*91A6>D{`?b56ABWJZygrKFU~&Ryhxte$Jqm~`5j#(@{5LiYQ4zS>^XLEt%_zuYbVFFc)|>ad35 zdDl3fJ@b|Y%glKTyt*At_eTThxIa5ME09nG9~F_TH3xz`YvQ6K6YZPtr06rQMEK|R zAMYJJX=QLRBPhuF)w6njy(1hx`pB;>|Ka8Es^vaM%Qw_+T3ubR{bcCcv2TW|6Ls1l zW3OLm#77Npn>jM0e3xd|g>$zXJs$Qdk}p1eOWX)8320%KReVsO8UxuMG;-BfuYCQ- zYwf-HtNFJ{^8m@b=t4a@_kP!9PrNkNQjM( zgYGi9^Hw$7d4eCB<}2l23mr6cHWBU}Jaeeew-G;;HeIuCe{XaA<}D=vSQkSi&J z5*{wi3huJApxc{Uy6#e+tEp*g$S7{kt5vann`+OB{>JRGw`cUy1PsfB*r+D-eBs1O z@y7Y<-&l%d6#;9zh0lEQ$@k+@y8p9OK4O?De_v7i{%K2Yo|(9#bkWfpLxP2Vc+7!4 z6BnMu6}NW;y+7tw>xr!`A4^Nj`~Fluz3^WVbzcTtD)&89Qv2tSkJqr*eQs?ySk?u3 zPaE$epO?~oPJ7uWy??kfGGck~xit?qtlM^K|Am#snS+F^+||Z~SVBnUPR+WHzFRbM zTS?NahRMB(ZzjxIYTDAhO}(M!VAY}1JMLeG4hFqV~*L}waHrLG;hy#Orru0Z3?Q!(OKkO^)dv8sQ&~JSI;^`6p7|!{BWmr6_ zet6chWqz{(wVngc&F*h`JTSPZ;KS0mtlG-TyDM}0#`=dOb*p<+Fr4xg$6r2FmNM%6 zk^(6nt^b0Yv*0VQ^>Kwc@nwxUTkA{-wvwo_)~ebK-^WdOvNonAx6RNKY7U$K>7b(E z$9;Go!vyo>(pBHAPoBa4ltf(cYH4fD$zNNxEl&8z53TYVI;h%fMSFWu7*x{YVLAJS zzT)7C?zIm+*2_Xu>sPD`OWl8Q=h-92BIrGTnQ)}R^RU0i)V;huDAfn4Iojy?_SKtt z75m3E!~~_j-$iA=Ua|NEa;d$sHy z5LK~Ev$rc4zH`A=K5**ssbR~*w)L1EQK-o)s5f{g`{gu)aPPW%d;C6|)g%4hr+%@! zacJ(kc?;i711Zuxrq^w}<#`zO+SuT^dwWBlBTb$q)v4cBtU85W^nwoTE%>2+W)OVr se0<}hDSh4w+yYofpE3#6V?+K8d7`*fbFF-?sc z|9=1fefNI%PTrWBGI7vT!=8d5XwanOr0L+A;5qvD1?MX3f^*<9KuP|C6M_cs_Z$J` zqX&mUQ2$D+In|YFn!<3hUCr{cMNsG26%Y+UvGI8d%Vh~J*dka${SR( zv?k1?7==u0@JIhj0z%8Sc@w&yXbg1sTG zEQ2c1lMqfdO@)oJLx5>DhHw~$!#Y~cVFX56h%qpM5gHUDP>e<}iXkWlCt=@D1=2Zq zk(r(}!Iuo&8C01rm%^ZEZf>qRSEH6487NNEv78p z6U5^FSS3?-$<9pqG0^_kKS}_!HJSW59$Aas?oZ)#jn4rze1beO+G);L1a!LKl(QY2 zFg^#A8R=o8Fh+;Kx@3o0mTkQwHMO^7m>|^@9PJq!Obgm}HG%83Fed154b8{EaP%yz z#LKzPmXG1nsJiBGz_614bB+W6KaxqtC;^#C}k!v2GcV*^`lTQ zop{#8{$eoCF{13Svp@^0oy`zXMaodYeuWvMY?B=zF{n=Ct-@qtCP_{gD{;c4B!ddb zp|)CihO&qvt+$AXh>3bchm$yBVMPkTd6Lz#7D}KwU2p#+nalPJx~G4S0eG1M827Uh zG>>5<#UYfy2?)-T8iW-H4&g;ouhDWA3g@)FXfHdgz=N#qK~zswJV4|Hf*^2GKxoRM zMMN!0A$kJfkQz(_?r;&Ow4RB6KXWfiBH-r)W9;-9X&js3YuT)EzrN^L)Z-xl(PPiY zVo@4Q6a|_^IIF*94BlWg_ql<#9SLs;PF2767$u$*V{FsL|>YXn~9du)Bg zEPA5x^7YTn6aeVYSf(etQx;vhtV2l505k5taVz>*Ub2)UI38f8unrci=Yqp&P>BxN z4zr44vvRCQ1~f?R?jzRTqY}J2wc&aRe* zC59}jh(5Y>X?od6_0Y*%3)QBtoKJr_-2Nw5SJJxUD?8qB#ni7iIs%3+i#%=Ob5~lP zt5y}7La6nTMZ0)OzBBOCLxaM)hV47jaIdw#{wi^6aB@lIv=2?g+Rp?hq+^3e$4Y_q z2UpFB-TAxI7e4FzP5-UKOYLpxuayN!UvL}m?ncyOQtyVRH$f+_$EE){_}DSE?MAwB zMBufP*~o@nX)*7o#h`_=EQj|+ED!(JhLa<|i2C46BH!62ZZS_jzq2dg0>lPGC*ZyF z#&qmGm$v>z<(2M_3_;M^b9+`7U*4A5RvS@ox_YAJ-BS%`kL^DV;M*=X@?i-DwJVM< zxf#^GprUB;vrtLN%hexO$7zdKtXgC2Ul6m_SRHco-jSm(%zI`n`f4FlyyH~&?cuY- zS|DsqkUO>eKw+tP8LJ3t3Kgr%Z_>Bk8Pww}{bxsPSD$w}-LH>~Dk%HS_C?9zx?uyL##XZ~a&q7Hm7D9D5^Hx{n%y_MGvv36 zPpiYv*Jh+%q}h`V*+;|S$da|{Q9ED1R=K(5Z8#%%pgiHqym{kGS~_ZHrqpyc{194D z_*IJWt+9dohY)iE*L7XI90Bcof9>~gHIKV7_tXJsyKVcx%6fCx%zEQL66WaZ-uyPd zq7(|*l-#~)V)R94^`Z2|*x&`XmHD;hQR8>_`)+HqCNwauZ0M^^dzN<`x_vM%L5Clx zf!vpFl(sGn#U|XDMFs>m(^oE)FIltdk7xHje@m5lJPUz3I__p&SiQW@Hy`Q`Wkzi~ zxM9TS%dTB4UoiJ(^{B(9nqaEx-zj4u?D`b?I#d^}Fayq9nXGShTam`b5jUPc8Xve` zVFGQWP*LhGpV!BBCA1>PJxJdQg^f-8U`6G!MeedVcUaZ#gsOXxbnxENE$snUQz|FJ ztK-sh<@liA2S=QHC2d#B)91{GlB zKGQ&a-S0};3~S!-8?XCEmsw+B=JbzX>Cw`oXY zN+EOY@6AE_6^&yCwCy?BZ$m{wJZg?;+jy|^^Www0>_yP&ep8N}4}3GuT@V3p88G(5 zk!KBmSrwPieC*Q|C0ub$lO=SKyEgul;!nOjFyTc!?E8F4KlhoBmy|Egx_aZtw7P&f grG@2-eiKc87X5Cr*Y;?&9D8s#~rP66i{OKumqc-!OB1qhmU#B+F6ESNSM zf~M41^ozyC+60Q>tx}rh4V=_vwF5K+MMS#nG?UGVuz@pKY$~MplLH8BVO2<4m=@F8 zV>q)VuF%1y6zcR$VK$>=k;sK`go^?MR!*d0mo>*GP%afR%u9i>=P`=F!w@lBg+zM{ z!i%*@a18I@V5Jn3Fc>C-6-p_C;TUPae+%OnPM{c$VoC`nr*JtXBjM2v0p=X6kxEv- zFlr3ksSvX$+9?!uI-OD{A>|z=RHjraJsdbL0SJjuU=wMV#3lrdF{n9#aaio4g}1>T zM%uvVi7EuRI-H|~ zv34^r@`9QF8S3%ZKQI7dtJRL%n9vuib=-s?#^wVVqXC%^E$9pE9Gc7te4c~hV)KEU zK^`@BD#pRlBJa@ie9l;=lEz$yaZ)OW=X-L4g@LhEip#>oV2o492qhZ=!}HTDHkNk^ zA>ZTT)U?Q{5HN|9V1z^#rk9ZvMo@V80&vE#5vZ1DEyjW$LFIZJqc8l5`g6JjI{%kd{kp1~P}NWS=Kri}G#QMUwwXAvG@yt_=WsQQ zq!RscmWSVc?|VB22On|IaD4dyH{%NsX9Ls@u)KJ!Z3%{;$xAfqXuYfIn@z{E&P7dc zyYFA-{cM)>;TYLG(y!^(ms>hsvg-;;tL{uHs9PAjN>wrE+9UPeUoD-wwUISnSo_zHja% zwgu&s;S=Qcpd$9Ao+|P}^|F&Q_2qqau1-}#@jjht!K$Fvfy&1cJF>E8 zr3vd-^jOm~3K|;+HFH;2GEjX-ju*SV_IN|c;^ezW%cm>1`CQ(ht6sMa&3NvB1G;X! z`Owh=Q?K5u-q&3{>0s@9p?jLdA+>w;@jd>r3(%ItNe5>?B<(bJHPjsY5NREFi<04o zd=oN-MeWyW2xt7J-p!$=mt(`iW~N#-H;Yr6zu2d3?cOWi-Z9j?(@}F;-hKk#hM#(> z^6PnnJ9SCr)5@Q&i`qCN^qhBmA5mNyQhnpbo9%x|uWKBtnEgx_U)vYz9PH`dn_coO z6zg7-dp>@R`<1AHgqOeFy_wH@dg~|DnHhCaCw$%1&`w?b+exvfFQ;$J>^#-4=`TJR zxXEdl*H{*R{K@kdQ$rdLpJ_#leXbyxr;cp6RZ#mo#f75t-(G4cNxbvwce^f3hN|A( zvh~{6SItd_UAT5{uxSPTNMuR*M~&3bYn0`qvsu2M8Dwp)wGu3A#n8T;)7R)e{?dQh z{ekY@V8s-W)x2AOTp!uqmfDo{`Hpq}sLqGdy4=^%{ar5{70r1!RnX+h)$gx7b1&jv zLVpBr7m6Rhu;lkgw)FUQ?$@Ksd+*O(8dz#>5-$EJV0o`Isykp8^48@;6>|;CYN0D7 zXa1bBq;Fv1!@DNgOA234oZGekM(hfHMrq%bs9R6kTRzr#om-x(xmj1X^kflqFxn@s z%(poe>Ikgweg0s@6Kn6@##!IWPA}=8HRzw8Rel;@^k_$d?K^L1PskTjwiX8)iJ{=X z`ZxGMP38Lo&u2W3wDKABizVbM9p|>zP1Yv9b~|9t#=HLRmgTdcs*6{((hZ(}KuxSp Ky?fEp*Z&PhMcQ)! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_closed_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_closed_small.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3693e9dcf917f5209088212e13ca2ea798adb9 GIT binary patch literal 3097 zcmcgu3se->86J*N5fvZt89?`}BKVk{=g#bmE-SDgSQil1i1w(tJ9Bqg+1*)oM?kTL zit*G}G%1D?gM~Ebs8y?ZV4+2dNwg=ShBj78HK#G>prAz|u~9*3=-uU^iI{rQp6)rb zbLY-~zyJTg@Bi=I9T{m$#)dr?hGE#))D&|jx-Sk~p(D`$QD@%g=r+omvdWKP;b#L^ z$o~1^5f~PF$Z5@1vn|U+Npb6dtk|Hg(CtOm7`Dh%=mk;dHiCbQ5(b+(Ks+oXf;6- zHP@((4>;6hTQW3>iVtc89f?aMNojaNCy_MC+UNxunxq+mqzO{MNlv6WkzzIdKP__S zlkH-rIl12%dNOKrRMjgIL_tA;u7J@gJ_kVwf)K!M3pmSLwpbNU8 zNA)9HYS7l3qo|5MM|lGD;OlQWK-^j^gFc3g#qAz+;a8LLQ5yY(3~BARZuCMT6Z(}6 zJ_#n}qcCR$vhj+EJ_uCBXH^u}fKnL)A!}$>$7x~%+K_rQcI#-$px2O)rx-z=tI@=+ zbb4f^z(4m9ENBKQG-}Zz7AF~;(pxE3BpH!5%t!wu*=K4|WT$=OcT71eO^PHh(#*F^ zQ8~##1^>}lmPEVaa|6VM(+wPu@Om6t%^<^KqT*6~$T5nJ2}WVDh^ZdG3Oo`_H5;{v z4xQ5}i#$sTByZ<%8%f)6R$xioCetzwARq+;kPU$62G*MuX+uEtf%P(4Z{T^mz{?O9 z010tB%QCo)WfMeNNPM!1aT1P;)%YZ~!G9W#mVy`ukfa0XX_c zE@xa{pUR4aLVdWD7G#oSISJ>W1aS(WpaG;MT(+|YMlaboO42VP0$qb3`Wo_ySR6yz z?NFd`fws#y%LE9N0Efzfr8yq*Hdf}J7E6XeA{m~>^>&6vim-Yd@hjm#UW78JyR%c9a#=~Ar}8PI5BKbu)FZ;)3_u%$&H1-2@qRtoee zl(qfS&LL{{>1wVIwjc*0(C=x`J~O{!R||j-#ye1b|2KOB@ua-`ApiTbf_lKnq(Q>< z5)z-0S;RdBQ6cF$%8rUcruD)AE01MGQzFZXdSPHM`5$N1FNTx@JPwFHmxT6*=lOIy z&XDRozGwbl@(k8`U&#{Rt>)mnN4~X4{@@h)fCq+yM+fvUc=&)GM4=BIEizy7PsFfc z(^Jjy*23~ztLl}@izj{4_{)iJR!v&EaCS=Sa#6nw?lG5zaewVN|F6-a9o#a#@@6mA zkol{`rk{GuQ9JJ^?u(r_De*@;s@pRT=Dy5qFaIjb_sx{g?se34c6WEzy|*{75zq_P zk32GAWbx&Y^=CsW^NXL$!;VB%{viQ7u;+gA)DiJ_-)gOvL0eTV6|?nb)|WqicRXfI zJKkQp)bvr@a8pZpOVh5lo(I)_Y%%xqZN@wdt1bG>AjW}Dk`LB9>k?~Cwqs(3?rPzk zw|BqQ^6V73;?;`0#^v)Tcefmjyt$*qHD?s|c1(EOoyJc)_GbUudUaUQ?tg&kn71vz zAzEy|_fA%9O>=$kc?_GmaLt&T?;NX0KiukaFsY|IH|Jfm_KZ?4o_*%tX@2I42}#8E zzq}stDctvQ*(W<*eepzSSYrH$YZ2p{Z!d>M(__2#w`27&v*n|Quk#&_qDz+Kk1LMs z-#NOeDL3V{de5o9Cw%?x>edf$EE9B%WtTgLe>Cfh>f1MZhbK)op6r=7{{EKq?FX(* zobYwY${D3=2|Ni`uJyU0IX<7S|714)U(|;B>cWQJV ze${sV7b;cWsJXYI=)#Jxi0gk$f91f7o~ZGqFW)ZzlVeuFf{L`?(oIF}?z}CFCiP5_ zj%y=kq&YfH?K{@mCA1pL?!2_@H|gh0Wg+uETw5istLP4kwvL-ox28!KZ5o!bs_DAr znO%JHm?e?eBTCjB)k?=NxGrvdZ+YA2P0w3HcU|cklbs!QvSg-d$={Zq=-o48$_HOG zH((8KjN7&D!Q>isYwump#NYL-4yjQiFDwWxL6eo|i^;B2J1f^8p0jk@`zI$Cm&82i zO^YjEzcAsPvN_`7=riYXuB}`1#^Px`tCPG1N<{j&yQd;6Tbn&4rJ*HPy0~e?Hnmjw zpt|_^saq^!?BYG3f3$f<9@M-nof1bB>TxVOrWUpy^Rb)-2 zy99h0(Q7)>#pP@sOU4b`-8*e3pR7jJbgX)z=l5sUwbGXfBIZy>;P9TBlx9AW@WR%A E1J+q5Sgl$usOYYX))iaV2SxFf`s87)@2%@|wW6Z5>rzGCoAA)K()D!rY|fdPJ2U_P z{r~rW_rG^CFKOhk9)Yg~A_&qWF+raUuQ8sZ>r3#w!7}9nymWIUyzN4epaY)6=fjAg zJ_yqFs>PThrx-?Xf@D+iqGST99Ge4LBS=(qj)NB_16g4L85X-v+4y<2QehEw%5k&- zH#mlZOiRKvCwObxNTV=qvcQVU=pl-z91a55fXpj$Y*xFA%h4&lxEvgN9%D*{*F>JI zQ^tA%DpCwdilLGdC|DJa3OG(E7*-|VBu<&g!3q*5)fi4@9R;wgu21c+f>%kyN6k4FJT)WKYpmtaPb_6|e2~LYc zwn%n`2az{PQ)QhJrrOHE=IDU6yV~jmD~9Fp4vbLY9!_3EQRuL9Om$kl!9@WBR$v2m z*#&Kh4qHd2BulPLsT1gq*FOjVYilrc#CUElHd{vsmmHr3X|xsOxz;XYt^;7nz$Hy} z3LriUrrF=a#=#AB0$!G!MoF@^E0xrqvVx>k8b!EA8=Qt?n~Ef~v;qeVp=QN_3Pt!h zi(QnmT?3!N0(xEsIwf?XP+W}?w2`1VT+NZ%2zbWvR#Sr{TFkjWGSwJKoWmIor+;7y zr<2Ib{C_kS1=a9*#?5BH zk|;}>MU+xgIBF7j4V(@XsbK(PqD1CJu|&WNxSAnR+N>r~6Hd{nmSF^xXDJrfnkhmw zX?}|3k@7{Q=-gYw^0+{l)F?#=49YW<7G*`=gz}=9=Xu&}(ujEH-Y`uw%ZLDlC;&B6 zu%aePtwzm)R!soWL{ZeU-rm}_3WYtD<#~#FR|hV^;!!xaO^dg{lnzxC-UWf<15f&D{OWqfS^Cq-mPXX$t-8{P7s>`yW_uES+LG{x%jM~XGKsf z03=VNteOTWPEjJt(ln1UT7f3bfabM4?Bh;Ykp!n^Ih<@?iT=l|+QJH%ygdWJ%@$Ms za-J`?UOkuRPgmUk3s3J{Z=JH(k7u*@-7`Bil;8UZZvUQP$A<^J>G*U3c346u{4lwe zb_z!jztf5OSYyt|x5r0HA+f=wxS2(_?12{U)eFCu;So@yoMPMPJQ|P@k?fe4eo->b(WQdEBSEx*?-f`r7)8v)PDh`uwiy z;pH*&z7w|;9~^dPUiav}JHuk9m(Ez(5`@ImYz*)ne^|H47uj>~VNV39w^DNstz7U@ zYF%oNbEm6#XVc21@83PTZgu#RdPZ@i+iN9vV&+6A7oBO40~T$IZwARpOWp}b4oo>7 z3S#M;KQ$jb8`R(V>peI7g{+=Fdwod3h`_?8$jFr&`{%|-h7MTfb9BfQeL>m)|J;_^ zrhQNH<`qVv<9sZ2H^;m>^TS1luVjzk^*F_EYpUC)QuocP=N5La4$Nt(EvntTC2(u1 zzx?peE!%4vjeTsrABQ~}adk8|xPDsIeX?cH#d~$fdsgnZ^}W&S;AO(S>h0exIAgjO z*>#O|dDY2=fI7YEiegi!eU!*QRC=t7j`@ADYh6Rhb$!Cx?~JoU3u;F!0iixIV-MYo zPM=?t%T@0BV&B@xhHJ|jqwX-5?tR@ObwhJp2_4oH_v!LE24q%A&6s|>#%{)L`K>7F zKA`Vs$eFA?8naIYlrcO2>9+*^RnrcrN#e;z+UAgG-+wd@vgSQGTM$ux*tW{OcQfs4 z-CZ?s=I!1)URnP4y$cqnMIfR1@17i;K07Va-?|V9X&L{Uz1XViNsAixb*UbUXilA0 zy<^O?4YS@0+ui-9|HTQ@%led0xjWo8_m(7Gnh+7O_uIzkWmoIccGVarh0gV#lXU-^ z{OMrUr4tv;Ykl6ckI9LcIH}9W^!X5W=a~4fh9za`6PCp~D|b;td_e3KF3 zzV?wTr)K{1K}A(@K_6zb!CjD0vvGe@99QZtuBoicKXOh#2)VQ}^@NO&8~N=pHv=Nwfk)4C!RkpiSZ-#e~C+< F{ci*%yI}wT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png new file mode 100644 index 0000000000000000000000000000000000000000..99dc852d35f7310ce6e4dbc58f0d83dcbfe6e333 GIT binary patch literal 3071 zcmcgu2~-nj9v=~f;)-_Fbyqxw5hW^}ov)6_Rkx>v7 z_PX6N(>>EXm7qAMn4~!?BlbF701ZJ2iCz~;EnwWRmC3TRTI6o+5d^l=S|meZ#>}o{ zCflB}h-YRjO0`gn7El@*Nz}m!UIGv}88-=goeowYyjmp4OMrFYu>^sG5cdKtq7Nv9 zXPT$M$sEtX8Zm}a7$${P8Zm|8nB0oT!8nG?Bp5EiG$^Jda3vv?!(9gg)bX^9m~NQV zr3~z}NVePUA|w)z$0PR0#2lX`k!m!W00)kv0D%g5tef`@`OjSGPrT>*I^TCn7~7|C=-;BtA2F)jpV zjt+R^B9eKAbaT9g;~d?Yn$~SHjLXGJSQN+&rT}ZF7?-LQFvh5)G7UWrhD8~6mgYRd zxbJW=2GY%F5g;T-F&QdVSfp|SlM%Rj0=QyWC)CW*c3a+aP^AUO2!(=>;@^XUa-vB$ z`5(bFMc6prNrG6|on#gxaj{tl+!J9UnR9SFPzm-p`T`PxO z*V(5uM*&lxi7I87&BkbORD;`SR4$WasFfm>Acb;VsbW-CIju^N1iA)Lz@4j3TFEn# z7wHeyGLd2r*pt^~#SA8=#~wIXz641H+ER;9fqGlhvXT37Rcp)(+83t^GhHX{!Ws__c14e@c`Q?88yzY8o_I~(%_`moWtoqK9l{{a~ z!FS)8E8VRDhE-tMGbX{NXV5Y%2q6!~=&lE|PC`)VAd^9F@ou?2J1uRHesF$m=C7hH zsn(d7VTMDlbv|#ydf)lBs!>ql+IbE8JzD#!6-RrI+GaLwmPe!YpYAaykG{FI4v&Ab z&_>)p`@4`M%i`kqKUtFa#o;&d?iY)iaMAH6MH!h)UN7B}j+Zy+24lLqKa~HeNV@p( zpH&DJ;FEo2Am6V?)cKE zU$$mzQO5hDD!w%Oe|`7;-TmmOi}h=^_8#9+{pWg8GdZ;K?7M;O?6ya(`7}2>o$b8= zZGBprP;hBVZNtzbn+&3utk%aTzACu&#i~5B9ZC06DmGPNSaB=OU zdP6}%d;5v4O`+FJduQz^i_M?2G3Vs?L5AzNZq3w>m$f#Dwq3k%Su$lOKgDW!9deZ? zxM;d+$L||Y^%{~d4pE;ug~MTEJ_yS{ANA^;8JA~9LIaJjC{`lxeEYKV#GLUZ_4|(dHwznPjUho8*Z*>^jrn zkN-S0>BiruHu%qpLXuVwjBL4#rRdqTXrm7>%_+bObE9{@7f^a3*& z$=&~o+3Z;5t{qXS@{L%2-E?TnrL9qO3*wU>T>Y%?id}4*&i^W=JvQ=e^IEX!NNif2 VQF#ilE(!din~bT3y-D*6{|$C-W*`6n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/end.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/end.png new file mode 100644 index 0000000000000000000000000000000000000000..8e4a035214a4cc0929df7da59a0787b9aa61f5c7 GIT binary patch literal 2692 zcmcgu3vd+W9p5|UnE;V8kU+s@5xA7>?K5||O^!!$F$BGs36~)-Rr1|F?l#=ruD5%+ zBgA@An54DTp<^pe8&uSaw8DT5#Zn|fByA&Lh5}6-v8a_WZJ<0-pr+7o?}gH69oy;6 z?0*0K_V@k%@BQC*s;ep{jGsOpL68ZROIKTVmWh6OX;WBS-c;q`o7V6S0b8^XEs1fEASmhpjRgZCjf*+41TP0=W1GOx1Vmrs z#FiKe(K>fETBd|W)L|uYo+K&M?y&MCO|o9P0HsNqAxN4a9XM&@Xd6edXzGVSbzwo` zYFziHl))z_=GS$VBZz1;YK<~hCF~<8hr?lT&@>JaxVAQ=gBTvt=A;>1qQ-}1RhN|z zYA^z?649L)G&Si%P|eVWv{am6#E2MB3Ccc4u^qXiG4dQK9MOjnIu$Kt@Dsp0%n-)QFlA3G-rkBQ$f4 z;f>0bg+-t%VUMB&(wVAGn~c(|)rMM(+>nJ(4q9ods1PMZJHN#YqOI3Oy9dkqk!{Er55DOhVm?AWLiSfZ9AX$*~N_*gpe>_D$4@Lc*P>S z7f3ju1b~w)3nhsKI7LxjffN`K*uClVE`^U6Nl%{_;CY(^kUZsOaF*ijIIy!txI+M5 z90(EspiuJKgk%(;{)fUc>^czm$~>?+ZhM$!Spq%MU{y!dtN(#selYJ^EJT&$8 zQ5!=_lIWmu2Q3LW%djNw<$(>Rkfm*Q(e7mhdkJB54WvMmQj(UqO)`@HL@jemWy7Ae zDJzzXk7n#a6XnYR-e^lF#vAo03Rr4e9w9$pF1|_Hs9%JnUr>xmn5Ia26okbkKA6k@ zrVohE^GgGbU+fjIIqY6Zvf(y?Da0iJ6W|c+63&REWG@tp1Yig0sNCU|%|ntLY#oY9 z_s##XRi)+*!?ucb}Ro>DGY5$`CVS z50086{dBPHVAa>DoFl<0Rb$2HUEkeaeP0_}z0urN zd$szU=}^`s zzFEhA(R(C!?me##eSB?j=-FlY9oIgLzMp$#!AtG=4ZH5f9*JMRIqvc_0{MN*-r~3# zd2H0LX0M80=_%efq1XKO@nfCA)~8J6z26=#&#Io{to>2hcDQdjc_}ac{Woe3joMOR zGJnmKbMC$N39s#ct+&C^*OcRW@}7adhbOJi?#hZEGjE?-@8K=}?D*Yq9s9i!WODsb zk8j{?Hg_P)vauVfi+}JT+wb~$>$4`ywy5cT?7pUH`(~CL+Vxh~MYCla^X84dyhw3u zL;pZ?&J^ce@AR%%cHOGRntLnW&Do#z;;fcW{IA@)x3g5wu3zk&F}$}!8t#AYH;>nR zGUjo8;*1xLdrUXCZrvnE72UqRK=!}`ou|%~_pUo|X4OjijiZ+%H%_!3eWWE27%)Hm zXZ0iZronw3uV0%w?c*c=xM4f}RQcY#KYg$wc)_=B=3lzEZGQNC zADe2G(DGox9%21W|LePU4i5#4{XHkm*7@h2QT}>i^_nM#_|30QRf|{6e;0~W->Ckk zzpeY-=o!04l`d~T`^++%X$Lobd~EybZ>;n!9_Ze1W|$nVk%iIw^4jMHJQPYBstJ-dCDDRKu@4YCDGZ9#MvO)bo)aO8#RQ~*F(v8$?sA8ZXdT<> z&Ft>CyT9-Ez4yDHRW4jGDQ{XHhGCN`JnqHl>P#Ft6VQ2=bni)Y$yGf|H4H20OdN(S za|)(o*u>3}uS&1--o^_`*a$?$4~=zU6`?U~UTK{Qgym4j{V*uW4r1U>FA%sSI*2>X zUfQdc!5Yca5P`QhEc6Kt%LThgl$PN0>UcyDhC0CO!Xa7X>l{Rqmq&8qF-71>h`!uG zxDp2ODsLrTrbHlaH`1g)(+qC48wHxBIX^oWXKB_%(JV#VN!r4*7M|hou^)lVMZ^HV z*nP{GF?8o3YII%YDJmL`8lxto5(!d_-EL2Cuq=rXq*gEMppKNanP~<$)P#tn>XIVk z2}a;oYIO&JTusFgRx`A+HkK!pF{%!z6l0_lF(rYbkin_7kx^V zwMNkutw#A0>dfoU7(lu8dNVf0^(7q6n9%g{6)23cgp7;UeDx}%7DG*`jR>%O1#)v{ zA{v!1i$I_&5uc)j(v_-AyNt7((SpxP)P^=AIc#JZn;EB}l`+}H**HGyPDvJ(s5bjk zT+j`4=pc|1N75#eG5Z*fr%gO-n}g0Yoq~E5Q3}+54r=kSG|wR@E^gV zzz38_7@%B8VGx9rDhCNXlVQG02`Ld|7tHnmQ2r#yn^^u0)t-aiNGbR8?(kbmoKLm=uyqQgbRQ0&?|= zs>MVH0?^Kqb~YfAoQb1JzW^+#gdA(JLaUz>t@EhF)F28xC8cPoDPQ!q^l=ur@Xt{|%A ze=`Tvm&K)l6<-}yfHlE@1)4}vK&@jEP}kW+yPt%>Y86euW)28UIxAm@ibX?%KAYzB z-29KD8Y_lS1LPn?tAQfEd7NKwy2h>E7rzhxmpGGMpK4j^^WB_$_o=;-9u2gt5@Kde zqMOX3g)&NE1g+7+A-xR4vi4NCUB0^QXRG%tobI~zSLL&fTW@%I^PFG0*FExHakFbj z9$9;7?M_dHVH7imyIMHBwIy~;-{kqhcgs8X2;gY#t@m|TQ;osrtv?5yB}dM;^iMsc z1OrjCrMtQ-M>u+ZXgIpo?JmA}prdN}hFzC_A*}z=^~*dHWAQT$R}WV{VX)R0^t2bo zZ~WT_aI34tmw(XkdRBA$qMd)v9r@R}{GpcWnDy3&qSqV_Zdui4G!(QQi@p59<^KKo zD(8AV>)O^el{Xu>Z~3gQbK1dUr~h~Z@yYJto`aiwPUV4jCM*d$f726N<;=S4?hWrw zbKe&*yq#?y@@Ll+ww=7n)_~28>AB6Z?6_?m{ysNdEp&PZ&qs?t>7UiP@5Ljl?#h|i z`|Abew$lHfo z!QPRQSiUr6V}Wy81@-~9b5nLol-J64;D0SG?8y2@=;;$5^<4Z5{^9BNm=~LJ-M4={ z*JC`;`_hh;OLkxPU}?CcdUV;VGUSR*UpVv6dEv9G%_Rdi!r!;)&82L7Z{t4pZ1;s% z2ID7=JaE&F*+}o#mo_%Rfsb?EY--MDukOC=C^~)d`9TvLVhRlHn9)es9VcSN@wZMq*m!q0wT39!d$FnbrmCyfJ+-~*WZ_f0N_)xQQyf-r|19V{(l2Cpuzh9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/meta.json b/Resources/Textures/Structures/Walls/wooden_fence.rsi/meta.json new file mode 100644 index 00000000000..9253b538d95 --- /dev/null +++ b/Resources/Textures/Structures/Walls/wooden_fence.rsi/meta.json @@ -0,0 +1,59 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "by Ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "straight", + "directions": 4 + }, + { + "name": "end", + "directions": 4 + }, + { + "name": "corner", + "directions": 4 + }, + { + "name": "door_closed", + "directions": 4 + }, + { + "name": "door_opened", + "directions": 4 + }, + { + "name": "tjunction", + "directions": 4 + }, + { + "name": "straight_small", + "directions": 4 + }, + { + "name": "end_small", + "directions": 4 + }, + { + "name": "corner_small", + "directions": 4 + }, + { + "name": "door_closed_small", + "directions": 4 + }, + { + "name": "door_opened_small", + "directions": 4 + }, + { + "name": "tjunction_small", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/straight.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/straight.png new file mode 100644 index 0000000000000000000000000000000000000000..4eb510ff6966f9a23b785c92fa6a5dda975d517e GIT binary patch literal 2837 zcmcgu4Nw&489wP~_$i2*Nv25~wyRML?(N?0-W|K)fRi%_t-}CwV5Q- zo7>&*+kL<1dEe)K-~Dz&@uK<3i4P?j42I-_d`Ahm=ITfMByg^mp6daZ1b_b1s=<)* zzJ5&DmXY$X!4MxWm6mB`&V@85dyNb)vw|_`^#f~zAuA{7XSgasgIK{W`D}3b&`}tY zcpL08J29s}PpFjgmnp*HWs6F=WmO!-!#UYdR*(h&UO{7^px5J5>7Wgc;L>2M-$r35 zVxm>qV7pETl{t%{JXsMS%7`HxhM6EMW#lj%BUyY7gkv~?VmOLX2xg&i3vD8y=nn>T z3NO+njwhmIU}l3WHO)_>XdnaRi5;a*E{F zB-sb)hzu)NYc?3TIu?W1AA|L&QJsKdXpr%vCL^ZD6fxwvn4P~`@kGdZ4i!9tSMX^n zur!0b%Dg1je#6vKieofJ(ggK2Q&3Jk zqcQ)}nCECwR=f<*Lh>?h0rmUbFcedm&XYZ|0*HZkM8pfHlP>V78sp=H0*4I-au_9v zr%hH1!SIH7My2H<55VBBK05SSfPZ!wRf*gqh2f)o{RYdMT(hbIK4@2FsE0iz{Ano(jBt(opgz=4^#>O^d6--#;(eu z7GM;??gp9tAzgvqH7?m#BPh2;=4TWJyf+0!wZWnydm+Z}_edP0%YfGS_~_dxCN8AO z(5)iBE04<5+*>`KC(JC7X+=a6!6PgIYMrGBGlFA$CQC55U=l#bj>+bV@X}LrH&hOUKcZ~DfZ>9fBoRRJtYYp_9T@!hB+io`Af?$i(hq28W zOk&%+-~$pWVDrXa>IUBnar+A#_R`>v&z^qwSNGdfLx10GU%PX@J!`}HwvBbyQp<|o z8Mu63|DhX+M{^GkPe@q1X7!BEe?M*AjKN^T+#>JLwS}&e_xEY`Gv{2_FP-kZrakHY z8<|{k)8I*&{O|4WtvfQQWu|#kQ}cVR&LyiyuFjnQh&ZybVnS8&S2r$Xxxl18Zb#i{ z@vNnL_CD5fVxVY(A#HPW{j`P-^p)2vYcBQt!W+MMv@s69Xe!U}7Uvng`wqO@n9$zy zK*j2giDZAr#KH&Dm%R4#_5Wy&D}3CNRW7v}eNOlnH_XmmfG=lDO9^I5YE}1*>myX-xRfNXnW=-EuX(UE$hsY<^LSkw77)u z)#SEa7v5*zah-g`Y$$&6@hcUNK6`b_B*S&I?uCZA!F+dN=*!{WQ2rCaB^5jCYl^$O z%d_#>`>xfoU;VDBd1p)W*6c5G&koFL%Xz-%`4vx%Y^s~$`{m&i)_J?nj$FPl5Z=}w z-@9e=W80^9b&kBHu0GJYV(Sf4d+Pp~k@*ZC_F+qX7$1y*FwOzJ&5a9`)K##4b$ z_paQK()#-AAVf(;qrKyS&=TZyTKb6l+*TMl-HkHr0@{;#2ijX(W3{J_Ybf_*3c zQ1cSr^y`_~8KL95X5pKzvmt6puyWZe&*XeEu_PsZd)~*LBX5SUoG)73-?!EELf>Tb z+1*3s8MzNVn%8&nRQO7`@WZmfL$YgCPrg0=)g{|jm~2NeJS literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/straight_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/straight_small.png new file mode 100644 index 0000000000000000000000000000000000000000..b148fc8431066f153cc9d25f21919526fcd5bdd1 GIT binary patch literal 2775 zcmcgu4R93Y8Q#PQ0SO7?I2}nL+eI@_vbVqYvuiFSaDfE9B!-(NkP+CQ?=IWi?QV8A zcNc!92uuMH>KL483zMOxv{ObvP?ISbV}S$)ilA)-5ePU642nO9#_*%xUM>eJP{($9 zbGQ5L?)yE@`##_M?02iGDrRJj96J(0kgW1DUo|`z+rP|V@c1{S@f19b(933<2r_!F z{Y!gp^5|Ry$;?y&wN|bFF<#Ol4nfvL;D|?b7>yu>Q{uWHH2@10K}b=(*eAPQ$52J~ zVl_@b>DQ-$dZlcE0cI_z2uKSWBu>Vr6rqK29s)#wC7|(0ST*^$7faysaBSZuFfP1p7!enAf^v{{O^HBRO2z3-MmRw(O9Tjm2v98(#!{(R zyvS|jMA*bg-*2BhIGPl#6eRYCrSc0#c=W@6rEV3sInF_C*6Vt ze1ZkM7@Wl7B!g4V0LAho!_%J0@JNz_p?*zPg3aFxbp>dWCt02*zY_}ENfs>OKL*PZ zAJmM90JTseLI@DL8p6<&!u&KXtQn9PX2&G5@ca34)wBdv0_8q02IX)lip)zCaC<0G z#AO!1Ruxzl7u^iNWe*c%gdhuOk9%moPm`MLMYrb<8bH=0h;ftE#gM@u;AotqgEG!C zEQyPf;DXw)w95_LA}goRDh&mCPzc|OYG)-wM3JF509ZFJb7By8$*dFSNQuK)w~OUG zQqbk31-sF2G7q7Y!1_$M#%9t;Q-x4+6jq9UdeVi2?I8$(4vq$4iM#VBI-4(3?0lM& zSkuTK|_n6g06=ZNw8%gqN<#H8>PfWEe*ZdqKH4^x{nyhv^DK!p+-aPuBt z`DhD*q&JoON&@lqAJ2KIBE2MM!-?9TcQ1dY>UjOr8wRoi`M)|g=lxLaoW9on`?`C( z(;qosz*5~4m-?1p>`m_}IC#k*bMt#HJv3}>yLS5EN2lJ~o>@J!_QP!C*Z-XUge$jc z1o8?vcc%AeIq`7S{?k(?%qu$f#eqlWuLtt|>jySvJiT+&Ol2nB^AsetEKfH(+hJpR^(WDNY%9`a;`NOfBse7!tG<)(%&1_F(H4+2_&{RL(lD7 z`#f@e*_O+*Leh4%tpv8>0m;ZQHtT z*7@xG)7zub_A{RkxMpY6^c3uw_ev*%#Oo{REfol&oA0FW{r8(xV0U%JhK|GA*1i2; z(TW>^Eb@i@%UWnboBNKqzf9XYYFGZjJvBArgPq#q zM&o7o<^5In=G3fSF}C?@e(m&*E2T{hm-9$4y79zoe`wX}9#9t_9ryQd&W&%Z8$*8< z@oYU*c;lB>_RaX_AlJ2gOWml(y0q%AH(zb5oA>hE1*=xAd}rnR83UdNYN-29TiNEt z$_*oTz51t_udcZ`dPddBcdeq|4lFx#09I1=?553??~Yr0W7`<_n#UV=_s(nT%sTg0 z+l6~ReDUz^KZ4wr6+Ii$ttX@zg=)cH%l1^J50#Q*>R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction.png new file mode 100644 index 0000000000000000000000000000000000000000..85cd3d431a68f87ee6d14c1e4d0097662f4e797c GIT binary patch literal 3285 zcmcgv3se(V8lDsn2*vkfL8}b0M`&S^$z<}Z;TZ&41E?s97MRRTNGi$1B!nQ3a&+y{ zx~`!ux)rU6tyWp3AeLHOk@}?gK*i;tRnS7MEtUnAM=;{vgh#Da*R#84=bV|jbLYR` z|9$^s?wO5oF_GguW_UmlG%h+yz6jhy9Oqb9a6O<|eGA;&^-;@>5H$Xj<75>CjGqZX zZta@*Wu|3{1yYjHatMl1(j1Fc53C_*Ua&<^kgI4DtfW&lIvKm8s+tXJC>c9JpgP&RMRD8fYiTVslpsu+Wo0I|?$iBy`a*QK)I(FjY!nKZ@#90PWICkur_8m%*$2pvgB z%Vlg34vt1cNyUVUt8gBr6ppZoHE2K&5^0a4I#^KvQ79o$ zlBeV&IFA$|ga{WS5{ghF1f?PfLZDI#Db!Kuzj_`)2?hF$AjihxMhYWRhev6epr?}- z@==wFmSBhkQ&9-c$5BK{5<-wr921IYkrJmw^SF*40uV#(`An=A3BY4mPShca+~;d? zc8N4f#5B`TnBfp{b; zzgH!c;sPlu8R^LXv8v%R#uVCl4-kFN->$K=P zdVlx_r}TFA;VLGT=`fq`vKr3buI;R8Z|zTUZK!o zThQ5aqi^d;v%Jwa)Sehz`%BlJaZvEP$)xfA%^jVQk7m$c{-vmAihtjnrVg_TvhFP@ zsx}>L8vEd83}brZoA1AGKC^Sb$DQU5^BVi{_R@c@OZL05VkVRqSO_Z;^63wcSt~l< z2Qyxt9XzjF)oWK>3$ZuE-h*w$wovtAUrmumm#Cnw+`ZSF0YTdy7S6SIx^^Z%oYC56 zdDJhcT%A0n@xjW|(@#cP`xXb`P)t@=s=ahcgJt9Wu}}rK1Is^D+M4rm)uklXg$d=z zDc1FpmM~BL2{#w1cMaA>#bwDB_=ROvy|CQ5TOIba~yWULL&WflBU%0{h zq-q0v390boRGxX+rNzVN$imGU*M_E&K>6B3`5%7i)%Vh&iC)Wg)M{tnU+seWxPR-~ zTeUMOFpHHrH>#eUn38LqoO{@_d_h`C-k+8nfb(m{Z`p3KzM6l7-S4XRu{_GGpW891 z%R6rR^$%{Qn!;0z_hxW(=WW#*uLTR zG+2GnsO}X)D|?ygDpn1>N#kwmxk@uG;?ml8z3Q<3wcS$fvOk}?$bBGMUv-);%AZrV zSK7Ulxa?Mu)Zi_aRmIgU(e8843Df6<+_Yz_b2kOG*goyC#hW>Q@2$Ng+8sM~?*wbx zPpx+g>;1-Db%XY-HypQRz8oApzO;_H;#NQ9i`Kgb2mXk^J#Oy=^<{H>K!PBcx$HOb zY~dBRbM|8e)iJjDJuHK^=fb5G{YQk^whQ?wmp%QnFvSLBrOWbyL|9yyv3!u4uiB*jwY`azc7hLEA7NbsPRw`_jR{ zLcpz}VpX&KSj4W7p0)Q}vZt{Xcc*5%yngVneb~9k%jy1!fY|MfBS)v^8|nD+@MW`yUR1m(+=OMD=p~09qT!e_YJ?Mxcth;>=hA%vkQPo zYe~pX`?2-OuHv^E-RhH0e6XwXrzx#RxbGhKytR4PjxteG+v~8qe{gB&d)0{#g6uQ4 zajTd6fZkTvG6Skh9)9+t%lqFhak_sfwIg1G-2<)tMQ+f()IVJOF8jRtlIn2x*9Fzt i19|O)$6GUZcl!ALd}lLDSEz9Octl6U$Pb03to;`i)ZX&| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/tjunction_small.png new file mode 100644 index 0000000000000000000000000000000000000000..8dc3ee32f6e9d97f997a4adeccc29c2840b92442 GIT binary patch literal 3145 zcmcgu4OA0X79K>4|JYTkM^MK|yIP%OGMP*=qY#8pKnYk3EkCX>nVEzvB$Fn=1S*)e zwrJg@wXJJctJqenyBqv7)8!Nk|3Ts(GTaG`-%8$Ul36NT=u4i}8=A6mA zd2`=)@Aut%-<$Qz;-V&uojw+Vpb0V2>I85P6Ry!ufd4-mU%CWtV=U3hHVB$nEnGgE z=1&ZSpwUXBHp!l(iKQ6cB&Jzj$BCUL3$TWuMJlI-W->WDtm6zubBO5r(Ml0)WJ5$R z$~CCQ62WB{qjRm?^4vHrlbgwqtVk6KFLF`D+iNe6k$+Q3M)u4gJLMI!xq38ipeA>CP7IAB`A!bq&PhE69IQt zR!=3UpBr)pokDLzeN{S+cEJ9_K70;j%ar zXSUmbt<-C4$>8n0ErWjuwDNdjl% zv#kslxeA0iM_^;2BCH&3=dD_v&l=9uvf+?n3>OpdTp>589E?q3OsbT_D5sFhNOm3! z&wbHoW_gEg-aS~HnznNxBCrTYP#GeXYo$1a$|y`ZAN-@}ps9vujryGXObIQ93Z^pR zXQrT>SlUkiTVs}?^t{zX11*du+Q3OHW`hX!DojQ2S-cfE2GPkpQD`(&jM-+V%?uZ# z4iN!4#6}}aDF{?AmxBsolq4us0+%8rDVHHQDQ8G2i|J6pyI##R*+SBV^@9z-@(jTE z$t%mz3@TG#h+Hqj5FLuk5v4-GAT)`Ss8WwhSsgJPO}y0zdXUb#7gdOg1&9Pmql{Ds z!jLiwgjV26gk)(QLbH0BrsaAa!JJ`{_Pp?W<>VhD-pSp=8iD57I% z0u%?15eiPB!&$}SVm*$S_h5M<9Hc9Gv@V{GqoR$1PB}x2mUAz8xxt<$qi9ChJVHc_ z&@~(@8k#mfpo$(VUqkC185{t8M9U0%xAA(rgSK*u4WQ!wn{JgnjF*jG^=MW)k|bm- z*kR>TkU|A6^adfv5Jrb7Wja*O;&SD%D!*h!P`I2z$>Hw)AF~<~lgXgX1`Zrx648Io z^YQk8K?3*j{N*n8f8pt=^}&*r++WR}clVrrApM>xaHI-D?_mxeyq^P{8AxaahyCTt z1p^S|`&o>7vDW!PdrBogT{Xc~sSJrtH&1Un{4Y#c!5Peq({}*FA6L zPfX8twYcx>I=f}$n$-g}1iZHrA2IVn;{3U33n_Jb+uNqk1D@%_`+fHMep`F;n7chW zFu7*wiJCP#-i6YCtG@Zol09AJ{q13PNmyq?XK9BI^l4n-RQABH#A6S{6}D2P^;iFi z$;KRvD?GbL)%kX8e`oJFsQHLHb<(HxS8D>M#Fs9QHm^N%^y&8;OUDfysSFpB<0l({o z+{+pQi(d%8nHM&2r^*>}S~X(~H0fAzMM?^m!OuIMGG=qGbVDyx^yLYd=+V`h|XR-;S*Yf_ZtkK}etTW7@^_U*DXcKc-3H05>Rs#nCX zl(bKE^>!W3EowV=XTxT{t{dH%vnRxVdFXunmuZe%=kkSXi$mwDb{tC$Kl-=#ZI?TO z@+$f-boj>3!;If|1oiDC)VF+B2-D4LZnzVh4n3LjYZY`Ttw3YwFbdO~ds0vPM^7$l zZS%e2DoDzAEnU66xYC@rHNUFXzy96#Ztu@s9lAcgm@h7Rt|>L&l?h&#cEz^%9jb0U z+*4XKtL%2g72$#G`Q*B;+o$AaPGRWl#rI^(1PRcwy9O4ZN+z8 zi8s3!oG<{Sg&%#9o$vB*=~;H(&$?|^v+v=v{>`F0-99T?C{>kTzt6R%wWA#R5#I?P O`!SJm>XPvESN{c)vXV6b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/stairs.rsi/meta.json b/Resources/Textures/Structures/stairs.rsi/meta.json index d9f5a22fbe3..586e1cd2e4d 100644 --- a/Resources/Textures/Structures/stairs.rsi/meta.json +++ b/Resources/Textures/Structures/stairs.rsi/meta.json @@ -27,6 +27,13 @@ }, { "name": "stairs_stage_dark" + }, + { + "name": "stairs_wood", + "directions": 4 + }, + { + "name": "stairs_stage_wood" } ] } diff --git a/Resources/Textures/Structures/stairs.rsi/stairs_stage_wood.png b/Resources/Textures/Structures/stairs.rsi/stairs_stage_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..615933e917d7cf4380bf3f0bd2c06d2d277ac469 GIT binary patch literal 3285 zcmcgv4R93I9bXW}Ccz3015J0#iW?W%~AVIbuyP({_3@ zyZd(E|NZ{||L_0t-fdV|f8*rBs|zWLnp|5GYamZLyuLJ^+|Lyqdz3s1(ltwcin?rC zc#Wfevbl(&3hR=I#-K4?XIO430+DOtNG6pg(iBxzkx4_V1qZZ=o03kH`DoYg7&?if z%n~^c;^}JKoUB>x;YF+K6V~b$OGivaIbD`92tW!4kj|u99pA`AnJlhB#^Gm^Cz zV&BLqBX3crISA4Q$8~gcL^{NX>osw_uInL&Ah1M&^*fyaW?09+W(XmMealOxgQV-w zAtE&0wjjz7QwM!WrSq_kpW}%z#${ld<0BySDJzJqyj;4?Yt1T07KdAL3Oj*MWcj>o zy4ej}zu6rHIzRmx1%%spJg;L!TT-dK3O|_FPTa^5GNQDf=uBg-0sC&7XW@D6#LR0# zZ_-A!hhgA)3D<2Miqyg(lW9SUD0Fcc8z7T$DkAWjOarX)qK-;vx_C*_L2id%G7JmH zV1T0xStPMQV0kG4R0GI{sNVoY1Asx%xQmi@=WtPx<&^}l8zL|S?K7ezoe&J*7YZZG zuw5?&2^Yx}Y{FdHX=3O+!$!5+>Uu;mu};id5sw?SjvqkB!nLs|L+FSklgL1(B!~!G ztcf6EO-qtlQw9pFVb#Q@#S2K+ht|hjt1S$AxPGtzkZTc)3tDX~LQ?`JtMb5NB~y}E z9V4ApAp#OqfeZz82yKCvBsBmd z7uFDg7%b0Gv2+z_k}RsMhGd?#EJ6T5kXWc3G>7sxA7^H@VEr>MZ> z0miHe6_Nm=M92}5#44f{wrvb~6^*{yhFCLoi`2CZWLA?Tjn!lwvz7)mqyw8*J2&h^MA9t# zi5#=SVg7(eUh+po><|h)ascd|+*wCaEGa=U?&1YkS&icArcat!YoWA1;2bXx`Dc-v05K_GiuxOxkn% znzM(GeAIhn0ky)=yPqyH7gh`R_x+$hRY<+L`pn0#-gLze`%91hG;j)b)L(bwwsBPB ztInaBE31UJZ`xK_G+U)zqQ}Lxorv8#2+Z2 z9!}hSsC3;Y<>R+}d3(ogE$gTPkD?!Gc=YEhs=CV_I$qs%XWj7`r;c5lc;Hy&>9z8L^3C^V?wSATn(`UWzPHLsCM=sd=kO%Dvv`NPY1L`73{AYY{F12~ z*LD{a6w@F4p=Oz-+}2T|9oraK+l4!ZZCZDyHg^wzfKh`atl|z@$!^AB4*c% zzkj%ud;Oss7D4W3cbWy;zjI7^@al-)vTWJQ+T({d9$H`F^6c2s@;6+& zKC!&=${%&zb3H}vJag`sUibcYeqry4q9F(0YSFW8+Vfw?l}9((b@C4`pae(CxqwkzeSps@uu}3btVp!_C7depj0gHdA@S%oBp%^ eEckHN`EfgAH!ruJdc+FRA4g~`kWA|VM$2#erKWpimo zpjyzXRRI-Iai!H#Kyj(4h|nrxmCdI>MQO_e>zlCEzG~}v@12)(CiCZ?d%t_{cbEB3 z(iZv6Gaof^6aWC`KHkCr@;+C8jW8s?r<=8;k++d5?_do8n2pt62EeY|3FKacOdO;Q z5-s3k$|xF&D$mAtO23FUQb2Xn8>9q@ z7EwHuYJ!5$AP|Ef28D~zFo+4k66P!l6JoOH5R(oeAjIJ_IeZ388T?R5b81}54-k3{ z8Y6!Rs1aJNichD<#>UcOSu~|OoX$WHM32E_f}{kfiC1XRI8dQ+7(x&d8cZ!yX=O?U zMURL|lrdTXm2`C=hA7oAtU@!$6Ui7o4pq?^G)Ny)zaWkc%c)}2@_yquMknM%6rs>+ zNLj|PtSUmORca!X?|>eD{09Rhw<6K7jko#|6*X)^qxIC0VGI)TR%wkmUPaIY2#qpE zjS-$Y(oF|_G%CJ_nn1NmwOFZ?4`pi6kjoS%Oyf|T^tpl97w9`nSS3#+NG9Q7FlUED8-L=qg1xl`_mQ-$N-^s!7A7cdULdL?XVA zLZd|$7~vxnP)RyyG8xXtU;<__I2g#2ARG{dUSc@;6cS zUg0Dnm&1lwFqZ=|*m`XS%mpP70|IdrVWJX9%44vk`a=KR@(_v}8J~vCv1YK5+|lsC zm0ULa?M@?HoCmX6T#$#e86bwiFvvp?7(}@Q!Qyf;Hp*hT()B$=LJYL$JF!p>f+13r z4MI4N1#$@(C$R`72tg7y#^6D0h(O*S>+i{YUo4CZb5I^41#z|n2Dwr)F+7YwK~&0? z;t-E5L737%V-2N)!-XUah#)`-%He_t3np{I!eNlZ!t^7JKp9;8-P%%=Ad3qlYhDVm zK^_eAKpq<*K#Yg-a0HSvIP5oV_cJ|^Hu_)ZmvoP;YHyi7-|>T)SxiI^=ZMljEchs< zAA$lZrtf|Nrw(q*-qH>4Rd<8>u@M9b`WLM~U|pk>YGY9~;TBGI&VMs?=msru(mix5a>{o$qD|$cMq5|rg_VT|ICM3-Uf<7~tQC|RFWKSg z+(jubhw)Rzh15I2G|l|l7il{GLRwae!Q8`@<1@~R_xL1Nq!sVuMV(4-*qP$I-xz55 z@!&qySo7(CKO7qKRzzFH{O4+t^)3)9X_m4PS5n>2L??8?2J+k~c z@q7}$4Z4)Iv!bBmgF-~^XM0Fsm2B*{!Rd6ZXS%@l(AUb$4{AC#wq1+&xL4rU)b8ZR z0^CQ)J95Y8me@nj&R2MhK!KZGZPW!{$U{Z`ULTH&UuNIjo~AO%UmPa7&33Fzvyn%a zrRCLkz)lbCer4ufK%S&$+8tPwdB-_)(_;DcrD^sh?sujpimy59ZY&-7(9nM4h_Ge0 z(ar*sTYEbVznRIrw7xx!2riOOxqWi-0rdDshq*SqGU+Z=Tv(S;^B}4C{<#ef z7vo=-7_WN{C%jI0T-1E~k+;xi(;SC}n5qNGEN|B-$2P2~o__IS_qGJlrBP|ov&_Er zFKE1dr8nB(n8g;iO&;QpM84MXMHi~=@PwPGCcR5`MCYQ1&W^qjy2zx$8JOx*T(Ree zyzEUCX~v?e7rBeh=46yQNw(_(n{LfEuXfp2v7crU)K?(9Gu4ckf9Bj)qq<*S?AZn* zj04H91A9e%xka6=^`FtW_w&b}ncyV$Yqznv286k80a}(VxOX#dVs|MG5c;1RlXN=s z>WlSBXAz+4#B~Eh06o$Bv}9gg-IJunpH=jZ*pV{3$&5GWiR*&$JeLXDuP@6+0NdP> z&owJ#aIkq|PBgK(#m~VnKpy#c&VGx|*2TXHj~=u&-Ez`x`Bj&=<&vT$pI<$3q{>v- zU4K`yT?1+iFiu&OugLUD-V~?b=6^N|g336HFr}I9ksaR!{j@S63NR=$q_b8(ONA>3w?? zdv4zCSq;3LnNx0e>DVniX3cG@73P;jv*ObBLC3x|_P##0xZ~#u!d5yreaym)aXpXg z9Dtwd4yeR0T63P$FHa5%4USKE{(L6yRe||eUmmCJO(NT(;|u`!KKSryv&sbM>mIGU zQEmfV*kT)0v@xd4^zi62jjgHncY_Tc@L%_EdfP>z_dgD^@~C8mRd0s-+|3u>&zWdF zGg5ojupO%27&8A(uJ;_zR?`C;@HAt$93N-fCEZ(Abc0rp58uiE&2qs%#3Qp#S5U=; zf!Q6$E511DUw5M3J=gQh6J*)^rm&=#K+n`liDy2uEnT{5#?em%KD6V0H8sLt4&ANr zJsP6PgHul!JygRfK_NszE5o_S`#_B+uq-s>w;(VQ+Ig(R%&|c?Racw)a*DG}o{x!p z&xuh54;Dx5Fbi&UC~=(T-cVL{JK(4=dQ#zeAZEttk~O9IKLn1PmgE@*`ktUB*5qGM z&T`DIG?=|&>!ud#W23ruI^vsWU;lAN5Hl${|NJ)rg$bohbD!Qo7mJ|XyH^x=@ACfY zqS2Y@vMFIbrVDi$B@x!ubB`ujEzIlVG}*0Rkg+<2Rz)qonw@put9?_xAUf8%KCavMco z(@Fl58uv1ah}ITg=4-uV`<>-|>za+1=XW4Q?Owi5U8p~HG&p+&(JHKmv zV!jlOoPqnVx@OwcnQH#g-ZeSlR+1-8)i<@frUQkR3C~J*` zS>q>%?82hC={0Lge_XWvAOOgA*~UJGyYJCrywC66SlOVyuh+3UL2q*!}Z;ip$|+PYs!9 Date: Mon, 18 Mar 2024 09:15:45 +1000 Subject: [PATCH 008/213] Make puddle smoothing better (#26171) puddles (cherry picked from commit 2eec906c1879ef90817c9a4a216e64e63ef39c92) --- Resources/Textures/Fluids/puddle.rsi/meta.json | 2 +- .../Textures/Fluids/puddle.rsi/splat10.png | Bin 861 -> 687 bytes .../Textures/Fluids/puddle.rsi/splat11.png | Bin 298 -> 273 bytes .../Textures/Fluids/puddle.rsi/splat12.png | Bin 670 -> 706 bytes .../Textures/Fluids/puddle.rsi/splat13.png | Bin 284 -> 276 bytes .../Textures/Fluids/puddle.rsi/splat14.png | Bin 269 -> 260 bytes Resources/Textures/Fluids/puddle.rsi/splat3.png | Bin 670 -> 715 bytes Resources/Textures/Fluids/puddle.rsi/splat5.png | Bin 904 -> 716 bytes Resources/Textures/Fluids/puddle.rsi/splat6.png | Bin 866 -> 701 bytes Resources/Textures/Fluids/puddle.rsi/splat7.png | Bin 344 -> 326 bytes Resources/Textures/Fluids/puddle.rsi/splat9.png | Bin 860 -> 675 bytes 11 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Fluids/puddle.rsi/meta.json b/Resources/Textures/Fluids/puddle.rsi/meta.json index b47a24b44d9..5e0b79b3143 100644 --- a/Resources/Textures/Fluids/puddle.rsi/meta.json +++ b/Resources/Textures/Fluids/puddle.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Made by Alekshhh on github", + "copyright": "Made by Alekshhh and modified by potato1234x on github", "states": [ { "name": "splata" diff --git a/Resources/Textures/Fluids/puddle.rsi/splat10.png b/Resources/Textures/Fluids/puddle.rsi/splat10.png index 2b2abe9c32f6e92e0881a6ac1fa63c6b3a60290f..96bd6b8cc21daaef5e596346ca1d449ea52ebaa7 100644 GIT binary patch delta 674 zcmV;T0$u&x2CoH>8Gi!+002a!ipBr{0fT8nLr_UWLm*IcZ)Rz1WdHyu&y|rmNCQC_ zg})?Tcwk`=5sNLNm4c{uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<FuCD0l=l}o!)~uDT00004bW%=J|Ns90Kq{&900009 za7bBm001r`001r`0jlENk^lezs!2paR5(wS(%TZkAPfZ1CH?<@c5@K|q;cFAg`6&x z5g6m?f`0*N2@4>CSQQ~4!MiX(63aV$*h^x4MW;##>Q{{;Ot4HO_GdD9*0+@jVxQ;P z=gb0Yv~?tqNXiB(asVaVilOELDv-np?9#HS8jMJY8+a%hU?uS? z`G~4SxBVu3>UWp2gL7*0uQ(<-e5wcR`33ZMbQ{1bS}*{706a7Xs6nR=c>n+a07*qo IM6N<$g5^3gga7~l delta 849 zcmV-X1Frn91>FXa8Gi-<0047(dh`GQ0fcEoLr_UWLm+T+Z)Rz1WdHyuk$sUpNW(xJ z#a~mkq7?^=h&W`ZP8LK(9Hojyuu$3xtvZ-o`UOoIk`xz5!L{Jv$70pN#aUMeS3wZ` z0C9D3Qgo3L|Cbb6#CUMrk9YSTckck9US_Joi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81{VQ?PCL5*000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0003sNq~5q7-K}#(g-2QDv6$|7UQ}TKNUY=PdAuEM{QfI}E~%$MaXD00rwj zT^vI!{FhF26mn4Ha9aGX{yG1%_|P2_Tq`FZmUfnQlQ?kdckCDLger%9%mEBN7PV|; zFWP#{Km7_2cM!kPed3YcuYa8U2`{(bXYl>WcR*nBQ{PvK417144UE&SwF}6e5xKSb zy@12bgADusGi-6;KGNaJmh0J^R@>G6pz$l?CV9q%4@F{@0G-0%>FVdQ&MBb@04tSZ Au>b%7 delta 282 zcmV+#0pne}4EcN3Hb?j*2mcobzFQe|QG}Mi7A3n&~pk0Sm$%V2p7K z;SNAW$Pg)|3k1XghUmRtAfDa;K|F(Wg0-y;*#$U&EXpkaT7OUgD#onf<_|1G@$<`esXPKC%aDgXcg07*qoM6N<$f>;4{dH?_b diff --git a/Resources/Textures/Fluids/puddle.rsi/splat12.png b/Resources/Textures/Fluids/puddle.rsi/splat12.png index a8a2e7f90c967fc30e42177244b14797fff2ca6e..cd0c9b32c7a9de389d74c8e4333e4cb45633768a 100644 GIT binary patch delta 693 zcmV;m0!sa!1;Pc88Gi!+002a!ipBr{0fT8nLr_UWLm*IcZ)Rz1WdHyu&y|rmNCQC_ zg})?Tcwk`=5sNLNm4c{uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<FuCD0l=l}o!)~uDT00004bW%=J|Ns90Kq{&900009 za7bBm001r`001r`0jlENk^lezy-7qtR5(xVQ%e$sAPg&T|2vycE5i6#ytNsDG)+Or z5@W#@0)GKC(?AS2bkPP(LsP0tg|0`e($O8G*hF&~9P-GjvmJ;|1LVqh0nAW? zbE}SFvI1ib9!=kFaJIgQJlCJFL3?GDGZ=pup1%^<4QRzxIvt^n zP6lOoi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81`Z?5F4IQ<000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0001XNq6$|7UQ}TKNUY=PdAuEM{QfI|Ravq8eTeK*2^& z7sn6_|F@F@`5F{>oO8?nTi@axt z+?kWVJG19szdAWwA!#b3?JH41)ev*Z6GCez&+8F;>c8J-)`Dp+r#HN*)7#{6@!DKN zpMfv#cjboFyt=akR{ E0CF&Al>h($ delta 268 zcmV+n0rUQp0-OSn8Gi-<0047(dh`GQ0OLtSK~z|U?UT(3!!Qhm$>jKjW*vYZU6>g00v+H24DaN@c#hb`_pd& zh%q|&NQjw|FU#_%n7ov-6UZn4*IGM8wr#rzaRB_+TDy|Uj(=(Qa0c-+@w*BM0*C36 zCPZ;z_hV~0fD}ezbWRiJMIncTz{qj8Yql5@7t##k1f+G8Ajs%k_j2)F z(M*bK3rsN{|7yEs72Kq_9LuXc`{{Y{O0?wYmRvgil2S^;p7j$1T*8`3I{;IdpkBxp SLHzovP6b4+LSTX#C3jT- diff --git a/Resources/Textures/Fluids/puddle.rsi/splat14.png b/Resources/Textures/Fluids/puddle.rsi/splat14.png index fa2c45ae753e37081341ec65a829eede063d0167..811c4f6557f53aafd60d6454c7a70d6667be0f78 100644 GIT binary patch delta 243 zcmeBWYGIlnSllz?EDmyaVpw-h<|UBBlJ4m1$iT3%pZiZDE0E6<;1l9{ z>eQ)q>(;$^@d7AtZOznmAax}{e!>6$|7UQ}TKNUY=PdAuEM{QfI}E~%$MaXD00j#@ zT^vI!{NMI_^EDW7xG=u2Pk-(lEOxARa?ZXhr_$L>l;+E?Vp=X7c)KBtm90loLp5N| z!n{Wh0y`gieVBHQDK1E${H1B`VGA#o>3Lyi-UrUUHSLY}hjtFFz4Mye8|>b1yL>Xn m{LsPj(gN0JTxS@Y&WKMGWSRbCImc(9?F^o-elF{r5}E*1s9rt* delta 252 zcmZo+>SdZBS>@pN$viD-R0=`=61B9F^-jZ}qGH<(icG*Sx|@El3p ztuV_Y&ay^KF?Fhpje3jy=bRhc>aQ2ds2+>h^ZjYxzg6X&&dFzf%Q*e$uzbGDG@h}c z@Z3(%OHuhd)}PJP?wHI`vt-Jp%6s2qO)oPn+UNXes;2ofw$hlz2Sp@{CQnT8JGQqi z+(}k}@kDm0Z6JTkKNjD1Hsc9Z&NkEMiBx@3VEXZOZ`+(ZQMYT(O}wd7##FFsHPe%` yXTq=KBz)VpI^X{C<8#kWGwh$hz|nw&4sh$us%@+cel7;|AcLo?pUXO@geCw?Zfy7f diff --git a/Resources/Textures/Fluids/puddle.rsi/splat3.png b/Resources/Textures/Fluids/puddle.rsi/splat3.png index dbffc99bb73553f45256ee32531a840ecf54d3cc..73bd6804783db4b0e4e08160602f060c40d551ec 100644 GIT binary patch delta 702 zcmV;v0zv(r1uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<FuCD0l=l}o!)~uDT00004bW%=J|Ns90Kq{&900009 za7bBm001r`001r`0jlENk^lez#z{m$R5(wSlG_r*AP7TI{{Nph3E*@sy0g5rnA32n zX5$*u{C`H+e?UXpF!Lp}RsfuRQnVRokFef0TFkU&b`HRzi_S~R*tbuZ@~ke(&_ zNZ{4miUcs-!2?^o17j9&D1sq>IB3rVI8+nyFVo>joPf*;^esMswh5hS696EtKVA`c znVZtG^v;tNk!c11OtTW k__Q*5AfOFwYpAekA3Z7rk5Q~tUH||907*qoM6N<$foi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81`Zf}B|2jO000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0001XNqpe ra!|7cvD$SZTvf1dLfQ?K{~f<7`!8n~0D0;F015yANkvXXu0mjfA)6JR diff --git a/Resources/Textures/Fluids/puddle.rsi/splat5.png b/Resources/Textures/Fluids/puddle.rsi/splat5.png index ca044c828558046c2fe867cf6b4eb3c4cc5a8841..97e00030222e5e59b90c92ba31819bf644d2d9f4 100644 GIT binary patch delta 703 zcmV;w0zmzU2h0VK8Gi!+002a!ipBr{0fT8nLr_UWLm*IcZ)Rz1WdHyu&y|rmNCQC_ zg})?Tcwk`=5sNLNm4c{uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<FuCD0l=l}o!)~uDT00004bW%=J|Ns90Kq{&900009 za7bBm001r`001r`0jlENk^lez$4Nv%R5(wKk_i&UAP7UL-2cu$VNvS#o9QT;C(v3E zc^*75tbY!QWmJk|aZx#~JT@TXy1rnJ3lmpUw%9mIwfp$nS zGQ`HL@4!hP0X?=9#*sMxGg;8u)bpQmu+gfD+5I#n!Vkh1}CCud*R`js8 znE*q?M)<}0*a2G+Fv9;8( delta 892 zcmV-?1B3j`1&9Zb8Gi-<0047(dh`GQ0fcEoLr_UWLm+T+Z)Rz1WdHyuk$sUpNW(xJ z#a~mkq7?^=h&W`ZP8LK(9Hojyuu$3xtvZ-o`UOoIk`xz5!L{Jv$70pN#aUMeS3wZ` z0C9D3Qgo3L|Cbb6#CUMrk9YSTckck9US_Joi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81{WmAO7Hvt000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0004CNq;3=58d6x3XRU&TR2Kz2ocv8f!$ zke8R_83q-b=Q$uESZkq&{lLT41OO2)2kdhdaA4&yjN2mv_fyMMP>?h)r)Se6BPPC&Ke~|%W%x(e@5u}v&F%YZaFbpg{yOI@F zb0ATgrisNn!fgPKl+juXQc75su#;=r*Voxk4cffk|4-JfD0 zZgn<7OhAs7Rq{!L=FY1O!~t@dq&}n<#+WJ#hF&-iaW SQ`JoX0000uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<wj>2F9D<5%~HU)+oTMDJzOXSR_%aCGMp^M4EW{+5D)pQklGn5aEn&CLkqxH zt`*?nQDgVF3=DMzqy%7BG9mT(695jLeNR6CbMl1fpIy+WH9j0&3RwT%DFNdp(;vXo z`i<}|UMjo-JfjwY*d=!0diWy&izR$;J~IdKR4JY!z>DshBlip$Fa;nj@RcrqDYFkP Wk_NlGNfsLb0000y#f8Gi-<0047(dh`GQ0fcEoLr_UWLm+T+Z)Rz1WdHyuk$sUpNW(xJ z#a~mkq7?^=h&W`ZP8LK(9Hojyuu$3xtvZ-o`UOoIk`xz5!L{Jv$70pN#aUMeS3wZ` z0C9D3Qgo3L|Cbb6#CUMrk9YSTckck9US_Joi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81{NbvHA@}<000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0003xNqX%>)Abk3=gfPXy0TIiNRdBzgT!N3?}GaLYx)`8AB zC80f#Ap-6yG0lkhRM+6%`^5jaJ$pjejD*d^d!O=sm++w#V5d8d5y5Ky|#J1Vu@56l{gm9hyneay+$S;^#Q9T2to9!zC ztWULScJ|G;VQ&@Wcp?H3VcWKMFQV3$&Xb7zp(58>W|g)ixb#iG&8lb4)4XMN7u2>+ g|1&sft^5Mya~60+0>$|bgD~Uq{1quc!Ofm7 zjv*HQTPH>e9ai9R?%nx+t~RH+&c>Pl>O&@Tvh0swIy1|1UeL9*4`YR|S^wY9WU`V~ zLHQXIzZnY;@sJ%ofNMvc|E0c-qnX6Gu|Zme6?HJ zvHI`I_{Kf9UwI>im`eCsdD0mc?F(RIIXI*83WLd!OL{vlI~|>JAeV0e*FmjvLEn2q z0=_}|8<+IP=}1Y1q%vw;D`oik(?;sR+UC56{SCj_cXqI^vhI*70eXPJ)78&qol`;+ E0893IyZ`_I delta 328 zcmV-O0k{6f0@wnO8Gi-<0047(dh`GQ0Ut?3K~z|U#h1YigD?z5ovK4{K#akGF&LCF zI4}m{z!p>=)yN4+plWRX1&JW}CH_ANjxrjCVXNz!mSxF(_Lp30V49{4PtD@cD>v9Q zjcV~r01I6Lzyna%bt(W!575^KXu~|uyB9PJd8`16!S!;mZGT%gj^pkHtu&lgfTM@v z;X6`Dh3A1(^!mQfwyGGwo!Ie8r~p(|<#Gkk7TKB-ddG@{@6ejkg;_}xrl0^*(uf`a zietk;?kO;%RtmhC$xVlgY9B@iz`CxRb#dYpaQ>w%PC^P}C}+<;Fa?OgJO*H;D1g=M zPXML&`P%^U+(Eb2X(zPGKPzcMt9Ez*nir2-08)GjeGI@#(Iqc^=Kl;}332&jVs;;R a3gQE6XQ7h~q#OhQ0000uRQ>M7w<;Z8>`D15JU zqrfkUGd>4ZX4px@hJ?eyTBd}J5;hkdOSn%slCo^c4<-woQoN?v%C49{_f#*eU$Cd* zN|)KjC}T`8iGPN{3QJ_k(7P{|8{lV{U-E?nH zA*ntJl~11c)(+KM@U`iApNF3Jbp)YDxUh@<g00004bW%=J|Ns90Kq{&900009 za7bBm001r`001r`0jlENk^lezo=HSOR5(wil3NylAP5Bo_P^(NN}9+=_rpBRq>zpx zU?Y$|zkfj;fv6I60pW#^{45y12ogZ$r4YOrKCxlfzCB0N9mjc9X(`}CYw$EOfIzhDF|9}ln}asU7T07*qoM6N<$g3tji0{{R3 delta 848 zcmV-W1F!s}1>6RZ8Gi-<0047(dh`GQ0fcEoLr_UWLm+T+Z)Rz1WdHyuk$sUpNW(xJ z#a~mkq7?^=h&W`ZP8LK(9Hojyuu$3xtvZ-o`UOoIk`xz5!L{Jv$70pN#aUMeS3wZ` z0C9D3Qgo3L|Cbb6#CUMrk9YSTckck9US_Joi9Y!xG|1K!1dcDoQBBLWEY06cb6>k9zor9e;vcGPz1%thv24_i_3Fq^Yar8-L*75Ev^^_PWQryW4yF_e`_D z9|`|*eRh!1e*gdg24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007 zbV*G`2j>G81{W0WliyGP000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-} z0003rNqO@OgK`WP9D{V>Eu2*iDj+zD$z-}wBebty z9?Dv~z>R{4z|8B@7^8CQJ7^@%xy3nma8{)vfQXxKW-j(#-p6rNVm#a*Mx~1>5#vMz z%)ExQHVq|?_4@_k#?<>aLPXEiz!i{9ico-Qt$$${2Gs-rB7zjSF-9RGc<&GE`lmeJ z7n^iM(-f3+PWNQqi3noDr&$EN_opEG7S+G+{ibawAW~8I-6DK_5+Y(Y_szQCRRAT2 zQ}?FvBmf~LH6-M$3#!fnVL{9cTI*HO6;`CR&enp84G1EFX_~%f#$r6>{f3l=bUGZL z-bwpQOh@$Oi~|59e_Cso(q4|WUCEsw3t$hVrus_^9{_~hy+*;UGSBl8-eB&&w*BQV aG5G*K)wRw>9b~Nl0000 Date: Sun, 17 Mar 2024 20:25:57 -0500 Subject: [PATCH 009/213] Change Syndie Monkey Price 8-6 TC (#26214) Price 8-6 TC (cherry picked from commit 6095383ce491e9cb4836662f3bc56ee26eee29f6) --- Resources/Prototypes/Catalog/uplink_catalog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index d3abae86fce..6393833553c 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -922,7 +922,7 @@ productEntity: ReinforcementRadioSyndicateMonkey icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } cost: - Telecrystal: 8 + Telecrystal: 6 categories: - UplinkAllies conditions: @@ -938,7 +938,7 @@ productEntity: ReinforcementRadioSyndicateMonkeyNukeops icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } cost: - Telecrystal: 8 + Telecrystal: 6 categories: - UplinkAllies conditions: From b56551f3108701f3cb6332c935d9872571ff1e49 Mon Sep 17 00:00:00 2001 From: Golinth Date: Sun, 17 Mar 2024 20:37:00 -0500 Subject: [PATCH 010/213] Criminal Record Icons below Job Icons (#26203) SS13 Criminal Record Icon Location REAL Adds a new Offset DataField to the StatusIcon Prototype. It effects status icon location on a per-pixel level. Not sure what else it could be used for, but hey, nothing wrong with generalizing. Also moves the mindshield icon priority to one, to fix an unreported bug with them covering non-job icons. (cherry picked from commit 21de5e9a08929e8c710030b887c081bf6afc9649) --- Content.Client/StatusIcon/StatusIconOverlay.cs | 4 ++-- Content.Shared/StatusIcon/StatusIconPrototype.cs | 6 ++++++ Resources/Prototypes/StatusEffects/security.yml | 5 +++-- Resources/Prototypes/StatusIcon/antag.yml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Content.Client/StatusIcon/StatusIconOverlay.cs b/Content.Client/StatusIcon/StatusIconOverlay.cs index 1cfb4c2a558..156212c55d3 100644 --- a/Content.Client/StatusIcon/StatusIconOverlay.cs +++ b/Content.Client/StatusIcon/StatusIconOverlay.cs @@ -93,7 +93,7 @@ protected override void Draw(in OverlayDrawArgs args) accOffsetL += texture.Height; countL++; } - yOffset = (bounds.Height + sprite.Offset.Y) / 2f - (float) accOffsetL / EyeManager.PixelsPerMeter; + yOffset = (bounds.Height + sprite.Offset.Y) / 2f - (float) (accOffsetL - proto.Offset) / EyeManager.PixelsPerMeter; xOffset = -(bounds.Width + sprite.Offset.X) / 2f; } @@ -106,7 +106,7 @@ protected override void Draw(in OverlayDrawArgs args) accOffsetR += texture.Height; countR++; } - yOffset = (bounds.Height + sprite.Offset.Y) / 2f - (float) accOffsetR / EyeManager.PixelsPerMeter; + yOffset = (bounds.Height + sprite.Offset.Y) / 2f - (float) (accOffsetR - proto.Offset) / EyeManager.PixelsPerMeter; xOffset = (bounds.Width + sprite.Offset.X) / 2f - (float) texture.Width / EyeManager.PixelsPerMeter; } diff --git a/Content.Shared/StatusIcon/StatusIconPrototype.cs b/Content.Shared/StatusIcon/StatusIconPrototype.cs index a313f55c057..428ca950823 100644 --- a/Content.Shared/StatusIcon/StatusIconPrototype.cs +++ b/Content.Shared/StatusIcon/StatusIconPrototype.cs @@ -40,6 +40,12 @@ public int CompareTo(StatusIconData? other) /// [DataField] public StatusIconLayer Layer = StatusIconLayer.Base; + + /// + /// Offset of the status icon, up and down only. + /// + [DataField] + public int Offset = 0; } /// diff --git a/Resources/Prototypes/StatusEffects/security.yml b/Resources/Prototypes/StatusEffects/security.yml index 46e1eb9e086..51d087104d5 100644 --- a/Resources/Prototypes/StatusEffects/security.yml +++ b/Resources/Prototypes/StatusEffects/security.yml @@ -1,8 +1,9 @@ - type: statusIcon id: SecurityIcon abstract: true - priority: 1 - locationPreference: Left + priority: 2 + offset: 1 + locationPreference: Right - type: statusIcon parent: SecurityIcon diff --git a/Resources/Prototypes/StatusIcon/antag.yml b/Resources/Prototypes/StatusIcon/antag.yml index 3b64517530b..757ec0354b0 100644 --- a/Resources/Prototypes/StatusIcon/antag.yml +++ b/Resources/Prototypes/StatusIcon/antag.yml @@ -21,7 +21,7 @@ - type: statusIcon id: MindShieldIcon - priority: 2 + priority: 1 locationPreference: Right layer: Mod icon: From 00beb141ca4c0da913be9dd300ed0589cbb6bded Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 17 Mar 2024 22:37:28 +0100 Subject: [PATCH 011/213] Fix barotrauma calculations The math for our pressure damage (barotrauma) system is directly taken from TG. The constants are the same and the math is almost the same. However there are two errors. 1. Pressure damage started being applied within the WARNING bounds, rather than the HAZARD bounds. This means you started taking low pressure damage at 50 kPa instead of the intended 20 kPa, and also the HUD icon didn't show "danger" like it should even if you were already taking damage. 2. The calculations for high pressure damage were wrong. These are supposed to be linearly scaled, but the function was wrong so the scaling didn't actually work properly (especially when considering the fixed bounds above). This appears to be the case because the function was taken from an incorrect comment in the original source, rather than the real math. Both of these issues are now fixed to match the TG behavior. Note that this somewhat nerfs pressure damage in non-extreme circumstances. e.g. a room at 40 kPa now gives NO pressure damage, whereas previously it would do full space damage. The description of the pressure alerts is wrong for "low" severity, but I can't be arsed to fix that right now. Alerts don't have a way to change the description depending on severity... (cherry picked from commit b5138b245e1782cc062b9bdf165600b7974e9ed7) --- .../Atmos/EntitySystems/BarotraumaSystem.cs | 103 +++++++++--------- Content.Shared/Atmos/Atmospherics.cs | 2 +- 2 files changed, 50 insertions(+), 55 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs b/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs index 023ac287634..2b1d6b526b2 100644 --- a/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs +++ b/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs @@ -224,69 +224,64 @@ public override void Update(float frameTime) pressure = MathF.Max(mixture.Pressure, 1f); } - switch (pressure) + pressure = pressure switch { - // Low pressure. - case <= Atmospherics.WarningLowPressure: - pressure = GetFeltLowPressure(uid, barotrauma, pressure); + // Adjust pressure based on equipment. Works differently depending on if it's "high" or "low". + <= Atmospherics.WarningLowPressure => GetFeltLowPressure(uid, barotrauma, pressure), + >= Atmospherics.WarningHighPressure => GetFeltHighPressure(uid, barotrauma, pressure), + _ => pressure + }; - if (pressure > Atmospherics.WarningLowPressure) - goto default; - - // Deal damage and ignore resistances. Resistance to pressure damage should be done via pressure protection gear. - _damageableSystem.TryChangeDamage(uid, barotrauma.Damage * Atmospherics.LowPressureDamage, true, false); - - if (!barotrauma.TakingDamage) - { - barotrauma.TakingDamage = true; - _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} started taking low pressure damage"); - } - - if (pressure <= Atmospherics.HazardLowPressure) - { - _alertsSystem.ShowAlert(uid, AlertType.LowPressure, 2); - break; - } - - _alertsSystem.ShowAlert(uid, AlertType.LowPressure, 1); - break; + if (pressure <= Atmospherics.HazardLowPressure) + { + // Deal damage and ignore resistances. Resistance to pressure damage should be done via pressure protection gear. + _damageableSystem.TryChangeDamage(uid, barotrauma.Damage * Atmospherics.LowPressureDamage, true, false); - // High pressure. - case >= Atmospherics.WarningHighPressure: - pressure = GetFeltHighPressure(uid, barotrauma, pressure); + if (!barotrauma.TakingDamage) + { + barotrauma.TakingDamage = true; + _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} started taking low pressure damage"); + } - if (pressure < Atmospherics.WarningHighPressure) - goto default; + _alertsSystem.ShowAlert(uid, AlertType.LowPressure, 2); + } + else if (pressure >= Atmospherics.HazardHighPressure) + { + var damageScale = MathF.Min(((pressure / Atmospherics.HazardHighPressure) - 1) * Atmospherics.PressureDamageCoefficient, Atmospherics.MaxHighPressureDamage); - var damageScale = MathF.Min((pressure / Atmospherics.HazardHighPressure) * Atmospherics.PressureDamageCoefficient, Atmospherics.MaxHighPressureDamage); + // Deal damage and ignore resistances. Resistance to pressure damage should be done via pressure protection gear. + _damageableSystem.TryChangeDamage(uid, barotrauma.Damage * damageScale, true, false); - // Deal damage and ignore resistances. Resistance to pressure damage should be done via pressure protection gear. - _damageableSystem.TryChangeDamage(uid, barotrauma.Damage * damageScale, true, false); + if (!barotrauma.TakingDamage) + { + barotrauma.TakingDamage = true; + _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} started taking high pressure damage"); + } - if (!barotrauma.TakingDamage) - { - barotrauma.TakingDamage = true; - _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} started taking high pressure damage"); - } + _alertsSystem.ShowAlert(uid, AlertType.HighPressure, 2); + } + else + { + // Within safe pressure limits + if (barotrauma.TakingDamage) + { + barotrauma.TakingDamage = false; + _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} stopped taking pressure damage"); + } - if (pressure >= Atmospherics.HazardHighPressure) - { - _alertsSystem.ShowAlert(uid, AlertType.HighPressure, 2); + // Set correct alert. + switch (pressure) + { + case <= Atmospherics.WarningLowPressure: + _alertsSystem.ShowAlert(uid, AlertType.LowPressure, 1); break; - } - - _alertsSystem.ShowAlert(uid, AlertType.HighPressure, 1); - break; - - // Normal pressure. - default: - if (barotrauma.TakingDamage) - { - barotrauma.TakingDamage = false; - _adminLogger.Add(LogType.Barotrauma, $"{ToPrettyString(uid):entity} stopped taking pressure damage"); - } - _alertsSystem.ClearAlertCategory(uid, AlertCategory.Pressure); - break; + case >= Atmospherics.WarningHighPressure: + _alertsSystem.ShowAlert(uid, AlertType.HighPressure, 1); + break; + default: + _alertsSystem.ClearAlertCategory(uid, AlertCategory.Pressure); + break; + } } } } diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index 7460e08e46f..c56edd205b7 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -276,7 +276,7 @@ static Atmospherics() public const float HazardLowPressure = 20f; /// - /// The amount of pressure damage someone takes is equal to (pressure / HAZARD_HIGH_PRESSURE)*PRESSURE_DAMAGE_COEFFICIENT, + /// The amount of pressure damage someone takes is equal to ((pressure / HAZARD_HIGH_PRESSURE) - 1)*PRESSURE_DAMAGE_COEFFICIENT, /// with the maximum of MaxHighPressureDamage. /// public const float PressureDamageCoefficient = 4; From 83beb03c310ca8b644b6d9b783c83964b0a07331 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 17 Mar 2024 22:38:48 +0100 Subject: [PATCH 012/213] Increase air alarm low pressure thresholds. If a room's pressure drops it can become unbreathable long before people start taking pressure damage, and so also long before the air alarm starts reporting a danger state. I've increased the values so that the air alarm should show danger if the pressure becomes so low as to be unbreathable. (cherry picked from commit 865f530d1f8b50219b5e73b5ad9eb135cec1ce73) --- Resources/Prototypes/Atmospherics/thresholds.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Atmospherics/thresholds.yml b/Resources/Prototypes/Atmospherics/thresholds.yml index 9b09d64a10c..bd7df23841f 100644 --- a/Resources/Prototypes/Atmospherics/thresholds.yml +++ b/Resources/Prototypes/Atmospherics/thresholds.yml @@ -12,13 +12,14 @@ - type: alarmThreshold id: stationPressure upperBound: !type:AlarmThresholdSetting - threshold: 550 # as defined in Atmospherics.cs + threshold: 550 # HazardHighPressure from Atmospherics.cs lowerBound: !type:AlarmThresholdSetting - threshold: 20 # as defined in Atmospherics.cs + # Actual low pressure damage threshold is at 20 kPa, but below ~85 kPa you can't breathe due to lack of oxygen. + threshold: 85 upperWarnAround: !type:AlarmThresholdSetting - threshold: 0.7 + threshold: 0.7 # 385 kPa, WarningHighPressure from Atmospherics.cs lowerWarnAround: !type:AlarmThresholdSetting - threshold: 2.5 + threshold: 1.05 # ~90 kPa # a reminder that all of these are percentages (where 1 is 100%), # so 0.01 is 1%, From 51071c7f1b38f336b258e5b1eb31262ea2ecdbd8 Mon Sep 17 00:00:00 2001 From: HappyRoach <117393350+HappyRoach@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:10:28 +0300 Subject: [PATCH 013/213] Fixed safe filling with WT550 (#26208) (cherry picked from commit 597107c4314f001e1026fd02db33749492c5a62c) --- Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 4ff2deadf24..e2d7ad1483d 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -295,7 +295,7 @@ contents: - id: WeaponSubMachineGunWt550 amount: 2 - - id: MagazinePistolSubMachineGun + - id: MagazinePistolSubMachineGunTopMounted amount: 4 - type: entity From 678468cc05aeceebe02f49cda780da7d0a9a0e0a Mon Sep 17 00:00:00 2001 From: vanx <61917534+Vaaankas@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:16:09 +0300 Subject: [PATCH 014/213] Suit slot weapon consistency + visuals (#26152) suit slot my beloved Co-authored-by: vanx <#vanxxxx> (cherry picked from commit 6c239890c5c63c2e058fe9d7dfddcd36e25ca221) --- .../Weapons/Guns/Battery/battery_guns.yml | 1 + .../Objects/Weapons/Guns/Launchers/launchers.yml | 3 +++ .../Objects/Weapons/Guns/Snipers/snipers.yml | 1 + .../Entities/Objects/Weapons/Guns/flare_gun.yml | 1 + .../equipped-SUITSTORAGE.png | Bin 0 -> 1530 bytes .../Guns/Basic/kinetic_accelerator.rsi/meta.json | 4 ++++ .../equipped-SUITSTORAGE.png | Bin 0 -> 217 bytes .../Guns/Battery/advancedlasergun.rsi/meta.json | 4 ++++ .../antiquelasergun.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 217 bytes .../Guns/Battery/antiquelasergun.rsi/meta.json | 4 ++++ .../disabler.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 244 bytes .../Weapons/Guns/Battery/disabler.rsi/meta.json | 4 ++++ .../laser_cannon.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1368 bytes .../Guns/Battery/laser_cannon.rsi/meta.json | 4 ++++ .../laser_gun.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1200 bytes .../Weapons/Guns/Battery/laser_gun.rsi/meta.json | 4 ++++ .../makeshift.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1211 bytes .../Weapons/Guns/Battery/makeshift.rsi/meta.json | 4 ++++ .../equipped-SUITSTORAGE.png | Bin 0 -> 1365 bytes .../Guns/Battery/practice_disabler.rsi/meta.json | 4 ++++ .../pulse_carbine.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1423 bytes .../Guns/Battery/pulse_carbine.rsi/meta.json | 4 ++++ .../pulse_rifle.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1414 bytes .../Guns/Battery/pulse_rifle.rsi/meta.json | 4 ++++ .../Battery/taser.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 147 bytes .../Weapons/Guns/Battery/taser.rsi/meta.json | 4 ++++ .../Battery/xray.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1497 bytes .../Weapons/Guns/Battery/xray.rsi/meta.json | 4 ++++ .../china_lake.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1048 bytes .../Guns/Launchers/china_lake.rsi/meta.json | 4 ++++ .../Pistols/N1984.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 252 bytes .../Weapons/Guns/Pistols/N1984.rsi/meta.json | 4 ++++ .../Pistols/cobra.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 215 bytes .../Weapons/Guns/Pistols/cobra.rsi/meta.json | 4 ++++ .../Pistols/mk58.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 217 bytes .../Weapons/Guns/Pistols/mk58.rsi/meta.json | 4 ++++ .../Pistols/viper.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 215 bytes .../Weapons/Guns/Pistols/viper.rsi/meta.json | 4 ++++ .../Revolvers/chimp.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 233 bytes .../Weapons/Guns/Revolvers/chimp.rsi/meta.json | 4 ++++ .../deckard.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 237 bytes .../Weapons/Guns/Revolvers/deckard.rsi/meta.json | 4 ++++ .../inspector.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 237 bytes .../Guns/Revolvers/inspector.rsi/meta.json | 4 ++++ .../mateba.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 237 bytes .../Weapons/Guns/Revolvers/mateba.rsi/meta.json | 4 ++++ .../pirate_revolver.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 237 bytes .../Guns/Revolvers/pirate_revolver.rsi/meta.json | 4 ++++ .../Guns/Rifles/ak.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1014 bytes .../Objects/Weapons/Guns/Rifles/ak.rsi/meta.json | 4 ++++ .../Rifles/carbine.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1037 bytes .../Weapons/Guns/Rifles/carbine.rsi/meta.json | 4 ++++ .../Rifles/lecter.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1045 bytes .../Weapons/Guns/Rifles/lecter.rsi/meta.json | 4 ++++ .../SMGs/atreides.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 844 bytes .../Weapons/Guns/SMGs/atreides.rsi/meta.json | 4 ++++ .../Guns/SMGs/c20r.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 900 bytes .../Objects/Weapons/Guns/SMGs/c20r.rsi/meta.json | 4 ++++ .../Guns/SMGs/drozd.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 803 bytes .../Weapons/Guns/SMGs/drozd.rsi/meta.json | 4 ++++ .../SMGs/vector.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 853 bytes .../Weapons/Guns/SMGs/vector.rsi/meta.json | 4 ++++ .../Guns/SMGs/wt550.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 785 bytes .../Weapons/Guns/SMGs/wt550.rsi/meta.json | 4 ++++ .../bulldog.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1226 bytes .../Weapons/Guns/Shotguns/bulldog.rsi/meta.json | 4 ++++ .../db_shotgun.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 499 bytes .../Guns/Shotguns/db_shotgun.rsi/meta.json | 4 ++++ .../enforcer.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 492 bytes .../Weapons/Guns/Shotguns/enforcer.rsi/meta.json | 4 ++++ .../flaregun.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 198 bytes .../Weapons/Guns/Shotguns/flaregun.rsi/meta.json | 4 ++++ .../hm_pistol.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 217 bytes .../Guns/Shotguns/hm_pistol.rsi/meta.json | 4 ++++ .../equipped-SUITSTORAGE.png | Bin 0 -> 541 bytes .../Shotguns/improvised_shotgun.rsi/meta.json | 4 ++++ .../Shotguns/pump.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 492 bytes .../Weapons/Guns/Shotguns/pump.rsi/meta.json | 4 ++++ .../Shotguns/sawn.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 456 bytes .../Weapons/Guns/Shotguns/sawn.rsi/meta.json | 4 ++++ .../bolt_gun_wood.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 926 bytes .../Guns/Snipers/bolt_gun_wood.rsi/meta.json | 4 ++++ .../heavy_sniper.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1047 bytes .../Guns/Snipers/heavy_sniper.rsi/meta.json | 4 ++++ 84 files changed, 166 insertions(+) create mode 100644 Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/advancedlasergun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/disabler.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/laser_cannon.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/laser_gun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/makeshift.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/pulse_carbine.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/pulse_rifle.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Pistols/N1984.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Pistols/cobra.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Revolvers/deckard.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Revolvers/inspector.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Revolvers/mateba.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Revolvers/pirate_revolver.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Rifles/ak.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Rifles/carbine.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/SMGs/c20r.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/SMGs/drozd.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/SMGs/vector.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/SMGs/wt550.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/flaregun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/pump.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 00d12606841..c31f69ae16d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -84,6 +84,7 @@ quickEquip: false slots: - Belt + - suitStorage - type: entity id: BaseWeaponPowerCellSmall diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 8b31bf40ed7..594ffb4d4d9 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -33,6 +33,9 @@ map: ["enum.GunVisualLayers.Base"] - type: Clothing sprite: Objects/Weapons/Guns/Launchers/china_lake.rsi + slots: + - Back + - suitStorage - type: AmmoCounter - type: Gun fireRate: 1 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 753f109a174..c97459629cf 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -16,6 +16,7 @@ quickEquip: false slots: - Back + - suitStorage - type: AmmoCounter - type: Gun fireRate: 0.75 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml index cfcc0a01cd1..9b046a7aae6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml @@ -36,3 +36,4 @@ quickEquip: false slots: - Belt + - suitStorage diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..2be82246c2cbec8185b18cb67c02c3e7b0d23f39 GIT binary patch literal 1530 zcmVdS2I;g#_Y(goFmOhRjfIA9pAx`I_=a)41-gEEyzwZB> zoAmz&g+ifFC=?2XLZMJ76bgmne}zakxZ#pD01^;w{hb%opk%DLwHdqrEAl5ivZbk> z(TG_TW{t_+UyXog$c0S*| zmBY_Sp6uHW(?OxqYUY~SQoipwr5`>1vDs;Y9S7-u&~g5r11s#;l4%L!<7S!j>&t9? z?FgljJlXQ@V|2gzwgfme>5~q75gxyr^5uiC&FbfL=M4rSP7IC;$I1e6VsKO#3_?^|&C`>19F)bop6A9!CysLac?aM(-w|Tp zek^ky*{F|c!3cF5pGONu*z%~851OCS?`Od`-YnZpZEQ;V8Gubq)D+ zJbM$BRx^!PU&-aG@&P9R@9pVk3(#n|2dtm+WZ!nS^|>e>Pnq=zqz%B{_UUExS!V$6 znVnQx%^>3fkwHVv6^ReaxTv(6rAPBKsQJaZhH81Zt51?*pIHji&R5gX{fl5``2oD} z#uwaw=XIRaM(_;zcyA9tx1P@L>WQro%yMD(~ zwpxGtAMN`Nx7R1SdXI~)-s21Gn|s~X-zn040U$*H+WI?b>+fVVI?kn49aA%PnRAQB|@`4EWEc z6*}NQE2>JC36o(=Fq0i#Z_iTfSb*2tLwR{EfG`=xQtIEl$%R)N7A|L*nAPvqhQ;Ph zuD_&Lp-?Ck3WY+UP$(1%g+ifFC=~x?(v`;-a50q17h_X(BjZzX3E(qUiQvc(zxj@& zd_HMutRN?Yz+_y`9m^;R3)k9OT00W|=ihjPlU$<#OM!_{IEvkx$4fiEJbzD;@XVvP z;Pa1TG8z~OgqR3N+5gS4glEp?O=64Waj^Iy=zU*OQYT0gfTV?yz+_xHSDJ9HG||#j zPfJrh@jr}`IR(mDrou6~x}s3JhXT@W&0BE)@5XM;lkTB_TwPHpr^2yh`lJ?&kn_k! zsCgKpJe@M5VUfzvv7r!8G#$lOx1JrZJOCi(mcm_YYvtTt0iS<~HRCjQ`_rd{L(R5(q_NG9Hb}EqB$?aAm2yY?Vc~%~Ft?a(dbT*z&WuYr}LW z#-Z=y9FcqVKsZXWu@+=6*c2}$tsOmBaun5}PFEGp|?RU%`@_$;d=RY^W)gZM~<7N2BcT5e&H9R5={99&_Ulr0xSr z>Om+fF`2VOS+#|-Y720#>0nUvv!SLKe<1wtr$6x4zAh}eS^D)9MGUyzXx?G{Xv#5O g6t*f93dKdopICiD?5Q9}dH?_b07*qoM6N<$g5c}v{Qv*} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/meta.json index c40db27806a..3aac7e37881 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Basic/kinetic_accelerator.rsi/meta.json @@ -38,6 +38,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/advancedlasergun.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/advancedlasergun.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..a4d64471de75176baf8ed097eabddb0024010bd3 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wz6 z#WAE}&f8lDIS)AquwHOoqt$rBn}z?Sf@Z?6&Fx5Zd5G%Vi_3acx1Q4#tre^BG=Ny+jjgf zZ+Ljt;OS(bW*}&A-L f@Z}RwnPm;b$<0bkHg|VafOL7f`njxgN@xNAR!?8Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/disabler.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/disabler.rsi/meta.json index 970a230bf8a..3b1547beb75 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/disabler.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/disabler.rsi/meta.json @@ -72,6 +72,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/laser_cannon.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/laser_cannon.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..c58b7e3c455f8c98152052d3a6e5c2a216f2fe48 GIT binary patch literal 1368 zcmV-e1*iInP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1no&gK~#8N?V3+W z6+s-w=LLDG7xs9DA(1GGA%aSZc@n{+N8hnS{(keD+1Z^R3keAc`Jai1 z(v;55POY%8kPQzHlm0)S3=Iuw>2#VM9v-r>u`x@%mqckvLqmh81(*K*er~)Stt1Da z!I_yEaTH7trJ~BUQk_6@0Ky*)sy7J|sxE{+v_dllk^>TnM0P9%)d|bX%iMU$>gp;R z7#OhBN}dBMD=Yb=Vl=Uo-oB;bCk{Q~ynCQSV7v@@l+X&cwzha_2H62EEiI-qYVpky zQS+A9zb|t~pe~J(&iZCN7CWV-rCH-)bVo;r<8_K72Vl%U z{`iRFHC(x3#sMnx)+YZL5zuX*^h8UxyQHcZ6*RG&MD8PrmH3=hv^E+w--x zwW8)eXj_hX)%cN-5nk$%VcYq(9Dv8q?ze5${VQWQ=DmDjLYQNPS65fZ_V)JpIm`tz zDyXYJ6-PtBkJ9i4UO13knL@ z($Z1{PJtuz;o#T~$4>zx)JYHmMb$BALxwxX{mID*uLJaYF2)1bBcQptS*xzD=5>9N zuxl3Mb+t z;@WIm0F$AcQQ(OKYBqSsxBqYQZLERQp zv8$21lpGx$~ZYzam>fa=^mE z0%llo6g;q7rRFCPFe4}qehB2hEuZ1#p9JWVFGSLvVP=r0tl5|RTb;g4PrRp03A zd!}8v5@T=g-Th~)jyhy59e@o-?7W%*Pt!gHQ+9;AFWNwh3#>;z7O-&hw zJv39+1*ACut19fzp}~~yd6hSJ%6(0b!S=jSv_Ts*LaS>l!HS9s-e4k;;0XyxQjj1! zPGfkxU&R8^C6y?EQSC$Jhm0sT-)45r92Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1Vu?iK~#8N?V7z$ z6hRn=M@vYI35FcXDY?W-4Iv?fV0R4_6^*S01r^3pEsfV1I|>T_0xBvB=_G`Pf)GRD z1DFqs?&9KN zH~gyfpcTz%55J1#dU(7PI^npqw50a-_SD?mT4RJ2sdwIsi{XyWLg`3kzy{d;41OMG2`^s}GNlj{}{2&Y$Zu|LhAlVxcEH(^(|yxw ztLLLPb4`Dt)9G9=J{s{PH*9?g#(0h=CnsuaYb$r-S?;E%r_Yx;95FI7qQ=L^&u4pn zv%bFWtR-~@i1ARA@!aUhT`3mga?xP0uIo#OwR%wkW^QyAyAa@0uMJJ>CKTL0Azrk38jMwhRwwAU(#Q0d;~He z`dwQ3z7H@VBGXKa@*i39^uCC`?K$6-%pIT$B{dnpJgFtg1b)kZ_^&K^q_`gSBx}8i z%*PEPB{~?uB$al2(ig_dc$dwMEXR8;4hWk8{ff=HzbKgx0TD>#vO@aG+W1^aGx5cd zWnUhT$K&yMJc;3!)TQ1&Xyko{@YIUat*~_XVP&PS=li@t8ydmY2~G~MRanc2t7az$ zB(1iT0awk5GJrk#-QC?s!AS{08yX?E449dj*$5O8&ZUO6fX>Xh$({0h(h@0Ez+VjlU0C@m;^bp zH_tKZ2#NfwiQ5;VkQZF@^z<}{yk4FceWF#gn=m?nBBXREMF}ZV04Yf15mQvD9OLDE zr06yE0*W|63aW8fhX5T>;fb468V~Ll7I|nNe+%A6GF=m`Xx4+38d*j-mSKP1w$kW2 zUGzFlf3uP? zeZQdDVQBws?>L O0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1W-vtK~#8N?V3Gk z6hRn<=Y#~YN})0Sgd~=V3K~Sv2*yZAKnoj*l12-$vQ!(zO02|6Ewl+LHa5bAV2ofC zM52(0HWn)4U!r0mB3hh0<9+9N-0sZm?Orx84}`tD?9RU5&&DJMod^}Yk6TW?()t~i0a|T*lmbNN1a>RI3zdor3)(oIA8lu78U40d&`CV9_==)(KJ09=gH^$RjH*}sZ}HPHk0yhSe3TjZ&$D1ysg~B49L*I1M1VqSv7HY zTnEl2W33q=4Y+tSYcT%djT~!V1sC2JkiP8c))nTSc$Y4o`kv_ApM@moBc8?c*Kd( z40b@;%WoWgq7R8hH!|&IRwvJQCS@<4%~T8rmjSO9i83HA?QK&}U$!0{(e1Uh{xx>f z#tjumVDwQ{RC66e>QdK~{>>L}2l%GFL@xDZ30%XqFTZ!{s5d>ipiVFT*UZGtQ?dX;a$|xd^J4)E!XIyxazD^Ot1C7YGCbfj}S- zNQz89vsmb)g=q7cDmzbwtJmXs#z(8O1G1dsr;U$R?+nOdshbv}Et3p@(!>`EM5EKXno-q^e3Ey3jle9*-~^ZV22L4(@ifRw$-HI&H49Ut zYghFe1bJ8Q+HfP0Qe6^_P7aW$5A^rNW&lFU9~*|0>L}Qt4UG_|)5OUEzc(M#M>Zlv zc~{D2jl?X~QLsUqY?ctsHk=&r=;Ckzk5Z$n6 zv|3ybarZRHYY6k`bteV?=1hCKhTCow8{nx8?g=$4@$phw+4H5@(S9} z2o=qiEU;z(eTj8;t>=GUK`WZgCsq_z2hbR+s)baM6}_nkE$uykS+Ec^1_FUVAdm}` Z`U9vtVc4doBy<1(002ovPDHLkV1nZrD--|# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/makeshift.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/makeshift.rsi/meta.json index 897d4233af0..dabe44dce0a 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/makeshift.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/makeshift.rsi/meta.json @@ -36,6 +36,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 }, { "name": "equipped-BELT", diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..eead59f2cbef5d25dd5658ca3f44e1d187175d38 GIT binary patch literal 1365 zcmV-b1*-aqP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U-|ulI120{Ld+J1SF6I$Kgv=xj~Mf27BJTdAqf> znN3nj)tE9E889!WwSQ~GGb@X+~9`xhfVo?dJi z*DX(%{2fRi?MGYPa+2@c@L1|uBN**%W`5R4O0@WVJ=xHG7WZ`qhupHlWO^@(E)^~{ zFtEd;^(nYW(l29-GDB#dMN7#(Ks5}rH1QoaFl-&>t1mSb+Z z2xi_i(6(XPHAaCD@|!m>8g3KQ)4qvM#3nE($IJx_Y_VSuUFdyp?cJIK8bQgoTa(Qj z04BoR0%a(HfvA*(l%g>k5$ssNPlM*1GIt7tNQ5V}-2R~;r|_N|-x!^-EPRO(VnBqz zQ4G}7)Ie6wg6(6u1ni+ENwSEjm=vkfG-*~*Rnr}-nkCC7re;>GS}UpKB1MapQfg_H zYl8Pzsama;T5D^Vv;n!{>xL1nb?&L>E?v9z(ra%6+h^nS&W^3KMZ)>agL6(w+CxCs~=f=W$wqU(ajnkqEbL*57rA~GQbKm7Ht*z;U`=Zl_=kzr(xOP|dp4M=$D&0-joC{|UH*;yF&Rhnv$iUt% z@B~5ZZM@)Bnv3HkvZrsO$Mb*${o^*opB(rzK%SRJIMGOZ)!Dncw+L^-+ERxQ-a2OQ zaDDH{%WmCs^F*x+T-{t{+lcp)%L0xv)*`9Qy|mGl-+H}luTI=1WkJ|NsM!w)h3{>6 z6@0e+0{Q~_0{W+b5DBfcj##(@VTfh;tjT9G1P#|RxA=I!&K*1EK<0K^73b1c35h<- zTBB4!VAR~=L{3)^l@`vDvX30IV(+0z^Y7t!zB3g(fDJV7QAI3wtc>fx;hV4zSs5 zUbcD>00000FiBJI$EMzosqJ0N9dJ4x#)ydF{fS*yMVs~OI>7mQ&mtnq?Pg3dx%raA zF6C|Ae<0Nq0000000030YpFg$p6UU1T@?|(e!^5m$|-mbuV^2Aw#o$PBIqIj0L=3R XSO*{S_R%g700000NkvXXu0mjfVb+7Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/meta.json index 3617fdd66b6..dc1ee0684fe 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/practice_disabler.rsi/meta.json @@ -64,6 +64,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_carbine.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_carbine.rsi/equipped-SUITSTORAGE.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=Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1sh33K~#8N?V7(! zELRlAZz3p4{Dq(qjfrBTfb4@}*Lc)9I8|Pe*{{H?9 z=bM`wb9i`Y^~{%|qoX5JQ&S`9t*tFjt=~H5Hz7j|e|~CL z(ma^WRML}^lO~l)NqS*nAy!QR!^g(P%-!9cTn`Qonx&;BNgo{@nUj-~H}!fN($mwE zd3bn`bfG@rryqY1FQ-3#3e7pMy+f=0@bIu)!^XyjoGU9U&CbqFK|P+GAQ?P8J$ZJ3 z-#527sc=dEv72**mb}~eY-!6G&0fZXrvso+6@qNfn_2(ugL4%gl>G3YKby*`@6621 zj5tB7Jy7zer>9c#UYZrFKNVtPVj_cx`}=#dzP?^`el~P=jZ25d3m|q+uq*B z8Rqu(Hc-h25>AP){<>sF|C%(btEB-CVWD zc(}a0H0S5%l5T8lH2Mqq{1(*7zWV?#7@C}< zd`lc097sAlKhNFwLjTLNbaWWbkq`6yrluxI>rf~cJ}7w&$p7-9lVXD6w}dc;YLAg_ z+(Vsqj*pLzavh`=l-vP|en|!~UU54itl3@3n}E{L&`^}|z_a8*USAcIetuIZhEnI3 zkdTm&kdPo)Pf~Oo=984zn@!v;N{C+)4%0;v+nJ-UnIOg!aw7H?6$^w zVZm`^WCWu#x+EPZ98IDz$l|CcGyy!#!lXuH;slz|hDJZrX5Sw}8Xt@!L9|&rptiO) zw-!e@DsHGIG@{iOYX@9kU(4q$tgNiaIZmi1G@{j((AERK7Lq35oIQE>O@IjoYw?7j z@pc#yprD`yO=v@-pUIHzbQWXzFA>??baQWS@3ZHF1SX1wIOW;dnWQnCU}+Z7>YR&* z$pt|OJndfhcSFoDNNlbc^276JLnB&kr|JcpfIAbGrZp6m4+7XB64f>t;GJyDnE3mb z&w{jQbjK3B9O2mqkO9#bGOn+$mwOtg2TGnZq4KD9h-icwbZ>%cLL*wyY*Pz79Y988 zdUbUr*PWf6W_ET~UP=|DQJsx%U0XV?DQzQ!L zXSCMkgEn`m+l*AcN{z29!qZh%RsS0SqT;QQ24ks-FE1~?!f4j>0E{O@)z;Q#beG1L z;H_a6O=v@7sGq~kwA?ZKxPT^|srtc}1K6DKTAV&E=mrWuSUW)56)#}VPTW9~8ej50 zfHp-BOT3>WuBbk=+V%rhp3=%##yELAVkdTm&@GddtKS&Im UVBbZ8fdBvi07*qoM6N<$g6~A6fdBvi literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_rifle.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_rifle.rsi/meta.json index fd779f5a3a3..1a906ef965d 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_rifle.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/pulse_rifle.rsi/meta.json @@ -36,6 +36,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..ed96666e883efae004b0b59d84fba48e3814509c GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=QJyZ2Ar*7p-g4wSpuoZ6aQnx9 z{p;TG3bVxKc-nXs9OjK?2C8a^JYOC3k~?cj^%p%&^#}iUHD+D%1&V{fhidO_7e%)n pUMQf&QsAl=&ha4PpArLu3(uQVTr6jc=iUV=@^tlcS?83{1OSSaFa-br literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/meta.json index f0d5f9dfc9c..08eb87f8712 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/taser.rsi/meta.json @@ -77,6 +77,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae9d358cd75bd017a4b8a9801cbcfd9c4f07b5c GIT binary patch literal 1497 zcmV;~1t$85P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1#U@1K~#8N?V4R^ z990y@Zv^q9w!2`}?50JlpiziTtWCB}tB{v!+b9%7Nctf75v+(HXp2562o*&Fg3yMd zFZD&NgtQv_kSAj|Z9^y`^re0fn~l(iq%lEJ9Q|GA48yQH_s;I@bb|APWo9gm|L%{ehT*_;k~qVs{&_dL-1ID&Iq%`NV+ zDiTgN%+08^Yu2daljlPJ|620;)BVm@7q6&IEsI*~((tFV+t8ZYNEjY^P8%PVb`;tsvUN zForZ^iiRqcxzJF$>&}hZF+cr0+q7X4yvNQ>8}#+Ux{VyvgSY&pdmjfB3Pm-2{u}k( zg)^agteyfi6lOfM7TVmi<}!Qcu;++v-Cf%FJ$s+he*=u~>e`|;+hBA69yEEeudmNJ z|HUirRr8?dx9k(cj zZx{7>Y2c7Ldv;3A&sWqZ$KJEj(vV<`A0HW1I|q)ciHV7(8&5vUU!C>FJfVN;K2Xh?x`9Z8*94pQ0m?5)$}+fyyO zcJJ5sFBA&iV~!5F{>Fli44cH~CsG9P_&ImtWi?;9oT%|k$qycU!@XjLdP&bqfF39R z{P}xDEiL?_zl%a7Ba)cxR72Jz!O6{`H$QOv86SO7wIymuy#&WK4!|iSJxPR7Ltm&X z35MYpD?Qf;(uU0IIr1IRAc?SE;~{nj08ZdT#%>g8!#}mfcp&r}F&<(c0?$1AnuAy# zRWmcwo&o!w?2U9UdAoDu$VdA5PN>uS;)q5K7h-pS3;|i7-~=!&rh-W5%iP{S>50pD zXvz?f@hU_$9)iD-HsdrNVt0TDrN`*~dW;wNEp15e2OXPQBni5g4HI{J85tQF85tS& z_*ZpttniveJvxmuL79N8mI^V5R-4I_^;DRe+hFfjy~Iu9tPD+PLnB&kv39`R!mqmI z%GL#$Mk$)wET63-0C>yu`RQ@@DqZkO9BuL@$`+#oT3ZWxY*BpV#RN6^v_Z9sk~!MY zh*mVC-9)GZc(hP&Bc%8cQeinj3MWZIS!~+fn}9Ynie8&qp)mq@vZNz5bg2$){$BTMuSKW>sy*+kMS$!ONot!6aL>~t`&CCrry3p});gUYH@Kvl_yW?-^nhKq;`k^ ziI$;OE!zIuL6XXsNOoF|CPpjuYPA1{i1J!AcwpC=S2*7w6+Sd5Z_*1I(TZjpjJ-)nkxf}-@My7_TwF_d87dno{TrxiVVwkJnYkL? z3P)KI8+(%^NY4waAp+dfx;9Q`WMpLgk5K9#QuMo%;?MR&00000NkvXXu0mjf>G;;N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/meta.json index a0c1ca8b1d1..990ba511859 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/xray.rsi/meta.json @@ -45,6 +45,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..63c4bdf3d6db6c18bd7c3676807258841e5e358d GIT binary patch literal 1048 zcmV+z1n2vSP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1FcC!K~#8N?V7P` z6hRcmCqc#H?h*{>5mb(oG!`+M6e?GVjaC*B1VIc0QV3cJHui!x22_HATG;pxSZEp4 zA`wlYLLdZ$!yty_JV8)c?;GcZz4dnI&ED>258e-!on7wczW3(M?A*Sm1VIo4!OrmT zuxFaN20C4|_M3AgrBcbOR;%VJzmVb33eEbag+6l*#otk(P*C-H-TIyFz(4BEX4ABk zYBU;=dRY-r?QiHaIyVD}DvWCb}RX#Ck-b=|&j zx~w&G=z6qnm^I?VzMX3G*PqlP0MKuN`>kVibX2#OmX>tLPqapzMjqHkA9N-5%JGU8 zRQ$NE9q?lLduqn}!8&we{Fs`1{6t^ROkLLJmrrN)8E}jTu?3Uy01miiS#6Vm7GN0v zX7QcAhta1>&!wt;C2G0Z~A#X)1`uHH2eJZEjn^XYm~} z9HR~}1^oRdLE>Qp@w6i&qW(vO0Yig*kR!O891e*`0D!TyV8t;Wg!Pf6@u}ky_F*K^ zhad=oAP9mW2!arR_1BVKKjk?)OyKo7B}h3hXIbw9xS7^G!PU%iz@5pm9{pYcTA`Uk zDsO~(36=wv7rvTSe(~ol09P~10nZAxwz88jf+Dg4NfBhM==Y%&nmHsk1t@2jHOL1d zBNP{w1CV_MVNnn#DVYRF(f>HS$6Wo(Sdm83Y=h+hq@aQqlS0a~e`!iMuxpjVubC{TRLC&QEbe{4dHGdm?j^Ps^AX(m-205-lbXn42(=H90Cds4RFSR2?rAQSARDa znP<4A>zm#DzWej%&0C+b^48C{X|Y92(`LT;{&HgEy12D=tY7oq9z)X&HwMi3v)SRA zoztt=A7m2t|82Q=?;&gF#bc5?|H;(vyeBp>Dpmb}UQ=w#i3g{Jpe~5|&5%7FhLta|bGBIH0_AN|;yX z=I=XRU$s_vey8Z1uF|8;@Bd2wy|KIeK%q>ui;LIG_jUCvrUVtYT;&I80RkTLRqij| zF{kZ}YFX`Dv1&K}jFs1%5={yrn=r(EL8~Z*2Hynf@O1TaS?83{ F1OV4BPI3SM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Pistols/cobra.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Pistols/cobra.rsi/meta.json index 946d9a1814a..f0a41ab20d3 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Pistols/cobra.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Pistols/cobra.rsi/meta.json @@ -27,6 +27,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..785f4037d7c4a49cb5c5c33b13090d2b3bbe912c GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wz6 z#WAE}&f8lXc@H@VupD5%*!5OO=d_|AXRPv*xIbcyKZOGs{!KsQZOpnx@5UQ5CZHaM zvYE>b&tIO=zwdGQ^h*uD-_BB2y7W4>&i8cNzU)nm&u1lO-^x0+HT}izXHp>LK=5aK zRCUX$`wx|CzH?TK@~iZ1S*9y@{%Odhi#g0Wf;oZ=45w-satdT0y^R(B0@C2=>gTe~ HDWM4f%I!}_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/meta.json index 707c54c0bbb..4e40f6e842e 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Pistols/mk58.rsi/meta.json @@ -30,6 +30,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..07f1f9fa2623bae41f9cf14289f83412b560da1a GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wa} z#WAE}&f8lXc@HZHI9x2A!YROdJGIVx8v6ppsq7mZ9R=U>7FhLta|bGBIH0_AN|;yX z=I=XRU$s_vey8Z1uF|8;@Bd2wy|KIeK%q>ui;LIG_jUCvrUVtYT;&I80RkTLRqij| zF{kZ}YFX`Dv1&K}jFs1%5={yrn=r(EL8~Z*2Hynf@O1TaS?83{ F1OV4BPI3SM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/meta.json index b611235f4d7..6ac14bfc8f6 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Pistols/viper.rsi/meta.json @@ -33,6 +33,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..5a38166c223d1d2ec214455e3fe5849d92edc63f GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7JIrlhE&XX zdut=-AqNT82l43>O3ppt*!In=DVif{XXAok79*#q<$~wl6o@r3tGGXT@SCkdrvLRn zaYmqShQ(WA=l}oPW+)cS?037kuOs5U`9+h}7II~ijaQfKv@7b}pAc!Jvvgs~9i1+* z4_@yl6@qjDfnZ?TGO2;b6Mw<&;$U--d17& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/meta.json index e5f6d6c61f9..02697b6d5e7 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Revolvers/chimp.rsi/meta.json @@ -27,6 +27,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Revolvers/deckard.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Revolvers/deckard.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..65f3aacd30880783039d192aa77aa9c08a518a43 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;kDd zi(^Q|oVT|&@*Xk}V7UiwAm{;lO~bNr8gUpRkdpsPy!fr8!Pf`Yl>`nkm(^Ise< zvpjq(^PJ>%+v)4>-H`|B1cE=?V`^L0+UiwAm{;lO~bNr8gUpRkdpsPy!fr8!Pf`Yl>`nkm(^Ise< zvpjq(^PJ>%+v)4>-H`|B1cE=?V`^L0+UiwAm{;lO~bNr8gUpRkdpsPy!fr8!Pf`Yl>`nkm(^Ise< zvpjq(^PJ>%+v)4>-H`|B1cE=?V`^L0+UiwAm{;lO~bNr8gUpRkdpsPy!fr8!Pf`Yl>`nkm(^Ise< zvpjq(^PJ>%+v)4>-H`|B1cE=?V`^L0+Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1B*#SK~#8N?V8U^ zR8bVi?-aN&EUir?NEAe78eNqY4v;4Hko5tzW?}^GR?$OS68o(k!VhG6=b$6 z2Oq9RUll;q&rRtInQmg3=xJQm1dSX*E0b$ST@er8t zi-}bM<=9bMV_MNei6|82QIVRS7Wc>{lmy&8eJGY;fjf^x<1=t?P+xOUWp(iPr}aT2Tw;w%zqCR|_N@2B!@<&DB2qq@SS=VL@ zz16;VP1#fF(YS;--3SpR;6*B}+YJrwYL9}YW$(GBlzRTvVXXpLLTUN|QO@^X5V&bB z&-ZxhUzl8}9XDofafz+V>KVYfh&KQ(`0x3SMuiXNdwR+jk84(>whv*eKXG`PQ4Rzb z=V{ip5Iln3*V?E)jpdf-c_abnL>u4POnqKLTM3qeg0}_#MeuYE3KmK6_Ja^f1)w}J zP65Po?><3Q0K&N2v0}tqkAK1>Gw^u?K@bE%5ClOGgdl|GxkrGFHuejVnHft9CI)P@ zMfyhQpCpWz98qDT?Z2-8RsxcI_sO&1YV@4|a)0o$)5e615||>e%#ZAM-xhQ9u_~aw zt6$wNq}TP|yv|Wvz^B~0rB=6x=eKE%9DFAL1|*!=_3(OzaRG_`C=Ji&cF`Az_AE^I@g zjfj9YNni}d8N6w(*_Z)s&`92)AABbOejKc+GtSC=cqqZRc8CC2;Gk5(p$!_zI}9Dn zvEEIIm7v^A18tG513;@WDl5rGdlR@CSqVrVKcSutPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1ENVpK~#8N?V7)9 z+dve@FCD$qDGs!hx?Q|vNY+5W24@cbD?IwI$(Vn@tH~Tg41ug!ym)C{N;}vjOR~Cr zE_&hW%F>-=$tryx5R&ra^nLH%y_4>pQ4~c{6eW>nv$;AxK3+w)l?Sb8j&2iq6P;6O zG#X|&99Gr|XJ=oT_x*>DhC{~r z!^4B=_xtu*qV?wH#-7u3L+;)>KR;hRJw2J{=Vx^ZKk zuKswSgl7>*+ax)_c)%fO$wIIL$o7nPjnO3W1ujwsB+MA5vL@}Oh zPumg&dE16U91vYv_V@QQ3&r^LOiz2T4dV*~C#*Xn58G}}Q4~c{6h%=KMNtCy7d}Zt zHF_2&P1Y(A(O z)C5EuTG8x-mjfs|QgW^;6h$bR3uu)>X&T-`fCgEgPhuApBkGj3S}nSJDVzBk4?!!d zvPv7b(p$z3k#(d(O<{DoT-pLj=qj{#1W@px79aNj*&*VFVbMs18Yt4D32kT$sZe`4 zfGI^1j9Z}rdY&_3Sk@*9sZfJko_7l=nFeiWjBdT~iU8{K(y(kv z+Z9Q(jA%nEn(a*rUJh_KCCEmFD&lH$H7DWa0FWwe+RM-`5pC-gVP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1FA_xK~#8N?V7)9 z+dve@FCCMicFE9EnwFL<8RFFtNFbg~{tA!zYcl2^@ES75;6Na&7cZuzO)2eQV=wmV z^10}RtE)(Nk|nG3eLzUckJI?Oyz9+Vshq!0Z>zpzA?Ci{-7eq5ZySTV`R#U22 z>G34vq1kLMfBpPXiUZ(f?NxO3I6Myy4(v4!a2=7RJ9P-qKw2ZGr>9TCiUjAre)HCF z$T*))r>4{C*lUT_e!p+eX}TeIZ?)U)<$OLji^am+-`^M3`z{jpjC%n`NZ5mq@!&lR z#DVeAWogE{)A8}~u{{8TLyd>b4sea{^?IckFOcwL%-`PL+TlP{V0eh}kjVjzdBUFK z`uh5h2TFJrfwWDM1B?e8f|e`3I3V{d65&ft%c&TCh z^KRn4j7e0`FJV{Z+I{q4(%BvA#%=|go7M_;bj|-aT4+*JDK|2D3GC$ zMO)@s;5pnRi1<7oQ1ZX@zWaeg5+vIX27|4eo15Uw@3QvZq-XZ`_w6;kg-Cmo5u7N- zlkI6+q9AYEP>2JfOG~|8&ny(+?x$qGCjya(jC_x_c~}`5F&F zE32|f8@JMnkT0J{rB;okLQP?GGMU%{N$4uHcLY%IpcWtZ078)S$4`&-fHIH@HBh8Q z6WY)iQla*808@%27`H+LvOT8EYOz$P!7b0b1(dZ-gESnSSvy1|+F;e; zt~NCLIKe9dC`D0!Bf&^zM%dZeDRrL!JJBG{;b=o6THXCaYl9>hGQNr+X{JFN8lzh; zydr@5yfiFZ(l$lXEF;>`ie`J0f|mo_O$oA5p^CWLT+K;%IRKK+usu)g9l1Z P00000NkvXXu0mjfSZ(qV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi/meta.json index 955dc6e8bf3..2f30ef18a87 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Rifles/lecter.rsi/meta.json @@ -30,6 +30,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/SMGs/atreides.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..17384b58575112cf251abd7fb56554e87d6b3024 GIT binary patch literal 844 zcmV-S1GD^zP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0^vzSK~#8N?V3Sv z5%a{dZ`yr{vv-s{|9GIjm8)oQd5*-NohGf7Tn9_)cd0& z)#`Mdbxkb*#ruVTbL(S!WWRYC9r9a`0p1N>TAER$Oa!K4nVC|`z3ys>2GN? z8i{N+tGeyBLi~s0W0hK5Gvg$9%k&i3V)N4+aBOuh(ZT9?HdHz-)gT9!Zn- z%)G6AN`Py3mzUM2ZdbiKJiK;XkuxAX^Kpp>#J}9#)#3s157yUp8wdo~KA)ZaQ9MK% zc(~@{6i-?|-`-ZQ_V#q$_s`GO)6Gqtf#<_ElW_wv)h6)yqd4&qqw!mzN}$6a{QdvkE0$HByOPdeV?inIpAEuPe;rooD5kpuhO zkCOfntB^^sLhWi#M%bX(EQrF~1Yi{9QYlC!lb0TYzD(sm!JC9qh$>zX1VIo4K@bE% z5CmZ?m=UHqH@J@3X-9~SNcP~&$G;xNdetr)hf@I9bHjt17Z@vJcEM{;(ARp76FdvN zftlFjY&w!szSeVGARNmaVKjACGauET^TqZ_>W3Zb)s>atNx7`w4FDI*%xl1`u(-3$R!jem6zuhS z`d-}P;cB1u?Gc|0@LB`-!*mda_jTeD53KYss!w0>bIDCSX#_zK1VIo4K@k2il==ar WWKjflZsPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0~tv~K~#8N?V2%* z8bK7t$219PLJBcIP7akw7? zlXB0IDcs%4hi@MKUF@EIPCcVkDjkc(qHM3%YjHRngyT4YHN11rk;#9$aa-|Iuh)+V z9EW?!3qC9tNx*M$XJzc6=aK0BelO7L?RHz95j;_=)!bGvA}65J>3G4%S^flq&tx*P zy;v-~;L-c(bXv^kb2%T#ivfs~05$m8Y!++qDEEH9FQ1pqX5}?Cc(7WnQr&Jh)EscO zXf^opcpQ7r19id!NC2t<2|>>n3Wd-eahC93;>HX9r+BmyJV9$cO?oJM%mt&-C{)iA zp@#rw;6L?Sfx~w2cs9-yyh^1~@s`Ojgh~J&;5dX)KgyA{jjQfxLGx!hsgV+dgK!*8I^rZ#I}++%6$^?FCD1aQt@Uq6Y+mKx|K z%3dWgEW9Wm(8CIId$?YYB{z~1~z1cAdghhYPa&0UWaqtUP) zJRIt2=eumHRvolLGqjt~CII%+U@%A_qp+mFsbN5F@#imJfl)A)5xjUn zsHKJybR0*vZ3gc)Pde1<_eg}vMKaC-bc1raEI<4CpCD_&1I+Y5XU~(?AQoC+;c#Yi zxty3xCf?F`4RjVbN}g==;cys8W1t_Y|E6BLF&V4YYpnBeW1Iv0yv8Ij48t%C!!U0T aA)WzJW_S){102Ty0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0=P*;K~#8N?V7!d z6G0fpCu$*Rz~Uqx=1lMdiwLojfI%S$K?xRG9K^~(Qd;XDptZGym4Rz4jvxdia7T(@ zZ90pb7t!FAnoc6mFt4{Bck$iX>|Sy_KNvEzNp|LW=WCf~4IzXOLI^nmRIAmA%c?o% zJ|mOQtxS+yF&6f#qfjVJkRU#v&%3L7W)^^R%jaD#ek2GG-tYHQ*=*K8{9rJ!*X)m! z%p?GpUu?zN^TJ?jJ9Y8W6@w(=A3eBddmiF_h#Y`=z5Z7`8tAgI(dl$jqtVD@G8qH$ zw{Mlq&mY_NyWwzX5ENTb5-9*d@x5LzcJV-Ze)-Hv1MwT1J+t%cx0iU}9e|+t&(Cv- zh!1l5>`G+u!0S)JIiIxnMx$Zt#+=98?{>R(I*i9-uTdC!1e8jp$c*$(f8Jt#1Hxse;$uxk1wQ4@{WY71VN)y?ZC=}E^&0T%^_n#! z4w?o@y(AF?4)u*s&ukvfkgQW^s}^+tFr+ZA%H^`VvP-2>u@#?abZt2a5b%%JUfR5v zv|^ZsvC35eKxE;=?}zmKg%6JtbBo2H2F+&kpE}V_v{$=psR9814besK2e%h_N#e_$ zH}=&PdogBYr3ZThF3vGVs@5}9Pl1E>Rm{O8-xI(}52m@nVw}#LFheUYrtLKI&^|&4 hA%qY@2w4D(`2&9Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0_sUbK~#8N?V3SL z8$lGuCk2g3kY0?$hS&roSW0P;f;o7~t%uw^c(IqB#A829KY-sO=bVI6N<*P=k{l2!YnFXNyxD?>Cd)$jHsFV6A7mLA@N<|6>CgQ;Z^%R1qhXMg|nT!-a zKQ|{HE-uP|s9RdhBmnh#-KbMrF!KmBj#{l2P})QM&x;H3eK-`z1`{F&pwVbti;pw? ziB_wX%IEXK@AU-4e>pi3nS}*)_lj3rTQWH6^iCoTn8c4pBhhR&V;2vq<#K@8{&9Jv zRoY|bsrFFG$e+=Umt_wBYE2PVcp?HiBFY7KBL9;uI-1|%Mf z9H8gEP5J|;LZU!IX|+d2P*5lfY)DK1CQ+?af=oJn<1uK;O#TzRPf!ZB;u(fv7=~dO zhG7_nVWt8zLNybE?wGZ9gs>5bJvepx*MqU%w#%lW6#(qH!GlW*7%RrCgVCO#srBp< zcoy&mVzI}u>4=mvwVqu8;jqkMj1)>GS+cqtrP>*wQwBEHR8-(oX0ut@hGFx~_qEd> z7?l8+wz^^#RMQ!7sB^iTY{MC{d0J@)fXd+Q{=T~M8*+NTllINdj#2sp ztuH=bUzY-5LbN?kbUg3+cbIufL04`uWgGep_qnpX9K5Jj<+}ku$1*b-FjiQ&v!APx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0;WksK~#8N?V3Sr z8bK7tXG;U(%`_zyX;-lngq}PU&whY@0B}J=P{(rFec8u=(zj^Z}%u^6T2qA?0uXyTp?@kDTY&K)@rBdmyOt9fv0`U0l$myX; zIURlT5NKSjRx5(|)r`mDVY`w#0G&=J77quNnHjxa&np&-A`C+*cwId1bynDrDgdT< zIHt_ZnayUG#IG(7*J7~{)9KVY2#Et=ivRk`&rSTMw1=%RgJ44<$IUgLr}(4yN72FS zgG*_@TrNeuUQd*T&L2SWQD&}bZ_Yes7_2J33__#P5cBz5d=JLXb;xN6VEe&CaOEi; zY)W;EAqa!PK#jVSs0QRw?M<+^Lnvl`I2_7ir{0ol9q)}sBQ@eiu0qmKtJNa2;;Z5K zA0Kn<)}k`OYI`Gu5JCtcgb+dqA!&G0t?u0^jIGaBhoZkc&#B$CYjA7^pKY)TKoo{f z?WSDkja{$`!0CAG;Yj-M_*jkHEFc^$b2Myx-`8z3 zt2JPq0hs-5%V5*5H?jtO${)`^Nc-^KeKA@2>5>IbO8{Keb+SKl}1h+Gy3; zc7#o=1E80|`I~b!@`rZ2Eydq`@k!q20RsN{={srb4mEspNq=DVhdS*M;l;&;2+q#p z&%u#LA5Wy+?RKpnoCe*YM(UgGd2D~Wbq@Od{#JjS9IjR>5elLHVx-{uEM(2U+Vhww z)GB1F8rq6e4Zs(#Z-rQcdHzTOl^$$r&%27>OLno-5JCtcgb+f=EklUk>xfl*Z2o$} P00000NkvXXu0mjfDPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1Yb!+K~#8N?V8_9 z6j2n%uZfDHtV)z=<}doOvPLP!J_~6C8$F1<^au11*<*h~P(AoR7?Jo8ijoHVPy|vh zL4rRj{B2_350s*{n)sgf*tobeXJ&WD8Mq%9?##H}`JQvn{V{W{(r7dqjRnKNc1ht3)C}P6z^Q zJTybQU87k#puVojNc{Xk=cw@9*|4v>f!TNf?XZC^(qQR;`GqeO0XJeXx<0!^_J|0YVX&c+S~iB z1_uYk#)FI<5R1k3jn8HHGrK$ARiydi{;bs5*`-ECM(MnuAYYxXJwxYGGID^~_=$;$ zoEs0ew*JlSXn7bvK0Zd*6_u4VM!kFQOowX+n2mp+Ry;ADc{w(A!1&9pZR8L)Gn6ag z=02Zl{H>nb#`A&xoHzt^qkQu^PW>Gr-`3uyN{T~t57-UXsW^^+Xf$fPh}J3`UbZ|N z-x3L{M~|P7@fZh&hllg#<~~#3FD%NZ-#WpO0X+QxF9tlO^Xhe@qN0+FZ)j{(eSLj& zALGI7r>Q)={46gmk^`LTay15cY5cvr_l?PqAJoYc$H{om+uKVezwE$xr=ic}+z_nP z&`QZmN8o?2b#%~(qn$Wsa8=0aO(#Nsb)vt1cR_gz^O)&0}xJt zKSKH$*2tRe5ILZ`yNAjkMF4Bg3K&>$_<06E!UiQYvR?Xw4dO8XsVF2O_)D#yVB?_; z8lhE+$N|y{&6y*w=;-J$N=izSSO1Y}wsinP38`m*0Vdr*=+!0(Gk9iae1^`Eo;T}* zW=S^?ML>Oh10^HV!6A5O;SXJV0a|{%<2;?mk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uw8VfU|X)yT6G04fu*;rX=X=!m1JaOI5;@i+1dH| z`9(!V0Yz3jcGLqYfs!D<;Qy$A;em3jBv6jCz$3Dlfr0N32s4Umcr^eWV&LiG7!u+B z_UhdtCPg0B1Rho|*UJCfO&!X(Jj{NVKeU*`%^Q5q{G#7(t$Aly)-m&0_y*rC7+Drecj7 z|Ld4tK5KKHv(7EOn$P$#IKe*GVfh>}fwBV4um5K7bv)}A_uBh*KclvFg6ywf3<>+$ zpI=#E&oD!F#y^e|_YeQ|V?R|Wj|0mJ7%nKVt(t8baQ1cLzZvK1TP`;&cl7z!8oZ9BFO?~t;m8lB YITlX~Ru%Vl0|S)7)78&qol`;+0CD%jyZ`_I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json index 7408c3f4ac8..27d7ebd6653 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Shotguns/db_shotgun.rsi/meta.json @@ -16,6 +16,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Shotguns/enforcer.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..c5e9fb432414425101c12d0499a31c53bf1d2dde GIT binary patch literal 492 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=yN=ix^8ym~X$=O(0X=!PBdV1>W>iYZp1LZR^G8`Nn?Ck9P{QRP# zqCh5`Ht+#b{3Stt!T(VJ!<9QT76PR>3p^r=85sBufiR<}hF1g75xSl(jv*25Z>Qaz z)U3ecHqrIev}xb#@31v(X6ZOMzxy2D^F?g4-9gGJm zsq|obt@HD*mqHxtlgBKTQx`BLvPo+`XV-Ex*uRJIvB`aova|+^n|4bCH~damdnx<& zy?Kdg37>2oZ?!)+);G%h7gzi~#=voB)Pr9?_c5&alyKs>l%K&F5g*4Cu6Lq2`r0!$ zP3Bgc4~{iaXQTA^Wfg*jVz|CXE15j7N{8PF>ff1-*xVKDNqkX zfmheUB@(BuTGm~?ZfD^4x$w)bkoL@5)7sUfKkT$Ruz1T2kSZW}aPQw%_l$q#KX&_9 n%ocIJ`Dp>;`qXX)hJZ}=c}pagR5xsG1u64%^>bP0l+XkKtaC=+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/flaregun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shotguns/flaregun.rsi/meta.json index 6358c262990..fc96d8d5194 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Shotguns/flaregun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Shotguns/flaregun.rsi/meta.json @@ -24,6 +24,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..785f4037d7c4a49cb5c5c33b13090d2b3bbe912c GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wz6 z#WAE}&f8lXc@H@VupD5%*!5OO=d_|AXRPv*xIbcyKZOGs{!KsQZOpnx@5UQ5CZHaM zvYE>b&tIO=zwdGQ^h*uD-_BB2y7W4>&i8cNzU)nm&u1lO-^x0+HT}izXHp>LK=5aK zRCUX$`wx|CzH?TK@~iZ1S*9y@{%Odhi#g0Wf;oZ=45w-satdT0y^R(B0@C2=>gTe~ HDWM4f%I!}_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/meta.json index 4e592b59a4c..9fd38ac1fe0 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Shotguns/hm_pistol.rsi/meta.json @@ -25,6 +25,10 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..0d1800fa5cdadfa90c042b6c27f1983b45a557dd GIT binary patch literal 541 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=y*7)!S8giW4I(=fKz}=JUNN z*474OFMrWI4@mKs1o;L3M*$31?#x&Sl;SM#h%9Dc;5!V$jK}j=qyQZe=jq}Y65;-K z+Uvd+1s*rX?(DrE{`K!(suV5AlK$89p^9+e&puaU%~O9T>vc5o+Ze6fTA35zmTh;* zpPy|W_W_=J2bfN6e#<$Fr~N=fSo6cvXMdzOoo~6cl}+MXqUh^848I?D?kF=h+sBsu zwqJ_3C3t356zkKgCVuY!R64}-9aIjRv>HDO*}n2xgYm7CU4J42);50H*Hmy!CI8(% zmM3WMj!sjuT%55X~A5*7fk-*d$cWf#megbyWu48JC*kqUyGn33s+Q? zG-HvqQhQJh`w8BO5=v%U!)Lh|E2ld;SAR9;YMQAZ&Ql|uE@$k?+S~L==nq%^!`rL} zAI)}L+E9B)>(;s1O>b}Yajl7#5V)`UVEPT0m)acfZHvBtSoXkp*8^^rbAOo<|J@LK Te?__v82k*Lu6{1-oD!Mk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uwMyoK)j+Uu6W{{JUv$3+$($ezu^wibW_4oG&D#^&maBy(2v$ON_ z^NWg#0*biK|JMwp1WJPZg8!oeh6l>Al0Z4m0*}aI1_r)EAj~ML;ne_ih^D8DV@QPi z+p8Dzm=pzA16r7Z0{{KbmrXEZwR*haomnQ&ch`gGyitF3t3a~Py!hO+zb1-bJIit5x}WtOQ-&i^ksst( zzF&Udkg|T#gJ$z{CV%Aw<}>}OWV$o;OM^l4`ON3-JPw=g?+JKa`(OM+65EQ`8~qsG zRDXyQtYu0_OZX)caPRQjHfbJP`xd52zFIvF3x1n0Nd8iI@LYm##yKXj37Z>=8{cl4 zba`IR^orQ7mwf-s6&`&`RpP&sEW&9~^t_=clgsJntqTr&OP4o1tCMT|u|is}U&o-~ zeEr`;3|}2AJ1u2ra4~1}avQ!q$!75<+3F9+@x}&j!-xG1-#0bzGXzyJ1w}s9ReHGg RI4~p`JYD@<);T3K0RT+J!<_&C literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json index 7408c3f4ac8..27d7ebd6653 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Shotguns/pump.rsi/meta.json @@ -16,6 +16,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e3306e6bb1b20fcb71183369b02a7a90f221ce GIT binary patch literal 456 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1^2Ka=y8VfU|X)yT6G04fu*;rX=X=!m1JaO*xA|n`T0df zMFF{L8NdDmDgKfmzu^BUfZ@uW84H0@oCO|{#S9F5hd`K7RKu$Q=m<_v7srqY_qSIa zg_;$3SOZ#^qIAC7=XE|X;V@hfyW@fWErX}~J@0D#Im`2){s60bcGt@28`{z3^7{wNg}Y$&TA##_{a>d4~1r zejB<&-4@pIZTPSBC9%2W)+FXLd}2-C`7IgZ_Gc~((r?@>o2K1e$2rHQz0!}_kMn}{ zm0zY0zF3N^WQ<$>ep*Q5Je~xG35+&8H{!!;KKR-!yRJI>&7;K(*{$A>Gi7+!oZINK zW78yt8lywsHt*tH@cpx3!TgE^pBNh%rtx+d%kB^;@6|K|GWasMSWlR2nD|1CX!U*Pol~WW@qQiow&>&t;ucLK6U9WUF%k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json index bb01559033b..55becacf83f 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Shotguns/sawn.rsi/meta.json @@ -16,6 +16,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..a9ad62c9be85eca583ec7a112fb8ec3e0269c7f8 GIT binary patch literal 926 zcmV;P17ZA$P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D12aiPK~#8N?V7=B z6G0TlUs7zLN+VQ>P;IFPFA~s0$WcVep+pqHKfr??ym<2H$)k#T@u2^JA|ABG!>UM+ zAu%4rtF=|ZphZ$_!J=LL*4cC$vb(dpZ#J&J9}GJa$jqB>W@li(M}i;-0webx-nUhi z9g}^tQLELA1&O|I-nh=%e_lQRTUZ6a3Vm2yR4snc_p|3OREq~z0a~pV?VXxZEq>5< zv)NQF9@qr9P@b?)P2}igdrtkr&t&@*o!&R3T0F1`Fg`l$JkK>K=Tr;=u~juOECO7e zIhe}zv{XFo2#s?2$TZ8Ci3PZIqSOuKcH^Vb)jz-Slzy}qXl(naQ#gcAB!GAFSLPRt zZ+(~f{4@;@<(=Y!V{&Ry?R@Y+f!pJ)ShYtor>9_JMnqH zC&alOA_;&2me4^yh-1mn<#k%nf)Nbg_Z#DW`e0$^k5^Dl@7OrEA zSarV_{u5^aCJxIShD}u4TuXrW+xF0-VokOD;Y?i61wJLLasa~y1_@$C%sPY$aHv$W z&+h!>c=JJUB`ib%#waXu;B|%&D`H0M>L*`91<*PCT({UwlSu=N30D~Sd4oE!hYA2M z9=P6oFYd}?8>Z#YVNAHw!0QgXc=HIt&A2knUTL{@=-zT zVFCoc0?5d~fdV!0?hWFej|*Z(>|q%zfdcf~`dJbIguTAL>R{_27YD$KMrz8RRyM%I zkwXCPy!Fpr3fuv%4-Zd1Ye*h}AP9mW2*D8j0*DV|on`^OkpKVy07*qoM6N<$f_Ay7 AK>z>% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/meta.json index c223e6b194f..4f7fc5d6f55 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Snipers/bolt_gun_wood.rsi/meta.json @@ -24,6 +24,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..a349de44b0f2cba88e44542a74b0e0918efb6341 GIT binary patch literal 1047 zcmV+y1nB#TP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D1FT6zK~#8N?V9gz z(m)u;56NB(1)PbW6$k5f!+^pv}v<0QItt(=$ z1RWx%ZbO*>KYHI2ne=s0iw@OoC>;SGKYd7uV&teA2}%WsBT5C(H9K4Ek0^ylnE?5G zUQ6eRQgKt1!l6WfyXCTVb#;}UpZ^j^qM^}fScBnDUVi=Nt&;ghi2%u!6~5`9Tr99h z_v@k-p3nm9?Ce;nR7%vM<4&<)wOXyjXf$N~exI)bI3|7$Oeg{B^}3ZzCPj_0&qqg* zE`#Xs{?lio#@Ovbk;fpafe0*sv*B*H8~HQ9a5xgB3o4Zg-(wW=LI45@;B2td>1cTX zN~f=}jm>pYW9-$-7ox;iwOS1%!rTH-L(}P$Z|!!QcmDCi2iA?XH6{0@jDv&ce2+)( zNSB7`zO7=lpG z0gD7z{^aEHBp8I)2~exmSg-$$WilCYBpk6F0jh|#0QLzmC|Z{?6=34S@&{-MG#Cs9 zgTY{kgr)W4Jx~_64$C_#{KW3-T_BDk_>I|@06Khs)%cBBDnOivKjGB}^F2W9T~X=9 z>&8#)QUO$X@QcK&51tn-ia2l^Zii=I46zj1rs0`TJD$uBD~L?}N2#t2z= ze)9-i1%Stg85CYTJb60C3o}@RX+pUPl%D`s==bCzOT}*MS8gf9F2)Od(P6MY&>y}3_3s(W`-a9;bc=Jvckt6}Z z$(;tX++kTBffH8&;Jw3xN0~f%89F-eL}t&+@(Ap>3IO~V59xGTYv(c31HWy0^}$sD zoCyC7Ui|jfJvNz4_+|&gFKmKB5M-UFI1w{qM<3>PkZ=OLca*V=#Px#+y$Ct;2<*%p z0kE9D93S&CUMt6wA=}^EvyiFD55@q*Os~Y~i<^z+dJDjNpQT!yL;&bR;5-5tk@$mV zvl**S1H_Ejy|PH8tHA$&bQKWA*dyzU^xmKov6QID$I*$&BQO{Y27?!j{RM9mhH07F ROKAWA002ovPDHLkV1goV;D-PJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/meta.json index 33ee152a4e1..da8881c7c58 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi/meta.json @@ -24,6 +24,10 @@ { "name": "equipped-BACKPACK", "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] } From b2564e7a3b9f4bbe93819842c4eaeaec05a8c7d2 Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:25:36 -0400 Subject: [PATCH 015/213] make romerol work on the dead (#26222) * a * review * g (cherry picked from commit 87386ca0baa9fc3006b726d26723b345b737943d) --- Content.Server/Zombies/ZombieSystem.cs | 12 +++++++++--- Resources/Prototypes/Reagents/toxins.yml | 1 + 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Content.Server/Zombies/ZombieSystem.cs b/Content.Server/Zombies/ZombieSystem.cs index e515c377be8..bef57eceb39 100644 --- a/Content.Server/Zombies/ZombieSystem.cs +++ b/Content.Server/Zombies/ZombieSystem.cs @@ -55,7 +55,7 @@ public override void Initialize() SubscribeLocalEvent(OnStartup); SubscribeLocalEvent(OnEmote, before: - new []{typeof(VocalSystem), typeof(BodyEmotesSystem)}); + new[] { typeof(VocalSystem), typeof(BodyEmotesSystem) }); SubscribeLocalEvent(OnMeleeHit); SubscribeLocalEvent(OnMobState); @@ -70,6 +70,12 @@ public override void Initialize() private void OnPendingMapInit(EntityUid uid, PendingZombieComponent component, MapInitEvent args) { + if (_mobState.IsDead(uid)) + { + ZombifyEntity(uid); + return; + } + component.NextTick = _timing.CurTime + TimeSpan.FromSeconds(1f); } @@ -196,7 +202,7 @@ private float GetZombieInfectionChance(EntityUid uid, ZombieComponent component) var min = component.MinZombieInfectionChance; //gets a value between the max and min based on how many items the entity is wearing - var chance = (max-min) * ((total - items)/total) + min; + var chance = (max - min) * ((total - items) / total) + min; return chance; } @@ -261,7 +267,7 @@ public bool UnZombify(EntityUid source, EntityUid target, ZombieComponent? zombi _humanoidAppearance.SetBaseLayerColor(target, layer, info.Color); _humanoidAppearance.SetBaseLayerId(target, layer, info.Id); } - if(TryComp(target, out var appcomp)) + if (TryComp(target, out var appcomp)) { appcomp.EyeColor = zombiecomp.BeforeZombifiedEyeColor; } diff --git a/Resources/Prototypes/Reagents/toxins.yml b/Resources/Prototypes/Reagents/toxins.yml index c0491716d77..a5b9a3e9bcb 100644 --- a/Resources/Prototypes/Reagents/toxins.yml +++ b/Resources/Prototypes/Reagents/toxins.yml @@ -460,6 +460,7 @@ physicalDesc: reagent-physical-desc-necrotic flavor: bitter color: "#7e916e" + worksOnTheDead: true metabolisms: Medicine: effects: From e948115f9f223933d3e853b988cc3e9dc7b0374f Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:23:25 +0100 Subject: [PATCH 016/213] Move faction exception and everything it needs to shared (#25154) * move faction prototype to shared * move faction exception and member stuff to shared * fix breaking changes for random stuff * move pettable friend stuff to shared * mostly fix * final fixy * dragonops * final fixy II * use querys and fix warpspeed fish (probably) * fixer * Rrrr! --------- Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: metalgearsloth (cherry picked from commit 7561bef6a7aee65149381e155da53abc65a6a4e7) --- Content.Client/Entry/EntryPoint.cs | 2 - .../Dragon/Components/DragonComponent.cs | 8 + Content.Server/Dragon/DragonSystem.cs | 10 + .../Components/PettableFriendComponent.cs | 23 --- .../Friends/Systems/PettableFriendSystem.cs | 50 ----- .../Rules/Components/NukeopsRuleComponent.cs | 2 +- .../Rules/Components/TraitorRuleComponent.cs | 2 +- .../GameTicking/Rules/NukeopsRuleSystem.cs | 6 +- .../GameTicking/Rules/PiratesRuleSystem.cs | 4 +- .../Rules/RevolutionaryRuleSystem.cs | 4 +- .../GameTicking/Rules/TraitorRuleSystem.cs | 2 +- .../FactionExceptionTrackerComponent.cs | 16 -- .../Components/NpcFactionMemberComponent.cs | 37 ---- .../NPC/Components/NpcFactionPrototype.cs | 22 --- Content.Server/NPC/FactionData.cs | 13 -- .../NPC/Systems/NPCRetaliationSystem.cs | 32 ++-- .../NPC/Systems/NPCSteeringSystem.Context.cs | 2 +- .../NPC/Systems/NPCSteeringSystem.cs | 2 + .../NPC/Systems/NPCUtilitySystem.cs | 1 + .../NPC/Systems/NpcFactionSystem.Exception.cs | 130 ------------- .../Zombies/ZombieSystem.Transform.cs | 8 +- .../Components/PettableFriendComponent.cs | 24 +++ .../Friends/Systems/PettableFriendSystem.cs | 62 ++++++ .../Components/FactionExceptionComponent.cs | 11 +- .../FactionExceptionTrackerComponent.cs | 17 ++ .../Components/NpcFactionMemberComponent.cs | 36 ++++ .../NPC/Prototypes/NpcFactionPrototype.cs | 32 ++++ .../NPC/Systems/NpcFactionSystem.Exception.cs | 135 +++++++++++++ .../NPC/Systems/NpcFactionSystem.cs | 180 +++++++++--------- 29 files changed, 457 insertions(+), 416 deletions(-) delete mode 100644 Content.Server/Friends/Components/PettableFriendComponent.cs delete mode 100644 Content.Server/Friends/Systems/PettableFriendSystem.cs delete mode 100644 Content.Server/NPC/Components/FactionExceptionTrackerComponent.cs delete mode 100644 Content.Server/NPC/Components/NpcFactionMemberComponent.cs delete mode 100644 Content.Server/NPC/Components/NpcFactionPrototype.cs delete mode 100644 Content.Server/NPC/FactionData.cs delete mode 100644 Content.Server/NPC/Systems/NpcFactionSystem.Exception.cs create mode 100644 Content.Shared/Friends/Components/PettableFriendComponent.cs create mode 100644 Content.Shared/Friends/Systems/PettableFriendSystem.cs rename {Content.Server => Content.Shared}/NPC/Components/FactionExceptionComponent.cs (72%) create mode 100644 Content.Shared/NPC/Components/FactionExceptionTrackerComponent.cs create mode 100644 Content.Shared/NPC/Components/NpcFactionMemberComponent.cs create mode 100644 Content.Shared/NPC/Prototypes/NpcFactionPrototype.cs create mode 100644 Content.Shared/NPC/Systems/NpcFactionSystem.Exception.cs rename {Content.Server => Content.Shared}/NPC/Systems/NpcFactionSystem.cs (51%) diff --git a/Content.Client/Entry/EntryPoint.cs b/Content.Client/Entry/EntryPoint.cs index 3acc4ab1800..6e9d8c4021e 100644 --- a/Content.Client/Entry/EntryPoint.cs +++ b/Content.Client/Entry/EntryPoint.cs @@ -100,12 +100,10 @@ public override void Init() _prototypeManager.RegisterIgnore("seed"); // Seeds prototypes are server-only. _prototypeManager.RegisterIgnore("objective"); _prototypeManager.RegisterIgnore("holiday"); - _prototypeManager.RegisterIgnore("aiFaction"); _prototypeManager.RegisterIgnore("htnCompound"); _prototypeManager.RegisterIgnore("htnPrimitive"); _prototypeManager.RegisterIgnore("gameMap"); _prototypeManager.RegisterIgnore("gameMapPool"); - _prototypeManager.RegisterIgnore("npcFaction"); _prototypeManager.RegisterIgnore("lobbyBackground"); _prototypeManager.RegisterIgnore("advertisementsPack"); _prototypeManager.RegisterIgnore("gamePreset"); diff --git a/Content.Server/Dragon/Components/DragonComponent.cs b/Content.Server/Dragon/Components/DragonComponent.cs index f403979a007..80461e156af 100644 --- a/Content.Server/Dragon/Components/DragonComponent.cs +++ b/Content.Server/Dragon/Components/DragonComponent.cs @@ -1,3 +1,4 @@ +using Content.Shared.NPC.Prototypes; using Robust.Shared.Audio; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; @@ -57,5 +58,12 @@ public sealed partial class DragonComponent : Component { Params = AudioParams.Default.WithVolume(3f), }; + + /// + /// NPC faction to re-add after being zombified. + /// Prevents zombie dragon from being attacked by its own carp. + /// + [DataField] + public ProtoId Faction = "Dragon"; } } diff --git a/Content.Server/Dragon/DragonSystem.cs b/Content.Server/Dragon/DragonSystem.cs index 93d6bc8db0b..36df6fb6f29 100644 --- a/Content.Server/Dragon/DragonSystem.cs +++ b/Content.Server/Dragon/DragonSystem.cs @@ -10,6 +10,8 @@ using Content.Shared.Mind.Components; using Content.Shared.Mobs; using Content.Shared.Movement.Systems; +using Content.Shared.NPC.Systems; +using Content.Shared.Zombies; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.GameStates; @@ -24,6 +26,7 @@ public sealed partial class DragonSystem : EntitySystem [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ITileDefinitionManager _tileDef = default!; [Dependency] private readonly MovementSpeedModifierSystem _movement = default!; + [Dependency] private readonly NpcFactionSystem _faction = default!; [Dependency] private readonly PopupSystem _popup = default!; [Dependency] private readonly RoleSystem _role = default!; [Dependency] private readonly SharedActionsSystem _actions = default!; @@ -55,6 +58,7 @@ public override void Initialize() SubscribeLocalEvent(OnDragonMove); SubscribeLocalEvent(OnMobStateChanged); SubscribeLocalEvent(OnCreated); + SubscribeLocalEvent(OnZombified); } public override void Update(float frameTime) @@ -202,6 +206,12 @@ private void OnCreated(EntityUid uid, DragonComponent comp, ref GenericAntagCrea }, mind); } + private void OnZombified(Entity ent, ref EntityZombifiedEvent args) + { + // prevent carp attacking zombie dragon + _faction.AddFaction(ent.Owner, ent.Comp.Faction); + } + private void Roar(EntityUid uid, DragonComponent comp) { if (comp.SoundRoar != null) diff --git a/Content.Server/Friends/Components/PettableFriendComponent.cs b/Content.Server/Friends/Components/PettableFriendComponent.cs deleted file mode 100644 index fe68029a663..00000000000 --- a/Content.Server/Friends/Components/PettableFriendComponent.cs +++ /dev/null @@ -1,23 +0,0 @@ -using Content.Server.Friends.Systems; - -namespace Content.Server.Friends.Components; - -/// -/// Pet something to become friends with it (use in hand, press Z) -/// Uses FactionExceptionComponent behind the scenes -/// -[RegisterComponent, Access(typeof(PettableFriendSystem))] -public sealed partial class PettableFriendComponent : Component -{ - /// - /// Localized popup sent when petting for the first time - /// - [DataField("successString", required: true), ViewVariables(VVAccess.ReadWrite)] - public string SuccessString = string.Empty; - - /// - /// Localized popup sent when petting multiple times - /// - [DataField("failureString", required: true), ViewVariables(VVAccess.ReadWrite)] - public string FailureString = string.Empty; -} diff --git a/Content.Server/Friends/Systems/PettableFriendSystem.cs b/Content.Server/Friends/Systems/PettableFriendSystem.cs deleted file mode 100644 index 8f70c843e70..00000000000 --- a/Content.Server/Friends/Systems/PettableFriendSystem.cs +++ /dev/null @@ -1,50 +0,0 @@ -using Content.Server.Friends.Components; -using Content.Server.NPC.Components; -using Content.Server.NPC.Systems; -using Content.Shared.Chemistry.Components; -using Content.Shared.Interaction.Events; -using Content.Shared.Popups; - -namespace Content.Server.Friends.Systems; - -public sealed class PettableFriendSystem : EntitySystem -{ - [Dependency] private readonly NpcFactionSystem _factionException = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; - - public override void Initialize() - { - base.Initialize(); - - SubscribeLocalEvent(OnUseInHand); - SubscribeLocalEvent(OnRehydrated); - } - - private void OnUseInHand(EntityUid uid, PettableFriendComponent comp, UseInHandEvent args) - { - var user = args.User; - if (args.Handled || !TryComp(uid, out var factionException)) - return; - - if (_factionException.IsIgnored(uid, user, factionException)) - { - _popup.PopupEntity(Loc.GetString(comp.FailureString, ("target", uid)), user, user); - return; - } - - // you have made a new friend :) - _popup.PopupEntity(Loc.GetString(comp.SuccessString, ("target", uid)), user, user); - _factionException.IgnoreEntity(uid, user, factionException); - args.Handled = true; - } - - private void OnRehydrated(EntityUid uid, PettableFriendComponent _, ref GotRehydratedEvent args) - { - // can only pet before hydrating, after that the fish cannot be negotiated with - if (!TryComp(uid, out var comp)) - return; - - var targetComp = AddComp(args.Target); - _factionException.IgnoreEntities(args.Target, comp.Ignored, targetComp); - } -} diff --git a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs index 8efd61b4694..c66a9d12a1c 100644 --- a/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs @@ -1,8 +1,8 @@ using Content.Server.Maps; -using Content.Server.NPC.Components; using Content.Server.RoundEnd; using Content.Server.StationEvents.Events; using Content.Shared.Dataset; +using Content.Shared.NPC.Prototypes; using Content.Shared.Roles; using Robust.Shared.Map; using Robust.Shared.Prototypes; diff --git a/Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs index 62619db76a2..e904d8a7c2a 100644 --- a/Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/TraitorRuleComponent.cs @@ -1,5 +1,5 @@ -using Content.Server.NPC.Components; using Content.Shared.Dataset; +using Content.Shared.NPC.Prototypes; using Content.Shared.Random; using Content.Shared.Roles; using Robust.Shared.Audio; diff --git a/Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs b/Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs index b9255bcbe4f..ea5ab9c2abe 100644 --- a/Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs @@ -7,8 +7,6 @@ using Content.Server.Ghost.Roles.Events; using Content.Server.Humanoid; using Content.Server.Mind; -using Content.Server.NPC.Components; -using Content.Server.NPC.Systems; using Content.Server.Nuke; using Content.Server.NukeOps; using Content.Server.Popups; @@ -30,6 +28,8 @@ using Content.Shared.Mind.Components; using Content.Shared.Mobs; using Content.Shared.Mobs.Components; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; using Content.Shared.Nuke; using Content.Shared.NukeOps; using Content.Shared.Preferences; @@ -474,7 +474,7 @@ private void OnRoundStart(EntityUid uid, NukeopsRuleComponent? component = null) var eligibleQuery = EntityQueryEnumerator(); while (eligibleQuery.MoveNext(out var eligibleUid, out var eligibleComp, out var member)) { - if (!_npcFaction.IsFactionHostile(component.Faction, eligibleUid, member)) + if (!_npcFaction.IsFactionHostile(component.Faction, (eligibleUid, member))) continue; eligible.Add((eligibleUid, eligibleComp, member)); diff --git a/Content.Server/GameTicking/Rules/PiratesRuleSystem.cs b/Content.Server/GameTicking/Rules/PiratesRuleSystem.cs index 98926536b9d..900554d8241 100644 --- a/Content.Server/GameTicking/Rules/PiratesRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/PiratesRuleSystem.cs @@ -4,8 +4,6 @@ using Content.Server.Cargo.Systems; using Content.Server.Chat.Managers; using Content.Server.GameTicking.Rules.Components; -using Content.Server.NPC.Components; -using Content.Server.NPC.Systems; using Content.Server.Preferences.Managers; using Content.Server.Spawners.Components; using Content.Server.Station.Components; @@ -14,6 +12,8 @@ using Content.Shared.Humanoid; using Content.Shared.Humanoid.Prototypes; using Content.Shared.Mind; +using Content.Shared.NPC.Prototypes; +using Content.Shared.NPC.Systems; using Content.Shared.Preferences; using Content.Shared.Roles; using Robust.Server.GameObjects; diff --git a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs index d20775c7343..5caa223c9c1 100644 --- a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs @@ -4,8 +4,6 @@ using Content.Server.Flash; using Content.Server.GameTicking.Rules.Components; using Content.Server.Mind; -using Content.Server.NPC.Components; -using Content.Server.NPC.Systems; using Content.Server.Popups; using Content.Server.Revolutionary; using Content.Server.Revolutionary.Components; @@ -23,6 +21,8 @@ using Content.Shared.Mobs; using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; +using Content.Shared.NPC.Prototypes; +using Content.Shared.NPC.Systems; using Content.Shared.Revolutionary.Components; using Content.Shared.Roles; using Content.Shared.Stunnable; diff --git a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs index fc9f0a9a9ff..769d7e0a5b5 100644 --- a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs @@ -1,7 +1,6 @@ using Content.Server.Antag; using Content.Server.GameTicking.Rules.Components; using Content.Server.Mind; -using Content.Server.NPC.Systems; using Content.Server.Objectives; using Content.Server.PDA.Ringer; using Content.Server.Roles; @@ -10,6 +9,7 @@ using Content.Shared.Dataset; using Content.Shared.Mind; using Content.Shared.Mobs.Systems; +using Content.Shared.NPC.Systems; using Content.Shared.Objectives.Components; using Content.Shared.PDA; using Content.Shared.Roles; diff --git a/Content.Server/NPC/Components/FactionExceptionTrackerComponent.cs b/Content.Server/NPC/Components/FactionExceptionTrackerComponent.cs deleted file mode 100644 index 804a61b456d..00000000000 --- a/Content.Server/NPC/Components/FactionExceptionTrackerComponent.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Content.Server.NPC.Systems; - -namespace Content.Server.NPC.Components; - -/// -/// This is used for tracking entities stored in -/// -[RegisterComponent, Access(typeof(NpcFactionSystem))] -public sealed partial class FactionExceptionTrackerComponent : Component -{ - /// - /// entities with that are tracking this entity. - /// - [DataField("entities")] - public HashSet Entities = new(); -} diff --git a/Content.Server/NPC/Components/NpcFactionMemberComponent.cs b/Content.Server/NPC/Components/NpcFactionMemberComponent.cs deleted file mode 100644 index ce7e59ea2c7..00000000000 --- a/Content.Server/NPC/Components/NpcFactionMemberComponent.cs +++ /dev/null @@ -1,37 +0,0 @@ -using Content.Server.NPC.Systems; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Set; - -namespace Content.Server.NPC.Components -{ - [RegisterComponent] - [Access(typeof(NpcFactionSystem))] - public sealed partial class NpcFactionMemberComponent : Component - { - /// - /// Factions this entity is a part of. - /// - [ViewVariables(VVAccess.ReadWrite), - DataField("factions", customTypeSerializer:typeof(PrototypeIdHashSetSerializer))] - public HashSet Factions = new(); - - /// - /// Cached friendly factions. - /// - [ViewVariables] - public readonly HashSet FriendlyFactions = new(); - - /// - /// Cached hostile factions. - /// - [ViewVariables] - public readonly HashSet HostileFactions = new(); - - // Nyano - Summary - Begin modified code block: support for specific entities to be friendly. - /// - /// Permanently friendly specific entities. Our summoner, etc. - /// Would like to separate. Could I do that by extending this method, maybe? - /// - public HashSet ExceptionalFriendlies = new(); - // Nyano - End modified code block. - } -} diff --git a/Content.Server/NPC/Components/NpcFactionPrototype.cs b/Content.Server/NPC/Components/NpcFactionPrototype.cs deleted file mode 100644 index fe5774710af..00000000000 --- a/Content.Server/NPC/Components/NpcFactionPrototype.cs +++ /dev/null @@ -1,22 +0,0 @@ -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; - -namespace Content.Server.NPC.Components -{ - /// - /// Contains data about this faction's relations with other factions. - /// - [Prototype("npcFaction")] - public sealed partial class NpcFactionPrototype : IPrototype - { - [ViewVariables] - [IdDataField] - public string ID { get; private set; } = default!; - - [ViewVariables(VVAccess.ReadWrite), DataField("friendly", customTypeSerializer:typeof(PrototypeIdListSerializer))] - public List Friendly = new(); - - [ViewVariables(VVAccess.ReadWrite), DataField("hostile", customTypeSerializer:typeof(PrototypeIdListSerializer))] - public List Hostile = new(); - } -} diff --git a/Content.Server/NPC/FactionData.cs b/Content.Server/NPC/FactionData.cs deleted file mode 100644 index b74150acc9d..00000000000 --- a/Content.Server/NPC/FactionData.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Content.Server.NPC; - -/// -/// Cached data for the faction prototype. Can be modified at runtime. -/// -public sealed class FactionData -{ - [ViewVariables] - public HashSet Friendly = new(); - - [ViewVariables] - public HashSet Hostile = new(); -} diff --git a/Content.Server/NPC/Systems/NPCRetaliationSystem.cs b/Content.Server/NPC/Systems/NPCRetaliationSystem.cs index cde8decefc4..d6b2000f329 100644 --- a/Content.Server/NPC/Systems/NPCRetaliationSystem.cs +++ b/Content.Server/NPC/Systems/NPCRetaliationSystem.cs @@ -1,7 +1,9 @@ -using Content.Server.NPC.Components; +using Content.Server.NPC.Components; using Content.Shared.CombatMode; using Content.Shared.Damage; using Content.Shared.Mobs.Components; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; using Robust.Shared.Collections; using Robust.Shared.Timing; @@ -22,37 +24,35 @@ public override void Initialize() SubscribeLocalEvent(OnDisarmed); } - private void OnDamageChanged(EntityUid uid, NPCRetaliationComponent component, DamageChangedEvent args) + private void OnDamageChanged(Entity ent, ref DamageChangedEvent args) { if (!args.DamageIncreased) return; - if (args.Origin is not { } origin) + if (args.Origin is not {} origin) return; - TryRetaliate(uid, origin, component); + TryRetaliate(ent, origin); } - private void OnDisarmed(EntityUid uid, NPCRetaliationComponent component, DisarmedEvent args) + private void OnDisarmed(Entity ent, ref DisarmedEvent args) { - TryRetaliate(uid, args.Source, component); + TryRetaliate(ent, args.Source); } - public bool TryRetaliate(EntityUid uid, EntityUid target, NPCRetaliationComponent? component = null) + public bool TryRetaliate(Entity ent, EntityUid target) { - if (!Resolve(uid, ref component)) - return false; - // don't retaliate against inanimate objects. if (!HasComp(target)) return false; - if (_npcFaction.IsEntityFriendly(uid, target)) + // don't retaliate against the same faction + if (_npcFaction.IsEntityFriendly(ent.Owner, target)) return false; - _npcFaction.AggroEntity(uid, target); - if (component.AttackMemoryLength is { } memoryLength) - component.AttackMemories[target] = _timing.CurTime + memoryLength; + _npcFaction.AggroEntity(ent.Owner, target); + if (ent.Comp.AttackMemoryLength is {} memoryLength) + ent.Comp.AttackMemories[target] = _timing.CurTime + memoryLength; return true; } @@ -64,12 +64,14 @@ public override void Update(float frameTime) var query = EntityQueryEnumerator(); while (query.MoveNext(out var uid, out var retaliationComponent, out var factionException)) { + // TODO: can probably reuse this allocation and clear it foreach (var entity in new ValueList(retaliationComponent.AttackMemories.Keys)) { if (!TerminatingOrDeleted(entity) && _timing.CurTime < retaliationComponent.AttackMemories[entity]) continue; - _npcFaction.DeAggroEntity(uid, entity, factionException); + _npcFaction.DeAggroEntity((uid, factionException), entity); + // TODO: should probably remove the AttackMemory, thats the whole point of the ValueList right?? } } } diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs index e7af2c91073..c58dc261fef 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs @@ -582,7 +582,7 @@ private void Separation( (mask & otherBody.CollisionLayer) == 0x0 && (layer & otherBody.CollisionMask) == 0x0 || !_factionQuery.TryGetComponent(ent, out var otherFaction) || - !_npcFaction.IsEntityFriendly(uid, ent, ourFaction, otherFaction) || + !_npcFaction.IsEntityFriendly((uid, ourFaction), (ent, otherFaction)) || // Use <= 0 so we ignore stationary friends in case. Vector2.Dot(otherBody.LinearVelocity, ourVelocity) <= 0f) { diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.cs index c00375d6488..f04dc56bc4d 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.cs @@ -13,6 +13,8 @@ using Content.Shared.Movement.Components; using Content.Shared.Movement.Systems; using Content.Shared.NPC; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; using Content.Shared.NPC.Events; using Content.Shared.Physics; using Content.Shared.Weapons.Melee; diff --git a/Content.Server/NPC/Systems/NPCUtilitySystem.cs b/Content.Server/NPC/Systems/NPCUtilitySystem.cs index 33941be9292..6793161105e 100644 --- a/Content.Server/NPC/Systems/NPCUtilitySystem.cs +++ b/Content.Server/NPC/Systems/NPCUtilitySystem.cs @@ -12,6 +12,7 @@ using Content.Shared.Hands.Components; using Content.Shared.Inventory; using Content.Shared.Mobs.Systems; +using Content.Shared.NPC.Systems; using Content.Shared.Nutrition.Components; using Content.Shared.Tools.Systems; using Content.Shared.Weapons.Melee; diff --git a/Content.Server/NPC/Systems/NpcFactionSystem.Exception.cs b/Content.Server/NPC/Systems/NpcFactionSystem.Exception.cs deleted file mode 100644 index acef9005ead..00000000000 --- a/Content.Server/NPC/Systems/NpcFactionSystem.Exception.cs +++ /dev/null @@ -1,130 +0,0 @@ -using System.Linq; -using Content.Server.NPC.Components; - -namespace Content.Server.NPC.Systems; - -/// -/// Prevents an NPC from attacking some entities from an enemy faction. -/// -public sealed partial class NpcFactionSystem -{ - private EntityQuery _exceptionQuery; - private EntityQuery _trackerQuery; - - public void InitializeException() - { - _exceptionQuery = GetEntityQuery(); - _trackerQuery = GetEntityQuery(); - - SubscribeLocalEvent(OnShutdown); - SubscribeLocalEvent(OnTrackerShutdown); - } - - private void OnShutdown(EntityUid uid, FactionExceptionComponent component, ComponentShutdown args) - { - foreach (var ent in component.Hostiles) - { - if (!_trackerQuery.TryGetComponent(ent, out var trackerComponent)) - continue; - trackerComponent.Entities.Remove(uid); - } - - foreach (var ent in component.Ignored) - { - if (!_trackerQuery.TryGetComponent(ent, out var trackerComponent)) - continue; - trackerComponent.Entities.Remove(uid); - } - } - - private void OnTrackerShutdown(EntityUid uid, FactionExceptionTrackerComponent component, ComponentShutdown args) - { - foreach (var ent in component.Entities) - { - if (!_exceptionQuery.TryGetComponent(ent, out var exceptionComponent)) - continue; - exceptionComponent.Ignored.Remove(uid); - exceptionComponent.Hostiles.Remove(uid); - } - } - - /// - /// Returns whether the entity from an enemy faction won't be attacked - /// - public bool IsIgnored(EntityUid uid, EntityUid target, FactionExceptionComponent? comp = null) - { - if (!Resolve(uid, ref comp, false)) - return false; - - return comp.Ignored.Contains(target); - } - - /// - /// Returns the specific hostile entities for a given entity. - /// - public IEnumerable GetHostiles(EntityUid uid, FactionExceptionComponent? comp = null) - { - if (!Resolve(uid, ref comp, false)) - return Array.Empty(); - - return comp.Hostiles; - } - - /// - /// Prevents an entity from an enemy faction from being attacked - /// - public void IgnoreEntity(EntityUid uid, EntityUid target, FactionExceptionComponent? comp = null) - { - comp ??= EnsureComp(uid); - comp.Ignored.Add(target); - EnsureComp(target).Entities.Add(uid); - } - - /// - /// Prevents a list of entities from an enemy faction from being attacked - /// - public void IgnoreEntities(EntityUid uid, IEnumerable ignored, FactionExceptionComponent? comp = null) - { - comp ??= EnsureComp(uid); - foreach (var ignore in ignored) - { - IgnoreEntity(uid, ignore, comp); - } - } - - /// - /// Makes an entity always be considered hostile. - /// - public void AggroEntity(EntityUid uid, EntityUid target, FactionExceptionComponent? comp = null) - { - comp ??= EnsureComp(uid); - comp.Hostiles.Add(target); - EnsureComp(target).Entities.Add(uid); - } - - /// - /// Makes an entity no longer be considered hostile, if it was. - /// Doesn't apply to regular faction hostilities. - /// - public void DeAggroEntity(EntityUid uid, EntityUid target, FactionExceptionComponent? comp = null) - { - if (!Resolve(uid, ref comp, false)) - return; - if (!comp.Hostiles.Remove(target) || !_trackerQuery.TryGetComponent(target, out var tracker)) - return; - tracker.Entities.Remove(uid); - } - - /// - /// Makes a list of entities no longer be considered hostile, if it was. - /// Doesn't apply to regular faction hostilities. - /// - public void AggroEntities(EntityUid uid, IEnumerable entities, FactionExceptionComponent? comp = null) - { - comp ??= EnsureComp(uid); - foreach (var ent in entities) - { - AggroEntity(uid, ent, comp); - } - } -} diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index daadd4b518b..3f680ec880b 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -27,6 +27,8 @@ using Content.Shared.Mobs.Components; using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Systems; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; using Content.Shared.Nutrition.AnimalHusbandry; using Content.Shared.Nutrition.Components; using Content.Shared.Popups; @@ -231,11 +233,7 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) _damageable.SetAllDamage(target, damageablecomp, 0); _mobState.ChangeMobState(target, MobState.Alive); - var factionComp = EnsureComp(target); - foreach (var id in new List(factionComp.Factions)) - { - _faction.RemoveFaction(target, id); - } + _faction.ClearFactions(target, dirty: false); _faction.AddFaction(target, "Zombie"); //gives it the funny "Zombie ___" name. diff --git a/Content.Shared/Friends/Components/PettableFriendComponent.cs b/Content.Shared/Friends/Components/PettableFriendComponent.cs new file mode 100644 index 00000000000..d05e1769aec --- /dev/null +++ b/Content.Shared/Friends/Components/PettableFriendComponent.cs @@ -0,0 +1,24 @@ +using Content.Shared.Friends.Systems; +using Robust.Shared.GameStates; + +namespace Content.Shared.Friends.Components; + +/// +/// Pet something to become friends with it (use in hand, press Z) +/// Requires this entity to have FactionExceptionComponent to work. +/// +[RegisterComponent, NetworkedComponent, Access(typeof(PettableFriendSystem))] +public sealed partial class PettableFriendComponent : Component +{ + /// + /// Localized popup sent when petting for the first time + /// + [DataField(required: true)] + public LocId SuccessString = string.Empty; + + /// + /// Localized popup sent when petting multiple times + /// + [DataField(required: true)] + public LocId FailureString = string.Empty; +} diff --git a/Content.Shared/Friends/Systems/PettableFriendSystem.cs b/Content.Shared/Friends/Systems/PettableFriendSystem.cs new file mode 100644 index 00000000000..00a4ddd155c --- /dev/null +++ b/Content.Shared/Friends/Systems/PettableFriendSystem.cs @@ -0,0 +1,62 @@ +using Content.Shared.Chemistry.Components; +using Content.Shared.Friends.Components; +using Content.Shared.Interaction.Events; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; +using Content.Shared.Popups; +using Content.Shared.Timing; + +namespace Content.Shared.Friends.Systems; + +public sealed class PettableFriendSystem : EntitySystem +{ + [Dependency] private readonly NpcFactionSystem _factionException = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly UseDelaySystem _useDelay = default!; + + private EntityQuery _exceptionQuery; + private EntityQuery _useDelayQuery; + + public override void Initialize() + { + base.Initialize(); + + _exceptionQuery = GetEntityQuery(); + _useDelayQuery = GetEntityQuery(); + + SubscribeLocalEvent(OnUseInHand); + SubscribeLocalEvent(OnRehydrated); + } + + private void OnUseInHand(Entity ent, ref UseInHandEvent args) + { + var (uid, comp) = ent; + var user = args.User; + if (args.Handled || !_exceptionQuery.TryGetComponent(uid, out var exceptionComp)) + return; + + if (_useDelayQuery.TryGetComponent(uid, out var useDelay) && !_useDelay.TryResetDelay((uid, useDelay), true)) + return; + + var exception = (uid, exceptionComp); + if (_factionException.IsIgnored(exception, user)) + { + _popup.PopupClient(Loc.GetString(comp.FailureString, ("target", uid)), user, user); + return; + } + + // you have made a new friend :) + _popup.PopupClient(Loc.GetString(comp.SuccessString, ("target", uid)), user, user); + _factionException.IgnoreEntity(exception, user); + args.Handled = true; + } + + private void OnRehydrated(Entity ent, ref GotRehydratedEvent args) + { + // can only pet before hydrating, after that the fish cannot be negotiated with + if (!TryComp(ent, out var comp)) + return; + + _factionException.IgnoreEntities(args.Target, comp.Ignored); + } +} diff --git a/Content.Server/NPC/Components/FactionExceptionComponent.cs b/Content.Shared/NPC/Components/FactionExceptionComponent.cs similarity index 72% rename from Content.Server/NPC/Components/FactionExceptionComponent.cs rename to Content.Shared/NPC/Components/FactionExceptionComponent.cs index 6abd503537c..54de0404c2f 100644 --- a/Content.Server/NPC/Components/FactionExceptionComponent.cs +++ b/Content.Shared/NPC/Components/FactionExceptionComponent.cs @@ -1,23 +1,24 @@ -using Content.Server.NPC.Systems; +using Content.Shared.NPC.Systems; +using Robust.Shared.GameStates; -namespace Content.Server.NPC.Components; +namespace Content.Shared.NPC.Components; /// /// Prevents an NPC from attacking ignored entities from enemy factions. /// Can be added to if pettable, see PettableFriendComponent. /// -[RegisterComponent, Access(typeof(NpcFactionSystem))] +[RegisterComponent, NetworkedComponent, Access(typeof(NpcFactionSystem))] public sealed partial class FactionExceptionComponent : Component { /// /// Collection of entities that this NPC will refuse to attack /// - [DataField("ignored")] + [DataField] public HashSet Ignored = new(); /// /// Collection of entities that this NPC will attack, regardless of faction. /// - [DataField("hostiles")] + [DataField] public HashSet Hostiles = new(); } diff --git a/Content.Shared/NPC/Components/FactionExceptionTrackerComponent.cs b/Content.Shared/NPC/Components/FactionExceptionTrackerComponent.cs new file mode 100644 index 00000000000..f6eded7371b --- /dev/null +++ b/Content.Shared/NPC/Components/FactionExceptionTrackerComponent.cs @@ -0,0 +1,17 @@ +using Content.Shared.NPC.Systems; +using Robust.Shared.GameStates; + +namespace Content.Shared.NPC.Components; + +/// +/// This is used for tracking entities stored in . +/// +[RegisterComponent, NetworkedComponent, Access(typeof(NpcFactionSystem))] +public sealed partial class FactionExceptionTrackerComponent : Component +{ + /// + /// Entities with that are tracking this entity. + /// + [DataField] + public HashSet Entities = new(); +} diff --git a/Content.Shared/NPC/Components/NpcFactionMemberComponent.cs b/Content.Shared/NPC/Components/NpcFactionMemberComponent.cs new file mode 100644 index 00000000000..188ece81ed7 --- /dev/null +++ b/Content.Shared/NPC/Components/NpcFactionMemberComponent.cs @@ -0,0 +1,36 @@ +using Content.Shared.NPC.Prototypes; +using Content.Shared.NPC.Systems; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.NPC.Components; + +[RegisterComponent, NetworkedComponent, Access(typeof(NpcFactionSystem))] +public sealed partial class NpcFactionMemberComponent : Component +{ + /// + /// Factions this entity is a part of. + /// + [DataField] + public HashSet> Factions = new(); + + /// + /// Cached friendly factions. + /// + [ViewVariables] + public readonly HashSet> FriendlyFactions = new(); + + /// + /// Cached hostile factions. + /// + [ViewVariables] + public readonly HashSet> HostileFactions = new(); + + // Nyano - Summary - Begin modified code block: support for specific entities to be friendly. + /// + /// Permanently friendly specific entities. Our summoner, etc. + /// Would like to separate. Could I do that by extending this method, maybe? + /// + public HashSet ExceptionalFriendlies = new(); + // Nyano - End modified code block. +} diff --git a/Content.Shared/NPC/Prototypes/NpcFactionPrototype.cs b/Content.Shared/NPC/Prototypes/NpcFactionPrototype.cs new file mode 100644 index 00000000000..1dcdd751c88 --- /dev/null +++ b/Content.Shared/NPC/Prototypes/NpcFactionPrototype.cs @@ -0,0 +1,32 @@ +using Robust.Shared.Prototypes; + +namespace Content.Shared.NPC.Prototypes; + +/// +/// Contains data about this faction's relations with other factions. +/// +[Prototype("npcFaction")] +public sealed partial class NpcFactionPrototype : IPrototype +{ + [ViewVariables] + [IdDataField] + public string ID { get; private set; } = default!; + + [DataField] + public List> Friendly = new(); + + [DataField] + public List> Hostile = new(); +} + +/// +/// Cached data for the faction prototype. Is modified at runtime, whereas the prototype is not. +/// +public record struct FactionData +{ + [ViewVariables] + public HashSet> Friendly; + + [ViewVariables] + public HashSet> Hostile; +} diff --git a/Content.Shared/NPC/Systems/NpcFactionSystem.Exception.cs b/Content.Shared/NPC/Systems/NpcFactionSystem.Exception.cs new file mode 100644 index 00000000000..e69f0c2f7ad --- /dev/null +++ b/Content.Shared/NPC/Systems/NpcFactionSystem.Exception.cs @@ -0,0 +1,135 @@ +using Content.Shared.NPC.Components; +using System.Linq; + +namespace Content.Shared.NPC.Systems; + +/// +/// Prevents an NPC from attacking some entities from an enemy faction. +/// Also makes it attack some entities even if they are in neutral factions (retaliation). +/// +public sealed partial class NpcFactionSystem +{ + private EntityQuery _exceptionQuery; + private EntityQuery _trackerQuery; + + public void InitializeException() + { + _exceptionQuery = GetEntityQuery(); + _trackerQuery = GetEntityQuery(); + + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnTrackerShutdown); + } + + private void OnShutdown(Entity ent, ref ComponentShutdown args) + { + foreach (var uid in ent.Comp.Hostiles) + { + if (_trackerQuery.TryGetComponent(uid, out var tracker)) + tracker.Entities.Remove(ent); + } + + foreach (var uid in ent.Comp.Ignored) + { + if (_trackerQuery.TryGetComponent(uid, out var tracker)) + tracker.Entities.Remove(ent); + } + } + + private void OnTrackerShutdown(Entity ent, ref ComponentShutdown args) + { + foreach (var uid in ent.Comp.Entities) + { + if (!_exceptionQuery.TryGetComponent(uid, out var exception)) + continue; + + exception.Ignored.Remove(ent); + exception.Hostiles.Remove(ent); + } + } + + /// + /// Returns whether the entity from an enemy faction won't be attacked + /// + public bool IsIgnored(Entity ent, EntityUid target) + { + if (!Resolve(ent, ref ent.Comp, false)) + return false; + + return ent.Comp.Ignored.Contains(target); + } + + /// + /// Returns the specific hostile entities for a given entity. + /// + public IEnumerable GetHostiles(Entity ent) + { + if (!Resolve(ent, ref ent.Comp, false)) + return Array.Empty(); + + // evil c# + return ent.Comp!.Hostiles; + } + + /// + /// Prevents an entity from an enemy faction from being attacked + /// + public void IgnoreEntity(Entity ent, Entity target) + { + ent.Comp ??= EnsureComp(ent); + ent.Comp.Ignored.Add(target); + target.Comp ??= EnsureComp(target); + target.Comp.Entities.Add(ent); + } + + /// + /// Prevents a list of entities from an enemy faction from being attacked + /// + public void IgnoreEntities(Entity ent, IEnumerable ignored) + { + ent.Comp ??= EnsureComp(ent); + foreach (var ignore in ignored) + { + IgnoreEntity(ent, ignore); + } + } + + /// + /// Makes an entity always be considered hostile. + /// + public void AggroEntity(Entity ent, Entity target) + { + ent.Comp ??= EnsureComp(ent); + ent.Comp.Hostiles.Add(target); + target.Comp ??= EnsureComp(target); + target.Comp.Entities.Add(ent); + } + + /// + /// Makes an entity no longer be considered hostile, if it was. + /// Doesn't apply to regular faction hostilities. + /// + public void DeAggroEntity(Entity ent, EntityUid target) + { + if (!Resolve(ent, ref ent.Comp, false)) + return; + + if (!ent.Comp.Hostiles.Remove(target) || !_trackerQuery.TryGetComponent(target, out var tracker)) + return; + + tracker.Entities.Remove(ent); + } + + /// + /// Makes a list of entities no longer be considered hostile, if it was. + /// Doesn't apply to regular faction hostilities. + /// + public void AggroEntities(Entity ent, IEnumerable entities) + { + ent.Comp ??= EnsureComp(ent); + foreach (var uid in entities) + { + AggroEntity(ent, uid); + } + } +} diff --git a/Content.Server/NPC/Systems/NpcFactionSystem.cs b/Content.Shared/NPC/Systems/NpcFactionSystem.cs similarity index 51% rename from Content.Server/NPC/Systems/NpcFactionSystem.cs rename to Content.Shared/NPC/Systems/NpcFactionSystem.cs index a96067c5cf3..f0bb1945eb4 100644 --- a/Content.Server/NPC/Systems/NpcFactionSystem.cs +++ b/Content.Shared/NPC/Systems/NpcFactionSystem.cs @@ -1,10 +1,10 @@ +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Prototypes; +using Robust.Shared.Prototypes; using System.Collections.Frozen; using System.Linq; -using Content.Server.NPC.Components; -using JetBrains.Annotations; -using Robust.Shared.Prototypes; -namespace Content.Server.NPC.Systems; +namespace Content.Shared.NPC.Systems; /// /// Outlines faction relationships with each other. @@ -13,7 +13,8 @@ namespace Content.Server.NPC.Systems; public sealed partial class NpcFactionSystem : EntitySystem { [Dependency] private readonly EntityLookupSystem _lookup = default!; - [Dependency] private readonly IPrototypeManager _protoManager = default!; + [Dependency] private readonly IPrototypeManager _proto = default!; + [Dependency] private readonly SharedTransformSystem _xform = default!; /// /// To avoid prototype mutability we store an intermediary data class that gets used instead. @@ -37,122 +38,126 @@ private void OnProtoReload(PrototypesReloadedEventArgs obj) RefreshFactions(); } - private void OnFactionStartup(EntityUid uid, NpcFactionMemberComponent memberComponent, ComponentStartup args) + private void OnFactionStartup(Entity ent, ref ComponentStartup args) { - RefreshFactions(memberComponent); + RefreshFactions(ent); } /// /// Refreshes the cached factions for this component. /// - private void RefreshFactions(NpcFactionMemberComponent memberComponent) + private void RefreshFactions(Entity ent) { - memberComponent.FriendlyFactions.Clear(); - memberComponent.HostileFactions.Clear(); + ent.Comp.FriendlyFactions.Clear(); + ent.Comp.HostileFactions.Clear(); - foreach (var faction in memberComponent.Factions) + foreach (var faction in ent.Comp.Factions) { - // YAML Linter already yells about this + // YAML Linter already yells about this, don't need to log an error here if (!_factions.TryGetValue(faction, out var factionData)) continue; - memberComponent.FriendlyFactions.UnionWith(factionData.Friendly); - memberComponent.HostileFactions.UnionWith(factionData.Hostile); + ent.Comp.FriendlyFactions.UnionWith(factionData.Friendly); + ent.Comp.HostileFactions.UnionWith(factionData.Hostile); } } + /// + /// Returns whether an entity is a member of a faction. + /// + public bool IsMember(Entity ent, string faction) + { + if (!Resolve(ent, ref ent.Comp, false)) + return false; + + return ent.Comp.Factions.Contains(faction); + } + /// /// Adds this entity to the particular faction. /// - public void AddFaction(EntityUid uid, string faction, bool dirty = true) + public void AddFaction(Entity ent, string faction, bool dirty = true) { - if (!_protoManager.HasIndex(faction)) + if (!_proto.HasIndex(faction)) { Log.Error($"Unable to find faction {faction}"); return; } - var comp = EnsureComp(uid); - if (!comp.Factions.Add(faction)) + ent.Comp ??= EnsureComp(ent); + if (!ent.Comp.Factions.Add(faction)) return; if (dirty) - { - RefreshFactions(comp); - } + RefreshFactions((ent, ent.Comp)); } /// /// Removes this entity from the particular faction. /// - public void RemoveFaction(EntityUid uid, string faction, bool dirty = true) + public void RemoveFaction(Entity ent, string faction, bool dirty = true) { - if (!_protoManager.HasIndex(faction)) + if (!_proto.HasIndex(faction)) { Log.Error($"Unable to find faction {faction}"); return; } - if (!TryComp(uid, out var component)) + if (!Resolve(ent, ref ent.Comp, false)) return; - if (!component.Factions.Remove(faction)) + if (!ent.Comp.Factions.Remove(faction)) return; if (dirty) - { - RefreshFactions(component); - } + RefreshFactions((ent, ent.Comp)); } /// /// Remove this entity from all factions. /// - public void ClearFactions(EntityUid uid, bool dirty = true) + public void ClearFactions(Entity ent, bool dirty = true) { - if (!TryComp(uid, out var component)) + if (!Resolve(ent, ref ent.Comp, false)) return; - component.Factions.Clear(); + ent.Comp.Factions.Clear(); if (dirty) - RefreshFactions(component); + RefreshFactions((ent, ent.Comp)); } - public IEnumerable GetNearbyHostiles(EntityUid entity, float range, NpcFactionMemberComponent? component = null) + public IEnumerable GetNearbyHostiles(Entity ent, float range) { - if (!Resolve(entity, ref component, false)) + if (!Resolve(ent, ref ent.Comp1, false)) return Array.Empty(); - var hostiles = GetNearbyFactions(entity, range, component.HostileFactions); - if (TryComp(entity, out var factionException)) - { - // ignore anything from enemy faction that we are explicitly friendly towards - return hostiles - .Union(GetHostiles(entity, factionException)) - .Where(target => !IsIgnored(entity, target, factionException)); - } - - return hostiles; + var hostiles = GetNearbyFactions(ent, range, ent.Comp1.HostileFactions) + // ignore mobs that have both hostile faction and the same faction, + // otherwise having multiple factions is strictly negative + .Where(target => !IsEntityFriendly((ent, ent.Comp1), target)); + if (!Resolve(ent, ref ent.Comp2, false)) + return hostiles; + + // ignore anything from enemy faction that we are explicitly friendly towards + var faction = (ent.Owner, ent.Comp2); + return hostiles + .Union(GetHostiles(faction)) + .Where(target => !IsIgnored(faction, target)); } - [PublicAPI] - public IEnumerable GetNearbyFriendlies(EntityUid entity, float range, NpcFactionMemberComponent? component = null) + public IEnumerable GetNearbyFriendlies(Entity ent, float range) { - if (!Resolve(entity, ref component, false)) + if (!Resolve(ent, ref ent.Comp, false)) return Array.Empty(); - return GetNearbyFactions(entity, range, component.FriendlyFactions); + return GetNearbyFactions(ent, range, ent.Comp.FriendlyFactions); } - private IEnumerable GetNearbyFactions(EntityUid entity, float range, HashSet factions) + private IEnumerable GetNearbyFactions(EntityUid entity, float range, HashSet> factions) { - var xformQuery = GetEntityQuery(); - - if (!xformQuery.TryGetComponent(entity, out var entityXform)) - yield break; - - foreach (var ent in _lookup.GetEntitiesInRange(entityXform.MapPosition, range)) + var xform = Transform(entity); + foreach (var ent in _lookup.GetEntitiesInRange(_xform.GetMapCoordinates((entity, xform)), range)) { if (ent.Owner == entity) continue; @@ -164,12 +169,15 @@ private IEnumerable GetNearbyFactions(EntityUid entity, float range, } } - public bool IsEntityFriendly(EntityUid uidA, EntityUid uidB, NpcFactionMemberComponent? factionA = null, NpcFactionMemberComponent? factionB = null) + /// + /// 1-way and purely faction based, ignores faction exception. + /// + public bool IsEntityFriendly(Entity ent, Entity other) { - if (!Resolve(uidA, ref factionA, false) || !Resolve(uidB, ref factionB, false)) + if (!Resolve(ent, ref ent.Comp, false) || !Resolve(other, ref other.Comp, false)) return false; - return factionA.Factions.Overlaps(factionB.Factions) || factionA.FriendlyFactions.Overlaps(factionB.Factions); + return ent.Comp.Factions.Overlaps(other.Comp.Factions) || ent.Comp.FriendlyFactions.Overlaps(other.Comp.Factions); } public bool IsFactionFriendly(string target, string with) @@ -177,13 +185,13 @@ public bool IsFactionFriendly(string target, string with) return _factions[target].Friendly.Contains(with) && _factions[with].Friendly.Contains(target); } - public bool IsFactionFriendly(string target, EntityUid with, NpcFactionMemberComponent? factionWith = null) + public bool IsFactionFriendly(string target, Entity with) { - if (!Resolve(with, ref factionWith, false)) + if (!Resolve(with, ref with.Comp, false)) return false; - return factionWith.Factions.All(x => IsFactionFriendly(target, x)) || - factionWith.FriendlyFactions.Contains(target); + return with.Comp.Factions.All(x => IsFactionFriendly(target, x)) || + with.Comp.FriendlyFactions.Contains(target); } public bool IsFactionHostile(string target, string with) @@ -191,13 +199,13 @@ public bool IsFactionHostile(string target, string with) return _factions[target].Hostile.Contains(with) && _factions[with].Hostile.Contains(target); } - public bool IsFactionHostile(string target, EntityUid with, NpcFactionMemberComponent? factionWith = null) + public bool IsFactionHostile(string target, Entity with) { - if (!Resolve(with, ref factionWith, false)) + if (!Resolve(with, ref with.Comp, false)) return false; - return factionWith.Factions.All(x => IsFactionHostile(target, x)) || - factionWith.HostileFactions.Contains(target); + return with.Comp.Factions.All(x => IsFactionHostile(target, x)) || + with.Comp.HostileFactions.Contains(target); } public bool IsFactionNeutral(string target, string with) @@ -227,26 +235,6 @@ public void MakeFriendly(string source, string target) RefreshFactions(); } - private void RefreshFactions() - { - - _factions = _protoManager.EnumeratePrototypes().ToFrozenDictionary( - faction => faction.ID, - faction => new FactionData - { - Friendly = faction.Friendly.ToHashSet(), - Hostile = faction.Hostile.ToHashSet() - - }); - - foreach (var comp in EntityQuery(true)) - { - comp.FriendlyFactions.Clear(); - comp.HostileFactions.Clear(); - RefreshFactions(comp); - } - } - /// /// Makes the source faction hostile to the target faction, 1-way. /// @@ -268,5 +256,23 @@ public void MakeHostile(string source, string target) sourceFaction.Hostile.Add(target); RefreshFactions(); } -} + private void RefreshFactions() + { + _factions = _proto.EnumeratePrototypes().ToFrozenDictionary( + faction => faction.ID, + faction => new FactionData + { + Friendly = faction.Friendly.ToHashSet(), + Hostile = faction.Hostile.ToHashSet() + }); + + var query = AllEntityQuery(); + while (query.MoveNext(out var uid, out var comp)) + { + comp.FriendlyFactions.Clear(); + comp.HostileFactions.Clear(); + RefreshFactions((uid, comp)); + } + } +} From 1aefd9c6a1b4a482da4814fe22cc9c9694a1e56f Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:31:36 +1100 Subject: [PATCH 017/213] Add reckless replay load button (#26212) * Add reckless replay load button * A * More descriptive button (cherry picked from commit 646f7e07a83816875157c1a445af445d2b72dfae) --- Content.Client/Entry/EntryPoint.cs | 2 + .../Replay/ContentReplayPlaybackManager.cs | 62 ++++++++++++++++++- Content.Replay/Menu/ReplayMainMenu.cs | 15 +++-- Resources/Locale/en-US/replays/replays.ftl | 3 +- 4 files changed, 72 insertions(+), 10 deletions(-) diff --git a/Content.Client/Entry/EntryPoint.cs b/Content.Client/Entry/EntryPoint.cs index 6e9d8c4021e..7dde4557cd8 100644 --- a/Content.Client/Entry/EntryPoint.cs +++ b/Content.Client/Entry/EntryPoint.cs @@ -70,6 +70,7 @@ public sealed class EntryPoint : GameClient [Dependency] private readonly IResourceManager _resourceManager = default!; [Dependency] private readonly IReplayLoadManager _replayLoad = default!; [Dependency] private readonly ILogManager _logManager = default!; + [Dependency] private readonly ContentReplayPlaybackManager _replayMan = default!; public override void Init() { @@ -191,6 +192,7 @@ private void SwitchToDefaultState(bool disconnected = false) _resourceManager, ReplayConstants.ReplayZipFolder.ToRootedPath()); + _replayMan.LastLoad = (null, ReplayConstants.ReplayZipFolder.ToRootedPath()); _replayLoad.LoadAndStartReplay(reader); } else if (_gameController.LaunchState.FromLauncher) diff --git a/Content.Client/Replay/ContentReplayPlaybackManager.cs b/Content.Client/Replay/ContentReplayPlaybackManager.cs index bc979575f58..f90731bfa75 100644 --- a/Content.Client/Replay/ContentReplayPlaybackManager.cs +++ b/Content.Client/Replay/ContentReplayPlaybackManager.cs @@ -1,8 +1,10 @@ +using System.IO.Compression; using Content.Client.Administration.Managers; using Content.Client.Launcher; using Content.Client.MainMenu; using Content.Client.Replay.Spectator; using Content.Client.Replay.UI.Loading; +using Content.Client.Stylesheets; using Content.Client.UserInterface.Systems.Chat; using Content.Shared.Chat; using Content.Shared.Effects; @@ -24,7 +26,13 @@ using Robust.Client.State; using Robust.Client.Timing; using Robust.Client.UserInterface; +using Robust.Client.UserInterface.Controls; +using Robust.Client.UserInterface.CustomControls; +using Robust.Shared; +using Robust.Shared.Configuration; +using Robust.Shared.ContentPack; using Robust.Shared.Serialization.Markdown.Mapping; +using Robust.Shared.Utility; namespace Content.Client.Replay; @@ -41,6 +49,8 @@ public sealed class ContentReplayPlaybackManager [Dependency] private readonly IClientAdminManager _adminMan = default!; [Dependency] private readonly IPlayerManager _player = default!; [Dependency] private readonly IBaseClient _client = default!; + [Dependency] private readonly IConfigurationManager _cfg = default!; + [Dependency] private readonly IResourceManager _resMan = default!; /// /// UI state to return to when stopping a replay or loading fails. @@ -50,6 +60,13 @@ public sealed class ContentReplayPlaybackManager public bool IsScreenshotMode = false; private bool _initialized; + + /// + /// Most recently loaded file, for re-attempting the load with error tolerance. + /// Required because the zip reader auto-disposes and I'm too lazy to change it so that + /// can re-open it. + /// + public (ResPath? Zip, ResPath Folder)? LastLoad; public void Initialize() { @@ -73,11 +90,50 @@ private void LoadOverride(IReplayFileReader fileReader) private void OnFinishedLoading(Exception? exception) { - if (exception != null) + if (exception == null) + { + LastLoad = null; + return; + } + + ReturnToDefaultState(); + + // Show a popup window with the error message + var text = Loc.GetString("replay-loading-failed", ("reason", exception)); + var box = new BoxContainer + { + Orientation = BoxContainer.LayoutOrientation.Vertical, + Children = {new Label {Text = text}} + }; + + var popup = new DefaultWindow { Title = "Error!" }; + popup.Contents.AddChild(box); + + // Add button for attempting to re-load the replay while ignoring some errors. + if (!_cfg.GetCVar(CVars.ReplayIgnoreErrors) && LastLoad is {} last) { - ReturnToDefaultState(); - _uiMan.Popup(Loc.GetString("replay-loading-failed", ("reason", exception))); + var button = new Button + { + Text = Loc.GetString("replay-loading-retry"), + StyleClasses = { StyleBase.ButtonCaution } + }; + + button.OnPressed += _ => + { + _cfg.SetCVar(CVars.ReplayIgnoreErrors, true); + popup.Dispose(); + + IReplayFileReader reader = last.Zip == null + ? new ReplayFileReaderResources(_resMan, last.Folder) + : new ReplayFileReaderZip(new(_resMan.UserData.OpenRead(last.Zip.Value)), last.Folder); + + _loadMan.LoadAndStartReplay(reader); + }; + + box.AddChild(button); } + + popup.OpenCentered(); } public void ReturnToDefaultState() diff --git a/Content.Replay/Menu/ReplayMainMenu.cs b/Content.Replay/Menu/ReplayMainMenu.cs index 8bd99f82fb2..85c39c59dac 100644 --- a/Content.Replay/Menu/ReplayMainMenu.cs +++ b/Content.Replay/Menu/ReplayMainMenu.cs @@ -1,6 +1,7 @@ using System.IO.Compression; using System.Linq; using Content.Client.Message; +using Content.Client.Replay; using Content.Client.UserInterface.Systems.EscapeMenu; using Robust.Client; using Robust.Client.Replays.Loading; @@ -31,6 +32,7 @@ public sealed class ReplayMainScreen : State [Dependency] private readonly IGameController _controllerProxy = default!; [Dependency] private readonly IClientRobustSerializer _serializer = default!; [Dependency] private readonly IUserInterfaceManager _userInterfaceManager = default!; + [Dependency] private readonly ContentReplayPlaybackManager _replayMan = default!; private ReplayMainMenuControl _mainMenuControl = default!; private SelectReplayWindow? _selectWindow; @@ -207,12 +209,13 @@ private void OnFolderPressed(BaseButton.ButtonEventArgs obj) private void OnLoadPressed(BaseButton.ButtonEventArgs obj) { - if (_selected.HasValue) - { - var fileReader = new ReplayFileReaderZip( - new ZipArchive(_resMan.UserData.OpenRead(_selected.Value)), ReplayZipFolder); - _loadMan.LoadAndStartReplay(fileReader); - } + if (!_selected.HasValue) + return; + + _replayMan.LastLoad = (_selected.Value, ReplayZipFolder); + var fileReader = new ReplayFileReaderZip( + new ZipArchive(_resMan.UserData.OpenRead(_selected.Value)), ReplayZipFolder); + _loadMan.LoadAndStartReplay(fileReader); } private void RefreshReplays() diff --git a/Resources/Locale/en-US/replays/replays.ftl b/Resources/Locale/en-US/replays/replays.ftl index 560285cbb1b..7a7e551b3e9 100644 --- a/Resources/Locale/en-US/replays/replays.ftl +++ b/Resources/Locale/en-US/replays/replays.ftl @@ -6,8 +6,9 @@ replay-loading-processing = Processing Files replay-loading-spawning = Spawning Entities replay-loading-initializing = Initializing Entities replay-loading-starting= Starting Entities -replay-loading-failed = Failed to load replay: +replay-loading-failed = Failed to load replay. Error: {$reason} +replay-loading-retry = Try load with more exception tolerance - MAY CAUSE BUGS! # Main Menu replay-menu-subtext = Replay Client From 338034a9e08ff6002593bc9b1c7f76e47cdfae3d Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 18 Mar 2024 09:37:49 -0400 Subject: [PATCH 018/213] Fix borg charger error (#26230) Fix borg chargers not working (cherry picked from commit 29887636e5614f4f91b968107875722293f0c8b4) --- .../Power/EntitySystems/ChargerSystem.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Content.Server/Power/EntitySystems/ChargerSystem.cs b/Content.Server/Power/EntitySystems/ChargerSystem.cs index b6b718455d8..db16dfa008e 100644 --- a/Content.Server/Power/EntitySystems/ChargerSystem.cs +++ b/Content.Server/Power/EntitySystems/ChargerSystem.cs @@ -6,7 +6,6 @@ using JetBrains.Annotations; using Robust.Shared.Containers; using System.Diagnostics.CodeAnalysis; -using System.Linq; using Content.Shared.Storage.Components; using Robust.Server.Containers; @@ -179,7 +178,7 @@ private CellChargerStatus GetStatus(EntityUid uid, ChargerComponent component) if (container.ContainedEntities.Count == 0) return CellChargerStatus.Empty; - if (!SearchForBattery(container.ContainedEntities.First(), out var heldBattery)) + if (!SearchForBattery(container.ContainedEntities[0], out _, out var heldBattery)) return CellChargerStatus.Off; if (Math.Abs(heldBattery.MaxCharge - heldBattery.CurrentCharge) < 0.01) @@ -199,27 +198,28 @@ private void TransferPower(EntityUid uid, EntityUid targetEntity, ChargerCompone if (component.Whitelist?.IsValid(targetEntity, EntityManager) == false) return; - if (!SearchForBattery(targetEntity, out var heldBattery)) + if (!SearchForBattery(targetEntity, out var batteryUid, out var heldBattery)) return; - _battery.SetCharge(targetEntity, heldBattery.CurrentCharge + component.ChargeRate * frameTime, heldBattery); + _battery.SetCharge(batteryUid.Value, heldBattery.CurrentCharge + component.ChargeRate * frameTime, heldBattery); // Just so the sprite won't be set to 99.99999% visibility if (heldBattery.MaxCharge - heldBattery.CurrentCharge < 0.01) { - _battery.SetCharge(targetEntity, heldBattery.MaxCharge, heldBattery); + _battery.SetCharge(batteryUid.Value, heldBattery.MaxCharge, heldBattery); } UpdateStatus(uid, component); } - private bool SearchForBattery(EntityUid uid, [NotNullWhen(true)] out BatteryComponent? component) + private bool SearchForBattery(EntityUid uid, [NotNullWhen(true)] out EntityUid? batteryUid, [NotNullWhen(true)] out BatteryComponent? component) { // try get a battery directly on the inserted entity if (!TryComp(uid, out component)) { // or by checking for a power cell slot on the inserted entity - return _powerCell.TryGetBatteryFromSlot(uid, out component); + return _powerCell.TryGetBatteryFromSlot(uid, out batteryUid, out component); } + batteryUid = uid; return true; } } From 2db74bd7c5e7c5a219bb835c0e091067aa5b9268 Mon Sep 17 00:00:00 2001 From: DoutorWhite <68350815+DoutorWhite@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:56:12 -0300 Subject: [PATCH 019/213] Improves Medical Hud interface and functionality (#26027) * Improvements to the medical hud interface * Adds an icon for SSD players * Indentation fix * Update sprites, changes direction and adds new status icon. * Adds decomposing icon * Code cleaning * Changes Crit Icon sprite * Simplifies the decision structure * Changes copyright line * Changes Critical Icon sprite * Makes the Critical Icon border darker * Changes sprites to /tg/ station * Updates copyright * Makes Dead Icon animation slight faster * Code cleaning * Remove some unused imports * Code cleaning and rename icon * Minor code cleaning (cherry picked from commit 8d40bc36a93d3d5c6d3ece6c662ac9747f7837ae) --- .../Overlays/ShowHealthIconsSystem.cs | 25 ++++++++++------ .../Damage/Components/DamageableComponent.cs | 16 ++++++++++- Resources/Prototypes/StatusEffects/health.yml | 27 +++++++++++++++++- .../Misc/health_icons.rsi/Critical.png | Bin 0 -> 125 bytes .../Interface/Misc/health_icons.rsi/Dead.png | Bin 0 -> 214 bytes .../Interface/Misc/health_icons.rsi/Fine.png | Bin 1120 -> 139 bytes .../Misc/health_icons.rsi/Rotting.png | Bin 0 -> 135 bytes .../Interface/Misc/health_icons.rsi/meta.json | 23 +++++++++++++-- 8 files changed, 78 insertions(+), 13 deletions(-) create mode 100644 Resources/Textures/Interface/Misc/health_icons.rsi/Critical.png create mode 100644 Resources/Textures/Interface/Misc/health_icons.rsi/Dead.png create mode 100644 Resources/Textures/Interface/Misc/health_icons.rsi/Rotting.png diff --git a/Content.Client/Overlays/ShowHealthIconsSystem.cs b/Content.Client/Overlays/ShowHealthIconsSystem.cs index 6ed9d6a41db..a546cf4d828 100644 --- a/Content.Client/Overlays/ShowHealthIconsSystem.cs +++ b/Content.Client/Overlays/ShowHealthIconsSystem.cs @@ -1,5 +1,7 @@ +using Content.Shared.Atmos.Rotting; using Content.Shared.Damage; using Content.Shared.Inventory.Events; +using Content.Shared.Mobs.Components; using Content.Shared.Overlays; using Content.Shared.StatusIcon; using Content.Shared.StatusIcon.Components; @@ -17,9 +19,6 @@ public sealed class ShowHealthIconsSystem : EquipmentHudSystem DamageContainers = new(); - [ValidatePrototypeId] - private const string HealthIconFine = "HealthIconFine"; - public override void Initialize() { base.Initialize(); @@ -45,18 +44,20 @@ protected override void DeactivateInternal() DamageContainers.Clear(); } - private void OnGetStatusIconsEvent(EntityUid uid, DamageableComponent damageableComponent, ref GetStatusIconsEvent args) + private void OnGetStatusIconsEvent(Entity entity, ref GetStatusIconsEvent args) { if (!IsActive || args.InContainer) return; - var healthIcons = DecideHealthIcons(damageableComponent); + var healthIcons = DecideHealthIcons(entity); args.StatusIcons.AddRange(healthIcons); } - private IReadOnlyList DecideHealthIcons(DamageableComponent damageableComponent) + private IReadOnlyList DecideHealthIcons(Entity entity) { + var damageableComponent = entity.Comp; + if (damageableComponent.DamageContainerID == null || !DamageContainers.Contains(damageableComponent.DamageContainerID)) { @@ -66,10 +67,16 @@ private IReadOnlyList DecideHealthIcons(DamageableComponent var result = new List(); // Here you could check health status, diseases, mind status, etc. and pick a good icon, or multiple depending on whatever. - if (damageableComponent?.DamageContainerID == "Biological" && - _prototypeMan.TryIndex(HealthIconFine, out var healthyIcon)) + if (damageableComponent?.DamageContainerID == "Biological") { - result.Add(healthyIcon); + if (TryComp(entity, out var state)) + { + // Since there is no MobState for a rotting mob, we have to deal with this case first. + if (HasComp(entity) && _prototypeMan.TryIndex(damageableComponent.RottingIcon, out var rottingIcon)) + result.Add(rottingIcon); + else if (damageableComponent.HealthIcons.TryGetValue(state.CurrentState, out var value) && _prototypeMan.TryIndex(value, out var icon)) + result.Add(icon); + } } return result; diff --git a/Content.Shared/Damage/Components/DamageableComponent.cs b/Content.Shared/Damage/Components/DamageableComponent.cs index f8ba661a665..be66d51e3bc 100644 --- a/Content.Shared/Damage/Components/DamageableComponent.cs +++ b/Content.Shared/Damage/Components/DamageableComponent.cs @@ -1,6 +1,9 @@ using Content.Shared.Damage.Prototypes; using Content.Shared.FixedPoint; +using Content.Shared.Mobs; +using Content.Shared.StatusIcon; using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; using Robust.Shared.Serialization; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List; @@ -62,7 +65,18 @@ public sealed partial class DamageableComponent : Component public FixedPoint2 TotalDamage; [DataField("radiationDamageTypes", customTypeSerializer: typeof(PrototypeIdListSerializer))] - public List RadiationDamageTypeIDs = new() {"Radiation"}; + public List RadiationDamageTypeIDs = new() { "Radiation" }; + + [DataField] + public Dictionary> HealthIcons = new() + { + { MobState.Alive, "HealthIconFine" }, + { MobState.Critical, "HealthIconCritical" }, + { MobState.Dead, "HealthIconDead" }, + }; + + [DataField] + public ProtoId RottingIcon = "HealthIconRotting"; } [Serializable, NetSerializable] diff --git a/Resources/Prototypes/StatusEffects/health.yml b/Resources/Prototypes/StatusEffects/health.yml index 0a1df020c05..12c16e57f05 100644 --- a/Resources/Prototypes/StatusEffects/health.yml +++ b/Resources/Prototypes/StatusEffects/health.yml @@ -4,4 +4,29 @@ icon: sprite: /Textures/Interface/Misc/health_icons.rsi state: Fine - locationPreference: Right \ No newline at end of file + locationPreference: Right + +- type: statusIcon + id: HealthIconCritical + priority: 1 + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Critical + locationPreference: Right + +- type: statusIcon + id: HealthIconDead + priority: 1 + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Dead + locationPreference: Right + +- type: statusIcon + id: HealthIconRotting + priority: 1 + icon: + sprite: /Textures/Interface/Misc/health_icons.rsi + state: Rotting + locationPreference: Right + diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/Critical.png b/Resources/Textures/Interface/Misc/health_icons.rsi/Critical.png new file mode 100644 index 0000000000000000000000000000000000000000..779874eaaeb3c64047fc7f01bc618725d36d2e7b GIT binary patch literal 125 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqE}kxqArezt`*({nC~z?IhaZ}G z=j7Z1HJzG&89UT`g_;<4tQ4ML#j;?>N@Iq%dv-aiswuB@JlEN=PImjkukq#1-&{|z Y1hPvq8@V+r1I=UbboFyt=akR{06Re@u>b%7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/Dead.png b/Resources/Textures/Interface/Misc/health_icons.rsi/Dead.png new file mode 100644 index 0000000000000000000000000000000000000000..beceebd05cf3cb07497ad0a16f286074c94c1a12 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^20+Zg!3HGvYuC5~skxpmjv*Gk$tej52?hoqew=S$ zjoGoGxp2d2V=0M>KlKHVnanELSb3S*fS~Q5&iNLd4~d7E*KiefK4vB>{Ma|bSQ(T LtDnm{r-UW|I{QlO literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/Fine.png b/Resources/Textures/Interface/Misc/health_icons.rsi/Fine.png index 8d07f93496e64642ba31441fa4f9881f5ca27c42..45725aa73c819040ef7f9209ce2df68bff32c47b 100644 GIT binary patch delta 111 zcmV-#0FeLS2#W!bBWM6pNklx zuRG~JIs=e2m=F=xB@K56;J6+D?sHGiXtQLc*JP4<1C|XfH_PrvFB=U0Z@#wF7|rZT Ry&?br002ovPDHLkV1fYBDqa8p delta 1100 zcmV-S1he~#0pJLbBYy*qdQ@0+Qek%>aB^>EX>4U6ba`-PAZ2)IW&i+q+O3yslIti8 zh5u_6vjj^*JeGqERLu@%`E$U;d318SZ`+|_up+}jpOCw${`YUAfAEn-BRLDvC+`=0 zTyjY=265Rxd(Vp-*GF5wf3nl@gTSQdb-(p>`e)ef{y=ckzJEU3DQt6|I48QTJSWt? zvS2X%;+#ljxAVNGG@r}vLHhizW!h}-UhiE%Fp6P56_To~3$C%RqW!Cy(Fa^v1x~C9 zW2b)D<$dhv7`_DW7`?=9$4(yeCBDS2wGvya z`|h&yh?J+fsejv6#t4opLaF01j~4JXjKgRNEnQj zX~#sZ_0(lv;t?z8lAbk?(aH5Iya0sTjH!+Ijz$l8vwu8*RS>ih=7T0M*rDQ7I2F?Gh%86G*Wvg+zqTm2f=xTZC4NT1DZ zw)rh=aZ6h+QncXs7heLESW?NAD^jVtYSq_JV@)+Ty81k~6%oWh+L z2)fE*jSqHra)0DT=KhMCd?H63-4*1hqnqTua(hFq6DCzp3cZQWYxs1U3c|4uJm zAZF&#c`-u^T_EP3M<>M$Ep&mHr#$+dn1?*3vvuf}$8@$1-9*s^#c?nG7Zk@Kims{H zy{D4^000SaNLh0L01m_e01m_fl`9S#00007bV*G` z2j>S25iSD9jze_-002`-L_t&-(}j=04S*mJ1m}n?SQ15G2|TtK5-fotu(5@FKU;{YL>opGFfn^~8v>a(U&hhEXg8khrrPvMef+**P SP(L960000|*$lNmf+{an^LB{Ts5NEt6f literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/meta.json b/Resources/Textures/Interface/Misc/health_icons.rsi/meta.json index 9bc63271451..fb584d6b7f3 100644 --- a/Resources/Textures/Interface/Misc/health_icons.rsi/meta.json +++ b/Resources/Textures/Interface/Misc/health_icons.rsi/meta.json @@ -5,10 +5,29 @@ "y": 8 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/blob/master/icons/mob/huds/hud.dmi", + "copyright": "Taken from /tg/station at commit https://github.com/tgstation/tgstation/commit/20ae083f140ac5b4da7e8bc40f95349001b6c086", "states": [ { "name": "Fine" + }, + { + "name": "Critical" + }, + { + "name": "Dead", + "delays": [ + [ + 0.125, + 0.125, + 0.125, + 0.125, + 0.125, + 0.125 + ] + ] + }, + { + "name": "Rotting" } ] -} \ No newline at end of file +} From 30ad71fe77931cde4bbcfab1b73ee90e127319e2 Mon Sep 17 00:00:00 2001 From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:57:59 +0400 Subject: [PATCH 020/213] fix decoy bomb uplink category (#26205) move (cherry picked from commit 21c527d6d09847a742202613d8aefce62c79b334) --- .../Prototypes/Catalog/uplink_catalog.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 6393833553c..9c7a3ba7df9 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -325,16 +325,6 @@ tags: - NukeOpsUplink -- type: listing - id: UplinkSyndicateBombFake - name: uplink-exploding-syndicate-bomb-fake-name - description: uplink-exploding-syndicate-bomb-fake-desc - productEntity: SyndicateBombFake - cost: - Telecrystal: 4 - categories: - - UplinkExplosives - - type: listing id: UplinkClusterGrenade name: uplink-cluster-grenade-name @@ -704,6 +694,16 @@ categories: - UplinkDeception +- type: listing + id: UplinkSyndicateBombFake + name: uplink-exploding-syndicate-bomb-fake-name + description: uplink-exploding-syndicate-bomb-fake-desc + productEntity: SyndicateBombFake + cost: + Telecrystal: 4 + categories: + - UplinkDeception + # Disruption - type: listing From 45c8c4f0b55a5b309f1407d07c34506421078447 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 18 Mar 2024 17:46:31 +0100 Subject: [PATCH 021/213] Fix barotrauma pressure protection (#26236) Oops In #26217 I re-organized the logic for the calculation. Part of that was moving the logic for GetFeltLowPressure and GetFeltHighPressure to be done before we actually check the hazard thresholds. What I didn't realize is that, with how our pressure protection is set up, these functions can return values so extreme they rebound into the other category. For example, according to the math, when you're wearing a hardsuit in a low-pressure environment you have "felt" pressure of 1000 kPa. Yeah that's not right. Now these functions clamp their result to OneAtmosphere, in the appropriate direction (101.3 kPa). Fixes #26234 (cherry picked from commit db81438d30f83a542abe6c81c2ce4a5040aa3ddb) --- Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs b/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs index 2b1d6b526b2..98a5ffa70a8 100644 --- a/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs +++ b/Content.Server/Atmos/EntitySystems/BarotraumaSystem.cs @@ -149,7 +149,8 @@ public float GetFeltLowPressure(EntityUid uid, BarotraumaComponent barotrauma, f return Atmospherics.OneAtmosphere; } - return (environmentPressure + barotrauma.LowPressureModifier) * (barotrauma.LowPressureMultiplier); + var modified = (environmentPressure + barotrauma.LowPressureModifier) * (barotrauma.LowPressureMultiplier); + return Math.Min(modified, Atmospherics.OneAtmosphere); } /// @@ -162,7 +163,8 @@ public float GetFeltHighPressure(EntityUid uid, BarotraumaComponent barotrauma, return Atmospherics.OneAtmosphere; } - return (environmentPressure + barotrauma.HighPressureModifier) * (barotrauma.HighPressureMultiplier); + var modified = (environmentPressure + barotrauma.HighPressureModifier) * (barotrauma.HighPressureMultiplier); + return Math.Max(modified, Atmospherics.OneAtmosphere); } public bool TryGetPressureProtectionValues( From c8a02d666ffec78892824404a019845ddbe48fbc Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:53:13 +1000 Subject: [PATCH 022/213] makes closets/lockers better (#24942) * hmngm * fix (cherry picked from commit e94fba5f702820588ad358a1824d67920fd399f8) --- .../Closets/Lockers/base_structurelockers.yml | 10 +++ .../Storage/Closets/Lockers/lockers.yml | 12 ++++ .../Storage/Closets/base_structureclosets.yml | 5 ++ .../Crafting/Graphs/storage/tallbox.yml | 63 ++++++++++++++++++ .../Prototypes/Recipes/Crafting/tallbox.yml | 27 ++++++++ .../Structures/Storage/closet.rsi/meta.json | 3 + .../Storage/closet.rsi/secure_icon.png | Bin 0 -> 353 bytes .../Storage/wall_locker.rsi/generic_icon.png | Bin 0 -> 321 bytes .../Storage/wall_locker.rsi/meta.json | 1 + 9 files changed, 121 insertions(+) create mode 100644 Resources/Textures/Structures/Storage/closet.rsi/secure_icon.png create mode 100644 Resources/Textures/Structures/Storage/wall_locker.rsi/generic_icon.png diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/base_structurelockers.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/base_structurelockers.yml index 7ab24f6b5ca..783bec3ba0d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/base_structurelockers.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/base_structurelockers.yml @@ -44,6 +44,11 @@ SheetSteel1: min: 1 max: 2 + - type: Construction + graph: ClosetSteel + node: done + containers: + - entity_storage - type: entity id: LockerBaseSecure @@ -61,3 +66,8 @@ behaviors: - !type:DoActsBehavior acts: ["Destruction"] + - type: Construction + graph: ClosetSteelSecure + node: done + containers: + - entity_storage diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml index ba67e16560c..b38a77b82b7 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -18,6 +18,18 @@ openSound: path: /Audio/Effects/woodenclosetopen.ogg +# Basic +- type: entity + id: LockerSteel + parent: LockerBaseSecure + name: secure closet + components: + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: secure + stateDoorOpen: secure_open + stateDoorClosed: secure_door + # Cargo - type: entity id: LockerQuarterMaster diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index 66647d168f6..0ef99b9f47e 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -171,6 +171,11 @@ SheetSteel1: min: 1 max: 1 + - type: Construction + graph: ClosetWall + node: done + containers: + - entity_storage #Wall locker - type: entity diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml index 5b0cc1f9a2e..e72c56ff44c 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/storage/tallbox.yml @@ -25,3 +25,66 @@ amount: 4 - !type:EmptyAllContainers - !type:DeleteEntity + +- type: constructionGraph + id: ClosetSteelSecure + start: start + graph: + - node: start + edges: + - to: done + steps: + - material: Steel + amount: 4 + - material: Cable + amount: 2 + doAfter: 5 + - node: done + entity: LockerSteel + edges: + - to: start + steps: + - tool: Screwing + doAfter: 5 + conditions: + - !type:StorageWelded + welded: false + - !type:Locked + locked: false + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:SpawnPrototype + prototype: CableApcStack1 + amount: 2 + - !type:EmptyAllContainers + - !type:DeleteEntity + +- type: constructionGraph + id: ClosetWall + start: start + graph: + - node: start + edges: + - to: done + steps: + - material: Steel + amount: 4 + doAfter: 5 + - node: done + entity: ClosetWall + edges: + - to: start + steps: + - tool: Screwing + doAfter: 5 + conditions: + - !type:StorageWelded + welded: false + completed: + - !type:SpawnPrototype + prototype: SheetSteel1 + amount: 4 + - !type:EmptyAllContainers + - !type:DeleteEntity diff --git a/Resources/Prototypes/Recipes/Crafting/tallbox.yml b/Resources/Prototypes/Recipes/Crafting/tallbox.yml index 09469093f77..21a7ec8225d 100644 --- a/Resources/Prototypes/Recipes/Crafting/tallbox.yml +++ b/Resources/Prototypes/Recipes/Crafting/tallbox.yml @@ -8,3 +8,30 @@ description: A tall steel box that cannot be locked. icon: { sprite: Structures/Storage/closet.rsi, state: generic_icon } objectType: Structure + +- type: construction + id: ClosetSteelSecure + name: secure closet + graph: ClosetSteelSecure + startNode: start + targetNode: done + category: construction-category-storage + description: A tall steel box that can be locked. + icon: { sprite: Structures/Storage/closet.rsi, state: secure_icon } + objectType: Structure + +- type: construction + id: ClosetWall + name: wall closet + graph: ClosetWall + startNode: start + targetNode: done + category: construction-category-storage + description: A standard-issue Nanotrasen storage unit, now on walls. + icon: { sprite: Structures/Storage/wall_locker.rsi, state: generic_icon } + objectType: Structure + placementMode: SnapgridCenter + canRotate: true + canBuildInImpassable: true + conditions: + - !type:WallmountCondition \ No newline at end of file diff --git a/Resources/Textures/Structures/Storage/closet.rsi/meta.json b/Resources/Textures/Structures/Storage/closet.rsi/meta.json index 98bbe8085a2..cf0c204447b 100644 --- a/Resources/Textures/Structures/Storage/closet.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/closet.rsi/meta.json @@ -461,6 +461,9 @@ { "name": "secure_door" }, + { + "name": "secure_icon" + }, { "name": "secure_open" }, diff --git a/Resources/Textures/Structures/Storage/closet.rsi/secure_icon.png b/Resources/Textures/Structures/Storage/closet.rsi/secure_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..03b98c64db4675cb0a0ab2deaf827806e0570227 GIT binary patch literal 353 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCik_0(?STH8eCb($fnH3i9*w8ygy|tgQ6)^fEFs8X6iB5)v{J5?aH<0|Eka z?Ct;A+H!DkI5;@u7#REq+M}T0=m<29fzML%GmsK13Gxg6j}0&|UOMmusDiV=BeEE% z{xAqL9?xHq0u*fXba4!^@V|P=ldnO6$04vFL4ZAA$N$jKoDFKMWp4J|K9z}%DGP;| zcvu%N{yq7l+R=*=-^v|sFOA~*!gTep0JCDK7ng)x!zE2uCeG#VUwG@8J}P<`#2k=V zY|43z+voF^8$t!ES2Kh&-i{PovE$1OR=57YI6J== T6Ir$ZUBuw&>gTe~DWM4f$)SGw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Storage/wall_locker.rsi/generic_icon.png b/Resources/Textures/Structures/Storage/wall_locker.rsi/generic_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..63e9dcb0fad5ebda57c939e651170d21ee2cda01 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?STt*or{_4M-d^BWr)5)%@Ni;F8OE0vX%g+)XqB_%V`(*ptm9336Q zLqcR^WPqBi1?PzZDS?t8zu^C61tRzs5v%n*=n1O-sFbFdq&tH)O6s+@faSXBW zzdGqISAznN+voV`XTSI7Do@k2WWVe3-0ddc{0|RnO-Siiqpnb;x_+>@wuf|GNmYDgTX_FI95T!oZdN&=e{-Y7F>ba(hioL0TEs6jC6 t>Kq02n9yRURE-iF){p*0HTqME7~Hk=bPF$bgaTc{;OXk;vd$@?2>=haZx#Rm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Storage/wall_locker.rsi/meta.json b/Resources/Textures/Structures/Storage/wall_locker.rsi/meta.json index 3408841645d..b6ed63c7a3e 100644 --- a/Resources/Textures/Structures/Storage/wall_locker.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/wall_locker.rsi/meta.json @@ -18,6 +18,7 @@ { "name": "fire_open" }, { "name": "generic" }, { "name": "generic_door" }, + { "name": "generic_icon" }, { "name": "generic_open" }, { "name": "gray_door" }, { "name": "green_door" }, From d01b5259e701a4483ec70e861b5716a0c62cdc08 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:21:55 +0100 Subject: [PATCH 023/213] Manual changelog update (cherry picked from commit 3b8320dbbea118c9ef44771510fcfb500475eefa) --- Resources/Changelog/Admin.yml | 82 ++-- Resources/Changelog/Changelog.yml | 634 +++++++++++++++--------------- 2 files changed, 378 insertions(+), 338 deletions(-) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index 7d755493665..b55683dab2d 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1,88 +1,118 @@ -Name: Upstream Admin +Name: Upstream Admin AdminOnly: true Order: 3 Entries: - author: DrSmugleaf changes: - - {message: 'Created the admin changelog.', type: Add} + - message: Created the admin changelog. + type: Add id: 1 time: '2023-10-08T04:26:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Added a new panic bunker UI in the F7 admin panel.', type: Add} - - {message: 'Added being able to toggle the panic bunker automatically depending on - if admins are online or not.', type: Add} + - message: Added a new panic bunker UI in the F7 admin panel. + type: Add + - message: Added being able to toggle the panic bunker automatically depending on + if admins are online or not. + type: Add id: 2 time: '2023-10-12T22:46:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Added total playtime to the F7 player list and the AHelp window title.', type: Add} + - message: Added total playtime to the F7 player list and the AHelp window title. + type: Add id: 3 time: '2023-10-14T08:55:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Added admin Erase verb, add checkbox to erase from the ban panel.', type: Add} + - message: Added admin Erase verb, add checkbox to erase from the ban panel. + type: Add id: 4 time: '2023-10-14T09:00:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Made the panic bunker UI also set the minimum account age/playtime - requirements when the two inputs lose focus, not just when pressing enter.', type: Tweak} - - {message: 'Added message tooltip to the erase verb.', type: Tweak} + - message: Made the panic bunker UI also set the minimum account age/playtime requirements + when the two inputs lose focus, not just when pressing enter. + type: Tweak + - message: Added message tooltip to the erase verb. + type: Tweak id: 5 time: '2023-10-14T09:21:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Add pop sound effect when using the erase admin verb.', type: Tweak} + - message: Add pop sound effect when using the erase admin verb. + type: Tweak id: 5 time: '2023-10-14T09:47:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Fixed not being able to sort the F7 players tab by playtime.', type: Fix} + - message: Fixed not being able to sort the F7 players tab by playtime. + type: Fix id: 6 time: '2023-10-14T23:52:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Fixed playtime being sorted incorrectly in the F7 players tab.', type: Fix} + - message: Fixed playtime being sorted incorrectly in the F7 players tab. + type: Fix id: 7 time: '2023-10-16T04:23:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Fixed whitelist commands not giving feedback with 0 arguments.', type: Fix} - - {message: 'Fixed not trimming starting and trailing whitespaces within names - in whitelist commands.', type: Fix} - - {message: 'Added a \[player\] completion type hint to whitelist add and remove - commands.', type: Tweak} + - message: Fixed whitelist commands not giving feedback with 0 arguments. + type: Fix + - message: Fixed not trimming starting and trailing whitespaces within names in + whitelist commands. + type: Fix + - message: Added a \[player\] completion type hint to whitelist add and remove commands. + type: Tweak id: 8 time: '2023-10-21T09:53:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Fixed the Erase verb not removing all chat messages from the player - in some cases.', type: Fix} + - message: Fixed the Erase verb not removing all chat messages from the player in + some cases. + type: Fix id: 9 time: '2023-10-30T01:28:00.0000000+00:00' - author: Vasilis changes: - - {message: 'AME and PA make a sound effect when they are being overloaded. Similar to being sent a fax.', type: Add} + - message: AME and PA make a sound effect when they are being overloaded. Similar + to being sent a fax. + type: Add id: 10 time: '2023-11-07T15:03:00.0000000+00:00' - author: nikthechampiongr changes: - - {message: 'The respawn verb now respawns the targeted player instead of the admin', type: Fix} + - message: The respawn verb now respawns the targeted player instead of the admin + type: Fix id: 11 time: '2023-11-22T16:39:00.0000000+00:00' - author: nikthechampiongr changes: - - {message: 'The Super Bonk smite is now available. Targets will bonk their head on every single table.', type: Add} + - message: The Super Bonk smite is now available. Targets will bonk their head on + every single table. + type: Add id: 12 time: '2023-12-12T11:54:00.0000000+00:00' - author: DrSmugleaf changes: - - {message: 'Fixed not being able to right click in AHelps and the players and objects tabs.', type: Fix} + - message: Fixed not being able to right click in AHelps and the players and objects + tabs. + type: Fix id: 13 time: '2023-12-21T06:34:00.0000000+00:00' - author: Geekyhobo changes: - - {message: 'Fixed AGhosts not being able to drop items past the default range.', type: Fix} + - message: Fixed AGhosts not being able to drop items past the default range. + type: Fix id: 14 - time: '2024-1-4T01:30:00.0000000+00:00' \ No newline at end of file + time: '2024-1-4T01:30:00.0000000+00:00' +- author: nikthechampiongr + changes: + - message: Players now leave logs when joining as observers. + type: Add + id: 15 + time: '2024-03-13T22:46:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26091 +Name: Admin +Order: 1 diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 625df5f38a5..c913a727407 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,316 +1,4 @@ Entries: -- author: IProduceWidgets - changes: - - message: Some Centcom officers now have an N1984 standard issue officer's pistol! - type: Add - id: 5645 - time: '2024-01-09T10:17:40.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23775 -- author: Emisse - changes: - - message: Barratry - type: Remove - id: 5646 - time: '2024-01-09T10:57:29.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23782 -- author: Ubaser - changes: - - message: New powersink sprite. - type: Tweak - id: 5647 - time: '2024-01-09T11:21:08.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23281 -- author: metalgearsloth - changes: - - message: Salvage magnet grids will spawn much closer to the station. - type: Tweak - - message: Increased ore spawns on asteroids significantly and fixed a bug where - some ore wasn't getting spawned. - type: Tweak - id: 5648 - time: '2024-01-09T11:44:38.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23663 -- author: Boaz1111 - changes: - - message: Added two new ammo types for the pirate cannon. Tally Ho! - type: Add - - message: Changed the musket and flintlock sprites, as well as some functionality. - type: Tweak - id: 5649 - time: '2024-01-09T12:23:11.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23408 -- author: BurninDreamer - changes: - - message: Rigged boxing gloves have been slightly buffed, now 25 stamina damage - and 1.4 attack speed as well as 6 and 4 TC for passengers and boxers in the - uplink. - type: Tweak - id: 5650 - time: '2024-01-09T18:05:17.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23811 -- author: ItsMeThom - changes: - - message: You can now draw chemical mixtures directly from puddles and spills! - type: Tweak - id: 5651 - time: '2024-01-09T18:10:34.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23804 -- author: themias - changes: - - message: Mice can eat again - type: Fix - id: 5652 - time: '2024-01-09T18:17:04.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23801 -- author: nikthechampiongr - changes: - - message: You can no longer pry powered/bolted airlocks if you started prying before - they were powered/bolted. - type: Fix - id: 5653 - time: '2024-01-09T22:05:02.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23818 -- author: themias - changes: - - message: Wheelchair users can bump open doors - type: Fix - id: 5654 - time: '2024-01-09T22:06:28.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23806 -- author: metalgearsloth - changes: - - message: Add artifact fragments to salvage magnet. - type: Add - id: 5655 - time: '2024-01-09T22:14:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23791 -- author: Kadeo64 - changes: - - message: Aspid is no longer a high-pop map. - type: Tweak - id: 5656 - time: '2024-01-10T04:11:29.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23829 -- author: Dutch-VanDerLinde - changes: - - message: Tarantulas and space spiders now have the arachnid speech bubble. - type: Tweak - id: 5657 - time: '2024-01-10T08:30:39.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23816 -- author: Bhijn and Myr - changes: - - message: Tables now have their own footstep sounds! - type: Tweak - id: 5658 - time: '2024-01-10T08:48:39.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23851 -- author: Emisse - changes: - - message: radsuits are toggleable now - type: Tweak - id: 5659 - time: '2024-01-10T09:54:29.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23854 -- author: Ubaser - changes: - - message: Moths now have insect blood. - type: Tweak - id: 5660 - time: '2024-01-10T11:42:20.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23671 -- author: quatre - changes: - - message: Examining bodies now shows how close they are to rotting. - type: Add - id: 5661 - time: '2024-01-10T12:00:22.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23530 -- author: metalgearsloth - changes: - - message: Fix planets sometimes not loading. - type: Fix - id: 5662 - time: '2024-01-10T12:28:42.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23864 -- author: snebl - changes: - - message: Fixed cargo airlock changing color while open. - type: Fix - id: 5663 - time: '2024-01-10T21:12:46.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23889 -- author: nikthechampiongr - changes: - - message: Aghosts and other powerful beings can now change light bulbs. - type: Fix - id: 5664 - time: '2024-01-10T21:39:56.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23879 -- author: Dygon - changes: - - message: Attempting to emag a borg with a closed panel won't permanently make - it unable to be emagged anymore. - type: Fix - id: 5665 - time: '2024-01-10T22:01:38.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23729 -- author: nikthechampiongr - changes: - - message: Nanotrasen has fixed a recent design defect with tranquilizer shells. - They will incapacitate people once more. - type: Fix - id: 5666 - time: '2024-01-10T23:02:37.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23886 -- author: Flareguy - changes: - - message: Light fixtures are now more visually consistent with small lights. - type: Tweak - id: 5667 - time: '2024-01-11T00:07:15.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23898 -- author: Emisse - changes: - - message: AME parts can no longer be bought from cargo - type: Tweak - id: 5668 - time: '2024-01-11T00:07:41.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23903 -- author: IProduceWidgets - changes: - - message: Uranium and AP rounds now also have identifiable projectiles - type: Add - - message: Uranium and AP magazines and boxes now look unique. - type: Add - id: 5669 - time: '2024-01-11T08:01:41.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23914 -- author: EmoGarbage404 - changes: - - message: Doors are now visible on station maps. - type: Tweak - id: 5670 - time: '2024-01-11T13:14:20.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23639 -- author: ZeroNationality - changes: - - message: Changed how puddles flow to finish flowing quicker - type: Tweak - id: 5671 - time: '2024-01-11T13:22:56.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23776 -- author: EmoGarbage404 - changes: - - message: Fixed rotting examine text appearing on revived players. - type: Fix - id: 5672 - time: '2024-01-11T23:12:32.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23949 -- author: deltanedas - changes: - - message: New specialized burn medicines Pyrazine and Insuzine can be made, for - heat and shock damage respectively. - type: Add - id: 5673 - time: '2024-01-11T23:17:23.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23941 -- author: icekot8 - changes: - - message: prescription for medsec hud - type: Add - id: 5674 - time: '2024-01-11T23:22:43.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23934 -- author: themias - changes: - - message: Headphones can be turned on - type: Tweak - id: 5675 - time: '2024-01-11T23:25:27.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23882 -- author: icekot8 - changes: - - message: A new reagent, necrosol, has been added. It can heal frozen corpses - type: Add - id: 5676 - time: '2024-01-12T07:59:22.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23850 -- author: Tayrtahn - changes: - - message: Vending machines can now be hacked to disable advertising. - type: Add - id: 5677 - time: '2024-01-12T08:03:02.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23873 -- author: KittenColony - changes: - - message: Tweaked reptilian unarmed attacks to deal the correct damage types - type: Tweak - id: 5678 - time: '2024-01-12T08:03:30.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23953 -- author: GreyMario - changes: - - message: Slicing food inside of a container now tries to add the slices to the - container. - type: Tweak - - message: All pies now have a pie tin "trash", returned upon eating the pie or - slicing it up fully. - type: Tweak - - message: Pie tins, bowls, kebab skewers, and basic glasswares may now be printed - at the Autolathe. - type: Add - id: 5679 - time: '2024-01-12T08:42:15.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23217 -- author: Bhijn and Myr - changes: - - message: Microwave recipes involving objects that have a temperature-based construction - graph recipe associated with them (for example, raw meat -> steak) will no longer - produce both the construction graph recipe and the microwave recipe. In laymen's - terms, burgers no longer come with a whole free steak. - type: Fix - - message: The microwave UI now updates in realtime when items are inserted/removed. - type: Fix - id: 5680 - time: '2024-01-12T08:42:41.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23835 -- author: Crotalus - changes: - - message: Added search bar to ghost warp UI - type: Add - id: 5681 - time: '2024-01-12T20:34:12.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23978 -- author: takemysoult - changes: - - message: the prescription of tranquilizers has been changed - type: Tweak - id: 5682 - time: '2024-01-12T20:45:09.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23979 -- author: FairlySadPanda - changes: - - message: A new piece of lobby art. - type: Add - id: 5683 - time: '2024-01-12T20:52:13.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23974 -- author: themias - changes: - - message: The mass-media console can publish again - type: Fix - id: 5684 - time: '2024-01-12T22:27:33.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23994 -- author: EmoGarbage404 - changes: - - message: Fixed being unable to eject coal for the ore processor. - type: Fix - id: 5685 - time: '2024-01-13T04:52:53.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23993 - author: degradka changes: - message: The electrical crates now drop plastic instead of steel. @@ -3803,3 +3491,325 @@ id: 6144 time: '2024-03-13T11:13:12.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26009 +- author: icekot8 + changes: + - message: Foxes are now neutral and deal 8 piercing damage + type: Tweak + id: 6145 + time: '2024-03-13T15:02:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25992 +- author: Mangohydra + changes: + - message: The lawyer now spawns with their own lawyer stamp for stamping very important + documents. + type: Add + id: 6146 + time: '2024-03-13T15:05:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26012 +- author: Errant + changes: + - message: Clothes with alternate sprites for vox once again show the alternate + sprites, instead of the defaults. + type: Fix + id: 6147 + time: '2024-03-13T15:06:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25989 +- author: Gyrandola + changes: + - message: Fireaxe and Shotgun cabinets can now be destroyed. + type: Add + id: 6148 + time: '2024-03-13T15:09:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25962 +- author: lzk228 + changes: + - message: Surgery tools can be placed in medical belt. + type: Tweak + - message: Lantern can be placed in utility belt. + type: Tweak + - message: Hand labeler can be placed in utility and botanical belt + type: Tweak + id: 6149 + time: '2024-03-13T18:55:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26085 +- author: wafehling + changes: + - message: The trading outpost now has dedicated buy-only and sell-only pallets. + No more accidentally selling orders you just bought. Cargonians rejoice! + type: Tweak + id: 6150 + time: '2024-03-13T23:26:25.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25955 +- author: maylokana + changes: + - message: Entities can no longer drink from closed containers + type: Fix + id: 6151 + time: '2024-03-14T04:10:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26103 +- author: Dutch-VanDerLinde + changes: + - message: Gunpowder can now be made by chemists with 6 parts potassium, 2 parts + sulfur and charcoal. + type: Add + - message: Pipebombs may now be crafted with a pipe, gunpowder and LV cable. + type: Add + - message: IEDs have been reworked, they are now called "fire bombs" and generate + a weak explosion that ignites nearby objects. + type: Tweak + id: 6152 + time: '2024-03-14T04:27:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25705 +- author: PJB3005 + changes: + - message: You must now wait 30 seconds before attempting to reconnect to a full + server. + type: Tweak + id: 6153 + time: '2024-03-14T08:00:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/20972 +- author: Crotalus + changes: + - message: Sort agents by success rate in end game summary + type: Tweak + id: 6154 + time: '2024-03-14T15:52:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26058 +- author: nikthechampiongr + changes: + - message: The radio jammer is now able to jam the signal of suit sensors. + type: Tweak + id: 6155 + time: '2024-03-14T15:55:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26046 +- author: deltanedas + changes: + - message: Holocarp and Magicarp plushies can now be found in maintenance. + type: Add + id: 6156 + time: '2024-03-15T02:58:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26081 +- author: TheShuEd + changes: + - message: Added random colored jumpsuits to the mixed wardrobes. Each costume is + randomly generated from parts painted in random colors, which gives a huge number + of combinations of the appearance of such costumes. + type: Add + id: 6157 + time: '2024-03-15T07:37:12.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25888 +- author: Nopey + changes: + - message: Dead players can no longer spin on a bar stool. + type: Fix + id: 6158 + time: '2024-03-15T10:03:19.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/24308 +- author: Nairodian + changes: + - message: Added a new red neck gaiter to the AutoDrobe. + type: Add + id: 6159 + time: '2024-03-15T10:11:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25891 +- author: Tayrtahn + changes: + - message: Reflected tranquilizer rounds no longer inject the character who reflected + them. + type: Fix + id: 6160 + time: '2024-03-15T13:57:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26141 +- author: lzk228 + changes: + - message: Refill light replacer from box popup now shows properly. + type: Fix + id: 6161 + time: '2024-03-15T15:23:58.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26136 +- author: FairlySadPanda + changes: + - message: Food and drink stocks in vending machines has been reduced to encourage + people to use the kitchen and bar. + type: Tweak + id: 6162 + time: '2024-03-15T23:28:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25999 +- author: Plykiya + changes: + - message: Ion storms now have a chance of happening from the start of shift. + type: Tweak + id: 6163 + time: '2024-03-16T03:47:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26165 +- author: Krunk + changes: + - message: Zombies and animals can be stripped once again. + type: Fix + - message: Dead or critical mobs can no longer be stripped instantly. + type: Fix + id: 6164 + time: '2024-03-16T03:50:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26166 +- author: metalgearsloth + changes: + - message: Fix store refunds. + type: Fix + id: 6165 + time: '2024-03-16T14:06:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26173 +- author: LordCarve + changes: + - message: Decayed anomalies no longer show as having gone supercritical in logs. + type: Fix + id: 6166 + time: '2024-03-16T17:31:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26180 +- author: Velcroboy + changes: + - message: Tweaked gas canisters to pass through cargo flaps. + type: Tweak + id: 6167 + time: '2024-03-17T00:55:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26193 +- author: metalgearsloth + changes: + - message: Fix ID cards sometimes not loading properly. + type: Fix + id: 6168 + time: '2024-03-17T01:10:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26195 +- author: 21Melkuu + changes: + - message: Add new explosion-proof backpack in aplink. + type: Add + id: 6169 + time: '2024-03-17T02:21:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26187 +- author: Ilya246 + changes: + - message: Syndicate decoy bombs may now be purchased from the uplink. + type: Add + - message: Syndicate bomb description no longer lies about their minimum detonation + time. + type: Fix + id: 6170 + time: '2024-03-17T02:31:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26034 +- author: wafehling + changes: + - message: Added 18 new bounties to cargo bounty system. + type: Add + id: 6171 + time: '2024-03-17T17:06:17.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26160 +- author: Ko4erga + changes: + - message: Added craftable high and small wooden fences, bench. New stairs. + type: Add + id: 6172 + time: '2024-03-17T21:18:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26182 +- author: potato1234_x + changes: + - message: Changed the puddle sprites so the smoothing is less jagged + type: Tweak + id: 6173 + time: '2024-03-17T23:15:45.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26171 +- author: FungiFellow + changes: + - message: Changed Monkey Reinf Price to 6TC + type: Tweak + id: 6174 + time: '2024-03-18T01:25:58.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26214 +- author: Golinth + changes: + - message: Criminal record icons now show up below job icons + type: Tweak + id: 6175 + time: '2024-03-18T01:37:00.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26203 +- author: PJB3005 + changes: + - message: Fixed pressure damage calculations to what they were always supposed + to be. This means pressure damage now starts happening at more extreme values + (20 kPa for low pressure damage instead of 50 kPa) and high pressure damage + is scaled different. It also fixed the HUD alerts so that the "warning" alerts + show up before you actually start taking damage. + type: Fix + - message: Air alarms now start complaining about low pressure much earlier, when + the pressure drops so much that you can't breathe oxygen tank. + type: Tweak + id: 6176 + time: '2024-03-18T05:16:31.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26217 +- author: HappyRoach + changes: + - message: The correct magazines now appear in the WT550 safe. + type: Fix + id: 6177 + time: '2024-03-18T06:10:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26208 +- author: vanx + changes: + - message: You can now wear most guns in the suit slot, and see them on yourself! + type: Tweak + id: 6178 + time: '2024-03-18T06:16:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26152 +- author: Dutch-VanDerLinde + changes: + - message: Romerol now properly works on the dead. + type: Tweak + id: 6179 + time: '2024-03-18T06:25:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26222 +- author: ElectroJr + changes: + - message: Added an option to try and ignore some errors if a replay fails to load, + type: Add + id: 6180 + time: '2024-03-18T07:31:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26212 +- author: Tayrtahn + changes: + - message: Cyborg recharging stations are able to charge cyborgs again. + type: Fix + id: 6181 + time: '2024-03-18T13:37:49.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26230 +- author: DoutorWhite + changes: + - message: Introduce new health status icons. + type: Add + - message: Enhance the Medical HUD to display the health status of players and mobs + using the newly added icons. + type: Tweak + id: 6182 + time: '2024-03-18T13:56:12.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26027 +- author: Plykiya + changes: + - message: Lone operatives now start with 60TC instead of 40TC. + type: Tweak + id: 6183 + time: '2024-03-18T14:15:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26130 +- author: PJB3005 + changes: + - message: Fixed hardsuits in space causing high pressure damage + type: Fix + id: 6184 + time: '2024-03-18T16:46:31.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26236 +- author: potato1234x + changes: + - message: Added crafting recipes for wall lockers and secure lockers + type: Add + - message: Fixed secure lockers and wall lockers not being deconstructible + type: Fix + id: 6185 + time: '2024-03-18T20:53:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/24942 From 53b2d209b0b2c62a74b65b9fc759cadefdf2e489 Mon Sep 17 00:00:00 2001 From: brainfood1183 <113240905+brainfood1183@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:29:48 +0000 Subject: [PATCH 024/213] Spray Paint (Review Ready) (#23003) * Spray Paint (Draft) * paint colors, paints in maints loot, cargo crate of paints. * fix * remove paint (sort of) * moved paintcleaner into own system * Moved paint to server (had to unfortunately) * doafter now breaks when moving away. * cant paint mobstatecomp * loads of fixes * fixes * fixes * nopaintshadercomp * fixes * fix * use locale for paint remove string * remove nopaintshadercomponent and use blacklist * remove enabled.true from visualizer * paint doafter event. * add verbs for paint and remove paint and icon for paint verb. * fixes * no longer replaces shader when shader exists. * replace forloop with foreach, check shader before adding and removing. * paint doafter now separate so no copy paste code * Entities in sprayed targets item slots are also now correctly sprayed. * fix * fix * fix airlock psray painter now removes painted before painting door. * spray paints now use openablecomponent. * fix * fix damn accesstypes. * fix * fix (cherry picked from commit e4d5e7f1aebfc37b1bc3453fdb39578f3897b6a1) --- Content.Client/Paint/PaintVisualizerSystem.cs | 120 +++++++ Content.Server/Paint/PaintSystem.cs | 180 +++++++++++ .../EntitySystems/SpawnItemsOnUseSystem.cs | 6 +- Content.Shared/Paint/PaintComponent.cs | 60 ++++ Content.Shared/Paint/PaintDoAfterEvent.cs | 9 + Content.Shared/Paint/PaintRemoverComponent.cs | 24 ++ .../Paint/PaintRemoverDoAfterEvent.cs | 9 + Content.Shared/Paint/PaintRemoverSystem.cs | 96 ++++++ Content.Shared/Paint/PaintedComponent.cs | 41 +++ Content.Shared/Paint/SharedPaintSystem.cs | 11 + .../SprayPainter/SharedSprayPainterSystem.cs | 3 + Resources/Locale/en-US/paint/paint.ftl | 8 + .../Prototypes/Catalog/Cargo/cargo_fun.yml | 10 + .../Prototypes/Catalog/Fills/Crates/fun.yml | 48 ++- .../Prototypes/Catalog/Fills/Lockers/misc.yml | 4 + .../Markers/Spawners/Random/crates.yml | 1 + .../Markers/Spawners/Random/maintenance.yml | 5 + .../Prototypes/Entities/Mobs/NPCs/carp.yml | 1 + .../Entities/Mobs/NPCs/revenant.yml | 3 + .../Entities/Mobs/Player/guardian.yml | 2 + .../Entities/Objects/Fun/spray_paint.yml | 292 ++++++++++++++++++ .../Objects/Materials/Sheets/glass.yml | 1 + .../Objects/Materials/Sheets/metal.yml | 1 + .../Objects/Materials/Sheets/other.yml | 3 + .../Entities/Objects/Materials/materials.yml | 1 + .../Entities/Objects/Misc/tiles.yml | 3 + .../Objects/Specific/Janitorial/soap.yml | 1 + .../Objects/Weapons/Melee/e_sword.yml | 4 + .../Structures/Decoration/bonfire.yml | 3 + .../Structures/Holographic/projections.yml | 3 + .../Entities/Structures/hydro_tray.yml | 3 + Resources/Prototypes/tags.yml | 3 + .../Textures/Interface/VerbIcons/paint.svg | 39 +++ .../Interface/VerbIcons/paint.svg.192dpi.png | Bin 0 -> 15653 bytes .../VerbIcons/paint.svg.192dpi.png.yml | 2 + .../Fun/spraycans.rsi/clown-inhand-left.png | Bin 0 -> 20773 bytes .../Fun/spraycans.rsi/clown-inhand-right.png | Bin 0 -> 20783 bytes .../Objects/Fun/spraycans.rsi/meta.json | 19 +- .../Fun/spraycans.rsi/spray-inhand-left.png | Bin 0 -> 21199 bytes .../Fun/spraycans.rsi/spray-inhand-right.png | Bin 0 -> 21213 bytes .../Objects/Fun/spraycans.rsi/spray_cap.png | Bin 246 -> 0 bytes 41 files changed, 1008 insertions(+), 11 deletions(-) create mode 100644 Content.Client/Paint/PaintVisualizerSystem.cs create mode 100644 Content.Server/Paint/PaintSystem.cs create mode 100644 Content.Shared/Paint/PaintComponent.cs create mode 100644 Content.Shared/Paint/PaintDoAfterEvent.cs create mode 100644 Content.Shared/Paint/PaintRemoverComponent.cs create mode 100644 Content.Shared/Paint/PaintRemoverDoAfterEvent.cs create mode 100644 Content.Shared/Paint/PaintRemoverSystem.cs create mode 100644 Content.Shared/Paint/PaintedComponent.cs create mode 100644 Content.Shared/Paint/SharedPaintSystem.cs create mode 100644 Resources/Locale/en-US/paint/paint.ftl create mode 100644 Resources/Prototypes/Entities/Objects/Fun/spray_paint.yml create mode 100644 Resources/Textures/Interface/VerbIcons/paint.svg create mode 100644 Resources/Textures/Interface/VerbIcons/paint.svg.192dpi.png create mode 100644 Resources/Textures/Interface/VerbIcons/paint.svg.192dpi.png.yml create mode 100644 Resources/Textures/Objects/Fun/spraycans.rsi/clown-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/spraycans.rsi/clown-inhand-right.png create mode 100644 Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-left.png create mode 100644 Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-right.png delete mode 100644 Resources/Textures/Objects/Fun/spraycans.rsi/spray_cap.png diff --git a/Content.Client/Paint/PaintVisualizerSystem.cs b/Content.Client/Paint/PaintVisualizerSystem.cs new file mode 100644 index 00000000000..6c99b2d35f0 --- /dev/null +++ b/Content.Client/Paint/PaintVisualizerSystem.cs @@ -0,0 +1,120 @@ +using System.Linq; +using Robust.Client.GameObjects; +using static Robust.Client.GameObjects.SpriteComponent; +using Content.Shared.Clothing; +using Content.Shared.Hands; +using Content.Shared.Paint; +using Robust.Client.Graphics; +using Robust.Shared.Prototypes; + +namespace Content.Client.Paint +{ + public sealed class PaintedVisualizerSystem : VisualizerSystem + { + /// + /// Visualizer for Paint which applies a shader and colors the entity. + /// + + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] private readonly IPrototypeManager _protoMan = default!; + + public ShaderInstance? Shader; // in Robust.Client.Graphics so cannot move to shared component. + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnHeldVisualsUpdated); + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnEquipmentVisualsUpdated); + } + + protected override void OnAppearanceChange(EntityUid uid, PaintedComponent component, ref AppearanceChangeEvent args) + { + // ShaderPrototype sadly in Robust.Client, cannot move to shared component. + Shader = _protoMan.Index(component.ShaderName).Instance(); + + if (args.Sprite == null) + return; + + if (!_appearance.TryGetData(uid, PaintVisuals.Painted, out bool isPainted)) + return; + + var sprite = args.Sprite; + + + foreach (var spriteLayer in sprite.AllLayers) + { + if (spriteLayer is not Layer layer) + continue; + + if (layer.Shader == null) // If shader isn't null we dont want to replace the original shader. + { + layer.Shader = Shader; + layer.Color = component.Color; + } + } + } + + private void OnHeldVisualsUpdated(EntityUid uid, PaintedComponent component, HeldVisualsUpdatedEvent args) + { + if (args.RevealedLayers.Count == 0) + return; + + if (!TryComp(args.User, out SpriteComponent? sprite)) + return; + + foreach (var revealed in args.RevealedLayers) + { + if (!sprite.LayerMapTryGet(revealed, out var layer) || sprite[layer] is not Layer notlayer) + continue; + + sprite.LayerSetShader(layer, component.ShaderName); + sprite.LayerSetColor(layer, component.Color); + } + } + + private void OnEquipmentVisualsUpdated(EntityUid uid, PaintedComponent component, EquipmentVisualsUpdatedEvent args) + { + if (args.RevealedLayers.Count == 0) + return; + + if (!TryComp(args.Equipee, out SpriteComponent? sprite)) + return; + + foreach (var revealed in args.RevealedLayers) + { + if (!sprite.LayerMapTryGet(revealed, out var layer) || sprite[layer] is not Layer notlayer) + continue; + + sprite.LayerSetShader(layer, component.ShaderName); + sprite.LayerSetColor(layer, component.Color); + } + } + + private void OnShutdown(EntityUid uid, PaintedComponent component, ref ComponentShutdown args) + { + if (!TryComp(uid, out SpriteComponent? sprite)) + return; + + component.BeforeColor = sprite.Color; + Shader = _protoMan.Index(component.ShaderName).Instance(); + + if (!Terminating(uid)) + { + foreach (var spriteLayer in sprite.AllLayers) + { + if (spriteLayer is not Layer layer) + continue; + + if (layer.Shader == Shader) // If shader isn't same as one in component we need to ignore it. + { + layer.Shader = null; + if (layer.Color == component.Color) // If color isn't the same as one in component we don't want to change it. + layer.Color = component.BeforeColor; + } + } + } + } + } +} diff --git a/Content.Server/Paint/PaintSystem.cs b/Content.Server/Paint/PaintSystem.cs new file mode 100644 index 00000000000..c6718aced68 --- /dev/null +++ b/Content.Server/Paint/PaintSystem.cs @@ -0,0 +1,180 @@ +using Content.Shared.Popups; +using Content.Shared.Paint; +using Content.Shared.Sprite; +using Content.Shared.DoAfter; +using Content.Shared.Interaction; +using Content.Server.Chemistry.Containers.EntitySystems; +using Robust.Shared.Audio.Systems; +using Content.Shared.Humanoid; +using Robust.Shared.Utility; +using Content.Shared.Verbs; +using Content.Shared.SubFloor; +using Content.Server.Nutrition.Components; +using Content.Shared.Inventory; +using Content.Server.Nutrition.EntitySystems; + +namespace Content.Server.Paint; + +/// +/// Colors target and consumes reagent on each color success. +/// +public sealed class PaintSystem : SharedPaintSystem +{ + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SolutionContainerSystem _solutionContainer = default!; + [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; + [Dependency] private readonly InventorySystem _inventory = default!; + [Dependency] private readonly OpenableSystem _openable = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnInteract); + SubscribeLocalEvent(OnPaint); + SubscribeLocalEvent>(OnPaintVerb); + } + + private void OnInteract(EntityUid uid, PaintComponent component, AfterInteractEvent args) + { + if (!args.CanReach) + return; + + if (args.Target is not { Valid: true } target) + return; + + PrepPaint(uid, component, target, args.User); + } + + private void OnPaintVerb(EntityUid uid, PaintComponent component, GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess) + return; + + var paintText = Loc.GetString("paint-verb"); + + var verb = new UtilityVerb() + { + Act = () => + { + PrepPaint(uid, component, args.Target, args.User); + }, + + Text = paintText, + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/paint.svg.192dpi.png")) + }; + args.Verbs.Add(verb); + } + private void PrepPaint(EntityUid uid, PaintComponent component, EntityUid target, EntityUid user) + { + + var doAfterEventArgs = new DoAfterArgs(EntityManager, user, component.Delay, new PaintDoAfterEvent(), uid, target: target, used: uid) + { + BreakOnTargetMove = true, + BreakOnUserMove = true, + BreakOnDamage = true, + NeedHand = true, + BreakOnHandChange = true + }; + + if (!_doAfterSystem.TryStartDoAfter(doAfterEventArgs)) + return; + } + + private void OnPaint(Entity entity, ref PaintDoAfterEvent args) + { + if (args.Target == null || args.Used == null) + return; + + if (args.Handled || args.Cancelled) + return; + + if (args.Target is not { Valid: true } target) + return; + + if (!_openable.IsOpen(entity)) + { + _popup.PopupEntity(Loc.GetString("paint-closed", ("used", args.Used)), args.User, args.User, PopupType.Medium); + return; + } + + if (HasComp(target) || HasComp(target)) + { + _popup.PopupEntity(Loc.GetString("paint-failure-painted", ("target", args.Target)), args.User, args.User, PopupType.Medium); + return; + } + + if (!entity.Comp.Blacklist?.IsValid(target, EntityManager) != true || HasComp(target) || HasComp(target)) + { + _popup.PopupEntity(Loc.GetString("paint-failure", ("target", args.Target)), args.User, args.User, PopupType.Medium); + return; + } + + + if (TryPaint(entity, target)) + { + EnsureComp(target, out PaintedComponent? paint); + EnsureComp(target); + + paint.Color = entity.Comp.Color; // set the target color to the color specified in the spray paint yml. + _audio.PlayPvs(entity.Comp.Spray, entity); + paint.Enabled = true; + + if (HasComp(target)) // Paint any clothing the target is wearing. + { + if (_inventory.TryGetSlots(target, out var slotDefinitions)) + { + foreach (var slot in slotDefinitions) + { + if (!_inventory.TryGetSlotEntity(target, slot.Name, out var slotEnt)) + continue; + + if (slotEnt == null) + return; + + if (HasComp(slotEnt.Value) || !entity.Comp.Blacklist?.IsValid(slotEnt.Value, EntityManager) != true + || HasComp(slotEnt.Value) || HasComp(slotEnt.Value)) + return; + + EnsureComp(slotEnt.Value, out PaintedComponent? slotpaint); + EnsureComp(slotEnt.Value); + slotpaint.Color = entity.Comp.Color; + _appearanceSystem.SetData(slotEnt.Value, PaintVisuals.Painted, true); + Dirty(slotEnt.Value, slotpaint); + } + } + } + + _popup.PopupEntity(Loc.GetString("paint-success", ("target", args.Target)), args.User, args.User, PopupType.Medium); + _appearanceSystem.SetData(target, PaintVisuals.Painted, true); + Dirty(target, paint); + args.Handled = true; + return; + } + + if (!TryPaint(entity, target)) + { + _popup.PopupEntity(Loc.GetString("paint-empty", ("used", args.Used)), args.User, args.User, PopupType.Medium); + return; + } + } + + private bool TryPaint(Entity reagent, EntityUid target) + { + if (HasComp(target) || HasComp(target)) + return false; + + if (_solutionContainer.TryGetSolution(reagent.Owner, reagent.Comp.Solution, out _, out var solution)) + { + var quantity = solution.RemoveReagent(reagent.Comp.Reagent, reagent.Comp.ConsumptionUnit); + if (quantity > 0)// checks quantity of solution is more than 0. + return true; + + if (quantity < 1) + return false; + } + return false; + } +} diff --git a/Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs b/Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs index c49bfdec931..0b4b13d6e4b 100644 --- a/Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs +++ b/Content.Server/Storage/EntitySystems/SpawnItemsOnUseSystem.cs @@ -80,11 +80,6 @@ private void OnUseInHand(EntityUid uid, SpawnItemsOnUseComponent component, UseI _adminLogger.Add(LogType.EntitySpawn, LogImpact.Low, $"{ToPrettyString(args.User)} used {ToPrettyString(uid)} which spawned {ToPrettyString(entityToPlaceInHands.Value)}"); } - if (component.Sound != null) - { - _audio.PlayPvs(component.Sound, uid); - } - component.Uses--; // Delete entity only if component was successfully used @@ -97,6 +92,7 @@ private void OnUseInHand(EntityUid uid, SpawnItemsOnUseComponent component, UseI if (entityToPlaceInHands != null) { _hands.PickupOrDrop(args.User, entityToPlaceInHands.Value); + _audio.PlayPvs(component.Sound, entityToPlaceInHands.Value); } } } diff --git a/Content.Shared/Paint/PaintComponent.cs b/Content.Shared/Paint/PaintComponent.cs new file mode 100644 index 00000000000..ad09f4ca730 --- /dev/null +++ b/Content.Shared/Paint/PaintComponent.cs @@ -0,0 +1,60 @@ +using Content.Shared.Chemistry.Reagent; +using Content.Shared.FixedPoint; +using Robust.Shared.Audio; +using Content.Shared.Whitelist; +using Robust.Shared.Prototypes; +using Robust.Shared.GameStates; + +namespace Content.Shared.Paint; + +/// +/// Entity when used on another entity will paint target entity. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +[Access(typeof(SharedPaintSystem))] +public sealed partial class PaintComponent : Component +{ + /// + /// Noise made when paint applied. + /// + [DataField] + public SoundSpecifier Spray = new SoundPathSpecifier("/Audio/Effects/spray2.ogg"); + + /// + /// Solution on the entity that contains the paint. + /// + [DataField] + public string Solution = "drink"; + + /// + /// How long the doafter will take. + /// + [DataField] + public int Delay = 2; + + /// + /// Reagent that will be used as paint. + /// + [DataField, AutoNetworkedField] + public ProtoId Reagent = "SpaceGlue"; + + /// + /// Color that the painting entity will instruct the painted entity to be. + /// + [DataField, AutoNetworkedField] + public Color Color = Color.FromHex("#c62121"); + + [DataField, ViewVariables(VVAccess.ReadWrite)] + public EntityWhitelist? Blacklist; + /// + /// Reagent consumption per use. + /// + [DataField] + public FixedPoint2 ConsumptionUnit = FixedPoint2.New(5); + + /// + /// Duration per unit + /// + [DataField] + public TimeSpan DurationPerUnit = TimeSpan.FromSeconds(6); +} diff --git a/Content.Shared/Paint/PaintDoAfterEvent.cs b/Content.Shared/Paint/PaintDoAfterEvent.cs new file mode 100644 index 00000000000..0851f1541b4 --- /dev/null +++ b/Content.Shared/Paint/PaintDoAfterEvent.cs @@ -0,0 +1,9 @@ +using Content.Shared.DoAfter; +using Robust.Shared.Serialization; + +namespace Content.Shared.Paint; + +[Serializable, NetSerializable] +public sealed partial class PaintDoAfterEvent : SimpleDoAfterEvent +{ +} diff --git a/Content.Shared/Paint/PaintRemoverComponent.cs b/Content.Shared/Paint/PaintRemoverComponent.cs new file mode 100644 index 00000000000..54d0ed7a71b --- /dev/null +++ b/Content.Shared/Paint/PaintRemoverComponent.cs @@ -0,0 +1,24 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Audio; + +namespace Content.Shared.Paint; + +/// +/// Removes paint from an entity that was painted with spray paint. +/// +[RegisterComponent, NetworkedComponent] +[Access(typeof(PaintRemoverSystem))] +public sealed partial class PaintRemoverComponent : Component +{ + /// + /// Sound when target is cleaned. + /// + [DataField] + public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Effects/Fluids/watersplash.ogg"); + + /// + /// DoAfter wait time. + /// + [DataField] + public float CleanDelay = 2f; +} diff --git a/Content.Shared/Paint/PaintRemoverDoAfterEvent.cs b/Content.Shared/Paint/PaintRemoverDoAfterEvent.cs new file mode 100644 index 00000000000..940b1aa513c --- /dev/null +++ b/Content.Shared/Paint/PaintRemoverDoAfterEvent.cs @@ -0,0 +1,9 @@ +using Content.Shared.DoAfter; +using Robust.Shared.Serialization; + +namespace Content.Shared.Paint; + +[Serializable, NetSerializable] +public sealed partial class PaintRemoverDoAfterEvent : SimpleDoAfterEvent +{ +} diff --git a/Content.Shared/Paint/PaintRemoverSystem.cs b/Content.Shared/Paint/PaintRemoverSystem.cs new file mode 100644 index 00000000000..ac1cc624cfe --- /dev/null +++ b/Content.Shared/Paint/PaintRemoverSystem.cs @@ -0,0 +1,96 @@ +using Content.Shared.Popups; +using Content.Shared.Interaction; +using Content.Shared.DoAfter; +using Content.Shared.Verbs; +using Content.Shared.Sprite; +using Robust.Shared.Audio.Systems; +using Robust.Shared.Timing; + +namespace Content.Shared.Paint; + +/// +/// Removes paint from an entity. +/// +public sealed class PaintRemoverSystem : SharedPaintSystem +{ + [Dependency] private readonly SharedPopupSystem _popup = default!; + [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnInteract); + SubscribeLocalEvent(OnDoAfter); + SubscribeLocalEvent>(OnPaintRemoveVerb); + } + + // When entity is painted, remove paint from that entity. + private void OnInteract(EntityUid uid, PaintRemoverComponent component, AfterInteractEvent args) + { + if (args.Handled) + return; + + if (!args.CanReach || args.Target is not { Valid: true } target || !HasComp(target)) + return; + + _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.CleanDelay, new PaintRemoverDoAfterEvent(), uid, args.Target, uid) + { + BreakOnUserMove = true, + BreakOnDamage = true, + BreakOnTargetMove = true, + MovementThreshold = 1.0f, + }); + args.Handled = true; + } + + private void OnDoAfter(EntityUid uid, PaintRemoverComponent component, DoAfterEvent args) + { + if (args.Cancelled || args.Handled || args.Args.Target == null) + return; + + if (args.Target is not { Valid: true } target) + return; + + if (!TryComp(target, out PaintedComponent? paint)) + return; + + paint.Enabled = false; + _audio.PlayPredicted(component.Sound, target, args.User); + _popup.PopupClient(Loc.GetString("paint-removed", ("target", target)), args.User, args.User, PopupType.Medium); + _appearanceSystem.SetData(target, PaintVisuals.Painted, false); + RemComp(target); + Dirty(target, paint); + + args.Handled = true; + } + + private void OnPaintRemoveVerb(EntityUid uid, PaintRemoverComponent component, GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess) + return; + + var paintremovalText = Loc.GetString("paint-remove-verb"); + + var verb = new UtilityVerb() + { + Act = () => { + + _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.CleanDelay, new PaintRemoverDoAfterEvent(), uid, args.Target, uid) + { + BreakOnUserMove = true, + BreakOnDamage = true, + BreakOnTargetMove = true, + MovementThreshold = 1.0f, + }); + }, + + Text = paintremovalText + }; + + args.Verbs.Add(verb); + } +} diff --git a/Content.Shared/Paint/PaintedComponent.cs b/Content.Shared/Paint/PaintedComponent.cs new file mode 100644 index 00000000000..a6ee7377e11 --- /dev/null +++ b/Content.Shared/Paint/PaintedComponent.cs @@ -0,0 +1,41 @@ +using Robust.Shared.GameStates; +using Robust.Shared.Serialization; + +namespace Content.Shared.Paint; + +/// +/// Component applied to target entity when painted. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class PaintedComponent : Component +{ + /// + /// Color of the paint. + /// + [DataField, AutoNetworkedField] + public Color Color = Color.FromHex("#2cdbd5"); + + /// + /// Used to remove the color when component removed. + /// + [DataField, AutoNetworkedField] + public Color BeforeColor; + + /// + /// If paint is enabled. + /// + [DataField, AutoNetworkedField] + public bool Enabled; + + /// + /// Name of the shader. + /// + [DataField, AutoNetworkedField] + public string ShaderName = "Greyscale"; +} + +[Serializable, NetSerializable] +public enum PaintVisuals : byte +{ + Painted, +} diff --git a/Content.Shared/Paint/SharedPaintSystem.cs b/Content.Shared/Paint/SharedPaintSystem.cs new file mode 100644 index 00000000000..10185817b86 --- /dev/null +++ b/Content.Shared/Paint/SharedPaintSystem.cs @@ -0,0 +1,11 @@ +namespace Content.Shared.Paint; + +/// +/// Colors target and consumes reagent on each color success. +/// +public abstract class SharedPaintSystem : EntitySystem +{ + public virtual void UpdateAppearance(EntityUid uid, PaintedComponent? component = null) + { + } +} diff --git a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs index 529e321f8da..fa04a50f8b0 100644 --- a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs +++ b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs @@ -4,6 +4,7 @@ using Content.Shared.Doors.Components; using Content.Shared.Interaction; using Content.Shared.Popups; +using Content.Shared.Paint; using Content.Shared.SprayPainter.Components; using Content.Shared.SprayPainter.Prototypes; using Robust.Shared.Audio.Systems; @@ -129,6 +130,8 @@ private void OnAirlockInteract(Entity ent, ref Intera return; } + RemComp(ent); + var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, painter.AirlockSprayTime, new SprayPainterDoorDoAfterEvent(sprite, style.Department), args.Used, target: ent, used: args.Used) { BreakOnTargetMove = true, diff --git a/Resources/Locale/en-US/paint/paint.ftl b/Resources/Locale/en-US/paint/paint.ftl new file mode 100644 index 00000000000..200b1f6e3f3 --- /dev/null +++ b/Resources/Locale/en-US/paint/paint.ftl @@ -0,0 +1,8 @@ +paint-success = {THE($target)} has been covered in paint! +paint-failure = Can't cover {THE($target)} in paint! +paint-failure-painted = {THE($target)} is already covered in paint! +paint-empty = {THE($used)} is empty! +paint-removed = You clean off the paint! +paint-closed = You must open {THE($used)} first! +paint-verb = Paint +paint-remove-verb = Remove Paint diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 01ea13d5c87..a224a650351 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -68,6 +68,16 @@ category: cargoproduct-category-name-fun group: market +- type: cargoProduct + id: FunSprayPaints + icon: + sprite: Objects/Fun/spraycans.rsi + state: death2_cap + product: CrateFunSprayPaints + cost: 2000 + category: Fun + group: market + - type: cargoProduct id: FunParty icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index 1db0c3121ed..cc5e3b1d174 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -292,14 +292,21 @@ contents: - id: SnapPopBox - id: CrazyGlue - amount: 2 - id: PlasticBanana + - id: FunnyPaint + orGroup: Paint + prob: 0.5 + - id: FunnyPaintYellow + orGroup: Paint + prob: 0.5 - id: WhoopieCushion - id: ToyHammer - id: MrChips - orGroup: GiftPool + prob: 0.5 + orGroup: Dummy - id: MrDips - orGroup: Giftpool + prob: 0.5 + orGroup: Dummy - id: RevolverCapGun - id: BalloonNT - id: ClothingShoesClownLarge @@ -332,6 +339,41 @@ amount: 15 prob: 0.05 +- type: entity + id: CrateFunSprayPaints + name: spray paint crate + description: a crate filled with spray paint. + parent: CratePlastic + suffix: Spray Paint + components: + - type: StorageFill + contents: + - id: SprayPaintBlue + amount: 2 + prob: 0.33 + - id: SprayPaintRed + amount: 2 + prob: 0.33 + - id: SprayPaintOrange + amount: 2 + prob: 0.33 + - id: SprayPaintBlack + amount: 2 + prob: 0.33 + - id: SprayPaintGreen + amount: 2 + prob: 0.33 + - id: SprayPaintPurple + amount: 2 + prob: 0.33 + - id: SprayPaintWhite + amount: 2 + prob: 0.33 + - id: DeathPaint + amount: 2 + - id: DeathPaintTwo + amount: 2 + - type: entity name: dartboard box set description: A box with everything you need for a fun game of darts. diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 45a6bf4125f..2fdce6a8f07 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -145,6 +145,10 @@ prob: 0.25 - id: StrangePill prob: 0.20 + - id: DeathPaint + prob: 0.05 + - id: DeathPaintTwo + prob: 0.05 - id: DrinkMopwataBottleRandom prob: 0.20 - id: ModularReceiver diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml index ae7e5bcf762..883182aae8d 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/crates.yml @@ -44,6 +44,7 @@ - CrateMaterialPlastic - CrateMaterialWood - CrateMaterialPlasteel + - CrateFunSprayPaints - CrateFunArtSupplies - CrateEngineeringCableLV - CrateEngineeringCableMV diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 879c1689291..10fb034d0d5 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -174,7 +174,12 @@ - MaterialCloth10 - MaterialWoodPlank10 - ResearchDisk + - DeathPaint - Plunger + - SprayPaintBlue + - SprayPaintRed + - SprayPaintGreen + - SprayPaintOrange - TechnologyDisk - PowerCellMedium - PowerCellSmall diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 73082674736..3e6c603626b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -70,6 +70,7 @@ tags: - Carp - DoorBumpOpener + - NoPaint - type: ReplacementAccent accent: genericAggressive - type: Speech diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml index 28355bb459e..ec1ed3a58f6 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml @@ -97,3 +97,6 @@ - RevenantTheme - type: Speech speechVerb: Ghost + - type: Tag + tags: + - NoPaint diff --git a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml index d892b31fac3..c37826666ac 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml @@ -104,6 +104,7 @@ - type: Tag tags: - CannotSuicide + - NoPaint # From the uplink injector - type: entity @@ -212,6 +213,7 @@ tags: - CannotSuicide - FootstepSound + - NoPaint - type: Inventory templateId: holoclown - type: Hands diff --git a/Resources/Prototypes/Entities/Objects/Fun/spray_paint.yml b/Resources/Prototypes/Entities/Objects/Fun/spray_paint.yml new file mode 100644 index 00000000000..1b417f6cde0 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Fun/spray_paint.yml @@ -0,0 +1,292 @@ +# Base Paints +- type: entity + parent: BaseItem + id: PaintBase + name: spray paint + description: A tin of spray paint. + noSpawn: true + components: + - type: Appearance + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + state: clown_cap + layers: + - state: clown_cap + map: ["enum.OpenableVisuals.Layer"] + - type: Paint + consumptionUnit: 10 + blacklist: + tags: + - NoPaint + - type: Item + sprite: Objects/Fun/spraycans.rsi + heldPrefix: spray + - type: SolutionContainerManager + solutions: + drink: + maxVol: 50 + reagents: + - ReagentId: SpaceGlue + Quantity: 50 + - type: TrashOnSolutionEmpty + solution: drink + - type: Sealable + - type: Openable + sound: + path: /Audio/Effects/pop_high.ogg + closeable: true + closeSound: + path: /Audio/Effects/pop_high.ogg + +# Paints + +# funnypaint +- type: entity + parent: PaintBase + id: FunnyPaint + name: funny paint + description: A tin of funny paint, manufactured by Honk! Co. + components: + - type: Paint + color: "#fa74df" + - type: Item + sprite: Objects/Fun/spraycans.rsi + heldPrefix: clown + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "clown"} + False: {state: "clown_cap"} + +- type: entity + parent: PaintBase + id: FunnyPaintYellow + name: funny paint + description: A tin of funny paint, manufactured by Honk! Co. + components: + - type: Paint + color: "#d5e028" + - type: Item + sprite: Objects/Fun/spraycans.rsi + heldPrefix: clown + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + state: clown2_cap + layers: + - state: clown2_cap + map: ["enum.OpenableVisuals.Layer"] + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "clown2"} + False: {state: "clown2_cap"} + +#death paint +- type: entity + parent: PaintBase + id: DeathPaint + components: + - type: Paint + color: "#ff20c8" + - type: Item + sprite: Objects/Fun/spraycans.rsi + heldPrefix: spray + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + state: death_cap + layers: + - state: death_cap + map: ["enum.OpenableVisuals.Layer"] + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "death"} + False: {state: "death_cap"} + +- type: entity + parent: PaintBase + id: DeathPaintTwo + components: + - type: Paint + color: "#ff2020" + - type: Item + sprite: Objects/Fun/spraycans.rsi + heldPrefix: spray + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + state: death2_cap + layers: + - state: death2_cap + map: ["enum.OpenableVisuals.Layer"] + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "death2"} + False: {state: "death2_cap"} + +#Sprays + +#Blue +- type: entity + parent: PaintBase + id: SprayPaintBlue + suffix: Blue + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#5890f7" + - type: Paint + color: "#5890f7" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#5890f7"} + False: {state: "spray_cap_colors" , color: "#5890f7"} + +#Red +- type: entity + parent: PaintBase + id: SprayPaintRed + suffix: Red + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#ff3b3b" + - type: Paint + color: "#ff3b3b" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#ff3b3b"} + False: {state: "spray_cap_colors" , color: "#ff3b3b"} + +#Green +- type: entity + parent: PaintBase + id: SprayPaintGreen + suffix: Green + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#73f170" + - type: Paint + color: "#73f170" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#73f170"} + False: {state: "spray_cap_colors" , color: "#73f170"} + +#Black +- type: entity + parent: PaintBase + id: SprayPaintBlack + suffix: Black + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#3a3a3a" + - type: Paint + color: "#3a3a3a" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#3a3a3a"} + False: {state: "spray_cap_colors" , color: "#3a3a3a"} + +#Orange +- type: entity + parent: PaintBase + id: SprayPaintOrange + suffix: Orange + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#f6a44b" + - type: Paint + color: "#f6a44b" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#f6a44b"} + False: {state: "spray_cap_colors" , color: "#f6a44b"} + +#Purple +- type: entity + parent: PaintBase + id: SprayPaintPurple + suffix: Purple + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#c063f5" + - type: Paint + color: "#c063f5" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#c063f5"} + False: {state: "spray_cap_colors" , color: "#c063f5"} + +#White +- type: entity + parent: PaintBase + id: SprayPaintWhite + suffix: White + components: + - type: Sprite + sprite: Objects/Fun/spraycans.rsi + layers: + - state: spray + map: ["Base"] + - state: spray_cap_colors + map: ["enum.OpenableVisuals.Layer"] + color: "#f2f2f2" + - type: Paint + color: "#f2f2f2" + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "spray_colors" , color: "#f2f2f2"} + False: {state: "spray_cap_colors" , color: "#f2f2f2"} diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml index 59d8ed19220..2e0eec7a658 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml @@ -15,6 +15,7 @@ - type: Tag tags: - Sheet + - NoPaint - type: Material - type: Damageable damageContainer: Inorganic diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml index 82b9f62837a..3a887848bf5 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml @@ -15,6 +15,7 @@ tags: - Sheet - Metal + - NoPaint - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index dfb51336289..9dc87a9117d 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -12,6 +12,7 @@ - type: Tag tags: - Sheet + - NoPaint - type: Damageable damageContainer: Inorganic - type: Destructible @@ -110,6 +111,7 @@ - type: Tag tags: - Sheet + - NoPaint - type: entity parent: SheetPlasma @@ -132,6 +134,7 @@ tags: - Plastic - Sheet + - NoPaint - type: Material - type: PhysicalComposition materialComposition: diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index d11df5d94e8..2bfd409c300 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -12,6 +12,7 @@ - type: Tag tags: - RawMaterial + - NoPaint - type: Damageable damageContainer: Inorganic - type: Destructible diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 8e29c3c27e6..5b57d930b03 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -15,6 +15,9 @@ Blunt: 5 - type: Stack count: 1 + - type: Tag + tags: + - NoPaint - type: Damageable damageContainer: Inorganic - type: Destructible diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 5678de6bafc..56786057d57 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -62,6 +62,7 @@ solution: soap - type: DeleteOnSolutionEmpty solution: soap + - type: PaintRemover - type: FlavorProfile flavors: - clean diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index bc376df5eab..ccbbcc2de84 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -78,6 +78,9 @@ malus: 0 - type: Reflect enabled: false + - type: Tag + tags: + - NoPaint - type: IgnitionSource temperature: 700 @@ -156,6 +159,7 @@ - type: Tag tags: - Write + - NoPaint - type: DisarmMalus malus: 0 diff --git a/Resources/Prototypes/Entities/Structures/Decoration/bonfire.yml b/Resources/Prototypes/Entities/Structures/Decoration/bonfire.yml index 7777153bbac..f82fe8b51bb 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/bonfire.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/bonfire.yml @@ -31,6 +31,9 @@ sound: path: /Audio/Ambience/Objects/fireplace.ogg - type: AlwaysHot + - type: Tag + tags: + - NoPaint - type: entity id: LegionnaireBonfire diff --git a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml index d2a5853fcb0..b8717cf6cc9 100644 --- a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml +++ b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml @@ -25,6 +25,9 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] + - type: Tag + tags: + - NoPaint - type: entity id: HoloFan diff --git a/Resources/Prototypes/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/Entities/Structures/hydro_tray.yml index 1ab1fd5b2fd..43b8bd197a5 100644 --- a/Resources/Prototypes/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/Entities/Structures/hydro_tray.yml @@ -92,6 +92,9 @@ - type: GuideHelp guides: - Botany + - type: Tag + tags: + - NoPaint - type: entity parent: hydroponicsTray diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 59239efd9a1..ab154c6b8f5 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -908,6 +908,9 @@ - type: Tag id: NoBlockAnchoring +- type: Tag + id: NoPaint + - type: Tag id: NozzleBackTank diff --git a/Resources/Textures/Interface/VerbIcons/paint.svg b/Resources/Textures/Interface/VerbIcons/paint.svg new file mode 100644 index 00000000000..78a56e3570a --- /dev/null +++ b/Resources/Textures/Interface/VerbIcons/paint.svg @@ -0,0 +1,39 @@ + + + + + + diff --git a/Resources/Textures/Interface/VerbIcons/paint.svg.192dpi.png b/Resources/Textures/Interface/VerbIcons/paint.svg.192dpi.png new file mode 100644 index 0000000000000000000000000000000000000000..b7bd88245f2ab069dbf5a39850a866af0c5dc174 GIT binary patch literal 15653 zcmeI3Ym6J!6@c$%At6fwD^Z{%uuL393Tejkve)auHrd!ob^#~b&7$l^6=XbfZ4a?$ zoSE^icLQO0mqGyXgEvtlDvC%zAkn5$c`8a@KR`fGMTH1e8(?XniJ&}$1l*bN^RD+2 zK_vcM%O3mObI&>Ve&?R!`7^f-ZQQW9Ye^RXVDaEUY8ZX5aX+WcN7pCx9q*v8g{6Tp z8-NRLbw3?<9X$>KxOkO5GU|+`FPBxb7*sSf1A~=f3C#u|c1fkAsN12#WMED=;(`DD z@x=h6Yw^IAaGFn-k}$6iOj&UA)W#8YYP%ZM0+%GZVig%VC_+bJD#e0f%awS*^DCp@ z?l2c%yeZE1c%a`6$c(0kn51bzCLHW#RlYaEM4~|<9EpS?s~M3O!W=Jg63>c~9OC7W z$W&i}L>KxMv$U){oLXNEhopEQ?>Hry<0d91f)i5Ev~rvfjYc_Mg|JMlok4OD+s_f;&_0~vOe9iqrploBTdd9Iz2rq*pr zWvk#VO;b5ofJJCHHnJ1i+LiLAW7>Ihj*xZroPkkJhV@+DvFq{MuG#YDv|R%7kWQ1W zi^aBugabg z<-_PbBJ|3l^fO+NdA`YmKMiw`HZ?svS#uC#dC_&i^Kv*OhoW13^QK9-IjTHOag^_J z&^)clg{I0`(<&-XLN6*g$d!y-jB5hvH6m++G<$_}5;(-dQ z!K_j)IDtem$umRcOhH$flvz}CgGoV6R~4^5tLI5|^Q4bMRC+}d9SOJEOP-D9nQ&9k zGQAYXIJcw=dg~he(blDTdz-b5SiQ{Tq**X6L>nfg7}svNiAcTl%>G|h4MqM=|}ffstSqQ-{9s>Eth6fBd;s;r=9#7L-5vzZbuw8|-Se054j$BE zT+3)#&A8*Rs9&9t~OehxY&!OXSB8|`Y+G>Wo zZ(n&QB@4DP{=;%`VkPxGa?qwn|9Ba2S^Lq|JnFKj3vsoBTN^mBr1`0At*Ba+&aS|i z`?oBk>P3gi>)Ht+#?2aQME2*8x>Z;xdsQYxMIOC4!M#>(oAtQu*mu}A>v7wL=@o|V zB*bbsY`DqFy?gNg3pS%$WtivVor!L$??281k9Tx33&mg2&IkVT4%%m>p_To@3tNO6(*U|Na`140%lE;1iXOL1X9 z$Rfo>=7VV|E({1+q`1g@FfGM}0U?VN7nu*HrMNI4WRc<`^TD(f7Y2kZQe0#{n3m$g zfRIIsi_8bpQd}4ivPf}}`CwX#3j;zHDK0V}OiOWLK*%D+MdpKPDJ~2MS){ngd@wD= zg#jUp6c?Efrlq(rAY_r^BJ;tt6c+}BEK*!#KA4u`!hn!PBCf8+1F+CQPrXi{$6Mb! zmwOC78q25y!)XAfRsb-4BLH81gT7|~DDwb(xD5dLegMuj@44#GdH_1ggQ@`d;nH-J03Zr|Ct&;EP&wwn%Znb)2De;!;OJaeCP>1qFb`z&qb zg)8@-^X`%LZ){q!ck-1BpXgZqbmESl&P`|DK7V@ADIfoI-Z{G~r|l^uJHXQD`dFJrr zYaZS8?4R>VcFlroKUneXvSrhEzG~gOYt5<*A7mc6YOA>XZxXv~Xw}p^pRE1e-k*Ri zrS~5^-uH*Y_pQ)xy78qiuK-iITc3L1-+S`XlSgL0{?D<$Ja+2N$%Dtaf!HnY9TInZ z)bZ|<2bV7FeDvz;xy2v6_Sfs5(R#+um`?6F@bIGFb{so;PtTRY>VL&{pML1-rJp4h p2EWO5KELuJFpt6C3+_AuIgtw=ow{Om$WDZhO1a zb2ELndlv}NAi?0LfS8CM6uby02@z2t!6<475|9%`OpFHo5=^2ZA<_8dd_CPW)jK`UfrR*3;3-k>tqICz>+em=Y=u^wicy2c#`)`lhXpkVkb= z3-oH#o~i%+i67T%k(#OB?kwS@&b(fW4xZ}j!>4Xpk*AJIU)67F?VH|ef`JX4h}zc1 zdb`)$nyL5gHldwfZq#dik>u!1eKzf|c4X;LZ9eYmnlt4hiCwSe`BTL4JlngmMlo?3 zm^Bzilr?SKv}rB>s<-w*Yr3n#=JLXUygT@7roNUWoo1u4xw$#D$)@7&YJ>Q`-@vp% zDFO-9JK0Xe7Hapd&5R7}Ea;x>Mx7*z+qKlL2;$?(Oue3VH2lh+YojylsNKui0ma6a z=rqU_Zj4h>a;Vce-d*nxP05B{*BiQ>^gxe{)$6RqN!(kDcjMt zV`FUBy=4ChK#(IHtJzyQ+0l(<-HVTRrQUx69_89`Pv1+Hwed~~Qy@OpP!ff^*h%l~ z3PEp0yQrmiGPVAk%3M7S(3MR3Z@U6_gEJzL~Wph4WkGn7;-D1;? zahJzxEyVJ8x+-SdQun|Gy@G4NLH%_EWs=0`Zm98oLx&Yj1By?Q6xt0IUYu4|3C*5EOU{o`o_$bS8D9B(~#lSHcd=av*}b zHUjS|&0L>prY8iVm=pn15^)jAY}CS*0&#~?N{PhqFq4{gsV|5Qfwjt)%wElFC173n zo{xN@`wJabV*r1`Dr5nrj_Z45!cl988r&6qAi3$i0-}8>Yz0%=w;i0%kUd(BTIfJY zm?6M=V0w>Yh*q|uf`{o0*=r!0Q4-j|I&|_GB7{egaI`JB;vpfEZUs8juH)MRF;C<{ z6?OrPd@g(k0xs7=O*lhBN+{znLu?m-_k*gyA@B*Yb{Lb?3nn)0P}ry-Ji!3-h5qJ8 zy&6Golx>auCWIcrh3g{bxFNCw8#YAD8RA4~0lOu)`Gq$DNS>w?Y_^VT3(0+rT;>Ic zxi)OEQaDJ#ULtKGWT?Xnavc~80vt#c5+p+HBjwm3Y}Elc$qm35w>2kDX=9;7ly74f z(SQr&2-uZi_vFZ>u2fiZ>G^(nV}e5tC<$^w4ThJ_QO_nQWSE8$Q@{!N(zqlgyShF3 zDP~sZOP$g@bZM!%*zP3)GONXfR!S-Y>^$(L!y))PfdoDt_z*S~jUX%Gfu^pKX_(%j zZqldR^q_YzJwAnEl3{qf5cU>Nq?21iM*-{yI8bT&VpbtSaW9iW}bES3$3P*Y4O>TY1yG+iEq1VhBefj&IF>J?ktC3hx+b) zY_93{`O22eR9|X$BfU6GHbqy@u0m>GrlQKMZdV&MKYo?$i6eUA#KpORN#E6i`-nOa zbv)O`h)d-l7ec&ay8-c(H*j;oi=&U2K1=~HRF4c{l2(uDv4{<2U*YcV%G)`XC}_*z zH)E4)qP?nBt1%eP;KJyL-pU^19)~I}q$r@ijXVq+JXa7FIqW_j3qt9Ku>E9UCh!VPP5=~@EJSb&0vSqZLk(;b4?!{Ja^LZB zh~aFcT9m`YAUhyik1iq!xoD>`PjUh$Oo&RTxOf1Gyf0kX1*PXO?gU|&o|R4Hv>m6O znU()X_VL!*{)Qo905;DkM+2N0bs@g=qsj$>XBuCJ!FJF|!NzDu|HZ9-?;`2j=b0~h zQI;$7szsSc(ro%}ukr?!6T_lJtHMWmuGGRk%t(G9nc&!=gm1!c_v25vgz)7A0C0t`d-pNQKL=DAB5Lm4IYK zDqMy|iB^TH1SBI;;W8{rv?^RBAQ_Pgmtj$&RpBZD$%s_A42u%23Rek8Mx?@JSd?g0 zxJp1WA{8#fqC~60RRWR`sc;zgD_hUK^6Yo7`035>`J%WcxNPn4*+Y+Aj;{Rq((B*&*6ict(+}VI`5S-o zm9xvM)?qR`_0*qUSbpx?&wTjz_jiBshwHl=*KJ(_cD8-pe3~-vdk> zqc6I@zT~T~K5{DjrT@sW-~RQgZ@!8b?@n%b<-Pp2yWiM+_O8R%9=hxG7scn!T>8M7 z$IpE7nJ2D!v|j(tmskG$Lw?QNHp|=pIQ#L39=h+H|N6{R_xa$nh^vpY+|IxEAzV`g$3;%rbx_e(fc4DabzVAN??Q`cYweJ7HYcK!i>Yw#TzqtRF Lg-7S^{K9_#hzGN8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/spraycans.rsi/clown-inhand-right.png b/Resources/Textures/Objects/Fun/spraycans.rsi/clown-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..27b68e2cfe5d2b364b379707b887bdfcb115eeb8 GIT binary patch literal 20783 zcmeI4Z-^vE6~OzF5cJ|fFa!@j#9@LEHMLWJ`d^K^lkDx@c}Lvj*lfsMz~ri{s(0Jl zou16h-R_++UepMRD42Xu6Uc!V@effWLBU*%ND`2!1VM;?2+{cAA^|~<12K5Mp6;3I zot?ew%&nS0FYIn@_j|9Zf3ND*d)3Q)asRC!+p+!q+bzr5v2X9}Jp8^n`F_`x@bi1o zy|2KpcenN)>{!-S*CgNDtZzQL)3R=RJX$!=Juvt2x{OyQgo*<_v9{6zY0H|tX{{yX zVco3+dNFEFRsZ(%v(-wZrmA;3b9k;bqnDz+$J_e$1-*{QEhReN^p&`vJbs+FEd_wZD8I_a=-U~Ye9CT{DBGvOkMU9aNt3F3I3?cG?R zm^d}eY78UF>Nc+1w32;Q8{45Z*;ZkFes)jR9sD&_UFvpQ^;&Ipb#-EuO~mcR8sVJR zFs)IFKmv7+HM?RBH9Oa*M*4PUbw{?NRyT^9mBg+H;v?OuYBlL-@RdE+N^8(jvy-s{ zinTS-s*wp?8>OV=K&N%2z1$m`k~O`oS9G)60X;HOueB6+fJ}-QLZ2L^qua!Hr^><3dBbm>PF!v zc9J`rLeOi`CThu@RIN9sQdds`wE9e2i*DRrh~wo(I$ihoeNma2=}phd4R=OO6|Z(a zG+7%~F%!pF)3c(h8x+G_Bp6}3K%6>r>csm9CUuN+MpDTk8*{OW!ef0K3=xW`y+GVL zV|9n!m8$22hSgyWD$x}eGmsa{nNYGG#_bi+ZA2?#QP*0{#mSnvn3Eh#%KA*a9JgUa zy1^!Eqb`rsnvLa=WK~QzrS55bYC8ATxpgreBi7>^6Y@dM(!6eI1~_STNtQ%tdd2rw<3jI{V*=qyYK>hAthKkbqvl$%FaWE8=0Rp!6M_Oy!Lv}tLuXt!N@6>X?@HK# zSq4N<*GAx7rJ2i_W_nB@ib)YLC6O;enT}f6QXt=9lu{xwJj}SJUCIT~A+T22lG&Ld<$`1({cPr4Lb{%dD z#5|D&RoDeE;=bSx1YBPWHRcQnDWS}V8DhHtycbjj4uMaIwZoXCUNE+4hr&h$;Ryzq zE%diO>ct3hqjYQRH6io}U$`z}jvFF7uwg^QK0`iHTEK4U+y2Ej0Z5)E6l}JRYYXXf zja=phh`Bawu~Ill!CoS5B4nt;i*oH73j!QS6%r&u&5?5K5Vq<7oa6>z%(t~qoWjOJ zhbV4i7tz2M$PutB!S3lJm%376=}V9E;>LszIiMuS1vMC6GDkg|ppao2N=yMK zg5Iw0U4PZ2puG~ZCE6XG6i8FmeuXrsIn#VI%Q}07R$a)X_-x3e?9i~p*IhNk8fZ?Y z0?|fy7DKQ>ee*t6mvr+&WlL(RC$+heP8@buMO#lVLTX>6qDrl-7ao@-;|OXVOJLcC+U0r8aAcXQ5*!;hFeOb#$qj|^dwRFBEAhz(_5 z?(XKw>p2!EXp7)CW0Omwxu{j6)*nv)!tjXR&K~nUAF8;JqJVN6c^Ec$UqMdn!|vm; zAe20W?I#5@hR4_f#`VN$q;y($5bxsVQQdwk5f9?3fb&ER=K^6nUa1U@BP!jvB3iBG zNQxws){Zt+b~-mG;``pq+4vt$P^H_^TL~(;QOZ81$~)|tFFB0D34o%Kg$U9T2RWe) zHLy)Q1jU%^bBE&)!`Vo=Cb5wvm1jRq3-4Y_Ha6%7Su19@h zhi(Y9*H}*5aO#;_`F~^|Z?Eld5F+|uvy5^$z?o6!;!7{8TqJlV@pTYv`<>)$40rTj z-0HV3lD>1E`H~l9u`;h*lvyNAr|kZOD)dRUPhQPz4iStYjEdk@yX<6 zU>&M^s5E=2U<1x;H(bkE>)kt$RO!n{dR4ebF?`iX@-tJ--yT*ycwyE2?O|1;c}Fwq zHsIAmZ!klbb6Uw8%k;(C?eLafH(bYIaE>*6d01nAw5FF2%tr8Ht&^NHxNs`h(;2=o zQt{wsin$w^V!CW{@6&sZNw31&diY0y+TcG0ay~QZ%a*sy6K%O^W3cSRuqev`SnBAQ_Pomtj$$RpKfD$%vG=42uG-5?298Mx?}LSQKcLxC%frA|)=vqCl&} zRREF^DRCJV1zIJp0+5VIiOaAk&?<2ifMi5UT!uw~R*9+U4^cBdG6fF zQ`3LndFQteJ#gcRTb91de(|LB-~$!)=1sp^`OAI$vFc+#d-|zIzhPgOd=%iiueJBy zaV_hx!`DD*&Ke(IsiPCeXx;|o7|r>D>E+xE#9U*7TjGl%Z3e7O4O>ijL&o{2tv!z({*qu+k@>UH+l|MBp1zdjwE zc=R7HzINu>%f1sW|NDvSPCjw@Q=i!O{og!u|F+f7eColg-#mWszO!Gxr}n~YX9v0` ie?JNB^XD(OKJepnS6;F36_MQ9xBJ%FAM85x+5Z4lF0`ir literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/spraycans.rsi/meta.json b/Resources/Textures/Objects/Fun/spraycans.rsi/meta.json index 0f883ee2801..f34820cec45 100644 --- a/Resources/Textures/Objects/Fun/spraycans.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/spraycans.rsi/meta.json @@ -58,9 +58,6 @@ { "name": "spray" }, - { - "name": "spray_cap" - }, { "name": "spray_cap_colors" }, @@ -70,6 +67,22 @@ { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "clown-inhand-right", + "directions": 4 + }, + { + "name": "clown-inhand-left", + "directions": 4 + }, + { + "name": "spray-inhand-right", + "directions": 4 + }, + { + "name": "spray-inhand-left", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-left.png b/Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..ad3ad959de4138922ea09c84316ad9369fedf403 GIT binary patch literal 21199 zcmeI4eT*bU6~G%61ILFZ5K;bdTr`SUJN3~YRm1GS-tL`u35)0667CKYuDYsvuVr_7 zn3=oXJBb1O!)S=2Mx!SZC4MAEi5mFBaK=P}e+c}c5s4o$l3-MVL5+!GqWF4xW~ygy z_O6-RC?q|}?$&m{_p18$>f^mPllj=b8{d1$jw^RKj&sT0J&Vim_xkkbg4e_EZ^pO( z7XDn=+H)H5wvKAci@W>X!GCizN4nisty(^2iX)s2&8CABNV z6sw!ERVA~yI!Q^Zp-$^)d#yJ#t*U0ttea-H1A1hlUh7EGO*%)CExH`u-m+ux$7;) zVJE$_B?Pk>Z=sgn$<%stDsy!mpw$-IMs}0-N|LNKvgx{S;ET$_LT`Fj-gR@_)X7HY z>Uwot#ZDY+%`D2UX;2Jvkzj=B3h`>ptC8RuOllbCjAW8yHkJ|{N5=;?7$Ou=u|oVB zp*6w}W$HPhadlXOT6X2x4CKXfCbX(WNqb#(8}YhaHPu#gwO+LsbCSbJSzAcfk~WOU zG+4bl>GDLa#Y7!VSH*l&nGU$1lXDF?sJHHS%GJ@UgBxpcgY4!zcM6Z~a+%;e7sx!_ zIq!SEhv(;oPj~ZrHC^E#XnXJby?;I1wsfLmU9+RcK9`=N24NF&M2Im+a_S=?IK@n0 z#)LbqX{Ds0U`zQN<_0kug&2M*-(Vt`%dt>Xnq~nDa3lmWzKSx_TzMW+t}vWN+NU&} z(zGk7#*s8gxIm>hY929)A`(hXv1>4%7Kq0~!hMR730!x3M;&OUSx6+9R$iaA0X{0= zfuuB&jL<282(664J_Xh$*xpeKqgfP!)zFBrZ`u%o!a&2bP$nX8S~n`J^x zp;j(3A=1B#?)T*)<$2$}XMFp=>+;Y!2; z+22&*6u?MuDLmM4xsiIx84^)K8HX9-`T)GQsY)CHp9mX|F-3!LYSSKtg9^4M7+`;) zzx+|J#t<82M`N!ETaV<@_Yw2_2)UsP2O{PSaiWcc(~`UV?1umZPqP{hThDi;;=&-G z1tDU-3rDPy9@21@D3?eTndq!s2gbq>he}5T$;b$#JvV}*Is_;AAsFMX;lwL!Eb@pJ zF7^=(xkR3XQwdH_j(qAXjTKjc5XFs24l$r2$OknTUOGnum!ODY8YxTxC&WvWf|Ts) zXz-Jdtj-iVrE%!eQf+Uu)0Gfe?Okl7q+-Ah@r&{`48`|!fUtB!Bp6jFfOs+T!yr)F z??soR>Nb4pn;!HIrnd;8VE5#a2ABALZw7*Yg@!nX7&r6{_&WlM**J5?PV4A>?HCeM zxt5a|cs)?y4CQGQ1rbaf=6Wb}!Syh$m`j*zL?8!UOfYj=S9{_#1U)_)EA~Rr{pR-3 zt2PAfrI0Pz?wB+|nwuG9NW+{ni#PjGXD`vJNtGs_4V9)H2A259RXePqW<3*#Pj_cA z1gEKQ-N(ie(>zn!l9}pBZEd8JMBNS9HuI|x+84>FGOMF%@c> zU_KX~z!8SpNVzD7fk9RvTZ_*j2svk`u|RPG6(&R#WL!LiKwd~6PC*rTjC)}erM0rD zoR(HS-L&e-+!~|hPP&ad=~*_ml2&EFnZJ$Po-{Oxg7t9es1?l$24qTXP}F6Xq;x0$ndL-)f+D@?=pJO;(b@yp{H z`{GTrc3?4vcSAdAama_Dsi!l3W1`~0trT-N`ij}I$$bc-=a}p&e8d7i-BBHWyd&o` zyHjp^%RbSzo3;kaPArQ8trAxONLHl8WmyzxmADE(vLYoe%c4N5#8m*26)AC976n=* zt^$y(NQuj`D9|c#6@X+#N?evjfmVsD03<6?;<79Xv`SnBAX$+Tmt|3)RpKfD$%>S? zEQ)qoTJ!ro;&O~wa+`w70IV>eQY<#zOZ+3er5Al&;RnfmpqCu zUi|6)d*4Fux$?-Tp*^Ug1S?#}!7{0M*M3s<-6 zm)Aji^mTaopZYrfLI}hLeU!MjguK)l5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-right.png b/Resources/Textures/Objects/Fun/spraycans.rsi/spray-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..353e47c56fa71b948a6443d4a3a850de2edcb5c0 GIT binary patch literal 21213 zcmeI4eTXDS6~H@+A31Y=Bpw$PbeM2*hpCB-F8?c9PG4T>RXf(VA-UxpxvANYqNMu;M(e~3XeL{A}qm_NjeC>s1DVmMz<&rJ2q z&E9q97EPcRcDJ_sy;s%0SM}<>>R}%~cK1j3?s@+n%d++^9bGsMzwb)E-~Lwk`OWBo z7vR^;jiYB;mi3O?lJA?WC%$&OW!-x=S~=Z5z5Ma2j5nu*iUU2>*=&HcWlbOMG=yB& z?NXpuqxwww?@vEdE=6jle9BqI%Z+)x79HJg>J!^{ugL9n$yNDqZO?S43I;ZHTa-GR z8}(MTGgI!`twKAwTq&2jBJK5=@@&#!>Gblk(tO<1C1=V-61!f><5R@(JlngoL@{wH zm{k}?lvQn9wP~sMRj%!U)^t;a)#D3`z3$+znetk@-KbV7TU%RGTWl(Bu2u-=yn<;mSBAB?mfpzpEc z-P|18b*p{kJRs;H9jn<|xzNy+-a+m_~v4+}FxPzVK z&W;dtC)zLZj-i29;=w>lw(3WlShp4ddpfXxE}mv8pSL`s#GWT+B!gCS`R#-iVtpB3)zC zm2sEHYAwX_T(T-=>r%JC1+9#0z(L)0KPOg)ul8?jL^ZPL&&_d%9kChr=jO>Qott$X z*TJ*1+@*{DbR}8gAZU8;`Mq~N4O=Rfk*b18nh+Ft3Z8{B9y*h{Q4-s6d{@E_%z8is zb!`ORRhqe+X{ILxqL>r`Qxf?ilUnQ+t^qK5B^E|8w--2$Sy6t;pX&20zwX2>qBMlE!p zB+L+C-8a2UF+?j{QQ?Ql4B2fUno$ziz&dn#GeiiFBH?IT_{t9nnRF}Ap>`c^3&cFp z3#zaSV8ngF9SFF-7HYy75>i5$4>QDe0eCm43LFBT5Nn4qNxfiV(+-7=3c?c%u(!}( z`>0nV$c@sivD<{uBYfeyh&gVE?7)T%5&I1JL}>xLrEmM!-vl6eno_XYI<76G&oy$H z7a-=^u*FK@AO(Agw26?R4zJ6#Z!8FKAXP|^2sKB_u|wFZ18|ZXfHB|JK5=pz3mu}k zja@_oUm!=ot^~WMk6h|Xg{3b&&hr}+KIDLsAQ#kNc*z{~Y=T0DX(%xToRBY#OH$IS z!^uxJv$|I5l;oky%hjcNt1Te2T3Vgs5eq@WjubH#27dO|-i zeAT3&-4e1Pnk}6aNHgVrg*2!+(|og+b#@D_s*p+XS(8cGp<#&+T{XiRXildB(bewE zhu|vpo%`5Y)AehWEvc!l)Xqj)aoFAxO+C8`sePV`Dz!SSHfnzSD%llBw8Z%va|4sG zaD>khbs*|^u8ol|m4jRe@s8~V#8Y11%^5F_K4S7P8Ng6IGK5J|JtoH@Hk5styE`in zbIeiD=D}~qCf7uLRjXR1Kb-!B(Gk6#J?48pRB<6i0p&LGFvLM$K~C($?&Gl_lsts( zCj~Qs$Jh$S)x>F}a9Vp1@8bG--Fz((58|qT^F$5j0%0@WEDeq$O6|BL8jX!eiX@a) z&ev7%bZ$_@_q~^~@jslPN;jj|5>zsylzmL4H`p`Za2SOX07WGW5gda!$O&zzfoS-sZo{Uu;Rz%WWjHK5Io=JQi1lzv%GBN568A;zb&wRs+GUS+JsK1cs!Ams_ z@f6OrC=^MA6YjZ^1_}=PibeUlilq5!^NF1{^!_Nd^8cvgcCC;|%ZuUCykG8LUCQ^* zEz-PfG07&AQx}M7*Qwm0B7;|y)l3o4KTFBG^Npwv#m=5})q4-N<8ey9iUx`Zn|ge6&K>T*qN>_&9ob zRO49G(Ho~1B6u6xN)CryI7;p6jNTZlcxETX%#EI6x@DgU2mBu+I7>$V9|+Tk)u`M$^prU6u1nF9IXOZ4oF6%z-3tEXcf3}Kr$i)F2f>6 ztH6~5k`XCz85TKO1+E;Bj7WjYu*lIWaOHqxL<(GnMUGa1D+eSaQs6Qyao!y-qkz?B1%5h-vP7CBl4 zt{jkzNP)|+$k8fr<$z>F3S5Roj#hyy2P7j>;4&<7v_V9D?uM|u2 z=<#LC+CE@e4?bjBuUvuOf3d7{*s?C)Z&}sHEo*=L7@gIqE8+?`J?wf_LBpPSDtRY^kPl@^vvbI-OBgh z{6SD3{_5Ozavy84M{a)X_&=Y2;?7_G=HjoGp1rhn_)R~H=tx2X7U8A;nEvG=NTxeNJV7FiDb@}tVsWL9Qxep_<$e?f*|}G z&bh+e{o=ud@ZRr?zG+8zGDBw!FAJcx-keiP)H~D{7-J4;N1z(WIb#@xoyI^lur_6l zEA$QkK;QQr04&QwFXX8Pu7GMlDFpzCF_urQ6{>-Gp5La`xN5D?I}k!(M>pKQ0}`NP whMaT7TD#GvX~H;;&F@hGYKZljF&6;f1$#d@3sMJ{VE_OC07*qoM6N<$f-h%ecmMzZ From daf3ee7d13397d21b83ee672dffee07936c3b0d6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:30:54 +0000 Subject: [PATCH 025/213] Automatic changelog update (cherry picked from commit 7dc7750dd04416f48152d4697c085d9c84eda292) --- 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 c913a727407..d6dc5e06fbd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: degradka - changes: - - message: The electrical crates now drop plastic instead of steel. - type: Fix - id: 5686 - time: '2024-01-13T04:55:47.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23992 - author: Ubaser changes: - message: Resprited substations. @@ -3813,3 +3806,10 @@ id: 6185 time: '2024-03-18T20:53:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/24942 +- author: brainfood1183 + changes: + - message: Added Spray Paints. + type: Add + id: 6186 + time: '2024-03-18T21:29:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/23003 From 34784fc0817be437336049481026733ceba70dcd Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 18 Mar 2024 22:31:34 +0100 Subject: [PATCH 026/213] Include bans in adminremarks command (#26240) Fixes #20645 (cherry picked from commit f55c98ce6d1dfdc14a293f2559647372203938af) --- Content.Server/Database/ServerDbBase.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/Database/ServerDbBase.cs b/Content.Server/Database/ServerDbBase.cs index ed22c66360a..c6d53119888 100644 --- a/Content.Server/Database/ServerDbBase.cs +++ b/Content.Server/Database/ServerDbBase.cs @@ -1368,6 +1368,8 @@ public async Task> GetVisibleAdminRemarks(Guid player) .Include(note => note.Player) .ToListAsync()).Select(MakeAdminNoteRecord)); notesCol.AddRange(await GetMessagesImpl(db, player)); + notesCol.AddRange(await GetServerBansAsNotesForUser(db, player)); + notesCol.AddRange(await GetGroupedServerRoleBansAsNotesForUser(db, player)); return notesCol; } From 669ad9b6734727df71e3c650bbc5e85df2480500 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:32:40 +0000 Subject: [PATCH 027/213] Automatic changelog update (cherry picked from commit 2ade132c6b5f7330f58ffcd48c05170024802c90) --- 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 d6dc5e06fbd..d7a9842cabd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Resprited substations. - type: Tweak - id: 5687 - time: '2024-01-13T05:51:28.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23977 - author: EmoGarbage404 changes: - message: Reduced ore drop rates from anomaly ore crabs. @@ -3813,3 +3806,10 @@ id: 6186 time: '2024-03-18T21:29:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/23003 +- author: PJB3005 + changes: + - message: Bans are now shown in the "adminremarks" command. + type: Add + id: 6187 + time: '2024-03-18T21:31:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26240 From 4219f6891e58a0a8f038573429c6a45ff471cb59 Mon Sep 17 00:00:00 2001 From: Terraspark4941 Date: Tue, 19 Mar 2024 02:33:07 +0500 Subject: [PATCH 028/213] Updated the TEG page (#26170) * Ported from guidebook-cleanup branch on my fork * Missed a skill issue, thanks Tayrtahn * Fixed misinformation (cherry picked from commit 353784bfaed731b8a803a3191e51c9afaf6e5bb4) --- .../ServerInfo/Guidebook/Engineering/TEG.xml | 179 ++++++++++++++++-- 1 file changed, 166 insertions(+), 13 deletions(-) diff --git a/Resources/ServerInfo/Guidebook/Engineering/TEG.xml b/Resources/ServerInfo/Guidebook/Engineering/TEG.xml index a2a04e03ef0..9e8697a9e13 100644 --- a/Resources/ServerInfo/Guidebook/Engineering/TEG.xml +++ b/Resources/ServerInfo/Guidebook/Engineering/TEG.xml @@ -1,18 +1,18 @@ - + # Thermo-electric Engine (TEG) - The TEG generates power by exchanging heat between hot and cold gases. On station, hot gas is usually created by burning plasma, and an array of heat-exchanging pipes in space radiates away heat to make a cold side. + The TEG generates power by exchanging heat between hot and cold gases. On the station, hot gas is usually created by burning plasma, and an array of heat-exchanging pipes in space radiates away heat to cool down circulated gases. - The TEG relies heavily on atmospherics piping. The only truly special component about it is the generator core, the rest is all off-the-shelf atmospherics equipment. Note that while the exact layout may vary significantly depending on station, the general components and setup are usually the same. + The TEG relies heavily on atmospherics piping. The only truly special component about it is the generator core and circulators; the rest is all off-the-shelf atmospherics equipment. Note that while the exact layout may vary significantly depending on station, the general components and setup are usually the same. ## Generator - The main generator itself is a machine made up of multiple parts: the core generator and two "circulators", in this arrangement: + The main generator itself is a machine made up of 3 major parts: the central generator and two "circulators", in this arrangement: - - - + + + The circulators take in either a hot or cold gas, and pass it through the machine to exchange heat. The gas then gets output on the other end of the circulator. The generator produces the actual power and outputs it over an HV wire. @@ -21,19 +21,172 @@ There is no preference for which side must be hot or cold, there need only be a difference in temperature between them. The gases in the two "loops" are never mixed, only energy is exchanged between them. The hot side will cool down, the cold side will heat up. - ## Burn Chamber + ## The Pipes + + There are 2 major pipenets to worry about here: The Hot Loop (where gas will be burnt for heat), and The Cold Loop (where circulated, heated waste gas will either be removed into space or cooled back down). Make sure that [bold]both pipenets do NOT mix[/bold], as only heat should be transferred between the two through the TEG. + + # The Hot Loop + + As I'm sure a wise person once said: the best way to make something hot is to light it on fire. Well, depending on context, that may not be very wise, but luckily your engineering department has just what's needed to do it wisely after all. + + As stated above, there are many different layouts one can follow to heat up (or cool down) gases; this part of the guide will cover 2 common methods one will often see for the hot loop when the TEG is setup: The Pipe Burn, and the Burn chamber. + + Side note: Plasma fires burn relatively cool compared to, for example, Tritium fires. It may be viable to extract Tritium from an extraction setup (using a 97/3 ratio of O2/Plasma) and react it with Oxygen to get truly hellish temperatures for power. Although, this is just a recommendation; I'm not ya mum. + + ## The Pipe Burn + + Also known as the naive method, this is generally discouraged when working for efficiency. However, if all you need is a smidge of power to run the station, and you don't feel like setting up the burn chamber, this method will do. + + TODO: Remove this section when atmos pipes are updated to have pressure/temperature limits in a future atmos refactor. + + Most (if not all) pipe burns follow this general layout: + + Gas input -> High-pressure pump -> Pipe segment (with heater) -> Low-pressure pump -> Circulator + + + + + + + + + + + + - The Gas input is pretty self-explanatory; this is where you will input the O2-Plasma mix to be burnt. A 2:1 (67/33) ratio of Oxygen to Plasma is recommended for the hottest burn. + - The High-pressure pump serves 2 purposes; first, it prevents the burn from backwashing into the supply pipe, which would be.. bad, for many reasons. Second, it maintains a positive pressure in the following pipe segment, which is important to allow the burn to continue, especially since hot gases expand. + - The Pipe segment is where the burn actually occurs; to start it off, one can use a heater to increase the temperature up to the ignition temperature of Plasma. Afterwards, the reaction should be self-sustaining, so long as the Pressure and Moles supplied remains high enough. Be warned; if you wish to remove the heater, it will carry some of this superheated gas with it, transferring it to the next pipenet you connect it to. Best to space the gas through a space vent, if you must. + - The Low-pressure pump (whose pressure should be [italics]slightly lower[/italics] than the input pump) prevents [italics]all[/italics] the gas from passing through the circulator, which could result in the loss of the Moles required to sustain a burn. + - The Circulator is where this generated heat will flow to the cold loop; afterwards, feel free to space the waste gases. + + Note: Pressure pumps are used here as, while they pump on pressure (not flow-rate, which is comparatively faster), they are a bit easier to control when it comes to the limited Plasma supply on-station. However, the steps shown can be followed with volumetric pumps too. + + ## The Burn Chamber + + The burn chamber is the preferred method for heating up gases, and it is commonly used for other purposes too. (see: Tritium production) + + Most (if not all) stations have the burn chamber separated from the main atmospherics block by a 1-wide spaced grid, presumably to prevent conduction. The chambers consist of 3(+1) important parts: + - The Air Injector/Passive Vent + - The Space Vent + - The Radiator Loop + + Most normal burn chambers don't come with Heat-Exchangers; instead, they have air scrubbers (and optionally, an air alarm) to help filter for Tritium, which is a highly reactive, hot-burning gas that can also be used to heat the TEG efficiently. + However, this is a slightly more advanced setup than just burning plasma, as it needs 2 burn chambers instead of 1 (one for tritium production, one for burning said tritium), so remove the scrubbers and retrofit the burn chamber with a parallel array of heat-exchangers instead. + + The air injector (or Passive Vent) injects air (or allows air to flow) into the burn chamber. Either should be supplemented with a pump before it, to keep pressures high. + There is a notable difference between the passive vent and the air injector; the air injector can only keep injecting air up to 9MPa, which can be reached very easily with a good burn. Ideally, switch out the air injector for a passive vent connected to a volume pump. + + The space vent (designated as a blast door to space on one side of the burn chamber) allows waste gases to be expelled and destroyed. Open this to keep the pressure under control. + + The radiator loop collects heat from the burnt gases and brings it to the TEG. To maximize efficiency, hook up the heat-exchangers [italics]in parallel to each other[/italics], with a pressure pump at max pressure after the array and a volumetric pump before the array. + The pressure of the volumetric pump should be set to ( 200 / number of heat-exchangers ) L/s. For example, having 2 heat-exchangers would mean you should set the pressure to 100 L/s. + Finally, fill the whole loop with (ideally) a high heat capacity gas, like Frezon or Plasma. (Yes, Frezon =/= Cold. Frezon has one of the highest heat capacities in the game; so long as it isn't reacting with Nitrogen, it can actually be heated and can store heat really well!) + + # The Cold Loop + + As with the Hot Loop, the Cold Loop must also be setup in order to operate the TEG. However, the Cold Loop is usually a lot more low-tech than the Hot Loop; in reality, the Cold Loop only has to be "relatively" cooler -- hey, room temperature is technically cooler than the surface of the sun, right? + + There are 3 main methods you will see used for the Cold Loop: The Water Cooler (see: Liltenhead's video on the TEG), the Coolant Array and the Freezer Loop. + + ## The Water Cooler - As I'm sure a wise person once said: the best way to make something hot is to light it on fire. Well, depending on context that may not be very wise, but luckily your engineering department has just what's needed to do it wisely after all. + An equally naive method as the Pipe Burn, this simply involves taking some useless gas (in this case, Water Vapour) and flowing it through the TEG and into space. It's dirt-cheap and simple, at the cost of efficiency and permanant loss of gas. - TODO: somebody fill this out once we settle on a general mapped layout for burn chambers. + Setting this up is so simple, even Hamlet could manage it. Just take an output of a gas (here, Water Vapour), send it through the Cold side of the TEG, and then vent it into space. + + + + + + + + + + + TODO: Remove this section when gas miners are removed in a future atmos refactor. ## Coolant Array - A whole bunch of heat-exchanger piping in space. There's not much to say here: gas goes through and cools down. + This is the default method for the Cold Loop you will see on a variety of stations. Being of moderate complexity and having no losses of any resource, this [italics]should[/italics] be the main method of cooling down the TEG. However, every station at the moment somehow has their heat exchangers hooked up wrong, reducing efficiency greatly. (Thanks a bunch, NT!) - ## The Pipes + To use heat-exchangers properly, they must be setup in [italics]parallel[/italics], not in series (like what you see on most stations). A gas pump at max pressure should be placed after, and a volumetric pump before the heat-exchangers. + The flow-rate of the volumetric pump should be set to ( 200 / number of heat-exchangers ) L/s. - TODO: somebody fill this out once we settle on a general mapped layout for burn chambers. + Simply speaking, the Coolant Array consists of 3 major parts: An input connector port, a few pumps and the heat-exchanger array out in space. It can be setup like so: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Connector Port: Use this to input a gas with high heat capacity; most of the time, Plasma or Frezon is used to do so, as they both have very high specific heat capacities (although most any gas will do). (Yes, Plasma =/= Hot. You can cool it down, and it acts as a really good heat exchange medium.) + - Input/Output Pumps: Used to make sure gas keeps flowing through both the Circulator and the Heat-Exchanger array. As the gas cools down and heats up (and as it flows through the Exchanger), pressure must be applied for it to keep flowing. + - Heat-Exchanger: Basically, just a bunch of heat-exchanger pipes in space. Not much to say, besides the fact that it cools down the gas inside it. Make sure the heat-exchangers are placed on lattice, not plating! Otherwise, the heat-exchange efficiency will be greatly reduced, as the heat-exchangers aren't directly exposed to space below them. + + ## The Freezer Loop + + Most of the time, you will see this method being used in efficient TEG setups. It's basically just the Coolant array, but replacing the Heat-Exchangers with a freezer. Even though the freezer does use power, it is only a small fraction of what the TEG can generate, and it's better than the default Coolant array at the moment, so go fish. + + Just follow the steps for the Coolant array, but use a freezer in place of the Heat-Exchangers. As so: + + + + + + + + + + + + + + + + + + + + Once again, use Plasma or Frezon in the loop for max efficiency (although most any gas will do). From a33d43c74e2476271e4b7cd886bc58ef727d012e Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:34:13 +0000 Subject: [PATCH 029/213] Automatic changelog update (cherry picked from commit 6247ef4700e2cc863ab56721b778692c62c4d8e3) --- 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 d7a9842cabd..6d0d1e14040 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Reduced ore drop rates from anomaly ore crabs. - type: Tweak - id: 5688 - time: '2024-01-13T06:27:43.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24012 - author: EmoGarbage404 changes: - message: The chem guidebook once again displays sources for various reagents. @@ -3813,3 +3806,10 @@ id: 6187 time: '2024-03-18T21:31:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26240 +- author: Terraspark4941 + changes: + - message: The TEG page in the guidebook has been updated with proper information! + type: Tweak + id: 6188 + time: '2024-03-18T21:33:07.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26170 From 60b23640c50eb581809d04243d911f714ccaa3a7 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+plykiya@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:34:34 +0100 Subject: [PATCH 030/213] Adds craftable ducky slippers (#26138) * Craftable ducky slippers * fix node --------- Co-authored-by: Plykiya (cherry picked from commit 6694f92171ad8d6465b8c8403bf863ba66a75b74) --- .../Entities/Clothing/Shoes/misc.yml | 3 +++ .../Prototypes/Entities/Objects/Fun/toys.yml | 3 +++ .../Graphs/clothing/ducky_slippers.yml | 22 +++++++++++++++++++ .../Recipes/Construction/clothing.yml | 11 ++++++++++ Resources/Prototypes/tags.yml | 3 +++ 5 files changed, 42 insertions(+) create mode 100644 Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml index ee1708caef6..d1f6e083f40 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/misc.yml @@ -47,6 +47,9 @@ collection: FootstepDuck params: variation: 0.07 + - type: Construction + graph: ClothingShoeSlippersDuck + node: shoes - type: entity parent: ClothingShoesBaseButcherable diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index ddc55b606fc..37ae8586fb9 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -643,6 +643,9 @@ requiresSpecialDigestion: true useSound: path: /Audio/Items/Toys/mousesqueek.ogg + - type: Tag + tags: + - ToyRubberDuck - type: entity parent: BasePlushie diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml new file mode 100644 index 00000000000..e017096fa90 --- /dev/null +++ b/Resources/Prototypes/Recipes/Construction/Graphs/clothing/ducky_slippers.yml @@ -0,0 +1,22 @@ +- type: constructionGraph + id: ClothingShoeSlippersDuck + start: start + graph: + - node: start + edges: + - to: shoes + steps: + - tag: ToyRubberDuck + name: a rubber ducky + icon: + sprite: Objects/Fun/ducky.rsi + state: icon + doAfter: 1 + - tag: ToyRubberDuck + name: a rubber ducky + icon: + sprite: Objects/Fun/ducky.rsi + state: icon + doAfter: 1 + - node: shoes + entity: ClothingShoeSlippersDuck diff --git a/Resources/Prototypes/Recipes/Construction/clothing.yml b/Resources/Prototypes/Recipes/Construction/clothing.yml index 4fe2c474bb4..f1eb270af73 100644 --- a/Resources/Prototypes/Recipes/Construction/clothing.yml +++ b/Resources/Prototypes/Recipes/Construction/clothing.yml @@ -85,3 +85,14 @@ description: Two huds joined by arms icon: { sprite: Clothing/Eyes/Hud/medsec.rsi, state: icon } objectType: Item + +- type: construction + name: ducky slippers + id: ClothingShoeSlippersDuck + graph: ClothingShoeSlippersDuck + startNode: start + targetNode: shoes + category: construction-category-clothing + description: Comfy, yet haunted by the ghosts of ducks you fed bread to as a child. + icon: { sprite: Clothing/Shoes/Misc/duck-slippers.rsi, state: icon } + objectType: Item diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index ab154c6b8f5..543765f7db4 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1220,6 +1220,9 @@ - type: Tag id: Torch +- type: Tag + id: ToyRubberDuck + - type: Tag id: ToySidearm From 6f44f5c73ae95738aa1b35aded2d41bd4dbc800a Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:35:41 +0000 Subject: [PATCH 031/213] Automatic changelog update (cherry picked from commit d4b60faff87da7528cb7d16b067b49f458206ea0) --- 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 6d0d1e14040..8480edb0f76 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: The chem guidebook once again displays sources for various reagents. - type: Fix - id: 5689 - time: '2024-01-13T07:16:47.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23987 - author: GreyMario changes: - message: Pie cannons and pneumatic cannons no longer hit your own feet when aiming @@ -3813,3 +3806,10 @@ id: 6188 time: '2024-03-18T21:33:07.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26170 +- author: Plykiya + changes: + - message: You can now craft ducky slippers. + type: Add + id: 6189 + time: '2024-03-18T21:34:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26138 From bcd45f1203f31a800a6c4cd6883241f17d922e04 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+boaz1111@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:36:24 +0100 Subject: [PATCH 032/213] Bumps LoneOps minimum required players to 20 (#26244) done (cherry picked from commit 61e31f4062b568591448ff5be83ba8be851269e9) --- Resources/Prototypes/GameRules/events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 21cc0497c68..3f544743e12 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -421,7 +421,7 @@ - type: StationEvent earliestStart: 60 # DeltaV - was 45 weight: 3 # DeltaV - was 5 - minimumPlayers: 10 + minimumPlayers: 20 reoccurrenceDelay: 30 duration: 1 - type: LoneOpsSpawnRule From 0634abcfb173683f2d8871b0f05de4ce9c9d6bc0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:37:30 +0000 Subject: [PATCH 033/213] Automatic changelog update (cherry picked from commit 2c6d8aaffe6e5241c6224d8535024b18f5a54e61) --- 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 8480edb0f76..3efe0f7a5fc 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: GreyMario - changes: - - message: Pie cannons and pneumatic cannons no longer hit your own feet when aiming - at close range. Clowns rejoice! - type: Fix - id: 5690 - time: '2024-01-13T07:29:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23996 - author: Crotalus changes: - message: 'New ghost warp point: nuclear bomb' @@ -3813,3 +3805,10 @@ id: 6189 time: '2024-03-18T21:34:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26138 +- author: Boaz1111 + changes: + - message: Lone operatives now require a minimum of 20 players to spawn + type: Tweak + id: 6190 + time: '2024-03-18T21:36:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26244 From ea0ad9b7b0285b01b834b5a0b2477fae8c671df9 Mon Sep 17 00:00:00 2001 From: shamp <140359015+shampunj@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:47:39 +0300 Subject: [PATCH 034/213] Zombies can very slowly regen heat and shock damage (#25925) Update ZombieComponent.cs (cherry picked from commit 3884c2d2d2e8c907a33cbef28a55bda701cc4963) --- Content.Shared/Zombies/ZombieComponent.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Zombies/ZombieComponent.cs b/Content.Shared/Zombies/ZombieComponent.cs index 85e1599e48a..be3fdbdd01a 100644 --- a/Content.Shared/Zombies/ZombieComponent.cs +++ b/Content.Shared/Zombies/ZombieComponent.cs @@ -110,7 +110,9 @@ public sealed partial class ZombieComponent : Component, IAntagStatusIconCompone { { "Blunt", -0.4 }, { "Slash", -0.2 }, - { "Piercing", -0.2 } + { "Piercing", -0.2 }, + { "Heat", -0.02 }, + { "Shock", -0.02 } } }; From 69ab913eb1ec087e8b3b694a7924ee2052a7bdda Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 21:48:45 +0000 Subject: [PATCH 035/213] Automatic changelog update (cherry picked from commit d5e7951d5a53b5cb56a405ef0f38feb246352f93) --- 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 3efe0f7a5fc..5a8e0c86660 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Crotalus - changes: - - message: 'New ghost warp point: nuclear bomb' - type: Add - id: 5691 - time: '2024-01-13T07:30:11.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23973 - author: Errant changes: - message: The empty space around Map UI window edges is no longer resizable. @@ -3812,3 +3805,10 @@ id: 6190 time: '2024-03-18T21:36:24.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26244 +- author: shampunj + changes: + - message: Zombies now passively heal 1 heat/shock damage every 50 seconds + type: Tweak + id: 6191 + time: '2024-03-18T21:47:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25925 From f33fe79c7a5dbba55b4bc934bb72577543e014e6 Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:57:36 +0100 Subject: [PATCH 036/213] Initial Infected can see each other (#25934) initial infected icon (cherry picked from commit 45d6c03407e41d92caa368e1db826efd6d828b66) --- Content.Client/Antag/AntagStatusIconSystem.cs | 1 + Content.Client/Zombies/ZombieSystem.cs | 14 +++++++++++++- .../Zombies/InitialInfectedComponent.cs | 16 ++++++++++++++++ Resources/Prototypes/StatusIcon/antag.yml | 7 +++++++ .../Misc/job_icons.rsi/InitialInfected.png | Bin 0 -> 4268 bytes .../Interface/Misc/job_icons.rsi/meta.json | 3 +++ 6 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 Content.Shared/Zombies/InitialInfectedComponent.cs create mode 100644 Resources/Textures/Interface/Misc/job_icons.rsi/InitialInfected.png diff --git a/Content.Client/Antag/AntagStatusIconSystem.cs b/Content.Client/Antag/AntagStatusIconSystem.cs index 5d87837893c..804ae21ad4a 100644 --- a/Content.Client/Antag/AntagStatusIconSystem.cs +++ b/Content.Client/Antag/AntagStatusIconSystem.cs @@ -22,6 +22,7 @@ public override void Initialize() SubscribeLocalEvent(GetRevIcon); SubscribeLocalEvent(GetIcon); SubscribeLocalEvent(GetIcon); + SubscribeLocalEvent(GetIcon); } /// diff --git a/Content.Client/Zombies/ZombieSystem.cs b/Content.Client/Zombies/ZombieSystem.cs index bd89e978c70..7c1fb38e744 100644 --- a/Content.Client/Zombies/ZombieSystem.cs +++ b/Content.Client/Zombies/ZombieSystem.cs @@ -15,6 +15,7 @@ public override void Initialize() SubscribeLocalEvent(OnStartup); SubscribeLocalEvent(OnCanDisplayStatusIcons); + SubscribeLocalEvent(OnCanDisplayStatusIcons); } private void OnStartup(EntityUid uid, ZombieComponent component, ComponentStartup args) @@ -36,7 +37,18 @@ private void OnStartup(EntityUid uid, ZombieComponent component, ComponentStartu /// private void OnCanDisplayStatusIcons(EntityUid uid, ZombieComponent component, ref CanDisplayStatusIconsEvent args) { - if (HasComp(args.User) || HasComp(args.User)) + if (HasComp(args.User) || HasComp(args.User) || HasComp(args.User)) + return; + + if (component.IconVisibleToGhost && HasComp(args.User)) + return; + + args.Cancelled = true; + } + + private void OnCanDisplayStatusIcons(EntityUid uid, InitialInfectedComponent component, CanDisplayStatusIconsEvent args) + { + if (HasComp(args.User) && !HasComp(args.User)) return; if (component.IconVisibleToGhost && HasComp(args.User)) diff --git a/Content.Shared/Zombies/InitialInfectedComponent.cs b/Content.Shared/Zombies/InitialInfectedComponent.cs new file mode 100644 index 00000000000..3200dd7f5ee --- /dev/null +++ b/Content.Shared/Zombies/InitialInfectedComponent.cs @@ -0,0 +1,16 @@ +using Content.Shared.Antag; +using Content.Shared.StatusIcon; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Zombies; + +[RegisterComponent, NetworkedComponent] +public sealed partial class InitialInfectedComponent : Component, IAntagStatusIconComponent +{ + [DataField("initialInfectedStatusIcon")] + public ProtoId StatusIcon { get; set; } = "InitialInfectedFaction"; + + [DataField] + public bool IconVisibleToGhost { get; set; } = true; +} diff --git a/Resources/Prototypes/StatusIcon/antag.yml b/Resources/Prototypes/StatusIcon/antag.yml index 757ec0354b0..87576f93b77 100644 --- a/Resources/Prototypes/StatusIcon/antag.yml +++ b/Resources/Prototypes/StatusIcon/antag.yml @@ -5,6 +5,13 @@ sprite: /Textures/Interface/Misc/job_icons.rsi state: Zombie +- type: statusIcon + id: InitialInfectedFaction + priority: 11 + icon: + sprite: /Textures/Interface/Misc/job_icons.rsi + state: InitialInfected + - type: statusIcon id: RevolutionaryFaction priority: 11 diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/InitialInfected.png b/Resources/Textures/Interface/Misc/job_icons.rsi/InitialInfected.png new file mode 100644 index 0000000000000000000000000000000000000000..3684fc448892d31bcbec4e9ed4eae0ae169c16e0 GIT binary patch literal 4268 zcmeH~eQ*=#(X-y~v0l`}Ak}_7bn|;emcc-D$CbTI{jio{>V0p6pBwb0e>F%~k zi!V%poAdMlWq7LJ>#+r093c73=m z(mSE!^J^`8-o>`etL@shwA@y<<+bxS{e9ztoqw)q`YdbZrS5vzMtW zr-|j2i&`>4x50C)?#L78Ccfs(eRTc3#@qwO8I#VReWO!y>^~6x-tdim+4Sy>*S=c$ zdCR7r>k~iDSRb4`BL}~l_?qp}( z>5jSXhK3m{j8h)TUpi++dt+l{X6n(*se!aS*R1(pJnG)lMSGI?t;8sRB!8vO)IvqeB|N^rRM#e({i8QmA7%~FG-+u6!zx1E1n|){fUAOFeE4z5Y;xf|>)0j{8K4&n}_gkwf zI;5h$4|1BW&R0%;*tPaaA;r3Pb9T{pIamAsm0#(3*}c2q^nmZ(oEH|ZnpJNN4h)?8 z>+-y{|GVYjKl$tTPv3EEUiXU-)x!hCF?(ybN=ns7D zXU4;?Y#lISokvwA2`qy*MW zWi1L^(o$J1w5%35(Nwg+P#EJ8AOtml$3nrd%Euh0IG0EFx|uZLaTjg1!&Kw(;w7>I zaf{hvrU+L|YGOrCL28#RZ?gvRl~{6Z0rX9yowlPVxR$QX!_w3#A9 zA#&s!s^)4!kYqwX`G#7J7AaW;Rk=|SpsNXnwcL@2Qn$xDM9@nLNTEo)C?wvfV4^VO z7im<2aUW42VGxE8R7LsGqx?0=KP=X$-1L!nIU^H6;fDC5ya#KKJ0mZThj+?CqaM`l zbeQyfc~KT5k&oZn?LOK^iGUC($PyOO&JutYZG^x98^dxoWD!Q7++kG%VFBtW1UE~F z!?Ki}5qyyFK^r724Db=0U7!ipXSLfIV6$6%wh@SX6bW@D2#(B3M~MhU2^I_FU;$yZ z(;Q);0VE1IiYBa#jim&dvDs~09Hq|#U+i@|OpKWtws?a;^UF#IwYn4*<)}J5R4s+z z5)J6G(RPaCXr_R*FcinKiR9wMrBG2(%jr~_GABnwfnS7}0JV-30s%-y!htwfpBNsM zgQNv|ry_FPj;i5H6bLj~sg~uS!=$ru9XT}YK?_O*8gK#)qG%Lj;VG7<3aV)vZ?W?< za~DPP)ChlBl>E&<=dCXvyf888Ws-{GH^)thHMImbB%TtFK`FkNa6G;&cpxN7P(c$E z<9Q-hVo0b5;Q&PYN3vlD?b1&)g9QRB?dJr71EQ6%P>hcNtj|tx0_U^&DS=}||7f}@ z`?V-gU~vHHh_pft8rKTHBRPljNBc+Xp*}%KGJ;}>VaY5eGFdFC?-+yC7Lq^GqcH9; zVv9lVC2VNxLOUTjv=t`x(l?!7@spf~Uoiqgj|Ul(zTmD*M626W7tlL#Pm#ZN;%2qAyci}SzJB)tqq(0l<_K+p8Dp0)}|c({aHoW-($NB zQmcB(%Q_y~aQ%Y^W?-SLhxX=lKj%5V$F Date: Mon, 18 Mar 2024 21:58:42 +0000 Subject: [PATCH 037/213] Automatic changelog update (cherry picked from commit 5185a4a6b379abf88f0a26856c719e3fbb7c2a25) --- Resources/Changelog/Changelog.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5a8e0c86660..4ee8f73eb8c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Errant - changes: - - message: The empty space around Map UI window edges is no longer resizable. - type: Tweak - - message: Station Map ui now has proper edges. - type: Fix - id: 5692 - time: '2024-01-13T15:04:46.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24024 - author: Dygon changes: - message: Expendable light sources turned on through the verb menu now ignite the @@ -3812,3 +3803,12 @@ id: 6191 time: '2024-03-18T21:47:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25925 +- author: Killerqu00 + changes: + - message: Initial Infected now can see each other. + type: Add + - message: Initial Infected can now see zombified entities. + type: Add + id: 6192 + time: '2024-03-18T21:57:36.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25934 From 6d38428b56f591dee25736c43c2f028cf288b642 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:35:46 +0200 Subject: [PATCH 038/213] Fix SCRAM implant not working while cuffed. Incidentally fix freedom implant working while dead/crit (#25978) * Fix SCRAM implant not being usable while in cuffs. Also fix freedom implant from working while dead/crit as a side effect * Move check up to apply to all actions and do thing I forgor to do before * Change check into an ActionBlocker check that also checks whether the user is sleeping. * Make checking for Consciousness the default for actions Went through and chose what I believe to be sensible defaults for actions that had CheckCanInteract. * Fix typos my beloved I had an unbelievable skill issue * Fix major skill issue (cherry picked from commit 22e9d6562f21bdd4f0962d6e3b6fcdd81bb4c253) --- Content.Client/Actions/ActionsSystem.cs | 1 + Content.Server/Bed/Sleep/SleepingSystem.cs | 8 +++ .../ActionBlocker/ActionBlockerSystem.cs | 21 ++++++ Content.Shared/Actions/BaseActionComponent.cs | 11 ++- Content.Shared/Actions/SharedActionsSystem.cs | 4 ++ .../Events/InteractionAttemptEvent.cs | 8 +++ .../Systems/MobStateSystem.Subscribers.cs | 2 +- Resources/Prototypes/Actions/crit.yml | 5 +- Resources/Prototypes/Actions/diona.yml | 1 + Resources/Prototypes/Actions/types.yml | 9 +++ .../Entities/Mobs/Player/guardian.yml | 1 + .../Prototypes/Entities/Objects/Fun/pai.yml | 2 + Resources/mapping_actions.yml | 72 +++++++++++++++++++ 13 files changed, 142 insertions(+), 3 deletions(-) diff --git a/Content.Client/Actions/ActionsSystem.cs b/Content.Client/Actions/ActionsSystem.cs index 31d092b25d1..b992e772563 100644 --- a/Content.Client/Actions/ActionsSystem.cs +++ b/Content.Client/Actions/ActionsSystem.cs @@ -95,6 +95,7 @@ private void BaseHandleState(EntityUid uid, BaseActionComponent component, Ba component.Container = EnsureEntity(state.Container, uid); component.EntityIcon = EnsureEntity(state.EntityIcon, uid); component.CheckCanInteract = state.CheckCanInteract; + component.CheckConsciousness = state.CheckConsciousness; component.ClientExclusive = state.ClientExclusive; component.Priority = state.Priority; component.AttachedEntity = EnsureEntity(state.AttachedEntity, uid); diff --git a/Content.Server/Bed/Sleep/SleepingSystem.cs b/Content.Server/Bed/Sleep/SleepingSystem.cs index 5d1def7cec1..685b1087d70 100644 --- a/Content.Server/Bed/Sleep/SleepingSystem.cs +++ b/Content.Server/Bed/Sleep/SleepingSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.Examine; using Content.Shared.IdentityManagement; using Content.Shared.Interaction; +using Content.Shared.Interaction.Events; using Content.Shared.Mobs; using Content.Shared.Mobs.Components; using Content.Shared.Slippery; @@ -45,6 +46,7 @@ public override void Initialize() SubscribeLocalEvent(OnInteractHand); SubscribeLocalEvent(OnExamined); SubscribeLocalEvent(OnSlip); + SubscribeLocalEvent(OnConsciousAttempt); SubscribeLocalEvent(OnInit); } @@ -173,6 +175,12 @@ private void OnSlip(EntityUid uid, SleepingComponent component, SlipAttemptEvent args.Cancel(); } + private void OnConsciousAttempt(EntityUid uid, SleepingComponent component, ConsciousAttemptEvent args) + { + args.Cancel(); + } + + private void OnInit(EntityUid uid, ForcedSleepingComponent component, ComponentInit args) { TrySleeping(uid); diff --git a/Content.Shared/ActionBlocker/ActionBlockerSystem.cs b/Content.Shared/ActionBlocker/ActionBlockerSystem.cs index 6dff8161eef..a914a8f267d 100644 --- a/Content.Shared/ActionBlocker/ActionBlockerSystem.cs +++ b/Content.Shared/ActionBlocker/ActionBlockerSystem.cs @@ -1,3 +1,4 @@ +using Content.Shared.Bed.Sleep; using Content.Shared.Body.Events; using Content.Shared.DragDrop; using Content.Shared.Emoting; @@ -5,6 +6,8 @@ using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Item; +using Content.Shared.Mobs; +using Content.Shared.Mobs.Components; using Content.Shared.Movement.Components; using Content.Shared.Movement.Events; using Content.Shared.Speech; @@ -67,6 +70,9 @@ public bool UpdateCanMove(EntityUid uid, InputMoverComponent? component = null) /// public bool CanInteract(EntityUid user, EntityUid? target) { + if (!CanConsciouslyPerformAction(user)) + return false; + var ev = new InteractionAttemptEvent(user, target); RaiseLocalEvent(user, ev); @@ -98,6 +104,21 @@ public bool CanUseHeldEntity(EntityUid user) return !ev.Cancelled; } + + /// + /// Whether a user conscious to perform an action. + /// + /// + /// This should be used when you want a much more permissive check than + /// + public bool CanConsciouslyPerformAction(EntityUid user) + { + var ev = new ConsciousAttemptEvent(user); + RaiseLocalEvent(user, ev); + + return !ev.Cancelled; + } + public bool CanThrow(EntityUid user, EntityUid itemUid) { var ev = new ThrowAttemptEvent(user, itemUid); diff --git a/Content.Shared/Actions/BaseActionComponent.cs b/Content.Shared/Actions/BaseActionComponent.cs index cce7b912c76..6d9242acc1d 100644 --- a/Content.Shared/Actions/BaseActionComponent.cs +++ b/Content.Shared/Actions/BaseActionComponent.cs @@ -1,4 +1,5 @@ -using Robust.Shared.Audio; +using Content.Shared.Mobs; +using Robust.Shared.Audio; using Robust.Shared.Serialization; using Robust.Shared.Utility; @@ -118,6 +119,12 @@ public EntityUid? EntityIcon /// [DataField("checkCanInteract")] public bool CheckCanInteract = true; + /// + /// Whether to check if the user is conscious or not. Can be used instead of + /// for a more permissive check. + /// + [DataField] public bool CheckConsciousness = true; + /// /// If true, this will cause the action to only execute locally without ever notifying the server. /// @@ -177,6 +184,7 @@ public abstract class BaseActionComponentState : ComponentState public NetEntity? Container; public NetEntity? EntityIcon; public bool CheckCanInteract; + public bool CheckConsciousness; public bool ClientExclusive; public int Priority; public NetEntity? AttachedEntity; @@ -204,6 +212,7 @@ protected BaseActionComponentState(BaseActionComponent component, IEntityManager MaxCharges = component.MaxCharges; RenewCharges = component.RenewCharges; CheckCanInteract = component.CheckCanInteract; + CheckConsciousness = component.CheckConsciousness; ClientExclusive = component.ClientExclusive; Priority = component.Priority; AutoPopulate = component.AutoPopulate; diff --git a/Content.Shared/Actions/SharedActionsSystem.cs b/Content.Shared/Actions/SharedActionsSystem.cs index a3bfa071308..e909f0a8a30 100644 --- a/Content.Shared/Actions/SharedActionsSystem.cs +++ b/Content.Shared/Actions/SharedActionsSystem.cs @@ -8,6 +8,7 @@ using Content.Shared.Interaction; using Content.Shared.Inventory.Events; using Content.Shared.Mind; +using Content.Shared.Mobs.Components; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.GameStates; @@ -370,6 +371,9 @@ private void OnActionRequest(RequestPerformActionEvent ev, EntitySessionEventArg BaseActionEvent? performEvent = null; + if (action.CheckConsciousness && !_actionBlockerSystem.CanConsciouslyPerformAction(user)) + return; + // Validate request by checking action blockers and the like: switch (action) { diff --git a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs index 46dfd20c34d..0024811c369 100644 --- a/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs +++ b/Content.Shared/Interaction/Events/InteractionAttemptEvent.cs @@ -15,6 +15,14 @@ public InteractionAttemptEvent(EntityUid uid, EntityUid? target) public EntityUid? Target { get; } } + /// + /// Raised to determine whether an entity is conscious to perform an action. + /// + public sealed class ConsciousAttemptEvent(EntityUid Uid) : CancellableEntityEventArgs + { + public EntityUid Uid { get; } = Uid; + } + /// /// Event raised directed at the target entity of an interaction to see if the user is allowed to perform some /// generic interaction. diff --git a/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs b/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs index 51991332539..0c2fcc05794 100644 --- a/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs +++ b/Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs @@ -28,7 +28,7 @@ private void SubscribeEvents() SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(CheckAct); - SubscribeLocalEvent(CheckAct); + SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(CheckAct); SubscribeLocalEvent(OnSpeakAttempt); SubscribeLocalEvent(OnEquipAttempt); diff --git a/Resources/Prototypes/Actions/crit.yml b/Resources/Prototypes/Actions/crit.yml index bdd09d697ec..705ee6ee6b3 100644 --- a/Resources/Prototypes/Actions/crit.yml +++ b/Resources/Prototypes/Actions/crit.yml @@ -1,4 +1,4 @@ -# Actions added to mobs in crit. +# Actions added to mobs in crit. - type: entity id: ActionCritSuccumb name: Succumb @@ -8,6 +8,7 @@ - type: InstantAction itemIconStyle: NoItem checkCanInteract: false + checkConsciousness: false icon: sprite: Mobs/Ghosts/ghost_human.rsi state: icon @@ -22,6 +23,7 @@ - type: InstantAction itemIconStyle: NoItem checkCanInteract: false + checkConsciousness: false icon: sprite: Interface/Actions/actions_crit.rsi state: fakedeath @@ -37,6 +39,7 @@ - type: InstantAction itemIconStyle: NoItem checkCanInteract: false + checkConsciousness: false icon: sprite: Interface/Actions/actions_crit.rsi state: lastwords diff --git a/Resources/Prototypes/Actions/diona.yml b/Resources/Prototypes/Actions/diona.yml index 73bc1ba5290..2d188987afc 100644 --- a/Resources/Prototypes/Actions/diona.yml +++ b/Resources/Prototypes/Actions/diona.yml @@ -8,6 +8,7 @@ icon: Mobs/Species/Diona/organs.rsi/brain.png event: !type:GibActionEvent {} checkCanInteract: false + checkConsciousness: false - type: entity id: DionaReformAction diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 2d5ec9a6784..84f0839b254 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -29,6 +29,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false icon: Interface/Actions/zombie-turn.png event: !type:ZombifySelfActionEvent @@ -66,6 +67,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false itemIconStyle: BigAction priority: -20 icon: @@ -82,6 +84,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false itemIconStyle: BigAction priority: -20 icon: @@ -143,6 +146,7 @@ noSpawn: true components: - type: InstantAction + checkCanInteract: false charges: 2 useDelay: 5 itemIconStyle: BigAction @@ -186,6 +190,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false icon: Interface/Actions/harmOff.png iconOn: Interface/Actions/harm.png event: !type:ToggleCombatActionEvent @@ -256,6 +261,7 @@ - type: InstantAction clientExclusive: true checkCanInteract: false + checkConsciousness: false temporary: true icon: { sprite: Objects/Tools/multitool.rsi, state: icon } event: !type:ClearAllOverlaysEvent @@ -279,6 +285,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon } event: !type:SleepActionEvent @@ -291,6 +298,7 @@ - type: InstantAction icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon } checkCanInteract: false + checkConsciousness: false event: !type:WakeActionEvent - type: entity @@ -328,6 +336,7 @@ event: !type:ToggleEyesActionEvent useDelay: 1 # so u cant give yourself and observers eyestrain by rapidly spamming the action checkCanInteract: false + checkConsciousness: false - type: entity id: ActionToggleWagging diff --git a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml index c37826666ac..9f0d54ee64a 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/guardian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/guardian.yml @@ -255,3 +255,4 @@ event: !type:GuardianToggleActionEvent useDelay: 2 checkCanInteract: false + checkConsciousness: false diff --git a/Resources/Prototypes/Entities/Objects/Fun/pai.yml b/Resources/Prototypes/Entities/Objects/Fun/pai.yml index 36e20c22a9c..537562f4618 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/pai.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/pai.yml @@ -138,6 +138,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false icon: Interface/Actions/pai-midi.png event: !type:OpenUiActionEvent key: enum.InstrumentUiKey.Key @@ -150,6 +151,7 @@ components: - type: InstantAction checkCanInteract: false + checkConsciousness: false icon: { sprite: Interface/Actions/pai-map.rsi, state: icon } event: !type:OpenUiActionEvent key: enum.StationMapUiKey.Key diff --git a/Resources/mapping_actions.yml b/Resources/mapping_actions.yml index 0dda6b38a52..9498c3062a3 100644 --- a/Resources/mapping_actions.yml +++ b/Resources/mapping_actions.yml @@ -3,6 +3,7 @@ entity: ReinforcedWindow keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -17,6 +18,7 @@ entity: WallSolid keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -31,6 +33,7 @@ entity: WallReinforced keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -45,6 +48,7 @@ entity: Window keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -59,6 +63,7 @@ entity: Firelock keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -73,6 +78,7 @@ entity: Grille keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -86,6 +92,7 @@ icon: Interface/VerbIcons/delete.svg.192dpi.png keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -104,6 +111,7 @@ entity: GasPipeStraight keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -118,6 +126,7 @@ entity: GasPipeBend keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -132,6 +141,7 @@ entity: GasPipeTJunction keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -146,6 +156,7 @@ entity: GasPipeFourway keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -160,6 +171,7 @@ entity: GasVentScrubber keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -174,6 +186,7 @@ entity: GasVentPump keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -188,6 +201,7 @@ entity: AirAlarm keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -202,6 +216,7 @@ entity: FireAlarm keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -216,6 +231,7 @@ entity: APCBasic keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -230,6 +246,7 @@ entity: CableApcExtension keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -244,6 +261,7 @@ entity: CableMV keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -258,6 +276,7 @@ entity: CableHV keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -272,6 +291,7 @@ entity: SubstationBasic keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -286,6 +306,7 @@ entity: Poweredlight keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -300,6 +321,7 @@ entity: EmergencyLight keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -314,6 +336,7 @@ entity: SMESBasic keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -328,6 +351,7 @@ entity: TableWood keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -342,6 +366,7 @@ entity: Table keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -356,6 +381,7 @@ entity: ChairWood keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -370,6 +396,7 @@ entity: Chair keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -384,6 +411,7 @@ entity: ChairOfficeLight keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -398,6 +426,7 @@ entity: StoolBar keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -412,6 +441,7 @@ entity: Stool keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -426,6 +456,7 @@ entity: Rack keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -440,6 +471,7 @@ entity: ChairOfficeDark keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -454,6 +486,7 @@ entity: LampGold keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -468,6 +501,7 @@ entity: DisposalPipe keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -482,6 +516,7 @@ entity: DisposalBend keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -496,6 +531,7 @@ entity: DisposalJunction keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -510,6 +546,7 @@ entity: DisposalJunctionFlipped keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -524,6 +561,7 @@ entity: DisposalRouter keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -538,6 +576,7 @@ entity: DisposalRouterFlipped keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -552,6 +591,7 @@ entity: DisposalUnit keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -566,6 +606,7 @@ entity: DisposalTrunk keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -580,6 +621,7 @@ entity: SignDisposalSpace keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -594,6 +636,7 @@ entity: Windoor keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -608,6 +651,7 @@ entity: WindowDirectional keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -622,6 +666,7 @@ entity: WindowReinforcedDirectional keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -636,6 +681,7 @@ entity: PlasmaWindowDirectional keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -650,6 +696,7 @@ entity: Railing keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -664,6 +711,7 @@ entity: RailingCorner keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -678,6 +726,7 @@ entity: RailingCornerSmall keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -693,6 +742,7 @@ name: RailingRound keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -706,6 +756,7 @@ entity: AirlockMaintLocked keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -720,6 +771,7 @@ entity: AirlockGlass keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -734,6 +786,7 @@ entity: AirlockServiceLocked keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -748,6 +801,7 @@ entity: AirlockSecurityLocked keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -762,6 +816,7 @@ entity: AirlockCommand keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -776,6 +831,7 @@ entity: AirlockScience keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -790,6 +846,7 @@ entity: AirlockMedical keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -804,6 +861,7 @@ entity: AirlockEngineering keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -818,6 +876,7 @@ entity: AirlockCargo keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -837,6 +896,7 @@ state: bot_left iconColor: '#EFB34196' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -857,6 +917,7 @@ state: delivery iconColor: '#EFB34196' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -877,6 +938,7 @@ state: warn_full iconColor: '#EFB34196' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -897,6 +959,7 @@ state: halftile_overlay iconColor: '#EFB34196' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -917,6 +980,7 @@ state: halftile_overlay iconColor: '#334E6DC8' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -937,6 +1001,7 @@ state: halftile_overlay iconColor: '#52B4E996' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -957,6 +1022,7 @@ state: halftile_overlay iconColor: '#9FED5896' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -977,6 +1043,7 @@ state: halftile_overlay iconColor: '#DE3A3A96' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -997,6 +1064,7 @@ state: halftile_overlay iconColor: '#D381C996' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -1017,6 +1085,7 @@ state: halftile_overlay iconColor: '#A4610696' checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -1031,6 +1100,7 @@ icon: /Textures/Tiles/steel.png keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -1044,6 +1114,7 @@ icon: /Textures/Tiles/plating.png keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True @@ -1059,6 +1130,7 @@ icon: /Textures/Tiles/cropped_parallax.png keywords: [] checkCanInteract: False + checkConsciousness: False clientExclusive: True autoPopulate: False temporary: True From 546639e8eea825e443bed16e2b915b147b3cab29 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 18 Mar 2024 22:36:52 +0000 Subject: [PATCH 039/213] Automatic changelog update (cherry picked from commit 6b966f63600a8ce3861187b0f6028d1927494eac) --- 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 4ee8f73eb8c..4f50f08e064 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Dygon - changes: - - message: Expendable light sources turned on through the verb menu now ignite the - surrounding area. - type: Fix - id: 5693 - time: '2024-01-13T16:24:40.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24027 - author: VasilisThePikachu changes: - message: Due to Nanotrashen's budget cuts, Space pens are no longer supplied on @@ -3812,3 +3804,12 @@ id: 6192 time: '2024-03-18T21:57:36.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25934 +- author: nikthechampiongr + changes: + - message: You can now use the SCRAM! implant while cuffed. + type: Fix + - message: The freedom implant can no longer be used while in crit, or dead. + type: Fix + id: 6193 + time: '2024-03-18T22:35:46.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25978 From 285804d4dd6da8164e0ab92fb20bee82f41bf396 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+slambamactionman@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:36:21 +0100 Subject: [PATCH 040/213] Fix recycled containers deleting items inside them (#26045) * Removes items from containers in reclaimers * Made it into an event instead * Sloth review comment * Fix indentation and rename field (cherry picked from commit d7484ae9f57477a5ec5c575e3077aa94c0564db6) --- .../Materials/SharedMaterialReclaimerSystem.cs | 10 +++++++++- .../Storage/EntitySystems/SharedStorageSystem.cs | 10 ++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Materials/SharedMaterialReclaimerSystem.cs b/Content.Shared/Materials/SharedMaterialReclaimerSystem.cs index 5a9ada7f586..50dce3c7669 100644 --- a/Content.Shared/Materials/SharedMaterialReclaimerSystem.cs +++ b/Content.Shared/Materials/SharedMaterialReclaimerSystem.cs @@ -1,7 +1,8 @@ -using System.Linq; +using System.Linq; using Content.Shared.Administration.Logs; using Content.Shared.Audio; using Content.Shared.Body.Components; +using Content.Shared.Coordinates; using Content.Shared.Database; using Content.Shared.Emag.Components; using Content.Shared.Emag.Systems; @@ -11,6 +12,7 @@ using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; +using Robust.Shared.Map; using Robust.Shared.Physics.Events; using Robust.Shared.Timing; @@ -110,6 +112,9 @@ public bool TryStartProcessItem(EntityUid uid, EntityUid item, MaterialReclaimer component.NextSound = Timing.CurTime + component.SoundCooldown; } + var reclaimedEvent = new GotReclaimedEvent(Transform(uid).Coordinates); + RaiseLocalEvent(item, ref reclaimedEvent); + var duration = GetReclaimingDuration(uid, item, component); // if it's instant, don't bother with all the active comp stuff. if (duration == TimeSpan.Zero) @@ -238,3 +243,6 @@ public override void Update(float frameTime) } } } + +[ByRefEvent] +public record struct GotReclaimedEvent(EntityCoordinates ReclaimerCoordinates); diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index 11075b4a4c7..799fb7e33e9 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -3,6 +3,7 @@ using System.Linq; using Content.Shared.ActionBlocker; using Content.Shared.Containers.ItemSlots; +using Content.Shared.Coordinates; using Content.Shared.Destructible; using Content.Shared.DoAfter; using Content.Shared.Hands.Components; @@ -12,6 +13,7 @@ using Content.Shared.Item; using Content.Shared.Lock; using Content.Shared.Nyanotrasen.Item.PseudoItem; +using Content.Shared.Materials; using Content.Shared.Placeable; using Content.Shared.Popups; using Content.Shared.Stacks; @@ -96,6 +98,9 @@ public override void Initialize() SubscribeAllEvent(OnSetItemLocation); SubscribeAllEvent(OnInsertItemIntoLocation); SubscribeAllEvent(OnRemoveItem); + + SubscribeLocalEvent(OnReclaimed); + UpdatePrototypeCache(); } @@ -389,6 +394,11 @@ private void OnDoAfter(EntityUid uid, StorageComponent component, AreaPickupDoAf args.Handled = true; } + private void OnReclaimed(EntityUid uid, StorageComponent storageComp, GotReclaimedEvent args) + { + _containerSystem.EmptyContainer(storageComp.Container, destination: args.ReclaimerCoordinates); + } + private void OnDestroy(EntityUid uid, StorageComponent storageComp, DestructionEventArgs args) { var coordinates = TransformSystem.GetMoverCoordinates(uid); From bc011088749da002fad8909d0a716507cdf9428d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 19 Mar 2024 02:37:27 +0000 Subject: [PATCH 041/213] Automatic changelog update (cherry picked from commit 545b61855c8dbc31a1ec9fb826825465606abf3c) --- 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 4f50f08e064..3ee3e006af7 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: VasilisThePikachu - changes: - - message: Due to Nanotrashen's budget cuts, Space pens are no longer supplied on - the station. - type: Remove - id: 5694 - time: '2024-01-13T20:20:11.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23970 - author: SlamBamActionman changes: - message: Ammo Techfab Circuitboard has been removed from Thief objectives. @@ -3813,3 +3805,10 @@ id: 6193 time: '2024-03-18T22:35:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25978 +- author: SlamBamActionman + changes: + - message: Recyclers no longer delete items stored inside of recycled entities. + type: Fix + id: 6194 + time: '2024-03-19T02:36:22.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26045 From 570c8a665514a58b5d9c505af9da27247fccff19 Mon Sep 17 00:00:00 2001 From: Verm <32827189+Vermidia@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:22:21 -0500 Subject: [PATCH 042/213] Fix artifact report info (#26252) * Update ArtifactReports.xml Fix conflicting info * Small tweak to wording (cherry picked from commit e70928fad8c849ac0fd48da1415b6b134f9336a8) --- Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml b/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml index 3d7e5131cab..a377c980e55 100644 --- a/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml +++ b/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml @@ -14,7 +14,7 @@ A large portion of Xenoarchaeology gameplay revolves around the interpretation o - [color=#a4885c]Edges:[/color] the amount of nodes that are connected to the current node. Using this, you can calculate the total number of nodes as well as organize a map of their connections. -- [color=#a4885c]Current value:[/color] the amount of research points an artifact is currently worth. This is an important factor in choosing when to stop research and destroy the artifact in exchange for points. +- [color=#a4885c]Current value:[/color] the amount of research points an artifact is currently worth. Extracting will set this to zero and traversing new nodes will increase it. Reports are a helpful tool in manipulating an artifact, especially in the later stages where you are traversing nodes that have already been activated. From 5cd69c7356e95474ee4b869ebb05f822a239aa9d Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 19 Mar 2024 03:23:26 +0000 Subject: [PATCH 043/213] Automatic changelog update (cherry picked from commit f8b54a06b745f171cbba3dfaea54e42876779f39) --- 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 3ee3e006af7..affc6604d73 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: SlamBamActionman - changes: - - message: Ammo Techfab Circuitboard has been removed from Thief objectives. - type: Remove - id: 5695 - time: '2024-01-13T20:55:03.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24037 - author: Varen changes: - message: Eggs can be drawn from with a syringe. @@ -3812,3 +3805,10 @@ id: 6194 time: '2024-03-19T02:36:22.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26045 +- author: Vermidia + changes: + - message: Made the Artifact Reports page up to date with current Xenoarchaeology + type: Tweak + id: 6195 + time: '2024-03-19T03:22:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26252 From 4bacc02a0e8b33b03794de1dcf95f9b39bf86cc3 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:30:56 +0100 Subject: [PATCH 044/213] Pulling rework v2 (#24936) * Pulling rework Fixing up the FOUR systems managing pulling, all the shitcode, and also making it nicer ingame. * More pulling cleanup * stats * More cleanup * First draft * More pulling * weh * Fix puller * Pulling working * Fix merge * Dunked * Self-merge time * Fix hotkey * Fix container changes * oop * Fix multi-pulling * Move alerts cleanup. * pulling fixes (cherry picked from commit c584f6444a85cc53edb060230f7e7b2b76cc87bf) --- Content.Client/Alerts/ClientAlertsSystem.cs | 23 +- .../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 | 31 +- .../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 | 39 +- .../Interaction/SharedInteractionSystem.cs | 10 +- .../Pulling/Components/PullableComponent.cs | 39 ++ .../Pulling/Components/PullerComponent.cs | 41 ++ .../Pulling/Events/AttemptPullEvent.cs | 13 + .../Pulling/Events/AttemptStopPullingEvent.cs | 10 + .../Pulling/Events/BeingPulledAttemptEvent.cs | 0 .../Movement/Pulling/Events/PullMessage.cs | 13 + .../Pulling/Events/PullStartedMessage.cs | 9 + .../Pulling/Events/PullStoppedMessage.cs | 13 + .../Pulling/Events/StartPullAttemptEvent.cs | 0 .../Movement/Pulling/Systems/PullingSystem.cs | 492 ++++++++++++++++++ .../Movement/Systems/SharedMoverController.cs | 10 +- .../Pulling/Components/PullableComponent.cs | 57 -- .../Components/SharedPullerComponent.cs | 23 - .../Pulling/Events/PullAttemptEvent.cs | 11 - Content.Shared/Pulling/Events/PullMessage.cs | 16 - .../Pulling/Events/PullStartedMessage.cs | 12 - .../Pulling/Events/PullStoppedMessage.cs | 11 - 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, 804 insertions(+), 1357 deletions(-) delete mode 100644 Content.Client/Pulling/PullingSystem.cs delete mode 100644 Content.Server/Physics/Controllers/PullController.cs delete mode 100644 Content.Server/Pulling/PullingSystem.cs create mode 100644 Content.Shared/Movement/Pulling/Components/PullableComponent.cs create mode 100644 Content.Shared/Movement/Pulling/Components/PullerComponent.cs create mode 100644 Content.Shared/Movement/Pulling/Events/AttemptPullEvent.cs create mode 100644 Content.Shared/Movement/Pulling/Events/AttemptStopPullingEvent.cs rename Content.Shared/{ => Movement}/Pulling/Events/BeingPulledAttemptEvent.cs (100%) create mode 100644 Content.Shared/Movement/Pulling/Events/PullMessage.cs create mode 100644 Content.Shared/Movement/Pulling/Events/PullStartedMessage.cs create mode 100644 Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs rename Content.Shared/{ => Movement}/Pulling/Events/StartPullAttemptEvent.cs (100%) create mode 100644 Content.Shared/Movement/Pulling/Systems/PullingSystem.cs delete mode 100644 Content.Shared/Pulling/Components/PullableComponent.cs delete mode 100644 Content.Shared/Pulling/Components/SharedPullerComponent.cs delete mode 100644 Content.Shared/Pulling/Events/PullAttemptEvent.cs delete mode 100644 Content.Shared/Pulling/Events/PullMessage.cs delete mode 100644 Content.Shared/Pulling/Events/PullStartedMessage.cs delete mode 100644 Content.Shared/Pulling/Events/PullStoppedMessage.cs delete mode 100644 Content.Shared/Pulling/PullableMoveMessage.cs delete mode 100644 Content.Shared/Pulling/PullableStopMovingMessage.cs delete mode 100644 Content.Shared/Pulling/Systems/SharedPullableSystem.cs delete mode 100644 Content.Shared/Pulling/Systems/SharedPullerSystem.cs delete mode 100644 Content.Shared/Pulling/Systems/SharedPullingStateManagementSystem.cs delete mode 100644 Content.Shared/Pulling/Systems/SharedPullingSystem.Actions.cs delete mode 100644 Content.Shared/Pulling/Systems/SharedPullingSystem.cs diff --git a/Content.Client/Alerts/ClientAlertsSystem.cs b/Content.Client/Alerts/ClientAlertsSystem.cs index 237f24e3eae..9c4ebb9cd2b 100644 --- a/Content.Client/Alerts/ClientAlertsSystem.cs +++ b/Content.Client/Alerts/ClientAlertsSystem.cs @@ -4,6 +4,7 @@ using Robust.Client.Player; using Robust.Shared.Player; using Robust.Shared.Prototypes; +using Robust.Shared.Timing; namespace Content.Client.Alerts; @@ -12,6 +13,7 @@ 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!; @@ -49,24 +51,23 @@ public IReadOnlyDictionary? ActiveAlerts protected override void AfterShowAlert(Entity alerts) { - if (_playerManager.LocalEntity != alerts.Owner) - return; - - SyncAlerts?.Invoke(this, alerts.Comp.Alerts); + UpdateHud(alerts); } - protected override void AfterClearAlert(Entity alertsComponent) + protected override void AfterClearAlert(Entity alerts) { - if (_playerManager.LocalEntity != alertsComponent.Owner) - return; + UpdateHud(alerts); + } - SyncAlerts?.Invoke(this, alertsComponent.Comp.Alerts); + private void ClientAlertsHandleState(Entity alerts, ref AfterAutoHandleStateEvent args) + { + UpdateHud(alerts); } - private void ClientAlertsHandleState(EntityUid uid, AlertsComponent component, ref AfterAutoHandleStateEvent args) + private void UpdateHud(Entity entity) { - if (_playerManager.LocalEntity == uid) - SyncAlerts?.Invoke(this, component.Alerts); + if (_playerManager.LocalEntity == entity.Owner) + SyncAlerts?.Invoke(this, entity.Comp.Alerts); } private void OnPlayerAttached(EntityUid uid, AlertsComponent component, LocalPlayerAttachedEvent args) diff --git a/Content.Client/Physics/Controllers/MoverController.cs b/Content.Client/Physics/Controllers/MoverController.cs index 7a8a6e39cff..31042854d4a 100644 --- a/Content.Client/Physics/Controllers/MoverController.cs +++ b/Content.Client/Physics/Controllers/MoverController.cs @@ -1,6 +1,7 @@ using Content.Shared.Movement.Components; +using Content.Shared.Movement.Pulling.Components; using Content.Shared.Movement.Systems; -using Content.Shared.Pulling.Components; +using Robust.Client.GameObjects; using Robust.Client.Physics; using Robust.Client.Player; using Robust.Shared.Physics.Components; @@ -24,7 +25,7 @@ public override void Initialize() SubscribeLocalEvent(OnUpdatePredicted); SubscribeLocalEvent(OnUpdateRelayTargetPredicted); - SubscribeLocalEvent(OnUpdatePullablePredicted); + SubscribeLocalEvent(OnUpdatePullablePredicted); } private void OnUpdatePredicted(EntityUid uid, InputMoverComponent component, ref UpdateIsPredictedEvent args) @@ -40,7 +41,7 @@ private void OnUpdateRelayTargetPredicted(EntityUid uid, MovementRelayTargetComp args.IsPredicted = true; } - private void OnUpdatePullablePredicted(EntityUid uid, SharedPullableComponent component, ref UpdateIsPredictedEvent args) + private void OnUpdatePullablePredicted(EntityUid uid, PullableComponent 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 deleted file mode 100644 index 556dadd00da..00000000000 --- a/Content.Client/Pulling/PullingSystem.cs +++ /dev/null @@ -1,21 +0,0 @@ -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 86d113defb1..2fa862f3df7 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.Physics.Pull; +using Content.Shared.Movement.Pulling.Events; using Content.Shared.Throwing; namespace Content.Client.Replay.Spectator; diff --git a/Content.Client/Throwing/ThrownItemVisualizerSystem.cs b/Content.Client/Throwing/ThrownItemVisualizerSystem.cs index bbd36731104..b25b4fbb7de 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)) + if (!TryComp(uid, out var sprite) || !component.Animate) return; var animationPlayer = EnsureComp(uid); diff --git a/Content.IntegrationTests/Tests/Puller/PullerTest.cs b/Content.IntegrationTests/Tests/Puller/PullerTest.cs index ba91f54ff77..87d174f7272 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 SharedPullerComponent? puller)) + if (!proto.TryGetComponent(out PullerComponent? puller)) continue; if (!puller.NeedsHands) diff --git a/Content.Server/Alert/Click/StopBeingPulled.cs b/Content.Server/Alert/Click/StopBeingPulled.cs index 2cf076fbeed..b02da38ecfa 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.Pulling.Components; -using Content.Shared.Pulling; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; 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 SharedPullableComponent? playerPullable)) + if (entityManager.TryGetComponent(player, out PullableComponent? playerPullable)) { - entityManager.System().TryStopPull(playerPullable); + entityManager.System().TryStopPull(player, playerPullable, user: player); } } } diff --git a/Content.Server/Alert/Click/StopPulling.cs b/Content.Server/Alert/Click/StopPulling.cs index 00a41495985..76f9569429f 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.Pulling; -using Content.Shared.Pulling.Components; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Systems; 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(); - var ps = entManager.System(); - var playerTarget = ps.GetPulled(player); - if (playerTarget != default && entManager.TryGetComponent(playerTarget, out SharedPullableComponent? playerPullable)) + if (entManager.TryGetComponent(player, out PullerComponent? puller) && + entManager.TryGetComponent(puller.Pulling, out PullableComponent? pullableComp)) { - ps.TryStopPull(playerPullable); + ps.TryStopPull(puller.Pulling.Value, pullableComp, user: player); } } } diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index f71f8b69742..d967013f652 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -19,7 +19,6 @@ 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; @@ -32,6 +31,8 @@ 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; @@ -475,14 +476,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 a783a9e0968..99958db2728 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -1,20 +1,24 @@ using System.Numerics; using Content.Server.Inventory; -using Content.Server.Pulling; using Content.Server.Stack; using Content.Server.Stunnable; using Content.Shared.ActionBlocker; using Content.Shared.Body.Part; using Content.Shared.CombatMode; +using Content.Shared.Damage.Systems; using Content.Shared.Explosion; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; +using Content.Shared.IdentityManagement; using Content.Shared.Input; using Content.Shared.Inventory.VirtualItem; -using Content.Shared.Physics.Pull; -using Content.Shared.Pulling.Components; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Movement.Pulling.Systems; using Content.Shared.Stacks; using Content.Shared.Throwing; +using Robust.Shared.Audio; +using Robust.Shared.Audio.Systems; using Robust.Shared.GameStates; using Robust.Shared.Input.Binding; using Robust.Shared.Map; @@ -38,7 +42,7 @@ public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem)}); + SubscribeLocalEvent(OnDisarmed, before: new[] {typeof(StunSystem), typeof(StaminaSystem)}); SubscribeLocalEvent(HandlePullStarted); SubscribeLocalEvent(HandlePullStopped); @@ -83,13 +87,14 @@ private void OnDisarmed(EntityUid uid, HandsComponent component, DisarmedEvent a return; // Break any pulls - if (TryComp(uid, out SharedPullerComponent? puller) && puller.Pulling is EntityUid pulled && - TryComp(pulled, out SharedPullableComponent? pullable)) - _pullingSystem.TryStopPull(pullable); + if (TryComp(uid, out PullerComponent? puller) && TryComp(puller.Pulling, out PullableComponent? pullable)) + _pullingSystem.TryStopPull(puller.Pulling.Value, pullable); if (!_handsSystem.TryDrop(uid, component.ActiveHand!, null, checkActionBlocker: false)) return; + args.PopupPrefix = "disarm-action-"; + args.Handled = true; // no shove/stun. } @@ -123,13 +128,13 @@ private void HandleBodyPartRemoved(EntityUid uid, HandsComponent component, ref private void HandlePullStarted(EntityUid uid, HandsComponent component, PullStartedMessage args) { - if (args.Puller.Owner != uid) + if (args.PullerUid != uid) return; - if (TryComp(args.Puller.Owner, out var pullerComp) && !pullerComp.NeedsHands) + if (TryComp(args.PullerUid, out var pullerComp) && !pullerComp.NeedsHands) return; - if (!_virtualItemSystem.TrySpawnVirtualItemInHand(args.Pulled.Owner, uid)) + if (!_virtualItemSystem.TrySpawnVirtualItemInHand(args.PulledUid, uid)) { DebugTools.Assert("Unable to find available hand when starting pulling??"); } @@ -137,7 +142,7 @@ private void HandlePullStarted(EntityUid uid, HandsComponent component, PullStar private void HandlePullStopped(EntityUid uid, HandsComponent component, PullStoppedMessage args) { - if (args.Puller.Owner != uid) + if (args.PullerUid != uid) return; // Try find hand that is doing this pull. @@ -146,8 +151,10 @@ private void HandlePullStopped(EntityUid uid, HandsComponent component, PullStop { if (hand.HeldEntity == null || !TryComp(hand.HeldEntity, out VirtualItemComponent? virtualItem) - || virtualItem.BlockingEntity != args.Pulled.Owner) + || virtualItem.BlockingEntity != args.PulledUid) + { 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 64a72b13cfa..d276be72187 100644 --- a/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs +++ b/Content.Server/NPC/HTN/Preconditions/PulledPrecondition.cs @@ -1,4 +1,5 @@ using Content.Shared.Pulling; +using PullingSystem = Content.Shared.Movement.Pulling.Systems.PullingSystem; namespace Content.Server.NPC.HTN.Preconditions; @@ -7,14 +8,14 @@ namespace Content.Server.NPC.HTN.Preconditions; /// 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 02d4ee010b5..0fe6f0947c8 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 8f58f807aae..00000000000 --- 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 69bb7c93704..00000000000 --- 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 239b6741608..9976d56da0b 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 3f680ec880b..44ffd02e038 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -26,6 +26,7 @@ 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.NPC.Components; using Content.Shared.NPC.Systems; @@ -33,7 +34,6 @@ 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; @@ -61,7 +61,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 @@ -280,7 +279,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 14438cc5912..4ec9600b0bd 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 b58bdf83e49..2527f745530 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -10,7 +10,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; @@ -19,6 +18,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; @@ -348,11 +348,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); } } @@ -361,12 +361,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 8f683356637..67218657e52 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 70bcfbab43f..f06278c6d73 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!; @@ -132,9 +131,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! @@ -175,7 +174,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)) @@ -198,7 +197,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 fc005fd30fa..5cade56aca1 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -21,9 +21,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 5656778a3f9..fc7cccf9bd6 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 ba4d9fc24f8..3583947ee36 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; @@ -33,18 +39,17 @@ public override void Initialize() Subs.CVar(_configManager, CCVars.TileFrictionModifier, value => _frictionModifier = value, true); Subs.CVar(_configManager, CCVars.StopSpeed, value => _stopSpeed = value, true); + _frictionQuery = GetEntityQuery(); + _xformQuery = GetEntityQuery(); + _pullerQuery = GetEntityQuery(); + _pullableQuery = GetEntityQuery(); + _gridQuery = GetEntityQuery(); } public override void UpdateBeforeMapSolve(bool prediction, PhysicsMapComponent mapComponent, float frameTime) { 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; @@ -60,16 +65,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; } @@ -82,8 +87,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; } @@ -163,9 +168,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)) @@ -175,9 +178,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; } @@ -197,7 +200,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 7d5e390b6f0..7c85ede9b07 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 00000000000..db889e7e3bd --- /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 00000000000..1fc9b731bd5 --- /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 00000000000..b0101c46996 --- /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 00000000000..cd7edc5f623 --- /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 00000000000..a427e448d5c --- /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 00000000000..29460e1dfc1 --- /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 00000000000..47aa34562fb --- /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 00000000000..33794ba169e --- /dev/null +++ b/Content.Shared/Movement/Pulling/Systems/PullingSystem.cs @@ -0,0 +1,492 @@ +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(OnPullableContainerInsert); + + SubscribeLocalEvent(OnPullerContainerInsert); + SubscribeLocalEvent(OnPullerUnpaused); + SubscribeLocalEvent(OnVirtualItemDeleted); + SubscribeLocalEvent(OnRefreshMovespeed); + + CommandBinds.Builder + .Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(OnRequestMovePulledObject)) + .Bind(ContentKeyFunctions.ReleasePulledObject, InputCmdHandler.FromDelegate(OnReleasePulledObject, handle: false)) + .Register(); + } + + private void OnPullerContainerInsert(Entity ent, ref EntGotInsertedIntoContainerMessage args) + { + if (ent.Comp.Pulling == null) return; + + if (!TryComp(ent.Comp.Pulling.Value, out PullableComponent? pulling)) + return; + + TryStopPull(ent.Comp.Pulling.Value, pulling, ent.Owner); + } + + private void OnPullableContainerInsert(Entity ent, ref EntGotInsertedIntoContainerMessage args) + { + TryStopPull(ent.Owner, ent.Comp); + } + + 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) + { + // Just handles the joint getting nuked without going through pulling system (valid behavior). + + // 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 || component.Puller == null) + return; + + StopPulling(uid, component); + } + + /// + /// Forces pulling to stop and handles cleanup. + /// + private void StopPulling(EntityUid pullableUid, PullableComponent pullableComp) + { + if (!_timing.ApplyingState) + { + if (TryComp(pullableUid, out var pullablePhysics)) + { + _physics.SetFixedRotation(pullableUid, pullableComp.PrevFixedRotation, body: pullablePhysics); + } + } + + // No more joints with puller -> force stop pull. + if (TryComp(pullableComp.Puller, out var pullerComp)) + { + var pullerUid = pullableComp.Puller.Value; + _alertsSystem.ClearAlert(pullerUid, AlertType.Pulling); + pullerComp.Pulling = null; + Dirty(pullableComp.Puller.Value, pullerComp); + + // Messaging + var message = new PullStoppedMessage(pullerUid, pullableUid); + _modifierSystem.RefreshMovementSpeedModifiers(pullerUid); + _adminLogger.Add(LogType.Action, LogImpact.Low, $"{ToPrettyString(pullerUid):user} stopped pulling {ToPrettyString(pullableUid):target}"); + + RaiseLocalEvent(pullerUid, message); + RaiseLocalEvent(pullableUid, message); + } + + pullableComp.PullJointId = null; + pullableComp.Puller = null; + Dirty(pullableUid, pullableComp); + + _alertsSystem.ClearAlert(pullableUid, AlertType.Pulled); + } + + 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; + } + + // Is the pullable currently being pulled by something else? + if (pullableComp.Puller != null) + { + // Uhhh + if (pullableComp.Puller == pullerUid) + return false; + + if (!TryStopPull(pullableUid, pullableComp, pullerUid)) + 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 msg = new AttemptStopPullingEvent(user); + RaiseLocalEvent(pullableUid, msg, true); + + if (msg.Cancelled) + return false; + + // Stop pulling confirmed! + if (!_timing.ApplyingState) + { + // Joint shutdown + if (pullable.PullJointId != null) + { + _joints.RemoveJoint(pullableUid, pullable.PullJointId); + pullable.PullJointId = null; + } + } + + StopPulling(pullableUid, pullable); + return true; + } +} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 4d9eedbf7c4..4ba5edeb612 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; using Content.Shared.StepTrigger.Components; // Delta V-NoShoesSilentFootstepsComponent namespace Content.Shared.Movement.Systems @@ -55,7 +55,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; @@ -87,7 +87,7 @@ public override void Initialize() RelayTargetQuery = GetEntityQuery(); PhysicsQuery = GetEntityQuery(); RelayQuery = GetEntityQuery(); - PullableQuery = GetEntityQuery(); + PullableQuery = GetEntityQuery(); XformQuery = GetEntityQuery(); NoRotateQuery = GetEntityQuery(); CanMoveInAirQuery = GetEntityQuery(); @@ -378,7 +378,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; } @@ -440,7 +440,7 @@ 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 _)) diff --git a/Content.Shared/Pulling/Components/PullableComponent.cs b/Content.Shared/Pulling/Components/PullableComponent.cs deleted file mode 100644 index c5c30688699..00000000000 --- 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 57a86e7f7a8..00000000000 --- 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 6296dc2f14f..00000000000 --- 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 b11de7c1702..00000000000 --- 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 0ede284bb0c..00000000000 --- 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 afcbcb70740..00000000000 --- 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 46c6b1291d6..00000000000 --- 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 0233e32f2b4..00000000000 --- 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 3dab476337b..00000000000 --- 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 e388d7a57c6..00000000000 --- 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 38ed8998898..00000000000 --- 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 1e2bb90c61e..00000000000 --- 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 0c139ee9e35..00000000000 --- 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 7b9ce841a99..622edc4b62e 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; @@ -11,7 +11,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() @@ -54,8 +54,8 @@ private void ToggleBarrierDeploy(EntityUid uid, bool isDeployed, DeployableBarri _physics.SetHard(uid, fixture, false); } - 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 ebd83624114..8d67aec518a 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 54294318315..7c861a85adb 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 16c9b13254c..f7defaa4aab 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), AutoGenerateComponentPause] 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 b3b5bcf7870..664b4a36a46 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; @@ -85,8 +84,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 2c68b24cce5442e0ee835cbb0faf79914a609367 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:48:52 -0400 Subject: [PATCH 045/213] Store Refund Fix (#26251) Removes else that accidentally enables refunds (cherry picked from commit 9b8f7c06fac02c83a65234f39f0435d6ffa59112) --- Content.Server/Store/Systems/StoreSystem.Ui.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 25b1cd1f6c0..281d8f57267 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -165,8 +165,6 @@ private void OnBuyRequest(EntityUid uid, StoreComponent component, StoreBuyListi if (!IsOnStartingMap(uid, component)) component.RefundAllowed = false; - else - component.RefundAllowed = true; //subtract the cash foreach (var (currency, value) in listing.Cost) From 09adbf368bd3b6c71f2bf7b2af8093ba6844f547 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 19 Mar 2024 03:49:58 +0000 Subject: [PATCH 046/213] Automatic changelog update (cherry picked from commit fb804d806dc27a42cec58cb56732ec347e22ede5) --- 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 affc6604d73..12588b91275 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Varen - changes: - - message: Eggs can be drawn from with a syringe. - type: Tweak - id: 5696 - time: '2024-01-13T20:57:20.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24042 - author: degradka changes: - message: Prevent oversized items from being placed in the microwave. @@ -3812,3 +3805,10 @@ id: 6195 time: '2024-03-19T03:22:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26252 +- author: keronshb + changes: + - message: Fixed a bug where stores were enabling refunds after a purchase + type: Fix + id: 6196 + time: '2024-03-19T03:48:52.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26251 From 9639500f57eac4a4bfdb06d2dde5986ce5a7a5cc Mon Sep 17 00:00:00 2001 From: Verm <32827189+Vermidia@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:04:38 -0500 Subject: [PATCH 047/213] Changed current value to unextracted value in artifact report guidebook (#26253) * Fix name Forgot the name was also different * Fix Name, wording happened so fast I messed up (cherry picked from commit 06b3f273ea8468eecea9c225cfbf54d17ea8c9c2) --- Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml b/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml index a377c980e55..b7ba3d4c8b4 100644 --- a/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml +++ b/Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml @@ -14,7 +14,7 @@ A large portion of Xenoarchaeology gameplay revolves around the interpretation o - [color=#a4885c]Edges:[/color] the amount of nodes that are connected to the current node. Using this, you can calculate the total number of nodes as well as organize a map of their connections. -- [color=#a4885c]Current value:[/color] the amount of research points an artifact is currently worth. Extracting will set this to zero and traversing new nodes will increase it. +- [color=#a4885c]Unextracted value:[/color] the amount of research points an artifact will give when extracted. Extracting sets this to zero and traversing new nodes increases it. Reports are a helpful tool in manipulating an artifact, especially in the later stages where you are traversing nodes that have already been activated. From ad5628777b7d923e8844cb6f84d781810664eb8a Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:09:00 +0200 Subject: [PATCH 048/213] Simplify DoAfterArgs behavior for movement and distance checks (#25226) * Merge BreakOnWeightlessMove and BreakOnMove. Provide different theshold for weightless movement. * Adjust WeightlessMovementThresholds. Put a thing I forgot to put in the doafterargs. * Make DoAfterArgs only use OnMove to determine whether to check for movement and MoveThreshold to determine the threshold regardless of weightlessness. Gave DistanceThreshold a default value which will always be checked now. * Fix issue introduced by merge. * Use interaction system for determining whether a distance is within range * Fix incorrect doafter args introduced by previous merge. Forgor to commit these. * Exorcise ghost. The execution system should have been deleted when I merged previously. For a reason I cannot comprehend it came back, but only the execution system. * Exorcise ghost Pt. 2 * Allow for movement check to be overriden in zero g and adjust doafter args where needed. You can now override checking for movement in zero g with the BreakOnWeightlessMove bool. By default it will check. The following doafters were made to ignore the movement check in zero g: - Healing yourself with healing items, - Removing embedded projectiles, - Using tools like welders and crowbars * Adjust distance for cuffing/uncuffing to work. Make injections not break on weightless movement. * Fix evil incorrect and uneeded comments (cherry picked from commit 362d56981fd7654f6ebec36f16cc8fabdd04b6a7) --- .../Access/Systems/AccessOverriderSystem.cs | 3 +- Content.Server/Animals/Systems/UdderSystem.cs | 5 +- .../Body/Systems/InternalsSystem.cs | 3 +- .../Botany/Systems/BotanySwabSystem.cs | 3 +- .../Chemistry/EntitySystems/InjectorSystem.cs | 4 +- .../Communications/CommsHackerSystem.cs | 2 +- .../ConstructionSystem.Initial.cs | 3 +- .../ConstructionSystem.Interactions.cs | 3 +- .../Construction/PartExchangerSystem.cs | 2 +- .../Unit/EntitySystems/DisposalUnitSystem.cs | 3 +- .../DisassembleOnAltVerbSystem.cs | 2 +- .../EntitySystems/SpawnAfterInteractSystem.cs | 2 +- .../Ensnaring/EnsnareableSystem.Ensnaring.cs | 3 +- .../Fluids/EntitySystems/DrainSystem.cs | 3 +- .../EntitySystems/PuddleSystem.Spillable.cs | 3 +- .../Forensics/Systems/ForensicPadSystem.cs | 5 +- .../Systems/ForensicScannerSystem.cs | 3 +- .../Forensics/Systems/ForensicsSystem.cs | 2 +- Content.Server/Guardian/GuardianSystem.cs | 6 +- Content.Server/Implants/ImplanterSystem.cs | 6 +- .../EntitySystems/KitchenSpikeSystem.cs | 3 +- .../Kitchen/EntitySystems/SharpSystem.cs | 3 +- .../Light/EntitySystems/PoweredLightSystem.cs | 2 +- Content.Server/Magic/MagicSystem.cs | 3 +- .../MagicMirror/MagicMirrorSystem.cs | 15 +--- .../EntitySystems/MechGrabberSystem.cs | 3 +- .../Mech/Systems/MechEquipmentSystem.cs | 3 +- Content.Server/Mech/Systems/MechSystem.cs | 15 ++-- .../BiomassReclaimerSystem.cs | 5 +- Content.Server/Medical/CryoPodSystem.cs | 3 +- Content.Server/Medical/DefibrillatorSystem.cs | 2 - Content.Server/Medical/HealingSystem.cs | 5 +- .../Medical/HealthAnalyzerSystem.cs | 5 +- .../Medical/Stethoscope/StethoscopeSystem.cs | 5 +- .../Ninja/Systems/BatteryDrainerSystem.cs | 3 +- Content.Server/Nuke/NukeSystem.cs | 3 +- .../Nutrition/EntitySystems/DrinkSystem.cs | 3 +- .../Nutrition/EntitySystems/FoodSystem.cs | 3 +- .../EntitySystems/SmokingSystem.Vape.cs | 3 +- .../Generator/PortableGeneratorSystem.cs | 2 +- .../Resist/EscapeInventorySystem.cs | 3 +- Content.Server/Resist/ResistLockerSystem.cs | 3 +- .../EntitySystems/RevenantSystem.Abilities.cs | 4 +- .../SprayPainter/SprayPainterSystem.cs | 3 +- Content.Server/Sticky/Systems/StickySystem.cs | 6 +- Content.Server/Strip/StrippableSystem.cs | 12 ++-- .../Teleportation/HandTeleporterSystem.cs | 2 +- Content.Server/Wires/WiresSystem.cs | 2 +- Content.Shared/Burial/BurialSystem.cs | 6 +- Content.Shared/Climbing/Systems/BonkSystem.cs | 3 +- .../Climbing/Systems/ClimbSystem.cs | 3 +- .../EntitySystems/ToggleableClothingSystem.cs | 2 +- Content.Shared/Cuffs/SharedCuffableSystem.cs | 12 ++-- Content.Shared/Devour/SharedDevourSystem.cs | 6 +- Content.Shared/DoAfter/DoAfter.cs | 6 -- Content.Shared/DoAfter/DoAfterArgs.cs | 25 +++---- .../DoAfter/SharedDoAfterSystem.Update.cs | 71 +++++++++++-------- Content.Shared/DoAfter/SharedDoAfterSystem.cs | 5 +- .../Inventory/InventorySystem.Equip.cs | 6 +- Content.Shared/Lock/LockSystem.cs | 4 +- .../Mech/EntitySystems/SharedMechSystem.cs | 2 +- .../Projectiles/SharedProjectileSystem.cs | 5 +- Content.Shared/Prying/Systems/PryingSystem.cs | 3 +- Content.Shared/RCD/Systems/RCDSystem.cs | 3 +- Content.Shared/RatKing/SharedRatKingSystem.cs | 2 +- .../Systems/SharedResearchStealerSystem.cs | 4 +- .../Salvage/Fulton/SharedFultonSystem.cs | 3 +- .../Sericulture/SericultureSystem.cs | 2 +- .../Species/Systems/ReformSystem.cs | 6 +- .../SprayPainter/SharedSprayPainterSystem.cs | 3 +- .../Storage/EntitySystems/DumpableSystem.cs | 3 +- .../EntitySystems/SharedStorageSystem.cs | 2 +- .../Tools/Systems/SharedToolSystem.cs | 4 +- .../SharedVendingMachineSystem.Restock.cs | 3 +- .../Systems/SharedGunSystem.Ballistic.cs | 3 +- 75 files changed, 158 insertions(+), 229 deletions(-) diff --git a/Content.Server/Access/Systems/AccessOverriderSystem.cs b/Content.Server/Access/Systems/AccessOverriderSystem.cs index 10d7fd0f7a7..684312c7c11 100644 --- a/Content.Server/Access/Systems/AccessOverriderSystem.cs +++ b/Content.Server/Access/Systems/AccessOverriderSystem.cs @@ -55,8 +55,7 @@ private void AfterInteractOn(EntityUid uid, AccessOverriderComponent component, var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.DoAfter, new AccessOverriderDoAfterEvent(), uid, target: args.Target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true, }; diff --git a/Content.Server/Animals/Systems/UdderSystem.cs b/Content.Server/Animals/Systems/UdderSystem.cs index ef43c2c89d0..b7856e90423 100644 --- a/Content.Server/Animals/Systems/UdderSystem.cs +++ b/Content.Server/Animals/Systems/UdderSystem.cs @@ -15,7 +15,7 @@ namespace Content.Server.Animals.Systems; /// -/// Gives ability to produce milkable reagents, produces endless if the +/// Gives ability to produce milkable reagents, produces endless if the /// owner has no HungerComponent /// internal sealed class UdderSystem : EntitySystem @@ -76,9 +76,8 @@ private void AttemptMilk(Entity udder, EntityUid userUid, Entit var doargs = new DoAfterArgs(EntityManager, userUid, 5, new MilkingDoAfterEvent(), udder, udder, used: containerUid) { - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, - BreakOnTargetMove = true, MovementThreshold = 1.0f, }; diff --git a/Content.Server/Body/Systems/InternalsSystem.cs b/Content.Server/Body/Systems/InternalsSystem.cs index 007cbdf0848..004dae99b97 100644 --- a/Content.Server/Body/Systems/InternalsSystem.cs +++ b/Content.Server/Body/Systems/InternalsSystem.cs @@ -109,9 +109,8 @@ private void StartToggleInternalsDoAfter(EntityUid user, EntityUid target, Inter _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, user, delay, new InternalsDoAfterEvent(), target, target: target) { - BreakOnUserMove = true, BreakOnDamage = true, - BreakOnTargetMove = true, + BreakOnMove = true, MovementThreshold = 0.1f, }); } diff --git a/Content.Server/Botany/Systems/BotanySwabSystem.cs b/Content.Server/Botany/Systems/BotanySwabSystem.cs index 8f300c94486..f6190bae4ea 100644 --- a/Content.Server/Botany/Systems/BotanySwabSystem.cs +++ b/Content.Server/Botany/Systems/BotanySwabSystem.cs @@ -47,8 +47,7 @@ private void OnAfterInteract(EntityUid uid, BotanySwabComponent swab, AfterInter _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, swab.SwabDelay, new BotanySwabDoAfterEvent(), uid, target: args.Target, used: uid) { Broadcast = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }); } diff --git a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs index e718e14683b..85d4ade3a4a 100644 --- a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs @@ -205,9 +205,9 @@ private void InjectDoAfter(Entity injector, EntityUid target, DoAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, user, actualDelay, new InjectorDoAfterEvent(), injector.Owner, target: target, used: injector.Owner) { - BreakOnUserMove = true, + BreakOnMove = true, + BreakOnWeightlessMove = false, BreakOnDamage = true, - BreakOnTargetMove = true, NeedHand = true, BreakOnHandChange = true, MovementThreshold = 0.1f, diff --git a/Content.Server/Communications/CommsHackerSystem.cs b/Content.Server/Communications/CommsHackerSystem.cs index 1248d214003..44b3aa28bdf 100644 --- a/Content.Server/Communications/CommsHackerSystem.cs +++ b/Content.Server/Communications/CommsHackerSystem.cs @@ -45,7 +45,7 @@ private void OnBeforeInteractHand(EntityUid uid, CommsHackerComponent comp, Befo var doAfterArgs = new DoAfterArgs(EntityManager, uid, comp.Delay, new TerrorDoAfterEvent(), target: target, used: uid, eventTarget: uid) { BreakOnDamage = true, - BreakOnUserMove = true, + BreakOnMove = true, MovementThreshold = 0.5f, CancelDuplicate = false }; diff --git a/Content.Server/Construction/ConstructionSystem.Initial.cs b/Content.Server/Construction/ConstructionSystem.Initial.cs index e0bdf096296..29803665001 100644 --- a/Content.Server/Construction/ConstructionSystem.Initial.cs +++ b/Content.Server/Construction/ConstructionSystem.Initial.cs @@ -250,8 +250,7 @@ void ShutdownContainers() var doAfterArgs = new DoAfterArgs(EntityManager, user, doAfterTime, new AwaitedDoAfterEvent(), null) { BreakOnDamage = true, - BreakOnTargetMove = false, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = false, // allow simultaneously starting several construction jobs using the same stack of materials. CancelDuplicate = false, diff --git a/Content.Server/Construction/ConstructionSystem.Interactions.cs b/Content.Server/Construction/ConstructionSystem.Interactions.cs index 946aaa0d3ee..59a5fd6af51 100644 --- a/Content.Server/Construction/ConstructionSystem.Interactions.cs +++ b/Content.Server/Construction/ConstructionSystem.Interactions.cs @@ -288,8 +288,7 @@ private HandleResult HandleInteraction(EntityUid uid, object ev, ConstructionGra var doAfterEventArgs = new DoAfterArgs(EntityManager, interactUsing.User, step.DoAfter, doAfterEv, uid, uid, interactUsing.Used) { BreakOnDamage = false, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }; diff --git a/Content.Server/Construction/PartExchangerSystem.cs b/Content.Server/Construction/PartExchangerSystem.cs index ee5edcbd0a0..174dd1d2faa 100644 --- a/Content.Server/Construction/PartExchangerSystem.cs +++ b/Content.Server/Construction/PartExchangerSystem.cs @@ -174,7 +174,7 @@ private void OnAfterInteract(EntityUid uid, PartExchangerComponent component, Af _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.ExchangeDuration, new ExchangerDoAfterEvent(), uid, target: args.Target, used: uid) { BreakOnDamage = true, - BreakOnUserMove = true + BreakOnMove = true }); } } diff --git a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs index 6938792315c..df375de6951 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs @@ -512,8 +512,7 @@ public bool TryInsert(EntityUid unitId, EntityUid toInsertId, EntityUid? userId, var doAfterArgs = new DoAfterArgs(EntityManager, userId.Value, delay, new DisposalDoAfterEvent(), unitId, target: toInsertId, used: unitId) { BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = false }; diff --git a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs index 08bf68c4d29..61b6f3d93d2 100644 --- a/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs +++ b/Content.Server/Engineering/EntitySystems/DisassembleOnAltVerbSystem.cs @@ -45,7 +45,7 @@ public async void AttemptDisassemble(EntityUid uid, EntityUid user, EntityUid ta { var doAfterArgs = new DoAfterArgs(EntityManager, user, component.DoAfterTime, new AwaitedDoAfterEvent(), null) { - BreakOnUserMove = true, + BreakOnMove = true, }; var result = await doAfterSystem.WaitDoAfter(doAfterArgs); diff --git a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs index 61c4937a271..57999ae48ce 100644 --- a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs +++ b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs @@ -47,7 +47,7 @@ bool IsTileClear() { var doAfterArgs = new DoAfterArgs(EntityManager, args.User, component.DoAfterTime, new AwaitedDoAfterEvent(), null) { - BreakOnUserMove = true, + BreakOnMove = true, }; var result = await _doAfterSystem.WaitDoAfter(doAfterArgs); diff --git a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs index 169daca07ac..12c701866c6 100644 --- a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs +++ b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs @@ -118,8 +118,7 @@ public void TryFree(EntityUid target, EntityUid user, EntityUid ensnare, Ensnar var doAfterEventArgs = new DoAfterArgs(EntityManager, user, freeTime, new EnsnareableDoAfterEvent(), target, target: target, used: ensnare) { - BreakOnUserMove = breakOnMove, - BreakOnTargetMove = breakOnMove, + BreakOnMove = breakOnMove, BreakOnDamage = false, NeedHand = true, BlockDuplicate = true, diff --git a/Content.Server/Fluids/EntitySystems/DrainSystem.cs b/Content.Server/Fluids/EntitySystems/DrainSystem.cs index 19cb650db7c..b8fa04b872e 100644 --- a/Content.Server/Fluids/EntitySystems/DrainSystem.cs +++ b/Content.Server/Fluids/EntitySystems/DrainSystem.cs @@ -239,9 +239,8 @@ private void OnInteract(Entity entity, ref AfterInteractUsingEve var doAfterArgs = new DoAfterArgs(EntityManager, args.User, entity.Comp.UnclogDuration, new DrainDoAfterEvent(), entity, args.Target, args.Used) { - BreakOnTargetMove = true, - BreakOnUserMove = true, BreakOnDamage = true, + BreakOnMove = true, BreakOnHandChange = true }; diff --git a/Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs b/Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs index 3cd6d06aebd..efaca271d3b 100644 --- a/Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs +++ b/Content.Server/Fluids/EntitySystems/PuddleSystem.Spillable.cs @@ -203,9 +203,8 @@ private void AddSpillVerb(Entity entity, ref GetVerbsEvent(args.Used, out var tool) && tool.Qualities.Contains("Prying") && component.BatterySlot.ContainedEntity != null) { - var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.BatteryRemovalDelay, new RemoveBatteryEvent(), uid, target: uid, used: args.Target) + var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.BatteryRemovalDelay, + new RemoveBatteryEvent(), uid, target: uid, used: args.Target) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true }; _doAfter.TryStartDoAfter(doAfterEventArgs); @@ -182,7 +182,7 @@ private void OnAlternativeVerb(EntityUid uid, MechComponent component, GetVerbsE { var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.EntryDelay, new MechEntryEvent(), uid, target: uid) { - BreakOnUserMove = true, + BreakOnMove = true, }; _doAfter.TryStartDoAfter(doAfterEventArgs); @@ -210,11 +210,8 @@ private void OnAlternativeVerb(EntityUid uid, MechComponent component, GetVerbsE return; } - var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.ExitDelay, new MechExitEvent(), uid, target: uid) - { - BreakOnUserMove = true, - BreakOnTargetMove = true, - }; + var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.ExitDelay, + new MechExitEvent(), uid, target: uid); _doAfter.TryStartDoAfter(doAfterEventArgs); } diff --git a/Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs b/Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs index d07858aec5c..f8d5139a46a 100644 --- a/Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs +++ b/Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs @@ -165,9 +165,8 @@ private void OnAfterInteractUsing(Entity reclaimer, r var delay = reclaimer.Comp.BaseInsertionDelay * physics.FixturesMass; _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, delay, new ReclaimerDoAfterEvent(), reclaimer, target: args.Target, used: args.Used) { - BreakOnTargetMove = true, - BreakOnUserMove = true, - NeedHand = true + NeedHand = true, + BreakOnMove = true }); } diff --git a/Content.Server/Medical/CryoPodSystem.cs b/Content.Server/Medical/CryoPodSystem.cs index 4ab94c72b9f..a7d12d9f0fd 100644 --- a/Content.Server/Medical/CryoPodSystem.cs +++ b/Content.Server/Medical/CryoPodSystem.cs @@ -142,8 +142,7 @@ private void HandleDragDropOn(Entity entity, ref DragDropTarge var doAfterArgs = new DoAfterArgs(EntityManager, args.User, entity.Comp.EntryDelay, new CryoPodDragFinished(), entity, target: args.Dragged, used: entity) { BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = false, }; _doAfterSystem.TryStartDoAfter(doAfterArgs); diff --git a/Content.Server/Medical/DefibrillatorSystem.cs b/Content.Server/Medical/DefibrillatorSystem.cs index bf2f8805326..c8410c7c3c5 100644 --- a/Content.Server/Medical/DefibrillatorSystem.cs +++ b/Content.Server/Medical/DefibrillatorSystem.cs @@ -177,8 +177,6 @@ public bool TryStartZap(EntityUid uid, EntityUid target, EntityUid user, Defibri uid, target, uid) { BlockDuplicate = true, - BreakOnUserMove = true, - BreakOnTargetMove = true, BreakOnHandChange = true, NeedHand = true }); diff --git a/Content.Server/Medical/HealingSystem.cs b/Content.Server/Medical/HealingSystem.cs index e7362d481ed..24cf7d2c089 100644 --- a/Content.Server/Medical/HealingSystem.cs +++ b/Content.Server/Medical/HealingSystem.cs @@ -196,12 +196,11 @@ targetDamage.DamageContainerID is not null && var doAfterEventArgs = new DoAfterArgs(EntityManager, user, delay, new HealingDoAfterEvent(), target, target: target, used: uid) { - //Raise the event on the target if it's not self, otherwise raise it on self. - BreakOnUserMove = true, - BreakOnTargetMove = true, // Didn't break on damage as they may be trying to prevent it and // not being able to heal your own ticking damage would be frustrating. NeedHand = true, + BreakOnMove = true, + BreakOnWeightlessMove = false, }; _doAfter.TryStartDoAfter(doAfterEventArgs); diff --git a/Content.Server/Medical/HealthAnalyzerSystem.cs b/Content.Server/Medical/HealthAnalyzerSystem.cs index 0e893c41145..01d0d5c791e 100644 --- a/Content.Server/Medical/HealthAnalyzerSystem.cs +++ b/Content.Server/Medical/HealthAnalyzerSystem.cs @@ -76,9 +76,8 @@ private void OnAfterInteract(Entity uid, ref AfterInter _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, uid.Comp.ScanDelay, new HealthAnalyzerDoAfterEvent(), uid, target: args.Target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, - NeedHand = true + NeedHand = true, + BreakOnMove = true }); } diff --git a/Content.Server/Medical/Stethoscope/StethoscopeSystem.cs b/Content.Server/Medical/Stethoscope/StethoscopeSystem.cs index 9521c14f2e3..f1864bb3a1c 100644 --- a/Content.Server/Medical/Stethoscope/StethoscopeSystem.cs +++ b/Content.Server/Medical/Stethoscope/StethoscopeSystem.cs @@ -107,9 +107,8 @@ private void StartListening(EntityUid scope, EntityUid user, EntityUid target, S { _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, user, comp.Delay, new StethoscopeDoAfterEvent(), scope, target: target, used: scope) { - BreakOnTargetMove = true, - BreakOnUserMove = true, - NeedHand = true + NeedHand = true, + BreakOnMove = true, }); } diff --git a/Content.Server/Ninja/Systems/BatteryDrainerSystem.cs b/Content.Server/Ninja/Systems/BatteryDrainerSystem.cs index 552ee0397fb..59dec556fa0 100644 --- a/Content.Server/Ninja/Systems/BatteryDrainerSystem.cs +++ b/Content.Server/Ninja/Systems/BatteryDrainerSystem.cs @@ -50,9 +50,8 @@ private void OnBeforeInteractHand(EntityUid uid, BatteryDrainerComponent comp, B var doAfterArgs = new DoAfterArgs(EntityManager, uid, comp.DrainTime, new DrainDoAfterEvent(), target: target, eventTarget: uid) { - BreakOnUserMove = true, - BreakOnWeightlessMove = true, // prevent a ninja on a pod remotely draining it MovementThreshold = 0.5f, + BreakOnMove = true, CancelDuplicate = false, AttemptFrequency = AttemptFrequency.StartAndEnd }; diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index d6767cd2de8..60163015cc4 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -591,8 +591,7 @@ private void DisarmBombDoafter(EntityUid uid, EntityUid user, NukeComponent nuke var doAfter = new DoAfterArgs(EntityManager, user, nuke.DisarmDoafterLength, new NukeDisarmDoAfterEvent(), uid, target: uid) { BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }; diff --git a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs index 6327cf6ae2c..5fb090087a7 100644 --- a/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/DrinkSystem.cs @@ -283,9 +283,8 @@ private bool TryDrink(EntityUid user, EntityUid target, DrinkComponent drink, En target: target, used: item) { - BreakOnUserMove = forceDrink, + BreakOnMove = forceDrink, BreakOnDamage = true, - BreakOnTargetMove = forceDrink, MovementThreshold = 0.01f, DistanceThreshold = 1.0f, // Mice and the like can eat without hands. diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 2b627151339..d87b0bd0b02 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -180,9 +180,8 @@ private void OnFeedFood(Entity entity, ref AfterInteractEvent arg target: target, used: food) { - BreakOnUserMove = forceFeed, + BreakOnMove = forceFeed, BreakOnDamage = true, - BreakOnTargetMove = forceFeed, MovementThreshold = 0.01f, DistanceThreshold = MaxFeedDistance, // Mice and the like can eat without hands. diff --git a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs index fe0d1d0c168..fb56dffac96 100644 --- a/Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs +++ b/Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs @@ -113,8 +113,7 @@ private void OnVapeInteraction(Entity entity, ref AfterInteractEv var vapeDoAfterEvent = new VapeDoAfterEvent(solution, forced); _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, delay, vapeDoAfterEvent, entity.Owner, target: args.Target, used: entity.Owner) { - BreakOnTargetMove = true, - BreakOnUserMove = false, + BreakOnMove = false, BreakOnDamage = true }); } diff --git a/Content.Server/Power/Generator/PortableGeneratorSystem.cs b/Content.Server/Power/Generator/PortableGeneratorSystem.cs index e8e9c5b45e3..3cd18d7d569 100644 --- a/Content.Server/Power/Generator/PortableGeneratorSystem.cs +++ b/Content.Server/Power/Generator/PortableGeneratorSystem.cs @@ -84,7 +84,7 @@ private void StartGenerator(EntityUid uid, PortableGeneratorComponent component, _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, user, component.StartTime, new GeneratorStartedEvent(), uid, uid) { - BreakOnDamage = true, BreakOnTargetMove = true, BreakOnUserMove = true, RequireCanInteract = true, + BreakOnDamage = true, BreakOnMove = true, RequireCanInteract = true, NeedHand = true }); } diff --git a/Content.Server/Resist/EscapeInventorySystem.cs b/Content.Server/Resist/EscapeInventorySystem.cs index 127db7d2b34..94b73ae81fb 100644 --- a/Content.Server/Resist/EscapeInventorySystem.cs +++ b/Content.Server/Resist/EscapeInventorySystem.cs @@ -73,8 +73,7 @@ private void OnRelayMovement(EntityUid uid, CanEscapeInventoryComponent componen var doAfterEventArgs = new DoAfterArgs(EntityManager, user, component.BaseResistTime * multiplier, new EscapeInventoryEvent(), user, target: container) { - BreakOnTargetMove = false, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = false }; diff --git a/Content.Server/Resist/ResistLockerSystem.cs b/Content.Server/Resist/ResistLockerSystem.cs index 7a17a2eba19..2ab277d0f1a 100644 --- a/Content.Server/Resist/ResistLockerSystem.cs +++ b/Content.Server/Resist/ResistLockerSystem.cs @@ -47,8 +47,7 @@ private void AttemptResist(EntityUid user, EntityUid target, EntityStorageCompon var doAfterEventArgs = new DoAfterArgs(EntityManager, user, resistLockerComponent.ResistTime, new ResistLockerDoAfterEvent(), target, target: target) { - BreakOnTargetMove = false, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = false //No hands 'cause we be kickin' }; diff --git a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs index eb6eb5a426f..0ac6ccd613c 100644 --- a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs +++ b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs @@ -85,7 +85,7 @@ private void BeginSoulSearchDoAfter(EntityUid uid, EntityUid target, RevenantCom { var searchDoAfter = new DoAfterArgs(EntityManager, uid, revenant.SoulSearchDuration, new SoulEvent(), uid, target: target) { - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, DistanceThreshold = 2 }; @@ -140,7 +140,7 @@ private void BeginHarvestDoAfter(EntityUid uid, EntityUid target, RevenantCompon var doAfter = new DoAfterArgs(EntityManager, uid, revenant.HarvestDebuffs.X, new HarvestEvent(), uid, target: target) { DistanceThreshold = 2, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, RequireCanInteract = false, // stuns itself }; diff --git a/Content.Server/SprayPainter/SprayPainterSystem.cs b/Content.Server/SprayPainter/SprayPainterSystem.cs index e49c49c1da0..a8024e2d77b 100644 --- a/Content.Server/SprayPainter/SprayPainterSystem.cs +++ b/Content.Server/SprayPainter/SprayPainterSystem.cs @@ -55,8 +55,7 @@ private void OnPipeInteract(Entity ent, ref InteractUsi var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, painter.PipeSprayTime, new SprayPainterPipeDoAfterEvent(color), args.Used, target: ent, used: args.Used) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, CancelDuplicate = true, // multiple pipes can be sprayed at once just not the same one diff --git a/Content.Server/Sticky/Systems/StickySystem.cs b/Content.Server/Sticky/Systems/StickySystem.cs index 2d1104e2ceb..effe1b72f71 100644 --- a/Content.Server/Sticky/Systems/StickySystem.cs +++ b/Content.Server/Sticky/Systems/StickySystem.cs @@ -93,8 +93,7 @@ private bool StartSticking(EntityUid uid, EntityUid user, EntityUid target, Stic // start sticking object to target _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, user, delay, new StickyDoAfterEvent(), uid, target: target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }); } @@ -148,8 +147,7 @@ private void StartUnsticking(EntityUid uid, EntityUid user, StickyComponent? com // start unsticking object _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, user, delay, new StickyDoAfterEvent(), uid, target: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }); } diff --git a/Content.Server/Strip/StrippableSystem.cs b/Content.Server/Strip/StrippableSystem.cs index 3b38b65a19d..d28744fe4a8 100644 --- a/Content.Server/Strip/StrippableSystem.cs +++ b/Content.Server/Strip/StrippableSystem.cs @@ -262,8 +262,7 @@ private void StartStripInsertInventory( Hidden = stealth, AttemptFrequency = AttemptFrequency.EveryTick, BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true, DuplicateCondition = DuplicateConditions.SameTool }; @@ -356,8 +355,7 @@ private void StartStripRemoveInventory( Hidden = stealth, AttemptFrequency = AttemptFrequency.EveryTick, BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true, BreakOnHandChange = false, // Allow simultaneously removing multiple items. DuplicateCondition = DuplicateConditions.SameTool @@ -454,8 +452,7 @@ private void StartStripInsertHand( Hidden = stealth, AttemptFrequency = AttemptFrequency.EveryTick, BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true, DuplicateCondition = DuplicateConditions.SameTool }; @@ -554,8 +551,7 @@ private void StartStripRemoveHand( Hidden = stealth, AttemptFrequency = AttemptFrequency.EveryTick, BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true, BreakOnHandChange = false, // Allow simultaneously removing multiple items. DuplicateCondition = DuplicateConditions.SameTool diff --git a/Content.Server/Teleportation/HandTeleporterSystem.cs b/Content.Server/Teleportation/HandTeleporterSystem.cs index 29cde5d741d..3d988b09161 100644 --- a/Content.Server/Teleportation/HandTeleporterSystem.cs +++ b/Content.Server/Teleportation/HandTeleporterSystem.cs @@ -58,7 +58,7 @@ private void OnUseInHand(EntityUid uid, HandTeleporterComponent component, UseIn var doafterArgs = new DoAfterArgs(EntityManager, args.User, component.PortalCreationDelay, new TeleporterDoAfterEvent(), uid, used: uid) { BreakOnDamage = true, - BreakOnUserMove = true, + BreakOnMove = true, MovementThreshold = 0.5f, }; diff --git a/Content.Server/Wires/WiresSystem.cs b/Content.Server/Wires/WiresSystem.cs index 0f9ee8b0f75..a2deb11fe78 100644 --- a/Content.Server/Wires/WiresSystem.cs +++ b/Content.Server/Wires/WiresSystem.cs @@ -701,7 +701,7 @@ private void TryDoWireAction(EntityUid target, EntityUid user, EntityUid toolEnt { NeedHand = true, BreakOnDamage = true, - BreakOnUserMove = true + BreakOnMove = true }; _doAfter.TryStartDoAfter(args); diff --git a/Content.Shared/Burial/BurialSystem.cs b/Content.Shared/Burial/BurialSystem.cs index 937784ca2ab..e19ac2e9c67 100644 --- a/Content.Shared/Burial/BurialSystem.cs +++ b/Content.Shared/Burial/BurialSystem.cs @@ -45,8 +45,7 @@ private void OnInteractUsing(EntityUid uid, GraveComponent component, InteractUs { var doAfterEventArgs = new DoAfterArgs(EntityManager, args.User, component.DigDelay / shovel.SpeedModifier, new GraveDiggingDoAfterEvent(), uid, target: args.Target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true, BreakOnHandChange = true @@ -159,8 +158,7 @@ private void OnRelayMovement(EntityUid uid, GraveComponent component, ref Contai var doAfterEventArgs = new DoAfterArgs(EntityManager, args.Entity, component.DigDelay / component.DigOutByHandModifier, new GraveDiggingDoAfterEvent(), uid, target: uid) { NeedHand = false, - BreakOnUserMove = true, - BreakOnTargetMove = false, + BreakOnMove = true, BreakOnHandChange = false, BreakOnDamage = false }; diff --git a/Content.Shared/Climbing/Systems/BonkSystem.cs b/Content.Shared/Climbing/Systems/BonkSystem.cs index e91d1eadbec..149abee8b02 100644 --- a/Content.Shared/Climbing/Systems/BonkSystem.cs +++ b/Content.Shared/Climbing/Systems/BonkSystem.cs @@ -82,8 +82,7 @@ private void OnDragDrop(EntityUid uid, Components.BonkableComponent component, r var doAfterArgs = new DoAfterArgs(EntityManager, args.Dragged, component.BonkDelay, new BonkDoAfterEvent(), uid, target: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true }; diff --git a/Content.Shared/Climbing/Systems/ClimbSystem.cs b/Content.Shared/Climbing/Systems/ClimbSystem.cs index 7c760f2c5de..fcf473f9f1b 100644 --- a/Content.Shared/Climbing/Systems/ClimbSystem.cs +++ b/Content.Shared/Climbing/Systems/ClimbSystem.cs @@ -211,8 +211,7 @@ public bool TryClimb( target: climbable, used: entityToMove) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true }; diff --git a/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs b/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs index 22a1d1a8f52..c828b22481a 100644 --- a/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs +++ b/Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs @@ -100,7 +100,7 @@ private void StartDoAfter(EntityUid user, EntityUid item, EntityUid wearer, Togg var args = new DoAfterArgs(EntityManager, user, time, new ToggleClothingDoAfterEvent(), item, wearer, item) { BreakOnDamage = true, - BreakOnTargetMove = true, + BreakOnMove = true, // This should just re-use the BUI range checks & cancel the do after if the BUI closes. But that is all // server-side at the moment. // TODO BUI REFACTOR. diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 5cade56aca1..ca903719c44 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -479,10 +479,11 @@ public bool TryCuffing(EntityUid user, EntityUid target, EntityUid handcuff, Han var doAfterEventArgs = new DoAfterArgs(EntityManager, user, cuffTime, new AddCuffDoAfterEvent(), handcuff, target, handcuff) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, + BreakOnWeightlessMove = false, BreakOnDamage = true, - NeedHand = true + NeedHand = true, + DistanceThreshold = 0.3f }; if (!_doAfter.TryStartDoAfter(doAfterEventArgs)) @@ -574,11 +575,12 @@ public void TryUncuff(EntityUid target, EntityUid user, EntityUid? cuffsToRemove var doAfterEventArgs = new DoAfterArgs(EntityManager, user, uncuffTime, new UnCuffDoAfterEvent(), target, target, cuffsToRemove) { - BreakOnUserMove = true, - BreakOnTargetMove = true, + BreakOnMove = true, + BreakOnWeightlessMove = false, BreakOnDamage = true, NeedHand = true, RequireCanInteract = false, // Trust in UncuffAttemptEvent + DistanceThreshold = 0.3f }; if (!_doAfter.TryStartDoAfter(doAfterEventArgs)) diff --git a/Content.Shared/Devour/SharedDevourSystem.cs b/Content.Shared/Devour/SharedDevourSystem.cs index a2b788f3f38..3d73b14dd35 100644 --- a/Content.Shared/Devour/SharedDevourSystem.cs +++ b/Content.Shared/Devour/SharedDevourSystem.cs @@ -57,8 +57,7 @@ protected void OnDevourAction(EntityUid uid, DevourerComponent component, Devour _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, uid, component.DevourTime, new DevourDoAfterEvent(), uid, target: target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, }); break; default: @@ -76,8 +75,7 @@ protected void OnDevourAction(EntityUid uid, DevourerComponent component, Devour _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, uid, component.StructureDevourTime, new DevourDoAfterEvent(), uid, target: target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, }); } } diff --git a/Content.Shared/DoAfter/DoAfter.cs b/Content.Shared/DoAfter/DoAfter.cs index d999b370b3f..f77a6dc272e 100644 --- a/Content.Shared/DoAfter/DoAfter.cs +++ b/Content.Shared/DoAfter/DoAfter.cs @@ -82,12 +82,6 @@ public DoAfter(ushort index, DoAfterArgs args, TimeSpan startTime) { Index = index; - if (args.Target == null) - { - DebugTools.Assert(!args.BreakOnTargetMove); - args.BreakOnTargetMove = false; - } - Args = args; StartTime = startTime; } diff --git a/Content.Shared/DoAfter/DoAfterArgs.cs b/Content.Shared/DoAfter/DoAfterArgs.cs index d2729ad3c64..d96ea84e172 100644 --- a/Content.Shared/DoAfter/DoAfterArgs.cs +++ b/Content.Shared/DoAfter/DoAfterArgs.cs @@ -92,29 +92,23 @@ public sealed partial class DoAfterArgs public bool BreakOnHandChange = true; /// - /// If do_after stops when the user moves + /// If do_after stops when the user or target moves /// - [DataField("breakOnUserMove")] - public bool BreakOnUserMove; - - /// - /// If this is true then any movement, even when weightless, will break the doafter. - /// When there is no gravity, BreakOnUserMove is ignored. If it is false to begin with nothing will change. - /// - [DataField("breakOnWeightlessMove")] - public bool BreakOnWeightlessMove; + [DataField] + public bool BreakOnMove; /// - /// If do_after stops when the target moves (if there is a target) + /// Whether to break on movement when the user is weightless. + /// This does nothing if is false. /// - [DataField("breakOnTargetMove")] - public bool BreakOnTargetMove; + [DataField] + public bool BreakOnWeightlessMove = true; /// /// Threshold for user and target movement /// [DataField("movementThreshold")] - public float MovementThreshold = 0.1f; + public float MovementThreshold = 0.3f; /// /// Threshold for distance user from the used OR target entities. @@ -250,9 +244,8 @@ public DoAfterArgs(DoAfterArgs other) Broadcast = other.Broadcast; NeedHand = other.NeedHand; BreakOnHandChange = other.BreakOnHandChange; - BreakOnUserMove = other.BreakOnUserMove; + BreakOnMove = other.BreakOnMove; BreakOnWeightlessMove = other.BreakOnWeightlessMove; - BreakOnTargetMove = other.BreakOnTargetMove; MovementThreshold = other.MovementThreshold; DistanceThreshold = other.DistanceThreshold; BreakOnDamage = other.BreakOnDamage; diff --git a/Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs b/Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs index abd8888f583..455491f5242 100644 --- a/Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs +++ b/Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs @@ -1,5 +1,7 @@ using Content.Shared.Gravity; using Content.Shared.Hands.Components; +using Content.Shared.Interaction; +using Content.Shared.Physics; using Robust.Shared.Utility; namespace Content.Shared.DoAfter; @@ -8,6 +10,7 @@ public abstract partial class SharedDoAfterSystem : EntitySystem { [Dependency] private readonly IDynamicTypeFactory _factory = default!; [Dependency] private readonly SharedGravitySystem _gravity = default!; + [Dependency] private readonly SharedInteractionSystem _interaction = default!; private DoAfter[] _doAfters = Array.Empty(); @@ -163,24 +166,53 @@ private bool ShouldCancel(DoAfter doAfter, return true; // TODO: Re-use existing xform query for these calculations. - // when there is no gravity you will be drifting 99% of the time making many doafters impossible - // so this just ignores your movement if you are weightless (unless the doafter sets BreakOnWeightlessMove then moving will still break it) - if (args.BreakOnUserMove - && !userXform.Coordinates.InRange(EntityManager, _transform, doAfter.UserPosition, args.MovementThreshold) - && (args.BreakOnWeightlessMove || !_gravity.IsWeightless(args.User, xform: userXform))) - return true; - - if (args.BreakOnTargetMove) + if (args.BreakOnMove && !(!args.BreakOnWeightlessMove && _gravity.IsWeightless(args.User, xform: userXform))) { - DebugTools.Assert(targetXform != null, "Break on move is true, but no target specified?"); - if (targetXform != null && targetXform.Coordinates.TryDistance(EntityManager, userXform.Coordinates, out var distance)) + // Whether the user has moved too much from their original position. + if (!userXform.Coordinates.InRange(EntityManager, _transform, doAfter.UserPosition, args.MovementThreshold)) + return true; + + // Whether the distance between the user and target(if any) has changed too much. + if (targetXform != null && + targetXform.Coordinates.TryDistance(EntityManager, userXform.Coordinates, out var distance)) { - // once the target moves too far from you the do after breaks if (Math.Abs(distance - doAfter.TargetDistance) > args.MovementThreshold) return true; } } + // Whether the user and the target are too far apart. + if (args.Target != null) + { + if (args.DistanceThreshold != null) + { + if (!_interaction.InRangeUnobstructed(args.User, args.Target.Value, args.DistanceThreshold.Value)) + return true; + } + else + { + if (!_interaction.InRangeUnobstructed(args.User, args.Target.Value)) + return true; + } + } + + // Whether the distance between the tool and the user has grown too much. + if (args.Used != null) + { + if (args.DistanceThreshold != null) + { + if (!_interaction.InRangeUnobstructed(args.User, + args.Used.Value, + args.DistanceThreshold.Value)) + return true; + } + else + { + if (!_interaction.InRangeUnobstructed(args.User,args.Used.Value)) + return true; + } + } + if (args.AttemptFrequency == AttemptFrequency.EveryTick && !TryAttemptEvent(doAfter)) return true; @@ -199,23 +231,6 @@ private bool ShouldCancel(DoAfter doAfter, if (args.RequireCanInteract && !_actionBlocker.CanInteract(args.User, args.Target)) return true; - if (args.DistanceThreshold != null) - { - if (targetXform != null - && !args.User.Equals(args.Target) - && !userXform.Coordinates.InRange(EntityManager, _transform, targetXform.Coordinates, - args.DistanceThreshold.Value)) - { - return true; - } - - if (usedXform != null - && !userXform.Coordinates.InRange(EntityManager, _transform, usedXform.Coordinates, - args.DistanceThreshold.Value)) - { - return true; - } - } return false; } diff --git a/Content.Shared/DoAfter/SharedDoAfterSystem.cs b/Content.Shared/DoAfter/SharedDoAfterSystem.cs index 9e81c91550f..d20da494858 100644 --- a/Content.Shared/DoAfter/SharedDoAfterSystem.cs +++ b/Content.Shared/DoAfter/SharedDoAfterSystem.cs @@ -214,12 +214,11 @@ public bool TryStartDoAfter(DoAfterArgs args, [NotNullWhen(true)] out DoAfterId? args.NetUser = GetNetEntity(args.User); args.NetEventTarget = GetNetEntity(args.EventTarget); - if (args.BreakOnUserMove || args.BreakOnTargetMove) + if (args.BreakOnMove) doAfter.UserPosition = Transform(args.User).Coordinates; - if (args.Target != null && args.BreakOnTargetMove) + if (args.Target != null && args.BreakOnMove) { - // Target should never be null if the bool is set. var targetPosition = Transform(args.Target.Value).Coordinates; doAfter.UserPosition.TryDistance(EntityManager, targetPosition, out doAfter.TargetDistance); } diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index 24006b0c9f9..7c9279df20d 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -168,8 +168,7 @@ public bool TryEquip(EntityUid actor, EntityUid target, EntityUid itemUid, strin { BlockDuplicate = true, BreakOnHandChange = true, - BreakOnUserMove = true, - BreakOnTargetMove = true, + BreakOnMove = true, CancelDuplicate = true, RequireCanInteract = true, NeedHand = true @@ -414,8 +413,7 @@ public bool TryUnequip( { BlockDuplicate = true, BreakOnHandChange = true, - BreakOnUserMove = true, - BreakOnTargetMove = true, + BreakOnMove = true, CancelDuplicate = true, RequireCanInteract = true, NeedHand = true diff --git a/Content.Shared/Lock/LockSystem.cs b/Content.Shared/Lock/LockSystem.cs index 53c199e4108..74cf5496d9a 100644 --- a/Content.Shared/Lock/LockSystem.cs +++ b/Content.Shared/Lock/LockSystem.cs @@ -111,7 +111,7 @@ public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = nul return _doAfter.TryStartDoAfter( new DoAfterArgs(EntityManager, user, lockComp.LockTime, new LockDoAfter(), uid, uid) { - BreakOnDamage = true, BreakOnTargetMove = true, BreakOnUserMove = true, RequireCanInteract = true, + BreakOnDamage = true, BreakOnMove = true, RequireCanInteract = true, NeedHand = true }); } @@ -187,7 +187,7 @@ public bool TryUnlock(EntityUid uid, EntityUid user, LockComponent? lockComp = n return _doAfter.TryStartDoAfter( new DoAfterArgs(EntityManager, user, lockComp.LockTime, new UnlockDoAfter(), uid, uid) { - BreakOnDamage = true, BreakOnTargetMove = true, BreakOnUserMove = true, RequireCanInteract = true, + BreakOnDamage = true, BreakOnMove = true, RequireCanInteract = true, NeedHand = true }); } diff --git a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs index 7e44dea5078..df0d7b78f0b 100644 --- a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs +++ b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs @@ -434,7 +434,7 @@ private void OnDragDrop(EntityUid uid, MechComponent component, ref DragDropTarg var doAfterEventArgs = new DoAfterArgs(EntityManager, args.Dragged, component.EntryDelay, new MechEntryEvent(), uid, target: uid) { - BreakOnUserMove = true, + BreakOnMove = true, }; _doAfter.TryStartDoAfter(doAfterEventArgs); diff --git a/Content.Shared/Projectiles/SharedProjectileSystem.cs b/Content.Shared/Projectiles/SharedProjectileSystem.cs index f40a7a0363b..372dc8a75d1 100644 --- a/Content.Shared/Projectiles/SharedProjectileSystem.cs +++ b/Content.Shared/Projectiles/SharedProjectileSystem.cs @@ -53,10 +53,7 @@ private void OnEmbedActivate(EntityUid uid, EmbeddableProjectileComponent compon args.Handled = true; _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.RemovalTime.Value, - new RemoveEmbeddedProjectileEvent(), eventTarget: uid, target: uid) - { - DistanceThreshold = SharedInteractionSystem.InteractionRange, - }); + new RemoveEmbeddedProjectileEvent(), eventTarget: uid, target: uid)); } private void OnEmbedRemove(EntityUid uid, EmbeddableProjectileComponent component, RemoveEmbeddedProjectileEvent args) diff --git a/Content.Shared/Prying/Systems/PryingSystem.cs b/Content.Shared/Prying/Systems/PryingSystem.cs index fa7a135e6c5..69a63f72b54 100644 --- a/Content.Shared/Prying/Systems/PryingSystem.cs +++ b/Content.Shared/Prying/Systems/PryingSystem.cs @@ -136,8 +136,7 @@ private bool StartPry(EntityUid target, EntityUid user, EntityUid? tool, float t var doAfterArgs = new DoAfterArgs(EntityManager, user, TimeSpan.FromSeconds(modEv.BaseTime * modEv.PryTimeModifier / toolModifier), new DoorPryDoAfterEvent(), target, target, tool) { BreakOnDamage = true, - BreakOnUserMove = true, - BreakOnWeightlessMove = true, + BreakOnMove = true, }; if (tool != null) diff --git a/Content.Shared/RCD/Systems/RCDSystem.cs b/Content.Shared/RCD/Systems/RCDSystem.cs index 187c8d8a9d8..f767d0b99c0 100644 --- a/Content.Shared/RCD/Systems/RCDSystem.cs +++ b/Content.Shared/RCD/Systems/RCDSystem.cs @@ -104,8 +104,7 @@ private void OnAfterInteract(EntityUid uid, RCDComponent comp, AfterInteractEven BreakOnDamage = true, NeedHand = true, BreakOnHandChange = true, - BreakOnUserMove = true, - BreakOnTargetMove = args.Target != null, + BreakOnMove = true, AttemptFrequency = AttemptFrequency.EveryTick }; diff --git a/Content.Shared/RatKing/SharedRatKingSystem.cs b/Content.Shared/RatKing/SharedRatKingSystem.cs index d7a8ee5460d..ea489e332db 100644 --- a/Content.Shared/RatKing/SharedRatKingSystem.cs +++ b/Content.Shared/RatKing/SharedRatKingSystem.cs @@ -119,7 +119,7 @@ private void OnGetVerb(EntityUid uid, RatKingRummageableComponent component, Get { BlockDuplicate = true, BreakOnDamage = true, - BreakOnUserMove = true, + BreakOnMove = true, DistanceThreshold = 2f }); } diff --git a/Content.Shared/Research/Systems/SharedResearchStealerSystem.cs b/Content.Shared/Research/Systems/SharedResearchStealerSystem.cs index 1fffa8c0257..070ff40b70d 100644 --- a/Content.Shared/Research/Systems/SharedResearchStealerSystem.cs +++ b/Content.Shared/Research/Systems/SharedResearchStealerSystem.cs @@ -46,8 +46,8 @@ private void OnBeforeInteractHand(EntityUid uid, ResearchStealerComponent comp, var doAfterArgs = new DoAfterArgs(EntityManager, uid, comp.Delay, new ResearchStealDoAfterEvent(), target: target, used: uid, eventTarget: uid) { BreakOnDamage = true, - BreakOnUserMove = true, - MovementThreshold = 0.5f + BreakOnMove = true, + MovementThreshold = 0.5f, }; _doAfter.TryStartDoAfter(doAfterArgs); diff --git a/Content.Shared/Salvage/Fulton/SharedFultonSystem.cs b/Content.Shared/Salvage/Fulton/SharedFultonSystem.cs index 0599482bbef..b355ae58730 100644 --- a/Content.Shared/Salvage/Fulton/SharedFultonSystem.cs +++ b/Content.Shared/Salvage/Fulton/SharedFultonSystem.cs @@ -153,8 +153,7 @@ private void OnFultonInteract(EntityUid uid, FultonComponent component, AfterInt { CancelDuplicate = true, MovementThreshold = 0.5f, - BreakOnUserMove = true, - BreakOnTargetMove = true, + BreakOnMove = true, Broadcast = true, NeedHand = true, }); diff --git a/Content.Shared/Sericulture/SericultureSystem.cs b/Content.Shared/Sericulture/SericultureSystem.cs index 514ec79f68e..f7586cc1ec3 100644 --- a/Content.Shared/Sericulture/SericultureSystem.cs +++ b/Content.Shared/Sericulture/SericultureSystem.cs @@ -61,7 +61,7 @@ private void OnSericultureStart(EntityUid uid, SericultureComponent comp, Sericu var doAfter = new DoAfterArgs(EntityManager, uid, comp.ProductionLength, new SericultureDoAfterEvent(), uid) { // I'm not sure if more things should be put here, but imo ideally it should probably be set in the component/YAML. Not sure if this is currently possible. - BreakOnUserMove = true, + BreakOnMove = true, BlockDuplicate = true, BreakOnDamage = true, CancelDuplicate = true, diff --git a/Content.Shared/Species/Systems/ReformSystem.cs b/Content.Shared/Species/Systems/ReformSystem.cs index dc2ce3fb900..d2ceecf28e8 100644 --- a/Content.Shared/Species/Systems/ReformSystem.cs +++ b/Content.Shared/Species/Systems/ReformSystem.cs @@ -69,7 +69,7 @@ private void OnReform(EntityUid uid, ReformComponent comp, ReformEvent args) // Create a doafter & start it var doAfter = new DoAfterArgs(EntityManager, uid, comp.ReformTime, new ReformDoAfterEvent(), uid) { - BreakOnUserMove = true, + BreakOnMove = true, BlockDuplicate = true, BreakOnDamage = true, CancelDuplicate = true, @@ -89,7 +89,7 @@ private void OnDoAfter(EntityUid uid, ReformComponent comp, ReformDoAfterEvent a return; // Spawn a new entity - // This is, to an extent, taken from polymorph. I don't use polymorph for various reasons- most notably that this is permanent. + // This is, to an extent, taken from polymorph. I don't use polymorph for various reasons- most notably that this is permanent. var child = Spawn(comp.ReformPrototype, Transform(uid).Coordinates); // This transfers the mind to the new entity @@ -105,7 +105,7 @@ private void OnZombified(EntityUid uid, ReformComponent comp, ref EntityZombifie _actionsSystem.RemoveAction(uid, comp.ActionEntity); // Zombies can't reform } - public sealed partial class ReformEvent : InstantActionEvent { } + public sealed partial class ReformEvent : InstantActionEvent { } [Serializable, NetSerializable] public sealed partial class ReformDoAfterEvent : SimpleDoAfterEvent { } diff --git a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs index fa04a50f8b0..feb1cebb8e1 100644 --- a/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs +++ b/Content.Shared/SprayPainter/SharedSprayPainterSystem.cs @@ -134,8 +134,7 @@ private void OnAirlockInteract(Entity ent, ref Intera 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, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true }; diff --git a/Content.Shared/Storage/EntitySystems/DumpableSystem.cs b/Content.Shared/Storage/EntitySystems/DumpableSystem.cs index 04f7231416f..2b804cf7324 100644 --- a/Content.Shared/Storage/EntitySystems/DumpableSystem.cs +++ b/Content.Shared/Storage/EntitySystems/DumpableSystem.cs @@ -133,8 +133,7 @@ private void StartDoAfter(EntityUid storageUid, EntityUid? targetUid, EntityUid _doAfterSystem.TryStartDoAfter(new DoAfterArgs(EntityManager, userUid, delay, new DumpableDoAfterEvent(), storageUid, target: targetUid, used: storageUid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }); } diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index 799fb7e33e9..2bf6341cf1b 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -290,7 +290,7 @@ private void AfterInteract(EntityUid uid, StorageComponent storageComp, AfterInt var doAfterArgs = new DoAfterArgs(EntityManager, args.User, delay, new AreaPickupDoAfterEvent(GetNetEntityList(validStorables)), uid, target: uid) { BreakOnDamage = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }; diff --git a/Content.Shared/Tools/Systems/SharedToolSystem.cs b/Content.Shared/Tools/Systems/SharedToolSystem.cs index ee15b1e025a..4204d7547e0 100644 --- a/Content.Shared/Tools/Systems/SharedToolSystem.cs +++ b/Content.Shared/Tools/Systems/SharedToolSystem.cs @@ -124,8 +124,8 @@ public bool UseTool( var doAfterArgs = new DoAfterArgs(EntityManager, user, delay / toolComponent.SpeedModifier, toolEvent, tool, target: target, used: tool) { BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, + BreakOnWeightlessMove = false, NeedHand = tool != user, AttemptFrequency = IsWelder(tool) ? AttemptFrequency.EveryTick : AttemptFrequency.Never }; diff --git a/Content.Shared/VendingMachines/SharedVendingMachineSystem.Restock.cs b/Content.Shared/VendingMachines/SharedVendingMachineSystem.Restock.cs index 87e2f0890a2..6aef4d0949a 100644 --- a/Content.Shared/VendingMachines/SharedVendingMachineSystem.Restock.cs +++ b/Content.Shared/VendingMachines/SharedVendingMachineSystem.Restock.cs @@ -70,8 +70,7 @@ private void OnAfterInteract(EntityUid uid, VendingMachineRestockComponent compo var doAfterArgs = new DoAfterArgs(EntityManager, args.User, (float) component.RestockDelay.TotalSeconds, new RestockDoAfterEvent(), target, target: target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true }; diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs index a8f7ee23956..261243fea35 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs @@ -74,8 +74,7 @@ private void OnBallisticAfterInteract(EntityUid uid, BallisticAmmoProviderCompon _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.FillDelay, new AmmoFillDoAfterEvent(), used: uid, target: args.Target, eventTarget: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = false, NeedHand = true }); From d3a54f710fe28c729533cb3a95f0dcb600f3f80e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:34:00 +1100 Subject: [PATCH 049/213] Fix build (#26258) * Fix build - Fixes a couple paint things that were broken. * wat (cherry picked from commit 6de5fbfafbde700d711a566f6a43f05f7a99e455) --- Content.Client/Paint/PaintVisualizerSystem.cs | 152 +++++++++--------- Content.Server/Paint/PaintSystem.cs | 22 ++- Content.Shared/Paint/PaintRemoverSystem.cs | 10 +- 3 files changed, 88 insertions(+), 96 deletions(-) diff --git a/Content.Client/Paint/PaintVisualizerSystem.cs b/Content.Client/Paint/PaintVisualizerSystem.cs index 6c99b2d35f0..8d037811fab 100644 --- a/Content.Client/Paint/PaintVisualizerSystem.cs +++ b/Content.Client/Paint/PaintVisualizerSystem.cs @@ -7,112 +7,108 @@ using Robust.Client.Graphics; using Robust.Shared.Prototypes; -namespace Content.Client.Paint -{ - public sealed class PaintedVisualizerSystem : VisualizerSystem - { - /// - /// Visualizer for Paint which applies a shader and colors the entity. - /// +namespace Content.Client.Paint; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly IPrototypeManager _protoMan = default!; +public sealed class PaintedVisualizerSystem : VisualizerSystem +{ + /// + /// Visualizer for Paint which applies a shader and colors the entity. + /// - public ShaderInstance? Shader; // in Robust.Client.Graphics so cannot move to shared component. + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] private readonly IPrototypeManager _protoMan = default!; - public override void Initialize() - { - base.Initialize(); + public override void Initialize() + { + base.Initialize(); - SubscribeLocalEvent(OnHeldVisualsUpdated); - SubscribeLocalEvent(OnShutdown); - SubscribeLocalEvent(OnEquipmentVisualsUpdated); - } + SubscribeLocalEvent(OnHeldVisualsUpdated); + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnEquipmentVisualsUpdated); + } - protected override void OnAppearanceChange(EntityUid uid, PaintedComponent component, ref AppearanceChangeEvent args) - { - // ShaderPrototype sadly in Robust.Client, cannot move to shared component. - Shader = _protoMan.Index(component.ShaderName).Instance(); + protected override void OnAppearanceChange(EntityUid uid, PaintedComponent component, ref AppearanceChangeEvent args) + { + var shader = _protoMan.Index(component.ShaderName).Instance(); - if (args.Sprite == null) - return; + if (args.Sprite == null) + return; - if (!_appearance.TryGetData(uid, PaintVisuals.Painted, out bool isPainted)) - return; + // What is this even doing? It's not even checking what the value is. + if (!_appearance.TryGetData(uid, PaintVisuals.Painted, out bool isPainted)) + return; - var sprite = args.Sprite; + var sprite = args.Sprite; + foreach (var spriteLayer in sprite.AllLayers) + { + if (spriteLayer is not Layer layer) + continue; - foreach (var spriteLayer in sprite.AllLayers) + if (layer.Shader == null) // If shader isn't null we dont want to replace the original shader. { - if (spriteLayer is not Layer layer) - continue; - - if (layer.Shader == null) // If shader isn't null we dont want to replace the original shader. - { - layer.Shader = Shader; - layer.Color = component.Color; - } + layer.Shader = shader; + layer.Color = component.Color; } } + } - private void OnHeldVisualsUpdated(EntityUid uid, PaintedComponent component, HeldVisualsUpdatedEvent args) - { - if (args.RevealedLayers.Count == 0) - return; + private void OnHeldVisualsUpdated(EntityUid uid, PaintedComponent component, HeldVisualsUpdatedEvent args) + { + if (args.RevealedLayers.Count == 0) + return; - if (!TryComp(args.User, out SpriteComponent? sprite)) - return; + if (!TryComp(args.User, out SpriteComponent? sprite)) + return; - foreach (var revealed in args.RevealedLayers) - { - if (!sprite.LayerMapTryGet(revealed, out var layer) || sprite[layer] is not Layer notlayer) - continue; + foreach (var revealed in args.RevealedLayers) + { + if (!sprite.LayerMapTryGet(revealed, out var layer)) + continue; - sprite.LayerSetShader(layer, component.ShaderName); - sprite.LayerSetColor(layer, component.Color); - } + sprite.LayerSetShader(layer, component.ShaderName); + sprite.LayerSetColor(layer, component.Color); } + } - private void OnEquipmentVisualsUpdated(EntityUid uid, PaintedComponent component, EquipmentVisualsUpdatedEvent args) - { - if (args.RevealedLayers.Count == 0) - return; + private void OnEquipmentVisualsUpdated(EntityUid uid, PaintedComponent component, EquipmentVisualsUpdatedEvent args) + { + if (args.RevealedLayers.Count == 0) + return; - if (!TryComp(args.Equipee, out SpriteComponent? sprite)) - return; + if (!TryComp(args.Equipee, out SpriteComponent? sprite)) + return; - foreach (var revealed in args.RevealedLayers) - { - if (!sprite.LayerMapTryGet(revealed, out var layer) || sprite[layer] is not Layer notlayer) - continue; + foreach (var revealed in args.RevealedLayers) + { + if (!sprite.LayerMapTryGet(revealed, out var layer)) + continue; - sprite.LayerSetShader(layer, component.ShaderName); - sprite.LayerSetColor(layer, component.Color); - } + sprite.LayerSetShader(layer, component.ShaderName); + sprite.LayerSetColor(layer, component.Color); } + } - private void OnShutdown(EntityUid uid, PaintedComponent component, ref ComponentShutdown args) - { - if (!TryComp(uid, out SpriteComponent? sprite)) - return; + private void OnShutdown(EntityUid uid, PaintedComponent component, ref ComponentShutdown args) + { + if (!TryComp(uid, out SpriteComponent? sprite)) + return; - component.BeforeColor = sprite.Color; - Shader = _protoMan.Index(component.ShaderName).Instance(); + component.BeforeColor = sprite.Color; + var shader = _protoMan.Index(component.ShaderName).Instance(); - if (!Terminating(uid)) + if (!Terminating(uid)) + { + foreach (var spriteLayer in sprite.AllLayers) { - foreach (var spriteLayer in sprite.AllLayers) + if (spriteLayer is not Layer layer) + continue; + + if (layer.Shader == shader) // If shader isn't same as one in component we need to ignore it. { - if (spriteLayer is not Layer layer) - continue; - - if (layer.Shader == Shader) // If shader isn't same as one in component we need to ignore it. - { - layer.Shader = null; - if (layer.Color == component.Color) // If color isn't the same as one in component we don't want to change it. - layer.Color = component.BeforeColor; - } + layer.Shader = null; + if (layer.Color == component.Color) // If color isn't the same as one in component we don't want to change it. + layer.Color = component.BeforeColor; } } } diff --git a/Content.Server/Paint/PaintSystem.cs b/Content.Server/Paint/PaintSystem.cs index c6718aced68..892f961d634 100644 --- a/Content.Server/Paint/PaintSystem.cs +++ b/Content.Server/Paint/PaintSystem.cs @@ -72,15 +72,12 @@ private void PrepPaint(EntityUid uid, PaintComponent component, EntityUid target var doAfterEventArgs = new DoAfterArgs(EntityManager, user, component.Delay, new PaintDoAfterEvent(), uid, target: target, used: uid) { - BreakOnTargetMove = true, - BreakOnUserMove = true, - BreakOnDamage = true, + BreakOnMove = true, NeedHand = true, BreakOnHandChange = true }; - if (!_doAfterSystem.TryStartDoAfter(doAfterEventArgs)) - return; + _doAfterSystem.TryStartDoAfter(doAfterEventArgs); } private void OnPaint(Entity entity, ref PaintDoAfterEvent args) @@ -112,7 +109,6 @@ private void OnPaint(Entity entity, ref PaintDoAfterEvent args) return; } - if (TryPaint(entity, target)) { EnsureComp(target, out PaintedComponent? paint); @@ -131,12 +127,14 @@ private void OnPaint(Entity entity, ref PaintDoAfterEvent args) if (!_inventory.TryGetSlotEntity(target, slot.Name, out var slotEnt)) continue; - if (slotEnt == null) - return; - - if (HasComp(slotEnt.Value) || !entity.Comp.Blacklist?.IsValid(slotEnt.Value, EntityManager) != true - || HasComp(slotEnt.Value) || HasComp(slotEnt.Value)) - return; + if (HasComp(slotEnt.Value) || !entity.Comp.Blacklist?.IsValid(slotEnt.Value, + EntityManager) != true + || HasComp(slotEnt.Value) || + HasComp( + slotEnt.Value)) + { + continue; + } EnsureComp(slotEnt.Value, out PaintedComponent? slotpaint); EnsureComp(slotEnt.Value); diff --git a/Content.Shared/Paint/PaintRemoverSystem.cs b/Content.Shared/Paint/PaintRemoverSystem.cs index ac1cc624cfe..efc1ded0677 100644 --- a/Content.Shared/Paint/PaintRemoverSystem.cs +++ b/Content.Shared/Paint/PaintRemoverSystem.cs @@ -16,7 +16,6 @@ public sealed class PaintRemoverSystem : SharedPaintSystem [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; public override void Initialize() @@ -39,9 +38,8 @@ private void OnInteract(EntityUid uid, PaintRemoverComponent component, AfterInt _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.CleanDelay, new PaintRemoverDoAfterEvent(), uid, args.Target, uid) { - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, - BreakOnTargetMove = true, MovementThreshold = 1.0f, }); args.Handled = true; @@ -77,13 +75,13 @@ private void OnPaintRemoveVerb(EntityUid uid, PaintRemoverComponent component, G var verb = new UtilityVerb() { - Act = () => { + Act = () => + { _doAfter.TryStartDoAfter(new DoAfterArgs(EntityManager, args.User, component.CleanDelay, new PaintRemoverDoAfterEvent(), uid, args.Target, uid) { - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, - BreakOnTargetMove = true, MovementThreshold = 1.0f, }); }, From 6b5daf9de73dd457f890043517933c98f9b0a8ab Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:46:03 -0400 Subject: [PATCH 050/213] Adds logging for refunds (#26274) LGTM (cherry picked from commit 85f4b43db1c0256e6d4c48a01558e8cc0a883ada) --- Content.Server/Store/Systems/StoreSystem.Ui.cs | 3 +++ Content.Shared.Database/LogType.cs | 1 + 2 files changed, 4 insertions(+) diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 281d8f57267..7cdbc4e41c3 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -5,6 +5,7 @@ using Content.Server.Stack; using Content.Server.Store.Components; using Content.Shared.Actions; +using Content.Shared.Administration.Logs; using Content.Shared.Database; using Content.Shared.FixedPoint; using Content.Shared.Hands.EntitySystems; @@ -321,6 +322,8 @@ private void OnRequestRefund(EntityUid uid, StoreComponent component, StoreReque if (!component.RefundAllowed || component.BoughtEntities.Count == 0) return; + _admin.Add(LogType.StoreRefund, LogImpact.Low, $"{ToPrettyString(buyer):player} has refunded their purchases from {ToPrettyString(uid):store}"); + for (var i = component.BoughtEntities.Count - 1; i >= 0; i--) { var purchase = component.BoughtEntities[i]; diff --git a/Content.Shared.Database/LogType.cs b/Content.Shared.Database/LogType.cs index 70a6119130e..ba94b0f3738 100644 --- a/Content.Shared.Database/LogType.cs +++ b/Content.Shared.Database/LogType.cs @@ -98,4 +98,5 @@ public enum LogType ChatRateLimited = 87, AtmosTemperatureChanged = 88, DeviceNetwork = 89, + StoreRefund = 90 } From 96506334f5a7c42615cd2da6a20244e45407d02e Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:22:16 -0400 Subject: [PATCH 051/213] spawn panel rock crab suffix (#26264) crab crab crab crab crab its all crabs. (cherry picked from commit c28cbe40c31f3f45d1127b88bc2c306acebd76f3) --- Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index d1a6587d199..a8cb0b1cb8a 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -214,7 +214,7 @@ - type: entity id: AsteroidRockTinCrab parent: AsteroidRockTin - suffix: Iron + suffix: Iron Crab components: - type: OreVein oreChance: 1.0 @@ -299,7 +299,7 @@ id: AsteroidRockMining parent: AsteroidRock name: asteroid rock - suffix: higher ore yield + suffix: higher ore yield .33 description: An asteroid. components: - type: OreVein From 11eff876875b60f02090ee0c2d8ea61f65c943e6 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 20 Mar 2024 04:27:02 +0100 Subject: [PATCH 052/213] Code cleanup: Dirty(Comp) (#26238) * Replaced uses of Dirty(Component) with Dirty(Uid, Component) Modified some systems (notably pulling-related) to use uids. * Missed a few * Revert changes to pulling * No (cherry picked from commit 4a83c365858830e3b2ff2b94fff501256422c20e) --- Content.Client/Weather/WeatherSystem.cs | 6 +-- Content.IntegrationTests/Tests/Tag/TagTest.cs | 26 ++++++------ .../Systems/AdminVerbSystem.Smites.cs | 6 +-- .../EntitySystems/AtmosphereSystem.Map.cs | 6 +-- .../Atmos/EntitySystems/GasAnalyzerSystem.cs | 8 ++-- .../EntitySystems/GasTileOverlaySystem.cs | 12 +++--- .../BarSign/Systems/BarSignSystem.cs | 2 +- .../Systems/ChameleonClothingSystem.cs | 4 +- Content.Server/Decals/DecalSystem.cs | 5 ++- .../Systems/NetworkConfiguratorSystem.cs | 2 +- .../Unit/EntitySystems/DisposalUnitSystem.cs | 8 ++-- Content.Server/Dragon/DragonRiftSystem.cs | 2 +- .../Ensnaring/EnsnareableSystem.Ensnaring.cs | 6 +-- Content.Server/Ensnaring/EnsnareableSystem.cs | 2 +- Content.Server/Gravity/GravitySystem.cs | 4 +- Content.Server/HotPotato/HotPotatoSystem.cs | 4 +- .../HumanoidAppearanceSystem.Modifier.cs | 6 +-- .../Systems/HumanoidAppearanceSystem.cs | 10 ++--- .../Instruments/SwappableInstrumentSystem.cs | 2 +- .../EntitySystems/RotatingLightSystem.cs | 2 +- .../Materials/MaterialReclaimerSystem.cs | 2 +- Content.Server/Mech/Systems/MechSystem.cs | 10 ++--- .../NameIdentifier/NameIdentifierSystem.cs | 2 +- .../Physics/Controllers/ConveyorController.cs | 4 +- Content.Server/Pinpointer/NavMapSystem.cs | 20 ++++----- .../PowerCell/PowerCellSystem.Draw.cs | 4 +- .../Research/Systems/ResearchSystem.Server.cs | 8 ++-- .../Systems/ResearchSystem.Technology.cs | 8 ++-- .../Shuttles/Systems/ShuttleConsoleSystem.cs | 2 +- Content.Server/Silicons/Borgs/BorgSystem.cs | 4 +- Content.Server/Sprite/RandomSpriteSystem.cs | 2 +- .../Traits/Assorted/ParacusiaSystem.cs | 6 +-- .../Ranged/Systems/GunSystem.Battery.cs | 2 +- .../Ranged/Systems/GunSystem.Revolver.cs | 2 +- .../Systems/RandomInstrumentArtifactSystem.cs | 2 +- .../Zombies/ZombieSystem.Transform.cs | 2 +- .../Buckle/SharedBuckleSystem.Buckle.cs | 9 ++-- .../Buckle/SharedBuckleSystem.Strap.cs | 20 ++++----- .../Containers/ItemSlot/ItemSlotsSystem.cs | 6 +-- .../Damage/Systems/StaminaSystem.cs | 8 ++-- Content.Shared/Decals/SharedDecalSystem.cs | 2 +- Content.Shared/Dice/SharedDiceSystem.cs | 2 +- .../SharedElectrocutionSystem.cs | 2 +- Content.Shared/Emoting/EmoteSystem.cs | 2 +- .../Friction/TileFrictionController.cs | 2 +- .../Gravity/SharedFloatingVisualizerSystem.cs | 2 +- .../Gravity/SharedGravitySystem.Shake.cs | 4 +- .../SharedHumanoidAppearanceSystem.cs | 18 ++++---- .../Implants/SharedImplanterSystem.cs | 4 +- .../Instruments/SharedInstrumentSystem.cs | 4 +- .../Light/SharedHandheldLightSystem.cs | 2 +- .../Light/SharedRgbLightControllerSystem.cs | 6 +-- .../Mech/EntitySystems/SharedMechSystem.cs | 6 +-- .../Systems/SpeedModifierContactsSystem.cs | 2 +- .../Nutrition/EntitySystems/HungerSystem.cs | 4 +- .../Controllers/SharedConveyorController.cs | 4 +- Content.Shared/RCD/Systems/RCDAmmoSystem.cs | 4 +- Content.Shared/RCD/Systems/RCDSystem.cs | 2 +- .../EntitySystems/SharedEventHorizonSystem.cs | 8 ++-- Content.Shared/Stacks/SharedStackSystem.cs | 6 +-- .../Standing/StandingStateSystem.cs | 2 +- .../StationRecordKeyStorageSystem.cs | 2 +- .../StatusEffect/StatusEffectsSystem.cs | 12 +++--- .../Storage/EntitySystems/BinSystem.cs | 6 +-- Content.Shared/Stunnable/SharedStunSystem.cs | 32 ++++++-------- .../SubFloor/SharedTrayScannerSystem.cs | 2 +- Content.Shared/Tag/TagSystem.cs | 42 +++++++++---------- .../Systems/LinkedEntitySystem.cs | 6 +-- .../Marker/SharedDamageMarkerSystem.cs | 4 +- .../Weapons/Misc/SharedTetherGunSystem.cs | 22 +++++----- .../Systems/RechargeBasicEntityAmmoSystem.cs | 8 ++-- .../Ranged/Systems/RechargeCycleAmmoSystem.cs | 2 +- .../Weapons/Ranged/Systems/SharedGunSystem.cs | 2 +- Content.Shared/Weather/SharedWeatherSystem.cs | 20 ++++----- 74 files changed, 245 insertions(+), 249 deletions(-) diff --git a/Content.Client/Weather/WeatherSystem.cs b/Content.Client/Weather/WeatherSystem.cs index 24de0bc8c4c..b35483bba48 100644 --- a/Content.Client/Weather/WeatherSystem.cs +++ b/Content.Client/Weather/WeatherSystem.cs @@ -124,9 +124,9 @@ protected override void Run(EntityUid uid, WeatherData weather, WeatherPrototype comp.Occlusion = occlusion; } - protected override bool SetState(WeatherState state, WeatherComponent comp, WeatherData weather, WeatherPrototype weatherProto) + protected override bool SetState(EntityUid uid, WeatherState state, WeatherComponent comp, WeatherData weather, WeatherPrototype weatherProto) { - if (!base.SetState(state, comp, weather, weatherProto)) + if (!base.SetState(uid, state, comp, weather, weatherProto)) return false; if (!Timing.IsFirstTimePredicted) @@ -164,7 +164,7 @@ private void OnWeatherHandleState(EntityUid uid, WeatherComponent component, ref continue; // New weather - StartWeather(component, ProtoMan.Index(proto), weather.EndTime); + StartWeather(uid, component, ProtoMan.Index(proto), weather.EndTime); } } } diff --git a/Content.IntegrationTests/Tests/Tag/TagTest.cs b/Content.IntegrationTests/Tests/Tag/TagTest.cs index ed3c484b435..cbcdd1c6c62 100644 --- a/Content.IntegrationTests/Tests/Tag/TagTest.cs +++ b/Content.IntegrationTests/Tests/Tag/TagTest.cs @@ -130,9 +130,9 @@ await server.WaitAssertion(() => Assert.Multiple(() => { // Cannot add the starting tag again - Assert.That(tagSystem.AddTag(sTagComponent, StartingTag), Is.False); - Assert.That(tagSystem.AddTags(sTagComponent, StartingTag, StartingTag), Is.False); - Assert.That(tagSystem.AddTags(sTagComponent, new List { StartingTag, StartingTag }), Is.False); + Assert.That(tagSystem.AddTag(sTagDummy, sTagComponent, StartingTag), Is.False); + Assert.That(tagSystem.AddTags(sTagDummy, sTagComponent, StartingTag, StartingTag), Is.False); + Assert.That(tagSystem.AddTags(sTagDummy, sTagComponent, new List { StartingTag, StartingTag }), Is.False); // Has the starting tag Assert.That(tagSystem.HasTag(sTagComponent, StartingTag), Is.True); @@ -157,22 +157,22 @@ await server.WaitAssertion(() => Assert.That(tagSystem.HasAllTags(sTagComponent, new List { StartingTag, AddedTag }), Is.False); // Cannot remove a tag that does not exist - Assert.That(tagSystem.RemoveTag(sTagComponent, AddedTag), Is.False); - Assert.That(tagSystem.RemoveTags(sTagComponent, AddedTag, AddedTag), Is.False); - Assert.That(tagSystem.RemoveTags(sTagComponent, new List { AddedTag, AddedTag }), Is.False); + Assert.That(tagSystem.RemoveTag(sTagDummy, sTagComponent, AddedTag), Is.False); + Assert.That(tagSystem.RemoveTags(sTagDummy, sTagComponent, AddedTag, AddedTag), Is.False); + Assert.That(tagSystem.RemoveTags(sTagDummy, sTagComponent, new List { AddedTag, AddedTag }), Is.False); }); // Can add the new tag - Assert.That(tagSystem.AddTag(sTagComponent, AddedTag), Is.True); + Assert.That(tagSystem.AddTag(sTagDummy, sTagComponent, AddedTag), Is.True); Assert.Multiple(() => { // Cannot add it twice - Assert.That(tagSystem.AddTag(sTagComponent, AddedTag), Is.False); + Assert.That(tagSystem.AddTag(sTagDummy, sTagComponent, AddedTag), Is.False); // Cannot add existing tags - Assert.That(tagSystem.AddTags(sTagComponent, StartingTag, AddedTag), Is.False); - Assert.That(tagSystem.AddTags(sTagComponent, new List { StartingTag, AddedTag }), Is.False); + Assert.That(tagSystem.AddTags(sTagDummy, sTagComponent, StartingTag, AddedTag), Is.False); + Assert.That(tagSystem.AddTags(sTagDummy, sTagComponent, new List { StartingTag, AddedTag }), Is.False); // Now has two tags Assert.That(sTagComponent.Tags, Has.Count.EqualTo(2)); @@ -191,16 +191,16 @@ await server.WaitAssertion(() => Assert.Multiple(() => { // Remove the existing starting tag - Assert.That(tagSystem.RemoveTag(sTagComponent, StartingTag), Is.True); + Assert.That(tagSystem.RemoveTag(sTagDummy, sTagComponent, StartingTag), Is.True); // Remove the existing added tag - Assert.That(tagSystem.RemoveTags(sTagComponent, AddedTag, AddedTag), Is.True); + Assert.That(tagSystem.RemoveTags(sTagDummy, sTagComponent, AddedTag, AddedTag), Is.True); }); Assert.Multiple(() => { // No tags left to remove - Assert.That(tagSystem.RemoveTags(sTagComponent, new List { StartingTag, AddedTag }), Is.False); + Assert.That(tagSystem.RemoveTags(sTagDummy, sTagComponent, new List { StartingTag, AddedTag }), Is.False); // No tags left in the component Assert.That(sTagComponent.Tags, Is.Empty); diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index 8a819f59420..1047b4c9deb 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -638,13 +638,13 @@ private void AddSmiteVerbs(GetVerbsEvent args) { Text = "Remove gravity", Category = VerbCategory.Smite, - Icon = new SpriteSpecifier.Rsi(new ("/Textures/Structures/Machines/gravity_generator.rsi"), "off"), + Icon = new SpriteSpecifier.Rsi(new("/Textures/Structures/Machines/gravity_generator.rsi"), "off"), Act = () => { var grav = EnsureComp(args.Target); grav.Weightless = true; - Dirty(grav); + Dirty(args.Target, grav); }, Impact = LogImpact.Extreme, Message = Loc.GetString("admin-smite-remove-gravity-description"), @@ -741,7 +741,7 @@ private void AddSmiteVerbs(GetVerbsEvent args) var movementSpeed = EnsureComp(args.Target); (movementSpeed.BaseSprintSpeed, movementSpeed.BaseWalkSpeed) = (movementSpeed.BaseWalkSpeed, movementSpeed.BaseSprintSpeed); - Dirty(movementSpeed); + Dirty(args.Target, movementSpeed); _popupSystem.PopupEntity(Loc.GetString("admin-smite-run-walk-swap-prompt"), args.Target, args.Target, PopupType.LargeCaution); diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs index 916191cb050..ab59aab7e96 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs @@ -58,7 +58,7 @@ public void SetMapAtmosphere(EntityUid uid, bool space, GasMixture mixture, MapA component.Space = space; component.Mixture = mixture; - Dirty(component); + Dirty(uid, component); } public void SetMapGasMixture(EntityUid uid, GasMixture? mixture, MapAtmosphereComponent? component = null) @@ -67,7 +67,7 @@ public void SetMapGasMixture(EntityUid uid, GasMixture? mixture, MapAtmosphereCo return; component.Mixture = mixture; - Dirty(component); + Dirty(uid, component); } public void SetMapSpace(EntityUid uid, bool space, MapAtmosphereComponent? component = null) @@ -76,6 +76,6 @@ public void SetMapSpace(EntityUid uid, bool space, MapAtmosphereComponent? compo return; component.Space = space; - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index 6a2c8f0a7e5..d5563c170cc 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -93,9 +93,9 @@ private void ActivateAnalyzer(EntityUid uid, GasAnalyzerComponent component, Ent else component.LastPosition = null; component.Enabled = true; - Dirty(component); + Dirty(uid, component); UpdateAppearance(uid, component); - if(!HasComp(uid)) + if (!HasComp(uid)) AddComp(uid); UpdateAnalyzer(uid, component); } @@ -105,7 +105,7 @@ private void ActivateAnalyzer(EntityUid uid, GasAnalyzerComponent component, Ent /// private void OnDropped(EntityUid uid, GasAnalyzerComponent component, DroppedEvent args) { - if(args.User is var userId && component.Enabled) + if (args.User is var userId && component.Enabled) _popup.PopupEntity(Loc.GetString("gas-analyzer-shutoff"), userId, userId); DisableAnalyzer(uid, component, args.User); } @@ -122,7 +122,7 @@ private void DisableAnalyzer(EntityUid uid, GasAnalyzerComponent? component = nu _userInterface.TryClose(uid, GasAnalyzerUiKey.Key, actor.PlayerSession); component.Enabled = false; - Dirty(component); + Dirty(uid, component); UpdateAppearance(uid, component); RemCompDeferred(uid); } diff --git a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs index 8ae9517379e..94e095892a3 100644 --- a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs @@ -118,10 +118,11 @@ private void OnPvsToggle(bool value) } // PVS was turned off, ensure data gets sent to all clients. - foreach (var (grid, meta) in EntityQuery(true)) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var grid, out var meta)) { grid.ForceTick = _gameTiming.CurTick; - Dirty(grid, meta); + Dirty(uid, grid, meta); } } @@ -264,9 +265,10 @@ private bool UpdateChunkTile(GridAtmosphereComponent gridAtmosphere, GasOverlayC private void UpdateOverlayData(GameTick curTick) { // TODO parallelize? - foreach (var (overlay, gam, meta) in EntityQuery(true)) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var overlay, out var gam, out var meta)) { - bool changed = false; + var changed = false; foreach (var index in overlay.InvalidTiles) { var chunkIndex = GetGasChunkIndices(index); @@ -278,7 +280,7 @@ private void UpdateOverlayData(GameTick curTick) } if (changed) - Dirty(overlay, meta); + Dirty(uid, overlay, meta); overlay.InvalidTiles.Clear(); } diff --git a/Content.Server/BarSign/Systems/BarSignSystem.cs b/Content.Server/BarSign/Systems/BarSignSystem.cs index 4a481408452..e42394f5a30 100644 --- a/Content.Server/BarSign/Systems/BarSignSystem.cs +++ b/Content.Server/BarSign/Systems/BarSignSystem.cs @@ -34,7 +34,7 @@ private void OnMapInit(EntityUid uid, BarSignComponent component, MapInitEvent a _metaData.SetEntityDescription(uid, Loc.GetString(newPrototype.Description), meta); component.Current = newPrototype.ID; - Dirty(component); + Dirty(uid, component); } } } diff --git a/Content.Server/Clothing/Systems/ChameleonClothingSystem.cs b/Content.Server/Clothing/Systems/ChameleonClothingSystem.cs index 6fbfd9f3673..23b772d99c0 100644 --- a/Content.Server/Clothing/Systems/ChameleonClothingSystem.cs +++ b/Content.Server/Clothing/Systems/ChameleonClothingSystem.cs @@ -39,7 +39,7 @@ private void OnVerb(EntityUid uid, ChameleonClothingComponent component, GetVerb args.Verbs.Add(new InteractionVerb() { Text = Loc.GetString("chameleon-component-verb-text"), - Icon = new SpriteSpecifier.Texture(new ("/Textures/Interface/VerbIcons/settings.svg.192dpi.png")), + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/settings.svg.192dpi.png")), Act = () => TryOpenUi(uid, args.User, component) }); } @@ -91,7 +91,7 @@ public void SetSelectedPrototype(EntityUid uid, string? protoId, bool forceUpdat UpdateIdentityBlocker(uid, component, proto); UpdateVisuals(uid, component); UpdateUi(uid, component); - Dirty(component); + Dirty(uid, component); } private void UpdateIdentityBlocker(EntityUid uid, ChameleonClothingComponent component, EntityPrototype proto) diff --git a/Content.Server/Decals/DecalSystem.cs b/Content.Server/Decals/DecalSystem.cs index ad225afe224..0e6c1d5cebb 100644 --- a/Content.Server/Decals/DecalSystem.cs +++ b/Content.Server/Decals/DecalSystem.cs @@ -89,10 +89,11 @@ private void OnPvsToggle(bool value) playerData.Clear(); } - foreach (var (grid, meta) in EntityQuery(true)) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var grid, out var meta)) { grid.ForceTick = _timing.CurTick; - Dirty(grid, meta); + Dirty(uid, grid, meta); } } diff --git a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs index 9a038f1c78a..02c65381584 100644 --- a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs @@ -255,7 +255,7 @@ private void SetMode(EntityUid configuratorUid, NetworkConfiguratorComponent con /// private void UpdateModeAppearance(EntityUid userUid, EntityUid configuratorUid, NetworkConfiguratorComponent configurator) { - Dirty(configurator); + Dirty(configuratorUid, configurator); _appearanceSystem.SetData(configuratorUid, NetworkConfiguratorVisuals.Mode, configurator.LinkModeActive); var pitch = configurator.LinkModeActive ? 1 : 0.8f; diff --git a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs index df375de6951..a03ba5d2313 100644 --- a/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs +++ b/Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs @@ -340,7 +340,7 @@ private void OnPowerChange(EntityUid uid, SharedDisposalUnitComponent component, if (!args.Powered) { component.NextFlush = null; - Dirty(component); + Dirty(uid, component); return; } @@ -396,7 +396,7 @@ private void UpdateState(EntityUid uid, DisposalsPressureState state, SharedDisp component.State = state; UpdateVisualState(uid, component); UpdateInterface(uid, component, component.Powered); - Dirty(component, metadata); + Dirty(uid, component, metadata); if (state == DisposalsPressureState.Ready) { @@ -477,7 +477,7 @@ private void Update(EntityUid uid, SharedDisposalUnitComponent component, MetaDa } if (count != component.RecentlyEjected.Count) - Dirty(component, metadata); + Dirty(uid, component, metadata); } public bool TryInsert(EntityUid unitId, EntityUid toInsertId, EntityUid? userId, DisposalUnitComponent? unit = null) @@ -783,7 +783,7 @@ public void QueueAutomaticEngage(EntityUid uid, SharedDisposalUnitComponent comp var flushTime = TimeSpan.FromSeconds(Math.Min((component.NextFlush ?? TimeSpan.MaxValue).TotalSeconds, automaticTime.TotalSeconds)); component.NextFlush = flushTime; - Dirty(component); + Dirty(uid, component); } public void AfterInsert(EntityUid uid, SharedDisposalUnitComponent component, EntityUid inserted, EntityUid? user = null, bool doInsert = false) diff --git a/Content.Server/Dragon/DragonRiftSystem.cs b/Content.Server/Dragon/DragonRiftSystem.cs index f7d5cd783d4..7143280900c 100644 --- a/Content.Server/Dragon/DragonRiftSystem.cs +++ b/Content.Server/Dragon/DragonRiftSystem.cs @@ -67,7 +67,7 @@ public override void Update(float frameTime) if (comp.State < DragonRiftState.AlmostFinished && comp.Accumulator > comp.MaxAccumulator / 2f) { comp.State = DragonRiftState.AlmostFinished; - Dirty(comp); + Dirty(uid, comp); var location = xform.LocalPosition; _chat.DispatchGlobalAnnouncement(Loc.GetString("carp-rift-warning", ("location", location)), playSound: false, colorOverride: Color.Red); diff --git a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs index 12c701866c6..0c758141a19 100644 --- a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs +++ b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs @@ -93,7 +93,7 @@ public void TryEnsnare(EntityUid target, EntityUid ensnare, EnsnaringComponent c component.Ensnared = target; _container.Insert(ensnare, ensnareable.Container); ensnareable.IsEnsnared = true; - Dirty(ensnareable); + Dirty(target, ensnareable); UpdateAlert(target, ensnareable); var ev = new EnsnareEvent(component.WalkSpeed, component.SprintSpeed); @@ -107,7 +107,7 @@ public void TryEnsnare(EntityUid target, EntityUid ensnare, EnsnaringComponent c /// The entity that is freeing the target /// The entity used to ensnare /// The ensnaring component - public void TryFree(EntityUid target, EntityUid user, EntityUid ensnare, EnsnaringComponent component) + public void TryFree(EntityUid target, EntityUid user, EntityUid ensnare, EnsnaringComponent component) { //Don't do anything if they don't have the ensnareable component. if (!HasComp(target)) @@ -148,7 +148,7 @@ public void ForceFree(EntityUid ensnare, EnsnaringComponent component) _container.Remove(ensnare, ensnareable.Container, force: true); ensnareable.IsEnsnared = ensnareable.Container.ContainedEntities.Count > 0; - Dirty(ensnareable); + Dirty(component.Ensnared.Value, ensnareable); component.Ensnared = null; UpdateAlert(target, ensnareable); diff --git a/Content.Server/Ensnaring/EnsnareableSystem.cs b/Content.Server/Ensnaring/EnsnareableSystem.cs index f939e087e02..d732c5f3a39 100644 --- a/Content.Server/Ensnaring/EnsnareableSystem.cs +++ b/Content.Server/Ensnaring/EnsnareableSystem.cs @@ -45,7 +45,7 @@ private void OnDoAfter(EntityUid uid, EnsnareableComponent component, DoAfterEve } component.IsEnsnared = component.Container.ContainedEntities.Count > 0; - Dirty(component); + Dirty(uid, component); ensnaring.Ensnared = null; _hands.PickupOrDrop(args.Args.User, args.Args.Used.Value); diff --git a/Content.Server/Gravity/GravitySystem.cs b/Content.Server/Gravity/GravitySystem.cs index 5e0332ae491..ea62d4a8195 100644 --- a/Content.Server/Gravity/GravitySystem.cs +++ b/Content.Server/Gravity/GravitySystem.cs @@ -41,7 +41,7 @@ public void RefreshGravity(EntityUid uid, GravityComponent? gravity = null) gravity.Enabled = enabled; var ev = new GravityChangedEvent(uid, enabled); RaiseLocalEvent(uid, ref ev, true); - Dirty(gravity); + Dirty(uid, gravity); if (HasComp(uid)) { @@ -71,7 +71,7 @@ public void EnableGravity(EntityUid uid, GravityComponent? gravity = null) gravity.Enabled = true; var ev = new GravityChangedEvent(uid, true); RaiseLocalEvent(uid, ref ev, true); - Dirty(gravity); + Dirty(uid, gravity); if (HasComp(uid)) { diff --git a/Content.Server/HotPotato/HotPotatoSystem.cs b/Content.Server/HotPotato/HotPotatoSystem.cs index 8091eea6fdd..115a7b6cb76 100644 --- a/Content.Server/HotPotato/HotPotatoSystem.cs +++ b/Content.Server/HotPotato/HotPotatoSystem.cs @@ -29,7 +29,7 @@ private void OnActiveTimer(EntityUid uid, HotPotatoComponent comp, ref ActiveTim comp.CanTransfer = false; _ambientSound.SetAmbience(uid, true); _damageOnHolding.SetEnabled(uid, true); - Dirty(comp); + Dirty(uid, comp); } private void OnMeleeHit(EntityUid uid, HotPotatoComponent comp, MeleeHitEvent args) @@ -56,6 +56,6 @@ private void OnMeleeHit(EntityUid uid, HotPotatoComponent comp, MeleeHitEvent ar break; } comp.CanTransfer = false; - Dirty(comp); + Dirty(uid, comp); } } diff --git a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs index 05a8b062221..336116e78b0 100644 --- a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs +++ b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.Modifier.cs @@ -29,7 +29,7 @@ private void OnVerbsRequest(EntityUid uid, HumanoidAppearanceComponent component { Text = "Modify markings", Category = VerbCategory.Tricks, - Icon = new SpriteSpecifier.Rsi(new ("/Textures/Mobs/Customization/reptilian_parts.rsi"), "tail_smooth"), + Icon = new SpriteSpecifier.Rsi(new("/Textures/Mobs/Customization/reptilian_parts.rsi"), "tail_smooth"), Act = () => { _uiSystem.TryOpen(uid, HumanoidMarkingModifierKey.Key, actor.PlayerSession); @@ -63,7 +63,7 @@ private void OnBaseLayersSet(EntityUid uid, HumanoidAppearanceComponent componen component.CustomBaseLayers[message.Layer] = message.Info.Value; } - Dirty(component); + Dirty(uid, component); if (message.ResendState) { @@ -88,7 +88,7 @@ private void OnMarkingsSet(EntityUid uid, HumanoidAppearanceComponent component, } component.MarkingSet = message.MarkingSet; - Dirty(component); + Dirty(uid, component); if (message.ResendState) { diff --git a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs index a0e9143eda9..233a48c95ff 100644 --- a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs +++ b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs @@ -66,7 +66,7 @@ public void CloneAppearance(EntityUid source, EntityUid target, HumanoidAppearan targetHumanoid.LastProfileLoaded = sourceHumanoid.LastProfileLoaded; // DeltaV - let paradox anomaly be cloned - Dirty(targetHumanoid); + Dirty(target, targetHumanoid); } /// @@ -87,7 +87,7 @@ public void RemoveMarking(EntityUid uid, string marking, bool sync = true, Human humanoid.MarkingSet.Remove(prototype.MarkingCategory, marking); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -108,7 +108,7 @@ public void RemoveMarking(EntityUid uid, MarkingCategories category, int index, } humanoid.MarkingSet.Remove(category, index); - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -137,7 +137,7 @@ public void SetMarkingId(EntityUid uid, MarkingCategories category, int index, s } humanoid.MarkingSet.Replace(category, index, marking); - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -164,7 +164,7 @@ public void SetMarkingColor(EntityUid uid, MarkingCategories category, int index markings[index].SetColor(i, colors[i]); } - Dirty(humanoid); + Dirty(uid, humanoid); } /// diff --git a/Content.Server/Instruments/SwappableInstrumentSystem.cs b/Content.Server/Instruments/SwappableInstrumentSystem.cs index 3f3cfb9e6db..9aef875cd65 100644 --- a/Content.Server/Instruments/SwappableInstrumentSystem.cs +++ b/Content.Server/Instruments/SwappableInstrumentSystem.cs @@ -35,7 +35,7 @@ private void AddStyleVerb(EntityUid uid, SwappableInstrumentComponent component, Priority = priority, Act = () => { - _sharedInstrument.SetInstrumentProgram(instrument, entry.Value.Item1, entry.Value.Item2); + _sharedInstrument.SetInstrumentProgram(uid, instrument, entry.Value.Item1, entry.Value.Item2); _popup.PopupEntity(Loc.GetString("swappable-instrument-component-style-set", ("style", entry.Key)), args.User, args.User); } diff --git a/Content.Server/Light/EntitySystems/RotatingLightSystem.cs b/Content.Server/Light/EntitySystems/RotatingLightSystem.cs index dd72b3a43e8..7ef1357dc31 100644 --- a/Content.Server/Light/EntitySystems/RotatingLightSystem.cs +++ b/Content.Server/Light/EntitySystems/RotatingLightSystem.cs @@ -19,6 +19,6 @@ private void OnLightToggle(EntityUid uid, RotatingLightComponent comp, PointLigh return; comp.Enabled = args.Enabled; - Dirty(comp); + Dirty(uid, comp); } } diff --git a/Content.Server/Materials/MaterialReclaimerSystem.cs b/Content.Server/Materials/MaterialReclaimerSystem.cs index 8920daf60d0..ae4444e059b 100644 --- a/Content.Server/Materials/MaterialReclaimerSystem.cs +++ b/Content.Server/Materials/MaterialReclaimerSystem.cs @@ -130,7 +130,7 @@ public override bool TryFinishProcessItem(EntityUid uid, MaterialReclaimerCompon return false; Container.Remove(item, active.ReclaimingContainer); - Dirty(component); + Dirty(uid, component); // scales the output if the process was interrupted. var completion = 1f - Math.Clamp((float) Math.Round((active.EndTime - Timing.CurTime) / active.Duration), diff --git a/Content.Server/Mech/Systems/MechSystem.cs b/Content.Server/Mech/Systems/MechSystem.cs index 206eb894d7e..2f5f8bf4339 100644 --- a/Content.Server/Mech/Systems/MechSystem.cs +++ b/Content.Server/Mech/Systems/MechSystem.cs @@ -110,7 +110,7 @@ private void OnInsertBattery(EntityUid uid, MechComponent component, EntInserted component.Energy = battery.CurrentCharge; component.MaxEnergy = battery.MaxCharge; - Dirty(component); + Dirty(uid, component); _actionBlocker.UpdateCanMove(uid); } @@ -140,7 +140,7 @@ private void OnMapInit(EntityUid uid, MechComponent component, MapInitEvent args component.Energy = component.MaxEnergy; _actionBlocker.UpdateCanMove(uid); - Dirty(component); + Dirty(uid, component); } private void OnRemoveEquipmentMessage(EntityUid uid, MechComponent component, MechEquipmentRemoveMessage args) @@ -338,7 +338,7 @@ public override bool TryChangeEnergy(EntityUid uid, FixedPoint2 delta, MechCompo { Log.Debug($"Battery charge was not equal to mech charge. Battery {batteryComp.CurrentCharge}. Mech {component.Energy}"); component.Energy = batteryComp.CurrentCharge; - Dirty(component); + Dirty(uid, component); } _actionBlocker.UpdateCanMove(uid); return true; @@ -358,7 +358,7 @@ public void InsertBattery(EntityUid uid, EntityUid toInsert, MechComponent? comp _actionBlocker.UpdateCanMove(uid); - Dirty(component); + Dirty(uid, component); UpdateUserInterface(uid, component); } @@ -373,7 +373,7 @@ public void RemoveBattery(EntityUid uid, MechComponent? component = null) _actionBlocker.UpdateCanMove(uid); - Dirty(component); + Dirty(uid, component); UpdateUserInterface(uid, component); } diff --git a/Content.Server/NameIdentifier/NameIdentifierSystem.cs b/Content.Server/NameIdentifier/NameIdentifierSystem.cs index 87953d518b3..eefd4357cb3 100644 --- a/Content.Server/NameIdentifier/NameIdentifierSystem.cs +++ b/Content.Server/NameIdentifier/NameIdentifierSystem.cs @@ -113,7 +113,7 @@ private void OnMapInit(EntityUid uid, NameIdentifierComponent component, MapInit _metaData.SetEntityName(uid, group.FullName ? uniqueName : $"{meta.EntityName} ({uniqueName})", meta); - Dirty(component); + Dirty(uid, component); } private void InitialSetupPrototypes() diff --git a/Content.Server/Physics/Controllers/ConveyorController.cs b/Content.Server/Physics/Controllers/ConveyorController.cs index 42279bb7496..b3508025cb9 100644 --- a/Content.Server/Physics/Controllers/ConveyorController.cs +++ b/Content.Server/Physics/Controllers/ConveyorController.cs @@ -67,7 +67,7 @@ private void OnPowerChanged(EntityUid uid, ConveyorComponent component, ref Powe { component.Powered = args.Powered; UpdateAppearance(uid, component); - Dirty(component); + Dirty(uid, component); } private void UpdateAppearance(EntityUid uid, ConveyorComponent component) @@ -106,7 +106,7 @@ private void SetState(EntityUid uid, ConveyorState state, ConveyorComponent? com _materialReclaimer.SetReclaimerEnabled(uid, component.State != ConveyorState.Off); UpdateAppearance(uid, component); - Dirty(component); + Dirty(uid, component); } /// diff --git a/Content.Server/Pinpointer/NavMapSystem.cs b/Content.Server/Pinpointer/NavMapSystem.cs index bf3a3b29988..36fb39975e5 100644 --- a/Content.Server/Pinpointer/NavMapSystem.cs +++ b/Content.Server/Pinpointer/NavMapSystem.cs @@ -54,7 +54,7 @@ public override void Initialize() private void OnStationInit(StationGridAddedEvent ev) { var comp = EnsureComp(ev.GridId); - RefreshGrid(comp, Comp(ev.GridId)); + RefreshGrid(ev.GridId, comp, Comp(ev.GridId)); } private void OnNavMapBeaconStartup(EntityUid uid, NavMapBeaconComponent component, ComponentStartup args) @@ -164,7 +164,7 @@ private void OnNavMapStartup(EntityUid uid, NavMapComponent component, Component if (!TryComp(uid, out var grid)) return; - RefreshGrid(component, grid); + RefreshGrid(uid, component, grid); } private void OnNavMapSplit(ref GridSplitEvent args) @@ -177,13 +177,13 @@ private void OnNavMapSplit(ref GridSplitEvent args) foreach (var grid in args.NewGrids) { var newComp = EnsureComp(grid); - RefreshGrid(newComp, gridQuery.GetComponent(grid)); + RefreshGrid(grid, newComp, gridQuery.GetComponent(grid)); } - RefreshGrid(comp, gridQuery.GetComponent(args.Grid)); + RefreshGrid(args.Grid, comp, gridQuery.GetComponent(args.Grid)); } - private void RefreshGrid(NavMapComponent component, MapGridComponent grid) + private void RefreshGrid(EntityUid uid, NavMapComponent component, MapGridComponent grid) { component.Chunks.Clear(); @@ -199,7 +199,7 @@ private void RefreshGrid(NavMapComponent component, MapGridComponent grid) component.Chunks[chunkOrigin] = chunk; } - RefreshTile(grid, component, chunk, tile.Value.GridIndices); + RefreshTile(uid, grid, component, chunk, tile.Value.GridIndices); } } @@ -291,7 +291,7 @@ private void OnReAnchor(ref ReAnchorEvent ev) if (navMap.Chunks.TryGetValue(chunkOrigin, out var chunk)) { - RefreshTile(oldGrid, navMap, chunk, ev.TilePos); + RefreshTile(ev.OldGrid, oldGrid, navMap, chunk, ev.TilePos); } } @@ -318,10 +318,10 @@ private void HandleAnchor(TransformComponent xform) navMap.Chunks[chunkOrigin] = chunk; } - RefreshTile(grid, navMap, chunk, tile); + RefreshTile(xform.GridUid.Value, grid, navMap, chunk, tile); } - private void RefreshTile(MapGridComponent grid, NavMapComponent component, NavMapChunk chunk, Vector2i tile) + private void RefreshTile(EntityUid uid, MapGridComponent grid, NavMapComponent component, NavMapChunk chunk, Vector2i tile) { var relative = SharedMapSystem.GetChunkRelative(tile, ChunkSize); var existing = chunk.TileData; @@ -356,7 +356,7 @@ private void RefreshTile(MapGridComponent grid, NavMapComponent component, NavMa if (existing == chunk.TileData) return; - Dirty(component); + Dirty(uid, component); } /// diff --git a/Content.Server/PowerCell/PowerCellSystem.Draw.cs b/Content.Server/PowerCell/PowerCellSystem.Draw.cs index 8e960357b7a..4155a4f6bec 100644 --- a/Content.Server/PowerCell/PowerCellSystem.Draw.cs +++ b/Content.Server/PowerCell/PowerCellSystem.Draw.cs @@ -67,7 +67,7 @@ private void OnDrawChargeChanged(EntityUid uid, PowerCellDrawComponent component { component.CanDraw = canDraw; component.CanUse = canUse; - Dirty(component); + Dirty(uid, component); } } @@ -80,7 +80,7 @@ private void OnDrawCellChanged(EntityUid uid, PowerCellDrawComponent component, { component.CanDraw = canDraw; component.CanUse = canUse; - Dirty(component); + Dirty(uid, component); } } } diff --git a/Content.Server/Research/Systems/ResearchSystem.Server.cs b/Content.Server/Research/Systems/ResearchSystem.Server.cs index 2a802a91a32..09ca7ed15c2 100644 --- a/Content.Server/Research/Systems/ResearchSystem.Server.cs +++ b/Content.Server/Research/Systems/ResearchSystem.Server.cs @@ -18,7 +18,7 @@ private void OnServerStartup(EntityUid uid, ResearchServerComponent component, C var unusedId = EntityQuery(true) .Max(s => s.Id) + 1; component.Id = unusedId; - Dirty(component); + Dirty(uid, component); } private void OnServerShutdown(EntityUid uid, ResearchServerComponent component, ComponentShutdown args) @@ -74,7 +74,7 @@ public void RegisterClient(EntityUid client, EntityUid server, ResearchClientCom SyncClientWithServer(client, clientComponent: clientComponent); if (dirtyServer) - Dirty(serverComponent); + Dirty(server, serverComponent); var ev = new ResearchRegistrationChangedEvent(server); RaiseLocalEvent(client, ref ev); @@ -117,7 +117,7 @@ public void UnregisterClient(EntityUid client, EntityUid server, ResearchClientC if (dirtyServer) { - Dirty(serverComponent); + Dirty(server, serverComponent); } var ev = new ResearchRegistrationChangedEvent(null); @@ -167,6 +167,6 @@ public void ModifyServerPoints(EntityUid uid, int points, ResearchServerComponen { RaiseLocalEvent(client, ref ev); } - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Server/Research/Systems/ResearchSystem.Technology.cs b/Content.Server/Research/Systems/ResearchSystem.Technology.cs index 107d51ccd8c..9bd71cf7c6e 100644 --- a/Content.Server/Research/Systems/ResearchSystem.Technology.cs +++ b/Content.Server/Research/Systems/ResearchSystem.Technology.cs @@ -21,7 +21,7 @@ public void Sync(EntityUid primaryUid, EntityUid otherUid, TechnologyDatabaseCom primaryDb.UnlockedTechnologies = otherDb.UnlockedTechnologies; primaryDb.UnlockedRecipes = otherDb.UnlockedRecipes; - Dirty(primaryDb); + Dirty(primaryUid, primaryDb); var ev = new TechnologyDatabaseModifiedEvent(); RaiseLocalEvent(primaryUid, ref ev); @@ -125,7 +125,7 @@ public void AddTechnology(EntityUid uid, TechnologyPrototype technology, Technol continue; component.UnlockedRecipes.Add(unlock); } - Dirty(component); + Dirty(uid, component); var ev = new TechnologyDatabaseModifiedEvent(); RaiseLocalEvent(uid, ref ev); @@ -144,7 +144,7 @@ public void AddLatheRecipe(EntityUid uid, string recipe, TechnologyDatabaseCompo return; component.UnlockedRecipes.Add(recipe); - Dirty(component); + Dirty(uid, component); var ev = new TechnologyDatabaseModifiedEvent(); RaiseLocalEvent(uid, ref ev); @@ -185,6 +185,6 @@ private void OnDatabaseRegistrationChanged(EntityUid uid, TechnologyDatabaseComp component.SupportedDisciplines = new List(); component.UnlockedTechnologies = new List(); component.UnlockedRecipes = new List(); - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs index c47c519d5de..f0368ed3a95 100644 --- a/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs @@ -318,7 +318,7 @@ public void AddPilot(EntityUid uid, EntityUid entity, ShuttleConsoleComponent co pilotComponent.Console = uid; ActionBlockerSystem.UpdateCanMove(entity); pilotComponent.Position = EntityManager.GetComponent(entity).Coordinates; - Dirty(pilotComponent); + Dirty(entity, pilotComponent); } public void RemovePilot(EntityUid pilotUid, PilotComponent pilotComponent) diff --git a/Content.Server/Silicons/Borgs/BorgSystem.cs b/Content.Server/Silicons/Borgs/BorgSystem.cs index 869c2797047..0f14fef0ed6 100644 --- a/Content.Server/Silicons/Borgs/BorgSystem.cs +++ b/Content.Server/Silicons/Borgs/BorgSystem.cs @@ -281,7 +281,7 @@ public void EnableBorgAbilities(EntityUid uid, BorgChassisComponent component, P component.Activated = true; InstallAllModules(uid, component); - Dirty(component); + Dirty(uid, component); _movementSpeedModifier.RefreshMovementSpeedModifiers(uid); } @@ -295,7 +295,7 @@ public void DisableBorgAbilities(EntityUid uid, BorgChassisComponent component) component.Activated = false; DisableAllModules(uid, component); - Dirty(component); + Dirty(uid, component); _movementSpeedModifier.RefreshMovementSpeedModifiers(uid); } diff --git a/Content.Server/Sprite/RandomSpriteSystem.cs b/Content.Server/Sprite/RandomSpriteSystem.cs index 5d04dd2f5a6..7f81f4bdd45 100644 --- a/Content.Server/Sprite/RandomSpriteSystem.cs +++ b/Content.Server/Sprite/RandomSpriteSystem.cs @@ -63,7 +63,7 @@ private void OnMapInit(EntityUid uid, RandomSpriteComponent component, MapInitEv } } - Dirty(component); + Dirty(uid, component); } private void OnGetState(EntityUid uid, RandomSpriteComponent component, ref ComponentGetState args) diff --git a/Content.Server/Traits/Assorted/ParacusiaSystem.cs b/Content.Server/Traits/Assorted/ParacusiaSystem.cs index 4b0205ff536..fbbeb9f1a70 100644 --- a/Content.Server/Traits/Assorted/ParacusiaSystem.cs +++ b/Content.Server/Traits/Assorted/ParacusiaSystem.cs @@ -12,7 +12,7 @@ public void SetSounds(EntityUid uid, SoundSpecifier sounds, ParacusiaComponent? return; } component.Sounds = sounds; - Dirty(component); + Dirty(uid, component); } public void SetTime(EntityUid uid, float minTime, float maxTime, ParacusiaComponent? component = null) @@ -23,7 +23,7 @@ public void SetTime(EntityUid uid, float minTime, float maxTime, ParacusiaCompon } component.MinTimeBetweenIncidents = minTime; component.MaxTimeBetweenIncidents = maxTime; - Dirty(component); + Dirty(uid, component); } public void SetDistance(EntityUid uid, float maxSoundDistance, ParacusiaComponent? component = null) @@ -33,6 +33,6 @@ public void SetDistance(EntityUid uid, float maxSoundDistance, ParacusiaComponen return; } component.MaxSoundDistance = maxSoundDistance; - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs index 25010b22333..0dcd92f9417 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs @@ -51,7 +51,7 @@ private void UpdateShots(EntityUid uid, BatteryAmmoProviderComponent component, if (component.Shots != shots || component.Capacity != maxShots) { - Dirty(component); + Dirty(uid, component); } component.Shots = shots; diff --git a/Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs b/Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs index 6ff47507299..59e53f1f72a 100644 --- a/Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs +++ b/Content.Server/Weapons/Ranged/Systems/GunSystem.Revolver.cs @@ -13,6 +13,6 @@ protected override void SpinRevolver(EntityUid revolverUid, RevolverAmmoProvider return; component.CurrentIndex = index; - Dirty(component); + Dirty(revolverUid, component); } } diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/RandomInstrumentArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/RandomInstrumentArtifactSystem.cs index 8945b867954..118bc396a72 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/RandomInstrumentArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/RandomInstrumentArtifactSystem.cs @@ -18,6 +18,6 @@ public override void Initialize() private void OnStartup(EntityUid uid, RandomInstrumentArtifactComponent component, ComponentStartup args) { var instrument = EnsureComp(uid); - _instrument.SetInstrumentProgram(instrument, (byte) _random.Next(0, 127), 0); + _instrument.SetInstrumentProgram(uid, instrument, (byte) _random.Next(0, 127), 0); } } diff --git a/Content.Server/Zombies/ZombieSystem.Transform.cs b/Content.Server/Zombies/ZombieSystem.Transform.cs index 44ffd02e038..da066737a74 100644 --- a/Content.Server/Zombies/ZombieSystem.Transform.cs +++ b/Content.Server/Zombies/ZombieSystem.Transform.cs @@ -201,7 +201,7 @@ public void ZombifyEntity(EntityUid target, MobStateComponent? mobState = null) Dirty(target, pryComp); } - Dirty(melee); + Dirty(target, melee); //The zombie gets the assigned damage weaknesses and strengths _damageable.SetDamageModifierSetId(target, "Zombie"); diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 2527f745530..70e816b16e4 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -54,7 +54,7 @@ private void OnBuckleComponentShutdown(EntityUid uid, BuckleComponent component, private void OnBuckleMove(EntityUid uid, BuckleComponent component, ref MoveEvent ev) { - if (component.BuckledTo is not {} strapUid) + if (component.BuckledTo is not { } strapUid) return; if (!TryComp(strapUid, out var strapComp)) @@ -85,7 +85,7 @@ private void AddUnbuckleVerb(EntityUid uid, BuckleComponent component, GetVerbsE { Act = () => TryUnbuckle(uid, args.User, buckleComp: component), Text = Loc.GetString("verb-categories-unbuckle"), - Icon = new SpriteSpecifier.Texture(new ("/Textures/Interface/VerbIcons/unbuckle.svg.192dpi.png")) + Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/unbuckle.svg.192dpi.png")) }; if (args.Target == args.User && args.Using == null) @@ -191,7 +191,7 @@ private void SetBuckledTo(EntityUid buckleUid, EntityUid? strapUid, StrapCompone ActionBlocker.UpdateCanMove(buckleUid); UpdateBuckleStatus(buckleUid, buckleComp, strapComp); - Dirty(buckleComp); + Dirty(buckleUid, buckleComp); } /// @@ -468,8 +468,7 @@ public bool TryUnbuckle(EntityUid buckleUid, EntityUid userUid, bool force = fal if (strapComp.BuckledEntities.Remove(buckleUid)) { strapComp.OccupiedSize -= buckleComp.Size; - //Dirty(strapUid); - Dirty(strapComp); + Dirty(strapUid, strapComp); } _joints.RefreshRelay(buckleUid); diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs b/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs index 7be54360741..147af42e728 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Strap.cs @@ -20,22 +20,22 @@ private void InitializeStrap() { SubscribeLocalEvent(OnStrapStartup); SubscribeLocalEvent(OnStrapShutdown); - SubscribeLocalEvent((_, c, _) => StrapRemoveAll(c)); + SubscribeLocalEvent((e, c, _) => StrapRemoveAll(e, c)); SubscribeLocalEvent(OnStrapEntModifiedFromContainer); SubscribeLocalEvent(OnStrapEntModifiedFromContainer); SubscribeLocalEvent>(AddStrapVerbs); SubscribeLocalEvent(OnStrapContainerGettingInsertedAttempt); SubscribeLocalEvent(OnStrapInteractHand); - SubscribeLocalEvent((_,c,_) => StrapRemoveAll(c)); - SubscribeLocalEvent((_, c, _) => StrapRemoveAll(c)); + SubscribeLocalEvent((e, c, _) => StrapRemoveAll(e, c)); + SubscribeLocalEvent((e, c, _) => StrapRemoveAll(e, c)); SubscribeLocalEvent(OnStrapDragDropTarget); SubscribeLocalEvent(OnCanDropTarget); SubscribeLocalEvent(OnAttemptFold); SubscribeLocalEvent(OnStrapMoveEvent); - SubscribeLocalEvent((_, c, _) => StrapRemoveAll(c)); + SubscribeLocalEvent((e, c, _) => StrapRemoveAll(e, c)); } private void OnStrapStartup(EntityUid uid, StrapComponent component, ComponentStartup args) @@ -48,7 +48,7 @@ private void OnStrapShutdown(EntityUid uid, StrapComponent component, ComponentS if (LifeStage(uid) > EntityLifeStage.MapInitialized) return; - StrapRemoveAll(component); + StrapRemoveAll(uid, component); } private void OnStrapEntModifiedFromContainer(EntityUid uid, StrapComponent component, ContainerModifiedMessage message) @@ -153,7 +153,7 @@ private void AddStrapVerbs(EntityUid uid, StrapComponent component, GetVerbsEven } // If the user is currently holding/pulling an entity that can be buckled, add a verb for that. - if (args.Using is {Valid: true} @using && + if (args.Using is { Valid: true } @using && TryComp(@using, out var usingBuckle) && StrapHasSpace(uid, usingBuckle, component) && _interaction.InRangeUnobstructed(@using, args.Target, range: usingBuckle.Range)) @@ -232,7 +232,7 @@ private void OnStrapMoveEvent(EntityUid uid, StrapComponent component, ref MoveE } ReAttach(buckledEntity, uid, buckled, component); - Dirty(buckled); + Dirty(buckledEntity, buckled); } } @@ -258,7 +258,7 @@ private bool StrapCanDragDropOn( /// /// Remove everything attached to the strap /// - private void StrapRemoveAll(StrapComponent strapComp) + private void StrapRemoveAll(EntityUid uid, StrapComponent strapComp) { foreach (var entity in strapComp.BuckledEntities.ToArray()) { @@ -267,7 +267,7 @@ private void StrapRemoveAll(StrapComponent strapComp) strapComp.BuckledEntities.Clear(); strapComp.OccupiedSize = 0; - Dirty(strapComp); + Dirty(uid, strapComp); } private bool StrapHasSpace(EntityUid strapUid, BuckleComponent buckleComp, StrapComponent? strapComp = null) @@ -313,6 +313,6 @@ public void StrapSetEnabled(EntityUid strapUid, bool enabled, StrapComponent? st strapComp.Enabled = enabled; if (!enabled) - StrapRemoveAll(strapComp); + StrapRemoveAll(strapUid, strapComp); } } diff --git a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs index fb50803596e..3463be2e717 100644 --- a/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs +++ b/Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs @@ -89,7 +89,7 @@ private void Oninitialize(EntityUid uid, ItemSlotsComponent itemSlots, Component /// public void AddItemSlot(EntityUid uid, string id, ItemSlot slot, ItemSlotsComponent? itemSlots = null) { - itemSlots ??= EntityManager.EnsureComponent(uid); + itemSlots ??= EnsureComp(uid); DebugTools.AssertOwner(uid, itemSlots); if (itemSlots.Slots.TryGetValue(id, out var existing)) @@ -103,7 +103,7 @@ public void AddItemSlot(EntityUid uid, string id, ItemSlot slot, ItemSlotsCompon slot.ContainerSlot = _containers.EnsureContainer(uid, id); itemSlots.Slots[id] = slot; - Dirty(itemSlots); + Dirty(uid, itemSlots); } /// @@ -127,7 +127,7 @@ public void RemoveItemSlot(EntityUid uid, ItemSlot slot, ItemSlotsComponent? ite if (itemSlots.Slots.Count == 0) EntityManager.RemoveComponent(uid, itemSlots); else - Dirty(itemSlots); + Dirty(uid, itemSlots); } public bool TryGetSlot(EntityUid uid, string slotId, [NotNullWhen(true)] out ItemSlot? itemSlot, ItemSlotsComponent? component = null) diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index de5338615ee..6a807e037f1 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -296,7 +296,7 @@ public void TakeStaminaDamage(EntityUid uid, float value, StaminaComponent? comp } EnsureComp(uid); - Dirty(component); + Dirty(uid, component); if (value <= 0) return; @@ -356,7 +356,7 @@ public override void Update(float frameTime) comp.NextUpdate += TimeSpan.FromSeconds(1f); TakeStaminaDamage(uid, -comp.Decay, comp); - Dirty(comp); + Dirty(uid, comp); } } @@ -379,7 +379,7 @@ private void EnterStamCrit(EntityUid uid, StaminaComponent? component = null) // Give them buffer before being able to be re-stunned component.NextUpdate = _timing.CurTime + component.StunTime + StamCritBufferTime; EnsureComp(uid); - Dirty(component); + Dirty(uid, component); _adminLogger.Add(LogType.Stamina, LogImpact.Medium, $"{ToPrettyString(uid):user} entered stamina crit"); } @@ -396,7 +396,7 @@ private void ExitStamCrit(EntityUid uid, StaminaComponent? component = null) component.NextUpdate = _timing.CurTime; SetStaminaAlert(uid, component); RemComp(uid); - Dirty(component); + Dirty(uid, component); _adminLogger.Add(LogType.Stamina, LogImpact.Low, $"{ToPrettyString(uid):user} recovered from stamina crit"); } } diff --git a/Content.Shared/Decals/SharedDecalSystem.cs b/Content.Shared/Decals/SharedDecalSystem.cs index 76fa9d64dba..0665ccbf84b 100644 --- a/Content.Shared/Decals/SharedDecalSystem.cs +++ b/Content.Shared/Decals/SharedDecalSystem.cs @@ -69,7 +69,7 @@ private void OnCompStartup(EntityUid uid, DecalGridComponent component, Componen // This **shouldn't** be required, but just in case we ever get entity prototypes that have decal grids, we // need to ensure that we send an initial full state to players. - Dirty(component); + Dirty(uid, component); } protected Dictionary? ChunkCollection(EntityUid gridEuid, DecalGridComponent? comp = null) diff --git a/Content.Shared/Dice/SharedDiceSystem.cs b/Content.Shared/Dice/SharedDiceSystem.cs index defb3d5f0e3..8e2868e791d 100644 --- a/Content.Shared/Dice/SharedDiceSystem.cs +++ b/Content.Shared/Dice/SharedDiceSystem.cs @@ -59,7 +59,7 @@ public void SetCurrentSide(EntityUid uid, int side, DiceComponent? die = null) } die.CurrentValue = (side - die.Offset) * die.Multiplier; - Dirty(die); + Dirty(uid, die); UpdateVisuals(uid, die); } diff --git a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs index 5031d8a9115..b228a987af4 100644 --- a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs +++ b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs @@ -20,7 +20,7 @@ public void SetInsulatedSiemensCoefficient(EntityUid uid, float siemensCoefficie return; insulated.Coefficient = siemensCoefficient; - Dirty(insulated); + Dirty(uid, insulated); } /// Entity being electrocuted. diff --git a/Content.Shared/Emoting/EmoteSystem.cs b/Content.Shared/Emoting/EmoteSystem.cs index fd6361245b1..1e06d7e982b 100644 --- a/Content.Shared/Emoting/EmoteSystem.cs +++ b/Content.Shared/Emoting/EmoteSystem.cs @@ -19,7 +19,7 @@ public void SetEmoting(EntityUid uid, bool value, EmotingComponent? component = if (component.Enabled == value) return; - Dirty(component); + Dirty(uid, component); } private void OnEmoteAttempt(EmoteAttemptEvent args) diff --git a/Content.Shared/Friction/TileFrictionController.cs b/Content.Shared/Friction/TileFrictionController.cs index 3583947ee36..930de07dab9 100644 --- a/Content.Shared/Friction/TileFrictionController.cs +++ b/Content.Shared/Friction/TileFrictionController.cs @@ -214,7 +214,7 @@ public void SetModifier(EntityUid entityUid, float value, TileFrictionModifierCo return; friction.Modifier = value; - Dirty(friction); + Dirty(entityUid, friction); } } } diff --git a/Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs b/Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs index 57136116caa..6ca974f2ed3 100644 --- a/Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs +++ b/Content.Shared/Gravity/SharedFloatingVisualizerSystem.cs @@ -33,7 +33,7 @@ protected bool CanFloat(EntityUid uid, FloatingVisualsComponent component, Trans return false; component.CanFloat = GravitySystem.IsWeightless(uid, xform: transform); - Dirty(component); + Dirty(uid, component); return component.CanFloat; } diff --git a/Content.Shared/Gravity/SharedGravitySystem.Shake.cs b/Content.Shared/Gravity/SharedGravitySystem.Shake.cs index ad2e0e3ad57..41cf616cc4b 100644 --- a/Content.Shared/Gravity/SharedGravitySystem.Shake.cs +++ b/Content.Shared/Gravity/SharedGravitySystem.Shake.cs @@ -24,7 +24,7 @@ private void UpdateShake() ShakeGrid(uid, gravity); comp.ShakeTimes--; comp.NextShake += TimeSpan.FromSeconds(ShakeCooldown); - Dirty(comp); + Dirty(uid, comp); } } } @@ -44,7 +44,7 @@ public void StartGridShake(EntityUid uid, GravityComponent? gravity = null) } shake.ShakeTimes = 10; - Dirty(shake); + Dirty(uid, shake); } protected virtual void ShakeGrid(EntityUid uid, GravityComponent? comp = null) {} diff --git a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs index 4974e283dd5..4a87c141a28 100644 --- a/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs +++ b/Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs @@ -99,7 +99,7 @@ public void SetLayersVisibility(EntityUid uid, IEnumerable } if (dirty) - Dirty(humanoid); + Dirty(uid, humanoid); } protected virtual void SetLayerVisibility( @@ -147,7 +147,7 @@ public void SetSpecies(EntityUid uid, string species, bool sync = true, Humanoid humanoid.MarkingSet = new(oldMarkings, prototype.MarkingPoints, _markingManager, _prototypeManager); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -177,7 +177,7 @@ public virtual void SetSkinColor(EntityUid uid, Color skinColor, bool sync = tru humanoid.SkinColor = skinColor; if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -201,7 +201,7 @@ public void SetBaseLayerId(EntityUid uid, HumanoidVisualLayers layer, string? id humanoid.CustomBaseLayers[layer] = new(id); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -222,7 +222,7 @@ public void SetBaseLayerColor(EntityUid uid, HumanoidVisualLayers layer, Color? humanoid.CustomBaseLayers[layer] = new(null, color); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -244,7 +244,7 @@ public void SetSex(EntityUid uid, Sex sex, bool sync = true, HumanoidAppearanceC if (sync) { - Dirty(humanoid); + Dirty(uid, humanoid); } } @@ -331,7 +331,7 @@ public virtual void LoadProfile(EntityUid uid, HumanoidCharacterProfile profile, humanoid.LastProfileLoaded = profile; // DeltaV - let paradox anomaly be cloned - Dirty(humanoid); + Dirty(uid, humanoid); } /// @@ -364,7 +364,7 @@ public void AddMarking(EntityUid uid, string marking, Color? color = null, bool humanoid.MarkingSet.AddBack(prototype.MarkingCategory, markingObject); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } private void EnsureDefaultMarkings(EntityUid uid, HumanoidAppearanceComponent? humanoid) @@ -398,6 +398,6 @@ public void AddMarking(EntityUid uid, string marking, IReadOnlyList color humanoid.MarkingSet.AddBack(prototype.MarkingCategory, markingObject); if (sync) - Dirty(humanoid); + Dirty(uid, humanoid); } } diff --git a/Content.Shared/Implants/SharedImplanterSystem.cs b/Content.Shared/Implants/SharedImplanterSystem.cs index 36a31bac1d2..d78522b56cc 100644 --- a/Content.Shared/Implants/SharedImplanterSystem.cs +++ b/Content.Shared/Implants/SharedImplanterSystem.cs @@ -77,7 +77,7 @@ public void Implant(EntityUid user, EntityUid target, EntityUid implanter, Impla var ev = new TransferDnaEvent { Donor = target, Recipient = implanter }; RaiseLocalEvent(target, ref ev); - Dirty(component); + Dirty(implanter, component); } public bool CanImplant( @@ -156,7 +156,7 @@ public void Draw(EntityUid implanter, EntityUid user, EntityUid target, Implante if (component.CurrentMode == ImplanterToggleMode.Draw && !component.ImplantOnly && !permanentFound) ImplantMode(implanter, component); - Dirty(component); + Dirty(implanter, component); } } diff --git a/Content.Shared/Instruments/SharedInstrumentSystem.cs b/Content.Shared/Instruments/SharedInstrumentSystem.cs index 87e3a69489c..23bcf67de0e 100644 --- a/Content.Shared/Instruments/SharedInstrumentSystem.cs +++ b/Content.Shared/Instruments/SharedInstrumentSystem.cs @@ -12,10 +12,10 @@ public virtual void EndRenderer(EntityUid uid, bool fromStateChange, SharedInstr { } - public void SetInstrumentProgram(SharedInstrumentComponent component, byte program, byte bank) + public void SetInstrumentProgram(EntityUid uid, SharedInstrumentComponent component, byte program, byte bank) { component.InstrumentBank = bank; component.InstrumentProgram = program; - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Shared/Light/SharedHandheldLightSystem.cs b/Content.Shared/Light/SharedHandheldLightSystem.cs index 2fa15800a31..9bec37a3140 100644 --- a/Content.Shared/Light/SharedHandheldLightSystem.cs +++ b/Content.Shared/Light/SharedHandheldLightSystem.cs @@ -29,7 +29,7 @@ private void OnInit(EntityUid uid, HandheldLightComponent component, ComponentIn UpdateVisuals(uid, component); // Want to make sure client has latest data on level so battery displays properly. - Dirty(component); + Dirty(uid, component); } private void OnHandleState(EntityUid uid, HandheldLightComponent component, ref ComponentHandleState args) diff --git a/Content.Shared/Light/SharedRgbLightControllerSystem.cs b/Content.Shared/Light/SharedRgbLightControllerSystem.cs index 1bba91c5e7b..7d4928f5bc1 100644 --- a/Content.Shared/Light/SharedRgbLightControllerSystem.cs +++ b/Content.Shared/Light/SharedRgbLightControllerSystem.cs @@ -17,13 +17,13 @@ private void OnGetState(EntityUid uid, RgbLightControllerComponent component, re args.State = new RgbLightControllerState(component.CycleRate, component.Layers); } - public void SetLayers(EntityUid uid, List? layers, RgbLightControllerComponent? rgb = null) + public void SetLayers(EntityUid uid, List? layers, RgbLightControllerComponent? rgb = null) { if (!Resolve(uid, ref rgb)) return; rgb.Layers = layers; - Dirty(rgb); + Dirty(uid, rgb); } public void SetCycleRate(EntityUid uid, float rate, RgbLightControllerComponent? rgb = null) @@ -32,6 +32,6 @@ public void SetCycleRate(EntityUid uid, float rate, RgbLightControllerComponent? return; rgb.CycleRate = Math.Clamp(0.01f, rate, 1); // lets not give people seizures - Dirty(rgb); + Dirty(uid, rgb); } } diff --git a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs index df0d7b78f0b..97b5bfeba6f 100644 --- a/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs +++ b/Content.Shared/Mech/EntitySystems/SharedMechSystem.cs @@ -194,7 +194,7 @@ public void CycleEquipment(EntityUid uid, MechComponent? component = null) if (_net.IsServer) _popup.PopupEntity(popupString, uid); - Dirty(component); + Dirty(uid, component); } /// @@ -278,7 +278,7 @@ public virtual bool TryChangeEnergy(EntityUid uid, FixedPoint2 delta, MechCompon return false; component.Energy = FixedPoint2.Clamp(component.Energy + delta, 0, component.MaxEnergy); - Dirty(component); + Dirty(uid, component); UpdateUserInterface(uid, component); return true; } @@ -306,7 +306,7 @@ public void SetIntegrity(EntityUid uid, FixedPoint2 value, MechComponent? compon UpdateAppearance(uid, component); } - Dirty(component); + Dirty(uid, component); UpdateUserInterface(uid, component); } diff --git a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs index f9f6b82bb18..400a675cd25 100644 --- a/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs +++ b/Content.Shared/Movement/Systems/SpeedModifierContactsSystem.cs @@ -58,7 +58,7 @@ public void ChangeModifiers(EntityUid uid, float walkSpeed, float sprintSpeed, S } component.WalkSpeedModifier = walkSpeed; component.SprintSpeedModifier = sprintSpeed; - Dirty(component); + Dirty(uid, component); _toUpdate.UnionWith(_physics.GetContactingEntities(uid)); } diff --git a/Content.Shared/Nutrition/EntitySystems/HungerSystem.cs b/Content.Shared/Nutrition/EntitySystems/HungerSystem.cs index d8808b6e4ab..89aae57074e 100644 --- a/Content.Shared/Nutrition/EntitySystems/HungerSystem.cs +++ b/Content.Shared/Nutrition/EntitySystems/HungerSystem.cs @@ -85,7 +85,7 @@ public void SetHunger(EntityUid uid, float amount, HungerComponent? component = component.Thresholds[HungerThreshold.Dead], component.Thresholds[HungerThreshold.Overfed]); UpdateCurrentThreshold(uid, component); - Dirty(component); + Dirty(uid, component); } private void UpdateCurrentThreshold(EntityUid uid, HungerComponent? component = null) @@ -98,7 +98,7 @@ private void UpdateCurrentThreshold(EntityUid uid, HungerComponent? component = return; component.CurrentThreshold = calculatedHungerThreshold; DoHungerThresholdEffects(uid, component); - Dirty(component); + Dirty(uid, component); } private void DoHungerThresholdEffects(EntityUid uid, HungerComponent? component = null, bool force = false) diff --git a/Content.Shared/Physics/Controllers/SharedConveyorController.cs b/Content.Shared/Physics/Controllers/SharedConveyorController.cs index ec17df7a24f..bbbfb47cd16 100644 --- a/Content.Shared/Physics/Controllers/SharedConveyorController.cs +++ b/Content.Shared/Physics/Controllers/SharedConveyorController.cs @@ -100,10 +100,10 @@ private void Convey(EntityUid uid, ConveyorComponent comp, EntityQuery(target) || !TryComp(target, out var charges)) return; @@ -53,7 +53,7 @@ private void OnAfterInteract(EntityUid uid, RCDAmmoComponent comp, AfterInteract _popup.PopupClient(Loc.GetString("rcd-ammo-component-after-interact-refilled"), target, user); _charges.AddCharges(target, count, charges); comp.Charges -= count; - Dirty(comp); + Dirty(uid, comp); // prevent having useless ammo with 0 charges if (comp.Charges <= 0) diff --git a/Content.Shared/RCD/Systems/RCDSystem.cs b/Content.Shared/RCD/Systems/RCDSystem.cs index f767d0b99c0..d8f01bd4107 100644 --- a/Content.Shared/RCD/Systems/RCDSystem.cs +++ b/Content.Shared/RCD/Systems/RCDSystem.cs @@ -312,7 +312,7 @@ private void NextMode(EntityUid uid, RCDComponent comp, EntityUid user) var mode = (int) comp.Mode; mode = ++mode % RcdModeCount; comp.Mode = (RcdMode) mode; - Dirty(comp); + Dirty(uid, comp); var msg = Loc.GetString("rcd-component-change-mode", ("mode", comp.Mode.ToString())); _popup.PopupClient(msg, uid, user); diff --git a/Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs b/Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs index f31dd8776a4..c2b52c5af35 100644 --- a/Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs +++ b/Content.Shared/Singularity/EntitySystems/SharedEventHorizonSystem.cs @@ -66,7 +66,7 @@ public void SetRadius(EntityUid uid, float value, bool updateFixture = true, Eve return; eventHorizon.Radius = value; - Dirty(eventHorizon); + Dirty(uid, eventHorizon); if (updateFixture) UpdateEventHorizonFixture(uid, eventHorizon: eventHorizon); } @@ -89,7 +89,7 @@ public void SetCanBreachContainment(EntityUid uid, bool value, bool updateFixtur return; eventHorizon.CanBreachContainment = value; - Dirty(eventHorizon); + Dirty(uid, eventHorizon); if (updateFixture) UpdateEventHorizonFixture(uid, eventHorizon: eventHorizon); } @@ -112,7 +112,7 @@ public void SetColliderFixtureId(EntityUid uid, string? value, bool updateFixtur return; eventHorizon.ColliderFixtureId = value; - Dirty(eventHorizon); + Dirty(uid, eventHorizon); if (updateFixture) UpdateEventHorizonFixture(uid, eventHorizon: eventHorizon); } @@ -135,7 +135,7 @@ public void SetConsumerFixtureId(EntityUid uid, string? value, bool updateFixtur return; eventHorizon.ConsumerFixtureId = value; - Dirty(eventHorizon); + Dirty(uid, eventHorizon); if (updateFixture) UpdateEventHorizonFixture(uid, eventHorizon: eventHorizon); } diff --git a/Content.Shared/Stacks/SharedStackSystem.cs b/Content.Shared/Stacks/SharedStackSystem.cs index 756c84cac55..e12edd323c7 100644 --- a/Content.Shared/Stacks/SharedStackSystem.cs +++ b/Content.Shared/Stacks/SharedStackSystem.cs @@ -23,8 +23,8 @@ public abstract class SharedStackSystem : EntitySystem [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; [Dependency] protected readonly SharedHandsSystem Hands = default!; [Dependency] protected readonly SharedTransformSystem Xform = default!; - [Dependency] private readonly EntityLookupSystem _entityLookup = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly EntityLookupSystem _entityLookup = default!; + [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] protected readonly SharedPopupSystem Popup = default!; [Dependency] private readonly SharedStorageSystem _storage = default!; @@ -175,7 +175,7 @@ public virtual void SetCount(EntityUid uid, int amount, StackComponent? componen // Server-side override deletes the entity if count == 0 component.Count = amount; - Dirty(component); + Dirty(uid, component); Appearance.SetData(uid, StackVisuals.Actual, component.Count); RaiseLocalEvent(uid, new StackCountChangedEvent(old, component.Count)); diff --git a/Content.Shared/Standing/StandingStateSystem.cs b/Content.Shared/Standing/StandingStateSystem.cs index 517831b8a1b..ed586e970dc 100644 --- a/Content.Shared/Standing/StandingStateSystem.cs +++ b/Content.Shared/Standing/StandingStateSystem.cs @@ -56,7 +56,7 @@ public bool Down(EntityUid uid, bool playSound = true, bool dropHeldItems = true return false; standingState.Standing = false; - Dirty(standingState); + Dirty(uid, standingState); RaiseLocalEvent(uid, new DownedEvent(), false); // Seemed like the best place to put it diff --git a/Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs b/Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs index 05af0807f21..e9d68721b63 100644 --- a/Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs +++ b/Content.Shared/StationRecords/StationRecordKeyStorageSystem.cs @@ -58,7 +58,7 @@ public void AssignKey(EntityUid uid, StationRecordKey key, StationRecordKeyStora var key = keyStorage.Key; keyStorage.Key = null; - Dirty(keyStorage); + Dirty(uid, keyStorage); return key; } diff --git a/Content.Shared/StatusEffect/StatusEffectsSystem.cs b/Content.Shared/StatusEffect/StatusEffectsSystem.cs index 6aec3a8b3b4..f3e3e12bd8c 100644 --- a/Content.Shared/StatusEffect/StatusEffectsSystem.cs +++ b/Content.Shared/StatusEffect/StatusEffectsSystem.cs @@ -207,7 +207,7 @@ public bool TryAddStatusEffect(EntityUid uid, string key, TimeSpan time, bool re _alertsSystem.ShowAlert(uid, proto.Alert.Value, null, cooldown1); } - Dirty(status); + Dirty(uid, status); RaiseLocalEvent(uid, new StatusEffectAddedEvent(uid, key)); return true; } @@ -283,7 +283,7 @@ public bool TryRemoveStatusEffect(EntityUid uid, string key, RemComp(uid); } - Dirty(status); + Dirty(uid, status); RaiseLocalEvent(uid, new StatusEffectEndedEvent(uid, key)); return true; } @@ -307,7 +307,7 @@ public bool TryRemoveAllStatusEffects(EntityUid uid, failed = true; } - Dirty(status); + Dirty(uid, status); return failed; } @@ -381,7 +381,7 @@ public bool TryAddTime(EntityUid uid, string key, TimeSpan time, _alertsSystem.ShowAlert(uid, proto.Alert.Value, null, cooldown); } - Dirty(status); + Dirty(uid, status); return true; } @@ -417,7 +417,7 @@ public bool TryRemoveTime(EntityUid uid, string key, TimeSpan time, _alertsSystem.ShowAlert(uid, proto.Alert.Value, null, cooldown); } - Dirty(status); + Dirty(uid, status); return true; } @@ -438,7 +438,7 @@ public bool TrySetTime(EntityUid uid, string key, TimeSpan time, status.ActiveEffects[key].Cooldown = (_gameTiming.CurTime, _gameTiming.CurTime + time); - Dirty(status); + Dirty(uid, status); return true; } diff --git a/Content.Shared/Storage/EntitySystems/BinSystem.cs b/Content.Shared/Storage/EntitySystems/BinSystem.cs index 17c3eb4288c..1cc95337ea4 100644 --- a/Content.Shared/Storage/EntitySystems/BinSystem.cs +++ b/Content.Shared/Storage/EntitySystems/BinSystem.cs @@ -135,7 +135,7 @@ public bool TryInsertIntoBin(EntityUid uid, EntityUid toInsert, BinComponent? co _container.Insert(toInsert, component.ItemContainer); component.Items.Add(toInsert); - Dirty(component); + Dirty(uid, component); return true; } @@ -151,7 +151,7 @@ public bool TryRemoveFromBin(EntityUid uid, EntityUid? toRemove, BinComponent? c if (!Resolve(uid, ref component)) return false; - if (!component.Items.Any()) + if (component.Items.Count == 0) return false; if (toRemove == null || toRemove != component.Items.LastOrDefault()) @@ -161,7 +161,7 @@ public bool TryRemoveFromBin(EntityUid uid, EntityUid? toRemove, BinComponent? c return false; component.Items.Remove(toRemove.Value); - Dirty(component); + Dirty(uid, component); return true; } } diff --git a/Content.Shared/Stunnable/SharedStunSystem.cs b/Content.Shared/Stunnable/SharedStunSystem.cs index c447f8c8bc7..9190427d321 100644 --- a/Content.Shared/Stunnable/SharedStunSystem.cs +++ b/Content.Shared/Stunnable/SharedStunSystem.cs @@ -1,7 +1,5 @@ using Content.Shared.ActionBlocker; using Content.Shared.Administration.Logs; -using Content.Shared.Audio; -using Content.Shared.DragDrop; using Content.Shared.Interaction; using Content.Shared.Interaction.Events; using Content.Shared.Inventory.Events; @@ -11,16 +9,12 @@ using Content.Shared.Hands; using Content.Shared.Mobs; using Content.Shared.Mobs.Components; -using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Events; using Content.Shared.Movement.Systems; using Content.Shared.Standing; using Content.Shared.StatusEffect; using Content.Shared.Throwing; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; -using Robust.Shared.GameStates; -using Robust.Shared.Player; namespace Content.Shared.Stunnable; @@ -82,19 +76,19 @@ private void OnMobStateChanged(EntityUid uid, MobStateComponent component, MobSt switch (args.NewMobState) { case MobState.Alive: - { - break; - } + { + break; + } case MobState.Critical: - { - _statusEffect.TryRemoveStatusEffect(uid, "Stun"); - break; - } + { + _statusEffect.TryRemoveStatusEffect(uid, "Stun"); + break; + } case MobState.Dead: - { - _statusEffect.TryRemoveStatusEffect(uid, "Stun"); - break; - } + { + _statusEffect.TryRemoveStatusEffect(uid, "Stun"); + break; + } case MobState.Invalid: default: return; @@ -238,11 +232,11 @@ private void OnInteractHand(EntityUid uid, KnockedDownComponent knocked, Interac return; // Set it to half the help interval so helping is actually useful... - knocked.HelpTimer = knocked.HelpInterval/2f; + knocked.HelpTimer = knocked.HelpInterval / 2f; _statusEffect.TryRemoveTime(uid, "KnockedDown", TimeSpan.FromSeconds(knocked.HelpInterval)); _audio.PlayPredicted(knocked.StunAttemptSound, uid, args.User); - Dirty(knocked); + Dirty(uid, knocked); args.Handled = true; } diff --git a/Content.Shared/SubFloor/SharedTrayScannerSystem.cs b/Content.Shared/SubFloor/SharedTrayScannerSystem.cs index 1ba88c571c7..da56c8d1c76 100644 --- a/Content.Shared/SubFloor/SharedTrayScannerSystem.cs +++ b/Content.Shared/SubFloor/SharedTrayScannerSystem.cs @@ -35,7 +35,7 @@ private void SetScannerEnabled(EntityUid uid, bool enabled, TrayScannerComponent return; scanner.Enabled = enabled; - Dirty(scanner); + Dirty(uid, scanner); // We don't remove from _activeScanners on disabled, because the update function will handle that, as well as // managing the revealed subfloor entities diff --git a/Content.Shared/Tag/TagSystem.cs b/Content.Shared/Tag/TagSystem.cs index 0628b892edd..62197dc319a 100644 --- a/Content.Shared/Tag/TagSystem.cs +++ b/Content.Shared/Tag/TagSystem.cs @@ -75,7 +75,7 @@ private void AssertValidTag(string id) /// public bool AddTag(EntityUid entity, string id) { - return AddTag(EnsureComp(entity), id); + return AddTag(entity, EnsureComp(entity), id); } /// @@ -91,7 +91,7 @@ public bool AddTag(EntityUid entity, string id) /// public bool AddTags(EntityUid entity, params string[] ids) { - return AddTags(EnsureComp(entity), ids); + return AddTags(entity, EnsureComp(entity), ids); } /// @@ -107,7 +107,7 @@ public bool AddTags(EntityUid entity, params string[] ids) /// public bool AddTags(EntityUid entity, IEnumerable ids) { - return AddTags(EnsureComp(entity), ids); + return AddTags(entity, EnsureComp(entity), ids); } /// @@ -125,7 +125,7 @@ public bool AddTags(EntityUid entity, IEnumerable ids) public bool TryAddTag(EntityUid entity, string id) { return TryComp(entity, out var component) && - AddTag(component, id); + AddTag(entity, component, id); } /// @@ -143,7 +143,7 @@ public bool TryAddTag(EntityUid entity, string id) public bool TryAddTags(EntityUid entity, params string[] ids) { return TryComp(entity, out var component) && - AddTags(component, ids); + AddTags(entity, component, ids); } /// @@ -161,7 +161,7 @@ public bool TryAddTags(EntityUid entity, params string[] ids) public bool TryAddTags(EntityUid entity, IEnumerable ids) { return TryComp(entity, out var component) && - AddTags(component, ids); + AddTags(entity, component, ids); } /// @@ -299,7 +299,7 @@ public bool HasAnyTag(EntityUid entity, IEnumerable ids) public bool RemoveTag(EntityUid entity, string id) { return TryComp(entity, out var component) && - RemoveTag(component, id); + RemoveTag(entity, component, id); } /// @@ -316,7 +316,7 @@ public bool RemoveTag(EntityUid entity, string id) public bool RemoveTags(EntityUid entity, params string[] ids) { return TryComp(entity, out var component) && - RemoveTags(component, ids); + RemoveTags(entity, component, ids); } /// @@ -333,7 +333,7 @@ public bool RemoveTags(EntityUid entity, params string[] ids) public bool RemoveTags(EntityUid entity, IEnumerable ids) { return TryComp(entity, out var component) && - RemoveTags(component, ids); + RemoveTags(entity, component, ids); } /// @@ -344,14 +344,14 @@ public bool RemoveTags(EntityUid entity, IEnumerable ids) /// /// Thrown if no exists with the given id. /// - public bool AddTag(TagComponent component, string id) + public bool AddTag(EntityUid uid, TagComponent component, string id) { AssertValidTag(id); var added = component.Tags.Add(id); if (added) { - Dirty(component); + Dirty(uid, component); return true; } @@ -366,9 +366,9 @@ public bool AddTag(TagComponent component, string id) /// /// Thrown if one of the ids represents an unregistered . /// - public bool AddTags(TagComponent component, params string[] ids) + public bool AddTags(EntityUid uid, TagComponent component, params string[] ids) { - return AddTags(component, ids.AsEnumerable()); + return AddTags(uid, component, ids.AsEnumerable()); } /// @@ -379,7 +379,7 @@ public bool AddTags(TagComponent component, params string[] ids) /// /// Thrown if one of the ids represents an unregistered . /// - public bool AddTags(TagComponent component, IEnumerable ids) + public bool AddTags(EntityUid uid, TagComponent component, IEnumerable ids) { var count = component.Tags.Count; @@ -391,7 +391,7 @@ public bool AddTags(TagComponent component, IEnumerable ids) if (component.Tags.Count > count) { - Dirty(component); + Dirty(uid, component); return true; } @@ -557,13 +557,13 @@ public bool HasAnyTag(TagComponent component, IEnumerable ids) /// /// Thrown if no exists with the given id. /// - public bool RemoveTag(TagComponent component, string id) + public bool RemoveTag(EntityUid uid, TagComponent component, string id) { AssertValidTag(id); if (component.Tags.Remove(id)) { - Dirty(component); + Dirty(uid, component); return true; } @@ -580,9 +580,9 @@ public bool RemoveTag(TagComponent component, string id) /// /// Thrown if one of the ids represents an unregistered . /// - public bool RemoveTags(TagComponent component, params string[] ids) + public bool RemoveTags(EntityUid uid, TagComponent component, params string[] ids) { - return RemoveTags(component, ids.AsEnumerable()); + return RemoveTags(uid, component, ids.AsEnumerable()); } /// @@ -593,7 +593,7 @@ public bool RemoveTags(TagComponent component, params string[] ids) /// /// Thrown if one of the ids represents an unregistered . /// - public bool RemoveTags(TagComponent component, IEnumerable ids) + public bool RemoveTags(EntityUid uid, TagComponent component, IEnumerable ids) { var count = component.Tags.Count; @@ -605,7 +605,7 @@ public bool RemoveTags(TagComponent component, IEnumerable ids) if (component.Tags.Count < count) { - Dirty(component); + Dirty(uid, component); return true; } diff --git a/Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs b/Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs index bf2d087c761..35ce5665ddf 100644 --- a/Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs +++ b/Content.Shared/Teleportation/Systems/LinkedEntitySystem.cs @@ -87,7 +87,7 @@ public bool OneWayLink(EntityUid source, EntityUid target, bool deleteOnEmptyLin /// Resolve comp /// Whether unlinking was successful (e.g. they both were actually linked to one another) public bool TryUnlink(EntityUid first, EntityUid second, - LinkedEntityComponent? firstLink=null, LinkedEntityComponent? secondLink=null) + LinkedEntityComponent? firstLink = null, LinkedEntityComponent? secondLink = null) { if (!Resolve(first, ref firstLink)) return false; @@ -101,8 +101,8 @@ public bool TryUnlink(EntityUid first, EntityUid second, _appearance.SetData(first, LinkedEntityVisuals.HasAnyLinks, firstLink.LinkedEntities.Any()); _appearance.SetData(second, LinkedEntityVisuals.HasAnyLinks, secondLink.LinkedEntities.Any()); - Dirty(firstLink); - Dirty(secondLink); + Dirty(first, firstLink); + Dirty(second, secondLink); if (firstLink.LinkedEntities.Count == 0 && firstLink.DeleteOnEmptyLinks) QueueDel(first); diff --git a/Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs b/Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs index 63b2d5f2115..d1814020e6e 100644 --- a/Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs +++ b/Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs @@ -71,7 +71,7 @@ private void OnMarkerCollide(EntityUid uid, DamageMarkerOnCollideComponent compo marker.Marker = projectile.Weapon.Value; marker.EndTime = _timing.CurTime + component.Duration; component.Amount--; - Dirty(marker); + Dirty(args.OtherEntity, marker); if (_netManager.IsServer) { @@ -81,7 +81,7 @@ private void OnMarkerCollide(EntityUid uid, DamageMarkerOnCollideComponent compo } else { - Dirty(component); + Dirty(uid, component); } } } diff --git a/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs b/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs index 177cb310d18..99cd3fa030a 100644 --- a/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs +++ b/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs @@ -21,17 +21,17 @@ namespace Content.Shared.Weapons.Misc; public abstract partial class SharedTetherGunSystem : EntitySystem { - [Dependency] private readonly INetManager _netManager = default!; - [Dependency] private readonly ActionBlockerSystem _blocker = default!; - [Dependency] private readonly MobStateSystem _mob = default!; - [Dependency] private readonly SharedAppearanceSystem _appearance = default!; - [Dependency] private readonly SharedAudioSystem _audio = default!; - [Dependency] private readonly SharedContainerSystem _container = default!; - [Dependency] private readonly SharedJointSystem _joints = default!; - [Dependency] private readonly SharedPhysicsSystem _physics = default!; + [Dependency] private readonly INetManager _netManager = default!; + [Dependency] private readonly ActionBlockerSystem _blocker = default!; + [Dependency] private readonly MobStateSystem _mob = default!; + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly SharedJointSystem _joints = default!; + [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] protected readonly SharedTransformSystem TransformSystem = default!; - [Dependency] private readonly ThrowingSystem _throwing = default!; - [Dependency] private readonly ThrownItemSystem _thrown = default!; + [Dependency] private readonly ThrowingSystem _throwing = default!; + [Dependency] private readonly ThrownItemSystem _thrown = default!; private const string TetherJoint = "tether"; @@ -282,7 +282,7 @@ protected virtual void StopTether(EntityUid gunUid, BaseForceGunComponent compon RemComp(component.Tethered.Value); _blocker.UpdateCanMove(component.Tethered.Value); component.Tethered = null; - Dirty(component); + Dirty(gunUid, component); } [Serializable, NetSerializable] diff --git a/Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs b/Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs index b774c8ab450..9d6d5524001 100644 --- a/Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/RechargeBasicEntityAmmoSystem.cs @@ -49,19 +49,19 @@ public override void Update(float frameTime) if (ammo.Count == ammo.Capacity) { recharge.NextCharge = null; - Dirty(recharge); + Dirty(uid, recharge); continue; } recharge.NextCharge = recharge.NextCharge.Value + TimeSpan.FromSeconds(recharge.RechargeCooldown); - Dirty(recharge); + Dirty(uid, recharge); } } private void OnInit(EntityUid uid, RechargeBasicEntityAmmoComponent component, MapInitEvent args) { component.NextCharge = _timing.CurTime; - Dirty(component); + Dirty(uid, component); } private void OnExamined(EntityUid uid, RechargeBasicEntityAmmoComponent component, ExaminedEvent args) @@ -86,7 +86,7 @@ public void Reset(EntityUid uid, RechargeBasicEntityAmmoComponent? recharge = nu if (recharge.NextCharge == null || recharge.NextCharge < _timing.CurTime) { recharge.NextCharge = _timing.CurTime + TimeSpan.FromSeconds(recharge.RechargeCooldown); - Dirty(recharge); + Dirty(uid, recharge); } } } diff --git a/Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs b/Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs index 136e9b59b2f..a014f8e5c74 100644 --- a/Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/RechargeCycleAmmoSystem.cs @@ -25,7 +25,7 @@ private void OnRechargeCycled(EntityUid uid, RechargeCycleAmmoComponent componen return; _gun.UpdateBasicEntityAmmoCount(uid, basic.Count.Value + 1, basic); - Dirty(basic); + Dirty(uid, basic); args.Handled = true; } } diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 36b5bbd1927..2064227af08 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -118,7 +118,7 @@ private void OnGunMelee(EntityUid uid, GunComponent component, MeleeHitEvent arg if (melee.NextAttack > component.NextFire) { component.NextFire = melee.NextAttack; - Dirty(component); + Dirty(uid, component); } } diff --git a/Content.Shared/Weather/SharedWeatherSystem.cs b/Content.Shared/Weather/SharedWeatherSystem.cs index 45a2afe7cd9..19671bd77b0 100644 --- a/Content.Shared/Weather/SharedWeatherSystem.cs +++ b/Content.Shared/Weather/SharedWeatherSystem.cs @@ -15,8 +15,8 @@ public abstract class SharedWeatherSystem : EntitySystem [Dependency] protected readonly IGameTiming Timing = default!; [Dependency] protected readonly IMapManager MapManager = default!; [Dependency] protected readonly IPrototypeManager ProtoMan = default!; - [Dependency] private readonly ITileDefinitionManager _tileDefManager = default!; - [Dependency] private readonly MetaDataSystem _metadata = default!; + [Dependency] private readonly ITileDefinitionManager _tileDefManager = default!; + [Dependency] private readonly MetaDataSystem _metadata = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; private EntityQuery _blockQuery; @@ -129,7 +129,7 @@ public override void Update(float frameTime) // Shutting down if (endTime != null && remainingTime < WeatherComponent.ShutdownTime) { - SetState(WeatherState.Ending, comp, weather, weatherProto); + SetState(uid, WeatherState.Ending, comp, weather, weatherProto); } // Starting up else @@ -139,7 +139,7 @@ public override void Update(float frameTime) if (elapsed < WeatherComponent.StartupTime) { - SetState(WeatherState.Starting, comp, weather, weatherProto); + SetState(uid, WeatherState.Starting, comp, weather, weatherProto); } } @@ -182,15 +182,15 @@ public void SetWeather(MapId mapId, WeatherPrototype? proto, TimeSpan? endTime) } if (proto != null) - StartWeather(weatherComp, proto, endTime); + StartWeather(mapUid, weatherComp, proto, endTime); } /// /// Run every tick when the weather is running. /// - protected virtual void Run(EntityUid uid, WeatherData weather, WeatherPrototype weatherProto, float frameTime) {} + protected virtual void Run(EntityUid uid, WeatherData weather, WeatherPrototype weatherProto, float frameTime) { } - protected void StartWeather(WeatherComponent component, WeatherPrototype weather, TimeSpan? endTime) + protected void StartWeather(EntityUid uid, WeatherComponent component, WeatherPrototype weather, TimeSpan? endTime) { if (component.Weather.ContainsKey(weather.ID)) return; @@ -202,7 +202,7 @@ protected void StartWeather(WeatherComponent component, WeatherPrototype weather }; component.Weather.Add(weather.ID, data); - Dirty(component); + Dirty(uid, component); } protected virtual void EndWeather(EntityUid uid, WeatherComponent component, string proto) @@ -216,13 +216,13 @@ protected virtual void EndWeather(EntityUid uid, WeatherComponent component, str Dirty(uid, component); } - protected virtual bool SetState(WeatherState state, WeatherComponent component, WeatherData weather, WeatherPrototype weatherProto) + protected virtual bool SetState(EntityUid uid, WeatherState state, WeatherComponent component, WeatherData weather, WeatherPrototype weatherProto) { if (weather.State.Equals(state)) return false; weather.State = state; - Dirty(component); + Dirty(uid, component); return true; } From 4e5f77e0959f0a4acdcaea40129f3c87575d1874 Mon Sep 17 00:00:00 2001 From: Boaz1111 <149967078+Boaz1111@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:27:37 +0100 Subject: [PATCH 053/213] new book - Tales of a Tired Janitor (#24441) * book * Update book-authorbooks.ftl (cherry picked from commit 0a6921d5ef90ebaaf1e054178f2889889eea661c) --- Resources/Locale/en-US/paper/book-authorbooks.ftl | 8 ++++++++ .../Entities/Objects/Misc/authorbooks.yml | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/Resources/Locale/en-US/paper/book-authorbooks.ftl b/Resources/Locale/en-US/paper/book-authorbooks.ftl index b1981d9e152..ae886e835af 100644 --- a/Resources/Locale/en-US/paper/book-authorbooks.ftl +++ b/Resources/Locale/en-US/paper/book-authorbooks.ftl @@ -253,3 +253,11 @@ book-text-inspiration = As a freelance writer, Sarah was always in search of ins Without a moment's hesitation, Sarah took out her pen and notebook and began to write. She wrote about the beauty of the scene, the peacefulness she felt, and the surreal quality of the moment. She wanted to capture this feeling and share it with others through her words. As she finished writing, Sarah heard the snap of a twig and looked up to see a man approaching her with a camera. He introduced himself as a nature photographer and asked if she had seen the waterfall. They struck up a conversation, and soon they were both laughing and sharing stories of their adventures. As the sun began to set, the two of them packed up their gear and said their goodbyes. Sarah felt grateful for this unexpected encounter and the inspiration it brought her. She knew that this moment would stay with her forever, and she felt a sense of serenity knowing that there was still so much beauty in the world waiting to be discovered. + +book-text-janitor = [bold][color=black][head=3]The Tales of a Tired Janitor[/head][/bold] + Cleaning a space station as a janitor is like being trapped in a cosmic custodial nightmare. You'd think floating through the vastness of space would be glamorous, but no, I'm stuck scrubbing space grime and extraterrestrial goop off the walls. It's a thankless job in a zero-gravity abyss. + First off, let's talk about the mess. Space dust, alien gunk, and who knows what else accumulates faster than a rocket launch. It's not just about sweeping up the crumbs; it's about battling interstellar filth that seems to have a life of its own. You'd hope for a sleek, futuristic space station, but you get a swirling vortex of space garbage waiting for you around every corner. + And the tools they give us! You'd expect state-of-the-art cleaning gadgets, but nope. They raided a dollar store on Earth before launching us into the cosmos. Mops that barely work in microgravity, spray bottles that run out in one use, and don't even get me started on the space janitor jumpsuit. I feel like a reject from a sci-fi B-movie. + Speaking of jumpsuits, the lack of respect is astronomical. The scientists and astronauts zoom past in their sleek suits, utterly oblivious to the fact that I'm the unsung hero keeping this place from turning into a cosmic trash heap. I bet they don't even know my name. "Hey, Space Janitor!" That's what I get. No appreciation for the elbow grease I put into keeping their precious station spick and span. + And let's remember the hazards. Cleaning up alien slime? Yeah, that's a regular Tuesday for me. One wrong move and I'm dealing with an intergalactic biohazard. It's like playing Russian roulette with space critters that could burst out of some hidden nook and cranny. I signed up to mop floors, not play host to extraterrestrial invaders. + Being a janitor on this so-called Space Station 14 is a cosmic joke. Where did the other 13 stations go? It's not all spacewalks and futuristic gadgets; it's scrubbing toilets and battling alien goo. If anyone thinks space is glamorous, they clearly haven't seen the mess we space janitors deal with every single day. It's time they appreciate the unsung heroes of the space station – the custodians of the cosmos. \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/authorbooks.yml b/Resources/Prototypes/Entities/Objects/Misc/authorbooks.yml index c3f5170001a..70d984240ea 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/authorbooks.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/authorbooks.yml @@ -387,3 +387,17 @@ - state: book6 - type: Paper content: book-text-inspiration + +- type: entity + parent: BookBase + id: BookJanitorTale + name: the tales of a tired janitor + description: A clean looking book, smelling vaguely of soap and bleach. + components: + - type: Sprite + sprite: Objects/Misc/books.rsi + layers: + - state: book0 + - type: Paper + content: book-text-janitor + From 20709972bd5d91f7c530f0f67d733be91b05236c Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:41:50 -0400 Subject: [PATCH 054/213] make traitor syndicate reinforcements get the traitor role (#25400) inital (cherry picked from commit a7d95c3b13bfa64fe08a8f855515cdc1d258808a) --- .../Prototypes/Entities/Mobs/Player/human.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index b864984a7f3..6197c82c021 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -9,9 +9,9 @@ #Syndie - type: entity parent: MobHuman - id: MobHumanSyndicateAgent + id: MobHumanSyndicateAgentBase name: syndicate agent - suffix: Human + suffix: Human, Base components: - type: Loadout prototypes: [SyndicateOperativeGearExtremelyBasic] @@ -22,9 +22,20 @@ - Syndicate - type: entity - parent: MobHumanSyndicateAgent + parent: MobHumanSyndicateAgentBase + id: MobHumanSyndicateAgent + name: syndicate agent + suffix: Human, Traitor + components: + # make the player a traitor once its taken + - type: AutoTraitor + giveUplink: false + giveObjectives: false + +- type: entity + parent: MobHumanSyndicateAgentBase id: MobHumanSyndicateAgentNukeops # Reinforcement exclusive to nukeops uplink - suffix: NukeOps + suffix: Human, NukeOps components: - type: NukeOperative From e67d8e51f25c809001c6b2eef04e2e3d8c25e8cb Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:57:39 +0100 Subject: [PATCH 055/213] Thrown soap/banana/(etc?) will fail to slip until it lands (#24494) * throw miss * event * whoops Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * fix popup duplication * Separate cancellable event * no popup, no problem * remove leftover stuff --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit e061cb3f8c9dc8ddc26624ead2086dfb41465aae) --- Content.Shared/Slippery/SlipperySystem.cs | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index 1f602b9b52b..d20495cfa6c 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -1,9 +1,12 @@ using Content.Shared.Administration.Logs; using Content.Shared.Database; using Content.Shared.Inventory; +using Robust.Shared.Network; +using Content.Shared.Popups; using Content.Shared.StatusEffect; using Content.Shared.StepTrigger.Systems; using Content.Shared.Stunnable; +using Content.Shared.Throwing; using JetBrains.Annotations; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; @@ -30,6 +33,7 @@ public override void Initialize() SubscribeLocalEvent(HandleAttemptCollide); SubscribeLocalEvent(HandleStepTrigger); SubscribeLocalEvent(OnNoSlipAttempt); + SubscribeLocalEvent(OnThrownSlipAttempt); // as long as slip-resistant mice are never added, this should be fine (otherwise a mouse-hat will transfer it's power to the wearer). SubscribeLocalEvent>((e, c, ev) => OnNoSlipAttempt(e, c, ev.Args)); } @@ -52,6 +56,11 @@ private static void OnNoSlipAttempt(EntityUid uid, NoSlipComponent component, Sl args.Cancel(); } + private void OnThrownSlipAttempt(EntityUid uid, ThrownItemComponent comp, ref SlipCausingAttemptEvent args) + { + args.Cancelled = true; + } + private bool CanSlip(EntityUid uid, EntityUid toSlip) { return !_container.IsEntityInContainer(uid) @@ -68,6 +77,11 @@ private void TrySlip(EntityUid uid, SlipperyComponent component, EntityUid other if (attemptEv.Cancelled) return; + var attemptCausingEv = new SlipCausingAttemptEvent(); + RaiseLocalEvent(uid, ref attemptCausingEv); + if (attemptCausingEv.Cancelled) + return; + var ev = new SlipEvent(other); RaiseLocalEvent(uid, ref ev); @@ -107,7 +121,13 @@ public sealed class SlipAttemptEvent : CancellableEntityEventArgs, IInventoryRel } /// -/// This event is raised directed at an entity that CAUSED some other entity to slip (e.g., the banana peel). +/// Raised on an entity that is causing the slip event (e.g, the banana peel), to determine if the slip attempt should be cancelled. /// +/// If the slip should be cancelled +[ByRefEvent] +public record struct SlipCausingAttemptEvent (bool Cancelled); + +/// Raised on an entity that CAUSED some other entity to slip (e.g., the banana peel). +/// The entity being slipped [ByRefEvent] public readonly record struct SlipEvent(EntityUid Slipped); From d785b08ca3e3605a8e207f5ded44990270584b63 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 20 Mar 2024 11:58:45 +0000 Subject: [PATCH 056/213] Automatic changelog update (cherry picked from commit c6fa35dbb639fc58ebed7090e511dc2fe2544d52) --- 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 12588b91275..6b2da87b709 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: degradka - changes: - - message: Prevent oversized items from being placed in the microwave. - type: Fix - id: 5697 - time: '2024-01-13T21:11:10.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24026 - author: Bhijn and Myr changes: - message: The QM's uniform has received a redesign, making it more visually distinguishable @@ -3812,3 +3805,10 @@ id: 6196 time: '2024-03-19T03:48:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26251 +- author: Errant + changes: + - message: Thrown objects can no longer slip while they are still in flight. + type: Tweak + id: 6197 + time: '2024-03-20T11:57:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/24494 From 626b2f97964297d460df5e9b0969313406833afd Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:22:30 -0400 Subject: [PATCH 057/213] Monkey and gorilla melee weapon fix (#26288) Update animals.yml (cherry picked from commit 3836da964cab669e2c2ddbd071a666e93eeb4ec4) --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 533614a1562..f4b43f2753b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1031,6 +1031,8 @@ bloodMaxVolume: 300 # if you fuck with the gorilla he will harambe you - type: MeleeWeapon + soundHit: + collection: Punch damage: types: Blunt: 20 @@ -1221,6 +1223,15 @@ path: /Audio/Animals/ferret_happy.ogg interactFailureSound: path: /Audio/Items/wirecutter.ogg + - type: MeleeWeapon + soundHit: + path: /Audio/Effects/bite.ogg + angle: 30 + animation: WeaponArcBite + damage: + types: + Blunt: 3 + Piercing: 3 - type: Butcherable butcheringType: Spike spawned: From 9e10c10c678cb2eba9af89d192c031a61147262e Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+dutch-vanderlinde@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:25:38 +0100 Subject: [PATCH 058/213] Fix blunt melee weapon hitsound (#26286) * ok * Update welders.yml (cherry picked from commit 205edfe6d74c14b288fae27db7530e3bed4f5511) --- Resources/Prototypes/Entities/Mobs/base.yml | 2 ++ .../Entities/Objects/Specific/Hydroponics/tools.yml | 2 ++ .../Prototypes/Entities/Objects/Specific/Mech/mechs.yml | 2 ++ .../Prototypes/Entities/Objects/Tools/flashlights.yml | 2 ++ .../Prototypes/Entities/Objects/Tools/jaws_of_life.yml | 2 ++ Resources/Prototypes/Entities/Objects/Tools/tools.yml | 8 ++++++++ Resources/Prototypes/Entities/Objects/Tools/welders.yml | 4 ++++ .../Entities/Objects/Weapons/Melee/baseball_bat.yml | 2 ++ .../Prototypes/Entities/Objects/Weapons/Melee/cult.yml | 2 ++ .../Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml | 2 ++ .../Prototypes/Entities/Objects/Weapons/Melee/mining.yml | 2 ++ .../Entities/Objects/Weapons/Melee/sledgehammer.yml | 2 ++ .../Prototypes/Entities/Objects/Weapons/security.yml | 2 ++ .../Prototypes/Entities/Structures/Furniture/chairs.yml | 2 ++ 14 files changed, 36 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index d4e9a561c5e..ac9aabbeadb 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -102,6 +102,8 @@ - type: CombatMode - type: MeleeWeapon hidden: true + soundHit: + collection: MetalThud damage: groups: Brute: 5 diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml index 00224fd3182..727c75c8794 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml @@ -106,6 +106,8 @@ types: Blunt: 8 Piercing: 2 # I guess you can stab it into them? + soundHit: + collection: MetalThud - type: Item sprite: Objects/Tools/Hydroponics/spade.rsi - type: Shovel diff --git a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml index 0e132541e1e..5a2587ff710 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml @@ -48,6 +48,8 @@ types: Blunt: 25 #thwack Structural: 20 + soundHit: + collection: MetalThud - type: Puller needsHands: false - type: InputMover diff --git a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml index cbc42b7587f..f1fd8919bbc 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/flashlights.yml @@ -111,6 +111,8 @@ damage: types: Blunt: 10 + soundHit: + collection: MetalThud bluntStaminaDamageFactor: 2.0 # DeltaV - seclite is now a viable nonlethal takedown tool against unarmoured targets. - type: Item sprite: Objects/Tools/seclite.rsi diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index bb8545d91ff..8e2b7597970 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -47,6 +47,8 @@ damage: types: Blunt: 10 + soundHit: + collection: MetalThud - type: entity name: syndicate jaws of life diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index c0a6a6a980d..f1bf2ff98e7 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -114,6 +114,8 @@ damage: types: Blunt: 4.5 + soundHit: + collection: MetalThud - type: Tool qualities: - Anchoring @@ -151,6 +153,8 @@ damage: types: Blunt: 8 + soundHit: + collection: MetalThud - type: Tool qualities: - Prying @@ -504,6 +508,8 @@ damage: types: Blunt: 14 + soundHit: + collection: MetalThud - type: Item size: Normal sprite: Objects/Tools/shovel.rsi @@ -544,6 +550,8 @@ damage: types: Blunt: 7 + soundHit: + collection: MetalThud - type: Tool qualities: - Rolling diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml index 42b16ba0538..9bf3f2e2cb9 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/welders.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -47,6 +47,8 @@ params: variation: 0.250 volume: -12 + deactivatedSoundOnHitNoDamage: + collection: MetalThud activatedDamage: types: Heat: 8 @@ -70,6 +72,8 @@ damage: types: Blunt: 5 #i mean... i GUESS you could use it like that + soundHit: + collection: MetalThud - type: RefillableSolution solution: Welder - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml index b7fae7acede..8ba643a1155 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/baseball_bat.yml @@ -13,6 +13,8 @@ types: Blunt: 10 Structural: 5 + soundHit: + collection: MetalThud - type: Wieldable - type: IncreaseDamageOnWield damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cult.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cult.yml index db24d3e2cd0..ecb6479de70 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cult.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cult.yml @@ -67,6 +67,8 @@ Blunt: 10 Slash: 10 Structural: 5 + soundHit: + collection: MetalThud - type: Wieldable - type: IncreaseDamageOnWield damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index b46ee096336..93765ec40c3 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -21,6 +21,8 @@ Blunt: 5 Slash: 10 Structural: 10 + soundHit: + collection: MetalThud - type: Wieldable - type: IncreaseDamageOnWield damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml index eee65a1ca78..ccf45bf59aa 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml @@ -49,6 +49,8 @@ types: Blunt: 10 Slash: 5 + soundHit: + collection: MetalThud - type: Wieldable - type: IncreaseDamageOnWield damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sledgehammer.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sledgehammer.yml index e566f90968e..0c75015d9aa 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sledgehammer.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sledgehammer.yml @@ -13,6 +13,8 @@ types: Blunt: 10 Structural: 10 + soundHit: + collection: MetalThud - type: Wieldable - type: IncreaseDamageOnWield damage: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/security.yml b/Resources/Prototypes/Entities/Objects/Weapons/security.yml index eec5ee833a1..f9ae8a4782f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/security.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/security.yml @@ -96,6 +96,8 @@ damage: types: Blunt: 20 + soundHit: + collection: MetalThud bluntStaminaDamageFactor: 1.5 - type: Item size: Normal diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index 59782c95857..0b3c291af25 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -343,6 +343,8 @@ damage: types: Blunt: 8 + soundHit: + collection: MetalThud - type: Construction graph: Seat node: chairFolding From 8aeddd87de62e3ed8b84bdc0ec755e5dccc13c1a Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 20 Mar 2024 15:47:36 +0100 Subject: [PATCH 059/213] Fix EFCore obsoletion warnings in Content.Server.Database (#26285) (cherry picked from commit fc76996dc55b19b313b621b2fb9025b9198e4b7d) --- Content.Server.Database/SnakeCaseNaming.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server.Database/SnakeCaseNaming.cs b/Content.Server.Database/SnakeCaseNaming.cs index ca1a9665848..27ce392cd50 100644 --- a/Content.Server.Database/SnakeCaseNaming.cs +++ b/Content.Server.Database/SnakeCaseNaming.cs @@ -301,14 +301,14 @@ public void ProcessModelFinalizing(IConventionModelBuilder modelBuilder, IConven private static void RewriteColumnName(IConventionPropertyBuilder propertyBuilder) { var property = propertyBuilder.Metadata; - var entityType = property.DeclaringEntityType; + var entityType = (IConventionEntityType)property.DeclaringType; if (entityType.ClrType == typeof(Microsoft.EntityFrameworkCore.Migrations.HistoryRow)) return; property.Builder.HasNoAnnotation(RelationalAnnotationNames.ColumnName); - var baseColumnName = StoreObjectIdentifier.Create(property.DeclaringEntityType, StoreObjectType.Table) is { } tableIdentifier + var baseColumnName = StoreObjectIdentifier.Create(entityType, StoreObjectType.Table) is { } tableIdentifier ? property.GetDefaultColumnName(tableIdentifier) : property.GetDefaultColumnName(); From 5468f62ad4e7663c4f41c8414512772785295c2c Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 20 Mar 2024 16:22:47 +0100 Subject: [PATCH 060/213] Fix wire layout inheritance. (#26289) Wire layouts manually navigate the inheritance hierarchy, but the data fields on the prototypes were also automatically inherited already. This meant that inheriting a wire layout prototype and changing nothing would cause the wires to be duplicated unless they were manually modified on top. Fix is easy: just disable inheritance on the data fields. Also, integration test for it. (cherry picked from commit a4692004de978cda6761d4090e13ed4d8bc1fa11) --- .../Tests/Wires/WireLayoutTest.cs | 103 ++++++++++++++++++ Content.Server/Wires/WireLayout.cs | 2 + 2 files changed, 105 insertions(+) create mode 100644 Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs diff --git a/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs b/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs new file mode 100644 index 00000000000..920dc088186 --- /dev/null +++ b/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs @@ -0,0 +1,103 @@ +using Content.Server.Doors; +using Content.Server.Power; +using Content.Server.Wires; +using Robust.Shared.GameObjects; +using Robust.Shared.IoC; +using Robust.Shared.Map; + +namespace Content.IntegrationTests.Tests.Wires; + +[TestFixture] +[Parallelizable(ParallelScope.All)] +[TestOf(typeof(WiresSystem))] +public sealed class WireLayoutTest +{ + [TestPrototypes] + public const string Prototypes = """ + - type: wireLayout + id: WireLayoutTest + dummyWires: 2 + wires: + - !type:PowerWireAction + - !type:DoorBoltWireAction + + - type: wireLayout + id: WireLayoutTest2 + parent: WireLayoutTest + wires: + - !type:PowerWireAction + + - type: wireLayout + id: WireLayoutTest3 + parent: WireLayoutTest + + - type: entity + id: WireLayoutTest + components: + - type: Wires + layoutId: WireLayoutTest + + - type: entity + id: WireLayoutTest2 + components: + - type: Wires + layoutId: WireLayoutTest2 + + - type: entity + id: WireLayoutTest3 + components: + - type: Wires + layoutId: WireLayoutTest3 + """; + + [Test] + public async Task TestLayoutInheritance() + { + await using var pair = await PoolManager.GetServerClient(); + var server = pair.Server; + var testMap = await pair.CreateTestMap(); + + await server.WaitAssertion(() => + { + var wires = IoCManager.Resolve().GetEntitySystem(); + + // Need to spawn these entities to make sure the wire layouts are initialized. + var ent1 = SpawnWithComp(server.EntMan, "WireLayoutTest", testMap.MapCoords); + var ent2 = SpawnWithComp(server.EntMan, "WireLayoutTest2", testMap.MapCoords); + var ent3 = SpawnWithComp(server.EntMan, "WireLayoutTest3", testMap.MapCoords); + + // Assert.That(wires.TryGetLayout("WireLayoutTest", out var layout1)); + // Assert.That(wires.TryGetLayout("WireLayoutTest2", out var layout2)); + // Assert.That(wires.TryGetLayout("WireLayoutTest3", out var layout3)); + + Assert.Multiple(() => + { + // Entity 1. + Assert.That(ent1.Comp.WiresList, Has.Count.EqualTo(4)); + Assert.That(ent1.Comp.WiresList, Has.Exactly(2).With.Property("Action").Null, "2 dummy wires"); + Assert.That(ent1.Comp.WiresList, Has.One.With.Property("Action").InstanceOf(), "1 power wire"); + Assert.That(ent1.Comp.WiresList, Has.One.With.Property("Action").InstanceOf(), "1 door bolt wire"); + + Assert.That(ent2.Comp.WiresList, Has.Count.EqualTo(5)); + Assert.That(ent2.Comp.WiresList, Has.Exactly(2).With.Property("Action").Null, "2 dummy wires"); + Assert.That(ent2.Comp.WiresList, Has.Exactly(2).With.Property("Action").InstanceOf(), "2 power wire"); + Assert.That(ent2.Comp.WiresList, Has.One.With.Property("Action").InstanceOf(), "1 door bolt wire"); + + Assert.That(ent3.Comp.WiresList, Has.Count.EqualTo(4)); + Assert.That(ent3.Comp.WiresList, Has.Exactly(2).With.Property("Action").Null, "2 dummy wires"); + Assert.That(ent3.Comp.WiresList, Has.One.With.Property("Action").InstanceOf(), "1 power wire"); + Assert.That(ent3.Comp.WiresList, Has.One.With.Property("Action").InstanceOf(), "1 door bolt wire"); + }); + }); + + await pair.CleanReturnAsync(); + } + + private static Entity SpawnWithComp(IEntityManager entityManager, string prototype, MapCoordinates coords) + where T : IComponent, new() + { + var ent = entityManager.Spawn(prototype, coords); + var comp = entityManager.EnsureComponent(ent); + return new Entity(ent, comp); + } +} diff --git a/Content.Server/Wires/WireLayout.cs b/Content.Server/Wires/WireLayout.cs index ecafba013e0..621992c915a 100644 --- a/Content.Server/Wires/WireLayout.cs +++ b/Content.Server/Wires/WireLayout.cs @@ -28,11 +28,13 @@ public sealed partial class WireLayoutPrototype : IPrototype, IInheritingPrototy /// initialization) /// [DataField("dummyWires")] + [NeverPushInheritance] public int DummyWires { get; private set; } = default!; /// /// All the valid IWireActions currently in this layout. /// [DataField("wires")] + [NeverPushInheritance] public List? Wires { get; private set; } } From d3534e73b26a12b8605ba44d950c34a0b0a8bd2d Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+killerqu00@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:07:38 +0100 Subject: [PATCH 061/213] Per-department wire layouts (#26247) * add per-department wire layouts * fix science/research inconsistency * fix wireLayout inheritance * science is no longer security * Security doors back to normal wire count * implement proper wire inheritance * revert WiresSystem.cs fix (cherry picked from commit 670a9826fec9627ffdbee69742a881dab3606fa1) --- .../Structures/Doors/Airlocks/access.yml | 188 ++++++++++++++++++ Resources/Prototypes/Wires/layouts.yml | 20 ++ 2 files changed, 208 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 82cdcde7c05..9493dd081de 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -6,6 +6,8 @@ components: - type: AccessReader access: [["Service"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -14,6 +16,8 @@ components: - type: AccessReader access: [["Lawyer"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -22,6 +26,8 @@ components: - type: AccessReader access: [["Theatre"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockScience # DeltaV - Chapel is in Epistemics @@ -30,6 +36,8 @@ components: - type: AccessReader access: [["Chapel"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -38,6 +46,8 @@ components: - type: AccessReader access: [["Janitor"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -46,6 +56,8 @@ components: - type: AccessReader access: [["Kitchen"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -54,6 +66,8 @@ components: - type: AccessReader access: [["Bar"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -62,6 +76,8 @@ components: - type: AccessReader access: [["Hydroponics"]] + - type: Wires + layoutId: AirlockService - type: entity parent: Airlock @@ -70,6 +86,8 @@ components: - type: AccessReader access: [["Captain"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockExternal @@ -86,6 +104,8 @@ components: - type: AccessReader access: [["Cargo"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockExternal @@ -94,6 +114,8 @@ components: - type: AccessReader access: [["Engineering"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockExternal @@ -102,6 +124,8 @@ components: - type: AccessReader access: [["Atmospherics"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockExternal @@ -126,6 +150,8 @@ components: - type: AccessReader access: [["Kitchen"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockFreezer @@ -134,6 +160,8 @@ components: - type: AccessReader access: [["Kitchen"], ["Hydroponics"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockFreezer @@ -142,6 +170,8 @@ components: - type: AccessReader access: [["Hydroponics"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockEngineering @@ -150,6 +180,8 @@ components: - type: AccessReader access: [["Engineering"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockAtmospherics @@ -158,6 +190,8 @@ components: - type: AccessReader access: [["Atmospherics"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockCargo @@ -166,6 +200,8 @@ components: - type: AccessReader access: [["Cargo"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockCargo @@ -174,6 +210,8 @@ components: - type: AccessReader access: [["Salvage"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockMining @@ -182,6 +220,8 @@ components: - type: AccessReader access: [["Salvage"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMedical @@ -190,6 +230,8 @@ components: - type: AccessReader access: [["Medical"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockMedical @@ -206,6 +248,8 @@ components: - type: AccessReader access: [["Medical"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockChemistry @@ -214,6 +258,8 @@ components: - type: AccessReader access: [["Chemistry"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockScience @@ -222,6 +268,8 @@ components: - type: AccessReader access: [["Research"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockScience @@ -230,6 +278,8 @@ components: - type: AccessReader access: [["Research"], ["Medical"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockCentralCommand @@ -258,6 +308,8 @@ components: - type: AccessReader access: [["Captain"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -266,6 +318,8 @@ components: - type: AccessReader access: [["ChiefMedicalOfficer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -274,6 +328,8 @@ components: - type: AccessReader access: [["ChiefEngineer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -282,6 +338,8 @@ components: - type: AccessReader access: [["HeadOfSecurity"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -290,6 +348,8 @@ components: - type: AccessReader access: [["ResearchDirector"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -298,6 +358,8 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommand @@ -306,6 +368,8 @@ components: - type: AccessReader access: [["Quartermaster"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockSecurity @@ -365,6 +429,8 @@ components: - type: AccessReader access: [["Security", "Command"]] + - type: Wires + layoutId: AirlockSecurity - type: entity parent: AirlockCommand @@ -373,6 +439,8 @@ components: - type: AccessReader access: [["External"]] + - type: Wires + layoutId: AirlockCommand #Delta V: Add Airlocks - type: entity @@ -456,6 +524,8 @@ components: - type: AccessReader access: [["Service"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockGlass @@ -464,6 +534,8 @@ components: - type: AccessReader access: [["Lawyer"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockGlass @@ -472,6 +544,8 @@ components: - type: AccessReader access: [["Theatre"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockGlass @@ -480,6 +554,8 @@ components: - type: AccessReader access: [["Bar"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockExternalGlass @@ -496,6 +572,8 @@ components: - type: AccessReader access: [["Cargo"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockExternalGlass @@ -520,6 +598,8 @@ components: - type: AccessReader access: [["Engineering"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockExternalGlass @@ -528,6 +608,8 @@ components: - type: AccessReader access: [["Atmospherics"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockGlass @@ -536,6 +618,8 @@ components: - type: AccessReader access: [["Kitchen"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockGlass @@ -544,6 +628,8 @@ components: - type: AccessReader access: [["Janitor"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockGlass @@ -552,6 +638,8 @@ components: - type: AccessReader access: [["Hydroponics"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockScienceGlass # DeltaV - Chapel is in Epistemics @@ -560,6 +648,8 @@ components: - type: AccessReader access: [["Chapel"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockEngineeringGlass @@ -568,6 +658,8 @@ components: - type: AccessReader access: [["Engineering"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockAtmosphericsGlass @@ -576,6 +668,8 @@ components: - type: AccessReader access: [["Atmospherics"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockCargoGlass @@ -584,6 +678,8 @@ components: - type: AccessReader access: [["Cargo"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockCargoGlass @@ -592,6 +688,8 @@ components: - type: AccessReader access: [["Salvage"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockMiningGlass @@ -600,6 +698,8 @@ components: - type: AccessReader access: [["Salvage"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockChemistryGlass @@ -608,6 +708,8 @@ components: - type: AccessReader access: [["Chemistry"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockMedicalGlass @@ -616,6 +718,8 @@ components: - type: AccessReader access: [["Medical"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockMedicalGlass @@ -632,6 +736,8 @@ components: - type: AccessReader access: [["Medical"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockScienceGlass @@ -640,6 +746,8 @@ components: - type: AccessReader access: [["Research"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockScienceGlass @@ -648,6 +756,8 @@ components: - type: AccessReader access: [["Research"], ["Medical"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockCentralCommandGlass @@ -666,6 +776,8 @@ components: - type: AccessReader access: [["Command"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -674,6 +786,8 @@ components: - type: AccessReader access: [["Captain"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -682,6 +796,8 @@ components: - type: AccessReader access: [["ChiefMedicalOfficer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -690,6 +806,8 @@ components: - type: AccessReader access: [["ChiefEngineer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -698,6 +816,8 @@ components: - type: AccessReader access: [["HeadOfSecurity"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -706,6 +826,8 @@ components: - type: AccessReader access: [["ResearchDirector"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -714,6 +836,8 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockCommandGlass @@ -722,6 +846,8 @@ components: - type: AccessReader access: [["Quartermaster"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockSecurityGlass @@ -730,6 +856,8 @@ components: - type: AccessReader access: [["Security"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockSecurityGlass @@ -738,6 +866,8 @@ components: - type: AccessReader access: [["Detective"]] + - type: Wires + layoutId: AirlockCommand #Delta V: Removed Brig Access #- type: entity @@ -747,6 +877,8 @@ # components: # - type: AccessReader # access: [["Brig"]] +# - type: Wires +# layoutId: AirlockCommand - type: entity parent: AirlockSecurityGlass @@ -755,6 +887,8 @@ components: - type: AccessReader access: [["Security"], ["Lawyer"]] + - type: Wires + layoutId: AirlockSecurity - type: entity parent: AirlockSecurityGlass @@ -763,6 +897,8 @@ components: - type: AccessReader access: [["Armory"]] + - type: Wires + layoutId: AirlockSecurity - type: entity parent: AirlockCommandGlassLocked @@ -886,6 +1022,8 @@ components: - type: AccessReader access: [["Salvage"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockMaint @@ -894,6 +1032,8 @@ components: - type: AccessReader access: [["Cargo"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockMaint @@ -902,6 +1042,8 @@ components: - type: AccessReader access: [["Command"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -918,6 +1060,8 @@ components: - type: AccessReader access: [["Engineering"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockMaint @@ -926,6 +1070,8 @@ components: - type: AccessReader access: [["Atmospherics"]] + - type: Wires + layoutId: AirlockEngineering - type: entity parent: AirlockMaint @@ -934,6 +1080,8 @@ components: - type: AccessReader access: [["Bar"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -942,6 +1090,8 @@ components: - type: AccessReader access: [["Chapel"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -950,6 +1100,8 @@ components: - type: AccessReader access: [["Hydroponics"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -958,6 +1110,8 @@ components: - type: AccessReader access: [["Janitor"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -966,6 +1120,8 @@ components: - type: AccessReader access: [["Lawyer"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -974,6 +1130,8 @@ components: - type: AccessReader access: [["Service"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -982,6 +1140,8 @@ components: - type: AccessReader access: [["Theatre"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -990,6 +1150,8 @@ components: - type: AccessReader access: [["Kitchen"]] + - type: Wires + layoutId: AirlockService - type: entity parent: AirlockMaint @@ -1006,6 +1168,8 @@ components: - type: AccessReader access: [["Medical"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockMaint @@ -1014,6 +1178,8 @@ components: - type: AccessReader access: [["Chemistry"]] + - type: Wires + layoutId: AirlockMedical - type: entity parent: AirlockMaint @@ -1022,6 +1188,8 @@ components: - type: AccessReader access: [["Research"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockMaint @@ -1030,6 +1198,8 @@ components: - type: AccessReader access: [["Research"], ["Medical"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockMaint @@ -1038,6 +1208,8 @@ components: - type: AccessReader access: [["Security"]] + - type: Wires + layoutId: AirlockSecurity - type: entity parent: AirlockMaint @@ -1046,6 +1218,8 @@ components: - type: AccessReader access: [["Detective"]] + - type: Wires + layoutId: AirlockSecurity - type: entity parent: AirlockMaint @@ -1054,6 +1228,8 @@ components: - type: AccessReader access: [["HeadOfPersonnel"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1062,6 +1238,8 @@ components: - type: AccessReader access: [["Captain"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1070,6 +1248,8 @@ components: - type: AccessReader access: [["ChiefEngineer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1078,6 +1258,8 @@ components: - type: AccessReader access: [["ChiefMedicalOfficer"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1086,6 +1268,8 @@ components: - type: AccessReader access: [["HeadOfSecurity"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1094,6 +1278,8 @@ components: - type: AccessReader access: [["ResearchDirector"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockMaint @@ -1102,6 +1288,8 @@ components: - type: AccessReader access: [["Armory"]] + - type: Wires + layoutId: AirlockSecurity #Delta V: Add Airlocks - type: entity diff --git a/Resources/Prototypes/Wires/layouts.yml b/Resources/Prototypes/Wires/layouts.yml index 338bf188ba0..b30e68545df 100644 --- a/Resources/Prototypes/Wires/layouts.yml +++ b/Resources/Prototypes/Wires/layouts.yml @@ -15,6 +15,26 @@ - type: wireLayout parent: Airlock + id: AirlockService + +- type: wireLayout + parent: Airlock + id: AirlockCargo + +- type: wireLayout + parent: Airlock + id: AirlockEngineering + +- type: wireLayout + parent: Airlock + id: AirlockMedical + +- type: wireLayout + parent: Airlock + id: AirlockScience + +- type: wireLayout + parent: HighSec id: AirlockCommand - type: wireLayout From 842145e105db5c4fd38450042869eb8e2a6162f6 Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:07:44 +0100 Subject: [PATCH 062/213] Apply departmental wire layouts to custom doors --- .../DeltaV/Entities/Structures/Doors/Airlocks/access.yml | 8 ++++++++ .../Entities/Structures/Doors/Airlocks/access.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml index 55d9b5aec76..6a2f5967b15 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml @@ -5,6 +5,8 @@ components: - type: AccessReader access: [["Mantis"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockScienceGlass @@ -13,6 +15,8 @@ components: - type: AccessReader access: [["Mantis"]] + - type: Wires + layoutId: AirlockScience - type: entity parent: AirlockSecurity @@ -21,6 +25,8 @@ components: - type: AccessReader access: [["Corpsman"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockSecurityGlass @@ -29,6 +35,8 @@ components: - type: AccessReader access: [["Corpsman"]] + - type: Wires + layoutId: AirlockCommand - type: entity parent: AirlockGlassShuttle diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Doors/Airlocks/access.yml index 19226d067f9..c7e6aa0259e 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Doors/Airlocks/access.yml @@ -5,6 +5,8 @@ components: - type: AccessReader access: [["Mail"]] + - type: Wires + layoutId: AirlockCargo - type: entity parent: AirlockCargoGlass @@ -13,3 +15,5 @@ components: - type: AccessReader access: [["Mail"]] + - type: Wires + layoutId: AirlockCargo From 927cbc195826a4adc5b9209b4bb1bccaacfcd758 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 20 Mar 2024 16:08:45 +0000 Subject: [PATCH 063/213] Automatic changelog update (cherry picked from commit e8a9bd00954157c54c14a9aab6a83ec6c97860b1) --- 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 6b2da87b709..ffdabd20aa4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Bhijn and Myr - changes: - - message: The QM's uniform has received a redesign, making it more visually distinguishable - for those with colorblindness. - type: Tweak - id: 5698 - time: '2024-01-14T02:45:06.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24055 - author: lzk228 changes: - message: Removed archaic accent. @@ -3812,3 +3804,10 @@ id: 6197 time: '2024-03-20T11:57:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/24494 +- author: Killerqu00 + changes: + - message: Airlock wires are now different between departments. + type: Tweak + id: 6198 + time: '2024-03-20T16:07:38.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26247 From 7486a494deae872e21cad6289f0e157f35ec987b Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 20 Mar 2024 15:03:53 -0400 Subject: [PATCH 064/213] Pizza is not a fruit (#26293) * Pizza is not a fruit * Also the slice * Let the lizards still eat pizza (cherry picked from commit 1200d406cada06abdbd068a962716ca8c021f506) --- .../Entities/Objects/Consumable/Food/Baked/pizza.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index 95bfe6b6b4c..bdce1d44086 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -29,7 +29,7 @@ - type: Tag tags: - Pizza - - Fruit # Tomato? idk + - ReptilianFood - type: entity parent: FoodInjectableBase # Not sliceable @@ -58,7 +58,7 @@ - type: Tag tags: - Pizza - - Fruit + - ReptilianFood # Pizza From 27f50896d786a1c8f9d2334e36e4be080f6f2aaf Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 20 Mar 2024 19:04:59 +0000 Subject: [PATCH 065/213] Automatic changelog update (cherry picked from commit 5546337617047e2d061d150c488007cd91b092a2) --- 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 ffdabd20aa4..c9535c0c5e1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Removed archaic accent. - type: Remove - id: 5699 - time: '2024-01-14T02:45:54.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24052 - author: 21Melkuu changes: - message: Added Mayo to the Chefvend. @@ -3811,3 +3804,10 @@ id: 6198 time: '2024-03-20T16:07:38.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26247 +- author: Tayrtahn + changes: + - message: Pizza is no longer considered a fruit. + type: Tweak + id: 6199 + time: '2024-03-20T19:03:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26293 From 3939456449c1ca1d6a2bb190962e2e9b84f3ef57 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 21 Mar 2024 02:48:05 +0100 Subject: [PATCH 066/213] fix legally distinct visor man plush name. (#26299) am in vr. approved by real spaniard. (cherry picked from commit b06d40e8531250b2e7e391ea02e5c17e219a343a) --- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 37ae8586fb9..901b52b21b1 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1250,7 +1250,7 @@ - type: entity parent: BasePlushie id: ToyAmongPequeno - name: among pequeno + name: among pequeño description: sus! components: - type: Sprite From cbd2b5e8c3e570fff9af841fd7a6e2d9d1afd9e2 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 20 Mar 2024 21:58:21 -0400 Subject: [PATCH 067/213] Fix some invalid damage types (#26295) Fixed some invalid damage types (cherry picked from commit b34777177ca2b379c67fb5d0d117f95b8809f43e) --- Resources/Prototypes/Entities/Mobs/NPCs/space.yml | 2 +- Resources/Prototypes/Entities/Objects/Tools/cowtools.yml | 2 +- Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml | 2 +- Resources/Prototypes/NPCs/Combat/melee.yml | 4 ++-- Resources/Prototypes/NPCs/utility_queries.yml | 2 +- Resources/Prototypes/Reagents/botany.yml | 2 +- Resources/Prototypes/Reagents/fun.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml index 39460be3f3c..0a294805cfd 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/space.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/space.yml @@ -52,7 +52,7 @@ animation: WeaponArcClaw damage: types: - Brute: 5 + Blunt: 5 Slash: 10 - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml index ddd3592d49f..977a8a931b5 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml @@ -14,7 +14,7 @@ wideAnimationRotation: -90 damage: types: - Pierce: 0 + Piercing: 0 attackRate: 2 - type: Tool qualities: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml index b9d6de85944..426be1386a9 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/sword.yml @@ -175,7 +175,7 @@ attackRate: 10 damage: types: - Structure: 150 + Structural: 150 Slash: 20 #Horror Blunt: 20 Heat: 20 diff --git a/Resources/Prototypes/NPCs/Combat/melee.yml b/Resources/Prototypes/NPCs/Combat/melee.yml index 282e794ee77..2facfaa5427 100644 --- a/Resources/Prototypes/NPCs/Combat/melee.yml +++ b/Resources/Prototypes/NPCs/Combat/melee.yml @@ -11,7 +11,7 @@ - type: MeleeWeapon damage: types: - Brute: 0 + Blunt: 0 invert: true tasks: - !type:HTNCompoundTask @@ -34,7 +34,7 @@ - type: MeleeWeapon damage: types: - Brute: 0 + Blunt: 0 invert: true tasks: - !type:HTNCompoundTask diff --git a/Resources/Prototypes/NPCs/utility_queries.yml b/Resources/Prototypes/NPCs/utility_queries.yml index d62e1a7e8cf..3d5385ecbcd 100644 --- a/Resources/Prototypes/NPCs/utility_queries.yml +++ b/Resources/Prototypes/NPCs/utility_queries.yml @@ -129,7 +129,7 @@ - type: MeleeWeapon damage: types: - Brute: 0 + Blunt: 0 - type: Item considerations: - !type:TargetMeleeCon diff --git a/Resources/Prototypes/Reagents/botany.yml b/Resources/Prototypes/Reagents/botany.yml index f6c55cf3946..a03c3826a4d 100644 --- a/Resources/Prototypes/Reagents/botany.yml +++ b/Resources/Prototypes/Reagents/botany.yml @@ -143,7 +143,7 @@ damage: types: Asphyxiation: 1 - Burn: 2 + Heat: 2 Poison: 1 Medicine: effects: diff --git a/Resources/Prototypes/Reagents/fun.yml b/Resources/Prototypes/Reagents/fun.yml index 9597627e876..befa8d82968 100644 --- a/Resources/Prototypes/Reagents/fun.yml +++ b/Resources/Prototypes/Reagents/fun.yml @@ -249,7 +249,7 @@ damage: types: Cold: 0.01 # slightly nips directly, other cold damage comes from the temp change - Burn: -3 # ghetto burn chem. i don't think anyone would use this intentionally but it's funny + Heat: -3 # ghetto burn chem. i don't think anyone would use this intentionally but it's funny - !type:PopupMessage conditions: - !type:ReagentThreshold From 3dd5dcadc58648a222ae2efc52e635f508c91531 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Wed, 20 Mar 2024 21:59:56 -0400 Subject: [PATCH 068/213] Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) * Purge calls to obsolete EntityCoordinates methods * Pizza defruited; rerun those tests! (cherry picked from commit f4cb02fb0ca385c858569c07c51afb0d24ade949) --- Content.Client/Construction/ConstructionSystem.cs | 3 ++- .../ContextMenu/UI/EntityMenuUIController.cs | 2 +- Content.Client/Gameplay/GameplayStateBase.cs | 2 +- Content.Client/NPC/PathfindingSystem.cs | 10 +++++++--- Content.Client/Popups/PopupOverlay.cs | 6 ++++-- Content.Client/Popups/PopupSystem.cs | 2 ++ .../Radiation/Overlays/RadiationPulseOverlay.cs | 5 ++++- Content.Client/Sandbox/SandboxSystem.cs | 3 ++- .../AtmosphereSystem.HighPressureDelta.cs | 2 +- Content.Server/Chemistry/EntitySystems/VaporSystem.cs | 4 ++-- .../Construction/Conditions/ComponentInTile.cs | 3 ++- .../Construction/ConstructionSystem.Initial.cs | 7 ++----- Content.Server/Dragon/DragonSystem.cs | 3 ++- .../Explosion/EntitySystems/ExplosionSystem.cs | 2 +- Content.Server/GameTicking/GameTicker.Spawning.cs | 2 +- Content.Server/Guardian/GuardianSystem.cs | 3 ++- Content.Server/Hands/Systems/HandsSystem.cs | 3 ++- Content.Server/Implants/SubdermalImplantSystem.cs | 2 +- Content.Server/Magic/MagicSystem.cs | 2 +- .../Preconditions/CoordinatesInRangePrecondition.cs | 2 +- .../CoordinatesNotInRangePrecondition.cs | 2 +- .../HTN/Preconditions/TargetInRangePrecondition.cs | 2 +- Content.Server/NPC/Pathfinding/PathfindingSystem.cs | 2 +- .../Pointing/EntitySystems/PointingSystem.cs | 7 ++++--- Content.Server/Respawn/SpecialRespawnSystem.cs | 5 +++-- .../Singularity/EntitySystems/GravityWellSystem.cs | 8 ++++---- .../EntitySystems/SingularityAttractorSystem.cs | 11 +++-------- .../Storage/EntitySystems/BluespaceLockerSystem.cs | 3 ++- .../Systems/Carvers/NoiseRangeCarverSystem.cs | 3 ++- .../Construction/Conditions/WallmountCondition.cs | 3 ++- Content.Shared/Examine/ExamineSystemShared.cs | 2 +- .../Hands/EntitySystems/SharedHandsSystem.Pickup.cs | 2 +- Content.Shared/Interaction/SharedInteractionSystem.cs | 6 +++--- Content.Shared/Spawning/EntitySystemExtensions.cs | 2 +- 34 files changed, 70 insertions(+), 56 deletions(-) diff --git a/Content.Client/Construction/ConstructionSystem.cs b/Content.Client/Construction/ConstructionSystem.cs index ae1724c3bf6..66000a8457d 100644 --- a/Content.Client/Construction/ConstructionSystem.cs +++ b/Content.Client/Construction/ConstructionSystem.cs @@ -27,6 +27,7 @@ public sealed class ConstructionSystem : SharedConstructionSystem [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly SharedInteractionSystem _interactionSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly PopupSystem _popupSystem = default!; private readonly Dictionary _ghosts = new(); @@ -195,7 +196,7 @@ public bool TrySpawnGhost( return false; // This InRangeUnobstructed should probably be replaced with "is there something blocking us in that tile?" - var predicate = GetPredicate(prototype.CanBuildInImpassable, loc.ToMap(EntityManager)); + var predicate = GetPredicate(prototype.CanBuildInImpassable, loc.ToMap(EntityManager, _transformSystem)); if (!_interactionSystem.InRangeUnobstructed(user, loc, 20f, predicate: predicate)) return false; diff --git a/Content.Client/ContextMenu/UI/EntityMenuUIController.cs b/Content.Client/ContextMenu/UI/EntityMenuUIController.cs index ae1b3ec3bf0..a60619baa35 100644 --- a/Content.Client/ContextMenu/UI/EntityMenuUIController.cs +++ b/Content.Client/ContextMenu/UI/EntityMenuUIController.cs @@ -170,7 +170,7 @@ private bool HandleOpenEntityMenu(in PointerInputCmdHandler.PointerInputCmdArgs if (_combatMode.IsInCombatMode(args.Session?.AttachedEntity)) return false; - var coords = args.Coordinates.ToMap(_entityManager); + var coords = args.Coordinates.ToMap(_entityManager, _xform); if (_verbSystem.TryGetEntityMenuEntities(coords, out var entities)) OpenRootMenu(entities); diff --git a/Content.Client/Gameplay/GameplayStateBase.cs b/Content.Client/Gameplay/GameplayStateBase.cs index bdbd69d1086..6236cd8e958 100644 --- a/Content.Client/Gameplay/GameplayStateBase.cs +++ b/Content.Client/Gameplay/GameplayStateBase.cs @@ -104,7 +104,7 @@ private bool HandleInspect(ICommonSession? session, EntityCoordinates coords, En public IEnumerable GetClickableEntities(EntityCoordinates coordinates) { - return GetClickableEntities(coordinates.ToMap(_entityManager)); + return GetClickableEntities(coordinates.ToMap(_entityManager, _entitySystemManager.GetEntitySystem())); } public IEnumerable GetClickableEntities(MapCoordinates coordinates) diff --git a/Content.Client/NPC/PathfindingSystem.cs b/Content.Client/NPC/PathfindingSystem.cs index 548edd601ce..7bf3df1f0b9 100644 --- a/Content.Client/NPC/PathfindingSystem.cs +++ b/Content.Client/NPC/PathfindingSystem.cs @@ -23,6 +23,7 @@ public sealed class PathfindingSystem : SharedPathfindingSystem [Dependency] private readonly IResourceCache _cache = default!; [Dependency] private readonly NPCSteeringSystem _steering = default!; [Dependency] private readonly MapSystem _mapSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; public PathfindingDebugMode Modes { @@ -39,7 +40,7 @@ public PathfindingDebugMode Modes } else if (!overlayManager.HasOverlay()) { - overlayManager.AddOverlay(new PathfindingOverlay(EntityManager, _eyeManager, _inputManager, _mapManager, _cache, this, _mapSystem)); + overlayManager.AddOverlay(new PathfindingOverlay(EntityManager, _eyeManager, _inputManager, _mapManager, _cache, this, _mapSystem, _transformSystem)); } if ((value & PathfindingDebugMode.Steering) != 0x0) @@ -140,6 +141,7 @@ public sealed class PathfindingOverlay : Overlay private readonly IMapManager _mapManager; private readonly PathfindingSystem _system; private readonly MapSystem _mapSystem; + private readonly SharedTransformSystem _transformSystem; public override OverlaySpace Space => OverlaySpace.ScreenSpace | OverlaySpace.WorldSpace; @@ -153,7 +155,8 @@ public PathfindingOverlay( IMapManager mapManager, IResourceCache cache, PathfindingSystem system, - MapSystem mapSystem) + MapSystem mapSystem, + SharedTransformSystem transformSystem) { _entManager = entManager; _eyeManager = eyeManager; @@ -161,6 +164,7 @@ public PathfindingOverlay( _mapManager = mapManager; _system = system; _mapSystem = mapSystem; + _transformSystem = transformSystem; _font = new VectorFont(cache.GetResource("/Fonts/NotoSans/NotoSans-Regular.ttf"), 10); } @@ -480,7 +484,7 @@ private void DrawWorld(OverlayDrawArgs args, DrawingHandleWorld worldHandle) if (neighborPoly.NetEntity != poly.GraphUid) { color = Color.Green; - var neighborMap = _entManager.GetCoordinates(neighborPoly).ToMap(_entManager); + var neighborMap = _entManager.GetCoordinates(neighborPoly).ToMap(_entManager, _transformSystem); if (neighborMap.MapId != args.MapId) continue; diff --git a/Content.Client/Popups/PopupOverlay.cs b/Content.Client/Popups/PopupOverlay.cs index 3bfa7278734..fb6bb3bf565 100644 --- a/Content.Client/Popups/PopupOverlay.cs +++ b/Content.Client/Popups/PopupOverlay.cs @@ -22,7 +22,7 @@ public sealed class PopupOverlay : Overlay private readonly PopupSystem _popup; private readonly PopupUIController _controller; private readonly ExamineSystemShared _examine; - + private readonly SharedTransformSystem _transform; private readonly ShaderInstance _shader; public override OverlaySpace Space => OverlaySpace.ScreenSpace; @@ -35,6 +35,7 @@ public PopupOverlay( IUserInterfaceManager uiManager, PopupUIController controller, ExamineSystemShared examine, + SharedTransformSystem transform, PopupSystem popup) { _configManager = configManager; @@ -42,6 +43,7 @@ public PopupOverlay( _playerMgr = playerMgr; _uiManager = uiManager; _examine = examine; + _transform = transform; _popup = popup; _controller = controller; @@ -76,7 +78,7 @@ private void DrawWorld(DrawingHandleScreen worldHandle, OverlayDrawArgs args, fl foreach (var popup in _popup.WorldLabels) { - var mapPos = popup.InitialPos.ToMap(_entManager); + var mapPos = popup.InitialPos.ToMap(_entManager, _transform); if (mapPos.MapId != args.MapId) continue; diff --git a/Content.Client/Popups/PopupSystem.cs b/Content.Client/Popups/PopupSystem.cs index 46c1e0cdf62..479fb02906c 100644 --- a/Content.Client/Popups/PopupSystem.cs +++ b/Content.Client/Popups/PopupSystem.cs @@ -28,6 +28,7 @@ public sealed class PopupSystem : SharedPopupSystem [Dependency] private readonly IUserInterfaceManager _uiManager = default!; [Dependency] private readonly IReplayRecordingManager _replayRecording = default!; [Dependency] private readonly ExamineSystemShared _examine = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; public IReadOnlyList WorldLabels => _aliveWorldLabels; public IReadOnlyList CursorLabels => _aliveCursorLabels; @@ -54,6 +55,7 @@ public override void Initialize() _uiManager, _uiManager.GetUIController(), _examine, + _transform, this)); } diff --git a/Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs b/Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs index adc535b2684..9012767ef3f 100644 --- a/Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs +++ b/Content.Client/Radiation/Overlays/RadiationPulseOverlay.cs @@ -121,7 +121,10 @@ private void RadiationQuery(IEye? currentEye) private bool PulseQualifies(EntityUid pulseEntity, MapCoordinates currentEyeLoc) { - return _entityManager.GetComponent(pulseEntity).MapID == currentEyeLoc.MapId && _entityManager.GetComponent(pulseEntity).Coordinates.InRange(_entityManager, EntityCoordinates.FromMap(_entityManager, _entityManager.GetComponent(pulseEntity).ParentUid, currentEyeLoc), MaxDist); + var transformComponent = _entityManager.GetComponent(pulseEntity); + var transformSystem = _entityManager.System(); + return transformComponent.MapID == currentEyeLoc.MapId + && transformComponent.Coordinates.InRange(_entityManager, transformSystem, EntityCoordinates.FromMap(transformComponent.ParentUid, currentEyeLoc, transformSystem, _entityManager), MaxDist); } private sealed record RadiationShaderInstance(MapCoordinates CurrentMapCoords, float Range, TimeSpan Start, float Duration) diff --git a/Content.Client/Sandbox/SandboxSystem.cs b/Content.Client/Sandbox/SandboxSystem.cs index d16751e3715..6a1129bb75d 100644 --- a/Content.Client/Sandbox/SandboxSystem.cs +++ b/Content.Client/Sandbox/SandboxSystem.cs @@ -16,6 +16,7 @@ public sealed class SandboxSystem : SharedSandboxSystem [Dependency] private readonly IMapManager _map = default!; [Dependency] private readonly IPlacementManager _placement = default!; [Dependency] private readonly ContentEyeSystem _contentEye = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; private bool _sandboxEnabled; public bool SandboxAllowed { get; private set; } @@ -108,7 +109,7 @@ public bool Copy(ICommonSession? session, EntityCoordinates coords, EntityUid ui } // Try copy tile. - if (!_map.TryFindGridAt(coords.ToMap(EntityManager), out _, out var grid) || !grid.TryGetTileRef(coords, out var tileRef)) + if (!_map.TryFindGridAt(coords.ToMap(EntityManager, _transform), out _, out var grid) || !grid.TryGetTileRef(coords, out var tileRef)) return false; if (_placement.Eraser) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 53035e1ed3c..4d25292a667 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -238,7 +238,7 @@ public void ExperiencePressureDifference( // TODO: Technically these directions won't be correct but uhh I'm just here for optimisations buddy not to fix my old bugs. if (throwTarget != EntityCoordinates.Invalid) { - var pos = ((throwTarget.ToMap(EntityManager).Position - xform.WorldPosition).Normalized() + dirVec).Normalized(); + var pos = ((throwTarget.ToMap(EntityManager, _transformSystem).Position - xform.WorldPosition).Normalized() + dirVec).Normalized(); _physics.ApplyLinearImpulse(uid, pos * moveForce, body: physics); } else diff --git a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs index d945c1f818b..e174d39fc6f 100644 --- a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs @@ -22,8 +22,8 @@ namespace Content.Server.Chemistry.EntitySystems [UsedImplicitly] internal sealed class VaporSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IPrototypeManager _protoManager = default!; + [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!; [Dependency] private readonly ThrowingSystem _throwing = default!; @@ -115,7 +115,7 @@ private void Update(float frameTime, Entity ent, Entity()); + var transformSys = entityManager.System(); + var indices = transform.Coordinates.ToVector2i(entityManager, IoCManager.Resolve(), transformSys); var lookup = entityManager.EntitySysManager.GetEntitySystem(); var entities = indices.GetEntitiesInTile(transform.GridUid.Value, LookupFlags.Approximate | LookupFlags.Static, lookup); diff --git a/Content.Server/Construction/ConstructionSystem.Initial.cs b/Content.Server/Construction/ConstructionSystem.Initial.cs index 29803665001..ede8d3064fa 100644 --- a/Content.Server/Construction/ConstructionSystem.Initial.cs +++ b/Content.Server/Construction/ConstructionSystem.Initial.cs @@ -2,7 +2,6 @@ using System.Linq; using System.Threading.Tasks; using Content.Server.Construction.Components; -using Content.Server.Storage.EntitySystems; using Content.Shared.ActionBlocker; using Content.Shared.Construction; using Content.Shared.Construction.Prototypes; @@ -15,7 +14,6 @@ using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Storage; -using Content.Shared.Tag; using Robust.Shared.Containers; using Robust.Shared.Player; using Robust.Shared.Timing; @@ -30,8 +28,7 @@ public sealed partial class ConstructionSystem [Dependency] private readonly ActionBlockerSystem _actionBlocker = default!; [Dependency] private readonly SharedHandsSystem _handsSystem = default!; [Dependency] private readonly EntityLookupSystem _lookupSystem = default!; - [Dependency] private readonly StorageSystem _storageSystem = default!; - [Dependency] private readonly TagSystem _tagSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; // --- WARNING! LEGACY CODE AHEAD! --- // This entire file contains the legacy code for initial construction. @@ -465,7 +462,7 @@ void Cleanup() return; } - var mapPos = location.ToMap(EntityManager); + var mapPos = location.ToMap(EntityManager, _transformSystem); var predicate = GetPredicate(constructionPrototype.CanBuildInImpassable, mapPos); if (!_interactionSystem.InRangeUnobstructed(user, mapPos, predicate: predicate)) diff --git a/Content.Server/Dragon/DragonSystem.cs b/Content.Server/Dragon/DragonSystem.cs index 36df6fb6f29..326510715f0 100644 --- a/Content.Server/Dragon/DragonSystem.cs +++ b/Content.Server/Dragon/DragonSystem.cs @@ -31,6 +31,7 @@ public sealed partial class DragonSystem : EntitySystem [Dependency] private readonly RoleSystem _role = default!; [Dependency] private readonly SharedActionsSystem _actions = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; private EntityQuery _objQuery; @@ -150,7 +151,7 @@ private void OnSpawnRift(EntityUid uid, DragonComponent component, DragonSpawnRi // cant stack rifts near eachother foreach (var (_, riftXform) in EntityQuery(true)) { - if (riftXform.Coordinates.InRange(EntityManager, xform.Coordinates, RiftRange)) + if (riftXform.Coordinates.InRange(EntityManager, _transform, xform.Coordinates, RiftRange)) { _popup.PopupEntity(Loc.GetString("carp-rift-proximity", ("proximity", RiftRange)), uid, uid); return; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs index 24ccf611bda..46238fd7c5d 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.cs @@ -331,7 +331,7 @@ public void QueueExplosion(MapCoordinates epicenter, CameraShake(iterationIntensity.Count * 4f, epicenter, totalIntensity); //For whatever bloody reason, sound system requires ENTITY coordinates. - var mapEntityCoords = EntityCoordinates.FromMap(EntityManager, _mapManager.GetMapEntityId(epicenter.MapId), epicenter); + var mapEntityCoords = EntityCoordinates.FromMap(_mapManager.GetMapEntityId(epicenter.MapId), epicenter, _transformSystem, EntityManager); // play sound. // for the normal audio, we want everyone in pvs range diff --git a/Content.Server/GameTicking/GameTicker.Spawning.cs b/Content.Server/GameTicking/GameTicker.Spawning.cs index 54587e95be3..bf69b4b9094 100644 --- a/Content.Server/GameTicking/GameTicker.Spawning.cs +++ b/Content.Server/GameTicking/GameTicker.Spawning.cs @@ -394,7 +394,7 @@ public EntityCoordinates GetObserverSpawnPoint() // Ideally engine would just spawn them on grid directly I guess? Right now grid traversal is handling it during // update which means we need to add a hack somewhere around it. var spawn = _robustRandom.Pick(_possiblePositions); - var toMap = spawn.ToMap(EntityManager); + var toMap = spawn.ToMap(EntityManager, _transform); if (_mapManager.TryFindGridAt(toMap, out var gridUid, out _)) { diff --git a/Content.Server/Guardian/GuardianSystem.cs b/Content.Server/Guardian/GuardianSystem.cs index 808de9f667b..e58f997b211 100644 --- a/Content.Server/Guardian/GuardianSystem.cs +++ b/Content.Server/Guardian/GuardianSystem.cs @@ -34,6 +34,7 @@ public sealed class GuardianSystem : EntitySystem [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly BodySystem _bodySystem = default!; [Dependency] private readonly SharedContainerSystem _container = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; public override void Initialize() { @@ -324,7 +325,7 @@ private void CheckGuardianMove( if (!guardianComponent.GuardianLoose) return; - if (!guardianXform.Coordinates.InRange(EntityManager, hostXform.Coordinates, guardianComponent.DistanceAllowed)) + if (!guardianXform.Coordinates.InRange(EntityManager, _transform, hostXform.Coordinates, guardianComponent.DistanceAllowed)) RetractGuardian(hostUid, hostComponent, guardianUid, guardianComponent); } diff --git a/Content.Server/Hands/Systems/HandsSystem.cs b/Content.Server/Hands/Systems/HandsSystem.cs index 99958db2728..c783701003d 100644 --- a/Content.Server/Hands/Systems/HandsSystem.cs +++ b/Content.Server/Hands/Systems/HandsSystem.cs @@ -35,6 +35,7 @@ public sealed class HandsSystem : SharedHandsSystem [Dependency] private readonly VirtualItemSystem _virtualItemSystem = default!; [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; [Dependency] private readonly SharedHandsSystem _handsSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly PullingSystem _pullingSystem = default!; [Dependency] private readonly ThrowingSystem _throwingSystem = default!; @@ -198,7 +199,7 @@ hands.ActiveHandEntity is not { } throwEnt || throwEnt = splitStack.Value; } - var direction = coordinates.ToMapPos(EntityManager) - Transform(player).WorldPosition; + var direction = coordinates.ToMapPos(EntityManager, _transformSystem) - Transform(player).WorldPosition; if (direction == Vector2.Zero) return true; diff --git a/Content.Server/Implants/SubdermalImplantSystem.cs b/Content.Server/Implants/SubdermalImplantSystem.cs index ac415a04342..8eb27414481 100644 --- a/Content.Server/Implants/SubdermalImplantSystem.cs +++ b/Content.Server/Implants/SubdermalImplantSystem.cs @@ -99,7 +99,7 @@ private void OnScramImplant(EntityUid uid, SubdermalImplantComponent component, return; var xform = Transform(ent); - var entityCoords = xform.Coordinates.ToMap(EntityManager); + var entityCoords = xform.Coordinates.ToMap(EntityManager, _xform); // try to find a valid position to teleport to, teleport to whatever works if we can't var targetCoords = new MapCoordinates(); diff --git a/Content.Server/Magic/MagicSystem.cs b/Content.Server/Magic/MagicSystem.cs index 371814cacbc..c6915121bfb 100644 --- a/Content.Server/Magic/MagicSystem.cs +++ b/Content.Server/Magic/MagicSystem.cs @@ -167,7 +167,7 @@ private void OnProjectileSpell(ProjectileSpellEvent ev) foreach (var pos in GetSpawnPositions(xform, ev.Pos)) { // If applicable, this ensures the projectile is parented to grid on spawn, instead of the map. - var mapPos = pos.ToMap(EntityManager); + var mapPos = pos.ToMap(EntityManager, _transformSystem); var spawnCoords = _mapManager.TryFindGridAt(mapPos, out var gridUid, out _) ? pos.WithEntityId(gridUid, EntityManager) : new(_mapManager.GetMapEntityId(mapPos.MapId), mapPos.Position); diff --git a/Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs b/Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs index 3e030aa8197..3485bd2a18c 100644 --- a/Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs +++ b/Content.Server/NPC/HTN/Preconditions/CoordinatesInRangePrecondition.cs @@ -22,6 +22,6 @@ public override bool IsMet(NPCBlackboard blackboard) if (!blackboard.TryGetValue(TargetKey, out var target, _entManager)) return false; - return coordinates.InRange(_entManager, target, blackboard.GetValueOrDefault(RangeKey, _entManager)); + return coordinates.InRange(_entManager, _entManager.System(), target, blackboard.GetValueOrDefault(RangeKey, _entManager)); } } diff --git a/Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs b/Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs index 6d8977bb7a7..9d000ca2eb8 100644 --- a/Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs +++ b/Content.Server/NPC/HTN/Preconditions/CoordinatesNotInRangePrecondition.cs @@ -22,7 +22,7 @@ public override bool IsMet(NPCBlackboard blackboard) if (!blackboard.TryGetValue(TargetKey, out var target, _entManager)) return false; - return !coordinates.InRange(_entManager, target, blackboard.GetValueOrDefault(RangeKey, _entManager)); + return !coordinates.InRange(_entManager, _entManager.System(), target, blackboard.GetValueOrDefault(RangeKey, _entManager)); } } diff --git a/Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs b/Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs index 5d616ba630e..aaccb426d71 100644 --- a/Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs +++ b/Content.Server/NPC/HTN/Preconditions/TargetInRangePrecondition.cs @@ -23,6 +23,6 @@ public override bool IsMet(NPCBlackboard blackboard) !_entManager.TryGetComponent(target, out var targetXform)) return false; - return coordinates.InRange(_entManager, targetXform.Coordinates, blackboard.GetValueOrDefault(RangeKey, _entManager)); + return coordinates.InRange(_entManager, _entManager.System(), targetXform.Coordinates, blackboard.GetValueOrDefault(RangeKey, _entManager)); } } diff --git a/Content.Server/NPC/Pathfinding/PathfindingSystem.cs b/Content.Server/NPC/Pathfinding/PathfindingSystem.cs index 95f931cdd6a..a59af88ff58 100644 --- a/Content.Server/NPC/Pathfinding/PathfindingSystem.cs +++ b/Content.Server/NPC/Pathfinding/PathfindingSystem.cs @@ -405,7 +405,7 @@ public async void GetPathEvent( return null; } - var localPos = xform.InvWorldMatrix.Transform(coordinates.ToMapPos(EntityManager)); + var localPos = xform.InvWorldMatrix.Transform(coordinates.ToMapPos(EntityManager, _transform)); var origin = GetOrigin(localPos); if (!TryGetChunk(origin, comp, out var chunk)) diff --git a/Content.Server/Pointing/EntitySystems/PointingSystem.cs b/Content.Server/Pointing/EntitySystems/PointingSystem.cs index 06d2d6f58b5..9b2e14eff8b 100644 --- a/Content.Server/Pointing/EntitySystems/PointingSystem.cs +++ b/Content.Server/Pointing/EntitySystems/PointingSystem.cs @@ -36,6 +36,7 @@ internal sealed class PointingSystem : SharedPointingSystem [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly VisibilitySystem _visibilitySystem = default!; [Dependency] private readonly SharedMindSystem _minds = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly IAdminLogManager _adminLogger = default!; [Dependency] private readonly ExamineSystemShared _examine = default!; @@ -97,7 +98,7 @@ public bool InRange(EntityUid pointer, EntityCoordinates coordinates) { if (HasComp(pointer)) { - return Transform(pointer).Coordinates.InRange(EntityManager, coordinates, 15); + return Transform(pointer).Coordinates.InRange(EntityManager, _transform, coordinates, 15); } else { @@ -142,7 +143,7 @@ public bool TryPoint(ICommonSession? session, EntityCoordinates coordsPointed, E return false; } - var mapCoordsPointed = coordsPointed.ToMap(EntityManager); + var mapCoordsPointed = coordsPointed.ToMap(EntityManager, _transform); _rotateToFaceSystem.TryFaceCoordinates(player, mapCoordsPointed.Position); var arrow = EntityManager.SpawnEntity("PointingArrow", coordsPointed); @@ -150,7 +151,7 @@ public bool TryPoint(ICommonSession? session, EntityCoordinates coordsPointed, E if (TryComp(arrow, out var pointing)) { if (TryComp(player, out TransformComponent? xformPlayer)) - pointing.StartPosition = EntityCoordinates.FromMap(arrow, xformPlayer.Coordinates.ToMap(EntityManager)).Position; + pointing.StartPosition = EntityCoordinates.FromMap(arrow, xformPlayer.Coordinates.ToMap(EntityManager, _transform), _transform).Position; pointing.EndTime = _gameTiming.CurTime + PointDuration; diff --git a/Content.Server/Respawn/SpecialRespawnSystem.cs b/Content.Server/Respawn/SpecialRespawnSystem.cs index 51c092be18b..2822c94093f 100644 --- a/Content.Server/Respawn/SpecialRespawnSystem.cs +++ b/Content.Server/Respawn/SpecialRespawnSystem.cs @@ -20,6 +20,7 @@ public sealed class SpecialRespawnSystem : SharedSpecialRespawnSystem [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly AtmosphereSystem _atmosphere = default!; [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly TurfSystem _turf = default!; [Dependency] private readonly IChatManager _chat = default!; @@ -129,11 +130,11 @@ private void OnTermination(EntityUid uid, SpecialRespawnComponent component, ref private void Respawn(EntityUid oldEntity, string prototype, EntityCoordinates coords) { var entity = Spawn(prototype, coords); - _adminLog.Add(LogType.Respawn, LogImpact.High, $"{ToPrettyString(oldEntity)} was deleted and was respawned at {coords.ToMap(EntityManager)} as {ToPrettyString(entity)}"); + _adminLog.Add(LogType.Respawn, LogImpact.High, $"{ToPrettyString(oldEntity)} was deleted and was respawned at {coords.ToMap(EntityManager, _transform)} as {ToPrettyString(entity)}"); _chat.SendAdminAlert($"{MetaData(oldEntity).EntityName} was deleted and was respawned as {ToPrettyString(entity)}"); } - /// + /// /// Try to find a random safe tile on the supplied grid /// /// The grid that you're looking for a safe tile on diff --git a/Content.Server/Singularity/EntitySystems/GravityWellSystem.cs b/Content.Server/Singularity/EntitySystems/GravityWellSystem.cs index ce4334391db..f1d0af6f905 100644 --- a/Content.Server/Singularity/EntitySystems/GravityWellSystem.cs +++ b/Content.Server/Singularity/EntitySystems/GravityWellSystem.cs @@ -18,13 +18,13 @@ namespace Content.Server.Singularity.EntitySystems; /// public sealed class GravityWellSystem : SharedGravityWellSystem { -#region Dependencies + #region Dependencies [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly IViewVariablesManager _vvManager = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly SharedPhysicsSystem _physics = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; -#endregion Dependencies + #endregion Dependencies /// /// The minimum range at which gravpulses will act. @@ -155,7 +155,7 @@ public void GravPulse(EntityUid uid, float maxRange, float minRange, float baseR /// The minimum distance at which entities can be affected by the gravity pulse. /// The base velocity added to any entities within affected by the gravity pulse scaled by the displacement of those entities from the epicenter. public void GravPulse(EntityCoordinates entityPos, float maxRange, float minRange, in Matrix3 baseMatrixDeltaV) - => GravPulse(entityPos.ToMap(EntityManager), maxRange, minRange, in baseMatrixDeltaV); + => GravPulse(entityPos.ToMap(EntityManager, _transform), maxRange, minRange, in baseMatrixDeltaV); /// /// Greates a gravitational pulse, shoving around all entities within some distance of an epicenter. @@ -166,7 +166,7 @@ public void GravPulse(EntityCoordinates entityPos, float maxRange, float minRang /// The base radial velocity that will be added to entities within range towards the center of the gravitational pulse. /// The base tangential velocity that will be added to entities within countrclockwise around the center of the gravitational pulse. public void GravPulse(EntityCoordinates entityPos, float maxRange, float minRange, float baseRadialDeltaV = 0.0f, float baseTangentialDeltaV = 0.0f) - => GravPulse(entityPos.ToMap(EntityManager), maxRange, minRange, baseRadialDeltaV, baseTangentialDeltaV); + => GravPulse(entityPos.ToMap(EntityManager, _transform), maxRange, minRange, baseRadialDeltaV, baseTangentialDeltaV); /// /// Causes a gravitational pulse, shoving around all entities within some distance of an epicenter. diff --git a/Content.Server/Singularity/EntitySystems/SingularityAttractorSystem.cs b/Content.Server/Singularity/EntitySystems/SingularityAttractorSystem.cs index 3c44a7fc7af..bc0de7c8c64 100644 --- a/Content.Server/Singularity/EntitySystems/SingularityAttractorSystem.cs +++ b/Content.Server/Singularity/EntitySystems/SingularityAttractorSystem.cs @@ -2,12 +2,7 @@ using Content.Server.Power.EntitySystems; using Content.Server.Singularity.Components; using Content.Shared.Singularity.Components; -using Content.Shared.Singularity.EntitySystems; using Robust.Shared.Map; -using Robust.Shared.Map.Components; -using Robust.Shared.Physics; -using Robust.Shared.Physics.Components; -using Robust.Shared.Physics.Systems; using Robust.Shared.Timing; using System.Numerics; @@ -18,8 +13,8 @@ namespace Content.Server.Singularity.EntitySystems; /// public sealed class SingularityAttractorSystem : EntitySystem { - [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; /// /// The minimum range at which the attraction will act. @@ -69,7 +64,7 @@ private void Update(EntityUid uid, SingularityAttractorComponent? attractor = nu attractor.LastPulseTime = _timing.CurTime; - var mapPos = xform.Coordinates.ToMap(EntityManager); + var mapPos = xform.Coordinates.ToMap(EntityManager, _transform); if (mapPos == MapCoordinates.Nullspace) return; @@ -77,7 +72,7 @@ private void Update(EntityUid uid, SingularityAttractorComponent? attractor = nu var query = EntityQuery(); foreach (var (singulo, walk, singuloXform) in query) { - var singuloMapPos = singuloXform.Coordinates.ToMap(EntityManager); + var singuloMapPos = singuloXform.Coordinates.ToMap(EntityManager, _transform); if (singuloMapPos.MapId != mapPos.MapId) continue; diff --git a/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs b/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs index 9995ed40c12..356768769bb 100644 --- a/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs +++ b/Content.Server/Storage/EntitySystems/BluespaceLockerSystem.cs @@ -26,6 +26,7 @@ public sealed class BluespaceLockerSystem : EntitySystem [Dependency] private readonly WeldableSystem _weldableSystem = default!; [Dependency] private readonly LockSystem _lockSystem = default!; [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; + [Dependency] private readonly SharedTransformSystem _transformSystem = default!; [Dependency] private readonly ExplosionSystem _explosionSystem = default!; public override void Initialize() @@ -386,7 +387,7 @@ private void DestroyAfterLimit(EntityUid uid, BluespaceLockerComponent component switch (component.BehaviorProperties.DestroyType) { case BluespaceLockerDestroyType.Explode: - _explosionSystem.QueueExplosion(uid.ToCoordinates().ToMap(EntityManager), + _explosionSystem.QueueExplosion(uid.ToCoordinates().ToMap(EntityManager, _transformSystem), ExplosionSystem.DefaultExplosionPrototypeId, 4, 1, 2, maxTileBreak: 0); goto case BluespaceLockerDestroyType.Delete; case BluespaceLockerDestroyType.Delete: diff --git a/Content.Server/Worldgen/Systems/Carvers/NoiseRangeCarverSystem.cs b/Content.Server/Worldgen/Systems/Carvers/NoiseRangeCarverSystem.cs index aed32bc89c3..f2e051669a2 100644 --- a/Content.Server/Worldgen/Systems/Carvers/NoiseRangeCarverSystem.cs +++ b/Content.Server/Worldgen/Systems/Carvers/NoiseRangeCarverSystem.cs @@ -9,6 +9,7 @@ namespace Content.Server.Worldgen.Systems.Carvers; public sealed class NoiseRangeCarverSystem : EntitySystem { [Dependency] private readonly NoiseIndexSystem _index = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; /// public override void Initialize() @@ -19,7 +20,7 @@ public override void Initialize() private void OnPrePlaceDebris(EntityUid uid, NoiseRangeCarverComponent component, ref PrePlaceDebrisFeatureEvent args) { - var coords = WorldGen.WorldToChunkCoords(args.Coords.ToMapPos(EntityManager)); + var coords = WorldGen.WorldToChunkCoords(args.Coords.ToMapPos(EntityManager, _transform)); var val = _index.Evaluate(uid, component.NoiseChannel, coords); foreach (var (low, high) in component.Ranges) diff --git a/Content.Shared/Construction/Conditions/WallmountCondition.cs b/Content.Shared/Construction/Conditions/WallmountCondition.cs index bf3016d4974..fe4336e6fc7 100644 --- a/Content.Shared/Construction/Conditions/WallmountCondition.cs +++ b/Content.Shared/Construction/Conditions/WallmountCondition.cs @@ -19,8 +19,9 @@ public bool Condition(EntityUid user, EntityCoordinates location, Direction dire var entManager = IoCManager.Resolve(); // get blueprint and user position + var transformSystem = entManager.System(); var userWorldPosition = entManager.GetComponent(user).WorldPosition; - var objWorldPosition = location.ToMap(entManager).Position; + var objWorldPosition = location.ToMap(entManager, transformSystem).Position; // find direction from user to blueprint var userToObject = (objWorldPosition - userWorldPosition); diff --git a/Content.Shared/Examine/ExamineSystemShared.cs b/Content.Shared/Examine/ExamineSystemShared.cs index f792862be14..2a5201f7687 100644 --- a/Content.Shared/Examine/ExamineSystemShared.cs +++ b/Content.Shared/Examine/ExamineSystemShared.cs @@ -220,7 +220,7 @@ public bool InRangeUnOccluded(EntityUid origin, EntityCoordinates other, float r { var entMan = IoCManager.Resolve(); var originPos = entMan.GetComponent(origin).MapPosition; - var otherPos = other.ToMap(entMan); + var otherPos = other.ToMap(entMan, _transform); return InRangeUnOccluded(originPos, otherPos, range, predicate, ignoreInsideBlocker); } diff --git a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs index bbae03e45b3..20e08b2767d 100644 --- a/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs +++ b/Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs @@ -114,7 +114,7 @@ public bool TryPickup( && (itemPos.Position - xform.MapPosition.Position).Length() <= MaxAnimationRange && MetaData(entity).VisibilityMask == MetaData(uid).VisibilityMask) // Don't animate aghost pickups. { - var initialPosition = EntityCoordinates.FromMap(coordinateEntity, itemPos, EntityManager); + var initialPosition = EntityCoordinates.FromMap(coordinateEntity, itemPos, TransformSystem, EntityManager); _storage.PlayPickupAnimation(entity, initialPosition, xform.Coordinates, itemXform.LocalRotation, uid); } } diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 7c85ede9b07..e4864b1f7fc 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -459,7 +459,7 @@ protected bool ValidateInteractAndFace(EntityUid user, EntityCoordinates coordin return false; if (!HasComp(user)) - _rotateToFaceSystem.TryFaceCoordinates(user, coordinates.ToMapPos(EntityManager)); + _rotateToFaceSystem.TryFaceCoordinates(user, coordinates.ToMapPos(EntityManager, _transform)); return true; } @@ -612,7 +612,7 @@ public bool InRangeUnobstructed( Ignored combinedPredicate = e => e == origin || (predicate?.Invoke(e) ?? false); var inRange = true; MapCoordinates originPos = default; - var targetPos = otherCoordinates.ToMap(EntityManager); + var targetPos = otherCoordinates.ToMap(EntityManager, _transform); Angle targetRot = default; // So essentially: @@ -785,7 +785,7 @@ public bool InRangeUnobstructed( Ignored? predicate = null, bool popup = false) { - return InRangeUnobstructed(origin, other.ToMap(EntityManager), range, collisionMask, predicate, popup); + return InRangeUnobstructed(origin, other.ToMap(EntityManager, _transform), range, collisionMask, predicate, popup); } /// diff --git a/Content.Shared/Spawning/EntitySystemExtensions.cs b/Content.Shared/Spawning/EntitySystemExtensions.cs index 14b171baeb1..507a0f4aa27 100644 --- a/Content.Shared/Spawning/EntitySystemExtensions.cs +++ b/Content.Shared/Spawning/EntitySystemExtensions.cs @@ -16,7 +16,7 @@ public static class EntitySystemExtensions SharedPhysicsSystem? physicsManager = null) { physicsManager ??= entityManager.System(); - var mapCoordinates = coordinates.ToMap(entityManager); + var mapCoordinates = coordinates.ToMap(entityManager, entityManager.System()); return entityManager.SpawnIfUnobstructed(prototypeName, mapCoordinates, collisionLayer, box, physicsManager); } From 4cc829e4e18c5caebd4a03d083926cac6dc76775 Mon Sep 17 00:00:00 2001 From: James Simonson Date: Thu, 21 Mar 2024 21:16:18 +0800 Subject: [PATCH 069/213] Rats eyes glow in dark + reorganize rat textures (#26300) * Split mice from rats and made rats eye glow + added red eyes to regal rats (Both king and buff) + normal rats - removed mouse-3 sprites from mice and moved it into a dedicated rat rsi +fixed admin smite wording (you turn players into mice, not rats) * minor formatting fix * removed version numbers float. * Typo fix + removed unneeded layer name (cherry picked from commit 12f94b33c3537ce9442b513d84bfce7b40d88169) --- .../Locale/en-US/administration/smites.ftl | 2 +- .../Entities/Mobs/NPCs/regalrat.yml | 26 ++++-- .../Mobs/Animals/buffrat.rsi/eyes.png | Bin 0 -> 124 bytes .../Mobs/Animals/buffrat.rsi/meta.json | 40 +++++---- .../Textures/Mobs/Animals/mouse.rsi/meta.json | 39 --------- .../Mobs/Animals/mouse.rsi/mouse-moving-3.png | Bin 1535 -> 0 bytes .../dead-3.png => rat.rsi/dead.png} | Bin .../Mobs/Animals/rat.rsi/eyes-moving.png | Bin 0 -> 168 bytes .../Textures/Mobs/Animals/rat.rsi/eyes.png | Bin 0 -> 123 bytes .../icon-3.png => rat.rsi/icon.png} | Bin .../Textures/Mobs/Animals/rat.rsi/meta.json | 80 ++++++++++++++++++ .../Mobs/Animals/rat.rsi/rat-moving.png | Bin 0 -> 1581 bytes .../mouse-3.png => rat.rsi/rat.png} | Bin .../splat-3.png => rat.rsi/splat.png} | Bin .../Mobs/Animals/regalrat.rsi/eyes.png | Bin 0 -> 125 bytes .../Mobs/Animals/regalrat.rsi/meta.json | 46 +++++----- 16 files changed, 147 insertions(+), 86 deletions(-) create mode 100644 Resources/Textures/Mobs/Animals/buffrat.rsi/eyes.png delete mode 100644 Resources/Textures/Mobs/Animals/mouse.rsi/mouse-moving-3.png rename Resources/Textures/Mobs/Animals/{mouse.rsi/dead-3.png => rat.rsi/dead.png} (100%) create mode 100644 Resources/Textures/Mobs/Animals/rat.rsi/eyes-moving.png create mode 100644 Resources/Textures/Mobs/Animals/rat.rsi/eyes.png rename Resources/Textures/Mobs/Animals/{mouse.rsi/icon-3.png => rat.rsi/icon.png} (100%) create mode 100644 Resources/Textures/Mobs/Animals/rat.rsi/meta.json create mode 100644 Resources/Textures/Mobs/Animals/rat.rsi/rat-moving.png rename Resources/Textures/Mobs/Animals/{mouse.rsi/mouse-3.png => rat.rsi/rat.png} (100%) rename Resources/Textures/Mobs/Animals/{mouse.rsi/splat-3.png => rat.rsi/splat.png} (100%) create mode 100644 Resources/Textures/Mobs/Animals/regalrat.rsi/eyes.png diff --git a/Resources/Locale/en-US/administration/smites.ftl b/Resources/Locale/en-US/administration/smites.ftl index fe8077a550c..ae4e6f72715 100644 --- a/Resources/Locale/en-US/administration/smites.ftl +++ b/Resources/Locale/en-US/administration/smites.ftl @@ -44,7 +44,7 @@ admin-smite-reptilian-species-swap-description = It changes their species to Rep admin-smite-locker-stuff-description = Stuffs them in a (welded) locker. admin-smite-headstand-description = Vertically flips their sprite. admin-smite-plasma-internals-description = Replaces the contents of their internals with plasma. -admin-smite-become-mouse-description = They become a rat. Ratatouille. +admin-smite-become-mouse-description = They become a mouse. Squeak! admin-smite-maid-description = Forcibly converts them into a janitorial cat maid. This is actual torture for some players, use it wisely. admin-smite-zoom-in-description = Zooms in their view so that they can no longer see their surroundings. admin-smite-flip-eye-description = Flips their view, effectively reversing their controls and making the game annoying to play. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml index 396094eeafa..89a6f16e525 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml @@ -26,6 +26,9 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: regalrat + - map: [ "enum.DamageStateVisualLayers.BaseUnshaded" ] + state: eyes + shader: unshaded - type: Physics bodyType: KinematicController - type: Fixtures @@ -77,6 +80,7 @@ states: Alive: Base: regalrat + BaseUnshaded: eyes Critical: Base: critical Dead: @@ -127,6 +131,9 @@ layers: - map: ["enum.DamageStateVisualLayers.Base"] state: regalrat + - map: [ "enum.DamageStateVisualLayers.BaseUnshaded"] + state: eyes + shader: unshaded - type: MobState - type: MobThresholds thresholds: @@ -181,17 +188,21 @@ - SimpleHostile - type: Sprite drawdepth: SmallMobs - sprite: Mobs/Animals/mouse.rsi + sprite: Mobs/Animals/rat.rsi layers: - map: ["enum.DamageStateVisualLayers.Base", "movement"] - state: mouse-3 + state: rat + - map: [ "enum.DamageStateVisualLayers.BaseUnshaded"] + state: eyes + shader: unshaded + - type: SpriteMovement movementLayers: movement: - state: mouse-moving-3 + state: rat-moving noMovementLayers: movement: - state: mouse-3 + state: rat - type: Physics bodyType: KinematicController - type: Fixtures @@ -244,11 +255,12 @@ - type: DamageStateVisuals states: Alive: - Base: mouse-3 + Base: rat + BaseUnshaded: eyes Critical: - Base: dead-3 + Base: dead Dead: - Base: splat-3 + Base: splat - type: Butcherable spawned: - id: FoodMeatRat diff --git a/Resources/Textures/Mobs/Animals/buffrat.rsi/eyes.png b/Resources/Textures/Mobs/Animals/buffrat.rsi/eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..27e2720a91d02115dc87cb7212e3d8b28aaa5513 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|%sgEjLn`LH zy|s{+fq{c%?g~=jw*gW{8qELxId!qrMHW$1SqN=Dh&bS?o1puwizoEp9t_lMH z)dKf}=)lCF8HVpEgfpDmV9WOd*M1o*yK9_*%-UVxDD27i%TnF+1GzOV%TF799`hi5 z8~L7-_T>{D`5@Iz<`ok?`MMtJn_4pLPfT}s5>qRJA(?Wo1*qBb$gJSq^z@gO1$leu zTJOo$wxz!42$93QjXQmVle+Ogp=&5?t@UFhWuQ}2w{U#tb<#7yQN-i%Oeu8;Vz@*i z!G}9Xc{Wt+of|HxUR=qAHm$O&9_--Mt+HaR+0&Jm8Czv>Q@y>}0%lQ>+w~i3ZtUYr z0z_^O(f8cU`(iKenHVniT*#ki2{;b}PvIz4S|dmn^F;1m2qZO4nz!GV*Mt?_xgS6ASDQ9J~xb`BEQnn zgSiNmC=C^H+?*@DjsdB#++|i`o3P(uurDtabZ7J;4v#u1GMI0ERrllxjKAbZ*2xHn znXT|_YZMMf@JPdFM-o>5XsE=O4?ROpMA)^F43Li`Wp6*%7V<RqjS&5pR};qOBs<1dGLV?w^Wn_^5Sv0B z2TJ+_g|2uM*o60z>x&)Iq^UH|b(aWqV&-ihi!MqfwP=t7VU%Zswv?L+AoeE)K8CFw zXh=rrny8^afl~g{!~e=qWPulKFp@gotQS*vi1HAVi3-0GPproy-7VX}eZG(~MX&sa zxNGlj7aIBK`yoqZjq)f9RPE{e6QIo=W^-B;#?qwmu`BL z=iyp3*a3&^WQ=lXdOFU-J|Aq0DbfxBi3<34yCWjEVbX|)7bvG;~J2R+?&^`n?3wVj2-Y$l3pi;@?FTb^f3(Jg{TN zD-WM##AEUNdq!}8rIx^CUJT`NpMH9EVEt?}%k}n|<>L!-v&wBCbd>y4S!PyI46b}B z*ehUjqqlfa14^6RLZB? zR7RX)F%aa3%Grg5k*`}b`40(`+K#5?g@RvIO`kK~sU*p~!zOfsz4p8w4+UGFY511; zZmFL`gMO~8Y2P}fGfY;G}w=#hyx)syTtO&zNvOSGWD zYG7kW%bcKd=~msc@ZXoO07;D8kew2t{5cNKpRqBlDZB5YoyzuQzD}47*+ErC;_{+l zSBr0^o%-lSvw!>D<}Mn~FMjs;=?*cy?*o-pPI&LQEovWXM4xWBD7A+BBt@#kXtjv6 z9L86fq(h?R>=ar}9;^@{vjEm-S6e$5M;*Z-db{@lCoFn*^~wsfpCNJexp1o9Nvk6! zNEce8?ZxAXoqCzTvXN{S`3s9Zs;VY^fe{TS>%Bo^7zH7oWLS>9!QN52<|$Ub;l7&# idOz*5tMuBIHKm2fuZ(!FoLh>g4Y)h|9ArBMr~Cy=8Qu^8 diff --git a/Resources/Textures/Mobs/Animals/mouse.rsi/dead-3.png b/Resources/Textures/Mobs/Animals/rat.rsi/dead.png similarity index 100% rename from Resources/Textures/Mobs/Animals/mouse.rsi/dead-3.png rename to Resources/Textures/Mobs/Animals/rat.rsi/dead.png diff --git a/Resources/Textures/Mobs/Animals/rat.rsi/eyes-moving.png b/Resources/Textures/Mobs/Animals/rat.rsi/eyes-moving.png new file mode 100644 index 0000000000000000000000000000000000000000..34020dad686d82fda5eb1a08f0e72fb6d3d12559 GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^4M3d0!3HF+R#kZdDaPU;cPEB*=VV?2IZ2)_jv*Cu z-rm{B%V5C4?D&4aN#Xq8Bj1V@AY{=a8pRMFOn&^y&&+YbB gzuvc(AFA$v0=tL4_{&)a#cM$#p00i_>zopr05$F@`Tzg` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Animals/rat.rsi/eyes.png b/Resources/Textures/Mobs/Animals/rat.rsi/eyes.png new file mode 100644 index 0000000000000000000000000000000000000000..716195bc43c5900cdc66a0d87deb35ce2e6a0603 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|Og&v3Ln`LH zy|s{$fq~=jhQI$!B2<{%lYY4f17#ytFG&N6gFr*Q-hM`YCLrs;LblNN>_2NIW6D7i Mp00i_>zopr05p>zrvLx| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Animals/mouse.rsi/icon-3.png b/Resources/Textures/Mobs/Animals/rat.rsi/icon.png similarity index 100% rename from Resources/Textures/Mobs/Animals/mouse.rsi/icon-3.png rename to Resources/Textures/Mobs/Animals/rat.rsi/icon.png diff --git a/Resources/Textures/Mobs/Animals/rat.rsi/meta.json b/Resources/Textures/Mobs/Animals/rat.rsi/meta.json new file mode 100644 index 00000000000..be50d5e880a --- /dev/null +++ b/Resources/Textures/Mobs/Animals/rat.rsi/meta.json @@ -0,0 +1,80 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation/commit/e15c63d100db65eaaa5231133b8a2662ff439131#diff-8dd94e19fdb2ff341b57e31bce101298 eyes added by jamessimo", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "rat", + "directions": 4 + }, + { + "name": "eyes", + "directions": 4 + }, + { + "name": "rat-moving", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "eyes-moving", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "dead" + }, + { + "name": "splat" + } + ] +} diff --git a/Resources/Textures/Mobs/Animals/rat.rsi/rat-moving.png b/Resources/Textures/Mobs/Animals/rat.rsi/rat-moving.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c1d6d936f04a3f4ffb859caa834f86c3834d77 GIT binary patch literal 1581 zcmV+|2GaS7P)Px)=Sf6CRCt{2-9Km>R~!fMuSIb~FkBRMaEl^~!vsP@Vp|*td8ns=2{EKYJro)Y zF#(s*p`Jpz#3fS}6Cz?72pKwbsiDT0WXjSsAXLSnSwcCii-#_ba>NPLgI)&tU38LV z-^uq*|GpnEMmp)f@7_J#AHnYlAR;0nA|fIpqPCPy#YH+57k-yD@<}kwqA;XWaWOhN zDj$lc`OUuCWk-%20q~b=*?v5|NSd551OTi(&egqdzhyyb=lqPJ3jlbMGnM40Q*oi| zIsib^G+0&vsEb}r5JRbojCk*lP4>R(isP2UQmIbAq^D~An zZeN=R09?I!OQ;wGyE{|FV#fi%+1XMvJ0I{k0OZD>Oq{^>`}eTlZ8;+z0PJ^L_~Nq| z296%ZZYKr06WTo=fRlgw+Pu<1kWN8tZM{Y;cHA`xs*ea>cRt|b6d*g{-s)Pz*IYh7 ziR+8^l^ljUCI9NpTgpxYQq8r1qfjXL+W7zw@%qBG$GN`ii}$g<{sI7yy|?1}zrOy$ z)%p45tgoxlZpg3Q`9Ze}h#%A5f&o5_1 z>f&6WpN3w~-){f_{*MBlj{rbr9|W?4l=eGfg#1Nv<0j#gTz>S&jP$(2!7bJHU=7p+_XMW{2vsBuKX`0R; zu&g2qg#t>YZQs`)zFsUp0g1$rbJZy~-m;2KHGuj4oj-R*tUh|)C%+poO%qS^n|({O z)8fi6zo{Dlz{gIIw;TWviyaSb<9j{7)}4iU@%>M?n$Goo3b-_40I1w+%D<_hQ_l0M zT^cbkHFV0AU)`=&O z3A#SL)AGBGulWH~)Teh+emC;mNvi78J0;(XFy<%-I^XjVKvjKur{o``x`h0jA8#m` zqd-NzuTy}E`t(l9-%E8p;K{@ZytG~+IXsBWJ6*{f0YT?C)xaR@)7w42QJtUc__Jrf zbe`Mz_di7X|A(d>gQjT>tA^Vt-*;tD(Dmt^mJfU^5wGri07woGI-Q@rw*pPmkW9ww zW)o?reBT40*Q74a^;K8k)XooJS;e~d*tU(i%NGDtE?6JlU2J*~sLpS?I8=_bYGGFB zhMk{Z&Wfl1nE3UN-%&e3gk=?7?U7~Mavp&o+M_DJsfJ|?U6ji^&~@E)OBRXrhgPB6 zs{D+hi`ql4+yRnpzfpE45_Eo36GdJcF|b>QE_7XY!p@&N6Uw)6jq;afr^S<;sWkgZ z&g?6fcbxAeOw&Xp(vMPU8vr0n$5mYnw>rPhorU?9e)Za_{B$ZVmS(5-%+45k!(~Bc z@0FoC8-Tk$z11bkt=+^wEDub$pQ6HZ%bdek$ z#7pZHP9{#ca>FV`>(+cvZ{Dj$J&gMJ>PlGKwqe_EP~Q0z$>BlgHS*`&_sTfzZ}@g{ zzSryn%flP(eAV^w)f+F@rD?}p8xK?lpvoHjPR*|^D{th$0nm#2_>7^8hj$m9jJeAf z8vb0m%&6^z!+iRBDc^GgTTve`Hz=8m1AuG&w*AI6N02<-d^`0u(x>%6O2&F2-}6PF zTw%u0MeW24)s3k952ij|4xDm%$C(|hkxH93ahPAy?#2A3CyA=9PnT5Hr>9eKA%CV_ zl9NQpcBrh0@7DaLZUg0p-|!s5{_&PEke&Ufv6Rb2 OkbtMFpUXO@geCyIb|SX` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Animals/regalrat.rsi/meta.json b/Resources/Textures/Mobs/Animals/regalrat.rsi/meta.json index 5c804713134..f3ed84b963c 100644 --- a/Resources/Textures/Mobs/Animals/regalrat.rsi/meta.json +++ b/Resources/Textures/Mobs/Animals/regalrat.rsi/meta.json @@ -1,24 +1,28 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b Changed by Alekshhh", - "states": [ - { - "name": "critical" + "version": 1, + "size": { + "x": 32, + "y": 32 }, - { - "name": "dead" - }, - { - "name": "icon" - }, - { - "name": "regalrat", - "directions": 4 - } - ] + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation/commit/53d1f1477d22a11a99c6c6924977cd431075761b Changed by Alekshhh + eyes added by jamessimo", + "states": [ + { + "name": "critical" + }, + { + "name": "dead" + }, + { + "name": "icon" + }, + { + "name": "regalrat", + "directions": 4 + }, + { + "name": "eyes", + "directions": 4 + } + ] } From 87f2257cc5c9de972e95cf8aa4a0b72fa9080f9c Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 21 Mar 2024 13:17:24 +0000 Subject: [PATCH 070/213] Automatic changelog update (cherry picked from commit f87480dd3692f6aa6fda17043446eca14383e736) --- 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 c9535c0c5e1..68a6b36e954 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: 21Melkuu - changes: - - message: Added Mayo to the Chefvend. - type: Add - id: 5700 - time: '2024-01-14T02:47:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24017 - author: Aexxie changes: - message: Lizards' punch animation now matches their damage type @@ -3811,3 +3804,10 @@ id: 6199 time: '2024-03-20T19:03:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26293 +- author: jamessimo + changes: + - message: Ratkings and Rat servants eyes now glow in the dark + type: Tweak + id: 6200 + time: '2024-03-21T13:16:18.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26300 From 16c7c2882d6fa198e23cf364d1e1736224a161cc Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 21 Mar 2024 16:15:46 +0100 Subject: [PATCH 071/213] Improve admin message seen/dismiss state. (#26223) Fixes #26211 Admin messages now have separate "seen" and "dismissed" fields. The idea is that an admin should be able to tell whether a user pressed the "dismiss for now" button. Instead of using "seen" as "show this message to players when they join", "dismissed" is now used for this. Existing notes in the database will automatically be marked as dismissed on migration. A note cannot be dismissed without being seen (enforced via constraint in the database too, aren't I fancy). As part of this, it has become impossible for a player to play without dismissing the message in some form. Instead of a shitty popup window, the popup is now a fullscreen overlay that blocks clicks behind it, making the game unplayable. Also, if a user somehow has multiple messages they will be combined into one popup. Also I had enough respect for the codebase to make it look better and clean up the code somewhat. Yippee. (cherry picked from commit d776c4b392a082dba7539d77cfa20fc904ed4091) --- .../UI/AdminRemarks/AdminMessageEui.cs | 18 +- .../AdminMessagePopupMessage.xaml | 6 + .../AdminMessagePopupMessage.xaml.cs | 23 + .../AdminRemarks/AdminMessagePopupWindow.xaml | 42 +- .../AdminMessagePopupWindow.xaml.cs | 44 +- ...0318022005_AdminMessageDismiss.Designer.cs | 1768 +++++++++++++++++ .../20240318022005_AdminMessageDismiss.cs | 40 + .../PostgresServerDbContextModelSnapshot.cs | 9 +- ...0318021959_AdminMessageDismiss.Designer.cs | 1699 ++++++++++++++++ .../20240318021959_AdminMessageDismiss.cs | 40 + .../SqliteServerDbContextModelSnapshot.cs | 9 +- Content.Server.Database/Model.cs | 14 + .../Administration/Notes/AdminMessageEui.cs | 46 +- .../Administration/Notes/AdminNotesManager.cs | 4 +- .../Administration/Notes/AdminNotesSystem.cs | 21 +- .../Notes/IAdminNotesManager.cs | 10 +- Content.Server/Database/DatabaseRecords.cs | 3 +- Content.Server/Database/ServerDbBase.cs | 7 +- Content.Server/Database/ServerDbManager.cs | 14 +- .../Notes/AdminMessageEuiState.cs | 31 +- .../en-US/administration/ui/admin-notes.ftl | 8 +- 21 files changed, 3748 insertions(+), 108 deletions(-) create mode 100644 Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml create mode 100644 Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml.cs create mode 100644 Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.Designer.cs create mode 100644 Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.Designer.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs diff --git a/Content.Client/Administration/UI/AdminRemarks/AdminMessageEui.cs b/Content.Client/Administration/UI/AdminRemarks/AdminMessageEui.cs index 06eace118d7..502c56a5a69 100644 --- a/Content.Client/Administration/UI/AdminRemarks/AdminMessageEui.cs +++ b/Content.Client/Administration/UI/AdminRemarks/AdminMessageEui.cs @@ -2,6 +2,7 @@ using Content.Shared.Administration.Notes; using Content.Shared.Eui; using JetBrains.Annotations; +using Robust.Client.UserInterface.Controls; using static Content.Shared.Administration.Notes.AdminMessageEuiMsg; namespace Content.Client.Administration.UI.AdminRemarks; @@ -14,9 +15,8 @@ public sealed class AdminMessageEui : BaseEui public AdminMessageEui() { _popup = new AdminMessagePopupWindow(); - _popup.OnAcceptPressed += () => SendMessage(new Accept()); - _popup.OnDismissPressed += () => SendMessage(new Dismiss()); - _popup.OnClose += () => SendMessage(new CloseEuiMessage()); + _popup.OnAcceptPressed += () => SendMessage(new Dismiss(true)); + _popup.OnDismissPressed += () => SendMessage(new Dismiss(false)); } public override void HandleState(EuiStateBase state) @@ -26,13 +26,17 @@ public override void HandleState(EuiStateBase state) return; } - _popup.SetMessage(s.Message); - _popup.SetDetails(s.AdminName, s.AddedOn); - _popup.Timer = s.Time; + _popup.SetState(s); } public override void Opened() { - _popup.OpenCentered(); + _popup.UserInterfaceManager.WindowRoot.AddChild(_popup); + LayoutContainer.SetAnchorPreset(_popup, LayoutContainer.LayoutPreset.Wide); + } + + public override void Closed() + { + _popup.Orphan(); } } diff --git a/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml new file mode 100644 index 00000000000..9a60a6f72ab --- /dev/null +++ b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml @@ -0,0 +1,6 @@ + + + + + + diff --git a/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml.cs b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml.cs new file mode 100644 index 00000000000..7bb425f618e --- /dev/null +++ b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupMessage.xaml.cs @@ -0,0 +1,23 @@ +using Content.Shared.Administration.Notes; +using Robust.Client.AutoGenerated; +using Robust.Client.UserInterface; +using Robust.Client.UserInterface.XAML; +using Robust.Shared.Utility; + +namespace Content.Client.Administration.UI.AdminRemarks; + +[GenerateTypedNameReferences] +public sealed partial class AdminMessagePopupMessage : Control +{ + public AdminMessagePopupMessage(AdminMessageEuiState.Message message) + { + RobustXamlLoader.Load(this); + + Admin.SetMessage(FormattedMessage.FromMarkup(Loc.GetString( + "admin-notes-message-admin", + ("admin", message.AdminName), + ("date", message.AddedOn.ToLocalTime())))); + + Message.SetMessage(message.Text); + } +} diff --git a/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupWindow.xaml b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupWindow.xaml index 311829e8b2b..cc5207bb3a0 100644 --- a/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupWindow.xaml +++ b/Content.Client/Administration/UI/AdminRemarks/AdminMessagePopupWindow.xaml @@ -1,22 +1,36 @@ - - - - - public sealed partial class AnomalySystem { - [Dependency] private readonly MapSystem _mapSystem = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; private void InitializeGenerator() diff --git a/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs b/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs index a5e42be5400..2408ad0b3dd 100644 --- a/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs +++ b/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs @@ -2,11 +2,10 @@ using Content.Server.Anomaly.Components; using Content.Shared.Anomaly.Components; using Content.Shared.Atmos; -using Robust.Server.GameObjects; -using Robust.Shared.Map; using Robust.Shared.Random; using System.Linq; using System.Numerics; +using Robust.Shared.Map.Components; namespace Content.Server.Anomaly.Effects; @@ -16,8 +15,6 @@ namespace Content.Server.Anomaly.Effects; public sealed class GasProducerAnomalySystem : EntitySystem { [Dependency] private readonly AtmosphereSystem _atmosphere = default!; - [Dependency] private readonly TransformSystem _xform = default!; - [Dependency] private readonly IMapManager _map = default!; [Dependency] private readonly IRobustRandom _random = default!; public override void Initialize() @@ -55,7 +52,7 @@ private void ReleaseGas(EntityUid uid, Gas gas, float mols, float radius, int co { var xform = Transform(uid); - if (!_map.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) return; var localpos = xform.Coordinates.Position; diff --git a/Content.Server/Atmos/Commands/DeleteGasCommand.cs b/Content.Server/Atmos/Commands/DeleteGasCommand.cs index 9e7594c024b..f4279db926a 100644 --- a/Content.Server/Atmos/Commands/DeleteGasCommand.cs +++ b/Content.Server/Atmos/Commands/DeleteGasCommand.cs @@ -3,7 +3,7 @@ using Content.Shared.Administration; using Content.Shared.Atmos; using Robust.Shared.Console; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Atmos.Commands { @@ -11,7 +11,6 @@ namespace Content.Server.Atmos.Commands public sealed class DeleteGasCommand : IConsoleCommand { [Dependency] private readonly IEntityManager _entManager = default!; - [Dependency] private readonly IMapManager _mapManager = default!; public string Command => "deletegas"; public string Description => "Removes all gases from a grid, or just of one type if specified."; @@ -119,7 +118,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) return; } - if (!_mapManager.TryGetGrid(gridId, out _)) + if (!_entManager.TryGetComponent(gridId, out _)) { shell.WriteLine($"No grid exists with id {gridId}"); return; diff --git a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs index 6fbf60f403d..10049e273bc 100644 --- a/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs +++ b/Content.Server/Atmos/Piping/EntitySystems/AtmosPipeAppearanceSystem.cs @@ -3,14 +3,12 @@ using Content.Server.NodeContainer.Nodes; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; -using Robust.Server.GameObjects; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Atmos.Piping.EntitySystems; public sealed class AtmosPipeAppearanceSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; public override void Initialize() @@ -31,7 +29,7 @@ private void UpdateAppearance(EntityUid uid, AppearanceComponent? appearance = n if (!Resolve(uid, ref appearance, ref container, ref xform, false)) return; - if (!_mapManager.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) return; // get connected entities diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs index b1caa6c197e..4ddd19dd45e 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasPortableSystem.cs @@ -7,15 +7,14 @@ using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Construction.Components; using JetBrains.Annotations; -using Robust.Server.GameObjects; using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Atmos.Piping.Unary.EntitySystems { [UsedImplicitly] public sealed class GasPortableSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly NodeContainerSystem _nodeContainer = default!; @@ -58,7 +57,7 @@ public bool FindGasPortIn(EntityUid? gridId, EntityCoordinates coordinates, [Not { port = null; - if (!_mapManager.TryGetGrid(gridId, out var grid)) + if (!TryComp(gridId, out var grid)) return false; foreach (var entityUid in grid.GetLocal(coordinates)) diff --git a/Content.Server/Decals/Commands/EditDecalCommand.cs b/Content.Server/Decals/Commands/EditDecalCommand.cs index baaef1f3f64..2344b0a367e 100644 --- a/Content.Server/Decals/Commands/EditDecalCommand.cs +++ b/Content.Server/Decals/Commands/EditDecalCommand.cs @@ -3,6 +3,7 @@ using Content.Shared.Administration; using Robust.Shared.Console; using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Decals; @@ -43,7 +44,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) return; } - if (!_mapManager.GridExists(gridId)) + if (!_entManager.HasComponent(gridId)) { shell.WriteError($"No grid with gridId {gridId} exists."); return; diff --git a/Content.Server/Decals/Commands/RemoveDecalCommand.cs b/Content.Server/Decals/Commands/RemoveDecalCommand.cs index 771c66fbbd5..3fc5c75e10e 100644 --- a/Content.Server/Decals/Commands/RemoveDecalCommand.cs +++ b/Content.Server/Decals/Commands/RemoveDecalCommand.cs @@ -2,6 +2,7 @@ using Content.Shared.Administration; using Robust.Shared.Console; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using SQLitePCL; namespace Content.Server.Decals.Commands @@ -31,7 +32,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) if (!NetEntity.TryParse(args[1], out var rawGridIdNet) || !_entManager.TryGetEntity(rawGridIdNet, out var rawGridId) || - !_mapManager.GridExists(rawGridId)) + !_entManager.HasComponent(rawGridId)) { shell.WriteError("Failed parsing gridId."); return; diff --git a/Content.Server/Decals/DecalSystem.cs b/Content.Server/Decals/DecalSystem.cs index 0e6c1d5cebb..c8e062ce6ff 100644 --- a/Content.Server/Decals/DecalSystem.cs +++ b/Content.Server/Decals/DecalSystem.cs @@ -106,7 +106,7 @@ private void OnGridSplit(ref PostGridSplitEvent ev) return; // Transfer decals over to the new grid. - var enumerator = MapManager.GetGrid(ev.Grid).GetAllTilesEnumerator(); + var enumerator = Comp(ev.Grid).GetAllTilesEnumerator(); var oldChunkCollection = oldComp.ChunkCollection.ChunkCollection; var chunkCollection = newComp.ChunkCollection.ChunkCollection; diff --git a/Content.Server/Disposal/Tube/DisposalTubeSystem.cs b/Content.Server/Disposal/Tube/DisposalTubeSystem.cs index 20aa8b6d2c5..6c0bced53e0 100644 --- a/Content.Server/Disposal/Tube/DisposalTubeSystem.cs +++ b/Content.Server/Disposal/Tube/DisposalTubeSystem.cs @@ -6,20 +6,16 @@ using Content.Server.Disposal.Unit.Components; using Content.Server.Disposal.Unit.EntitySystems; using Content.Server.Popups; -using Content.Server.UserInterface; using Content.Shared.Destructible; using Content.Shared.Disposal.Components; -using Content.Shared.Hands.Components; -using Content.Shared.Movement.Events; using Robust.Server.GameObjects; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Random; -using Robust.Shared.Timing; using static Content.Shared.Disposal.Components.SharedDisposalRouterComponent; using static Content.Shared.Disposal.Components.SharedDisposalTaggerComponent; @@ -27,8 +23,6 @@ namespace Content.Server.Disposal.Tube { public sealed class DisposalTubeSystem : EntitySystem { - [Dependency] private readonly IGameTiming _gameTiming = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly SharedAppearanceSystem _appearanceSystem = default!; [Dependency] private readonly PopupSystem _popups = default!; @@ -349,7 +343,7 @@ private void UpdateAnchored(EntityUid uid, DisposalTubeComponent component, bool var oppositeDirection = nextDirection.GetOpposite(); var xform = Transform(target); - if (!_mapManager.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) return null; var position = xform.Coordinates; diff --git a/Content.Server/Dragon/DragonSystem.cs b/Content.Server/Dragon/DragonSystem.cs index 326510715f0..d33e6f3bef7 100644 --- a/Content.Server/Dragon/DragonSystem.cs +++ b/Content.Server/Dragon/DragonSystem.cs @@ -12,18 +12,15 @@ using Content.Shared.Movement.Systems; using Content.Shared.NPC.Systems; using Content.Shared.Zombies; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; -using Robust.Shared.GameStates; using Robust.Shared.Map; -using Robust.Shared.Player; +using Robust.Shared.Map.Components; namespace Content.Server.Dragon; public sealed partial class DragonSystem : EntitySystem { [Dependency] private readonly CarpRiftsConditionSystem _carpRifts = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ITileDefinitionManager _tileDef = default!; [Dependency] private readonly MovementSpeedModifierSystem _movement = default!; [Dependency] private readonly NpcFactionSystem _faction = default!; @@ -142,7 +139,7 @@ private void OnSpawnRift(EntityUid uid, DragonComponent component, DragonSpawnRi var xform = Transform(uid); // Have to be on a grid fam - if (!_mapManager.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) { _popup.PopupEntity(Loc.GetString("carp-rift-anchor"), uid, uid); return; diff --git a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs index 57999ae48ce..281bbc47211 100644 --- a/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs +++ b/Content.Server/Engineering/EntitySystems/SpawnAfterInteractSystem.cs @@ -6,14 +6,13 @@ using Content.Shared.Maps; using Content.Shared.Stacks; using JetBrains.Annotations; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Engineering.EntitySystems { [UsedImplicitly] public sealed class SpawnAfterInteractSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly SharedDoAfterSystem _doAfterSystem = default!; [Dependency] private readonly StackSystem _stackSystem = default!; @@ -30,7 +29,7 @@ private async void HandleAfterInteract(EntityUid uid, SpawnAfterInteractComponen return; if (string.IsNullOrEmpty(component.Prototype)) return; - if (!_mapManager.TryGetGrid(args.ClickLocation.GetGridUid(EntityManager), out var grid)) + if (!TryComp(args.ClickLocation.GetGridUid(EntityManager), out var grid)) return; if (!grid.TryGetTileRef(args.ClickLocation, out var tileRef)) return; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs index af150c93250..55e8de26321 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Airtight.cs @@ -4,7 +4,6 @@ using Content.Shared.Damage; using Content.Shared.Explosion; using Content.Shared.FixedPoint; -using Robust.Shared.Map; using Robust.Shared.Map.Components; namespace Content.Server.Explosion.EntitySystems; @@ -102,7 +101,7 @@ private void OnAirtightDamaged(EntityUid uid, AirtightComponent airtight, Damage if (!EntityManager.TryGetComponent(uid, out TransformComponent? transform) || !transform.Anchored) return; - if (!_mapManager.TryGetGrid(transform.GridUid, out var grid)) + if (!TryComp(transform.GridUid, out var grid)) return; UpdateAirtightMap(transform.GridUid.Value, grid, grid.CoordinatesToTile(transform.Coordinates)); diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs index b04642a8db0..719a2eca797 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs @@ -23,7 +23,7 @@ public sealed partial class ExplosionSystem : EntitySystem /// private void OnGridStartup(GridStartupEvent ev) { - var grid = _mapManager.GetGrid(ev.EntityUid); + var grid = Comp(ev.EntityUid); Dictionary edges = new(); _gridEdges[ev.EntityUid] = edges; diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs index afad0e27e09..a42dd110831 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs @@ -4,6 +4,7 @@ using Content.Shared.Explosion; using Content.Shared.Explosion.Components; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Timing; @@ -56,7 +57,7 @@ public sealed partial class ExplosionSystem : EntitySystem else if (referenceGrid != null) { // reference grid defines coordinate system that the explosion in space will use - initialTile = _mapManager.GetGrid(referenceGrid.Value).WorldToTile(epicenter.Position); + initialTile = Comp(referenceGrid.Value).WorldToTile(epicenter.Position); } else { @@ -87,7 +88,7 @@ public sealed partial class ExplosionSystem : EntitySystem var spaceAngle = Angle.Zero; if (referenceGrid != null) { - var xform = Transform(_mapManager.GetGrid(referenceGrid.Value).Owner); + var xform = Transform(Comp(referenceGrid.Value).Owner); spaceMatrix = xform.WorldMatrix; spaceAngle = xform.WorldRotation; } @@ -102,7 +103,7 @@ public sealed partial class ExplosionSystem : EntitySystem airtightMap = new(); var initialGridData = new ExplosionGridTileFlood( - _mapManager.GetGrid(epicentreGrid.Value), + Comp(epicentreGrid.Value), airtightMap, maxIntensity, stepSize, @@ -191,7 +192,7 @@ public sealed partial class ExplosionSystem : EntitySystem airtightMap = new(); data = new ExplosionGridTileFlood( - _mapManager.GetGrid(grid), + Comp(grid), airtightMap, maxIntensity, stepSize, diff --git a/Content.Server/ImmovableRod/ImmovableRodSystem.cs b/Content.Server/ImmovableRod/ImmovableRodSystem.cs index 0fa8f7d292f..36fca508fc8 100644 --- a/Content.Server/ImmovableRod/ImmovableRodSystem.cs +++ b/Content.Server/ImmovableRod/ImmovableRodSystem.cs @@ -6,6 +6,7 @@ using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; using Robust.Shared.Physics.Systems; @@ -16,7 +17,6 @@ namespace Content.Server.ImmovableRod; public sealed class ImmovableRodSystem : EntitySystem { [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly IMapManager _map = default!; [Dependency] private readonly BodySystem _bodySystem = default!; [Dependency] private readonly PopupSystem _popup = default!; @@ -33,7 +33,7 @@ public override void Update(float frameTime) if (!rod.DestroyTiles) continue; - if (!_map.TryGetGrid(trans.GridUid, out var grid)) + if (!TryComp(trans.GridUid, out var grid)) continue; grid.SetTile(trans.Coordinates, Tile.Empty); diff --git a/Content.Server/Interaction/TilePryCommand.cs b/Content.Server/Interaction/TilePryCommand.cs index 57b07e8181b..006a245ead3 100644 --- a/Content.Server/Interaction/TilePryCommand.cs +++ b/Content.Server/Interaction/TilePryCommand.cs @@ -4,6 +4,7 @@ using Content.Shared.Maps; using Robust.Shared.Console; using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Interaction { @@ -46,7 +47,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) var xform = _entities.GetComponent(attached); var playerGrid = xform.GridUid; - if (!mapManager.TryGetGrid(playerGrid, out var mapGrid)) + if (!_entities.TryGetComponent(playerGrid, out var mapGrid)) return; var playerPosition = xform.Coordinates; diff --git a/Content.Server/Magic/MagicSystem.cs b/Content.Server/Magic/MagicSystem.cs index c6915121bfb..f7250c01ba5 100644 --- a/Content.Server/Magic/MagicSystem.cs +++ b/Content.Server/Magic/MagicSystem.cs @@ -21,6 +21,7 @@ using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Random; using Robust.Shared.Serialization.Manager; using Robust.Shared.Spawners; @@ -216,7 +217,7 @@ private List GetSpawnPositions(TransformComponent casterXform // This is shit but you get the idea. var directionPos = casterXform.Coordinates.Offset(casterXform.LocalRotation.ToWorldVec().Normalized()); - if (!_mapManager.TryGetGrid(casterXform.GridUid, out var mapGrid)) + if (!TryComp(casterXform.GridUid, out var mapGrid)) return new List(); if (!directionPos.TryGetTileRef(out var tileReference, EntityManager, _mapManager)) diff --git a/Content.Server/NPC/HTN/PrimitiveTasks/Operators/MoveToOperator.cs b/Content.Server/NPC/HTN/PrimitiveTasks/Operators/MoveToOperator.cs index dd35d2112c9..e64343fdd8a 100644 --- a/Content.Server/NPC/HTN/PrimitiveTasks/Operators/MoveToOperator.cs +++ b/Content.Server/NPC/HTN/PrimitiveTasks/Operators/MoveToOperator.cs @@ -4,6 +4,7 @@ using Content.Server.NPC.Pathfinding; using Content.Server.NPC.Systems; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; namespace Content.Server.NPC.HTN.PrimitiveTasks.Operators; @@ -14,7 +15,6 @@ namespace Content.Server.NPC.HTN.PrimitiveTasks.Operators; public sealed partial class MoveToOperator : HTNOperator, IHtnConditionalShutdown { [Dependency] private readonly IEntityManager _entManager = default!; - [Dependency] private readonly IMapManager _mapManager = default!; private NPCSteeringSystem _steering = default!; private PathfindingSystem _pathfind = default!; private SharedTransformSystem _transform = default!; @@ -85,8 +85,8 @@ public override void Initialize(IEntitySystemManager sysManager) !_entManager.TryGetComponent(owner, out var body)) return (false, null); - if (!_mapManager.TryGetGrid(xform.GridUid, out var ownerGrid) || - !_mapManager.TryGetGrid(targetCoordinates.GetGridUid(_entManager), out var targetGrid)) + if (!_entManager.TryGetComponent(xform.GridUid, out var ownerGrid) || + !_entManager.TryGetComponent(targetCoordinates.GetGridUid(_entManager), out var targetGrid)) { return (false, null); } diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs index 70d1e89bc4f..3bc4eae9e49 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs @@ -6,6 +6,7 @@ using Content.Shared.DoAfter; using Content.Shared.Doors.Components; using Content.Shared.NPC; +using Robust.Shared.Map.Components; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Utility; @@ -201,7 +202,7 @@ private SteeringObstacleStatus TryHandleFlags(EntityUid uid, NPCSteeringComponen private void GetObstacleEntities(PathPoly poly, int mask, int layer, List ents) { // TODO: Can probably re-use this from pathfinding or something - if (!_mapManager.TryGetGrid(poly.GraphUid, out var grid)) + if (!TryComp(poly.GraphUid, out var grid)) { return; } diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.cs index f04dc56bc4d..f9adbfa160f 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.cs @@ -47,7 +47,6 @@ public sealed partial class NPCSteeringSystem : SharedNPCSteeringSystem [Dependency] private readonly IAdminManager _admin = default!; [Dependency] private readonly IConfigurationManager _configManager = default!; [Dependency] private readonly IGameTiming _timing = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ClimbSystem _climb = default!; [Dependency] private readonly DoAfterSystem _doAfter = default!; diff --git a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs index 5e31bd68722..2296de2eb6a 100644 --- a/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs +++ b/Content.Server/NodeContainer/EntitySystems/NodeGroupSystem.cs @@ -8,7 +8,7 @@ using JetBrains.Annotations; using Robust.Server.Player; using Robust.Shared.Enums; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Player; using Robust.Shared.Utility; @@ -25,7 +25,6 @@ public sealed class NodeGroupSystem : EntitySystem [Dependency] private readonly IAdminManager _adminManager = default!; [Dependency] private readonly INodeGroupFactory _nodeGroupFactory = default!; [Dependency] private readonly ILogManager _logManager = default!; - [Dependency] private readonly IMapManager _mapManager = default!; private readonly List _visDeletes = new(); private readonly List _visSends = new(); @@ -343,7 +342,7 @@ private List FloodFillNode(Node rootNode) private IEnumerable GetCompatibleNodes(Node node, EntityQuery xformQuery, EntityQuery nodeQuery) { var xform = xformQuery.GetComponent(node.Owner); - _mapManager.TryGetGrid(xform.GridUid, out var grid); + TryComp(xform.GridUid, out var grid); if (!node.Connectable(EntityManager, xform)) yield break; diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index 60163015cc4..17c25d1fe9f 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -18,6 +18,7 @@ using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Player; using Robust.Shared.Random; @@ -28,7 +29,6 @@ public sealed class NukeSystem : EntitySystem [Dependency] private readonly AlertLevelSystem _alertLevel = default!; [Dependency] private readonly ChatSystem _chatSystem = default!; [Dependency] private readonly ExplosionSystem _explosions = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ITileDefinitionManager _tileDefManager = default!; [Dependency] private readonly ItemSlotsSystem _itemSlots = default!; @@ -175,7 +175,7 @@ private async void OnAnchorButtonPressed(EntityUid uid, NukeComponent component, } else { - if (!_mapManager.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) return; var worldPos = _transform.GetWorldPosition(xform); diff --git a/Content.Server/Physics/Controllers/MoverController.cs b/Content.Server/Physics/Controllers/MoverController.cs index c362507f19a..759b8ef29c6 100644 --- a/Content.Server/Physics/Controllers/MoverController.cs +++ b/Content.Server/Physics/Controllers/MoverController.cs @@ -6,17 +6,16 @@ using Content.Shared.Movement.Systems; using Content.Shared.Shuttles.Components; using Content.Shared.Shuttles.Systems; -using Robust.Shared.Map; using Robust.Shared.Physics.Components; using Robust.Shared.Player; using DroneConsoleComponent = Content.Server.Shuttles.DroneConsoleComponent; using DependencyAttribute = Robust.Shared.IoC.DependencyAttribute; +using Robust.Shared.Map.Components; namespace Content.Server.Physics.Controllers { public sealed class MoverController : SharedMoverController { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ThrusterSystem _thruster = default!; [Dependency] private readonly SharedTransformSystem _xformSystem = default!; @@ -276,7 +275,7 @@ private void HandleShuttleMovement(float frameTime) var gridId = xform.GridUid; // This tries to see if the grid is a shuttle and if the console should work. - if (!_mapManager.TryGetGrid(gridId, out var _) || + if (!TryComp(gridId, out var _) || !shuttleQuery.TryGetComponent(gridId, out var shuttleComponent) || !shuttleComponent.Enabled) continue; diff --git a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs index c5ca36c3a15..263d626ef55 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.Placer.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.Placer.cs @@ -4,6 +4,7 @@ using Content.Shared.Interaction; using Content.Shared.Maps; using Content.Shared.Stacks; +using Robust.Shared.Map.Components; namespace Content.Server.Power.EntitySystems; @@ -25,7 +26,7 @@ private void OnCablePlacerAfterInteract(Entity placer, ref if (component.CablePrototypeId == null) return; - if(!_mapManager.TryGetGrid(args.ClickLocation.GetGridUid(EntityManager), out var grid)) + if(!TryComp(args.ClickLocation.GetGridUid(EntityManager), out var grid)) return; var snapPos = grid.TileIndicesFor(args.ClickLocation); diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs index dd478753be3..62eb08d7cbc 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.cs @@ -5,10 +5,7 @@ using Content.Shared.Database; using Content.Shared.DoAfter; using Content.Shared.Interaction; -using Content.Shared.Tools; -using Content.Shared.Tools.Components; using Robust.Shared.Map; -using System.Xml.Schema; using CableCuttingFinishedEvent = Content.Shared.Tools.Systems.CableCuttingFinishedEvent; using SharedToolSystem = Content.Shared.Tools.Systems.SharedToolSystem; @@ -16,13 +13,11 @@ namespace Content.Server.Power.EntitySystems; public sealed partial class CableSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ITileDefinitionManager _tileManager = default!; [Dependency] private readonly SharedToolSystem _toolSystem = default!; [Dependency] private readonly StackSystem _stack = default!; [Dependency] private readonly ElectrocutionSystem _electrocutionSystem = default!; [Dependency] private readonly IAdminLogManager _adminLogs = default!; - [Dependency] private readonly PowerMonitoringConsoleSystem _powerMonitoringSystem = default!; public override void Initialize() { diff --git a/Content.Server/Power/EntitySystems/CableVisSystem.cs b/Content.Server/Power/EntitySystems/CableVisSystem.cs index fcf0ae3d58d..ec08523d447 100644 --- a/Content.Server/Power/EntitySystems/CableVisSystem.cs +++ b/Content.Server/Power/EntitySystems/CableVisSystem.cs @@ -4,15 +4,13 @@ using Content.Server.Power.Nodes; using Content.Shared.Wires; using JetBrains.Annotations; -using Robust.Server.GameObjects; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; namespace Content.Server.Power.EntitySystems { [UsedImplicitly] public sealed class CableVisSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly SharedAppearanceSystem _appearance = default!; [Dependency] private readonly NodeContainerSystem _nodeContainer = default!; @@ -32,7 +30,7 @@ private void UpdateAppearance(EntityUid uid, CableVisComponent cableVis, ref Nod return; var transform = Transform(uid); - if (!_mapManager.TryGetGrid(transform.GridUid, out var grid)) + if (!TryComp(transform.GridUid, out var grid)) return; var mask = WireVisDirFlags.None; diff --git a/Content.Server/Respawn/SpecialRespawnSystem.cs b/Content.Server/Respawn/SpecialRespawnSystem.cs index 2822c94093f..2463bcd7402 100644 --- a/Content.Server/Respawn/SpecialRespawnSystem.cs +++ b/Content.Server/Respawn/SpecialRespawnSystem.cs @@ -9,13 +9,13 @@ using Content.Shared.Physics; using Content.Shared.Respawn; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Random; namespace Content.Server.Respawn; public sealed class SpecialRespawnSystem : SharedSpecialRespawnSystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IAdminLogManager _adminLog = default!; [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly AtmosphereSystem _atmosphere = default!; @@ -84,7 +84,7 @@ private void OnTermination(EntityUid uid, SpecialRespawnComponent component, ref if (!component.Respawn || !HasComp(entityGridUid) || entityMapUid == null) return; - if (!_mapManager.TryGetGrid(entityGridUid, out var grid) || MetaData(entityGridUid.Value).EntityLifeStage >= EntityLifeStage.Terminating) + if (!TryComp(entityGridUid, out var grid) || MetaData(entityGridUid.Value).EntityLifeStage >= EntityLifeStage.Terminating) return; if (TryFindRandomTile(entityGridUid.Value, entityMapUid.Value, 10, out var coords)) @@ -146,7 +146,7 @@ public bool TryFindRandomTile(EntityUid targetGrid, EntityUid targetMap, int max { targetCoords = EntityCoordinates.Invalid; - if (!_mapManager.TryGetGrid(targetGrid, out var grid)) + if (!TryComp(targetGrid, out var grid)) return false; var xform = Transform(targetGrid); diff --git a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs index 0ac6ccd613c..ffd5f75bf29 100644 --- a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs +++ b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs @@ -2,7 +2,6 @@ using Content.Shared.Damage; using Content.Shared.Revenant; using Robust.Shared.Random; -using Robust.Shared.Map; using Content.Shared.Tag; using Content.Server.Storage.Components; using Content.Server.Light.Components; @@ -15,7 +14,6 @@ using Content.Shared.Bed.Sleep; using System.Linq; using System.Numerics; -using Content.Server.Maps; using Content.Server.Revenant.Components; using Content.Shared.DoAfter; using Content.Shared.Emag.Systems; @@ -28,12 +26,12 @@ using Content.Shared.Revenant.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Utility; +using Robust.Shared.Map.Components; namespace Content.Server.Revenant.EntitySystems; public sealed partial class RevenantSystem { - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ThrowingSystem _throwing = default!; [Dependency] private readonly EntityStorageSystem _entityStorage = default!; [Dependency] private readonly EmagSystem _emag = default!; @@ -213,7 +211,7 @@ private void OnDefileAction(EntityUid uid, RevenantComponent component, Revenant //var coords = Transform(uid).Coordinates; //var gridId = coords.GetGridUid(EntityManager); var xform = Transform(uid); - if (!_mapManager.TryGetGrid(xform.GridUid, out var map)) + if (!TryComp(xform.GridUid, out var map)) return; var tiles = map.GetTilesIntersecting(Box2.CenteredAround(xform.WorldPosition, new Vector2(component.DefileRadius * 2, component.DefileRadius))).ToArray(); diff --git a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs index f8d995b8a4b..39b76f7d324 100644 --- a/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs @@ -492,7 +492,7 @@ private void AddEmergencyShuttle(EntityUid uid, StationEmergencyShuttleComponent return; } - centcomm.ShuttleIndex += _mapManager.GetGrid(shuttle.Value).LocalAABB.Width + ShuttleSpawnBuffer; + centcomm.ShuttleIndex += Comp(shuttle.Value).LocalAABB.Width + ShuttleSpawnBuffer; // Update indices for all centcomm comps pointing to same map var query = AllEntityQuery(); diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index f9ceab8f7b1..d66eb665d04 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -559,7 +559,7 @@ private void UpdateHyperspace(float frameTime) private float GetSoundRange(EntityUid uid) { - if (!_mapManager.TryGetGrid(uid, out var grid)) + if (!TryComp(uid, out var grid)) return 4f; return MathF.Max(grid.LocalAABB.Width, grid.LocalAABB.Height) + 12.5f; diff --git a/Content.Server/Shuttles/Systems/ThrusterSystem.cs b/Content.Server/Shuttles/Systems/ThrusterSystem.cs index 1baffd4690e..97fe19ea74e 100644 --- a/Content.Server/Shuttles/Systems/ThrusterSystem.cs +++ b/Content.Server/Shuttles/Systems/ThrusterSystem.cs @@ -12,6 +12,7 @@ using Content.Shared.Shuttles.Components; using Content.Shared.Temperature; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics.Collision.Shapes; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -95,7 +96,7 @@ private void OnShuttleTileChange(EntityUid uid, ShuttleComponent component, ref return; var tilePos = args.NewTile.GridIndices; - var grid = _mapManager.GetGrid(uid); + var grid = Comp(uid); var xformQuery = GetEntityQuery(); var thrusterQuery = GetEntityQuery(); @@ -436,7 +437,7 @@ private bool NozzleExposed(TransformComponent xform) return true; var (x, y) = xform.LocalPosition + xform.LocalRotation.Opposite().ToWorldVec(); - var tile = _mapManager.GetGrid(xform.GridUid.Value).GetTileRef(new Vector2i((int) Math.Floor(x), (int) Math.Floor(y))); + var tile = Comp(xform.GridUid.Value).GetTileRef(new Vector2i((int) Math.Floor(x), (int) Math.Floor(y))); return tile.Tile.IsSpace(); } diff --git a/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs b/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs index 7784db015d3..c74a3c49d63 100644 --- a/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs +++ b/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs @@ -232,7 +232,7 @@ public void ConsumeEntitiesInContainer(EntityUid hungry, BaseContainer container /// public void ConsumeTile(EntityUid hungry, TileRef tile, EventHorizonComponent eventHorizon) { - ConsumeTiles(hungry, new List<(Vector2i, Tile)>(new[] { (tile.GridIndices, Tile.Empty) }), tile.GridUid, _mapMan.GetGrid(tile.GridUid), eventHorizon); + ConsumeTiles(hungry, new List<(Vector2i, Tile)>(new[] { (tile.GridIndices, Tile.Empty) }), tile.GridUid, Comp(tile.GridUid), eventHorizon); } /// @@ -240,7 +240,7 @@ public void ConsumeTile(EntityUid hungry, TileRef tile, EventHorizonComponent ev /// public void AttemptConsumeTile(EntityUid hungry, TileRef tile, EventHorizonComponent eventHorizon) { - AttemptConsumeTiles(hungry, new TileRef[1] { tile }, tile.GridUid, _mapMan.GetGrid(tile.GridUid), eventHorizon); + AttemptConsumeTiles(hungry, new TileRef[1] { tile }, tile.GridUid, Comp(tile.GridUid), eventHorizon); } /// diff --git a/Content.Server/SubFloor/SubFloorHideSystem.cs b/Content.Server/SubFloor/SubFloorHideSystem.cs index 7820badcebf..2767f500f9a 100644 --- a/Content.Server/SubFloor/SubFloorHideSystem.cs +++ b/Content.Server/SubFloor/SubFloorHideSystem.cs @@ -1,5 +1,6 @@ using Content.Shared.Construction.Components; using Content.Shared.SubFloor; +using Robust.Shared.Map.Components; namespace Content.Server.SubFloor; @@ -17,7 +18,7 @@ private void OnAnchorAttempt(EntityUid uid, SubFloorHideComponent component, Anc // No teleporting entities through floor tiles when anchoring them. var xform = Transform(uid); - if (MapManager.TryGetGrid(xform.GridUid, out var grid) + if (TryComp(xform.GridUid, out var grid) && HasFloorCover(grid, grid.TileIndicesFor(xform.Coordinates))) { args.Cancel(); diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs index 85783b552da..57a30a2fd9e 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs @@ -1,12 +1,10 @@ using System.Numerics; -using Content.Server.Maps; using Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components; using Content.Server.Xenoarchaeology.XenoArtifacts.Events; -using Content.Shared.Ghost; using Content.Shared.Maps; using Content.Shared.Physics; using Content.Shared.Throwing; -using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Random; @@ -14,7 +12,6 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Systems; public sealed class ThrowArtifactSystem : EntitySystem { - [Dependency] private readonly IMapManager _map = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly ThrowingSystem _throwing = default!; @@ -29,7 +26,7 @@ public override void Initialize() private void OnActivated(EntityUid uid, ThrowArtifactComponent component, ArtifactActivatedEvent args) { var xform = Transform(uid); - if (_map.TryGetGrid(xform.GridUid, out var grid)) + if (TryComp(xform.GridUid, out var grid)) { var tiles = grid.GetTilesIntersecting( Box2.CenteredAround(xform.WorldPosition, new Vector2(component.Range * 2, component.Range))); diff --git a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs index f06278c6d73..c041cf1ba06 100644 --- a/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs +++ b/Content.Shared/Construction/EntitySystems/AnchorableSystem.cs @@ -270,7 +270,7 @@ private bool TileFree(EntityCoordinates coordinates, PhysicsComponent anchorBody // Probably ignore CanCollide on the anchoring body? var gridUid = coordinates.GetGridUid(EntityManager); - if (!_mapManager.TryGetGrid(gridUid, out var grid)) + if (!TryComp(gridUid, out var grid)) return false; var tileIndices = grid.TileIndicesFor(coordinates); diff --git a/Content.Shared/Coordinates/Helpers/SnapgridHelper.cs b/Content.Shared/Coordinates/Helpers/SnapgridHelper.cs index 567a600388e..db9ee85a0cd 100644 --- a/Content.Shared/Coordinates/Helpers/SnapgridHelper.cs +++ b/Content.Shared/Coordinates/Helpers/SnapgridHelper.cs @@ -22,7 +22,7 @@ public static EntityCoordinates SnapToGrid(this EntityCoordinates coordinates, I return EntityCoordinates.FromMap(coordinates.EntityId, mapPos, xformSys); } - var grid = mapManager.GetGrid(gridId.Value); + var grid = entMan.GetComponent(gridId.Value); var tileSize = grid.TileSize; var localPos = coordinates.WithEntityId(gridId.Value).Position; var x = (int)Math.Floor(localPos.X / tileSize) + tileSize / 2f; diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index a87b8c97d15..1bbb06162cd 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -3,6 +3,7 @@ using System.Runtime.CompilerServices; using Content.Shared.Physics; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Random; namespace Content.Shared.Maps @@ -14,11 +15,11 @@ public static class TurfHelpers /// /// Attempts to get the turf at map indices with grid id or null if no such turf is found. /// - public static TileRef GetTileRef(this Vector2i vector2i, EntityUid gridId, IMapManager? mapManager = null) + public static TileRef GetTileRef(this Vector2i vector2i, EntityUid gridId, IEntityManager? entityManager = null) { - mapManager ??= IoCManager.Resolve(); + entityManager ??= IoCManager.Resolve(); - if (!mapManager.TryGetGrid(gridId, out var grid)) + if (!entityManager.TryGetComponent(gridId, out var grid)) return default; if (!grid.TryGetTileRef(vector2i, out var tile)) @@ -144,9 +145,8 @@ public static bool IsBlockedTurf(this TileRef turf, bool filterMobs, EntityLooku private static bool GetWorldTileBox(TileRef turf, out Box2Rotated res) { var entManager = IoCManager.Resolve(); - var map = IoCManager.Resolve(); - if (map.TryGetGrid(turf.GridUid, out var tileGrid)) + if (entManager.TryGetComponent(turf.GridUid, out var tileGrid)) { var gridRot = entManager.GetComponent(turf.GridUid).WorldRotation; diff --git a/Content.Shared/Maps/TurfSystem.cs b/Content.Shared/Maps/TurfSystem.cs index a344193f123..c0757c55730 100644 --- a/Content.Shared/Maps/TurfSystem.cs +++ b/Content.Shared/Maps/TurfSystem.cs @@ -92,7 +92,7 @@ public bool IsTileBlocked(EntityUid gridUid, /// public EntityCoordinates GetTileCenter(TileRef turf) { - var grid = _mapMan.GetGrid(turf.GridUid); + var grid = Comp(turf.GridUid); var center = (turf.GridIndices + new Vector2(0.5f, 0.5f)) * grid.TileSize; return new EntityCoordinates(turf.GridUid, center); } diff --git a/Content.Shared/Movement/Systems/SharedMoverController.cs b/Content.Shared/Movement/Systems/SharedMoverController.cs index 4ba5edeb612..5eaa1a78ee3 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.cs @@ -469,7 +469,7 @@ private bool TryGetFootstepSound( sound = null; // Fallback to the map? - if (!_mapManager.TryGetGrid(xform.GridUid, out var grid)) + if (!TryComp(xform.GridUid, out var grid)) { if (TryComp(xform.MapUid, out var modifier)) { diff --git a/Content.Shared/Physics/Controllers/SharedConveyorController.cs b/Content.Shared/Physics/Controllers/SharedConveyorController.cs index bbbfb47cd16..e3b22d84319 100644 --- a/Content.Shared/Physics/Controllers/SharedConveyorController.cs +++ b/Content.Shared/Physics/Controllers/SharedConveyorController.cs @@ -3,6 +3,7 @@ using Content.Shared.Gravity; using Content.Shared.Movement.Systems; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Controllers; @@ -146,7 +147,7 @@ private static Vector2 Convey(Vector2 direction, float speed, float frameTime, V EntityQuery bodyQuery) { // Check if the thing's centre overlaps the grid tile. - var grid = MapManager.GetGrid(xform.GridUid!.Value); + var grid = Comp(xform.GridUid!.Value); var tile = grid.GetTileRef(xform.Coordinates); var conveyorBounds = Lookup.GetLocalBounds(tile, grid.TileSize); diff --git a/Content.Shared/RCD/Systems/RCDSystem.cs b/Content.Shared/RCD/Systems/RCDSystem.cs index d8f01bd4107..50a7c0fef97 100644 --- a/Content.Shared/RCD/Systems/RCDSystem.cs +++ b/Content.Shared/RCD/Systems/RCDSystem.cs @@ -132,7 +132,7 @@ private void OnDoAfterAttempt(EntityUid uid, RCDComponent comp, DoAfterAttemptEv return; } - var mapGrid = _mapMan.GetGrid(gridId.Value); + var mapGrid = Comp(gridId.Value); var tile = mapGrid.GetTileRef(location); if (!IsRCDStillValid(uid, comp, args.Event.User, args.Event.Target, mapGrid, tile, args.Event.StartingMode)) @@ -157,7 +157,7 @@ private void OnDoAfter(EntityUid uid, RCDComponent comp, RCDDoAfterEvent args) return; } - var mapGrid = _mapMan.GetGrid(gridId.Value); + var mapGrid = Comp(gridId.Value); var tile = mapGrid.GetTileRef(location); var snapPos = mapGrid.TileIndicesFor(location); diff --git a/Content.Shared/Sound/SharedEmitSoundSystem.cs b/Content.Shared/Sound/SharedEmitSoundSystem.cs index 22ba8e0e3ee..56a51744acf 100644 --- a/Content.Shared/Sound/SharedEmitSoundSystem.cs +++ b/Content.Shared/Sound/SharedEmitSoundSystem.cs @@ -9,6 +9,7 @@ using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Network; using Robust.Shared.Physics.Components; using Robust.Shared.Physics.Events; @@ -25,7 +26,6 @@ public abstract class SharedEmitSoundSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _netMan = default!; - [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly ITileDefinitionManager _tileDefMan = default!; [Dependency] protected readonly IRobustRandom Random = default!; [Dependency] private readonly SharedAudioSystem _audioSystem = default!; @@ -54,7 +54,7 @@ private void OnEmitSoundOnLand(EntityUid uid, BaseEmitSoundComponent component, { if (!args.PlaySound || !TryComp(uid, out var xform) || - !_mapManager.TryGetGrid(xform.GridUid, out var grid)) + !TryComp(xform.GridUid, out var grid)) { return; } diff --git a/Content.Shared/SubFloor/SharedSubFloorHideSystem.cs b/Content.Shared/SubFloor/SharedSubFloorHideSystem.cs index 02b4e617901..ba78ff651f5 100644 --- a/Content.Shared/SubFloor/SharedSubFloorHideSystem.cs +++ b/Content.Shared/SubFloor/SharedSubFloorHideSystem.cs @@ -15,7 +15,6 @@ namespace Content.Shared.SubFloor [UsedImplicitly] public abstract class SharedSubFloorHideSystem : EntitySystem { - [Dependency] protected readonly IMapManager MapManager = default!; [Dependency] private readonly ITileDefinitionManager _tileDefinitionManager = default!; [Dependency] private readonly SharedAmbientSoundSystem _ambientSoundSystem = default!; [Dependency] protected readonly SharedAppearanceSystem Appearance = default!; @@ -93,7 +92,7 @@ private void OnTileChanged(ref TileChangedEvent args) if (args.NewTile.Tile.IsEmpty) return; // Anything that was here will be unanchored anyways. - UpdateTile(MapManager.GetGrid(args.NewTile.GridUid), args.NewTile.GridIndices); + UpdateTile(Comp(args.NewTile.GridUid), args.NewTile.GridIndices); } /// @@ -104,7 +103,7 @@ private void UpdateFloorCover(EntityUid uid, SubFloorHideComponent? component = if (!Resolve(uid, ref component, ref xform)) return; - if (xform.Anchored && MapManager.TryGetGrid(xform.GridUid, out var grid)) + if (xform.Anchored && TryComp(xform.GridUid, out var grid)) component.IsUnderCover = HasFloorCover(grid, grid.TileIndicesFor(xform.Coordinates)); else component.IsUnderCover = false; diff --git a/Content.Shared/Tiles/FloorTileSystem.cs b/Content.Shared/Tiles/FloorTileSystem.cs index 1f8408319d3..0d368495f18 100644 --- a/Content.Shared/Tiles/FloorTileSystem.cs +++ b/Content.Shared/Tiles/FloorTileSystem.cs @@ -116,7 +116,7 @@ private void OnAfterInteract(EntityUid uid, FloorTileComponent component, AfterI } } } - _mapManager.TryGetGrid(location.EntityId, out var mapGrid); + TryComp(location.EntityId, out var mapGrid); foreach (var currentTile in component.OutputTiles) { From 91f35481e6da33dda3a646ec53ddc14e0bb6733d Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Fri, 22 Mar 2024 01:20:46 -0700 Subject: [PATCH 086/213] Nerf budget insulated gloves (#26318) Insul Chance (cherry picked from commit bec3a2fecdb6ccde8f757292dde5e249a35fbc2b) --- .../Prototypes/Entities/Clothing/Hands/colored.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 1cd41073e1b..4a78bd0a993 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -178,19 +178,19 @@ - type: RandomInsulation # Why repeated numbers? So some numbers are more common, of course! list: - - 0 - 0 - 0 - 0.5 - 0.5 - 0.5 - - 0.75 - - 1.25 - - 1.25 - - 1.5 - - 1.5 - 1.5 - 1.5 + - 2 + - 2.5 + - 2.5 + - 3 + - 3.5 + - 4 - type: entity parent: ClothingHandsGlovesColorYellow From ea1695d2612ac6da89b70b33ec48bc6ebf92c1d5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 22 Mar 2024 08:21:53 +0000 Subject: [PATCH 087/213] Automatic changelog update (cherry picked from commit c5803e64888a54f996a1c8cffa5c044f1d242b74) --- 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 96b45520099..b20f5252455 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ilya246 - changes: - - message: Nuclear operatives may now buy syndicate bombs without waiting 30 minutes. - type: Tweak - id: 5706 - time: '2024-01-14T05:25:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24022 - author: Tayrtahn changes: - message: Nanotrasen has started installing intercoms with unscrewable panels for @@ -3803,3 +3796,11 @@ id: 6205 time: '2024-03-22T07:00:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26322 +- author: liltenhead + changes: + - message: reduced the odds of budget insulated gloves being insulated and increased + the damage multipliers on bad gloves. + type: Tweak + id: 6206 + time: '2024-03-22T08:20:46.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26318 From ce92953254d21f8a5bd42a4dae98f0efda4c6f47 Mon Sep 17 00:00:00 2001 From: BlitzTheSquishy <73762869+BlitzTheSquishy@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:23:21 +1100 Subject: [PATCH 088/213] Irish Coffee Recipe Tweak (#26327) Update drinks.yml Why would this need to be 2+2=4 when 1+1=2 is the more logical reaction? (cherry picked from commit e93af9bee6143f95bd01a595a34590b61e1b92cb) --- Resources/Prototypes/Recipes/Reactions/drinks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index e5afdbd6def..7608369b2ce 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -454,11 +454,11 @@ id: IrishCoffee reactants: Coffee: - amount: 2 + amount: 1 IrishCream: - amount: 2 + amount: 1 products: - IrishCoffee: 4 + IrishCoffee: 2 - type: reaction id: IrishCream From 7473181efc751fc0b30a6bf30f47ab740003256c Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 22 Mar 2024 08:24:27 +0000 Subject: [PATCH 089/213] Automatic changelog update (cherry picked from commit c9b8fa01f933880ba51dc1dcd2d9ba16927229df) --- 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 b20f5252455..ee472571b07 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Tayrtahn - changes: - - message: Nanotrasen has started installing intercoms with unscrewable panels for - wire maintenance. - type: Add - id: 5707 - time: '2024-01-14T05:37:28.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23984 - author: Whisper changes: - message: Cerberus now has hostile AI @@ -3804,3 +3796,10 @@ id: 6206 time: '2024-03-22T08:20:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26318 +- author: BlitzTheSquishy + changes: + - message: Irish Coffee recipe adjusted to be more logical + type: Tweak + id: 6207 + time: '2024-03-22T08:23:22.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26327 From 80a1f14791cefda94c55f621e22f2a830f3000e5 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:37:46 +0100 Subject: [PATCH 090/213] Added verb action to Glue/Lube system (#26002) * Added verb action to Glue/Lube system * Changes based on feedback * Fix TryGlue/Lube to use Entity<> rather than EntityUid, Component (cherry picked from commit 70c718f61cd952f49f6908107edfbeeb3b7e41e0) --- Content.Server/Glue/GlueSystem.cs | 42 ++++++++++++++++++-------- Content.Server/Lube/LubeSystem.cs | 45 ++++++++++++++++++++-------- Resources/Locale/en-US/glue/glue.ftl | 3 ++ Resources/Locale/en-US/lube/lube.ftl | 2 ++ 4 files changed, 67 insertions(+), 25 deletions(-) diff --git a/Content.Server/Glue/GlueSystem.cs b/Content.Server/Glue/GlueSystem.cs index 6bb6aca3ad2..44ff4e54593 100644 --- a/Content.Server/Glue/GlueSystem.cs +++ b/Content.Server/Glue/GlueSystem.cs @@ -8,6 +8,7 @@ using Content.Shared.Interaction.Components; using Content.Shared.Item; using Content.Shared.Popups; +using Content.Shared.Verbs; using Robust.Shared.Audio.Systems; using Robust.Shared.Timing; @@ -21,6 +22,7 @@ public sealed class GlueSystem : SharedGlueSystem [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly MetaDataSystem _metaData = default!; [Dependency] private readonly IAdminLogManager _adminLogger = default!; + [Dependency] private readonly OpenableSystem _openable = default!; public override void Initialize() { @@ -28,6 +30,7 @@ public override void Initialize() SubscribeLocalEvent(OnInteract, after: new[] { typeof(OpenableSystem) }); SubscribeLocalEvent(OnGluedInit); + SubscribeLocalEvent>(OnUtilityVerb); SubscribeLocalEvent(OnHandPickUp); } @@ -41,35 +44,50 @@ private void OnInteract(Entity entity, ref AfterInteractEvent arg return; if (TryGlue(entity, target, args.User)) - { args.Handled = true; - _audio.PlayPvs(entity.Comp.Squeeze, entity); - _popup.PopupEntity(Loc.GetString("glue-success", ("target", target)), args.User, args.User, PopupType.Medium); - } - else + } + + private void OnUtilityVerb(Entity entity, ref GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess || args.Target is not { Valid: true } target || + _openable.IsClosed(entity)) + return; + + var user = args.User; + + var verb = new UtilityVerb() { - _popup.PopupEntity(Loc.GetString("glue-failure", ("target", target)), args.User, args.User, PopupType.Medium); - } + Act = () => TryGlue(entity, target, user), + IconEntity = GetNetEntity(entity), + Text = Loc.GetString("glue-verb-text"), + Message = Loc.GetString("glue-verb-message") + }; + + args.Verbs.Add(verb); } - private bool TryGlue(Entity glue, EntityUid target, EntityUid actor) + private bool TryGlue(Entity entity, EntityUid target, EntityUid actor) { // if item is glued then don't apply glue again so it can be removed for reasonable time if (HasComp(target) || !HasComp(target)) { + _popup.PopupEntity(Loc.GetString("glue-failure", ("target", target)), actor, actor, PopupType.Medium); return false; } - if (HasComp(target) && _solutionContainer.TryGetSolution(glue.Owner, glue.Comp.Solution, out _, out var solution)) + if (HasComp(target) && _solutionContainer.TryGetSolution(entity.Owner, entity.Comp.Solution, out _, out var solution)) { - var quantity = solution.RemoveReagent(glue.Comp.Reagent, glue.Comp.ConsumptionUnit); + var quantity = solution.RemoveReagent(entity.Comp.Reagent, entity.Comp.ConsumptionUnit); if (quantity > 0) { - EnsureComp(target).Duration = quantity.Double() * glue.Comp.DurationPerUnit; - _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(actor):actor} glued {ToPrettyString(target):subject} with {ToPrettyString(glue.Owner):tool}"); + EnsureComp(target).Duration = quantity.Double() * entity.Comp.DurationPerUnit; + _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(actor):actor} glued {ToPrettyString(target):subject} with {ToPrettyString(entity.Owner):tool}"); + _audio.PlayPvs(entity.Comp.Squeeze, entity.Owner); + _popup.PopupEntity(Loc.GetString("glue-success", ("target", target)), actor, actor, PopupType.Medium); return true; } } + _popup.PopupEntity(Loc.GetString("glue-failure", ("target", target)), actor, actor, PopupType.Medium); return false; } diff --git a/Content.Server/Lube/LubeSystem.cs b/Content.Server/Lube/LubeSystem.cs index d777ae9406d..5285cb389c5 100644 --- a/Content.Server/Lube/LubeSystem.cs +++ b/Content.Server/Lube/LubeSystem.cs @@ -2,11 +2,13 @@ using Content.Server.Chemistry.Containers.EntitySystems; using Content.Server.Nutrition.EntitySystems; using Content.Shared.Database; +using Content.Shared.Glue; using Content.Shared.IdentityManagement; using Content.Shared.Interaction; using Content.Shared.Item; using Content.Shared.Lube; using Content.Shared.Popups; +using Content.Shared.Verbs; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Random; @@ -20,12 +22,14 @@ public sealed class LubeSystem : EntitySystem [Dependency] private readonly SolutionContainerSystem _solutionContainer = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly IAdminLogManager _adminLogger = default!; + [Dependency] private readonly OpenableSystem _openable = default!; public override void Initialize() { base.Initialize(); SubscribeLocalEvent(OnInteract, after: new[] { typeof(OpenableSystem) }); + SubscribeLocalEvent>(OnUtilityVerb); } private void OnInteract(Entity entity, ref AfterInteractEvent args) @@ -37,36 +41,51 @@ private void OnInteract(Entity entity, ref AfterInteractEvent arg return; if (TryLube(entity, target, args.User)) - { args.Handled = true; - _audio.PlayPvs(entity.Comp.Squeeze, entity); - _popup.PopupEntity(Loc.GetString("lube-success", ("target", Identity.Entity(target, EntityManager))), args.User, args.User, PopupType.Medium); - } - else + } + + private void OnUtilityVerb(Entity entity, ref GetVerbsEvent args) + { + if (!args.CanInteract || !args.CanAccess || args.Target is not { Valid: true } target || + _openable.IsClosed(entity)) + return; + + var user = args.User; + + var verb = new UtilityVerb() { - _popup.PopupEntity(Loc.GetString("lube-failure", ("target", Identity.Entity(target, EntityManager))), args.User, args.User, PopupType.Medium); - } + Act = () => TryLube(entity, target, user), + IconEntity = GetNetEntity(entity), + Text = Loc.GetString("lube-verb-text"), + Message = Loc.GetString("lube-verb-message") + }; + + args.Verbs.Add(verb); } - private bool TryLube(Entity lube, EntityUid target, EntityUid actor) + private bool TryLube(Entity entity, EntityUid target, EntityUid actor) { if (HasComp(target) || !HasComp(target)) { + _popup.PopupEntity(Loc.GetString("lube-failure", ("target", Identity.Entity(target, EntityManager))), actor, actor, PopupType.Medium); return false; } - if (HasComp(target) && _solutionContainer.TryGetSolution(lube.Owner, lube.Comp.Solution, out _, out var solution)) + if (HasComp(target) && _solutionContainer.TryGetSolution(entity.Owner, entity.Comp.Solution, out _, out var solution)) { - var quantity = solution.RemoveReagent(lube.Comp.Reagent, lube.Comp.Consumption); + var quantity = solution.RemoveReagent(entity.Comp.Reagent, entity.Comp.Consumption); if (quantity > 0) { var lubed = EnsureComp(target); - lubed.SlipsLeft = _random.Next(lube.Comp.MinSlips * quantity.Int(), lube.Comp.MaxSlips * quantity.Int()); - lubed.SlipStrength = lube.Comp.SlipStrength; - _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(actor):actor} lubed {ToPrettyString(target):subject} with {ToPrettyString(lube.Owner):tool}"); + lubed.SlipsLeft = _random.Next(entity.Comp.MinSlips * quantity.Int(), entity.Comp.MaxSlips * quantity.Int()); + lubed.SlipStrength = entity.Comp.SlipStrength; + _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(actor):actor} lubed {ToPrettyString(target):subject} with {ToPrettyString(entity.Owner):tool}"); + _audio.PlayPvs(entity.Comp.Squeeze, entity.Owner); + _popup.PopupEntity(Loc.GetString("lube-success", ("target", Identity.Entity(target, EntityManager))), actor, actor, PopupType.Medium); return true; } } + _popup.PopupEntity(Loc.GetString("lube-failure", ("target", Identity.Entity(target, EntityManager))), actor, actor, PopupType.Medium); return false; } } diff --git a/Resources/Locale/en-US/glue/glue.ftl b/Resources/Locale/en-US/glue/glue.ftl index 1d0db515cb8..1a711d51c21 100644 --- a/Resources/Locale/en-US/glue/glue.ftl +++ b/Resources/Locale/en-US/glue/glue.ftl @@ -1,3 +1,6 @@ glue-success = {THE($target)} has been covered in glue! glued-name-prefix = Glued {$target} glue-failure = Can't cover {THE($target)} in glue! +glue-verb-text = Apply Glue +glue-verb-message = Glue an object + diff --git a/Resources/Locale/en-US/lube/lube.ftl b/Resources/Locale/en-US/lube/lube.ftl index 57af8f774af..92dd2802ec7 100644 --- a/Resources/Locale/en-US/lube/lube.ftl +++ b/Resources/Locale/en-US/lube/lube.ftl @@ -2,3 +2,5 @@ lube-success = {THE($target)} has been covered in lube! lubed-name-prefix = Lubed {$target} lube-failure = Can't cover {THE($target)} in lube! lube-slip = {THE($target)} slips out of your hands! +lube-verb-text = Apply Lube +lube-verb-message = Lube an object From 7309e79f62f0cf25ab3b89590b16392e46e4b7ba Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 22 Mar 2024 09:38:52 +0000 Subject: [PATCH 091/213] Automatic changelog update (cherry picked from commit b6b67e248291545088fd198d3d5ad25dd7920072) --- 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 ee472571b07..5ff84db2738 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Whisper - changes: - - message: Cerberus now has hostile AI - type: Add - id: 5708 - time: '2024-01-14T10:19:36.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24028 - author: Psychpsyo changes: - message: Plates and money now go into inventories sideways, as they should. @@ -3803,3 +3796,10 @@ id: 6207 time: '2024-03-22T08:23:22.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26327 +- author: SlamBamActionman + changes: + - message: Space glue/lube tubes can now be used through the right-click menu. + type: Tweak + id: 6208 + time: '2024-03-22T09:37:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26002 From 9bb730d0bb005676b515685c31ad62451a0d6ea4 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 22 Mar 2024 16:50:55 +0100 Subject: [PATCH 092/213] Fix missing semicolon after migration. (#26337) Are you kidding me EFCore doesn't sanitize this itself? (cherry picked from commit 4ad1e0598b1d1cc326e0752cff59c02ac878ed44) --- .../Migrations/Postgres/20240318022005_AdminMessageDismiss.cs | 2 +- .../Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.cs b/Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.cs index 9911aeffe2c..372eecc5859 100644 --- a/Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.cs +++ b/Content.Server.Database/Migrations/Postgres/20240318022005_AdminMessageDismiss.cs @@ -17,7 +17,7 @@ protected override void Up(MigrationBuilder migrationBuilder) nullable: false, defaultValue: false); - migrationBuilder.Sql("UPDATE admin_messages SET dismissed = seen"); + migrationBuilder.Sql("UPDATE admin_messages SET dismissed = seen;"); migrationBuilder.AddCheckConstraint( name: "NotDismissedAndSeen", diff --git a/Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs b/Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs index 4cad4b81367..e0f7d0e0c78 100644 --- a/Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs +++ b/Content.Server.Database/Migrations/Sqlite/20240318021959_AdminMessageDismiss.cs @@ -17,7 +17,7 @@ protected override void Up(MigrationBuilder migrationBuilder) nullable: false, defaultValue: false); - migrationBuilder.Sql("UPDATE admin_messages SET dismissed = seen"); + migrationBuilder.Sql("UPDATE admin_messages SET dismissed = seen;"); migrationBuilder.AddCheckConstraint( name: "NotDismissedAndSeen", From f97a0681815bb33985fe74bdd2e23d0cbb4964f4 Mon Sep 17 00:00:00 2001 From: RenQ <164364533+ImRenQ@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:35:40 +0300 Subject: [PATCH 093/213] The return of the 'long bedhead' haircut as an alternative (#26336) (cherry picked from commit 6bffa31eba2c0b108ec9d5bebb3d161fc7e83ebb) --- Resources/Locale/en-US/accessories/human-hair.ftl | 1 + .../Mobs/Customization/Markings/human_hair.yml | 7 +++++++ .../human_hair.rsi/long_bedhead2.png | Bin 0 -> 748 bytes .../Mobs/Customization/human_hair.rsi/meta.json | 4 ++++ 4 files changed, 12 insertions(+) create mode 100644 Resources/Textures/Mobs/Customization/human_hair.rsi/long_bedhead2.png diff --git a/Resources/Locale/en-US/accessories/human-hair.ftl b/Resources/Locale/en-US/accessories/human-hair.ftl index a39e09d5d5a..3a507ec6cfc 100644 --- a/Resources/Locale/en-US/accessories/human-hair.ftl +++ b/Resources/Locale/en-US/accessories/human-hair.ftl @@ -7,6 +7,7 @@ marking-HumanHairBedhead = Bedhead marking-HumanHairBedheadv2 = Bedhead 2 marking-HumanHairBedheadv3 = Bedhead 3 marking-HumanHairLongBedhead = Long Bedhead +marking-HumanHairLongBedhead2 = Long Bedhead 2 marking-HumanHairFloorlengthBedhead = Floorlength Bedhead marking-HumanHairBeehive = Beehive marking-HumanHairBeehivev2 = Beehive 2 diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml index c3f3bd13a34..449f8aa2cd4 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml @@ -61,6 +61,13 @@ sprites: - sprite: Mobs/Customization/human_hair.rsi state: long_bedhead +- type: marking + id: HumanHairLongBedhead2 + bodyPart: Hair + markingCategory: Hair + sprites: + - sprite: Mobs/Customization/human_hair.rsi + state: long_bedhead2 - type: marking id: HumanHairFloorlengthBedhead bodyPart: Hair diff --git a/Resources/Textures/Mobs/Customization/human_hair.rsi/long_bedhead2.png b/Resources/Textures/Mobs/Customization/human_hair.rsi/long_bedhead2.png new file mode 100644 index 0000000000000000000000000000000000000000..12520f077dac4cd2d685f54284d79c9b2fd4b5d1 GIT binary patch literal 748 zcmVdCU$;rve%F4{l%+1Zs&&|!x&(F}%(9zM+)6>(`)YR72*4Nk9*x1ch$<>lw+=jrF?>FMd~>gw$4>+bFC@b2#U z`T76<|I^TJZvX%Q0d!JMQvg8b*k%9#0rg2lK~xwS?ZM$%5>XTd&|OxFBP4RfxTip3 zvcU>=x|{cZv}PDgoO@C5XCG@}ldvMB2`j>OY9LJwq-o71Ax#^QQc6B|mrA6RS}Tzz zl@+tH6jD^KNk~!{UYwr-gK#fE*d#!r8YGd@JMEzJ4tSrVvvZ!zM#po>Nq1c`M1Vw@yx~cK7{W#NI5k{1E}eezLQWuibuK zm>FVbXqcfb%d(KKO=r0o5)2Ovv9}?Fd?i%Ou(#9j2(NGiAT)r0*9xcv931@j94~S_ zLp3}@HEiK1)c_0;1Jo$tNRrCRpHl8fa96n^Ax*VnRyekBa-kYhoRswIdTNd>+!xn3 zl1N9J8Ayq<;W->zID9f$NF>Y{~zY~?r~U;QA71Xd;< zhK^^r<)hCFl8BMaM}86TtdY-#Gm?mrcHK3+D0Hs|Bx0m}>0t+>%Zx;f#h{CwoM#0Q zW6|$mCxg=)A|e)(6YQiv&MCCG7dFB15HIpRroF-)ZH3)nN7G(`SYbJKG&?I0vjRIC e8x9T*p85-Tz+iTa)Z%9V0000 Date: Fri, 22 Mar 2024 17:36:46 +0000 Subject: [PATCH 094/213] Automatic changelog update (cherry picked from commit f30ed8d8607ed2879ea67e3fb2a09daf7f25ed55) --- 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 5ff84db2738..a4b27975fdc 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Psychpsyo - changes: - - message: Plates and money now go into inventories sideways, as they should. - type: Tweak - id: 5709 - time: '2024-01-14T16:44:17.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24075 - author: themias changes: - message: Graves require a shovel or spade (trowel) to dig @@ -3803,3 +3796,11 @@ id: 6208 time: '2024-03-22T09:37:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26002 +- author: RenQ + changes: + - message: brought back the classic long bedhead as an alternative to the current + one. + type: Add + id: 6209 + time: '2024-03-22T17:35:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26336 From a11db4991f5e26b0ce2cdf913a6a9a0e1755269c Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Fri, 22 Mar 2024 16:29:14 -0400 Subject: [PATCH 095/213] Fix cross-grid spreader behavior (#26346) (cherry picked from commit 763d2bca9c3a9ffe1fcfceef1506238fa31d6afc) --- Content.Server/Spreader/SpreaderSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Spreader/SpreaderSystem.cs b/Content.Server/Spreader/SpreaderSystem.cs index 269d35d12ff..89951718236 100644 --- a/Content.Server/Spreader/SpreaderSystem.cs +++ b/Content.Server/Spreader/SpreaderSystem.cs @@ -215,7 +215,7 @@ public void GetNeighbors(EntityUid uid, TransformComponent comp, ProtoId(dockedXform.GridUid, out var dockedGrid)) { - neighborTiles.Add((ent.Value, dockedGrid, _map.CoordinatesToTile(ent.Value, dockedGrid, dockedXform.Coordinates), xform.LocalRotation.ToAtmosDirection(), dockedXform.LocalRotation.ToAtmosDirection())); + neighborTiles.Add((dockedXform.GridUid.Value, dockedGrid, _map.CoordinatesToTile(dockedXform.GridUid.Value, dockedGrid, dockedXform.Coordinates), xform.LocalRotation.ToAtmosDirection(), dockedXform.LocalRotation.ToAtmosDirection())); } // If we're on a blocked tile work out which directions we can go. From 6426cd7008f59d8cad6fe32f134f240d464e924e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 23 Mar 2024 12:42:51 +1100 Subject: [PATCH 096/213] NPC steering tweaks (#26351) - Fix the free node check considering the whole tile and not the poly. - Clear maps on direction resets. - More robust arrival checks for pathfinding nodes. (cherry picked from commit 64b648ff3c5183393b28285909e6b62c2b66663e) --- .../NPC/Systems/NPCSteeringSystem.Context.cs | 36 +++++++++---------- .../NPC/Systems/NPCSteeringSystem.cs | 2 ++ 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs index c58dc261fef..5f871a6ecfa 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.Context.cs @@ -58,7 +58,7 @@ private bool IsFreeSpace( // TODO: Ideally for "FreeSpace" we check all entities on the tile and build flags dynamically (pathfinder refactor in future). var ents = _entSetPool.Get(); - _lookup.GetLocalEntitiesIntersecting(node.GraphUid, node.ChunkOrigin, ents, flags: LookupFlags.Static); + _lookup.GetLocalEntitiesIntersecting(node.GraphUid, node.Box.Enlarged(-0.04f), ents, flags: LookupFlags.Static); var result = true; if (ents.Count > 0) @@ -158,42 +158,42 @@ private bool TrySeek( } } + // Check if mapids match. + var targetMap = targetCoordinates.ToMap(EntityManager, _transform); + var ourMap = ourCoordinates.ToMap(EntityManager, _transform); + + if (targetMap.MapId != ourMap.MapId) + { + steering.Status = SteeringStatus.NoPath; + return false; + } + + var direction = targetMap.Position - ourMap.Position; + // Need to be pretty close if it's just a node to make sure LOS for door bashes or the likes. - float arrivalDistance; + bool arrived; if (targetCoordinates.Equals(steering.Coordinates)) { // What's our tolerance for arrival. // If it's a pathfinding node it might be different to the destination. - arrivalDistance = steering.Range; + arrived = direction.Length() <= steering.Range; } // If next node is a free tile then get within its bounds. // This is to avoid popping it too early else if (steering.CurrentPath.TryPeek(out var node) && IsFreeSpace(uid, steering, node)) { - arrivalDistance = MathF.Max(0.05f, MathF.Min(node.Box.Width / 2f, node.Box.Height / 2f) - 0.05f); + arrived = node.Box.Contains(ourCoordinates.Position); } // Try getting into blocked range I guess? // TODO: Consider melee range or the likes. else { - arrivalDistance = SharedInteractionSystem.InteractionRange - 0.05f; + arrived = direction.Length() <= SharedInteractionSystem.InteractionRange - 0.05f; } - // Check if mapids match. - var targetMap = targetCoordinates.ToMap(EntityManager, _transform); - var ourMap = ourCoordinates.ToMap(EntityManager, _transform); - - if (targetMap.MapId != ourMap.MapId) - { - steering.Status = SteeringStatus.NoPath; - return false; - } - - var direction = targetMap.Position - ourMap.Position; - // Are we in range - if (direction.Length() <= arrivalDistance) + if (arrived) { // Node needs some kind of special handling like access or smashing. if (steering.CurrentPath.TryPeek(out var node) && !IsFreeSpace(uid, steering, node)) diff --git a/Content.Server/NPC/Systems/NPCSteeringSystem.cs b/Content.Server/NPC/Systems/NPCSteeringSystem.cs index f9adbfa160f..153a1738555 100644 --- a/Content.Server/NPC/Systems/NPCSteeringSystem.cs +++ b/Content.Server/NPC/Systems/NPCSteeringSystem.cs @@ -274,6 +274,8 @@ private void SetDirection(InputMoverComponent component, NPCSteeringComponent st if (clear && value.Equals(Vector2.Zero)) { steering.CurrentPath.Clear(); + Array.Clear(steering.Interest); + Array.Clear(steering.Danger); } component.CurTickSprintMovement = value; From bd2585b69887ef2cea7fe4b2b2310b7d59bb7806 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Mar 2024 01:43:57 +0000 Subject: [PATCH 097/213] Automatic changelog update (cherry picked from commit ef4f263336bc62042b68d7b8ef30ff9fd4c2b87a) --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a4b27975fdc..c590e660ed4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: themias - changes: - - message: Graves require a shovel or spade (trowel) to dig - type: Tweak - - message: Graves decay bodies faster - type: Tweak - id: 5710 - time: '2024-01-14T16:47:32.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23646 - author: Nairodian changes: - message: Added four new reagent slimes, Mute Toxin, Norepinephric Acid, Ephedrine, @@ -3804,3 +3795,10 @@ id: 6209 time: '2024-03-22T17:35:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26336 +- author: metalgearsloth + changes: + - message: Fix NPCs getting stuck on railings. + type: Fix + id: 6210 + time: '2024-03-23T01:42:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26351 From 3bb39a3e7d6734efad1159570f49201599af8d51 Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Fri, 22 Mar 2024 23:46:40 -0400 Subject: [PATCH 098/213] Make air tanks appear on the back in suitstorage (#26353) * g * a * jetpak (cherry picked from commit 6e8a07844a842c89c32daefbcc70c0336639fe9b) --- .../captain.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 838 bytes .../Tanks/Jetpacks/captain.rsi/meta.json | 26 +++++++++++++++ .../captain.rsi/on-equipped-SUITSTORAGE.png | Bin 0 -> 1099 bytes .../mini.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1021 bytes .../Objects/Tanks/Jetpacks/mini.rsi/meta.json | 30 ++++++++++++++++++ .../mini.rsi/on-equipped-SUITSTORAGE.png | Bin 0 -> 2190 bytes .../void.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 1988 bytes .../Objects/Tanks/Jetpacks/void.rsi/meta.json | 8 +++++ .../void.rsi/on-equipped-SUITSTORAGE.png | Bin 0 -> 1986 bytes .../anesthetic.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 858 bytes .../Objects/Tanks/anesthetic.rsi/meta.json | 4 +++ .../generic.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 825 bytes .../Objects/Tanks/generic.rsi/meta.json | 4 +++ .../Tanks/oxygen.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 834 bytes .../Objects/Tanks/oxygen.rsi/meta.json | 4 +++ .../Tanks/red.rsi/equipped-SUITSTORAGE.png | Bin 0 -> 851 bytes .../Textures/Objects/Tanks/red.rsi/meta.json | 4 +++ 17 files changed, 80 insertions(+) create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/on-equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/Jetpacks/void.rsi/on-equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/anesthetic.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/generic.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/oxygen.rsi/equipped-SUITSTORAGE.png create mode 100644 Resources/Textures/Objects/Tanks/red.rsi/equipped-SUITSTORAGE.png diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/Jetpacks/captain.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaa1825228e260e72b4b71a992fca959e8e823b GIT binary patch literal 838 zcmV-M1G)T(P)1ru1@A|MMd`?c=F_FAhM%K=~eKs zfiRS9g6O~4TTf#zZutz&v9Y_ErzGTS7}OVV^@&*xI|#eOQjMs48wDbVHjO4LNPD0U$G{Nd65A?E|+6YaUKJH z2QDu!3xz^~WilD2>$=dsKa* zDp$Ol?Z>wzR1**J zd1Dy+^*yMKC46{)h~({!jyMnQ0(hMPilXpN$K}@GOUz9jU+d3a3t+-k%;vW{;yk!7 zfwSb^-Lb%P^mPHgZf^&kgR20BVZiAT2mrdS3#a{02;%3T8vuaX!4YZ)N7ymP5SJwE zm}CFN?Qwo_KeG#k0y7K)ilSh3bycvpM@B}lva-^Z{{Xg|*(|%Je!`dPbu{XAq*5tZ zmW4zz2|NCAbF-^C^xXLPIP>~E7upZ@Tpc_igb+dqA%qY@2#M0;S?SEbdI~*9yYDVe z&M;y60TU-@n5JoGt`M50v6DFh{?-h5zCyNJ&xXlRZ%)CoER2qhqS0uy#;mWe_w+UN z$sZ$;NMLt&7pYVV$qO5>bLVN7w-oatTU;1mTjdzrD#w_;7{M!nsJVT2E|+WNy|^&I zycSOQ?hJ*|i;oIVuC4`W@3YrTvtx{=X-t-7j?}^>%d+EH(4MQ;ngQ4LczZvdS!<5t zDwRsl?g5obMQ|#BWm&lY_7N^7hq3>A531?DX25fOz{$S*{P)X2^NrN2J1+nL<+T`$ zhWj|*_khWXiH=yWp8#$-IOXcbcLBoa#YcrFSJwix_v7P|6gaV{#3iYfHvrEy1FrXg z<34+q0mps!!6EMDL_IS&G=%5nY&dHM`mz5Wdd~fH@V0);nGiw5@P}ah7m<^2yLttNGhP@F|@S40GGP#~CXL{9pdUE>xF2OI#`y9PQlF26r zAR;0nA|fK95vtXyi1Ybz&j)~S?o5Pcj2izxnW!69t5xB7-i6zEo~Lamn9c`)wUw;+ zGt%`X>$)OrT!tmH@#^ZT@H`LodVT2Y=I7^yZQIz|+LD@cT=LgevcjIWaC`X- z0PyWk7COBp6yDfHaQyy*)5y;u@^65zTrNwEt7bZXP-%KP_8ig+&}cNI##J+w|Mt6I z4n1zRTA|}IuE;)-a=DCpy&gK=>-A)(lV&Ra_uuZKk^daO?7oG+I)9+ty^HNfrzl+C z9U7M*y#N>e1lqPOJDoI>`5#SwkK0QxkM+WO54TqKhsI?{AA;zmPd=WDJqH&chF|yh zW6vRV2pV+>2*4lL`a;NL{?W-b*m#WQ@%f?VpjE*{E{B8G9PH_5{qdudMF4w|=as%@ z_OHeLYi|GX%*+fnH#fDt21rBxhl`8i{qkcxX?%cgr-Nd#h<3Y;e4zk;{O7$r?fc-h zR;g6PMIR{v!JW;WPeepSL_|bHL_|bHM06>9aVux^Pk*NK0jTfCN6pJF+z{6CXCk|B zLpY9;*pAShFIA!NE81R5;QoVC%XM9`y}fM($5lPK!FfBqCA8aZ%+AiD+wJzZ+1c6A zRs%^QKXNfE*pCOYqSFf>SFs4edB6SvsMTs#tycTbc8=o+9gC1ueynPuihg_=vy#k@ zya2lT@lo@dt=7;sj^l_@siY*&RDR?`P*^`6SQ;@NUvOU0ei*vl#>R%0b3ju0QsvxH zJ@`2N_^5ezYVRnUH%<9ta}HRzdUa?_=M_*=`LPy2ML#}`SxM$cUVx*MYXE@e@fn)O zXEHJVh_v1}}^QQBOh=_=Yh=_=Yh=_=YsLynV-gLe(j^l{I4n3gn zo`E#xzpB_3lEIr5^7%Xt4-Zi+7W;4OuKJ#VwB;K$>P`{Yb;Z;5jCi`95np|JMZC&C zHW-I|6|}r{@n!Au>kzM;TPlVA6b8HWs_q#`TfPcP&H=%eaHUcaR%ID)7W{h#?rA#? zo6e6*TjBA?o8JKd)*oizb#YL6t&UB~VbbczB{^m{R6A=*+5fM>J{R6eTw@y;x R5~%ZLWWV;Dldn@l29~%FqaayCzU14V_6wK6ox~5EjtX{<9z6;J$APq zN};gJuA}Q#L$b}M)EO)TdGd(8TT-<~p$u1~tz39J1O>ZJB)PGj6yEQYNjl7UKc&-Y5<*Zqoj%lSz7;gEkWbQPz2X_OS+5MF2to+Dnj7hu z*ECHiiUQL#J7TZqMo0(|I0vbhM3xr9^!>fof&b$-{yKyZq$mn3%R;Nw!WW;M002Cb zG^A1~l*?tDq!Iw&r(a*9JyzFs-&{`gn$UbIOv~l&i=0n|_o{ww_6$8(`?GI_7#$r& zv)M$e)xu`If=AmxW9KER)hbNW#JeN^;FJsir#oVU=&1mcQwabS%%{R+KApzQ%nUX* zHlU2va7qRypGWcWd#%1+{M_6e&d<&Q09M!5aN~w92_fjC&$lssJ%ie}xA6DRr?Grb zm#$oyqxM)`*L~;jsQ~UCu)6{b7={4=FaYFoIl5geA}Kq-;}^Y5>uF_W1=VU5&1Ms} zZ36%zkqDgnd6X`c089gTa$u~Vz?-0JcNKKX<#JRk7V+uXC%A9C=<6N;0L^Bz<9Ek# z5Sdzq_PYkwWx)Rq;LE|gGPR&aTzhOhs9F2!Oo*tQMZwgYW|JzH7`d){9B#t%!=G;-hR#cY;T zRi(vjcJDRYe;$bToj#MvkgBS5(Dt`@5kf#^5R7R{%vy40<^cABaukgc#vZ=gR;K;4wCYJD14=Mt-!5^4{`g> zoj`4J-;aR1{4LAs8r!T_j%*KTG#b+V1~BnKrE8(@@F1hXIP$=}8 zsSaN#6bjrX_dOpFi^Tx!ZicTq>N~(eIk>sHxqI;~z@@D+L?RLR$jNbF+crcZflFKE r{!Hi|N_dmJi8(XI7-Nhv#)jvA`9aE;e%@pp00000NkvXXu0mjfg`DuX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json index d9ea7ada5fd..4f37eed72ca 100644 --- a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/meta.json @@ -59,6 +59,36 @@ 0.1 ] ] + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, + { + "name": "on-equipped-SUITSTORAGE", + "directions": 4, + "delays": [ + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ], + [ + 0.5, + 0.2, + 0.1 + ] + ] } ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/Jetpacks/mini.rsi/on-equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..4348c5463c8f828b3cfa8b16a85cac34c5396253 GIT binary patch literal 2190 zcmYk8cR1Vo7stOrLwhS!(N-#r(xJCjsnH^}szzf}td_X;7Sw2)h|=Y{Mvb7N>Zz?} zYIKNFK}C%kp~fXvgIFmNf}1|iZ`?mV=ks|!&-?s!Ugv#IoF&p&_>j~g004wdZWvng z?r7d|5d!n#;Qjk103d`iG1Rk(Br?Z?%%Strf~zYhLe*Wqw_TP|g)r;Dv22|2&i;*k2S$ZeLTuX)vPGgcTaI&jPK;s%ZMeE(N(~PhR^0xco?q_W?FM8XiRuge zC(Im&ExBhqSa22?Or}Q+ylP@%;-<$!XMm>m@RvESqM-m)#MOe4?5b?m0X>&Aqo%{&HR_Et>X>(f2nxuZK@f-XTKP`@WuEX^vxwi7*XO$ByoWSJ`; zKMZ^$b)~P#M{2`}Iu9gaNrHB5Mafw?HKPOrw286fW<7sq%T$H0B-Z=$Lw-SJ9UWo6 z-NR%LkRu@>@(*-O0-9XP%5Md`*sq0o{0i}Lu;lMumB&6EDGnsPym z941CHv!CG(c^c~xPUbyg;5K(9ET2ysr&&aII$3bCr|({&g>PQNBS@o6zu40xb1Ijp z>SQIJH6G|i8M;MQ2XF6W@e&IN>1Fik!8O^zr7|NpyBD0>(>}rsCusdPv@S(lkAQy| z?>4j=tHI-~b^p!D|A`URA6O;WlghXD10tdzwF~_b_oE8cMqR6`3JcGAR@)ET>IhzQ z6)Osha;R7NE#_0y&z6%>oc8uRo0t4Z5_)*$qQjg=WrSVkeLshSFSDK98JVr1-rTE^ ziZ8z)HaRM=Yu0qRLeHphpKu&bM?bIEQO5g;ZGDWHd1-h=!?fdk2G@shO?$1zawdfllDoyc9{c z3+<-31^+15SnImlGs&pCr`*X(KlqA>2gD30|E{N zt;h#Zm` z$AjVN_!z_gy6?Zc>epXQws@nw4Wo^^>bFu5HSherPa}nVW~hp}G>z=gz;grV5}7F) zUoQ+Dc(aU!MfZ(QA*(cyXDu{{NE~+LuktrZm948T=ScP!FZQ>aHeGir;|^|xn6Z8d zs(He3>16>x79iUr#E+Spmx3+lmobRpifwj?2j0PLZgEUXO3Fn|3Z-!CZ*y{_!OR(? zb>*G+>s%cGCclyA0=AcyM*+UkW0kU79PF6c^yh7!<2Q8mgm;5K$L9E}%fb6I%#I%H zo@WJfb|*Tyv>pXRlSCvO@#z}mZmFA5xSf?mmfIr%}ql`&|=kgyyBfjl8tYOgpz?*A%y12pb z=bS%pvr{S*bRQ$B`^sFm2hB$>aUTM@>{SC4we|N7i`n^jQMVg3u3t`1bPKKNMWrVD zkO+uDqDTM-HW+1#H1&KG4yz?8DcQhtXrvGDL|-PL={hb4%VS@EFXelIpD8B`_c~3) z#i&H2(+)&T6R47#5KS1_VB8M7{=or-LX~F31*xGw$}GIS0T&NxqV9fcMUUNVZ)o9Q!}Q+Tth?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fyK^K?@SOEU`!Qd4xD9G$%bfY?SKq65_=h$yNB zHu_lHVgm{RtH_|#;{2RaP#oA9nVHyt!v#eY5gQO45mjZ9hZ$hJdfFNIi5O}0nCwmJzX3_Dj46+^7jaFlsR6nFZ^j!*1A9! z?NeMyEbkOA`E^B=YA9jVfBq$^2dlgEVa zdaDTW%D3eya{YI|fBT!3Exz>r0ju|CYwo{4pFZFC@HqibK_({$4h}{|1(ucu0Rg5) zma3|%H#LhE{Hr-%^lR3vSv7xeZ>zP6-#@?h^m^spdw1@PwCs0VY+`FW_p{8T_}JLc zeqCMNr(e=LyW<%i9)9`GojDWVPwv~=z#Sem?>^I{@=T^R zGs|B;*}Z$W=3KvQ<}w|z;Oh?yW~8O1aaaj+sBcltyL;ot3(c?D-$lf4%)!7ApP#+wS7>Oc-=vixUGMH&`75sv4haum zerECgzxszhR_feq*tgHlTBvhHP23*I5QPbUK72N;D)`;B>%WD`l3xp(=S{XTImYm3 zU*`U@JcXYn(b3Uc_U>J)B7XRK=-&q?)1`dwC|+4rQo54M>c!5Z91LzT`y2V*z7w1& z&ERfsX_+~7`gH9~qrY)i{n?XE{^azy$;DZk7+SB+da=Mhhv(mEF}B%S>zEc-=jX3~ ztYUoW^48P$UmTvU;a0c2wx;GzhL%kj!yRTBwmlbCzW?(1yXCFBcS{*&tYhs-W8CxT z>({SaHf~(#cJJ%g(o5fGu!V<(adZo-&#JFzd}8=Kd7r(7MZn^}M~*5wQIlKyC;`A?NG|Ex3hnUtp!FjO01)B z{tGhZ^uFf5bS?U+J7;5`=kb;Ao0E9{M9Q>TSzBNAKll6h?f&0pc5Q3+{kb}2F|#sk;BN6u*KFx+VSWE62mHqr0Hg*9u}KJ^gPPI@LH*07zK zdET}^WnH#MU9-M)Km545TBl!!;mSqFlPQx@KWKCayk2T-9%zI?J9Y{Uaw zBKH5QIR5DXQ$cablv}rNN3!)dacs2P^?Q=2*8`h(^V0tOyB{&nOT(zsvOqB;GSU;6 zh_~$A`BJCp&dwLilV%7RYKuqZ2NMp+^C{^nilrgeJ&3rSHZTZZ23_@PhM9db&%wRI_?{j8`R42WhL}b?^ zPA^M1ny{rKs?|eekw>gOh&GRzOdwcpHG(b4~$`~Cm_``zEY_y4>1Cer;p^mI&g z007YQ@^oXMyR%X-TIjckEABxz4Vd9U18y~%4Wk!*POw*muPSIfRj=vQ0h z$%Fx5Teea(j3J9M09bj38xV{H`}#mEA)gS&7KU>OGQLQKqR1fh$mbwoSQ(!ufFT(b zr?P<1vr-M>uqqQInu-hdrDI)%5)O73fk+_Y9Cff*EJebOfEaGO=i%s$ii<)J5d?x# zsgxkyNf1gRL6W__JxC;jWHKJLz{7F@5+=h7U`w@=|NXdeV3vd{LbyT!R_Qk^To{8; zaX4k5g{97u&02^fijnYCQP?by!{hKd0t5z01QNI$4&g?8$xr~#(}5BLD*vD`;<7L= z5yG-XnR1t*`OLo$O_ZgI3nOfBkpW0167BFrGM;P?F1!y-pTcHA2p8dTRKzX3N5!BE z4_T^J+AAsGah1$Myf8r|6(_^9IT2woJOt+`6yQ1H7_LafVdH5ouHJN1D4-g#)RS7f zGynx$CKrm50f@=qz(QV(vIdUiUA7bzFH5vvs-Z>%FN;{L{Te}!5+XvhyChtemjK~N zL=v>q)Dh?7ecR$|UtfX;3b=?PdEUWS>P4tUm4aL(h*T(v4p3EPc}l-&KJQXZ@1o9C zkAX)*LRi(uJb7oLl8iTF1)_iVwLwB*6&pZwwj-R8YPtmnclWcJy&^4 zp(qHjac|CYwkyDkM+OE4su+r?s(zg5rMkR560tb-AMKD&g+~rr$|o-yO_^TR8|gUM zJJMAgGCjw?5cDuV|Ctv#*RSS(5!%SnC-(~6>*l*f;Y%%LIsI#-tNqmj!~M+UVRo)zWgu5od3dnSej0qqI?PObE^ z40>@(cZto=)j=amV1u|?3;OlG2U`G`b+@&p2Qrz3c@;fJ>F>+0VJ=Y23trZC`1>?8 z7MVap{wA|?WvBnm-&6c(sHe5{ja^;RBr?+#6gy{?l-kR^l9@@&)@fP?Oao^%KvAFR z?1z{veSLj1AU|5;1`|-oSS(9EpI?|Nh2cw+)coJ>-1)wy|4HJ2c_>!i@G)~NB_*Xj z%E{hdXl3}rXk{f-w!^z*4bdt)Jxw#(@I>N%@QjU(%{Bwf&7kV)>TX90C9i>z>GLpt zZSVEKxdEbMOyFkm`JXc~m|Fe`n9@e4bEULCjpw7)m(8HVa>6xCY0uHz zaQR`4dpmdS&dtr;kx<}rDmX!SsEjtATie~5)G=rJV&6vh??^L*Q$@wag(W2y?p9Rf zx?glKj(0ZPhl@DPaHUDQjQ<{eni;Cwce|~o=A=VgzoHaO@gFy;pV`u=oAZn8g||nQ g_Lt#t#^e}$SV=m|r-$|5YXQ*Z&b6b$jwi#4?e39B|;%!bllEPWozTVu)Y>wBASvvz*RO)_t0GV|WPnE?obAP9mu zuO!Y|0Ts+#mH|N1ZQ!bQ&3j%dSETKUr2_z9ba;^6xOocz@a^jttXH>`Z0V8x0r&n% zpLZHFmt~{FgA6z_+;!?$uWlvsmZh|Qva{+%!#(ppK38j)o1cYk+W^2a{e4QZq$5Dn z(^AhnO{rW-e0+Kr0FX+hU>F88J&lE>K;Hp+*6hn%S{jf9%xC7 z9R3Eh3)uLjE=MW_T&EuD^KL}S0ivBgs*~VM@yqk5@}I9&C=}TC_BJaN3M|apQhNYD z19yFS0#V@Cjp9v{lgtkUIzZodaq;;xRNVt?`1IgaM^ie1 z-%P@%cW^}P+MEWm~CU_!yjTOP4uEDJ*;{u1;Nlu=p{M!FX>-VO8Yl7287a!)KkS= zHiS@s|{ z0h2<_Y6wo7xtsz{V#)zpw`1%2EMh7RidK5JG6C>61K7n>1RNC#6F)d|*(^IM6kJ;e z27>{-UM~iNfh{?vB7kQBIT2?*{|Z)v0bHqVXx)yU1@6)beBA!c4VIRcaCmqKNs@Hk zv~I`r|G-?X+;Sq$QZHX2lgXf1EaKbOFP46UfH`#l@bABeRpSYQAP9mW2!bF8f*|fC z!b-|KR$fN?2SnTE!m6;(zk+M6KR3n$!xwd}^}+iGj1X3Z`DO>N$Xcnqy2a?52ZsFv zA`A`L-Q8t7J3CNS6##H?dV*59qVEmNf;0Gw0fze)aw5*2N1`~ZHjzpvp(qOS`TRs3 zg%QB(?y9Ql#*Wth-QExxW!%`Ma>euO^IPV9(}W~RP!z>bhHwqo*x0bCru*>zflw$U zyjSRe^YinG*NplF++b2q!uoausdN&JMnfpW_V)NR`vRO8oB9LnJUk2i0Csf{W&yqk z@>Dp=v{Rsw4w57}vj}c&ZNcyNBNmHUP;WZKVlgZ)FC!X_3hxz0Kt7*GtyY7os*n?L zcH85(dj;Z#PEYjXEUZ%mK@bE%5HrbdhIc`PdJ@r000000NkvXXu0mjf DKZAb8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/generic.rsi/meta.json b/Resources/Textures/Objects/Tanks/generic.rsi/meta.json index 897d32989af..98b81aaf259 100644 --- a/Resources/Textures/Objects/Tanks/generic.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/generic.rsi/meta.json @@ -14,6 +14,10 @@ "name": "equipped-BACKPACK", "directions": 4 }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, { "name": "equipped-SUITSTORAGE-dog", "directions": 4, diff --git a/Resources/Textures/Objects/Tanks/oxygen.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/oxygen.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..d890d08c1af1fb34351a5fd916f25ef67eea0ea6 GIT binary patch literal 834 zcmV-I1HJr-P)AxyBv-O236O}4(j<0L!#&a?CXeE@@a}`1r_iUD7?ktgG4Wg3ZR0L!gmJ31Acpj(%@Nqy!Mn^lq&LKy?L(M*ETI zs5q)eN`SRg%5=jqolLT|RLZq^V7%)H&xXqw?{YQ~N(IbUf&EW=@CQSP^oEf;&BG`b zFgy}R?lh0<6hYTi<`0JO(-*4z>3?VKk#G+zmc_b^Xe9tzdTU&4~VdA$i&nfJDFTWAe#Yz+U+aP z4YYz7{KEj%yoIi*YC^QlTc9>>h=#fPLDU! z7tn}zlRv=8!>!;4a2i8hlb~4+zS&ElRSeueAVMer&%w{eN;bl44zsaR%|9SQxD$N2 zo=3Vogh2KObWLUdD$X||+$(V1CJDasa9_ez@x0G=;v7RrtmlRGSqkv`YzOIbTWu$J zRd;iH7>ESk+}ieyDPVzY2I-iBp0gdx`u^+FAmE*t34$O9f*@Sy5Aec43xb4aCIA2c M07*qoM6N<$f`~?nYybcN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/oxygen.rsi/meta.json b/Resources/Textures/Objects/Tanks/oxygen.rsi/meta.json index 26106db4a33..1450c5a2d23 100644 --- a/Resources/Textures/Objects/Tanks/oxygen.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/oxygen.rsi/meta.json @@ -14,6 +14,10 @@ "name": "equipped-BACKPACK", "directions": 4 }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + }, { "name": "equipped-SUITSTORAGE-dog", "directions": 4, diff --git a/Resources/Textures/Objects/Tanks/red.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Tanks/red.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000000000000000000000000000000000..6c36a11d4de1ca12b164ea0a74d4ce91f42430fe GIT binary patch literal 851 zcmV-Z1FZasP)81CYcQe)DIt=A5KqgN3QMJ-7g74-l0#1(N)P!5dheyD+;S+TE&T^- zONvlRNXCz+t1V4oZ<0|r2_yUw7kSF2d)4Bz8AkDU)VJ@mIpt0!hyDdWwh)1Jcr<%{} zf!TFvl)%&^Hs)=xeJl0dmf;!DZK|1_g2QGkm%tz~Ff7V#E=7ck>0AE0BG$1 zjYU6#&AMfM0zlV5XH@_MfJ7wBlF1}1m&+`fOtM5IY`SklflJ#3c0T7Jy4>)2J=i}u zgj%g2xDvwt!6CL%sdEd4iYzhF<%a7-#rm8B!Dbyh6LxGK)li)hp;jw~?*n5QxfNMr zu^A^;#nwsi?ayOV7a?Fw9RU1&_b@wnf*=TjAP9mW2!bGp3kf%qGLD&-PW=F{Y|c%K zi!L{6s`;GTFi2-}LQOq}rXSFQTOQYn9a=`#Oy<=pI=?*7(hu;^9Y`V)X6ti~Rt+9# zXJ54%z$iFF`!E2ol}ZVUEV1B9sI4E^JgVWv$4plnxicWxtOKGQ+iIgd*v{O4JQ`)^ zSqsqPtiIFPobcoIeRgTB)Kk@n8v_PWgSQ$Z`T?#3^lI>WdI2lwrb&p+ID6I)^j#hw zrY>L*eUm<*pO;5L574g-Jq5vT(RA2bpq>qyet-ve8~pw7F*2D9ruX)M5ARKwXg$++ zZ{gj-0>a@iuy#lHzg!2*KDY<}gdGL70Y#SBzaG~PBAQm1 Date: Fri, 22 Mar 2024 20:55:19 -0700 Subject: [PATCH 099/213] Fix crash on load when no slot key assigned (#26354) Co-authored-by: wrexbe (cherry picked from commit e69723153dc571e1461c99ac5c7d82a1992e011d) --- .../Systems/Actions/Controls/ActionButtonContainer.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Actions/Controls/ActionButtonContainer.cs b/Content.Client/UserInterface/Systems/Actions/Controls/ActionButtonContainer.cs index a2aa972625d..c5f8adbdea3 100644 --- a/Content.Client/UserInterface/Systems/Actions/Controls/ActionButtonContainer.cs +++ b/Content.Client/UserInterface/Systems/Actions/Controls/ActionButtonContainer.cs @@ -42,11 +42,12 @@ ActionButton MakeButton(int index) { var button = new ActionButton(_entity); - if (keys.TryGetValue(index, out var boundKey)) - { - button.KeyBind = boundKey; + if (!keys.TryGetValue(index, out var boundKey)) + return button; - var binding = _input.GetKeyBinding(boundKey); + button.KeyBind = boundKey; + if (_input.TryGetKeyBinding(boundKey, out var binding)) + { button.Label.Text = binding.GetKeyString(); } From b8e7fecedb56a9f5e8c1451b453a079d8d632ecc Mon Sep 17 00:00:00 2001 From: Ubaser <134914314+ubaserb@users.noreply.github.com> Date: Sat, 23 Mar 2024 05:13:06 +0100 Subject: [PATCH 100/213] Throwing Knives: Syndicate Kit (#26026) * add * rename * change damage type and lower price * 6 tc * fix? * missed listing * Update Resources/Textures/Objects/Storage/boxes.rsi/meta.json * Update Resources/Textures/Objects/Storage/boxes.rsi/meta.json * Update Resources/Textures/Objects/Storage/boxes.rsi/meta.json --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> (cherry picked from commit 393bcbfc1346589075ad960473685c78bdbf46e5) --- .../Locale/en-US/store/uplink-catalog.ftl | 3 ++ .../Catalog/Fills/Boxes/syndicate.yml | 18 +++++++++++ .../Prototypes/Catalog/uplink_catalog.yml | 11 +++++++ .../Entities/Objects/Weapons/Melee/knife.yml | 29 ++++++++++++++++++ .../Objects/Storage/boxes.rsi/meta.json | 17 +++++----- .../Storage/boxes.rsi/throwing_knives.png | Bin 0 -> 1141 bytes .../Objects/Storage/boxicons.rsi/meta.json | 5 ++- .../Storage/boxicons.rsi/throwing_knives.png | Bin 0 -> 1392 bytes .../throwing_knife.rsi/equipped-BELT.png | Bin 0 -> 1289 bytes .../Weapons/Melee/throwing_knife.rsi/icon.png | Bin 0 -> 1593 bytes .../Melee/throwing_knife.rsi/inhand-left.png | Bin 0 -> 1296 bytes .../Melee/throwing_knife.rsi/inhand-right.png | Bin 0 -> 1298 bytes .../Melee/throwing_knife.rsi/meta.json | 26 ++++++++++++++++ 13 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/Objects/Storage/boxes.rsi/throwing_knives.png create mode 100644 Resources/Textures/Objects/Storage/boxicons.rsi/throwing_knives.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/icon.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/meta.json diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 70eb998bb40..4836a57d6b1 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -201,6 +201,9 @@ uplink-decoy-kit-desc = State-of-the-art distraction technology straight from RN uplink-chemistry-kit-name = Chemical Synthesis Kit uplink-chemistry-kit-desc = A starter kit for the aspiring chemist, includes toxin and vestine for all your criminal needs! +uplink-knives-kit-name = Throwing Knives Kit +uplink-knives-kit-desc = A set of 4 syndicate branded throwing knives, perfect for embedding into the body of your victims. + uplink-meds-bundle-name = Medical Bundle uplink-meds-bundle-desc = All you need to get your comrades back in the fight: mainly a combat medkit, a defibrillator and three combat medipens. diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml index 53c526f0339..a7370a4c8f3 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -49,3 +49,21 @@ - id: SurveillanceCameraMonitorCircuitboard amount: 1 + +- type: entity + parent: BoxCardboard + id: ThrowingKnivesKit + name: throwing knives kit + description: A set of 4 syndicate branded throwing knives, perfect for embedding into the body of your victims. + components: + - type: Storage + grid: + - 0,0,3,1 + - type: StorageFill + contents: + - id: ThrowingKnife + amount: 4 + - type: Sprite + layers: + - state: box_of_doom + - state: throwing_knives diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 9c7a3ba7df9..21ac2f18f7b 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -65,6 +65,17 @@ categories: - UplinkWeaponry +- type: listing + id: UplinkThrowingKnivesKit + name: uplink-knives-kit-name + description: uplink-knives-kit-desc + icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: throwing_knives } + productEntity: ThrowingKnivesKit + cost: + Telecrystal: 6 + categories: + - UplinkWeaponry + - type: listing id: UplinkGlovesNorthStar name: uplink-gloves-north-star-name diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index b5d597715aa..03654061ced 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -252,3 +252,32 @@ sprite: Objects/Weapons/Melee/uranium_shiv.rsi - type: Sprite sprite: Objects/Weapons/Melee/uranium_shiv.rsi + +- type: entity + name: throwing knife + parent: BaseKnife + id: ThrowingKnife + description: This bloodred knife is very aerodynamic and easy to throw, but good luck trying to fight someone hand-to-hand. + components: + - type: Tag + tags: + - CombatKnife + - Knife + - type: Sprite + sprite: Objects/Weapons/Melee/throwing_knife.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: -135 + attackRate: 2 + damage: + types: + Slash: 5 + - type: EmbeddableProjectile + sound: /Audio/Weapons/star_hit.ogg + - type: DamageOtherOnHit + damage: + types: + Slash: 10 + Piercing: 15 + - type: Item + sprite: Objects/Weapons/Melee/throwing_knife.rsi diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json b/Resources/Textures/Objects/Storage/boxes.rsi/meta.json index 23868a906f4..53ac39b639b 100644 --- a/Resources/Textures/Objects/Storage/boxes.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxes.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/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, vials was drawn by Ubaser, evidence_markers by moomoobeef.", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively, candle and darts created by TheShuEd for ss14, throwing_knives and vials was drawn by Ubaser, evidence_markers by moomoobeef.", "size": { "x": 32, "y": 32 @@ -35,7 +35,7 @@ "name": "sechud" }, { - "name": "bottle" + "name": "bottle" }, { "name": "box" @@ -142,6 +142,9 @@ { "name": "syringe" }, + { + "name": "throwing_knives" + }, { "name": "trashbag" }, @@ -152,12 +155,12 @@ "name": "writing_of_doom" }, { - "name": "headset" - }, + "name": "headset" + }, { - "name": "encryptokey" - }, - { + "name": "encryptokey" + }, + { "name": "inhand-left", "directions": 4 }, diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/throwing_knives.png b/Resources/Textures/Objects/Storage/boxes.rsi/throwing_knives.png new file mode 100644 index 0000000000000000000000000000000000000000..834410a43ef64bd0f3dbfd9d852247d464cbd5f0 GIT binary patch literal 1141 zcmZ`&O=#0#7*2JTtvC;YZit60f{2)WZB~X2X<#$^3EEL=g=`16Hc7XzG+#)*+BgSJ z4^u%!9HT)<=$0%*`di&DU%@%;&UsW-gtBTI$qnX zp%I554$ONq(!q5-B8aU>&&x>89OD#NW(q1SYK&X9d=&3;_*m9Zfpp7;>2PkE@-;Yo z_QZf9eHAp7rsPbPJOXWv>|x?eoDyOrN%FQ@;&S3Z2*h~Qs5XK)Ri);~s@R6_ zMOA=iXl2br4oENw&8P z^E>(cRx~-Ey}kOY>*2{yt7|vq_uqb=K@7Mycl6Mok8_dE*+}P;Zi~1#+Hs@h!h`!> N%S-*k;zHl}`F|_-V#WXf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json b/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json index 858fc7c4e54..935b0b9f8b3 100644 --- a/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json +++ b/Resources/Textures/Objects/Storage/boxicons.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43, vials drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen).", + "copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43, throwing_knives and vials are drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen).", "size": { "x": 32, "y": 32 @@ -76,6 +76,9 @@ { "name": "syringe" }, + { + "name": "throwing_knives" + }, { "name": "ziptie" }, diff --git a/Resources/Textures/Objects/Storage/boxicons.rsi/throwing_knives.png b/Resources/Textures/Objects/Storage/boxicons.rsi/throwing_knives.png new file mode 100644 index 0000000000000000000000000000000000000000..b2af7bce88436ed9b060cec8bd6f97019537caa9 GIT binary patch literal 1392 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1MlK76>znTPbd0U|=rE42dX-@b$4u&d=3LOvz75)vL%Y z0PC`;umUo3Q%e#RDspr3imfVamB1>jfNYSkzLEl1NlCV?QiN}Sf^&XRs)CuGfu4bq z9hZWFf=y9MnpKdC8&o@xXRDM^Qc_^0uU}qXu2*iXmtT~wZ)j<0sc&GUZ)BtkRH0j3 znOBlnp_^B%3^4>|j!SBBa#3bMNoIbY0?6FNr2NtnTO}osMQ{LdXG${Mo`TY%9I!1Z z$@-}|sky0nCB^!NdWQPg^p#|$AzYYO3=Ixo!03ZyfZ7bOYV#~8Nj3q7lxqdhJy8Dv z9hwZbx40xlA4!3}k%57Qu7Q!Rk)=M|e?aHkq$FFFWR~Qlf&&ijA8-gd=9Hj{g4Bb8 zASV+PvQ{~XdFi%F6}l;@X^EvdB}#Tl`4#c`Y4Iuf`MEaw5QV4)Ktxf^wb94o1RIdY zts;X`i}Q0zK|yb4WM*Om4h|GiL?l3TL}1l{EQ+opAS1sdADF0$GLt>?N>Ymoihv0W zVk6W(+$zw`LRcP}msw(G1T_Fn7)cjW1X(#2m6YcfWru(x10^JJs)CvX300(Y3dscE z7y#x1J1!f2c#g8;T5vFZ7clEqd%8G=L~y$v&<~>y})k!b$Ij_*Boec?7c@H{qFghl3r*G!+?2O}8vz5m}+81h%=^c1PKS83O{n;1@QN}0Z7^Xpv`mc7*YUNB{2a+8@u z6VE;{x%R3Bx1%7%JU02a%^lN%F zE%jh-`3kPxCsNfyV%|*TT~Hz7n*90eUlmUe899+_S!k}&6*}S*Quc$Du?mypn?RQoOuZK{=k6;xQ!K#XyN7Ju|PyZWn zMDN`Biup!2tQbXXfBj=p>r*o7QRYk6np)zppMvt=Rf6n1)cS_o?!bBEpWVW zzxWC@_m8>zq*a)GFBhEM{dHDh?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fv}^D+|iQgn+l(=$qJ^dTxyO@N4^8f>GF#SJzf zpIb!+r55Msl!C(E&dAKf1{@wJqKH_4=!n3o16dSZM?gk?Nj@-D6=f!S=9Q!t6%+we z7{o@XeYjPin}x7EG%vHn&IoD%nlO?sq!_YtEGj9_FUk%9#|COp;#3AT3KFbHDHW0p zz)=9q2XMaQ|Ei{ z!xO@M-(SD!`>3)=h^2Je2J^D5F{d?VMa9-GwO_78j!x3y?Z zAj4G~+4hAyrlqc*dNa%HszigAoqha~oP8H+mOXafayE9a!9u>WGK-y+(MulJo4!

{Sco1*{# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/icon.png b/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2c61755b52c35b9138c5aa7f93ec6e71bffa7871 GIT binary patch literal 1593 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=7^vU~2s2LA=96Y%V9v=5i71Ki^|4CM&(%vz$xlkvtH>$0h^0y1+`OA-|-a&z*EttxDlz$&bOY>=?Nk^)#sNw%$0gl~X?bAC~(f|;Iyo`I4b zmx6+VO;JjkRgjAtR6CGotCUevQedU8UtV6WS8lAAUzDzIXlZGwZ(yWvWTXpJp<7&; zSCUwvn^&w1F$89gOKNd)QD#9&W`3Rm$lS!F{L&IzB_)tWZ~$>9$H0x+$q?iKRIuN_L*U?(xRP#^yHq5LKwUA)=^;+UR4k-v;DstH_|# z;{2RaP`KM!n%RJZ0!0uJ0T2xl*fbyuqH74q$S=tUrl+FJWY4^k)S`kSVA=xPX9Tql zw+eK#5O#;=WtP~%3_ue`(uEW^R*pp_<@rU~A>epG1R_o)P-7qgij+Pfi60#Jz|?QY zWup(zNp@V%mxb~$FfjRex;TbJaJ~)o_78Rx`Ind7Qc!9C=1{nZp6(V`<|%VS?rwO| zv`YFX^9e4~PsSA-Axxj#MNAkEdHI&OX76G=)GMZ}=rs8q-}j!mL07V^3U2f6J^AI# zoq03g8>T;Fdis2i^@6E~7#7=l^gJ%xJ+Y%+lXKaHqX+i&-QKcutMlpi*H_-Xt=jRV zd*1~6f=%ZSTsAiTP#JCb>kaF>`@6Xp?f)>h#U}3b>)o#T)52Oly*PYaWOlU5PTu2@ z`>WU4$ImIf^YZ<&n>TcNwn&$7C%_^!e&PWtFDOYqF~P)RrY}dv#vx z+mV|31?|)Bt-W|{n`iU1w>;<0W?wzjc_fLaDOPdysp~DDCN*y^+BSEpyF4%F)yewt zqVAQxxweIq_1K#BTHaROvFh!q{eFz zK3OI`antZn#mM^|`vUTx9X{?q)pV<`M@~&xT=!J%TJAry)DFy+mU5`JKlnhdpM7PB z*G*T;g$Ycu3|n7Vm0iv>{N65lwq#bQ@Z<*>?{c(v2M9F!WqQbu$Pe0yk&>D6*Hq-gd*mBP7>5; hNwHl1#vxGFf@x_avz=0K&TUY!?dj_0vd$@?2>>-FL7@Nu literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-left.png b/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5988d571dc12ca1c485efc87735bbba3ce635640 GIT binary patch literal 1296 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`$IV84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fv}^D+|iQgn+l(=$qJ^dTxyO@N4^8f>GF#SJzf zpIb!+r55Msl!C(E&dAKf1{@wJqKH_4=!n3o16dSZM?gk?Nj@-D6=f!S=9Q!t6%+we z7{o@XeYjPin}x7EG%vHn&IoD%nlO?sq!_YtEGj9_FUk%9#|COp;#3AT3KFbHDHW0p zz)=9q2X*mm#I&6k+g^W`6|5prbv@a}`Hz?!tn&ug}I zy!5S_wCuBHzq<U{MO(OH#J#lhTTXtx$E#ub`D;1*mDf3?|1NQ# p_;-Kx%DB?a9Dh3C-ua-+#BaJLkNt{4Ehnfn@^tlcS?83{1OP7tpo#zh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-right.png b/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..09c015efac56e7935ff49a7488bea47ee21f706a GIT binary patch literal 1298 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`$IV84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fv}^D+|iQgn+l(=$qJ^dTxyO@N4^8f>GF#SJzf zpIb!+r55Msl!C(E&dAKf1{@wJqKH_4=!n3o16dSZM?gk?Nj@-D6=f!S=9Q!t6%+we z7{o@XeYjPin}x7EG%vHn&IoD%nlO?sq!_YtEGj9_FUk%9#|COp;#3AT3KFbHDHW0p zz)=9q2X1D--Z+E{R|F`Dg_uaXhW6tcgx!1%pi>paAZW9~hvW5@d6(?_2pParSE_c-* z{|Wn+{=e67Ep6>X)9_3GCW~F>Grp7k(%8AgO9|B?RC`-lOEe^_b5>b}$HEbI&63Re#m1*}He%`O5qM s!?yrm-qO5?#!wak2L?tE(OAW5$7GzxZoH}C0;oLlboFyt=akR{01HQ^j{pDw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/meta.json new file mode 100644 index 00000000000..373d2d77701 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Melee/throwing_knife.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} From 98861db72e4def5bc71fe9d6f7ca6faae42bd09b Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Mar 2024 04:14:12 +0000 Subject: [PATCH 101/213] Automatic changelog update (cherry picked from commit ab2d56a1ccbb8bcc3a096c9b9acbaf139cea49ec) --- 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 c590e660ed4..8655b84e136 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Nairodian - changes: - - message: Added four new reagent slimes, Mute Toxin, Norepinephric Acid, Ephedrine, - and Robust Harvest. - type: Add - id: 5711 - time: '2024-01-14T22:14:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24087 - author: Dygon changes: - message: The particle decelerator's projectile now deals less damage, has a shorter @@ -3802,3 +3794,11 @@ id: 6210 time: '2024-03-23T01:42:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26351 +- author: Ubaser + changes: + - message: You can now purchase a set of 4 throwing knives in the uplink as a bundle + for 12 TC. + type: Add + id: 6211 + time: '2024-03-23T04:13:06.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26026 From 43571180404ee345267abe3dfa3899813e13bf49 Mon Sep 17 00:00:00 2001 From: OnyxTheBrave <131422822+OnyxTheBrave@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:39:40 -0500 Subject: [PATCH 102/213] Changed black carpet texture to correctly align itself. (#26358) (cherry picked from commit 05f282f5ce2153bca840f287a8abcd3863a08e42) --- .../Carpets/black_carpet.rsi/carpet_5.png | Bin 1034 -> 960 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Structures/Furniture/Carpets/black_carpet.rsi/carpet_5.png b/Resources/Textures/Structures/Furniture/Carpets/black_carpet.rsi/carpet_5.png index c9163d94078f4d6e1c4f51f3716c5a7e6463cbcb..a5fd30733b3c85d057ed801454d9a823155ad020 100644 GIT binary patch delta 938 zcmV;b16BNr2*3xBB!3BTNLh0L02UzE?N2)WXjS3l_5I=14xma4(-B9 z6f6*Di4OG4VGIP`v!C1Wk)p^b_;O$0y2P?#+lT2;5#Py6N` ze}B&(h)BR{1XtzrnreCSb9>(99DXC%y}+`3zEYY_`0B2Qa_v)@N2_b5?dAvDCOep zDB-z5jdV$jEe==}2u(ue465bHwHF9Ia{ULJK~~>?zP~6XcAP$diHG1k-=`8;JwTuP zZ|ecr)&pY2wjMyef%N%46|w-*=lfLHY=G4HK9xx80dbo=5OF;qZj%Q>>JNzWe4mPV ztADI?e?cq*p;z_3fS;)Q3t}aJM1MhS1d!@45EnqYzd&37>HY$70i^2*;sQt`E`W4B zL0ka8pVxf^i{P#&h-W8fM+sC)&uFwB@L?|jAcHU8g9Y%%2^@$EaC1M~D^M*X@X7wS z?+e_XcfEcA&8vD};P`SES9jAx(n_ftX(K&BTmao8V4fT=>Msa`Kjo+RUv2`a)c^nh M07*qoM6N<$g3sEm0RR91 delta 1012 zcmVJW9wKj_dYORGj@V9$UQP?4NSO_!`h!AgXY z=zz`~#)g>p?AIwg8z0B{9`4@f{kj;4==b}i@wxm;|GM4A$$#E0whuF?lz=b4dgylV zP$;Yc0GiEH#N!F*x;8fc;=B=~%>RfoSOu=zZ2&;Eo&f-qSFh~FH=CzuHcwF~tfAYz z3uJzF0#5dBvAdPFUsvlHd-3sj0`YjlCc(0L%I6>7Qz2vfFf;a^VKk6TrtH_co`PXC zkk1!k7!B8>Fn=r938<6?+g=<20O)q_pzEoT@9DZ02ni$u0?>_M_UZG!IP-?lu+O@@ z17uiM5BYr2J|cfFTMyd^$_7u@H6)WM&&30SouJY%vJ)U1y!%2nj8w1_zzuc+X4%g2 zv7v&U0KYnKS-qK#jThJn5Qa}k+$0i&0ti1rg%q+AAb%k1yc-Gf;#E3Aks$yWCBZa1 zu&f>|s|VBU1hRM_Vgvx=I`8xoRD=ABx%|qQD`;8w4`a$WCHxklu^mI|^AKFK~C z$?1970n_XN7;Jwzr+4}1H|ZIuGD!9WbzQr6+WO;L;R&|zY3l~nx_9m`EQIO^?W}7! zs*R36H_jgR4v-=1ysQkvz^DaaPzwMC^#E=tSAT&?;jFyigX1iblLnh=TF;(>t5<6+kKsUW+;RLH@UfS(2n>U{z74%pay zM;hdJCIb4L}N?zq=FQ z^b=Hooq(ena8w)C2P!4F{eSvQuu23lrn0000 Date: Sun, 24 Mar 2024 03:34:56 +1100 Subject: [PATCH 103/213] Partial atmos refactor (#22521) * Reduce atmos component queries * Remove method events * Cache airtight data * Make MolesArchived nullable * Fix airtight cache * only get tile def once * Immutable mixtures * firelock queries * misc * misc cleanup * Trim disconnected tiles * Fix merge issues and bugs * Why does the PR keep increasing in scope * debug overlay * Fix bugs * Fix test, remove unused events * Add setmapatmos command * Fix overlays * Add map check * A * Resolve conflicts with #26102 * Remove some obsolete methods (cherry picked from commit 18a35e7e83b2b71ee84b054d44d9ed5e595dd618) --- .../Atmos/Overlays/GasTileOverlay.cs | 70 ++-- Content.Client/Mapping/MappingSystem.cs | 2 +- .../Tests/Body/LungTest.cs | 2 +- .../Interaction/InteractionTest.Helpers.cs | 7 +- .../Atmos/Commands/SetMapAtmosCommand.cs | 94 +++++ .../Atmos/Components/AirtightComponent.cs | 4 +- .../Components/GridAtmosphereComponent.cs | 8 +- .../Components/MapAtmosphereComponent.cs | 8 +- .../Atmos/EntitySystems/AirtightSystem.cs | 18 +- .../EntitySystems/AtmosDebugOverlaySystem.cs | 11 +- .../AtmosObstructionEnumerator.cs | 37 -- .../EntitySystems/AtmosphereSystem.API.cs | 45 +-- .../AtmosphereSystem.ExcitedGroup.cs | 28 +- .../AtmosphereSystem.GridAtmosphere.cs | 247 +++++--------- .../AtmosphereSystem.HighPressureDelta.cs | 2 - .../EntitySystems/AtmosphereSystem.LINDA.cs | 18 +- .../EntitySystems/AtmosphereSystem.Map.cs | 106 +++++- .../AtmosphereSystem.Monstermos.cs | 110 +++--- .../AtmosphereSystem.Processing.cs | 323 ++++++++++++------ .../AtmosphereSystem.Superconductivity.cs | 8 +- .../EntitySystems/AtmosphereSystem.Utils.cs | 62 ++-- .../Atmos/EntitySystems/AtmosphereSystem.cs | 7 + .../EntitySystems/AutomaticAtmosSystem.cs | 8 +- .../Atmos/EntitySystems/GasAnalyzerSystem.cs | 4 +- .../EntitySystems/GasTileOverlaySystem.cs | 6 +- Content.Server/Atmos/GasMixture.cs | 57 +++- .../Unary/EntitySystems/GasCanisterSystem.cs | 2 +- .../Unary/EntitySystems/GasCondenserSystem.cs | 2 +- .../TileAtmosCollectionSerializer.cs | 8 +- Content.Server/Atmos/TileAtmosphere.cs | 53 ++- Content.Server/Body/Systems/LungSystem.cs | 2 +- .../Chemistry/ReagentEffects/ModifyLungGas.cs | 13 +- .../Conditions/ComponentInTile.cs | 11 +- .../ExplosionSystem.Processing.cs | 4 +- Content.Server/Parallax/BiomeSystem.cs | 11 +- .../Power/Generator/GasPowerReceiverSystem.cs | 2 +- .../Salvage/SpawnSalvageMissionJob.cs | 6 +- Content.Server/Spreader/SpreaderSystem.cs | 69 ++-- Content.Shared/Atmos/Atmospherics.cs | 7 +- .../SharedGasTileOverlaySystem.cs | 3 + Content.Shared/Maps/ContentTileDefinition.cs | 6 +- Content.Shared/Maps/TurfHelpers.cs | 27 +- Resources/Locale/en-US/atmos/commands.ftl | 8 + 43 files changed, 891 insertions(+), 635 deletions(-) create mode 100644 Content.Server/Atmos/Commands/SetMapAtmosCommand.cs delete mode 100644 Content.Server/Atmos/EntitySystems/AtmosObstructionEnumerator.cs create mode 100644 Resources/Locale/en-US/atmos/commands.ftl diff --git a/Content.Client/Atmos/Overlays/GasTileOverlay.cs b/Content.Client/Atmos/Overlays/GasTileOverlay.cs index ef65d43fe85..f4dc274a4e5 100644 --- a/Content.Client/Atmos/Overlays/GasTileOverlay.cs +++ b/Content.Client/Atmos/Overlays/GasTileOverlay.cs @@ -8,7 +8,6 @@ using Robust.Client.Graphics; using Robust.Client.ResourceManagement; using Robust.Shared.Enums; -using Robust.Shared.Graphics; using Robust.Shared.Graphics.RSI; using Robust.Shared.Map; using Robust.Shared.Map.Components; @@ -23,7 +22,7 @@ public sealed class GasTileOverlay : Overlay private readonly IEntityManager _entManager; private readonly IMapManager _mapManager; - public override OverlaySpace Space => OverlaySpace.WorldSpaceEntities; + public override OverlaySpace Space => OverlaySpace.WorldSpaceEntities | OverlaySpace.WorldSpaceBelowWorld; private readonly ShaderInstance _shader; // Gas overlays @@ -79,7 +78,8 @@ public GasTileOverlay(GasTileOverlaySystem system, IEntityManager entManager, IR var rsi = resourceCache.GetResource(animated.RsiPath).RSI; var stateId = animated.RsiState; - if (!rsi.TryGetState(stateId, out var state)) continue; + if (!rsi.TryGetState(stateId, out var state)) + continue; _frames[i] = state.GetFrames(RsiDirection.South); _frameDelays[i] = state.GetDelays(); @@ -111,7 +111,8 @@ protected override void FrameUpdate(FrameEventArgs args) for (var i = 0; i < _gasCount; i++) { var delays = _frameDelays[i]; - if (delays.Length == 0) continue; + if (delays.Length == 0) + continue; var frameCount = _frameCounter[i]; _timer[i] += args.DeltaSeconds; @@ -127,7 +128,8 @@ protected override void FrameUpdate(FrameEventArgs args) for (var i = 0; i < FireStates; i++) { var delays = _fireFrameDelays[i]; - if (delays.Length == 0) continue; + if (delays.Length == 0) + continue; var frameCount = _fireFrameCounter[i]; _fireTimer[i] += args.DeltaSeconds; @@ -161,26 +163,10 @@ protected override void Draw(in OverlayDrawArgs args) var mapUid = _mapManager.GetMapEntityId(args.MapId); if (_entManager.TryGetComponent(mapUid, out var atmos)) - { - var bottomLeft = args.WorldAABB.BottomLeft.Floored(); - var topRight = args.WorldAABB.TopRight.Ceiled(); - - for (var x = bottomLeft.X; x <= topRight.X; x++) - { - for (var y = bottomLeft.Y; y <= topRight.Y; y++) - { - var tilePosition = new Vector2(x, y); - - for (var i = 0; i < atmos.OverlayData.Opacity.Length; i++) - { - var opacity = atmos.OverlayData.Opacity[i]; + DrawMapOverlay(drawHandle, args, mapUid, atmos); - if (opacity > 0) - args.WorldHandle.DrawTexture(_frames[i][_frameCounter[i]], tilePosition, Color.White.WithAlpha(opacity)); - } - } - } - } + if (args.Space != OverlaySpace.WorldSpaceEntities) + return; // TODO: WorldBounds callback. _mapManager.FindGridsIntersecting(args.MapId, args.WorldAABB, ref gridState, @@ -265,5 +251,41 @@ protected override void Draw(in OverlayDrawArgs args) drawHandle.UseShader(null); drawHandle.SetTransform(Matrix3.Identity); } + + private void DrawMapOverlay( + DrawingHandleWorld handle, + OverlayDrawArgs args, + EntityUid map, + MapAtmosphereComponent atmos) + { + var mapGrid = _entManager.HasComponent(map); + + // map-grid atmospheres get drawn above grids + if (mapGrid && args.Space != OverlaySpace.WorldSpaceEntities) + return; + + // Normal map atmospheres get drawn below grids + if (!mapGrid && args.Space != OverlaySpace.WorldSpaceBelowWorld) + return; + + var bottomLeft = args.WorldAABB.BottomLeft.Floored(); + var topRight = args.WorldAABB.TopRight.Ceiled(); + + for (var x = bottomLeft.X; x <= topRight.X; x++) + { + for (var y = bottomLeft.Y; y <= topRight.Y; y++) + { + var tilePosition = new Vector2(x, y); + + for (var i = 0; i < atmos.OverlayData.Opacity.Length; i++) + { + var opacity = atmos.OverlayData.Opacity[i]; + + if (opacity > 0) + handle.DrawTexture(_frames[i][_frameCounter[i]], tilePosition, Color.White.WithAlpha(opacity)); + } + } + } + } } } diff --git a/Content.Client/Mapping/MappingSystem.cs b/Content.Client/Mapping/MappingSystem.cs index 4456be36a65..8daf193dfeb 100644 --- a/Content.Client/Mapping/MappingSystem.cs +++ b/Content.Client/Mapping/MappingSystem.cs @@ -83,7 +83,7 @@ private void OnFillActionSlot(FillActionSlotEvent ev) if (tileDef is not ContentTileDefinition contentTileDef) return; - var tileIcon = contentTileDef.IsSpace + var tileIcon = contentTileDef.MapAtmosphere ? _spaceIcon : new Texture(contentTileDef.Sprite!.Value); diff --git a/Content.IntegrationTests/Tests/Body/LungTest.cs b/Content.IntegrationTests/Tests/Body/LungTest.cs index d0325480acd..f2e19849b00 100644 --- a/Content.IntegrationTests/Tests/Body/LungTest.cs +++ b/Content.IntegrationTests/Tests/Body/LungTest.cs @@ -128,7 +128,7 @@ await server.WaitAssertion(() => metaSys.Update(1.0f); metaSys.Update(1.0f); respSys.Update(2.0f); - Assert.That(GetMapMoles(), Is.EqualTo(startingMoles).Within(0.0001)); + Assert.That(GetMapMoles(), Is.EqualTo(startingMoles).Within(0.0002)); }); } diff --git a/Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs b/Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs index 84e1afaf45c..88448e7b800 100644 --- a/Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs +++ b/Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs @@ -1006,15 +1006,10 @@ protected async Task AddAtmosphere(EntityUid? uid = null) await Server.WaitPost(() => { var atmosSystem = SEntMan.System(); - var atmos = SEntMan.EnsureComponent(target); var moles = new float[Atmospherics.AdjustedNumberOfGases]; moles[(int) Gas.Oxygen] = 21.824779f; moles[(int) Gas.Nitrogen] = 82.10312f; - atmosSystem.SetMapAtmosphere(target, false, new GasMixture(2500) - { - Temperature = 293.15f, - Moles = moles, - }, atmos); + atmosSystem.SetMapAtmosphere(target, false, new GasMixture(moles, Atmospherics.T20C)); }); } diff --git a/Content.Server/Atmos/Commands/SetMapAtmosCommand.cs b/Content.Server/Atmos/Commands/SetMapAtmosCommand.cs new file mode 100644 index 00000000000..6f04cfb2da6 --- /dev/null +++ b/Content.Server/Atmos/Commands/SetMapAtmosCommand.cs @@ -0,0 +1,94 @@ +using Content.Server.Administration; +using Content.Server.Atmos.Components; +using Content.Server.Atmos.EntitySystems; +using Content.Shared.Administration; +using Content.Shared.Atmos; +using Robust.Shared.Console; +using Robust.Shared.Map; + +namespace Content.Server.Atmos.Commands; + +[AdminCommand(AdminFlags.Admin)] +public sealed class AddMapAtmosCommand : LocalizedCommands +{ + [Dependency] private readonly IEntityManager _entities = default!; + [Dependency] private readonly IMapManager _map = default!; + + private const string _cmd = "cmd-set-map-atmos"; + public override string Command => "setmapatmos"; + public override string Description => Loc.GetString($"{_cmd}-desc"); + public override string Help => Loc.GetString($"{_cmd}-help"); + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { + if (args.Length < 2) + { + shell.WriteLine(Help); + return; + } + + int.TryParse(args[0], out var id); + var map = _map.GetMapEntityId(new MapId(id)); + if (!map.IsValid()) + { + shell.WriteError(Loc.GetString("cmd-parse-failure-mapid", ("arg", args[0]))); + return; + } + + if (!bool.TryParse(args[1], out var space)) + { + shell.WriteError(Loc.GetString("cmd-parse-failure-bool", ("arg", args[1]))); + return; + } + + if (space || args.Length < 4) + { + _entities.RemoveComponent(map); + shell.WriteLine(Loc.GetString($"{_cmd}-removed", ("map", id))); + return; + } + + if (!float.TryParse(args[2], out var temp)) + { + shell.WriteError(Loc.GetString("cmd-parse-failure-float", ("arg", args[2]))); + return; + } + + var mix = new GasMixture(Atmospherics.CellVolume) {Temperature = Math.Min(temp, Atmospherics.TCMB)}; + for (var i = 0; i < Atmospherics.TotalNumberOfGases; i++) + { + if (args.Length == 3 + i) + break; + + if (!float.TryParse(args[3+i], out var moles)) + { + shell.WriteError(Loc.GetString("cmd-parse-failure-float", ("arg", args[3+i]))); + return; + } + + mix.AdjustMoles(i, moles); + } + + var atmos = _entities.EntitySysManager.GetEntitySystem(); + atmos.SetMapAtmosphere(map, space, mix); + shell.WriteLine(Loc.GetString($"{_cmd}-updated", ("map", id))); + } + + public override CompletionResult GetCompletion(IConsoleShell shell, string[] args) + { + if (args.Length == 1) + return CompletionResult.FromHintOptions(CompletionHelper.MapIds(_entities), Loc.GetString($"{_cmd}-hint-map")); + + if (args.Length == 2) + return CompletionResult.FromHintOptions(new[]{ "false", "true"}, Loc.GetString($"{_cmd}-hint-space")); + + if (!bool.TryParse(args[1], out var space) || space) + return CompletionResult.Empty; + + if (args.Length == 3) + return CompletionResult.FromHint(Loc.GetString($"{_cmd}-hint-temp")); + + var gas = (Gas) args.Length - 4; + return CompletionResult.FromHint(Loc.GetString($"{_cmd}-hint-gas" , ("gas", gas.ToString()))); + } +} diff --git a/Content.Server/Atmos/Components/AirtightComponent.cs b/Content.Server/Atmos/Components/AirtightComponent.cs index 897981724c9..ca107eafbe8 100644 --- a/Content.Server/Atmos/Components/AirtightComponent.cs +++ b/Content.Server/Atmos/Components/AirtightComponent.cs @@ -1,9 +1,10 @@ +using Content.Server.Atmos.EntitySystems; using Content.Shared.Atmos; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; namespace Content.Server.Atmos.Components { - [RegisterComponent] + [RegisterComponent, Access(typeof(AirtightSystem))] public sealed partial class AirtightComponent : Component { public (EntityUid Grid, Vector2i Tile) LastPosition { get; set; } @@ -29,6 +30,7 @@ public sealed partial class AirtightComponent : Component [DataField("noAirWhenFullyAirBlocked")] public bool NoAirWhenFullyAirBlocked { get; set; } = true; + [Access(Other = AccessPermissions.ReadWriteExecute)] public AtmosDirection AirBlockedDirection => (AtmosDirection)CurrentAirBlockedDirection; } } diff --git a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs index 7fcd63bc5d8..e682fd09644 100644 --- a/Content.Server/Atmos/Components/GridAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/GridAtmosphereComponent.cs @@ -28,6 +28,9 @@ public sealed partial class GridAtmosphereComponent : Component [IncludeDataField(customTypeSerializer:typeof(TileAtmosCollectionSerializer))] public Dictionary Tiles = new(1000); + [ViewVariables] + public HashSet MapTiles = new(1000); + [ViewVariables] public readonly HashSet ActiveTiles = new(1000); @@ -80,7 +83,10 @@ public sealed partial class GridAtmosphereComponent : Component public readonly HashSet InvalidatedCoords = new(1000); [ViewVariables] - public readonly Queue CurrentRunInvalidatedCoordinates = new(); + public readonly Queue CurrentRunInvalidatedTiles = new(); + + [ViewVariables] + public readonly List PossiblyDisconnectedTiles = new(100); [ViewVariables] public int InvalidatedCoordsCount => InvalidatedCoords.Count; diff --git a/Content.Server/Atmos/Components/MapAtmosphereComponent.cs b/Content.Server/Atmos/Components/MapAtmosphereComponent.cs index bbf5ea6403e..6bdef901d44 100644 --- a/Content.Server/Atmos/Components/MapAtmosphereComponent.cs +++ b/Content.Server/Atmos/Components/MapAtmosphereComponent.cs @@ -12,12 +12,14 @@ public sealed partial class MapAtmosphereComponent : SharedMapAtmosphereComponen ///

/// The default GasMixture a map will have. Space mixture by default. /// - [DataField("mixture"), ViewVariables(VVAccess.ReadWrite)] - public GasMixture? Mixture = GasMixture.SpaceGas; + [DataField, ViewVariables(VVAccess.ReadWrite)] + public GasMixture Mixture = GasMixture.SpaceGas; /// /// Whether empty tiles will be considered space or not. /// - [DataField("space"), ViewVariables(VVAccess.ReadWrite)] + [DataField, ViewVariables(VVAccess.ReadWrite)] public bool Space = true; + + public SharedGasTileOverlaySystem.GasOverlayData Overlay; } diff --git a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs index 97dccbaabb7..548d6a36926 100644 --- a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs @@ -2,7 +2,6 @@ using Content.Server.Explosion.EntitySystems; using Content.Shared.Atmos; using JetBrains.Annotations; -using Robust.Shared.Map; using Robust.Shared.Map.Components; namespace Content.Server.Atmos.EntitySystems @@ -10,7 +9,7 @@ namespace Content.Server.Atmos.EntitySystems [UsedImplicitly] public sealed class AirtightSystem : EntitySystem { - [Dependency] private readonly IMapManager _mapManager = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly AtmosphereSystem _atmosphereSystem = default!; [Dependency] private readonly ExplosionSystem _explosionSystem = default!; @@ -121,19 +120,16 @@ public void UpdatePosition(Entity ent, TransformComponent? xf if (!xform.Anchored || !TryComp(xform.GridUid, out MapGridComponent? grid)) return; - airtight.LastPosition = (xform.GridUid.Value, grid.TileIndicesFor(xform.Coordinates)); - InvalidatePosition(airtight.LastPosition.Item1, airtight.LastPosition.Item2, airtight.FixVacuum && !airtight.AirBlocked); + var indices = _transform.GetGridTilePositionOrDefault((ent, xform), grid); + airtight.LastPosition = (xform.GridUid.Value, indices); + InvalidatePosition((xform.GridUid.Value, grid), indices); } - public void InvalidatePosition(EntityUid gridId, Vector2i pos, bool fixVacuum = false) + public void InvalidatePosition(Entity grid, Vector2i pos) { - if (!TryComp(gridId, out MapGridComponent? grid)) - return; - var query = EntityManager.GetEntityQuery(); - _explosionSystem.UpdateAirtightMap(gridId, pos, grid, query); - // TODO make atmos system use query - _atmosphereSystem.InvalidateTile(gridId, pos); + _explosionSystem.UpdateAirtightMap(grid, pos, grid, query); + _atmosphereSystem.InvalidateTile(grid.Owner, pos); } private AtmosDirection Rotate(AtmosDirection myDirection, Angle myAngle) diff --git a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index 4af32fce58f..c0284f26c90 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -97,22 +97,19 @@ private void OnPlayerStatusChanged(object? sender, SessionStatusEventArgs e) } } - private AtmosDebugOverlayData ConvertTileToData(TileAtmosphere? tile) + private AtmosDebugOverlayData? ConvertTileToData(TileAtmosphere tile) { - if (tile == null) - return default; - return new AtmosDebugOverlayData( tile.GridIndices, tile.Air?.Temperature ?? default, tile.Air?.Moles, tile.PressureDirection, tile.LastPressureDirection, - tile.BlockedAirflow, + tile.AirtightData.BlockedDirections, tile.ExcitedGroup?.GetHashCode(), tile.Space, - false, - false); + tile.MapAtmosphere, + tile.NoGridTile); } public override void Update(float frameTime) diff --git a/Content.Server/Atmos/EntitySystems/AtmosObstructionEnumerator.cs b/Content.Server/Atmos/EntitySystems/AtmosObstructionEnumerator.cs deleted file mode 100644 index aed009e9a12..00000000000 --- a/Content.Server/Atmos/EntitySystems/AtmosObstructionEnumerator.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Diagnostics.CodeAnalysis; -using Content.Server.Atmos.Components; -using Robust.Shared.Map; -using Robust.Shared.Map.Enumerators; - -namespace Content.Server.Atmos.EntitySystems; - -public struct AtmosObstructionEnumerator -{ - private AnchoredEntitiesEnumerator _enumerator; - private EntityQuery _query; - - public AtmosObstructionEnumerator(AnchoredEntitiesEnumerator enumerator, EntityQuery query) - { - _enumerator = enumerator; - _query = query; - } - - public bool MoveNext([NotNullWhen(true)] out AirtightComponent? airtight) - { - if (!_enumerator.MoveNext(out var uid)) - { - airtight = null; - return false; - } - - // No rider, it makes it uglier. - // ReSharper disable once ConvertIfStatementToReturnStatement - if (!_query.TryGetComponent(uid.Value, out airtight)) - { - // ReSharper disable once TailRecursiveCall - return MoveNext(out airtight); - } - - return true; - } -} diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs index 310e602336a..cece99cacf6 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs @@ -85,10 +85,10 @@ public IEnumerable GetAllMixtures(EntityUid gridUid, bool excite = f return ev.Mixtures!; } - public void InvalidateTile(EntityUid gridUid, Vector2i tile) + public void InvalidateTile(Entity entity, Vector2i tile) { - var ev = new InvalidateTileMethodEvent(gridUid, tile); - RaiseLocalEvent(gridUid, ref ev); + if (_atmosQuery.Resolve(entity.Owner, ref entity.Comp, false)) + entity.Comp.InvalidatedCoords.Add(tile); } public GasMixture?[]? GetTileMixtures(EntityUid? gridUid, EntityUid? mapUid, List tiles, bool excite = false) @@ -176,11 +176,11 @@ public ReactionResult ReactTile(EntityUid gridId, Vector2i tile) public bool IsTileAirBlocked(EntityUid gridUid, Vector2i tile, AtmosDirection directions = AtmosDirection.All, MapGridComponent? mapGridComp = null) { - var ev = new IsTileAirBlockedMethodEvent(gridUid, tile, directions, mapGridComp); - RaiseLocalEvent(gridUid, ref ev); + if (!Resolve(gridUid, ref mapGridComp)) + return false; - // If nothing handled the event, it'll default to true. - return ev.Result; + var data = GetAirtightData(gridUid, mapGridComp, tile); + return data.BlockedDirections.IsFlagSet(directions); } public bool IsTileSpace(EntityUid? gridUid, EntityUid? mapUid, Vector2i tile, MapGridComponent? mapGridComp = null) @@ -231,12 +231,6 @@ public IEnumerable GetAdjacentTileMixtures(EntityUid gridUid, Vector return ev.Result ?? Enumerable.Empty(); } - public void UpdateAdjacent(EntityUid gridUid, Vector2i tile, MapGridComponent? mapGridComp = null) - { - var ev = new UpdateAdjacentMethodEvent(gridUid, tile, mapGridComp); - RaiseLocalEvent(gridUid, ref ev); - } - public void HotspotExpose(EntityUid gridUid, Vector2i tile, float exposedTemperature, float exposedVolume, EntityUid? sparkSourceUid = null, bool soh = false) { @@ -259,12 +253,6 @@ public bool IsHotspotActive(EntityUid gridUid, Vector2i tile) return ev.Result; } - public void FixTileVacuum(EntityUid gridUid, Vector2i tile) - { - var ev = new FixTileVacuumMethodEvent(gridUid, tile); - RaiseLocalEvent(gridUid, ref ev); - } - public void AddPipeNet(EntityUid gridUid, PipeNet pipeNet) { var ev = new AddPipeNetMethodEvent(gridUid, pipeNet); @@ -307,9 +295,6 @@ [ByRefEvent] private record struct IsSimulatedGridMethodEvent [ByRefEvent] private record struct GetAllMixturesMethodEvent (EntityUid Grid, bool Excite = false, IEnumerable? Mixtures = null, bool Handled = false); - [ByRefEvent] private record struct InvalidateTileMethodEvent - (EntityUid Grid, Vector2i Tile, bool Handled = false); - [ByRefEvent] private record struct GetTileMixturesMethodEvent (EntityUid? GridUid, EntityUid? MapUid, List Tiles, bool Excite = false, GasMixture?[]? Mixtures = null, bool Handled = false); @@ -319,16 +304,6 @@ [ByRefEvent] private record struct GetTileMixtureMethodEvent [ByRefEvent] private record struct ReactTileMethodEvent (EntityUid GridId, Vector2i Tile, ReactionResult Result = default, bool Handled = false); - [ByRefEvent] private record struct IsTileAirBlockedMethodEvent - (EntityUid Grid, Vector2i Tile, AtmosDirection Direction = AtmosDirection.All, MapGridComponent? MapGridComponent = null, bool Result = false, bool Handled = false) - { - /// - /// True if one of the enabled blockers has . Note - /// that this does not actually check if all directions are blocked. - /// - public bool NoAir = false; - } - [ByRefEvent] private record struct IsTileSpaceMethodEvent (EntityUid? Grid, EntityUid? Map, Vector2i Tile, MapGridComponent? MapGridComponent = null, bool Result = true, bool Handled = false); @@ -339,9 +314,6 @@ [ByRefEvent] private record struct GetAdjacentTileMixturesMethodEvent (EntityUid Grid, Vector2i Tile, bool IncludeBlocked, bool Excite, IEnumerable? Result = null, bool Handled = false); - [ByRefEvent] private record struct UpdateAdjacentMethodEvent - (EntityUid Grid, Vector2i Tile, MapGridComponent? MapGridComponent = null, bool Handled = false); - [ByRefEvent] private record struct HotspotExposeMethodEvent (EntityUid Grid, EntityUid? SparkSourceUid, Vector2i Tile, float ExposedTemperature, float ExposedVolume, bool soh, bool Handled = false); @@ -351,9 +323,6 @@ [ByRefEvent] private record struct HotspotExtinguishMethodEvent [ByRefEvent] private record struct IsHotspotActiveMethodEvent (EntityUid Grid, Vector2i Tile, bool Result = false, bool Handled = false); - [ByRefEvent] private record struct FixTileVacuumMethodEvent - (EntityUid Grid, Vector2i Tile, bool Handled = false); - [ByRefEvent] private record struct AddPipeNetMethodEvent (EntityUid Grid, PipeNet PipeNet, bool Handled = false); diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.ExcitedGroup.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.ExcitedGroup.cs index 1d809dcd032..de4c9199cf7 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.ExcitedGroup.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.ExcitedGroup.cs @@ -72,7 +72,8 @@ private void ExcitedGroupSelfBreakdown(GridAtmosphereComponent gridAtmosphere, E var tileSize = excitedGroup.Tiles.Count; - if (excitedGroup.Disposed) return; + if (excitedGroup.Disposed) + return; if (tileSize == 0) { @@ -98,7 +99,9 @@ private void ExcitedGroupSelfBreakdown(GridAtmosphereComponent gridAtmosphere, E foreach (var tile in excitedGroup.Tiles) { - if (tile?.Air == null) continue; + if (tile?.Air == null) + continue; + tile.Air.CopyFromMutable(combined); InvalidateVisuals(tile.GridIndex, tile.GridIndices); } @@ -106,21 +109,23 @@ private void ExcitedGroupSelfBreakdown(GridAtmosphereComponent gridAtmosphere, E excitedGroup.BreakdownCooldown = 0; } - private void ExcitedGroupDismantle(GridAtmosphereComponent gridAtmosphere, ExcitedGroup excitedGroup, bool unexcite = true) + /// + /// This de-activates and removes all tiles in an excited group. + /// + private void DeactivateGroupTiles(GridAtmosphereComponent gridAtmosphere, ExcitedGroup excitedGroup) { foreach (var tile in excitedGroup.Tiles) { tile.ExcitedGroup = null; - - if (!unexcite) - continue; - RemoveActiveTile(gridAtmosphere, tile); } excitedGroup.Tiles.Clear(); } + /// + /// This removes an excited group without de-activating its tiles. + /// private void ExcitedGroupDispose(GridAtmosphereComponent gridAtmosphere, ExcitedGroup excitedGroup) { if (excitedGroup.Disposed) @@ -129,9 +134,14 @@ private void ExcitedGroupDispose(GridAtmosphereComponent gridAtmosphere, Excited DebugTools.Assert(gridAtmosphere.ExcitedGroups.Contains(excitedGroup), "Grid Atmosphere does not contain Excited Group!"); excitedGroup.Disposed = true; - gridAtmosphere.ExcitedGroups.Remove(excitedGroup); - ExcitedGroupDismantle(gridAtmosphere, excitedGroup, false); + + foreach (var tile in excitedGroup.Tiles) + { + tile.ExcitedGroup = null; + } + + excitedGroup.Tiles.Clear(); } } } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs index 1f1a208b24b..d43cc81b0f8 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs @@ -14,6 +14,7 @@ public sealed partial class AtmosphereSystem private void InitializeGridAtmosphere() { SubscribeLocalEvent(OnGridAtmosphereInit); + SubscribeLocalEvent(OnGridAtmosphereStartup); SubscribeLocalEvent(OnAtmosphereRemove); SubscribeLocalEvent(OnGridSplit); @@ -22,19 +23,15 @@ private void InitializeGridAtmosphere() SubscribeLocalEvent(GridHasAtmosphere); SubscribeLocalEvent(GridIsSimulated); SubscribeLocalEvent(GridGetAllMixtures); - SubscribeLocalEvent(GridInvalidateTile); SubscribeLocalEvent(GridGetTileMixture); SubscribeLocalEvent(GridGetTileMixtures); SubscribeLocalEvent(GridReactTile); - SubscribeLocalEvent(GridIsTileAirBlocked); SubscribeLocalEvent(GridIsTileSpace); SubscribeLocalEvent(GridGetAdjacentTiles); SubscribeLocalEvent(GridGetAdjacentTileMixtures); - SubscribeLocalEvent(GridUpdateAdjacent); SubscribeLocalEvent(GridHotspotExpose); SubscribeLocalEvent(GridHotspotExtinguish); SubscribeLocalEvent(GridIsHotspotActive); - SubscribeLocalEvent(GridFixTileVacuum); SubscribeLocalEvent(GridAddPipeNet); SubscribeLocalEvent(GridRemovePipeNet); SubscribeLocalEvent(GridAddAtmosDevice); @@ -56,22 +53,23 @@ private void OnAtmosphereRemove(EntityUid uid, GridAtmosphereComponent component } } - private void OnGridAtmosphereInit(EntityUid uid, GridAtmosphereComponent gridAtmosphere, ComponentInit args) + private void OnGridAtmosphereInit(EntityUid uid, GridAtmosphereComponent component, ComponentInit args) { base.Initialize(); - if (!TryComp(uid, out MapGridComponent? mapGrid)) - return; - EnsureComp(uid); - - foreach (var (indices, tile) in gridAtmosphere.Tiles) + foreach (var tile in component.Tiles.Values) { - gridAtmosphere.InvalidatedCoords.Add(indices); tile.GridIndex = uid; } + } + + private void OnGridAtmosphereStartup(EntityUid uid, GridAtmosphereComponent component, ComponentStartup args) + { + if (!TryComp(uid, out MapGridComponent? mapGrid)) + return; - GridRepopulateTiles((uid, mapGrid, gridAtmosphere)); + InvalidateAllTiles((uid, mapGrid, component)); } private void OnGridSplit(EntityUid uid, GridAtmosphereComponent originalGridAtmos, ref GridSplitEvent args) @@ -104,8 +102,7 @@ private void OnGridSplit(EntityUid uid, GridAtmosphereComponent originalGridAtmo continue; // Copy a bunch of data over... Not great, maybe put this in TileAtmosphere? - newTileAtmosphere.Air = tileAtmosphere.Air?.Clone() ?? null; - newTileAtmosphere.MolesArchived = newTileAtmosphere.Air == null ? null : new float[Atmospherics.AdjustedNumberOfGases]; + newTileAtmosphere.Air = tileAtmosphere.Air?.Clone(); newTileAtmosphere.Hotspot = tileAtmosphere.Hotspot; newTileAtmosphere.HeatCapacity = tileAtmosphere.HeatCapacity; newTileAtmosphere.Temperature = tileAtmosphere.Temperature; @@ -170,15 +167,6 @@ IEnumerable EnumerateMixtures(EntityUid gridUid, GridAtmosphereCompo args.Handled = true; } - private void GridInvalidateTile(EntityUid uid, GridAtmosphereComponent component, ref InvalidateTileMethodEvent args) - { - if (args.Handled) - return; - - component.InvalidatedCoords.Add(args.Tile); - args.Handled = true; - } - private void GridGetTileMixture(EntityUid uid, GridAtmosphereComponent component, ref GetTileMixtureMethodEvent args) { @@ -233,43 +221,6 @@ private void GridReactTile(EntityUid uid, GridAtmosphereComponent component, ref args.Handled = true; } - private void GridIsTileAirBlocked(EntityUid uid, GridAtmosphereComponent component, - ref IsTileAirBlockedMethodEvent args) - { - if (args.Handled) - return; - - var mapGridComp = args.MapGridComponent; - - if (!Resolve(uid, ref mapGridComp)) - return; - - var directions = AtmosDirection.Invalid; - - var enumerator = GetObstructingComponentsEnumerator(mapGridComp, args.Tile); - - while (enumerator.MoveNext(out var obstructingComponent)) - { - if (!obstructingComponent.AirBlocked) - continue; - - // We set the directions that are air-blocked so far, - // as you could have a full obstruction with only 4 directional air blockers. - directions |= obstructingComponent.AirBlockedDirection; - args.NoAir |= obstructingComponent.NoAirWhenFullyAirBlocked; - - if (directions.IsFlagSet(args.Direction)) - { - args.Result = true; - args.Handled = true; - return; - } - } - - args.Result = false; - args.Handled = true; - } - private void GridIsTileSpace(EntityUid uid, GridAtmosphereComponent component, ref IsTileSpaceMethodEvent args) { if (args.Handled) @@ -331,71 +282,58 @@ IEnumerable EnumerateAdjacent(GridAtmosphereComponent grid, TileAtmo args.Handled = true; } - private void GridUpdateAdjacent(EntityUid uid, GridAtmosphereComponent component, - ref UpdateAdjacentMethodEvent args) + /// + /// Update array of adjacent tiles and the adjacency flags. Optionally activates all tiles with modified adjacencies. + /// + private void UpdateAdjacentTiles( + Entity ent, + TileAtmosphere tile, + bool activate = false) { - if (args.Handled) - return; - - var mapGridComp = args.MapGridComponent; - - if (!Resolve(uid, ref mapGridComp)) - return; - - var xform = Transform(uid); - EntityUid? mapUid = _mapManager.MapExists(xform.MapID) ? _mapManager.GetMapEntityId(xform.MapID) : null; - - if (!component.Tiles.TryGetValue(args.Tile, out var tile)) - return; + var uid = ent.Owner; + var atmos = ent.Comp1; + var blockedDirs = tile.AirtightData.BlockedDirections; + if (activate) + AddActiveTile(atmos, tile); tile.AdjacentBits = AtmosDirection.Invalid; - tile.BlockedAirflow = GetBlockedDirections(mapGridComp, tile.GridIndices); - for (var i = 0; i < Atmospherics.Directions; i++) { var direction = (AtmosDirection) (1 << i); + var adjacentIndices = tile.GridIndices.Offset(direction); - var otherIndices = tile.GridIndices.Offset(direction); - - if (!component.Tiles.TryGetValue(otherIndices, out var adjacent)) + TileAtmosphere? adjacent; + if (!tile.NoGridTile) { - adjacent = new TileAtmosphere(tile.GridIndex, otherIndices, - GetTileMixture(null, mapUid, otherIndices), - space: IsTileSpace(null, mapUid, otherIndices, mapGridComp)); + adjacent = GetOrNewTile(uid, atmos, adjacentIndices); } - - var oppositeDirection = direction.GetOpposite(); - - adjacent.BlockedAirflow = GetBlockedDirections(mapGridComp, adjacent.GridIndices); - - // Pass in MapGridComponent so we don't have to resolve it for every adjacent direction. - var tileBlockedEv = new IsTileAirBlockedMethodEvent(uid, tile.GridIndices, direction, mapGridComp); - GridIsTileAirBlocked(uid, component, ref tileBlockedEv); - - var adjacentBlockedEv = - new IsTileAirBlockedMethodEvent(uid, adjacent.GridIndices, oppositeDirection, mapGridComp); - GridIsTileAirBlocked(uid, component, ref adjacentBlockedEv); - - if (!adjacent.BlockedAirflow.IsFlagSet(oppositeDirection) && !tileBlockedEv.Result) + else if (!atmos.Tiles.TryGetValue(adjacentIndices, out adjacent)) { - adjacent.AdjacentBits |= oppositeDirection; - adjacent.AdjacentTiles[oppositeDirection.ToIndex()] = tile; + tile.AdjacentBits &= ~direction; + tile.AdjacentTiles[i] = null; + continue; } - else + + var adjBlockDirs = adjacent.AirtightData.BlockedDirections; + if (activate) + AddActiveTile(atmos, adjacent); + + var oppositeDirection = direction.GetOpposite(); + if (adjBlockDirs.IsFlagSet(oppositeDirection) || blockedDirs.IsFlagSet(direction)) { + // Adjacency is blocked by some airtight entity. + tile.AdjacentBits &= ~direction; adjacent.AdjacentBits &= ~oppositeDirection; + tile.AdjacentTiles[i] = null; adjacent.AdjacentTiles[oppositeDirection.ToIndex()] = null; } - - if (!tile.BlockedAirflow.IsFlagSet(direction) && !adjacentBlockedEv.Result) - { - tile.AdjacentBits |= direction; - tile.AdjacentTiles[direction.ToIndex()] = adjacent; - } else { - tile.AdjacentBits &= ~direction; - tile.AdjacentTiles[direction.ToIndex()] = null; + // No airtight entity in the way. + tile.AdjacentBits |= direction; + adjacent.AdjacentBits |= oppositeDirection; + tile.AdjacentTiles[i] = adjacent; + adjacent.AdjacentTiles[oppositeDirection.ToIndex()] = tile; } DebugTools.Assert(!(tile.AdjacentBits.IsFlagSet(direction) ^ @@ -409,6 +347,16 @@ private void GridUpdateAdjacent(EntityUid uid, GridAtmosphereComponent component tile.MonstermosInfo.CurrentTransferDirection = AtmosDirection.Invalid; } + private (GasMixture Air, bool IsSpace) GetDefaultMapAtmosphere(MapAtmosphereComponent? map) + { + if (map == null) + return (GasMixture.SpaceGas, true); + + var air = map.Mixture; + DebugTools.Assert(air.Immutable); + return (air, map.Space); + } + private void GridHotspotExpose(EntityUid uid, GridAtmosphereComponent component, ref HotspotExposeMethodEvent args) { if (args.Handled) @@ -451,54 +399,50 @@ private void GridIsHotspotActive(EntityUid uid, GridAtmosphereComponent componen args.Handled = true; } - private void GridFixTileVacuum(EntityUid uid, GridAtmosphereComponent component, ref FixTileVacuumMethodEvent args) + private void GridFixTileVacuum( + Entity ent, + TileAtmosphere tile, + float volume) { - if (args.Handled) - return; - - var adjEv = new GetAdjacentTileMixturesMethodEvent(uid, args.Tile, false, true); - GridGetAdjacentTileMixtures(uid, component, ref adjEv); - - if (!adjEv.Handled || !component.Tiles.TryGetValue(args.Tile, out var tile)) - return; - - if (!TryComp(uid, out var mapGridComp)) - return; - - var adjacent = adjEv.Result!.ToArray(); - - // Return early, let's not cause any funny NaNs or needless vacuums. - if (adjacent.Length == 0) - return; + DebugTools.AssertNotNull(tile.Air); + DebugTools.Assert(tile.Air?.Immutable == false ); + Array.Clear(tile.MolesArchived); + tile.ArchivedCycle = 0; - tile.Air = new GasMixture + var count = 0; + foreach (var adj in tile.AdjacentTiles) { - Volume = GetVolumeForTiles(mapGridComp, 1), - Temperature = Atmospherics.T20C - }; - - tile.MolesArchived = new float[Atmospherics.AdjustedNumberOfGases]; - tile.ArchivedCycle = 0; + if (adj?.Air != null) + count++; + } - var ratio = 1f / adjacent.Length; + var ratio = 1f / count; var totalTemperature = 0f; - foreach (var adj in adjacent) + foreach (var adj in tile.AdjacentTiles) { + if (adj?.Air == null) + continue; + totalTemperature += adj.Temperature; + // TODO ATMOS. Why is this removing and then re-adding air to the neighbouring tiles? + // Is it some rounding issue to do with Atmospherics.GasMinMoles? because otherwise this is just unnecessary. + // if we get rid of this, then this could also just add moles and then multiply by ratio at the end, rather + // than having to iterate over adjacent tiles twice. + // Remove a bit of gas from the adjacent ratio... - var mix = adj.RemoveRatio(ratio); + var mix = adj.Air.RemoveRatio(ratio); // And merge it to the new tile air. Merge(tile.Air, mix); // Return removed gas to its original mixture. - Merge(adj, mix); + Merge(adj.Air, mix); } // New temperature is the arithmetic mean of the sum of the adjacent temperatures... - tile.Air.Temperature = totalTemperature / adjacent.Length; + tile.Air.Temperature = totalTemperature / count; } private void GridAddPipeNet(EntityUid uid, GridAtmosphereComponent component, ref AddPipeNetMethodEvent args) @@ -547,30 +491,21 @@ private void GridRemoveAtmosDevice(EntityUid uid, GridAtmosphereComponent compon /// /// Repopulates all tiles on a grid atmosphere. /// - /// The grid where to get all valid tiles from. - /// The grid atmosphere where the tiles will be repopulated. - private void GridRepopulateTiles(Entity grid) + public void InvalidateAllTiles(Entity entity) { - var (uid, mapGrid, gridAtmosphere) = grid; - var volume = GetVolumeForTiles(mapGrid, 1); + var (uid, grid, atmos) = entity; + if (!Resolve(uid, ref grid, ref atmos)) + return; - foreach (var tile in mapGrid.GetAllTiles()) + foreach (var indices in atmos.Tiles.Keys) { - if (!gridAtmosphere.Tiles.ContainsKey(tile.GridIndices)) - gridAtmosphere.Tiles[tile.GridIndices] = new TileAtmosphere(tile.GridUid, tile.GridIndices, - new GasMixture(volume) { Temperature = Atmospherics.T20C }); - - gridAtmosphere.InvalidatedCoords.Add(tile.GridIndices); + atmos.InvalidatedCoords.Add(indices); } - TryComp(uid, out GasTileOverlayComponent? overlay); - - // Gotta do this afterwards so we can properly update adjacent tiles. - foreach (var (position, _) in gridAtmosphere.Tiles.ToArray()) + var enumerator = _map.GetAllTilesEnumerator(uid, grid); + while (enumerator.MoveNext(out var tile)) { - var ev = new UpdateAdjacentMethodEvent(uid, position); - GridUpdateAdjacent(uid, gridAtmosphere, ref ev); - InvalidateVisuals(uid, position, overlay); + atmos.InvalidatedCoords.Add(tile.Value.GridIndices); } } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 4d25292a667..0ec89feaef9 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -1,13 +1,11 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos; -using Content.Shared.Audio; using Content.Shared.Mobs.Components; using Content.Shared.Physics; using Robust.Shared.Audio; using Robust.Shared.Map; using Robust.Shared.Physics; using Robust.Shared.Physics.Components; -using Robust.Shared.Player; using Robust.Shared.Random; using Robust.Shared.Utility; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.LINDA.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.LINDA.cs index 795c6e0547e..c27e18b55b0 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.LINDA.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.LINDA.cs @@ -1,12 +1,13 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; +using Robust.Shared.Utility; namespace Content.Server.Atmos.EntitySystems { public sealed partial class AtmosphereSystem { - private void ProcessCell(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, int fireCount, GasTileOverlayComponent? visuals) + private void ProcessCell(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, int fireCount, GasTileOverlayComponent visuals) { // Can't process a tile without air if (tile.Air == null) @@ -116,15 +117,9 @@ private void ProcessCell(GridAtmosphereComponent gridAtmosphere, TileAtmosphere private void Archive(TileAtmosphere tile, int fireCount) { if (tile.Air != null) - { tile.Air.Moles.AsSpan().CopyTo(tile.MolesArchived.AsSpan()); - tile.TemperatureArchived = tile.Air.Temperature; - } - else - { - tile.TemperatureArchived = tile.Temperature; - } + tile.TemperatureArchived = tile.Temperature; tile.ArchivedCycle = fireCount; } @@ -166,6 +161,12 @@ private void AddActiveTile(GridAtmosphereComponent gridAtmosphere, TileAtmospher /// Whether to dispose of the tile's private void RemoveActiveTile(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, bool disposeExcitedGroup = true) { + DebugTools.Assert(tile.Excited == gridAtmosphere.ActiveTiles.Contains(tile)); + DebugTools.Assert(tile.Excited || tile.ExcitedGroup == null); + + if (!tile.Excited) + return; + tile.Excited = false; gridAtmosphere.ActiveTiles.Remove(tile); @@ -186,7 +187,6 @@ public float GetHeatCapacityArchived(TileAtmosphere tile) if (tile.Air == null) return tile.HeatCapacity; - // Moles archived is not null if air is not null. return GetHeatCapacityCalculation(tile.MolesArchived!, tile.Space); } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs index ab59aab7e96..ed105c8d33f 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Map.cs @@ -1,6 +1,8 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos.Components; using Robust.Shared.GameStates; +using Robust.Shared.Map.Components; +using Robust.Shared.Utility; namespace Content.Server.Atmos.EntitySystems; @@ -8,10 +10,25 @@ public partial class AtmosphereSystem { private void InitializeMap() { + SubscribeLocalEvent(OnMapStartup); + SubscribeLocalEvent(OnMapRemove); SubscribeLocalEvent(MapIsTileSpace); SubscribeLocalEvent(MapGetTileMixture); SubscribeLocalEvent(MapGetTileMixtures); SubscribeLocalEvent(OnMapGetState); + SubscribeLocalEvent(OnGridParentChanged); + } + + private void OnMapStartup(EntityUid uid, MapAtmosphereComponent component, ComponentInit args) + { + component.Mixture.MarkImmutable(); + component.Overlay = _gasTileOverlaySystem.GetOverlayData(component.Mixture); + } + + private void OnMapRemove(EntityUid uid, MapAtmosphereComponent component, ComponentRemove args) + { + if (!TerminatingOrDeleted(uid)) + RefreshAllGridMapAtmospheres(uid); } private void MapIsTileSpace(EntityUid uid, MapAtmosphereComponent component, ref IsTileSpaceMethodEvent args) @@ -28,54 +45,115 @@ private void MapGetTileMixture(EntityUid uid, MapAtmosphereComponent component, if (args.Handled) return; - // Clone the mixture, if possible. - args.Mixture = component.Mixture?.Clone(); + args.Mixture = component.Mixture; args.Handled = true; } private void MapGetTileMixtures(EntityUid uid, MapAtmosphereComponent component, ref GetTileMixturesMethodEvent args) { - if (args.Handled || component.Mixture == null) + if (args.Handled) return; args.Handled = true; args.Mixtures ??= new GasMixture?[args.Tiles.Count]; for (var i = 0; i < args.Tiles.Count; i++) { - args.Mixtures[i] ??= component.Mixture.Clone(); + args.Mixtures[i] ??= component.Mixture; } } private void OnMapGetState(EntityUid uid, MapAtmosphereComponent component, ref ComponentGetState args) { - args.State = new MapAtmosphereComponentState(_gasTileOverlaySystem.GetOverlayData(component.Mixture)); + args.State = new MapAtmosphereComponentState(component.Overlay); + } + + public void SetMapAtmosphere(EntityUid uid, bool space, GasMixture mixture) + { + DebugTools.Assert(HasComp(uid)); + var component = EnsureComp(uid); + SetMapGasMixture(uid, mixture, component, false); + SetMapSpace(uid, space, component, false); + RefreshAllGridMapAtmospheres(uid); } - public void SetMapAtmosphere(EntityUid uid, bool space, GasMixture mixture, MapAtmosphereComponent? component = null) + public void SetMapGasMixture(EntityUid uid, GasMixture mixture, MapAtmosphereComponent? component = null, bool updateTiles = true) { if (!Resolve(uid, ref component)) return; - component.Space = space; + if (!mixture.Immutable) + { + mixture = mixture.Clone(); + mixture.MarkImmutable(); + } + component.Mixture = mixture; + component.Overlay = _gasTileOverlaySystem.GetOverlayData(component.Mixture); Dirty(uid, component); + if (updateTiles) + RefreshAllGridMapAtmospheres(uid); } - public void SetMapGasMixture(EntityUid uid, GasMixture? mixture, MapAtmosphereComponent? component = null) + public void SetMapSpace(EntityUid uid, bool space, MapAtmosphereComponent? component = null, bool updateTiles = true) { if (!Resolve(uid, ref component)) return; - component.Mixture = mixture; - Dirty(uid, component); + if (component.Space == space) + return; + + component.Space = space; + + if (updateTiles) + RefreshAllGridMapAtmospheres(uid); } - public void SetMapSpace(EntityUid uid, bool space, MapAtmosphereComponent? component = null) + /// + /// Forces a refresh of all MapAtmosphere tiles on every grid on a map. + /// + public void RefreshAllGridMapAtmospheres(EntityUid map) { - if (!Resolve(uid, ref component)) + DebugTools.Assert(HasComp(map)); + var enumerator = AllEntityQuery(); + while (enumerator.MoveNext(out var grid, out var atmos, out var xform)) + { + if (xform.MapUid == map) + RefreshMapAtmosphereTiles((grid, atmos)); + } + } + + /// + /// Forces a refresh of all MapAtmosphere tiles on a given grid. + /// + private void RefreshMapAtmosphereTiles(Entity grid) + { + if (!Resolve(grid.Owner, ref grid.Comp)) return; - component.Space = space; - Dirty(uid, component); + var atmos = grid.Comp; + foreach (var tile in atmos.MapTiles) + { + RemoveMapAtmos(atmos, tile); + atmos.InvalidatedCoords.Add(tile.GridIndices); + } + atmos.MapTiles.Clear(); + } + + /// + /// Handles updating map-atmospheres when grids move across maps. + /// + private void OnGridParentChanged(Entity grid, ref EntParentChangedMessage args) + { + // Do nothing if detaching to nullspace + if (!args.Transform.ParentUid.IsValid()) + return; + + // Avoid doing work if moving from a space-map to another space-map. + if (args.OldParent == null + || HasComp(args.OldParent) + || HasComp(args.Transform.ParentUid)) + { + RefreshMapAtmosphereTiles((grid, grid)); + } } } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs index 737976a8297..dcbc1e86ee2 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Monstermos.cs @@ -5,7 +5,6 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Components; using Content.Shared.Database; -using Content.Shared.Doors.Components; using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Random; @@ -27,7 +26,10 @@ public sealed partial class AtmosphereSystem private readonly TileAtmosphere[] _depressurizeSpaceTiles = new TileAtmosphere[Atmospherics.MonstermosHardTileLimit]; private readonly TileAtmosphere[] _depressurizeProgressionOrder = new TileAtmosphere[Atmospherics.MonstermosHardTileLimit * 2]; - private void EqualizePressureInZone(Entity ent, TileAtmosphere tile, int cycleNum, GasTileOverlayComponent? visuals) + private void EqualizePressureInZone( + Entity ent, + TileAtmosphere tile, + int cycleNum) { if (tile.Air == null || (tile.MonstermosInfo.LastCycle >= cycleNum)) return; // Already done. @@ -56,7 +58,7 @@ private void EqualizePressureInZone(Entity ent, TileAtmosphere tile, int cycleNum, GasTileOverlayComponent? visuals) + private void ExplosivelyDepressurize( + Entity ent, + TileAtmosphere tile, + int cycleNum) { // Check if explosive depressurization is enabled and if the tile is valid. if (!MonstermosDepressurization || tile.Air == null) @@ -368,7 +382,7 @@ private void ExplosivelyDepressurize(Entity= limit) break; + if (tileCount >= limit) + break; } } else @@ -437,13 +458,21 @@ private void ExplosivelyDepressurize(Entity 10 && (totalMolesRemoved / tileCount) > 10) + if (tileCount > 10 && (totalMolesRemoved / tileCount) > 10) _adminLog.Add(LogType.ExplosiveDepressurization, LogImpact.High, $"Explosive depressurization removed {totalMolesRemoved} moles from {tileCount} tiles starting from position {tile.GridIndices:position} on grid ID {tile.GridIndex:grid}"); @@ -544,36 +573,33 @@ private void ExplosivelyDepressurize(Entity ent, TileAtmosphere tile, TileAtmosphere other, GasTileOverlayComponent? visuals, MapGridComponent mapGrid) + private void ConsiderFirelocks( + Entity ent, + TileAtmosphere tile, + TileAtmosphere other) { var reconsiderAdjacent = false; - foreach (var entity in mapGrid.GetAnchoredEntities(tile.GridIndices)) + var mapGrid = ent.Comp3; + foreach (var entity in _map.GetAnchoredEntities(ent.Owner, mapGrid, tile.GridIndices)) { - if (!TryComp(entity, out FirelockComponent? firelock)) - continue; - - reconsiderAdjacent |= _firelockSystem.EmergencyPressureStop(entity, firelock); + if (_firelockQuery.TryGetComponent(entity, out var firelock)) + reconsiderAdjacent |= _firelockSystem.EmergencyPressureStop(entity, firelock); } - foreach (var entity in mapGrid.GetAnchoredEntities(other.GridIndices)) + foreach (var entity in _map.GetAnchoredEntities(ent.Owner, mapGrid, other.GridIndices)) { - if (!TryComp(entity, out FirelockComponent? firelock)) - continue; - - reconsiderAdjacent |= _firelockSystem.EmergencyPressureStop(entity, firelock); + if (_firelockQuery.TryGetComponent(entity, out var firelock)) + reconsiderAdjacent |= _firelockSystem.EmergencyPressureStop(entity, firelock); } if (!reconsiderAdjacent) return; - var (owner, gridAtmosphere) = ent; - var tileEv = new UpdateAdjacentMethodEvent(owner, tile.GridIndices); - var otherEv = new UpdateAdjacentMethodEvent(owner, other.GridIndices); - GridUpdateAdjacent(owner, gridAtmosphere, ref tileEv); - GridUpdateAdjacent(owner, gridAtmosphere, ref otherEv); - InvalidateVisuals(tile.GridIndex, tile.GridIndices, visuals); - InvalidateVisuals(other.GridIndex, other.GridIndices, visuals); + UpdateAdjacentTiles(ent, tile); + UpdateAdjacentTiles(ent, other); + InvalidateVisuals(tile.GridIndex, tile.GridIndices, ent); + InvalidateVisuals(other.GridIndex, other.GridIndices, ent); } private void FinalizeEq(GridAtmosphereComponent gridAtmosphere, TileAtmosphere tile, GasTileOverlayComponent? visuals) @@ -642,7 +668,7 @@ private void AdjustEqMovement(TileAtmosphere tile, AtmosDirection direction, flo if (adj == null) { var nonNull = tile.AdjacentTiles.Where(x => x != null).Count(); - Log.Error($"Encountered null adjacent tile in {nameof(AdjustEqMovement)}. Dir: {direction}, Tile: {tile.Tile}, non-null adj count: {nonNull}, Trace: {Environment.StackTrace}"); + Log.Error($"Encountered null adjacent tile in {nameof(AdjustEqMovement)}. Dir: {direction}, Tile: ({tile.GridIndex}, {tile.GridIndices}), non-null adj count: {nonNull}, Trace: {Environment.StackTrace}"); return; } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs index 4f8df0af670..1f3ca2145b9 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs @@ -1,6 +1,5 @@ using Content.Server.Atmos.Components; using Content.Server.Atmos.Piping.Components; -using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; using Content.Shared.Atmos.Components; using Content.Shared.Maps; @@ -8,6 +7,7 @@ using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Timing; +using Robust.Shared.Utility; namespace Content.Server.Atmos.EntitySystems { @@ -30,131 +30,249 @@ public sealed partial class AtmosphereSystem private int _currentRunAtmosphereIndex; private bool _simulationPaused; - private readonly List> _currentRunAtmosphere = new(); + private TileAtmosphere GetOrNewTile(EntityUid owner, GridAtmosphereComponent atmosphere, Vector2i index) + { + var tile = atmosphere.Tiles.GetOrNew(index, out var existing); + if (existing) + return tile; + + atmosphere.InvalidatedCoords.Add(index); + tile.GridIndex = owner; + tile.GridIndices = index; + return tile; + } + + private readonly List> _currentRunAtmosphere = new(); /// /// Revalidates all invalid coordinates in a grid atmosphere. + /// I.e., process any tiles that have had their airtight blockers modified. /// /// The grid atmosphere in question. /// Whether the process succeeded or got paused due to time constrains. - private bool ProcessRevalidate(Entity ent, GasTileOverlayComponent? visuals) + private bool ProcessRevalidate(Entity ent) { - var (owner, atmosphere) = ent; + if (ent.Comp4.MapUid == null) + { + Log.Error($"Attempted to process atmosphere on a map-less grid? Grid: {ToPrettyString(ent)}"); + return true; + } + + var (uid, atmosphere, visuals, grid, xform) = ent; + var volume = GetVolumeForTiles(grid); + TryComp(xform.MapUid, out MapAtmosphereComponent? mapAtmos); + if (!atmosphere.ProcessingPaused) { - atmosphere.CurrentRunInvalidatedCoordinates.Clear(); - atmosphere.CurrentRunInvalidatedCoordinates.EnsureCapacity(atmosphere.InvalidatedCoords.Count); - foreach (var tile in atmosphere.InvalidatedCoords) + atmosphere.CurrentRunInvalidatedTiles.Clear(); + atmosphere.CurrentRunInvalidatedTiles.EnsureCapacity(atmosphere.InvalidatedCoords.Count); + foreach (var indices in atmosphere.InvalidatedCoords) { - atmosphere.CurrentRunInvalidatedCoordinates.Enqueue(tile); + var tile = GetOrNewTile(uid, atmosphere, indices); + atmosphere.CurrentRunInvalidatedTiles.Enqueue(tile); + + // Update tile.IsSpace and tile.MapAtmosphere, and tile.AirtightData. + UpdateTileData(ent, mapAtmos, tile); } atmosphere.InvalidatedCoords.Clear(); + + if (_simulationStopwatch.Elapsed.TotalMilliseconds >= AtmosMaxProcessTime) + return false; } - if (!TryComp(owner, out MapGridComponent? mapGridComp)) - return true; + var number = 0; + while (atmosphere.CurrentRunInvalidatedTiles.TryDequeue(out var tile)) + { + DebugTools.Assert(atmosphere.Tiles.GetValueOrDefault(tile.GridIndices) == tile); + UpdateAdjacentTiles(ent, tile, activate: true); + UpdateTileAir(ent, tile, volume); + InvalidateVisuals(uid, tile.GridIndices, visuals); - var mapUid = _mapManager.GetMapEntityIdOrThrow(Transform(owner).MapID); + if (number++ < InvalidCoordinatesLagCheckIterations) + continue; - var volume = GetVolumeForTiles(mapGridComp); + number = 0; + // Process the rest next time. + if (_simulationStopwatch.Elapsed.TotalMilliseconds >= AtmosMaxProcessTime) + return false; + } - var number = 0; - while (atmosphere.CurrentRunInvalidatedCoordinates.TryDequeue(out var indices)) + TrimDisconnectedMapTiles(ent); + return true; + } + + /// + /// This method queued a tile and all of its neighbours up for processing by . + /// + public void QueueTileTrim(GridAtmosphereComponent atmos, TileAtmosphere tile) + { + if (!tile.TrimQueued) { - if (!atmosphere.Tiles.TryGetValue(indices, out var tile)) + tile.TrimQueued = true; + atmos.PossiblyDisconnectedTiles.Add(tile); + } + + for (var i = 0; i < Atmospherics.Directions; i++) + { + var direction = (AtmosDirection) (1 << i); + var indices = tile.GridIndices.Offset(direction); + if (atmos.Tiles.TryGetValue(indices, out var adj) + && adj.NoGridTile + && !adj.TrimQueued) { - tile = new TileAtmosphere(owner, indices, - new GasMixture(volume) { Temperature = Atmospherics.T20C }); - atmosphere.Tiles[indices] = tile; + adj.TrimQueued = true; + atmos.PossiblyDisconnectedTiles.Add(adj); } + } + } - var airBlockedEv = new IsTileAirBlockedMethodEvent(owner, indices, MapGridComponent:mapGridComp); - GridIsTileAirBlocked(owner, atmosphere, ref airBlockedEv); - var isAirBlocked = airBlockedEv.Result; + /// + /// Tiles in a are either grid-tiles, or they they should be are tiles + /// adjacent to grid-tiles that represent the map's atmosphere. This method trims any map-tiles that are no longer + /// adjacent to any grid-tiles. + /// + private void TrimDisconnectedMapTiles( + Entity ent) + { + var atmos = ent.Comp1; - var oldBlocked = tile.BlockedAirflow; - var updateAdjacentEv = new UpdateAdjacentMethodEvent(owner, indices, mapGridComp); - GridUpdateAdjacent(owner, atmosphere, ref updateAdjacentEv); + foreach (var tile in atmos.PossiblyDisconnectedTiles) + { + tile.TrimQueued = false; + if (!tile.NoGridTile) + continue; - // Blocked airflow changed, rebuild excited groups! - if (tile.Excited && tile.BlockedAirflow != oldBlocked) + var connected = false; + for (var i = 0; i < Atmospherics.Directions; i++) { - RemoveActiveTile(atmosphere, tile); + var indices = tile.GridIndices.Offset((AtmosDirection) (1 << i)); + if (_map.TryGetTile(ent.Comp3, indices, out var gridTile) && !gridTile.IsEmpty) + { + connected = true; + break; + } } - // Call this instead of the grid method as the map has a say on whether the tile is space or not. - if ((!mapGridComp.TryGetTileRef(indices, out var t) || t.IsSpace(_tileDefinitionManager)) && !isAirBlocked) + if (!connected) { - tile.Air = GetTileMixture(null, mapUid, indices); - tile.MolesArchived = tile.Air != null ? new float[Atmospherics.AdjustedNumberOfGases] : null; - tile.Space = IsTileSpace(null, mapUid, indices, mapGridComp); + RemoveActiveTile(atmos, tile); + atmos.Tiles.Remove(tile.GridIndices); } - else if (isAirBlocked) + } + + atmos.PossiblyDisconnectedTiles.Clear(); + } + + /// + /// Checks whether a tile has a corresponding grid-tile, or whether it is a "map" tile. Also checks whether the + /// tile should be considered "space" + /// + private void UpdateTileData( + Entity ent, + MapAtmosphereComponent? mapAtmos, + TileAtmosphere tile) + { + var idx = tile.GridIndices; + bool mapAtmosphere; + if (_map.TryGetTile(ent.Comp3, idx, out var gTile) && !gTile.IsEmpty) + { + var contentDef = (ContentTileDefinition) _tileDefinitionManager[gTile.TypeId]; + mapAtmosphere = contentDef.MapAtmosphere; + tile.ThermalConductivity = contentDef.ThermalConductivity; + tile.HeatCapacity = contentDef.HeatCapacity; + tile.NoGridTile = false; + } + else + { + mapAtmosphere = true; + tile.ThermalConductivity = 0.5f; + tile.HeatCapacity = float.PositiveInfinity; + + if (!tile.NoGridTile) { - if (airBlockedEv.NoAir) - { - tile.Air = null; - tile.MolesArchived = null; - tile.ArchivedCycle = 0; - tile.LastShare = 0f; - tile.Hotspot = new Hotspot(); - } + tile.NoGridTile = true; + + // This tile just became a non-grid atmos tile. + // It, or one of its neighbours, might now be completely disconnected from the grid. + QueueTileTrim(ent.Comp1, tile); } - else - { - if (tile.Air == null && NeedsVacuumFixing(mapGridComp, indices)) - { - var vacuumEv = new FixTileVacuumMethodEvent(owner, indices); - GridFixTileVacuum(owner, atmosphere, ref vacuumEv); - } + } - // Tile used to be space, but isn't anymore. - if (tile.Space || (tile.Air?.Immutable ?? false)) - { - tile.Air = null; - tile.MolesArchived = null; - tile.ArchivedCycle = 0; - tile.LastShare = 0f; - tile.Space = false; - } + UpdateAirtightData(ent.Owner, ent.Comp1, ent.Comp3, tile); - tile.Air ??= new GasMixture(volume){Temperature = Atmospherics.T20C}; - tile.MolesArchived ??= new float[Atmospherics.AdjustedNumberOfGases]; + if (mapAtmosphere) + { + if (!tile.MapAtmosphere) + { + (tile.Air, tile.Space) = GetDefaultMapAtmosphere(mapAtmos); + tile.MapAtmosphere = true; + ent.Comp1.MapTiles.Add(tile); } - // We activate the tile. - AddActiveTile(atmosphere, tile); + DebugTools.AssertNotNull(tile.Air); + DebugTools.Assert(tile.Air?.Immutable ?? false); + return; + } - // TODO ATMOS: Query all the contents of this tile (like walls) and calculate the correct thermal conductivity and heat capacity - var tileDef = mapGridComp.TryGetTileRef(indices, out var tileRef) - ? tileRef.GetContentTileDefinition(_tileDefinitionManager) - : null; + if (!tile.MapAtmosphere) + return; - tile.ThermalConductivity = tileDef?.ThermalConductivity ?? 0.5f; - tile.HeatCapacity = tileDef?.HeatCapacity ?? float.PositiveInfinity; - InvalidateVisuals(owner, indices, visuals); + // Tile used to be exposed to the map's atmosphere, but isn't anymore. + RemoveMapAtmos(ent.Comp1, tile); + } - for (var i = 0; i < Atmospherics.Directions; i++) - { - var direction = (AtmosDirection) (1 << i); - var otherIndices = indices.Offset(direction); + private void RemoveMapAtmos(GridAtmosphereComponent atmos, TileAtmosphere tile) + { + DebugTools.Assert(tile.MapAtmosphere); + DebugTools.AssertNotNull(tile.Air); + DebugTools.Assert(tile.Air?.Immutable ?? false); + tile.MapAtmosphere = false; + atmos.MapTiles.Remove(tile); + tile.Air = null; + Array.Clear(tile.MolesArchived); + tile.ArchivedCycle = 0; + tile.LastShare = 0f; + tile.Space = false; + } - if (atmosphere.Tiles.TryGetValue(otherIndices, out var otherTile)) - AddActiveTile(atmosphere, otherTile); - } + /// + /// Check whether a grid-tile should have an air mixture, and give it one if it doesn't already have one. + /// + private void UpdateTileAir( + Entity ent, + TileAtmosphere tile, + float volume) + { + if (tile.MapAtmosphere) + { + DebugTools.AssertNotNull(tile.Air); + DebugTools.Assert(tile.Air?.Immutable ?? false); + return; + } - if (number++ < InvalidCoordinatesLagCheckIterations) - continue; + var data = tile.AirtightData; + var fullyBlocked = data.BlockedDirections == AtmosDirection.All; - number = 0; - // Process the rest next time. - if (_simulationStopwatch.Elapsed.TotalMilliseconds >= AtmosMaxProcessTime) - { - return false; - } + if (fullyBlocked && data.NoAirWhenBlocked) + { + if (tile.Air == null) + return; + + tile.Air = null; + Array.Clear(tile.MolesArchived); + tile.ArchivedCycle = 0; + tile.LastShare = 0f; + tile.Hotspot = new Hotspot(); + return; } - return true; + if (tile.Air != null) + return; + + tile.Air = new GasMixture(volume){Temperature = Atmospherics.T20C}; + + if (data.FixVacuum) + GridFixTileVacuum(ent, tile, volume); } private void QueueRunTiles( @@ -170,19 +288,16 @@ private void QueueRunTiles( } } - private bool ProcessTileEqualize(Entity ent, GasTileOverlayComponent? visuals) + private bool ProcessTileEqualize(Entity ent) { - var (uid, atmosphere) = ent; + var atmosphere = ent.Comp1; if (!atmosphere.ProcessingPaused) QueueRunTiles(atmosphere.CurrentRunTiles, atmosphere.ActiveTiles); - if (!TryComp(uid, out MapGridComponent? mapGridComp)) - throw new Exception("Tried to process a grid atmosphere on an entity that isn't a grid!"); - var number = 0; while (atmosphere.CurrentRunTiles.TryDequeue(out var tile)) { - EqualizePressureInZone((uid, mapGridComp, atmosphere), tile, atmosphere.UpdateCounter, visuals); + EqualizePressureInZone(ent, tile, atmosphere.UpdateCounter); if (number++ < LagCheckIterations) continue; @@ -198,7 +313,7 @@ private bool ProcessTileEqualize(Entity ent, GasTileOve return true; } - private bool ProcessActiveTiles(GridAtmosphereComponent atmosphere, GasTileOverlayComponent? visuals) + private bool ProcessActiveTiles(GridAtmosphereComponent atmosphere, GasTileOverlayComponent visuals) { if(!atmosphere.ProcessingPaused) QueueRunTiles(atmosphere.CurrentRunTiles, atmosphere.ActiveTiles); @@ -240,11 +355,11 @@ private bool ProcessExcitedGroups(GridAtmosphereComponent gridAtmosphere) excitedGroup.BreakdownCooldown++; excitedGroup.DismantleCooldown++; - if(excitedGroup.BreakdownCooldown > Atmospherics.ExcitedGroupBreakdownCycles) + if (excitedGroup.BreakdownCooldown > Atmospherics.ExcitedGroupBreakdownCycles) ExcitedGroupSelfBreakdown(gridAtmosphere, excitedGroup); - - else if(excitedGroup.DismantleCooldown > Atmospherics.ExcitedGroupsDismantleCycles) - ExcitedGroupDismantle(gridAtmosphere, excitedGroup); + else if (excitedGroup.DismantleCooldown > Atmospherics.ExcitedGroupsDismantleCycles) + DeactivateGroupTiles(gridAtmosphere, excitedGroup); + // TODO ATMOS. What is the point of this? why is this only de-exciting the group? Shouldn't it also dismantle it? if (number++ < LagCheckIterations) continue; @@ -435,10 +550,10 @@ private void UpdateProcessing(float frameTime) _currentRunAtmosphereIndex = 0; _currentRunAtmosphere.Clear(); - var query = EntityQueryEnumerator(); - while (query.MoveNext(out var uid, out var grid)) + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var atmos, out var overlay, out var grid, out var xform )) { - _currentRunAtmosphere.Add((uid, grid)); + _currentRunAtmosphere.Add((uid, atmos, overlay, grid, xform)); } } @@ -448,8 +563,7 @@ private void UpdateProcessing(float frameTime) for (; _currentRunAtmosphereIndex < _currentRunAtmosphere.Count; _currentRunAtmosphereIndex++) { var ent = _currentRunAtmosphere[_currentRunAtmosphereIndex]; - var (owner, atmosphere) = ent; - TryComp(owner, out GasTileOverlayComponent? visuals); + var (owner, atmosphere, visuals, grid, xform) = ent; if (!TryComp(owner, out TransformComponent? x) || x.MapUid == null @@ -474,13 +588,14 @@ private void UpdateProcessing(float frameTime) switch (atmosphere.State) { case AtmosphereProcessingState.Revalidate: - if (!ProcessRevalidate(ent, visuals)) + if (!ProcessRevalidate(ent)) { atmosphere.ProcessingPaused = true; return; } atmosphere.ProcessingPaused = false; + // Next state depends on whether monstermos equalization is enabled or not. // Note: We do this here instead of on the tile equalization step to prevent ending it early. // Therefore, a change to this CVar might only be applied after that step is over. @@ -489,7 +604,7 @@ private void UpdateProcessing(float frameTime) : AtmosphereProcessingState.ActiveTiles; continue; case AtmosphereProcessingState.TileEqualize: - if (!ProcessTileEqualize(ent, visuals)) + if (!ProcessTileEqualize(ent)) { atmosphere.ProcessingPaused = true; return; @@ -499,7 +614,7 @@ private void UpdateProcessing(float frameTime) atmosphere.State = AtmosphereProcessingState.ActiveTiles; continue; case AtmosphereProcessingState.ActiveTiles: - if (!ProcessActiveTiles(atmosphere, visuals)) + if (!ProcessActiveTiles(ent, ent)) { atmosphere.ProcessingPaused = true; return; @@ -520,7 +635,7 @@ private void UpdateProcessing(float frameTime) atmosphere.State = AtmosphereProcessingState.HighPressureDelta; continue; case AtmosphereProcessingState.HighPressureDelta: - if (!ProcessHighPressureDelta(ent)) + if (!ProcessHighPressureDelta((ent, ent))) { atmosphere.ProcessingPaused = true; return; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs index 33fa16a6c68..5c73cf11246 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Superconductivity.cs @@ -1,5 +1,6 @@ using Content.Server.Atmos.Components; using Content.Shared.Atmos; +using Robust.Shared.Map.Components; namespace Content.Server.Atmos.EntitySystems { @@ -12,7 +13,8 @@ private void Superconduct(GridAtmosphereComponent gridAtmosphere, TileAtmosphere for(var i = 0; i < Atmospherics.Directions; i++) { var direction = (AtmosDirection) (1 << i); - if (!directions.IsFlagSet(direction)) continue; + if (!directions.IsFlagSet(direction)) + continue; var adjacent = tile.AdjacentTiles[direction.ToIndex()]; @@ -92,7 +94,9 @@ public void NeighborConductWithSource(GridAtmosphereComponent gridAtmosphere, Ti { if (tile.Air == null) { - if (other.Tile != null) + // TODO ATMOS: why does this need to check if a tile exists if it doesn't use the tile? + if (TryComp(other.GridIndex, out var grid) + && _mapSystem.TryGetTileRef(other.GridIndex, grid, other.GridIndices, out var _)) { TemperatureShareOpenToSolid(other, tile); } diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs index 699c2a70aef..9b0d0d9670d 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs @@ -41,20 +41,6 @@ public void InvalidateVisuals(EntityUid gridUid, Vector2i tile, GasTileOverlayCo _gasTileOverlaySystem.Invalidate(gridUid, tile, comp); } - public bool NeedsVacuumFixing(MapGridComponent mapGrid, Vector2i indices) - { - var value = false; - - var enumerator = GetObstructingComponentsEnumerator(mapGrid, indices); - - while (enumerator.MoveNext(out var airtight)) - { - value |= airtight.FixVacuum; - } - - return value; - } - /// /// Gets the volume in liters for a number of tiles, on a specific grid. /// @@ -66,34 +52,44 @@ private float GetVolumeForTiles(MapGridComponent mapGrid, int tiles = 1) return Atmospherics.CellVolume * mapGrid.TileSize * tiles; } - /// - /// Gets all obstructing instances in a specific tile. - /// - /// The grid where to get the tile. - /// The indices of the tile. - /// The enumerator for the airtight components. - public AtmosObstructionEnumerator GetObstructingComponentsEnumerator(MapGridComponent mapGrid, Vector2i tile) + public readonly record struct AirtightData(AtmosDirection BlockedDirections, bool NoAirWhenBlocked, + bool FixVacuum); + + private void UpdateAirtightData(EntityUid uid, GridAtmosphereComponent atmos, MapGridComponent grid, TileAtmosphere tile) { - var ancEnumerator = mapGrid.GetAnchoredEntitiesEnumerator(tile); - var airQuery = GetEntityQuery(); + var oldBlocked = tile.AirtightData.BlockedDirections; + + tile.AirtightData = tile.NoGridTile + ? default + : GetAirtightData(uid, grid, tile.GridIndices); - var enumerator = new AtmosObstructionEnumerator(ancEnumerator, airQuery); - return enumerator; + if (tile.AirtightData.BlockedDirections != oldBlocked && tile.ExcitedGroup != null) + ExcitedGroupDispose(atmos, tile.ExcitedGroup); } - private AtmosDirection GetBlockedDirections(MapGridComponent mapGrid, Vector2i indices) + private AirtightData GetAirtightData(EntityUid uid, MapGridComponent grid, Vector2i tile) { - var value = AtmosDirection.Invalid; + var blockedDirs = AtmosDirection.Invalid; + var noAirWhenBlocked = false; + var fixVacuum = false; - var enumerator = GetObstructingComponentsEnumerator(mapGrid, indices); - - while (enumerator.MoveNext(out var airtight)) + foreach (var ent in _map.GetAnchoredEntities(uid, grid, tile)) { - if(airtight.AirBlocked) - value |= airtight.AirBlockedDirection; + if (!_airtightQuery.TryGetComponent(ent, out var airtight)) + continue; + + if(!airtight.AirBlocked) + continue; + + blockedDirs |= airtight.AirBlockedDirection; + noAirWhenBlocked |= airtight.NoAirWhenFullyAirBlocked; + fixVacuum |= airtight.FixVacuum; + + if (blockedDirs == AtmosDirection.All && noAirWhenBlocked && fixVacuum) + break; } - return value; + return new AirtightData(blockedDirs, noAirWhenBlocked, fixVacuum); } /// diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs index dd2a9675591..d2f40e77169 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.cs @@ -4,6 +4,7 @@ using Content.Server.Fluids.EntitySystems; using Content.Server.NodeContainer.EntitySystems; using Content.Shared.Atmos.EntitySystems; +using Content.Shared.Doors.Components; using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Server.GameObjects; @@ -40,6 +41,9 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem private const float ExposedUpdateDelay = 1f; private float _exposedTimer = 0f; + private EntityQuery _atmosQuery; + private EntityQuery _airtightQuery; + private EntityQuery _firelockQuery; private HashSet _entSet = new(); public override void Initialize() @@ -55,6 +59,9 @@ public override void Initialize() InitializeGridAtmosphere(); InitializeMap(); + _atmosQuery = GetEntityQuery(); + _airtightQuery = GetEntityQuery(); + _firelockQuery = GetEntityQuery(); SubscribeLocalEvent(OnTileChanged); diff --git a/Content.Server/Atmos/EntitySystems/AutomaticAtmosSystem.cs b/Content.Server/Atmos/EntitySystems/AutomaticAtmosSystem.cs index 203c747e29e..70e3eef3c44 100644 --- a/Content.Server/Atmos/EntitySystems/AutomaticAtmosSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AutomaticAtmosSystem.cs @@ -27,8 +27,12 @@ private void OnTileChanged(ref TileChangedEvent ev) // Also, these calls are surprisingly slow. // TODO: Make tiledefmanager cache the IsSpace property, and turn this lookup-through-two-interfaces into // TODO: a simple array lookup, as tile IDs are likely contiguous, and there's at most 2^16 possibilities anyway. - if (!((ev.OldTile.IsSpace(_tileDefinitionManager) && !ev.NewTile.IsSpace(_tileDefinitionManager)) || - (!ev.OldTile.IsSpace(_tileDefinitionManager) && ev.NewTile.IsSpace(_tileDefinitionManager))) || + + var oldSpace = ev.OldTile.IsSpace(_tileDefinitionManager); + var newSpace = ev.NewTile.IsSpace(_tileDefinitionManager); + + if (!(oldSpace && !newSpace || + !oldSpace && newSpace) || _atmosphereSystem.HasAtmosphere(ev.Entity)) return; diff --git a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs index d5563c170cc..2eedb1c6a7f 100644 --- a/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasAnalyzerSystem.cs @@ -260,13 +260,13 @@ private GasEntry[] GenerateGasEntryArray(GasMixture? mixture) { var gas = _atmo.GetGas(i); - if (mixture?.Moles[i] <= UIMinMoles) + if (mixture?[i] <= UIMinMoles) continue; if (mixture != null) { var gasName = Loc.GetString(gas.Name); - gases.Add(new GasEntry(gasName, mixture.Moles[i], gas.Color)); + gases.Add(new GasEntry(gasName, mixture[i], gas.Color)); } } diff --git a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs index 94e095892a3..6d49feb0181 100644 --- a/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/GasTileOverlaySystem.cs @@ -172,7 +172,7 @@ public GasOverlayData GetOverlayData(GasMixture? mixture) { var id = VisibleGasId[i]; var gas = _atmosphereSystem.GetGas(id); - var moles = mixture?.Moles[id] ?? 0f; + var moles = mixture?[id] ?? 0f; ref var opacity = ref data.Opacity[i]; if (moles < gas.GasMolesVisible) @@ -217,13 +217,13 @@ private bool UpdateChunkTile(GridAtmosphereComponent gridAtmosphere, GasOverlayC oldData = new GasOverlayData(tile.Hotspot.State, oldData.Opacity); } - if (tile.Air != null) + if (tile is {Air: not null, NoGridTile: false}) { for (var i = 0; i < VisibleGasId.Length; i++) { var id = VisibleGasId[i]; var gas = _atmosphereSystem.GetGas(id); - var moles = tile.Air.Moles[id]; + var moles = tile.Air[id]; ref var oldOpacity = ref oldData.Opacity[i]; if (moles < gas.GasMolesVisible) diff --git a/Content.Server/Atmos/GasMixture.cs b/Content.Server/Atmos/GasMixture.cs index 0a2ef235a71..77fd7018333 100644 --- a/Content.Server/Atmos/GasMixture.cs +++ b/Content.Server/Atmos/GasMixture.cs @@ -3,6 +3,7 @@ using System.Runtime.CompilerServices; using Content.Server.Atmos.Reactions; using Content.Shared.Atmos; +using Content.Shared.Atmos.EntitySystems; using Robust.Shared.Serialization; using Robust.Shared.Utility; @@ -17,11 +18,13 @@ public sealed partial class GasMixture : IEquatable, ISerializationH { public static GasMixture SpaceGas => new() {Volume = Atmospherics.CellVolume, Temperature = Atmospherics.TCMB, Immutable = true}; - // This must always have a length that is a multiple of 4 for SIMD acceleration. - [DataField("moles")] - [ViewVariables(VVAccess.ReadWrite)] + // No access, to ensure immutable mixtures are never accidentally mutated. + [Access(typeof(SharedAtmosphereSystem), typeof(SharedAtmosDebugOverlaySystem), Other = AccessPermissions.None)] + [DataField] public float[] Moles = new float[Atmospherics.AdjustedNumberOfGases]; + public float this[int gas] => Moles[gas]; + [DataField("temperature")] [ViewVariables(VVAccess.ReadWrite)] private float _temperature = Atmospherics.TCMB; @@ -80,6 +83,19 @@ public GasMixture(float volume = 0f) Volume = volume; } + public GasMixture(float[] moles, float temp, float volume = Atmospherics.CellVolume) + { + if (moles.Length != Atmospherics.AdjustedNumberOfGases) + throw new InvalidOperationException($"Invalid mole array length"); + + if (volume < 0) + volume = 0; + + _temperature = temp; + Moles = moles; + Volume = volume; + } + [MethodImpl(MethodImplOptions.AggressiveInlining)] public void MarkImmutable() { @@ -117,15 +133,16 @@ public void SetMoles(Gas gas, float quantity) [MethodImpl(MethodImplOptions.AggressiveInlining)] public void AdjustMoles(int gasId, float quantity) { - if (!Immutable) - { - if (!float.IsFinite(quantity)) - throw new ArgumentException($"Invalid quantity \"{quantity}\" specified!", nameof(quantity)); + if (Immutable) + return; - // Clamping is needed because x - x can be negative with floating point numbers. If we don't - // clamp here, the caller always has to call GetMoles(), clamp, then SetMoles(). - Moles[gasId] = MathF.Max(Moles[gasId] + quantity, 0); - } + if (!float.IsFinite(quantity)) + throw new ArgumentException($"Invalid quantity \"{quantity}\" specified!", nameof(quantity)); + + // Clamping is needed because x - x can be negative with floating point numbers. If we don't + // clamp here, the caller always has to call GetMoles(), clamp, then SetMoles(). + ref var moles = ref Moles[gasId]; + moles = MathF.Max(moles + quantity, 0); } [MethodImpl(MethodImplOptions.AggressiveInlining)] @@ -163,7 +180,8 @@ public GasMixture RemoveRatio(float ratio) { var moles = Moles[i]; var otherMoles = removed.Moles[i]; - if (moles < Atmospherics.GasMinMoles || float.IsNaN(moles)) + + if ((moles < Atmospherics.GasMinMoles || float.IsNaN(moles)) && !Immutable) Moles[i] = 0; if (otherMoles < Atmospherics.GasMinMoles || float.IsNaN(otherMoles)) @@ -202,6 +220,9 @@ public void Multiply(float multiplier) void ISerializationHooks.AfterDeserialization() { + // ISerializationHooks is obsolete. + // TODO add fixed-length-array serializer + // The arrays MUST have a specific length. Array.Resize(ref Moles, Atmospherics.AdjustedNumberOfGases); } @@ -229,8 +250,12 @@ public override bool Equals(object? obj) public bool Equals(GasMixture? other) { - if (ReferenceEquals(null, other)) return false; - if (ReferenceEquals(this, other)) return true; + if (ReferenceEquals(this, other)) + return true; + + if (ReferenceEquals(null, other)) + return false; + return Moles.SequenceEqual(other.Moles) && _temperature.Equals(other._temperature) && ReactionResults.SequenceEqual(other.ReactionResults) @@ -258,11 +283,13 @@ public override int GetHashCode() public GasMixture Clone() { + if (Immutable) + return this; + var newMixture = new GasMixture() { Moles = (float[])Moles.Clone(), _temperature = _temperature, - Immutable = Immutable, Volume = Volume, }; return newMixture; diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs index 64d02d793bc..ad647fad1b8 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCanisterSystem.cs @@ -136,7 +136,7 @@ private void OnCanisterChangeReleaseValve(EntityUid uid, GasCanisterComponent ca for (int i = 0; i < containedGasArray.Length; i++) { - containedGasDict.Add((Gas)i, canister.Air.Moles[i]); + containedGasDict.Add((Gas)i, canister.Air[i]); } _adminLogger.Add(LogType.CanisterValve, impact, $"{ToPrettyString(args.Session.AttachedEntity.GetValueOrDefault()):player} set the valve on {ToPrettyString(uid):canister} to {args.Valve:valveState} while it contained [{string.Join(", ", containedGasDict)}]"); diff --git a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCondenserSystem.cs b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCondenserSystem.cs index 491bf600627..852542ec6cd 100644 --- a/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCondenserSystem.cs +++ b/Content.Server/Atmos/Piping/Unary/EntitySystems/GasCondenserSystem.cs @@ -45,7 +45,7 @@ private void OnCondenserUpdated(Entity entity, ref AtmosD var removed = inlet.Air.Remove(molesToConvert); for (var i = 0; i < Atmospherics.TotalNumberOfGases; i++) { - var moles = removed.Moles[i]; + var moles = removed[i]; if (moles <= 0) continue; diff --git a/Content.Server/Atmos/Serialization/TileAtmosCollectionSerializer.cs b/Content.Server/Atmos/Serialization/TileAtmosCollectionSerializer.cs index 7d385c530a9..71e4c2d0def 100644 --- a/Content.Server/Atmos/Serialization/TileAtmosCollectionSerializer.cs +++ b/Content.Server/Atmos/Serialization/TileAtmosCollectionSerializer.cs @@ -183,13 +183,7 @@ public void CopyTo(ISerializationManager serializationManager, Dictionary + /// Neighbouring tiles to which air can flow. This is a combination of this tile's unblocked direction, and the + /// unblocked directions on adjacent tiles. + /// [ViewVariables] public AtmosDirection AdjacentBits = AtmosDirection.Invalid; @@ -72,10 +77,7 @@ public sealed class TileAtmosphere : IGasMixtureHolder public EntityUid GridIndex { get; set; } [ViewVariables] - public TileRef? Tile => GridIndices.GetTileRef(GridIndex); - - [ViewVariables] - public Vector2i GridIndices { get; } + public Vector2i GridIndices; [ViewVariables] public ExcitedGroup? ExcitedGroup { get; set; } @@ -92,7 +94,7 @@ public sealed class TileAtmosphere : IGasMixtureHolder public float LastShare; [ViewVariables] - public float[]? MolesArchived; + public readonly float[] MolesArchived = new float[Atmospherics.AdjustedNumberOfGases]; GasMixture IGasMixtureHolder.Air { @@ -103,8 +105,31 @@ GasMixture IGasMixtureHolder.Air [ViewVariables] public float MaxFireTemperatureSustained { get; set; } + /// + /// If true, then this tile is directly exposed to the map's atmosphere, either because the grid has no tile at + /// this position, or because the tile type is not airtight. + /// + [ViewVariables] + public bool MapAtmosphere; + + /// + /// If true, this tile does not actually exist on the grid, it only exists to represent the map's atmosphere for + /// adjacent grid tiles. + /// [ViewVariables] - public AtmosDirection BlockedAirflow { get; set; } = AtmosDirection.Invalid; + public bool NoGridTile; + + /// + /// If true, this tile is queued for processing in + /// + [ViewVariables] + public bool TrimQueued; + + /// + /// Cached information about airtight entities on this tile. This gets updated anytime a tile gets invalidated + /// (i.e., gets added to ). + /// + public AtmosphereSystem.AirtightData AirtightData; public TileAtmosphere(EntityUid gridIndex, Vector2i gridIndices, GasMixture? mixture = null, bool immutable = false, bool space = false) { @@ -112,10 +137,24 @@ public TileAtmosphere(EntityUid gridIndex, Vector2i gridIndices, GasMixture? mix GridIndices = gridIndices; Air = mixture; Space = space; - MolesArchived = Air != null ? new float[Atmospherics.AdjustedNumberOfGases] : null; if(immutable) Air?.MarkImmutable(); } + + public TileAtmosphere(TileAtmosphere other) + { + GridIndex = other.GridIndex; + GridIndices = other.GridIndices; + Space = other.Space; + NoGridTile = other.NoGridTile; + MapAtmosphere = other.MapAtmosphere; + Air = other.Air?.Clone(); + Array.Copy(other.MolesArchived, MolesArchived, MolesArchived.Length); + } + + public TileAtmosphere() + { + } } } diff --git a/Content.Server/Body/Systems/LungSystem.cs b/Content.Server/Body/Systems/LungSystem.cs index b5bac507391..4b60f8814b5 100644 --- a/Content.Server/Body/Systems/LungSystem.cs +++ b/Content.Server/Body/Systems/LungSystem.cs @@ -77,7 +77,7 @@ public void GasToReagent(EntityUid uid, LungComponent lung) foreach (var gas in Enum.GetValues()) { var i = (int) gas; - var moles = lung.Air.Moles[i]; + var moles = lung.Air[i]; if (moles <= 0) continue; var reagent = _atmosphereSystem.GasReagents[i]; diff --git a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs index e12cab80a91..e7466fbc85d 100644 --- a/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs +++ b/Content.Server/Chemistry/ReagentEffects/ModifyLungGas.cs @@ -16,12 +16,15 @@ public sealed partial class ModifyLungGas : ReagentEffect public override void Effect(ReagentEffectArgs args) { - if (args.EntityManager.TryGetComponent(args.OrganEntity, out var lung)) + if (!args.EntityManager.TryGetComponent(args.OrganEntity, out var lung)) + return; + + foreach (var (gas, ratio) in _ratios) { - foreach (var (gas, ratio) in _ratios) - { - lung.Air.Moles[(int) gas] += (ratio * args.Quantity.Float()) / Atmospherics.BreathMolesToReagentMultiplier; - } + var quantity = ratio * args.Quantity.Float() / Atmospherics.BreathMolesToReagentMultiplier; + if (quantity < 0) + quantity = Math.Max(quantity, -lung.Air[(int)gas]); + lung.Air.AdjustMoles(gas, quantity); } } } diff --git a/Content.Server/Construction/Conditions/ComponentInTile.cs b/Content.Server/Construction/Conditions/ComponentInTile.cs index 91393baf8e3..429c4fdabfc 100644 --- a/Content.Server/Construction/Conditions/ComponentInTile.cs +++ b/Content.Server/Construction/Conditions/ComponentInTile.cs @@ -3,6 +3,7 @@ using Content.Shared.Maps; using JetBrains.Annotations; using Robust.Shared.Map; +using Robust.Shared.Map.Components; using Robust.Shared.Utility; namespace Content.Server.Construction.Conditions @@ -49,7 +50,15 @@ public bool Condition(EntityUid uid, IEntityManager entityManager) var transformSys = entityManager.System(); var indices = transform.Coordinates.ToVector2i(entityManager, IoCManager.Resolve(), transformSys); var lookup = entityManager.EntitySysManager.GetEntitySystem(); - var entities = indices.GetEntitiesInTile(transform.GridUid.Value, LookupFlags.Approximate | LookupFlags.Static, lookup); + + + if (!entityManager.TryGetComponent(transform.GridUid.Value, out var grid)) + return !HasEntity; + + if (!entityManager.System().TryGetTileRef(transform.GridUid.Value, grid, indices, out var tile)) + return !HasEntity; + + var entities = tile.GetEntitiesInTile(LookupFlags.Approximate | LookupFlags.Static, lookup); foreach (var ent in entities) { diff --git a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs index ba937d77ad7..85d705846e1 100644 --- a/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs +++ b/Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs @@ -493,7 +493,7 @@ public void DamageFloorTile(TileRef tileRef, if (_tileDefinitionManager[tileRef.Tile.TypeId] is not ContentTileDefinition tileDef) return; - if (tileDef.IsSpace) + if (tileDef.MapAtmosphere) canCreateVacuum = true; // is already a vacuum. int tileBreakages = 0; @@ -509,7 +509,7 @@ public void DamageFloorTile(TileRef tileRef, if (_tileDefinitionManager[tileDef.BaseTurf] is not ContentTileDefinition newDef) break; - if (newDef.IsSpace && !canCreateVacuum) + if (newDef.MapAtmosphere && !canCreateVacuum) break; tileDef = newDef; diff --git a/Content.Server/Parallax/BiomeSystem.cs b/Content.Server/Parallax/BiomeSystem.cs index c4c2300870d..83cf9b9cb2d 100644 --- a/Content.Server/Parallax/BiomeSystem.cs +++ b/Content.Server/Parallax/BiomeSystem.cs @@ -1001,20 +1001,13 @@ public void EnsurePlanet(EntityUid mapUid, BiomeTemplatePrototype biomeTemplate, light.AmbientLightColor = Color.FromHex("#D8B059"); Dirty(mapUid, light, metadata); - // Atmos - var atmos = EnsureComp(mapUid); - var moles = new float[Atmospherics.AdjustedNumberOfGases]; moles[(int) Gas.Oxygen] = 21.824779f; moles[(int) Gas.Nitrogen] = 82.10312f; - var mixture = new GasMixture(2500) - { - Temperature = 293.15f, - Moles = moles, - }; + var mixture = new GasMixture(moles, Atmospherics.T20C); - _atmos.SetMapAtmosphere(mapUid, false, mixture, atmos); + _atmos.SetMapAtmosphere(mapUid, false, mixture); } /// diff --git a/Content.Server/Power/Generator/GasPowerReceiverSystem.cs b/Content.Server/Power/Generator/GasPowerReceiverSystem.cs index c61599edfc9..76cf90c3693 100644 --- a/Content.Server/Power/Generator/GasPowerReceiverSystem.cs +++ b/Content.Server/Power/Generator/GasPowerReceiverSystem.cs @@ -37,7 +37,7 @@ private void OnDeviceUpdated(EntityUid uid, GasPowerReceiverComponent component, if (pipe.Air.Temperature <= component.MaxTemperature) { // we have enough gas, so we consume it and are powered - if (pipe.Air.Moles[(int) component.TargetGas] > component.MolesConsumedSec * timeDelta) + if (pipe.Air[(int) component.TargetGas] > component.MolesConsumedSec * timeDelta) { pipe.Air.AdjustMoles(component.TargetGas, -component.MolesConsumedSec * timeDelta); SetPowered(uid, component, true); diff --git a/Content.Server/Salvage/SpawnSalvageMissionJob.cs b/Content.Server/Salvage/SpawnSalvageMissionJob.cs index 2776db2283a..e2b17b58724 100644 --- a/Content.Server/Salvage/SpawnSalvageMissionJob.cs +++ b/Content.Server/Salvage/SpawnSalvageMissionJob.cs @@ -125,11 +125,7 @@ protected override async Task Process() air.Gases.CopyTo(moles, 0); var atmos = _entManager.EnsureComponent(mapUid); _entManager.System().SetMapSpace(mapUid, air.Space, atmos); - _entManager.System().SetMapGasMixture(mapUid, new GasMixture(2500) - { - Temperature = mission.Temperature, - Moles = moles, - }, atmos); + _entManager.System().SetMapGasMixture(mapUid, new GasMixture(moles, mission.Temperature), atmos); if (mission.Color != null) { diff --git a/Content.Server/Spreader/SpreaderSystem.cs b/Content.Server/Spreader/SpreaderSystem.cs index 89951718236..5b2f3298a2b 100644 --- a/Content.Server/Spreader/SpreaderSystem.cs +++ b/Content.Server/Spreader/SpreaderSystem.cs @@ -18,6 +18,7 @@ namespace Content.Server.Spreader; /// public sealed class SpreaderSystem : EntitySystem { + [Dependency] private readonly IMapManager _mapManager = default!; [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly IRobustRandom _robustRandom = default!; [Dependency] private readonly SharedMapSystem _map = default!; @@ -33,6 +34,8 @@ public sealed class SpreaderSystem : EntitySystem // TODO PERFORMANCE Assign each prototype to an index and convert dictionary to array private readonly Dictionary> _gridUpdates = []; + private EntityQuery _query; + public const float SpreadCooldownSeconds = 1; [ValidatePrototypeId] @@ -47,6 +50,8 @@ public override void Initialize() SubscribeLocalEvent(OnTerminating); SetupPrototypes(); + + _query = GetEntityQuery(); } private void OnPrototypeReload(PrototypesReloadedEventArgs obj) @@ -66,13 +71,7 @@ private void SetupPrototypes() private void OnAirtightChanged(ref AirtightChanged ev) { - var neighbors = GetSpreadableNeighbors(ev.Entity, ev.Airtight, ev.Position); - - foreach (var neighbor in neighbors) - { - if (!TerminatingOrDeleted(neighbor)) - EnsureComp(neighbor); - } + ActivateSpreadableNeighbors(ev.Entity, ev.Position); } private void OnGridInit(GridInitializeEvent ev) @@ -82,13 +81,7 @@ private void OnGridInit(GridInitializeEvent ev) private void OnTerminating(Entity entity, ref EntityTerminatingEvent args) { - var neighbors = GetSpreadableNeighbors(entity); - - foreach (var neighbor in neighbors) - { - if (!TerminatingOrDeleted(neighbor)) - EnsureComp(neighbor); - } + ActivateSpreadableNeighbors(entity); } /// @@ -254,8 +247,7 @@ public void GetNeighbors(EntityUid uid, TransformComponent comp, ProtoId - /// Given an entity, this returns a list of all adjacent entities with a . + /// This function activates all spreaders that are adjacent to a given entity. This also activates other spreaders + /// on the same tile as the current entity (for thin airtight entities like windoors). ///
- public List GetSpreadableNeighbors(EntityUid uid, AirtightComponent? comp = null, - (EntityUid Grid, Vector2i Tile)? position = null) + public void ActivateSpreadableNeighbors(EntityUid uid, (EntityUid Grid, Vector2i Tile)? position = null) { - Resolve(uid, ref comp, false); - var neighbors = new List(); - Vector2i tile; EntityUid ent; MapGridComponent? grid; @@ -315,37 +303,40 @@ public List GetSpreadableNeighbors(EntityUid uid, AirtightComponent? { var transform = Transform(uid); if (!TryComp(transform.GridUid, out grid) || TerminatingOrDeleted(transform.GridUid.Value)) - return neighbors; + return; + tile = _map.TileIndicesFor(transform.GridUid.Value, grid, transform.Coordinates); ent = transform.GridUid.Value; } else { if (!TryComp(position.Value.Grid, out grid)) - return neighbors; - tile = position.Value.Tile; - ent = position.Value.Grid; + return; + (ent, tile) = position.Value; } - var spreaderQuery = GetEntityQuery(); + var anchored = _map.GetAnchoredEntitiesEnumerator(ent, grid, tile); + while (anchored.MoveNext(out var entity)) + { + if (entity == ent) + continue; + DebugTools.Assert(Transform(entity.Value).Anchored); + if (_query.HasComponent(ent) && !TerminatingOrDeleted(entity.Value)) + EnsureComp(entity.Value); + } for (var i = 0; i < Atmospherics.Directions; i++) { var direction = (AtmosDirection) (1 << i); - if (comp != null && !comp.AirBlockedDirection.IsFlagSet(direction)) - continue; + var adjacentTile = SharedMapSystem.GetDirection(tile, direction.ToDirection()); + anchored = _map.GetAnchoredEntitiesEnumerator(ent, grid, adjacentTile); - var directionEnumerator = - _map.GetAnchoredEntitiesEnumerator(ent, grid, SharedMapSystem.GetDirection(tile, direction.ToDirection())); - - while (directionEnumerator.MoveNext(out var entity)) + while (anchored.MoveNext(out var entity)) { DebugTools.Assert(Transform(entity.Value).Anchored); - if (spreaderQuery.HasComponent(entity) && !TerminatingOrDeleted(entity.Value)) - neighbors.Add(entity.Value); + if (_query.HasComponent(ent) && !TerminatingOrDeleted(entity.Value)) + EnsureComp(entity.Value); } } - - return neighbors; } } diff --git a/Content.Shared/Atmos/Atmospherics.cs b/Content.Shared/Atmos/Atmospherics.cs index c56edd205b7..6e640b287b6 100644 --- a/Content.Shared/Atmos/Atmospherics.cs +++ b/Content.Shared/Atmos/Atmospherics.cs @@ -8,11 +8,6 @@ namespace Content.Shared.Atmos ///
public static class Atmospherics { - static Atmospherics() - { - AdjustedNumberOfGases = MathHelper.NextMultipleOf(TotalNumberOfGases, 4); - } - #region ATMOS /// /// The universal gas constant, in kPa*L/(K*mol) @@ -183,7 +178,7 @@ static Atmospherics() /// This is the actual length of the gases arrays in mixtures. /// Set to the closest multiple of 4 relative to for SIMD reasons. /// - public static readonly int AdjustedNumberOfGases; + public const int AdjustedNumberOfGases = ((TotalNumberOfGases + 3) / 4) * 4; /// /// Amount of heat released per mole of burnt hydrogen or tritium (hydrogen isotope) diff --git a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs index eb0079eb358..f468724db33 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedGasTileOverlaySystem.cs @@ -66,7 +66,10 @@ public static Vector2i GetGasChunkIndices(Vector2i indices) [Serializable, NetSerializable] public readonly struct GasOverlayData : IEquatable { + [ViewVariables] public readonly byte FireState; + + [ViewVariables] public readonly byte[] Opacity; // TODO change fire color based on temps diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index ce7980509eb..32f5db0e821 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -81,7 +81,11 @@ public sealed partial class ContentTileDefinition : IPrototype, IInheritingProto [DataField("itemDrop", customTypeSerializer:typeof(PrototypeIdSerializer))] public string ItemDropPrototypeName { get; private set; } = "FloorTileItemSteel"; - [DataField("isSpace")] public bool IsSpace { get; private set; } + // TODO rename data-field in yaml + /// + /// Whether or not the tile is exposed to the map's atmosphere. + /// + [DataField("isSpace")] public bool MapAtmosphere { get; private set; } /// /// Friction override for mob mover in diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index 1bbb06162cd..9a0b273c294 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -12,22 +12,6 @@ namespace Content.Shared.Maps // That, or make the interface arguments non-optional so people stop failing to pass them in. public static class TurfHelpers { - /// - /// Attempts to get the turf at map indices with grid id or null if no such turf is found. - /// - public static TileRef GetTileRef(this Vector2i vector2i, EntityUid gridId, IEntityManager? entityManager = null) - { - entityManager ??= IoCManager.Resolve(); - - if (!entityManager.TryGetComponent(gridId, out var grid)) - return default; - - if (!grid.TryGetTileRef(vector2i, out var tile)) - return default; - - return tile; - } - /// /// Attempts to get the turf at a certain coordinates or null if no such turf is found. /// @@ -68,7 +52,7 @@ public static ContentTileDefinition GetContentTileDefinition(this Tile tile, ITi /// public static bool IsSpace(this Tile tile, ITileDefinitionManager? tileDefinitionManager = null) { - return tile.GetContentTileDefinition(tileDefinitionManager).IsSpace; + return tile.GetContentTileDefinition(tileDefinitionManager).MapAtmosphere; } /// @@ -116,15 +100,6 @@ public static IEnumerable GetEntitiesInTile(this EntityCoordinates co return GetEntitiesInTile(turf.Value, flags, lookupSystem); } - /// - /// Helper that returns all entities in a turf. - /// - [Obsolete("Use the lookup system")] - public static IEnumerable GetEntitiesInTile(this Vector2i indices, EntityUid gridId, LookupFlags flags = LookupFlags.Static, EntityLookupSystem? lookupSystem = null) - { - return GetEntitiesInTile(indices.GetTileRef(gridId), flags, lookupSystem); - } - /// /// Checks if a turf has something dense on it. /// diff --git a/Resources/Locale/en-US/atmos/commands.ftl b/Resources/Locale/en-US/atmos/commands.ftl new file mode 100644 index 00000000000..692908d42ad --- /dev/null +++ b/Resources/Locale/en-US/atmos/commands.ftl @@ -0,0 +1,8 @@ +cmd-set-map-atmos-desc = Sets a map's atmosphere +cmd-set-map-atmos-help = setmapatmos [ [moles...]] +cmd-set-map-atmos-removed = Atmosphere removed from map {$map} +cmd-set-map-atmos-updated = Atmosphere set for map {$map} +cmd-set-map-atmos-hint-map = +cmd-set-map-atmos-hint-space = +cmd-set-map-atmos-hint-temp = (float) +cmd-set-map-atmos-hint-gas = <{$gas} moles> (float) From b5f0dc16deda7bc4e0622041f061e81b04c9a7b6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Mar 2024 16:36:03 +0000 Subject: [PATCH 104/213] Automatic changelog update (cherry picked from commit 821e9acb8e0f7a36520cd2814708815045972661) --- Resources/Changelog/Changelog.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8655b84e136..2197a2ed9cd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: Dygon - changes: - - message: The particle decelerator's projectile now deals less damage, has a shorter - lifespan and can be reflected by objects that reflect energy projectiles. - type: Tweak - - message: Bullet grenade projectiles no longer penetrate walls. - type: Fix - id: 5712 - time: '2024-01-14T23:39:09.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24032 - author: Rainbeon changes: - message: Added Aloxadone, a cryogenics chemical for treating patients with third @@ -3802,3 +3792,11 @@ id: 6211 time: '2024-03-23T04:13:06.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26026 +- author: ElectroJr + changes: + - message: Fixed a bug where partially airtight entities (e.g., thin windows or + doors) could let air leak out into space. + type: Fix + id: 6212 + time: '2024-03-23T16:34:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/22521 From e0394e2f148fb07e95731252097e400fda929fdf Mon Sep 17 00:00:00 2001 From: Killerqu00 <47712032+Killerqu00@users.noreply.github.com> Date: Sat, 23 Mar 2024 18:30:14 +0100 Subject: [PATCH 105/213] 1x2 cable coils (#26361) * 1x2 cable coils * sprite edits * Revert "sprite edits" This reverts commit 3c76c55d06e97c8ffa864a2eb025b9726112e2e5. * coil rotate (cherry picked from commit 8928761c0db4648cc222f23c9f21157e5602e449) --- Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml index bfb3069efba..8f9fb382f52 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml @@ -18,7 +18,8 @@ sprite: Objects/Tools/cable-coils.rsi - type: Item sprite: Objects/Tools/cable-coils.rsi - size: Normal + size: Small + storedRotation: -90 - type: CablePlacer - type: Clickable - type: StaticPrice From a71048829b214e8ad56d648f795235a8ddefaab5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Mar 2024 17:31:20 +0000 Subject: [PATCH 106/213] Automatic changelog update (cherry picked from commit 18b99ed8a29e1769e1b5e5cdb18c96ccc1956df8) --- 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 2197a2ed9cd..ea2d07f0669 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Rainbeon - changes: - - message: Added Aloxadone, a cryogenics chemical for treating patients with third - degree burns. - type: Add - id: 5713 - time: '2024-01-15T03:57:31.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23980 - author: Bhijn and Myr changes: - message: You can now open and close your eyes while cuffed if the action to do @@ -3800,3 +3792,10 @@ id: 6212 time: '2024-03-23T16:34:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/22521 +- author: Killerqu00 + changes: + - message: Cable Coils are now small in size, taking only 1x2 space in containers. + type: Tweak + id: 6213 + time: '2024-03-23T17:30:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26361 From 584edebb9509cbd71b46a1e85ee3c524d194baae Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sat, 23 Mar 2024 15:29:43 -0400 Subject: [PATCH 107/213] Fix bypassing vaulting clumsy check with verb action. (#24977) * Fix bypassing bonking with verb * Revert "Fix bypassing bonking with verb" This reverts commit efa0f0f5777b893bcee5a852994cfa1e3fda3e71. * Properly refactored BonkSystem. * Oh hey, this is redundant now * Better solution * Reduced default bonk chance from 75% to 50% * Also do a little grammar fix * Moved BonkChance from BonkableComponent to ClumsyComponent. * Revert "Moved BonkChance from BonkableComponent to ClumsyComponent." This reverts commit 0acbd9273f20ec478692603781adf15e06e5ed41. * Another little grammar fix * Matched default bonk doAfter length to default climb doAfter length * Fixed duplicate popups * Check CanVault with verb use too. Add granularity to ClimbingComponent and remove Leg/Foot requirement. * Don't show verb if you can't climb * Removed CanForceClimb * byref record struct (cherry picked from commit 225bc3c5aeffbef6286b607b02cd24a8ad75a437) --- .../Climbing/Components/BonkableComponent.cs | 4 +- .../Climbing/Components/ClimbingComponent.cs | 12 +++ .../Climbing/Events/AttemptClimbEvent.cs | 7 ++ Content.Shared/Climbing/Systems/BonkSystem.cs | 73 +++++++++++++------ .../Climbing/Systems/ClimbSystem.cs | 31 +++++--- .../bonk/components/bonkable-component.ftl | 2 +- .../en-US/climbing/climbable-component.ftl | 11 ++- 7 files changed, 101 insertions(+), 39 deletions(-) create mode 100644 Content.Shared/Climbing/Events/AttemptClimbEvent.cs diff --git a/Content.Shared/Climbing/Components/BonkableComponent.cs b/Content.Shared/Climbing/Components/BonkableComponent.cs index cc85e1c5626..5e97396fbad 100644 --- a/Content.Shared/Climbing/Components/BonkableComponent.cs +++ b/Content.Shared/Climbing/Components/BonkableComponent.cs @@ -15,7 +15,7 @@ public sealed partial class BonkableComponent : Component /// Chance of bonk triggering if the user is clumsy. /// [DataField("bonkClumsyChance")] - public float BonkClumsyChance = 0.75f; + public float BonkClumsyChance = 0.5f; /// /// Sound to play when bonking. @@ -42,5 +42,5 @@ public sealed partial class BonkableComponent : Component /// How long it takes to bonk. /// [DataField("bonkDelay")] - public float BonkDelay = 0.8f; + public float BonkDelay = 1.5f; } diff --git a/Content.Shared/Climbing/Components/ClimbingComponent.cs b/Content.Shared/Climbing/Components/ClimbingComponent.cs index 89320eabc89..1ab861b1f70 100644 --- a/Content.Shared/Climbing/Components/ClimbingComponent.cs +++ b/Content.Shared/Climbing/Components/ClimbingComponent.cs @@ -4,9 +4,21 @@ namespace Content.Shared.Climbing.Components; +/// +/// Indicates that this entity is able to be placed on top of surfaces like tables. +/// Does not by itself allow the entity to carry out the action of climbing, unless +/// is true. Use to control whether +/// the entity can force other entities onto surfaces. +/// [RegisterComponent, NetworkedComponent, AutoGenerateComponentState, AutoGenerateComponentPause] public sealed partial class ClimbingComponent : Component { + /// + /// Whether the owner is able to climb onto things by their own action. + /// + [DataField, AutoNetworkedField] + public bool CanClimb = true; + /// /// Whether the owner is climbing on a climbable entity. /// diff --git a/Content.Shared/Climbing/Events/AttemptClimbEvent.cs b/Content.Shared/Climbing/Events/AttemptClimbEvent.cs new file mode 100644 index 00000000000..d38e27de386 --- /dev/null +++ b/Content.Shared/Climbing/Events/AttemptClimbEvent.cs @@ -0,0 +1,7 @@ +namespace Content.Shared.Climbing.Events; + +[ByRefEvent] +public record struct AttemptClimbEvent(EntityUid User, EntityUid Climber, EntityUid Climbable) +{ + public bool Cancelled; +} diff --git a/Content.Shared/Climbing/Systems/BonkSystem.cs b/Content.Shared/Climbing/Systems/BonkSystem.cs index 149abee8b02..4fe2661aff9 100644 --- a/Content.Shared/Climbing/Systems/BonkSystem.cs +++ b/Content.Shared/Climbing/Systems/BonkSystem.cs @@ -1,5 +1,6 @@ using Content.Shared.CCVar; using Content.Shared.Climbing.Components; +using Content.Shared.Climbing.Events; using Content.Shared.Damage; using Content.Shared.DoAfter; using Content.Shared.DragDrop; @@ -9,7 +10,6 @@ using Content.Shared.Interaction.Components; using Content.Shared.Popups; using Content.Shared.Stunnable; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Configuration; using Robust.Shared.Player; @@ -30,42 +30,54 @@ public sealed partial class BonkSystem : EntitySystem public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnDragDrop); SubscribeLocalEvent(OnBonkDoAfter); + SubscribeLocalEvent(OnAttemptClimb); } - private void OnBonkDoAfter(EntityUid uid, Components.BonkableComponent component, BonkDoAfterEvent args) + private void OnBonkDoAfter(EntityUid uid, BonkableComponent component, BonkDoAfterEvent args) { - if (args.Handled || args.Cancelled || args.Args.Target == null) + if (args.Handled || args.Cancelled || args.Args.Used == null) return; - TryBonk(args.Args.User, uid, component); + TryBonk(args.Args.Used.Value, uid, component, source: args.Args.User); args.Handled = true; } - public bool TryBonk(EntityUid user, EntityUid bonkableUid, Components.BonkableComponent? bonkableComponent = null) + public bool TryBonk(EntityUid user, EntityUid bonkableUid, BonkableComponent? bonkableComponent = null, EntityUid? source = null) { if (!Resolve(bonkableUid, ref bonkableComponent, false)) return false; - if (!_cfg.GetCVar(CCVars.GameTableBonk)) - { - // Not set to always bonk, try clumsy roll. - if (!_interactionSystem.TryRollClumsy(user, bonkableComponent.BonkClumsyChance)) - return false; - } - // BONK! var userName = Identity.Entity(user, EntityManager); var bonkableName = Identity.Entity(bonkableUid, EntityManager); - _popupSystem.PopupEntity(Loc.GetString("bonkable-success-message-others", ("user", userName), ("bonkable", bonkableName)), user, Filter.PvsExcept(user), true); + if (user == source) + { + // Non-local, non-bonking players + _popupSystem.PopupEntity(Loc.GetString("bonkable-success-message-others", ("user", userName), ("bonkable", bonkableName)), user, Filter.PvsExcept(user), true); + // Local, bonking player + _popupSystem.PopupClient(Loc.GetString("bonkable-success-message-user", ("user", userName), ("bonkable", bonkableName)), user, user); + } + else if (source != null) + { + // Local, non-bonking player (dragger) + _popupSystem.PopupClient(Loc.GetString("bonkable-success-message-others", ("user", userName), ("bonkable", bonkableName)), user, source.Value); + // Non-local, non-bonking players + _popupSystem.PopupEntity(Loc.GetString("bonkable-success-message-others", ("user", userName), ("bonkable", bonkableName)), user, Filter.Pvs(user).RemoveWhereAttachedEntity(e => e == user || e == source.Value), true); + // Non-local, bonking player + _popupSystem.PopupEntity(Loc.GetString("bonkable-success-message-user", ("user", userName), ("bonkable", bonkableName)), user, user); + } + + - _popupSystem.PopupEntity(Loc.GetString("bonkable-success-message-user", ("user", userName), ("bonkable", bonkableName)), user, user); + if (source != null) + _audioSystem.PlayPredicted(bonkableComponent.BonkSound, bonkableUid, source); + else + _audioSystem.PlayPvs(bonkableComponent.BonkSound, bonkableUid); - _audioSystem.PlayPvs(bonkableComponent.BonkSound, bonkableUid); _stunSystem.TryParalyze(user, TimeSpan.FromSeconds(bonkableComponent.BonkTime), true); if (bonkableComponent.BonkDamage is { } bonkDmg) @@ -75,12 +87,22 @@ public bool TryBonk(EntityUid user, EntityUid bonkableUid, Components.BonkableCo } - private void OnDragDrop(EntityUid uid, Components.BonkableComponent component, ref DragDropTargetEvent args) + private bool TryStartBonk(EntityUid uid, EntityUid user, EntityUid climber, BonkableComponent? bonkableComponent = null) { - if (args.Handled || !HasComp(args.Dragged) || !HasComp(args.User)) - return; + if (!Resolve(uid, ref bonkableComponent, false)) + return false; - var doAfterArgs = new DoAfterArgs(EntityManager, args.Dragged, component.BonkDelay, new BonkDoAfterEvent(), uid, target: uid) + if (!HasComp(climber) || !HasComp(user)) + return false; + + if (!_cfg.GetCVar(CCVars.GameTableBonk)) + { + // Not set to always bonk, try clumsy roll. + if (!_interactionSystem.TryRollClumsy(climber, bonkableComponent.BonkClumsyChance)) + return false; + } + + var doAfterArgs = new DoAfterArgs(EntityManager, user, bonkableComponent.BonkDelay, new BonkDoAfterEvent(), uid, target: uid, used: climber) { BreakOnMove = true, BreakOnDamage = true @@ -88,7 +110,16 @@ private void OnDragDrop(EntityUid uid, Components.BonkableComponent component, r _doAfter.TryStartDoAfter(doAfterArgs); - args.Handled = true; + return true; + } + + private void OnAttemptClimb(EntityUid uid, BonkableComponent component, AttemptClimbEvent args) + { + if (args.Cancelled || !HasComp(args.Climber) || !HasComp(args.User)) + return; + + if (TryStartBonk(uid, args.User, args.Climber, component)) + args.Cancelled = true; } [Serializable, NetSerializable] diff --git a/Content.Shared/Climbing/Systems/ClimbSystem.cs b/Content.Shared/Climbing/Systems/ClimbSystem.cs index fcf473f9f1b..ec4ec17acde 100644 --- a/Content.Shared/Climbing/Systems/ClimbSystem.cs +++ b/Content.Shared/Climbing/Systems/ClimbSystem.cs @@ -1,6 +1,4 @@ using Content.Shared.ActionBlocker; -using Content.Shared.Body.Components; -using Content.Shared.Body.Part; using Content.Shared.Body.Systems; using Content.Shared.Buckle.Components; using Content.Shared.Climbing.Components; @@ -151,7 +149,6 @@ private void OnCanDragDropOn(EntityUid uid, ClimbableComponent component, ref Ca if (args.Handled) return; - var canVault = args.User == args.Dragged ? CanVault(component, args.User, uid, out _) : CanVault(component, args.User, args.Dragged, uid, out _); @@ -169,7 +166,7 @@ private void AddClimbableVerb(EntityUid uid, ClimbableComponent component, GetVe if (!args.CanAccess || !args.CanInteract || !_actionBlockerSystem.CanMove(args.User)) return; - if (!TryComp(args.User, out ClimbingComponent? climbingComponent) || climbingComponent.IsClimbing) + if (!TryComp(args.User, out ClimbingComponent? climbingComponent) || climbingComponent.IsClimbing || !climbingComponent.CanClimb) return; // TODO VERBS ICON add a climbing icon? @@ -198,14 +195,28 @@ public bool TryClimb( { id = null; - if (!Resolve(climbable, ref comp) || !Resolve(entityToMove, ref climbing)) + if (!Resolve(climbable, ref comp) || !Resolve(entityToMove, ref climbing, false)) + return false; + + var canVault = user == entityToMove + ? CanVault(comp, user, climbable, out var reason) + : CanVault(comp, user, entityToMove, climbable, out reason); + if (!canVault) + { + _popupSystem.PopupClient(reason, user, user); return false; + } // Note, IsClimbing does not mean a DoAfter is active, it means the target has already finished a DoAfter and // is currently on top of something.. if (climbing.IsClimbing) return true; + var ev = new AttemptClimbEvent(user, entityToMove, climbable); + RaiseLocalEvent(climbable, ref ev); + if (ev.Cancelled) + return false; + var args = new DoAfterArgs(EntityManager, user, comp.ClimbDelay, new ClimbDoAfterEvent(), entityToMove, target: climbable, @@ -244,7 +255,7 @@ private void Climb(EntityUid uid, EntityUid user, EntityUid climbable, bool sile var (worldPos, worldRot) = _xformSystem.GetWorldPositionRotation(xform); var worldDirection = _xformSystem.GetWorldPosition(climbable) - worldPos; var distance = worldDirection.Length(); - var parentRot = (worldRot - xform.LocalRotation); + var parentRot = worldRot - xform.LocalRotation; // Need direction relative to climber's parent. var localDirection = (-parentRot).RotateVec(worldDirection); @@ -399,10 +410,8 @@ public bool CanVault(ClimbableComponent component, EntityUid user, EntityUid tar return false; } - if (!HasComp(user) - || !TryComp(user, out BodyComponent? body) - || !_bodySystem.BodyHasPartType(user, BodyPartType.Leg, body) - || !_bodySystem.BodyHasPartType(user, BodyPartType.Foot, body)) + if (!TryComp(user, out var climbingComp) + || !climbingComp.CanClimb) { reason = Loc.GetString("comp-climbable-cant-climb"); return false; @@ -438,7 +447,7 @@ public bool CanVault(ClimbableComponent component, EntityUid user, EntityUid dra if (!HasComp(dragged)) { - reason = Loc.GetString("comp-climbable-cant-climb"); + reason = Loc.GetString("comp-climbable-target-cant-climb", ("moved-user", Identity.Entity(dragged, EntityManager))); return false; } diff --git a/Resources/Locale/en-US/bonk/components/bonkable-component.ftl b/Resources/Locale/en-US/bonk/components/bonkable-component.ftl index e66eb91dd93..560b10c46ec 100644 --- a/Resources/Locale/en-US/bonk/components/bonkable-component.ftl +++ b/Resources/Locale/en-US/bonk/components/bonkable-component.ftl @@ -1,2 +1,2 @@ -bonkable-success-message-others = { CAPITALIZE(THE($user)) } bonks { POSS-ADJ($user) } head against { $bonkable } +bonkable-success-message-others = { CAPITALIZE(THE($user)) } bonks { POSS-ADJ($user) } head against { THE($bonkable) } bonkable-success-message-user = You bonk your head against { THE($bonkable) } diff --git a/Resources/Locale/en-US/climbing/climbable-component.ftl b/Resources/Locale/en-US/climbing/climbable-component.ftl index b614e669153..baff6f15649 100644 --- a/Resources/Locale/en-US/climbing/climbable-component.ftl +++ b/Resources/Locale/en-US/climbing/climbable-component.ftl @@ -12,10 +12,10 @@ comp-climbable-user-climbs = You jump onto { THE($climbable) }! # Shown to others when $user climbs on $climbable comp-climbable-user-climbs-other = { CAPITALIZE(THE($user)) } jumps onto { THE($climbable) }! -# Shown to you when your character force someone to climb on $climbable -comp-climbable-user-climbs-force = You force { CAPITALIZE(THE($moved-user)) } onto { THE($climbable) }! +# Shown to you when your character forces someone to climb on $climbable +comp-climbable-user-climbs-force = You force { THE($moved-user) } onto { THE($climbable) }! -# Shown to others when someone force other $moved-user to climb on $climbable +# Shown to others when someone forces other $moved-user to climb on $climbable comp-climbable-user-climbs-force-other = { CAPITALIZE(THE($user)) } forces { THE($moved-user) } onto { THE($climbable) }! # Shown to you when your character is far away from climbable @@ -24,5 +24,8 @@ comp-climbable-cant-reach = You can't reach there! # Shown to you when your character can't interact with climbable for some reason comp-climbable-cant-interact = You can't do that! -# Shown to you when your character can't climb +# Shown to you when your character isn't able to climb by their own actions comp-climbable-cant-climb = You are incapable of climbing! + +# Shown to you when your character tries to force someone else who can't climb onto a climbable +comp-climbable-target-cant-climb = { CAPITALIZE(THE($moved-user)) } can't go there! From 3ac239a03f3065ac4846a86a27377f3751f2fb61 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Mar 2024 19:30:49 +0000 Subject: [PATCH 108/213] Automatic changelog update (cherry picked from commit 141e4e4da4f52dafb6393014e16adf4bf36292f7) --- Resources/Changelog/Changelog.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ea2d07f0669..8965b4f7fca 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Bhijn and Myr - changes: - - message: You can now open and close your eyes while cuffed if the action to do - so is available to you. (Such as if it was granted via blindness) - type: Fix - id: 5714 - time: '2024-01-15T05:11:21.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24097 - author: Flareguy changes: - message: Made lava & liquid plasma significantly less lethal. @@ -3799,3 +3791,14 @@ id: 6213 time: '2024-03-23T17:30:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26361 +- author: Tayrtahn + changes: + - message: Clumsy characters can no longer avoid bonking their heads by using the + Climb verb. + type: Fix + - message: Clumsy characters are less likely to bonk their heads when trying to + climb. + type: Tweak + id: 6214 + time: '2024-03-23T19:29:43.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/24977 From e17bdaeaec32732d7b38b57829fab8f18f772d1e Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:20:32 +0100 Subject: [PATCH 109/213] Fix args --- .../Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs index 4b7910746f1..5df45c56160 100644 --- a/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs +++ b/Content.Shared/Nyanotrasen/Item/PseudoItem/SharedPseudoItemSystem.cs @@ -149,8 +149,7 @@ protected void StartInsertDoAfter(EntityUid inserter, EntityUid toInsert, Entity var ev = new PseudoItemInsertDoAfterEvent(); var args = new DoAfterArgs(EntityManager, inserter, 5f, ev, toInsert, toInsert, storageEntity) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }; From 27050176835c6fcdf1d824376a20417862970138 Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:21:30 +0100 Subject: [PATCH 110/213] Fix CarryingSystem --- .../Nyanotrasen/Carrying/CarryingSystem.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Content.Server/Nyanotrasen/Carrying/CarryingSystem.cs b/Content.Server/Nyanotrasen/Carrying/CarryingSystem.cs index bb071334fa1..dae68c7481a 100644 --- a/Content.Server/Nyanotrasen/Carrying/CarryingSystem.cs +++ b/Content.Server/Nyanotrasen/Carrying/CarryingSystem.cs @@ -19,13 +19,14 @@ using Content.Shared.Movement.Events; using Content.Shared.Movement.Systems; using Content.Shared.Pulling; -using Content.Shared.Pulling.Components; using Content.Shared.Standing; using Content.Shared.ActionBlocker; using Content.Shared.Inventory.VirtualItem; using Content.Shared.Throwing; -using Content.Shared.Physics.Pull; using Content.Shared.Mobs.Systems; +using Content.Shared.Movement.Pulling.Components; +using Content.Shared.Movement.Pulling.Events; +using Content.Shared.Movement.Pulling.Systems; using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; @@ -38,7 +39,7 @@ public sealed class CarryingSystem : EntitySystem [Dependency] private readonly DoAfterSystem _doAfterSystem = default!; [Dependency] private readonly StandingStateSystem _standingState = default!; [Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!; - [Dependency] private readonly SharedPullingSystem _pullingSystem = default!; + [Dependency] private readonly PullingSystem _pullingSystem = default!; [Dependency] private readonly MobStateSystem _mobStateSystem = default!; [Dependency] private readonly EscapeInventorySystem _escapeInventorySystem = default!; [Dependency] private readonly PopupSystem _popupSystem = default!; @@ -230,8 +231,7 @@ private void StartCarryDoAfter(EntityUid carrier, EntityUid carried, CarriableCo var ev = new CarryDoAfterEvent(); var args = new DoAfterArgs(EntityManager, carrier, length, ev, carried, target: carried) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, NeedHand = true }; @@ -240,8 +240,8 @@ private void StartCarryDoAfter(EntityUid carrier, EntityUid carried, CarriableCo private void Carry(EntityUid carrier, EntityUid carried) { - if (TryComp(carried, out var pullable)) - _pullingSystem.TryStopPull(pullable); + if (TryComp(carried, out var pullable)) + _pullingSystem.TryStopPull(carried, pullable); Transform(carrier).AttachToGridOrMap(); Transform(carried).AttachToGridOrMap(); From db4788095159e676f2bf117a7fb8123f3255aa6e Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:28:07 +0100 Subject: [PATCH 111/213] Namespace adjustments --- .../DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs | 2 +- .../Psionics/Invisibility/PsionicInvisibilitySystem.cs | 1 + Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs | 2 ++ .../Nyanotrasen/StationEvents/Events/GlimmerWispSpawnRule.cs | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs index ec9ec770313..e7bb8c6d1ba 100644 --- a/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs +++ b/Content.Server/DeltaV/StationEvents/Events/GlimmerMobSpawnRule.cs @@ -1,11 +1,11 @@ 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; +using Content.Shared.NPC.Components; namespace Content.Server.StationEvents.Events; diff --git a/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs b/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs index 31e6b89f13d..a1f20bf56a9 100644 --- a/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/Invisibility/PsionicInvisibilitySystem.cs @@ -2,6 +2,7 @@ using Content.Server.Abilities.Psionics; using Content.Shared.Eye; using Content.Server.NPC.Systems; +using Content.Shared.NPC.Systems; using Robust.Shared.Containers; using Robust.Server.GameObjects; diff --git a/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs b/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs index 5a96af2e96b..fbde7271f1c 100644 --- a/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs +++ b/Content.Server/Nyanotrasen/Psionics/PsionicsSystem.cs @@ -11,6 +11,8 @@ using Content.Server.Electrocution; using Content.Server.NPC.Components; using Content.Server.NPC.Systems; +using Content.Shared.NPC.Components; +using Content.Shared.NPC.Systems; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Player; diff --git a/Content.Server/Nyanotrasen/StationEvents/Events/GlimmerWispSpawnRule.cs b/Content.Server/Nyanotrasen/StationEvents/Events/GlimmerWispSpawnRule.cs index 66eea988aeb..aeff2efb873 100644 --- a/Content.Server/Nyanotrasen/StationEvents/Events/GlimmerWispSpawnRule.cs +++ b/Content.Server/Nyanotrasen/StationEvents/Events/GlimmerWispSpawnRule.cs @@ -6,6 +6,7 @@ using Content.Server.StationEvents.Components; using Content.Shared.Psionics.Glimmer; using Content.Shared.Abilities.Psionics; +using Content.Shared.NPC.Components; namespace Content.Server.StationEvents.Events; From f1b0fb62e2f4fbec2283f6a513534cbfb1f719db Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:28:25 +0100 Subject: [PATCH 112/213] Patch ExecutionSystem, pending removal discussion --- Content.Server/Execution/ExecutionSystem.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Content.Server/Execution/ExecutionSystem.cs b/Content.Server/Execution/ExecutionSystem.cs index 3b87fa17cad..10003e01dd2 100644 --- a/Content.Server/Execution/ExecutionSystem.cs +++ b/Content.Server/Execution/ExecutionSystem.cs @@ -187,8 +187,7 @@ private void TryStartMeleeExecutionDoafter(EntityUid weapon, EntityUid victim, E var doAfter = new DoAfterArgs(EntityManager, attacker, executionTime, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true }; @@ -215,8 +214,7 @@ private void TryStartGunExecutionDoafter(EntityUid weapon, EntityUid victim, Ent var doAfter = new DoAfterArgs(EntityManager, attacker, GunExecutionTime, new ExecutionDoAfterEvent(), weapon, target: victim, used: weapon) { - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, BreakOnDamage = true, NeedHand = true }; From a31fc4df457ee21232753d77e4a2c0d2ad9f2319 Mon Sep 17 00:00:00 2001 From: Callmore <22885888+callmore@users.noreply.github.com> Date: Wed, 21 Feb 2024 05:01:45 +0100 Subject: [PATCH 113/213] Tiny shove fix. (#25353) * Remove second shove check. * Change when popups and sounds are created. Reduces phantom shoves that feel bad. * why didn't i think of this i saw it earlier... * Replaced Is fields with prefix * remove some dependencies to fix tests??? (cherry picked from commit 5a2c74499889f80393a90335b182632cfbe8e2fb) --- .../Weapons/Melee/MeleeWeaponSystem.cs | 40 +++++++++++++------ Content.Shared/CombatMode/DisarmedEvent.cs | 11 +++++ .../Damage/Systems/StaminaSystem.cs | 17 ++------ 3 files changed, 42 insertions(+), 26 deletions(-) diff --git a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs index 31c9b0d2b86..a01a3240139 100644 --- a/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs +++ b/Content.Server/Weapons/Melee/MeleeWeaponSystem.cs @@ -142,32 +142,48 @@ protected override bool DoDisarm(EntityUid user, DisarmAttackEvent ev, EntityUid if (_random.Prob(chance)) { + // Yknow something tells me this comment is hilariously out of date... // Don't play a sound as the swing is already predicted. // Also don't play popups because most disarms will miss. return false; } - var filterOther = Filter.PvsExcept(user, entityManager: EntityManager); - var msgPrefix = "disarm-action-"; + AdminLogger.Add(LogType.DisarmedAction, $"{ToPrettyString(user):user} used disarm on {ToPrettyString(target):target}"); + + var eventArgs = new DisarmedEvent { Target = target, Source = user, PushProbability = 1 - chance }; + RaiseLocalEvent(target, eventArgs); + + if (!eventArgs.Handled) + { + return false; + } + + Audio.PlayPvs(combatMode.DisarmSuccessSound, user, AudioParams.Default.WithVariation(0.025f).WithVolume(5f)); - if (inTargetHand == null) - msgPrefix = "disarm-action-shove-"; + var targetEnt = Identity.Entity(target, EntityManager); + var userEnt = Identity.Entity(user, EntityManager); var msgOther = Loc.GetString( - msgPrefix + "popup-message-other-clients", - ("performerName", Identity.Entity(user, EntityManager)), - ("targetName", Identity.Entity(target, EntityManager))); + eventArgs.PopupPrefix + "popup-message-other-clients", + ("performerName", userEnt), + ("targetName", targetEnt)); - var msgUser = Loc.GetString(msgPrefix + "popup-message-cursor", ("targetName", Identity.Entity(target, EntityManager))); + var msgUser = Loc.GetString(eventArgs.PopupPrefix + "popup-message-cursor", ("targetName", targetEnt)); + + var filterOther = Filter.PvsExcept(user, entityManager: EntityManager); PopupSystem.PopupEntity(msgOther, user, filterOther, true); PopupSystem.PopupEntity(msgUser, target, user); - Audio.PlayPvs(combatMode.DisarmSuccessSound, user, AudioParams.Default.WithVariation(0.025f).WithVolume(5f)); - AdminLogger.Add(LogType.DisarmedAction, $"{ToPrettyString(user):user} used disarm on {ToPrettyString(target):target}"); - var eventArgs = new DisarmedEvent { Target = target, Source = user, PushProbability = 1 - chance }; - RaiseLocalEvent(target, eventArgs); + if (eventArgs.IsStunned) + { + + PopupSystem.PopupEntity(Loc.GetString("stunned-component-disarm-success-others", ("source", userEnt), ("target", targetEnt)), targetEnt, Filter.PvsExcept(user), true, PopupType.LargeCaution); + PopupSystem.PopupCursor(Loc.GetString("stunned-component-disarm-success", ("target", targetEnt)), user, PopupType.Large); + + AdminLogger.Add(LogType.DisarmedKnockdown, LogImpact.Medium, $"{ToPrettyString(user):user} knocked down {ToPrettyString(target):target}"); + } return true; } diff --git a/Content.Shared/CombatMode/DisarmedEvent.cs b/Content.Shared/CombatMode/DisarmedEvent.cs index 653529fe022..884ae366283 100644 --- a/Content.Shared/CombatMode/DisarmedEvent.cs +++ b/Content.Shared/CombatMode/DisarmedEvent.cs @@ -16,5 +16,16 @@ public sealed class DisarmedEvent : HandledEntityEventArgs /// Probability for push/knockdown. /// public float PushProbability { get; init; } + + /// + /// Prefix for the popup message that will be displayed on a successful push. + /// Should be set before returning. + /// + public string PopupPrefix { get; set; } = ""; + + /// + /// Whether the entity was successfully stunned from a shove. + /// + public bool IsStunned { get; set; } } } diff --git a/Content.Shared/Damage/Systems/StaminaSystem.cs b/Content.Shared/Damage/Systems/StaminaSystem.cs index 6a807e037f1..840b2e04311 100644 --- a/Content.Shared/Damage/Systems/StaminaSystem.cs +++ b/Content.Shared/Damage/Systems/StaminaSystem.cs @@ -28,12 +28,10 @@ public sealed partial class StaminaSystem : EntitySystem { [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly INetManager _net = default!; - [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; [Dependency] private readonly AlertsSystem _alerts = default!; [Dependency] private readonly MetaDataSystem _metadata = default!; [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedStunSystem _stunSystem = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; @@ -116,7 +114,7 @@ private void OnRejuvenate(EntityUid uid, StaminaComponent component, RejuvenateE private void OnDisarmed(EntityUid uid, StaminaComponent component, DisarmedEvent args) { - if (args.Handled || !_random.Prob(args.PushProbability)) + if (args.Handled) return; if (component.Critical) @@ -125,17 +123,8 @@ private void OnDisarmed(EntityUid uid, StaminaComponent component, DisarmedEvent var damage = args.PushProbability * component.CritThreshold; TakeStaminaDamage(uid, damage, component, source: args.Source); - // We need a better method of getting if the entity is going to resist stam damage, both this and the lines in the foreach at the end of OnHit() are awful - if (!component.Critical) - return; - - var targetEnt = Identity.Entity(args.Target, EntityManager); - var sourceEnt = Identity.Entity(args.Source, EntityManager); - - _popup.PopupEntity(Loc.GetString("stunned-component-disarm-success-others", ("source", sourceEnt), ("target", targetEnt)), targetEnt, Filter.PvsExcept(args.Source), true, PopupType.LargeCaution); - _popup.PopupCursor(Loc.GetString("stunned-component-disarm-success", ("target", targetEnt)), args.Source, PopupType.Large); - - _adminLogger.Add(LogType.DisarmedKnockdown, LogImpact.Medium, $"{ToPrettyString(args.Source):user} knocked down {ToPrettyString(args.Target):target}"); + args.PopupPrefix = "disarm-action-shove-"; + args.IsStunned = component.Critical; args.Handled = true; } From 20358fcdb72d562ef9a7b9b293d0266ba43adc0c Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:31:49 +0100 Subject: [PATCH 114/213] Faction Fixes --- .../Faction/ClothingAddFactionComponent.cs | 5 +++-- .../Nyanotrasen/NPC/Systems/FactionSystem.Core.cs | 4 ++-- .../NPC/Systems/FactionSystem.Items.cs | 15 +++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) rename {Content.Server => Content.Shared}/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs (88%) rename {Content.Server => Content.Shared}/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs (95%) rename {Content.Server => Content.Shared}/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs (78%) diff --git a/Content.Server/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs b/Content.Shared/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs similarity index 88% rename from Content.Server/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs rename to Content.Shared/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs index ceff6c582df..3d55cd9a8c9 100644 --- a/Content.Server/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs +++ b/Content.Shared/Nyanotrasen/NPC/Systems/Components/Faction/ClothingAddFactionComponent.cs @@ -1,11 +1,12 @@ +using Content.Shared.NPC.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -namespace Content.Server.NPC.Components +namespace Content.Shared.NPC.Components { - [RegisterComponent] /// /// Allows clothing to add a faction to you when you wear it. /// + [RegisterComponent] public sealed partial class ClothingAddFactionComponent : Component { public bool IsActive = false; diff --git a/Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs b/Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs similarity index 95% rename from Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs rename to Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs index 3ce0ca73ebb..385f3a1099e 100644 --- a/Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs +++ b/Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Core.cs @@ -1,6 +1,6 @@ -using Content.Server.NPC.Components; +using Content.Shared.NPC.Components; -namespace Content.Server.NPC.Systems; +namespace Content.Shared.NPC.Systems; public partial class NpcFactionSystem : EntitySystem { diff --git a/Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs b/Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs similarity index 78% rename from Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs rename to Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs index 0b971c33946..012b59c6cc8 100644 --- a/Content.Server/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs +++ b/Content.Shared/Nyanotrasen/NPC/Systems/FactionSystem.Items.cs @@ -1,15 +1,14 @@ -using Content.Server.NPC.Components; -using Content.Server.Store.Systems; using Content.Shared.Clothing.Components; using Content.Shared.Inventory.Events; +using Content.Shared.NPC.Components; -namespace Content.Server.NPC.Systems; +namespace Content.Shared.NPC.Systems; public partial class NpcFactionSystem : EntitySystem { public void InitializeItems() { - SubscribeLocalEvent(OnItemPurchased); + // SubscribeLocalEvent(OnItemPurchased); SubscribeLocalEvent(OnClothingEquipped); SubscribeLocalEvent(OnClothingUnequipped); @@ -19,10 +18,10 @@ public void InitializeItems() /// If we bought something we probably don't want it to start biting us after it's automatically placed in our hands. /// If you do, consider finding a better solution to grenade penguin CBT. ///
- private void OnItemPurchased(EntityUid uid, NpcFactionMemberComponent component, ref ItemPurchasedEvent args) - { - component.ExceptionalFriendlies.Add(args.Purchaser); - } + // private void OnItemPurchased(EntityUid uid, NpcFactionMemberComponent component, ref ItemPurchasedEvent args) + // { + // component.ExceptionalFriendlies.Add(args.Purchaser); + // } private void OnClothingEquipped(EntityUid uid, ClothingAddFactionComponent component, GotEquippedEvent args) { From 80c7ec2f5dd0424db47c50b0c7d3a45d9c34f38a Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:31:55 +0100 Subject: [PATCH 115/213] I love args --- .../Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs b/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs index 99ae4a76348..bb57996ba3e 100644 --- a/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs +++ b/Content.Server/Nyanotrasen/Kitchen/EntitySystems/DeepFryerSystem.cs @@ -633,8 +633,7 @@ private void OnClearSlagStart(EntityUid uid, DeepFryerComponent component, DeepF var doAfterArgs = new DoAfterArgs(EntityManager, user.Value, delay, ev, uid, uid, heldItem) { BreakOnDamage = true, - BreakOnTargetMove = true, - BreakOnUserMove = true, + BreakOnMove = true, MovementThreshold = 0.25f, NeedHand = true }; From 29ca91266c871c3a8cd6925e25570d89a16773f1 Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:36:07 +0100 Subject: [PATCH 116/213] Fix admin changelog --- Resources/Changelog/Admin.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index c1346f201ff..c03408cc596 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -1,6 +1,4 @@ -Name: Upstream Admin -AdminOnly: true -Order: 3 +AdminOnly: true Entries: - author: DrSmugleaf changes: @@ -124,4 +122,4 @@ Entries: time: '2024-03-21T15:15:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26223 Name: Admin -Order: 1 +Order: 3 From 333ecf6d02faa2cba99d081a021ef6f0344b3ff6 Mon Sep 17 00:00:00 2001 From: NullWanderer <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 00:43:00 +0100 Subject: [PATCH 117/213] Holy water arbitrage --- .../Prototypes/Nyanotrasen/Catalog/Cargo/cargo_epistemics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Cargo/cargo_epistemics.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Cargo/cargo_epistemics.yml index 4610c0f68c8..d7d0b665381 100644 --- a/Resources/Prototypes/Nyanotrasen/Catalog/Cargo/cargo_epistemics.yml +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Cargo/cargo_epistemics.yml @@ -4,6 +4,6 @@ sprite: Nyanotrasen/Objects/Consumable/Drinks/flaskholywater.rsi state: icon product: CrateHolyWaterKit - cost: 1000 + cost: 3000 category: Epistemics group: market From 3ff9d91522856f99f4a6aa8a4ceca996103957a8 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:01:48 +0100 Subject: [PATCH 118/213] Increase whitelist min players 10 is too little, so I'm increasing it until there has been an admin discussion had. I'm making this decision myself due to there being no head game administrator to talk to about this, and as such I believe it is currently my decision to make in regards to server configuration. Signed-off-by: Null <56081759+NullWanderer@users.noreply.github.com> --- Resources/ConfigPresets/DeltaV/periapsis.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/DeltaV/periapsis.toml b/Resources/ConfigPresets/DeltaV/periapsis.toml index a1cdf275a3f..d423e6f13ab 100644 --- a/Resources/ConfigPresets/DeltaV/periapsis.toml +++ b/Resources/ConfigPresets/DeltaV/periapsis.toml @@ -13,7 +13,7 @@ map_enabled = true [whitelist] enabled = true reason = "whitelist-not-whitelisted-peri" -min_players = 10 +min_players = 35 [ooc] enable_during_round = true From 92d60f945312f5dc00cb370deb2bd2dfb4e09dc1 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:03:33 +0100 Subject: [PATCH 119/213] Create whitelist.yml Signed-off-by: Null <56081759+NullWanderer@users.noreply.github.com> --- Resources/Changelog/Parts/whitelist.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Resources/Changelog/Parts/whitelist.yml diff --git a/Resources/Changelog/Parts/whitelist.yml b/Resources/Changelog/Parts/whitelist.yml new file mode 100644 index 00000000000..762c31fa0e1 --- /dev/null +++ b/Resources/Changelog/Parts/whitelist.yml @@ -0,0 +1,4 @@ +author: Null +changes: + - type: Tweak + message: The maximum amount of unwhitelist players on Periapsis has been increased to 35 until this can be properly re-evaluated. From 44338cac65380a89fdd40fc6acc2e8270514592e Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:03:52 +0000 Subject: [PATCH 120/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ Resources/Changelog/Parts/whitelist.yml | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 Resources/Changelog/Parts/whitelist.yml diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index c1a210be39b..bcdf841911a 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1909,3 +1909,11 @@ id: 291 time: '2024-03-23T00:16:26.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/996 +- author: null + changes: + - message: The maximum amount of unwhitelist players on Periapsis has been increased + to 35 until this can be properly re-evaluated. + type: Tweak + id: 292 + time: '2024-03-24T16:03:52.018326+00:00' + url: null diff --git a/Resources/Changelog/Parts/whitelist.yml b/Resources/Changelog/Parts/whitelist.yml deleted file mode 100644 index 762c31fa0e1..00000000000 --- a/Resources/Changelog/Parts/whitelist.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Null -changes: - - type: Tweak - message: The maximum amount of unwhitelist players on Periapsis has been increased to 35 until this can be properly re-evaluated. From 6e4abdd63b2627dda19c3e609dc7c04755c63133 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:08:02 +0100 Subject: [PATCH 121/213] SS14.Changelog whoopsie Apparently it parses "Null" as an actual null, and that isn't very good for the game... (It crashes) Signed-off-by: Null <56081759+NullWanderer@users.noreply.github.com> --- Resources/Changelog/DeltaVChangelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index bcdf841911a..d7d8d34554b 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1909,7 +1909,7 @@ id: 291 time: '2024-03-23T00:16:26.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/996 -- author: null +- author: NullWanderer changes: - message: The maximum amount of unwhitelist players on Periapsis has been increased to 35 until this can be properly re-evaluated. From c278c3fec03220a65ad30d321c2f00ab31decd7e Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Mon, 25 Mar 2024 16:13:19 +0100 Subject: [PATCH 122/213] Lunchbox size fix (#998) * prevent funny meta * Totally didn't forget about drinks * damn chocolate bar * big but less and more or something * while im here fix the empty orange carton Apparently people don't want empty orange cartons??? * juicebox + more random stuff * fix that --- .../Consumable/Drinks/drinks-cartons.yml | 123 ++++++++++++++++ .../Consumable/Food/Containers/lunchbox.yml | 135 +++++++++++++++--- .../Drinks/juiceboxapple.rsi/icon.png | Bin 0 -> 1575 bytes .../Drinks/juiceboxapple.rsi/icon_open.png | Bin 0 -> 346 bytes .../Drinks/juiceboxapple.rsi/meta.json | 17 +++ .../Drinks/juiceboxchocolate.rsi/icon.png | Bin 0 -> 1584 bytes .../juiceboxchocolate.rsi/icon_open.png | Bin 0 -> 1693 bytes .../Drinks/juiceboxchocolate.rsi/meta.json | 17 +++ .../Drinks/juiceboxgrape.rsi/icon.png | Bin 0 -> 1553 bytes .../Drinks/juiceboxgrape.rsi/icon_open.png | Bin 0 -> 323 bytes .../Drinks/juiceboxgrape.rsi/meta.json | 17 +++ .../Drinks/juiceboxorange.rsi/icon.png | Bin 0 -> 1588 bytes .../Drinks/juiceboxorange.rsi/icon_open.png | Bin 0 -> 364 bytes .../Drinks/juiceboxorange.rsi/meta.json | 17 +++ .../Drinks/juiceboxpineapple.rsi/icon.png | Bin 0 -> 1561 bytes .../juiceboxpineapple.rsi/icon_open.png | Bin 0 -> 365 bytes .../Drinks/juiceboxpineapple.rsi/meta.json | 17 +++ 17 files changed, 325 insertions(+), 18 deletions(-) create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon_open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml new file mode 100644 index 00000000000..1d0eb4e8506 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -0,0 +1,123 @@ +- type: entity + parent: DrinkBase + id: DrinkJuiceBoxBaseFull + abstract: true + components: + - type: Openable + sound: + collection: bottleOpenSounds #Could use a new sound someday ¯\_(ツ)_/¯ + - type: Sealable + - type: SolutionContainerManager + solutions: + drink: + maxVol: 20 + - type: Item + size: Small + - type: MeleeWeapon + soundNoDamage: + path: "/Audio/Effects/Fluids/splat.ogg" + damage: + types: + Blunt: 0 + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 10 + behaviors: + - !type:SpillBehavior { } + - !type:DoActsBehavior + acts: [ "Destruction" ] + #In future maybe add generic plastic scrap trash/debris + - type: TrashOnSolutionEmpty + solution: drink + - 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: DrinkJuiceBoxBaseFull + id: DrinkJuiceOrangeJuicebox + name: orange juice box + description: A great source of vitamins. Stay healthy! + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: JuiceOrange + Quantity: 20 + - type: Sprite + sprite: DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi + +- type: entity + parent: DrinkJuiceBoxBaseFull + id: DrinkJuicePineappleJuicebox + name: pineapple juice box + description: Everyone's favourite juice. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: JuicePineapple + Quantity: 20 + - type: Sprite + sprite: DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi + +- type: entity + parent: DrinkJuiceBoxBaseFull + id: DrinkJuiceAppleJuicebox + name: apple juice box + description: Sweet apple juice. Don't be late for school! + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: JuiceApple + Quantity: 20 + - type: Sprite + sprite: DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi + +- type: entity + parent: DrinkJuiceBoxBaseFull + id: DrinkJuiceGrapeJuicebox + name: grape juice box + description: Tasty grape juice in a fun little container. Non-alcoholic! + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: JuiceGrape + Quantity: 20 + - type: Sprite + sprite: DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi + +- type: entity + parent: DrinkJuiceBoxBaseFull + id: DrinkChocolateJuicebox + name: chocolate milk juice box + description: Tasty chocolate juice and milk in a small box. Contains Theobromine. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: HotCocoa + Quantity: 10 + - ReagentId: Milk # The milk of chocolate milk + Quantity: 10 + - type: Sprite + sprite: DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml index 99c5d49c1b2..46e689615b3 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Food/Containers/lunchbox.yml @@ -11,7 +11,7 @@ - state: generic-open map: ["openLayer"] - type: Item - size: Normal + size: Large shape: null sprite: DeltaV/Objects/Storage/lunchbox.rsi heldPrefix: generic @@ -20,7 +20,7 @@ grid: - 0,0,1,1 - 3,0,1,1 - - 4,0,4,2 + - 4,0,4,1 - type: PhysicalComposition materialComposition: Plastic: 100 @@ -42,28 +42,74 @@ components: - type: StorageFill contents: + #Main - id: FoodPizzaArnoldSlice orGroup: HealthyOrUnhealthyMain - prob: 0.5 + prob: 0.2 amount: 2 - - id: FoodApple + - id: FoodBurgerCheese orGroup: HealthyOrUnhealthyMain - prob: 0.5 - - id: DrinkWaterBottleFull + prob: 0.2 + - id: FoodCarrot + orGroup: HealthyOrUnhealthyMain + prob: 0.2 + - id: FoodMothCapreseSalad + orGroup: HealthyOrUnhealthyMain + prob: 0.2 + - id: FoodEggBoiled + orGroup: HealthyOrUnhealthyMain + prob: 0.2 + #Drink + - id: DrinkJuiceOrangeJuicebox orGroup: HealthyOrUnhealthyDrink - prob: 0.5 - - id: DrinkCartonOrange + prob: 0.15 + - id: DrinkJuicePineappleJuicebox orGroup: HealthyOrUnhealthyDrink - prob: 0.5 + prob: 0.15 + - id: DrinkJuiceAppleJuicebox + orGroup: HealthyOrUnhealthyDrink + prob: 0.15 + - id: DrinkJuiceGrapeJuicebox + orGroup: HealthyOrUnhealthyDrink + prob: 0.15 + - id: DrinkChocolateJuicebox + orGroup: HealthyOrUnhealthyDrink + prob: 0.15 + - id: DrinkWaterBottleFull + orGroup: HealthyOrUnhealthyDrink + prob: 0.15 + #Snack - id: FoodSnackCheesie orGroup: HealthyOrUnhealthySnack - prob: 0.25 + prob: 0.15 + - id: FoodSnackBoritos + orGroup: HealthyOrUnhealthySnack + prob: 0.15 + - id: FoodSnackChips + orGroup: HealthyOrUnhealthySnack + prob: 0.15 + - id: FoodSnackPistachios + orGroup: HealthyOrUnhealthySnack + prob: 0.15 - id: FoodSnackChocolate orGroup: HealthyOrUnhealthySnack - prob: 0.25 - - id: FoodCarrot + prob: 0.15 + - id: FoodSnackSus orGroup: HealthyOrUnhealthySnack - prob: 0.5 + prob: 0.15 + - id: FoodMothMoffin + orGroup: HealthyOrUnhealthySnack + prob: 0.05 + - id: FoodMothMothmallowSlice + orGroup: HealthyOrUnhealthySnack + prob: 0.05 + - id: FoodApple + orGroup: HealthyOrUnhealthySnack + prob: 0.15 + - id: FoodBanana + orGroup: HealthyOrUnhealthySnack + prob: 0.15 + #Note - id: PaperWrittenNoteFromMumGeneric prob: 0.1 @@ -76,9 +122,26 @@ components: - type: StorageFill contents: - - id: FoodApple - - id: DrinkWaterBottleFull + #Main - id: FoodCarrot + orGroup: HealthyMain + prob: 0.5 + - id: FoodMothCapreseSalad + orGroup: HealthyMain + prob: 0.5 + - id: FoodEggBoiled + orGroup: HealthyMain + prob: 0.25 + #Drink + - id: DrinkWaterBottleFull + #Snack + - id: FoodApple + orGroup: HealthySnack + prob: 0.5 + - id: FoodBanana + orGroup: HealthySnack + prob: 0.5 + #Note - id: PaperWrittenNoteFromMumHealthy prob: 0.1 @@ -91,15 +154,51 @@ components: - type: StorageFill contents: + #Main - id: FoodPizzaArnoldSlice amount: 2 - - id: DrinkCartonOrange + #Drink + - id: DrinkJuiceOrangeJuicebox + orGroup: UnhealthyDrink + prob: 0.2 + - id: DrinkJuicePineappleJuicebox + orGroup: UnhealthyDrink + prob: 0.2 + - id: DrinkJuiceAppleJuicebox + orGroup: UnhealthyDrink + prob: 0.2 + - id: DrinkJuiceGrapeJuicebox + orGroup: UnhealthyDrink + prob: 0.2 + - id: DrinkChocolateJuicebox + orGroup: UnhealthyDrink + prob: 0.2 + #Snack - id: FoodSnackCheesie orGroup: UnhealthySnack - prob: 0.25 + prob: 0.15 + - id: FoodSnackBoritos + orGroup: UnhealthySnack + prob: 0.15 + - id: FoodSnackChips + orGroup: UnhealthySnack + prob: 0.15 + - id: FoodSnackPistachios + orGroup: UnhealthySnack + prob: 0.15 - id: FoodSnackChocolate orGroup: UnhealthySnack - prob: 0.25 + prob: 0.15 + - id: FoodSnackSus + orGroup: UnhealthySnack + prob: 0.15 + - id: FoodMothMoffin + orGroup: UnhealthySnack + prob: 0.05 + - id: FoodMothMothmallowSlice + orGroup: UnhealthySnack + prob: 0.05 + #Note - id: PaperWrittenNoteFromMumUnhealthy prob: 0.1 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e8fd6f9878623cb9ac275936aeca328554194708 GIT binary patch literal 1575 zcmbVMTWB0r7(NZDq=6(BED=lObOKt5bKmUl96HTqH|;JsY1piE3nHDJIlDXV&YbDY zY<9B`DuJd{L=3186(5A6D7N}i#Wu8fEA*|j)PhqQwrJIk)e8 z|NTEaH@kbF|B-$Gz(6{c%+MKzqwfLw_Zy8HblT*m_W1w|ei@Dpua6CG1)%q;mCXe? z?I~mso6}8_$6VcZDH?zs6LnWN$~b^|T(lgOxpwLd11(c!_Ks_U<|c5-N;Nz@-xLWrOW@X&t}qC+ac2 zuDiU*3876*plNh*Zq=(ag_{PCE7-jCkygj70_n(L?xC7F}q_Pv&4 zlA8a-9S?9)53tJ6s6|*oW+gc*i6|07a&$}(ks!378ZoWH;(E|=0ZFmDpfqPpJ<#t7 zHVsrDo~=`ZEn6>Q-gSx$?79&pNQHP*Fx5_OYN2T;?f8N27&x6&8EP|USte5Ak{rh| zg%wRP#^%LHoQ)e%g^lKwm}o>IaZ!qQ-Y1Ds4I|rmZ~o8sdpwJlmR`AUp0MD;lt3xV zr@>lmSHwI%&|Xz6*vtZ?8)0^<@vAo`*d+aP z8)E4!7sldsa9}OEbZYSFN4e_xx2NIkNKYnpczOEv z+M(6oRwk}(e&@vUo`KbcA+Q00UI4zkIl1!D*OxwhzI1aQfZXZFw*T?%FGpW;AHH&| z{42k-D>HK&oP6fQJa{jk+OqZ8bLH1oKR$lxOzc&A;lb(2KK=KX`w~nU6mE^8V`tG@ zIQ6do#fQ#t_Og8a&x_9u-Qbsg%-^Ofof|`CUL3l>CLcetW%3(9zx2#(^7!=rrN04ML;XYm literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..06a5ba1f4e399c1b0c74606b529c3fdd59b1905a GIT binary patch literal 346 zcmV-g0j2(lP)slfbSVmEivHtM?54ANO$Xm7!w^00AHXxBz_LPopRT z!!W?MZK+j&Jlt^{$@9FFt}!5f0${`GI)?xRRRWa5H!2jt>~~Rn0N1Wm0Sj)Ob!suG|aj;-2bXwH}9sdNKSXRA>GtfZfr)m4r&w*r7EZh-N2pPhu% ztRylmJz{X(W&tLr6=>!dwBhKZuHG)7hXL>J{;&n-+3sr#=z&EIhlX1atX+7K2}rx1 sf;wSn09fI*0C;aZbO3A#00AHX-X6VTa(By|S^xk507*qoM6N<$f^B4r+W-In literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json new file mode 100644 index 00000000000..bf25cd28971 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxapple.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from from tgstation at https://github.com/tgstation/tgstation/commit/cbb527fcec6fb1a79dce98f7e8b093307a63980e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d115d69833703a25b0f65551175d8ad35afc310b GIT binary patch literal 1584 zcmbVMU1%Id9N#1wYiWYM$QeIaH!n)N-w0FggAwBH*VC~+_+})Dfo$c=4 zM-Ie9X)zT=X^TGiQ4~rQ6@-dt3ymZwVoUoFeG;@Nv`-c>YSChxy^p1pXt4vcGqdxX z|NsB{e=ST+ZXehD+}Kujv;n998wV!auq%!a8Y!+N7tnq9TjbalB$!EYnMn{}}`jeSz}AfBjEGlxSqE=YUW42YK_q|%MlRM%uyQ3aK~ zf0yMTQuiOY>H*fx0H-(_wKy-SyrSk58N`zyu5FfNAW3bgL6B9PT@N~<09m>QN^=I8 zfq7jpf}lt|+oXgo+bm(xbxIr?xe=sEg?LmkwN7nWVHhCm_<`v_oYhkt7p4Tr zSUwHbY^Nf2;=P?+#bR4o08AKWcZ!2ySTW){zpWegKwE6RjH%H72zMLilVVUeJv?5b z-nwo&iPU&8tiv`B@t+i1cURSH7fu^NxQ$v6Jw#0mJG66ov_&;e#Gj0ecNh7&z(M2c{pT;7ebfEwUDf?QLc2c605pV~pwsWV-9!d+o8_$L?-x z*J-w(fWm?iXAHy-OjeW-2^b+W6BltI{(&E0h-l0tfI1TyiLk_|QQzy@2F#SmC3pAU z-Sa-b-}C#r=i6GFixxky7(tMtfS+xLchov>yA@uIWb!J!-LCo98wgT7Wu191R~0{q zAO*8hsMG8WKFaW_Y~utq3~UKmgJ=Y)txISe-vdlE3?h=^#V$`wVyGl|u?}aD3~G%a zD*2N-SeI-K@yQYcZt9_;y zgRahNkhL7GVr1e3BSs`Rji79#r6~;*_#95_(_?Al0#AS#kbzZBRceH|3mjKG=P4Z#A>h^j7gP_QI(5kP241VeLSWE$0&szbxjJA2xTV2}wY zhRG>B2(VrZYPLy|zz7ar5W~EPyG4%2T^@&kb9NBMU9=mxMYl*h9pUVLR^|Jw%x3os z|8xHuU4pH}#crC%YB;MT7{6q|WDR6GVjbwstYQ+Ht^$VRt?Kq-yp>iUV42s_O-Ep! zHXa3#^gq%)4>MHJjB`5hMPRgUSWX0Vp0N6GUI+0{iRo|G^lTOm2Z6QBjUf1t8)86# zlS_vqDs@*ijUaiC1z2CGbIYaC!>d28FFi5&<$VP|?Ml@)cQHc$%oq6SVx_C#qcgsx zODCQi+Wg!7?(x2R#&*4P4t1B$oV)mo*85^ZFuxO2llj{n3>zgz1p!muXxR8 zJ~lD*^wu8-xIceBpLF8TsZC$w<3mra58fdfb(aqe6|T@r$~LwgU0K08>n*{z)V6;x U8NXW`vwk3frdIY~L-*#t0pNu|asU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json new file mode 100644 index 00000000000..719567215e0 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxchocolate.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from from tgstation at https://github.com/tgstation/tgstation/commit/cbb527fcec6fb1a79dce98f7e8b093307a63980e and modified by Floofers", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a47b141691f17ef1837243b16abf56d2b0b7c95 GIT binary patch literal 1553 zcmbVMTWB0r7(OZ8G^uu5i$!dqo=!nxlezD1GRJPyn2ly@H!j=7toYKCGiP^)?93Tw zX1kY{7Nr%Th~ll@AXM;4`%o>2trkIwRcpYa76mV$4=q|1Di##+%-(1vTI|5goSE~T z@BhF5_E>i2o>eQ?uLJ8V9{0+l*=MuO%&n%)`>h6v){*@HULEs`;uGMN% zO_!Kgl2yYnWJQxTP2>pCZ#V(2i;lm!%aEcz@hms6m;*ybJjbd*QsAz(HP~*C*6}-W z;t`YU*p*dD2{pBVCh6has#j?lH;GIu)TU10bFA9Kx@8tHzs&xHy0?9m0Up~-re|YG zUu?T)!VjkQa2cI|EQ$8>4VTI}>a(gx=+qwW=H^h1izYpa1Lox!t8_D!?Yay#UDDyu ztmT-j=HGF}0h+=AO$t0~F;US)P0wp8iY1U9A68VPC~atlnO3o}6f~|O?P@5m850Ni znqZTlBJ*s_1zR>QQQ37$0_=qmO|lB}xMA*{-tr=oL21ViutR7%l@z#U$+AqIdnFN% z83~aXMCXqf7RQPSL&T$oK8H0WUM!Aw&!-rvhMDc2H~;7P`#g)c7Oq@3PuOr_NuX)V z=gDexI${@nsI#hAuvG;Jld!sz0twSfO`-GKy6y&zx9reJOJK(INW7(Z27uM8UzoBFndfy{mueI|jF} Vd$V}U7hDubPtBx`+_n4RzX5k9`85Cl literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxgrape.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..55b8790640440c741d9e43930c22235e1bba0716 GIT binary patch literal 323 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DEQUW z#WAE}&fBSmd`$)-ZStMb?&1ch>=Gt=MvK>b zdL|0owh5SAcal4I`v2_N?(QE_dm01{n7o)Gr-fF|Ykq9;VAnd+6%8ExO$WLj?>J=H zdc>Wn$l_cpi@*iV3w->4Q)PAfSpzo(Sxxn0w2XP+Yx{5O@v^;bkH5@l(wfWkwjgWE z?GIb*%>5Dq80Ril6Fo3@dwKjFuDE87fJHhF+KvCIADMJ8?_kx|#QjXaPxIYqX578$ zSXHHd<;qX>;Rf?{?!_Hs+xC}B<>Ev0T@LC!J`Gwi-VR^4DvK{T#v#F|{DI}0dA53n TQ~X|F05EvE`njxgN@xNAd%k5(0?^LW04QXmE3fh|DnZ40UO0ffH&h0zj zfBz4~h9BS9w55q4h>g*~$S9ske>7~sf45Nh15b_i;FwDgEg$%!?(p`O`w8N%3r0NQ zCDffVKqjN0@#sntxG%{yqELYAcREbx{YyX&~$P&bxRH$BGAem5OWFK-M8D@AI za2!X5B}M`O1a-KB6gWX(Ig#aqG|$UIr_4)a<)g4TM^DP5k%5XZyi=&O=h-sLX0ur) zD>BGQvAiTnEGMvnKw|{$<}FXl(U!Zd$`FAra17fskVX28+60>N6bh?aw!yS(w3b`( z6ZROJ(`=S!INzocPzN=fJ>_Id!gavH3^bwTxfsjWuyz`G$W5bLP}i<+5`cZHsx=ww z>SCHT5w6$2ADdBe$hv4Zp0^=83SBhi0NB4DtGUg$#+LgWsCmeVBb2E|DppmQ6huZO zJN6isjjDsHs0$ElAJpiHP!iHGq(kZ9ASa1psQNyFz?2`>>U;fvz8`T6TvuA=j(PlQ^YcL- zG+Z31e5D+A!>22&j6s%CK-Pet+6o2ym_nVZ92hgzpOPMys5P>XyKma;O2CF>8%Ca*seq)z464s z)gye<*+*OZpZe;fv+X|}Q>W+V>rY*7=p4^C^6%vWU0s`;hNT}GPak{X%_m!T%(it7 zwC+0k;FiF(&z@bocJ#ZyXJ2V+%%7ZDS-rOyND$3L{CNH8weP>VkfE8ykvihl)t29v zFORw_TNnNuy7_r>_q z=BtOgVy`_n^RY|((@}gWKzw>$`r7E27taNLrki)RZ8-B{;m573J$E1Z{HiJZdUF20 z;>!ny-d-EOVm4pj{NeJ!u}>O``njHH_w?-HXIjUI=6!XSa_s}(zH{-?mwsQ5_76wi Icx>PFzjjU--~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxorange.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..fefe447542c66739cf7a6b71741347530b19a998 GIT binary patch literal 364 zcmV-y0h9iTP)VQ!Pj5>fM2VA*w<^S{N&lw~oB^h*dbQtOC z0GQ>juC9!`ckliW;#0#BL^%N2au6Tp2nH$uf(}5p{8BUz*y5K+Y-FIf^b1L$LeK%o zmcxLGxii=SLNZElF(GM1hC3(sGLQ-gIsn~rY6G&fq4o7C3=BYD4~PTE32Lf302KE^ zXuf~<^ghG8C->;%0BQn~9dN;Y8n`3`VPpWxEg;OWG>*0o;Otn*z|76dz%ajtL1|w# zSnQrtD+6=YTn5gspGh^2vM2z>JEeeR2YjyxXZQ;Z{tvOs;NpMVk{P~(q9AT7Z5?2+ zGYe}j5CDdTI6ZR#HG-dP2auEBspbGuYdfktfZAZx0izBWbpQa?h+s+y3a`;^BAW8!(eos-qZge!)*T9 z%;x-@_Bceu;&p@MF<-MBie{L7$(p018SH~RE}C|N{pEvmEHI4(do-qrnlp+^X1ea; z!}Wev&yyyYYDc=3+XyI7Ff`P_%jK1BoGL4+9VhyE(UR4 z;*cncAg=N%LP#<2ULcFIEQnD-QaDM1@(`3%(EeB|&NT{fDmC5~Mt2Fe}i-M%8svydOEOQjWdGoff*Eri7>@cLThg{R~O=5$9QO}c#pJ1t~EgLK+q_w@a zpQy)#n(hb^F9tR>fd&e3PQ@)Zg&Rn~Wo%*F_b65hu}+Ej#4C}1p$@O_5I}vaX`ze_ zb+N2agy)aVQ8U^O*%0kz=N&9eVUJW?gvaKnnuCEg4jgr{?h`jlNVyZK$&SiEj`C5k z>!@iPr0VUy?Ey~dK2ESSY6>StIXRk@C8!KTF}g>TpeVMW8Zpem{6^523}dl7pfqO; z-Pi95HV`Zj*V3uMrll9L;MheLgl>eRq)c2Ym}(boYN2T`V|%`CBb-SkSZXtGng)y) z;%cFwid?iXByuRPNZhcPH@G2L5fv$(S9C+^yiXBS2_oBhZ~V{q2VIkvmR`PRo}l1@ zlz?f|qrsYQSHxjF+g_DT(98m;qaeEzEDFMk4Yqx3-m?cS|+nhPJm)GO3Yl z?s@cQqmexS$fmct-h1kD*K&WPvbxe8i9~YgPjAfj46eUcCNgAoteYOUcUdua|jdV+uBz@fggivtULdlyfBIoq|gyzu$-s<*b%J-$P{ a&M?otJ9+xh=IWN9d1uBZQtv!E{p{b@w*)Z& literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..db97ee7d3dd44cc5603257917cb3784fc33d248e GIT binary patch literal 365 zcmV-z0h0cSP)Ns_=cP1v@rwF=x)0t?9=p()kv$sRWdpQ>XSCPL6K61JrqHQUIGho4J_p4+GgMZU;aa zX~2sIIA<~Xv)e*Fdw#;}q6NVH-8l{~hd4D>h5B-Ig-x&q9^ab?9>7y00000 LNkvXXu0mjft^1hG literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json new file mode 100644 index 00000000000..bf25cd28971 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Drinks/juiceboxpineapple.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from from tgstation at https://github.com/tgstation/tgstation/commit/cbb527fcec6fb1a79dce98f7e8b093307a63980e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} From 9d9cc5a2cd4af61bfe5d59fdbdbfa50e423c97d8 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:13:43 +0000 Subject: [PATCH 123/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index d7d8d34554b..e19afdcdb25 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1917,3 +1917,10 @@ id: 292 time: '2024-03-24T16:03:52.018326+00:00' url: null +- author: FluffiestFloof + changes: + - message: Changed lunchbox size. + type: Tweak + id: 293 + time: '2024-03-25T15:13:19.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/998 From 97487b69c77f3b065d12a15d9792446df3d72139 Mon Sep 17 00:00:00 2001 From: UnicornOnLSD <149102472+UnicornOnLSD@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:21:20 +0100 Subject: [PATCH 124/213] fixed tortuga cryo (#1003) fixed cryo pump, won't kill patients --- Resources/Maps/tortuga.yml | 649 ++++++++++++++++++------------------- 1 file changed, 324 insertions(+), 325 deletions(-) diff --git a/Resources/Maps/tortuga.yml b/Resources/Maps/tortuga.yml index a32f74f80bf..399a06a400c 100644 --- a/Resources/Maps/tortuga.yml +++ b/Resources/Maps/tortuga.yml @@ -12,56 +12,56 @@ tilemap: 17: FloorBlue 18: FloorBlueCircuit 19: FloorBoxing - 20: FloorBrokenWood - 21: FloorCarpetClown - 22: FloorCarpetOffice - 24: FloorCaveDrought - 30: FloorDark - 31: FloorDarkDiagonal - 35: FloorDarkMono - 41: FloorDirt - 42: FloorEighties - 43: FloorElevatorShaft - 45: FloorFreezer - 46: FloorGlass - 47: FloorGold - 49: FloorGrassDark - 51: FloorGrassLight - 53: FloorGrayConcreteMono - 55: FloorGreenCircuit - 57: FloorHull - 58: FloorHullReinforced - 59: FloorHydro - 61: FloorKitchen - 62: FloorLaundry - 63: FloorLino - 64: FloorLowDesert - 65: FloorMetalDiamond - 66: FloorMime - 75: FloorPlanetGrass - 77: FloorRGlass - 78: FloorReinforced - 79: FloorReinforcedHardened - 80: FloorRockVault - 81: FloorShowroom - 89: FloorSilver - 92: FloorSteel - 97: FloorSteelDiagonal - 98: FloorSteelDiagonalMini - 99: FloorSteelDirty - 103: FloorSteelMono - 107: FloorTechMaint - 108: FloorTechMaint2 - 109: FloorTechMaint3 - 111: FloorWhite - 112: FloorWhiteDiagonal - 115: FloorWhiteMini - 116: FloorWhiteMono - 121: FloorWood - 122: FloorWoodTile - 123: Lattice - 124: Plating - 125: PlatingAsteroid + 22: FloorBrokenWood + 23: FloorCarpetClown + 24: FloorCarpetOffice + 26: FloorCaveDrought + 32: FloorDark + 33: FloorDarkDiagonal + 37: FloorDarkMono + 43: FloorDirt + 44: FloorEighties + 45: FloorElevatorShaft + 47: FloorFreezer + 48: FloorGlass + 49: FloorGold + 51: FloorGrassDark + 53: FloorGrassLight + 55: FloorGrayConcreteMono + 57: FloorGreenCircuit + 59: FloorHull + 60: FloorHullReinforced + 61: FloorHydro + 63: FloorKitchen + 64: FloorLaundry + 65: FloorLino + 66: FloorLowDesert + 67: FloorMetalDiamond + 68: FloorMime + 77: FloorPlanetGrass + 79: FloorRGlass + 80: FloorReinforced + 81: FloorReinforcedHardened + 82: FloorRockVault + 83: FloorShowroom + 91: FloorSilver + 94: FloorSteel + 99: FloorSteelDiagonal + 100: FloorSteelDiagonalMini + 101: FloorSteelDirty + 105: FloorSteelMono + 109: FloorTechMaint + 110: FloorTechMaint2 + 111: FloorTechMaint3 + 113: FloorWhite + 114: FloorWhiteDiagonal + 117: FloorWhiteMini + 118: FloorWhiteMono + 123: FloorWood + 125: FloorWoodTile + 126: Lattice + 127: Plating + 128: PlatingAsteroid entities: - proto: "" entities: @@ -75,175 +75,175 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: XAAAAAABXAAAAAACXAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAADXAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAABXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAABXAAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAABXAAAAAADTgAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAADfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAABTgAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAAAXAAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAABTgAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAADTgAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABTgAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAACfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACTgAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAABfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAB + tiles: XgAAAAABXgAAAAACXgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAADXgAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABXgAAAAABXgAAAAADUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAADfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABUAAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABUAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAACfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACUAAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAAB version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABQQAAAAAAQQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAACQQAAAAAAQQAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAXAAAAAAAXAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADTgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADTgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAADfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAACawAAAAAAawAAAAAAbAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAbAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAABXAAAAAADfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADfAAAAAAAHgAAAAAAHgAAAAACXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAADfAAAAAAAHgAAAAADHgAAAAADHgAAAAAAfAAAAAAAHgAAAAADHgAAAAADXAAAAAABfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAACfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADfAAAAAAAHgAAAAACHgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABQwAAAAAAQwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACQwAAAAAAQwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAXgAAAAAAXgAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAACbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAADfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADfwAAAAAAIAAAAAAAIAAAAAACXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAADfwAAAAAAIAAAAAADIAAAAAADIAAAAAAAfwAAAAAAIAAAAAADIAAAAAADXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAACfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAIAAAAAACIAAAAAAA version: 6 -1,0: ind: -1,0 - tiles: XAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMwAAAAAALgAAAAAALgAAAAACMwAAAAADfAAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAAAMwAAAAABQgAAAAAAQgAAAAAAQgAAAAAAfAAAAAAAMwAAAAABMwAAAAABLgAAAAAALgAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAACQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAADMwAAAAADLgAAAAACLgAAAAADMwAAAAACMwAAAAACMwAAAAABMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAMwAAAAABMwAAAAAALgAAAAACLgAAAAABMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAADQgAAAAAAQgAAAAAAQgAAAAAAfAAAAAAAMwAAAAACMwAAAAAALgAAAAABLgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACQgAAAAAAQgAAAAAAQgAAAAAAfAAAAAAAMwAAAAAAMwAAAAACLgAAAAACLgAAAAACMwAAAAACMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMwAAAAACMwAAAAAALgAAAAAALgAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAAAMwAAAAABLgAAAAAALgAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAABPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAADMwAAAAABLgAAAAACLgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAABMwAAAAADPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAMwAAAAADMwAAAAAALgAAAAABLgAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAACMwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMwAAAAADMwAAAAADLgAAAAACLgAAAAADMwAAAAABMwAAAAACMwAAAAABfAAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAMwAAAAAAMwAAAAABLgAAAAACLgAAAAACMwAAAAABMwAAAAABMwAAAAAAfAAAAAAAHgAAAAADMwAAAAAAMwAAAAAAMwAAAAAA + tiles: XgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANQAAAAAAMAAAAAAAMAAAAAACNQAAAAADfwAAAAAANQAAAAACNQAAAAACNQAAAAAANQAAAAACNQAAAAAANQAAAAABRAAAAAAARAAAAAAARAAAAAAAfwAAAAAANQAAAAABNQAAAAABMAAAAAAAMAAAAAABNQAAAAADNQAAAAAANQAAAAABNQAAAAACNQAAAAAANQAAAAADNQAAAAACNQAAAAACRAAAAAAARAAAAAAARAAAAAAARAAAAAAANQAAAAADNQAAAAADMAAAAAACMAAAAAADNQAAAAACNQAAAAACNQAAAAABNQAAAAAANQAAAAABNQAAAAAANQAAAAADNQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAANQAAAAABNQAAAAAAMAAAAAACMAAAAAABNQAAAAAANQAAAAAANQAAAAAANQAAAAADNQAAAAABNQAAAAAANQAAAAACNQAAAAADRAAAAAAARAAAAAAARAAAAAAAfwAAAAAANQAAAAACNQAAAAAAMAAAAAABMAAAAAAANQAAAAADNQAAAAADNQAAAAABNQAAAAADNQAAAAAANQAAAAADNQAAAAAANQAAAAACRAAAAAAARAAAAAAARAAAAAAAfwAAAAAANQAAAAAANQAAAAACMAAAAAACMAAAAAACNQAAAAACNQAAAAACNQAAAAADNQAAAAAANQAAAAABNQAAAAADNQAAAAACNQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANQAAAAACNQAAAAAAMAAAAAAAMAAAAAABNQAAAAAANQAAAAADNQAAAAADNQAAAAAANQAAAAACNQAAAAABNQAAAAACNQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAANQAAAAAANQAAAAABMAAAAAAAMAAAAAABNQAAAAADNQAAAAADNQAAAAAANQAAAAAANQAAAAAANQAAAAACNQAAAAABNQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAANQAAAAADNQAAAAABMAAAAAACMAAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAABNQAAAAABNQAAAAACNQAAAAABNQAAAAADQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAANQAAAAADNQAAAAAAMAAAAAABMAAAAAABNQAAAAAANQAAAAADNQAAAAADNQAAAAADNQAAAAADNQAAAAADNQAAAAACNQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANQAAAAADNQAAAAADMAAAAAACMAAAAAADNQAAAAABNQAAAAACNQAAAAABfwAAAAAANQAAAAABNQAAAAAANQAAAAACNQAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAANQAAAAAANQAAAAABMAAAAAACMAAAAAACNQAAAAABNQAAAAABNQAAAAAAfwAAAAAAIAAAAAADNQAAAAAANQAAAAAANQAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: fAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADTgAAAAAAXAAAAAACfAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAACXAAAAAAD + tiles: fwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAXgAAAAACfwAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACegAAAAAAegAAAAACegAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADegAAAAADegAAAAADegAAAAADewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACYgAAAAACYgAAAAADYgAAAAADYgAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAACXAAAAAACfAAAAAAAYgAAAAAAUQAAAAAAUQAAAAAAXAAAAAADXAAAAAABXAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAABfAAAAAAAYgAAAAABUQAAAAAAUQAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAAXAAAAAADXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADTgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAACfQAAAAAAfQAAAAACfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADfQAAAAADfQAAAAADfQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAACZAAAAAACZAAAAAADZAAAAAADZAAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAACfwAAAAAAZAAAAAAAUwAAAAAAUwAAAAAAXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAABfwAAAAAAZAAAAAABUwAAAAAAUwAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAXgAAAAADXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAADQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: AAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAAAYwAAAAAAbQAAAAAAYwAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAYwAAAAAAQQAAAAAAQQAAAAAAbQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAABZwAAAAACZwAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAACZwAAAAADZwAAAAADQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAACZwAAAAAAZwAAAAAAZwAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAAAZwAAAAABZwAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAABZwAAAAABZwAAAAABQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAZwAAAAAAZwAAAAABZwAAAAAAZwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAADZwAAAAAAZwAAAAADZwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAAAZQAAAAAAbwAAAAAAZQAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAZQAAAAAAQwAAAAAAQwAAAAAAbwAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAABaQAAAAACaQAAAAAAQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAACaQAAAAADaQAAAAADQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAACaQAAAAAAaQAAAAAAaQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAAAaQAAAAABaQAAAAAAQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAABaQAAAAABaQAAAAABQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAADaQAAAAACaQAAAAADaQAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAaQAAAAAAaQAAAAABaQAAAAAAaQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAaQAAAAADaQAAAAAAaQAAAAADaQAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: XAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACXAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAACXAAAAAABXAAAAAADQQAAAAAAQQAAAAAAXAAAAAABXAAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAACXAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAADXAAAAAADXAAAAAAAQQAAAAAAQQAAAAAAXAAAAAADXAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAADQQAAAAAAQQAAAAAAXAAAAAACXAAAAAAAQQAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAABQQAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABTgAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAACQQAAAAAAQQAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAawAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAADQQAAAAAAQQAAAAAAawAAAAAAbQAAAAADfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABQQAAAAAAQQAAAAAAXAAAAAADfAAAAAAAXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAAAXAAAAAABHgAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAACQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAADXAAAAAADHgAAAAADfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAACfAAAAAAAXAAAAAABXAAAAAABXAAAAAACHgAAAAABfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAACfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAB + tiles: XgAAAAADQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAACJQAAAAAAJQAAAAACJQAAAAACJQAAAAADJQAAAAACXgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAACXgAAAAABXgAAAAADQwAAAAAAQwAAAAAAXgAAAAABXgAAAAADJQAAAAABJQAAAAACJQAAAAAAJQAAAAABJQAAAAACXgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAADXgAAAAADXgAAAAAAQwAAAAAAQwAAAAAAXgAAAAADXgAAAAABQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAADQwAAAAAAQwAAAAAAXgAAAAACXgAAAAAAQwAAAAAAJQAAAAADJQAAAAAAJQAAAAABJQAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAABQwAAAAAAJQAAAAABJQAAAAACJQAAAAAAJQAAAAACXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAABQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAABUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAACQwAAAAAAQwAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAAAbQAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAADQwAAAAAAQwAAAAAAbQAAAAAAbwAAAAADfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABQwAAAAAAQwAAAAAAXgAAAAADfwAAAAAAXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAAAXgAAAAABIAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAACQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAADXgAAAAADIAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAXgAAAAABXgAAAAABXgAAAAACIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAACfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAB version: 6 2,-1: ind: 2,-1 - tiles: IwAAAAABZwAAAAAAZwAAAAADZwAAAAACZwAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAZwAAAAACZwAAAAADZwAAAAAAZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAIwAAAAABIwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAfAAAAAAAIwAAAAABIwAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAewAAAAAAfAAAAAAAIwAAAAADIwAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAIwAAAAAAIwAAAAADXAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAADfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAXAAAAAADXAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAA + tiles: JQAAAAABaQAAAAAAaQAAAAADaQAAAAACaQAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAAAaQAAAAACaQAAAAADaQAAAAAAaQAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAaQAAAAABaQAAAAACaQAAAAACaQAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAJQAAAAABJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAJQAAAAABJQAAAAACXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAJQAAAAADJQAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAAAJQAAAAADXgAAAAABQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAADfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAA version: 6 1,0: ind: 1,0 - tiles: HgAAAAADfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAQQAAAAAAfAAAAAAAPwAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAQQAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAbQAAAAACfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAACfAAAAAAAPwAAAAAAfAAAAAAAQQAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAACfAAAAAAAPwAAAAAAawAAAAAAbQAAAAABawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAACfAAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAbwAAAAAAfAAAAAAAawAAAAAAbQAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAACawAAAAAAawAAAAAAbwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADfAAAAAAAawAAAAAAbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAACfAAAAAAAbQAAAAADbQAAAAACbwAAAAABfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABTgAAAAAAXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACTgAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAAATgAAAAAAXAAAAAACbAAAAAAAFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAADfAAAAAAAYwAAAAAAXAAAAAABFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAACfAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAAAYwAAAAAA + tiles: IAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAQQAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbwAAAAACfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAACfwAAAAAAQQAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAACfwAAAAAAQQAAAAAAbQAAAAAAbwAAAAABbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAACfwAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAcQAAAAAAfwAAAAAAbQAAAAAAbwAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAACbQAAAAAAbQAAAAAAcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADfwAAAAAAbQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAACfwAAAAAAbwAAAAADbwAAAAACcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABUAAAAAAAXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACUAAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAACbgAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADfwAAAAAAZQAAAAAAXgAAAAABGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAACfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAAAZQAAAAAA version: 6 2,0: ind: 2,0 - tiles: TgAAAAAAPwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAYwAAAAAAbQAAAAABfAAAAAAAXAAAAAAAEQAAAAAAfAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAXAAAAAADYwAAAAAAawAAAAAAawAAAAAAawAAAAAAbQAAAAABXAAAAAACYwAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbQAAAAAAbQAAAAACfAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAXAAAAAACXAAAAAADfAAAAAAAYwAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADYwAAAAAAfAAAAAAAbQAAAAADbQAAAAADfAAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAXAAAAAACfAAAAAAAXAAAAAAAXAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAbQAAAAAAYwAAAAAAXAAAAAADbQAAAAACbQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAQQAAAAAATgAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAbQAAAAACawAAAAAAfAAAAAAAXAAAAAACXAAAAAACYwAAAAAAbQAAAAABYwAAAAAAfAAAAAAAXAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAADbQAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABYwAAAAAAXAAAAAACXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAXAAAAAABYwAAAAAAfAAAAAAAXAAAAAAD + tiles: UAAAAAAAQQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAZQAAAAAAbwAAAAABfwAAAAAAXgAAAAAAEQAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAXgAAAAADZQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbwAAAAABXgAAAAACZQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAACfwAAAAAAXgAAAAAAXgAAAAADfwAAAAAAXgAAAAACXgAAAAADfwAAAAAAZQAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADZQAAAAAAfwAAAAAAbwAAAAADbwAAAAADfwAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAXgAAAAACfwAAAAAAXgAAAAAAXgAAAAADQwAAAAAAQwAAAAAAQwAAAAAAbwAAAAAAZQAAAAAAXgAAAAADbwAAAAACbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAQwAAAAAAUAAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAbwAAAAACbQAAAAAAfwAAAAAAXgAAAAACXgAAAAACZQAAAAAAbwAAAAABZQAAAAAAfwAAAAAAXgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAADbwAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABZQAAAAAAXgAAAAACXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAXgAAAAABZQAAAAAAfwAAAAAAXgAAAAAD version: 6 1,1: ind: 1,1 - tiles: FgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABfAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAADXAAAAAAAXAAAAAADfAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAADfAAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAABfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAATgAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAADfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAACHgAAAAACTgAAAAAATgAAAAAAHgAAAAADHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAABHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAHgAAAAACfAAAAAAAawAAAAAAbAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAABLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAACLgAAAAAALgAAAAAAHgAAAAAAHgAAAAADfAAAAAAAawAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAADfAAAAAAALgAAAAAAHgAAAAACHgAAAAABfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAADDgAAAAADfAAAAAAALgAAAAABHgAAAAACHgAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAABDgAAAAABfAAAAAAALgAAAAAAHgAAAAAAHgAAAAABfAAAAAAAawAAAAAAbAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAA + tiles: GAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABfwAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAADfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAABfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAADfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAACIAAAAAACUAAAAAAAUAAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABMAAAAAACMAAAAAADMAAAAAACMAAAAAAAMAAAAAACMAAAAAAAMAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAADfwAAAAAAMAAAAAAAIAAAAAACIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAADDgAAAAADfwAAAAAAMAAAAAABIAAAAAACIAAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAABDgAAAAABfwAAAAAAMAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAABTQAAAAADfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAAATQAAAAABfAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAACTQAAAAABfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAACTQAAAAADfAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAADTQAAAAADTgAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAABTQAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAACTQAAAAABTgAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAADfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADTgAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAABHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAADTgAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABTgAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAACXAAAAAABfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAADTwAAAAADUAAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAABTwAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAABUAAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAADUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAABIQAAAAABIQAAAAAAIQAAAAABIQAAAAABIQAAAAADUAAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABUAAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: fAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAATQAAAAACTQAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAATQAAAAACTQAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACfAAAAAAATQAAAAABTQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAABfAAAAAAATQAAAAABTQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAAATgAAAAAATQAAAAABTQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADTQAAAAACTQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAABXAAAAAADXAAAAAABTgAAAAAATQAAAAAATQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAADTgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAAATgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAABZwAAAAADZwAAAAABZwAAAAAAZwAAAAADfAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAADTgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADZwAAAAACZwAAAAABZwAAAAADZwAAAAACfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAHwAAAAADHwAAAAABHwAAAAACZwAAAAAAZwAAAAAAZwAAAAACZwAAAAABZwAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAZwAAAAACZwAAAAADZwAAAAABZwAAAAACfAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAABQQAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAdAAAAAACdAAAAAADfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAB + tiles: fwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAATwAAAAACTwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAABfwAAAAAATwAAAAABTwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAATwAAAAABTwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADTwAAAAACTwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAABUAAAAAAATwAAAAAATwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADUAAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAAAUAAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABaQAAAAADaQAAAAABaQAAAAAAaQAAAAADfwAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAADUAAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADaQAAAAACaQAAAAABaQAAAAADaQAAAAACfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAIQAAAAADIQAAAAABIQAAAAACaQAAAAAAaQAAAAAAaQAAAAACaQAAAAABaQAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAaQAAAAACaQAAAAADaQAAAAABaQAAAAACfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAABQwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAdgAAAAACdgAAAAADfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAB version: 6 -2,-1: ind: -2,-1 - tiles: awAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbwAAAAACdAAAAAABdAAAAAACbwAAAAAAfAAAAAAAXAAAAAAAXAAAAAACawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbwAAAAACdAAAAAAAdAAAAAAAbwAAAAADTgAAAAAAXAAAAAACXAAAAAADawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAADdAAAAAABdAAAAAABbwAAAAABTgAAAAAAXAAAAAABXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAdAAAAAACdAAAAAAAdAAAAAADdAAAAAACdAAAAAADXAAAAAACXAAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAXAAAAAACMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAABXAAAAAADMQAAAAABMQAAAAAAMQAAAAACMwAAAAAAMwAAAAABMwAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAAAMQAAAAACGAAAAAABMQAAAAACMQAAAAABMwAAAAAAMwAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAABXAAAAAAAGAAAAAAGGAAAAAADGAAAAAAFMQAAAAAAMQAAAAABMwAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAADGAAAAAABGAAAAAADGAAAAAAFGAAAAAABMQAAAAADMwAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAACXAAAAAADGAAAAAAAGAAAAAAEGAAAAAABMQAAAAACMQAAAAACMwAAAAADfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAMQAAAAACGAAAAAAFMQAAAAABMQAAAAACMwAAAAACMwAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAACMQAAAAABMQAAAAABMQAAAAAAMwAAAAAAMwAAAAACMwAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAABMwAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAATgAAAAAAXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAATgAAAAAA + tiles: bQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAcQAAAAACdgAAAAABdgAAAAACcQAAAAAAfwAAAAAAXgAAAAAAXgAAAAACbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAcQAAAAACdgAAAAAAdgAAAAAAcQAAAAADUAAAAAAAXgAAAAACXgAAAAADbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADdgAAAAABdgAAAAABcQAAAAABUAAAAAAAXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAdgAAAAACdgAAAAAAdgAAAAADdgAAAAACdgAAAAADXgAAAAACXgAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAXgAAAAACNQAAAAABNQAAAAAANQAAAAAANQAAAAADNQAAAAADNQAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAABXgAAAAADMwAAAAABMwAAAAAAMwAAAAACNQAAAAAANQAAAAABNQAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAMwAAAAACGgAAAAABMwAAAAACMwAAAAABNQAAAAAANQAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAGgAAAAAGGgAAAAADGgAAAAAFMwAAAAAAMwAAAAABNQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAADGgAAAAABGgAAAAADGgAAAAAFGgAAAAABMwAAAAADNQAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAACXgAAAAADGgAAAAAAGgAAAAAEGgAAAAABMwAAAAACMwAAAAACNQAAAAADfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAMwAAAAACGgAAAAAFMwAAAAABMwAAAAACNQAAAAACNQAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAACMwAAAAABMwAAAAABMwAAAAAANQAAAAAANQAAAAACNQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAABNQAAAAABNQAAAAAANQAAAAAANQAAAAADNQAAAAABNQAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAUAAAAAAAXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: fAAAAAAAeQAAAAADeQAAAAACeQAAAAADeQAAAAACeQAAAAABeQAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAeQAAAAADeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAeQAAAAABfAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAADeQAAAAAAeQAAAAADeQAAAAADeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABeQAAAAAAeQAAAAADeQAAAAACeQAAAAABeQAAAAAAeQAAAAACeQAAAAABeQAAAAADeQAAAAADeQAAAAAAeQAAAAACfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAeQAAAAADeQAAAAACeQAAAAADeQAAAAABeQAAAAADeQAAAAABeQAAAAAAeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAADfAAAAAAAeQAAAAACeQAAAAADeQAAAAAAeQAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAAAfAAAAAAAMwAAAAAAMwAAAAABMwAAAAADfAAAAAAAeQAAAAADeQAAAAADfAAAAAAAeQAAAAABeQAAAAAAeQAAAAACeQAAAAADeQAAAAACeQAAAAADeQAAAAACeQAAAAAATgAAAAAAMwAAAAADMwAAAAADMwAAAAACfAAAAAAAeQAAAAABeQAAAAADfAAAAAAAeQAAAAABeQAAAAADeQAAAAABeQAAAAAAeQAAAAAAeQAAAAADeQAAAAAAeQAAAAACeQAAAAADMwAAAAAAMwAAAAADMQAAAAADfAAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAABeQAAAAADeQAAAAACeQAAAAABeQAAAAADeQAAAAAAeQAAAAADTgAAAAAAMwAAAAADMQAAAAACMQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMwAAAAACMQAAAAAAGAAAAAAEXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAABXAAAAAABXAAAAAACfAAAAAAAMwAAAAACMQAAAAACMQAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAAATgAAAAAAMwAAAAADMwAAAAADMQAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABMwAAAAADMwAAAAACMwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACTgAAAAAAMwAAAAAAMwAAAAACMwAAAAACHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAACewAAAAABewAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAfwAAAAAAewAAAAABfwAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABewAAAAAAewAAAAADewAAAAACewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAACfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAAAfwAAAAAANQAAAAAANQAAAAABNQAAAAADfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAADewAAAAACewAAAAAAUAAAAAAANQAAAAADNQAAAAADNQAAAAACfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAADNQAAAAAANQAAAAADMwAAAAADfwAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAABewAAAAADewAAAAACewAAAAABewAAAAADewAAAAAAewAAAAADUAAAAAAANQAAAAADMwAAAAACMwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANQAAAAACMwAAAAAAGgAAAAAEXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAACfwAAAAAANQAAAAACMwAAAAACMwAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAAAUAAAAAAANQAAAAADNQAAAAADMwAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABNQAAAAADNQAAAAACNQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACUAAAAAAANQAAAAAANQAAAAACNQAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -3,0: ind: -3,0 - tiles: HgAAAAAAHgAAAAADHgAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACfAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAHgAAAAAAHgAAAAABHgAAAAAAfAAAAAAAHgAAAAACHgAAAAABHgAAAAACfAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAACLgAAAAACXAAAAAABLgAAAAADHgAAAAABHgAAAAADHgAAAAAAfAAAAAAATgAAAAAAHgAAAAABTgAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAABLgAAAAABXAAAAAACHgAAAAACHgAAAAACHgAAAAACfAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAALgAAAAADXAAAAAADXAAAAAABXAAAAAABLgAAAAADXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAACbwAAAAACbwAAAAACfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAALgAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAADfAAAAAAAHgAAAAACHgAAAAACHgAAAAAAbwAAAAADbwAAAAADbwAAAAAAfAAAAAAAXAAAAAABLgAAAAACXAAAAAACXAAAAAABXAAAAAAALgAAAAACXAAAAAABXAAAAAAAfAAAAAAAHgAAAAACHgAAAAACHgAAAAABbwAAAAADbwAAAAADbwAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAABLgAAAAABXAAAAAAAXAAAAAABXAAAAAACXAAAAAABfAAAAAAAHgAAAAAAHgAAAAACHgAAAAAAbwAAAAACbwAAAAACbwAAAAACfAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAABbwAAAAAAbwAAAAABfAAAAAAATgAAAAAAbwAAAAAAbwAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACbwAAAAADbwAAAAADbwAAAAADbwAAAAACbwAAAAABbwAAAAADbwAAAAABbwAAAAABfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAACbwAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAAAbwAAAAABbwAAAAADfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAABHgAAAAADHgAAAAACHgAAAAABbwAAAAADbwAAAAADbwAAAAACbwAAAAADbwAAAAAAbwAAAAABbwAAAAABbwAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAATgAAAAAATgAAAAAAfAAAAAAAbwAAAAAAbwAAAAACbwAAAAADbwAAAAACbwAAAAABfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACbwAAAAADbwAAAAABTgAAAAAAbwAAAAAAbwAAAAACbwAAAAABbwAAAAACbwAAAAACfAAAAAAAawAAAAAAawAAAAAAXAAAAAABHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABbwAAAAABbwAAAAADbwAAAAACbwAAAAABbwAAAAADbwAAAAACbwAAAAADbwAAAAADfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAAA + tiles: IAAAAAAAIAAAAAADIAAAAAAAUAAAAAAAIAAAAAABIAAAAAAAIAAAAAACfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAIAAAAAAAIAAAAAABIAAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAACfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAACMAAAAAACXgAAAAABMAAAAAADIAAAAAABIAAAAAADIAAAAAAAfwAAAAAAUAAAAAAAIAAAAAABUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAABMAAAAAABXgAAAAACIAAAAAACIAAAAAACIAAAAAACfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAMAAAAAADXgAAAAADXgAAAAABXgAAAAABMAAAAAADXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAACcQAAAAACcQAAAAACfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAMAAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAADfwAAAAAAIAAAAAACIAAAAAACIAAAAAAAcQAAAAADcQAAAAADcQAAAAAAfwAAAAAAXgAAAAABMAAAAAACXgAAAAACXgAAAAABXgAAAAAAMAAAAAACXgAAAAABXgAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABcQAAAAADcQAAAAADcQAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAABMAAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAABfwAAAAAAIAAAAAAAIAAAAAACIAAAAAAAcQAAAAACcQAAAAACcQAAAAACfwAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAABcQAAAAAAcQAAAAABfwAAAAAAUAAAAAAAcQAAAAAAcQAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACcQAAAAADcQAAAAADcQAAAAADcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAACcQAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAABcQAAAAADfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABcQAAAAADcQAAAAADcQAAAAACcQAAAAADcQAAAAAAcQAAAAABcQAAAAABcQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACcQAAAAADcQAAAAABUAAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAACfwAAAAAAbQAAAAAAbQAAAAAAXgAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABcQAAAAABcQAAAAADcQAAAAACcQAAAAABcQAAAAADcQAAAAACcQAAAAADcQAAAAADfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: OQAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAABHgAAAAABOQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAADTgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABHgAAAAADHgAAAAABfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAACHgAAAAAAHgAAAAACfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAABHgAAAAACfAAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAfAAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAAATgAAAAAAfAAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAADHgAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAABHgAAAAAAEgAAAAAAfAAAAAAAHgAAAAABHgAAAAAAHgAAAAAATgAAAAAAXAAAAAABTgAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAABXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAA + tiles: OwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAABOwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAABIAAAAAACfwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAUAAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAAAEgAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAAAUAAAAAAAXgAAAAABUAAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAA version: 6 -4,0: ind: -4,0 - tiles: bwAAAAADbwAAAAABbwAAAAADfAAAAAAAbwAAAAACbwAAAAACbwAAAAADbwAAAAAAbwAAAAACbwAAAAADbwAAAAADbwAAAAADbwAAAAABbwAAAAABfAAAAAAAHgAAAAABbwAAAAACbwAAAAACbwAAAAABTgAAAAAAbwAAAAABbwAAAAAAbwAAAAADbwAAAAABbwAAAAADbwAAAAADbwAAAAABbwAAAAABbwAAAAABbwAAAAAAfAAAAAAAHgAAAAADbwAAAAAAbwAAAAACbwAAAAACbwAAAAADbwAAAAABbwAAAAAAbwAAAAADbwAAAAAAbwAAAAABbwAAAAAAbwAAAAAAbwAAAAACbwAAAAADbwAAAAAAfAAAAAAAHgAAAAABbwAAAAABbwAAAAADbwAAAAAAfAAAAAAAbwAAAAADbwAAAAACbwAAAAACbwAAAAACbwAAAAACbwAAAAADbwAAAAABbwAAAAACbwAAAAADbwAAAAACHgAAAAADHgAAAAACbwAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAADbwAAAAACbwAAAAAAbwAAAAADbwAAAAADbwAAAAADfAAAAAAAfAAAAAAAbwAAAAAAfAAAAAAAdAAAAAACdAAAAAADdAAAAAACdAAAAAAAdAAAAAABTgAAAAAAbwAAAAAAbwAAAAAAbwAAAAABbwAAAAABbwAAAAABbwAAAAAAfAAAAAAAbwAAAAADbwAAAAAAfAAAAAAAdAAAAAADdAAAAAACdAAAAAABdAAAAAACdAAAAAACbwAAAAACbwAAAAAAbwAAAAABbwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAACbwAAAAAATgAAAAAAdAAAAAADdAAAAAABdAAAAAACdAAAAAACdAAAAAAATgAAAAAAbwAAAAABbwAAAAACbwAAAAACbwAAAAABbwAAAAACbwAAAAABTgAAAAAAbwAAAAACbwAAAAADbwAAAAADdAAAAAADdAAAAAABdAAAAAABdAAAAAABdAAAAAAAfAAAAAAAbwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAACbwAAAAADfAAAAAAAfAAAAAAAbwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAADbwAAAAACbwAAAAADbwAAAAACbwAAAAABbwAAAAAATgAAAAAAbwAAAAABbwAAAAACbwAAAAADbwAAAAAAbwAAAAABbwAAAAAAbwAAAAADbwAAAAADbwAAAAACbwAAAAADbwAAAAAAbwAAAAADbwAAAAADbwAAAAADbwAAAAADTgAAAAAAbwAAAAABbwAAAAABbwAAAAADbwAAAAADbwAAAAADbwAAAAADbwAAAAABbwAAAAAATgAAAAAAbwAAAAABbwAAAAADbwAAAAADbwAAAAADbwAAAAACbwAAAAADbwAAAAABbwAAAAABbwAAAAAAbwAAAAACbwAAAAADbwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAADbwAAAAACbwAAAAACbwAAAAAAbwAAAAAAbwAAAAADTgAAAAAAbwAAAAADUQAAAAAAfAAAAAAAfAAAAAAAHwAAAAAAfAAAAAAAbwAAAAAAbwAAAAABbwAAAAAAbwAAAAACbwAAAAACbwAAAAADbwAAAAABbwAAAAADbwAAAAABfAAAAAAATgAAAAAAUQAAAAAAfAAAAAAAHwAAAAACHwAAAAABfAAAAAAAbwAAAAABbwAAAAADbwAAAAACbwAAAAACbwAAAAAAbwAAAAACbwAAAAADbwAAAAACbwAAAAAAbwAAAAABbwAAAAABUQAAAAAAfAAAAAAAHwAAAAAAHwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAAAfAAAAAAAbwAAAAACbwAAAAAAbwAAAAACbwAAAAADbwAAAAACbwAAAAAD + tiles: cQAAAAADcQAAAAABcQAAAAADfwAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAAAcQAAAAACcQAAAAADcQAAAAADcQAAAAADcQAAAAABcQAAAAABfwAAAAAAIAAAAAABcQAAAAACcQAAAAACcQAAAAABUAAAAAAAcQAAAAABcQAAAAAAcQAAAAADcQAAAAABcQAAAAADcQAAAAADcQAAAAABcQAAAAABcQAAAAABcQAAAAAAfwAAAAAAIAAAAAADcQAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAAAcQAAAAADcQAAAAAAcQAAAAABcQAAAAAAcQAAAAAAcQAAAAACcQAAAAADcQAAAAAAfwAAAAAAIAAAAAABcQAAAAABcQAAAAADcQAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAACcQAAAAADcQAAAAACIAAAAAADIAAAAAACcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAAAcQAAAAADcQAAAAADcQAAAAADfwAAAAAAfwAAAAAAcQAAAAAAfwAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAABUAAAAAAAcQAAAAAAcQAAAAAAcQAAAAABcQAAAAABcQAAAAABcQAAAAAAfwAAAAAAcQAAAAADcQAAAAAAfwAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAACdgAAAAACcQAAAAACcQAAAAAAcQAAAAABcQAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADcQAAAAACcQAAAAAAUAAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAAAUAAAAAAAcQAAAAABcQAAAAACcQAAAAACcQAAAAABcQAAAAACcQAAAAABUAAAAAAAcQAAAAACcQAAAAADcQAAAAADdgAAAAADdgAAAAABdgAAAAABdgAAAAABdgAAAAAAfwAAAAAAcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAACcQAAAAADfwAAAAAAfwAAAAAAcQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAADcQAAAAACcQAAAAABcQAAAAAAUAAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAAAcQAAAAABcQAAAAAAcQAAAAADcQAAAAADcQAAAAACcQAAAAADcQAAAAAAcQAAAAADcQAAAAADcQAAAAADcQAAAAADUAAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAADcQAAAAADcQAAAAABcQAAAAAAUAAAAAAAcQAAAAABcQAAAAADcQAAAAADcQAAAAADcQAAAAACcQAAAAADcQAAAAABcQAAAAABcQAAAAAAcQAAAAACcQAAAAADcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAAAcQAAAAAAcQAAAAADUAAAAAAAcQAAAAADUwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAfwAAAAAAcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAADcQAAAAABfwAAAAAAUAAAAAAAUwAAAAAAfwAAAAAAIQAAAAACIQAAAAABfwAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAACcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAAAcQAAAAABcQAAAAABUwAAAAAAfwAAAAAAIQAAAAAAIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAAAfwAAAAAAcQAAAAACcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAAD version: 6 -5,-1: ind: -5,-1 - tiles: HgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAfAAAAAAAXAAAAAACLgAAAAABXAAAAAAAXAAAAAADHgAAAAAAHgAAAAABHgAAAAADfAAAAAAAOQAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABfAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAACfAAAAAAATgAAAAAAHgAAAAAAfAAAAAAAOQAAAAAAHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADfAAAAAAAXAAAAAADXAAAAAACLgAAAAAAXAAAAAACfAAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAADHgAAAAABHgAAAAAAHgAAAAADHgAAAAADHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAXAAAAAABLgAAAAAAXAAAAAADXAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAAAHgAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAATgAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAADHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAXAAAAAABXAAAAAACLgAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAAAHgAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAABTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADfAAAAAAAXAAAAAAALgAAAAADXAAAAAABXAAAAAADTgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAACTgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACHgAAAAADHgAAAAACfAAAAAAAXAAAAAAAXAAAAAADLgAAAAACXAAAAAADTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAAEQAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAABfAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAADTgAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAABTgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAABTgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAABfAAAAAAAXAAAAAADXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: IAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAfwAAAAAAXgAAAAACMAAAAAABXgAAAAAAXgAAAAADIAAAAAAAIAAAAAABIAAAAAADfwAAAAAAOwAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAABfwAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACfwAAAAAAUAAAAAAAIAAAAAAAfwAAAAAAOwAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADfwAAAAAAXgAAAAADXgAAAAACMAAAAAAAXgAAAAACfwAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAUAAAAAAAXgAAAAABMAAAAAAAXgAAAAADXgAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAAAIAAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAAAIAAAAAADUAAAAAAAXgAAAAABXgAAAAACMAAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABUAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAXgAAAAAAMAAAAAADXgAAAAABXgAAAAADUAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAACUAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAADIAAAAAACfwAAAAAAXgAAAAAAXgAAAAADMAAAAAACXgAAAAADUAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAUAAAAAAAEQAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABfwAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAAAUAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADUAAAAAAAXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAABUAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACUAAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAABUAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABfwAAAAAAXgAAAAADXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAACeQAAAAABfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADeQAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAADHgAAAAAAHgAAAAACHgAAAAADeQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAABTgAAAAAAewAAAAAAewAAAAAAfAAAAAAAHgAAAAACHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAewAAAAAAewAAAAAAHgAAAAACHgAAAAADHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACTgAAAAAAewAAAAAAewAAAAAAHgAAAAACHgAAAAABHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAewAAAAAAewAAAAAAHgAAAAAAHgAAAAACHgAAAAACfAAAAAAAawAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAfAAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAABHgAAAAAAfAAAAAAAHgAAAAACHgAAAAABHgAAAAAAfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAABfAAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAAAHgAAAAADfAAAAAAAHgAAAAADHgAAAAAAHgAAAAADfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAewAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAAAHgAAAAADfAAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAACAAAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAABfAAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABfAAAAAAAfAAAAAAANwAAAAAANwAAAAAAHgAAAAACEgAAAAAAEgAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAADOQAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAACewAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADewAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAADewAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABUAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAfgAAAAAAfgAAAAAAIAAAAAACIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACUAAAAAAAfgAAAAAAfgAAAAAAIAAAAAACIAAAAAABIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAfgAAAAAAfgAAAAAAIAAAAAAAIAAAAAACIAAAAAACfwAAAAAAbQAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAABfwAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADfwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAACAAAAAAAAUAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAABfwAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAABfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAIAAAAAACEgAAAAAAEgAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAADOwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAADIAAAAAAD version: 6 -5,-2: ind: -5,-2 - tiles: XAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAABfAAAAAAAeQAAAAAAfAAAAAAAeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAABeQAAAAACeQAAAAADeQAAAAAAeQAAAAADeQAAAAADeQAAAAAAeQAAAAAAeQAAAAADeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACTgAAAAAAeQAAAAACeQAAAAABeQAAAAACeQAAAAABeQAAAAABeQAAAAABeQAAAAADeQAAAAABfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAXAAAAAABXAAAAAACfAAAAAAAeQAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAACeQAAAAACeQAAAAACeQAAAAACfAAAAAAAQQAAAAAAbQAAAAAAbQAAAAABfAAAAAAAXAAAAAABXAAAAAACTgAAAAAAeQAAAAACeQAAAAACeQAAAAAAeQAAAAADeQAAAAACeQAAAAABeQAAAAACeQAAAAABfAAAAAAAQQAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAXAAAAAABXAAAAAABTgAAAAAAeQAAAAACeQAAAAACeQAAAAACeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAABfAAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADfAAAAAAATgAAAAAAfAAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAABeQAAAAACeQAAAAAAfAAAAAAAXAAAAAACYwAAAAAAYwAAAAAAYwAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADeQAAAAADeQAAAAACeQAAAAABeQAAAAAAeQAAAAACeQAAAAADeQAAAAADfAAAAAAAYwAAAAAAYwAAAAAAXAAAAAABTgAAAAAAXAAAAAACLgAAAAADXAAAAAADXAAAAAAAeQAAAAAAeQAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAABeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACTgAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAADeQAAAAACeQAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAADXAAAAAAALgAAAAAAXAAAAAACTgAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAACeQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAACXAAAAAABXAAAAAADfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAALgAAAAACXAAAAAAAXAAAAAADTgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACTgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAACLgAAAAADXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACHgAAAAADHgAAAAACHgAAAAADfAAAAAAAOQAAAAAAHgAAAAADHgAAAAAC + tiles: XgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAABfwAAAAAAewAAAAAAfwAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAABewAAAAACewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAAAewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACUAAAAAAAewAAAAACewAAAAABewAAAAACewAAAAABewAAAAABewAAAAABewAAAAADewAAAAABfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAXgAAAAABXgAAAAACfwAAAAAAewAAAAAAewAAAAADewAAAAADewAAAAACewAAAAACewAAAAACewAAAAACewAAAAACfwAAAAAAQwAAAAAAbwAAAAAAbwAAAAABfwAAAAAAXgAAAAABXgAAAAACUAAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAACewAAAAABewAAAAACewAAAAABfwAAAAAAQwAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAXgAAAAABXgAAAAABUAAAAAAAewAAAAACewAAAAACewAAAAACewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABfwAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADfwAAAAAAUAAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAACewAAAAABewAAAAACewAAAAAAfwAAAAAAXgAAAAACZQAAAAAAZQAAAAAAZQAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADewAAAAADewAAAAACewAAAAABewAAAAAAewAAAAACewAAAAADewAAAAADfwAAAAAAZQAAAAAAZQAAAAAAXgAAAAABUAAAAAAAXgAAAAACMAAAAAADXgAAAAADXgAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAACewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACUAAAAAAAewAAAAADewAAAAADewAAAAADewAAAAADewAAAAACewAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAAAMAAAAAAAXgAAAAACUAAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAACewAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAACXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAMAAAAAACXgAAAAAAXgAAAAADUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACMAAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACIAAAAAADIAAAAAACIAAAAAADfwAAAAAAOwAAAAAAIAAAAAADIAAAAAAC version: 6 -6,-2: ind: -6,-2 - tiles: ewAAAAAAewAAAAAAewAAAAAAfAAAAAAAQQAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACTQAAAAACXAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAABewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAABEwAAAAABQAAAAAAASwAAAAACSwAAAAACSwAAAAABSwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAABEwAAAAAAQAAAAAADQAAAAAAFQAAAAAADQAAAAAACSwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAADEwAAAAAAQAAAAAADQAAAAAACQAAAAAABQAAAAAACQAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAEwAAAAACEwAAAAACQAAAAAABQAAAAAAEQAAAAAABQAAAAAAAQAAAAAAENQAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAACTwAAAAACXgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAEwAAAAABEwAAAAABQgAAAAAATQAAAAACTQAAAAACTQAAAAABTQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAEwAAAAABEwAAAAAAQgAAAAADQgAAAAAFQgAAAAADQgAAAAACTQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAEwAAAAADEwAAAAAAQgAAAAADQgAAAAACQgAAAAABQgAAAAACQgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAEwAAAAACEwAAAAACQgAAAAABQgAAAAAEQgAAAAABQgAAAAAAQgAAAAAENwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: EwAAAAADEwAAAAADQAAAAAAFQAAAAAAAQAAAAAAEQAAAAAADQAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAEwAAAAACEwAAAAADQAAAAAAEQAAAAAAEQAAAAAAASwAAAAABSwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAAfAAAAAAATgAAAAAAEwAAAAABEwAAAAADSwAAAAADSwAAAAABSwAAAAABSwAAAAAASwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAAHgAAAAACTgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAAfAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAALgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEgAAAAAAEgAAAAAAfAAAAAAATgAAAAAAKQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEgAAAAAAEgAAAAAAHgAAAAACKQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEgAAAAAAEgAAAAAAfAAAAAAATgAAAAAAKQAAAAADLgAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAALgAAAAAALgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAA + tiles: EwAAAAADEwAAAAADQgAAAAAFQgAAAAAAQgAAAAAEQgAAAAADQgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAEwAAAAACEwAAAAADQgAAAAAEQgAAAAAEQgAAAAAATQAAAAABTQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAUAAAAAAAEwAAAAABEwAAAAADTQAAAAADTQAAAAABTQAAAAABTQAAAAAATQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAIAAAAAACUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMAAAAAADUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAKwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEgAAAAAAEgAAAAAAIAAAAAACKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAKwAAAAADMAAAAAACbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMAAAAAAAMAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAA version: 6 -6,0: ind: -6,0 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAEQAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAABfAAAAAAAHgAAAAAAHgAAAAADfAAAAAAAbwAAAAAAbwAAAAACbwAAAAABbwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACfAAAAAAAHgAAAAAAHgAAAAADfAAAAAAAbwAAAAADbwAAAAACbwAAAAADbwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAADfAAAAAAAbwAAAAAAbwAAAAACbwAAAAACbwAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAbwAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAACHgAAAAABbwAAAAACbwAAAAACbwAAAAACbwAAAAABfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAADHgAAAAABHgAAAAADTgAAAAAAbwAAAAAAbwAAAAABbwAAAAAAbwAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAADHgAAAAADfAAAAAAAbwAAAAAAbwAAAAADbwAAAAABbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAbwAAAAADbwAAAAACbwAAAAACbwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAEQAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAIAAAAAACIAAAAAACIAAAAAABfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAACfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAcQAAAAADcQAAAAACcQAAAAADcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADfwAAAAAAcQAAAAAAcQAAAAACcQAAAAACcQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAcQAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAACIAAAAAABcQAAAAACcQAAAAACcQAAAAACcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAADUAAAAAAAcQAAAAAAcQAAAAABcQAAAAAAcQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAADfwAAAAAAcQAAAAAAcQAAAAADcQAAAAABcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAA version: 6 -5,0: ind: -5,0 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAACfAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAbwAAAAADfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbwAAAAABfAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAAXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAEgAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbwAAAAACfAAAAAAATgAAAAAAXAAAAAACXAAAAAABXAAAAAACTgAAAAAAXAAAAAABXAAAAAADXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAbwAAAAABfAAAAAAATgAAAAAAXAAAAAACXAAAAAABXAAAAAADTgAAAAAAXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAEgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAUAAAAAAAbwAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAbwAAAAADTgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAbwAAAAADbwAAAAACbwAAAAACbwAAAAADbwAAAAABTgAAAAAAbwAAAAAAbwAAAAACbwAAAAAAbwAAAAABbwAAAAACbwAAAAABbwAAAAADbwAAAAADTgAAAAAAbwAAAAAAbwAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAACbwAAAAABbwAAAAADbwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbwAAAAADbwAAAAAAbwAAAAAAbwAAAAACfAAAAAAATgAAAAAAEQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADTgAAAAAAfAAAAAAAfAAAAAAAbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAADfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAQQAAAAAAHgAAAAADHgAAAAADHgAAAAABfAAAAAAAbwAAAAAAbwAAAAACbwAAAAAAbwAAAAABTgAAAAAAbwAAAAACfAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAHgAAAAADHgAAAAABbwAAAAACbwAAAAADbwAAAAACbwAAAAABbwAAAAACbwAAAAADbwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAQQAAAAAAHgAAAAADHgAAAAABHgAAAAADfAAAAAAAbwAAAAAAbwAAAAABbwAAAAACbwAAAAACfAAAAAAAbwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAABHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAACTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAACfwAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAcQAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcQAAAAABfwAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAEgAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcQAAAAACfwAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAACUAAAAAAAXgAAAAABXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAcQAAAAABfwAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAADUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAEgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAUgAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAcQAAAAADUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAADcQAAAAABUAAAAAAAcQAAAAAAcQAAAAACcQAAAAAAcQAAAAABcQAAAAACcQAAAAABcQAAAAADcQAAAAADUAAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAADcQAAAAACcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADcQAAAAAAcQAAAAAAcQAAAAACfwAAAAAAUAAAAAAAEQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAQwAAAAAAIAAAAAADIAAAAAADIAAAAAABfwAAAAAAcQAAAAAAcQAAAAACcQAAAAAAcQAAAAABUAAAAAAAcQAAAAACfwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADIAAAAAABcQAAAAACcQAAAAADcQAAAAACcQAAAAABcQAAAAACcQAAAAADcQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAQwAAAAAAIAAAAAADIAAAAAABIAAAAAADfwAAAAAAcQAAAAAAcQAAAAABcQAAAAACcQAAAAACfwAAAAAAcQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAACUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAA version: 6 -5,1: ind: -5,1 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAAAeQAAAAABeQAAAAADeQAAAAABfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAeQAAAAACeQAAAAACeQAAAAAAeQAAAAADeQAAAAABeQAAAAABeQAAAAABfAAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAADeQAAAAAAeQAAAAABeQAAAAACfAAAAAAAHgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAeQAAAAABeQAAAAACeQAAAAACeQAAAAADeQAAAAACeQAAAAABeQAAAAABfAAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAeQAAAAACeQAAAAADeQAAAAAAeQAAAAABeQAAAAADeQAAAAABeQAAAAADfAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAeQAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAAAeQAAAAACeQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAABeQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADeQAAAAAC + tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAABewAAAAABewAAAAABfwAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAABewAAAAACfwAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAewAAAAABewAAAAACewAAAAACewAAAAADewAAAAACewAAAAABewAAAAABfwAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAABewAAAAADewAAAAABewAAAAADfwAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAACewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAABewAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAC version: 6 -4,1: ind: -4,1 - tiles: UQAAAAAAfAAAAAAAHwAAAAACHwAAAAAAHwAAAAADfAAAAAAAbwAAAAADbwAAAAACbwAAAAADfAAAAAAAbwAAAAAAbwAAAAAAbwAAAAABbwAAAAADbwAAAAACbwAAAAACfAAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACfAAAAAAAbwAAAAAAbwAAAAADbwAAAAADfAAAAAAAbwAAAAABbwAAAAABfAAAAAAAbwAAAAACbwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAACbwAAAAADfAAAAAAAbwAAAAAAbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAbwAAAAAAbwAAAAACfAAAAAAAbwAAAAAAbwAAAAABfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALgAAAAADHgAAAAACHgAAAAABHgAAAAADHgAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAAAeQAAAAACHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAACHgAAAAABHgAAAAABHgAAAAABTgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAADHgAAAAAAHgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAeQAAAAABfAAAAAAAfAAAAAAALwAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAABfAAAAAAALwAAAAAALwAAAAAALwAAAAAAfAAAAAAATgAAAAAATQAAAAABTQAAAAAAHgAAAAACHgAAAAACHgAAAAAAeQAAAAAAeQAAAAADeQAAAAACeQAAAAADeQAAAAADfAAAAAAALwAAAAAALwAAAAAALwAAAAAAfAAAAAAATgAAAAAATQAAAAACTQAAAAABHgAAAAAAHgAAAAADHgAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAACeQAAAAABfAAAAAAALwAAAAAALwAAAAAALwAAAAAAfAAAAAAATgAAAAAATQAAAAADTQAAAAADTQAAAAADTQAAAAACTQAAAAAB + tiles: UwAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAADfwAAAAAAcQAAAAADcQAAAAACcQAAAAADfwAAAAAAcQAAAAAAcQAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAACfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAACfwAAAAAAcQAAAAAAcQAAAAADcQAAAAADfwAAAAAAcQAAAAABcQAAAAABfwAAAAAAcQAAAAACcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAACcQAAAAADfwAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAcQAAAAAAcQAAAAACfwAAAAAAcQAAAAAAcQAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAewAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAABUAAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAABfwAAAAAAfwAAAAAAMQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAACewAAAAABfwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfwAAAAAAUAAAAAAATwAAAAABTwAAAAAAIAAAAAACIAAAAAACIAAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADfwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfwAAAAAAUAAAAAAATwAAAAACTwAAAAABIAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAABfwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfwAAAAAAUAAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAAB version: 6 -3,1: ind: -3,1 - tiles: bwAAAAABbwAAAAACTgAAAAAAbwAAAAADbwAAAAADbwAAAAAAbwAAAAACbwAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAABbwAAAAABbwAAAAADfAAAAAAAbwAAAAABbwAAAAACbwAAAAAAbwAAAAAAbwAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAACTgAAAAAATgAAAAAAbwAAAAAAbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAABfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAABbwAAAAADbwAAAAACfAAAAAAAHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAABfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAAALgAAAAACLgAAAAAAfAAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAAALgAAAAADLgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAXAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAHgAAAAACHgAAAAACHgAAAAADfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAXAAAAAACHgAAAAABHgAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAAATQAAAAACTQAAAAAATgAAAAAAHgAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADHgAAAAABHgAAAAADHgAAAAAAHgAAAAAATQAAAAAATQAAAAADTgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAATQAAAAABTQAAAAAATQAAAAABTQAAAAACTQAAAAACTQAAAAACTgAAAAAAfAAAAAAATgAAAAAATgAAAAAAHgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAD + tiles: cQAAAAABcQAAAAACUAAAAAAAcQAAAAADcQAAAAADcQAAAAAAcQAAAAACcQAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABcQAAAAABcQAAAAADfwAAAAAAcQAAAAABcQAAAAACcQAAAAAAcQAAAAAAcQAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAACUAAAAAAAUAAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAABcQAAAAADcQAAAAACfwAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAAAMAAAAAACMAAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAMAAAAAADMAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAXgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAIAAAAAACIAAAAAACIAAAAAADfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACIAAAAAABIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAAATwAAAAACTwAAAAAAUAAAAAAAIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAAATwAAAAAATwAAAAADUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAACTwAAAAACUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAD version: 6 -4,2: ind: -4,2 - tiles: fAAAAAAAeQAAAAAAeQAAAAACeQAAAAACeQAAAAAAfAAAAAAALwAAAAAALwAAAAAALwAAAAAAfAAAAAAATgAAAAAATQAAAAADTQAAAAACTQAAAAAATQAAAAABTQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATQAAAAABTQAAAAAATQAAAAAATQAAAAABTQAAAAADfAAAAAAAeQAAAAADeQAAAAADeQAAAAABeQAAAAADfAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfAAAAAAATgAAAAAATQAAAAAATQAAAAABHgAAAAAAHgAAAAACHgAAAAAAfAAAAAAAeQAAAAABeQAAAAAAeQAAAAADeQAAAAADUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfAAAAAAATgAAAAAATQAAAAADTQAAAAACHgAAAAACHgAAAAACHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAHgAAAAACHgAAAAACTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAHgAAAAACHgAAAAADTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAHgAAAAADHgAAAAADTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAAHgAAAAABHgAAAAACTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAHgAAAAABHgAAAAACTgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACHgAAAAAAHgAAAAADHgAAAAACTgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAADTgAAAAAATgAAAAAAfAAAAAAATgAAAAAA + tiles: fwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAAAfwAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAfwAAAAAAUAAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAewAAAAADewAAAAADewAAAAABewAAAAADfwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAfwAAAAAAUAAAAAAATwAAAAAATwAAAAABIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAfwAAAAAAUAAAAAAATwAAAAADTwAAAAACIAAAAAACIAAAAAACIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAIAAAAAACIAAAAAACUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAIAAAAAACIAAAAAADUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAIAAAAAADIAAAAAADUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAIAAAAAABIAAAAAACUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAIAAAAAABIAAAAAACUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAIAAAAAACIAAAAAAAIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIAAAAAADIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACIAAAAAAAIAAAAAADIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAA version: 6 -3,2: ind: -3,2 - tiles: TQAAAAAATQAAAAABTQAAAAADTQAAAAADTQAAAAAATQAAAAACTgAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAAATgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAXAAAAAABTQAAAAACTQAAAAAATQAAAAACTQAAAAADTQAAAAACTQAAAAADTgAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAXAAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADTQAAAAABTQAAAAADTgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAACUQAAAAAAUQAAAAAAUQAAAAAAXAAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAADTQAAAAAATQAAAAAATgAAAAAAfAAAAAAAHgAAAAAAHgAAAAABHgAAAAADTgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAAAHgAAAAABHgAAAAACfAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAXAAAAAADTgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACLgAAAAABXAAAAAACLgAAAAABXAAAAAABLgAAAAACXAAAAAACLgAAAAABXAAAAAABXAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAACTgAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAAXAAAAAACXAAAAAAALgAAAAADXAAAAAACLgAAAAABXAAAAAACLgAAAAACXAAAAAABLgAAAAADXAAAAAAAfAAAAAAAXAAAAAAC + tiles: TwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAACUAAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAXgAAAAABTwAAAAACTwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAADUAAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAADUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAXgAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAADTwAAAAABTwAAAAADUAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAACUwAAAAAAUwAAAAAAUwAAAAAAXgAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAADTwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIAAAAAADUAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIAAAAAACfwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAXgAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACMAAAAAABXgAAAAACMAAAAAABXgAAAAABMAAAAAACXgAAAAACMAAAAAABXgAAAAABXgAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAACUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAMAAAAAADXgAAAAACMAAAAAABXgAAAAACMAAAAAACXgAAAAABMAAAAAADXgAAAAAAfwAAAAAAXgAAAAAC version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAAALgAAAAACXAAAAAABLgAAAAADXAAAAAABAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAACLgAAAAADXAAAAAACLgAAAAACXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAADLgAAAAABXAAAAAABLgAAAAAAXAAAAAACAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAACAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAA + tiles: AAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAMAAAAAACXgAAAAABMAAAAAADXgAAAAABAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAACMAAAAAADXgAAAAACMAAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADMAAAAAABXgAAAAABMAAAAAAAXgAAAAACAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAA version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAdQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAdQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAB version: 6 -4,5: ind: -4,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,5: ind: -3,5 - tiles: XAAAAAABXAAAAAADXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAawAAAAAAawAAAAAA + tiles: XgAAAAABXgAAAAADXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAA version: 6 -3,4: ind: -3,4 - tiles: cwAAAAABcwAAAAAAcwAAAAADfAAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAABTgAAAAAAXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAHgAAAAAAHgAAAAACcwAAAAAAcwAAAAACcwAAAAABfAAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACIwAAAAADfAAAAAAAXAAAAAACXAAAAAADXAAAAAABfAAAAAAAHgAAAAACHgAAAAACTgAAAAAATgAAAAAATgAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAXAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAACfAAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADfAAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADfAAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAACXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACfAAAAAAATgAAAAAAHgAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABfAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADfAAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAawAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAOgAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADfAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAawAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAOgAAAAAAXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAawAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAOgAAAAAA + tiles: dQAAAAABdQAAAAAAdQAAAAADfwAAAAAAJQAAAAABJQAAAAABJQAAAAACJQAAAAAAJQAAAAABUAAAAAAAXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAIAAAAAAAIAAAAAACdQAAAAAAdQAAAAACdQAAAAABfwAAAAAAJQAAAAAAJQAAAAACJQAAAAAAJQAAAAACJQAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAABfwAAAAAAIAAAAAACIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAXgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADfwAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACfwAAAAAAUAAAAAAAIAAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPAAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPAAAAAAAXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPAAAAAAA version: 6 -3,3: ind: -3,3 - tiles: XAAAAAACXAAAAAADTgAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAABXAAAAAABfAAAAAAAXAAAAAADLgAAAAAAXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADTgAAAAAAfAAAAAAAXAAAAAAALgAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAABTgAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABTgAAAAAATgAAAAAAfAAAAAAAXAAAAAACLgAAAAACXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAABTgAAAAAATgAAAAAAYQAAAAAAYQAAAAADYQAAAAADYQAAAAACYQAAAAABTgAAAAAAXAAAAAACXAAAAAABXAAAAAADfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAYQAAAAABYQAAAAABYQAAAAACYQAAAAAAYQAAAAADYQAAAAAAYQAAAAADXAAAAAACXAAAAAADXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAYQAAAAADYQAAAAAAYQAAAAACYQAAAAAAYQAAAAACTgAAAAAAXAAAAAADXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAYQAAAAACYQAAAAACYQAAAAACYQAAAAABYQAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAADfAAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADIwAAAAADfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAATgAAAAAATgAAAAAAXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAABTgAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAADXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAACIwAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAATgAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADfAAAAAAAXAAAAAACXAAAAAAAXAAAAAADfAAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABIwAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAADTgAAAAAAXAAAAAAAXAAAAAADXAAAAAABfAAAAAAAHgAAAAAAHgAAAAAB + tiles: XgAAAAACXgAAAAADUAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAABfwAAAAAAXgAAAAADMAAAAAAAXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADUAAAAAAAfwAAAAAAXgAAAAAAMAAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAABUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACMAAAAAACXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABUAAAAAAAUAAAAAAAYwAAAAAAYwAAAAADYwAAAAADYwAAAAACYwAAAAABUAAAAAAAXgAAAAACXgAAAAABXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAYwAAAAABYwAAAAABYwAAAAACYwAAAAAAYwAAAAADYwAAAAAAYwAAAAADXgAAAAACXgAAAAADXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYwAAAAADYwAAAAAAYwAAAAACYwAAAAAAYwAAAAACUAAAAAAAXgAAAAADXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAYwAAAAACYwAAAAACYwAAAAACYwAAAAABYwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAJQAAAAACJQAAAAADJQAAAAABJQAAAAADJQAAAAADfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJQAAAAADJQAAAAABJQAAAAABJQAAAAABJQAAAAABUAAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJQAAAAACJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAUAAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJQAAAAAAJQAAAAADJQAAAAACJQAAAAACJQAAAAADfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAABJQAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAJQAAAAAAJQAAAAABJQAAAAAAJQAAAAADJQAAAAADUAAAAAAAXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAIAAAAAAAIAAAAAAB version: 6 -2,2: ind: -2,2 - tiles: XAAAAAACXAAAAAABfAAAAAAAeQAAAAACeQAAAAADeQAAAAABeQAAAAABeQAAAAAAeQAAAAADeQAAAAACeQAAAAAAfAAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAADXAAAAAADXAAAAAADfAAAAAAAeQAAAAABeQAAAAAAeQAAAAACeQAAAAACeQAAAAABeQAAAAAAeQAAAAADeQAAAAABfAAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAACeQAAAAACeQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAADXAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAeQAAAAADeQAAAAAAeQAAAAACeQAAAAABfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAACXAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAeQAAAAACeQAAAAACeQAAAAABeQAAAAACfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAADXAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAeQAAAAADeQAAAAACeQAAAAABeQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAABXAAAAAAAfAAAAAAAPgAAAAAAPgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAADfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAABXAAAAAADXAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAAAXAAAAAAAXAAAAAADHgAAAAACHgAAAAACHgAAAAABQQAAAAAAHgAAAAAAQQAAAAAAHgAAAAABQQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAADXAAAAAABXAAAAAAATgAAAAAAHgAAAAACHgAAAAADQQAAAAAAHgAAAAABQQAAAAAAHgAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAACXAAAAAACXAAAAAACTgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAACHgAAAAACHgAAAAABHgAAAAABQQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAABXAAAAAABXAAAAAAATgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACQQAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAA + tiles: XgAAAAACXgAAAAABfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAAAfwAAAAAAKwAAAAABKwAAAAABKwAAAAAAKwAAAAADXgAAAAADXgAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAACewAAAAABewAAAAAAewAAAAADewAAAAABfwAAAAAAKwAAAAACKwAAAAADKwAAAAADKwAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAADXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAABfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAACXgAAAAAAUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAADXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAABewAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAABXgAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAABXgAAAAADXgAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAAAXgAAAAAAXgAAAAADIAAAAAACIAAAAAACIAAAAAABQwAAAAAAIAAAAAAAQwAAAAAAIAAAAAABQwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAADXgAAAAABXgAAAAAAUAAAAAAAIAAAAAACIAAAAAADQwAAAAAAIAAAAAABQwAAAAAAIAAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAACXgAAAAACXgAAAAACUAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAABIAAAAAABQwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAACQwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAA version: 6 -2,3: ind: -2,3 - tiles: XAAAAAADXAAAAAADXAAAAAAAfAAAAAAATgAAAAAATgAAAAAAHgAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAADTgAAAAAAfAAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAACXAAAAAABTgAAAAAAfAAAAAAAQQAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAABTgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAADTgAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAACTgAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABTgAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAADTgAAAAAAfAAAAAAATgAAAAAAXAAAAAACXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAADTgAAAAAAfAAAAAAATgAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAADfAAAAAAATgAAAAAAXAAAAAACXAAAAAADTgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADTgAAAAAA + tiles: XgAAAAADXgAAAAADXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAADUAAAAAAAfwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAACXgAAAAABUAAAAAAAfwAAAAAAQwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAACUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAADUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAACXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAADUAAAAAAAfwAAAAAAUAAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAADfwAAAAAAUAAAAAAAXgAAAAACXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADUAAAAAAA version: 6 -1,3: ind: -1,3 - tiles: TgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABfAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAACfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAANwAAAAAATgAAAAAAfAAAAAAAAQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAfAAAAAAAAQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAAEgAAAAAANwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAfAAAAAAAfAAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAfAAAAAAAfAAAAAAANwAAAAAATgAAAAAATgAAAAAATgAAAAAAEgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEgAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: UAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAABfwAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAACfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAAQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAAQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAEgAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAEgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,5: ind: -2,5 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAADTgAAAAAATgAAAAAAXAAAAAABXAAAAAABTgAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAADAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAABTgAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAADXAAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACTgAAAAAATgAAAAAAXAAAAAACXAAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAADXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAADTgAAAAAATgAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAABTgAAAAAATgAAAAAAXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADTgAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAADHgAAAAACTgAAAAAATgAAAAAAXAAAAAABXAAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAfAAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAACXAAAAAACXAAAAAADXAAAAAAATgAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAADfAAAAAAATgAAAAAAHgAAAAABHgAAAAAAHgAAAAACHgAAAAADHgAAAAACfAAAAAAATgAAAAAAXAAAAAAAXAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAACHgAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAABHgAAAAABHgAAAAACfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAABeQAAAAABFAAAAAAGfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAYwAAAAAAXAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABUAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAABUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACUAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAABUAAAAAAAUAAAAAAAXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAACUAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAfwAAAAAAUAAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACXgAAAAACXgAAAAADXgAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADfwAAAAAAUAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAACfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAABewAAAAABFgAAAAAGfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAZQAAAAAAXgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: HgAAAAADHgAAAAACHgAAAAAAHgAAAAADfAAAAAAATgAAAAAAXAAAAAADXAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABTgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAACTgAAAAAAfAAAAAAATgAAAAAAXAAAAAACXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAACTgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAATgAAAAAAHgAAAAADHgAAAAABHgAAAAACTgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAHgAAAAAAHgAAAAACHgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAABTgAAAAAAHgAAAAABHgAAAAAAHgAAAAACTgAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABTgAAAAAATgAAAAAATgAAAAAAXAAAAAABTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAATgAAAAAAfAAAAAAATgAAAAAAHgAAAAADTgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADTgAAAAAATgAAAAAATgAAAAAAHgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAAAHgAAAAACHgAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACTgAAAAAATgAAAAAATgAAAAAAHgAAAAABHgAAAAADTgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAADTgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAOgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAOgAAAAAAOgAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAADOgAAAAAAOgAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAABXAAAAAABTgAAAAAATgAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAACOgAAAAAAOgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADTgAAAAAATgAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAC + tiles: IAAAAAADIAAAAAACIAAAAAAAIAAAAAADfwAAAAAAUAAAAAAAXgAAAAADXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAABUAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAACUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAACXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAIAAAAAAAIAAAAAACIAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAABUAAAAAAAIAAAAAABIAAAAAAAIAAAAAACUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAIAAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADPAAAAAAAPAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAABUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACPAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAC version: 6 -1,4: ind: -1,4 - tiles: TgAAAAAAfAAAAAAAfAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAQQAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAADQQAAAAAAQQAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAIwAAAAADTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAADIwAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAIwAAAAACIwAAAAAATgAAAAAAIwAAAAADTgAAAAAAIwAAAAADIwAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAIwAAAAABIwAAAAAATgAAAAAAIwAAAAADTgAAAAAAIwAAAAADIwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAIwAAAAACIwAAAAABTgAAAAAAIwAAAAADTgAAAAAAIwAAAAAAIwAAAAADfAAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAACHgAAAAADHgAAAAADfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAACfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: UAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAQwAAAAAAJQAAAAACJQAAAAADJQAAAAAAJQAAAAAAJQAAAAADQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAABJQAAAAADJQAAAAACJQAAAAACJQAAAAAAJQAAAAABJQAAAAADQwAAAAAAQwAAAAAAJQAAAAACJQAAAAACJQAAAAACJQAAAAACJQAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAJQAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAJQAAAAACJQAAAAABJQAAAAACJQAAAAADJQAAAAADJQAAAAABJQAAAAABJQAAAAABJQAAAAADJQAAAAACJQAAAAADJQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAACJQAAAAAAUAAAAAAAJQAAAAADUAAAAAAAJQAAAAADJQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAJQAAAAABJQAAAAAAUAAAAAAAJQAAAAADUAAAAAAAJQAAAAADJQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAJQAAAAACJQAAAAABUAAAAAAAJQAAAAADUAAAAAAAJQAAAAAAJQAAAAADfwAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 1,3: ind: 1,3 - tiles: XAAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAACEwAAAAACEwAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAAATgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAABEwAAAAADEwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: XgAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAADUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAEwAAAAADEwAAAAACEwAAAAACEwAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAAAUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAEwAAAAADEwAAAAABEwAAAAADEwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,6: ind: -4,6 @@ -251,51 +251,51 @@ entities: version: 6 0,3: ind: 0,3 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAABXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAXAAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAACfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAXAAAAAABXAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAfAAAAAAAXAAAAAAAXAAAAAACTgAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAABXAAAAAADNwAAAAAAfAAAAAAAKgAAAAAAKgAAAAAAAwAAAAAAAQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAACXAAAAAACNwAAAAAAfAAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADNwAAAAAAfAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAXgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAACfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAXgAAAAABXgAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAfwAAAAAAXgAAAAAAXgAAAAACUAAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAALAAAAAAALAAAAAAAAwAAAAAAAQAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAADOQAAAAAAfwAAAAAALAAAAAAALAAAAAAAAwAAAAAAAQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAACXgAAAAACOQAAAAAAfwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAQAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADOQAAAAAAfwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 1,2: ind: 1,2 - tiles: DgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAAfAAAAAAALgAAAAAAHgAAAAABHgAAAAACfAAAAAAAawAAAAAAbAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACfAAAAAAALgAAAAAAHgAAAAACfAAAAAAAfAAAAAAAawAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAHgAAAAADHgAAAAABHgAAAAACHgAAAAABHgAAAAACfAAAAAAALgAAAAAAHgAAAAAAHgAAAAACfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALgAAAAAALgAAAAABLgAAAAACLgAAAAACLgAAAAAALgAAAAABLgAAAAABHgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAbAAAAAAAbAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAHgAAAAABfAAAAAAAfAAAAAAAQQAAAAAAYwAAAAAAfAAAAAAAXAAAAAACHgAAAAADHgAAAAACHgAAAAAAHgAAAAABfAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAXAAAAAADYwAAAAAAeQAAAAABeQAAAAADeQAAAAADeQAAAAACfAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAQQAAAAAAXAAAAAAAfAAAAAAAQQAAAAAAeQAAAAADeQAAAAACeQAAAAACeQAAAAADfAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAeQAAAAADeQAAAAACeQAAAAADeQAAAAADHgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAADEwAAAAABEwAAAAAAEwAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAXAAAAAABXAAAAAADXAAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAAAEwAAAAADEwAAAAABEwAAAAABTgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABPgAAAAAAPgAAAAAAPgAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAAC + tiles: DgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAAfwAAAAAAMAAAAAAAIAAAAAABIAAAAAACfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACfwAAAAAAMAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAACfwAAAAAAMAAAAAAAIAAAAAAAIAAAAAACfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMAAAAAAAMAAAAAABMAAAAAACMAAAAAACMAAAAAAAMAAAAAABMAAAAAABIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAbgAAAAAAbgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAQwAAAAAAZQAAAAAAfwAAAAAAXgAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAABfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAXgAAAAADZQAAAAAAewAAAAABewAAAAADewAAAAADewAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAQwAAAAAAXgAAAAAAfwAAAAAAQwAAAAAAewAAAAADewAAAAACewAAAAACewAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADIAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAEwAAAAADEwAAAAABEwAAAAAAEwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAADUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAEwAAAAAAEwAAAAADEwAAAAABEwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAEwAAAAABEwAAAAAAEwAAAAADEwAAAAAC version: 6 -2,0: ind: -2,0 - tiles: XAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAACLgAAAAACXAAAAAAALgAAAAABXAAAAAAALgAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAADLgAAAAADXAAAAAADLgAAAAAAXAAAAAABLgAAAAADXAAAAAAALgAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAAAHgAAAAADfAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAHgAAAAACHgAAAAABfAAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAABTgAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADfAAAAAAAHgAAAAAAHgAAAAADfAAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADTgAAAAAAXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAACHgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAADHgAAAAADTgAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAQgAAAAAAHgAAAAAAHgAAAAABHgAAAAABHgAAAAAAHgAAAAACHgAAAAAAHgAAAAADTgAAAAAAXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHgAAAAABHgAAAAADHgAAAAADHgAAAAAAHgAAAAADHgAAAAABHgAAAAADTgAAAAAAXAAAAAAAXAAAAAACXAAAAAADTgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAHgAAAAACHgAAAAAAHgAAAAADHgAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADWQAAAAAAWQAAAAAAWQAAAAAAXAAAAAACHgAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAACfAAAAAAAXAAAAAADXAAAAAADXAAAAAABTgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHgAAAAAAHgAAAAACfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAXAAAAAABXAAAAAABXAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHgAAAAAAHgAAAAADfAAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAACTgAAAAAAXAAAAAACXAAAAAACXAAAAAADfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFQAAAAAA + tiles: XgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAACMAAAAAACXgAAAAAAMAAAAAABXgAAAAAAMAAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAADMAAAAAADXgAAAAADMAAAAAAAXgAAAAABMAAAAAADXgAAAAAAMAAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAIAAAAAACIAAAAAABfwAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABUAAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADUAAAAAAAXgAAAAACXgAAAAAAXgAAAAACfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAADUAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAARAAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAADUAAAAAAAXgAAAAAAXgAAAAACXgAAAAADUAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADUAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADWwAAAAAAWwAAAAAAWwAAAAAAXgAAAAACIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAACfwAAAAAAXgAAAAADXgAAAAADXgAAAAABUAAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADUAAAAAAAXgAAAAABXgAAAAABXgAAAAAAfwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACUAAAAAAAXgAAAAACXgAAAAACXgAAAAADfwAAAAAAWwAAAAAAWwAAAAAAWwAAAAAAFwAAAAAA version: 6 -2,1: ind: -2,1 - tiles: HgAAAAACHgAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACfAAAAAAAXAAAAAACXAAAAAADXAAAAAADfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAABfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACfAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAADfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAACTgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACTgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAATgAAAAAAXAAAAAADXAAAAAACfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAABXAAAAAAAXAAAAAAAeQAAAAADeQAAAAACeQAAAAACeQAAAAACeQAAAAADeQAAAAAAeQAAAAADeQAAAAACfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAADXAAAAAABfAAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAADeQAAAAACeQAAAAADeQAAAAACeQAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAABXAAAAAABfAAAAAAAeQAAAAADeQAAAAABeQAAAAACeQAAAAAAeQAAAAADeQAAAAADeQAAAAABeQAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAABXAAAAAACTgAAAAAAeQAAAAABeQAAAAABeQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAACeQAAAAACfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAAAXAAAAAADXAAAAAACeQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAABeQAAAAABeQAAAAADfAAAAAAATgAAAAAAXAAAAAADTgAAAAAATgAAAAAAXAAAAAAAXAAAAAABTgAAAAAAeQAAAAADeQAAAAABeQAAAAAAeQAAAAADeQAAAAAAeQAAAAAAeQAAAAADeQAAAAACfAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAB + tiles: IAAAAAACIAAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAACfwAAAAAAXgAAAAACXgAAAAADXgAAAAADfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAADfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAACUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAUAAAAAAAXgAAAAADXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAABXgAAAAAAXgAAAAAAewAAAAADewAAAAACewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAADewAAAAACfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAADXgAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAACewAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAABXgAAAAABfwAAAAAAewAAAAADewAAAAABewAAAAACewAAAAAAewAAAAADewAAAAADewAAAAABewAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAABXgAAAAACUAAAAAAAewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAACfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAAAXgAAAAADXgAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAADfwAAAAAAUAAAAAAAXgAAAAADUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABUAAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAADewAAAAACfwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAB version: 6 0,2: ind: 0,2 - tiles: fAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAHgAAAAADHgAAAAACLgAAAAAAHgAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADLgAAAAADHgAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAACfAAAAAAAHgAAAAADLgAAAAABHgAAAAADXAAAAAACQQAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAADTgAAAAAAHgAAAAACLgAAAAABLgAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAABHgAAAAAAHgAAAAABHgAAAAADHgAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAATQAAAAADTQAAAAADPwAAAAAAPwAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAABTgAAAAAAHgAAAAADHgAAAAACHgAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAATQAAAAAATQAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAATgAAAAAAeQAAAAADfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAAeQAAAAAAbQAAAAADawAAAAAAfAAAAAAAfAAAAAAATQAAAAABTQAAAAACPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAABTgAAAAAAeQAAAAABMQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAMQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAABTgAAAAAAewAAAAAAewAAAAAAMQAAAAABawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAADTgAAAAAAewAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAAATgAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABfAAAAAAAfAAAAAAATgAAAAAA + tiles: fwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAIAAAAAADIAAAAAACMAAAAAAAIAAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADMAAAAAADIAAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAACfwAAAAAAIAAAAAADMAAAAAABIAAAAAADXgAAAAACQwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAADUAAAAAAAIAAAAAACMAAAAAABMAAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADQQAAAAAAQQAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABUAAAAAAAIAAAAAADIAAAAAACIAAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAUAAAAAAAewAAAAADfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAewAAAAAAbwAAAAADbQAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAABUAAAAAAAewAAAAABMwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAMwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABUAAAAAAAfgAAAAAAfgAAAAAAMwAAAAABbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAUAAAAAAA version: 6 0,1: ind: 0,1 - tiles: HgAAAAACHgAAAAACHgAAAAADMwAAAAAAMwAAAAABXAAAAAAAXAAAAAABXAAAAAAAHgAAAAACHgAAAAACHgAAAAADHgAAAAAAHgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAADHgAAAAAAfAAAAAAAMwAAAAADMwAAAAAAXAAAAAABXAAAAAADXAAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAHgAAAAAAHgAAAAABfAAAAAAAMwAAAAABMwAAAAADXAAAAAABXAAAAAABXAAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAADfAAAAAAAMwAAAAACfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACfAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAADfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAABTgAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAABfAAAAAAAHgAAAAADHgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAPQAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAADfAAAAAAAHgAAAAADHgAAAAADHgAAAAACPQAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAATgAAAAAAHgAAAAABHgAAAAACHgAAAAADfAAAAAAAHgAAAAAAHgAAAAADHgAAAAADPQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAHgAAAAADHgAAAAABHgAAAAADfAAAAAAAHgAAAAADLgAAAAABLgAAAAABPQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAADfAAAAAAAHgAAAAADHgAAAAAAHgAAAAADHgAAAAAAHgAAAAADLgAAAAADHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACLgAAAAADDgAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAADfAAAAAAAXAAAAAACXAAAAAADXAAAAAABfAAAAAAAHgAAAAAALgAAAAAADgAAAAAA + tiles: IAAAAAACIAAAAAACIAAAAAADNQAAAAAANQAAAAABXgAAAAAAXgAAAAABXgAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAAAIAAAAAABGAAAAAAAGAAAAAAAGAAAAAAAIAAAAAADIAAAAAAAfwAAAAAANQAAAAADNQAAAAAAXgAAAAABXgAAAAADXgAAAAABUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAIAAAAAAAIAAAAAABfwAAAAAANQAAAAABNQAAAAADXgAAAAABXgAAAAABXgAAAAABUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADfwAAAAAANQAAAAACfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAADfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAPwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAAAUAAAAAAAIAAAAAABIAAAAAACIAAAAAADfwAAAAAAIAAAAAADIAAAAAADIAAAAAACPwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAUAAAAAAAIAAAAAABIAAAAAACIAAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADPwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAADfwAAAAAAIAAAAAADMAAAAAABMAAAAAABPwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADMAAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACMAAAAAADDgAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAABfwAAAAAAIAAAAAAAMAAAAAAADgAAAAAA version: 6 2,1: ind: 2,1 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAABfAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAADfAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAACXAAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAADfAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAABfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAADfAAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAADXAAAAAABXAAAAAAATgAAAAAAXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAADXAAAAAACXAAAAAABTgAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAACTgAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADfAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABTgAAAAAAXAAAAAABXAAAAAADXAAAAAADfAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAAATgAAAAAAXAAAAAAAXAAAAAACXAAAAAADHgAAAAADXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACTgAAAAAAXAAAAAACXAAAAAADXAAAAAAAHgAAAAABXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAACfAAAAAAAXAAAAAAAXAAAAAACXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAABTgAAAAAATgAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAABXAAAAAAAHgAAAAABTgAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABHgAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAABfwAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAADfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAABfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAADfwAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAAAUAAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAABUAAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAABUAAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAACXgAAAAADIAAAAAADXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACUAAAAAAAXgAAAAACXgAAAAADXgAAAAAAIAAAAAABXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAACfwAAAAAAXgAAAAAAXgAAAAACXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAABUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAAAIAAAAAABUAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAABIAAAAAAA version: 6 3,0: ind: 3,0 - tiles: TgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,1: ind: 3,1 - tiles: fAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAANwAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfAAAAAAATgAAAAAATgAAAAAANwAAAAAANwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACfAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAfAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABfAAAAAAATgAAAAAAQQAAAAAATgAAAAAAfAAAAAAATgAAAAAAQQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAABfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAHgAAAAADHgAAAAABHgAAAAADHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAABHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAfAAAAAAAAAAAAAAAHgAAAAABHgAAAAABfAAAAAAAHgAAAAADHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAfAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAAAfAAAAAAAHgAAAAADHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADHgAAAAADHgAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAALQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAALQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAOQAAAAAAOQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACfwAAAAAALQAAAAAALQAAAAAALQAAAAAAfwAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABfwAAAAAAUAAAAAAAQwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAQwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAIAAAAAABIAAAAAABfwAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: HgAAAAACHgAAAAABfAAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAADHgAAAAADHgAAAAABTgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: IAAAAAACIAAAAAABfwAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAABUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -3,6: ind: -3,6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfAAAAAAAQQAAAAAAawAAAAAAQQAAAAAAfAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAfAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAEfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfwAAAAAAQwAAAAAAbQAAAAAAQwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAALBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAG version: 6 -2,7: ind: -2,7 @@ -303,295 +303,295 @@ entities: version: 6 -3,7: ind: -3,7 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAfAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAACBwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAUQAAAAAAUQAAAAAAfwAAAAAAfwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAfwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAfwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFfwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAfwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAACBwAAAAAABwAAAAAABwAAAAAA version: 6 -2,6: ind: -2,6 - tiles: fAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAABeQAAAAABeQAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAXAAAAAADBwAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAABeQAAAAACeQAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAADBwAAAAAABwAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAYwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAAAYwAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACYwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAIBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAewAAAAABewAAAAABewAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAADBwAAAAAABwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAZQAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAZQAAAAAABwAAAAAIBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACZQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAMBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAIBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: EwAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAbQAAAAACawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADTgAAAAAAEwAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAABTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAACTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: EwAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbwAAAAACbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADUAAAAAAAEwAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAADUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 2,2: ind: 2,2 - tiles: TgAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAATgAAAAAATgAAAAAAXAAAAAACXAAAAAADXAAAAAABTgAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAADXAAAAAACTgAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAABTgAAAAAAbAAAAAAAbAAAAAAAawAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAADTgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAAATgAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAbAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAACfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAbAAAAAAAawAAAAAAQQAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAawAAAAAAQQAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAACTgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAawAAAAAAQQAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAACfAAAAAAAEwAAAAACPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAbQAAAAADQQAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACfAAAAAAAEwAAAAABPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAbQAAAAACQQAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAABTgAAAAAAEwAAAAACPgAAAAAAPgAAAAAAfAAAAAAAawAAAAAAbQAAAAACawAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAACTgAAAAAA + tiles: UAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAABUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABUAAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAACfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAADUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAACUAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAACfwAAAAAAEwAAAAACQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbwAAAAADQwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACfwAAAAAAEwAAAAABQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbwAAAAACQwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAABUAAAAAAAEwAAAAACQAAAAAAAQAAAAAAAfwAAAAAAbQAAAAAAbwAAAAACbQAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACUAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: TgAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACHgAAAAACTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAACTgAAAAAAHgAAAAABHgAAAAABHgAAAAADHgAAAAADHgAAAAAAXAAAAAABPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAABHgAAAAADHgAAAAAAHgAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABHgAAAAACHgAAAAADHgAAAAADXAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAADTgAAAAAAXAAAAAADXAAAAAADHgAAAAACHgAAAAAAHgAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAABfAAAAAAAfAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAADLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZwAAAAACTgAAAAAAfAAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAACfAAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAACMQAAAAAAMQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAZwAAAAADZwAAAAABZwAAAAABZwAAAAADfAAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAABMQAAAAADMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAADfAAAAAAALQAAAAAALQAAAAAALQAAAAAAMQAAAAADMQAAAAAAMQAAAAABOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbQAAAAACMQAAAAADMQAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: UAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAACUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAACUAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAADIAAAAAAAXgAAAAABPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAABIAAAAAADIAAAAAAAIAAAAAAAUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABIAAAAAACIAAAAAADIAAAAAADXgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADUAAAAAAAXgAAAAADXgAAAAADIAAAAAACIAAAAAAAIAAAAAAAUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAACUAAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAaQAAAAADaQAAAAADaQAAAAAAaQAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAaQAAAAADaQAAAAADaQAAAAAAaQAAAAACfwAAAAAALwAAAAAALwAAAAAALwAAAAAAMwAAAAACMwAAAAAAMwAAAAADPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAaQAAAAADaQAAAAABaQAAAAABaQAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAAMwAAAAABMwAAAAADMwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAaQAAAAADaQAAAAACaQAAAAADaQAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAAMwAAAAADMwAAAAAAMwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACMwAAAAADMwAAAAADPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,1: ind: -1,1 - tiles: FQAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAMwAAAAABMwAAAAABLgAAAAABLgAAAAAAMwAAAAADMwAAAAACMwAAAAADHgAAAAADHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAABMwAAAAADLgAAAAACLgAAAAAAMwAAAAADMwAAAAAAMwAAAAADfAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAMwAAAAACMwAAAAABLgAAAAADLgAAAAACMwAAAAABMwAAAAADMwAAAAACfAAAAAAAHgAAAAABHgAAAAABHgAAAAACHgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAMwAAAAABMwAAAAACLgAAAAADLgAAAAAAMwAAAAAAfAAAAAAAMwAAAAAAfAAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAACfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAACPwAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAAAfAAAAAAAXAAAAAACTgAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAABfAAAAAAATgAAAAAAXAAAAAADXAAAAAADPwAAAAAAfAAAAAAAXAAAAAABXAAAAAADXAAAAAADfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAfAAAAAAAXAAAAAABXAAAAAAAXAAAAAADfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAABfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAfAAAAAAAXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAXAAAAAAAfAAAAAAATgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAACHgAAAAADTgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAADXAAAAAAD + tiles: FwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAANQAAAAABNQAAAAABMAAAAAABMAAAAAAANQAAAAADNQAAAAACNQAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAANQAAAAABNQAAAAADMAAAAAACMAAAAAAANQAAAAADNQAAAAAANQAAAAADfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAACFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAANQAAAAACNQAAAAABMAAAAAADMAAAAAACNQAAAAABNQAAAAADNQAAAAACfwAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAANQAAAAABNQAAAAACMAAAAAADMAAAAAAANQAAAAAAfwAAAAAANQAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAACfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAACQQAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAAAfwAAAAAAXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABfwAAAAAAUAAAAAAAXgAAAAADXgAAAAADQQAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAQQAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAQQAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAABfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAQQAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAUAAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAADUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAD version: 6 0,0: ind: 0,0 - tiles: XAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAXAAAAAABXAAAAAADfAAAAAAAHgAAAAABHgAAAAADHgAAAAABfAAAAAAAHgAAAAAAHgAAAAADXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAADXAAAAAADXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAADfAAAAAAAXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAADTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAADfAAAAAAAXAAAAAACXAAAAAACXAAAAAACTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAACMwAAAAACXAAAAAADXAAAAAAAXAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAACXAAAAAABXAAAAAACXAAAAAABTgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAawAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAXAAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACMwAAAAABXAAAAAADXAAAAAACXAAAAAABTgAAAAAAbwAAAAABbwAAAAADbwAAAAACbwAAAAADbwAAAAAAbwAAAAADbwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAACMwAAAAADXAAAAAAAXAAAAAACXAAAAAACbwAAAAABcAAAAAAAcAAAAAACcAAAAAAAcAAAAAADcAAAAAADcAAAAAADcAAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAACXAAAAAADXAAAAAADXAAAAAACTgAAAAAAbwAAAAACbwAAAAAAbwAAAAADbwAAAAAAbwAAAAAAbwAAAAABcAAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAAAXAAAAAACXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAAAcAAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABXAAAAAADXAAAAAACXAAAAAAAfAAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAbwAAAAACbwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADXAAAAAACXAAAAAABXAAAAAACTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMwAAAAAAMwAAAAABfAAAAAAAMwAAAAACMwAAAAAAXAAAAAAAXAAAAAABXAAAAAABTgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAMwAAAAABHgAAAAADfAAAAAAAMwAAAAAAMwAAAAABXAAAAAACXAAAAAAAXAAAAAADHgAAAAAAHgAAAAABHgAAAAABHgAAAAABHgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAA + tiles: XgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAADfwAAAAAAIAAAAAABIAAAAAADIAAAAAABfwAAAAAAIAAAAAAAIAAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAADfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAADUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAANQAAAAADNQAAAAAANQAAAAADNQAAAAADfwAAAAAAXgAAAAACXgAAAAACXgAAAAACUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAANQAAAAABNQAAAAAANQAAAAACNQAAAAACNQAAAAACXgAAAAADXgAAAAAAXgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAANQAAAAADNQAAAAAANQAAAAACNQAAAAACNQAAAAACXgAAAAABXgAAAAACXgAAAAABUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAbQAAAAAANQAAAAAANQAAAAAANQAAAAADNQAAAAACNQAAAAAAXgAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAANQAAAAABNQAAAAADNQAAAAABNQAAAAACNQAAAAABXgAAAAADXgAAAAACXgAAAAABUAAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAADcQAAAAAAcQAAAAADcQAAAAABNQAAAAACNQAAAAADNQAAAAAANQAAAAACNQAAAAADXgAAAAAAXgAAAAACXgAAAAACcQAAAAABcgAAAAAAcgAAAAACcgAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAACNQAAAAAANQAAAAACNQAAAAADNQAAAAADNQAAAAACXgAAAAADXgAAAAADXgAAAAACUAAAAAAAcQAAAAACcQAAAAAAcQAAAAADcQAAAAAAcQAAAAAAcQAAAAABcgAAAAAANQAAAAAANQAAAAACNQAAAAABNQAAAAAANQAAAAAAXgAAAAACXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAAAcgAAAAAANQAAAAACNQAAAAADNQAAAAADNQAAAAADNQAAAAABXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAcQAAAAACcQAAAAAANQAAAAAANQAAAAADNQAAAAABNQAAAAABNQAAAAADXgAAAAACXgAAAAABXgAAAAACUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANQAAAAAANQAAAAABfwAAAAAANQAAAAACNQAAAAAAXgAAAAAAXgAAAAABXgAAAAABUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAANQAAAAABIAAAAAADfwAAAAAANQAAAAAANQAAAAABXgAAAAACXgAAAAAAXgAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbQAAAAADawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAbQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAADTQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAAAAAAAAAfAAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAAAAAAAAAfAAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAADTwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAADTwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAADTwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAAATwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAAATwAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfwAAAAAATwAAAAADTwAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfwAAAAAATwAAAAADTwAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABQQAAAAAAQQAAAAAATgAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAeQAAAAADeQAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAeQAAAAADeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAABeQAAAAADeQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAABTQAAAAADTQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABQwAAAAAAQwAAAAAAUAAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAABewAAAAACewAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAABewAAAAADewAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,1: ind: -6,1 - tiles: YwAAAAAAXAAAAAABYwAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAYwAAAAAAXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAEQAAAAAAEQAAAAAAYwAAAAAAYwAAAAAAXAAAAAACYwAAAAAAXAAAAAACYwAAAAAAXAAAAAACXAAAAAADYwAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAYwAAAAAAXAAAAAAAfAAAAAAAXAAAAAACYwAAAAAAfAAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABYwAAAAAAfAAAAAAAXAAAAAABXAAAAAACfAAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAACXAAAAAABYwAAAAAAYwAAAAAAXAAAAAACYwAAAAAAXAAAAAADXAAAAAABYwAAAAAAYwAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAXAAAAAACYwAAAAAAXAAAAAACfAAAAAAAYwAAAAAAXAAAAAACfAAAAAAAXAAAAAACXAAAAAACXAAAAAABfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAXAAAAAABYwAAAAAAXAAAAAABXAAAAAADYwAAAAAAXAAAAAADXAAAAAACYwAAAAAAXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADYwAAAAAAXAAAAAAAYwAAAAAAYwAAAAAAXAAAAAADYwAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ZQAAAAAAXgAAAAABZQAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAZQAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAEQAAAAAAEQAAAAAAZQAAAAAAZQAAAAAAXgAAAAACZQAAAAAAXgAAAAACZQAAAAAAXgAAAAACXgAAAAADZQAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAZQAAAAAAXgAAAAAAfwAAAAAAXgAAAAACZQAAAAAAfwAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABZQAAAAAAfwAAAAAAXgAAAAABXgAAAAACfwAAAAAAZQAAAAAAZQAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAACXgAAAAABZQAAAAAAZQAAAAAAXgAAAAACZQAAAAAAXgAAAAADXgAAAAABZQAAAAAAZQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACZQAAAAAAXgAAAAACfwAAAAAAZQAAAAAAXgAAAAACfwAAAAAAXgAAAAACXgAAAAACXgAAAAABfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAXgAAAAABZQAAAAAAXgAAAAABXgAAAAADZQAAAAAAXgAAAAADXgAAAAACZQAAAAAAXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADZQAAAAAAXgAAAAAAZQAAAAAAZQAAAAAAXgAAAAADZQAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,4: ind: 0,4 - tiles: ewAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAAAYwAAAAAAXAAAAAABXAAAAAAAYwAAAAAAXAAAAAADXAAAAAACfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAAAYwAAAAAAXAAAAAACXAAAAAACYwAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAACXAAAAAABYwAAAAAAXAAAAAAAYwAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAYwAAAAAAXAAAAAACXAAAAAABYwAAAAAAXAAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAABYwAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAAAYwAAAAAAXAAAAAACYwAAAAAAYwAAAAAAXAAAAAABfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAABawAAAAAAawAAAAAAXAAAAAABawAAAAAAewAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAAAawAAAAAAawAAAAAAXAAAAAADawAAAAAAAAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAAAawAAAAAAawAAAAAAXAAAAAADawAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAADawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fgAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAZQAAAAAAXgAAAAABXgAAAAAAZQAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAZQAAAAAAXgAAAAACXgAAAAACZQAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAACXgAAAAABZQAAAAAAXgAAAAAAZQAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAZQAAAAAAXgAAAAACXgAAAAABZQAAAAAAXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAABZQAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAAAZQAAAAAAXgAAAAACZQAAAAAAZQAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAABbQAAAAAAbQAAAAAAXgAAAAABbQAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAAAbQAAAAAAbQAAAAAAXgAAAAADbQAAAAAAAAAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAAAbQAAAAAAbQAAAAAAXgAAAAADbQAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAADbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: HgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAXAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAYwAAAAAAfAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAADfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABfAAAAAAAYwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAAAXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAQQAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAACHgAAAAADfAAAAAAAQQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAZwAAAAACfAAAAAAAHgAAAAACHgAAAAAAHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAADeQAAAAABeQAAAAACeQAAAAACeQAAAAABeQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAQQAAAAAA + tiles: IAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZQAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABfwAAAAAAZQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAADfwAAAAAAQwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAaQAAAAACfwAAAAAAIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAewAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAACewAAAAACewAAAAABewAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAQwAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAeQAAAAACeQAAAAACeQAAAAADeQAAAAAAeQAAAAACeQAAAAACfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAADeQAAAAACXAAAAAADXAAAAAABXAAAAAACeQAAAAACeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAABeQAAAAABeQAAAAABeQAAAAACeQAAAAADeQAAAAAAXAAAAAACXAAAAAAAXAAAAAADeQAAAAACeQAAAAABeQAAAAACeQAAAAADeQAAAAADeQAAAAADfAAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAADeQAAAAABeQAAAAABTQAAAAADXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADfAAAAAAAeQAAAAADeQAAAAABeQAAAAACeQAAAAACeQAAAAAAeQAAAAABXAAAAAAAXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAACfAAAAAAAeQAAAAABfAAAAAAAeQAAAAAAeQAAAAABeQAAAAAAeQAAAAAAeQAAAAACeQAAAAAC + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADfwAAAAAAewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAACXgAAAAADXgAAAAABXgAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAABewAAAAACewAAAAADewAAAAAAXgAAAAACXgAAAAAAXgAAAAADewAAAAACewAAAAABewAAAAACewAAAAADewAAAAADewAAAAADfwAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAABTwAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADfwAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACewAAAAAAewAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAewAAAAABfwAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAACewAAAAAC version: 6 -4,-3: ind: -4,-3 - tiles: TgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAUAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAeQAAAAABeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAXAAAAAABfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAAA + tiles: UAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAewAAAAABewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAXgAAAAABfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfAAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAAAfAAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAXAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAACTQAAAAACXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAXAAAAAADXAAAAAADTQAAAAAAXAAAAAABTQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAXAAAAAADTQAAAAABXAAAAAABWQAAAAAAXAAAAAABewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADXAAAAAADTQAAAAACXAAAAAACTQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAfwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAACTwAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAADTwAAAAAAXgAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAXgAAAAADTwAAAAABXgAAAAABWwAAAAAAXgAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADTwAAAAACXgAAAAACTwAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAA version: 6 -5,-4: ind: -5,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAfAAAAAAAQQAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAQQAAAAAAfAAAAAAAQQAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAPwAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAPwAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAPwAAAAAAfAAAAAAAPwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAQQAAAAAAfwAAAAAAQQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 0,5: ind: 0,5 - tiles: TgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: UAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -1,5: ind: -1,5 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAewAAAAAAewAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAfAAAAAAAewAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAfAAAAAAAewAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAfAAAAAAAewAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAQQAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAKwAAAAAAfAAAAAAAewAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAfAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAKwAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAXAAAAAACXAAAAAAAXAAAAAACfAAAAAAAKwAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAQwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAALQAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAACXgAAAAAAXgAAAAACfwAAAAAALQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 -4,7: ind: -4,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAFBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAQQAAAAAAQQAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 4,2: ind: 4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,3: ind: 5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,4: ind: 2,4 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAA version: 6 3,4: ind: 3,4 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,4: ind: 1,4 - tiles: fAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAATgAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAATgAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAKgAAAAAAKgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAKgAAAAAAKgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAKgAAAAAAKgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA + tiles: fwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAALAAAAAAALAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAALAAAAAAALAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAQAAAAAAAQAAAAAALAAAAAAALAAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAQAAAAAAAQAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAwAAAAAAAwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAwAAAAAAAwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 3,5: ind: 3,5 - tiles: TgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: UAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,6: ind: -1,6 - tiles: XAAAAAACYwAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAXAAAAAACYwAAAAAAYwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAXAAAAAAAXAAAAAADXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYwAAAAAAYwAAAAAAXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYwAAAAAAYwAAAAAAXAAAAAACfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAYwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAawAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: XgAAAAACZQAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAACZQAAAAAAZQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAZQAAAAAAZQAAAAAAXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAZQAAAAAAZQAAAAAAXgAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAZQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -7,0: ind: -7,0 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAA version: 6 -7,-1: ind: -7,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAAAEwAAAAACEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAADLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAABKQAAAAACKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAAKQAAAAABKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAADKQAAAAAAKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAALgAAAAAALgAAAAABLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAABEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAAAEwAAAAACEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAACEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMAAAAAAAMAAAAAADMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMAAAAAABKwAAAAACKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMAAAAAAAKwAAAAABKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMAAAAAADKwAAAAAAKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMAAAAAAAMAAAAAABMAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAA version: 6 -7,1: ind: -7,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAbQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAAbQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAACTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAADTQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATQAAAAAATQAAAAACTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAABTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAATQAAAAADfAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAACTQAAAAACfAAAAAAAAAAAAAAATgAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAADTwAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAATwAAAAAATwAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAAATwAAAAABUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAACTwAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAAATwAAAAADfwAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAACTwAAAAACfwAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,7: ind: -1,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,8: ind: -1,8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-2: ind: -7,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAABEwAAAAABEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAACEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAEwAAAAADEwAAAAABEwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAABEwAAAAADEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAABEwAAAAABEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAACEwAAAAAAEwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAEwAAAAADEwAAAAABEwAAAAAA version: 6 2,5: ind: 2,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,5: ind: 1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,6: ind: 0,6 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,4: ind: 4,4 - tiles: fAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAXAAAAAADXAAAAAABfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYwAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAYwAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAXAAAAAABfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAXAAAAAACXAAAAAABfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAQQAAAAAAQQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAXgAAAAADXgAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAZQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAZQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAXgAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAXgAAAAACXgAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAA version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-3: ind: -7,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -8,1: ind: -8,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,0: ind: -8,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 -8,-1: ind: -8,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 -6,2: ind: -6,2 - tiles: AAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,2: ind: -7,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-5: ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,-5: ind: -4,-5 - tiles: AAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-6: ind: -4,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-6: ind: -5,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-6: ind: -6,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-6: ind: -7,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -7,-4: ind: -7,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-5: ind: -7,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAAAegAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAegAAAAABegAAAAAAegAAAAABegAAAAABegAAAAABfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAABfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAABewAAAAAAewAAAAAAewAAAAAATQAAAAACAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAADAAAAAAAAewAAAAAAAAAAAAAATQAAAAABAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAAAfQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAABfQAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAABfgAAAAAAfgAAAAAAfgAAAAAATwAAAAACAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAADAAAAAAAAfgAAAAAAAAAAAAAATwAAAAABAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,5: ind: 4,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,3: ind: 6,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,1: ind: 6,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,2: ind: 6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,4: ind: 6,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,5: ind: 5,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,0: ind: 6,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,8: ind: -3,8 @@ -15987,7 +15987,7 @@ entities: - type: Transform pos: 58.5,69.5 parent: 33 -- proto: AirlockExternalEasyPry +- proto: AirlockExternal entities: - uid: 29952 components: @@ -15999,14 +15999,7 @@ entities: - type: Transform pos: -36.5,121.5 parent: 33 -- proto: AirlockExternalGlassAtmosphericsLocked - entities: - - uid: 237 - components: - - type: Transform - pos: 46.5,72.5 - parent: 33 -- proto: AirlockExternalGlassEasyPry +- proto: AirlockExternalGlass entities: - uid: 420 components: @@ -16063,17 +16056,12 @@ entities: - type: Transform pos: 48.5,11.5 parent: 33 -- proto: AirlockExternalGlassEasyPryLocked +- proto: AirlockExternalGlassAtmosphericsLocked entities: - - uid: 474 - components: - - type: Transform - pos: -58.5,48.5 - parent: 33 - - uid: 496 + - uid: 237 components: - type: Transform - pos: -58.5,47.5 + pos: 46.5,72.5 parent: 33 - proto: AirlockExternalGlassEngineeringLocked entities: @@ -16089,6 +16077,16 @@ entities: parent: 33 - proto: AirlockExternalGlassLocked entities: + - uid: 474 + components: + - type: Transform + pos: -58.5,48.5 + parent: 33 + - uid: 496 + components: + - type: Transform + pos: -58.5,47.5 + parent: 33 - uid: 574 components: - type: Transform @@ -18709,7 +18707,7 @@ entities: - type: Transform pos: -83.55568,34.772236 parent: 33 -- proto: AmePart +- proto: AmePartFlatpack entities: - uid: 193 components: @@ -64728,125 +64726,6 @@ entities: - 0 - 0 - 0 -- proto: CrateBaseWeldable - entities: - - uid: 27322 - components: - - type: Transform - pos: 41.5,15.5 - parent: 33 - - 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: - - 27323 - - 27324 - - 27325 - - 27326 - - 27327 - - 27328 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 27370 - components: - - type: Transform - pos: 47.5,15.5 - parent: 33 - - 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: - - 27373 - - 27374 - - 27379 - - 27393 - - 27394 - - 27395 - - 27396 - - 27397 - - 27398 - - 27399 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 27759 - components: - - type: Transform - pos: 5.5,78.5 - parent: 33 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 9.117112 - - 34.29771 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 27760 - - 27761 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateCoffin entities: - uid: 17253 @@ -65611,6 +65490,123 @@ entities: showEnts: False occludes: True ent: null + - uid: 27322 + components: + - type: Transform + pos: 41.5,15.5 + parent: 33 + - 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: + - 27323 + - 27324 + - 27325 + - 27326 + - 27327 + - 27328 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 27370 + components: + - type: Transform + pos: 47.5,15.5 + parent: 33 + - 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: + - 27373 + - 27374 + - 27379 + - 27393 + - 27394 + - 27395 + - 27396 + - 27397 + - 27398 + - 27399 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 27759 + components: + - type: Transform + pos: 5.5,78.5 + parent: 33 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 9.117112 + - 34.29771 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 27760 + - 27761 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrateHydroponics entities: - uid: 17257 @@ -66178,6 +66174,9 @@ entities: - type: Transform pos: -11.5,57.5 parent: 33 + - type: SingletonDeviceNetServer + active: False + available: False - proto: Crowbar entities: - uid: 108 @@ -120314,6 +120313,16 @@ entities: joinedGrid: 33 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,5.5 + parent: 33 + - type: AtmosDevice + joinedGrid: 33 + - type: AtmosPipeColor + color: '#3399FFFF' - uid: 9925 components: - type: Transform @@ -125682,16 +125691,6 @@ entities: joinedGrid: 33 - type: AtmosPipeColor color: '#66FF66FF' - - uid: 20882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,5.5 - parent: 33 - - type: AtmosDevice - joinedGrid: 33 - - type: AtmosPipeColor - color: '#3399FFFF' - uid: 25911 components: - type: Transform From 28a742ff6df7a8609ca0d728d99aec5cd9ca7590 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:21:39 +0000 Subject: [PATCH 125/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index e19afdcdb25..a701b02ffb8 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1924,3 +1924,10 @@ id: 293 time: '2024-03-25T15:13:19.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/998 +- author: UnicornOnLSD + changes: + - message: tortuga's cryogenics adjusted not to be of harm to patients + type: Fix + id: 294 + time: '2024-03-25T16:21:20.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1003 From cccd4cfb04433e6e06e8a75d2a19bebe3cda6b62 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:02:26 +0100 Subject: [PATCH 126/213] A quick fix to shoukou (#990) Basicly just does small fixes that were told to me. Warden's wall monitor is now located on the table because previously it was on a wall that wasnt even accesable Salvage was readjusted due to no shuttle and given conveyors to help moving the cargo inside Prisoner wall lockers now contain jumpsuit and jumpskirt for any new prisoners --- Resources/Maps/shoukou.yml | 1203 ++++++++++++++++++++++++------------ 1 file changed, 817 insertions(+), 386 deletions(-) diff --git a/Resources/Maps/shoukou.yml b/Resources/Maps/shoukou.yml index ea91cb0b433..afd78ab15e4 100644 --- a/Resources/Maps/shoukou.yml +++ b/Resources/Maps/shoukou.yml @@ -7,60 +7,60 @@ tilemap: 2: FloorArcadeBlue2 14: FloorBar 18: FloorBlueCircuit - 20: FloorBrokenWood - 21: FloorCarpetClown - 22: FloorCarpetOffice - 30: FloorDark - 31: FloorDarkDiagonal - 32: FloorDarkDiagonalMini - 33: FloorDarkHerringbone - 34: FloorDarkMini - 35: FloorDarkMono - 36: FloorDarkOffset - 37: FloorDarkPavement - 38: FloorDarkPavementVertical - 39: FloorDarkPlastic - 42: FloorEighties - 45: FloorFreezer - 46: FloorGlass - 48: FloorGrass - 54: FloorGrayConcreteSmooth - 55: FloorGreenCircuit - 56: FloorGym - 57: FloorHull - 59: FloorHydro - 61: FloorKitchen - 62: FloorLaundry - 63: FloorLino - 65: FloorMetalDiamond - 66: FloorMime - 76: FloorPlastic - 77: FloorRGlass - 78: FloorReinforced - 80: FloorRockVault - 82: FloorShuttleBlack - 83: FloorShuttleBlue - 92: FloorSteel - 93: FloorSteelBurnt - 97: FloorSteelDiagonal - 98: FloorSteelDiagonalMini - 99: FloorSteelDirty - 100: FloorSteelHerringbone - 102: FloorSteelMini - 103: FloorSteelMono - 104: FloorSteelOffset - 105: FloorSteelPavement - 106: FloorSteelPavementVertical - 107: FloorTechMaint - 108: FloorTechMaint2 - 109: FloorTechMaint3 - 111: FloorWhite - 112: FloorWhiteDiagonal - 120: FloorWhitePlastic - 121: FloorWood - 122: FloorWoodTile - 123: Lattice - 124: Plating + 22: FloorBrokenWood + 23: FloorCarpetClown + 24: FloorCarpetOffice + 32: FloorDark + 33: FloorDarkDiagonal + 34: FloorDarkDiagonalMini + 35: FloorDarkHerringbone + 36: FloorDarkMini + 37: FloorDarkMono + 38: FloorDarkOffset + 39: FloorDarkPavement + 40: FloorDarkPavementVertical + 41: FloorDarkPlastic + 44: FloorEighties + 47: FloorFreezer + 48: FloorGlass + 50: FloorGrass + 56: FloorGrayConcreteSmooth + 57: FloorGreenCircuit + 58: FloorGym + 59: FloorHull + 61: FloorHydro + 63: FloorKitchen + 64: FloorLaundry + 65: FloorLino + 67: FloorMetalDiamond + 68: FloorMime + 78: FloorPlastic + 79: FloorRGlass + 80: FloorReinforced + 82: FloorRockVault + 84: FloorShuttleBlack + 85: FloorShuttleBlue + 94: FloorSteel + 95: FloorSteelBurnt + 99: FloorSteelDiagonal + 100: FloorSteelDiagonalMini + 101: FloorSteelDirty + 102: FloorSteelHerringbone + 104: FloorSteelMini + 105: FloorSteelMono + 106: FloorSteelOffset + 107: FloorSteelPavement + 108: FloorSteelPavementVertical + 109: FloorTechMaint + 110: FloorTechMaint2 + 111: FloorTechMaint3 + 113: FloorWhite + 114: FloorWhiteDiagonal + 122: FloorWhitePlastic + 123: FloorWood + 125: FloorWoodTile + 126: Lattice + 127: Plating entities: - proto: "" entities: @@ -74,191 +74,199 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: fAAAAAAAXAAAAAACagAAAAABYQAAAAABXAAAAAABeQAAAAAAeQAAAAADeQAAAAACeQAAAAACeQAAAAAAXAAAAAABYQAAAAAAagAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAXAAAAAAAagAAAAAALgAAAAABXAAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAAAXAAAAAAALgAAAAAAagAAAAACawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAagAAAAAAYQAAAAADXAAAAAACXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAAAXAAAAAACYQAAAAABagAAAAABfAAAAAAAfAAAAAAAfAAAAAAAZwAAAAABXAAAAAACagAAAAABLgAAAAAAYQAAAAAALgAAAAABYQAAAAAALgAAAAAAYQAAAAABLgAAAAAAYQAAAAAALgAAAAAAagAAAAABfAAAAAAADgAAAAACDgAAAAACXAAAAAAAXAAAAAACZAAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAACaQAAAAACaQAAAAAAZAAAAAACYQAAAAACagAAAAABfAAAAAAADgAAAAADDgAAAAACXAAAAAACXAAAAAACfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAfAAAAAAAagAAAAABLgAAAAABagAAAAADawAAAAAAeQAAAAAAeQAAAAACawAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAagAAAAAAYQAAAAADagAAAAAATgAAAAAAegAAAAABLgAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAagAAAAACLgAAAAACagAAAAABawAAAAAAeQAAAAAAeQAAAAADOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAawAAAAAAagAAAAABYQAAAAAAagAAAAABfAAAAAAADgAAAAAADgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAagAAAAADLgAAAAACagAAAAAATgAAAAAADgAAAAACDgAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAagAAAAADYQAAAAADagAAAAADTgAAAAAADgAAAAADDgAAAAABTgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATgAAAAAAXAAAAAADXAAAAAADXAAAAAACTgAAAAAADgAAAAAADgAAAAAATgAAAAAALQAAAAAALQAAAAAALQAAAAAATgAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAeQAAAAADeQAAAAACfAAAAAAAfAAAAAAALQAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAADZwAAAAACXAAAAAABfAAAAAAAfAAAAAAATgAAAAAAXAAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAADXAAAAAAAZwAAAAACXAAAAAADXAAAAAABMAAAAAAAMAAAAAAAZwAAAAADZwAAAAABLgAAAAADZwAAAAADZwAAAAADLgAAAAACZwAAAAABZwAAAAABLgAAAAAAZwAAAAACZwAAAAADLgAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAAC + tiles: fwAAAAAAXgAAAAACbAAAAAABYwAAAAABXgAAAAABewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAAAXgAAAAABYwAAAAAAbAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAAAbAAAAAAAMAAAAAABXgAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAAAXgAAAAAAMAAAAAAAbAAAAAACbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAbAAAAAAAYwAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAACYwAAAAABbAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAABXgAAAAACbAAAAAABMAAAAAAAYwAAAAAAMAAAAAABYwAAAAAAMAAAAAAAYwAAAAABMAAAAAAAYwAAAAAAMAAAAAAAbAAAAAABfwAAAAAADgAAAAACDgAAAAACXgAAAAAAXgAAAAACZgAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAACawAAAAAAZgAAAAACYwAAAAACbAAAAAABfwAAAAAADgAAAAADDgAAAAACXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAfwAAAAAAbAAAAAABMAAAAAABbAAAAAADbQAAAAAAewAAAAAAewAAAAACbQAAAAAAfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAbAAAAAAAYwAAAAADbAAAAAAAUAAAAAAAfQAAAAABMAAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAbAAAAAACMAAAAAACbAAAAAABbQAAAAAAewAAAAAAewAAAAADPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAbQAAAAAAbAAAAAABYwAAAAAAbAAAAAABfwAAAAAADgAAAAAADgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAUAAAAAAAbAAAAAADMAAAAAACbAAAAAAAUAAAAAAADgAAAAACDgAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAUAAAAAAAbAAAAAADYwAAAAADbAAAAAADUAAAAAAADgAAAAADDgAAAAABUAAAAAAALwAAAAAALwAAAAAALwAAAAAAUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAACUAAAAAAADgAAAAAADgAAAAAAUAAAAAAALwAAAAAALwAAAAAALwAAAAAAUAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAewAAAAADewAAAAACfwAAAAAAfwAAAAAALwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADaQAAAAACXgAAAAABfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAaQAAAAACXgAAAAADXgAAAAABMgAAAAAAMgAAAAAAaQAAAAADaQAAAAABMAAAAAADaQAAAAADaQAAAAADMAAAAAACaQAAAAABaQAAAAABMAAAAAAAaQAAAAACaQAAAAADMAAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAAC version: 6 -1,0: ind: -1,0 - tiles: XAAAAAABXAAAAAACXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAACXAAAAAACXAAAAAADLgAAAAAAXAAAAAABTgAAAAAAawAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAACTAAAAAABTAAAAAABTAAAAAAAfAAAAAAAHwAAAAACHwAAAAAAHwAAAAADaAAAAAAAaAAAAAAAIwAAAAAAIwAAAAADfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAATAAAAAAATAAAAAADTAAAAAAAfAAAAAAAHwAAAAABHwAAAAADHwAAAAAAaAAAAAAAaAAAAAAAIwAAAAABIwAAAAADfAAAAAAAeQAAAAACeQAAAAACeQAAAAAAeQAAAAACTAAAAAABTAAAAAABTAAAAAADfAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAIwAAAAADIwAAAAACfAAAAAAAeQAAAAADeQAAAAADegAAAAAAegAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAIwAAAAAAIwAAAAACIwAAAAADaAAAAAAAaAAAAAAAIwAAAAADIwAAAAAAfAAAAAAAeQAAAAACeQAAAAADegAAAAABegAAAAACewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAADegAAAAACegAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAeQAAAAADFAAAAAAEFAAAAAAEFAAAAAABeQAAAAADfAAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAFAAAAAADeQAAAAAAeQAAAAADeQAAAAAAFAAAAAAFfAAAAAAAeQAAAAACeQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAFAAAAAABeQAAAAAAfAAAAAAAFAAAAAADeQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATQAAAAAAfAAAAAAATQAAAAABAAAAAAAAfAAAAAAAFAAAAAABeQAAAAACeQAAAAADFAAAAAAAeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAATQAAAAADfAAAAAAATQAAAAACAAAAAAAAfAAAAAAAeQAAAAADFAAAAAAEeQAAAAADeQAAAAACFAAAAAAFawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAewAAAAAATQAAAAABfAAAAAAATQAAAAACAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAewAAAAAATQAAAAAAfAAAAAAATQAAAAABAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAADTQAAAAACTAAAAAADTQAAAAAAXAAAAAABAAAAAAAATQAAAAABfAAAAAAATQAAAAACAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAATQAAAAACTQAAAAADTQAAAAAATQAAAAAATQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAATgAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAA + tiles: XgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAADMAAAAAAAXgAAAAABUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACTgAAAAABTgAAAAABTgAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAADagAAAAAAagAAAAAAJQAAAAAAJQAAAAADfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAATgAAAAAATgAAAAADTgAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAagAAAAAAagAAAAAAJQAAAAABJQAAAAADfwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAACTgAAAAABTgAAAAABTgAAAAADfwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAJQAAAAADJQAAAAACfwAAAAAAewAAAAADewAAAAADfQAAAAAAfQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAAAJQAAAAACJQAAAAADagAAAAAAagAAAAAAJQAAAAADJQAAAAAAfwAAAAAAewAAAAACewAAAAADfQAAAAABfQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADfQAAAAACfQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAewAAAAADFgAAAAAEFgAAAAAEFgAAAAABewAAAAADfwAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAFgAAAAADewAAAAAAewAAAAADewAAAAAAFgAAAAAFfwAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAFgAAAAABewAAAAAAfwAAAAAAFgAAAAADewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAATwAAAAAAfwAAAAAATwAAAAABAAAAAAAAfwAAAAAAFgAAAAABewAAAAACewAAAAADFgAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAATwAAAAADfwAAAAAATwAAAAACAAAAAAAAfwAAAAAAewAAAAADFgAAAAAEewAAAAADewAAAAACFgAAAAAFbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfgAAAAAATwAAAAABfwAAAAAATwAAAAACAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAATwAAAAAAfwAAAAAATwAAAAABAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAADTwAAAAACTgAAAAADTwAAAAAAXgAAAAABAAAAAAAATwAAAAABfwAAAAAATwAAAAACAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAA version: 6 0,0: ind: 0,0 - tiles: XAAAAAAALgAAAAACXAAAAAADXAAAAAAALgAAAAACXAAAAAAAawAAAAAAYQAAAAABYQAAAAABYQAAAAADYQAAAAABYQAAAAABYQAAAAADYQAAAAAAagAAAAAATgAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAADXAAAAAAAXAAAAAAATgAAAAAAaQAAAAAAaQAAAAACaQAAAAABaQAAAAADaQAAAAACZAAAAAAAYQAAAAABagAAAAACfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAAAXAAAAAAAXAAAAAACagAAAAADYQAAAAADagAAAAABfAAAAAAAeQAAAAACeQAAAAADeQAAAAABeQAAAAACeQAAAAADeQAAAAADfAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAABagAAAAADYQAAAAAAagAAAAADTgAAAAAAeQAAAAACeQAAAAAAeQAAAAADeQAAAAADeQAAAAACeQAAAAACfAAAAAAATgAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAagAAAAABYQAAAAADagAAAAADawAAAAAAeQAAAAACeQAAAAABeQAAAAAAeQAAAAABeQAAAAABeQAAAAADfAAAAAAAeQAAAAABeQAAAAAAeQAAAAAAeQAAAAADfAAAAAAAagAAAAACYQAAAAACagAAAAADTgAAAAAAeQAAAAADeQAAAAAAeQAAAAABeQAAAAAAeQAAAAADeQAAAAADfAAAAAAAeQAAAAADeQAAAAABeQAAAAABeQAAAAADTgAAAAAAagAAAAADYQAAAAAAagAAAAABfAAAAAAAeQAAAAADeQAAAAABeQAAAAADeQAAAAABeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAACTgAAAAAAagAAAAACYQAAAAADagAAAAABfAAAAAAAeQAAAAAAeQAAAAACeQAAAAACeQAAAAABeQAAAAACeQAAAAADfAAAAAAAeQAAAAACeQAAAAAAeQAAAAADeQAAAAADTgAAAAAAagAAAAADYQAAAAAAagAAAAADawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAagAAAAAAYQAAAAACagAAAAADfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAagAAAAABYQAAAAADagAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAATQAAAAAAXAAAAAADTQAAAAACfAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAADTAAAAAACXAAAAAACXAAAAAABXAAAAAACXAAAAAADXAAAAAABXAAAAAABfAAAAAAATQAAAAABTQAAAAAATQAAAAAAawAAAAAAXAAAAAABXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADXAAAAAADTgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAXAAAAAADTgAAAAAA + tiles: XgAAAAAAMAAAAAACXgAAAAADXgAAAAAAMAAAAAACXgAAAAAAbQAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAABYwAAAAABYwAAAAADYwAAAAAAbAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAAawAAAAAAawAAAAACawAAAAABawAAAAADawAAAAACZgAAAAAAYwAAAAABbAAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACbAAAAAADYwAAAAADbAAAAAABfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAACewAAAAADewAAAAADfwAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAABbAAAAAADYwAAAAAAbAAAAAADUAAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAADewAAAAACewAAAAACfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAbAAAAAABYwAAAAADbAAAAAADbQAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAABewAAAAABewAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAADfwAAAAAAbAAAAAACYwAAAAACbAAAAAADUAAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAADewAAAAABewAAAAABewAAAAADUAAAAAAAbAAAAAADYwAAAAAAbAAAAAABfwAAAAAAewAAAAADewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAACUAAAAAAAbAAAAAACYwAAAAADbAAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACewAAAAADfwAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAADUAAAAAAAbAAAAAADYwAAAAAAbAAAAAADbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbAAAAAAAYwAAAAACbAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbAAAAAABYwAAAAADbAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAATwAAAAAAXgAAAAADTwAAAAACfwAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAADTgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAABfwAAAAAATwAAAAABTwAAAAAATwAAAAAAbQAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAXgAAAAADUAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: fAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAADYQAAAAAAagAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAADYQAAAAADagAAAAADTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAAAYQAAAAADagAAAAABTQAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAABfAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAZwAAAAADXAAAAAABagAAAAACYQAAAAACagAAAAAATgAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADfAAAAAAAbAAAAAAAfAAAAAAAawAAAAAAXAAAAAACXAAAAAABagAAAAACYQAAAAACagAAAAADfAAAAAAAeQAAAAAAeQAAAAACeQAAAAAAeQAAAAACeQAAAAADeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZwAAAAADXAAAAAABagAAAAADYQAAAAABagAAAAAATgAAAAAAegAAAAAALgAAAAABLgAAAAAAegAAAAADLgAAAAADegAAAAAAfAAAAAAAKgAAAAAAKgAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAADYQAAAAADagAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAACawAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAMAAAAAAAagAAAAADYQAAAAACagAAAAADfAAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAABDgAAAAAADgAAAAADfAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATgAAAAAAMAAAAAAAagAAAAAAYQAAAAAAagAAAAADTgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAACYQAAAAAAagAAAAABTgAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAADDgAAAAABfAAAAAAAeQAAAAAAeQAAAAAATgAAAAAAMAAAAAAAagAAAAABYQAAAAADagAAAAACfAAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAADawAAAAAAeQAAAAABeQAAAAAATgAAAAAAMAAAAAAAagAAAAAAYQAAAAADagAAAAADTgAAAAAAeQAAAAACeQAAAAADeQAAAAACeQAAAAACeQAAAAABeQAAAAAAeQAAAAABfAAAAAAAeQAAAAADeQAAAAACfAAAAAAAMAAAAAAAagAAAAAAYQAAAAAAagAAAAABTgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAfAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAagAAAAAAYQAAAAABagAAAAAAfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAABXAAAAAACXAAAAAADTgAAAAAAaQAAAAABaQAAAAAAaQAAAAABaQAAAAACaQAAAAABZAAAAAABYQAAAAAAagAAAAABIwAAAAAA + tiles: fwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAADYwAAAAAAbAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAADYwAAAAADbAAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAAAYwAAAAADbAAAAAABTwAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAaQAAAAADXgAAAAABbAAAAAACYwAAAAACbAAAAAAAUAAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbQAAAAAAXgAAAAACXgAAAAABbAAAAAACYwAAAAACbAAAAAADfwAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAADewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAADXgAAAAABbAAAAAADYwAAAAABbAAAAAAAUAAAAAAAfQAAAAAAMAAAAAABMAAAAAAAfQAAAAADMAAAAAADfQAAAAAAfwAAAAAALAAAAAAALAAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAADYwAAAAADbAAAAAABUAAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAACbQAAAAAALAAAAAAALAAAAAAALAAAAAAAUAAAAAAAMgAAAAAAbAAAAAADYwAAAAACbAAAAAADfwAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAABDgAAAAAADgAAAAADfwAAAAAALAAAAAAALAAAAAAALAAAAAAAUAAAAAAAMgAAAAAAbAAAAAAAYwAAAAAAbAAAAAADUAAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAACYwAAAAAAbAAAAAABUAAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAADDgAAAAABfwAAAAAAewAAAAAAewAAAAAAUAAAAAAAMgAAAAAAbAAAAAABYwAAAAADbAAAAAACfwAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAADbQAAAAAAewAAAAABewAAAAAAUAAAAAAAMgAAAAAAbAAAAAAAYwAAAAADbAAAAAADUAAAAAAAewAAAAACewAAAAADewAAAAACewAAAAACewAAAAABewAAAAAAewAAAAABfwAAAAAAewAAAAADewAAAAACfwAAAAAAMgAAAAAAbAAAAAAAYwAAAAAAbAAAAAABUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAbAAAAAAAYwAAAAABbAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAADUAAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAACawAAAAABZgAAAAABYwAAAAAAbAAAAAABJQAAAAAA version: 6 -2,0: ind: -2,0 - tiles: TgAAAAAAawAAAAAATgAAAAAAfAAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAACFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAAAHgAAAAACfAAAAAAATAAAAAACTAAAAAABTAAAAAADFgAAAAAAFgAAAAAAFgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATAAAAAAATAAAAAABTAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAACHgAAAAACfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAfAAAAAAATAAAAAAATAAAAAABTAAAAAACewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAACHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAATQAAAAADfAAAAAAATQAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAAAfAAAAAAATQAAAAADAAAAAAAATQAAAAADfAAAAAAATQAAAAABTQAAAAABfAAAAAAATQAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAABfAAAAAAATQAAAAABAAAAAAAATQAAAAACfAAAAAAATQAAAAADTQAAAAACfAAAAAAATQAAAAABAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAACewAAAAAATQAAAAAAfAAAAAAATQAAAAABTQAAAAACfAAAAAAATQAAAAACAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAATQAAAAABfAAAAAAATQAAAAACewAAAAAATQAAAAACfAAAAAAATQAAAAAATQAAAAAAfAAAAAAATQAAAAADAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAABAAAAAAAATQAAAAACfAAAAAAATQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAA + tiles: UAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAACGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAACfwAAAAAATgAAAAACTgAAAAABTgAAAAADGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATgAAAAAATgAAAAABTgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAACIAAAAAACfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAATgAAAAAATgAAAAABTgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAATwAAAAADfwAAAAAATwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfwAAAAAATwAAAAADAAAAAAAATwAAAAADfwAAAAAATwAAAAABTwAAAAABfwAAAAAATwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAABfwAAAAAATwAAAAABAAAAAAAATwAAAAACfwAAAAAATwAAAAADTwAAAAACfwAAAAAATwAAAAABAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAACfgAAAAAATwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAATwAAAAACAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAATwAAAAABfwAAAAAATwAAAAACfgAAAAAATwAAAAACfwAAAAAATwAAAAAATwAAAAAAfwAAAAAATwAAAAADAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAABAAAAAAAATwAAAAACfwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: eQAAAAABfAAAAAAAeQAAAAADLgAAAAADeQAAAAAAeQAAAAADLgAAAAABeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAawAAAAAAeQAAAAABeQAAAAABeQAAAAABeQAAAAADeQAAAAADeQAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHgAAAAADfAAAAAAAeQAAAAADeQAAAAADeQAAAAADeQAAAAAAeQAAAAACeQAAAAADfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAbQAAAAABbQAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABaAAAAAAAYQAAAAADYQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAZwAAAAADZwAAAAABZwAAAAADXAAAAAADaAAAAAAAYQAAAAAAYQAAAAABaAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAaAAAAAAAYQAAAAADYQAAAAADaAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAawAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAawAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAATgAAAAAAOwAAAAAAOwAAAAAATgAAAAAAfAAAAAAAXAAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAABeQAAAAACeQAAAAABeQAAAAADeQAAAAADXAAAAAABXAAAAAADXAAAAAADXAAAAAADXAAAAAADXAAAAAACXAAAAAACLgAAAAACZwAAAAABZwAAAAABLgAAAAAAZwAAAAACZwAAAAACLgAAAAADZwAAAAADZwAAAAADLgAAAAAD + tiles: ewAAAAABfwAAAAAAewAAAAADMAAAAAADewAAAAAAewAAAAADMAAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAbQAAAAAAewAAAAABewAAAAABewAAAAABewAAAAADewAAAAADewAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAIAAAAAADfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAADfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAbwAAAAABbwAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABagAAAAAAYwAAAAADYwAAAAABagAAAAAAagAAAAAAagAAAAAAagAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAaQAAAAADaQAAAAABaQAAAAADXgAAAAADagAAAAAAYwAAAAAAYwAAAAABagAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAagAAAAAAYwAAAAADYwAAAAADagAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAagAAAAAAagAAAAAAagAAAAAAagAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAagAAAAAAagAAAAAAagAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAPQAAAAAAPQAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAABewAAAAACewAAAAABewAAAAADewAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAACMAAAAAACaQAAAAABaQAAAAABMAAAAAAAaQAAAAACaQAAAAACMAAAAAADaQAAAAADaQAAAAADMAAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: eAAAAAABfAAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAeAAAAAACTgAAAAAAeAAAAAADeAAAAAAAbwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeAAAAAABeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAAAeAAAAAAAcAAAAAAAeAAAAAAAfAAAAAAAeAAAAAADeAAAAAACbwAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeAAAAAAALgAAAAAAeAAAAAAALgAAAAAAawAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAawAAAAAAeAAAAAABeAAAAAACbwAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeAAAAAADLgAAAAADeAAAAAAALgAAAAAAeAAAAAAAeAAAAAAAcAAAAAAAeAAAAAAAfAAAAAAAeAAAAAAAeAAAAAABbwAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAcAAAAAAAeAAAAAAAfAAAAAAAeAAAAAAAeAAAAAACbwAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAawAAAAAAaQAAAAADaQAAAAAAaQAAAAADaQAAAAABaQAAAAAAaQAAAAADaQAAAAACaQAAAAABaQAAAAABXAAAAAABTgAAAAAAaQAAAAAAaQAAAAABaQAAAAABXAAAAAADYQAAAAACYQAAAAADYQAAAAACYQAAAAABYQAAAAAAYQAAAAAAYQAAAAADYQAAAAAAYQAAAAAAYQAAAAACXAAAAAACawAAAAAAYQAAAAACYQAAAAAAYQAAAAAAYQAAAAADYQAAAAADaQAAAAAAaQAAAAAAaQAAAAABaQAAAAABaQAAAAAAaQAAAAABaQAAAAABaQAAAAACaQAAAAABXAAAAAABTgAAAAAAaQAAAAABZAAAAAAAYQAAAAAAZAAAAAAAaQAAAAACawAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABagAAAAABYQAAAAAAagAAAAABXAAAAAABTQAAAAADQgAAAAAAQgAAAAAAfAAAAAAAbQAAAAADXAAAAAABXAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAATQAAAAAAQgAAAAAAQgAAAAAAfAAAAAAAbQAAAAAAXAAAAAABXAAAAAADfAAAAAAAbAAAAAAAfAAAAAAAbQAAAAADfAAAAAAAagAAAAAAYQAAAAAAagAAAAADfAAAAAAATQAAAAACQgAAAAAAQgAAAAAAfAAAAAAAbQAAAAACXAAAAAAAXAAAAAADfAAAAAAAbAAAAAAAfAAAAAAAbQAAAAACfAAAAAAAagAAAAACYQAAAAABagAAAAAAfAAAAAAATQAAAAABQgAAAAAAQgAAAAAAfAAAAAAAbQAAAAABXAAAAAAAXAAAAAACfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAagAAAAACYQAAAAACagAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAMAAAAAAAagAAAAAAYQAAAAACagAAAAADfAAAAAAA + tiles: egAAAAABfwAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAACegAAAAAAegAAAAACUAAAAAAAegAAAAADegAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAABegAAAAAAegAAAAAAegAAAAAAfwAAAAAAegAAAAAAcgAAAAAAegAAAAAAfwAAAAAAegAAAAADegAAAAACcQAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAAAMAAAAAAAegAAAAAAMAAAAAAAbQAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAbQAAAAAAegAAAAABegAAAAACcQAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAADMAAAAAADegAAAAAAMAAAAAAAegAAAAAAegAAAAAAcgAAAAAAegAAAAAAfwAAAAAAegAAAAAAegAAAAABcQAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAegAAAAABegAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAAAcgAAAAAAegAAAAAAfwAAAAAAegAAAAAAegAAAAACcQAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAABXgAAAAABUAAAAAAAawAAAAAAawAAAAABawAAAAABXgAAAAADYwAAAAACYwAAAAADYwAAAAACYwAAAAABYwAAAAAAYwAAAAAAYwAAAAADYwAAAAAAYwAAAAAAYwAAAAACXgAAAAACbQAAAAAAYwAAAAACYwAAAAAAYwAAAAAAYwAAAAADYwAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAABXgAAAAABUAAAAAAAawAAAAABZgAAAAAAYwAAAAAAZgAAAAAAawAAAAACbQAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABbAAAAAABYwAAAAAAbAAAAAABXgAAAAABTwAAAAADRAAAAAAARAAAAAAAfwAAAAAAbwAAAAADXgAAAAABXgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAATwAAAAAARAAAAAAARAAAAAAAfwAAAAAAbwAAAAAAXgAAAAABXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAADfwAAAAAATwAAAAACRAAAAAAARAAAAAAAfwAAAAAAbwAAAAACXgAAAAAAXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAbAAAAAACYwAAAAABbAAAAAAAfwAAAAAATwAAAAABRAAAAAAARAAAAAAAfwAAAAAAbwAAAAABXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbAAAAAACYwAAAAACbAAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAbAAAAAAAYwAAAAACbAAAAAADfwAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAABHgAAAAADfAAAAAAAagAAAAACYQAAAAAAagAAAAABfAAAAAAAeAAAAAADLgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAQQAAAAAAQQAAAAAAHgAAAAADHgAAAAADQQAAAAAAQQAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAHgAAAAACHgAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeAAAAAAAeAAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAACLgAAAAAAagAAAAAAfAAAAAAAeAAAAAABLgAAAAACTgAAAAAAeQAAAAACeQAAAAACeQAAAAAAJAAAAAAAJAAAAAAAeQAAAAABeQAAAAACeQAAAAABTgAAAAAAagAAAAABYQAAAAADagAAAAADfAAAAAAAeAAAAAABLgAAAAAAeQAAAAADeQAAAAACegAAAAADeQAAAAABJAAAAAAAJAAAAAAAeQAAAAADegAAAAACeQAAAAABTgAAAAAAagAAAAAALgAAAAACagAAAAAAfAAAAAAAeAAAAAAAeAAAAAACTgAAAAAAeQAAAAACegAAAAACeQAAAAABJAAAAAAAJAAAAAAAeQAAAAAAegAAAAACeQAAAAABfAAAAAAAagAAAAADYQAAAAABagAAAAABfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAeQAAAAABeQAAAAABeQAAAAACJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAACeQAAAAACTgAAAAAAagAAAAADLgAAAAADagAAAAACTgAAAAAAXAAAAAADaQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAADYQAAAAADagAAAAACawAAAAAAXAAAAAABYQAAAAAAawAAAAAAXAAAAAADXAAAAAACXAAAAAABXAAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAADZAAAAAAALgAAAAABagAAAAACTgAAAAAAXAAAAAABaQAAAAACTgAAAAAAXAAAAAACZAAAAAADaQAAAAADaQAAAAABaQAAAAABaQAAAAABaQAAAAADaQAAAAADaQAAAAABZAAAAAADYQAAAAACagAAAAACfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAXAAAAAABagAAAAACLgAAAAAAYQAAAAABLgAAAAABYQAAAAAALgAAAAACYQAAAAABLgAAAAABYQAAAAADLgAAAAACagAAAAABfAAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAXAAAAAADagAAAAADYQAAAAACXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAADXAAAAAADYQAAAAADagAAAAADTgAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAXAAAAAABagAAAAABLgAAAAABXAAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAADeQAAAAACXAAAAAADLgAAAAABagAAAAADTgAAAAAAFQAAAAAAFQAAAAAAawAAAAAAXAAAAAADagAAAAACYQAAAAABXAAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAABeQAAAAABXAAAAAAAYQAAAAACagAAAAABfAAAAAAAFQAAAAAAFQAAAAAAfAAAAAAAXAAAAAADagAAAAAALgAAAAABXAAAAAABeQAAAAACeQAAAAACeQAAAAAAeQAAAAABeQAAAAABXAAAAAABLgAAAAAAagAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAADfwAAAAAAbAAAAAACYwAAAAAAbAAAAAABfwAAAAAAegAAAAADMAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAIAAAAAADIAAAAAADQwAAAAAAQwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACIAAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAegAAAAAAegAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAACMAAAAAAAbAAAAAAAfwAAAAAAegAAAAABMAAAAAACUAAAAAAAewAAAAACewAAAAACewAAAAAAJgAAAAAAJgAAAAAAewAAAAABewAAAAACewAAAAABUAAAAAAAbAAAAAABYwAAAAADbAAAAAADfwAAAAAAegAAAAABMAAAAAAAewAAAAADewAAAAACfQAAAAADewAAAAABJgAAAAAAJgAAAAAAewAAAAADfQAAAAACewAAAAABUAAAAAAAbAAAAAAAMAAAAAACbAAAAAAAfwAAAAAAegAAAAAAegAAAAACUAAAAAAAewAAAAACfQAAAAACewAAAAABJgAAAAAAJgAAAAAAewAAAAAAfQAAAAACewAAAAABfwAAAAAAbAAAAAADYwAAAAABbAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAewAAAAABewAAAAABewAAAAACJgAAAAAAJgAAAAAAewAAAAAAewAAAAACewAAAAACUAAAAAAAbAAAAAADMAAAAAADbAAAAAACUAAAAAAAXgAAAAADawAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAADYwAAAAADbAAAAAACbQAAAAAAXgAAAAABYwAAAAAAbQAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAADZgAAAAAAMAAAAAABbAAAAAACUAAAAAAAXgAAAAABawAAAAACUAAAAAAAXgAAAAACZgAAAAADawAAAAADawAAAAABawAAAAABawAAAAABawAAAAADawAAAAADawAAAAABZgAAAAADYwAAAAACbAAAAAACfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABbAAAAAACMAAAAAAAYwAAAAABMAAAAAABYwAAAAAAMAAAAAACYwAAAAABMAAAAAABYwAAAAADMAAAAAACbAAAAAABfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAXgAAAAADbAAAAAADYwAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAADYwAAAAADbAAAAAADUAAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAXgAAAAABbAAAAAABMAAAAAABXgAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAACXgAAAAADMAAAAAABbAAAAAADUAAAAAAAFwAAAAAAFwAAAAAAbQAAAAAAXgAAAAADbAAAAAACYwAAAAABXgAAAAAAewAAAAACewAAAAABewAAAAABewAAAAABewAAAAABXgAAAAAAYwAAAAACbAAAAAABfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAXgAAAAADbAAAAAAAMAAAAAABXgAAAAABewAAAAACewAAAAACewAAAAAAewAAAAABewAAAAABXgAAAAABMAAAAAAAbAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: QQAAAAAAfAAAAAAAHgAAAAABHgAAAAABTgAAAAAAeQAAAAAAeQAAAAAAeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAABTgAAAAAAeQAAAAAAeQAAAAADeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACfAAAAAAAHgAAAAACHgAAAAAAfAAAAAAAeQAAAAADeQAAAAACeQAAAAABfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAQQAAAAAAHgAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAHgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAAAHgAAAAADTgAAAAAAYQAAAAACXAAAAAAAXAAAAAABYQAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAAAawAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAACHgAAAAAAHgAAAAAAawAAAAAAYQAAAAACXAAAAAAAXAAAAAADYQAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAHgAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAATgAAAAAAYQAAAAACXAAAAAABXAAAAAABYQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAYQAAAAACXAAAAAAAXAAAAAADYQAAAAACeQAAAAAAeQAAAAABeQAAAAABeQAAAAADeQAAAAADaQAAAAADaQAAAAABaQAAAAABaQAAAAABaQAAAAADaQAAAAAAaQAAAAAAaQAAAAADaQAAAAADaQAAAAADaQAAAAACYQAAAAAAYQAAAAABYQAAAAABYQAAAAACYQAAAAAAYQAAAAAAYQAAAAABYQAAAAABYQAAAAADYQAAAAADYQAAAAADYQAAAAABYQAAAAADYQAAAAACYQAAAAABaQAAAAAAaQAAAAADaQAAAAACaQAAAAAAaQAAAAABaQAAAAADaQAAAAADaQAAAAADaQAAAAABaQAAAAAAaQAAAAACaQAAAAABaQAAAAAAaQAAAAADaQAAAAACaQAAAAADaQAAAAACfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAawAAAAAAawAAAAAATgAAAAAATgAAAAAAfAAAAAAAaQAAAAAAaQAAAAADfAAAAAAATgAAAAAAawAAAAAATgAAAAAATgAAAAAAZwAAAAACfAAAAAAAMAAAAAAAMAAAAAAAeQAAAAAAeQAAAAADMAAAAAAAMAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAeQAAAAACeQAAAAABeQAAAAABeQAAAAACZwAAAAADawAAAAAAeQAAAAABLgAAAAABeQAAAAAAeQAAAAADLgAAAAABeQAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAACZwAAAAACfAAAAAAAeQAAAAACLgAAAAADeQAAAAABeQAAAAAALgAAAAABeQAAAAABfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAeQAAAAAAeQAAAAABeQAAAAABeQAAAAADfAAAAAAAfAAAAAAAeQAAAAAALgAAAAADeQAAAAACeQAAAAAALgAAAAADeQAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAADeQAAAAADeQAAAAABeQAAAAAA + tiles: QwAAAAAAfwAAAAAAIAAAAAABIAAAAAABUAAAAAAAewAAAAAAewAAAAAAewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABUAAAAAAAewAAAAAAewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACfwAAAAAAIAAAAAACIAAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAABfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAIAAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAIAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAAAIAAAAAADUAAAAAAAYwAAAAACXgAAAAAAXgAAAAABYwAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAAAbQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAbQAAAAAAYwAAAAACXgAAAAAAXgAAAAADYwAAAAABQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAIAAAAAACQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAYwAAAAACXgAAAAABXgAAAAABYwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAYwAAAAACXgAAAAAAXgAAAAADYwAAAAACewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAADawAAAAADawAAAAABawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAADawAAAAADawAAAAADawAAAAACYwAAAAAAYwAAAAABYwAAAAABYwAAAAACYwAAAAAAYwAAAAAAYwAAAAABYwAAAAABYwAAAAADYwAAAAADYwAAAAADYwAAAAABYwAAAAADYwAAAAACYwAAAAABawAAAAAAawAAAAADawAAAAACawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAACawAAAAADawAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAawAAAAAAawAAAAADfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAaQAAAAACfwAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAADMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAACaQAAAAADbQAAAAAAewAAAAABMAAAAAABewAAAAAAewAAAAADMAAAAAABewAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAACewAAAAACaQAAAAACfwAAAAAAewAAAAACMAAAAAADewAAAAABewAAAAAAMAAAAAABewAAAAABfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAADfwAAAAAAfwAAAAAAewAAAAAAMAAAAAADewAAAAACewAAAAAAMAAAAAADewAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAABewAAAAAA version: 6 -3,0: ind: -3,0 - tiles: fAAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAeQAAAAAAeQAAAAACeQAAAAADegAAAAADfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAIwAAAAACHgAAAAABHgAAAAADHwAAAAABHwAAAAABfAAAAAAAeQAAAAACfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAABegAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAIwAAAAABHgAAAAACHgAAAAACHwAAAAABHwAAAAADfAAAAAAAeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAADQQAAAAAAfAAAAAAAeQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAHgAAAAACHgAAAAADQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAQQAAAAAAIwAAAAABQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAYwAAAAAAbAAAAAAAbAAAAAAAbQAAAAAAbQAAAAADfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAABbAAAAAAAbAAAAAAAbQAAAAACbQAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAYwAAAAAAbAAAAAAAbAAAAAAAbQAAAAABbQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAXAAAAAACbAAAAAAAbAAAAAAAbQAAAAADbQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAADfQAAAAADfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAJQAAAAACIAAAAAABIAAAAAADIQAAAAABIQAAAAABfwAAAAAAewAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAABfQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAJQAAAAABIAAAAAACIAAAAAACIQAAAAABIQAAAAADfwAAAAAAewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAADQwAAAAAAfwAAAAAAewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAIAAAAAACIAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQwAAAAAAJQAAAAABQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAZQAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAABbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAZQAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAXgAAAAACbgAAAAAAbgAAAAAAbwAAAAADbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: HgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAJwAAAAADJwAAAAABfAAAAAAAeQAAAAACeQAAAAADagAAAAADagAAAAAAfAAAAAAAZwAAAAAAZwAAAAAAfAAAAAAAeQAAAAADHgAAAAAALgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAawAAAAAAfAAAAAAAZwAAAAABZwAAAAADfAAAAAAAeQAAAAAALgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAALgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAagAAAAAAagAAAAADagAAAAADfAAAAAAAZwAAAAACZwAAAAADfAAAAAAAeQAAAAABHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAawAAAAAAagAAAAACYQAAAAABagAAAAACfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAADYQAAAAACagAAAAADfAAAAAAAXAAAAAAAXAAAAAACXAAAAAADTgAAAAAAXAAAAAADXAAAAAADXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAADZAAAAAAAagAAAAAAYQAAAAADagAAAAACfAAAAAAAXAAAAAADXAAAAAABXAAAAAAAawAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAZAAAAAABagAAAAAAYQAAAAACagAAAAABfAAAAAAAXAAAAAABXAAAAAADXAAAAAABTgAAAAAAfAAAAAAAeQAAAAADfAAAAAAAfAAAAAAATgAAAAAAeQAAAAACfAAAAAAAfAAAAAAAagAAAAADYQAAAAADagAAAAABfAAAAAAAXAAAAAACXAAAAAABXAAAAAADfAAAAAAAeQAAAAADeQAAAAABeQAAAAADfAAAAAAAeQAAAAACeQAAAAADeQAAAAABTgAAAAAAagAAAAACYQAAAAACagAAAAABfAAAAAAAXAAAAAAAXAAAAAACXAAAAAACfAAAAAAAeQAAAAADeQAAAAAAeQAAAAABfAAAAAAAeQAAAAAAeQAAAAACeQAAAAABTgAAAAAAagAAAAACYQAAAAACZwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACeQAAAAADeQAAAAABfAAAAAAAagAAAAABYQAAAAABZwAAAAABfAAAAAAAHgAAAAACHgAAAAADHgAAAAADawAAAAAATAAAAAAATAAAAAAATAAAAAADfAAAAAAAeQAAAAACeQAAAAACeQAAAAABTgAAAAAAagAAAAACYQAAAAADZwAAAAAAfAAAAAAAHgAAAAACHgAAAAABHgAAAAAATgAAAAAATAAAAAABTAAAAAADTAAAAAADfAAAAAAAeQAAAAAAeQAAAAADeQAAAAADTgAAAAAAagAAAAACYQAAAAADagAAAAADfAAAAAAAHgAAAAABHgAAAAABHgAAAAACTgAAAAAAawAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAeQAAAAABTgAAAAAAfAAAAAAAagAAAAAAYQAAAAABagAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAADXAAAAAAAXAAAAAACawAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAACXAAAAAAAXAAAAAACXAAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAADawAAAAAAXAAAAAAD + tiles: IAAAAAAAIAAAAAAAMAAAAAAAIAAAAAAAKQAAAAADKQAAAAABfwAAAAAAewAAAAACewAAAAADbAAAAAADbAAAAAAAfwAAAAAAaQAAAAAAaQAAAAAAfwAAAAAAewAAAAADIAAAAAAAMAAAAAAAIAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAaQAAAAABaQAAAAADfwAAAAAAewAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAMAAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAbAAAAAAAbAAAAAADbAAAAAADfwAAAAAAaQAAAAACaQAAAAADfwAAAAAAewAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAbQAAAAAAbAAAAAACYwAAAAABbAAAAAACfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAADYwAAAAACbAAAAAADfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADUAAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAADZgAAAAAAbAAAAAAAYwAAAAADbAAAAAACfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAbQAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAZgAAAAABbAAAAAAAYwAAAAACbAAAAAABfwAAAAAAXgAAAAABXgAAAAADXgAAAAABUAAAAAAAfwAAAAAAewAAAAADfwAAAAAAfwAAAAAAUAAAAAAAewAAAAACfwAAAAAAfwAAAAAAbAAAAAADYwAAAAADbAAAAAABfwAAAAAAXgAAAAACXgAAAAABXgAAAAADfwAAAAAAewAAAAADewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAABUAAAAAAAbAAAAAACYwAAAAACbAAAAAABfwAAAAAAXgAAAAAAXgAAAAACXgAAAAACfwAAAAAAewAAAAADewAAAAAAewAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAABUAAAAAAAbAAAAAACYwAAAAACaQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABfwAAAAAAbAAAAAABYwAAAAABaQAAAAABfwAAAAAAIAAAAAACIAAAAAADIAAAAAADbQAAAAAATgAAAAAATgAAAAAATgAAAAADfwAAAAAAewAAAAACewAAAAACewAAAAABUAAAAAAAbAAAAAACYwAAAAADaQAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAUAAAAAAATgAAAAABTgAAAAADTgAAAAADfwAAAAAAewAAAAAAewAAAAADewAAAAADUAAAAAAAbAAAAAACYwAAAAADbAAAAAADfwAAAAAAIAAAAAABIAAAAAABIAAAAAACUAAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAewAAAAABUAAAAAAAfwAAAAAAbAAAAAAAYwAAAAABbAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAACbQAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAADbQAAAAAAXgAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: TAAAAAAATAAAAAADfAAAAAAATAAAAAAATAAAAAABTAAAAAADfAAAAAAAbQAAAAADfAAAAAAAfAAAAAAAbQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAATAAAAAABTAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATAAAAAACTAAAAAABTAAAAAAATAAAAAACTAAAAAADTAAAAAABfAAAAAAAbQAAAAADfAAAAAAAbQAAAAAAbQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAABHgAAAAAAHgAAAAADfAAAAAAAQQAAAAAATQAAAAACTQAAAAABTQAAAAADHgAAAAAAawAAAAAAHgAAAAACTAAAAAACXAAAAAABXAAAAAACXAAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAADawAAAAAAHgAAAAABTQAAAAACTQAAAAABTQAAAAABHgAAAAABawAAAAAAJwAAAAACXAAAAAACXAAAAAABXAAAAAAAXAAAAAADXAAAAAACXAAAAAAAXAAAAAAAXAAAAAADfAAAAAAAQQAAAAAAHgAAAAADHgAAAAACHgAAAAACHgAAAAACfAAAAAAAHgAAAAABXAAAAAABfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZAAAAAACaQAAAAABaQAAAAACaQAAAAACaQAAAAADaQAAAAACaQAAAAACeQAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAABagAAAAACYQAAAAABYQAAAAABYQAAAAAAYQAAAAABYQAAAAACYQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAagAAAAADagAAAAADZAAAAAADaQAAAAACaQAAAAAAaQAAAAAAaQAAAAABaQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAABagAAAAACagAAAAABfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAADJwAAAAABJwAAAAACTgAAAAAAeQAAAAACeQAAAAACagAAAAAAagAAAAABfAAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAADJwAAAAABJwAAAAADHgAAAAADJwAAAAABJwAAAAACJwAAAAAATgAAAAAAeQAAAAABeQAAAAACagAAAAACagAAAAAATgAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAAATQAAAAACHgAAAAADHgAAAAAAJwAAAAABLgAAAAAAJwAAAAAAfAAAAAAAeQAAAAADeQAAAAABagAAAAAAagAAAAAATgAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAADHgAAAAAALgAAAAAAHgAAAAACLgAAAAAAJwAAAAAAJwAAAAAAfAAAAAAAeQAAAAAAeQAAAAACagAAAAAAagAAAAACTgAAAAAAZwAAAAAAZwAAAAACfAAAAAAAfAAAAAAA + tiles: TgAAAAAATgAAAAADfwAAAAAATgAAAAAATgAAAAABTgAAAAADfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAATgAAAAABTgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATgAAAAACTgAAAAABTgAAAAAATgAAAAACTgAAAAADTgAAAAABfwAAAAAAbwAAAAADfwAAAAAAbwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAADUAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAQwAAAAAATwAAAAACTwAAAAABTwAAAAADIAAAAAAAbQAAAAAAIAAAAAACTgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADbQAAAAAAIAAAAAABTwAAAAACTwAAAAABTwAAAAABIAAAAAABbQAAAAAAKQAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAQwAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAACfwAAAAAAIAAAAAABXgAAAAABfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZgAAAAACawAAAAABawAAAAACawAAAAACawAAAAADawAAAAACawAAAAACewAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAABbAAAAAACYwAAAAABYwAAAAABYwAAAAAAYwAAAAABYwAAAAACYwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbAAAAAADbAAAAAADZgAAAAADawAAAAACawAAAAAAawAAAAAAawAAAAABawAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAABbAAAAAACbAAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAABKQAAAAACUAAAAAAAewAAAAACewAAAAACbAAAAAAAbAAAAAABfwAAAAAAaQAAAAAAaQAAAAADaQAAAAADaQAAAAADKQAAAAABKQAAAAADIAAAAAADKQAAAAABKQAAAAACKQAAAAAAUAAAAAAAewAAAAABewAAAAACbAAAAAACbAAAAAAAUAAAAAAAaQAAAAAAaQAAAAACaQAAAAADaQAAAAAATwAAAAACIAAAAAADIAAAAAAAKQAAAAABMAAAAAAAKQAAAAAAfwAAAAAAewAAAAADewAAAAABbAAAAAAAbAAAAAAAUAAAAAAAaQAAAAABaQAAAAACaQAAAAABaQAAAAADIAAAAAAAMAAAAAAAIAAAAAACMAAAAAAAKQAAAAAAKQAAAAAAfwAAAAAAewAAAAAAewAAAAACbAAAAAAAbAAAAAACUAAAAAAAaQAAAAAAaQAAAAACfwAAAAAAfwAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATQAAAAAAeQAAAAAATQAAAAABeQAAAAACTQAAAAADeQAAAAABTQAAAAAAXAAAAAAAYQAAAAACYQAAAAAAYQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAADTQAAAAACeQAAAAAATQAAAAAAeQAAAAAATQAAAAABeQAAAAABXAAAAAAAYQAAAAABYQAAAAAAYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAADeQAAAAADeQAAAAABeQAAAAADeQAAAAADeQAAAAAATAAAAAACXAAAAAACYQAAAAACYQAAAAACYQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfAAAAAAAXAAAAAADXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPQAAAAAAPQAAAAAAPQAAAAAADgAAAAADDgAAAAACTAAAAAABXAAAAAAAXAAAAAABfAAAAAAAbwAAAAAAbwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAPQAAAAAAPQAAAAAADgAAAAABDgAAAAAATgAAAAAATAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAeAAAAAACeAAAAAACQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAPQAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAACTAAAAAAAXAAAAAABXAAAAAAAfAAAAAAAeAAAAAACeAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAACfAAAAAAATAAAAAAAXAAAAAACXAAAAAACfAAAAAAAeAAAAAACeAAAAAADTgAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAeAAAAAABeAAAAAADPwAAAAAATgAAAAAAHgAAAAABJwAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAADHgAAAAABfAAAAAAAagAAAAAAYQAAAAADagAAAAADfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAawAAAAAAHgAAAAACHgAAAAADHgAAAAACHgAAAAADHgAAAAADHgAAAAADHgAAAAACawAAAAAAagAAAAABYQAAAAAAagAAAAADfAAAAAAAeAAAAAACeAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAJwAAAAAAHgAAAAADJwAAAAADJwAAAAAAJwAAAAADJwAAAAADTgAAAAAAagAAAAACYQAAAAAAagAAAAABfAAAAAAAeAAAAAADeAAAAAAAegAAAAABegAAAAAAfAAAAAAAJwAAAAACHgAAAAAAJwAAAAACJwAAAAAAJwAAAAAAJwAAAAACTgAAAAAAagAAAAADYQAAAAADagAAAAACfAAAAAAAeAAAAAAAeAAAAAABeQAAAAABegAAAAABawAAAAAAJwAAAAACHgAAAAADJwAAAAAAJwAAAAAAJwAAAAACJwAAAAABTgAAAAAAagAAAAACYQAAAAABagAAAAADfAAAAAAATgAAAAAATgAAAAAAeQAAAAAAegAAAAACawAAAAAAJwAAAAABJwAAAAABHgAAAAADJwAAAAABJwAAAAACJwAAAAABTgAAAAAAagAAAAADYQAAAAACagAAAAAAawAAAAAAeAAAAAABLgAAAAABegAAAAAAegAAAAAAfAAAAAAAawAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAABTgAAAAAAagAAAAADYQAAAAAAagAAAAADawAAAAAALgAAAAACeAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAATwAAAAAAewAAAAAATwAAAAABewAAAAACTwAAAAADewAAAAABTwAAAAAAXgAAAAAAYwAAAAACYwAAAAAAYwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAewAAAAADTwAAAAACewAAAAAATwAAAAAAewAAAAAATwAAAAABewAAAAABXgAAAAAAYwAAAAABYwAAAAAAYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAewAAAAADewAAAAADewAAAAABewAAAAADewAAAAADewAAAAAATgAAAAACXgAAAAACYwAAAAACYwAAAAACYwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAADDgAAAAACTgAAAAABXgAAAAAAXgAAAAABfwAAAAAAcQAAAAAAcQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPwAAAAAAPwAAAAAADgAAAAABDgAAAAAAUAAAAAAATgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAegAAAAACegAAAAACQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAPwAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAACTgAAAAAAXgAAAAABXgAAAAAAfwAAAAAAegAAAAACegAAAAABQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAACfwAAAAAATgAAAAAAXgAAAAACXgAAAAACfwAAAAAAegAAAAACegAAAAADUAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAegAAAAABegAAAAADQQAAAAAAUAAAAAAAIAAAAAABKQAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAABfwAAAAAAbAAAAAAAYwAAAAADbAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAbQAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAADIAAAAAADIAAAAAADIAAAAAACbQAAAAAAbAAAAAABYwAAAAAAbAAAAAADfwAAAAAAegAAAAACegAAAAABfwAAAAAAfwAAAAAAfwAAAAAAKQAAAAAAIAAAAAADKQAAAAADKQAAAAAAKQAAAAADKQAAAAADUAAAAAAAbAAAAAACYwAAAAAAbAAAAAABfwAAAAAAegAAAAADegAAAAAAfQAAAAABfQAAAAAAfwAAAAAAKQAAAAACIAAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAACUAAAAAAAbAAAAAADYwAAAAADbAAAAAACfwAAAAAAegAAAAAAegAAAAABewAAAAABfQAAAAABbQAAAAAAKQAAAAACIAAAAAADKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABUAAAAAAAbAAAAAACYwAAAAABbAAAAAADfwAAAAAAUAAAAAAAUAAAAAAAewAAAAAAfQAAAAACbQAAAAAAKQAAAAABKQAAAAABIAAAAAADKQAAAAABKQAAAAACKQAAAAABUAAAAAAAbAAAAAADYwAAAAACbAAAAAAAbQAAAAAAegAAAAABMAAAAAABfQAAAAAAfQAAAAAAfwAAAAAAbQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAABUAAAAAAAbAAAAAADYwAAAAAAbAAAAAADbQAAAAAAMAAAAAACegAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: TgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAHgAAAAACfAAAAAAAHgAAAAAAfAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAHgAAAAADfAAAAAAAHgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAHgAAAAAAfAAAAAAAHgAAAAADawAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAHgAAAAACfAAAAAAAHgAAAAABfAAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAHgAAAAADfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAADegAAAAABegAAAAADfAAAAAAAfAAAAAAAHgAAAAADLgAAAAACHgAAAAADTQAAAAABHgAAAAAATQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAegAAAAABeQAAAAABeQAAAAABQQAAAAAAfAAAAAAATQAAAAABJwAAAAABTQAAAAACHgAAAAAATQAAAAACHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAAAeQAAAAADeQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAegAAAAABegAAAAAC + tiles: UAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACfwAAAAAAIAAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAADfwAAAAAAIAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIAAAAAAAfwAAAAAAIAAAAAADbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIAAAAAACfwAAAAAAIAAAAAABfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIAAAAAADfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAADfQAAAAABfQAAAAADfwAAAAAAfwAAAAAAIAAAAAADMAAAAAACIAAAAAADTwAAAAABIAAAAAAATwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfQAAAAABewAAAAABewAAAAABQwAAAAAAfwAAAAAATwAAAAABKQAAAAABTwAAAAACIAAAAAAATwAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAAAewAAAAADewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAABfQAAAAAC version: 6 -3,-3: ind: -3,-3 - tiles: ewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAHgAAAAADfAAAAAAAHgAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAADewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAADTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAABHgAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAbQAAAAAAfAAAAAAAfAAAAAAAbQAAAAABTgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: fgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIAAAAAADfwAAAAAAIAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAADfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: XAAAAAACXAAAAAACXAAAAAACXAAAAAAAXAAAAAACXAAAAAABXAAAAAAAfAAAAAAATAAAAAADTAAAAAAATAAAAAACTAAAAAADTAAAAAADfAAAAAAAfAAAAAAAewAAAAAAXAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAABawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbwAAAAAAbwAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAeAAAAAABeAAAAAADfAAAAAAAeAAAAAABbwAAAAADfAAAAAAAeAAAAAABeAAAAAABbwAAAAAATAAAAAADXAAAAAADXAAAAAADfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAeAAAAAADeAAAAAABTgAAAAAAeAAAAAADbwAAAAABTgAAAAAAbwAAAAADeAAAAAACbwAAAAABXAAAAAADYwAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAADeAAAAAADeAAAAAABbwAAAAACbwAAAAAAbwAAAAADbwAAAAACeAAAAAAAbwAAAAACXAAAAAACXAAAAAABXAAAAAACfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAeAAAAAAAeAAAAAAATgAAAAAAbwAAAAABbwAAAAAATgAAAAAAeAAAAAAAeAAAAAABbwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAACbwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAADeAAAAAABbwAAAAABbwAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAbwAAAAABbwAAAAADbwAAAAADeAAAAAABeAAAAAABeAAAAAACawAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAABcAAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAADcAAAAAACcAAAAAACcAAAAAABcAAAAAABeAAAAAACTgAAAAAAeAAAAAADeAAAAAADeAAAAAACbwAAAAACbwAAAAACeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAAAeAAAAAAAcAAAAAACeAAAAAADeAAAAAABcAAAAAADeAAAAAACfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAADcAAAAAADeAAAAAADeAAAAAABcAAAAAACeAAAAAABfAAAAAAAeAAAAAABeAAAAAABbwAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAADawAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAAAcAAAAAAAcAAAAAACawAAAAAAeAAAAAACLgAAAAAAbwAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALgAAAAABTgAAAAAAeAAAAAACcAAAAAABcAAAAAADcAAAAAABcAAAAAACeAAAAAABTgAAAAAAeAAAAAADLgAAAAAAbwAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: XgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAfwAAAAAATgAAAAADTgAAAAAATgAAAAACTgAAAAADTgAAAAADfwAAAAAAfwAAAAAAfgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAAAcQAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAegAAAAABegAAAAADfwAAAAAAegAAAAABcQAAAAADfwAAAAAAegAAAAABegAAAAABcQAAAAAATgAAAAADXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAegAAAAADegAAAAABUAAAAAAAegAAAAADcQAAAAABUAAAAAAAcQAAAAADegAAAAACcQAAAAABXgAAAAADZQAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAegAAAAADegAAAAADegAAAAABcQAAAAACcQAAAAAAcQAAAAADcQAAAAACegAAAAAAcQAAAAACXgAAAAACXgAAAAABXgAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAegAAAAAAegAAAAAAUAAAAAAAcQAAAAABcQAAAAAAUAAAAAAAegAAAAAAegAAAAABcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAegAAAAACcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAegAAAAADegAAAAABcQAAAAABcQAAAAABegAAAAAAegAAAAAAegAAAAAAegAAAAAAcQAAAAABcQAAAAADcQAAAAADegAAAAABegAAAAABegAAAAACbQAAAAAAcgAAAAABcgAAAAACcgAAAAAAcgAAAAABcgAAAAADegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAADcgAAAAACcgAAAAACcgAAAAABcgAAAAABegAAAAACUAAAAAAAegAAAAADegAAAAADegAAAAACcQAAAAACcQAAAAACegAAAAAAegAAAAAAegAAAAAAfwAAAAAAegAAAAAAcgAAAAACegAAAAADegAAAAABcgAAAAADegAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAegAAAAADcgAAAAADegAAAAADegAAAAABcgAAAAACegAAAAABfwAAAAAAegAAAAABegAAAAABcQAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAegAAAAADbQAAAAAAcgAAAAADcgAAAAACcgAAAAADcgAAAAAAcgAAAAAAcgAAAAACbQAAAAAAegAAAAACMAAAAAAAcQAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAMAAAAAABUAAAAAAAegAAAAACcgAAAAABcgAAAAADcgAAAAABcgAAAAACegAAAAABUAAAAAAAegAAAAADMAAAAAAAcQAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAACHgAAAAAAHgAAAAACTgAAAAAAHgAAAAADHgAAAAADHgAAAAADewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAADTQAAAAADHgAAAAAAawAAAAAAHgAAAAACfAAAAAAAHgAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAADTgAAAAAAHgAAAAABfAAAAAAAHgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAACUAAAAAAAIAAAAAADIAAAAAADIAAAAAADfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAADIAAAAAAAbQAAAAAAIAAAAAACfwAAAAAAIAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADUAAAAAAAIAAAAAABfwAAAAAAIAAAAAAB version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAABeQAAAAACeQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAADeQAAAAABeQAAAAACeQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAZwAAAAADXAAAAAAAXAAAAAADXAAAAAADewAAAAAAAAAAAAAAewAAAAAATgAAAAAAeQAAAAABeQAAAAADeQAAAAAAeQAAAAACfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAZwAAAAADXAAAAAADXAAAAAABXAAAAAADewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAADeQAAAAACeQAAAAACeQAAAAABfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAbAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALQAAAAAALQAAAAAALQAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAALQAAAAAALQAAAAAALQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAXAAAAAADXAAAAAABXAAAAAADXAAAAAAD + tiles: AAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAaQAAAAADXgAAAAAAXgAAAAADXgAAAAADfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAACfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAaQAAAAADXgAAAAADXgAAAAABXgAAAAADfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAACewAAAAABfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAAD version: 6 -4,0: ind: -4,0 - tiles: ewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAABeQAAAAABeQAAAAACeQAAAAADewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAeQAAAAADegAAAAADegAAAAADeQAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAeQAAAAACeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAACOAAAAAAAOAAAAAABOAAAAAAAOAAAAAABOAAAAAACeQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAOAAAAAACOAAAAAADOAAAAAADOAAAAAACOAAAAAACeQAAAAABeQAAAAADeQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAeQAAAAAAOAAAAAAAOAAAAAADOAAAAAACOAAAAAABOAAAAAADfAAAAAAAeQAAAAABeQAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAACeQAAAAABeQAAAAACeQAAAAADeQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAABKgAAAAAAKgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAADKgAAAAAAKgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAADKgAAAAAAKgAAAAAAeQAAAAACeQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAACewAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAewAAAAADfQAAAAADfQAAAAADewAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAACOgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAOgAAAAACOgAAAAADOgAAAAADOgAAAAACOgAAAAACewAAAAABewAAAAADewAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAewAAAAAAOgAAAAAAOgAAAAADOgAAAAACOgAAAAABOgAAAAADfwAAAAAAewAAAAABewAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAABewAAAAACewAAAAADewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAABLAAAAAAALAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAADLAAAAAAALAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAewAAAAADLAAAAAAALAAAAAAAewAAAAACewAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: ewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATAAAAAACewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATAAAAAADewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAHgAAAAADewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAJwAAAAADewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAHgAAAAADAAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAHgAAAAACAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAAAHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAJwAAAAACJwAAAAADJwAAAAABJwAAAAABHgAAAAACAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAATgAAAAAAawAAAAAAfAAAAAAAfAAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAABHgAAAAAC + tiles: fgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATgAAAAACfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATgAAAAADfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAKQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAIAAAAAADAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIAAAAAACAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAABIAAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAABIAAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAJwAAAAABJwAAAAADJwAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAJwAAAAAAJwAAAAAAJwAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAJwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZAAAAAAAaQAAAAAAZAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAagAAAAAAYQAAAAAAagAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAKQAAAAABKQAAAAADKQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAKQAAAAAAKQAAAAAAKQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZgAAAAAAawAAAAAAZgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: fAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAATgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAATgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAeQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAawAAAAAAfAAAAAAATgAAAAAATgAAAAAAXAAAAAACaQAAAAAAaQAAAAACaQAAAAABaQAAAAAAZAAAAAAAYQAAAAAAZAAAAAAAaQAAAAADaQAAAAAAaQAAAAADaQAAAAACaQAAAAABaQAAAAABaQAAAAABaQAAAAACYQAAAAADYQAAAAAAYQAAAAACYQAAAAAAYQAAAAADYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAACYQAAAAADYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAADaQAAAAACaQAAAAACaQAAAAACaQAAAAABaQAAAAADaQAAAAABZAAAAAABaQAAAAAAaQAAAAAAaQAAAAABaQAAAAAAaQAAAAAAaQAAAAABaQAAAAADaQAAAAAAaQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAHwAAAAAAIAAAAAAAIAAAAAAAHwAAAAAATgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAHwAAAAAAIAAAAAAAIAAAAAAAHwAAAAAATQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAIAAAAAAAIAAAAAAAHwAAAAAATgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAfAAAAAAAHwAAAAAAJAAAAAAAJAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAfAAAAAAAHwAAAAAAJAAAAAAAHwAAAAAA + tiles: fwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAUAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAewAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAXgAAAAACawAAAAAAawAAAAACawAAAAABawAAAAAAZgAAAAAAYwAAAAAAZgAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAABawAAAAABawAAAAACYwAAAAADYwAAAAAAYwAAAAACYwAAAAAAYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAADawAAAAACawAAAAACawAAAAACawAAAAABawAAAAADawAAAAABZgAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAIwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAIQAAAAAAIgAAAAAAIgAAAAAAIQAAAAAAUAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAIQAAAAAAIgAAAAAAIgAAAAAAIQAAAAAATwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKAAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIgAAAAAAIgAAAAAAIQAAAAAAUAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKAAAAAAAfwAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKAAAAAAAfwAAAAAAIQAAAAAAJgAAAAAAIQAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: TgAAAAAAIwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAIwAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAATQAAAAAAHwAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAJAAAAAAAJAAAAAAAHwAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAHwAAAAAAIwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAIgAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAIgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZgAAAAAAZgAAAAAAZwAAAAAAZgAAAAAAaAAAAAAAaAAAAAAAfAAAAAAAIgAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAIgAAAAAAfAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAZgAAAAAAZgAAAAAATgAAAAAAZwAAAAAAaAAAAAAAaAAAAAAATgAAAAAAIgAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAIgAAAAAAfAAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAaAAAAAAAaAAAAAAATQAAAAAAIgAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAIgAAAAAAfAAAAAAAJgAAAAAAUgAAAAAAUgAAAAAAZgAAAAAAZgAAAAAAZwAAAAAAZgAAAAAAaAAAAAAAaAAAAAAAfAAAAAAAIgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAIgAAAAAAfAAAAAAAJgAAAAAAUgAAAAAAUgAAAAAAZgAAAAAAZgAAAAAATgAAAAAAZwAAAAAAaAAAAAAAaAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAAaAAAAAAAaAAAAAAATQAAAAAAIQAAAAAAJgAAAAAAHwAAAAAAJgAAAAAAJgAAAAAAfAAAAAAAfAAAAAAAIwAAAAAAIwAAAAAAZgAAAAAAZgAAAAAAZwAAAAAAZgAAAAAAaAAAAAAAaAAAAAAATgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAZgAAAAAAZgAAAAAATgAAAAAAZwAAAAAAaAAAAAAAaAAAAAAAfAAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfAAAAAAAJQAAAAAAJQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAIwAAAAAAHwAAAAAAHwAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAA + tiles: UAAAAAAAJQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAUAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAATwAAAAAAIQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJQAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAUAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJAAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAagAAAAAAagAAAAAAfwAAAAAAJAAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAaAAAAAAAaAAAAAAAUAAAAAAAaQAAAAAAagAAAAAAagAAAAAAUAAAAAAAJAAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJAAAAAAAfwAAAAAAIwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAagAAAAAAagAAAAAATwAAAAAAJAAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJAAAAAAAfwAAAAAAKAAAAAAAVAAAAAAAVAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAagAAAAAAagAAAAAAfwAAAAAAJAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJAAAAAAAfwAAAAAAKAAAAAAAVAAAAAAAVAAAAAAAaAAAAAAAaAAAAAAAUAAAAAAAaQAAAAAAagAAAAAAagAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAagAAAAAAagAAAAAATwAAAAAAIwAAAAAAKAAAAAAAIQAAAAAAKAAAAAAAKAAAAAAAfwAAAAAAfwAAAAAAJQAAAAAAJQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAaAAAAAAAagAAAAAAagAAAAAAUAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAaAAAAAAAaAAAAAAAUAAAAAAAaQAAAAAAagAAAAAAagAAAAAAfwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAJQAAAAAAIQAAAAAAIQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAA version: 6 1,0: ind: 1,0 - tiles: JwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfAAAAAAAJQAAAAAAJQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAbAAAAAAAfAAAAAAATgAAAAAAIwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAJgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAJgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAegAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAJgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAADfAAAAAAAfAAAAAAAbAAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAJgAAAAAAeQAAAAACeQAAAAADeQAAAAADeQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAACfAAAAAAAawAAAAAAfAAAAAAAeQAAAAACfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADfAAAAAAAawAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeQAAAAADfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAATQAAAAAAeAAAAAAATQAAAAAAeAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAeAAAAAAATQAAAAAAeAAAAAAATQAAAAAATgAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAA + tiles: KQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAJQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAKAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAKAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAAAewAAAAAAfQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAKAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAewAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAKAAAAAAAewAAAAACewAAAAADewAAAAADewAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACfwAAAAAAbQAAAAAAfwAAAAAAewAAAAACfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADfwAAAAAAbQAAAAAAfwAAAAAAewAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAATwAAAAAAegAAAAAATwAAAAAAegAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAegAAAAAATwAAAAAAegAAAAAATwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: TgAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAALgAAAAAAeQAAAAAALgAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAATgAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAALgAAAAAAeQAAAAAALgAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAALgAAAAAAeQAAAAAALgAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAHgAAAAAAfAAAAAAATgAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAALgAAAAAAeQAAAAAALgAAAAAAeQAAAAAAawAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAawAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAeQAAAAAALgAAAAAAeQAAAAAALgAAAAAAfAAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAHwAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAfAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAfAAAAAAAaQAAAAAAZAAAAAAAYQAAAAAAZAAAAAAAaQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAYQAAAAADYQAAAAACYQAAAAAAYQAAAAABYQAAAAADYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAaQAAAAADZAAAAAAAYQAAAAAAZAAAAAAAaQAAAAADaQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAfAAAAAAAZAAAAAAAaQAAAAAAZAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfAAAAAAAIQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAIQAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAJAAAAAAAHwAAAAAAIwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHwAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAIwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfAAAAAAATQAAAAAAeAAAAAAATQAAAAAATgAAAAAAewAAAAAA + tiles: UAAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAMAAAAAAAewAAAAAAMAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAMAAAAAAAewAAAAAAMAAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAMAAAAAAAewAAAAAAMAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIQAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAUAAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAMAAAAAAAewAAAAAAMAAAAAAAewAAAAAAbQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAbQAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAewAAAAAAMAAAAAAAewAAAAAAMAAAAAAAfwAAAAAAIAAAAAAAIQAAAAAAIAAAAAAAIQAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfwAAAAAAawAAAAAAZgAAAAAAYwAAAAAAZgAAAAAAawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAYwAAAAADYwAAAAACYwAAAAAAYwAAAAABYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAAAawAAAAADZgAAAAAAYwAAAAAAZgAAAAAAawAAAAADawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfwAAAAAAZgAAAAAAawAAAAAAZgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAIwAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAIwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAIQAAAAAAIQAAAAAAJgAAAAAAIQAAAAAAJQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAATwAAAAAAegAAAAAATwAAAAAAUAAAAAAAfgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: fAAAAAAATgAAAAAAIwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfAAAAAAAeAAAAAAATQAAAAAAeAAAAAAATgAAAAAAewAAAAAATgAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAfAAAAAAAXAAAAAADXAAAAAACXAAAAAADXAAAAAABTgAAAAAAHgAAAAABTgAAAAAAJgAAAAAAIAAAAAAAIAAAAAAAJgAAAAAAeQAAAAAAegAAAAAAegAAAAAAegAAAAAAfAAAAAAATQAAAAAAXAAAAAADXAAAAAAATQAAAAAAawAAAAAAHgAAAAABfAAAAAAAJgAAAAAAJQAAAAAAJQAAAAAAJgAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAfAAAAAAATQAAAAACXAAAAAABXAAAAAADTQAAAAABfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAIwAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAAATQAAAAADTQAAAAACXAAAAAABTgAAAAAAHgAAAAADJQAAAAAAJQAAAAAAIQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAYgAAAAAAfAAAAAAAbwAAAAAAZwAAAAAAXAAAAAADTQAAAAADTQAAAAABXAAAAAACawAAAAAAHgAAAAACUgAAAAAAUgAAAAAAJgAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAYgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATQAAAAAAXAAAAAABXAAAAAACTQAAAAADfAAAAAAAfAAAAAAAUgAAAAAAUgAAAAAAJgAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAYgAAAAAAQQAAAAAAfAAAAAAAZwAAAAAATQAAAAACXAAAAAACXAAAAAAATQAAAAABTgAAAAAAHgAAAAAAJQAAAAAAJQAAAAAAIQAAAAAAQQAAAAAAfAAAAAAAQQAAAAAAYgAAAAAAQQAAAAAAfAAAAAAAZwAAAAAAXAAAAAACXAAAAAABXAAAAAABXAAAAAAAawAAAAAAHgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATQAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAXAAAAAAATQAAAAADXAAAAAADTQAAAAADXAAAAAABfAAAAAAAeQAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAATQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAATQAAAAAAXAAAAAAAXAAAAAACXAAAAAADXAAAAAADXAAAAAACawAAAAAAeQAAAAABJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAATgAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAXAAAAAAATQAAAAACXAAAAAACTQAAAAAAXAAAAAACTgAAAAAAeQAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAZwAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAABTgAAAAAAeQAAAAABfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAXAAAAAADTQAAAAABXAAAAAAATQAAAAAAXAAAAAABTgAAAAAAeQAAAAAC + tiles: fwAAAAAAUAAAAAAAJQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAegAAAAAATwAAAAAAegAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAKAAAAAAAJwAAAAAAJwAAAAAAKAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAKAAAAAAAIgAAAAAAIgAAAAAAKAAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABUAAAAAAAIAAAAAABUAAAAAAAKAAAAAAAIgAAAAAAIgAAAAAAKAAAAAAAewAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAATwAAAAAAXgAAAAADXgAAAAAATwAAAAAAbQAAAAAAIAAAAAABfwAAAAAAKAAAAAAAJwAAAAAAJwAAAAAAKAAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAfwAAAAAATwAAAAACXgAAAAABXgAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAJQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAATwAAAAADTwAAAAACXgAAAAABUAAAAAAAIAAAAAADJwAAAAAAJwAAAAAAIwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAZAAAAAAAfwAAAAAAcQAAAAAAaQAAAAAAXgAAAAADTwAAAAADTwAAAAABXgAAAAACbQAAAAAAIAAAAAACVAAAAAAAVAAAAAAAKAAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAZAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAABXgAAAAACTwAAAAADfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAKAAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAZAAAAAAAQwAAAAAAfwAAAAAAaQAAAAAATwAAAAACXgAAAAACXgAAAAAATwAAAAABUAAAAAAAIAAAAAAAJwAAAAAAJwAAAAAAIwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAZAAAAAAAQwAAAAAAfwAAAAAAaQAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAAAbQAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAUAAAAAAAawAAAAAAawAAAAAAawAAAAAAUAAAAAAAXgAAAAAATwAAAAADXgAAAAADTwAAAAADXgAAAAABfwAAAAAAewAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAATwAAAAAAXgAAAAAAXgAAAAAAXgAAAAAATwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAACbQAAAAAAewAAAAABJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAAAUAAAAAAAawAAAAAAawAAAAAAawAAAAAAUAAAAAAAXgAAAAAATwAAAAACXgAAAAACTwAAAAAAXgAAAAACUAAAAAAAewAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAABUAAAAAAAewAAAAABfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAXgAAAAADTwAAAAABXgAAAAAATwAAAAAAXgAAAAABUAAAAAAAewAAAAAC version: 6 2,0: ind: 2,0 - tiles: fAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAXAAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAADawAAAAAAeQAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAfAAAAAAAXAAAAAACTQAAAAACXAAAAAACTQAAAAAAXAAAAAAAfAAAAAAAXAAAAAADfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAAAfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATQAAAAABTQAAAAAAXAAAAAACXAAAAAAATgAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXAAAAAACXAAAAAAATQAAAAACTQAAAAADTgAAAAAAewAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAOwAAAAAAOwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAXQAAAAAAXAAAAAADXAAAAAACXAAAAAABfAAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAADbQAAAAAAewAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAXgAAAAACTwAAAAACXgAAAAACTwAAAAAAXgAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAATwAAAAABTwAAAAAAXgAAAAACXgAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXgAAAAACXgAAAAAATwAAAAACTwAAAAADUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAXwAAAAAAXgAAAAADXgAAAAACXgAAAAABfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: fAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATgAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAZAAAAAAAaQAAAAAAZAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAHgAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAHgAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAawAAAAAAHgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAHgAAAAAAawAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATgAAAAAAHgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAHgAAAAAAfAAAAAAAagAAAAAAYQAAAAAAagAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAHgAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAHgAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAZgAAAAAAawAAAAAAZgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAIAAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUAAAAAAAIAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAIAAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAbQAAAAAAIAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAIAAAAAAAbQAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUAAAAAAAIAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAIAAAAAAAfwAAAAAAbAAAAAAAYwAAAAAAbAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAIAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAXAAAAAACXAAAAAABXAAAAAAAXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAXAAAAAACYQAAAAAAYQAAAAADYQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAeQAAAAAAeQAAAAADeQAAAAAAeQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAXAAAAAACYQAAAAACYQAAAAACYQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACYwAAAAAAYwAAAAADYwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAACLAAAAAAALAAAAAAALAAAAAAAXgAAAAACYwAAAAACYwAAAAACYwAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAATgAAAAAAawAAAAAATgAAAAAAfAAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAACXAAAAAACXAAAAAABXAAAAAABXAAAAAAAXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYQAAAAADYQAAAAACYQAAAAACYQAAAAACYQAAAAACYQAAAAAAXAAAAAACfAAAAAAAfAAAAAAAfAAAAAAATgAAAAAATgAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAYQAAAAADYQAAAAACYQAAAAABYQAAAAACYQAAAAAAYQAAAAAAXAAAAAABTAAAAAACLgAAAAADLgAAAAACLgAAAAABLgAAAAAALgAAAAACawAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAACYwAAAAACYwAAAAACYwAAAAACYwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAYwAAAAADYwAAAAACYwAAAAABYwAAAAACYwAAAAAAYwAAAAAAXgAAAAABTgAAAAACMAAAAAADMAAAAAACMAAAAAABMAAAAAAAMAAAAAACbQAAAAAAfwAAAAAAfwAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACfAAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAADeQAAAAADfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAABeQAAAAAATQAAAAADTgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAABeQAAAAAATQAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAACeQAAAAAAeQAAAAADTgAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAABeQAAAAAATQAAAAABTgAAAAAAewAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAADewAAAAADfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAABewAAAAAATwAAAAADUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAABewAAAAAATwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAACewAAAAAAewAAAAADUAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAABewAAAAAATwAAAAABUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,0: ind: 3,0 - tiles: eQAAAAADeQAAAAADTQAAAAAATgAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAABXAAAAAABfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: ewAAAAADewAAAAADTwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAABXgAAAAABfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABXAAAAAADawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADXAAAAAABfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAADTgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATAAAAAADXAAAAAAAfAAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAXAAAAAACXAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAawAAAAAAfAAAAAAAAAAAAAAAewAAAAAAewAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAABIQAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABXgAAAAADbQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAADIQAAAAADIQAAAAADIQAAAAABIQAAAAAAIQAAAAADXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAATgAAAAADXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAABAAAAAAAATQAAAAAAfAAAAAAATQAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAACewAAAAAATQAAAAAAfAAAAAAATQAAAAADewAAAAAATQAAAAABfAAAAAAATQAAAAABewAAAAAATQAAAAACfAAAAAAATQAAAAAAewAAAAAATQAAAAADfAAAAAAATQAAAAACewAAAAAATQAAAAAAfAAAAAAATQAAAAAAewAAAAAATQAAAAABfAAAAAAATQAAAAACAAAAAAAATQAAAAAAfAAAAAAATQAAAAAAAAAAAAAATQAAAAAAfAAAAAAATQAAAAACAAAAAAAATQAAAAAAfAAAAAAATQAAAAACAAAAAAAATQAAAAADfAAAAAAATQAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAAAAAAAAAAATQAAAAAAfAAAAAAATQAAAAACAAAAAAAATQAAAAACfAAAAAAATQAAAAABAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAABAAAAAAAATwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAACfgAAAAAATwAAAAAAfwAAAAAATwAAAAADfgAAAAAATwAAAAABfwAAAAAATwAAAAABfgAAAAAATwAAAAACfwAAAAAATwAAAAAAfgAAAAAATwAAAAADfwAAAAAATwAAAAACfgAAAAAATwAAAAAAfwAAAAAATwAAAAAAfgAAAAAATwAAAAABfwAAAAAATwAAAAACAAAAAAAATwAAAAAAfwAAAAAATwAAAAAAAAAAAAAATwAAAAAAfwAAAAAATwAAAAACAAAAAAAATwAAAAAAfwAAAAAATwAAAAACAAAAAAAATwAAAAADfwAAAAAATwAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAAAAAAAAAAATwAAAAAAfwAAAAAATwAAAAACAAAAAAAATwAAAAACfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAADfAAAAAAATQAAAAACAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAfAAAAAAATQAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAACfAAAAAAATQAAAAACAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAATQAAAAACfAAAAAAATQAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATQAAAAADfAAAAAAATQAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAATwAAAAACAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAATwAAAAACAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAACfwAAAAAATwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAATwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: fAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAAAfAAAAAAAawAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAfAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAaQAAAAAAaQAAAAAAaQAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAAYQAAAAAAYQAAAAAAZAAAAAAAawAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAAMAAAAAAAMAAAAAAAMAAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAANwAAAAAANwAAAAAANwAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAA + tiles: fwAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAAAawAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAawAAAAAAawAAAAAAawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYwAAAAAAYwAAAAAAZgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAawAAAAAAawAAAAAAawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,1: ind: -3,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: ewAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAawAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAATgAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAATgAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAawAAAAAAJAAAAAAAJAAAAAAAegAAAAAAegAAAAAAegAAAAAAJAAAAAAAJAAAAAAATgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAIAAAAAAAIAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAJgAAAAAAJgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJgAAAAAAJgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJgAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAJgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAJgAAAAAAJgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAJgAAAAAAJgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: TQAAAAAAeAAAAAAATQAAAAAAeAAAAAAATgAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAATgAAAAAATgAAAAAATgAAAAAATgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TwAAAAAAegAAAAAATwAAAAAAegAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: ewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUwAAAAAAEgAAAAAAEgAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,-5: + ind: -3,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + version: 6 + -2,-5: + ind: -2,-5 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -2599,11 +2607,14 @@ entities: 4,-4: 0: 65535 4,-3: - 0: 65535 + 0: 65023 + 6: 512 4,-2: - 0: 65535 + 0: 65503 + 6: 32 4,-1: - 0: 65535 + 0: 65533 + 6: 2 5,-4: 0: 65535 5,-3: @@ -3260,6 +3271,20 @@ entities: 0: 28672 12,-13: 0: 40733 + -10,-16: + 2: 25804 + -9,-16: + 2: 60159 + -8,-16: + 2: 30583 + -9,-17: + 2: 63624 + -9,-18: + 2: 34944 + -8,-18: + 2: 4368 + -8,-17: + 2: 28945 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -3351,6 +3376,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 chunkSize: 4 - type: OccluderTree - type: Shuttle @@ -3376,6 +3416,14 @@ entities: - type: LoadedMap - type: GridTree - type: MovedGrids +- proto: ActionToggleLight + entities: + - uid: 3642 + components: + - type: Transform + parent: 13500 + - type: InstantAction + container: 13500 - proto: AirAlarm entities: - uid: 644 @@ -4829,18 +4877,6 @@ entities: - DoorStatus: DoorBolt 11768: - DoorStatus: DoorBolt -- proto: AirlockExternalGlassEasyPryLocked - entities: - - uid: 5530 - components: - - type: Transform - pos: 54.5,-23.5 - parent: 34 - - uid: 5531 - components: - - type: Transform - pos: 51.5,-23.5 - parent: 34 - proto: AirlockExternalGlassLocked entities: - uid: 1120 @@ -4891,6 +4927,16 @@ entities: linkedPorts: 1120: - DoorStatus: DoorBolt + - uid: 5530 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 34 + - uid: 5531 + components: + - type: Transform + pos: 51.5,-23.5 + parent: 34 - uid: 7070 components: - type: Transform @@ -5158,18 +5204,6 @@ entities: - type: Transform pos: 3.5,14.5 parent: 34 -- proto: AirlockGlassShuttleEasyPry - entities: - - uid: 686 - components: - - type: Transform - pos: -38.5,-59.5 - parent: 34 - - uid: 687 - components: - - type: Transform - pos: -37.5,-59.5 - parent: 34 - proto: AirlockHeadOfPersonnelGlassLocked entities: - uid: 1956 @@ -10403,6 +10437,11 @@ entities: - type: Transform pos: 41.5,-5.5 parent: 34 + - uid: 3764 + components: + - type: Transform + pos: -32.5,-67.5 + parent: 34 - uid: 3773 components: - type: Transform @@ -16003,6 +16042,11 @@ entities: - type: Transform pos: -58.5,-9.5 parent: 34 + - uid: 11347 + components: + - type: Transform + pos: -32.5,-68.5 + parent: 34 - uid: 11375 components: - type: Transform @@ -16668,36 +16712,6 @@ entities: - type: Transform pos: -32.5,-59.5 parent: 34 - - uid: 12557 - components: - - type: Transform - pos: -32.5,-58.5 - parent: 34 - - uid: 12558 - components: - - type: Transform - pos: -33.5,-58.5 - parent: 34 - - uid: 12561 - components: - - type: Transform - pos: -34.5,-58.5 - parent: 34 - - uid: 12566 - components: - - type: Transform - pos: -34.5,-58.5 - parent: 34 - - uid: 12567 - components: - - type: Transform - pos: -36.5,-58.5 - parent: 34 - - uid: 12571 - components: - - type: Transform - pos: -35.5,-58.5 - parent: 34 - uid: 12646 components: - type: Transform @@ -16723,16 +16737,6 @@ entities: - type: Transform pos: -45.5,-35.5 parent: 34 - - uid: 12656 - components: - - type: Transform - pos: -37.5,-58.5 - parent: 34 - - uid: 12684 - components: - - type: Transform - pos: -38.5,-58.5 - parent: 34 - uid: 12685 components: - type: Transform @@ -17438,6 +17442,66 @@ entities: - type: Transform pos: 23.5,2.5 parent: 34 + - uid: 13728 + components: + - type: Transform + pos: -32.5,-69.5 + parent: 34 + - uid: 13730 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 34 + - uid: 13731 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 34 + - uid: 13732 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 34 + - uid: 13733 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 34 + - uid: 13734 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 34 + - uid: 13735 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 34 + - uid: 13736 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 34 + - uid: 13743 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 34 + - uid: 13744 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 34 + - uid: 13746 + components: + - type: Transform + pos: -33.5,-64.5 + parent: 34 + - uid: 13747 + components: + - type: Transform + pos: -31.5,-69.5 + parent: 34 - proto: CableApcStack1 entities: - uid: 5561 @@ -25255,11 +25319,6 @@ entities: rot: -1.5707963267948966 rad pos: 18.5,-38.5 parent: 34 - - uid: 2671 - components: - - type: Transform - pos: -37.5,-58.5 - parent: 34 - uid: 2674 components: - type: Transform @@ -27036,11 +27095,6 @@ entities: - type: Transform pos: 29.5,-40.5 parent: 34 - - uid: 10119 - components: - - type: Transform - pos: -36.5,-58.5 - parent: 34 - uid: 10247 components: - type: Transform @@ -27140,11 +27194,6 @@ entities: - type: Transform pos: -29.5,-59.5 parent: 34 - - uid: 12085 - components: - - type: Transform - pos: -38.5,-58.5 - parent: 34 - uid: 12098 components: - type: Transform @@ -27255,25 +27304,10 @@ entities: - type: Transform pos: -29.5,-54.5 parent: 34 - - uid: 12455 - components: - - type: Transform - pos: -32.5,-58.5 - parent: 34 - - uid: 12470 - components: - - type: Transform - pos: -35.5,-58.5 - parent: 34 - - uid: 12473 - components: - - type: Transform - pos: -34.5,-58.5 - parent: 34 - uid: 12474 components: - type: Transform - pos: -33.5,-58.5 + pos: -32.5,-61.5 parent: 34 - uid: 12521 components: @@ -27387,10 +27421,75 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,-33.5 parent: 34 + - uid: 12656 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 34 + - uid: 12659 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 34 + - uid: 12661 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 34 + - uid: 12664 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 34 + - uid: 12666 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 34 + - uid: 12672 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 34 + - uid: 12673 + components: + - type: Transform + pos: -32.5,-67.5 + parent: 34 + - uid: 12677 + components: + - type: Transform + pos: -32.5,-68.5 + parent: 34 + - uid: 12678 + components: + - type: Transform + pos: -32.5,-69.5 + parent: 34 + - uid: 12679 + components: + - type: Transform + pos: -31.5,-69.5 + parent: 34 + - uid: 12680 + components: + - type: Transform + pos: -31.5,-68.5 + parent: 34 + - uid: 12684 + components: + - type: Transform + pos: -31.5,-67.5 + parent: 34 + - uid: 12687 + components: + - type: Transform + pos: -31.5,-66.5 + parent: 34 - uid: 12688 components: - type: Transform - pos: -39.5,-58.5 + pos: -31.5,-65.5 parent: 34 - uid: 12740 components: @@ -27426,6 +27525,56 @@ entities: rot: 1.5707963267948966 rad pos: -53.5,-12.5 parent: 34 + - uid: 13475 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 34 + - uid: 13666 + components: + - type: Transform + pos: -31.5,-63.5 + parent: 34 + - uid: 13667 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 34 + - uid: 13668 + components: + - type: Transform + pos: -31.5,-61.5 + parent: 34 + - uid: 13669 + components: + - type: Transform + pos: -31.5,-60.5 + parent: 34 + - uid: 13721 + components: + - type: Transform + pos: -30.5,-60.5 + parent: 34 + - uid: 13722 + components: + - type: Transform + pos: -30.5,-61.5 + parent: 34 + - uid: 13723 + components: + - type: Transform + pos: -30.5,-62.5 + parent: 34 + - uid: 13725 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 34 + - uid: 13726 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 34 - proto: Chair entities: - uid: 923 @@ -29342,6 +29491,32 @@ entities: - type: Transform pos: 17.5,-8.5 parent: 34 + - 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: + - 686 + - 687 - uid: 3627 components: - type: Transform @@ -29362,11 +29537,63 @@ entities: - type: Transform pos: 17.5,-2.5 parent: 34 + - 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: + - 1063 + - 1298 - uid: 4805 components: - type: Transform pos: 17.5,-5.5 parent: 34 + - 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: + - 2671 + - 3209 - proto: ClothingBackpackDuffel entities: - uid: 10525 @@ -29902,6 +30129,29 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 687 + components: + - type: Transform + parent: 3585 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1298 + components: + - type: Transform + parent: 4514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 3209 + components: + - type: Transform + parent: 4805 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpsuitDetective entities: - uid: 2271 @@ -29926,6 +30176,29 @@ entities: rot: 1.5707963267948966 rad pos: -57.718834,-4.253128 parent: 34 +- proto: ClothingUniformJumpsuitPrisoner + entities: + - uid: 686 + components: + - type: Transform + parent: 3585 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1063 + components: + - type: Transform + parent: 4514 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 2671 + components: + - type: Transform + parent: 4805 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpsuitTshirtJeans entities: - uid: 10938 @@ -30448,6 +30721,51 @@ entities: - type: DeviceLinkSink links: - 1054 + - uid: 3211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-53.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 3212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-54.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 3213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-55.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 3214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-56.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 3215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-57.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 - uid: 8449 components: - type: Transform @@ -30457,6 +30775,15 @@ entities: - type: DeviceLinkSink links: - 1054 + - uid: 10119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-46.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 - uid: 10282 components: - type: Transform @@ -30489,168 +30816,204 @@ entities: - type: DeviceLinkSink links: - 11254 - - uid: 12657 + - uid: 12085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-57.5 + rot: 3.141592653589793 rad + pos: -30.5,-44.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12658 + - 13754 + - uid: 12354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-57.5 + rot: 3.141592653589793 rad + pos: -30.5,-45.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12659 + - 13754 + - uid: 12691 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-57.5 + pos: -16.5,-42.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12661 + - 1054 + - uid: 12692 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-57.5 + pos: -15.5,-42.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12664 + - 1054 + - uid: 12693 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-57.5 + pos: -14.5,-42.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12666 + - 1054 + - uid: 12697 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,-57.5 + pos: -13.5,-42.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12672 + - 1054 + - uid: 12698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-42.5 + parent: 34 + - type: DeviceLinkSink + links: + - 1054 + - uid: 12699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-41.5 + parent: 34 + - type: DeviceLinkSink + links: + - 1054 + - uid: 13724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-47.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 13727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-48.5 + parent: 34 + - type: DeviceLinkSink + links: + - 13754 + - uid: 13737 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,-57.5 + pos: -32.5,-58.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12673 + - 13754 + - uid: 13738 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-57.5 + pos: -32.5,-59.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12677 + - 13754 + - uid: 13739 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-56.5 + pos: -32.5,-60.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12678 + - 13754 + - uid: 13740 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-55.5 + pos: -32.5,-61.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12679 + - 13754 + - uid: 13741 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-54.5 + pos: -32.5,-62.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12680 + - 13754 + - uid: 13742 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,-53.5 + pos: -32.5,-63.5 parent: 34 - type: DeviceLinkSink links: - - 12687 - - uid: 12691 + - 13754 + - uid: 13745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-42.5 + rot: 3.141592653589793 rad + pos: -31.5,-58.5 parent: 34 - type: DeviceLinkSink links: - - 1054 - - uid: 12692 + - 13754 + - uid: 13748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-42.5 + rot: 3.141592653589793 rad + pos: -30.5,-49.5 parent: 34 - type: DeviceLinkSink links: - - 1054 - - uid: 12693 + - 13754 + - uid: 13750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-42.5 + rot: 3.141592653589793 rad + pos: -30.5,-50.5 parent: 34 - type: DeviceLinkSink links: - - 1054 - - uid: 12697 + - 13754 + - uid: 13751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-42.5 + rot: 3.141592653589793 rad + pos: -30.5,-51.5 parent: 34 - type: DeviceLinkSink links: - - 1054 - - uid: 12698 + - 13754 + - uid: 13752 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-42.5 + pos: -30.5,-52.5 parent: 34 - type: DeviceLinkSink links: - - 1054 - - uid: 12699 + - 13754 + - uid: 13753 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,-41.5 + pos: -30.5,-53.5 parent: 34 - type: DeviceLinkSink links: - - 1054 + - 13754 - proto: CowToolboxFilled entities: - uid: 11086 @@ -31192,6 +31555,9 @@ entities: - type: Transform pos: 13.5,-34.5 parent: 34 + - type: SingletonDeviceNetServer + active: False + available: False - proto: Crowbar entities: - uid: 85 @@ -36499,7 +36865,7 @@ entities: pos: -36.5,-22.5 parent: 34 - type: Door - secondsUntilStateChange: -65927.375 + secondsUntilStateChange: -67176.98 state: Closing - uid: 1274 components: @@ -58796,15 +59162,10 @@ entities: - type: Transform pos: -35.5,-50.5 parent: 34 - - uid: 3212 - components: - - type: Transform - pos: -30.5,-49.5 - parent: 34 - uid: 3219 components: - type: Transform - pos: -30.5,-48.5 + pos: -31.5,-48.5 parent: 34 - uid: 3245 components: @@ -61050,6 +61411,11 @@ entities: - type: Transform pos: -56.5,-15.5 parent: 34 + - uid: 12355 + components: + - type: Transform + pos: -31.5,-47.5 + parent: 34 - uid: 12373 components: - type: Transform @@ -61075,6 +61441,11 @@ entities: - type: Transform pos: -9.5,12.5 parent: 34 + - uid: 12399 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 34 - uid: 12418 components: - type: Transform @@ -61095,6 +61466,11 @@ entities: - type: Transform pos: 40.5,-4.5 parent: 34 + - uid: 12473 + components: + - type: Transform + pos: -34.5,-64.5 + parent: 34 - uid: 12481 components: - type: Transform @@ -61110,6 +61486,16 @@ entities: - type: Transform pos: -24.5,-32.5 parent: 34 + - uid: 12561 + components: + - type: Transform + pos: -35.5,-64.5 + parent: 34 + - uid: 12567 + components: + - type: Transform + pos: -36.5,-63.5 + parent: 34 - uid: 12568 components: - type: Transform @@ -61120,6 +61506,11 @@ entities: - type: Transform pos: -55.5,-36.5 parent: 34 + - uid: 12571 + components: + - type: Transform + pos: -37.5,-62.5 + parent: 34 - uid: 12613 components: - type: Transform @@ -61155,6 +61546,16 @@ entities: - type: Transform pos: -63.5,-37.5 parent: 34 + - uid: 12657 + components: + - type: Transform + pos: -38.5,-60.5 + parent: 34 + - uid: 12658 + components: + - type: Transform + pos: -37.5,-61.5 + parent: 34 - uid: 12704 components: - type: Transform @@ -62363,8 +62764,24 @@ entities: - uid: 13500 components: - type: Transform - pos: 35.432034,-12.864113 + pos: 35.390247,-12.513891 parent: 34 + - type: HandheldLight + toggleActionEntity: 3642 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 3642 + - type: Physics + canCollide: True + - type: ActionsContainer - proto: LampInterrogator entities: - uid: 7614 @@ -63673,11 +64090,10 @@ entities: parent: 34 - proto: OreBox entities: - - uid: 11347 + - uid: 13729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-58.5 + pos: -31.5,-59.5 parent: 34 - proto: OreProcessor entities: @@ -66169,6 +66585,21 @@ entities: powerLoad: 0 - proto: PoweredLightPostSmall entities: + - uid: 12470 + components: + - type: Transform + pos: -33.5,-64.5 + parent: 34 + - uid: 12557 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 34 + - uid: 12558 + components: + - type: Transform + pos: -31.5,-70.5 + parent: 34 - uid: 12784 components: - type: Transform @@ -66824,11 +67255,6 @@ entities: - type: Transform pos: 37.5,-34.5 parent: 34 - - uid: 3764 - components: - - type: Transform - pos: -31.5,-50.5 - parent: 34 - uid: 3815 components: - type: Transform @@ -69072,16 +69498,6 @@ entities: - type: Transform pos: 46.5,-13.5 parent: 34 - - uid: 3209 - components: - - type: Transform - pos: -30.5,-49.5 - parent: 34 - - uid: 3215 - components: - - type: Transform - pos: -30.5,-48.5 - parent: 34 - uid: 3264 components: - type: Transform @@ -70307,6 +70723,21 @@ entities: - type: Transform pos: 42.5,7.5 parent: 34 + - uid: 13755 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 34 + - uid: 13756 + components: + - type: Transform + pos: -31.5,-48.5 + parent: 34 + - uid: 13757 + components: + - type: Transform + pos: -31.5,-47.5 + parent: 34 - proto: RemoteSignaller entities: - uid: 12319 @@ -70385,10 +70816,10 @@ entities: parent: 34 - proto: SalvageMagnet entities: - - uid: 1063 + - uid: 12566 components: - type: Transform - pos: -30.5,-58.5 + pos: -32.5,-70.5 parent: 34 - proto: ScalpelShiv entities: @@ -72893,18 +73324,6 @@ entities: - type: Transform pos: -7.5,3.5 parent: 34 -- proto: SpawnMobDrone - entities: - - uid: 11854 - components: - - type: Transform - pos: -34.5,-44.5 - parent: 34 - - uid: 11856 - components: - - type: Transform - pos: -34.5,-45.5 - parent: 34 - proto: SpawnMobFoxRenault entities: - uid: 11739 @@ -74187,15 +74606,15 @@ entities: - type: Transform pos: -35.5,-32.5 parent: 34 - - uid: 12354 + - uid: 11854 components: - type: Transform - pos: -31.5,-48.5 + pos: -34.5,-45.5 parent: 34 - - uid: 12355 + - uid: 11856 components: - type: Transform - pos: -31.5,-49.5 + pos: -34.5,-43.5 parent: 34 - proto: SuitStorageEVAAlternate entities: @@ -75264,17 +75683,6 @@ entities: - SurveillanceCameraSupply nameSet: True id: Loading bay - - uid: 12399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-46.5 - parent: 34 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Salvage's walkway - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 6101 @@ -77574,60 +77982,100 @@ entities: - Left: Forward - Right: Reverse - Middle: Off - - uid: 12687 + - uid: 13754 components: - type: Transform - pos: -39.5,-58.5 + pos: -30.5,-58.5 parent: 34 - type: DeviceLinkSource linkedPorts: - 12657: - - Right: Forward - - Left: Reverse + 13742: + - Left: Forward + - Right: Reverse - Middle: Off - 12658: + 13741: + - Left: Forward + - Right: Reverse - Middle: Off - - Left: Reverse - - Right: Forward - 12659: - - Left: Reverse - - Right: Forward + 13740: + - Left: Forward + - Right: Reverse + - Middle: Off + 13739: + - Left: Forward + - Right: Reverse + - Middle: Off + 13738: + - Left: Forward + - Right: Reverse - Middle: Off - 12664: - - Left: Reverse - - Right: Forward + 13737: + - Left: Forward + - Right: Reverse - Middle: Off - 12661: + 13745: + - Left: Forward + - Right: Reverse - Middle: Off - - Right: Forward - - Left: Reverse - 12666: + 3215: + - Left: Forward + - Right: Reverse - Middle: Off - - Right: Forward - - Left: Reverse - 12672: - - Left: Reverse - - Right: Forward + 3214: + - Left: Forward + - Right: Reverse - Middle: Off - 12673: - - Left: Reverse - - Right: Forward + 3213: + - Left: Forward + - Right: Reverse - Middle: Off - 12677: - - Left: Reverse - - Right: Forward + 3212: + - Left: Forward + - Right: Reverse - Middle: Off - 12678: - - Left: Reverse - - Right: Forward + 3211: + - Left: Forward + - Right: Reverse + - Middle: Off + 13753: + - Left: Forward + - Right: Reverse + - Middle: Off + 13752: + - Left: Forward + - Right: Reverse + - Middle: Off + 13751: + - Left: Forward + - Right: Reverse + - Middle: Off + 13750: + - Left: Forward + - Right: Reverse + - Middle: Off + 13748: + - Left: Forward + - Right: Reverse + - Middle: Off + 13727: + - Left: Forward + - Right: Reverse + - Middle: Off + 13724: + - Left: Forward + - Right: Reverse + - Middle: Off + 10119: + - Left: Forward + - Right: Reverse - Middle: Off - 12679: - - Left: Reverse - - Right: Forward + 12354: + - Left: Forward + - Right: Reverse - Middle: Off - 12680: - - Left: Reverse - - Right: Forward + 12085: + - Left: Forward + - Right: Reverse - Middle: Off - proto: UniformPrinter entities: @@ -78028,13 +78476,6 @@ entities: - type: Transform pos: 36.5,6.5 parent: 34 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 3278 - components: - - type: Transform - pos: -31.5,-47.5 - parent: 34 - proto: VendingMachineTankDispenserEVA entities: - uid: 1859 @@ -78057,6 +78498,11 @@ entities: - type: Transform pos: -20.5,5.5 parent: 34 + - uid: 13749 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 34 - proto: VendingMachineTheater entities: - uid: 62 @@ -78097,18 +78543,18 @@ entities: parent: 34 - proto: WallmountTelescreen entities: - - uid: 3642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-14.5 - parent: 34 - uid: 3698 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,3.5 parent: 34 + - uid: 12455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-13.5 + parent: 34 - proto: WallmountTelevision entities: - uid: 5418 @@ -79413,11 +79859,6 @@ entities: - type: Transform pos: 11.5,-35.5 parent: 34 - - uid: 1298 - components: - - type: Transform - pos: -30.5,-46.5 - parent: 34 - uid: 1312 components: - type: Transform @@ -80245,21 +80686,6 @@ entities: - type: Transform pos: -31.5,-51.5 parent: 34 - - uid: 3211 - components: - - type: Transform - pos: -30.5,-51.5 - parent: 34 - - uid: 3213 - components: - - type: Transform - pos: -30.5,-47.5 - parent: 34 - - uid: 3214 - components: - - type: Transform - pos: -30.5,-50.5 - parent: 34 - uid: 3216 components: - type: Transform @@ -80310,6 +80736,11 @@ entities: - type: Transform pos: -30.5,-41.5 parent: 34 + - uid: 3278 + components: + - type: Transform + pos: -31.5,-50.5 + parent: 34 - uid: 3280 components: - type: Transform From 01abedece30b290050325b1f233a11ccfe4cd67e Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:03:02 +0000 Subject: [PATCH 127/213] Remove whitelist from Periapsis --- Resources/Changelog/Parts/whitelistcl.yml | 4 ++++ Resources/ConfigPresets/DeltaV/periapsis.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Resources/Changelog/Parts/whitelistcl.yml diff --git a/Resources/Changelog/Parts/whitelistcl.yml b/Resources/Changelog/Parts/whitelistcl.yml new file mode 100644 index 00000000000..4540fec8388 --- /dev/null +++ b/Resources/Changelog/Parts/whitelistcl.yml @@ -0,0 +1,4 @@ +author: NullWanderer +changes: + - type: Remove + message: Periapsis whitelist has now been completely disabled \ No newline at end of file diff --git a/Resources/ConfigPresets/DeltaV/periapsis.toml b/Resources/ConfigPresets/DeltaV/periapsis.toml index d423e6f13ab..eb6b039cc41 100644 --- a/Resources/ConfigPresets/DeltaV/periapsis.toml +++ b/Resources/ConfigPresets/DeltaV/periapsis.toml @@ -11,9 +11,9 @@ preset_enabled = true map_enabled = true [whitelist] -enabled = true +enabled = false reason = "whitelist-not-whitelisted-peri" -min_players = 35 +min_players = 25 [ooc] enable_during_round = true From eab78769f4c3b1d3288f4cc9af9eb52c0cbbd0e0 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:05:11 +0000 Subject: [PATCH 128/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ Resources/Changelog/Parts/whitelistcl.yml | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 Resources/Changelog/Parts/whitelistcl.yml diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index a701b02ffb8..bf8cf60a424 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1931,3 +1931,10 @@ id: 294 time: '2024-03-25T16:21:20.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1003 +- author: NullWanderer + changes: + - message: Periapsis whitelist has now been completely disabled + type: Remove + id: 295 + time: '2024-03-27T08:05:10.761803+00:00' + url: null diff --git a/Resources/Changelog/Parts/whitelistcl.yml b/Resources/Changelog/Parts/whitelistcl.yml deleted file mode 100644 index 4540fec8388..00000000000 --- a/Resources/Changelog/Parts/whitelistcl.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: NullWanderer -changes: - - type: Remove - message: Periapsis whitelist has now been completely disabled \ No newline at end of file From 78c1e11bef8eacf8beca3fb8c18bdf5cc5465dc5 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:05:32 +0000 Subject: [PATCH 129/213] Add CLRF workflow --- .github/workflows/check-crlf.yml | 15 +++++++++++++ Tools/check_crlf.py | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/workflows/check-crlf.yml create mode 100755 Tools/check_crlf.py diff --git a/.github/workflows/check-crlf.yml b/.github/workflows/check-crlf.yml new file mode 100644 index 00000000000..0afcab734ff --- /dev/null +++ b/.github/workflows/check-crlf.yml @@ -0,0 +1,15 @@ +name: CRLF Check + +on: + pull_request: + types: [ opened, reopened, synchronize, ready_for_review ] + +jobs: + build: + name: CRLF Check + if: github.event.pull_request.draft == false + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.6.0 + - name: Check for CRLF + run: Tools/check_crlf.py diff --git a/Tools/check_crlf.py b/Tools/check_crlf.py new file mode 100755 index 00000000000..d691e15c703 --- /dev/null +++ b/Tools/check_crlf.py @@ -0,0 +1,36 @@ +#!/usr/bin/env python3 + +import subprocess +from typing import Iterable + +def main() -> int: + any_failed = False + for file_name in get_text_files(): + if is_file_crlf(file_name): + print(f"::error file={file_name},title=File contains CRLF line endings::The file '{file_name}' was committed with CRLF new lines. Please make sure your git client is configured correctly and you are not uploading files directly to GitHub via the web interface.") + any_failed = True + + return 1 if any_failed else 0 + + +def get_text_files() -> Iterable[str]: + # https://stackoverflow.com/a/24350112/4678631 + process = subprocess.run( + ["git", "grep", "--cached", "-Il", ""], + check=True, + encoding="utf-8", + stdout=subprocess.PIPE) + + for x in process.stdout.splitlines(): + yield x.strip() + +def is_file_crlf(path: str) -> bool: + # https://stackoverflow.com/a/29697732/4678631 + with open(path, "rb") as f: + for line in f: + if line.endswith(b"\r\n"): + return True + + return False + +exit(main()) From 0cdd16bc4d953232574c1435a19c0a829b16bca3 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:05:48 +0000 Subject: [PATCH 130/213] Convert to Unix --- .../Holosign/HolosignProjectorComponent.cs | 38 +- Content.Server/Holosign/HolosignSystem.cs | 154 +- .../Audio/Items/Handcuffs/attributions.yml | 6 +- Resources/ConfigPresets/DeltaV/apoapsis.toml | 42 +- Resources/Maps/Dungeon/lava_brig.yml | 26008 ++--- Resources/Maps/Misc/terminal.yml | 12694 +-- Resources/Maps/Nonstations/nukieplanet.yml | 30548 +++--- Resources/Maps/Ruins/djstation.yml | 3942 +- Resources/Maps/Ruins/relaystation.yml | 1520 +- Resources/Maps/Salvage/asteroid-base.yml | 4718 +- Resources/Maps/Salvage/cargo-1.yml | 2186 +- Resources/Maps/Salvage/engineering-chunk.yml | 6296 +- Resources/Maps/Salvage/medium-1.yml | 2770 +- .../Maps/Salvage/medium-crashed-shuttle.yml | 2470 +- Resources/Maps/Salvage/medium-dock.yml | 1768 +- Resources/Maps/Salvage/medium-library.yml | 2692 +- .../Maps/Salvage/medium-pet-hospital.yml | 3958 +- Resources/Maps/Salvage/medium-pirate.yml | 2010 +- .../medium-ruined-emergency-shuttle.yml | 1922 +- .../Maps/Salvage/medium-silent-orchestra.yml | 2090 +- Resources/Maps/Salvage/medium-vault-1.yml | 3024 +- Resources/Maps/Salvage/ruin-cargo-salvage.yml | 6638 +- Resources/Maps/Salvage/security-chunk.yml | 3404 +- Resources/Maps/Salvage/small-1.yml | 2338 +- Resources/Maps/Salvage/small-2.yml | 1984 +- Resources/Maps/Salvage/small-3.yml | 7562 +- Resources/Maps/Salvage/small-4.yml | 988 +- Resources/Maps/Salvage/small-a-1.yml | 1302 +- .../Maps/Salvage/small-ai-survey-drone.yml | 3168 +- Resources/Maps/Salvage/small-ship-1.yml | 406 +- Resources/Maps/Salvage/stationstation.yml | 8754 +- Resources/Maps/Salvage/tick-colony.yml | 1892 +- Resources/Maps/Salvage/wh-salvage.yml | 5038 +- Resources/Maps/Shuttles/arrivals.yml | 3942 +- Resources/Maps/Shuttles/cargo.yml | 2878 +- Resources/Maps/Shuttles/dart.yml | 13744 +-- Resources/Maps/Shuttles/emergency.yml | 5782 +- Resources/Maps/Shuttles/infiltrator.yml | 11356 +-- Resources/Maps/Shuttles/mining.yml | 2754 +- Resources/Maps/Shuttles/pirate.yml | 10106 +- Resources/Maps/Shuttles/striker.yml | 4778 +- Resources/Maps/Shuttles/wizard.yml | 9772 +- Resources/Maps/centcomm.yml | 84122 ++++++++-------- .../VendingMachines/Inventories/medidrobe.yml | 58 +- .../DeltaV/Entities/Clothing/Eyes/hud.yml | 116 +- .../Entities/Clothing/Neck/mantles.yml | 152 +- .../Entities/Clothing/Neck/medals.yml | 184 +- .../Clothing/OuterClothing/wintercoats.yml | 1086 +- .../Markers/Spawners/Random/grille.yml | 32 +- .../Smokeables/Cigarettes/cartons.yml | 196 +- .../Smokeables/Cigarettes/cigarette.yml | 822 +- .../Smokeables/Cigarettes/packs.yml | 566 +- .../Objects/Weapons/Melee/armblade.yml | 48 +- .../Structures/Doors/Airlocks/highsec.yml | 210 +- .../Structures/Holographic/projections.yml | 234 +- .../Structures/Wallmounts/Signs/metamap.yml | 16 +- .../Crafting/Graphs/improvised/cotton.yml | 26 +- .../Engineering/atmospheric_technician.yml | 64 +- .../Roles/Jobs/Security/detective.yml | 76 +- .../Belt/militarywebbingmed.rsi/meta.json | 50 +- .../Head/Hardsuits/cybersun.rsi/meta.json | 60 +- .../Hardsuits/lingspacehelmet.rsi/meta.json | 50 +- .../Head/Hardsuits/spatiohelm.rsi/meta.json | 126 +- .../Hardsuits/syndiecommander.rsi/meta.json | 82 +- .../Head/Hardsuits/syndieelite.rsi/meta.json | 82 +- .../Clothing/Head/Hats/fishcap.rsi/meta.json | 52 +- .../Clothing/Head/Hats/nursehat.rsi/meta.json | 58 +- .../Head/Hats/papersack.rsi/meta.json | 50 +- .../Head/Hats/papersacksmile.rsi/meta.json | 50 +- .../Helmets/atmos_firehelmet.rsi/meta.json | 82 +- .../Head/Helmets/linghelmet.rsi/meta.json | 50 +- .../Head/Helmets/paramedhelm.rsi/meta.json | 52 +- .../Mask/plaguedoctormask.rsi/meta.json | 60 +- .../Clothing/Neck/Cloaks/admin.rsi/meta.json | 52 +- .../Neck/Cloaks/capcloakformal.rsi/meta.json | 52 +- .../Clothing/Neck/Cloaks/miner.rsi/meta.json | 52 +- .../Neck/Medals/bronzeheart.rsi/meta.json | 34 +- .../Clothing/Neck/Medals/gold.rsi/meta.json | 34 +- .../Neck/Misc/lawyerbadge.rsi/meta.json | 34 +- .../Neck/mantles/capmantle.rsi/meta.json | 34 +- .../Neck/mantles/cemantle.rsi/meta.json | 34 +- .../Neck/mantles/cmomantle.rsi/meta.json | 34 +- .../Neck/mantles/hopmantle.rsi/meta.json | 34 +- .../Neck/mantles/hosmantle.rsi/meta.json | 34 +- .../Neck/mantles/rdmantle.rsi/meta.json | 34 +- .../Armor/lingarmor.rsi/meta.json | 50 +- .../Hardsuits/cybersun.rsi/meta.json | 60 +- .../Hardsuits/lingspacesuit.rsi/meta.json | 50 +- .../Hardsuits/paramed.rsi/meta.json | 60 +- .../Hardsuits/spatio.rsi/meta.json | 64 +- .../Hardsuits/syndiecommander.rsi/meta.json | 60 +- .../Hardsuits/syndieelite.rsi/meta.json | 50 +- .../OuterClothing/Misc/nunrobe.rsi/meta.json | 50 +- .../Misc/plaguedoctorsuit.rsi/meta.json | 52 +- .../Suits/atmos_firesuit.rsi/meta.json | 52 +- .../WinterCoats/coat.rsi/meta.json | 50 +- .../WinterCoats/coatatmos.rsi/meta.json | 50 +- .../WinterCoats/coatbar.rsi/meta.json | 50 +- .../WinterCoats/coatcap.rsi/meta.json | 50 +- .../WinterCoats/coatcargo.rsi/meta.json | 50 +- .../WinterCoats/coatce.rsi/meta.json | 50 +- .../WinterCoats/coatcentcom.rsi/meta.json | 50 +- .../WinterCoats/coatchem.rsi/meta.json | 50 +- .../WinterCoats/coatclown.rsi/meta.json | 50 +- .../WinterCoats/coatcmo.rsi/meta.json | 50 +- .../WinterCoats/coatengi.rsi/meta.json | 50 +- .../WinterCoats/coatgen.rsi/meta.json | 50 +- .../WinterCoats/coathop.rsi/meta.json | 50 +- .../WinterCoats/coathos.rsi/meta.json | 50 +- .../WinterCoats/coathydro.rsi/meta.json | 50 +- .../WinterCoats/coatjani.rsi/meta.json | 50 +- .../WinterCoats/coatmed.rsi/meta.json | 50 +- .../WinterCoats/coatmime.rsi/meta.json | 50 +- .../WinterCoats/coatminer.rsi/meta.json | 50 +- .../WinterCoats/coatnomi.rsi/meta.json | 50 +- .../WinterCoats/coatparamed.rsi/meta.json | 50 +- .../WinterCoats/coatqm.rsi/meta.json | 50 +- .../WinterCoats/coatrd.rsi/meta.json | 50 +- .../WinterCoats/coatrobo.rsi/meta.json | 50 +- .../WinterCoats/coatsci.rsi/meta.json | 50 +- .../WinterCoats/coatsec.rsi/meta.json | 50 +- .../WinterCoats/coatviro.rsi/meta.json | 50 +- .../WinterCoats/coatwarden.rsi/meta.json | 50 +- .../Shoes/Boots/combatboots.rsi/meta.json | 52 +- .../Shoes/Specific/bling.rsi/meta.json | 52 +- .../Uniforms/Jumpskirt/atmosf.rsi/meta.json | 58 +- .../Jumpskirt/capformaldress.rsi/meta.json | 60 +- .../centcomformaldress.rsi/meta.json | 60 +- .../Jumpskirt/hosformaldress.rsi/meta.json | 60 +- .../Jumpskirt/operative_s.rsi/meta.json | 58 +- .../Uniforms/Jumpsuit/atmos.rsi/meta.json | 58 +- .../Uniforms/Jumpsuit/capformal.rsi/meta.json | 60 +- .../Jumpsuit/centcom_officer.rsi/meta.json | 60 +- .../Jumpsuit/centcomformal.rsi/meta.json | 60 +- .../Uniforms/Jumpsuit/hosformal.rsi/meta.json | 60 +- .../Jumpsuit/journalist.rsi/meta.json | 58 +- .../Uniforms/Jumpsuit/operative.rsi/meta.json | 58 +- .../Jumpsuit/psychologist.rsi/meta.json | 58 +- .../Uniforms/Jumpsuit/reporter.rsi/meta.json | 58 +- .../Clothing/Eyes/Hud/syndmed.rsi/meta.json | 52 +- .../Textures/Mobs/Animals/fox.rsi/meta.json | 100 +- .../Textures/Mobs/Pets/bingus.rsi/meta.json | 44 +- .../Textures/Mobs/Pets/mcgriff.rsi/meta.json | 44 +- .../Mobs/Pets/paperwork.rsi/meta.json | 44 +- .../Textures/Mobs/Pets/walter.rsi/meta.json | 44 +- .../Cigarettes/Cartons/mixed.rsi/meta.json | 50 +- .../Holoprojectors/atmos.rsi/meta.json | 42 +- .../Holoprojectors/custodial.rsi/meta.json | 42 +- .../Specific/Medical/syndihypo.rsi/meta.json | 42 +- .../Battery/antiquelasergun.rsi/meta.json | 152 +- .../Weapons/Melee/armblade.rsi/meta.json | 44 +- .../Textures/Parallaxes/attributions.yml | 48 +- .../Airlocks/Glass/atmospherics.rsi/meta.json | 388 +- .../Standard/atmospherics.rsi/meta.json | 388 +- .../Airlocks/highsec/highsec.rsi/meta.json | 380 +- .../Structures/Furniture/chairs.rsi/meta.json | 198 +- .../Structures/Holo/holofan.rsi/meta.json | 58 +- .../Structures/Holo/wetfloor.rsi/meta.json | 58 +- .../Wallmounts/metamap.rsi/meta.json | 24 +- .../Structures/Walls/random.rsi/meta.json | 26 +- .../Walls/reinforced_diagonal.rsi/meta.json | 34 +- .../Windows/shuttle_window.rsi/meta.json | 90 +- 162 files changed, 157043 insertions(+), 157043 deletions(-) diff --git a/Content.Server/Holosign/HolosignProjectorComponent.cs b/Content.Server/Holosign/HolosignProjectorComponent.cs index b1d24562214..bdc826f1304 100644 --- a/Content.Server/Holosign/HolosignProjectorComponent.cs +++ b/Content.Server/Holosign/HolosignProjectorComponent.cs @@ -1,19 +1,19 @@ -using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; - -namespace Content.Server.Holosign -{ - [RegisterComponent] - public sealed partial class HolosignProjectorComponent : Component - { - [ViewVariables(VVAccess.ReadWrite)] - [DataField("signProto", customTypeSerializer:typeof(PrototypeIdSerializer))] - public string SignProto = "HolosignWetFloor"; - - /// - /// How much charge a single use expends. - /// - [ViewVariables(VVAccess.ReadWrite), DataField("chargeUse")] - public float ChargeUse = 50f; - } -} +using Robust.Shared.Prototypes; +using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; + +namespace Content.Server.Holosign +{ + [RegisterComponent] + public sealed partial class HolosignProjectorComponent : Component + { + [ViewVariables(VVAccess.ReadWrite)] + [DataField("signProto", customTypeSerializer:typeof(PrototypeIdSerializer))] + public string SignProto = "HolosignWetFloor"; + + /// + /// How much charge a single use expends. + /// + [ViewVariables(VVAccess.ReadWrite), DataField("chargeUse")] + public float ChargeUse = 50f; + } +} diff --git a/Content.Server/Holosign/HolosignSystem.cs b/Content.Server/Holosign/HolosignSystem.cs index 58a0bf0d5f9..a36603b01dd 100644 --- a/Content.Server/Holosign/HolosignSystem.cs +++ b/Content.Server/Holosign/HolosignSystem.cs @@ -1,77 +1,77 @@ -using Content.Shared.Examine; -using Content.Shared.Coordinates.Helpers; -using Content.Server.Power.Components; -using Content.Server.PowerCell; -using Content.Shared.Interaction; -using Content.Shared.Storage; - -namespace Content.Server.Holosign; - -public sealed class HolosignSystem : EntitySystem -{ - [Dependency] private readonly PowerCellSystem _powerCell = default!; - [Dependency] private readonly SharedTransformSystem _transform = default!; - - - public override void Initialize() - { - base.Initialize(); - SubscribeLocalEvent(OnBeforeInteract); - SubscribeLocalEvent(OnExamine); - } - - private void OnExamine(EntityUid uid, HolosignProjectorComponent component, ExaminedEvent args) - { - // TODO: This should probably be using an itemstatus - // TODO: I'm too lazy to do this rn but it's literally copy-paste from emag. - _powerCell.TryGetBatteryFromSlot(uid, out var battery); - var charges = UsesRemaining(component, battery); - var maxCharges = MaxUses(component, battery); - - using (args.PushGroup(nameof(HolosignProjectorComponent))) - { - args.PushMarkup(Loc.GetString("limited-charges-charges-remaining", ("charges", charges))); - - if (charges > 0 && charges == maxCharges) - { - args.PushMarkup(Loc.GetString("limited-charges-max-charges")); - } - } - } - - private void OnBeforeInteract(EntityUid uid, HolosignProjectorComponent component, BeforeRangedInteractEvent args) - { - - if (args.Handled - || !args.CanReach // prevent placing out of range - || HasComp(args.Target) // if it's a storage component like a bag, we ignore usage so it can be stored - || !_powerCell.TryUseCharge(uid, component.ChargeUse) // if no battery or no charge, doesn't work - ) - return; - - // places the holographic sign at the click location, snapped to grid. - // overlapping of the same holo on one tile remains allowed to allow holofan refreshes - var holoUid = EntityManager.SpawnEntity(component.SignProto, args.ClickLocation.SnapToGrid(EntityManager)); - var xform = Transform(holoUid); - if (!xform.Anchored) - _transform.AnchorEntity(holoUid, xform); // anchor to prevent any tempering with (don't know what could even interact with it) - - args.Handled = true; - } - - private int UsesRemaining(HolosignProjectorComponent component, BatteryComponent? battery = null) - { - if (battery == null || - component.ChargeUse == 0f) return 0; - - return (int) (battery.CurrentCharge / component.ChargeUse); - } - - private int MaxUses(HolosignProjectorComponent component, BatteryComponent? battery = null) - { - if (battery == null || - component.ChargeUse == 0f) return 0; - - return (int) (battery.MaxCharge / component.ChargeUse); - } -} +using Content.Shared.Examine; +using Content.Shared.Coordinates.Helpers; +using Content.Server.Power.Components; +using Content.Server.PowerCell; +using Content.Shared.Interaction; +using Content.Shared.Storage; + +namespace Content.Server.Holosign; + +public sealed class HolosignSystem : EntitySystem +{ + [Dependency] private readonly PowerCellSystem _powerCell = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnBeforeInteract); + SubscribeLocalEvent(OnExamine); + } + + private void OnExamine(EntityUid uid, HolosignProjectorComponent component, ExaminedEvent args) + { + // TODO: This should probably be using an itemstatus + // TODO: I'm too lazy to do this rn but it's literally copy-paste from emag. + _powerCell.TryGetBatteryFromSlot(uid, out var battery); + var charges = UsesRemaining(component, battery); + var maxCharges = MaxUses(component, battery); + + using (args.PushGroup(nameof(HolosignProjectorComponent))) + { + args.PushMarkup(Loc.GetString("limited-charges-charges-remaining", ("charges", charges))); + + if (charges > 0 && charges == maxCharges) + { + args.PushMarkup(Loc.GetString("limited-charges-max-charges")); + } + } + } + + private void OnBeforeInteract(EntityUid uid, HolosignProjectorComponent component, BeforeRangedInteractEvent args) + { + + if (args.Handled + || !args.CanReach // prevent placing out of range + || HasComp(args.Target) // if it's a storage component like a bag, we ignore usage so it can be stored + || !_powerCell.TryUseCharge(uid, component.ChargeUse) // if no battery or no charge, doesn't work + ) + return; + + // places the holographic sign at the click location, snapped to grid. + // overlapping of the same holo on one tile remains allowed to allow holofan refreshes + var holoUid = EntityManager.SpawnEntity(component.SignProto, args.ClickLocation.SnapToGrid(EntityManager)); + var xform = Transform(holoUid); + if (!xform.Anchored) + _transform.AnchorEntity(holoUid, xform); // anchor to prevent any tempering with (don't know what could even interact with it) + + args.Handled = true; + } + + private int UsesRemaining(HolosignProjectorComponent component, BatteryComponent? battery = null) + { + if (battery == null || + component.ChargeUse == 0f) return 0; + + return (int) (battery.CurrentCharge / component.ChargeUse); + } + + private int MaxUses(HolosignProjectorComponent component, BatteryComponent? battery = null) + { + if (battery == null || + component.ChargeUse == 0f) return 0; + + return (int) (battery.MaxCharge / component.ChargeUse); + } +} diff --git a/Resources/Audio/Items/Handcuffs/attributions.yml b/Resources/Audio/Items/Handcuffs/attributions.yml index 7ba93e57cd3..9c189aec2b1 100644 --- a/Resources/Audio/Items/Handcuffs/attributions.yml +++ b/Resources/Audio/Items/Handcuffs/attributions.yml @@ -1,4 +1,4 @@ -- files: ["ziptie_end.ogg"] - license: "CC-BY-3.0" - copyright: "Taken from cable tie.wav by THE_bizniss on Freesound.org" +- files: ["ziptie_end.ogg"] + license: "CC-BY-3.0" + copyright: "Taken from cable tie.wav by THE_bizniss on Freesound.org" source: "https://freesound.org/people/THE_bizniss/sounds/39318/" \ No newline at end of file diff --git a/Resources/ConfigPresets/DeltaV/apoapsis.toml b/Resources/ConfigPresets/DeltaV/apoapsis.toml index 7ba1d0f282e..687d7392b21 100644 --- a/Resources/ConfigPresets/DeltaV/apoapsis.toml +++ b/Resources/ConfigPresets/DeltaV/apoapsis.toml @@ -1,21 +1,21 @@ -[game] -hostname = "[EN][MRP] Delta-v (Ψ) | Apoapsis" -soft_max_players = 100 - -[server] -rules_file = "Rules.txt" -rules_header = "ui-rules-header" - -[whitelist] -enabled = false -reason = "whitelist-not-whitelisted" -min_players = 90 - -[shuttle] -emergency_early_launch_allowed = true - -[hub] -tags = "lang:en-US,region:am_n_e,rp:med" - -[atmos] -monstermos_rip_tiles = false +[game] +hostname = "[EN][MRP] Delta-v (Ψ) | Apoapsis" +soft_max_players = 100 + +[server] +rules_file = "Rules.txt" +rules_header = "ui-rules-header" + +[whitelist] +enabled = false +reason = "whitelist-not-whitelisted" +min_players = 90 + +[shuttle] +emergency_early_launch_allowed = true + +[hub] +tags = "lang:en-US,region:am_n_e,rp:med" + +[atmos] +monstermos_rip_tiles = false diff --git a/Resources/Maps/Dungeon/lava_brig.yml b/Resources/Maps/Dungeon/lava_brig.yml index 071083c291b..8885dce4323 100644 --- a/Resources/Maps/Dungeon/lava_brig.yml +++ b/Resources/Maps/Dungeon/lava_brig.yml @@ -1,13004 +1,13004 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 15: FloorBasalt - 29: FloorDark - 33: FloorDarkMini - 34: FloorDarkMono - 42: FloorElevatorShaft - 54: FloorGreenCircuit - 62: FloorLino - 77: FloorReinforced - 82: FloorShuttleOrange - 89: FloorSteel - 99: FloorSteelMini - 100: FloorSteelMono - 104: FloorTechMaint - 108: FloorWhite - 112: FloorWhiteMini - 118: FloorWood - 121: Plating -entities: -- proto: "" - entities: - - uid: 588 - components: - - type: MetaData - - type: Transform - - type: Map - - type: PhysicsMap - - type: Broadphase - - type: OccluderTree - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAABeQAAAAAADwAAAAAAHQAAAAABDwAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAABIgAAAAABHQAAAAABDwAAAAAAHQAAAAACIgAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAADwAAAAAAHQAAAAACDwAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAABHQAAAAABHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAABHQAAAAADHQAAAAABUgAAAAAAZAAAAAACWQAAAAAAZAAAAAACeQAAAAAAHQAAAAAAIgAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAACHQAAAAACUgAAAAAAYwAAAAACYwAAAAAAYwAAAAAAeQAAAAAAHQAAAAABIgAAAAACeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAABHQAAAAADUgAAAAAAYwAAAAACYwAAAAAAYwAAAAAAWQAAAAACHQAAAAAAIgAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAAAHQAAAAABUgAAAAAAYwAAAAADYwAAAAABYwAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAABHQAAAAABHQAAAAAAUgAAAAAAZAAAAAABWQAAAAABZAAAAAACeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADHQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAADUgAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACUgAAAAAAHQAAAAADHQAAAAACDwAAAAAADwAAAAAADwAAAAAAHQAAAAACHQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAADUgAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABUgAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: HQAAAAAAHQAAAAADeQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAABUgAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAWQAAAAABaAAAAAAAHQAAAAACeQAAAAAADwAAAAAAeQAAAAAAHQAAAAACUgAAAAAAWQAAAAADYwAAAAAAYwAAAAABYwAAAAADWQAAAAABUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAHQAAAAABDwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABYwAAAAACYwAAAAACWQAAAAADUgAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAADwAAAAAAeQAAAAAAHQAAAAAAUgAAAAAAWQAAAAABYwAAAAABYwAAAAABYwAAAAABWQAAAAADUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAABUgAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAcAAAAAACcAAAAAACcAAAAAABUgAAAAAAWQAAAAADWQAAAAADZAAAAAAAUgAAAAAAHQAAAAAADwAAAAAAHQAAAAACUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAACcAAAAAADUgAAAAAAWQAAAAAAWQAAAAABZAAAAAABUgAAAAAAHQAAAAACDwAAAAAAHQAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAAAcAAAAAAAUgAAAAAAWQAAAAABWQAAAAABWQAAAAABUgAAAAAAHQAAAAACDwAAAAAAHQAAAAABUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAADcAAAAAABUgAAAAAAZAAAAAACWQAAAAABWQAAAAACUgAAAAAAHQAAAAADHQAAAAACHQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAcAAAAAACcAAAAAACcAAAAAADUgAAAAAAZAAAAAACWQAAAAAAWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAACUgAAAAAAWQAAAAABWQAAAAACHQAAAAACHQAAAAABHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - 1,0: - ind: 1,0 - tiles: WQAAAAABUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAADWQAAAAADUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAABWQAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIgAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABaAAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAABaAAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAZAAAAAAAWQAAAAABZAAAAAAAUgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAABUgAAAAAATQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADYwAAAAADYwAAAAAAYwAAAAADUgAAAAAATQAAAAAAeQAAAAAAKgAAAAAAeQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAYwAAAAACYwAAAAABYwAAAAADUgAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAZAAAAAADWQAAAAABZAAAAAACUgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAABYwAAAAACYwAAAAACYwAAAAAAYwAAAAADYwAAAAACWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABYwAAAAADYwAAAAABYwAAAAACYwAAAAAAWQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADaAAAAAAAUgAAAAAAWQAAAAACYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAABWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAUgAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: WQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAACWQAAAAACaAAAAAAAUgAAAAAAWQAAAAADYwAAAAACYwAAAAABYwAAAAAAWQAAAAABUgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAWQAAAAADYwAAAAADWQAAAAACUgAAAAAAWQAAAAADYwAAAAADYwAAAAADYwAAAAADWQAAAAABUgAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABWQAAAAADUgAAAAAAWQAAAAAAYwAAAAAAYwAAAAACYwAAAAACWQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAADYwAAAAADWQAAAAACUgAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAACUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAACWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAADWQAAAAABWQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAABWQAAAAACZAAAAAACUgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAADZAAAAAABUgAAAAAAWQAAAAACWQAAAAAAWQAAAAACUgAAAAAAWQAAAAACWQAAAAAAWQAAAAACUgAAAAAAWQAAAAADWQAAAAAAWQAAAAADUgAAAAAAWQAAAAADWQAAAAACWQAAAAADUgAAAAAAZAAAAAADWQAAAAACZAAAAAADUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAZAAAAAAAWQAAAAADWQAAAAACUgAAAAAAZAAAAAABWQAAAAABZAAAAAABUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAZAAAAAADWQAAAAADWQAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - -1,2: - ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - -1,3: - ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,2: - ind: 0,2 - tiles: HQAAAAACHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAABUgAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAHQAAAAAATQAAAAAANgAAAAAANgAAAAAANgAAAAAATQAAAAAAHQAAAAAAUgAAAAAAHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAACUgAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAABeQAAAAAADwAAAAAADwAAAAAAUgAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAABUgAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAAUgAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAABbAAAAAADUgAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAUgAAAAAAIgAAAAABIgAAAAABIgAAAAACaAAAAAAAIgAAAAADIgAAAAACIgAAAAABUgAAAAAAIgAAAAAAHQAAAAACDwAAAAAADwAAAAAADwAAAAAAHQAAAAAAIgAAAAABUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAUgAAAAAAIgAAAAACIgAAAAAAIgAAAAABaAAAAAAAIgAAAAABIgAAAAACIgAAAAAAUgAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADDwAAAAAADwAAAAAADwAAAAAAUgAAAAAAIgAAAAAAIgAAAAAAIgAAAAACaAAAAAAAIgAAAAAAIgAAAAACIgAAAAADUgAAAAAA - version: 6 - 0,3: - ind: 0,3 - tiles: DwAAAAAADwAAAAAAeQAAAAAAIgAAAAAAeQAAAAAADwAAAAAADwAAAAAAUgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAaAAAAAAAIgAAAAABIgAAAAACIgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,2: - ind: 1,2 - tiles: aAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAYwAAAAACYwAAAAADYwAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAACHQAAAAADHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAYwAAAAACYwAAAAAAYwAAAAABWQAAAAACaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAACHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAYwAAAAADYwAAAAADYwAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAADHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAACYwAAAAABYwAAAAACYwAAAAABYwAAAAADYwAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAACYwAAAAAAYwAAAAADYwAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADYwAAAAABYwAAAAABYwAAAAACUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACYwAAAAADYwAAAAABYwAAAAACUgAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACaAAAAAAAUgAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAADUgAAAAAAaAAAAAAAWQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAaAAAAAAAUgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACIQAAAAABIQAAAAADWQAAAAACUgAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABIQAAAAAAIQAAAAABWQAAAAABUgAAAAAA - version: 6 - 1,3: - ind: 1,3 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,0: - ind: 2,0 - tiles: HQAAAAAAHQAAAAABWQAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADWQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAWQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAADeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,1: - ind: 2,1 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAAAYwAAAAABWQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAABWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABYwAAAAAAWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACHQAAAAAAIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACHQAAAAACIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABIgAAAAACIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,2: - ind: 2,2 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAHQAAAAADHQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABeQAAAAAAHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAHQAAAAAAHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,3: - ind: 2,3 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#52B4E996' - id: BotGreyscale - decals: - 680: 30,25 - 681: 30,24 - 682: 28,27 - 683: 28,27 - 684: 28,28 - 685: 28,28 - 686: 30,25 - 687: 30,24 - - node: - color: '#DE3A3A96' - id: BotGreyscale - decals: - 478: 32,25 - 479: 32,24 - 480: 34,25 - 481: 34,24 - 482: 16,28 - 483: 18,28 - 484: 18,27 - 485: 16,27 - 486: 14,25 - 487: 14,24 - 488: 12,27 - 489: 12,28 - 748: 26,7 - 749: 32,7 - 750: 29,9 - 836: 6,2 - 837: 10,2 - 940: 1,9 - 941: 1,8 - 942: 1,7 - 943: 9,9 - 944: 9,8 - 945: 9,7 - 946: 20,10 - 947: 14,10 - 948: 14,6 - 949: 20,6 - 950: 22,6 - 951: 22,10 - 952: 12,10 - 953: 12,6 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 194: 21,4 - 250: 10,44 - 525: 12,32 - 543: 4,22 - 585: 6,40 - 659: 34,36 - 675: 30,28 - 703: 6,16 - 757: 10,10 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNw - decals: - 191: 18,4 - 251: 12,44 - 519: 0,32 - 542: 0,22 - 582: 0,40 - 633: 24,36 - 702: 0,16 - 754: 0,10 - 853: 23,4 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSe - decals: - 192: 21,0 - 238: 10,46 - 272: 14,42 - 524: 12,30 - 537: 4,18 - 584: 6,38 - 658: 34,34 - 701: 6,12 - 755: 10,6 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 193: 18,0 - 241: 12,46 - 270: 8,42 - 518: 0,30 - 534: 0,18 - 583: 0,38 - 632: 24,34 - 672: 28,24 - 700: 0,12 - 756: 0,6 - 852: 23,0 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 202: 21,1 - 203: 21,2 - 204: 21,3 - 239: 10,47 - 240: 10,48 - 273: 14,43 - 501: 0,25 - 502: 0,26 - 503: 0,27 - 535: 4,19 - 536: 4,21 - 592: 14,38 - 593: 14,40 - 674: 30,27 - 706: 6,15 - 707: 6,13 - 758: 10,9 - 759: 10,7 - 926: 5,45 - 929: 33,36 - 930: 33,34 - 931: 10,31 - 935: 8,10 - 936: 8,6 - 937: 7,2 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 197: 19,4 - 198: 20,4 - 248: 8,44 - 249: 9,44 - 252: 13,44 - 253: 14,44 - 506: 0,28 - 507: 2,28 - 520: 1,32 - 523: 11,32 - 540: 1,22 - 541: 3,22 - 634: 25,36 - 635: 26,36 - 704: 1,16 - 705: 5,16 - 762: 1,10 - 765: 9,10 - 846: 24,4 - 847: 25,4 - 848: 27,4 - 849: 28,4 - 850: 29,4 - 851: 30,4 - 927: 3,47 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 195: 20,0 - 196: 19,0 - 244: 8,46 - 245: 9,46 - 246: 13,46 - 247: 14,46 - 274: 9,42 - 275: 10,42 - 276: 13,42 - 277: 12,42 - 504: 0,24 - 505: 2,24 - 521: 1,30 - 522: 11,30 - 538: 3,18 - 539: 1,18 - 636: 25,34 - 637: 26,34 - 710: 1,12 - 711: 5,12 - 763: 1,6 - 764: 9,6 - 840: 25,0 - 841: 24,0 - 842: 27,0 - 843: 28,0 - 844: 29,0 - 845: 30,0 - 928: 3,43 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 199: 18,3 - 200: 18,2 - 201: 18,1 - 242: 12,47 - 243: 12,48 - 271: 8,43 - 498: 2,27 - 499: 2,26 - 500: 2,25 - 544: 0,19 - 545: 0,21 - 590: 8,40 - 591: 8,38 - 673: 28,25 - 708: 0,13 - 709: 0,15 - 760: 0,7 - 761: 0,9 - 854: 23,3 - 855: 23,1 - 925: 1,45 - 932: 2,31 - 933: 2,10 - 934: 2,6 - 938: 9,2 - 939: 30,2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerNe - decals: - 84: 18,36 - 104: 16,25 - 336: 9,21 - 337: 10,22 - 364: 16,22 - 374: 21,15 - 375: 22,16 - 415: 21,21 - 421: 22,22 - 446: 33,21 - 447: 34,22 - 490: 12,25 - 554: 22,9 - 568: 14,9 - 610: 22,40 - 2025: 30,48 - 2039: 30,44 - 2058: 29,47 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerNw - decals: - 85: 16,36 - 103: 18,25 - 338: 7,21 - 339: 6,22 - 376: 17,15 - 377: 16,16 - 414: 19,21 - 420: 18,22 - 448: 31,21 - 449: 30,22 - 555: 20,9 - 569: 12,9 - 611: 16,40 - 2040: 28,44 - 2059: 28,47 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerSe - decals: - 83: 18,34 - 308: 26,30 - 332: 9,19 - 335: 10,18 - 372: 21,13 - 373: 22,12 - 418: 21,19 - 419: 22,18 - 452: 33,19 - 453: 34,18 - 561: 22,7 - 562: 14,7 - 609: 22,38 - 778: 16,0 - 779: 5,0 - 2038: 30,42 - 2056: 29,46 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerSw - decals: - 81: 16,34 - 82: 3,35 - 309: 14,30 - 333: 7,19 - 334: 6,18 - 370: 17,13 - 371: 16,12 - 416: 18,18 - 417: 19,19 - 450: 31,19 - 451: 30,18 - 493: 14,27 - 558: 20,7 - 567: 12,7 - 608: 16,38 - 780: 0,0 - 781: 11,0 - 2037: 28,42 - 2057: 28,46 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndE - decals: - 73: 21,39 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelEndW - decals: - 74: 17,39 - - node: - color: '#D4D4D496' - id: BrickTileSteelLineE - decals: - 1330: 32,2 - 1332: 31,2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE - decals: - 87: 18,35 - 93: 14,34 - 94: 14,35 - 95: 14,36 - 105: 16,24 - 286: 17,45 - 287: 17,46 - 288: 17,47 - 323: 27,20 - 349: 9,20 - 350: 10,21 - 351: 10,19 - 365: 16,21 - 378: 21,14 - 379: 22,13 - 380: 22,15 - 425: 21,20 - 426: 22,19 - 427: 22,21 - 454: 34,19 - 455: 34,21 - 462: 33,20 - 491: 12,24 - 559: 22,8 - 566: 14,8 - 802: 16,1 - 806: 5,1 - 872: 34,0 - 873: 34,1 - 874: 34,3 - 875: 34,4 - 1328: 33,2 - 2023: 30,46 - 2024: 30,47 - 2041: 30,43 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineN - decals: - 75: 18,39 - 76: 19,39 - 77: 20,39 - 86: 17,36 - 340: 8,21 - 341: 9,22 - 342: 7,22 - 366: 15,22 - 391: 18,15 - 392: 19,15 - 393: 20,15 - 394: 21,16 - 395: 20,16 - 396: 18,16 - 397: 17,16 - 422: 20,21 - 423: 19,22 - 424: 21,22 - 458: 31,22 - 459: 33,22 - 460: 32,21 - 556: 21,9 - 564: 13,9 - 572: 16,10 - 573: 18,10 - 612: 17,40 - 613: 18,40 - 614: 21,40 - 615: 20,40 - 2026: 29,48 - 2027: 28,48 - 2044: 29,44 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineS - decals: - 78: 18,39 - 79: 19,39 - 80: 20,39 - 89: 17,34 - 298: 15,30 - 299: 16,30 - 300: 17,30 - 301: 18,30 - 302: 19,30 - 303: 21,30 - 304: 22,30 - 305: 23,30 - 306: 24,30 - 307: 25,30 - 346: 8,19 - 347: 7,18 - 348: 9,18 - 384: 18,13 - 385: 19,13 - 386: 20,13 - 387: 20,12 - 388: 21,12 - 389: 18,12 - 390: 17,12 - 431: 20,19 - 432: 19,18 - 433: 21,18 - 463: 32,19 - 464: 31,18 - 465: 33,18 - 557: 21,7 - 563: 13,7 - 570: 16,6 - 571: 18,6 - 616: 17,38 - 617: 18,38 - 618: 21,38 - 619: 20,38 - 782: 1,0 - 783: 2,0 - 784: 3,0 - 785: 4,0 - 786: 0,3 - 787: 1,3 - 788: 2,3 - 789: 3,3 - 790: 4,3 - 791: 5,3 - 792: 12,0 - 793: 13,0 - 794: 14,0 - 795: 15,0 - 796: 11,3 - 797: 12,3 - 798: 13,3 - 799: 14,3 - 800: 15,3 - 801: 16,3 - 2043: 29,42 - - node: - color: '#D4D4D496' - id: BrickTileSteelLineW - decals: - 1329: 33,2 - 1331: 32,2 - 1333: 31,2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineW - decals: - 88: 16,35 - 90: 20,34 - 91: 20,35 - 92: 20,36 - 102: 18,24 - 289: 21,45 - 290: 21,46 - 291: 21,47 - 322: 25,20 - 326: 29,15 - 327: 29,14 - 328: 29,13 - 343: 7,20 - 344: 6,21 - 345: 6,19 - 381: 17,14 - 382: 16,15 - 383: 16,13 - 428: 19,20 - 429: 18,19 - 430: 18,21 - 456: 30,19 - 457: 30,21 - 461: 31,20 - 492: 14,28 - 560: 20,8 - 565: 12,8 - 803: 0,1 - 805: 11,1 - 2021: 24,44 - 2022: 24,46 - 2042: 28,43 - - node: - color: '#52B4E996' - id: BrickTileWhiteCornerNe - decals: - 264: 10,44 - 679: 30,28 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNe - decals: - 109: 16,25 - 362: 10,22 - 367: 16,22 - 413: 22,16 - 438: 22,22 - 475: 34,22 - 494: 12,25 - 527: 12,32 - 580: 4,22 - 587: 6,40 - 630: 22,40 - 660: 34,36 - 715: 6,16 - 777: 10,10 - 2045: 30,48 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteCornerNe - decals: - 689: 10,28 - - node: - color: '#52B4E996' - id: BrickTileWhiteCornerNw - decals: - 265: 12,44 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNw - decals: - 108: 18,25 - 363: 6,22 - 412: 16,16 - 442: 18,22 - 476: 30,22 - 532: 0,32 - 579: 0,22 - 588: 0,40 - 629: 16,40 - 639: 24,36 - 714: 0,16 - 772: 0,10 - 858: 23,4 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteCornerNw - decals: - 688: 8,28 - - node: - color: '#52B4E996' - id: BrickTileWhiteCornerSe - decals: - 263: 10,46 - 279: 14,42 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSe - decals: - 361: 10,18 - 411: 22,12 - 443: 22,18 - 477: 34,18 - 526: 12,30 - 581: 4,18 - 586: 6,38 - 628: 22,38 - 661: 34,34 - 713: 6,12 - 771: 10,6 - 809: 5,0 - 810: 16,0 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSe - decals: - 311: 26,30 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteCornerSe - decals: - 690: 10,24 - - node: - color: '#52B4E996' - id: BrickTileWhiteCornerSw - decals: - 262: 12,46 - 278: 8,42 - 676: 28,24 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSw - decals: - 360: 6,18 - 406: 16,12 - 439: 18,18 - 474: 30,18 - 496: 14,27 - 533: 0,30 - 578: 0,18 - 589: 0,38 - 631: 16,38 - 638: 24,34 - 712: 0,12 - 770: 0,6 - 807: 0,0 - 808: 11,0 - 859: 23,0 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSw - decals: - 310: 14,30 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteCornerSw - decals: - 691: 8,24 - - node: - color: '#52B4E996' - id: BrickTileWhiteLineE - decals: - 258: 10,47 - 259: 10,48 - 280: 14,43 - 678: 30,27 - - node: - color: '#D4D4D419' - id: BrickTileWhiteLineE - decals: - 895: 2,6 - 896: 2,10 - 900: 9,2 - 901: 30,2 - 906: 1,45 - 908: 2,31 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineE - decals: - 96: 14,36 - 97: 14,35 - 98: 14,34 - 106: 16,24 - 356: 10,19 - 357: 10,21 - 368: 16,21 - 409: 22,15 - 410: 22,13 - 444: 22,19 - 445: 22,21 - 470: 34,21 - 471: 34,19 - 495: 12,24 - 511: 0,25 - 512: 0,26 - 513: 0,27 - 548: 4,19 - 549: 4,21 - 596: 14,38 - 597: 14,40 - 716: 6,15 - 717: 6,13 - 768: 10,9 - 769: 10,7 - 811: 5,1 - 812: 16,1 - 876: 34,0 - 877: 34,1 - 878: 34,3 - 879: 34,4 - 2048: 30,47 - 2049: 30,46 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineE - decals: - 292: 17,45 - 293: 17,46 - 294: 17,47 - 324: 27,20 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteLineE - decals: - 693: 10,27 - 694: 10,26 - 695: 10,25 - - node: - color: '#52B4E996' - id: BrickTileWhiteLineN - decals: - 266: 9,44 - 267: 8,44 - 268: 13,44 - 269: 14,44 - - node: - color: '#D4D4D419' - id: BrickTileWhiteLineN - decals: - 907: 3,43 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineN - decals: - 358: 9,22 - 359: 7,22 - 369: 15,22 - 398: 18,16 - 399: 17,16 - 400: 21,16 - 401: 20,16 - 436: 19,22 - 437: 21,22 - 468: 31,22 - 469: 33,22 - 516: 0,28 - 517: 2,28 - 528: 11,32 - 531: 1,32 - 552: 1,22 - 553: 3,22 - 574: 16,10 - 575: 18,10 - 620: 18,40 - 621: 17,40 - 622: 20,40 - 623: 21,40 - 642: 25,36 - 643: 26,36 - 722: 1,16 - 723: 5,16 - 773: 1,10 - 774: 9,10 - 866: 24,4 - 867: 25,4 - 868: 27,4 - 869: 28,4 - 870: 30,4 - 871: 29,4 - 2046: 28,48 - 2047: 29,48 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteLineN - decals: - 692: 9,28 - - node: - color: '#52B4E996' - id: BrickTileWhiteLineS - decals: - 254: 8,46 - 255: 9,46 - 256: 13,46 - 257: 14,46 - 282: 9,42 - 283: 10,42 - 284: 12,42 - 285: 13,42 - - node: - color: '#D4D4D419' - id: BrickTileWhiteLineS - decals: - 905: 3,47 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineS - decals: - 352: 7,18 - 353: 9,18 - 402: 17,12 - 403: 18,12 - 404: 20,12 - 405: 21,12 - 434: 19,18 - 435: 21,18 - 466: 33,18 - 467: 31,18 - 514: 0,24 - 515: 2,24 - 529: 11,30 - 530: 1,30 - 550: 1,18 - 551: 3,18 - 576: 16,6 - 577: 18,6 - 624: 17,38 - 625: 18,38 - 626: 20,38 - 627: 21,38 - 640: 25,34 - 641: 26,34 - 718: 5,12 - 719: 1,12 - 775: 1,6 - 776: 9,6 - 813: 12,0 - 814: 13,0 - 815: 14,0 - 816: 15,0 - 817: 16,3 - 818: 15,3 - 819: 13,3 - 820: 14,3 - 821: 11,3 - 822: 12,3 - 823: 0,3 - 824: 1,3 - 825: 2,3 - 826: 3,3 - 827: 4,3 - 828: 5,3 - 829: 4,0 - 830: 3,0 - 831: 2,0 - 832: 1,0 - 860: 24,0 - 861: 25,0 - 862: 27,0 - 863: 28,0 - 864: 29,0 - 865: 30,0 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineS - decals: - 312: 15,30 - 313: 16,30 - 314: 17,30 - 315: 18,30 - 316: 19,30 - 317: 21,30 - 318: 22,30 - 319: 23,30 - 320: 24,30 - 321: 25,30 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteLineS - decals: - 696: 9,24 - - node: - color: '#52B4E996' - id: BrickTileWhiteLineW - decals: - 260: 12,47 - 261: 12,48 - 281: 8,43 - 677: 28,25 - - node: - color: '#D4D4D419' - id: BrickTileWhiteLineW - decals: - 897: 8,10 - 898: 8,6 - 899: 7,2 - 902: 33,36 - 903: 33,34 - 904: 5,45 - 909: 10,31 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineW - decals: - 99: 20,36 - 100: 20,35 - 101: 20,34 - 107: 18,24 - 354: 6,19 - 355: 6,21 - 407: 16,13 - 408: 16,15 - 440: 18,19 - 441: 18,21 - 472: 30,19 - 473: 30,21 - 497: 14,28 - 508: 2,25 - 509: 2,26 - 510: 2,27 - 546: 0,19 - 547: 0,21 - 594: 8,38 - 595: 8,40 - 720: 0,13 - 721: 0,15 - 766: 0,7 - 767: 0,9 - 804: 0,1 - 833: 11,1 - 856: 23,1 - 857: 23,3 - 2050: 24,44 - 2051: 24,46 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineW - decals: - 295: 21,45 - 296: 21,46 - 297: 21,47 - 325: 25,20 - 329: 29,13 - 330: 29,14 - 331: 29,15 - - node: - color: '#FFFFFFFF' - id: BrickTileWhiteLineW - decals: - 697: 8,25 - 698: 8,26 - 699: 8,27 - - node: - cleanable: True - angle: 1.5707963267948966 rad - color: '#B02E269B' - id: Clandestine - decals: - 2136: 3.132535,34.09553 - - node: - color: '#A4610696' - id: Dirt - decals: - 1334: 31,2 - 1335: 32,2 - 1336: 33,2 - 1337: 30,2 - 1338: 34,2 - 1339: 33,3 - 1340: 31,4 - 1341: 32,3 - 1342: 32,1 - 1343: 31,1 - 1344: 31,0 - 1345: 33,0 - 1346: 32,0 - 1347: 33,3 - 1348: 33,4 - 1349: 32,4 - 1350: 31,3 - 1351: 32,1 - 1352: 33,1 - - node: - cleanable: True - color: '#A4610696' - id: Dirt - decals: - 954: 0,45 - 955: 3,47 - 956: 3,48 - 957: 6,45 - 958: 3,42 - 959: 3,43 - 960: 5,45 - 961: 1,45 - 962: 13,45 - 963: 12,45 - 964: 11,47 - 965: 9,45 - 966: 8,45 - 967: 8,46 - 968: 10,47 - 969: 13,47 - 970: 14,46 - 971: 11,43 - 972: 11,42 - 973: 9,42 - 974: 10,42 - 975: 13,42 - 976: 12,42 - 977: 13,43 - 978: 9,43 - 979: 11,44 - 980: 11,45 - 981: 11,47 - 982: 9,46 - 983: 11,46 - 984: 16,45 - 985: 16,46 - 986: 16,47 - 987: 16,44 - 988: 17,45 - 989: 17,46 - 990: 21,45 - 991: 22,45 - 992: 22,44 - 993: 22,43 - 994: 22,46 - 995: 21,45 - 996: 21,46 - 997: 22,47 - 998: 24,39 - 999: 24,38 - 1000: 24,40 - 1001: 27,39 - 1002: 27,39 - 1003: 30,40 - 1004: 30,39 - 1005: 30,38 - 1006: 30,39 - 1007: 34,35 - 1008: 33,34 - 1009: 33,36 - 1010: 24,35 - 1011: 22,35 - 1012: 20,35 - 1013: 21,35 - 1014: 20,34 - 1015: 14,35 - 1016: 13,35 - 1017: 12,35 - 1018: 14,36 - 1019: 17,36 - 1020: 17,35 - 1021: 17,34 - 1022: 16,35 - 1023: 18,35 - 1024: 18,36 - 1025: 18,34 - 1026: 16,34 - 1027: 16,36 - 1028: 16,30 - 1029: 16,30 - 1030: 18,30 - 1031: 19,30 - 1032: 22,30 - 1033: 24,30 - 1034: 25,30 - 1035: 26,30 - 1036: 20,30 - 1037: 20,30 - 1038: 15,30 - 1039: 14,30 - 1040: 14,31 - 1041: 26,31 - 1042: 10,31 - 1043: 2,31 - 1044: 0,31 - 1045: 12,31 - 1046: 5,35 - 1047: 6,36 - 1048: 4,34 - 1049: 9,35 - 1050: 9,35 - 1051: 10,35 - 1052: 10,34 - 1053: 0,35 - 1054: 0,36 - 1055: 0,35 - 1056: 5,36 - 1057: 6,36 - 1058: 6,39 - 1059: 0,39 - 1060: 8,39 - 1061: 8,40 - 1062: 8,38 - 1063: 9,39 - 1064: 11,38 - 1065: 9,38 - 1066: 11,40 - 1067: 10,40 - 1068: 13,39 - 1069: 14,39 - 1070: 14,40 - 1071: 14,38 - 1072: 13,39 - 1073: 13,40 - 1074: 16,39 - 1075: 18,40 - 1076: 19,40 - 1077: 19,39 - 1078: 18,39 - 1079: 17,39 - 1080: 20,39 - 1081: 21,39 - 1082: 19,38 - 1083: 22,39 - 1084: 21,38 - 1085: 24,39 - 1086: 24,38 - 1087: 24,40 - 1088: 17,32 - 1089: 24,32 - 1090: 23,32 - 1091: 34,26 - 1092: 33,26 - 1093: 33,28 - 1094: 32,28 - 1095: 32,27 - 1096: 34,27 - 1097: 34,28 - 1098: 32,25 - 1099: 33,24 - 1100: 33,25 - 1101: 32,26 - 1102: 29,24 - 1103: 30,26 - 1104: 28,26 - 1105: 29,28 - 1106: 29,27 - 1107: 29,25 - 1108: 25,26 - 1109: 24,26 - 1110: 26,26 - 1111: 25,27 - 1112: 24,28 - 1113: 25,28 - 1114: 24,27 - 1115: 24,24 - 1116: 25,25 - 1117: 25,24 - 1118: 26,25 - 1119: 22,26 - 1120: 24,26 - 1121: 26,26 - 1122: 20,26 - 1123: 21,25 - 1124: 21,24 - 1125: 21,28 - 1126: 21,27 - 1127: 18,26 - 1128: 16,26 - 1129: 17,27 - 1130: 17,28 - 1131: 17,25 - 1132: 17,24 - 1133: 17,26 - 1134: 13,28 - 1135: 13,27 - 1136: 13,26 - 1137: 13,25 - 1138: 13,24 - 1139: 12,26 - 1140: 14,26 - 1141: 9,26 - 1142: 9,27 - 1143: 9,28 - 1144: 8,28 - 1145: 8,27 - 1146: 8,26 - 1147: 9,25 - 1148: 8,25 - 1149: 8,24 - 1150: 9,24 - 1151: 10,24 - 1152: 10,25 - 1153: 10,26 - 1154: 10,27 - 1155: 10,28 - 1156: 5,28 - 1157: 5,28 - 1158: 5,24 - 1159: 5,24 - 1160: 0,26 - 1161: 2,26 - 1162: 2,28 - 1163: 1,24 - 1164: 2,24 - 1165: 2,22 - 1166: 4,20 - 1167: 2,18 - 1168: 1,19 - 1169: 0,20 - 1170: 0,17 - 1171: 0,18 - 1172: 4,18 - 1173: 4,19 - 1174: 4,22 - 1175: 0,22 - 1176: 6,20 - 1177: 7,20 - 1178: 8,20 - 1179: 9,20 - 1180: 10,20 - 1181: 8,21 - 1182: 8,22 - 1183: 8,19 - 1184: 8,18 - 1185: 6,18 - 1186: 7,19 - 1187: 7,18 - 1188: 9,20 - 1189: 10,21 - 1190: 9,21 - 1191: 9,22 - 1192: 9,19 - 1193: 7,21 - 1194: 8,13 - 1195: 8,13 - 1196: 11,16 - 1197: 11,16 - 1198: 10,16 - 1199: 9,16 - 1200: 8,15 - 1201: 8,14 - 1202: 8,16 - 1203: 10,16 - 1204: 9,16 - 1205: 12,14 - 1206: 11,14 - 1207: 11,12 - 1208: 10,12 - 1209: 14,12 - 1210: 14,14 - 1211: 14,15 - 1212: 13,14 - 1213: 12,14 - 1214: 11,14 - 1215: 11,13 - 1216: 6,14 - 1217: 0,14 - 1218: 3,16 - 1219: 3,12 - 1220: 3,13 - 1221: 2,13 - 1222: 4,13 - 1223: 3,15 - 1224: 2,15 - 1225: 4,15 - 1226: 5,14 - 1227: 1,14 - 1228: 1,15 - 1229: 1,13 - 1230: 5,15 - 1231: 5,13 - 1232: 0,8 - 1233: 2,10 - 1234: 2,6 - 1235: 8,6 - 1236: 8,10 - 1237: 0,8 - 1238: 10,8 - 1239: 10,10 - 1240: 10,7 - 1241: 10,6 - 1242: 9,6 - 1243: 9,10 - 1244: 1,10 - 1245: 0,7 - 1246: 0,6 - 1247: 0,3 - 1248: 1,3 - 1249: 1,3 - 1250: 2,3 - 1251: 3,3 - 1252: 4,3 - 1253: 4,3 - 1254: 5,3 - 1255: 7,2 - 1256: 9,2 - 1257: 4,0 - 1258: 4,1 - 1259: 2,1 - 1260: 1,1 - 1261: 0,2 - 1262: 1,2 - 1263: 2,2 - 1264: 5,2 - 1265: 4,2 - 1266: 3,2 - 1267: 4,1 - 1268: 3,1 - 1269: 11,2 - 1270: 12,3 - 1271: 11,3 - 1272: 14,3 - 1273: 14,3 - 1274: 15,3 - 1275: 16,3 - 1276: 13,3 - 1277: 11,3 - 1278: 12,2 - 1279: 11,1 - 1280: 13,1 - 1281: 16,2 - 1282: 16,1 - 1283: 14,1 - 1284: 13,2 - 1285: 14,2 - 1286: 18,2 - 1287: 19,2 - 1288: 20,2 - 1289: 21,2 - 1290: 19,3 - 1291: 18,3 - 1292: 20,3 - 1293: 20,1 - 1294: 21,1 - 1295: 19,1 - 1296: 23,2 - 1297: 28,2 - 1298: 29,2 - 1299: 30,2 - 1300: 28,4 - 1301: 29,4 - 1302: 26,4 - 1303: 26,2 - 1304: 26,1 - 1305: 26,0 - 1306: 24,2 - 1307: 25,2 - 1308: 27,2 - 1309: 24,4 - 1310: 23,3 - 1311: 24,3 - 1312: 23,4 - 1469: 14,8 - 1470: 12,8 - 1471: 12,7 - 1472: 13,7 - 1473: 13,6 - 1474: 13,10 - 1475: 12,9 - 1476: 14,9 - 1477: 17,10 - 1478: 17,9 - 1479: 18,9 - 1480: 18,8 - 1481: 17,7 - 1482: 17,7 - 1483: 17,6 - 1484: 17,8 - 1485: 16,7 - 1486: 18,7 - 1487: 20,9 - 1488: 20,8 - 1489: 21,10 - 1490: 21,9 - 1491: 21,7 - 1492: 21,6 - 1493: 20,7 - 1494: 22,7 - 1495: 22,8 - 1534: 19,16 - 1535: 18,15 - 1536: 19,13 - 1537: 19,12 - 1538: 22,14 - 1539: 22,14 - 1540: 22,15 - 1541: 21,16 - 1542: 21,15 - 1543: 21,13 - 1544: 16,14 - 1545: 17,13 - 1546: 17,15 - 1556: 30,20 - 1557: 32,22 - 1558: 31,22 - 1559: 31,21 - 1560: 32,19 - 1561: 32,18 - 1562: 34,20 - 1563: 34,19 - 1564: 34,18 - 1565: 34,21 - 1566: 34,22 - 2060: 24,45 - 2061: 25,45 - 2062: 27,48 - 2063: 27,42 - 2064: 30,45 - 2065: 28,43 - 2066: 29,43 - 2067: 30,43 - 2068: 24,42 - 2069: 25,43 - 2070: 26,42 - 2071: 25,42 - 2072: 26,48 - 2073: 25,47 - 2074: 26,47 - 2075: 25,47 - 2076: 25,48 - 2077: 27,47 - 2078: 27,45 - 2079: 27,46 - 2080: 26,45 - 2081: 28,45 - 2082: 26,44 - 2083: 27,44 - 2084: 25,46 - 2085: 26,46 - 2086: 29,45 - - node: - color: '#A4610696' - id: DirtHeavy - decals: - 1353: 11,31 - 1354: 1,31 - 1355: 0,39 - 1356: 6,39 - 1357: 5,45 - 1358: 14,39 - 1359: 16,39 - 1360: 19,38 - - node: - cleanable: True - color: '#A4610696' - id: DirtHeavy - decals: - 1361: 22,39 - 1362: 19,40 - 1363: 30,39 - 1364: 25,35 - 1365: 24,36 - 1366: 20,30 - 1367: 14,30 - 1368: 18,30 - 1369: 22,30 - 1370: 26,31 - 1371: 22,26 - 1372: 24,26 - 1373: 26,26 - 1374: 28,26 - 1375: 29,27 - 1376: 33,25 - 1377: 33,28 - 1378: 32,28 - 1379: 14,26 - 1380: 12,26 - 1381: 9,26 - 1382: 9,28 - 1383: 8,28 - 1384: 8,24 - 1385: 10,25 - 1386: 5,24 - 1387: 5,28 - 1388: 0,26 - 1389: 0,27 - 1390: 2,24 - 1391: 2,25 - 1392: 0,35 - 1393: 0,36 - 1394: 7,36 - 1395: 5,35 - 1396: 4,34 - 1397: 10,35 - 1398: 9,35 - 1399: 8,39 - 1400: 14,39 - 1401: 14,38 - 1402: 8,45 - 1403: 11,48 - 1404: 11,44 - 1405: 14,45 - 1406: 11,42 - 1407: 9,42 - 1408: 13,43 - 1409: 3,47 - 1410: 4,20 - 1411: 3,22 - 1412: 2,18 - 1413: 0,19 - 1414: 6,20 - 1415: 8,20 - 1416: 8,18 - 1417: 10,20 - 1418: 8,22 - 1419: 14,20 - 1420: 15,21 - 1421: 16,20 - 1422: 12,20 - 1423: 12,21 - 1424: 13,22 - 1425: 13,21 - 1426: 13,19 - 1427: 16,19 - 1428: 16,19 - 1429: 15,20 - 1430: 14,18 - 1431: 12,20 - 1432: 14,22 - 1433: 20,20 - 1434: 20,22 - 1435: 18,20 - 1436: 22,21 - 1437: 19,21 - 1438: 20,18 - 1439: 22,20 - 1440: 27,22 - 1441: 25,22 - 1442: 26,18 - 1443: 27,18 - 1444: 31,18 - 1445: 32,18 - 1446: 31,20 - 1447: 32,21 - 1448: 34,22 - 1449: 34,20 - 1450: 32,19 - 1451: 29,14 - 1452: 24,14 - 1453: 24,13 - 1454: 30,14 - 1455: 29,13 - 1456: 34,2 - 1457: 32,3 - 1458: 30,1 - 1459: 26,1 - 1460: 23,3 - 1461: 24,4 - 1462: 29,4 - 1463: 26,0 - 1464: 26,1 - 1465: 18,2 - 1466: 22,8 - 1467: 20,8 - 1468: 16,8 - 1496: 17,6 - 1497: 16,8 - 1498: 18,8 - 1499: 17,10 - 1500: 14,8 - 1501: 12,8 - 1502: 13,6 - 1503: 13,10 - 1504: 21,10 - 1505: 21,9 - 1506: 21,8 - 1507: 21,7 - 1508: 21,6 - 1509: 10,8 - 1510: 9,10 - 1511: 9,6 - 1512: 2,6 - 1513: 0,7 - 1514: 0,9 - 1515: 1,10 - 1516: 8,10 - 1517: 0,14 - 1518: 5,14 - 1519: 4,15 - 1520: 3,16 - 1521: 1,18 - 1522: 5,15 - 1523: 6,14 - 1524: 11,16 - 1525: 8,13 - 1526: 11,12 - 1527: 10,13 - 1528: 16,14 - 1529: 19,16 - 1530: 19,13 - 1531: 18,13 - 1532: 18,15 - 1533: 16,15 - 1547: 19,16 - 1548: 16,14 - 1549: 17,15 - 1550: 18,14 - 1551: 19,13 - 1552: 21,13 - 1553: 22,14 - 1554: 29,15 - 1555: 29,13 - 2095: 24,45 - 2096: 27,48 - 2097: 27,42 - 2098: 25,44 - 2099: 29,45 - 2100: 29,46 - 2101: 29,47 - 2102: 25,45 - - node: - cleanable: True - color: '#A4610696' - id: DirtLight - decals: - 1567: 0,2 - 1568: 5,2 - 1569: 4,1 - 1570: 5,2 - 1571: 2,1 - 1572: 7,2 - 1573: 9,2 - 1574: 11,2 - 1575: 14,2 - 1576: 13,3 - 1577: 10,3 - 1578: 11,3 - 1579: 12,3 - 1580: 16,3 - 1581: 15,3 - 1582: 16,2 - 1583: 16,1 - 1584: 14,1 - 1585: 15,1 - 1586: 1,3 - 1587: 3,3 - 1588: 5,3 - 1589: 5,3 - 1590: 1,1 - 1591: 23,2 - 1592: 26,2 - 1593: 28,2 - 1594: 28,4 - 1595: 30,2 - 1596: 31,1 - 1597: 34,1 - 1598: 33,0 - 1599: 34,3 - 1600: 21,9 - 1601: 20,8 - 1602: 22,8 - 1603: 16,8 - 1604: 17,9 - 1605: 17,10 - 1606: 17,6 - 1607: 12,8 - 1608: 14,9 - 1609: 14,8 - 1610: 13,6 - 1611: 10,8 - 1612: 8,10 - 1613: 2,10 - 1614: 0,8 - 1615: 0,9 - 1616: 2,6 - 1617: 0,14 - 1618: 3,12 - 1619: 1,14 - 1620: 3,15 - 1621: 5,14 - 1622: 5,15 - 1623: 6,14 - 1624: 3,13 - 1625: 3,12 - 1626: 8,13 - 1627: 10,16 - 1628: 11,16 - 1629: 17,14 - 1630: 17,13 - 1631: 16,15 - 1632: 19,16 - 1633: 22,14 - 1634: 21,14 - 1635: 21,13 - 1636: 19,13 - 1637: 20,12 - 1638: 20,13 - 1639: 21,15 - 1640: 29,14 - 1641: 29,15 - 1642: 34,20 - 1643: 32,18 - 1644: 34,18 - 1645: 34,21 - 1646: 32,22 - 1647: 30,20 - 1648: 30,21 - 1649: 32,19 - 1650: 32,21 - 1651: 32,20 - 1652: 30,18 - 1653: 26,22 - 1654: 25,22 - 1655: 25,20 - 1656: 27,20 - 1657: 27,22 - 1658: 25,20 - 1659: 27,20 - 1660: 26,18 - 1661: 27,18 - 1662: 25,18 - 1663: 22,20 - 1664: 18,20 - 1665: 20,22 - 1666: 20,20 - 1667: 19,19 - 1668: 20,19 - 1669: 20,21 - 1670: 21,20 - 1671: 16,20 - 1672: 16,21 - 1673: 12,20 - 1674: 13,21 - 1675: 13,22 - 1676: 13,19 - 1677: 13,19 - 1678: 14,20 - 1679: 14,18 - 1680: 10,20 - 1681: 10,21 - 1682: 8,22 - 1683: 6,21 - 1684: 6,20 - 1685: 7,20 - 1686: 7,19 - 1687: 8,20 - 1688: 9,20 - 1689: 4,20 - 1690: 3,18 - 1691: 2,18 - 1692: 1,18 - 1693: 0,21 - 1694: 1,22 - 1695: 0,20 - 1696: 2,22 - 1697: 1,24 - 1698: 0,26 - 1699: 0,25 - 1700: 2,25 - 1701: 2,27 - 1702: 5,28 - 1703: 5,24 - 1704: 9,26 - 1705: 9,27 - 1706: 9,24 - 1707: 8,24 - 1708: 10,24 - 1709: 10,26 - 1710: 13,26 - 1711: 12,26 - 1712: 13,28 - 1713: 12,28 - 1714: 13,24 - 1715: 14,26 - 1716: 13,25 - 1717: 18,26 - 1718: 16,26 - 1719: 17,28 - 1720: 17,25 - 1721: 17,24 - 1722: 20,26 - 1723: 22,26 - 1724: 21,26 - 1725: 21,27 - 1726: 21,24 - 1727: 21,25 - 1728: 25,26 - 1729: 26,26 - 1730: 25,26 - 1731: 25,26 - 1732: 25,24 - 1733: 25,24 - 1734: 26,25 - 1735: 24,27 - 1736: 29,26 - 1737: 29,27 - 1738: 30,26 - 1739: 29,24 - 1740: 33,26 - 1741: 33,24 - 1742: 34,26 - 1743: 32,26 - 1744: 34,28 - 1745: 34,28 - 1746: 33,28 - 1747: 32,28 - 1748: 26,31 - 1749: 21,30 - 1750: 20,30 - 1751: 17,30 - 1752: 15,30 - 1753: 14,31 - 1754: 10,31 - 1755: 2,31 - 1756: 11,30 - 1757: 12,31 - 1758: 0,32 - 1759: 1,32 - 1760: 0,31 - 1761: -1,35 - 1762: 0,36 - 1763: 0,35 - 1764: 4,34 - 1765: 5,35 - 1766: 3,34 - 1767: 10,34 - 1768: 10,35 - 1769: 6,39 - 1770: 0,39 - 1771: 0,45 - 1772: 3,43 - 1773: 3,47 - 1774: 4,45 - 1775: 5,45 - 1776: 8,45 - 1777: 11,46 - 1778: 11,45 - 1779: 11,42 - 1780: 13,42 - 1781: 9,42 - 1782: 14,45 - 1783: 10,44 - 1784: 11,44 - 1785: 11,45 - 1786: 16,47 - 1787: 16,45 - 1788: 17,45 - 1789: 21,45 - 1790: 16,48 - 1791: 16,43 - 1792: 23,43 - 1793: 22,42 - 1794: 30,38 - 1795: 30,40 - 1796: 24,38 - 1797: 22,39 - 1798: 19,38 - 1799: 19,39 - 1800: 18,39 - 1801: 16,39 - 1802: 18,38 - 1803: 17,38 - 1804: 14,38 - 1805: 14,40 - 1806: 9,39 - 1807: 10,40 - 1808: 12,38 - 1809: 10,38 - 1810: 10,38 - 1811: 6,39 - 1812: 0,39 - 2103: 24,45 - 2104: 30,45 - 2105: 26,44 - 2106: 27,43 - 2107: 30,43 - 2108: 29,42 - 2109: 28,47 - - node: - cleanable: True - color: '#A4610696' - id: DirtMedium - decals: - 1813: 0,35 - 1814: 0,39 - 1815: 6,39 - 1816: 3,43 - 1817: 1,45 - 1818: 11,45 - 1819: 11,42 - 1820: 14,45 - 1821: 16,45 - 1822: 21,45 - 1823: 22,45 - 1824: 21,38 - 1825: 20,38 - 1826: 20,38 - 1827: 24,38 - 1828: 30,39 - 1829: 34,35 - 1830: 33,36 - 1831: 33,34 - 1832: 24,34 - 1833: 20,34 - 1834: 22,35 - 1835: 17,35 - 1836: 16,34 - 1837: 17,36 - 1838: 12,35 - 1839: 10,35 - 1840: 5,35 - 1841: 0,35 - 1842: 1,31 - 1843: 2,31 - 1844: 11,31 - 1845: 9,26 - 1846: 8,26 - 1847: 9,27 - 1848: 9,28 - 1849: 10,26 - 1850: 10,25 - 1851: 9,25 - 1852: 13,26 - 1853: 12,26 - 1854: 13,28 - 1855: 14,26 - 1856: 17,24 - 1857: 18,26 - 1858: 17,28 - 1859: 16,26 - 1860: 22,26 - 1861: 20,26 - 1862: 25,27 - 1863: 24,27 - 1864: 24,28 - 1865: 24,25 - 1866: 25,25 - 1867: 25,24 - 1868: 24,24 - 1869: 26,25 - 1870: 26,26 - 1871: 25,26 - 1872: 24,26 - 1873: 24,26 - 1874: 25,26 - 1875: 25,26 - 1876: 28,26 - 1877: 30,26 - 1878: 29,27 - 1879: 29,25 - 1880: 33,26 - 1881: 34,26 - 1882: 34,28 - 1883: 32,28 - 1884: 34,28 - 1885: 32,20 - 1886: 31,20 - 1887: 30,20 - 1888: 30,18 - 1889: 34,18 - 1890: 34,21 - 1891: 25,18 - 1892: 26,18 - 1893: 25,18 - 1894: 27,20 - 1895: 27,22 - 1896: 29,15 - 1897: 30,14 - 1898: 29,12 - 1899: 24,14 - 1900: 24,15 - 1901: 24,16 - 1902: 20,20 - 1903: 17,20 - 1904: 19,21 - 1905: 18,20 - 1906: 21,22 - 1907: 22,20 - 1908: 22,21 - 1909: 20,19 - 1910: 15,20 - 1911: 14,21 - 1912: 15,21 - 1913: 16,21 - 1914: 14,22 - 1915: 12,20 - 1916: 14,18 - 1917: 15,18 - 1918: 16,19 - 1919: 16,19 - 1920: 13,19 - 1921: 12,19 - 1922: 12,19 - 1923: 12,18 - 1924: 14,18 - 1925: 15,18 - 1926: 15,18 - 1927: 10,20 - 1928: 8,22 - 1929: 7,20 - 1930: 9,21 - 1931: 7,19 - 1932: 10,19 - 1933: 10,21 - 1934: 7,18 - 1935: 4,20 - 1936: 4,21 - 1937: 2,22 - 1938: 1,22 - 1939: 0,19 - 1940: 1,18 - 1941: 1,18 - 1942: 3,18 - 1943: 0,14 - 1944: 2,13 - 1945: 3,13 - 1946: 5,13 - 1947: 3,12 - 1948: 8,15 - 1949: 8,16 - 1950: 9,16 - 1951: 9,16 - 1952: 18,14 - 1953: 19,16 - 1954: 19,14 - 1955: 20,13 - 1956: 18,16 - 1957: 17,13 - 1958: 20,12 - 1959: 22,13 - 1960: 24,13 - 1961: 30,12 - 1962: 30,14 - 1963: 29,16 - 1964: 24,16 - 1965: 24,16 - 1966: 25,6 - 1967: 24,7 - 1968: 26,9 - 1969: 27,10 - 1970: 28,10 - 1971: 34,10 - 1972: 34,8 - 1973: 34,7 - 1974: 33,6 - 1975: 30,6 - 1976: 27,6 - 1977: 21,8 - 1978: 16,8 - 1979: 17,10 - 1980: 18,8 - 1981: 17,6 - 1982: 13,7 - 1983: 13,9 - 1984: 13,8 - 1985: 14,7 - 1986: 10,6 - 1987: 8,10 - 1988: 2,6 - 1989: 0,7 - 1990: 1,1 - 1991: 0,1 - 1992: 4,1 - 1993: 5,2 - 1994: 3,1 - 1995: 3,0 - 1996: 7,2 - 1997: 9,2 - 1998: 11,2 - 1999: 13,1 - 2000: 15,1 - 2001: 16,2 - 2002: 16,1 - 2003: 23,2 - 2004: 26,2 - 2005: 29,3 - 2006: 30,2 - 2007: 33,2 - 2008: 33,3 - 2009: 34,2 - 2010: 34,0 - 2011: 34,1 - 2012: 31,1 - 2013: 29,0 - 2014: 26,0 - 2015: 23,3 - 2016: 28,4 - 2087: 27,42 - 2088: 27,48 - 2089: 24,45 - 2090: 30,45 - 2091: 28,45 - 2092: 26,45 - 2093: 28,47 - 2094: 27,44 - 2110: 24,45 - 2111: 27,48 - 2112: 27,45 - 2113: 26,46 - 2114: 26,42 - 2115: 25,42 - 2116: 25,47 - 2117: 25,47 - 2118: 26,48 - 2119: 26,47 - 2120: 26,47 - 2121: 26,43 - 2122: 26,43 - 2123: 27,43 - 2124: 6,1 - 2125: 10,3 - - node: - color: '#D4D4D41B' - id: FullTileOverlayGreyscale - decals: - 1313: 31,4 - 1314: 31,3 - 1315: 31,2 - 1316: 31,1 - 1317: 31,0 - - node: - color: '#D4D4D433' - id: FullTileOverlayGreyscale - decals: - 1318: 32,0 - 1319: 32,1 - 1320: 32,2 - 1321: 32,3 - 1322: 32,4 - - node: - color: '#D4D4D44C' - id: FullTileOverlayGreyscale - decals: - 1323: 33,0 - 1324: 33,1 - 1325: 33,2 - 1326: 33,3 - 1327: 33,4 - - node: - color: '#D4D4D40C' - id: HalfTileOverlayGreyscale - decals: - 923: 3,47 - - node: - color: '#D4D4D419' - id: HalfTileOverlayGreyscale - decals: - 893: 3,43 - - node: - color: '#D4D4D40C' - id: HalfTileOverlayGreyscale180 - decals: - 924: 3,43 - - node: - color: '#D4D4D419' - id: HalfTileOverlayGreyscale180 - decals: - 894: 3,47 - - node: - color: '#D4D4D40C' - id: HalfTileOverlayGreyscale270 - decals: - 910: 30,2 - 911: 9,2 - 914: 2,6 - 915: 2,10 - 918: 2,31 - 922: 1,45 - - node: - color: '#D4D4D419' - id: HalfTileOverlayGreyscale270 - decals: - 882: 7,2 - 883: 8,6 - 884: 8,10 - 888: 10,31 - 889: 33,34 - 890: 33,36 - 891: 5,45 - - node: - color: '#D4D4D40C' - id: HalfTileOverlayGreyscale90 - decals: - 912: 7,2 - 913: 8,6 - 916: 8,10 - 917: 10,31 - 919: 33,34 - 920: 33,36 - 921: 5,45 - - node: - color: '#D4D4D419' - id: HalfTileOverlayGreyscale90 - decals: - 880: 30,2 - 881: 9,2 - 885: 2,6 - 886: 2,10 - 887: 2,31 - 892: 1,45 - - node: - color: '#9FED5896' - id: MiniTileCheckerAOverlay - decals: - 2028: 28,42 - 2029: 29,42 - 2030: 30,42 - 2031: 28,43 - 2032: 29,43 - 2033: 30,43 - 2034: 28,44 - 2035: 29,44 - 2036: 30,44 - - node: - color: '#DE3A3A96' - id: MiniTileCheckerAOverlay - decals: - 0: 7,19 - 1: 8,19 - 2: 9,19 - 3: 9,20 - 4: 8,20 - 5: 7,20 - 6: 7,21 - 7: 8,21 - 8: 9,21 - 9: 19,19 - 10: 20,19 - 11: 21,19 - 12: 21,20 - 13: 20,20 - 14: 19,20 - 15: 19,21 - 16: 20,21 - 17: 21,21 - 18: 17,15 - 19: 17,14 - 20: 17,13 - 21: 18,13 - 22: 19,13 - 23: 20,13 - 24: 21,13 - 25: 21,14 - 26: 21,15 - 27: 20,15 - 28: 19,15 - 29: 18,15 - 30: 18,14 - 31: 19,14 - 32: 20,9 - 33: 21,9 - 34: 22,9 - 35: 22,8 - 36: 22,7 - 37: 21,7 - 38: 21,8 - 39: 20,8 - 40: 20,7 - 41: 12,7 - 42: 13,7 - 43: 14,7 - 44: 14,8 - 45: 13,8 - 46: 12,8 - 47: 12,9 - 48: 13,9 - 49: 14,9 - 59: 17,39 - 60: 18,39 - 61: 19,39 - 62: 20,39 - 63: 21,39 - 64: 16,36 - 65: 16,35 - 66: 16,34 - 67: 17,34 - 68: 18,34 - 69: 18,35 - 70: 17,35 - 71: 17,36 - 72: 18,36 - - node: - color: '#FFFFFFFF' - id: MiniTileCheckerAOverlay - decals: - 2052: 28,46 - 2053: 28,47 - 2054: 29,47 - 2055: 29,46 - - node: - color: '#9FED5896' - id: MiniTileCheckerBOverlay - decals: - 50: 31,21 - 51: 31,20 - 52: 31,19 - 53: 33,21 - 54: 33,20 - 55: 33,19 - - node: - color: '#DE3A3A96' - id: MiniTileCheckerBOverlay - decals: - 56: 32,21 - 57: 32,20 - 58: 32,19 - - node: - color: '#DE3A3A96' - id: StandClearGreyscale - decals: - 751: 26,7 - 752: 32,7 - 753: 29,9 - 838: 6,2 - 839: 10,2 - - node: - color: '#FFFFFFFF' - id: WarnCornerNE - decals: - 605: 13,40 - 747: 34,10 - - node: - color: '#FFFFFFFF' - id: WarnCornerNW - decals: - 606: 9,40 - 741: 24,10 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 604: 13,38 - 746: 34,6 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 598: 9,38 - 740: 24,6 - - node: - color: '#FFFFFFFF' - id: WarnFull - decals: - 657: 32,35 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 607: 13,39 - 644: 26,34 - 645: 26,35 - 646: 26,36 - 744: 34,7 - 745: 34,9 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleE - decals: - 112: 18,26 - 117: 14,26 - 118: 22,26 - 121: 22,35 - 122: 22,39 - 128: 14,39 - 131: 6,39 - 132: 12,31 - 135: 26,31 - 140: 26,26 - 145: 30,26 - 146: 34,26 - 153: 2,26 - 159: 4,20 - 160: 10,20 - 166: 16,20 - 170: 22,20 - 175: 34,20 - 176: 22,14 - 183: 6,14 - 184: 10,8 - 188: 16,2 - 190: 34,2 - 205: 21,2 - 213: 34,8 - 214: 30,14 - 219: 34,35 - 223: 30,39 - 224: 22,45 - 227: 14,45 - 230: 6,45 - 235: 10,35 - 834: 5,2 - 2018: 30,45 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 111: 17,28 - 116: 13,28 - 125: 19,40 - 126: 11,40 - 138: 21,28 - 144: 29,28 - 154: 1,28 - 158: 2,22 - 161: 8,22 - 165: 14,22 - 171: 20,22 - 173: 32,22 - 179: 19,16 - 180: 3,16 - 186: 17,10 - 209: 26,4 - 210: 29,10 - 217: 26,22 - 220: 29,36 - 228: 11,48 - 233: 3,48 - 237: 5,28 - 2020: 27,48 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleN - decals: - 667: 27,35 - 668: 28,35 - 669: 29,35 - 670: 30,35 - 671: 31,35 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 110: 17,24 - 115: 13,24 - 124: 19,38 - 127: 11,38 - 136: 20,30 - 137: 21,24 - 139: 25,24 - 143: 29,24 - 148: 33,24 - 149: 32,28 - 150: 33,28 - 151: 34,28 - 152: 1,24 - 157: 2,18 - 163: 8,18 - 164: 14,18 - 169: 20,18 - 172: 32,18 - 177: 19,12 - 181: 3,12 - 187: 17,6 - 208: 26,0 - 211: 29,6 - 216: 26,18 - 221: 29,34 - 229: 11,42 - 231: 3,42 - 236: 5,24 - 2019: 27,42 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 662: 27,35 - 663: 28,35 - 664: 29,35 - 665: 30,35 - 666: 31,35 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleW - decals: - 113: 16,26 - 114: 12,26 - 119: 20,26 - 120: 12,35 - 123: 16,39 - 129: 8,39 - 130: 0,39 - 133: 0,31 - 134: 14,31 - 141: 24,26 - 142: 28,26 - 147: 32,26 - 155: 0,26 - 156: 0,20 - 162: 6,20 - 167: 12,20 - 168: 18,20 - 174: 30,20 - 178: 16,14 - 182: 0,14 - 185: 0,8 - 189: 0,2 - 206: 18,2 - 207: 23,2 - 212: 24,8 - 215: 24,14 - 218: 24,35 - 222: 24,39 - 225: 16,45 - 226: 8,45 - 232: 0,45 - 234: 0,35 - 835: 11,2 - 2017: 24,45 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 601: 10,38 - 602: 12,38 - 647: 27,34 - 648: 28,34 - 649: 30,34 - 650: 31,34 - 651: 32,34 - 732: 28,6 - 733: 27,6 - 734: 26,6 - 735: 25,6 - 736: 30,6 - 737: 31,6 - 738: 32,6 - 739: 33,6 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 603: 9,39 - 742: 24,7 - 743: 24,9 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 599: 10,40 - 600: 12,40 - 652: 27,36 - 653: 28,36 - 654: 30,36 - 655: 31,36 - 656: 32,36 - 724: 25,10 - 725: 26,10 - 726: 28,10 - 727: 27,10 - 728: 30,10 - 729: 31,10 - 730: 32,10 - 731: 33,10 - - node: - cleanable: True - color: '#80C71F7F' - id: revolution - decals: - 2138: 14.060958,20.754644 - 2139: 13.607299,19.803425 - - node: - cleanable: True - color: '#B02E60A3' - id: revolution - decals: - 2137: 25.02975,25.438416 - - node: - cleanable: True - angle: -1.5707963267948966 rad - color: '#B02E2644' - id: splatter - decals: - 2131: 27.967218,24.104916 - - node: - cleanable: True - color: '#B02E2666' - id: splatter - decals: - 2126: 8.891183,43.065514 - - node: - cleanable: True - angle: -1.5707963267948966 rad - color: '#B02E266F' - id: splatter - decals: - 2132: 28.36234,24.163452 - 2133: 32.200607,35.087025 - 2134: 13.24002,46.473877 - 2135: 24.497486,47.84553 - - node: - cleanable: True - angle: -4.71238898038469 rad - color: '#B02E26B4' - id: splatter - decals: - 2128: 8.788744,42.524048 - 2129: 15.538555,20.953827 - 2130: 24.864944,27.488853 - - node: - cleanable: True - angle: -3.141592653589793 rad - color: '#B02E26B4' - id: splatter - decals: - 2127: 9.110695,42.81673 - - type: RadiationGridResistance - - type: LoadedMap - - type: SpreaderGrid - - type: GridTree - - type: MovedGrids - - type: GridPathfinding -- proto: AirlockBrigGlassLocked - entities: - - uid: 1245 - components: - - type: Transform - pos: 15.5,35.5 - parent: 588 - - uid: 1246 - components: - - type: Transform - pos: 19.5,35.5 - parent: 588 - - uid: 1625 - components: - - type: Transform - pos: 22.5,2.5 - parent: 588 -- proto: AirlockEngineering - entities: - - uid: 1515 - components: - - type: Transform - pos: 19.5,43.5 - parent: 588 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 1579 - components: - - type: Transform - pos: 11.5,15.5 - parent: 588 - - uid: 1609 - components: - - type: Transform - pos: 15.5,8.5 - parent: 588 - - uid: 1610 - components: - - type: Transform - pos: 19.5,8.5 - parent: 588 - - uid: 1623 - components: - - type: Transform - pos: 6.5,2.5 - parent: 588 - - uid: 1624 - components: - - type: Transform - pos: 10.5,2.5 - parent: 588 -- proto: APCBasic - entities: - - uid: 484 - components: - - type: Transform - pos: 25.5,13.5 - parent: 588 - - uid: 773 - components: - - type: Transform - pos: 25.5,19.5 - parent: 588 - - uid: 973 - components: - - type: Transform - pos: 21.5,32.5 - parent: 588 - - uid: 1509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,47.5 - parent: 588 -- proto: BannerSecurity - entities: - - uid: 553 - components: - - type: Transform - pos: 30.5,8.5 - parent: 588 - - uid: 1619 - components: - - type: Transform - pos: 18.5,10.5 - parent: 588 - - uid: 1620 - components: - - type: Transform - pos: 16.5,6.5 - parent: 588 -- proto: BasaltFive - entities: - - uid: 608 - components: - - type: Transform - pos: 2.5,14.5 - parent: 588 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,21.5 - parent: 588 - - uid: 899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,30.5 - parent: 588 - - uid: 1264 - components: - - type: Transform - pos: 9.5,0.5 - parent: 588 - - uid: 1384 - components: - - type: Transform - pos: 5.5,48.5 - parent: 588 - - uid: 1386 - components: - - type: Transform - pos: 0.5,47.5 - parent: 588 - - uid: 1387 - components: - - type: Transform - pos: 0.5,42.5 - parent: 588 - - uid: 1388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,42.5 - parent: 588 -- proto: BasaltFour - entities: - - uid: 900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,32.5 - parent: 588 - - uid: 904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,40.5 - parent: 588 - - uid: 1381 - components: - - type: Transform - pos: 1.5,44.5 - parent: 588 - - uid: 1385 - components: - - type: Transform - pos: 6.5,48.5 - parent: 588 -- proto: BasaltOne - entities: - - uid: 813 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,27.5 - parent: 588 - - uid: 897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 - parent: 588 - - uid: 901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,32.5 - parent: 588 - - uid: 903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,38.5 - parent: 588 - - uid: 1382 - components: - - type: Transform - pos: 1.5,48.5 - parent: 588 -- proto: BasaltRandom - entities: - - uid: 613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,14.5 - parent: 588 - - uid: 615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,7.5 - parent: 588 -- proto: BasaltThree - entities: - - uid: 616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,7.5 - parent: 588 - - uid: 644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,20.5 - parent: 588 - - uid: 898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 - parent: 588 - - uid: 905 - components: - - type: Transform - pos: 4.5,38.5 - parent: 588 - - uid: 1265 - components: - - type: Transform - pos: 7.5,1.5 - parent: 588 - - uid: 1266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,3.5 - parent: 588 - - uid: 1383 - components: - - type: Transform - pos: 6.5,47.5 - parent: 588 -- proto: BasaltTwo - entities: - - uid: 610 - components: - - type: Transform - pos: 3.5,14.5 - parent: 588 - - uid: 617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,9.5 - parent: 588 - - uid: 618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,8.5 - parent: 588 - - uid: 646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,19.5 - parent: 588 - - uid: 814 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,26.5 - parent: 588 - - uid: 896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,32.5 - parent: 588 - - uid: 902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 - parent: 588 - - uid: 1263 - components: - - type: Transform - pos: 7.5,4.5 - parent: 588 - - uid: 1380 - components: - - type: Transform - pos: 1.5,43.5 - parent: 588 -- proto: Bed - entities: - - uid: 257 - components: - - type: Transform - pos: 15.5,4.5 - parent: 588 - - uid: 282 - components: - - type: Transform - pos: 1.5,4.5 - parent: 588 - - uid: 293 - components: - - type: Transform - pos: 3.5,4.5 - parent: 588 - - uid: 294 - components: - - type: Transform - pos: 5.5,4.5 - parent: 588 - - uid: 295 - components: - - type: Transform - pos: 11.5,4.5 - parent: 588 - - uid: 296 - components: - - type: Transform - pos: 13.5,4.5 - parent: 588 - - uid: 700 - components: - - type: Transform - pos: 12.5,22.5 - parent: 588 - - uid: 701 - components: - - type: Transform - pos: 16.5,18.5 - parent: 588 - - uid: 1043 - components: - - type: Transform - pos: 20.5,28.5 - parent: 588 - - uid: 1044 - components: - - type: Transform - pos: 22.5,24.5 - parent: 588 - - uid: 1075 - components: - - type: Transform - pos: 24.5,28.5 - parent: 588 - - uid: 1099 - components: - - type: Transform - pos: 20.5,36.5 - parent: 588 - - uid: 1100 - components: - - type: Transform - pos: 14.5,34.5 - parent: 588 - - uid: 1763 - components: - - type: Transform - pos: 24.5,48.5 - parent: 588 - - uid: 1764 - components: - - type: Transform - pos: 24.5,42.5 - parent: 588 -- proto: BedsheetMedical - entities: - - uid: 1150 - components: - - type: Transform - pos: 28.5,24.5 - parent: 588 - - uid: 1151 - components: - - type: Transform - pos: 28.5,25.5 - parent: 588 -- proto: BedsheetOrange - entities: - - uid: 298 - components: - - type: Transform - pos: 3.5,4.5 - parent: 588 - - uid: 299 - components: - - type: Transform - pos: 5.5,4.5 - parent: 588 - - uid: 300 - components: - - type: Transform - pos: 13.5,4.5 - parent: 588 - - uid: 1765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,42.5 - parent: 588 -- proto: BedsheetSpawner - entities: - - uid: 301 - components: - - type: Transform - pos: 11.5,4.5 - parent: 588 - - uid: 1041 - components: - - type: Transform - pos: 20.5,28.5 - parent: 588 - - uid: 1225 - components: - - type: Transform - pos: 14.5,34.5 - parent: 588 - - uid: 1226 - components: - - type: Transform - pos: 20.5,36.5 - parent: 588 -- proto: BedsheetSyndie - entities: - - uid: 1037 - components: - - type: Transform - pos: 22.5,24.5 - parent: 588 - - uid: 1766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,48.5 - parent: 588 -- proto: BlastDoor - entities: - - uid: 1600 - components: - - type: Transform - pos: 26.5,7.5 - parent: 588 - - uid: 1601 - components: - - type: Transform - pos: 29.5,9.5 - parent: 588 - - uid: 1602 - components: - - type: Transform - pos: 32.5,7.5 - parent: 588 -- proto: Bola - entities: - - uid: 1157 - components: - - type: Transform - pos: 15.616387,0.61007345 - parent: 588 -- proto: BookEscalationSecurity - entities: - - uid: 373 - components: - - type: Transform - pos: 19.42657,0.6288943 - parent: 588 -- proto: BookRandom - entities: - - uid: 1835 - components: - - type: Transform - pos: 24.420084,44.539436 - parent: 588 -- proto: BookSecurity - entities: - - uid: 522 - components: - - type: Transform - pos: 32.41844,8.400207 - parent: 588 -- proto: BoxFolderBlack - entities: - - uid: 365 - components: - - type: Transform - pos: 27.841173,1.5632035 - parent: 588 - - uid: 728 - components: - - type: Transform - pos: 10.690479,19.262342 - parent: 588 -- proto: BoxFolderGrey - entities: - - uid: 364 - components: - - type: Transform - pos: 25.072409,1.4780562 - parent: 588 - - uid: 727 - components: - - type: Transform - pos: 7.2148314,22.575037 - parent: 588 -- proto: BoxFolderRed - entities: - - uid: 329 - components: - - type: Transform - pos: 21.42984,3.6329575 - parent: 588 - - uid: 362 - components: - - type: Transform - pos: 24.788435,1.6057768 - parent: 588 - - uid: 363 - components: - - type: Transform - pos: 28.196142,1.5773941 - parent: 588 - - uid: 726 - components: - - type: Transform - pos: 10.428753,19.429379 - parent: 588 -- proto: BoxMouthSwab - entities: - - uid: 1476 - components: - - type: Transform - pos: 12.356534,44.605965 - parent: 588 -- proto: BoxSterileMask - entities: - - uid: 1477 - components: - - type: Transform - pos: 12.683106,44.705303 - parent: 588 -- proto: BriefcaseBrownFilled - entities: - - uid: 325 - components: - - type: Transform - pos: 19.413612,4.6972914 - parent: 588 -- proto: BrokenBottle - entities: - - uid: 1691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.063513,27.520548 - parent: 588 -- proto: Bucket - entities: - - uid: 1839 - components: - - type: Transform - pos: 29.616838,43.531868 - parent: 588 - - uid: 1857 - components: - - type: Transform - pos: 30.264944,21.705044 - parent: 588 -- proto: CableApcExtension - entities: - - uid: 1 - components: - - type: Transform - pos: 0.5,2.5 - parent: 588 - - uid: 2 - components: - - type: Transform - pos: 1.5,2.5 - parent: 588 - - uid: 3 - components: - - type: Transform - pos: 2.5,2.5 - parent: 588 - - uid: 4 - components: - - type: Transform - pos: 3.5,2.5 - parent: 588 - - uid: 5 - components: - - type: Transform - pos: 4.5,2.5 - parent: 588 - - uid: 6 - components: - - type: Transform - pos: 5.5,2.5 - parent: 588 - - uid: 7 - components: - - type: Transform - pos: 6.5,2.5 - parent: 588 - - uid: 8 - components: - - type: Transform - pos: 7.5,2.5 - parent: 588 - - uid: 9 - components: - - type: Transform - pos: 8.5,2.5 - parent: 588 - - uid: 10 - components: - - type: Transform - pos: 9.5,2.5 - parent: 588 - - uid: 11 - components: - - type: Transform - pos: 10.5,2.5 - parent: 588 - - uid: 12 - components: - - type: Transform - pos: 11.5,2.5 - parent: 588 - - uid: 13 - components: - - type: Transform - pos: 12.5,2.5 - parent: 588 - - uid: 14 - components: - - type: Transform - pos: 13.5,2.5 - parent: 588 - - uid: 15 - components: - - type: Transform - pos: 14.5,2.5 - parent: 588 - - uid: 16 - components: - - type: Transform - pos: 15.5,2.5 - parent: 588 - - uid: 17 - components: - - type: Transform - pos: 16.5,2.5 - parent: 588 - - uid: 18 - components: - - type: Transform - pos: 8.5,4.5 - parent: 588 - - uid: 19 - components: - - type: Transform - pos: 8.5,3.5 - parent: 588 - - uid: 20 - components: - - type: Transform - pos: 8.5,1.5 - parent: 588 - - uid: 21 - components: - - type: Transform - pos: 8.5,0.5 - parent: 588 - - uid: 22 - components: - - type: Transform - pos: 18.5,2.5 - parent: 588 - - uid: 23 - components: - - type: Transform - pos: 19.5,2.5 - parent: 588 - - uid: 24 - components: - - type: Transform - pos: 20.5,2.5 - parent: 588 - - uid: 25 - components: - - type: Transform - pos: 21.5,2.5 - parent: 588 - - uid: 26 - components: - - type: Transform - pos: 22.5,2.5 - parent: 588 - - uid: 27 - components: - - type: Transform - pos: 23.5,2.5 - parent: 588 - - uid: 28 - components: - - type: Transform - pos: 24.5,2.5 - parent: 588 - - uid: 29 - components: - - type: Transform - pos: 25.5,2.5 - parent: 588 - - uid: 30 - components: - - type: Transform - pos: 26.5,2.5 - parent: 588 - - uid: 31 - components: - - type: Transform - pos: 27.5,2.5 - parent: 588 - - uid: 32 - components: - - type: Transform - pos: 28.5,2.5 - parent: 588 - - uid: 33 - components: - - type: Transform - pos: 29.5,2.5 - parent: 588 - - uid: 34 - components: - - type: Transform - pos: 30.5,2.5 - parent: 588 - - uid: 35 - components: - - type: Transform - pos: 31.5,2.5 - parent: 588 - - uid: 36 - components: - - type: Transform - pos: 32.5,2.5 - parent: 588 - - uid: 37 - components: - - type: Transform - pos: 33.5,2.5 - parent: 588 - - uid: 38 - components: - - type: Transform - pos: 34.5,2.5 - parent: 588 - - uid: 39 - components: - - type: Transform - pos: 26.5,4.5 - parent: 588 - - uid: 40 - components: - - type: Transform - pos: 26.5,3.5 - parent: 588 - - uid: 41 - components: - - type: Transform - pos: 26.5,1.5 - parent: 588 - - uid: 42 - components: - - type: Transform - pos: 26.5,0.5 - parent: 588 - - uid: 43 - components: - - type: Transform - pos: 0.5,8.5 - parent: 588 - - uid: 44 - components: - - type: Transform - pos: 1.5,8.5 - parent: 588 - - uid: 52 - components: - - type: Transform - pos: 9.5,8.5 - parent: 588 - - uid: 53 - components: - - type: Transform - pos: 10.5,8.5 - parent: 588 - - uid: 54 - components: - - type: Transform - pos: 5.5,10.5 - parent: 588 - - uid: 57 - components: - - type: Transform - pos: 5.5,6.5 - parent: 588 - - uid: 58 - components: - - type: Transform - pos: 17.5,6.5 - parent: 588 - - uid: 59 - components: - - type: Transform - pos: 17.5,7.5 - parent: 588 - - uid: 60 - components: - - type: Transform - pos: 17.5,8.5 - parent: 588 - - uid: 61 - components: - - type: Transform - pos: 17.5,9.5 - parent: 588 - - uid: 62 - components: - - type: Transform - pos: 17.5,10.5 - parent: 588 - - uid: 63 - components: - - type: Transform - pos: 12.5,8.5 - parent: 588 - - uid: 64 - components: - - type: Transform - pos: 13.5,8.5 - parent: 588 - - uid: 65 - components: - - type: Transform - pos: 14.5,8.5 - parent: 588 - - uid: 66 - components: - - type: Transform - pos: 15.5,8.5 - parent: 588 - - uid: 67 - components: - - type: Transform - pos: 16.5,8.5 - parent: 588 - - uid: 68 - components: - - type: Transform - pos: 18.5,8.5 - parent: 588 - - uid: 69 - components: - - type: Transform - pos: 19.5,8.5 - parent: 588 - - uid: 70 - components: - - type: Transform - pos: 20.5,8.5 - parent: 588 - - uid: 71 - components: - - type: Transform - pos: 21.5,8.5 - parent: 588 - - uid: 72 - components: - - type: Transform - pos: 22.5,8.5 - parent: 588 - - uid: 73 - components: - - type: Transform - pos: 22.5,14.5 - parent: 588 - - uid: 74 - components: - - type: Transform - pos: 21.5,14.5 - parent: 588 - - uid: 75 - components: - - type: Transform - pos: 20.5,14.5 - parent: 588 - - uid: 76 - components: - - type: Transform - pos: 19.5,14.5 - parent: 588 - - uid: 77 - components: - - type: Transform - pos: 18.5,14.5 - parent: 588 - - uid: 78 - components: - - type: Transform - pos: 17.5,14.5 - parent: 588 - - uid: 79 - components: - - type: Transform - pos: 16.5,14.5 - parent: 588 - - uid: 80 - components: - - type: Transform - pos: 19.5,13.5 - parent: 588 - - uid: 81 - components: - - type: Transform - pos: 19.5,12.5 - parent: 588 - - uid: 82 - components: - - type: Transform - pos: 19.5,15.5 - parent: 588 - - uid: 83 - components: - - type: Transform - pos: 19.5,16.5 - parent: 588 - - uid: 84 - components: - - type: Transform - pos: 14.5,14.5 - parent: 588 - - uid: 85 - components: - - type: Transform - pos: 13.5,14.5 - parent: 588 - - uid: 86 - components: - - type: Transform - pos: 12.5,14.5 - parent: 588 - - uid: 87 - components: - - type: Transform - pos: 11.5,14.5 - parent: 588 - - uid: 88 - components: - - type: Transform - pos: 10.5,14.5 - parent: 588 - - uid: 89 - components: - - type: Transform - pos: 9.5,14.5 - parent: 588 - - uid: 90 - components: - - type: Transform - pos: 8.5,14.5 - parent: 588 - - uid: 91 - components: - - type: Transform - pos: 11.5,13.5 - parent: 588 - - uid: 92 - components: - - type: Transform - pos: 11.5,12.5 - parent: 588 - - uid: 93 - components: - - type: Transform - pos: 11.5,15.5 - parent: 588 - - uid: 94 - components: - - type: Transform - pos: 11.5,16.5 - parent: 588 - - uid: 95 - components: - - type: Transform - pos: 6.5,14.5 - parent: 588 - - uid: 96 - components: - - type: Transform - pos: 5.5,14.5 - parent: 588 - - uid: 98 - components: - - type: Transform - pos: 4.5,22.5 - parent: 588 - - uid: 100 - components: - - type: Transform - pos: 1.5,14.5 - parent: 588 - - uid: 101 - components: - - type: Transform - pos: 0.5,14.5 - parent: 588 - - uid: 102 - components: - - type: Transform - pos: 3.5,15.5 - parent: 588 - - uid: 103 - components: - - type: Transform - pos: 3.5,16.5 - parent: 588 - - uid: 104 - components: - - type: Transform - pos: 3.5,13.5 - parent: 588 - - uid: 105 - components: - - type: Transform - pos: 3.5,12.5 - parent: 588 - - uid: 106 - components: - - type: Transform - pos: 14.5,18.5 - parent: 588 - - uid: 107 - components: - - type: Transform - pos: 14.5,19.5 - parent: 588 - - uid: 108 - components: - - type: Transform - pos: 14.5,20.5 - parent: 588 - - uid: 109 - components: - - type: Transform - pos: 14.5,21.5 - parent: 588 - - uid: 110 - components: - - type: Transform - pos: 14.5,22.5 - parent: 588 - - uid: 111 - components: - - type: Transform - pos: 15.5,20.5 - parent: 588 - - uid: 112 - components: - - type: Transform - pos: 16.5,20.5 - parent: 588 - - uid: 113 - components: - - type: Transform - pos: 13.5,20.5 - parent: 588 - - uid: 114 - components: - - type: Transform - pos: 12.5,20.5 - parent: 588 - - uid: 115 - components: - - type: Transform - pos: 8.5,18.5 - parent: 588 - - uid: 116 - components: - - type: Transform - pos: 8.5,19.5 - parent: 588 - - uid: 117 - components: - - type: Transform - pos: 8.5,20.5 - parent: 588 - - uid: 118 - components: - - type: Transform - pos: 8.5,21.5 - parent: 588 - - uid: 119 - components: - - type: Transform - pos: 8.5,22.5 - parent: 588 - - uid: 120 - components: - - type: Transform - pos: 9.5,20.5 - parent: 588 - - uid: 121 - components: - - type: Transform - pos: 10.5,20.5 - parent: 588 - - uid: 122 - components: - - type: Transform - pos: 7.5,20.5 - parent: 588 - - uid: 123 - components: - - type: Transform - pos: 6.5,20.5 - parent: 588 - - uid: 124 - components: - - type: Transform - pos: 2.5,22.5 - parent: 588 - - uid: 125 - components: - - type: Transform - pos: 4.5,21.5 - parent: 588 - - uid: 126 - components: - - type: Transform - pos: 4.5,19.5 - parent: 588 - - uid: 127 - components: - - type: Transform - pos: 3.5,18.5 - parent: 588 - - uid: 128 - components: - - type: Transform - pos: 2.5,18.5 - parent: 588 - - uid: 129 - components: - - type: Transform - pos: 3.5,22.5 - parent: 588 - - uid: 130 - components: - - type: Transform - pos: 0.5,20.5 - parent: 588 - - uid: 131 - components: - - type: Transform - pos: 4.5,18.5 - parent: 588 - - uid: 132 - components: - - type: Transform - pos: 4.5,20.5 - parent: 588 - - uid: 133 - components: - - type: Transform - pos: 1.5,24.5 - parent: 588 - - uid: 134 - components: - - type: Transform - pos: 2.5,25.5 - parent: 588 - - uid: 135 - components: - - type: Transform - pos: 0.5,24.5 - parent: 588 - - uid: 136 - components: - - type: Transform - pos: 2.5,24.5 - parent: 588 - - uid: 137 - components: - - type: Transform - pos: 1.5,28.5 - parent: 588 - - uid: 138 - components: - - type: Transform - pos: 0.5,26.5 - parent: 588 - - uid: 139 - components: - - type: Transform - pos: 2.5,26.5 - parent: 588 - - uid: 147 - components: - - type: Transform - pos: 9.5,28.5 - parent: 588 - - uid: 148 - components: - - type: Transform - pos: 9.5,27.5 - parent: 588 - - uid: 149 - components: - - type: Transform - pos: 9.5,26.5 - parent: 588 - - uid: 150 - components: - - type: Transform - pos: 9.5,25.5 - parent: 588 - - uid: 151 - components: - - type: Transform - pos: 9.5,24.5 - parent: 588 - - uid: 152 - components: - - type: Transform - pos: 8.5,26.5 - parent: 588 - - uid: 153 - components: - - type: Transform - pos: 10.5,26.5 - parent: 588 - - uid: 154 - components: - - type: Transform - pos: 13.5,28.5 - parent: 588 - - uid: 155 - components: - - type: Transform - pos: 13.5,27.5 - parent: 588 - - uid: 156 - components: - - type: Transform - pos: 13.5,26.5 - parent: 588 - - uid: 157 - components: - - type: Transform - pos: 13.5,25.5 - parent: 588 - - uid: 158 - components: - - type: Transform - pos: 13.5,24.5 - parent: 588 - - uid: 159 - components: - - type: Transform - pos: 12.5,26.5 - parent: 588 - - uid: 160 - components: - - type: Transform - pos: 14.5,26.5 - parent: 588 - - uid: 161 - components: - - type: Transform - pos: 0.5,31.5 - parent: 588 - - uid: 162 - components: - - type: Transform - pos: 1.5,31.5 - parent: 588 - - uid: 163 - components: - - type: Transform - pos: 2.5,31.5 - parent: 588 - - uid: 164 - components: - - type: Transform - pos: 3.5,31.5 - parent: 588 - - uid: 165 - components: - - type: Transform - pos: 4.5,31.5 - parent: 588 - - uid: 166 - components: - - type: Transform - pos: 5.5,31.5 - parent: 588 - - uid: 167 - components: - - type: Transform - pos: 6.5,31.5 - parent: 588 - - uid: 168 - components: - - type: Transform - pos: 7.5,31.5 - parent: 588 - - uid: 169 - components: - - type: Transform - pos: 8.5,31.5 - parent: 588 - - uid: 170 - components: - - type: Transform - pos: 9.5,31.5 - parent: 588 - - uid: 171 - components: - - type: Transform - pos: 10.5,31.5 - parent: 588 - - uid: 172 - components: - - type: Transform - pos: 11.5,31.5 - parent: 588 - - uid: 173 - components: - - type: Transform - pos: 12.5,31.5 - parent: 588 - - uid: 174 - components: - - type: Transform - pos: 6.5,30.5 - parent: 588 - - uid: 175 - components: - - type: Transform - pos: 6.5,32.5 - parent: 588 - - uid: 176 - components: - - type: Transform - pos: 26.5,31.5 - parent: 588 - - uid: 177 - components: - - type: Transform - pos: 25.5,31.5 - parent: 588 - - uid: 178 - components: - - type: Transform - pos: 24.5,31.5 - parent: 588 - - uid: 179 - components: - - type: Transform - pos: 23.5,31.5 - parent: 588 - - uid: 180 - components: - - type: Transform - pos: 22.5,31.5 - parent: 588 - - uid: 181 - components: - - type: Transform - pos: 21.5,31.5 - parent: 588 - - uid: 182 - components: - - type: Transform - pos: 20.5,31.5 - parent: 588 - - uid: 183 - components: - - type: Transform - pos: 19.5,31.5 - parent: 588 - - uid: 184 - components: - - type: Transform - pos: 18.5,31.5 - parent: 588 - - uid: 185 - components: - - type: Transform - pos: 17.5,31.5 - parent: 588 - - uid: 186 - components: - - type: Transform - pos: 16.5,31.5 - parent: 588 - - uid: 187 - components: - - type: Transform - pos: 15.5,31.5 - parent: 588 - - uid: 188 - components: - - type: Transform - pos: 14.5,31.5 - parent: 588 - - uid: 189 - components: - - type: Transform - pos: 20.5,32.5 - parent: 588 - - uid: 190 - components: - - type: Transform - pos: 20.5,30.5 - parent: 588 - - uid: 191 - components: - - type: Transform - pos: 22.5,35.5 - parent: 588 - - uid: 192 - components: - - type: Transform - pos: 21.5,35.5 - parent: 588 - - uid: 193 - components: - - type: Transform - pos: 20.5,35.5 - parent: 588 - - uid: 194 - components: - - type: Transform - pos: 19.5,35.5 - parent: 588 - - uid: 195 - components: - - type: Transform - pos: 18.5,35.5 - parent: 588 - - uid: 196 - components: - - type: Transform - pos: 17.5,35.5 - parent: 588 - - uid: 197 - components: - - type: Transform - pos: 16.5,35.5 - parent: 588 - - uid: 198 - components: - - type: Transform - pos: 15.5,35.5 - parent: 588 - - uid: 199 - components: - - type: Transform - pos: 14.5,35.5 - parent: 588 - - uid: 200 - components: - - type: Transform - pos: 13.5,35.5 - parent: 588 - - uid: 201 - components: - - type: Transform - pos: 12.5,35.5 - parent: 588 - - uid: 202 - components: - - type: Transform - pos: 17.5,36.5 - parent: 588 - - uid: 203 - components: - - type: Transform - pos: 17.5,34.5 - parent: 588 - - uid: 204 - components: - - type: Transform - pos: 10.5,35.5 - parent: 588 - - uid: 215 - components: - - type: Transform - pos: 5.5,36.5 - parent: 588 - - uid: 216 - components: - - type: Transform - pos: 5.5,34.5 - parent: 588 - - uid: 217 - components: - - type: Transform - pos: 0.5,39.5 - parent: 588 - - uid: 218 - components: - - type: Transform - pos: 1.5,39.5 - parent: 588 - - uid: 219 - components: - - type: Transform - pos: 2.5,39.5 - parent: 588 - - uid: 220 - components: - - type: Transform - pos: 3.5,39.5 - parent: 588 - - uid: 221 - components: - - type: Transform - pos: 4.5,39.5 - parent: 588 - - uid: 222 - components: - - type: Transform - pos: 5.5,39.5 - parent: 588 - - uid: 223 - components: - - type: Transform - pos: 6.5,39.5 - parent: 588 - - uid: 224 - components: - - type: Transform - pos: 3.5,38.5 - parent: 588 - - uid: 225 - components: - - type: Transform - pos: 3.5,40.5 - parent: 588 - - uid: 226 - components: - - type: Transform - pos: 8.5,39.5 - parent: 588 - - uid: 227 - components: - - type: Transform - pos: 9.5,39.5 - parent: 588 - - uid: 228 - components: - - type: Transform - pos: 10.5,39.5 - parent: 588 - - uid: 229 - components: - - type: Transform - pos: 11.5,39.5 - parent: 588 - - uid: 230 - components: - - type: Transform - pos: 12.5,39.5 - parent: 588 - - uid: 231 - components: - - type: Transform - pos: 13.5,39.5 - parent: 588 - - uid: 232 - components: - - type: Transform - pos: 14.5,39.5 - parent: 588 - - uid: 233 - components: - - type: Transform - pos: 11.5,38.5 - parent: 588 - - uid: 234 - components: - - type: Transform - pos: 11.5,40.5 - parent: 588 - - uid: 235 - components: - - type: Transform - pos: 16.5,39.5 - parent: 588 - - uid: 236 - components: - - type: Transform - pos: 17.5,39.5 - parent: 588 - - uid: 237 - components: - - type: Transform - pos: 18.5,39.5 - parent: 588 - - uid: 238 - components: - - type: Transform - pos: 19.5,39.5 - parent: 588 - - uid: 239 - components: - - type: Transform - pos: 20.5,39.5 - parent: 588 - - uid: 240 - components: - - type: Transform - pos: 21.5,39.5 - parent: 588 - - uid: 241 - components: - - type: Transform - pos: 22.5,39.5 - parent: 588 - - uid: 242 - components: - - type: Transform - pos: 19.5,40.5 - parent: 588 - - uid: 243 - components: - - type: Transform - pos: 19.5,38.5 - parent: 588 - - uid: 284 - components: - - type: Transform - pos: 29.5,26.5 - parent: 588 - - uid: 288 - components: - - type: Transform - pos: 28.5,26.5 - parent: 588 - - uid: 425 - components: - - type: Transform - pos: 1.5,10.5 - parent: 588 - - uid: 438 - components: - - type: Transform - pos: 1.5,9.5 - parent: 588 - - uid: 441 - components: - - type: Transform - pos: 2.5,10.5 - parent: 588 - - uid: 442 - components: - - type: Transform - pos: 3.5,10.5 - parent: 588 - - uid: 443 - components: - - type: Transform - pos: 4.5,10.5 - parent: 588 - - uid: 444 - components: - - type: Transform - pos: 1.5,7.5 - parent: 588 - - uid: 445 - components: - - type: Transform - pos: 1.5,6.5 - parent: 588 - - uid: 446 - components: - - type: Transform - pos: 2.5,6.5 - parent: 588 - - uid: 447 - components: - - type: Transform - pos: 3.5,6.5 - parent: 588 - - uid: 448 - components: - - type: Transform - pos: 4.5,6.5 - parent: 588 - - uid: 449 - components: - - type: Transform - pos: 6.5,6.5 - parent: 588 - - uid: 450 - components: - - type: Transform - pos: 7.5,6.5 - parent: 588 - - uid: 451 - components: - - type: Transform - pos: 8.5,6.5 - parent: 588 - - uid: 452 - components: - - type: Transform - pos: 9.5,6.5 - parent: 588 - - uid: 453 - components: - - type: Transform - pos: 9.5,7.5 - parent: 588 - - uid: 454 - components: - - type: Transform - pos: 9.5,9.5 - parent: 588 - - uid: 455 - components: - - type: Transform - pos: 9.5,10.5 - parent: 588 - - uid: 456 - components: - - type: Transform - pos: 8.5,10.5 - parent: 588 - - uid: 457 - components: - - type: Transform - pos: 7.5,10.5 - parent: 588 - - uid: 472 - components: - - type: Transform - pos: 29.5,14.5 - parent: 588 - - uid: 477 - components: - - type: Transform - pos: 24.5,13.5 - parent: 588 - - uid: 479 - components: - - type: Transform - pos: 30.5,14.5 - parent: 588 - - uid: 493 - components: - - type: Transform - pos: 25.5,13.5 - parent: 588 - - uid: 494 - components: - - type: Transform - pos: 25.5,12.5 - parent: 588 - - uid: 495 - components: - - type: Transform - pos: 26.5,12.5 - parent: 588 - - uid: 496 - components: - - type: Transform - pos: 27.5,12.5 - parent: 588 - - uid: 497 - components: - - type: Transform - pos: 28.5,12.5 - parent: 588 - - uid: 498 - components: - - type: Transform - pos: 29.5,12.5 - parent: 588 - - uid: 500 - components: - - type: Transform - pos: 24.5,12.5 - parent: 588 - - uid: 502 - components: - - type: Transform - pos: 24.5,14.5 - parent: 588 - - uid: 503 - components: - - type: Transform - pos: 24.5,15.5 - parent: 588 - - uid: 504 - components: - - type: Transform - pos: 24.5,16.5 - parent: 588 - - uid: 505 - components: - - type: Transform - pos: 25.5,16.5 - parent: 588 - - uid: 506 - components: - - type: Transform - pos: 26.5,16.5 - parent: 588 - - uid: 507 - components: - - type: Transform - pos: 27.5,16.5 - parent: 588 - - uid: 508 - components: - - type: Transform - pos: 28.5,16.5 - parent: 588 - - uid: 509 - components: - - type: Transform - pos: 29.5,16.5 - parent: 588 - - uid: 514 - components: - - type: Transform - pos: 29.5,13.5 - parent: 588 - - uid: 523 - components: - - type: Transform - pos: 29.5,15.5 - parent: 588 - - uid: 628 - components: - - type: Transform - pos: 1.5,22.5 - parent: 588 - - uid: 639 - components: - - type: Transform - pos: 0.5,22.5 - parent: 588 - - uid: 640 - components: - - type: Transform - pos: 0.5,21.5 - parent: 588 - - uid: 641 - components: - - type: Transform - pos: 0.5,19.5 - parent: 588 - - uid: 642 - components: - - type: Transform - pos: 0.5,18.5 - parent: 588 - - uid: 643 - components: - - type: Transform - pos: 1.5,18.5 - parent: 588 - - uid: 657 - components: - - type: Transform - pos: 2.5,15.5 - parent: 588 - - uid: 661 - components: - - type: Transform - pos: 1.5,15.5 - parent: 588 - - uid: 662 - components: - - type: Transform - pos: 1.5,13.5 - parent: 588 - - uid: 663 - components: - - type: Transform - pos: 2.5,13.5 - parent: 588 - - uid: 664 - components: - - type: Transform - pos: 4.5,13.5 - parent: 588 - - uid: 665 - components: - - type: Transform - pos: 5.5,13.5 - parent: 588 - - uid: 666 - components: - - type: Transform - pos: 5.5,15.5 - parent: 588 - - uid: 667 - components: - - type: Transform - pos: 4.5,15.5 - parent: 588 - - uid: 668 - components: - - type: Transform - pos: 29.5,10.5 - parent: 588 - - uid: 669 - components: - - type: Transform - pos: 28.5,10.5 - parent: 588 - - uid: 670 - components: - - type: Transform - pos: 27.5,10.5 - parent: 588 - - uid: 671 - components: - - type: Transform - pos: 26.5,10.5 - parent: 588 - - uid: 672 - components: - - type: Transform - pos: 25.5,10.5 - parent: 588 - - uid: 673 - components: - - type: Transform - pos: 24.5,10.5 - parent: 588 - - uid: 674 - components: - - type: Transform - pos: 24.5,9.5 - parent: 588 - - uid: 675 - components: - - type: Transform - pos: 24.5,8.5 - parent: 588 - - uid: 676 - components: - - type: Transform - pos: 24.5,7.5 - parent: 588 - - uid: 677 - components: - - type: Transform - pos: 24.5,6.5 - parent: 588 - - uid: 678 - components: - - type: Transform - pos: 25.5,6.5 - parent: 588 - - uid: 679 - components: - - type: Transform - pos: 26.5,6.5 - parent: 588 - - uid: 680 - components: - - type: Transform - pos: 27.5,6.5 - parent: 588 - - uid: 681 - components: - - type: Transform - pos: 28.5,6.5 - parent: 588 - - uid: 682 - components: - - type: Transform - pos: 29.5,6.5 - parent: 588 - - uid: 683 - components: - - type: Transform - pos: 30.5,6.5 - parent: 588 - - uid: 684 - components: - - type: Transform - pos: 31.5,6.5 - parent: 588 - - uid: 685 - components: - - type: Transform - pos: 32.5,6.5 - parent: 588 - - uid: 686 - components: - - type: Transform - pos: 33.5,6.5 - parent: 588 - - uid: 687 - components: - - type: Transform - pos: 34.5,6.5 - parent: 588 - - uid: 688 - components: - - type: Transform - pos: 34.5,7.5 - parent: 588 - - uid: 689 - components: - - type: Transform - pos: 34.5,8.5 - parent: 588 - - uid: 690 - components: - - type: Transform - pos: 34.5,9.5 - parent: 588 - - uid: 691 - components: - - type: Transform - pos: 34.5,10.5 - parent: 588 - - uid: 692 - components: - - type: Transform - pos: 33.5,10.5 - parent: 588 - - uid: 693 - components: - - type: Transform - pos: 32.5,10.5 - parent: 588 - - uid: 694 - components: - - type: Transform - pos: 31.5,10.5 - parent: 588 - - uid: 695 - components: - - type: Transform - pos: 30.5,10.5 - parent: 588 - - uid: 733 - components: - - type: Transform - pos: 20.5,18.5 - parent: 588 - - uid: 734 - components: - - type: Transform - pos: 20.5,19.5 - parent: 588 - - uid: 735 - components: - - type: Transform - pos: 20.5,20.5 - parent: 588 - - uid: 736 - components: - - type: Transform - pos: 20.5,21.5 - parent: 588 - - uid: 737 - components: - - type: Transform - pos: 20.5,22.5 - parent: 588 - - uid: 738 - components: - - type: Transform - pos: 21.5,20.5 - parent: 588 - - uid: 739 - components: - - type: Transform - pos: 22.5,20.5 - parent: 588 - - uid: 740 - components: - - type: Transform - pos: 19.5,20.5 - parent: 588 - - uid: 741 - components: - - type: Transform - pos: 18.5,20.5 - parent: 588 - - uid: 751 - components: - - type: Transform - pos: 32.5,22.5 - parent: 588 - - uid: 752 - components: - - type: Transform - pos: 32.5,21.5 - parent: 588 - - uid: 753 - components: - - type: Transform - pos: 32.5,20.5 - parent: 588 - - uid: 754 - components: - - type: Transform - pos: 32.5,19.5 - parent: 588 - - uid: 755 - components: - - type: Transform - pos: 32.5,18.5 - parent: 588 - - uid: 756 - components: - - type: Transform - pos: 31.5,20.5 - parent: 588 - - uid: 757 - components: - - type: Transform - pos: 30.5,20.5 - parent: 588 - - uid: 758 - components: - - type: Transform - pos: 33.5,20.5 - parent: 588 - - uid: 759 - components: - - type: Transform - pos: 34.5,20.5 - parent: 588 - - uid: 779 - components: - - type: Transform - pos: 25.5,19.5 - parent: 588 - - uid: 780 - components: - - type: Transform - pos: 25.5,18.5 - parent: 588 - - uid: 781 - components: - - type: Transform - pos: 24.5,18.5 - parent: 588 - - uid: 782 - components: - - type: Transform - pos: 24.5,19.5 - parent: 588 - - uid: 783 - components: - - type: Transform - pos: 24.5,20.5 - parent: 588 - - uid: 784 - components: - - type: Transform - pos: 24.5,21.5 - parent: 588 - - uid: 785 - components: - - type: Transform - pos: 24.5,22.5 - parent: 588 - - uid: 786 - components: - - type: Transform - pos: 25.5,22.5 - parent: 588 - - uid: 787 - components: - - type: Transform - pos: 26.5,22.5 - parent: 588 - - uid: 788 - components: - - type: Transform - pos: 27.5,22.5 - parent: 588 - - uid: 789 - components: - - type: Transform - pos: 28.5,22.5 - parent: 588 - - uid: 790 - components: - - type: Transform - pos: 28.5,21.5 - parent: 588 - - uid: 791 - components: - - type: Transform - pos: 28.5,20.5 - parent: 588 - - uid: 792 - components: - - type: Transform - pos: 28.5,19.5 - parent: 588 - - uid: 793 - components: - - type: Transform - pos: 28.5,18.5 - parent: 588 - - uid: 794 - components: - - type: Transform - pos: 27.5,18.5 - parent: 588 - - uid: 795 - components: - - type: Transform - pos: 26.5,18.5 - parent: 588 - - uid: 815 - components: - - type: Transform - pos: 0.5,25.5 - parent: 588 - - uid: 816 - components: - - type: Transform - pos: 0.5,27.5 - parent: 588 - - uid: 817 - components: - - type: Transform - pos: 0.5,28.5 - parent: 588 - - uid: 818 - components: - - type: Transform - pos: 2.5,28.5 - parent: 588 - - uid: 819 - components: - - type: Transform - pos: 2.5,27.5 - parent: 588 - - uid: 869 - components: - - type: Transform - pos: 5.5,24.5 - parent: 588 - - uid: 870 - components: - - type: Transform - pos: 6.5,24.5 - parent: 588 - - uid: 871 - components: - - type: Transform - pos: 6.5,25.5 - parent: 588 - - uid: 872 - components: - - type: Transform - pos: 6.5,26.5 - parent: 588 - - uid: 873 - components: - - type: Transform - pos: 6.5,27.5 - parent: 588 - - uid: 874 - components: - - type: Transform - pos: 6.5,28.5 - parent: 588 - - uid: 875 - components: - - type: Transform - pos: 5.5,28.5 - parent: 588 - - uid: 876 - components: - - type: Transform - pos: 4.5,28.5 - parent: 588 - - uid: 877 - components: - - type: Transform - pos: 4.5,27.5 - parent: 588 - - uid: 878 - components: - - type: Transform - pos: 4.5,26.5 - parent: 588 - - uid: 912 - components: - - type: Transform - pos: 6.5,10.5 - parent: 588 - - uid: 927 - components: - - type: Transform - pos: 34.5,36.5 - parent: 588 - - uid: 928 - components: - - type: Transform - pos: 32.5,36.5 - parent: 588 - - uid: 996 - components: - - type: Transform - pos: 21.5,32.5 - parent: 588 - - uid: 1079 - components: - - type: Transform - pos: 32.5,35.5 - parent: 588 - - uid: 1080 - components: - - type: Transform - pos: 31.5,35.5 - parent: 588 - - uid: 1081 - components: - - type: Transform - pos: 32.5,34.5 - parent: 588 - - uid: 1082 - components: - - type: Transform - pos: 29.5,34.5 - parent: 588 - - uid: 1083 - components: - - type: Transform - pos: 24.5,35.5 - parent: 588 - - uid: 1084 - components: - - type: Transform - pos: 27.5,35.5 - parent: 588 - - uid: 1085 - components: - - type: Transform - pos: 29.5,35.5 - parent: 588 - - uid: 1086 - components: - - type: Transform - pos: 28.5,35.5 - parent: 588 - - uid: 1089 - components: - - type: Transform - pos: 4.5,36.5 - parent: 588 - - uid: 1090 - components: - - type: Transform - pos: 33.5,34.5 - parent: 588 - - uid: 1091 - components: - - type: Transform - pos: 5.5,35.5 - parent: 588 - - uid: 1092 - components: - - type: Transform - pos: 29.5,36.5 - parent: 588 - - uid: 1093 - components: - - type: Transform - pos: 34.5,34.5 - parent: 588 - - uid: 1094 - components: - - type: Transform - pos: 34.5,35.5 - parent: 588 - - uid: 1095 - components: - - type: Transform - pos: 26.5,35.5 - parent: 588 - - uid: 1096 - components: - - type: Transform - pos: 25.5,35.5 - parent: 588 - - uid: 1097 - components: - - type: Transform - pos: 33.5,36.5 - parent: 588 - - uid: 1098 - components: - - type: Transform - pos: 30.5,35.5 - parent: 588 - - uid: 1117 - components: - - type: Transform - pos: 16.5,26.5 - parent: 588 - - uid: 1121 - components: - - type: Transform - pos: 17.5,26.5 - parent: 588 - - uid: 1122 - components: - - type: Transform - pos: 18.5,26.5 - parent: 588 - - uid: 1123 - components: - - type: Transform - pos: 17.5,27.5 - parent: 588 - - uid: 1124 - components: - - type: Transform - pos: 17.5,28.5 - parent: 588 - - uid: 1125 - components: - - type: Transform - pos: 17.5,24.5 - parent: 588 - - uid: 1126 - components: - - type: Transform - pos: 17.5,25.5 - parent: 588 - - uid: 1127 - components: - - type: Transform - pos: 20.5,26.5 - parent: 588 - - uid: 1128 - components: - - type: Transform - pos: 21.5,26.5 - parent: 588 - - uid: 1129 - components: - - type: Transform - pos: 22.5,26.5 - parent: 588 - - uid: 1130 - components: - - type: Transform - pos: 21.5,27.5 - parent: 588 - - uid: 1131 - components: - - type: Transform - pos: 21.5,28.5 - parent: 588 - - uid: 1132 - components: - - type: Transform - pos: 21.5,25.5 - parent: 588 - - uid: 1133 - components: - - type: Transform - pos: 21.5,24.5 - parent: 588 - - uid: 1134 - components: - - type: Transform - pos: 24.5,26.5 - parent: 588 - - uid: 1135 - components: - - type: Transform - pos: 25.5,26.5 - parent: 588 - - uid: 1136 - components: - - type: Transform - pos: 26.5,26.5 - parent: 588 - - uid: 1137 - components: - - type: Transform - pos: 25.5,27.5 - parent: 588 - - uid: 1138 - components: - - type: Transform - pos: 25.5,28.5 - parent: 588 - - uid: 1139 - components: - - type: Transform - pos: 25.5,25.5 - parent: 588 - - uid: 1140 - components: - - type: Transform - pos: 25.5,24.5 - parent: 588 - - uid: 1170 - components: - - type: Transform - pos: 3.5,36.5 - parent: 588 - - uid: 1171 - components: - - type: Transform - pos: 2.5,36.5 - parent: 588 - - uid: 1172 - components: - - type: Transform - pos: 1.5,36.5 - parent: 588 - - uid: 1173 - components: - - type: Transform - pos: 0.5,36.5 - parent: 588 - - uid: 1174 - components: - - type: Transform - pos: 0.5,35.5 - parent: 588 - - uid: 1175 - components: - - type: Transform - pos: 6.5,34.5 - parent: 588 - - uid: 1176 - components: - - type: Transform - pos: 7.5,34.5 - parent: 588 - - uid: 1177 - components: - - type: Transform - pos: 8.5,34.5 - parent: 588 - - uid: 1178 - components: - - type: Transform - pos: 9.5,34.5 - parent: 588 - - uid: 1179 - components: - - type: Transform - pos: 10.5,34.5 - parent: 588 - - uid: 1268 - components: - - type: Transform - pos: 30.5,26.5 - parent: 588 - - uid: 1269 - components: - - type: Transform - pos: 29.5,27.5 - parent: 588 - - uid: 1270 - components: - - type: Transform - pos: 29.5,28.5 - parent: 588 - - uid: 1271 - components: - - type: Transform - pos: 29.5,25.5 - parent: 588 - - uid: 1272 - components: - - type: Transform - pos: 29.5,24.5 - parent: 588 - - uid: 1273 - components: - - type: Transform - pos: 32.5,26.5 - parent: 588 - - uid: 1274 - components: - - type: Transform - pos: 33.5,26.5 - parent: 588 - - uid: 1275 - components: - - type: Transform - pos: 34.5,26.5 - parent: 588 - - uid: 1276 - components: - - type: Transform - pos: 33.5,27.5 - parent: 588 - - uid: 1277 - components: - - type: Transform - pos: 33.5,28.5 - parent: 588 - - uid: 1278 - components: - - type: Transform - pos: 33.5,25.5 - parent: 588 - - uid: 1279 - components: - - type: Transform - pos: 33.5,24.5 - parent: 588 - - uid: 1306 - components: - - type: Transform - pos: 27.5,40.5 - parent: 588 - - uid: 1307 - components: - - type: Transform - pos: 26.5,40.5 - parent: 588 - - uid: 1308 - components: - - type: Transform - pos: 25.5,40.5 - parent: 588 - - uid: 1309 - components: - - type: Transform - pos: 24.5,40.5 - parent: 588 - - uid: 1310 - components: - - type: Transform - pos: 24.5,39.5 - parent: 588 - - uid: 1311 - components: - - type: Transform - pos: 24.5,38.5 - parent: 588 - - uid: 1312 - components: - - type: Transform - pos: 25.5,38.5 - parent: 588 - - uid: 1313 - components: - - type: Transform - pos: 26.5,38.5 - parent: 588 - - uid: 1314 - components: - - type: Transform - pos: 27.5,38.5 - parent: 588 - - uid: 1315 - components: - - type: Transform - pos: 28.5,38.5 - parent: 588 - - uid: 1316 - components: - - type: Transform - pos: 29.5,38.5 - parent: 588 - - uid: 1317 - components: - - type: Transform - pos: 30.5,38.5 - parent: 588 - - uid: 1318 - components: - - type: Transform - pos: 30.5,39.5 - parent: 588 - - uid: 1426 - components: - - type: Transform - pos: 11.5,42.5 - parent: 588 - - uid: 1427 - components: - - type: Transform - pos: 11.5,43.5 - parent: 588 - - uid: 1428 - components: - - type: Transform - pos: 11.5,44.5 - parent: 588 - - uid: 1429 - components: - - type: Transform - pos: 11.5,45.5 - parent: 588 - - uid: 1430 - components: - - type: Transform - pos: 11.5,46.5 - parent: 588 - - uid: 1431 - components: - - type: Transform - pos: 11.5,47.5 - parent: 588 - - uid: 1432 - components: - - type: Transform - pos: 11.5,48.5 - parent: 588 - - uid: 1433 - components: - - type: Transform - pos: 10.5,45.5 - parent: 588 - - uid: 1434 - components: - - type: Transform - pos: 9.5,45.5 - parent: 588 - - uid: 1435 - components: - - type: Transform - pos: 8.5,45.5 - parent: 588 - - uid: 1436 - components: - - type: Transform - pos: 12.5,45.5 - parent: 588 - - uid: 1437 - components: - - type: Transform - pos: 13.5,45.5 - parent: 588 - - uid: 1438 - components: - - type: Transform - pos: 14.5,45.5 - parent: 588 - - uid: 1439 - components: - - type: Transform - pos: 13.5,46.5 - parent: 588 - - uid: 1440 - components: - - type: Transform - pos: 13.5,47.5 - parent: 588 - - uid: 1441 - components: - - type: Transform - pos: 9.5,46.5 - parent: 588 - - uid: 1442 - components: - - type: Transform - pos: 9.5,47.5 - parent: 588 - - uid: 1443 - components: - - type: Transform - pos: 10.5,43.5 - parent: 588 - - uid: 1444 - components: - - type: Transform - pos: 9.5,43.5 - parent: 588 - - uid: 1445 - components: - - type: Transform - pos: 12.5,43.5 - parent: 588 - - uid: 1446 - components: - - type: Transform - pos: 13.5,43.5 - parent: 588 - - uid: 1447 - components: - - type: Transform - pos: 3.5,42.5 - parent: 588 - - uid: 1448 - components: - - type: Transform - pos: 3.5,43.5 - parent: 588 - - uid: 1449 - components: - - type: Transform - pos: 3.5,44.5 - parent: 588 - - uid: 1450 - components: - - type: Transform - pos: 3.5,45.5 - parent: 588 - - uid: 1451 - components: - - type: Transform - pos: 3.5,46.5 - parent: 588 - - uid: 1452 - components: - - type: Transform - pos: 3.5,47.5 - parent: 588 - - uid: 1453 - components: - - type: Transform - pos: 3.5,48.5 - parent: 588 - - uid: 1454 - components: - - type: Transform - pos: 0.5,45.5 - parent: 588 - - uid: 1455 - components: - - type: Transform - pos: 1.5,45.5 - parent: 588 - - uid: 1456 - components: - - type: Transform - pos: 2.5,45.5 - parent: 588 - - uid: 1457 - components: - - type: Transform - pos: 3.5,45.5 - parent: 588 - - uid: 1458 - components: - - type: Transform - pos: 4.5,45.5 - parent: 588 - - uid: 1459 - components: - - type: Transform - pos: 5.5,45.5 - parent: 588 - - uid: 1460 - components: - - type: Transform - pos: 6.5,45.5 - parent: 588 - - uid: 1529 - components: - - type: Transform - pos: 19.5,47.5 - parent: 588 - - uid: 1530 - components: - - type: Transform - pos: 19.5,48.5 - parent: 588 - - uid: 1531 - components: - - type: Transform - pos: 18.5,48.5 - parent: 588 - - uid: 1532 - components: - - type: Transform - pos: 17.5,48.5 - parent: 588 - - uid: 1533 - components: - - type: Transform - pos: 16.5,48.5 - parent: 588 - - uid: 1534 - components: - - type: Transform - pos: 16.5,47.5 - parent: 588 - - uid: 1535 - components: - - type: Transform - pos: 16.5,46.5 - parent: 588 - - uid: 1536 - components: - - type: Transform - pos: 16.5,45.5 - parent: 588 - - uid: 1537 - components: - - type: Transform - pos: 16.5,44.5 - parent: 588 - - uid: 1538 - components: - - type: Transform - pos: 16.5,43.5 - parent: 588 - - uid: 1539 - components: - - type: Transform - pos: 16.5,42.5 - parent: 588 - - uid: 1540 - components: - - type: Transform - pos: 17.5,42.5 - parent: 588 - - uid: 1541 - components: - - type: Transform - pos: 18.5,42.5 - parent: 588 - - uid: 1542 - components: - - type: Transform - pos: 19.5,42.5 - parent: 588 - - uid: 1543 - components: - - type: Transform - pos: 20.5,42.5 - parent: 588 - - uid: 1544 - components: - - type: Transform - pos: 21.5,42.5 - parent: 588 - - uid: 1545 - components: - - type: Transform - pos: 22.5,42.5 - parent: 588 - - uid: 1546 - components: - - type: Transform - pos: 22.5,43.5 - parent: 588 - - uid: 1547 - components: - - type: Transform - pos: 22.5,44.5 - parent: 588 - - uid: 1548 - components: - - type: Transform - pos: 22.5,45.5 - parent: 588 - - uid: 1549 - components: - - type: Transform - pos: 22.5,46.5 - parent: 588 - - uid: 1550 - components: - - type: Transform - pos: 22.5,47.5 - parent: 588 - - uid: 1551 - components: - - type: Transform - pos: 22.5,48.5 - parent: 588 - - uid: 1552 - components: - - type: Transform - pos: 21.5,48.5 - parent: 588 - - uid: 1553 - components: - - type: Transform - pos: 20.5,48.5 - parent: 588 - - uid: 1554 - components: - - type: Transform - pos: 19.5,43.5 - parent: 588 - - uid: 1555 - components: - - type: Transform - pos: 19.5,44.5 - parent: 588 - - uid: 1556 - components: - - type: Transform - pos: 19.5,45.5 - parent: 588 - - uid: 1557 - components: - - type: Transform - pos: 19.5,46.5 - parent: 588 - - uid: 1807 - components: - - type: Transform - pos: 27.5,42.5 - parent: 588 - - uid: 1808 - components: - - type: Transform - pos: 27.5,43.5 - parent: 588 - - uid: 1809 - components: - - type: Transform - pos: 27.5,44.5 - parent: 588 - - uid: 1810 - components: - - type: Transform - pos: 27.5,45.5 - parent: 588 - - uid: 1811 - components: - - type: Transform - pos: 27.5,46.5 - parent: 588 - - uid: 1812 - components: - - type: Transform - pos: 27.5,47.5 - parent: 588 - - uid: 1813 - components: - - type: Transform - pos: 27.5,48.5 - parent: 588 - - uid: 1814 - components: - - type: Transform - pos: 28.5,45.5 - parent: 588 - - uid: 1815 - components: - - type: Transform - pos: 29.5,45.5 - parent: 588 - - uid: 1816 - components: - - type: Transform - pos: 30.5,45.5 - parent: 588 - - uid: 1817 - components: - - type: Transform - pos: 26.5,45.5 - parent: 588 - - uid: 1818 - components: - - type: Transform - pos: 25.5,45.5 - parent: 588 - - uid: 1819 - components: - - type: Transform - pos: 24.5,45.5 - parent: 588 - - uid: 1820 - components: - - type: Transform - pos: 26.5,47.5 - parent: 588 - - uid: 1821 - components: - - type: Transform - pos: 25.5,47.5 - parent: 588 - - uid: 1822 - components: - - type: Transform - pos: 28.5,47.5 - parent: 588 - - uid: 1823 - components: - - type: Transform - pos: 29.5,47.5 - parent: 588 - - uid: 1824 - components: - - type: Transform - pos: 26.5,43.5 - parent: 588 - - uid: 1825 - components: - - type: Transform - pos: 25.5,43.5 - parent: 588 - - uid: 1826 - components: - - type: Transform - pos: 28.5,43.5 - parent: 588 - - uid: 1827 - components: - - type: Transform - pos: 29.5,43.5 - parent: 588 -- proto: CableApcStack1 - entities: - - uid: 655 - components: - - type: Transform - pos: 16.273203,19.650417 - parent: 588 -- proto: CableHV - entities: - - uid: 462 - components: - - type: Transform - pos: 27.5,13.5 - parent: 588 - - uid: 466 - components: - - type: Transform - pos: 26.5,13.5 - parent: 588 - - uid: 468 - components: - - type: Transform - pos: 28.5,13.5 - parent: 588 - - uid: 485 - components: - - type: Transform - pos: 26.5,15.5 - parent: 588 - - uid: 486 - components: - - type: Transform - pos: 26.5,14.5 - parent: 588 - - uid: 487 - components: - - type: Transform - pos: 27.5,14.5 - parent: 588 - - uid: 488 - components: - - type: Transform - pos: 28.5,14.5 - parent: 588 - - uid: 489 - components: - - type: Transform - pos: 28.5,15.5 - parent: 588 - - uid: 743 - components: - - type: Transform - pos: 26.5,21.5 - parent: 588 - - uid: 744 - components: - - type: Transform - pos: 27.5,21.5 - parent: 588 - - uid: 745 - components: - - type: Transform - pos: 26.5,20.5 - parent: 588 - - uid: 746 - components: - - type: Transform - pos: 25.5,21.5 - parent: 588 - - uid: 768 - components: - - type: Transform - pos: 26.5,19.5 - parent: 588 - - uid: 778 - components: - - type: Transform - pos: 27.5,19.5 - parent: 588 - - uid: 978 - components: - - type: Transform - pos: 16.5,32.5 - parent: 588 - - uid: 979 - components: - - type: Transform - pos: 15.5,31.5 - parent: 588 - - uid: 980 - components: - - type: Transform - pos: 16.5,31.5 - parent: 588 - - uid: 981 - components: - - type: Transform - pos: 17.5,31.5 - parent: 588 - - uid: 982 - components: - - type: Transform - pos: 18.5,31.5 - parent: 588 - - uid: 983 - components: - - type: Transform - pos: 22.5,31.5 - parent: 588 - - uid: 984 - components: - - type: Transform - pos: 23.5,31.5 - parent: 588 - - uid: 985 - components: - - type: Transform - pos: 24.5,31.5 - parent: 588 - - uid: 986 - components: - - type: Transform - pos: 24.5,32.5 - parent: 588 - - uid: 987 - components: - - type: Transform - pos: 25.5,31.5 - parent: 588 - - uid: 989 - components: - - type: Transform - pos: 18.5,32.5 - parent: 588 - - uid: 990 - components: - - type: Transform - pos: 19.5,32.5 - parent: 588 - - uid: 991 - components: - - type: Transform - pos: 20.5,32.5 - parent: 588 - - uid: 992 - components: - - type: Transform - pos: 21.5,32.5 - parent: 588 - - uid: 993 - components: - - type: Transform - pos: 22.5,32.5 - parent: 588 - - uid: 1003 - components: - - type: Transform - pos: 16.5,30.5 - parent: 588 - - uid: 1004 - components: - - type: Transform - pos: 24.5,30.5 - parent: 588 - - uid: 1510 - components: - - type: Transform - pos: 18.5,44.5 - parent: 588 - - uid: 1511 - components: - - type: Transform - pos: 18.5,45.5 - parent: 588 - - uid: 1512 - components: - - type: Transform - pos: 20.5,45.5 - parent: 588 - - uid: 1513 - components: - - type: Transform - pos: 20.5,44.5 - parent: 588 - - uid: 1514 - components: - - type: Transform - pos: 19.5,44.5 - parent: 588 - - uid: 1522 - components: - - type: Transform - pos: 17.5,46.5 - parent: 588 - - uid: 1523 - components: - - type: Transform - pos: 21.5,46.5 - parent: 588 - - uid: 1524 - components: - - type: Transform - pos: 20.5,46.5 - parent: 588 - - uid: 1525 - components: - - type: Transform - pos: 18.5,46.5 - parent: 588 - - uid: 1526 - components: - - type: Transform - pos: 19.5,46.5 - parent: 588 -- proto: CableMV - entities: - - uid: 490 - components: - - type: Transform - pos: 27.5,13.5 - parent: 588 - - uid: 491 - components: - - type: Transform - pos: 26.5,13.5 - parent: 588 - - uid: 492 - components: - - type: Transform - pos: 25.5,13.5 - parent: 588 - - uid: 775 - components: - - type: Transform - pos: 27.5,19.5 - parent: 588 - - uid: 776 - components: - - type: Transform - pos: 26.5,19.5 - parent: 588 - - uid: 777 - components: - - type: Transform - pos: 25.5,19.5 - parent: 588 - - uid: 1527 - components: - - type: Transform - pos: 19.5,46.5 - parent: 588 - - uid: 1528 - components: - - type: Transform - pos: 19.5,47.5 - parent: 588 -- proto: CableTerminal - entities: - - uid: 463 - components: - - type: Transform - pos: 26.5,14.5 - parent: 588 - - uid: 464 - components: - - type: Transform - pos: 27.5,14.5 - parent: 588 - - uid: 465 - components: - - type: Transform - pos: 28.5,14.5 - parent: 588 - - uid: 767 - components: - - type: Transform - pos: 26.5,20.5 - parent: 588 - - uid: 970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,31.5 - parent: 588 - - uid: 976 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,31.5 - parent: 588 - - uid: 1558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,45.5 - parent: 588 - - uid: 1559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,45.5 - parent: 588 -- proto: Carpet - entities: - - uid: 1632 - components: - - type: Transform - pos: 24.5,0.5 - parent: 588 - - uid: 1633 - components: - - type: Transform - pos: 25.5,0.5 - parent: 588 - - uid: 1634 - components: - - type: Transform - pos: 25.5,1.5 - parent: 588 - - uid: 1635 - components: - - type: Transform - pos: 24.5,1.5 - parent: 588 -- proto: CarpetBlue - entities: - - uid: 1636 - components: - - type: Transform - pos: 27.5,0.5 - parent: 588 - - uid: 1637 - components: - - type: Transform - pos: 28.5,1.5 - parent: 588 - - uid: 1638 - components: - - type: Transform - pos: 27.5,1.5 - parent: 588 - - uid: 1639 - components: - - type: Transform - pos: 28.5,0.5 - parent: 588 -- proto: CarpetPurple - entities: - - uid: 1626 - components: - - type: Transform - pos: 25.5,4.5 - parent: 588 - - uid: 1627 - components: - - type: Transform - pos: 25.5,3.5 - parent: 588 - - uid: 1628 - components: - - type: Transform - pos: 26.5,3.5 - parent: 588 - - uid: 1629 - components: - - type: Transform - pos: 27.5,3.5 - parent: 588 - - uid: 1630 - components: - - type: Transform - pos: 27.5,4.5 - parent: 588 - - uid: 1631 - components: - - type: Transform - pos: 26.5,4.5 - parent: 588 -- proto: Catwalk - entities: - - uid: 141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,24.5 - parent: 588 - - uid: 142 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,26.5 - parent: 588 - - uid: 143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,25.5 - parent: 588 - - uid: 248 - components: - - type: Transform - pos: 8.5,4.5 - parent: 588 - - uid: 249 - components: - - type: Transform - pos: 8.5,2.5 - parent: 588 - - uid: 250 - components: - - type: Transform - pos: 8.5,3.5 - parent: 588 - - uid: 251 - components: - - type: Transform - pos: 8.5,1.5 - parent: 588 - - uid: 471 - components: - - type: Transform - pos: 27.5,14.5 - parent: 588 - - uid: 473 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,12.5 - parent: 588 - - uid: 474 - components: - - type: Transform - pos: 28.5,14.5 - parent: 588 - - uid: 475 - components: - - type: Transform - pos: 26.5,14.5 - parent: 588 - - uid: 512 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,12.5 - parent: 588 - - uid: 513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,12.5 - parent: 588 - - uid: 515 - components: - - type: Transform - pos: 25.5,16.5 - parent: 588 - - uid: 516 - components: - - type: Transform - pos: 26.5,16.5 - parent: 588 - - uid: 517 - components: - - type: Transform - pos: 27.5,16.5 - parent: 588 - - uid: 518 - components: - - type: Transform - pos: 28.5,16.5 - parent: 588 - - uid: 519 - components: - - type: Transform - pos: 29.5,16.5 - parent: 588 - - uid: 520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,12.5 - parent: 588 - - uid: 521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,12.5 - parent: 588 - - uid: 769 - components: - - type: Transform - pos: 26.5,20.5 - parent: 588 - - uid: 832 - components: - - type: Transform - pos: 3.5,31.5 - parent: 588 - - uid: 833 - components: - - type: Transform - pos: 4.5,31.5 - parent: 588 - - uid: 834 - components: - - type: Transform - pos: 5.5,31.5 - parent: 588 - - uid: 835 - components: - - type: Transform - pos: 6.5,31.5 - parent: 588 - - uid: 836 - components: - - type: Transform - pos: 7.5,31.5 - parent: 588 - - uid: 837 - components: - - type: Transform - pos: 8.5,31.5 - parent: 588 - - uid: 838 - components: - - type: Transform - pos: 9.5,31.5 - parent: 588 - - uid: 839 - components: - - type: Transform - pos: 6.5,32.5 - parent: 588 - - uid: 840 - components: - - type: Transform - pos: 6.5,30.5 - parent: 588 - - uid: 841 - components: - - type: Transform - pos: 5.5,32.5 - parent: 588 - - uid: 842 - components: - - type: Transform - pos: 7.5,32.5 - parent: 588 - - uid: 843 - components: - - type: Transform - pos: 5.5,30.5 - parent: 588 - - uid: 844 - components: - - type: Transform - pos: 7.5,30.5 - parent: 588 - - uid: 861 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,27.5 - parent: 588 - - uid: 862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,28.5 - parent: 588 - - uid: 863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,28.5 - parent: 588 - - uid: 864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,27.5 - parent: 588 - - uid: 865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,26.5 - parent: 588 - - uid: 879 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,40.5 - parent: 588 - - uid: 880 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,39.5 - parent: 588 - - uid: 881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,39.5 - parent: 588 - - uid: 882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,39.5 - parent: 588 - - uid: 883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,39.5 - parent: 588 - - uid: 884 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,39.5 - parent: 588 - - uid: 885 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,38.5 - parent: 588 - - uid: 914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,10.5 - parent: 588 - - uid: 915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,10.5 - parent: 588 - - uid: 916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,10.5 - parent: 588 - - uid: 917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,10.5 - parent: 588 - - uid: 918 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,10.5 - parent: 588 - - uid: 919 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,6.5 - parent: 588 - - uid: 920 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,6.5 - parent: 588 - - uid: 921 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,6.5 - parent: 588 - - uid: 922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,6.5 - parent: 588 - - uid: 923 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,6.5 - parent: 588 - - uid: 955 - components: - - type: Transform - pos: 15.5,31.5 - parent: 588 - - uid: 956 - components: - - type: Transform - pos: 16.5,31.5 - parent: 588 - - uid: 957 - components: - - type: Transform - pos: 17.5,31.5 - parent: 588 - - uid: 958 - components: - - type: Transform - pos: 18.5,31.5 - parent: 588 - - uid: 959 - components: - - type: Transform - pos: 19.5,31.5 - parent: 588 - - uid: 960 - components: - - type: Transform - pos: 20.5,31.5 - parent: 588 - - uid: 961 - components: - - type: Transform - pos: 21.5,31.5 - parent: 588 - - uid: 962 - components: - - type: Transform - pos: 22.5,31.5 - parent: 588 - - uid: 963 - components: - - type: Transform - pos: 23.5,31.5 - parent: 588 - - uid: 964 - components: - - type: Transform - pos: 24.5,31.5 - parent: 588 - - uid: 965 - components: - - type: Transform - pos: 25.5,31.5 - parent: 588 - - uid: 994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,32.5 - parent: 588 - - uid: 1158 - components: - - type: Transform - pos: 8.5,0.5 - parent: 588 - - uid: 1180 - components: - - type: Transform - pos: 1.5,36.5 - parent: 588 - - uid: 1181 - components: - - type: Transform - pos: 2.5,36.5 - parent: 588 - - uid: 1182 - components: - - type: Transform - pos: 3.5,36.5 - parent: 588 - - uid: 1183 - components: - - type: Transform - pos: 4.5,36.5 - parent: 588 - - uid: 1184 - components: - - type: Transform - pos: 5.5,36.5 - parent: 588 - - uid: 1185 - components: - - type: Transform - pos: 5.5,34.5 - parent: 588 - - uid: 1186 - components: - - type: Transform - pos: 6.5,34.5 - parent: 588 - - uid: 1187 - components: - - type: Transform - pos: 7.5,34.5 - parent: 588 - - uid: 1188 - components: - - type: Transform - pos: 8.5,34.5 - parent: 588 - - uid: 1189 - components: - - type: Transform - pos: 9.5,34.5 - parent: 588 - - uid: 1320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,40.5 - parent: 588 - - uid: 1321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,40.5 - parent: 588 - - uid: 1322 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,40.5 - parent: 588 - - uid: 1323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,38.5 - parent: 588 - - uid: 1324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,38.5 - parent: 588 - - uid: 1325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,38.5 - parent: 588 - - uid: 1326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,38.5 - parent: 588 - - uid: 1327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,38.5 - parent: 588 - - uid: 1331 - components: - - type: Transform - pos: 4.5,45.5 - parent: 588 - - uid: 1336 - components: - - type: Transform - pos: 2.5,45.5 - parent: 588 - - uid: 1339 - components: - - type: Transform - pos: 3.5,45.5 - parent: 588 - - uid: 1342 - components: - - type: Transform - pos: 3.5,46.5 - parent: 588 - - uid: 1344 - components: - - type: Transform - pos: 3.5,44.5 - parent: 588 - - uid: 1346 - components: - - type: Transform - pos: 2.5,44.5 - parent: 588 - - uid: 1347 - components: - - type: Transform - pos: 4.5,44.5 - parent: 588 - - uid: 1348 - components: - - type: Transform - pos: 4.5,44.5 - parent: 588 - - uid: 1349 - components: - - type: Transform - pos: 4.5,46.5 - parent: 588 - - uid: 1350 - components: - - type: Transform - pos: 2.5,46.5 - parent: 588 - - uid: 1494 - components: - - type: Transform - pos: 17.5,42.5 - parent: 588 - - uid: 1495 - components: - - type: Transform - pos: 18.5,42.5 - parent: 588 - - uid: 1496 - components: - - type: Transform - pos: 19.5,42.5 - parent: 588 - - uid: 1497 - components: - - type: Transform - pos: 20.5,42.5 - parent: 588 - - uid: 1498 - components: - - type: Transform - pos: 21.5,42.5 - parent: 588 - - uid: 1499 - components: - - type: Transform - pos: 17.5,48.5 - parent: 588 - - uid: 1500 - components: - - type: Transform - pos: 18.5,48.5 - parent: 588 - - uid: 1501 - components: - - type: Transform - pos: 19.5,48.5 - parent: 588 - - uid: 1502 - components: - - type: Transform - pos: 20.5,48.5 - parent: 588 - - uid: 1503 - components: - - type: Transform - pos: 21.5,48.5 - parent: 588 - - uid: 1516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,44.5 - parent: 588 - - uid: 1517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,45.5 - parent: 588 - - uid: 1518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,45.5 - parent: 588 - - uid: 1519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,45.5 - parent: 588 - - uid: 1582 - components: - - type: Transform - pos: 28.5,22.5 - parent: 588 - - uid: 1583 - components: - - type: Transform - pos: 28.5,21.5 - parent: 588 - - uid: 1584 - components: - - type: Transform - pos: 28.5,20.5 - parent: 588 - - uid: 1585 - components: - - type: Transform - pos: 28.5,19.5 - parent: 588 - - uid: 1586 - components: - - type: Transform - pos: 28.5,18.5 - parent: 588 - - uid: 1587 - components: - - type: Transform - pos: 24.5,22.5 - parent: 588 - - uid: 1588 - components: - - type: Transform - pos: 24.5,21.5 - parent: 588 - - uid: 1589 - components: - - type: Transform - pos: 24.5,20.5 - parent: 588 - - uid: 1590 - components: - - type: Transform - pos: 24.5,19.5 - parent: 588 - - uid: 1591 - components: - - type: Transform - pos: 24.5,18.5 - parent: 588 -- proto: Cautery - entities: - - uid: 1474 - components: - - type: Transform - pos: 8.533231,42.775993 - parent: 588 -- proto: Chair - entities: - - uid: 357 - components: - - type: Transform - pos: 23.5,4.5 - parent: 588 - - uid: 421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,9.5 - parent: 588 - - uid: 422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,9.5 - parent: 588 - - uid: 423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,7.5 - parent: 588 - - uid: 533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,14.5 - parent: 588 - - uid: 534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,15.5 - parent: 588 - - uid: 537 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,14.5 - parent: 588 - - uid: 569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,13.5 - parent: 588 - - uid: 716 - components: - - type: Transform - pos: 18.5,19.5 - parent: 588 - - uid: 717 - components: - - type: Transform - pos: 19.5,19.5 - parent: 588 - - uid: 718 - components: - - type: Transform - pos: 22.5,19.5 - parent: 588 - - uid: 719 - components: - - type: Transform - pos: 21.5,19.5 - parent: 588 - - uid: 1280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,38.5 - parent: 588 - - uid: 1281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,38.5 - parent: 588 - - uid: 1282 - components: - - type: Transform - pos: 20.5,40.5 - parent: 588 - - uid: 1283 - components: - - type: Transform - pos: 21.5,40.5 - parent: 588 - - uid: 1865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,7.5 - parent: 588 -- proto: ChairFolding - entities: - - uid: 344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,0.5 - parent: 588 - - uid: 345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,1.5 - parent: 588 - - uid: 346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,0.5 - parent: 588 - - uid: 347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,3.5 - parent: 588 - - uid: 348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,3.5 - parent: 588 - - uid: 349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,4.5 - parent: 588 - - uid: 350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,1.5 - parent: 588 - - uid: 351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,0.5 - parent: 588 - - uid: 352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,4.5 - parent: 588 - - uid: 353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,4.5 - parent: 588 - - uid: 1212 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,36.5 - parent: 588 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.53707,1.6455604 - parent: 588 - - uid: 355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.595894,3.4052575 - parent: 588 -- proto: ChairOfficeDark - entities: - - uid: 330 - components: - - type: Transform - pos: 19.5,1.5 - parent: 588 - - uid: 331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,3.5 - parent: 588 - - uid: 358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,0.5 - parent: 588 - - uid: 359 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 - parent: 588 - - uid: 360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,0.5 - parent: 588 - - uid: 361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,0.5 - parent: 588 - - uid: 571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,12.5 - parent: 588 -- proto: ChairOfficeLight - entities: - - uid: 631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,19.5 - parent: 588 - - uid: 638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,21.5 - parent: 588 - - uid: 707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,21.5 - parent: 588 -- proto: ChairPilotSeat - entities: - - uid: 356 - components: - - type: Transform - pos: 26.5,4.5 - parent: 588 -- proto: ChairWood - entities: - - uid: 1049 - components: - - type: Transform - pos: 20.5,25.5 - parent: 588 - - uid: 1050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,27.5 - parent: 588 - - uid: 1231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,34.5 - parent: 588 - - uid: 1232 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,36.5 - parent: 588 - - uid: 1790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,46.5 - parent: 588 - - uid: 1791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,44.5 - parent: 588 -- proto: CigarGold - entities: - - uid: 1219 - components: - - type: Transform - pos: 7.4719925,36.539555 - parent: 588 -- proto: ClosetBombFilled - entities: - - uid: 413 - components: - - type: Transform - pos: 14.5,6.5 - parent: 588 - - uid: 1014 - components: - - type: Transform - pos: 12.5,27.5 - parent: 588 - - uid: 1026 - components: - - type: Transform - pos: 16.5,27.5 - parent: 588 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1203 - components: - - type: Transform - pos: 12.5,30.5 - parent: 588 - - uid: 1204 - components: - - type: Transform - pos: 0.5,32.5 - parent: 588 - - uid: 1205 - components: - - type: Transform - pos: 9.5,9.5 - parent: 588 - - uid: 1207 - components: - - type: Transform - pos: 1.5,7.5 - parent: 588 -- proto: ClosetFireFilled - entities: - - uid: 1194 - components: - - type: Transform - pos: 1.5,9.5 - parent: 588 - - uid: 1195 - components: - - type: Transform - pos: 9.5,7.5 - parent: 588 - - uid: 1196 - components: - - type: Transform - pos: 6.5,40.5 - parent: 588 - - uid: 1197 - components: - - type: Transform - pos: 0.5,38.5 - parent: 588 -- proto: ClosetL3SecurityFilled - entities: - - uid: 415 - components: - - type: Transform - pos: 20.5,10.5 - parent: 588 -- proto: ClosetToolFilled - entities: - - uid: 1007 - components: - - type: Transform - pos: 14.5,30.5 - parent: 588 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,15.5 - parent: 588 - - uid: 868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,27.5 - parent: 588 - - uid: 1564 - components: - - type: Transform - pos: 17.5,43.5 - parent: 588 - - uid: 1565 - components: - - type: Transform - pos: 21.5,43.5 - parent: 588 -- proto: ClothingBeltChampion - entities: - - uid: 1236 - components: - - type: Transform - pos: 10.581136,39.53631 - parent: 588 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 1108 - components: - - type: Transform - pos: 25.666832,30.643515 - parent: 588 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 1715 - components: - - type: Transform - pos: 10.432637,44.476112 - parent: 588 -- proto: ClothingHeadBandRed - entities: - - uid: 1295 - components: - - type: Transform - pos: 12.571781,39.694115 - parent: 588 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 577 - components: - - type: Transform - pos: 12.686508,13.58602 - parent: 588 -- proto: ClothingHeadHatPwig - entities: - - uid: 369 - components: - - type: Transform - pos: 25.824945,3.5783403 - parent: 588 -- proto: ClothingHeadHatSecsoftFlipped - entities: - - uid: 606 - components: - - type: Transform - pos: 12.705482,6.671774 - parent: 588 - - uid: 1027 - components: - - type: Transform - pos: 18.403675,25.53719 - parent: 588 -- proto: ClothingHeadHatSurgcapPurple - entities: - - uid: 1711 - components: - - type: Transform - pos: 10.304593,44.632217 - parent: 588 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 1617 - components: - - type: Transform - pos: 22.499683,6.7142525 - parent: 588 -- proto: ClothingHeadHelmetThunderdome - entities: - - uid: 1240 - components: - - type: Transform - pos: 34.666565,24.66942 - parent: 588 -- proto: ClothingNeckLawyerbadge - entities: - - uid: 326 - components: - - type: Transform - pos: 21.586027,4.583762 - parent: 588 -- proto: ClothingNeckTieDet - entities: - - uid: 573 - components: - - type: Transform - pos: 12.714905,13.486683 - parent: 588 -- proto: ClothingOuterArmorReflective - entities: - - uid: 1031 - components: - - type: Transform - pos: 18.47467,24.458666 - parent: 588 -- proto: ClothingOuterCoatDetective - entities: - - uid: 574 - components: - - type: Transform - pos: 13.396446,12.479115 - parent: 588 -- proto: ClothingOuterRobesJudge - entities: - - uid: 370 - components: - - type: Transform - pos: 27.40101,3.677678 - parent: 588 -- proto: ClothingShoesBootsCombatFilled - entities: - - uid: 1036 - components: - - type: Transform - pos: 12.582174,25.636528 - parent: 588 -- proto: ClothingShoesBootsLaceup - entities: - - uid: 372 - components: - - type: Transform - pos: 18.586912,0.70824456 - parent: 588 -- proto: ClothingUniformJumpskirtColorMaroon - entities: - - uid: 1714 - components: - - type: Transform - pos: 10.673761,44.53288 - parent: 588 -- proto: ClothingUniformJumpsuitColorMaroon - entities: - - uid: 1713 - components: - - type: Transform - pos: 10.645364,44.67479 - parent: 588 -- proto: ClusterBangFull - entities: - - uid: 599 - components: - - type: Transform - pos: 33.484257,28.42918 - parent: 588 -- proto: ComputerAlert - entities: - - uid: 999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,30.5 - parent: 588 - - uid: 1001 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,30.5 - parent: 588 - - uid: 1561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,46.5 - parent: 588 -- proto: computerBodyScanner - entities: - - uid: 1394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,44.5 - parent: 588 - - uid: 1423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,44.5 - parent: 588 -- proto: ComputerCriminalRecords - entities: - - uid: 461 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,0.5 - parent: 588 - - uid: 634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,18.5 - parent: 588 -- proto: ComputerPowerMonitoring - entities: - - uid: 1000 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,30.5 - parent: 588 - - uid: 1002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,30.5 - parent: 588 - - uid: 1560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,46.5 - parent: 588 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,21.5 - parent: 588 -- proto: ComputerTelevision - entities: - - uid: 1229 - components: - - type: Transform - pos: 12.5,34.5 - parent: 588 - - uid: 1230 - components: - - type: Transform - pos: 22.5,36.5 - parent: 588 -- proto: CrateEngineeringGear - entities: - - uid: 1008 - components: - - type: Transform - pos: 26.5,30.5 - parent: 588 -- proto: CrateFunBoardGames - entities: - - uid: 1845 - components: - - type: Transform - pos: 26.5,48.5 - parent: 588 -- proto: CrateFunParty - entities: - - uid: 1876 - components: - - type: Transform - pos: 25.5,43.5 - parent: 588 -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 1660 - components: - - type: Transform - pos: 31.5,22.5 - parent: 588 -- proto: CrayonBox - entities: - - uid: 1057 - components: - - type: Transform - pos: 20.47107,24.608877 - parent: 588 - - uid: 1116 - components: - - type: Transform - pos: 20.607256,14.646415 - parent: 588 -- proto: CryoPod - entities: - - uid: 1395 - components: - - type: Transform - pos: 8.5,47.5 - parent: 588 - - uid: 1397 - components: - - type: Transform - pos: 14.5,47.5 - parent: 588 -- proto: DebugSMES - entities: - - uid: 971 - components: - - type: Transform - pos: 22.5,32.5 - parent: 588 - - uid: 974 - components: - - type: Transform - pos: 18.5,32.5 - parent: 588 -- proto: DeployableBarrier - entities: - - uid: 1233 - components: - - type: Transform - pos: 32.5,24.5 - parent: 588 -- proto: DiceBag - entities: - - uid: 552 - components: - - type: Transform - pos: 20.294882,15.426926 - parent: 588 -- proto: DiseaseDiagnoser - entities: - - uid: 1424 - components: - - type: Transform - pos: 14.5,44.5 - parent: 588 -- proto: DisposalUnit - entities: - - uid: 550 - components: - - type: Transform - pos: 22.5,16.5 - parent: 588 - - uid: 725 - components: - - type: Transform - pos: 21.5,22.5 - parent: 588 - - uid: 766 - components: - - type: Transform - pos: 9.5,22.5 - parent: 588 - - uid: 1288 - components: - - type: Transform - pos: 22.5,38.5 - parent: 588 -- proto: DonkpocketBoxSpawner - entities: - - uid: 526 - components: - - type: Transform - pos: 16.5,13.5 - parent: 588 - - uid: 723 - components: - - type: Transform - pos: 18.5,21.5 - parent: 588 -- proto: DoorElectronics - entities: - - uid: 659 - components: - - type: Transform - pos: 12.581519,21.410114 - parent: 588 - - uid: 1074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.639427,25.54549 - parent: 588 -- proto: Dresser - entities: - - uid: 1051 - components: - - type: Transform - pos: 22.5,25.5 - parent: 588 - - uid: 1052 - components: - - type: Transform - pos: 20.5,27.5 - parent: 588 - - uid: 1061 - components: - - type: Transform - pos: 24.5,25.5 - parent: 588 - - uid: 1221 - components: - - type: Transform - pos: 21.5,36.5 - parent: 588 - - uid: 1222 - components: - - type: Transform - pos: 13.5,34.5 - parent: 588 -- proto: DrinkDetFlask - entities: - - uid: 1577 - components: - - type: Transform - pos: 12.606661,13.037249 - parent: 588 -- proto: DrinkMugMetal - entities: - - uid: 1294 - components: - - type: Transform - pos: 22.442232,12.514399 - parent: 588 -- proto: DrinkMugRed - entities: - - uid: 721 - components: - - type: Transform - pos: 22.448559,18.561966 - parent: 588 - - uid: 1293 - components: - - type: Transform - pos: 22.328642,12.741456 - parent: 588 -- proto: DrinkShinyFlask - entities: - - uid: 1874 - components: - - type: Transform - pos: 6.890398,22.663696 - parent: 588 -- proto: DrinkShotGlass - entities: - - uid: 578 - components: - - type: Transform - pos: 12.412022,12.535878 - parent: 588 - - uid: 579 - components: - - type: Transform - pos: 12.539811,12.748745 - parent: 588 -- proto: DrinkWaterCup - entities: - - uid: 722 - components: - - type: Transform - pos: 18.373508,18.661304 - parent: 588 - - uid: 762 - components: - - type: Transform - pos: 6.313587,19.590261 - parent: 588 - - uid: 763 - components: - - type: Transform - pos: 6.441377,19.419968 - parent: 588 -- proto: EmergencyLight - entities: - - uid: 1716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,6.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1717 - components: - - type: Transform - pos: 21.5,10.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1718 - components: - - type: Transform - pos: 30.5,4.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,0.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,0.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,12.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1722 - components: - - type: Transform - pos: 18.5,16.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1723 - components: - - type: Transform - pos: 31.5,22.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,25.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1726 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,25.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,27.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,27.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,27.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,25.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,9.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,20.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1734 - components: - - type: Transform - pos: 1.5,24.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1736 - components: - - type: Transform - pos: 11.5,32.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,40.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,40.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1739 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,30.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,19.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,21.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,18.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,34.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,34.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,38.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,44.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,44.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,46.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1751 - components: - - type: Transform - pos: 30.5,6.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1752 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,10.5 - parent: 588 - - type: PointLight - enabled: True - - uid: 1832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,46.5 - parent: 588 - - type: PointLight - enabled: True -- proto: EmergencyRollerBed - entities: - - uid: 1141 - components: - - type: Transform - pos: 30.5,25.5 - parent: 588 - - uid: 1142 - components: - - type: Transform - pos: 30.5,24.5 - parent: 588 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,26.5 - parent: 588 - - uid: 1198 - components: - - type: Transform - pos: 2.5,8.5 - parent: 588 - - uid: 1199 - components: - - type: Transform - pos: 8.5,8.5 - parent: 588 - - uid: 1200 - components: - - type: Transform - pos: 8.5,35.5 - parent: 588 - - uid: 1201 - components: - - type: Transform - pos: 1.5,35.5 - parent: 588 - - uid: 1202 - components: - - type: Transform - pos: 25.5,14.5 - parent: 588 - - uid: 1328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,39.5 - parent: 588 - - uid: 1566 - components: - - type: Transform - pos: 17.5,44.5 - parent: 588 -- proto: filingCabinetRandom - entities: - - uid: 320 - components: - - type: Transform - pos: 21.5,0.5 - parent: 588 - - uid: 321 - components: - - type: Transform - pos: 20.5,0.5 - parent: 588 -- proto: filingCabinetTallRandom - entities: - - uid: 1396 - components: - - type: Transform - pos: 8.5,44.5 - parent: 588 -- proto: Flash - entities: - - uid: 1209 - components: - - type: Transform - pos: 10.726851,19.047483 - parent: 588 -- proto: FlashlightSeclite - entities: - - uid: 374 - components: - - type: Transform - pos: 13.377204,0.54605544 - parent: 588 -- proto: FloodlightBroken - entities: - - uid: 1193 - components: - - type: Transform - pos: 9.462372,35.6454 - parent: 588 -- proto: FloorDrain - entities: - - uid: 944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,28.5 - parent: 588 - - type: Fixtures - fixtures: {} - - uid: 945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,28.5 - parent: 588 - - type: Fixtures - fixtures: {} -- proto: FloorLavaEntity - entities: - - uid: 47 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,8.5 - parent: 588 - - uid: 49 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 588 - - uid: 458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,10.5 - parent: 588 - - uid: 459 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,8.5 - parent: 588 - - uid: 460 - components: - - type: Transform - pos: 8.5,3.5 - parent: 588 - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,20.5 - parent: 588 - - uid: 820 - components: - - type: Transform - pos: 4.5,32.5 - parent: 588 - - uid: 821 - components: - - type: Transform - pos: 4.5,31.5 - parent: 588 - - uid: 822 - components: - - type: Transform - pos: 5.5,31.5 - parent: 588 - - uid: 823 - components: - - type: Transform - pos: 5.5,32.5 - parent: 588 - - uid: 824 - components: - - type: Transform - pos: 5.5,30.5 - parent: 588 - - uid: 825 - components: - - type: Transform - pos: 6.5,30.5 - parent: 588 - - uid: 826 - components: - - type: Transform - pos: 7.5,30.5 - parent: 588 - - uid: 827 - components: - - type: Transform - pos: 6.5,32.5 - parent: 588 - - uid: 828 - components: - - type: Transform - pos: 7.5,32.5 - parent: 588 - - uid: 829 - components: - - type: Transform - pos: 7.5,31.5 - parent: 588 - - uid: 830 - components: - - type: Transform - pos: 6.5,31.5 - parent: 588 - - uid: 831 - components: - - type: Transform - pos: 8.5,30.5 - parent: 588 - - uid: 857 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,39.5 - parent: 588 - - uid: 858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,39.5 - parent: 588 - - uid: 859 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,38.5 - parent: 588 - - uid: 860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,40.5 - parent: 588 - - uid: 887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,40.5 - parent: 588 - - uid: 889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,39.5 - parent: 588 - - uid: 906 - components: - - type: Transform - pos: 4.5,7.5 - parent: 588 - - uid: 907 - components: - - type: Transform - pos: 5.5,7.5 - parent: 588 - - uid: 908 - components: - - type: Transform - pos: 5.5,9.5 - parent: 588 - - uid: 909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,6.5 - parent: 588 - - uid: 910 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,6.5 - parent: 588 - - uid: 911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 - parent: 588 - - uid: 913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,10.5 - parent: 588 - - uid: 1247 - components: - - type: Transform - pos: 8.5,4.5 - parent: 588 - - uid: 1248 - components: - - type: Transform - pos: 9.5,4.5 - parent: 588 - - uid: 1249 - components: - - type: Transform - pos: 8.5,2.5 - parent: 588 - - uid: 1250 - components: - - type: Transform - pos: 8.5,1.5 - parent: 588 - - uid: 1251 - components: - - type: Transform - pos: 9.5,1.5 - parent: 588 - - uid: 1252 - components: - - type: Transform - pos: 8.5,1.5 - parent: 588 - - uid: 1253 - components: - - type: Transform - pos: 8.5,0.5 - parent: 588 - - uid: 1254 - components: - - type: Transform - pos: 7.5,0.5 - parent: 588 - - uid: 1333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,46.5 - parent: 588 - - uid: 1341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,45.5 - parent: 588 - - uid: 1343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,46.5 - parent: 588 - - uid: 1345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,46.5 - parent: 588 - - uid: 1359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,47.5 - parent: 588 - - uid: 1360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,46.5 - parent: 588 - - uid: 1361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,47.5 - parent: 588 - - uid: 1362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,47.5 - parent: 588 - - uid: 1363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,44.5 - parent: 588 - - uid: 1364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,47.5 - parent: 588 - - uid: 1365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,44.5 - parent: 588 - - uid: 1366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,45.5 - parent: 588 - - uid: 1367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,44.5 - parent: 588 - - uid: 1368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,43.5 - parent: 588 - - uid: 1369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,43.5 - parent: 588 - - uid: 1370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,42.5 - parent: 588 - - uid: 1371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,42.5 - parent: 588 - - uid: 1372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,43.5 - parent: 588 - - uid: 1373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,44.5 - parent: 588 - - uid: 1374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,46.5 - parent: 588 - - uid: 1375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,43.5 - parent: 588 -- proto: FoodBowlBigTrash - entities: - - uid: 1840 - components: - - type: Transform - pos: 30.547388,48.16116 - parent: 588 -- proto: FoodBurgerMime - entities: - - uid: 399 - components: - - type: Transform - pos: 10.958169,39.64943 - parent: 588 -- proto: FoodPlateSmallPlastic - entities: - - uid: 529 - components: - - type: Transform - pos: 17.462528,12.615073 - parent: 588 -- proto: FoodPlateTrash - entities: - - uid: 1692 - components: - - type: Transform - pos: 28.80027,47.44947 - parent: 588 -- proto: ForensicPad - entities: - - uid: 761 - components: - - type: Transform - pos: 7.562898,22.48225 - parent: 588 -- proto: ForkPlastic - entities: - - uid: 531 - components: - - type: Transform - pos: 17.405733,12.600882 - parent: 588 -- proto: GasFilter - entities: - - uid: 1415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,47.5 - parent: 588 -- proto: GasPipeBend - entities: - - uid: 1412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,46.5 - parent: 588 - - uid: 1414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,46.5 - parent: 588 - - uid: 1416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,47.5 - parent: 588 - - uid: 1421 - components: - - type: Transform - pos: 13.5,47.5 - parent: 588 -- proto: GasPipeStraight - entities: - - uid: 1418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,47.5 - parent: 588 - - uid: 1420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,46.5 - parent: 588 -- proto: GasPipeTJunction - entities: - - uid: 1410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,46.5 - parent: 588 - - uid: 1411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,46.5 - parent: 588 - - uid: 1417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,46.5 - parent: 588 - - uid: 1419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,46.5 - parent: 588 -- proto: GasPort - entities: - - uid: 1404 - components: - - type: Transform - pos: 9.5,48.5 - parent: 588 - - uid: 1422 - components: - - type: Transform - pos: 12.5,48.5 - parent: 588 -- proto: GasPressurePump - entities: - - uid: 1409 - components: - - type: Transform - pos: 9.5,47.5 - parent: 588 -- proto: GasThermoMachineFreezer - entities: - - uid: 1403 - components: - - type: Transform - pos: 10.5,48.5 - parent: 588 -- proto: GatfruitSeeds - entities: - - uid: 562 - components: - - type: Transform - pos: 8.528373,27.49547 - parent: 588 -- proto: Gauze - entities: - - uid: 1482 - components: - - type: Transform - pos: 8.452288,42.514927 - parent: 588 -- proto: GeneratorRTG - entities: - - uid: 742 - components: - - type: Transform - pos: 27.5,21.5 - parent: 588 - - uid: 748 - components: - - type: Transform - pos: 25.5,21.5 - parent: 588 -- proto: Girder - entities: - - uid: 1301 - components: - - type: Transform - pos: 26.5,39.5 - parent: 588 -- proto: Grille - entities: - - uid: 209 - components: - - type: Transform - pos: 15.5,34.5 - parent: 588 - - uid: 211 - components: - - type: Transform - pos: 19.5,36.5 - parent: 588 - - uid: 212 - components: - - type: Transform - pos: 19.5,34.5 - parent: 588 - - uid: 213 - components: - - type: Transform - pos: 15.5,36.5 - parent: 588 - - uid: 403 - components: - - type: Transform - pos: 15.5,9.5 - parent: 588 - - uid: 404 - components: - - type: Transform - pos: 15.5,7.5 - parent: 588 - - uid: 407 - components: - - type: Transform - pos: 19.5,9.5 - parent: 588 - - uid: 408 - components: - - type: Transform - pos: 19.5,7.5 - parent: 588 - - uid: 568 - components: - - type: Transform - pos: 12.5,15.5 - parent: 588 - - uid: 584 - components: - - type: Transform - pos: 2.5,12.5 - parent: 588 - - uid: 586 - components: - - type: Transform - pos: 2.5,16.5 - parent: 588 - - uid: 587 - components: - - type: Transform - pos: 4.5,16.5 - parent: 588 - - uid: 589 - components: - - type: Transform - pos: 4.5,12.5 - parent: 588 - - uid: 1465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,43.5 - parent: 588 - - uid: 1466 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 - parent: 588 -- proto: GrilleBroken - entities: - - uid: 1302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,39.5 - parent: 588 -- proto: Handcuffs - entities: - - uid: 1614 - components: - - type: Transform - pos: 22.608034,10.659381 - parent: 588 -- proto: Hemostat - entities: - - uid: 1471 - components: - - type: Transform - pos: 8.51377,43.004257 - parent: 588 -- proto: HighSecArmoryLocked - entities: - - uid: 1597 - components: - - type: Transform - pos: 26.5,7.5 - parent: 588 - - uid: 1598 - components: - - type: Transform - pos: 32.5,7.5 - parent: 588 - - uid: 1599 - components: - - type: Transform - pos: 29.5,9.5 - parent: 588 -- proto: HospitalCurtains - entities: - - uid: 402 - components: - - type: Transform - pos: 8.5,27.5 - parent: 588 - - uid: 949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,24.5 - parent: 588 - - uid: 951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,27.5 - parent: 588 - - uid: 1768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,48.5 - parent: 588 -- proto: HospitalCurtainsOpen - entities: - - uid: 946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,25.5 - parent: 588 - - uid: 947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,24.5 - parent: 588 - - uid: 1040 - components: - - type: Transform - pos: 20.5,28.5 - parent: 588 - - uid: 1046 - components: - - type: Transform - pos: 22.5,24.5 - parent: 588 - - uid: 1148 - components: - - type: Transform - pos: 28.5,25.5 - parent: 588 - - uid: 1149 - components: - - type: Transform - pos: 28.5,24.5 - parent: 588 - - uid: 1223 - components: - - type: Transform - pos: 20.5,36.5 - parent: 588 - - uid: 1224 - components: - - type: Transform - pos: 14.5,34.5 - parent: 588 - - uid: 1467 - components: - - type: Transform - pos: 12.5,42.5 - parent: 588 - - uid: 1469 - components: - - type: Transform - pos: 10.5,42.5 - parent: 588 - - uid: 1767 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,42.5 - parent: 588 -- proto: HydroponicsToolHatchet - entities: - - uid: 1844 - components: - - type: Transform - pos: 29.538284,44.04174 - parent: 588 - - uid: 1851 - components: - - type: Transform - pos: 30.630798,21.602604 - parent: 588 -- proto: HydroponicsToolMiniHoe - entities: - - uid: 1837 - components: - - type: Transform - pos: 30.099596,43.446724 - parent: 588 - - uid: 1841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.38517,20.601 - parent: 588 -- proto: HydroponicsToolSpade - entities: - - uid: 1838 - components: - - type: Transform - pos: 29.95761,43.361576 - parent: 588 - - uid: 1842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.42777,20.58681 - parent: 588 -- proto: hydroponicsTray - entities: - - uid: 796 - components: - - type: Transform - pos: 31.5,21.5 - parent: 588 - - uid: 797 - components: - - type: Transform - pos: 31.5,20.5 - parent: 588 - - uid: 798 - components: - - type: Transform - pos: 31.5,19.5 - parent: 588 - - uid: 1772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,42.5 - parent: 588 - - uid: 1774 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,44.5 - parent: 588 - - uid: 1787 - components: - - type: Transform - pos: 30.5,44.5 - parent: 588 - - uid: 1788 - components: - - type: Transform - pos: 30.5,42.5 - parent: 588 -- proto: IngotGold - entities: - - uid: 952 - components: - - type: Transform - pos: 11.069347,39.504154 - parent: 588 -- proto: KitchenMicrowave - entities: - - uid: 524 - components: - - type: Transform - pos: 16.5,12.5 - parent: 588 - - uid: 709 - components: - - type: Transform - pos: 18.5,22.5 - parent: 588 - - uid: 1785 - components: - - type: Transform - pos: 29.5,48.5 - parent: 588 -- proto: KitchenReagentGrinder - entities: - - uid: 1786 - components: - - type: Transform - pos: 30.5,47.5 - parent: 588 -- proto: KnifePlastic - entities: - - uid: 530 - components: - - type: Transform - pos: 17.249546,12.643455 - parent: 588 - - uid: 1836 - components: - - type: Transform - pos: 30.241585,48.271698 - parent: 588 -- proto: Lamp - entities: - - uid: 581 - components: - - type: Transform - pos: 12.369425,13.798887 - parent: 588 -- proto: LampGold - entities: - - uid: 322 - components: - - type: Transform - pos: 18.419699,1.6320114 - parent: 588 - - uid: 323 - components: - - type: Transform - pos: 20.563715,4.8959665 - parent: 588 - - uid: 729 - components: - - type: Transform - pos: 6.4779434,22.892899 - parent: 588 - - uid: 730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.765976,19.912766 - parent: 588 -- proto: Lighter - entities: - - uid: 1220 - components: - - type: Transform - pos: 7.5287867,36.397644 - parent: 588 -- proto: LockerDetective - entities: - - uid: 560 - components: - - type: Transform - pos: 14.5,16.5 - parent: 588 -- proto: LockerEvidence - entities: - - uid: 254 - components: - - type: Transform - pos: 16.5,0.5 - parent: 588 - - uid: 262 - components: - - type: Transform - pos: 2.5,0.5 - parent: 588 - - uid: 263 - components: - - type: Transform - pos: 4.5,0.5 - parent: 588 - - uid: 276 - components: - - type: Transform - pos: 0.5,0.5 - parent: 588 - - uid: 286 - components: - - type: Transform - pos: 12.5,0.5 - parent: 588 - - uid: 287 - components: - - type: Transform - pos: 14.5,0.5 - parent: 588 - - uid: 704 - components: - - type: Transform - pos: 16.5,22.5 - parent: 588 -- proto: LockerMedicineFilled - entities: - - uid: 1152 - components: - - type: Transform - pos: 28.5,27.5 - parent: 588 -- proto: LockerSecurityFilled - entities: - - uid: 416 - components: - - type: Transform - pos: 20.5,6.5 - parent: 588 -- proto: LockerSyndicatePersonal - entities: - - uid: 605 - components: - - type: Transform - pos: 6.5,12.5 - parent: 588 -- proto: MachineFrame - entities: - - uid: 400 - components: - - type: Transform - pos: 26.5,8.5 - parent: 588 -- proto: MaintenanceFluffSpawner - entities: - - uid: 414 - components: - - type: Transform - pos: 25.5,32.5 - parent: 588 - - uid: 1289 - components: - - type: Transform - pos: 17.5,38.5 - parent: 588 - - uid: 1290 - components: - - type: Transform - pos: 21.5,40.5 - parent: 588 - - uid: 1291 - components: - - type: Transform - pos: 20.5,40.5 - parent: 588 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 548 - components: - - type: Transform - pos: 15.5,4.5 - parent: 588 - - uid: 549 - components: - - type: Transform - pos: 3.5,4.5 - parent: 588 - - uid: 1580 - components: - - type: Transform - pos: 1.5,8.5 - parent: 588 - - uid: 1581 - components: - - type: Transform - pos: 9.5,8.5 - parent: 588 -- proto: MaterialCloth1 - entities: - - uid: 702 - components: - - type: Transform - pos: 12.462601,18.586084 - parent: 588 - - uid: 1065 - components: - - type: Transform - pos: 24.460928,24.594687 - parent: 588 - - uid: 1066 - components: - - type: Transform - pos: 24.389935,24.296673 - parent: 588 -- proto: MaterialWoodPlank1 - entities: - - uid: 703 - components: - - type: Transform - pos: 12.817572,18.685423 - parent: 588 - - uid: 1064 - components: - - type: Transform - pos: 26.278374,24.608877 - parent: 588 - - uid: 1067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.801699,24.708214 - parent: 588 - - uid: 1076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.823982,27.574818 - parent: 588 -- proto: MedicalBed - entities: - - uid: 1146 - components: - - type: Transform - pos: 28.5,24.5 - parent: 588 - - uid: 1147 - components: - - type: Transform - pos: 28.5,25.5 - parent: 588 -- proto: MedkitAdvancedFilled - entities: - - uid: 1153 - components: - - type: Transform - pos: 30.614443,28.392822 - parent: 588 -- proto: MedkitCombatFilled - entities: - - uid: 1154 - components: - - type: Transform - pos: 30.40146,28.066427 - parent: 588 -- proto: OperatingTable - entities: - - uid: 1389 - components: - - type: Transform - pos: 9.5,43.5 - parent: 588 -- proto: Paper - entities: - - uid: 1055 - components: - - type: Transform - pos: 20.428474,24.722406 - parent: 588 - - uid: 1056 - components: - - type: Transform - pos: 20.669853,24.52373 - parent: 588 -- proto: PaperOffice - entities: - - uid: 327 - components: - - type: Transform - pos: 21.415642,4.0728827 - parent: 588 - - uid: 328 - components: - - type: Transform - pos: 21.586027,4.0019264 - parent: 588 - - uid: 1113 - components: - - type: Transform - pos: 20.706646,15.341779 - parent: 588 - - uid: 1114 - components: - - type: Transform - pos: 20.465267,15.185677 - parent: 588 - - uid: 1115 - components: - - type: Transform - pos: 20.30908,14.603841 - parent: 588 -- proto: PartRodMetal1 - entities: - - uid: 1071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.341253,26.595633 - parent: 588 - - uid: 1072 - components: - - type: Transform - pos: 25.36965,28.11408 - parent: 588 -- proto: Pen - entities: - - uid: 366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.352327,3.9473093 - parent: 588 - - uid: 367 - components: - - type: Transform - pos: 18.75395,1.1232786 - parent: 588 - - uid: 368 - components: - - type: Transform - pos: 24.788435,1.4496742 - parent: 588 - - uid: 731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.36841,19.019064 - parent: 588 - - uid: 732 - components: - - type: Transform - pos: 7.4631767,22.637186 - parent: 588 -- proto: PhoneInstrument - entities: - - uid: 371 - components: - - type: Transform - pos: 25.484175,4.4865713 - parent: 588 -- proto: PillCanister - entities: - - uid: 1481 - components: - - type: Transform - pos: 14.438607,42.637726 - parent: 588 -- proto: PillSpaceDrugs - entities: - - uid: 1479 - components: - - type: Transform - pos: 14.438607,42.96412 - parent: 588 - - uid: 1480 - components: - - type: Transform - pos: 14.537998,42.878975 - parent: 588 -- proto: PlushieNuke - entities: - - uid: 1850 - components: - - type: Transform - pos: 22.519993,28.594225 - parent: 588 -- proto: PortableFlasher - entities: - - uid: 1234 - components: - - type: Transform - pos: 32.5,25.5 - parent: 588 -- proto: PortableGeneratorPacman - entities: - - uid: 967 - components: - - type: Transform - pos: 16.5,32.5 - parent: 588 - - uid: 969 - components: - - type: Transform - pos: 24.5,32.5 - parent: 588 -- proto: PortableGeneratorSuperPacman - entities: - - uid: 50 - components: - - type: Transform - pos: 26.5,15.5 - parent: 588 - - uid: 55 - components: - - type: Transform - pos: 28.5,15.5 - parent: 588 - - uid: 1504 - components: - - type: Transform - pos: 18.5,44.5 - parent: 588 - - uid: 1505 - components: - - type: Transform - pos: 20.5,44.5 - parent: 588 -- proto: PortableScrubber - entities: - - uid: 1101 - components: - - type: Transform - pos: 18.5,30.5 - parent: 588 -- proto: PosterContrabandBountyHunters - entities: - - uid: 1578 - components: - - type: Transform - pos: 13.5,15.5 - parent: 588 -- proto: PosterLegitDickGumshue - entities: - - uid: 1576 - components: - - type: Transform - pos: 9.5,15.5 - parent: 588 -- proto: PosterLegitEnlist - entities: - - uid: 1800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,9.5 - parent: 588 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 1802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,48.5 - parent: 588 - - uid: 1803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,21.5 - parent: 588 -- proto: PosterLegitObey - entities: - - uid: 1801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,42.5 - parent: 588 -- proto: PosterLegitSecWatch - entities: - - uid: 1799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,7.5 - parent: 588 -- proto: PosterLegitSpaceCops - entities: - - uid: 1804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,19.5 - parent: 588 -- proto: PottedPlantRandom - entities: - - uid: 1286 - components: - - type: Transform - pos: 16.5,38.5 - parent: 588 - - uid: 1287 - components: - - type: Transform - pos: 22.5,40.5 - parent: 588 -- proto: PowerCellHyper - entities: - - uid: 469 - components: - - type: Transform - pos: 12.355853,25.41643 - parent: 588 - - uid: 590 - components: - - type: Transform - pos: 5.381793,16.642464 - parent: 588 -- proto: PowerCellRecharger - entities: - - uid: 1103 - components: - - type: Transform - pos: 15.5,30.5 - parent: 588 - - uid: 1568 - components: - - type: Transform - pos: 21.5,47.5 - parent: 588 -- proto: Poweredlight - entities: - - uid: 1641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,0.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1646 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,0.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,0.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,6.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1649 - components: - - type: Transform - pos: 13.5,10.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1650 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,6.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1651 - components: - - type: Transform - pos: 18.5,10.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,12.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1702 - components: - - type: Transform - pos: 20.5,16.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,20.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1705 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,27.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1706 - components: - - type: Transform - pos: 18.5,40.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,21.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1743 - components: - - type: Transform - pos: 21.5,22.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,43.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,47.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightLED - entities: - - uid: 1707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,42.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1708 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,42.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,46.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,46.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,27.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,14.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 940 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,28.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,28.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,10.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,10.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1605 - components: - - type: Transform - pos: 29.5,6.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1607 - components: - - type: Transform - pos: 32.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1608 - components: - - type: Transform - pos: 26.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,1.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1644 - components: - - type: Transform - pos: 20.5,4.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,0.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,8.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,14.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,14.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1659 - components: - - type: Transform - pos: 3.5,18.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1661 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,22.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,27.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1664 - components: - - type: Transform - pos: 0.5,28.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,30.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,36.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1669 - components: - - type: Transform - pos: 8.5,34.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,38.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1671 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,43.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,43.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1674 - components: - - type: Transform - pos: 2.5,47.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1675 - components: - - type: Transform - pos: 4.5,47.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1676 - components: - - type: Transform - pos: 9.5,40.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1677 - components: - - type: Transform - pos: 13.5,40.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1678 - components: - - type: Transform - pos: 13.5,36.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,34.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,35.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,35.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1682 - components: - - type: Transform - pos: 25.5,36.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1683 - components: - - type: Transform - pos: 28.5,38.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1684 - components: - - type: Transform - pos: 19.5,46.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,47.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,47.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1687 - components: - - type: Transform - pos: 23.5,32.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1688 - components: - - type: Transform - pos: 17.5,32.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,27.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,19.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,19.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1696 - components: - - type: Transform - pos: 13.5,22.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,18.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,18.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,13.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,42.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1829 - components: - - type: Transform - pos: 25.5,48.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLightEmpty - entities: - - uid: 1640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,25.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,27.5 - parent: 588 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,0.5 - parent: 588 - - uid: 264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 588 - - uid: 283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 588 - - uid: 285 - components: - - type: Transform - pos: 13.5,0.5 - parent: 588 - - uid: 324 - components: - - type: Transform - pos: 19.5,4.5 - parent: 588 - - uid: 396 - components: - - type: Transform - pos: 28.5,8.5 - parent: 588 - - uid: 401 - components: - - type: Transform - pos: 32.5,8.5 - parent: 588 - - uid: 417 - components: - - type: Transform - pos: 12.5,6.5 - parent: 588 - - uid: 418 - components: - - type: Transform - pos: 12.5,10.5 - parent: 588 - - uid: 419 - components: - - type: Transform - pos: 22.5,10.5 - parent: 588 - - uid: 420 - components: - - type: Transform - pos: 22.5,6.5 - parent: 588 - - uid: 478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,15.5 - parent: 588 - - uid: 551 - components: - - type: Transform - pos: 22.5,15.5 - parent: 588 - - uid: 585 - components: - - type: Transform - pos: 1.5,12.5 - parent: 588 - - uid: 596 - components: - - type: Transform - pos: 1.5,16.5 - parent: 588 - - uid: 597 - components: - - type: Transform - pos: 5.5,16.5 - parent: 588 - - uid: 598 - components: - - type: Transform - pos: 5.5,12.5 - parent: 588 - - uid: 966 - components: - - type: Transform - pos: 25.5,32.5 - parent: 588 - - uid: 977 - components: - - type: Transform - pos: 15.5,32.5 - parent: 588 - - uid: 1015 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,25.5 - parent: 588 - - uid: 1016 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,24.5 - parent: 588 - - uid: 1021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,25.5 - parent: 588 - - uid: 1024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,24.5 - parent: 588 - - uid: 1111 - components: - - type: Transform - pos: 14.5,32.5 - parent: 588 - - uid: 1112 - components: - - type: Transform - pos: 26.5,32.5 - parent: 588 - - uid: 1206 - components: - - type: Transform - pos: 1.5,8.5 - parent: 588 - - uid: 1208 - components: - - type: Transform - pos: 9.5,8.5 - parent: 588 - - uid: 1211 - components: - - type: Transform - pos: 2.5,34.5 - parent: 588 - - uid: 1319 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,40.5 - parent: 588 - - uid: 1562 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,47.5 - parent: 588 - - uid: 1858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,21.5 - parent: 588 -- proto: Railing - entities: - - uid: 313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,4.5 - parent: 588 - - uid: 314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,0.5 - parent: 588 - - uid: 427 - components: - - type: Transform - pos: 6.5,7.5 - parent: 588 - - uid: 428 - components: - - type: Transform - pos: 4.5,7.5 - parent: 588 - - uid: 429 - components: - - type: Transform - pos: 3.5,7.5 - parent: 588 - - uid: 430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,9.5 - parent: 588 - - uid: 431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 - parent: 588 - - uid: 435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,9.5 - parent: 588 - - uid: 436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,9.5 - parent: 588 - - uid: 437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,9.5 - parent: 588 - - uid: 439 - components: - - type: Transform - pos: 5.5,7.5 - parent: 588 - - uid: 440 - components: - - type: Transform - pos: 7.5,7.5 - parent: 588 - - uid: 770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,21.5 - parent: 588 - - uid: 850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,30.5 - parent: 588 - - uid: 851 - components: - - type: Transform - pos: 9.5,32.5 - parent: 588 - - uid: 854 - components: - - type: Transform - pos: 3.5,32.5 - parent: 588 - - uid: 855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 - parent: 588 - - uid: 1259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,4.5 - parent: 588 - - uid: 1260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 - parent: 588 - - uid: 1261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 - parent: 588 - - uid: 1262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,0.5 - parent: 588 -- proto: RailingCorner - entities: - - uid: 315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,1.5 - parent: 588 - - uid: 316 - components: - - type: Transform - pos: 30.5,3.5 - parent: 588 - - uid: 771 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,21.5 - parent: 588 - - uid: 772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,21.5 - parent: 588 - - uid: 845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,32.5 - parent: 588 - - uid: 846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,30.5 - parent: 588 - - uid: 847 - components: - - type: Transform - pos: 10.5,32.5 - parent: 588 - - uid: 848 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,30.5 - parent: 588 - - uid: 849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,30.5 - parent: 588 - - uid: 852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,32.5 - parent: 588 - - uid: 853 - components: - - type: Transform - pos: 4.5,32.5 - parent: 588 - - uid: 856 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,30.5 - parent: 588 - - uid: 886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,40.5 - parent: 588 - - uid: 888 - components: - - type: Transform - pos: 2.5,40.5 - parent: 588 - - uid: 890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,40.5 - parent: 588 - - uid: 891 - components: - - type: Transform - pos: 5.5,40.5 - parent: 588 - - uid: 892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,38.5 - parent: 588 - - uid: 893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,38.5 - parent: 588 - - uid: 894 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,38.5 - parent: 588 - - uid: 895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 - parent: 588 - - uid: 1255 - components: - - type: Transform - pos: 7.5,3.5 - parent: 588 - - uid: 1256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,3.5 - parent: 588 - - uid: 1257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,1.5 - parent: 588 - - uid: 1258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,1.5 - parent: 588 - - uid: 1351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,44.5 - parent: 588 - - uid: 1352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,43.5 - parent: 588 - - uid: 1353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,43.5 - parent: 588 - - uid: 1354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,44.5 - parent: 588 - - uid: 1355 - components: - - type: Transform - pos: 1.5,46.5 - parent: 588 - - uid: 1356 - components: - - type: Transform - pos: 2.5,47.5 - parent: 588 - - uid: 1357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,47.5 - parent: 588 - - uid: 1358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,46.5 - parent: 588 -- proto: RailingCornerSmall - entities: - - uid: 337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,3.5 - parent: 588 - - uid: 338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,1.5 - parent: 588 - - uid: 1376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,43.5 - parent: 588 - - uid: 1377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,47.5 - parent: 588 - - uid: 1378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,47.5 - parent: 588 - - uid: 1379 - components: - - type: Transform - pos: 5.5,43.5 - parent: 588 -- proto: RandomDrinkBottle - entities: - - uid: 580 - components: - - type: Transform - pos: 12.5,12.5 - parent: 588 -- proto: RandomFoodSingle - entities: - - uid: 764 - components: - - type: Transform - pos: 6.5,19.5 - parent: 588 -- proto: RandomInstruments - entities: - - uid: 546 - components: - - type: Transform - pos: 1.5,4.5 - parent: 588 - - uid: 1159 - components: - - type: Transform - pos: 21.5,18.5 - parent: 588 - - uid: 1833 - components: - - type: Transform - pos: 24.5,42.5 - parent: 588 -- proto: RandomPosterContraband - entities: - - uid: 1571 - components: - - type: Transform - pos: 25.5,39.5 - parent: 588 - - uid: 1572 - components: - - type: Transform - pos: 3.5,35.5 - parent: 588 - - uid: 1573 - components: - - type: Transform - pos: 7.5,35.5 - parent: 588 - - uid: 1574 - components: - - type: Transform - pos: 5.5,25.5 - parent: 588 - - uid: 1575 - components: - - type: Transform - pos: 30.5,15.5 - parent: 588 - - uid: 1805 - components: - - type: Transform - pos: 18.5,43.5 - parent: 588 - - uid: 1806 - components: - - type: Transform - pos: 20.5,47.5 - parent: 588 -- proto: RandomSoap - entities: - - uid: 397 - components: - - type: Transform - pos: 8.5,24.5 - parent: 588 -- proto: RandomVending - entities: - - uid: 539 - components: - - type: Transform - pos: 17.5,16.5 - parent: 588 -- proto: ReinforcedWindow - entities: - - uid: 214 - components: - - type: Transform - pos: 19.5,34.5 - parent: 588 - - uid: 409 - components: - - type: Transform - pos: 15.5,7.5 - parent: 588 - - uid: 410 - components: - - type: Transform - pos: 15.5,9.5 - parent: 588 - - uid: 411 - components: - - type: Transform - pos: 19.5,7.5 - parent: 588 - - uid: 412 - components: - - type: Transform - pos: 19.5,9.5 - parent: 588 - - uid: 591 - components: - - type: Transform - pos: 2.5,12.5 - parent: 588 - - uid: 592 - components: - - type: Transform - pos: 4.5,12.5 - parent: 588 - - uid: 594 - components: - - type: Transform - pos: 4.5,16.5 - parent: 588 - - uid: 595 - components: - - type: Transform - pos: 2.5,16.5 - parent: 588 - - uid: 1166 - components: - - type: Transform - pos: 19.5,36.5 - parent: 588 - - uid: 1168 - components: - - type: Transform - pos: 15.5,36.5 - parent: 588 - - uid: 1169 - components: - - type: Transform - pos: 15.5,34.5 - parent: 588 -- proto: RemoteSignaller - entities: - - uid: 593 - components: - - type: Transform - pos: 34.361877,24.623777 - parent: 588 - - type: DeviceLinkSource - linkedPorts: - 1238: - - Pressed: Toggle - 1239: - - Pressed: Toggle - 1237: - - Pressed: Toggle - - uid: 1104 - components: - - type: Transform - pos: 25.24476,30.698978 - parent: 588 - - uid: 1105 - components: - - type: Transform - pos: 25.443544,30.613832 - parent: 588 - - uid: 1106 - components: - - type: Transform - pos: 5.677143,16.762346 - parent: 588 -- proto: RiotLaserShield - entities: - - uid: 1618 - components: - - type: Transform - pos: 12.616156,10.534842 - parent: 588 -- proto: RiotShield - entities: - - uid: 600 - components: - - type: Transform - pos: 1.3209407,16.656654 - parent: 588 - - uid: 601 - components: - - type: Transform - pos: 1.5481212,16.543125 - parent: 588 -- proto: SalvageCanisterSpawner - entities: - - uid: 998 - components: - - type: Transform - pos: 22.5,30.5 - parent: 588 - - uid: 1009 - components: - - type: Transform - pos: 19.5,30.5 - parent: 588 - - uid: 1025 - components: - - type: Transform - pos: 21.5,30.5 - parent: 588 - - uid: 1190 - components: - - type: Transform - pos: 9.5,36.5 - parent: 588 - - uid: 1210 - components: - - type: Transform - pos: 9.5,48.5 - parent: 588 - - uid: 1413 - components: - - type: Transform - pos: 13.5,48.5 - parent: 588 - - uid: 1470 - components: - - type: Transform - pos: 12.5,48.5 - parent: 588 -- proto: SawAdvanced - entities: - - uid: 1468 - components: - - type: Transform - pos: 8.527969,43.529327 - parent: 588 -- proto: ScalpelLaser - entities: - - uid: 1472 - components: - - type: Transform - pos: 8.485372,43.131977 - parent: 588 -- proto: ScalpelShiv - entities: - - uid: 708 - components: - - type: Transform - pos: 16.074419,18.727995 - parent: 588 - - uid: 1592 - components: - - type: Transform - pos: 10.50393,24.491432 - parent: 588 -- proto: SeedExtractor - entities: - - uid: 802 - components: - - type: Transform - pos: 33.5,21.5 - parent: 588 - - uid: 1776 - components: - - type: Transform - pos: 28.5,42.5 - parent: 588 -- proto: SheetGlass - entities: - - uid: 649 - components: - - type: Transform - pos: 14.3137455,32.471424 - parent: 588 -- proto: SheetPlasteel - entities: - - uid: 866 - components: - - type: Transform - pos: 2.412651,34.456436 - parent: 588 -- proto: SheetPlastic - entities: - - uid: 398 - components: - - type: Transform - pos: 20.04785,45.07574 - parent: 588 -- proto: SheetSteel - entities: - - uid: 656 - components: - - type: Transform - pos: 26.36062,32.5183 - parent: 588 - - uid: 699 - components: - - type: Transform - pos: 29.259031,40.432583 - parent: 588 -- proto: ShowcaseRobot - entities: - - uid: 1621 - components: - - type: Transform - pos: 16.5,10.5 - parent: 588 - - uid: 1622 - components: - - type: Transform - pos: 18.5,6.5 - parent: 588 -- proto: ShuttersNormal - entities: - - uid: 1237 - components: - - type: Transform - pos: 34.5,27.5 - parent: 588 - - type: DeviceLinkSink - links: - - 593 - - uid: 1238 - components: - - type: Transform - pos: 32.5,27.5 - parent: 588 - - type: DeviceLinkSink - links: - - 593 -- proto: ShuttersWindow - entities: - - uid: 1239 - components: - - type: Transform - pos: 33.5,27.5 - parent: 588 - - type: DeviceLinkSink - links: - - 593 -- proto: SignCloning - entities: - - uid: 1484 - components: - - type: Transform - pos: 12.5,43.5 - parent: 588 -- proto: SignPrison - entities: - - uid: 1792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 588 - - uid: 1793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,1.5 - parent: 588 - - uid: 1794 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 - parent: 588 - - uid: 1795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,19.5 - parent: 588 - - uid: 1796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,46.5 - parent: 588 - - uid: 1797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,44.5 - parent: 588 -- proto: SignSecurity - entities: - - uid: 1798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,1.5 - parent: 588 -- proto: SignSurgery - entities: - - uid: 1483 - components: - - type: Transform - pos: 10.5,43.5 - parent: 588 -- proto: Sink - entities: - - uid: 935 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,25.5 - parent: 588 -- proto: SinkStemlessWater - entities: - - uid: 1461 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,42.5 - parent: 588 - - uid: 1462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,42.5 - parent: 588 -- proto: SMESBasic - entities: - - uid: 46 - components: - - type: Transform - pos: 26.5,13.5 - parent: 588 - - uid: 56 - components: - - type: Transform - pos: 28.5,13.5 - parent: 588 - - uid: 747 - components: - - type: Transform - pos: 26.5,19.5 - parent: 588 - - uid: 1506 - components: - - type: Transform - pos: 18.5,46.5 - parent: 588 - - uid: 1507 - components: - - type: Transform - pos: 20.5,46.5 - parent: 588 -- proto: SoapSyndie - entities: - - uid: 1856 - components: - - type: Transform - pos: 10.4890785,27.46785 - parent: 588 -- proto: SpaceCash100 - entities: - - uid: 1243 - components: - - type: Transform - pos: 11.887424,39.621456 - parent: 588 - - uid: 1244 - components: - - type: Transform - pos: 11.759636,39.479546 - parent: 588 - - uid: 1296 - components: - - type: Transform - pos: 12.100407,39.465355 - parent: 588 - - uid: 1297 - components: - - type: Transform - pos: 12.100407,39.80594 - parent: 588 - - uid: 1298 - components: - - type: Transform - pos: 11.688642,39.720795 - parent: 588 - - uid: 1299 - components: - - type: Transform - pos: 11.4330635,39.57888 - parent: 588 -- proto: Spear - entities: - - uid: 1834 - components: - - type: Transform - pos: 24.466219,48.441994 - parent: 588 -- proto: SpeedLoaderMagnum - entities: - - uid: 950 - components: - - type: Transform - pos: 28.703945,8.421182 - parent: 588 -- proto: StasisBed - entities: - - uid: 1425 - components: - - type: Transform - pos: 13.5,43.5 - parent: 588 -- proto: StimkitFilled - entities: - - uid: 561 - components: - - type: Transform - pos: 30.39083,27.514402 - parent: 588 -- proto: StimpackMini - entities: - - uid: 1879 - components: - - type: Transform - pos: 24.467485,46.702366 - parent: 588 -- proto: Stool - entities: - - uid: 1017 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,25.5 - parent: 588 - - uid: 1018 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,24.5 - parent: 588 - - uid: 1019 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,28.5 - parent: 588 - - uid: 1020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,28.5 - parent: 588 - - uid: 1593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,13.5 - parent: 588 - - uid: 1594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,15.5 - parent: 588 - - uid: 1595 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,15.5 - parent: 588 - - uid: 1596 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,13.5 - parent: 588 -- proto: SubstationBasic - entities: - - uid: 467 - components: - - type: Transform - pos: 27.5,13.5 - parent: 588 - - uid: 1508 - components: - - type: Transform - pos: 19.5,46.5 - parent: 588 -- proto: SubstationWallBasic - entities: - - uid: 774 - components: - - type: Transform - pos: 27.5,19.5 - parent: 588 - - uid: 972 - components: - - type: Transform - pos: 19.5,32.5 - parent: 588 -- proto: SyringeEphedrine - entities: - - uid: 1475 - components: - - type: Transform - pos: 14.472328,42.917698 - parent: 588 -- proto: Table - entities: - - uid: 525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,13.5 - parent: 588 - - uid: 527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,12.5 - parent: 588 - - uid: 528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,12.5 - parent: 588 - - uid: 535 - components: - - type: Transform - pos: 20.5,14.5 - parent: 588 - - uid: 536 - components: - - type: Transform - pos: 20.5,15.5 - parent: 588 - - uid: 630 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,19.5 - parent: 588 - - uid: 632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,19.5 - parent: 588 - - uid: 633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,18.5 - parent: 588 - - uid: 636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,22.5 - parent: 588 - - uid: 637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,22.5 - parent: 588 - - uid: 710 - components: - - type: Transform - pos: 18.5,22.5 - parent: 588 - - uid: 711 - components: - - type: Transform - pos: 18.5,21.5 - parent: 588 - - uid: 712 - components: - - type: Transform - pos: 21.5,18.5 - parent: 588 - - uid: 713 - components: - - type: Transform - pos: 22.5,18.5 - parent: 588 - - uid: 714 - components: - - type: Transform - pos: 18.5,18.5 - parent: 588 - - uid: 715 - components: - - type: Transform - pos: 19.5,18.5 - parent: 588 - - uid: 799 - components: - - type: Transform - pos: 33.5,20.5 - parent: 588 - - uid: 1118 - components: - - type: Transform - pos: 22.5,12.5 - parent: 588 - - uid: 1778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,48.5 - parent: 588 - - uid: 1779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,48.5 - parent: 588 - - uid: 1780 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,47.5 - parent: 588 -- proto: TableFrame - entities: - - uid: 705 - components: - - type: Transform - pos: 15.5,22.5 - parent: 588 - - uid: 1063 - components: - - type: Transform - pos: 26.5,24.5 - parent: 588 -- proto: TableGlass - entities: - - uid: 1144 - components: - - type: Transform - pos: 30.5,27.5 - parent: 588 - - uid: 1145 - components: - - type: Transform - pos: 30.5,28.5 - parent: 588 - - uid: 1390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,43.5 - parent: 588 - - uid: 1391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,42.5 - parent: 588 - - uid: 1398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,44.5 - parent: 588 - - uid: 1405 - components: - - type: Transform - pos: 14.5,42.5 - parent: 588 - - uid: 1406 - components: - - type: Transform - pos: 14.5,43.5 - parent: 588 - - uid: 1407 - components: - - type: Transform - pos: 12.5,44.5 - parent: 588 -- proto: TableReinforced - entities: - - uid: 924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,36.5 - parent: 588 - - uid: 925 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,35.5 - parent: 588 - - uid: 926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,34.5 - parent: 588 - - uid: 1005 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,30.5 - parent: 588 - - uid: 1006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,30.5 - parent: 588 - - uid: 1012 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,28.5 - parent: 588 - - uid: 1023 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,24.5 - parent: 588 - - uid: 1235 - components: - - type: Transform - pos: 34.5,24.5 - parent: 588 - - uid: 1567 - components: - - type: Transform - pos: 21.5,47.5 - parent: 588 -- proto: TableReinforcedGlass - entities: - - uid: 1213 - components: - - type: Transform - pos: 10.5,39.5 - parent: 588 - - uid: 1214 - components: - - type: Transform - pos: 11.5,39.5 - parent: 588 - - uid: 1215 - components: - - type: Transform - pos: 12.5,39.5 - parent: 588 -- proto: TableWood - entities: - - uid: 309 - components: - - type: Transform - pos: 20.5,4.5 - parent: 588 - - uid: 310 - components: - - type: Transform - pos: 21.5,4.5 - parent: 588 - - uid: 311 - components: - - type: Transform - pos: 18.5,0.5 - parent: 588 - - uid: 312 - components: - - type: Transform - pos: 21.5,3.5 - parent: 588 - - uid: 317 - components: - - type: Transform - pos: 18.5,1.5 - parent: 588 - - uid: 318 - components: - - type: Transform - pos: 19.5,0.5 - parent: 588 - - uid: 332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 - parent: 588 - - uid: 333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,3.5 - parent: 588 - - uid: 334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,3.5 - parent: 588 - - uid: 335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 - parent: 588 - - uid: 336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,4.5 - parent: 588 - - uid: 340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,1.5 - parent: 588 - - uid: 341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,1.5 - parent: 588 - - uid: 342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,1.5 - parent: 588 - - uid: 343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,1.5 - parent: 588 - - uid: 563 - components: - - type: Transform - pos: 13.5,13.5 - parent: 588 - - uid: 564 - components: - - type: Transform - pos: 12.5,13.5 - parent: 588 - - uid: 565 - components: - - type: Transform - pos: 12.5,12.5 - parent: 588 - - uid: 1047 - components: - - type: Transform - pos: 22.5,28.5 - parent: 588 - - uid: 1048 - components: - - type: Transform - pos: 20.5,24.5 - parent: 588 - - uid: 1062 - components: - - type: Transform - pos: 26.5,28.5 - parent: 588 - - uid: 1227 - components: - - type: Transform - pos: 12.5,36.5 - parent: 588 - - uid: 1228 - components: - - type: Transform - pos: 22.5,34.5 - parent: 588 - - uid: 1783 - components: - - type: Transform - pos: 24.5,46.5 - parent: 588 - - uid: 1784 - components: - - type: Transform - pos: 24.5,44.5 - parent: 588 -- proto: TargetHuman - entities: - - uid: 1077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,35.5 - parent: 588 -- proto: TintedWindow - entities: - - uid: 567 - components: - - type: Transform - pos: 12.5,15.5 - parent: 588 - - uid: 1463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,43.5 - parent: 588 - - uid: 1464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,43.5 - parent: 588 -- proto: ToiletEmpty - entities: - - uid: 932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,24.5 - parent: 588 - - uid: 933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,24.5 - parent: 588 - - uid: 934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,25.5 - parent: 588 -- proto: UniformScrubsColorPurple - entities: - - uid: 1712 - components: - - type: Transform - pos: 10.503376,44.53288 - parent: 588 -- proto: VendingMachineChefvend - entities: - - uid: 532 - components: - - type: Transform - pos: 18.5,12.5 - parent: 588 -- proto: VendingMachineCigs - entities: - - uid: 720 - components: - - type: Transform - pos: 22.5,22.5 - parent: 588 -- proto: VendingMachineCoffee - entities: - - uid: 765 - components: - - type: Transform - pos: 10.5,22.5 - parent: 588 - - uid: 1285 - components: - - type: Transform - pos: 18.5,40.5 - parent: 588 -- proto: VendingMachineDetDrobe - entities: - - uid: 582 - components: - - type: Transform - pos: 10.5,14.5 - parent: 588 -- proto: VendingMachineDinnerware - entities: - - uid: 1781 - components: - - type: Transform - pos: 30.5,46.5 - parent: 588 -- proto: VendingMachineDonut - entities: - - uid: 538 - components: - - type: Transform - pos: 16.5,16.5 - parent: 588 -- proto: VendingMachineLawDrobe - entities: - - uid: 319 - components: - - type: Transform - pos: 18.5,4.5 - parent: 588 -- proto: VendingMachineMedical - entities: - - uid: 1143 - components: - - type: Transform - pos: 28.5,28.5 - parent: 588 -- proto: VendingMachineSec - entities: - - uid: 1013 - components: - - type: Transform - pos: 14.5,27.5 - parent: 588 -- proto: VendingMachineSeedsUnlocked - entities: - - uid: 800 - components: - - type: Transform - pos: 33.5,19.5 - parent: 588 - - uid: 1775 - components: - - type: Transform - pos: 28.5,44.5 - parent: 588 -- proto: WallmountTelescreen - entities: - - uid: 572 - components: - - type: Transform - pos: 13.5,13.5 - parent: 588 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 377 - components: - - type: Transform - pos: 30.5,7.5 - parent: 588 - - uid: 378 - components: - - type: Transform - pos: 29.5,7.5 - parent: 588 - - uid: 379 - components: - - type: Transform - pos: 25.5,9.5 - parent: 588 - - uid: 380 - components: - - type: Transform - pos: 27.5,9.5 - parent: 588 - - uid: 381 - components: - - type: Transform - pos: 27.5,8.5 - parent: 588 - - uid: 382 - components: - - type: Transform - pos: 28.5,9.5 - parent: 588 - - uid: 383 - components: - - type: Transform - pos: 31.5,9.5 - parent: 588 - - uid: 384 - components: - - type: Transform - pos: 31.5,8.5 - parent: 588 - - uid: 385 - components: - - type: Transform - pos: 31.5,7.5 - parent: 588 - - uid: 386 - components: - - type: Transform - pos: 25.5,8.5 - parent: 588 - - uid: 387 - components: - - type: Transform - pos: 33.5,7.5 - parent: 588 - - uid: 388 - components: - - type: Transform - pos: 25.5,7.5 - parent: 588 - - uid: 389 - components: - - type: Transform - pos: 27.5,7.5 - parent: 588 - - uid: 390 - components: - - type: Transform - pos: 30.5,9.5 - parent: 588 - - uid: 391 - components: - - type: Transform - pos: 28.5,7.5 - parent: 588 - - uid: 392 - components: - - type: Transform - pos: 26.5,9.5 - parent: 588 - - uid: 393 - components: - - type: Transform - pos: 33.5,8.5 - parent: 588 - - uid: 394 - components: - - type: Transform - pos: 33.5,9.5 - parent: 588 - - uid: 395 - components: - - type: Transform - pos: 32.5,9.5 - parent: 588 -- proto: WallReinforced - entities: - - uid: 45 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,8.5 - parent: 588 - - uid: 51 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,8.5 - parent: 588 - - uid: 244 - components: - - type: Transform - pos: 6.5,4.5 - parent: 588 - - uid: 245 - components: - - type: Transform - pos: 6.5,3.5 - parent: 588 - - uid: 246 - components: - - type: Transform - pos: 10.5,4.5 - parent: 588 - - uid: 247 - components: - - type: Transform - pos: 10.5,3.5 - parent: 588 - - uid: 266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,1.5 - parent: 588 - - uid: 267 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,0.5 - parent: 588 - - uid: 268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,1.5 - parent: 588 - - uid: 269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,0.5 - parent: 588 - - uid: 291 - components: - - type: Transform - pos: 15.5,6.5 - parent: 588 - - uid: 292 - components: - - type: Transform - pos: 19.5,6.5 - parent: 588 - - uid: 405 - components: - - type: Transform - pos: 15.5,10.5 - parent: 588 - - uid: 406 - components: - - type: Transform - pos: 19.5,10.5 - parent: 588 - - uid: 426 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,9.5 - parent: 588 - - uid: 432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,7.5 - parent: 588 - - uid: 433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,9.5 - parent: 588 - - uid: 434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,7.5 - parent: 588 - - uid: 570 - components: - - type: Transform - pos: 0.5,46.5 - parent: 588 - - uid: 621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 - parent: 588 - - uid: 622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,19.5 - parent: 588 - - uid: 623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,21.5 - parent: 588 - - uid: 627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,19.5 - parent: 588 - - uid: 1078 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,35.5 - parent: 588 - - uid: 1330 - components: - - type: Transform - pos: 0.5,44.5 - parent: 588 - - uid: 1332 - components: - - type: Transform - pos: 2.5,42.5 - parent: 588 - - uid: 1334 - components: - - type: Transform - pos: 4.5,42.5 - parent: 588 - - uid: 1335 - components: - - type: Transform - pos: 6.5,44.5 - parent: 588 - - uid: 1337 - components: - - type: Transform - pos: 4.5,48.5 - parent: 588 - - uid: 1338 - components: - - type: Transform - pos: 6.5,46.5 - parent: 588 - - uid: 1340 - components: - - type: Transform - pos: 2.5,48.5 - parent: 588 -- proto: WallSolid - entities: - - uid: 140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,25.5 - parent: 588 - - uid: 144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,26.5 - parent: 588 - - uid: 145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,25.5 - parent: 588 - - uid: 146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,27.5 - parent: 588 - - uid: 205 - components: - - type: Transform - pos: 8.5,35.5 - parent: 588 - - uid: 206 - components: - - type: Transform - pos: 7.5,35.5 - parent: 588 - - uid: 207 - components: - - type: Transform - pos: 6.5,35.5 - parent: 588 - - uid: 208 - components: - - type: Transform - pos: 4.5,35.5 - parent: 588 - - uid: 210 - components: - - type: Transform - pos: 1.5,34.5 - parent: 588 - - uid: 305 - components: - - type: Transform - pos: 22.5,4.5 - parent: 588 - - uid: 306 - components: - - type: Transform - pos: 22.5,3.5 - parent: 588 - - uid: 307 - components: - - type: Transform - pos: 22.5,0.5 - parent: 588 - - uid: 308 - components: - - type: Transform - pos: 22.5,1.5 - parent: 588 - - uid: 476 - components: - - type: Transform - pos: 25.5,13.5 - parent: 588 - - uid: 481 - components: - - type: Transform - pos: 25.5,15.5 - parent: 588 - - uid: 483 - components: - - type: Transform - pos: 30.5,13.5 - parent: 588 - - uid: 501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,14.5 - parent: 588 - - uid: 510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,15.5 - parent: 588 - - uid: 749 - components: - - type: Transform - pos: 25.5,19.5 - parent: 588 - - uid: 750 - components: - - type: Transform - pos: 27.5,19.5 - parent: 588 - - uid: 975 - components: - - type: Transform - pos: 19.5,32.5 - parent: 588 - - uid: 995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,32.5 - parent: 588 - - uid: 1163 - components: - - type: Transform - pos: 8.5,36.5 - parent: 588 - - uid: 1164 - components: - - type: Transform - pos: 3.5,35.5 - parent: 588 - - uid: 1165 - components: - - type: Transform - pos: 2.5,35.5 - parent: 588 - - uid: 1167 - components: - - type: Transform - pos: 1.5,35.5 - parent: 588 - - uid: 1300 - components: - - type: Transform - pos: 25.5,39.5 - parent: 588 - - uid: 1303 - components: - - type: Transform - pos: 28.5,39.5 - parent: 588 - - uid: 1304 - components: - - type: Transform - pos: 29.5,39.5 - parent: 588 - - uid: 1305 - components: - - type: Transform - pos: 28.5,40.5 - parent: 588 - - uid: 1485 - components: - - type: Transform - pos: 17.5,43.5 - parent: 588 - - uid: 1486 - components: - - type: Transform - pos: 17.5,44.5 - parent: 588 - - uid: 1487 - components: - - type: Transform - pos: 18.5,43.5 - parent: 588 - - uid: 1488 - components: - - type: Transform - pos: 20.5,43.5 - parent: 588 - - uid: 1489 - components: - - type: Transform - pos: 21.5,43.5 - parent: 588 - - uid: 1490 - components: - - type: Transform - pos: 21.5,44.5 - parent: 588 - - uid: 1491 - components: - - type: Transform - pos: 18.5,47.5 - parent: 588 - - uid: 1492 - components: - - type: Transform - pos: 19.5,47.5 - parent: 588 - - uid: 1493 - components: - - type: Transform - pos: 20.5,47.5 - parent: 588 -- proto: WallWood - entities: - - uid: 554 - components: - - type: Transform - pos: 9.5,13.5 - parent: 588 - - uid: 555 - components: - - type: Transform - pos: 9.5,14.5 - parent: 588 - - uid: 556 - components: - - type: Transform - pos: 9.5,15.5 - parent: 588 - - uid: 557 - components: - - type: Transform - pos: 10.5,15.5 - parent: 588 - - uid: 558 - components: - - type: Transform - pos: 13.5,15.5 - parent: 588 - - uid: 559 - components: - - type: Transform - pos: 13.5,16.5 - parent: 588 - - uid: 566 - components: - - type: Transform - pos: 9.5,12.5 - parent: 588 -- proto: WardrobePrisonFilled - entities: - - uid: 297 - components: - - type: Transform - pos: 2.5,4.5 - parent: 588 - - uid: 302 - components: - - type: Transform - pos: 4.5,4.5 - parent: 588 - - uid: 303 - components: - - type: Transform - pos: 12.5,4.5 - parent: 588 - - uid: 304 - components: - - type: Transform - pos: 14.5,4.5 - parent: 588 - - uid: 544 - components: - - type: Transform - pos: 16.5,4.5 - parent: 588 - - uid: 545 - components: - - type: Transform - pos: 0.5,4.5 - parent: 588 - - uid: 1769 - components: - - type: Transform - pos: 24.5,43.5 - parent: 588 - - uid: 1770 - components: - - type: Transform - pos: 24.5,47.5 - parent: 588 -- proto: WaterCooler - entities: - - uid: 629 - components: - - type: Transform - pos: 6.5,18.5 - parent: 588 - - uid: 724 - components: - - type: Transform - pos: 19.5,22.5 - parent: 588 - - uid: 1284 - components: - - type: Transform - pos: 17.5,40.5 - parent: 588 - - uid: 1292 - components: - - type: Transform - pos: 21.5,12.5 - parent: 588 -- proto: WaterTankHighCapacity - entities: - - uid: 801 - components: - - type: Transform - pos: 30.5,22.5 - parent: 588 - - uid: 1789 - components: - - type: Transform - pos: 28.5,48.5 - parent: 588 -- proto: WeaponCapacitorRecharger - entities: - - uid: 760 - components: - - type: Transform - pos: 10.5,18.5 - parent: 588 - - uid: 929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,34.5 - parent: 588 - - uid: 1033 - components: - - type: Transform - pos: 14.5,28.5 - parent: 588 - - uid: 1034 - components: - - type: Transform - pos: 16.5,24.5 - parent: 588 -- proto: WeaponDisablerPractice - entities: - - uid: 547 - components: - - type: Transform - pos: 1.4370823,0.5241035 - parent: 588 - - uid: 930 - components: - - type: Transform - pos: 26.440151,36.61676 - parent: 588 - - uid: 1611 - components: - - type: Transform - pos: 12.371853,10.605072 - parent: 588 -- proto: WeaponLaserCarbinePractice - entities: - - uid: 931 - components: - - type: Transform - pos: 26.596338,36.36132 - parent: 588 - - uid: 1612 - components: - - type: Transform - pos: 22.543945,6.5464144 - parent: 588 -- proto: WeaponShotgunKammerer - entities: - - uid: 583 - components: - - type: Transform - pos: 26.57963,35.4414 - parent: 588 -- proto: WindoorAssemblySecure - entities: - - uid: 696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,19.5 - parent: 588 - - uid: 697 - components: - - type: Transform - pos: 12.5,21.5 - parent: 588 - - uid: 1073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,25.5 - parent: 588 -- proto: WindoorSecure - entities: - - uid: 1761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,43.5 - parent: 588 - - uid: 1762 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,47.5 - parent: 588 -- proto: WindoorSecureBrigLocked - entities: - - uid: 339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,2.5 - parent: 588 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 1569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,45.5 - parent: 588 - - uid: 1570 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,45.5 - parent: 588 -- proto: WindoorSecureMedicalLocked - entities: - - uid: 1408 - components: - - type: Transform - pos: 11.5,44.5 - parent: 588 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 252 - components: - - type: Transform - pos: 4.5,3.5 - parent: 588 - - uid: 253 - components: - - type: Transform - pos: 2.5,3.5 - parent: 588 - - uid: 256 - components: - - type: Transform - pos: 16.5,3.5 - parent: 588 - - uid: 274 - components: - - type: Transform - pos: 12.5,3.5 - parent: 588 - - uid: 275 - components: - - type: Transform - pos: 14.5,3.5 - parent: 588 - - uid: 289 - components: - - type: Transform - pos: 0.5,3.5 - parent: 588 - - uid: 698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,19.5 - parent: 588 - - uid: 1053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,25.5 - parent: 588 - - uid: 1054 - components: - - type: Transform - pos: 21.5,27.5 - parent: 588 -- proto: WindowDirectional - entities: - - uid: 480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,15.5 - parent: 588 - - uid: 482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,15.5 - parent: 588 - - uid: 540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,15.5 - parent: 588 - - uid: 541 - components: - - type: Transform - pos: 26.5,13.5 - parent: 588 - - uid: 542 - components: - - type: Transform - pos: 27.5,13.5 - parent: 588 - - uid: 543 - components: - - type: Transform - pos: 28.5,13.5 - parent: 588 - - uid: 575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,20.5 - parent: 588 - - uid: 576 - components: - - type: Transform - pos: 26.5,19.5 - parent: 588 - - uid: 803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,21.5 - parent: 588 - - uid: 804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,19.5 - parent: 588 - - uid: 1087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,36.5 - parent: 588 - - uid: 1088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,34.5 - parent: 588 - - uid: 1520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,46.5 - parent: 588 - - uid: 1521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,46.5 - parent: 588 - - uid: 1771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,44.5 - parent: 588 - - uid: 1773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,44.5 - parent: 588 - - uid: 1777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,44.5 - parent: 588 - - uid: 1782 - components: - - type: Transform - pos: 30.5,46.5 - parent: 588 -- proto: WindowFrostedDirectional - entities: - - uid: 936 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,24.5 - parent: 588 - - uid: 937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,24.5 - parent: 588 - - uid: 938 - components: - - type: Transform - pos: 8.5,27.5 - parent: 588 - - uid: 939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,25.5 - parent: 588 - - uid: 941 - components: - - type: Transform - pos: 10.5,27.5 - parent: 588 - - uid: 942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,28.5 - parent: 588 - - uid: 943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,28.5 - parent: 588 - - uid: 1392 - components: - - type: Transform - pos: 8.5,44.5 - parent: 588 - - uid: 1393 - components: - - type: Transform - pos: 10.5,44.5 - parent: 588 - - uid: 1401 - components: - - type: Transform - pos: 12.5,44.5 - parent: 588 - - uid: 1402 - components: - - type: Transform - pos: 14.5,44.5 - parent: 588 - - uid: 1753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,43.5 - parent: 588 - - uid: 1754 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,43.5 - parent: 588 - - uid: 1755 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,43.5 - parent: 588 - - uid: 1756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,42.5 - parent: 588 - - uid: 1757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,48.5 - parent: 588 - - uid: 1758 - components: - - type: Transform - pos: 26.5,47.5 - parent: 588 - - uid: 1759 - components: - - type: Transform - pos: 25.5,47.5 - parent: 588 - - uid: 1760 - components: - - type: Transform - pos: 24.5,47.5 - parent: 588 -- proto: WindowReinforcedDirectional - entities: - - uid: 97 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 588 - - uid: 99 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,14.5 - parent: 588 - - uid: 258 - components: - - type: Transform - pos: 3.5,3.5 - parent: 588 - - uid: 259 - components: - - type: Transform - pos: 5.5,3.5 - parent: 588 - - uid: 260 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,3.5 - parent: 588 - - uid: 261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 588 - - uid: 270 - components: - - type: Transform - pos: 11.5,3.5 - parent: 588 - - uid: 271 - components: - - type: Transform - pos: 13.5,3.5 - parent: 588 - - uid: 272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,3.5 - parent: 588 - - uid: 273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,4.5 - parent: 588 - - uid: 277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 588 - - uid: 278 - components: - - type: Transform - pos: 15.5,3.5 - parent: 588 - - uid: 279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,4.5 - parent: 588 - - uid: 280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 588 - - uid: 281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,3.5 - parent: 588 - - uid: 290 - components: - - type: Transform - pos: 1.5,3.5 - parent: 588 - - uid: 607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 588 - - uid: 609 - components: - - type: Transform - pos: 4.5,14.5 - parent: 588 - - uid: 611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,14.5 - parent: 588 - - uid: 612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,14.5 - parent: 588 - - uid: 614 - components: - - type: Transform - pos: 3.5,14.5 - parent: 588 - - uid: 619 - components: - - type: Transform - pos: 2.5,14.5 - parent: 588 - - uid: 620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,20.5 - parent: 588 - - uid: 624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,20.5 - parent: 588 - - uid: 625 - components: - - type: Transform - pos: 2.5,19.5 - parent: 588 - - uid: 626 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 588 - - uid: 648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,19.5 - parent: 588 - - uid: 650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,18.5 - parent: 588 - - uid: 651 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,19.5 - parent: 588 - - uid: 652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,19.5 - parent: 588 - - uid: 653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,18.5 - parent: 588 - - uid: 654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,21.5 - parent: 588 - - uid: 658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,22.5 - parent: 588 - - uid: 660 - components: - - type: Transform - pos: 13.5,21.5 - parent: 588 - - uid: 805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,27.5 - parent: 588 - - uid: 806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,26.5 - parent: 588 - - uid: 807 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,25.5 - parent: 588 - - uid: 808 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,25.5 - parent: 588 - - uid: 809 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,26.5 - parent: 588 - - uid: 810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,27.5 - parent: 588 - - uid: 811 - components: - - type: Transform - pos: 1.5,25.5 - parent: 588 - - uid: 812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,27.5 - parent: 588 - - uid: 1038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,25.5 - parent: 588 - - uid: 1039 - components: - - type: Transform - pos: 20.5,27.5 - parent: 588 - - uid: 1042 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,25.5 - parent: 588 - - uid: 1045 - components: - - type: Transform - pos: 22.5,27.5 - parent: 588 - - uid: 1058 - components: - - type: Transform - pos: 24.5,27.5 - parent: 588 - - uid: 1059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,25.5 - parent: 588 - - uid: 1060 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,25.5 - parent: 588 - - uid: 1399 - components: - - type: Transform - pos: 9.5,44.5 - parent: 588 - - uid: 1400 - components: - - type: Transform - pos: 13.5,44.5 - parent: 588 -- proto: Wrench - entities: - - uid: 424 - components: - - type: Transform - pos: 15.156982,32.526764 - parent: 588 -- proto: Zipties - entities: - - uid: 1156 - components: - - type: Transform - pos: 15.332411,0.52492684 - parent: 588 -- proto: ZiptiesBroken - entities: - - uid: 48 - components: - - type: Transform - pos: 5.2591753,3.5817227 - parent: 588 - - uid: 706 - components: - - type: Transform - pos: 16.06022,21.977758 - parent: 588 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 15: FloorBasalt + 29: FloorDark + 33: FloorDarkMini + 34: FloorDarkMono + 42: FloorElevatorShaft + 54: FloorGreenCircuit + 62: FloorLino + 77: FloorReinforced + 82: FloorShuttleOrange + 89: FloorSteel + 99: FloorSteelMini + 100: FloorSteelMono + 104: FloorTechMaint + 108: FloorWhite + 112: FloorWhiteMini + 118: FloorWood + 121: Plating +entities: +- proto: "" + entities: + - uid: 588 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAABeQAAAAAADwAAAAAAHQAAAAABDwAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAABIgAAAAABHQAAAAABDwAAAAAAHQAAAAACIgAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAADwAAAAAAHQAAAAACDwAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAABHQAAAAABHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAABHQAAAAADHQAAAAABUgAAAAAAZAAAAAACWQAAAAAAZAAAAAACeQAAAAAAHQAAAAAAIgAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAACHQAAAAACUgAAAAAAYwAAAAACYwAAAAAAYwAAAAAAeQAAAAAAHQAAAAABIgAAAAACeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAABHQAAAAADUgAAAAAAYwAAAAACYwAAAAAAYwAAAAAAWQAAAAACHQAAAAAAIgAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAAAHQAAAAABUgAAAAAAYwAAAAADYwAAAAABYwAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAABHQAAAAABHQAAAAAAUgAAAAAAZAAAAAABWQAAAAABZAAAAAACeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADHQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAADUgAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACUgAAAAAAHQAAAAADHQAAAAACDwAAAAAADwAAAAAADwAAAAAAHQAAAAACHQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAADUgAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABUgAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: HQAAAAAAHQAAAAADeQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAABUgAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAWQAAAAABaAAAAAAAHQAAAAACeQAAAAAADwAAAAAAeQAAAAAAHQAAAAACUgAAAAAAWQAAAAADYwAAAAAAYwAAAAABYwAAAAADWQAAAAABUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAHQAAAAABDwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABYwAAAAACYwAAAAACWQAAAAADUgAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAADwAAAAAAeQAAAAAAHQAAAAAAUgAAAAAAWQAAAAABYwAAAAABYwAAAAABYwAAAAABWQAAAAADUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAABUgAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABUgAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAcAAAAAACcAAAAAACcAAAAAABUgAAAAAAWQAAAAADWQAAAAADZAAAAAAAUgAAAAAAHQAAAAAADwAAAAAAHQAAAAACUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAACcAAAAAADUgAAAAAAWQAAAAAAWQAAAAABZAAAAAABUgAAAAAAHQAAAAACDwAAAAAAHQAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAAAcAAAAAAAUgAAAAAAWQAAAAABWQAAAAABWQAAAAABUgAAAAAAHQAAAAACDwAAAAAAHQAAAAABUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAcAAAAAADcAAAAAADcAAAAAABUgAAAAAAZAAAAAACWQAAAAABWQAAAAACUgAAAAAAHQAAAAADHQAAAAACHQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAcAAAAAACcAAAAAACcAAAAAADUgAAAAAAZAAAAAACWQAAAAAAWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAAHQAAAAABDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAACUgAAAAAAWQAAAAABWQAAAAACHQAAAAACHQAAAAABHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: WQAAAAABUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAADWQAAAAADUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAABWQAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAIgAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABaAAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAABaAAAAAAAUgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAZAAAAAAAWQAAAAABZAAAAAAAUgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAYwAAAAABUgAAAAAATQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADYwAAAAADYwAAAAAAYwAAAAADUgAAAAAATQAAAAAAeQAAAAAAKgAAAAAAeQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAYwAAAAACYwAAAAABYwAAAAADUgAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAZAAAAAADWQAAAAABZAAAAAACUgAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAABYwAAAAACYwAAAAACYwAAAAAAYwAAAAADYwAAAAACWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABYwAAAAADYwAAAAABYwAAAAACYwAAAAAAWQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADaAAAAAAAUgAAAAAAWQAAAAACYwAAAAABYwAAAAABYwAAAAADYwAAAAAAYwAAAAABWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAUgAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: WQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAACWQAAAAACaAAAAAAAUgAAAAAAWQAAAAADYwAAAAACYwAAAAABYwAAAAAAWQAAAAABUgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAWQAAAAADYwAAAAADWQAAAAACUgAAAAAAWQAAAAADYwAAAAADYwAAAAADYwAAAAADWQAAAAABUgAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAUgAAAAAAWQAAAAAAYwAAAAABWQAAAAADUgAAAAAAWQAAAAAAYwAAAAAAYwAAAAACYwAAAAACWQAAAAADUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAADYwAAAAADWQAAAAACUgAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAACUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAACWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAADWQAAAAABWQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAWQAAAAABWQAAAAACZAAAAAACUgAAAAAAWQAAAAABWQAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAADZAAAAAABUgAAAAAAWQAAAAACWQAAAAAAWQAAAAACUgAAAAAAWQAAAAACWQAAAAAAWQAAAAACUgAAAAAAWQAAAAADWQAAAAAAWQAAAAADUgAAAAAAWQAAAAADWQAAAAACWQAAAAADUgAAAAAAZAAAAAADWQAAAAACZAAAAAADUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAZAAAAAAAWQAAAAADWQAAAAACUgAAAAAAZAAAAAABWQAAAAABZAAAAAABUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAZAAAAAADWQAAAAADWQAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: HQAAAAACHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADHQAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAABUgAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAAUgAAAAAAHQAAAAAATQAAAAAANgAAAAAANgAAAAAANgAAAAAATQAAAAAAHQAAAAAAUgAAAAAAHQAAAAACDwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAACUgAAAAAAHQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAADwAAAAAADwAAAAAAeQAAAAAAIgAAAAABeQAAAAAADwAAAAAADwAAAAAAUgAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAABUgAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAAADwAAAAAADwAAAAAADwAAAAAAUgAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAABbAAAAAADUgAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAUgAAAAAAIgAAAAABIgAAAAABIgAAAAACaAAAAAAAIgAAAAADIgAAAAACIgAAAAABUgAAAAAAIgAAAAAAHQAAAAACDwAAAAAADwAAAAAADwAAAAAAHQAAAAAAIgAAAAABUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAeQAAAAAAUgAAAAAAIgAAAAACIgAAAAAAIgAAAAABaAAAAAAAIgAAAAABIgAAAAACIgAAAAAAUgAAAAAADwAAAAAADwAAAAAADwAAAAAAHQAAAAADDwAAAAAADwAAAAAADwAAAAAAUgAAAAAAIgAAAAAAIgAAAAAAIgAAAAACaAAAAAAAIgAAAAAAIgAAAAACIgAAAAADUgAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: DwAAAAAADwAAAAAAeQAAAAAAIgAAAAAAeQAAAAAADwAAAAAADwAAAAAAUgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAaAAAAAAAIgAAAAABIgAAAAACIgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: aAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAYwAAAAACYwAAAAADYwAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAACHQAAAAADHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAYwAAAAACYwAAAAAAYwAAAAABWQAAAAACaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAACHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAYwAAAAADYwAAAAADYwAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAHQAAAAADHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAACYwAAAAABYwAAAAACYwAAAAABYwAAAAADYwAAAAAAWQAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAACYwAAAAAAYwAAAAADYwAAAAADUgAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADYwAAAAABYwAAAAABYwAAAAACUgAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACYwAAAAADYwAAAAABYwAAAAACUgAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACaAAAAAAAUgAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAADUgAAAAAAaAAAAAAAWQAAAAABaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAaAAAAAAAUgAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACIQAAAAABIQAAAAADWQAAAAACUgAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABIQAAAAAAIQAAAAABWQAAAAABUgAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAUgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: HQAAAAAAHQAAAAABWQAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADWQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAWQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAADeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKgAAAAAAeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAAAYwAAAAABWQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAADYwAAAAABWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYwAAAAABYwAAAAAAWQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACHQAAAAAAIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACHQAAAAACIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABIgAAAAACIgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAHQAAAAADHQAAAAABUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABeQAAAAAAHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAHQAAAAAAHQAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,3: + ind: 2,3 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#52B4E996' + id: BotGreyscale + decals: + 680: 30,25 + 681: 30,24 + 682: 28,27 + 683: 28,27 + 684: 28,28 + 685: 28,28 + 686: 30,25 + 687: 30,24 + - node: + color: '#DE3A3A96' + id: BotGreyscale + decals: + 478: 32,25 + 479: 32,24 + 480: 34,25 + 481: 34,24 + 482: 16,28 + 483: 18,28 + 484: 18,27 + 485: 16,27 + 486: 14,25 + 487: 14,24 + 488: 12,27 + 489: 12,28 + 748: 26,7 + 749: 32,7 + 750: 29,9 + 836: 6,2 + 837: 10,2 + 940: 1,9 + 941: 1,8 + 942: 1,7 + 943: 9,9 + 944: 9,8 + 945: 9,7 + 946: 20,10 + 947: 14,10 + 948: 14,6 + 949: 20,6 + 950: 22,6 + 951: 22,10 + 952: 12,10 + 953: 12,6 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 194: 21,4 + 250: 10,44 + 525: 12,32 + 543: 4,22 + 585: 6,40 + 659: 34,36 + 675: 30,28 + 703: 6,16 + 757: 10,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 191: 18,4 + 251: 12,44 + 519: 0,32 + 542: 0,22 + 582: 0,40 + 633: 24,36 + 702: 0,16 + 754: 0,10 + 853: 23,4 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 192: 21,0 + 238: 10,46 + 272: 14,42 + 524: 12,30 + 537: 4,18 + 584: 6,38 + 658: 34,34 + 701: 6,12 + 755: 10,6 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 193: 18,0 + 241: 12,46 + 270: 8,42 + 518: 0,30 + 534: 0,18 + 583: 0,38 + 632: 24,34 + 672: 28,24 + 700: 0,12 + 756: 0,6 + 852: 23,0 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 202: 21,1 + 203: 21,2 + 204: 21,3 + 239: 10,47 + 240: 10,48 + 273: 14,43 + 501: 0,25 + 502: 0,26 + 503: 0,27 + 535: 4,19 + 536: 4,21 + 592: 14,38 + 593: 14,40 + 674: 30,27 + 706: 6,15 + 707: 6,13 + 758: 10,9 + 759: 10,7 + 926: 5,45 + 929: 33,36 + 930: 33,34 + 931: 10,31 + 935: 8,10 + 936: 8,6 + 937: 7,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 197: 19,4 + 198: 20,4 + 248: 8,44 + 249: 9,44 + 252: 13,44 + 253: 14,44 + 506: 0,28 + 507: 2,28 + 520: 1,32 + 523: 11,32 + 540: 1,22 + 541: 3,22 + 634: 25,36 + 635: 26,36 + 704: 1,16 + 705: 5,16 + 762: 1,10 + 765: 9,10 + 846: 24,4 + 847: 25,4 + 848: 27,4 + 849: 28,4 + 850: 29,4 + 851: 30,4 + 927: 3,47 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 195: 20,0 + 196: 19,0 + 244: 8,46 + 245: 9,46 + 246: 13,46 + 247: 14,46 + 274: 9,42 + 275: 10,42 + 276: 13,42 + 277: 12,42 + 504: 0,24 + 505: 2,24 + 521: 1,30 + 522: 11,30 + 538: 3,18 + 539: 1,18 + 636: 25,34 + 637: 26,34 + 710: 1,12 + 711: 5,12 + 763: 1,6 + 764: 9,6 + 840: 25,0 + 841: 24,0 + 842: 27,0 + 843: 28,0 + 844: 29,0 + 845: 30,0 + 928: 3,43 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 199: 18,3 + 200: 18,2 + 201: 18,1 + 242: 12,47 + 243: 12,48 + 271: 8,43 + 498: 2,27 + 499: 2,26 + 500: 2,25 + 544: 0,19 + 545: 0,21 + 590: 8,40 + 591: 8,38 + 673: 28,25 + 708: 0,13 + 709: 0,15 + 760: 0,7 + 761: 0,9 + 854: 23,3 + 855: 23,1 + 925: 1,45 + 932: 2,31 + 933: 2,10 + 934: 2,6 + 938: 9,2 + 939: 30,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 84: 18,36 + 104: 16,25 + 336: 9,21 + 337: 10,22 + 364: 16,22 + 374: 21,15 + 375: 22,16 + 415: 21,21 + 421: 22,22 + 446: 33,21 + 447: 34,22 + 490: 12,25 + 554: 22,9 + 568: 14,9 + 610: 22,40 + 2025: 30,48 + 2039: 30,44 + 2058: 29,47 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 85: 16,36 + 103: 18,25 + 338: 7,21 + 339: 6,22 + 376: 17,15 + 377: 16,16 + 414: 19,21 + 420: 18,22 + 448: 31,21 + 449: 30,22 + 555: 20,9 + 569: 12,9 + 611: 16,40 + 2040: 28,44 + 2059: 28,47 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 83: 18,34 + 308: 26,30 + 332: 9,19 + 335: 10,18 + 372: 21,13 + 373: 22,12 + 418: 21,19 + 419: 22,18 + 452: 33,19 + 453: 34,18 + 561: 22,7 + 562: 14,7 + 609: 22,38 + 778: 16,0 + 779: 5,0 + 2038: 30,42 + 2056: 29,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 81: 16,34 + 82: 3,35 + 309: 14,30 + 333: 7,19 + 334: 6,18 + 370: 17,13 + 371: 16,12 + 416: 18,18 + 417: 19,19 + 450: 31,19 + 451: 30,18 + 493: 14,27 + 558: 20,7 + 567: 12,7 + 608: 16,38 + 780: 0,0 + 781: 11,0 + 2037: 28,42 + 2057: 28,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndE + decals: + 73: 21,39 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelEndW + decals: + 74: 17,39 + - node: + color: '#D4D4D496' + id: BrickTileSteelLineE + decals: + 1330: 32,2 + 1332: 31,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 87: 18,35 + 93: 14,34 + 94: 14,35 + 95: 14,36 + 105: 16,24 + 286: 17,45 + 287: 17,46 + 288: 17,47 + 323: 27,20 + 349: 9,20 + 350: 10,21 + 351: 10,19 + 365: 16,21 + 378: 21,14 + 379: 22,13 + 380: 22,15 + 425: 21,20 + 426: 22,19 + 427: 22,21 + 454: 34,19 + 455: 34,21 + 462: 33,20 + 491: 12,24 + 559: 22,8 + 566: 14,8 + 802: 16,1 + 806: 5,1 + 872: 34,0 + 873: 34,1 + 874: 34,3 + 875: 34,4 + 1328: 33,2 + 2023: 30,46 + 2024: 30,47 + 2041: 30,43 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 75: 18,39 + 76: 19,39 + 77: 20,39 + 86: 17,36 + 340: 8,21 + 341: 9,22 + 342: 7,22 + 366: 15,22 + 391: 18,15 + 392: 19,15 + 393: 20,15 + 394: 21,16 + 395: 20,16 + 396: 18,16 + 397: 17,16 + 422: 20,21 + 423: 19,22 + 424: 21,22 + 458: 31,22 + 459: 33,22 + 460: 32,21 + 556: 21,9 + 564: 13,9 + 572: 16,10 + 573: 18,10 + 612: 17,40 + 613: 18,40 + 614: 21,40 + 615: 20,40 + 2026: 29,48 + 2027: 28,48 + 2044: 29,44 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 78: 18,39 + 79: 19,39 + 80: 20,39 + 89: 17,34 + 298: 15,30 + 299: 16,30 + 300: 17,30 + 301: 18,30 + 302: 19,30 + 303: 21,30 + 304: 22,30 + 305: 23,30 + 306: 24,30 + 307: 25,30 + 346: 8,19 + 347: 7,18 + 348: 9,18 + 384: 18,13 + 385: 19,13 + 386: 20,13 + 387: 20,12 + 388: 21,12 + 389: 18,12 + 390: 17,12 + 431: 20,19 + 432: 19,18 + 433: 21,18 + 463: 32,19 + 464: 31,18 + 465: 33,18 + 557: 21,7 + 563: 13,7 + 570: 16,6 + 571: 18,6 + 616: 17,38 + 617: 18,38 + 618: 21,38 + 619: 20,38 + 782: 1,0 + 783: 2,0 + 784: 3,0 + 785: 4,0 + 786: 0,3 + 787: 1,3 + 788: 2,3 + 789: 3,3 + 790: 4,3 + 791: 5,3 + 792: 12,0 + 793: 13,0 + 794: 14,0 + 795: 15,0 + 796: 11,3 + 797: 12,3 + 798: 13,3 + 799: 14,3 + 800: 15,3 + 801: 16,3 + 2043: 29,42 + - node: + color: '#D4D4D496' + id: BrickTileSteelLineW + decals: + 1329: 33,2 + 1331: 32,2 + 1333: 31,2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 88: 16,35 + 90: 20,34 + 91: 20,35 + 92: 20,36 + 102: 18,24 + 289: 21,45 + 290: 21,46 + 291: 21,47 + 322: 25,20 + 326: 29,15 + 327: 29,14 + 328: 29,13 + 343: 7,20 + 344: 6,21 + 345: 6,19 + 381: 17,14 + 382: 16,15 + 383: 16,13 + 428: 19,20 + 429: 18,19 + 430: 18,21 + 456: 30,19 + 457: 30,21 + 461: 31,20 + 492: 14,28 + 560: 20,8 + 565: 12,8 + 803: 0,1 + 805: 11,1 + 2021: 24,44 + 2022: 24,46 + 2042: 28,43 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNe + decals: + 264: 10,44 + 679: 30,28 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNe + decals: + 109: 16,25 + 362: 10,22 + 367: 16,22 + 413: 22,16 + 438: 22,22 + 475: 34,22 + 494: 12,25 + 527: 12,32 + 580: 4,22 + 587: 6,40 + 630: 22,40 + 660: 34,36 + 715: 6,16 + 777: 10,10 + 2045: 30,48 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNe + decals: + 689: 10,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerNw + decals: + 265: 12,44 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 108: 18,25 + 363: 6,22 + 412: 16,16 + 442: 18,22 + 476: 30,22 + 532: 0,32 + 579: 0,22 + 588: 0,40 + 629: 16,40 + 639: 24,36 + 714: 0,16 + 772: 0,10 + 858: 23,4 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerNw + decals: + 688: 8,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSe + decals: + 263: 10,46 + 279: 14,42 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 361: 10,18 + 411: 22,12 + 443: 22,18 + 477: 34,18 + 526: 12,30 + 581: 4,18 + 586: 6,38 + 628: 22,38 + 661: 34,34 + 713: 6,12 + 771: 10,6 + 809: 5,0 + 810: 16,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 311: 26,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSe + decals: + 690: 10,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteCornerSw + decals: + 262: 12,46 + 278: 8,42 + 676: 28,24 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 360: 6,18 + 406: 16,12 + 439: 18,18 + 474: 30,18 + 496: 14,27 + 533: 0,30 + 578: 0,18 + 589: 0,38 + 631: 16,38 + 638: 24,34 + 712: 0,12 + 770: 0,6 + 807: 0,0 + 808: 11,0 + 859: 23,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 310: 14,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteCornerSw + decals: + 691: 8,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineE + decals: + 258: 10,47 + 259: 10,48 + 280: 14,43 + 678: 30,27 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineE + decals: + 895: 2,6 + 896: 2,10 + 900: 9,2 + 901: 30,2 + 906: 1,45 + 908: 2,31 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 96: 14,36 + 97: 14,35 + 98: 14,34 + 106: 16,24 + 356: 10,19 + 357: 10,21 + 368: 16,21 + 409: 22,15 + 410: 22,13 + 444: 22,19 + 445: 22,21 + 470: 34,21 + 471: 34,19 + 495: 12,24 + 511: 0,25 + 512: 0,26 + 513: 0,27 + 548: 4,19 + 549: 4,21 + 596: 14,38 + 597: 14,40 + 716: 6,15 + 717: 6,13 + 768: 10,9 + 769: 10,7 + 811: 5,1 + 812: 16,1 + 876: 34,0 + 877: 34,1 + 878: 34,3 + 879: 34,4 + 2048: 30,47 + 2049: 30,46 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 292: 17,45 + 293: 17,46 + 294: 17,47 + 324: 27,20 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineE + decals: + 693: 10,27 + 694: 10,26 + 695: 10,25 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineN + decals: + 266: 9,44 + 267: 8,44 + 268: 13,44 + 269: 14,44 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineN + decals: + 907: 3,43 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 358: 9,22 + 359: 7,22 + 369: 15,22 + 398: 18,16 + 399: 17,16 + 400: 21,16 + 401: 20,16 + 436: 19,22 + 437: 21,22 + 468: 31,22 + 469: 33,22 + 516: 0,28 + 517: 2,28 + 528: 11,32 + 531: 1,32 + 552: 1,22 + 553: 3,22 + 574: 16,10 + 575: 18,10 + 620: 18,40 + 621: 17,40 + 622: 20,40 + 623: 21,40 + 642: 25,36 + 643: 26,36 + 722: 1,16 + 723: 5,16 + 773: 1,10 + 774: 9,10 + 866: 24,4 + 867: 25,4 + 868: 27,4 + 869: 28,4 + 870: 30,4 + 871: 29,4 + 2046: 28,48 + 2047: 29,48 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineN + decals: + 692: 9,28 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 254: 8,46 + 255: 9,46 + 256: 13,46 + 257: 14,46 + 282: 9,42 + 283: 10,42 + 284: 12,42 + 285: 13,42 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineS + decals: + 905: 3,47 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 352: 7,18 + 353: 9,18 + 402: 17,12 + 403: 18,12 + 404: 20,12 + 405: 21,12 + 434: 19,18 + 435: 21,18 + 466: 33,18 + 467: 31,18 + 514: 0,24 + 515: 2,24 + 529: 11,30 + 530: 1,30 + 550: 1,18 + 551: 3,18 + 576: 16,6 + 577: 18,6 + 624: 17,38 + 625: 18,38 + 626: 20,38 + 627: 21,38 + 640: 25,34 + 641: 26,34 + 718: 5,12 + 719: 1,12 + 775: 1,6 + 776: 9,6 + 813: 12,0 + 814: 13,0 + 815: 14,0 + 816: 15,0 + 817: 16,3 + 818: 15,3 + 819: 13,3 + 820: 14,3 + 821: 11,3 + 822: 12,3 + 823: 0,3 + 824: 1,3 + 825: 2,3 + 826: 3,3 + 827: 4,3 + 828: 5,3 + 829: 4,0 + 830: 3,0 + 831: 2,0 + 832: 1,0 + 860: 24,0 + 861: 25,0 + 862: 27,0 + 863: 28,0 + 864: 29,0 + 865: 30,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 312: 15,30 + 313: 16,30 + 314: 17,30 + 315: 18,30 + 316: 19,30 + 317: 21,30 + 318: 22,30 + 319: 23,30 + 320: 24,30 + 321: 25,30 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineS + decals: + 696: 9,24 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineW + decals: + 260: 12,47 + 261: 12,48 + 281: 8,43 + 677: 28,25 + - node: + color: '#D4D4D419' + id: BrickTileWhiteLineW + decals: + 897: 8,10 + 898: 8,6 + 899: 7,2 + 902: 33,36 + 903: 33,34 + 904: 5,45 + 909: 10,31 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 99: 20,36 + 100: 20,35 + 101: 20,34 + 107: 18,24 + 354: 6,19 + 355: 6,21 + 407: 16,13 + 408: 16,15 + 440: 18,19 + 441: 18,21 + 472: 30,19 + 473: 30,21 + 497: 14,28 + 508: 2,25 + 509: 2,26 + 510: 2,27 + 546: 0,19 + 547: 0,21 + 594: 8,38 + 595: 8,40 + 720: 0,13 + 721: 0,15 + 766: 0,7 + 767: 0,9 + 804: 0,1 + 833: 11,1 + 856: 23,1 + 857: 23,3 + 2050: 24,44 + 2051: 24,46 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 295: 21,45 + 296: 21,46 + 297: 21,47 + 325: 25,20 + 329: 29,13 + 330: 29,14 + 331: 29,15 + - node: + color: '#FFFFFFFF' + id: BrickTileWhiteLineW + decals: + 697: 8,25 + 698: 8,26 + 699: 8,27 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#B02E269B' + id: Clandestine + decals: + 2136: 3.132535,34.09553 + - node: + color: '#A4610696' + id: Dirt + decals: + 1334: 31,2 + 1335: 32,2 + 1336: 33,2 + 1337: 30,2 + 1338: 34,2 + 1339: 33,3 + 1340: 31,4 + 1341: 32,3 + 1342: 32,1 + 1343: 31,1 + 1344: 31,0 + 1345: 33,0 + 1346: 32,0 + 1347: 33,3 + 1348: 33,4 + 1349: 32,4 + 1350: 31,3 + 1351: 32,1 + 1352: 33,1 + - node: + cleanable: True + color: '#A4610696' + id: Dirt + decals: + 954: 0,45 + 955: 3,47 + 956: 3,48 + 957: 6,45 + 958: 3,42 + 959: 3,43 + 960: 5,45 + 961: 1,45 + 962: 13,45 + 963: 12,45 + 964: 11,47 + 965: 9,45 + 966: 8,45 + 967: 8,46 + 968: 10,47 + 969: 13,47 + 970: 14,46 + 971: 11,43 + 972: 11,42 + 973: 9,42 + 974: 10,42 + 975: 13,42 + 976: 12,42 + 977: 13,43 + 978: 9,43 + 979: 11,44 + 980: 11,45 + 981: 11,47 + 982: 9,46 + 983: 11,46 + 984: 16,45 + 985: 16,46 + 986: 16,47 + 987: 16,44 + 988: 17,45 + 989: 17,46 + 990: 21,45 + 991: 22,45 + 992: 22,44 + 993: 22,43 + 994: 22,46 + 995: 21,45 + 996: 21,46 + 997: 22,47 + 998: 24,39 + 999: 24,38 + 1000: 24,40 + 1001: 27,39 + 1002: 27,39 + 1003: 30,40 + 1004: 30,39 + 1005: 30,38 + 1006: 30,39 + 1007: 34,35 + 1008: 33,34 + 1009: 33,36 + 1010: 24,35 + 1011: 22,35 + 1012: 20,35 + 1013: 21,35 + 1014: 20,34 + 1015: 14,35 + 1016: 13,35 + 1017: 12,35 + 1018: 14,36 + 1019: 17,36 + 1020: 17,35 + 1021: 17,34 + 1022: 16,35 + 1023: 18,35 + 1024: 18,36 + 1025: 18,34 + 1026: 16,34 + 1027: 16,36 + 1028: 16,30 + 1029: 16,30 + 1030: 18,30 + 1031: 19,30 + 1032: 22,30 + 1033: 24,30 + 1034: 25,30 + 1035: 26,30 + 1036: 20,30 + 1037: 20,30 + 1038: 15,30 + 1039: 14,30 + 1040: 14,31 + 1041: 26,31 + 1042: 10,31 + 1043: 2,31 + 1044: 0,31 + 1045: 12,31 + 1046: 5,35 + 1047: 6,36 + 1048: 4,34 + 1049: 9,35 + 1050: 9,35 + 1051: 10,35 + 1052: 10,34 + 1053: 0,35 + 1054: 0,36 + 1055: 0,35 + 1056: 5,36 + 1057: 6,36 + 1058: 6,39 + 1059: 0,39 + 1060: 8,39 + 1061: 8,40 + 1062: 8,38 + 1063: 9,39 + 1064: 11,38 + 1065: 9,38 + 1066: 11,40 + 1067: 10,40 + 1068: 13,39 + 1069: 14,39 + 1070: 14,40 + 1071: 14,38 + 1072: 13,39 + 1073: 13,40 + 1074: 16,39 + 1075: 18,40 + 1076: 19,40 + 1077: 19,39 + 1078: 18,39 + 1079: 17,39 + 1080: 20,39 + 1081: 21,39 + 1082: 19,38 + 1083: 22,39 + 1084: 21,38 + 1085: 24,39 + 1086: 24,38 + 1087: 24,40 + 1088: 17,32 + 1089: 24,32 + 1090: 23,32 + 1091: 34,26 + 1092: 33,26 + 1093: 33,28 + 1094: 32,28 + 1095: 32,27 + 1096: 34,27 + 1097: 34,28 + 1098: 32,25 + 1099: 33,24 + 1100: 33,25 + 1101: 32,26 + 1102: 29,24 + 1103: 30,26 + 1104: 28,26 + 1105: 29,28 + 1106: 29,27 + 1107: 29,25 + 1108: 25,26 + 1109: 24,26 + 1110: 26,26 + 1111: 25,27 + 1112: 24,28 + 1113: 25,28 + 1114: 24,27 + 1115: 24,24 + 1116: 25,25 + 1117: 25,24 + 1118: 26,25 + 1119: 22,26 + 1120: 24,26 + 1121: 26,26 + 1122: 20,26 + 1123: 21,25 + 1124: 21,24 + 1125: 21,28 + 1126: 21,27 + 1127: 18,26 + 1128: 16,26 + 1129: 17,27 + 1130: 17,28 + 1131: 17,25 + 1132: 17,24 + 1133: 17,26 + 1134: 13,28 + 1135: 13,27 + 1136: 13,26 + 1137: 13,25 + 1138: 13,24 + 1139: 12,26 + 1140: 14,26 + 1141: 9,26 + 1142: 9,27 + 1143: 9,28 + 1144: 8,28 + 1145: 8,27 + 1146: 8,26 + 1147: 9,25 + 1148: 8,25 + 1149: 8,24 + 1150: 9,24 + 1151: 10,24 + 1152: 10,25 + 1153: 10,26 + 1154: 10,27 + 1155: 10,28 + 1156: 5,28 + 1157: 5,28 + 1158: 5,24 + 1159: 5,24 + 1160: 0,26 + 1161: 2,26 + 1162: 2,28 + 1163: 1,24 + 1164: 2,24 + 1165: 2,22 + 1166: 4,20 + 1167: 2,18 + 1168: 1,19 + 1169: 0,20 + 1170: 0,17 + 1171: 0,18 + 1172: 4,18 + 1173: 4,19 + 1174: 4,22 + 1175: 0,22 + 1176: 6,20 + 1177: 7,20 + 1178: 8,20 + 1179: 9,20 + 1180: 10,20 + 1181: 8,21 + 1182: 8,22 + 1183: 8,19 + 1184: 8,18 + 1185: 6,18 + 1186: 7,19 + 1187: 7,18 + 1188: 9,20 + 1189: 10,21 + 1190: 9,21 + 1191: 9,22 + 1192: 9,19 + 1193: 7,21 + 1194: 8,13 + 1195: 8,13 + 1196: 11,16 + 1197: 11,16 + 1198: 10,16 + 1199: 9,16 + 1200: 8,15 + 1201: 8,14 + 1202: 8,16 + 1203: 10,16 + 1204: 9,16 + 1205: 12,14 + 1206: 11,14 + 1207: 11,12 + 1208: 10,12 + 1209: 14,12 + 1210: 14,14 + 1211: 14,15 + 1212: 13,14 + 1213: 12,14 + 1214: 11,14 + 1215: 11,13 + 1216: 6,14 + 1217: 0,14 + 1218: 3,16 + 1219: 3,12 + 1220: 3,13 + 1221: 2,13 + 1222: 4,13 + 1223: 3,15 + 1224: 2,15 + 1225: 4,15 + 1226: 5,14 + 1227: 1,14 + 1228: 1,15 + 1229: 1,13 + 1230: 5,15 + 1231: 5,13 + 1232: 0,8 + 1233: 2,10 + 1234: 2,6 + 1235: 8,6 + 1236: 8,10 + 1237: 0,8 + 1238: 10,8 + 1239: 10,10 + 1240: 10,7 + 1241: 10,6 + 1242: 9,6 + 1243: 9,10 + 1244: 1,10 + 1245: 0,7 + 1246: 0,6 + 1247: 0,3 + 1248: 1,3 + 1249: 1,3 + 1250: 2,3 + 1251: 3,3 + 1252: 4,3 + 1253: 4,3 + 1254: 5,3 + 1255: 7,2 + 1256: 9,2 + 1257: 4,0 + 1258: 4,1 + 1259: 2,1 + 1260: 1,1 + 1261: 0,2 + 1262: 1,2 + 1263: 2,2 + 1264: 5,2 + 1265: 4,2 + 1266: 3,2 + 1267: 4,1 + 1268: 3,1 + 1269: 11,2 + 1270: 12,3 + 1271: 11,3 + 1272: 14,3 + 1273: 14,3 + 1274: 15,3 + 1275: 16,3 + 1276: 13,3 + 1277: 11,3 + 1278: 12,2 + 1279: 11,1 + 1280: 13,1 + 1281: 16,2 + 1282: 16,1 + 1283: 14,1 + 1284: 13,2 + 1285: 14,2 + 1286: 18,2 + 1287: 19,2 + 1288: 20,2 + 1289: 21,2 + 1290: 19,3 + 1291: 18,3 + 1292: 20,3 + 1293: 20,1 + 1294: 21,1 + 1295: 19,1 + 1296: 23,2 + 1297: 28,2 + 1298: 29,2 + 1299: 30,2 + 1300: 28,4 + 1301: 29,4 + 1302: 26,4 + 1303: 26,2 + 1304: 26,1 + 1305: 26,0 + 1306: 24,2 + 1307: 25,2 + 1308: 27,2 + 1309: 24,4 + 1310: 23,3 + 1311: 24,3 + 1312: 23,4 + 1469: 14,8 + 1470: 12,8 + 1471: 12,7 + 1472: 13,7 + 1473: 13,6 + 1474: 13,10 + 1475: 12,9 + 1476: 14,9 + 1477: 17,10 + 1478: 17,9 + 1479: 18,9 + 1480: 18,8 + 1481: 17,7 + 1482: 17,7 + 1483: 17,6 + 1484: 17,8 + 1485: 16,7 + 1486: 18,7 + 1487: 20,9 + 1488: 20,8 + 1489: 21,10 + 1490: 21,9 + 1491: 21,7 + 1492: 21,6 + 1493: 20,7 + 1494: 22,7 + 1495: 22,8 + 1534: 19,16 + 1535: 18,15 + 1536: 19,13 + 1537: 19,12 + 1538: 22,14 + 1539: 22,14 + 1540: 22,15 + 1541: 21,16 + 1542: 21,15 + 1543: 21,13 + 1544: 16,14 + 1545: 17,13 + 1546: 17,15 + 1556: 30,20 + 1557: 32,22 + 1558: 31,22 + 1559: 31,21 + 1560: 32,19 + 1561: 32,18 + 1562: 34,20 + 1563: 34,19 + 1564: 34,18 + 1565: 34,21 + 1566: 34,22 + 2060: 24,45 + 2061: 25,45 + 2062: 27,48 + 2063: 27,42 + 2064: 30,45 + 2065: 28,43 + 2066: 29,43 + 2067: 30,43 + 2068: 24,42 + 2069: 25,43 + 2070: 26,42 + 2071: 25,42 + 2072: 26,48 + 2073: 25,47 + 2074: 26,47 + 2075: 25,47 + 2076: 25,48 + 2077: 27,47 + 2078: 27,45 + 2079: 27,46 + 2080: 26,45 + 2081: 28,45 + 2082: 26,44 + 2083: 27,44 + 2084: 25,46 + 2085: 26,46 + 2086: 29,45 + - node: + color: '#A4610696' + id: DirtHeavy + decals: + 1353: 11,31 + 1354: 1,31 + 1355: 0,39 + 1356: 6,39 + 1357: 5,45 + 1358: 14,39 + 1359: 16,39 + 1360: 19,38 + - node: + cleanable: True + color: '#A4610696' + id: DirtHeavy + decals: + 1361: 22,39 + 1362: 19,40 + 1363: 30,39 + 1364: 25,35 + 1365: 24,36 + 1366: 20,30 + 1367: 14,30 + 1368: 18,30 + 1369: 22,30 + 1370: 26,31 + 1371: 22,26 + 1372: 24,26 + 1373: 26,26 + 1374: 28,26 + 1375: 29,27 + 1376: 33,25 + 1377: 33,28 + 1378: 32,28 + 1379: 14,26 + 1380: 12,26 + 1381: 9,26 + 1382: 9,28 + 1383: 8,28 + 1384: 8,24 + 1385: 10,25 + 1386: 5,24 + 1387: 5,28 + 1388: 0,26 + 1389: 0,27 + 1390: 2,24 + 1391: 2,25 + 1392: 0,35 + 1393: 0,36 + 1394: 7,36 + 1395: 5,35 + 1396: 4,34 + 1397: 10,35 + 1398: 9,35 + 1399: 8,39 + 1400: 14,39 + 1401: 14,38 + 1402: 8,45 + 1403: 11,48 + 1404: 11,44 + 1405: 14,45 + 1406: 11,42 + 1407: 9,42 + 1408: 13,43 + 1409: 3,47 + 1410: 4,20 + 1411: 3,22 + 1412: 2,18 + 1413: 0,19 + 1414: 6,20 + 1415: 8,20 + 1416: 8,18 + 1417: 10,20 + 1418: 8,22 + 1419: 14,20 + 1420: 15,21 + 1421: 16,20 + 1422: 12,20 + 1423: 12,21 + 1424: 13,22 + 1425: 13,21 + 1426: 13,19 + 1427: 16,19 + 1428: 16,19 + 1429: 15,20 + 1430: 14,18 + 1431: 12,20 + 1432: 14,22 + 1433: 20,20 + 1434: 20,22 + 1435: 18,20 + 1436: 22,21 + 1437: 19,21 + 1438: 20,18 + 1439: 22,20 + 1440: 27,22 + 1441: 25,22 + 1442: 26,18 + 1443: 27,18 + 1444: 31,18 + 1445: 32,18 + 1446: 31,20 + 1447: 32,21 + 1448: 34,22 + 1449: 34,20 + 1450: 32,19 + 1451: 29,14 + 1452: 24,14 + 1453: 24,13 + 1454: 30,14 + 1455: 29,13 + 1456: 34,2 + 1457: 32,3 + 1458: 30,1 + 1459: 26,1 + 1460: 23,3 + 1461: 24,4 + 1462: 29,4 + 1463: 26,0 + 1464: 26,1 + 1465: 18,2 + 1466: 22,8 + 1467: 20,8 + 1468: 16,8 + 1496: 17,6 + 1497: 16,8 + 1498: 18,8 + 1499: 17,10 + 1500: 14,8 + 1501: 12,8 + 1502: 13,6 + 1503: 13,10 + 1504: 21,10 + 1505: 21,9 + 1506: 21,8 + 1507: 21,7 + 1508: 21,6 + 1509: 10,8 + 1510: 9,10 + 1511: 9,6 + 1512: 2,6 + 1513: 0,7 + 1514: 0,9 + 1515: 1,10 + 1516: 8,10 + 1517: 0,14 + 1518: 5,14 + 1519: 4,15 + 1520: 3,16 + 1521: 1,18 + 1522: 5,15 + 1523: 6,14 + 1524: 11,16 + 1525: 8,13 + 1526: 11,12 + 1527: 10,13 + 1528: 16,14 + 1529: 19,16 + 1530: 19,13 + 1531: 18,13 + 1532: 18,15 + 1533: 16,15 + 1547: 19,16 + 1548: 16,14 + 1549: 17,15 + 1550: 18,14 + 1551: 19,13 + 1552: 21,13 + 1553: 22,14 + 1554: 29,15 + 1555: 29,13 + 2095: 24,45 + 2096: 27,48 + 2097: 27,42 + 2098: 25,44 + 2099: 29,45 + 2100: 29,46 + 2101: 29,47 + 2102: 25,45 + - node: + cleanable: True + color: '#A4610696' + id: DirtLight + decals: + 1567: 0,2 + 1568: 5,2 + 1569: 4,1 + 1570: 5,2 + 1571: 2,1 + 1572: 7,2 + 1573: 9,2 + 1574: 11,2 + 1575: 14,2 + 1576: 13,3 + 1577: 10,3 + 1578: 11,3 + 1579: 12,3 + 1580: 16,3 + 1581: 15,3 + 1582: 16,2 + 1583: 16,1 + 1584: 14,1 + 1585: 15,1 + 1586: 1,3 + 1587: 3,3 + 1588: 5,3 + 1589: 5,3 + 1590: 1,1 + 1591: 23,2 + 1592: 26,2 + 1593: 28,2 + 1594: 28,4 + 1595: 30,2 + 1596: 31,1 + 1597: 34,1 + 1598: 33,0 + 1599: 34,3 + 1600: 21,9 + 1601: 20,8 + 1602: 22,8 + 1603: 16,8 + 1604: 17,9 + 1605: 17,10 + 1606: 17,6 + 1607: 12,8 + 1608: 14,9 + 1609: 14,8 + 1610: 13,6 + 1611: 10,8 + 1612: 8,10 + 1613: 2,10 + 1614: 0,8 + 1615: 0,9 + 1616: 2,6 + 1617: 0,14 + 1618: 3,12 + 1619: 1,14 + 1620: 3,15 + 1621: 5,14 + 1622: 5,15 + 1623: 6,14 + 1624: 3,13 + 1625: 3,12 + 1626: 8,13 + 1627: 10,16 + 1628: 11,16 + 1629: 17,14 + 1630: 17,13 + 1631: 16,15 + 1632: 19,16 + 1633: 22,14 + 1634: 21,14 + 1635: 21,13 + 1636: 19,13 + 1637: 20,12 + 1638: 20,13 + 1639: 21,15 + 1640: 29,14 + 1641: 29,15 + 1642: 34,20 + 1643: 32,18 + 1644: 34,18 + 1645: 34,21 + 1646: 32,22 + 1647: 30,20 + 1648: 30,21 + 1649: 32,19 + 1650: 32,21 + 1651: 32,20 + 1652: 30,18 + 1653: 26,22 + 1654: 25,22 + 1655: 25,20 + 1656: 27,20 + 1657: 27,22 + 1658: 25,20 + 1659: 27,20 + 1660: 26,18 + 1661: 27,18 + 1662: 25,18 + 1663: 22,20 + 1664: 18,20 + 1665: 20,22 + 1666: 20,20 + 1667: 19,19 + 1668: 20,19 + 1669: 20,21 + 1670: 21,20 + 1671: 16,20 + 1672: 16,21 + 1673: 12,20 + 1674: 13,21 + 1675: 13,22 + 1676: 13,19 + 1677: 13,19 + 1678: 14,20 + 1679: 14,18 + 1680: 10,20 + 1681: 10,21 + 1682: 8,22 + 1683: 6,21 + 1684: 6,20 + 1685: 7,20 + 1686: 7,19 + 1687: 8,20 + 1688: 9,20 + 1689: 4,20 + 1690: 3,18 + 1691: 2,18 + 1692: 1,18 + 1693: 0,21 + 1694: 1,22 + 1695: 0,20 + 1696: 2,22 + 1697: 1,24 + 1698: 0,26 + 1699: 0,25 + 1700: 2,25 + 1701: 2,27 + 1702: 5,28 + 1703: 5,24 + 1704: 9,26 + 1705: 9,27 + 1706: 9,24 + 1707: 8,24 + 1708: 10,24 + 1709: 10,26 + 1710: 13,26 + 1711: 12,26 + 1712: 13,28 + 1713: 12,28 + 1714: 13,24 + 1715: 14,26 + 1716: 13,25 + 1717: 18,26 + 1718: 16,26 + 1719: 17,28 + 1720: 17,25 + 1721: 17,24 + 1722: 20,26 + 1723: 22,26 + 1724: 21,26 + 1725: 21,27 + 1726: 21,24 + 1727: 21,25 + 1728: 25,26 + 1729: 26,26 + 1730: 25,26 + 1731: 25,26 + 1732: 25,24 + 1733: 25,24 + 1734: 26,25 + 1735: 24,27 + 1736: 29,26 + 1737: 29,27 + 1738: 30,26 + 1739: 29,24 + 1740: 33,26 + 1741: 33,24 + 1742: 34,26 + 1743: 32,26 + 1744: 34,28 + 1745: 34,28 + 1746: 33,28 + 1747: 32,28 + 1748: 26,31 + 1749: 21,30 + 1750: 20,30 + 1751: 17,30 + 1752: 15,30 + 1753: 14,31 + 1754: 10,31 + 1755: 2,31 + 1756: 11,30 + 1757: 12,31 + 1758: 0,32 + 1759: 1,32 + 1760: 0,31 + 1761: -1,35 + 1762: 0,36 + 1763: 0,35 + 1764: 4,34 + 1765: 5,35 + 1766: 3,34 + 1767: 10,34 + 1768: 10,35 + 1769: 6,39 + 1770: 0,39 + 1771: 0,45 + 1772: 3,43 + 1773: 3,47 + 1774: 4,45 + 1775: 5,45 + 1776: 8,45 + 1777: 11,46 + 1778: 11,45 + 1779: 11,42 + 1780: 13,42 + 1781: 9,42 + 1782: 14,45 + 1783: 10,44 + 1784: 11,44 + 1785: 11,45 + 1786: 16,47 + 1787: 16,45 + 1788: 17,45 + 1789: 21,45 + 1790: 16,48 + 1791: 16,43 + 1792: 23,43 + 1793: 22,42 + 1794: 30,38 + 1795: 30,40 + 1796: 24,38 + 1797: 22,39 + 1798: 19,38 + 1799: 19,39 + 1800: 18,39 + 1801: 16,39 + 1802: 18,38 + 1803: 17,38 + 1804: 14,38 + 1805: 14,40 + 1806: 9,39 + 1807: 10,40 + 1808: 12,38 + 1809: 10,38 + 1810: 10,38 + 1811: 6,39 + 1812: 0,39 + 2103: 24,45 + 2104: 30,45 + 2105: 26,44 + 2106: 27,43 + 2107: 30,43 + 2108: 29,42 + 2109: 28,47 + - node: + cleanable: True + color: '#A4610696' + id: DirtMedium + decals: + 1813: 0,35 + 1814: 0,39 + 1815: 6,39 + 1816: 3,43 + 1817: 1,45 + 1818: 11,45 + 1819: 11,42 + 1820: 14,45 + 1821: 16,45 + 1822: 21,45 + 1823: 22,45 + 1824: 21,38 + 1825: 20,38 + 1826: 20,38 + 1827: 24,38 + 1828: 30,39 + 1829: 34,35 + 1830: 33,36 + 1831: 33,34 + 1832: 24,34 + 1833: 20,34 + 1834: 22,35 + 1835: 17,35 + 1836: 16,34 + 1837: 17,36 + 1838: 12,35 + 1839: 10,35 + 1840: 5,35 + 1841: 0,35 + 1842: 1,31 + 1843: 2,31 + 1844: 11,31 + 1845: 9,26 + 1846: 8,26 + 1847: 9,27 + 1848: 9,28 + 1849: 10,26 + 1850: 10,25 + 1851: 9,25 + 1852: 13,26 + 1853: 12,26 + 1854: 13,28 + 1855: 14,26 + 1856: 17,24 + 1857: 18,26 + 1858: 17,28 + 1859: 16,26 + 1860: 22,26 + 1861: 20,26 + 1862: 25,27 + 1863: 24,27 + 1864: 24,28 + 1865: 24,25 + 1866: 25,25 + 1867: 25,24 + 1868: 24,24 + 1869: 26,25 + 1870: 26,26 + 1871: 25,26 + 1872: 24,26 + 1873: 24,26 + 1874: 25,26 + 1875: 25,26 + 1876: 28,26 + 1877: 30,26 + 1878: 29,27 + 1879: 29,25 + 1880: 33,26 + 1881: 34,26 + 1882: 34,28 + 1883: 32,28 + 1884: 34,28 + 1885: 32,20 + 1886: 31,20 + 1887: 30,20 + 1888: 30,18 + 1889: 34,18 + 1890: 34,21 + 1891: 25,18 + 1892: 26,18 + 1893: 25,18 + 1894: 27,20 + 1895: 27,22 + 1896: 29,15 + 1897: 30,14 + 1898: 29,12 + 1899: 24,14 + 1900: 24,15 + 1901: 24,16 + 1902: 20,20 + 1903: 17,20 + 1904: 19,21 + 1905: 18,20 + 1906: 21,22 + 1907: 22,20 + 1908: 22,21 + 1909: 20,19 + 1910: 15,20 + 1911: 14,21 + 1912: 15,21 + 1913: 16,21 + 1914: 14,22 + 1915: 12,20 + 1916: 14,18 + 1917: 15,18 + 1918: 16,19 + 1919: 16,19 + 1920: 13,19 + 1921: 12,19 + 1922: 12,19 + 1923: 12,18 + 1924: 14,18 + 1925: 15,18 + 1926: 15,18 + 1927: 10,20 + 1928: 8,22 + 1929: 7,20 + 1930: 9,21 + 1931: 7,19 + 1932: 10,19 + 1933: 10,21 + 1934: 7,18 + 1935: 4,20 + 1936: 4,21 + 1937: 2,22 + 1938: 1,22 + 1939: 0,19 + 1940: 1,18 + 1941: 1,18 + 1942: 3,18 + 1943: 0,14 + 1944: 2,13 + 1945: 3,13 + 1946: 5,13 + 1947: 3,12 + 1948: 8,15 + 1949: 8,16 + 1950: 9,16 + 1951: 9,16 + 1952: 18,14 + 1953: 19,16 + 1954: 19,14 + 1955: 20,13 + 1956: 18,16 + 1957: 17,13 + 1958: 20,12 + 1959: 22,13 + 1960: 24,13 + 1961: 30,12 + 1962: 30,14 + 1963: 29,16 + 1964: 24,16 + 1965: 24,16 + 1966: 25,6 + 1967: 24,7 + 1968: 26,9 + 1969: 27,10 + 1970: 28,10 + 1971: 34,10 + 1972: 34,8 + 1973: 34,7 + 1974: 33,6 + 1975: 30,6 + 1976: 27,6 + 1977: 21,8 + 1978: 16,8 + 1979: 17,10 + 1980: 18,8 + 1981: 17,6 + 1982: 13,7 + 1983: 13,9 + 1984: 13,8 + 1985: 14,7 + 1986: 10,6 + 1987: 8,10 + 1988: 2,6 + 1989: 0,7 + 1990: 1,1 + 1991: 0,1 + 1992: 4,1 + 1993: 5,2 + 1994: 3,1 + 1995: 3,0 + 1996: 7,2 + 1997: 9,2 + 1998: 11,2 + 1999: 13,1 + 2000: 15,1 + 2001: 16,2 + 2002: 16,1 + 2003: 23,2 + 2004: 26,2 + 2005: 29,3 + 2006: 30,2 + 2007: 33,2 + 2008: 33,3 + 2009: 34,2 + 2010: 34,0 + 2011: 34,1 + 2012: 31,1 + 2013: 29,0 + 2014: 26,0 + 2015: 23,3 + 2016: 28,4 + 2087: 27,42 + 2088: 27,48 + 2089: 24,45 + 2090: 30,45 + 2091: 28,45 + 2092: 26,45 + 2093: 28,47 + 2094: 27,44 + 2110: 24,45 + 2111: 27,48 + 2112: 27,45 + 2113: 26,46 + 2114: 26,42 + 2115: 25,42 + 2116: 25,47 + 2117: 25,47 + 2118: 26,48 + 2119: 26,47 + 2120: 26,47 + 2121: 26,43 + 2122: 26,43 + 2123: 27,43 + 2124: 6,1 + 2125: 10,3 + - node: + color: '#D4D4D41B' + id: FullTileOverlayGreyscale + decals: + 1313: 31,4 + 1314: 31,3 + 1315: 31,2 + 1316: 31,1 + 1317: 31,0 + - node: + color: '#D4D4D433' + id: FullTileOverlayGreyscale + decals: + 1318: 32,0 + 1319: 32,1 + 1320: 32,2 + 1321: 32,3 + 1322: 32,4 + - node: + color: '#D4D4D44C' + id: FullTileOverlayGreyscale + decals: + 1323: 33,0 + 1324: 33,1 + 1325: 33,2 + 1326: 33,3 + 1327: 33,4 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale + decals: + 923: 3,47 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale + decals: + 893: 3,43 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale180 + decals: + 924: 3,43 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale180 + decals: + 894: 3,47 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale270 + decals: + 910: 30,2 + 911: 9,2 + 914: 2,6 + 915: 2,10 + 918: 2,31 + 922: 1,45 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale270 + decals: + 882: 7,2 + 883: 8,6 + 884: 8,10 + 888: 10,31 + 889: 33,34 + 890: 33,36 + 891: 5,45 + - node: + color: '#D4D4D40C' + id: HalfTileOverlayGreyscale90 + decals: + 912: 7,2 + 913: 8,6 + 916: 8,10 + 917: 10,31 + 919: 33,34 + 920: 33,36 + 921: 5,45 + - node: + color: '#D4D4D419' + id: HalfTileOverlayGreyscale90 + decals: + 880: 30,2 + 881: 9,2 + 885: 2,6 + 886: 2,10 + 887: 2,31 + 892: 1,45 + - node: + color: '#9FED5896' + id: MiniTileCheckerAOverlay + decals: + 2028: 28,42 + 2029: 29,42 + 2030: 30,42 + 2031: 28,43 + 2032: 29,43 + 2033: 30,43 + 2034: 28,44 + 2035: 29,44 + 2036: 30,44 + - node: + color: '#DE3A3A96' + id: MiniTileCheckerAOverlay + decals: + 0: 7,19 + 1: 8,19 + 2: 9,19 + 3: 9,20 + 4: 8,20 + 5: 7,20 + 6: 7,21 + 7: 8,21 + 8: 9,21 + 9: 19,19 + 10: 20,19 + 11: 21,19 + 12: 21,20 + 13: 20,20 + 14: 19,20 + 15: 19,21 + 16: 20,21 + 17: 21,21 + 18: 17,15 + 19: 17,14 + 20: 17,13 + 21: 18,13 + 22: 19,13 + 23: 20,13 + 24: 21,13 + 25: 21,14 + 26: 21,15 + 27: 20,15 + 28: 19,15 + 29: 18,15 + 30: 18,14 + 31: 19,14 + 32: 20,9 + 33: 21,9 + 34: 22,9 + 35: 22,8 + 36: 22,7 + 37: 21,7 + 38: 21,8 + 39: 20,8 + 40: 20,7 + 41: 12,7 + 42: 13,7 + 43: 14,7 + 44: 14,8 + 45: 13,8 + 46: 12,8 + 47: 12,9 + 48: 13,9 + 49: 14,9 + 59: 17,39 + 60: 18,39 + 61: 19,39 + 62: 20,39 + 63: 21,39 + 64: 16,36 + 65: 16,35 + 66: 16,34 + 67: 17,34 + 68: 18,34 + 69: 18,35 + 70: 17,35 + 71: 17,36 + 72: 18,36 + - node: + color: '#FFFFFFFF' + id: MiniTileCheckerAOverlay + decals: + 2052: 28,46 + 2053: 28,47 + 2054: 29,47 + 2055: 29,46 + - node: + color: '#9FED5896' + id: MiniTileCheckerBOverlay + decals: + 50: 31,21 + 51: 31,20 + 52: 31,19 + 53: 33,21 + 54: 33,20 + 55: 33,19 + - node: + color: '#DE3A3A96' + id: MiniTileCheckerBOverlay + decals: + 56: 32,21 + 57: 32,20 + 58: 32,19 + - node: + color: '#DE3A3A96' + id: StandClearGreyscale + decals: + 751: 26,7 + 752: 32,7 + 753: 29,9 + 838: 6,2 + 839: 10,2 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 605: 13,40 + 747: 34,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 606: 9,40 + 741: 24,10 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 604: 13,38 + 746: 34,6 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 598: 9,38 + 740: 24,6 + - node: + color: '#FFFFFFFF' + id: WarnFull + decals: + 657: 32,35 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 607: 13,39 + 644: 26,34 + 645: 26,35 + 646: 26,36 + 744: 34,7 + 745: 34,9 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 112: 18,26 + 117: 14,26 + 118: 22,26 + 121: 22,35 + 122: 22,39 + 128: 14,39 + 131: 6,39 + 132: 12,31 + 135: 26,31 + 140: 26,26 + 145: 30,26 + 146: 34,26 + 153: 2,26 + 159: 4,20 + 160: 10,20 + 166: 16,20 + 170: 22,20 + 175: 34,20 + 176: 22,14 + 183: 6,14 + 184: 10,8 + 188: 16,2 + 190: 34,2 + 205: 21,2 + 213: 34,8 + 214: 30,14 + 219: 34,35 + 223: 30,39 + 224: 22,45 + 227: 14,45 + 230: 6,45 + 235: 10,35 + 834: 5,2 + 2018: 30,45 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 111: 17,28 + 116: 13,28 + 125: 19,40 + 126: 11,40 + 138: 21,28 + 144: 29,28 + 154: 1,28 + 158: 2,22 + 161: 8,22 + 165: 14,22 + 171: 20,22 + 173: 32,22 + 179: 19,16 + 180: 3,16 + 186: 17,10 + 209: 26,4 + 210: 29,10 + 217: 26,22 + 220: 29,36 + 228: 11,48 + 233: 3,48 + 237: 5,28 + 2020: 27,48 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 667: 27,35 + 668: 28,35 + 669: 29,35 + 670: 30,35 + 671: 31,35 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 110: 17,24 + 115: 13,24 + 124: 19,38 + 127: 11,38 + 136: 20,30 + 137: 21,24 + 139: 25,24 + 143: 29,24 + 148: 33,24 + 149: 32,28 + 150: 33,28 + 151: 34,28 + 152: 1,24 + 157: 2,18 + 163: 8,18 + 164: 14,18 + 169: 20,18 + 172: 32,18 + 177: 19,12 + 181: 3,12 + 187: 17,6 + 208: 26,0 + 211: 29,6 + 216: 26,18 + 221: 29,34 + 229: 11,42 + 231: 3,42 + 236: 5,24 + 2019: 27,42 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 662: 27,35 + 663: 28,35 + 664: 29,35 + 665: 30,35 + 666: 31,35 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 113: 16,26 + 114: 12,26 + 119: 20,26 + 120: 12,35 + 123: 16,39 + 129: 8,39 + 130: 0,39 + 133: 0,31 + 134: 14,31 + 141: 24,26 + 142: 28,26 + 147: 32,26 + 155: 0,26 + 156: 0,20 + 162: 6,20 + 167: 12,20 + 168: 18,20 + 174: 30,20 + 178: 16,14 + 182: 0,14 + 185: 0,8 + 189: 0,2 + 206: 18,2 + 207: 23,2 + 212: 24,8 + 215: 24,14 + 218: 24,35 + 222: 24,39 + 225: 16,45 + 226: 8,45 + 232: 0,45 + 234: 0,35 + 835: 11,2 + 2017: 24,45 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 601: 10,38 + 602: 12,38 + 647: 27,34 + 648: 28,34 + 649: 30,34 + 650: 31,34 + 651: 32,34 + 732: 28,6 + 733: 27,6 + 734: 26,6 + 735: 25,6 + 736: 30,6 + 737: 31,6 + 738: 32,6 + 739: 33,6 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 603: 9,39 + 742: 24,7 + 743: 24,9 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 599: 10,40 + 600: 12,40 + 652: 27,36 + 653: 28,36 + 654: 30,36 + 655: 31,36 + 656: 32,36 + 724: 25,10 + 725: 26,10 + 726: 28,10 + 727: 27,10 + 728: 30,10 + 729: 31,10 + 730: 32,10 + 731: 33,10 + - node: + cleanable: True + color: '#80C71F7F' + id: revolution + decals: + 2138: 14.060958,20.754644 + 2139: 13.607299,19.803425 + - node: + cleanable: True + color: '#B02E60A3' + id: revolution + decals: + 2137: 25.02975,25.438416 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#B02E2644' + id: splatter + decals: + 2131: 27.967218,24.104916 + - node: + cleanable: True + color: '#B02E2666' + id: splatter + decals: + 2126: 8.891183,43.065514 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#B02E266F' + id: splatter + decals: + 2132: 28.36234,24.163452 + 2133: 32.200607,35.087025 + 2134: 13.24002,46.473877 + 2135: 24.497486,47.84553 + - node: + cleanable: True + angle: -4.71238898038469 rad + color: '#B02E26B4' + id: splatter + decals: + 2128: 8.788744,42.524048 + 2129: 15.538555,20.953827 + 2130: 24.864944,27.488853 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#B02E26B4' + id: splatter + decals: + 2127: 9.110695,42.81673 + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: AirlockBrigGlassLocked + entities: + - uid: 1245 + components: + - type: Transform + pos: 15.5,35.5 + parent: 588 + - uid: 1246 + components: + - type: Transform + pos: 19.5,35.5 + parent: 588 + - uid: 1625 + components: + - type: Transform + pos: 22.5,2.5 + parent: 588 +- proto: AirlockEngineering + entities: + - uid: 1515 + components: + - type: Transform + pos: 19.5,43.5 + parent: 588 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 1579 + components: + - type: Transform + pos: 11.5,15.5 + parent: 588 + - uid: 1609 + components: + - type: Transform + pos: 15.5,8.5 + parent: 588 + - uid: 1610 + components: + - type: Transform + pos: 19.5,8.5 + parent: 588 + - uid: 1623 + components: + - type: Transform + pos: 6.5,2.5 + parent: 588 + - uid: 1624 + components: + - type: Transform + pos: 10.5,2.5 + parent: 588 +- proto: APCBasic + entities: + - uid: 484 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 773 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 973 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 1509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,47.5 + parent: 588 +- proto: BannerSecurity + entities: + - uid: 553 + components: + - type: Transform + pos: 30.5,8.5 + parent: 588 + - uid: 1619 + components: + - type: Transform + pos: 18.5,10.5 + parent: 588 + - uid: 1620 + components: + - type: Transform + pos: 16.5,6.5 + parent: 588 +- proto: BasaltFive + entities: + - uid: 608 + components: + - type: Transform + pos: 2.5,14.5 + parent: 588 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,21.5 + parent: 588 + - uid: 899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,30.5 + parent: 588 + - uid: 1264 + components: + - type: Transform + pos: 9.5,0.5 + parent: 588 + - uid: 1384 + components: + - type: Transform + pos: 5.5,48.5 + parent: 588 + - uid: 1386 + components: + - type: Transform + pos: 0.5,47.5 + parent: 588 + - uid: 1387 + components: + - type: Transform + pos: 0.5,42.5 + parent: 588 + - uid: 1388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,42.5 + parent: 588 +- proto: BasaltFour + entities: + - uid: 900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,32.5 + parent: 588 + - uid: 904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,40.5 + parent: 588 + - uid: 1381 + components: + - type: Transform + pos: 1.5,44.5 + parent: 588 + - uid: 1385 + components: + - type: Transform + pos: 6.5,48.5 + parent: 588 +- proto: BasaltOne + entities: + - uid: 813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,32.5 + parent: 588 + - uid: 903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,38.5 + parent: 588 + - uid: 1382 + components: + - type: Transform + pos: 1.5,48.5 + parent: 588 +- proto: BasaltRandom + entities: + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 588 + - uid: 615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,7.5 + parent: 588 +- proto: BasaltThree + entities: + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,7.5 + parent: 588 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,20.5 + parent: 588 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 588 + - uid: 905 + components: + - type: Transform + pos: 4.5,38.5 + parent: 588 + - uid: 1265 + components: + - type: Transform + pos: 7.5,1.5 + parent: 588 + - uid: 1266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,3.5 + parent: 588 + - uid: 1383 + components: + - type: Transform + pos: 6.5,47.5 + parent: 588 +- proto: BasaltTwo + entities: + - uid: 610 + components: + - type: Transform + pos: 3.5,14.5 + parent: 588 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,9.5 + parent: 588 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,8.5 + parent: 588 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,19.5 + parent: 588 + - uid: 814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,32.5 + parent: 588 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - uid: 1263 + components: + - type: Transform + pos: 7.5,4.5 + parent: 588 + - uid: 1380 + components: + - type: Transform + pos: 1.5,43.5 + parent: 588 +- proto: Bed + entities: + - uid: 257 + components: + - type: Transform + pos: 15.5,4.5 + parent: 588 + - uid: 282 + components: + - type: Transform + pos: 1.5,4.5 + parent: 588 + - uid: 293 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 294 + components: + - type: Transform + pos: 5.5,4.5 + parent: 588 + - uid: 295 + components: + - type: Transform + pos: 11.5,4.5 + parent: 588 + - uid: 296 + components: + - type: Transform + pos: 13.5,4.5 + parent: 588 + - uid: 700 + components: + - type: Transform + pos: 12.5,22.5 + parent: 588 + - uid: 701 + components: + - type: Transform + pos: 16.5,18.5 + parent: 588 + - uid: 1043 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1044 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1075 + components: + - type: Transform + pos: 24.5,28.5 + parent: 588 + - uid: 1099 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 + - uid: 1100 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1763 + components: + - type: Transform + pos: 24.5,48.5 + parent: 588 + - uid: 1764 + components: + - type: Transform + pos: 24.5,42.5 + parent: 588 +- proto: BedsheetMedical + entities: + - uid: 1150 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1151 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 +- proto: BedsheetOrange + entities: + - uid: 298 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 299 + components: + - type: Transform + pos: 5.5,4.5 + parent: 588 + - uid: 300 + components: + - type: Transform + pos: 13.5,4.5 + parent: 588 + - uid: 1765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,42.5 + parent: 588 +- proto: BedsheetSpawner + entities: + - uid: 301 + components: + - type: Transform + pos: 11.5,4.5 + parent: 588 + - uid: 1041 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1225 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1226 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 +- proto: BedsheetSyndie + entities: + - uid: 1037 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,48.5 + parent: 588 +- proto: BlastDoor + entities: + - uid: 1600 + components: + - type: Transform + pos: 26.5,7.5 + parent: 588 + - uid: 1601 + components: + - type: Transform + pos: 29.5,9.5 + parent: 588 + - uid: 1602 + components: + - type: Transform + pos: 32.5,7.5 + parent: 588 +- proto: Bola + entities: + - uid: 1157 + components: + - type: Transform + pos: 15.616387,0.61007345 + parent: 588 +- proto: BookEscalationSecurity + entities: + - uid: 373 + components: + - type: Transform + pos: 19.42657,0.6288943 + parent: 588 +- proto: BookRandom + entities: + - uid: 1835 + components: + - type: Transform + pos: 24.420084,44.539436 + parent: 588 +- proto: BookSecurity + entities: + - uid: 522 + components: + - type: Transform + pos: 32.41844,8.400207 + parent: 588 +- proto: BoxFolderBlack + entities: + - uid: 365 + components: + - type: Transform + pos: 27.841173,1.5632035 + parent: 588 + - uid: 728 + components: + - type: Transform + pos: 10.690479,19.262342 + parent: 588 +- proto: BoxFolderGrey + entities: + - uid: 364 + components: + - type: Transform + pos: 25.072409,1.4780562 + parent: 588 + - uid: 727 + components: + - type: Transform + pos: 7.2148314,22.575037 + parent: 588 +- proto: BoxFolderRed + entities: + - uid: 329 + components: + - type: Transform + pos: 21.42984,3.6329575 + parent: 588 + - uid: 362 + components: + - type: Transform + pos: 24.788435,1.6057768 + parent: 588 + - uid: 363 + components: + - type: Transform + pos: 28.196142,1.5773941 + parent: 588 + - uid: 726 + components: + - type: Transform + pos: 10.428753,19.429379 + parent: 588 +- proto: BoxMouthSwab + entities: + - uid: 1476 + components: + - type: Transform + pos: 12.356534,44.605965 + parent: 588 +- proto: BoxSterileMask + entities: + - uid: 1477 + components: + - type: Transform + pos: 12.683106,44.705303 + parent: 588 +- proto: BriefcaseBrownFilled + entities: + - uid: 325 + components: + - type: Transform + pos: 19.413612,4.6972914 + parent: 588 +- proto: BrokenBottle + entities: + - uid: 1691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.063513,27.520548 + parent: 588 +- proto: Bucket + entities: + - uid: 1839 + components: + - type: Transform + pos: 29.616838,43.531868 + parent: 588 + - uid: 1857 + components: + - type: Transform + pos: 30.264944,21.705044 + parent: 588 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,2.5 + parent: 588 + - uid: 2 + components: + - type: Transform + pos: 1.5,2.5 + parent: 588 + - uid: 3 + components: + - type: Transform + pos: 2.5,2.5 + parent: 588 + - uid: 4 + components: + - type: Transform + pos: 3.5,2.5 + parent: 588 + - uid: 5 + components: + - type: Transform + pos: 4.5,2.5 + parent: 588 + - uid: 6 + components: + - type: Transform + pos: 5.5,2.5 + parent: 588 + - uid: 7 + components: + - type: Transform + pos: 6.5,2.5 + parent: 588 + - uid: 8 + components: + - type: Transform + pos: 7.5,2.5 + parent: 588 + - uid: 9 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 10 + components: + - type: Transform + pos: 9.5,2.5 + parent: 588 + - uid: 11 + components: + - type: Transform + pos: 10.5,2.5 + parent: 588 + - uid: 12 + components: + - type: Transform + pos: 11.5,2.5 + parent: 588 + - uid: 13 + components: + - type: Transform + pos: 12.5,2.5 + parent: 588 + - uid: 14 + components: + - type: Transform + pos: 13.5,2.5 + parent: 588 + - uid: 15 + components: + - type: Transform + pos: 14.5,2.5 + parent: 588 + - uid: 16 + components: + - type: Transform + pos: 15.5,2.5 + parent: 588 + - uid: 17 + components: + - type: Transform + pos: 16.5,2.5 + parent: 588 + - uid: 18 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 19 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 20 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 21 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 22 + components: + - type: Transform + pos: 18.5,2.5 + parent: 588 + - uid: 23 + components: + - type: Transform + pos: 19.5,2.5 + parent: 588 + - uid: 24 + components: + - type: Transform + pos: 20.5,2.5 + parent: 588 + - uid: 25 + components: + - type: Transform + pos: 21.5,2.5 + parent: 588 + - uid: 26 + components: + - type: Transform + pos: 22.5,2.5 + parent: 588 + - uid: 27 + components: + - type: Transform + pos: 23.5,2.5 + parent: 588 + - uid: 28 + components: + - type: Transform + pos: 24.5,2.5 + parent: 588 + - uid: 29 + components: + - type: Transform + pos: 25.5,2.5 + parent: 588 + - uid: 30 + components: + - type: Transform + pos: 26.5,2.5 + parent: 588 + - uid: 31 + components: + - type: Transform + pos: 27.5,2.5 + parent: 588 + - uid: 32 + components: + - type: Transform + pos: 28.5,2.5 + parent: 588 + - uid: 33 + components: + - type: Transform + pos: 29.5,2.5 + parent: 588 + - uid: 34 + components: + - type: Transform + pos: 30.5,2.5 + parent: 588 + - uid: 35 + components: + - type: Transform + pos: 31.5,2.5 + parent: 588 + - uid: 36 + components: + - type: Transform + pos: 32.5,2.5 + parent: 588 + - uid: 37 + components: + - type: Transform + pos: 33.5,2.5 + parent: 588 + - uid: 38 + components: + - type: Transform + pos: 34.5,2.5 + parent: 588 + - uid: 39 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 + - uid: 40 + components: + - type: Transform + pos: 26.5,3.5 + parent: 588 + - uid: 41 + components: + - type: Transform + pos: 26.5,1.5 + parent: 588 + - uid: 42 + components: + - type: Transform + pos: 26.5,0.5 + parent: 588 + - uid: 43 + components: + - type: Transform + pos: 0.5,8.5 + parent: 588 + - uid: 44 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 52 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 + - uid: 53 + components: + - type: Transform + pos: 10.5,8.5 + parent: 588 + - uid: 54 + components: + - type: Transform + pos: 5.5,10.5 + parent: 588 + - uid: 57 + components: + - type: Transform + pos: 5.5,6.5 + parent: 588 + - uid: 58 + components: + - type: Transform + pos: 17.5,6.5 + parent: 588 + - uid: 59 + components: + - type: Transform + pos: 17.5,7.5 + parent: 588 + - uid: 60 + components: + - type: Transform + pos: 17.5,8.5 + parent: 588 + - uid: 61 + components: + - type: Transform + pos: 17.5,9.5 + parent: 588 + - uid: 62 + components: + - type: Transform + pos: 17.5,10.5 + parent: 588 + - uid: 63 + components: + - type: Transform + pos: 12.5,8.5 + parent: 588 + - uid: 64 + components: + - type: Transform + pos: 13.5,8.5 + parent: 588 + - uid: 65 + components: + - type: Transform + pos: 14.5,8.5 + parent: 588 + - uid: 66 + components: + - type: Transform + pos: 15.5,8.5 + parent: 588 + - uid: 67 + components: + - type: Transform + pos: 16.5,8.5 + parent: 588 + - uid: 68 + components: + - type: Transform + pos: 18.5,8.5 + parent: 588 + - uid: 69 + components: + - type: Transform + pos: 19.5,8.5 + parent: 588 + - uid: 70 + components: + - type: Transform + pos: 20.5,8.5 + parent: 588 + - uid: 71 + components: + - type: Transform + pos: 21.5,8.5 + parent: 588 + - uid: 72 + components: + - type: Transform + pos: 22.5,8.5 + parent: 588 + - uid: 73 + components: + - type: Transform + pos: 22.5,14.5 + parent: 588 + - uid: 74 + components: + - type: Transform + pos: 21.5,14.5 + parent: 588 + - uid: 75 + components: + - type: Transform + pos: 20.5,14.5 + parent: 588 + - uid: 76 + components: + - type: Transform + pos: 19.5,14.5 + parent: 588 + - uid: 77 + components: + - type: Transform + pos: 18.5,14.5 + parent: 588 + - uid: 78 + components: + - type: Transform + pos: 17.5,14.5 + parent: 588 + - uid: 79 + components: + - type: Transform + pos: 16.5,14.5 + parent: 588 + - uid: 80 + components: + - type: Transform + pos: 19.5,13.5 + parent: 588 + - uid: 81 + components: + - type: Transform + pos: 19.5,12.5 + parent: 588 + - uid: 82 + components: + - type: Transform + pos: 19.5,15.5 + parent: 588 + - uid: 83 + components: + - type: Transform + pos: 19.5,16.5 + parent: 588 + - uid: 84 + components: + - type: Transform + pos: 14.5,14.5 + parent: 588 + - uid: 85 + components: + - type: Transform + pos: 13.5,14.5 + parent: 588 + - uid: 86 + components: + - type: Transform + pos: 12.5,14.5 + parent: 588 + - uid: 87 + components: + - type: Transform + pos: 11.5,14.5 + parent: 588 + - uid: 88 + components: + - type: Transform + pos: 10.5,14.5 + parent: 588 + - uid: 89 + components: + - type: Transform + pos: 9.5,14.5 + parent: 588 + - uid: 90 + components: + - type: Transform + pos: 8.5,14.5 + parent: 588 + - uid: 91 + components: + - type: Transform + pos: 11.5,13.5 + parent: 588 + - uid: 92 + components: + - type: Transform + pos: 11.5,12.5 + parent: 588 + - uid: 93 + components: + - type: Transform + pos: 11.5,15.5 + parent: 588 + - uid: 94 + components: + - type: Transform + pos: 11.5,16.5 + parent: 588 + - uid: 95 + components: + - type: Transform + pos: 6.5,14.5 + parent: 588 + - uid: 96 + components: + - type: Transform + pos: 5.5,14.5 + parent: 588 + - uid: 98 + components: + - type: Transform + pos: 4.5,22.5 + parent: 588 + - uid: 100 + components: + - type: Transform + pos: 1.5,14.5 + parent: 588 + - uid: 101 + components: + - type: Transform + pos: 0.5,14.5 + parent: 588 + - uid: 102 + components: + - type: Transform + pos: 3.5,15.5 + parent: 588 + - uid: 103 + components: + - type: Transform + pos: 3.5,16.5 + parent: 588 + - uid: 104 + components: + - type: Transform + pos: 3.5,13.5 + parent: 588 + - uid: 105 + components: + - type: Transform + pos: 3.5,12.5 + parent: 588 + - uid: 106 + components: + - type: Transform + pos: 14.5,18.5 + parent: 588 + - uid: 107 + components: + - type: Transform + pos: 14.5,19.5 + parent: 588 + - uid: 108 + components: + - type: Transform + pos: 14.5,20.5 + parent: 588 + - uid: 109 + components: + - type: Transform + pos: 14.5,21.5 + parent: 588 + - uid: 110 + components: + - type: Transform + pos: 14.5,22.5 + parent: 588 + - uid: 111 + components: + - type: Transform + pos: 15.5,20.5 + parent: 588 + - uid: 112 + components: + - type: Transform + pos: 16.5,20.5 + parent: 588 + - uid: 113 + components: + - type: Transform + pos: 13.5,20.5 + parent: 588 + - uid: 114 + components: + - type: Transform + pos: 12.5,20.5 + parent: 588 + - uid: 115 + components: + - type: Transform + pos: 8.5,18.5 + parent: 588 + - uid: 116 + components: + - type: Transform + pos: 8.5,19.5 + parent: 588 + - uid: 117 + components: + - type: Transform + pos: 8.5,20.5 + parent: 588 + - uid: 118 + components: + - type: Transform + pos: 8.5,21.5 + parent: 588 + - uid: 119 + components: + - type: Transform + pos: 8.5,22.5 + parent: 588 + - uid: 120 + components: + - type: Transform + pos: 9.5,20.5 + parent: 588 + - uid: 121 + components: + - type: Transform + pos: 10.5,20.5 + parent: 588 + - uid: 122 + components: + - type: Transform + pos: 7.5,20.5 + parent: 588 + - uid: 123 + components: + - type: Transform + pos: 6.5,20.5 + parent: 588 + - uid: 124 + components: + - type: Transform + pos: 2.5,22.5 + parent: 588 + - uid: 125 + components: + - type: Transform + pos: 4.5,21.5 + parent: 588 + - uid: 126 + components: + - type: Transform + pos: 4.5,19.5 + parent: 588 + - uid: 127 + components: + - type: Transform + pos: 3.5,18.5 + parent: 588 + - uid: 128 + components: + - type: Transform + pos: 2.5,18.5 + parent: 588 + - uid: 129 + components: + - type: Transform + pos: 3.5,22.5 + parent: 588 + - uid: 130 + components: + - type: Transform + pos: 0.5,20.5 + parent: 588 + - uid: 131 + components: + - type: Transform + pos: 4.5,18.5 + parent: 588 + - uid: 132 + components: + - type: Transform + pos: 4.5,20.5 + parent: 588 + - uid: 133 + components: + - type: Transform + pos: 1.5,24.5 + parent: 588 + - uid: 134 + components: + - type: Transform + pos: 2.5,25.5 + parent: 588 + - uid: 135 + components: + - type: Transform + pos: 0.5,24.5 + parent: 588 + - uid: 136 + components: + - type: Transform + pos: 2.5,24.5 + parent: 588 + - uid: 137 + components: + - type: Transform + pos: 1.5,28.5 + parent: 588 + - uid: 138 + components: + - type: Transform + pos: 0.5,26.5 + parent: 588 + - uid: 139 + components: + - type: Transform + pos: 2.5,26.5 + parent: 588 + - uid: 147 + components: + - type: Transform + pos: 9.5,28.5 + parent: 588 + - uid: 148 + components: + - type: Transform + pos: 9.5,27.5 + parent: 588 + - uid: 149 + components: + - type: Transform + pos: 9.5,26.5 + parent: 588 + - uid: 150 + components: + - type: Transform + pos: 9.5,25.5 + parent: 588 + - uid: 151 + components: + - type: Transform + pos: 9.5,24.5 + parent: 588 + - uid: 152 + components: + - type: Transform + pos: 8.5,26.5 + parent: 588 + - uid: 153 + components: + - type: Transform + pos: 10.5,26.5 + parent: 588 + - uid: 154 + components: + - type: Transform + pos: 13.5,28.5 + parent: 588 + - uid: 155 + components: + - type: Transform + pos: 13.5,27.5 + parent: 588 + - uid: 156 + components: + - type: Transform + pos: 13.5,26.5 + parent: 588 + - uid: 157 + components: + - type: Transform + pos: 13.5,25.5 + parent: 588 + - uid: 158 + components: + - type: Transform + pos: 13.5,24.5 + parent: 588 + - uid: 159 + components: + - type: Transform + pos: 12.5,26.5 + parent: 588 + - uid: 160 + components: + - type: Transform + pos: 14.5,26.5 + parent: 588 + - uid: 161 + components: + - type: Transform + pos: 0.5,31.5 + parent: 588 + - uid: 162 + components: + - type: Transform + pos: 1.5,31.5 + parent: 588 + - uid: 163 + components: + - type: Transform + pos: 2.5,31.5 + parent: 588 + - uid: 164 + components: + - type: Transform + pos: 3.5,31.5 + parent: 588 + - uid: 165 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 166 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 167 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 168 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 169 + components: + - type: Transform + pos: 8.5,31.5 + parent: 588 + - uid: 170 + components: + - type: Transform + pos: 9.5,31.5 + parent: 588 + - uid: 171 + components: + - type: Transform + pos: 10.5,31.5 + parent: 588 + - uid: 172 + components: + - type: Transform + pos: 11.5,31.5 + parent: 588 + - uid: 173 + components: + - type: Transform + pos: 12.5,31.5 + parent: 588 + - uid: 174 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 175 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 176 + components: + - type: Transform + pos: 26.5,31.5 + parent: 588 + - uid: 177 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 178 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 179 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 180 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 181 + components: + - type: Transform + pos: 21.5,31.5 + parent: 588 + - uid: 182 + components: + - type: Transform + pos: 20.5,31.5 + parent: 588 + - uid: 183 + components: + - type: Transform + pos: 19.5,31.5 + parent: 588 + - uid: 184 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 185 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 186 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 187 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 188 + components: + - type: Transform + pos: 14.5,31.5 + parent: 588 + - uid: 189 + components: + - type: Transform + pos: 20.5,32.5 + parent: 588 + - uid: 190 + components: + - type: Transform + pos: 20.5,30.5 + parent: 588 + - uid: 191 + components: + - type: Transform + pos: 22.5,35.5 + parent: 588 + - uid: 192 + components: + - type: Transform + pos: 21.5,35.5 + parent: 588 + - uid: 193 + components: + - type: Transform + pos: 20.5,35.5 + parent: 588 + - uid: 194 + components: + - type: Transform + pos: 19.5,35.5 + parent: 588 + - uid: 195 + components: + - type: Transform + pos: 18.5,35.5 + parent: 588 + - uid: 196 + components: + - type: Transform + pos: 17.5,35.5 + parent: 588 + - uid: 197 + components: + - type: Transform + pos: 16.5,35.5 + parent: 588 + - uid: 198 + components: + - type: Transform + pos: 15.5,35.5 + parent: 588 + - uid: 199 + components: + - type: Transform + pos: 14.5,35.5 + parent: 588 + - uid: 200 + components: + - type: Transform + pos: 13.5,35.5 + parent: 588 + - uid: 201 + components: + - type: Transform + pos: 12.5,35.5 + parent: 588 + - uid: 202 + components: + - type: Transform + pos: 17.5,36.5 + parent: 588 + - uid: 203 + components: + - type: Transform + pos: 17.5,34.5 + parent: 588 + - uid: 204 + components: + - type: Transform + pos: 10.5,35.5 + parent: 588 + - uid: 215 + components: + - type: Transform + pos: 5.5,36.5 + parent: 588 + - uid: 216 + components: + - type: Transform + pos: 5.5,34.5 + parent: 588 + - uid: 217 + components: + - type: Transform + pos: 0.5,39.5 + parent: 588 + - uid: 218 + components: + - type: Transform + pos: 1.5,39.5 + parent: 588 + - uid: 219 + components: + - type: Transform + pos: 2.5,39.5 + parent: 588 + - uid: 220 + components: + - type: Transform + pos: 3.5,39.5 + parent: 588 + - uid: 221 + components: + - type: Transform + pos: 4.5,39.5 + parent: 588 + - uid: 222 + components: + - type: Transform + pos: 5.5,39.5 + parent: 588 + - uid: 223 + components: + - type: Transform + pos: 6.5,39.5 + parent: 588 + - uid: 224 + components: + - type: Transform + pos: 3.5,38.5 + parent: 588 + - uid: 225 + components: + - type: Transform + pos: 3.5,40.5 + parent: 588 + - uid: 226 + components: + - type: Transform + pos: 8.5,39.5 + parent: 588 + - uid: 227 + components: + - type: Transform + pos: 9.5,39.5 + parent: 588 + - uid: 228 + components: + - type: Transform + pos: 10.5,39.5 + parent: 588 + - uid: 229 + components: + - type: Transform + pos: 11.5,39.5 + parent: 588 + - uid: 230 + components: + - type: Transform + pos: 12.5,39.5 + parent: 588 + - uid: 231 + components: + - type: Transform + pos: 13.5,39.5 + parent: 588 + - uid: 232 + components: + - type: Transform + pos: 14.5,39.5 + parent: 588 + - uid: 233 + components: + - type: Transform + pos: 11.5,38.5 + parent: 588 + - uid: 234 + components: + - type: Transform + pos: 11.5,40.5 + parent: 588 + - uid: 235 + components: + - type: Transform + pos: 16.5,39.5 + parent: 588 + - uid: 236 + components: + - type: Transform + pos: 17.5,39.5 + parent: 588 + - uid: 237 + components: + - type: Transform + pos: 18.5,39.5 + parent: 588 + - uid: 238 + components: + - type: Transform + pos: 19.5,39.5 + parent: 588 + - uid: 239 + components: + - type: Transform + pos: 20.5,39.5 + parent: 588 + - uid: 240 + components: + - type: Transform + pos: 21.5,39.5 + parent: 588 + - uid: 241 + components: + - type: Transform + pos: 22.5,39.5 + parent: 588 + - uid: 242 + components: + - type: Transform + pos: 19.5,40.5 + parent: 588 + - uid: 243 + components: + - type: Transform + pos: 19.5,38.5 + parent: 588 + - uid: 284 + components: + - type: Transform + pos: 29.5,26.5 + parent: 588 + - uid: 288 + components: + - type: Transform + pos: 28.5,26.5 + parent: 588 + - uid: 425 + components: + - type: Transform + pos: 1.5,10.5 + parent: 588 + - uid: 438 + components: + - type: Transform + pos: 1.5,9.5 + parent: 588 + - uid: 441 + components: + - type: Transform + pos: 2.5,10.5 + parent: 588 + - uid: 442 + components: + - type: Transform + pos: 3.5,10.5 + parent: 588 + - uid: 443 + components: + - type: Transform + pos: 4.5,10.5 + parent: 588 + - uid: 444 + components: + - type: Transform + pos: 1.5,7.5 + parent: 588 + - uid: 445 + components: + - type: Transform + pos: 1.5,6.5 + parent: 588 + - uid: 446 + components: + - type: Transform + pos: 2.5,6.5 + parent: 588 + - uid: 447 + components: + - type: Transform + pos: 3.5,6.5 + parent: 588 + - uid: 448 + components: + - type: Transform + pos: 4.5,6.5 + parent: 588 + - uid: 449 + components: + - type: Transform + pos: 6.5,6.5 + parent: 588 + - uid: 450 + components: + - type: Transform + pos: 7.5,6.5 + parent: 588 + - uid: 451 + components: + - type: Transform + pos: 8.5,6.5 + parent: 588 + - uid: 452 + components: + - type: Transform + pos: 9.5,6.5 + parent: 588 + - uid: 453 + components: + - type: Transform + pos: 9.5,7.5 + parent: 588 + - uid: 454 + components: + - type: Transform + pos: 9.5,9.5 + parent: 588 + - uid: 455 + components: + - type: Transform + pos: 9.5,10.5 + parent: 588 + - uid: 456 + components: + - type: Transform + pos: 8.5,10.5 + parent: 588 + - uid: 457 + components: + - type: Transform + pos: 7.5,10.5 + parent: 588 + - uid: 472 + components: + - type: Transform + pos: 29.5,14.5 + parent: 588 + - uid: 477 + components: + - type: Transform + pos: 24.5,13.5 + parent: 588 + - uid: 479 + components: + - type: Transform + pos: 30.5,14.5 + parent: 588 + - uid: 493 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 494 + components: + - type: Transform + pos: 25.5,12.5 + parent: 588 + - uid: 495 + components: + - type: Transform + pos: 26.5,12.5 + parent: 588 + - uid: 496 + components: + - type: Transform + pos: 27.5,12.5 + parent: 588 + - uid: 497 + components: + - type: Transform + pos: 28.5,12.5 + parent: 588 + - uid: 498 + components: + - type: Transform + pos: 29.5,12.5 + parent: 588 + - uid: 500 + components: + - type: Transform + pos: 24.5,12.5 + parent: 588 + - uid: 502 + components: + - type: Transform + pos: 24.5,14.5 + parent: 588 + - uid: 503 + components: + - type: Transform + pos: 24.5,15.5 + parent: 588 + - uid: 504 + components: + - type: Transform + pos: 24.5,16.5 + parent: 588 + - uid: 505 + components: + - type: Transform + pos: 25.5,16.5 + parent: 588 + - uid: 506 + components: + - type: Transform + pos: 26.5,16.5 + parent: 588 + - uid: 507 + components: + - type: Transform + pos: 27.5,16.5 + parent: 588 + - uid: 508 + components: + - type: Transform + pos: 28.5,16.5 + parent: 588 + - uid: 509 + components: + - type: Transform + pos: 29.5,16.5 + parent: 588 + - uid: 514 + components: + - type: Transform + pos: 29.5,13.5 + parent: 588 + - uid: 523 + components: + - type: Transform + pos: 29.5,15.5 + parent: 588 + - uid: 628 + components: + - type: Transform + pos: 1.5,22.5 + parent: 588 + - uid: 639 + components: + - type: Transform + pos: 0.5,22.5 + parent: 588 + - uid: 640 + components: + - type: Transform + pos: 0.5,21.5 + parent: 588 + - uid: 641 + components: + - type: Transform + pos: 0.5,19.5 + parent: 588 + - uid: 642 + components: + - type: Transform + pos: 0.5,18.5 + parent: 588 + - uid: 643 + components: + - type: Transform + pos: 1.5,18.5 + parent: 588 + - uid: 657 + components: + - type: Transform + pos: 2.5,15.5 + parent: 588 + - uid: 661 + components: + - type: Transform + pos: 1.5,15.5 + parent: 588 + - uid: 662 + components: + - type: Transform + pos: 1.5,13.5 + parent: 588 + - uid: 663 + components: + - type: Transform + pos: 2.5,13.5 + parent: 588 + - uid: 664 + components: + - type: Transform + pos: 4.5,13.5 + parent: 588 + - uid: 665 + components: + - type: Transform + pos: 5.5,13.5 + parent: 588 + - uid: 666 + components: + - type: Transform + pos: 5.5,15.5 + parent: 588 + - uid: 667 + components: + - type: Transform + pos: 4.5,15.5 + parent: 588 + - uid: 668 + components: + - type: Transform + pos: 29.5,10.5 + parent: 588 + - uid: 669 + components: + - type: Transform + pos: 28.5,10.5 + parent: 588 + - uid: 670 + components: + - type: Transform + pos: 27.5,10.5 + parent: 588 + - uid: 671 + components: + - type: Transform + pos: 26.5,10.5 + parent: 588 + - uid: 672 + components: + - type: Transform + pos: 25.5,10.5 + parent: 588 + - uid: 673 + components: + - type: Transform + pos: 24.5,10.5 + parent: 588 + - uid: 674 + components: + - type: Transform + pos: 24.5,9.5 + parent: 588 + - uid: 675 + components: + - type: Transform + pos: 24.5,8.5 + parent: 588 + - uid: 676 + components: + - type: Transform + pos: 24.5,7.5 + parent: 588 + - uid: 677 + components: + - type: Transform + pos: 24.5,6.5 + parent: 588 + - uid: 678 + components: + - type: Transform + pos: 25.5,6.5 + parent: 588 + - uid: 679 + components: + - type: Transform + pos: 26.5,6.5 + parent: 588 + - uid: 680 + components: + - type: Transform + pos: 27.5,6.5 + parent: 588 + - uid: 681 + components: + - type: Transform + pos: 28.5,6.5 + parent: 588 + - uid: 682 + components: + - type: Transform + pos: 29.5,6.5 + parent: 588 + - uid: 683 + components: + - type: Transform + pos: 30.5,6.5 + parent: 588 + - uid: 684 + components: + - type: Transform + pos: 31.5,6.5 + parent: 588 + - uid: 685 + components: + - type: Transform + pos: 32.5,6.5 + parent: 588 + - uid: 686 + components: + - type: Transform + pos: 33.5,6.5 + parent: 588 + - uid: 687 + components: + - type: Transform + pos: 34.5,6.5 + parent: 588 + - uid: 688 + components: + - type: Transform + pos: 34.5,7.5 + parent: 588 + - uid: 689 + components: + - type: Transform + pos: 34.5,8.5 + parent: 588 + - uid: 690 + components: + - type: Transform + pos: 34.5,9.5 + parent: 588 + - uid: 691 + components: + - type: Transform + pos: 34.5,10.5 + parent: 588 + - uid: 692 + components: + - type: Transform + pos: 33.5,10.5 + parent: 588 + - uid: 693 + components: + - type: Transform + pos: 32.5,10.5 + parent: 588 + - uid: 694 + components: + - type: Transform + pos: 31.5,10.5 + parent: 588 + - uid: 695 + components: + - type: Transform + pos: 30.5,10.5 + parent: 588 + - uid: 733 + components: + - type: Transform + pos: 20.5,18.5 + parent: 588 + - uid: 734 + components: + - type: Transform + pos: 20.5,19.5 + parent: 588 + - uid: 735 + components: + - type: Transform + pos: 20.5,20.5 + parent: 588 + - uid: 736 + components: + - type: Transform + pos: 20.5,21.5 + parent: 588 + - uid: 737 + components: + - type: Transform + pos: 20.5,22.5 + parent: 588 + - uid: 738 + components: + - type: Transform + pos: 21.5,20.5 + parent: 588 + - uid: 739 + components: + - type: Transform + pos: 22.5,20.5 + parent: 588 + - uid: 740 + components: + - type: Transform + pos: 19.5,20.5 + parent: 588 + - uid: 741 + components: + - type: Transform + pos: 18.5,20.5 + parent: 588 + - uid: 751 + components: + - type: Transform + pos: 32.5,22.5 + parent: 588 + - uid: 752 + components: + - type: Transform + pos: 32.5,21.5 + parent: 588 + - uid: 753 + components: + - type: Transform + pos: 32.5,20.5 + parent: 588 + - uid: 754 + components: + - type: Transform + pos: 32.5,19.5 + parent: 588 + - uid: 755 + components: + - type: Transform + pos: 32.5,18.5 + parent: 588 + - uid: 756 + components: + - type: Transform + pos: 31.5,20.5 + parent: 588 + - uid: 757 + components: + - type: Transform + pos: 30.5,20.5 + parent: 588 + - uid: 758 + components: + - type: Transform + pos: 33.5,20.5 + parent: 588 + - uid: 759 + components: + - type: Transform + pos: 34.5,20.5 + parent: 588 + - uid: 779 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 780 + components: + - type: Transform + pos: 25.5,18.5 + parent: 588 + - uid: 781 + components: + - type: Transform + pos: 24.5,18.5 + parent: 588 + - uid: 782 + components: + - type: Transform + pos: 24.5,19.5 + parent: 588 + - uid: 783 + components: + - type: Transform + pos: 24.5,20.5 + parent: 588 + - uid: 784 + components: + - type: Transform + pos: 24.5,21.5 + parent: 588 + - uid: 785 + components: + - type: Transform + pos: 24.5,22.5 + parent: 588 + - uid: 786 + components: + - type: Transform + pos: 25.5,22.5 + parent: 588 + - uid: 787 + components: + - type: Transform + pos: 26.5,22.5 + parent: 588 + - uid: 788 + components: + - type: Transform + pos: 27.5,22.5 + parent: 588 + - uid: 789 + components: + - type: Transform + pos: 28.5,22.5 + parent: 588 + - uid: 790 + components: + - type: Transform + pos: 28.5,21.5 + parent: 588 + - uid: 791 + components: + - type: Transform + pos: 28.5,20.5 + parent: 588 + - uid: 792 + components: + - type: Transform + pos: 28.5,19.5 + parent: 588 + - uid: 793 + components: + - type: Transform + pos: 28.5,18.5 + parent: 588 + - uid: 794 + components: + - type: Transform + pos: 27.5,18.5 + parent: 588 + - uid: 795 + components: + - type: Transform + pos: 26.5,18.5 + parent: 588 + - uid: 815 + components: + - type: Transform + pos: 0.5,25.5 + parent: 588 + - uid: 816 + components: + - type: Transform + pos: 0.5,27.5 + parent: 588 + - uid: 817 + components: + - type: Transform + pos: 0.5,28.5 + parent: 588 + - uid: 818 + components: + - type: Transform + pos: 2.5,28.5 + parent: 588 + - uid: 819 + components: + - type: Transform + pos: 2.5,27.5 + parent: 588 + - uid: 869 + components: + - type: Transform + pos: 5.5,24.5 + parent: 588 + - uid: 870 + components: + - type: Transform + pos: 6.5,24.5 + parent: 588 + - uid: 871 + components: + - type: Transform + pos: 6.5,25.5 + parent: 588 + - uid: 872 + components: + - type: Transform + pos: 6.5,26.5 + parent: 588 + - uid: 873 + components: + - type: Transform + pos: 6.5,27.5 + parent: 588 + - uid: 874 + components: + - type: Transform + pos: 6.5,28.5 + parent: 588 + - uid: 875 + components: + - type: Transform + pos: 5.5,28.5 + parent: 588 + - uid: 876 + components: + - type: Transform + pos: 4.5,28.5 + parent: 588 + - uid: 877 + components: + - type: Transform + pos: 4.5,27.5 + parent: 588 + - uid: 878 + components: + - type: Transform + pos: 4.5,26.5 + parent: 588 + - uid: 912 + components: + - type: Transform + pos: 6.5,10.5 + parent: 588 + - uid: 927 + components: + - type: Transform + pos: 34.5,36.5 + parent: 588 + - uid: 928 + components: + - type: Transform + pos: 32.5,36.5 + parent: 588 + - uid: 996 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 1079 + components: + - type: Transform + pos: 32.5,35.5 + parent: 588 + - uid: 1080 + components: + - type: Transform + pos: 31.5,35.5 + parent: 588 + - uid: 1081 + components: + - type: Transform + pos: 32.5,34.5 + parent: 588 + - uid: 1082 + components: + - type: Transform + pos: 29.5,34.5 + parent: 588 + - uid: 1083 + components: + - type: Transform + pos: 24.5,35.5 + parent: 588 + - uid: 1084 + components: + - type: Transform + pos: 27.5,35.5 + parent: 588 + - uid: 1085 + components: + - type: Transform + pos: 29.5,35.5 + parent: 588 + - uid: 1086 + components: + - type: Transform + pos: 28.5,35.5 + parent: 588 + - uid: 1089 + components: + - type: Transform + pos: 4.5,36.5 + parent: 588 + - uid: 1090 + components: + - type: Transform + pos: 33.5,34.5 + parent: 588 + - uid: 1091 + components: + - type: Transform + pos: 5.5,35.5 + parent: 588 + - uid: 1092 + components: + - type: Transform + pos: 29.5,36.5 + parent: 588 + - uid: 1093 + components: + - type: Transform + pos: 34.5,34.5 + parent: 588 + - uid: 1094 + components: + - type: Transform + pos: 34.5,35.5 + parent: 588 + - uid: 1095 + components: + - type: Transform + pos: 26.5,35.5 + parent: 588 + - uid: 1096 + components: + - type: Transform + pos: 25.5,35.5 + parent: 588 + - uid: 1097 + components: + - type: Transform + pos: 33.5,36.5 + parent: 588 + - uid: 1098 + components: + - type: Transform + pos: 30.5,35.5 + parent: 588 + - uid: 1117 + components: + - type: Transform + pos: 16.5,26.5 + parent: 588 + - uid: 1121 + components: + - type: Transform + pos: 17.5,26.5 + parent: 588 + - uid: 1122 + components: + - type: Transform + pos: 18.5,26.5 + parent: 588 + - uid: 1123 + components: + - type: Transform + pos: 17.5,27.5 + parent: 588 + - uid: 1124 + components: + - type: Transform + pos: 17.5,28.5 + parent: 588 + - uid: 1125 + components: + - type: Transform + pos: 17.5,24.5 + parent: 588 + - uid: 1126 + components: + - type: Transform + pos: 17.5,25.5 + parent: 588 + - uid: 1127 + components: + - type: Transform + pos: 20.5,26.5 + parent: 588 + - uid: 1128 + components: + - type: Transform + pos: 21.5,26.5 + parent: 588 + - uid: 1129 + components: + - type: Transform + pos: 22.5,26.5 + parent: 588 + - uid: 1130 + components: + - type: Transform + pos: 21.5,27.5 + parent: 588 + - uid: 1131 + components: + - type: Transform + pos: 21.5,28.5 + parent: 588 + - uid: 1132 + components: + - type: Transform + pos: 21.5,25.5 + parent: 588 + - uid: 1133 + components: + - type: Transform + pos: 21.5,24.5 + parent: 588 + - uid: 1134 + components: + - type: Transform + pos: 24.5,26.5 + parent: 588 + - uid: 1135 + components: + - type: Transform + pos: 25.5,26.5 + parent: 588 + - uid: 1136 + components: + - type: Transform + pos: 26.5,26.5 + parent: 588 + - uid: 1137 + components: + - type: Transform + pos: 25.5,27.5 + parent: 588 + - uid: 1138 + components: + - type: Transform + pos: 25.5,28.5 + parent: 588 + - uid: 1139 + components: + - type: Transform + pos: 25.5,25.5 + parent: 588 + - uid: 1140 + components: + - type: Transform + pos: 25.5,24.5 + parent: 588 + - uid: 1170 + components: + - type: Transform + pos: 3.5,36.5 + parent: 588 + - uid: 1171 + components: + - type: Transform + pos: 2.5,36.5 + parent: 588 + - uid: 1172 + components: + - type: Transform + pos: 1.5,36.5 + parent: 588 + - uid: 1173 + components: + - type: Transform + pos: 0.5,36.5 + parent: 588 + - uid: 1174 + components: + - type: Transform + pos: 0.5,35.5 + parent: 588 + - uid: 1175 + components: + - type: Transform + pos: 6.5,34.5 + parent: 588 + - uid: 1176 + components: + - type: Transform + pos: 7.5,34.5 + parent: 588 + - uid: 1177 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - uid: 1178 + components: + - type: Transform + pos: 9.5,34.5 + parent: 588 + - uid: 1179 + components: + - type: Transform + pos: 10.5,34.5 + parent: 588 + - uid: 1268 + components: + - type: Transform + pos: 30.5,26.5 + parent: 588 + - uid: 1269 + components: + - type: Transform + pos: 29.5,27.5 + parent: 588 + - uid: 1270 + components: + - type: Transform + pos: 29.5,28.5 + parent: 588 + - uid: 1271 + components: + - type: Transform + pos: 29.5,25.5 + parent: 588 + - uid: 1272 + components: + - type: Transform + pos: 29.5,24.5 + parent: 588 + - uid: 1273 + components: + - type: Transform + pos: 32.5,26.5 + parent: 588 + - uid: 1274 + components: + - type: Transform + pos: 33.5,26.5 + parent: 588 + - uid: 1275 + components: + - type: Transform + pos: 34.5,26.5 + parent: 588 + - uid: 1276 + components: + - type: Transform + pos: 33.5,27.5 + parent: 588 + - uid: 1277 + components: + - type: Transform + pos: 33.5,28.5 + parent: 588 + - uid: 1278 + components: + - type: Transform + pos: 33.5,25.5 + parent: 588 + - uid: 1279 + components: + - type: Transform + pos: 33.5,24.5 + parent: 588 + - uid: 1306 + components: + - type: Transform + pos: 27.5,40.5 + parent: 588 + - uid: 1307 + components: + - type: Transform + pos: 26.5,40.5 + parent: 588 + - uid: 1308 + components: + - type: Transform + pos: 25.5,40.5 + parent: 588 + - uid: 1309 + components: + - type: Transform + pos: 24.5,40.5 + parent: 588 + - uid: 1310 + components: + - type: Transform + pos: 24.5,39.5 + parent: 588 + - uid: 1311 + components: + - type: Transform + pos: 24.5,38.5 + parent: 588 + - uid: 1312 + components: + - type: Transform + pos: 25.5,38.5 + parent: 588 + - uid: 1313 + components: + - type: Transform + pos: 26.5,38.5 + parent: 588 + - uid: 1314 + components: + - type: Transform + pos: 27.5,38.5 + parent: 588 + - uid: 1315 + components: + - type: Transform + pos: 28.5,38.5 + parent: 588 + - uid: 1316 + components: + - type: Transform + pos: 29.5,38.5 + parent: 588 + - uid: 1317 + components: + - type: Transform + pos: 30.5,38.5 + parent: 588 + - uid: 1318 + components: + - type: Transform + pos: 30.5,39.5 + parent: 588 + - uid: 1426 + components: + - type: Transform + pos: 11.5,42.5 + parent: 588 + - uid: 1427 + components: + - type: Transform + pos: 11.5,43.5 + parent: 588 + - uid: 1428 + components: + - type: Transform + pos: 11.5,44.5 + parent: 588 + - uid: 1429 + components: + - type: Transform + pos: 11.5,45.5 + parent: 588 + - uid: 1430 + components: + - type: Transform + pos: 11.5,46.5 + parent: 588 + - uid: 1431 + components: + - type: Transform + pos: 11.5,47.5 + parent: 588 + - uid: 1432 + components: + - type: Transform + pos: 11.5,48.5 + parent: 588 + - uid: 1433 + components: + - type: Transform + pos: 10.5,45.5 + parent: 588 + - uid: 1434 + components: + - type: Transform + pos: 9.5,45.5 + parent: 588 + - uid: 1435 + components: + - type: Transform + pos: 8.5,45.5 + parent: 588 + - uid: 1436 + components: + - type: Transform + pos: 12.5,45.5 + parent: 588 + - uid: 1437 + components: + - type: Transform + pos: 13.5,45.5 + parent: 588 + - uid: 1438 + components: + - type: Transform + pos: 14.5,45.5 + parent: 588 + - uid: 1439 + components: + - type: Transform + pos: 13.5,46.5 + parent: 588 + - uid: 1440 + components: + - type: Transform + pos: 13.5,47.5 + parent: 588 + - uid: 1441 + components: + - type: Transform + pos: 9.5,46.5 + parent: 588 + - uid: 1442 + components: + - type: Transform + pos: 9.5,47.5 + parent: 588 + - uid: 1443 + components: + - type: Transform + pos: 10.5,43.5 + parent: 588 + - uid: 1444 + components: + - type: Transform + pos: 9.5,43.5 + parent: 588 + - uid: 1445 + components: + - type: Transform + pos: 12.5,43.5 + parent: 588 + - uid: 1446 + components: + - type: Transform + pos: 13.5,43.5 + parent: 588 + - uid: 1447 + components: + - type: Transform + pos: 3.5,42.5 + parent: 588 + - uid: 1448 + components: + - type: Transform + pos: 3.5,43.5 + parent: 588 + - uid: 1449 + components: + - type: Transform + pos: 3.5,44.5 + parent: 588 + - uid: 1450 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1451 + components: + - type: Transform + pos: 3.5,46.5 + parent: 588 + - uid: 1452 + components: + - type: Transform + pos: 3.5,47.5 + parent: 588 + - uid: 1453 + components: + - type: Transform + pos: 3.5,48.5 + parent: 588 + - uid: 1454 + components: + - type: Transform + pos: 0.5,45.5 + parent: 588 + - uid: 1455 + components: + - type: Transform + pos: 1.5,45.5 + parent: 588 + - uid: 1456 + components: + - type: Transform + pos: 2.5,45.5 + parent: 588 + - uid: 1457 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1458 + components: + - type: Transform + pos: 4.5,45.5 + parent: 588 + - uid: 1459 + components: + - type: Transform + pos: 5.5,45.5 + parent: 588 + - uid: 1460 + components: + - type: Transform + pos: 6.5,45.5 + parent: 588 + - uid: 1529 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 + - uid: 1530 + components: + - type: Transform + pos: 19.5,48.5 + parent: 588 + - uid: 1531 + components: + - type: Transform + pos: 18.5,48.5 + parent: 588 + - uid: 1532 + components: + - type: Transform + pos: 17.5,48.5 + parent: 588 + - uid: 1533 + components: + - type: Transform + pos: 16.5,48.5 + parent: 588 + - uid: 1534 + components: + - type: Transform + pos: 16.5,47.5 + parent: 588 + - uid: 1535 + components: + - type: Transform + pos: 16.5,46.5 + parent: 588 + - uid: 1536 + components: + - type: Transform + pos: 16.5,45.5 + parent: 588 + - uid: 1537 + components: + - type: Transform + pos: 16.5,44.5 + parent: 588 + - uid: 1538 + components: + - type: Transform + pos: 16.5,43.5 + parent: 588 + - uid: 1539 + components: + - type: Transform + pos: 16.5,42.5 + parent: 588 + - uid: 1540 + components: + - type: Transform + pos: 17.5,42.5 + parent: 588 + - uid: 1541 + components: + - type: Transform + pos: 18.5,42.5 + parent: 588 + - uid: 1542 + components: + - type: Transform + pos: 19.5,42.5 + parent: 588 + - uid: 1543 + components: + - type: Transform + pos: 20.5,42.5 + parent: 588 + - uid: 1544 + components: + - type: Transform + pos: 21.5,42.5 + parent: 588 + - uid: 1545 + components: + - type: Transform + pos: 22.5,42.5 + parent: 588 + - uid: 1546 + components: + - type: Transform + pos: 22.5,43.5 + parent: 588 + - uid: 1547 + components: + - type: Transform + pos: 22.5,44.5 + parent: 588 + - uid: 1548 + components: + - type: Transform + pos: 22.5,45.5 + parent: 588 + - uid: 1549 + components: + - type: Transform + pos: 22.5,46.5 + parent: 588 + - uid: 1550 + components: + - type: Transform + pos: 22.5,47.5 + parent: 588 + - uid: 1551 + components: + - type: Transform + pos: 22.5,48.5 + parent: 588 + - uid: 1552 + components: + - type: Transform + pos: 21.5,48.5 + parent: 588 + - uid: 1553 + components: + - type: Transform + pos: 20.5,48.5 + parent: 588 + - uid: 1554 + components: + - type: Transform + pos: 19.5,43.5 + parent: 588 + - uid: 1555 + components: + - type: Transform + pos: 19.5,44.5 + parent: 588 + - uid: 1556 + components: + - type: Transform + pos: 19.5,45.5 + parent: 588 + - uid: 1557 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - uid: 1807 + components: + - type: Transform + pos: 27.5,42.5 + parent: 588 + - uid: 1808 + components: + - type: Transform + pos: 27.5,43.5 + parent: 588 + - uid: 1809 + components: + - type: Transform + pos: 27.5,44.5 + parent: 588 + - uid: 1810 + components: + - type: Transform + pos: 27.5,45.5 + parent: 588 + - uid: 1811 + components: + - type: Transform + pos: 27.5,46.5 + parent: 588 + - uid: 1812 + components: + - type: Transform + pos: 27.5,47.5 + parent: 588 + - uid: 1813 + components: + - type: Transform + pos: 27.5,48.5 + parent: 588 + - uid: 1814 + components: + - type: Transform + pos: 28.5,45.5 + parent: 588 + - uid: 1815 + components: + - type: Transform + pos: 29.5,45.5 + parent: 588 + - uid: 1816 + components: + - type: Transform + pos: 30.5,45.5 + parent: 588 + - uid: 1817 + components: + - type: Transform + pos: 26.5,45.5 + parent: 588 + - uid: 1818 + components: + - type: Transform + pos: 25.5,45.5 + parent: 588 + - uid: 1819 + components: + - type: Transform + pos: 24.5,45.5 + parent: 588 + - uid: 1820 + components: + - type: Transform + pos: 26.5,47.5 + parent: 588 + - uid: 1821 + components: + - type: Transform + pos: 25.5,47.5 + parent: 588 + - uid: 1822 + components: + - type: Transform + pos: 28.5,47.5 + parent: 588 + - uid: 1823 + components: + - type: Transform + pos: 29.5,47.5 + parent: 588 + - uid: 1824 + components: + - type: Transform + pos: 26.5,43.5 + parent: 588 + - uid: 1825 + components: + - type: Transform + pos: 25.5,43.5 + parent: 588 + - uid: 1826 + components: + - type: Transform + pos: 28.5,43.5 + parent: 588 + - uid: 1827 + components: + - type: Transform + pos: 29.5,43.5 + parent: 588 +- proto: CableApcStack1 + entities: + - uid: 655 + components: + - type: Transform + pos: 16.273203,19.650417 + parent: 588 +- proto: CableHV + entities: + - uid: 462 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 466 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 468 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 485 + components: + - type: Transform + pos: 26.5,15.5 + parent: 588 + - uid: 486 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 487 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 488 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 489 + components: + - type: Transform + pos: 28.5,15.5 + parent: 588 + - uid: 743 + components: + - type: Transform + pos: 26.5,21.5 + parent: 588 + - uid: 744 + components: + - type: Transform + pos: 27.5,21.5 + parent: 588 + - uid: 745 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 746 + components: + - type: Transform + pos: 25.5,21.5 + parent: 588 + - uid: 768 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 778 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 978 + components: + - type: Transform + pos: 16.5,32.5 + parent: 588 + - uid: 979 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 980 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 981 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 982 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 983 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 984 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 985 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 986 + components: + - type: Transform + pos: 24.5,32.5 + parent: 588 + - uid: 987 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 989 + components: + - type: Transform + pos: 18.5,32.5 + parent: 588 + - uid: 990 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 + - uid: 991 + components: + - type: Transform + pos: 20.5,32.5 + parent: 588 + - uid: 992 + components: + - type: Transform + pos: 21.5,32.5 + parent: 588 + - uid: 993 + components: + - type: Transform + pos: 22.5,32.5 + parent: 588 + - uid: 1003 + components: + - type: Transform + pos: 16.5,30.5 + parent: 588 + - uid: 1004 + components: + - type: Transform + pos: 24.5,30.5 + parent: 588 + - uid: 1510 + components: + - type: Transform + pos: 18.5,44.5 + parent: 588 + - uid: 1511 + components: + - type: Transform + pos: 18.5,45.5 + parent: 588 + - uid: 1512 + components: + - type: Transform + pos: 20.5,45.5 + parent: 588 + - uid: 1513 + components: + - type: Transform + pos: 20.5,44.5 + parent: 588 + - uid: 1514 + components: + - type: Transform + pos: 19.5,44.5 + parent: 588 + - uid: 1522 + components: + - type: Transform + pos: 17.5,46.5 + parent: 588 + - uid: 1523 + components: + - type: Transform + pos: 21.5,46.5 + parent: 588 + - uid: 1524 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 + - uid: 1525 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1526 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 +- proto: CableMV + entities: + - uid: 490 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 491 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 492 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 775 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 776 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 777 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 1527 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - uid: 1528 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 +- proto: CableTerminal + entities: + - uid: 463 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 464 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 465 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 767 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,31.5 + parent: 588 + - uid: 976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,31.5 + parent: 588 + - uid: 1558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 588 +- proto: Carpet + entities: + - uid: 1632 + components: + - type: Transform + pos: 24.5,0.5 + parent: 588 + - uid: 1633 + components: + - type: Transform + pos: 25.5,0.5 + parent: 588 + - uid: 1634 + components: + - type: Transform + pos: 25.5,1.5 + parent: 588 + - uid: 1635 + components: + - type: Transform + pos: 24.5,1.5 + parent: 588 +- proto: CarpetBlue + entities: + - uid: 1636 + components: + - type: Transform + pos: 27.5,0.5 + parent: 588 + - uid: 1637 + components: + - type: Transform + pos: 28.5,1.5 + parent: 588 + - uid: 1638 + components: + - type: Transform + pos: 27.5,1.5 + parent: 588 + - uid: 1639 + components: + - type: Transform + pos: 28.5,0.5 + parent: 588 +- proto: CarpetPurple + entities: + - uid: 1626 + components: + - type: Transform + pos: 25.5,4.5 + parent: 588 + - uid: 1627 + components: + - type: Transform + pos: 25.5,3.5 + parent: 588 + - uid: 1628 + components: + - type: Transform + pos: 26.5,3.5 + parent: 588 + - uid: 1629 + components: + - type: Transform + pos: 27.5,3.5 + parent: 588 + - uid: 1630 + components: + - type: Transform + pos: 27.5,4.5 + parent: 588 + - uid: 1631 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 +- proto: Catwalk + entities: + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,24.5 + parent: 588 + - uid: 142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,26.5 + parent: 588 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 588 + - uid: 248 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 249 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 250 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 251 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 471 + components: + - type: Transform + pos: 27.5,14.5 + parent: 588 + - uid: 473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 588 + - uid: 474 + components: + - type: Transform + pos: 28.5,14.5 + parent: 588 + - uid: 475 + components: + - type: Transform + pos: 26.5,14.5 + parent: 588 + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,12.5 + parent: 588 + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,12.5 + parent: 588 + - uid: 515 + components: + - type: Transform + pos: 25.5,16.5 + parent: 588 + - uid: 516 + components: + - type: Transform + pos: 26.5,16.5 + parent: 588 + - uid: 517 + components: + - type: Transform + pos: 27.5,16.5 + parent: 588 + - uid: 518 + components: + - type: Transform + pos: 28.5,16.5 + parent: 588 + - uid: 519 + components: + - type: Transform + pos: 29.5,16.5 + parent: 588 + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,12.5 + parent: 588 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,12.5 + parent: 588 + - uid: 769 + components: + - type: Transform + pos: 26.5,20.5 + parent: 588 + - uid: 832 + components: + - type: Transform + pos: 3.5,31.5 + parent: 588 + - uid: 833 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 834 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 835 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 836 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 837 + components: + - type: Transform + pos: 8.5,31.5 + parent: 588 + - uid: 838 + components: + - type: Transform + pos: 9.5,31.5 + parent: 588 + - uid: 839 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 840 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 841 + components: + - type: Transform + pos: 5.5,32.5 + parent: 588 + - uid: 842 + components: + - type: Transform + pos: 7.5,32.5 + parent: 588 + - uid: 843 + components: + - type: Transform + pos: 5.5,30.5 + parent: 588 + - uid: 844 + components: + - type: Transform + pos: 7.5,30.5 + parent: 588 + - uid: 861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,27.5 + parent: 588 + - uid: 862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,28.5 + parent: 588 + - uid: 863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,28.5 + parent: 588 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,27.5 + parent: 588 + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,26.5 + parent: 588 + - uid: 879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,40.5 + parent: 588 + - uid: 880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,39.5 + parent: 588 + - uid: 881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,39.5 + parent: 588 + - uid: 882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,39.5 + parent: 588 + - uid: 883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,39.5 + parent: 588 + - uid: 884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,39.5 + parent: 588 + - uid: 885 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,38.5 + parent: 588 + - uid: 914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 588 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,10.5 + parent: 588 + - uid: 916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 588 + - uid: 917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 588 + - uid: 918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 588 + - uid: 919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,6.5 + parent: 588 + - uid: 920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 588 + - uid: 921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 588 + - uid: 922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 588 + - uid: 923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 588 + - uid: 955 + components: + - type: Transform + pos: 15.5,31.5 + parent: 588 + - uid: 956 + components: + - type: Transform + pos: 16.5,31.5 + parent: 588 + - uid: 957 + components: + - type: Transform + pos: 17.5,31.5 + parent: 588 + - uid: 958 + components: + - type: Transform + pos: 18.5,31.5 + parent: 588 + - uid: 959 + components: + - type: Transform + pos: 19.5,31.5 + parent: 588 + - uid: 960 + components: + - type: Transform + pos: 20.5,31.5 + parent: 588 + - uid: 961 + components: + - type: Transform + pos: 21.5,31.5 + parent: 588 + - uid: 962 + components: + - type: Transform + pos: 22.5,31.5 + parent: 588 + - uid: 963 + components: + - type: Transform + pos: 23.5,31.5 + parent: 588 + - uid: 964 + components: + - type: Transform + pos: 24.5,31.5 + parent: 588 + - uid: 965 + components: + - type: Transform + pos: 25.5,31.5 + parent: 588 + - uid: 994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,32.5 + parent: 588 + - uid: 1158 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 1180 + components: + - type: Transform + pos: 1.5,36.5 + parent: 588 + - uid: 1181 + components: + - type: Transform + pos: 2.5,36.5 + parent: 588 + - uid: 1182 + components: + - type: Transform + pos: 3.5,36.5 + parent: 588 + - uid: 1183 + components: + - type: Transform + pos: 4.5,36.5 + parent: 588 + - uid: 1184 + components: + - type: Transform + pos: 5.5,36.5 + parent: 588 + - uid: 1185 + components: + - type: Transform + pos: 5.5,34.5 + parent: 588 + - uid: 1186 + components: + - type: Transform + pos: 6.5,34.5 + parent: 588 + - uid: 1187 + components: + - type: Transform + pos: 7.5,34.5 + parent: 588 + - uid: 1188 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - uid: 1189 + components: + - type: Transform + pos: 9.5,34.5 + parent: 588 + - uid: 1320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,40.5 + parent: 588 + - uid: 1321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,40.5 + parent: 588 + - uid: 1322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,40.5 + parent: 588 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,38.5 + parent: 588 + - uid: 1324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,38.5 + parent: 588 + - uid: 1325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,38.5 + parent: 588 + - uid: 1326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,38.5 + parent: 588 + - uid: 1327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,38.5 + parent: 588 + - uid: 1331 + components: + - type: Transform + pos: 4.5,45.5 + parent: 588 + - uid: 1336 + components: + - type: Transform + pos: 2.5,45.5 + parent: 588 + - uid: 1339 + components: + - type: Transform + pos: 3.5,45.5 + parent: 588 + - uid: 1342 + components: + - type: Transform + pos: 3.5,46.5 + parent: 588 + - uid: 1344 + components: + - type: Transform + pos: 3.5,44.5 + parent: 588 + - uid: 1346 + components: + - type: Transform + pos: 2.5,44.5 + parent: 588 + - uid: 1347 + components: + - type: Transform + pos: 4.5,44.5 + parent: 588 + - uid: 1348 + components: + - type: Transform + pos: 4.5,44.5 + parent: 588 + - uid: 1349 + components: + - type: Transform + pos: 4.5,46.5 + parent: 588 + - uid: 1350 + components: + - type: Transform + pos: 2.5,46.5 + parent: 588 + - uid: 1494 + components: + - type: Transform + pos: 17.5,42.5 + parent: 588 + - uid: 1495 + components: + - type: Transform + pos: 18.5,42.5 + parent: 588 + - uid: 1496 + components: + - type: Transform + pos: 19.5,42.5 + parent: 588 + - uid: 1497 + components: + - type: Transform + pos: 20.5,42.5 + parent: 588 + - uid: 1498 + components: + - type: Transform + pos: 21.5,42.5 + parent: 588 + - uid: 1499 + components: + - type: Transform + pos: 17.5,48.5 + parent: 588 + - uid: 1500 + components: + - type: Transform + pos: 18.5,48.5 + parent: 588 + - uid: 1501 + components: + - type: Transform + pos: 19.5,48.5 + parent: 588 + - uid: 1502 + components: + - type: Transform + pos: 20.5,48.5 + parent: 588 + - uid: 1503 + components: + - type: Transform + pos: 21.5,48.5 + parent: 588 + - uid: 1516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,44.5 + parent: 588 + - uid: 1517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,45.5 + parent: 588 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,45.5 + parent: 588 + - uid: 1582 + components: + - type: Transform + pos: 28.5,22.5 + parent: 588 + - uid: 1583 + components: + - type: Transform + pos: 28.5,21.5 + parent: 588 + - uid: 1584 + components: + - type: Transform + pos: 28.5,20.5 + parent: 588 + - uid: 1585 + components: + - type: Transform + pos: 28.5,19.5 + parent: 588 + - uid: 1586 + components: + - type: Transform + pos: 28.5,18.5 + parent: 588 + - uid: 1587 + components: + - type: Transform + pos: 24.5,22.5 + parent: 588 + - uid: 1588 + components: + - type: Transform + pos: 24.5,21.5 + parent: 588 + - uid: 1589 + components: + - type: Transform + pos: 24.5,20.5 + parent: 588 + - uid: 1590 + components: + - type: Transform + pos: 24.5,19.5 + parent: 588 + - uid: 1591 + components: + - type: Transform + pos: 24.5,18.5 + parent: 588 +- proto: Cautery + entities: + - uid: 1474 + components: + - type: Transform + pos: 8.533231,42.775993 + parent: 588 +- proto: Chair + entities: + - uid: 357 + components: + - type: Transform + pos: 23.5,4.5 + parent: 588 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,9.5 + parent: 588 + - uid: 422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,9.5 + parent: 588 + - uid: 423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,7.5 + parent: 588 + - uid: 533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,14.5 + parent: 588 + - uid: 534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,15.5 + parent: 588 + - uid: 537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,14.5 + parent: 588 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 588 + - uid: 716 + components: + - type: Transform + pos: 18.5,19.5 + parent: 588 + - uid: 717 + components: + - type: Transform + pos: 19.5,19.5 + parent: 588 + - uid: 718 + components: + - type: Transform + pos: 22.5,19.5 + parent: 588 + - uid: 719 + components: + - type: Transform + pos: 21.5,19.5 + parent: 588 + - uid: 1280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,38.5 + parent: 588 + - uid: 1281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,38.5 + parent: 588 + - uid: 1282 + components: + - type: Transform + pos: 20.5,40.5 + parent: 588 + - uid: 1283 + components: + - type: Transform + pos: 21.5,40.5 + parent: 588 + - uid: 1865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,7.5 + parent: 588 +- proto: ChairFolding + entities: + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 588 + - uid: 345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,1.5 + parent: 588 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,0.5 + parent: 588 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,3.5 + parent: 588 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,3.5 + parent: 588 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,4.5 + parent: 588 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,1.5 + parent: 588 + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,0.5 + parent: 588 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,4.5 + parent: 588 + - uid: 353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,4.5 + parent: 588 + - uid: 1212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,36.5 + parent: 588 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.53707,1.6455604 + parent: 588 + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.595894,3.4052575 + parent: 588 +- proto: ChairOfficeDark + entities: + - uid: 330 + components: + - type: Transform + pos: 19.5,1.5 + parent: 588 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,3.5 + parent: 588 + - uid: 358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 588 + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 588 + - uid: 360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 588 + - uid: 361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 588 + - uid: 571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,12.5 + parent: 588 +- proto: ChairOfficeLight + entities: + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,19.5 + parent: 588 + - uid: 638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,21.5 + parent: 588 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,21.5 + parent: 588 +- proto: ChairPilotSeat + entities: + - uid: 356 + components: + - type: Transform + pos: 26.5,4.5 + parent: 588 +- proto: ChairWood + entities: + - uid: 1049 + components: + - type: Transform + pos: 20.5,25.5 + parent: 588 + - uid: 1050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,27.5 + parent: 588 + - uid: 1231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,34.5 + parent: 588 + - uid: 1232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,36.5 + parent: 588 + - uid: 1790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,46.5 + parent: 588 + - uid: 1791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,44.5 + parent: 588 +- proto: CigarGold + entities: + - uid: 1219 + components: + - type: Transform + pos: 7.4719925,36.539555 + parent: 588 +- proto: ClosetBombFilled + entities: + - uid: 413 + components: + - type: Transform + pos: 14.5,6.5 + parent: 588 + - uid: 1014 + components: + - type: Transform + pos: 12.5,27.5 + parent: 588 + - uid: 1026 + components: + - type: Transform + pos: 16.5,27.5 + parent: 588 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1203 + components: + - type: Transform + pos: 12.5,30.5 + parent: 588 + - uid: 1204 + components: + - type: Transform + pos: 0.5,32.5 + parent: 588 + - uid: 1205 + components: + - type: Transform + pos: 9.5,9.5 + parent: 588 + - uid: 1207 + components: + - type: Transform + pos: 1.5,7.5 + parent: 588 +- proto: ClosetFireFilled + entities: + - uid: 1194 + components: + - type: Transform + pos: 1.5,9.5 + parent: 588 + - uid: 1195 + components: + - type: Transform + pos: 9.5,7.5 + parent: 588 + - uid: 1196 + components: + - type: Transform + pos: 6.5,40.5 + parent: 588 + - uid: 1197 + components: + - type: Transform + pos: 0.5,38.5 + parent: 588 +- proto: ClosetL3SecurityFilled + entities: + - uid: 415 + components: + - type: Transform + pos: 20.5,10.5 + parent: 588 +- proto: ClosetToolFilled + entities: + - uid: 1007 + components: + - type: Transform + pos: 14.5,30.5 + parent: 588 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,15.5 + parent: 588 + - uid: 868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,27.5 + parent: 588 + - uid: 1564 + components: + - type: Transform + pos: 17.5,43.5 + parent: 588 + - uid: 1565 + components: + - type: Transform + pos: 21.5,43.5 + parent: 588 +- proto: ClothingBeltChampion + entities: + - uid: 1236 + components: + - type: Transform + pos: 10.581136,39.53631 + parent: 588 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 1108 + components: + - type: Transform + pos: 25.666832,30.643515 + parent: 588 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 1715 + components: + - type: Transform + pos: 10.432637,44.476112 + parent: 588 +- proto: ClothingHeadBandRed + entities: + - uid: 1295 + components: + - type: Transform + pos: 12.571781,39.694115 + parent: 588 +- proto: ClothingHeadHatFedoraBrown + entities: + - uid: 577 + components: + - type: Transform + pos: 12.686508,13.58602 + parent: 588 +- proto: ClothingHeadHatPwig + entities: + - uid: 369 + components: + - type: Transform + pos: 25.824945,3.5783403 + parent: 588 +- proto: ClothingHeadHatSecsoftFlipped + entities: + - uid: 606 + components: + - type: Transform + pos: 12.705482,6.671774 + parent: 588 + - uid: 1027 + components: + - type: Transform + pos: 18.403675,25.53719 + parent: 588 +- proto: ClothingHeadHatSurgcapPurple + entities: + - uid: 1711 + components: + - type: Transform + pos: 10.304593,44.632217 + parent: 588 +- proto: ClothingHeadHelmetRiot + entities: + - uid: 1617 + components: + - type: Transform + pos: 22.499683,6.7142525 + parent: 588 +- proto: ClothingHeadHelmetThunderdome + entities: + - uid: 1240 + components: + - type: Transform + pos: 34.666565,24.66942 + parent: 588 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 326 + components: + - type: Transform + pos: 21.586027,4.583762 + parent: 588 +- proto: ClothingNeckTieDet + entities: + - uid: 573 + components: + - type: Transform + pos: 12.714905,13.486683 + parent: 588 +- proto: ClothingOuterArmorReflective + entities: + - uid: 1031 + components: + - type: Transform + pos: 18.47467,24.458666 + parent: 588 +- proto: ClothingOuterCoatDetective + entities: + - uid: 574 + components: + - type: Transform + pos: 13.396446,12.479115 + parent: 588 +- proto: ClothingOuterRobesJudge + entities: + - uid: 370 + components: + - type: Transform + pos: 27.40101,3.677678 + parent: 588 +- proto: ClothingShoesBootsCombatFilled + entities: + - uid: 1036 + components: + - type: Transform + pos: 12.582174,25.636528 + parent: 588 +- proto: ClothingShoesBootsLaceup + entities: + - uid: 372 + components: + - type: Transform + pos: 18.586912,0.70824456 + parent: 588 +- proto: ClothingUniformJumpskirtColorMaroon + entities: + - uid: 1714 + components: + - type: Transform + pos: 10.673761,44.53288 + parent: 588 +- proto: ClothingUniformJumpsuitColorMaroon + entities: + - uid: 1713 + components: + - type: Transform + pos: 10.645364,44.67479 + parent: 588 +- proto: ClusterBangFull + entities: + - uid: 599 + components: + - type: Transform + pos: 33.484257,28.42918 + parent: 588 +- proto: ComputerAlert + entities: + - uid: 999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,30.5 + parent: 588 + - uid: 1001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,30.5 + parent: 588 + - uid: 1561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,46.5 + parent: 588 +- proto: computerBodyScanner + entities: + - uid: 1394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,44.5 + parent: 588 + - uid: 1423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,44.5 + parent: 588 +- proto: ComputerCriminalRecords + entities: + - uid: 461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,0.5 + parent: 588 + - uid: 634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,18.5 + parent: 588 +- proto: ComputerPowerMonitoring + entities: + - uid: 1000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,30.5 + parent: 588 + - uid: 1002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,30.5 + parent: 588 + - uid: 1560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,46.5 + parent: 588 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,21.5 + parent: 588 +- proto: ComputerTelevision + entities: + - uid: 1229 + components: + - type: Transform + pos: 12.5,34.5 + parent: 588 + - uid: 1230 + components: + - type: Transform + pos: 22.5,36.5 + parent: 588 +- proto: CrateEngineeringGear + entities: + - uid: 1008 + components: + - type: Transform + pos: 26.5,30.5 + parent: 588 +- proto: CrateFunBoardGames + entities: + - uid: 1845 + components: + - type: Transform + pos: 26.5,48.5 + parent: 588 +- proto: CrateFunParty + entities: + - uid: 1876 + components: + - type: Transform + pos: 25.5,43.5 + parent: 588 +- proto: CrateHydroponicsSeedsExotic + entities: + - uid: 1660 + components: + - type: Transform + pos: 31.5,22.5 + parent: 588 +- proto: CrayonBox + entities: + - uid: 1057 + components: + - type: Transform + pos: 20.47107,24.608877 + parent: 588 + - uid: 1116 + components: + - type: Transform + pos: 20.607256,14.646415 + parent: 588 +- proto: CryoPod + entities: + - uid: 1395 + components: + - type: Transform + pos: 8.5,47.5 + parent: 588 + - uid: 1397 + components: + - type: Transform + pos: 14.5,47.5 + parent: 588 +- proto: DebugSMES + entities: + - uid: 971 + components: + - type: Transform + pos: 22.5,32.5 + parent: 588 + - uid: 974 + components: + - type: Transform + pos: 18.5,32.5 + parent: 588 +- proto: DeployableBarrier + entities: + - uid: 1233 + components: + - type: Transform + pos: 32.5,24.5 + parent: 588 +- proto: DiceBag + entities: + - uid: 552 + components: + - type: Transform + pos: 20.294882,15.426926 + parent: 588 +- proto: DiseaseDiagnoser + entities: + - uid: 1424 + components: + - type: Transform + pos: 14.5,44.5 + parent: 588 +- proto: DisposalUnit + entities: + - uid: 550 + components: + - type: Transform + pos: 22.5,16.5 + parent: 588 + - uid: 725 + components: + - type: Transform + pos: 21.5,22.5 + parent: 588 + - uid: 766 + components: + - type: Transform + pos: 9.5,22.5 + parent: 588 + - uid: 1288 + components: + - type: Transform + pos: 22.5,38.5 + parent: 588 +- proto: DonkpocketBoxSpawner + entities: + - uid: 526 + components: + - type: Transform + pos: 16.5,13.5 + parent: 588 + - uid: 723 + components: + - type: Transform + pos: 18.5,21.5 + parent: 588 +- proto: DoorElectronics + entities: + - uid: 659 + components: + - type: Transform + pos: 12.581519,21.410114 + parent: 588 + - uid: 1074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.639427,25.54549 + parent: 588 +- proto: Dresser + entities: + - uid: 1051 + components: + - type: Transform + pos: 22.5,25.5 + parent: 588 + - uid: 1052 + components: + - type: Transform + pos: 20.5,27.5 + parent: 588 + - uid: 1061 + components: + - type: Transform + pos: 24.5,25.5 + parent: 588 + - uid: 1221 + components: + - type: Transform + pos: 21.5,36.5 + parent: 588 + - uid: 1222 + components: + - type: Transform + pos: 13.5,34.5 + parent: 588 +- proto: DrinkDetFlask + entities: + - uid: 1577 + components: + - type: Transform + pos: 12.606661,13.037249 + parent: 588 +- proto: DrinkMugMetal + entities: + - uid: 1294 + components: + - type: Transform + pos: 22.442232,12.514399 + parent: 588 +- proto: DrinkMugRed + entities: + - uid: 721 + components: + - type: Transform + pos: 22.448559,18.561966 + parent: 588 + - uid: 1293 + components: + - type: Transform + pos: 22.328642,12.741456 + parent: 588 +- proto: DrinkShinyFlask + entities: + - uid: 1874 + components: + - type: Transform + pos: 6.890398,22.663696 + parent: 588 +- proto: DrinkShotGlass + entities: + - uid: 578 + components: + - type: Transform + pos: 12.412022,12.535878 + parent: 588 + - uid: 579 + components: + - type: Transform + pos: 12.539811,12.748745 + parent: 588 +- proto: DrinkWaterCup + entities: + - uid: 722 + components: + - type: Transform + pos: 18.373508,18.661304 + parent: 588 + - uid: 762 + components: + - type: Transform + pos: 6.313587,19.590261 + parent: 588 + - uid: 763 + components: + - type: Transform + pos: 6.441377,19.419968 + parent: 588 +- proto: EmergencyLight + entities: + - uid: 1716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,6.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1717 + components: + - type: Transform + pos: 21.5,10.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1718 + components: + - type: Transform + pos: 30.5,4.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,0.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1722 + components: + - type: Transform + pos: 18.5,16.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1723 + components: + - type: Transform + pos: 31.5,22.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,27.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,25.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,9.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,20.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1734 + components: + - type: Transform + pos: 1.5,24.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,30.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1736 + components: + - type: Transform + pos: 11.5,32.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,40.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,40.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,30.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,18.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,34.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,34.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,38.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,44.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,44.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1751 + components: + - type: Transform + pos: 30.5,6.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,10.5 + parent: 588 + - type: PointLight + enabled: True + - uid: 1832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,46.5 + parent: 588 + - type: PointLight + enabled: True +- proto: EmergencyRollerBed + entities: + - uid: 1141 + components: + - type: Transform + pos: 30.5,25.5 + parent: 588 + - uid: 1142 + components: + - type: Transform + pos: 30.5,24.5 + parent: 588 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,26.5 + parent: 588 + - uid: 1198 + components: + - type: Transform + pos: 2.5,8.5 + parent: 588 + - uid: 1199 + components: + - type: Transform + pos: 8.5,8.5 + parent: 588 + - uid: 1200 + components: + - type: Transform + pos: 8.5,35.5 + parent: 588 + - uid: 1201 + components: + - type: Transform + pos: 1.5,35.5 + parent: 588 + - uid: 1202 + components: + - type: Transform + pos: 25.5,14.5 + parent: 588 + - uid: 1328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,39.5 + parent: 588 + - uid: 1566 + components: + - type: Transform + pos: 17.5,44.5 + parent: 588 +- proto: filingCabinetRandom + entities: + - uid: 320 + components: + - type: Transform + pos: 21.5,0.5 + parent: 588 + - uid: 321 + components: + - type: Transform + pos: 20.5,0.5 + parent: 588 +- proto: filingCabinetTallRandom + entities: + - uid: 1396 + components: + - type: Transform + pos: 8.5,44.5 + parent: 588 +- proto: Flash + entities: + - uid: 1209 + components: + - type: Transform + pos: 10.726851,19.047483 + parent: 588 +- proto: FlashlightSeclite + entities: + - uid: 374 + components: + - type: Transform + pos: 13.377204,0.54605544 + parent: 588 +- proto: FloodlightBroken + entities: + - uid: 1193 + components: + - type: Transform + pos: 9.462372,35.6454 + parent: 588 +- proto: FloorDrain + entities: + - uid: 944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - type: Fixtures + fixtures: {} + - uid: 945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - type: Fixtures + fixtures: {} +- proto: FloorLavaEntity + entities: + - uid: 47 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,8.5 + parent: 588 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 588 + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 588 + - uid: 459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,8.5 + parent: 588 + - uid: 460 + components: + - type: Transform + pos: 8.5,3.5 + parent: 588 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,20.5 + parent: 588 + - uid: 820 + components: + - type: Transform + pos: 4.5,32.5 + parent: 588 + - uid: 821 + components: + - type: Transform + pos: 4.5,31.5 + parent: 588 + - uid: 822 + components: + - type: Transform + pos: 5.5,31.5 + parent: 588 + - uid: 823 + components: + - type: Transform + pos: 5.5,32.5 + parent: 588 + - uid: 824 + components: + - type: Transform + pos: 5.5,30.5 + parent: 588 + - uid: 825 + components: + - type: Transform + pos: 6.5,30.5 + parent: 588 + - uid: 826 + components: + - type: Transform + pos: 7.5,30.5 + parent: 588 + - uid: 827 + components: + - type: Transform + pos: 6.5,32.5 + parent: 588 + - uid: 828 + components: + - type: Transform + pos: 7.5,32.5 + parent: 588 + - uid: 829 + components: + - type: Transform + pos: 7.5,31.5 + parent: 588 + - uid: 830 + components: + - type: Transform + pos: 6.5,31.5 + parent: 588 + - uid: 831 + components: + - type: Transform + pos: 8.5,30.5 + parent: 588 + - uid: 857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,39.5 + parent: 588 + - uid: 858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,39.5 + parent: 588 + - uid: 859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,38.5 + parent: 588 + - uid: 860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,40.5 + parent: 588 + - uid: 887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,40.5 + parent: 588 + - uid: 889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,39.5 + parent: 588 + - uid: 906 + components: + - type: Transform + pos: 4.5,7.5 + parent: 588 + - uid: 907 + components: + - type: Transform + pos: 5.5,7.5 + parent: 588 + - uid: 908 + components: + - type: Transform + pos: 5.5,9.5 + parent: 588 + - uid: 909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 588 + - uid: 910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 588 + - uid: 911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 588 + - uid: 913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,10.5 + parent: 588 + - uid: 1247 + components: + - type: Transform + pos: 8.5,4.5 + parent: 588 + - uid: 1248 + components: + - type: Transform + pos: 9.5,4.5 + parent: 588 + - uid: 1249 + components: + - type: Transform + pos: 8.5,2.5 + parent: 588 + - uid: 1250 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 1251 + components: + - type: Transform + pos: 9.5,1.5 + parent: 588 + - uid: 1252 + components: + - type: Transform + pos: 8.5,1.5 + parent: 588 + - uid: 1253 + components: + - type: Transform + pos: 8.5,0.5 + parent: 588 + - uid: 1254 + components: + - type: Transform + pos: 7.5,0.5 + parent: 588 + - uid: 1333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,46.5 + parent: 588 + - uid: 1341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,45.5 + parent: 588 + - uid: 1343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,46.5 + parent: 588 + - uid: 1345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,46.5 + parent: 588 + - uid: 1359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,47.5 + parent: 588 + - uid: 1360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,46.5 + parent: 588 + - uid: 1361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,47.5 + parent: 588 + - uid: 1362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 588 + - uid: 1363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,44.5 + parent: 588 + - uid: 1364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,47.5 + parent: 588 + - uid: 1365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,44.5 + parent: 588 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,45.5 + parent: 588 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 588 + - uid: 1368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,43.5 + parent: 588 + - uid: 1369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,43.5 + parent: 588 + - uid: 1370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,42.5 + parent: 588 + - uid: 1371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,42.5 + parent: 588 + - uid: 1372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,43.5 + parent: 588 + - uid: 1373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,44.5 + parent: 588 + - uid: 1374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 + - uid: 1375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,43.5 + parent: 588 +- proto: FoodBowlBigTrash + entities: + - uid: 1840 + components: + - type: Transform + pos: 30.547388,48.16116 + parent: 588 +- proto: FoodBurgerMime + entities: + - uid: 399 + components: + - type: Transform + pos: 10.958169,39.64943 + parent: 588 +- proto: FoodPlateSmallPlastic + entities: + - uid: 529 + components: + - type: Transform + pos: 17.462528,12.615073 + parent: 588 +- proto: FoodPlateTrash + entities: + - uid: 1692 + components: + - type: Transform + pos: 28.80027,47.44947 + parent: 588 +- proto: ForensicPad + entities: + - uid: 761 + components: + - type: Transform + pos: 7.562898,22.48225 + parent: 588 +- proto: ForkPlastic + entities: + - uid: 531 + components: + - type: Transform + pos: 17.405733,12.600882 + parent: 588 +- proto: GasFilter + entities: + - uid: 1415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,47.5 + parent: 588 +- proto: GasPipeBend + entities: + - uid: 1412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,46.5 + parent: 588 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,46.5 + parent: 588 + - uid: 1416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,47.5 + parent: 588 + - uid: 1421 + components: + - type: Transform + pos: 13.5,47.5 + parent: 588 +- proto: GasPipeStraight + entities: + - uid: 1418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,47.5 + parent: 588 + - uid: 1420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,46.5 + parent: 588 +- proto: GasPipeTJunction + entities: + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,46.5 + parent: 588 + - uid: 1411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,46.5 + parent: 588 + - uid: 1417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,46.5 + parent: 588 + - uid: 1419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,46.5 + parent: 588 +- proto: GasPort + entities: + - uid: 1404 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1422 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: GasPressurePump + entities: + - uid: 1409 + components: + - type: Transform + pos: 9.5,47.5 + parent: 588 +- proto: GasThermoMachineFreezer + entities: + - uid: 1403 + components: + - type: Transform + pos: 10.5,48.5 + parent: 588 +- proto: GatfruitSeeds + entities: + - uid: 562 + components: + - type: Transform + pos: 8.528373,27.49547 + parent: 588 +- proto: Gauze + entities: + - uid: 1482 + components: + - type: Transform + pos: 8.452288,42.514927 + parent: 588 +- proto: GeneratorRTG + entities: + - uid: 742 + components: + - type: Transform + pos: 27.5,21.5 + parent: 588 + - uid: 748 + components: + - type: Transform + pos: 25.5,21.5 + parent: 588 +- proto: Girder + entities: + - uid: 1301 + components: + - type: Transform + pos: 26.5,39.5 + parent: 588 +- proto: Grille + entities: + - uid: 209 + components: + - type: Transform + pos: 15.5,34.5 + parent: 588 + - uid: 211 + components: + - type: Transform + pos: 19.5,36.5 + parent: 588 + - uid: 212 + components: + - type: Transform + pos: 19.5,34.5 + parent: 588 + - uid: 213 + components: + - type: Transform + pos: 15.5,36.5 + parent: 588 + - uid: 403 + components: + - type: Transform + pos: 15.5,9.5 + parent: 588 + - uid: 404 + components: + - type: Transform + pos: 15.5,7.5 + parent: 588 + - uid: 407 + components: + - type: Transform + pos: 19.5,9.5 + parent: 588 + - uid: 408 + components: + - type: Transform + pos: 19.5,7.5 + parent: 588 + - uid: 568 + components: + - type: Transform + pos: 12.5,15.5 + parent: 588 + - uid: 584 + components: + - type: Transform + pos: 2.5,12.5 + parent: 588 + - uid: 586 + components: + - type: Transform + pos: 2.5,16.5 + parent: 588 + - uid: 587 + components: + - type: Transform + pos: 4.5,16.5 + parent: 588 + - uid: 589 + components: + - type: Transform + pos: 4.5,12.5 + parent: 588 + - uid: 1465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 588 + - uid: 1466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 588 +- proto: GrilleBroken + entities: + - uid: 1302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,39.5 + parent: 588 +- proto: Handcuffs + entities: + - uid: 1614 + components: + - type: Transform + pos: 22.608034,10.659381 + parent: 588 +- proto: Hemostat + entities: + - uid: 1471 + components: + - type: Transform + pos: 8.51377,43.004257 + parent: 588 +- proto: HighSecArmoryLocked + entities: + - uid: 1597 + components: + - type: Transform + pos: 26.5,7.5 + parent: 588 + - uid: 1598 + components: + - type: Transform + pos: 32.5,7.5 + parent: 588 + - uid: 1599 + components: + - type: Transform + pos: 29.5,9.5 + parent: 588 +- proto: HospitalCurtains + entities: + - uid: 402 + components: + - type: Transform + pos: 8.5,27.5 + parent: 588 + - uid: 949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 588 + - uid: 951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,27.5 + parent: 588 + - uid: 1768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,48.5 + parent: 588 +- proto: HospitalCurtainsOpen + entities: + - uid: 946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 588 + - uid: 947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,24.5 + parent: 588 + - uid: 1040 + components: + - type: Transform + pos: 20.5,28.5 + parent: 588 + - uid: 1046 + components: + - type: Transform + pos: 22.5,24.5 + parent: 588 + - uid: 1148 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 + - uid: 1149 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1223 + components: + - type: Transform + pos: 20.5,36.5 + parent: 588 + - uid: 1224 + components: + - type: Transform + pos: 14.5,34.5 + parent: 588 + - uid: 1467 + components: + - type: Transform + pos: 12.5,42.5 + parent: 588 + - uid: 1469 + components: + - type: Transform + pos: 10.5,42.5 + parent: 588 + - uid: 1767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,42.5 + parent: 588 +- proto: HydroponicsToolHatchet + entities: + - uid: 1844 + components: + - type: Transform + pos: 29.538284,44.04174 + parent: 588 + - uid: 1851 + components: + - type: Transform + pos: 30.630798,21.602604 + parent: 588 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 1837 + components: + - type: Transform + pos: 30.099596,43.446724 + parent: 588 + - uid: 1841 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.38517,20.601 + parent: 588 +- proto: HydroponicsToolSpade + entities: + - uid: 1838 + components: + - type: Transform + pos: 29.95761,43.361576 + parent: 588 + - uid: 1842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.42777,20.58681 + parent: 588 +- proto: hydroponicsTray + entities: + - uid: 796 + components: + - type: Transform + pos: 31.5,21.5 + parent: 588 + - uid: 797 + components: + - type: Transform + pos: 31.5,20.5 + parent: 588 + - uid: 798 + components: + - type: Transform + pos: 31.5,19.5 + parent: 588 + - uid: 1772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,42.5 + parent: 588 + - uid: 1774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,44.5 + parent: 588 + - uid: 1787 + components: + - type: Transform + pos: 30.5,44.5 + parent: 588 + - uid: 1788 + components: + - type: Transform + pos: 30.5,42.5 + parent: 588 +- proto: IngotGold + entities: + - uid: 952 + components: + - type: Transform + pos: 11.069347,39.504154 + parent: 588 +- proto: KitchenMicrowave + entities: + - uid: 524 + components: + - type: Transform + pos: 16.5,12.5 + parent: 588 + - uid: 709 + components: + - type: Transform + pos: 18.5,22.5 + parent: 588 + - uid: 1785 + components: + - type: Transform + pos: 29.5,48.5 + parent: 588 +- proto: KitchenReagentGrinder + entities: + - uid: 1786 + components: + - type: Transform + pos: 30.5,47.5 + parent: 588 +- proto: KnifePlastic + entities: + - uid: 530 + components: + - type: Transform + pos: 17.249546,12.643455 + parent: 588 + - uid: 1836 + components: + - type: Transform + pos: 30.241585,48.271698 + parent: 588 +- proto: Lamp + entities: + - uid: 581 + components: + - type: Transform + pos: 12.369425,13.798887 + parent: 588 +- proto: LampGold + entities: + - uid: 322 + components: + - type: Transform + pos: 18.419699,1.6320114 + parent: 588 + - uid: 323 + components: + - type: Transform + pos: 20.563715,4.8959665 + parent: 588 + - uid: 729 + components: + - type: Transform + pos: 6.4779434,22.892899 + parent: 588 + - uid: 730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.765976,19.912766 + parent: 588 +- proto: Lighter + entities: + - uid: 1220 + components: + - type: Transform + pos: 7.5287867,36.397644 + parent: 588 +- proto: LockerDetective + entities: + - uid: 560 + components: + - type: Transform + pos: 14.5,16.5 + parent: 588 +- proto: LockerEvidence + entities: + - uid: 254 + components: + - type: Transform + pos: 16.5,0.5 + parent: 588 + - uid: 262 + components: + - type: Transform + pos: 2.5,0.5 + parent: 588 + - uid: 263 + components: + - type: Transform + pos: 4.5,0.5 + parent: 588 + - uid: 276 + components: + - type: Transform + pos: 0.5,0.5 + parent: 588 + - uid: 286 + components: + - type: Transform + pos: 12.5,0.5 + parent: 588 + - uid: 287 + components: + - type: Transform + pos: 14.5,0.5 + parent: 588 + - uid: 704 + components: + - type: Transform + pos: 16.5,22.5 + parent: 588 +- proto: LockerMedicineFilled + entities: + - uid: 1152 + components: + - type: Transform + pos: 28.5,27.5 + parent: 588 +- proto: LockerSecurityFilled + entities: + - uid: 416 + components: + - type: Transform + pos: 20.5,6.5 + parent: 588 +- proto: LockerSyndicatePersonal + entities: + - uid: 605 + components: + - type: Transform + pos: 6.5,12.5 + parent: 588 +- proto: MachineFrame + entities: + - uid: 400 + components: + - type: Transform + pos: 26.5,8.5 + parent: 588 +- proto: MaintenanceFluffSpawner + entities: + - uid: 414 + components: + - type: Transform + pos: 25.5,32.5 + parent: 588 + - uid: 1289 + components: + - type: Transform + pos: 17.5,38.5 + parent: 588 + - uid: 1290 + components: + - type: Transform + pos: 21.5,40.5 + parent: 588 + - uid: 1291 + components: + - type: Transform + pos: 20.5,40.5 + parent: 588 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 548 + components: + - type: Transform + pos: 15.5,4.5 + parent: 588 + - uid: 549 + components: + - type: Transform + pos: 3.5,4.5 + parent: 588 + - uid: 1580 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 1581 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 +- proto: MaterialCloth1 + entities: + - uid: 702 + components: + - type: Transform + pos: 12.462601,18.586084 + parent: 588 + - uid: 1065 + components: + - type: Transform + pos: 24.460928,24.594687 + parent: 588 + - uid: 1066 + components: + - type: Transform + pos: 24.389935,24.296673 + parent: 588 +- proto: MaterialWoodPlank1 + entities: + - uid: 703 + components: + - type: Transform + pos: 12.817572,18.685423 + parent: 588 + - uid: 1064 + components: + - type: Transform + pos: 26.278374,24.608877 + parent: 588 + - uid: 1067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.801699,24.708214 + parent: 588 + - uid: 1076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.823982,27.574818 + parent: 588 +- proto: MedicalBed + entities: + - uid: 1146 + components: + - type: Transform + pos: 28.5,24.5 + parent: 588 + - uid: 1147 + components: + - type: Transform + pos: 28.5,25.5 + parent: 588 +- proto: MedkitAdvancedFilled + entities: + - uid: 1153 + components: + - type: Transform + pos: 30.614443,28.392822 + parent: 588 +- proto: MedkitCombatFilled + entities: + - uid: 1154 + components: + - type: Transform + pos: 30.40146,28.066427 + parent: 588 +- proto: OperatingTable + entities: + - uid: 1389 + components: + - type: Transform + pos: 9.5,43.5 + parent: 588 +- proto: Paper + entities: + - uid: 1055 + components: + - type: Transform + pos: 20.428474,24.722406 + parent: 588 + - uid: 1056 + components: + - type: Transform + pos: 20.669853,24.52373 + parent: 588 +- proto: PaperOffice + entities: + - uid: 327 + components: + - type: Transform + pos: 21.415642,4.0728827 + parent: 588 + - uid: 328 + components: + - type: Transform + pos: 21.586027,4.0019264 + parent: 588 + - uid: 1113 + components: + - type: Transform + pos: 20.706646,15.341779 + parent: 588 + - uid: 1114 + components: + - type: Transform + pos: 20.465267,15.185677 + parent: 588 + - uid: 1115 + components: + - type: Transform + pos: 20.30908,14.603841 + parent: 588 +- proto: PartRodMetal1 + entities: + - uid: 1071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.341253,26.595633 + parent: 588 + - uid: 1072 + components: + - type: Transform + pos: 25.36965,28.11408 + parent: 588 +- proto: Pen + entities: + - uid: 366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.352327,3.9473093 + parent: 588 + - uid: 367 + components: + - type: Transform + pos: 18.75395,1.1232786 + parent: 588 + - uid: 368 + components: + - type: Transform + pos: 24.788435,1.4496742 + parent: 588 + - uid: 731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.36841,19.019064 + parent: 588 + - uid: 732 + components: + - type: Transform + pos: 7.4631767,22.637186 + parent: 588 +- proto: PhoneInstrument + entities: + - uid: 371 + components: + - type: Transform + pos: 25.484175,4.4865713 + parent: 588 +- proto: PillCanister + entities: + - uid: 1481 + components: + - type: Transform + pos: 14.438607,42.637726 + parent: 588 +- proto: PillSpaceDrugs + entities: + - uid: 1479 + components: + - type: Transform + pos: 14.438607,42.96412 + parent: 588 + - uid: 1480 + components: + - type: Transform + pos: 14.537998,42.878975 + parent: 588 +- proto: PlushieNuke + entities: + - uid: 1850 + components: + - type: Transform + pos: 22.519993,28.594225 + parent: 588 +- proto: PortableFlasher + entities: + - uid: 1234 + components: + - type: Transform + pos: 32.5,25.5 + parent: 588 +- proto: PortableGeneratorPacman + entities: + - uid: 967 + components: + - type: Transform + pos: 16.5,32.5 + parent: 588 + - uid: 969 + components: + - type: Transform + pos: 24.5,32.5 + parent: 588 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 50 + components: + - type: Transform + pos: 26.5,15.5 + parent: 588 + - uid: 55 + components: + - type: Transform + pos: 28.5,15.5 + parent: 588 + - uid: 1504 + components: + - type: Transform + pos: 18.5,44.5 + parent: 588 + - uid: 1505 + components: + - type: Transform + pos: 20.5,44.5 + parent: 588 +- proto: PortableScrubber + entities: + - uid: 1101 + components: + - type: Transform + pos: 18.5,30.5 + parent: 588 +- proto: PosterContrabandBountyHunters + entities: + - uid: 1578 + components: + - type: Transform + pos: 13.5,15.5 + parent: 588 +- proto: PosterLegitDickGumshue + entities: + - uid: 1576 + components: + - type: Transform + pos: 9.5,15.5 + parent: 588 +- proto: PosterLegitEnlist + entities: + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,9.5 + parent: 588 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 1802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,48.5 + parent: 588 + - uid: 1803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 588 +- proto: PosterLegitObey + entities: + - uid: 1801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,42.5 + parent: 588 +- proto: PosterLegitSecWatch + entities: + - uid: 1799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 588 +- proto: PosterLegitSpaceCops + entities: + - uid: 1804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 588 +- proto: PottedPlantRandom + entities: + - uid: 1286 + components: + - type: Transform + pos: 16.5,38.5 + parent: 588 + - uid: 1287 + components: + - type: Transform + pos: 22.5,40.5 + parent: 588 +- proto: PowerCellHyper + entities: + - uid: 469 + components: + - type: Transform + pos: 12.355853,25.41643 + parent: 588 + - uid: 590 + components: + - type: Transform + pos: 5.381793,16.642464 + parent: 588 +- proto: PowerCellRecharger + entities: + - uid: 1103 + components: + - type: Transform + pos: 15.5,30.5 + parent: 588 + - uid: 1568 + components: + - type: Transform + pos: 21.5,47.5 + parent: 588 +- proto: Poweredlight + entities: + - uid: 1641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1649 + components: + - type: Transform + pos: 13.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1651 + components: + - type: Transform + pos: 18.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1702 + components: + - type: Transform + pos: 20.5,16.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,20.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1706 + components: + - type: Transform + pos: 18.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,21.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1743 + components: + - type: Transform + pos: 21.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightLED + entities: + - uid: 1707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,10.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1605 + components: + - type: Transform + pos: 29.5,6.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1607 + components: + - type: Transform + pos: 32.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1608 + components: + - type: Transform + pos: 26.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1644 + components: + - type: Transform + pos: 20.5,4.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,0.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,14.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1659 + components: + - type: Transform + pos: 3.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1664 + components: + - type: Transform + pos: 0.5,28.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1669 + components: + - type: Transform + pos: 8.5,34.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1674 + components: + - type: Transform + pos: 2.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1675 + components: + - type: Transform + pos: 4.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1676 + components: + - type: Transform + pos: 9.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1677 + components: + - type: Transform + pos: 13.5,40.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1678 + components: + - type: Transform + pos: 13.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,34.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,35.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,35.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1682 + components: + - type: Transform + pos: 25.5,36.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1683 + components: + - type: Transform + pos: 28.5,38.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1684 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,47.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1687 + components: + - type: Transform + pos: 23.5,32.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1688 + components: + - type: Transform + pos: 17.5,32.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,19.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1696 + components: + - type: Transform + pos: 13.5,22.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,18.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,16.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,42.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1829 + components: + - type: Transform + pos: 25.5,48.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLightEmpty + entities: + - uid: 1640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,25.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,27.5 + parent: 588 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,0.5 + parent: 588 + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 588 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 588 + - uid: 285 + components: + - type: Transform + pos: 13.5,0.5 + parent: 588 + - uid: 324 + components: + - type: Transform + pos: 19.5,4.5 + parent: 588 + - uid: 396 + components: + - type: Transform + pos: 28.5,8.5 + parent: 588 + - uid: 401 + components: + - type: Transform + pos: 32.5,8.5 + parent: 588 + - uid: 417 + components: + - type: Transform + pos: 12.5,6.5 + parent: 588 + - uid: 418 + components: + - type: Transform + pos: 12.5,10.5 + parent: 588 + - uid: 419 + components: + - type: Transform + pos: 22.5,10.5 + parent: 588 + - uid: 420 + components: + - type: Transform + pos: 22.5,6.5 + parent: 588 + - uid: 478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,15.5 + parent: 588 + - uid: 551 + components: + - type: Transform + pos: 22.5,15.5 + parent: 588 + - uid: 585 + components: + - type: Transform + pos: 1.5,12.5 + parent: 588 + - uid: 596 + components: + - type: Transform + pos: 1.5,16.5 + parent: 588 + - uid: 597 + components: + - type: Transform + pos: 5.5,16.5 + parent: 588 + - uid: 598 + components: + - type: Transform + pos: 5.5,12.5 + parent: 588 + - uid: 966 + components: + - type: Transform + pos: 25.5,32.5 + parent: 588 + - uid: 977 + components: + - type: Transform + pos: 15.5,32.5 + parent: 588 + - uid: 1015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,25.5 + parent: 588 + - uid: 1016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,24.5 + parent: 588 + - uid: 1021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,25.5 + parent: 588 + - uid: 1024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,24.5 + parent: 588 + - uid: 1111 + components: + - type: Transform + pos: 14.5,32.5 + parent: 588 + - uid: 1112 + components: + - type: Transform + pos: 26.5,32.5 + parent: 588 + - uid: 1206 + components: + - type: Transform + pos: 1.5,8.5 + parent: 588 + - uid: 1208 + components: + - type: Transform + pos: 9.5,8.5 + parent: 588 + - uid: 1211 + components: + - type: Transform + pos: 2.5,34.5 + parent: 588 + - uid: 1319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,40.5 + parent: 588 + - uid: 1562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,47.5 + parent: 588 + - uid: 1858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 588 +- proto: Railing + entities: + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,4.5 + parent: 588 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,0.5 + parent: 588 + - uid: 427 + components: + - type: Transform + pos: 6.5,7.5 + parent: 588 + - uid: 428 + components: + - type: Transform + pos: 4.5,7.5 + parent: 588 + - uid: 429 + components: + - type: Transform + pos: 3.5,7.5 + parent: 588 + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 588 + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 588 + - uid: 435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,9.5 + parent: 588 + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,9.5 + parent: 588 + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 588 + - uid: 439 + components: + - type: Transform + pos: 5.5,7.5 + parent: 588 + - uid: 440 + components: + - type: Transform + pos: 7.5,7.5 + parent: 588 + - uid: 770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,21.5 + parent: 588 + - uid: 850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,30.5 + parent: 588 + - uid: 851 + components: + - type: Transform + pos: 9.5,32.5 + parent: 588 + - uid: 854 + components: + - type: Transform + pos: 3.5,32.5 + parent: 588 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 588 + - uid: 1259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,4.5 + parent: 588 + - uid: 1260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 588 + - uid: 1261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 588 + - uid: 1262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 588 +- proto: RailingCorner + entities: + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,1.5 + parent: 588 + - uid: 316 + components: + - type: Transform + pos: 30.5,3.5 + parent: 588 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,21.5 + parent: 588 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,21.5 + parent: 588 + - uid: 845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,32.5 + parent: 588 + - uid: 846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,30.5 + parent: 588 + - uid: 847 + components: + - type: Transform + pos: 10.5,32.5 + parent: 588 + - uid: 848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,30.5 + parent: 588 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,30.5 + parent: 588 + - uid: 852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,32.5 + parent: 588 + - uid: 853 + components: + - type: Transform + pos: 4.5,32.5 + parent: 588 + - uid: 856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,30.5 + parent: 588 + - uid: 886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,40.5 + parent: 588 + - uid: 888 + components: + - type: Transform + pos: 2.5,40.5 + parent: 588 + - uid: 890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,40.5 + parent: 588 + - uid: 891 + components: + - type: Transform + pos: 5.5,40.5 + parent: 588 + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,38.5 + parent: 588 + - uid: 893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,38.5 + parent: 588 + - uid: 894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,38.5 + parent: 588 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,38.5 + parent: 588 + - uid: 1255 + components: + - type: Transform + pos: 7.5,3.5 + parent: 588 + - uid: 1256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,3.5 + parent: 588 + - uid: 1257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 588 + - uid: 1258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,1.5 + parent: 588 + - uid: 1351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,44.5 + parent: 588 + - uid: 1352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,43.5 + parent: 588 + - uid: 1353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,43.5 + parent: 588 + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,44.5 + parent: 588 + - uid: 1355 + components: + - type: Transform + pos: 1.5,46.5 + parent: 588 + - uid: 1356 + components: + - type: Transform + pos: 2.5,47.5 + parent: 588 + - uid: 1357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,47.5 + parent: 588 + - uid: 1358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,46.5 + parent: 588 +- proto: RailingCornerSmall + entities: + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,3.5 + parent: 588 + - uid: 338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,1.5 + parent: 588 + - uid: 1376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,43.5 + parent: 588 + - uid: 1377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,47.5 + parent: 588 + - uid: 1378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,47.5 + parent: 588 + - uid: 1379 + components: + - type: Transform + pos: 5.5,43.5 + parent: 588 +- proto: RandomDrinkBottle + entities: + - uid: 580 + components: + - type: Transform + pos: 12.5,12.5 + parent: 588 +- proto: RandomFoodSingle + entities: + - uid: 764 + components: + - type: Transform + pos: 6.5,19.5 + parent: 588 +- proto: RandomInstruments + entities: + - uid: 546 + components: + - type: Transform + pos: 1.5,4.5 + parent: 588 + - uid: 1159 + components: + - type: Transform + pos: 21.5,18.5 + parent: 588 + - uid: 1833 + components: + - type: Transform + pos: 24.5,42.5 + parent: 588 +- proto: RandomPosterContraband + entities: + - uid: 1571 + components: + - type: Transform + pos: 25.5,39.5 + parent: 588 + - uid: 1572 + components: + - type: Transform + pos: 3.5,35.5 + parent: 588 + - uid: 1573 + components: + - type: Transform + pos: 7.5,35.5 + parent: 588 + - uid: 1574 + components: + - type: Transform + pos: 5.5,25.5 + parent: 588 + - uid: 1575 + components: + - type: Transform + pos: 30.5,15.5 + parent: 588 + - uid: 1805 + components: + - type: Transform + pos: 18.5,43.5 + parent: 588 + - uid: 1806 + components: + - type: Transform + pos: 20.5,47.5 + parent: 588 +- proto: RandomSoap + entities: + - uid: 397 + components: + - type: Transform + pos: 8.5,24.5 + parent: 588 +- proto: RandomVending + entities: + - uid: 539 + components: + - type: Transform + pos: 17.5,16.5 + parent: 588 +- proto: ReinforcedWindow + entities: + - uid: 214 + components: + - type: Transform + pos: 19.5,34.5 + parent: 588 + - uid: 409 + components: + - type: Transform + pos: 15.5,7.5 + parent: 588 + - uid: 410 + components: + - type: Transform + pos: 15.5,9.5 + parent: 588 + - uid: 411 + components: + - type: Transform + pos: 19.5,7.5 + parent: 588 + - uid: 412 + components: + - type: Transform + pos: 19.5,9.5 + parent: 588 + - uid: 591 + components: + - type: Transform + pos: 2.5,12.5 + parent: 588 + - uid: 592 + components: + - type: Transform + pos: 4.5,12.5 + parent: 588 + - uid: 594 + components: + - type: Transform + pos: 4.5,16.5 + parent: 588 + - uid: 595 + components: + - type: Transform + pos: 2.5,16.5 + parent: 588 + - uid: 1166 + components: + - type: Transform + pos: 19.5,36.5 + parent: 588 + - uid: 1168 + components: + - type: Transform + pos: 15.5,36.5 + parent: 588 + - uid: 1169 + components: + - type: Transform + pos: 15.5,34.5 + parent: 588 +- proto: RemoteSignaller + entities: + - uid: 593 + components: + - type: Transform + pos: 34.361877,24.623777 + parent: 588 + - type: DeviceLinkSource + linkedPorts: + 1238: + - Pressed: Toggle + 1239: + - Pressed: Toggle + 1237: + - Pressed: Toggle + - uid: 1104 + components: + - type: Transform + pos: 25.24476,30.698978 + parent: 588 + - uid: 1105 + components: + - type: Transform + pos: 25.443544,30.613832 + parent: 588 + - uid: 1106 + components: + - type: Transform + pos: 5.677143,16.762346 + parent: 588 +- proto: RiotLaserShield + entities: + - uid: 1618 + components: + - type: Transform + pos: 12.616156,10.534842 + parent: 588 +- proto: RiotShield + entities: + - uid: 600 + components: + - type: Transform + pos: 1.3209407,16.656654 + parent: 588 + - uid: 601 + components: + - type: Transform + pos: 1.5481212,16.543125 + parent: 588 +- proto: SalvageCanisterSpawner + entities: + - uid: 998 + components: + - type: Transform + pos: 22.5,30.5 + parent: 588 + - uid: 1009 + components: + - type: Transform + pos: 19.5,30.5 + parent: 588 + - uid: 1025 + components: + - type: Transform + pos: 21.5,30.5 + parent: 588 + - uid: 1190 + components: + - type: Transform + pos: 9.5,36.5 + parent: 588 + - uid: 1210 + components: + - type: Transform + pos: 9.5,48.5 + parent: 588 + - uid: 1413 + components: + - type: Transform + pos: 13.5,48.5 + parent: 588 + - uid: 1470 + components: + - type: Transform + pos: 12.5,48.5 + parent: 588 +- proto: SawAdvanced + entities: + - uid: 1468 + components: + - type: Transform + pos: 8.527969,43.529327 + parent: 588 +- proto: ScalpelLaser + entities: + - uid: 1472 + components: + - type: Transform + pos: 8.485372,43.131977 + parent: 588 +- proto: ScalpelShiv + entities: + - uid: 708 + components: + - type: Transform + pos: 16.074419,18.727995 + parent: 588 + - uid: 1592 + components: + - type: Transform + pos: 10.50393,24.491432 + parent: 588 +- proto: SeedExtractor + entities: + - uid: 802 + components: + - type: Transform + pos: 33.5,21.5 + parent: 588 + - uid: 1776 + components: + - type: Transform + pos: 28.5,42.5 + parent: 588 +- proto: SheetGlass + entities: + - uid: 649 + components: + - type: Transform + pos: 14.3137455,32.471424 + parent: 588 +- proto: SheetPlasteel + entities: + - uid: 866 + components: + - type: Transform + pos: 2.412651,34.456436 + parent: 588 +- proto: SheetPlastic + entities: + - uid: 398 + components: + - type: Transform + pos: 20.04785,45.07574 + parent: 588 +- proto: SheetSteel + entities: + - uid: 656 + components: + - type: Transform + pos: 26.36062,32.5183 + parent: 588 + - uid: 699 + components: + - type: Transform + pos: 29.259031,40.432583 + parent: 588 +- proto: ShowcaseRobot + entities: + - uid: 1621 + components: + - type: Transform + pos: 16.5,10.5 + parent: 588 + - uid: 1622 + components: + - type: Transform + pos: 18.5,6.5 + parent: 588 +- proto: ShuttersNormal + entities: + - uid: 1237 + components: + - type: Transform + pos: 34.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 + - uid: 1238 + components: + - type: Transform + pos: 32.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 +- proto: ShuttersWindow + entities: + - uid: 1239 + components: + - type: Transform + pos: 33.5,27.5 + parent: 588 + - type: DeviceLinkSink + links: + - 593 +- proto: SignCloning + entities: + - uid: 1484 + components: + - type: Transform + pos: 12.5,43.5 + parent: 588 +- proto: SignPrison + entities: + - uid: 1792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 588 + - uid: 1793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,1.5 + parent: 588 + - uid: 1794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 588 + - uid: 1795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 588 + - uid: 1796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,46.5 + parent: 588 + - uid: 1797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,44.5 + parent: 588 +- proto: SignSecurity + entities: + - uid: 1798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,1.5 + parent: 588 +- proto: SignSurgery + entities: + - uid: 1483 + components: + - type: Transform + pos: 10.5,43.5 + parent: 588 +- proto: Sink + entities: + - uid: 935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 588 +- proto: SinkStemlessWater + entities: + - uid: 1461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,42.5 + parent: 588 + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,42.5 + parent: 588 +- proto: SMESBasic + entities: + - uid: 46 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 56 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 747 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 1506 + components: + - type: Transform + pos: 18.5,46.5 + parent: 588 + - uid: 1507 + components: + - type: Transform + pos: 20.5,46.5 + parent: 588 +- proto: SoapSyndie + entities: + - uid: 1856 + components: + - type: Transform + pos: 10.4890785,27.46785 + parent: 588 +- proto: SpaceCash100 + entities: + - uid: 1243 + components: + - type: Transform + pos: 11.887424,39.621456 + parent: 588 + - uid: 1244 + components: + - type: Transform + pos: 11.759636,39.479546 + parent: 588 + - uid: 1296 + components: + - type: Transform + pos: 12.100407,39.465355 + parent: 588 + - uid: 1297 + components: + - type: Transform + pos: 12.100407,39.80594 + parent: 588 + - uid: 1298 + components: + - type: Transform + pos: 11.688642,39.720795 + parent: 588 + - uid: 1299 + components: + - type: Transform + pos: 11.4330635,39.57888 + parent: 588 +- proto: Spear + entities: + - uid: 1834 + components: + - type: Transform + pos: 24.466219,48.441994 + parent: 588 +- proto: SpeedLoaderMagnum + entities: + - uid: 950 + components: + - type: Transform + pos: 28.703945,8.421182 + parent: 588 +- proto: StasisBed + entities: + - uid: 1425 + components: + - type: Transform + pos: 13.5,43.5 + parent: 588 +- proto: StimkitFilled + entities: + - uid: 561 + components: + - type: Transform + pos: 30.39083,27.514402 + parent: 588 +- proto: StimpackMini + entities: + - uid: 1879 + components: + - type: Transform + pos: 24.467485,46.702366 + parent: 588 +- proto: Stool + entities: + - uid: 1017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,25.5 + parent: 588 + - uid: 1018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,24.5 + parent: 588 + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,28.5 + parent: 588 + - uid: 1020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,28.5 + parent: 588 + - uid: 1593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,13.5 + parent: 588 + - uid: 1594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,15.5 + parent: 588 + - uid: 1595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,15.5 + parent: 588 + - uid: 1596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 588 +- proto: SubstationBasic + entities: + - uid: 467 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 1508 + components: + - type: Transform + pos: 19.5,46.5 + parent: 588 +- proto: SubstationWallBasic + entities: + - uid: 774 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 972 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 +- proto: SyringeEphedrine + entities: + - uid: 1475 + components: + - type: Transform + pos: 14.472328,42.917698 + parent: 588 +- proto: Table + entities: + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,13.5 + parent: 588 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,12.5 + parent: 588 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,12.5 + parent: 588 + - uid: 535 + components: + - type: Transform + pos: 20.5,14.5 + parent: 588 + - uid: 536 + components: + - type: Transform + pos: 20.5,15.5 + parent: 588 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,19.5 + parent: 588 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,19.5 + parent: 588 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,18.5 + parent: 588 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,22.5 + parent: 588 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,22.5 + parent: 588 + - uid: 710 + components: + - type: Transform + pos: 18.5,22.5 + parent: 588 + - uid: 711 + components: + - type: Transform + pos: 18.5,21.5 + parent: 588 + - uid: 712 + components: + - type: Transform + pos: 21.5,18.5 + parent: 588 + - uid: 713 + components: + - type: Transform + pos: 22.5,18.5 + parent: 588 + - uid: 714 + components: + - type: Transform + pos: 18.5,18.5 + parent: 588 + - uid: 715 + components: + - type: Transform + pos: 19.5,18.5 + parent: 588 + - uid: 799 + components: + - type: Transform + pos: 33.5,20.5 + parent: 588 + - uid: 1118 + components: + - type: Transform + pos: 22.5,12.5 + parent: 588 + - uid: 1778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,48.5 + parent: 588 + - uid: 1779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,48.5 + parent: 588 + - uid: 1780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,47.5 + parent: 588 +- proto: TableFrame + entities: + - uid: 705 + components: + - type: Transform + pos: 15.5,22.5 + parent: 588 + - uid: 1063 + components: + - type: Transform + pos: 26.5,24.5 + parent: 588 +- proto: TableGlass + entities: + - uid: 1144 + components: + - type: Transform + pos: 30.5,27.5 + parent: 588 + - uid: 1145 + components: + - type: Transform + pos: 30.5,28.5 + parent: 588 + - uid: 1390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,43.5 + parent: 588 + - uid: 1391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,42.5 + parent: 588 + - uid: 1398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,44.5 + parent: 588 + - uid: 1405 + components: + - type: Transform + pos: 14.5,42.5 + parent: 588 + - uid: 1406 + components: + - type: Transform + pos: 14.5,43.5 + parent: 588 + - uid: 1407 + components: + - type: Transform + pos: 12.5,44.5 + parent: 588 +- proto: TableReinforced + entities: + - uid: 924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,36.5 + parent: 588 + - uid: 925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,35.5 + parent: 588 + - uid: 926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,34.5 + parent: 588 + - uid: 1005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,30.5 + parent: 588 + - uid: 1006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,30.5 + parent: 588 + - uid: 1012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,28.5 + parent: 588 + - uid: 1023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,24.5 + parent: 588 + - uid: 1235 + components: + - type: Transform + pos: 34.5,24.5 + parent: 588 + - uid: 1567 + components: + - type: Transform + pos: 21.5,47.5 + parent: 588 +- proto: TableReinforcedGlass + entities: + - uid: 1213 + components: + - type: Transform + pos: 10.5,39.5 + parent: 588 + - uid: 1214 + components: + - type: Transform + pos: 11.5,39.5 + parent: 588 + - uid: 1215 + components: + - type: Transform + pos: 12.5,39.5 + parent: 588 +- proto: TableWood + entities: + - uid: 309 + components: + - type: Transform + pos: 20.5,4.5 + parent: 588 + - uid: 310 + components: + - type: Transform + pos: 21.5,4.5 + parent: 588 + - uid: 311 + components: + - type: Transform + pos: 18.5,0.5 + parent: 588 + - uid: 312 + components: + - type: Transform + pos: 21.5,3.5 + parent: 588 + - uid: 317 + components: + - type: Transform + pos: 18.5,1.5 + parent: 588 + - uid: 318 + components: + - type: Transform + pos: 19.5,0.5 + parent: 588 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,3.5 + parent: 588 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 588 + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,3.5 + parent: 588 + - uid: 335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 588 + - uid: 336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,4.5 + parent: 588 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,1.5 + parent: 588 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,1.5 + parent: 588 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,1.5 + parent: 588 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,1.5 + parent: 588 + - uid: 563 + components: + - type: Transform + pos: 13.5,13.5 + parent: 588 + - uid: 564 + components: + - type: Transform + pos: 12.5,13.5 + parent: 588 + - uid: 565 + components: + - type: Transform + pos: 12.5,12.5 + parent: 588 + - uid: 1047 + components: + - type: Transform + pos: 22.5,28.5 + parent: 588 + - uid: 1048 + components: + - type: Transform + pos: 20.5,24.5 + parent: 588 + - uid: 1062 + components: + - type: Transform + pos: 26.5,28.5 + parent: 588 + - uid: 1227 + components: + - type: Transform + pos: 12.5,36.5 + parent: 588 + - uid: 1228 + components: + - type: Transform + pos: 22.5,34.5 + parent: 588 + - uid: 1783 + components: + - type: Transform + pos: 24.5,46.5 + parent: 588 + - uid: 1784 + components: + - type: Transform + pos: 24.5,44.5 + parent: 588 +- proto: TargetHuman + entities: + - uid: 1077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,35.5 + parent: 588 +- proto: TintedWindow + entities: + - uid: 567 + components: + - type: Transform + pos: 12.5,15.5 + parent: 588 + - uid: 1463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,43.5 + parent: 588 + - uid: 1464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,43.5 + parent: 588 +- proto: ToiletEmpty + entities: + - uid: 932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,24.5 + parent: 588 + - uid: 933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,24.5 + parent: 588 + - uid: 934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,25.5 + parent: 588 +- proto: UniformScrubsColorPurple + entities: + - uid: 1712 + components: + - type: Transform + pos: 10.503376,44.53288 + parent: 588 +- proto: VendingMachineChefvend + entities: + - uid: 532 + components: + - type: Transform + pos: 18.5,12.5 + parent: 588 +- proto: VendingMachineCigs + entities: + - uid: 720 + components: + - type: Transform + pos: 22.5,22.5 + parent: 588 +- proto: VendingMachineCoffee + entities: + - uid: 765 + components: + - type: Transform + pos: 10.5,22.5 + parent: 588 + - uid: 1285 + components: + - type: Transform + pos: 18.5,40.5 + parent: 588 +- proto: VendingMachineDetDrobe + entities: + - uid: 582 + components: + - type: Transform + pos: 10.5,14.5 + parent: 588 +- proto: VendingMachineDinnerware + entities: + - uid: 1781 + components: + - type: Transform + pos: 30.5,46.5 + parent: 588 +- proto: VendingMachineDonut + entities: + - uid: 538 + components: + - type: Transform + pos: 16.5,16.5 + parent: 588 +- proto: VendingMachineLawDrobe + entities: + - uid: 319 + components: + - type: Transform + pos: 18.5,4.5 + parent: 588 +- proto: VendingMachineMedical + entities: + - uid: 1143 + components: + - type: Transform + pos: 28.5,28.5 + parent: 588 +- proto: VendingMachineSec + entities: + - uid: 1013 + components: + - type: Transform + pos: 14.5,27.5 + parent: 588 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 800 + components: + - type: Transform + pos: 33.5,19.5 + parent: 588 + - uid: 1775 + components: + - type: Transform + pos: 28.5,44.5 + parent: 588 +- proto: WallmountTelescreen + entities: + - uid: 572 + components: + - type: Transform + pos: 13.5,13.5 + parent: 588 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 377 + components: + - type: Transform + pos: 30.5,7.5 + parent: 588 + - uid: 378 + components: + - type: Transform + pos: 29.5,7.5 + parent: 588 + - uid: 379 + components: + - type: Transform + pos: 25.5,9.5 + parent: 588 + - uid: 380 + components: + - type: Transform + pos: 27.5,9.5 + parent: 588 + - uid: 381 + components: + - type: Transform + pos: 27.5,8.5 + parent: 588 + - uid: 382 + components: + - type: Transform + pos: 28.5,9.5 + parent: 588 + - uid: 383 + components: + - type: Transform + pos: 31.5,9.5 + parent: 588 + - uid: 384 + components: + - type: Transform + pos: 31.5,8.5 + parent: 588 + - uid: 385 + components: + - type: Transform + pos: 31.5,7.5 + parent: 588 + - uid: 386 + components: + - type: Transform + pos: 25.5,8.5 + parent: 588 + - uid: 387 + components: + - type: Transform + pos: 33.5,7.5 + parent: 588 + - uid: 388 + components: + - type: Transform + pos: 25.5,7.5 + parent: 588 + - uid: 389 + components: + - type: Transform + pos: 27.5,7.5 + parent: 588 + - uid: 390 + components: + - type: Transform + pos: 30.5,9.5 + parent: 588 + - uid: 391 + components: + - type: Transform + pos: 28.5,7.5 + parent: 588 + - uid: 392 + components: + - type: Transform + pos: 26.5,9.5 + parent: 588 + - uid: 393 + components: + - type: Transform + pos: 33.5,8.5 + parent: 588 + - uid: 394 + components: + - type: Transform + pos: 33.5,9.5 + parent: 588 + - uid: 395 + components: + - type: Transform + pos: 32.5,9.5 + parent: 588 +- proto: WallReinforced + entities: + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,8.5 + parent: 588 + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 588 + - uid: 244 + components: + - type: Transform + pos: 6.5,4.5 + parent: 588 + - uid: 245 + components: + - type: Transform + pos: 6.5,3.5 + parent: 588 + - uid: 246 + components: + - type: Transform + pos: 10.5,4.5 + parent: 588 + - uid: 247 + components: + - type: Transform + pos: 10.5,3.5 + parent: 588 + - uid: 266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,1.5 + parent: 588 + - uid: 267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,0.5 + parent: 588 + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 588 + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,0.5 + parent: 588 + - uid: 291 + components: + - type: Transform + pos: 15.5,6.5 + parent: 588 + - uid: 292 + components: + - type: Transform + pos: 19.5,6.5 + parent: 588 + - uid: 405 + components: + - type: Transform + pos: 15.5,10.5 + parent: 588 + - uid: 406 + components: + - type: Transform + pos: 19.5,10.5 + parent: 588 + - uid: 426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,9.5 + parent: 588 + - uid: 432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 588 + - uid: 433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 588 + - uid: 434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 588 + - uid: 570 + components: + - type: Transform + pos: 0.5,46.5 + parent: 588 + - uid: 621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,21.5 + parent: 588 + - uid: 622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,19.5 + parent: 588 + - uid: 623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,21.5 + parent: 588 + - uid: 627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 588 + - uid: 1078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,35.5 + parent: 588 + - uid: 1330 + components: + - type: Transform + pos: 0.5,44.5 + parent: 588 + - uid: 1332 + components: + - type: Transform + pos: 2.5,42.5 + parent: 588 + - uid: 1334 + components: + - type: Transform + pos: 4.5,42.5 + parent: 588 + - uid: 1335 + components: + - type: Transform + pos: 6.5,44.5 + parent: 588 + - uid: 1337 + components: + - type: Transform + pos: 4.5,48.5 + parent: 588 + - uid: 1338 + components: + - type: Transform + pos: 6.5,46.5 + parent: 588 + - uid: 1340 + components: + - type: Transform + pos: 2.5,48.5 + parent: 588 +- proto: WallSolid + entities: + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,25.5 + parent: 588 + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,26.5 + parent: 588 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,25.5 + parent: 588 + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,27.5 + parent: 588 + - uid: 205 + components: + - type: Transform + pos: 8.5,35.5 + parent: 588 + - uid: 206 + components: + - type: Transform + pos: 7.5,35.5 + parent: 588 + - uid: 207 + components: + - type: Transform + pos: 6.5,35.5 + parent: 588 + - uid: 208 + components: + - type: Transform + pos: 4.5,35.5 + parent: 588 + - uid: 210 + components: + - type: Transform + pos: 1.5,34.5 + parent: 588 + - uid: 305 + components: + - type: Transform + pos: 22.5,4.5 + parent: 588 + - uid: 306 + components: + - type: Transform + pos: 22.5,3.5 + parent: 588 + - uid: 307 + components: + - type: Transform + pos: 22.5,0.5 + parent: 588 + - uid: 308 + components: + - type: Transform + pos: 22.5,1.5 + parent: 588 + - uid: 476 + components: + - type: Transform + pos: 25.5,13.5 + parent: 588 + - uid: 481 + components: + - type: Transform + pos: 25.5,15.5 + parent: 588 + - uid: 483 + components: + - type: Transform + pos: 30.5,13.5 + parent: 588 + - uid: 501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,14.5 + parent: 588 + - uid: 510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,15.5 + parent: 588 + - uid: 749 + components: + - type: Transform + pos: 25.5,19.5 + parent: 588 + - uid: 750 + components: + - type: Transform + pos: 27.5,19.5 + parent: 588 + - uid: 975 + components: + - type: Transform + pos: 19.5,32.5 + parent: 588 + - uid: 995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,32.5 + parent: 588 + - uid: 1163 + components: + - type: Transform + pos: 8.5,36.5 + parent: 588 + - uid: 1164 + components: + - type: Transform + pos: 3.5,35.5 + parent: 588 + - uid: 1165 + components: + - type: Transform + pos: 2.5,35.5 + parent: 588 + - uid: 1167 + components: + - type: Transform + pos: 1.5,35.5 + parent: 588 + - uid: 1300 + components: + - type: Transform + pos: 25.5,39.5 + parent: 588 + - uid: 1303 + components: + - type: Transform + pos: 28.5,39.5 + parent: 588 + - uid: 1304 + components: + - type: Transform + pos: 29.5,39.5 + parent: 588 + - uid: 1305 + components: + - type: Transform + pos: 28.5,40.5 + parent: 588 + - uid: 1485 + components: + - type: Transform + pos: 17.5,43.5 + parent: 588 + - uid: 1486 + components: + - type: Transform + pos: 17.5,44.5 + parent: 588 + - uid: 1487 + components: + - type: Transform + pos: 18.5,43.5 + parent: 588 + - uid: 1488 + components: + - type: Transform + pos: 20.5,43.5 + parent: 588 + - uid: 1489 + components: + - type: Transform + pos: 21.5,43.5 + parent: 588 + - uid: 1490 + components: + - type: Transform + pos: 21.5,44.5 + parent: 588 + - uid: 1491 + components: + - type: Transform + pos: 18.5,47.5 + parent: 588 + - uid: 1492 + components: + - type: Transform + pos: 19.5,47.5 + parent: 588 + - uid: 1493 + components: + - type: Transform + pos: 20.5,47.5 + parent: 588 +- proto: WallWood + entities: + - uid: 554 + components: + - type: Transform + pos: 9.5,13.5 + parent: 588 + - uid: 555 + components: + - type: Transform + pos: 9.5,14.5 + parent: 588 + - uid: 556 + components: + - type: Transform + pos: 9.5,15.5 + parent: 588 + - uid: 557 + components: + - type: Transform + pos: 10.5,15.5 + parent: 588 + - uid: 558 + components: + - type: Transform + pos: 13.5,15.5 + parent: 588 + - uid: 559 + components: + - type: Transform + pos: 13.5,16.5 + parent: 588 + - uid: 566 + components: + - type: Transform + pos: 9.5,12.5 + parent: 588 +- proto: WardrobePrisonFilled + entities: + - uid: 297 + components: + - type: Transform + pos: 2.5,4.5 + parent: 588 + - uid: 302 + components: + - type: Transform + pos: 4.5,4.5 + parent: 588 + - uid: 303 + components: + - type: Transform + pos: 12.5,4.5 + parent: 588 + - uid: 304 + components: + - type: Transform + pos: 14.5,4.5 + parent: 588 + - uid: 544 + components: + - type: Transform + pos: 16.5,4.5 + parent: 588 + - uid: 545 + components: + - type: Transform + pos: 0.5,4.5 + parent: 588 + - uid: 1769 + components: + - type: Transform + pos: 24.5,43.5 + parent: 588 + - uid: 1770 + components: + - type: Transform + pos: 24.5,47.5 + parent: 588 +- proto: WaterCooler + entities: + - uid: 629 + components: + - type: Transform + pos: 6.5,18.5 + parent: 588 + - uid: 724 + components: + - type: Transform + pos: 19.5,22.5 + parent: 588 + - uid: 1284 + components: + - type: Transform + pos: 17.5,40.5 + parent: 588 + - uid: 1292 + components: + - type: Transform + pos: 21.5,12.5 + parent: 588 +- proto: WaterTankHighCapacity + entities: + - uid: 801 + components: + - type: Transform + pos: 30.5,22.5 + parent: 588 + - uid: 1789 + components: + - type: Transform + pos: 28.5,48.5 + parent: 588 +- proto: WeaponCapacitorRecharger + entities: + - uid: 760 + components: + - type: Transform + pos: 10.5,18.5 + parent: 588 + - uid: 929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,34.5 + parent: 588 + - uid: 1033 + components: + - type: Transform + pos: 14.5,28.5 + parent: 588 + - uid: 1034 + components: + - type: Transform + pos: 16.5,24.5 + parent: 588 +- proto: WeaponDisablerPractice + entities: + - uid: 547 + components: + - type: Transform + pos: 1.4370823,0.5241035 + parent: 588 + - uid: 930 + components: + - type: Transform + pos: 26.440151,36.61676 + parent: 588 + - uid: 1611 + components: + - type: Transform + pos: 12.371853,10.605072 + parent: 588 +- proto: WeaponLaserCarbinePractice + entities: + - uid: 931 + components: + - type: Transform + pos: 26.596338,36.36132 + parent: 588 + - uid: 1612 + components: + - type: Transform + pos: 22.543945,6.5464144 + parent: 588 +- proto: WeaponShotgunKammerer + entities: + - uid: 583 + components: + - type: Transform + pos: 26.57963,35.4414 + parent: 588 +- proto: WindoorAssemblySecure + entities: + - uid: 696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,19.5 + parent: 588 + - uid: 697 + components: + - type: Transform + pos: 12.5,21.5 + parent: 588 + - uid: 1073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,25.5 + parent: 588 +- proto: WindoorSecure + entities: + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,43.5 + parent: 588 + - uid: 1762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,47.5 + parent: 588 +- proto: WindoorSecureBrigLocked + entities: + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 588 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 1569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,45.5 + parent: 588 + - uid: 1570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,45.5 + parent: 588 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 1408 + components: + - type: Transform + pos: 11.5,44.5 + parent: 588 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 252 + components: + - type: Transform + pos: 4.5,3.5 + parent: 588 + - uid: 253 + components: + - type: Transform + pos: 2.5,3.5 + parent: 588 + - uid: 256 + components: + - type: Transform + pos: 16.5,3.5 + parent: 588 + - uid: 274 + components: + - type: Transform + pos: 12.5,3.5 + parent: 588 + - uid: 275 + components: + - type: Transform + pos: 14.5,3.5 + parent: 588 + - uid: 289 + components: + - type: Transform + pos: 0.5,3.5 + parent: 588 + - uid: 698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,19.5 + parent: 588 + - uid: 1053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,25.5 + parent: 588 + - uid: 1054 + components: + - type: Transform + pos: 21.5,27.5 + parent: 588 +- proto: WindowDirectional + entities: + - uid: 480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,15.5 + parent: 588 + - uid: 482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,15.5 + parent: 588 + - uid: 540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,15.5 + parent: 588 + - uid: 541 + components: + - type: Transform + pos: 26.5,13.5 + parent: 588 + - uid: 542 + components: + - type: Transform + pos: 27.5,13.5 + parent: 588 + - uid: 543 + components: + - type: Transform + pos: 28.5,13.5 + parent: 588 + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,20.5 + parent: 588 + - uid: 576 + components: + - type: Transform + pos: 26.5,19.5 + parent: 588 + - uid: 803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,21.5 + parent: 588 + - uid: 804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,19.5 + parent: 588 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,36.5 + parent: 588 + - uid: 1088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,34.5 + parent: 588 + - uid: 1520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,46.5 + parent: 588 + - uid: 1521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,46.5 + parent: 588 + - uid: 1771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,44.5 + parent: 588 + - uid: 1773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,44.5 + parent: 588 + - uid: 1777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,44.5 + parent: 588 + - uid: 1782 + components: + - type: Transform + pos: 30.5,46.5 + parent: 588 +- proto: WindowFrostedDirectional + entities: + - uid: 936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,24.5 + parent: 588 + - uid: 937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,24.5 + parent: 588 + - uid: 938 + components: + - type: Transform + pos: 8.5,27.5 + parent: 588 + - uid: 939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,25.5 + parent: 588 + - uid: 941 + components: + - type: Transform + pos: 10.5,27.5 + parent: 588 + - uid: 942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,28.5 + parent: 588 + - uid: 943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,28.5 + parent: 588 + - uid: 1392 + components: + - type: Transform + pos: 8.5,44.5 + parent: 588 + - uid: 1393 + components: + - type: Transform + pos: 10.5,44.5 + parent: 588 + - uid: 1401 + components: + - type: Transform + pos: 12.5,44.5 + parent: 588 + - uid: 1402 + components: + - type: Transform + pos: 14.5,44.5 + parent: 588 + - uid: 1753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,43.5 + parent: 588 + - uid: 1754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,43.5 + parent: 588 + - uid: 1755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,43.5 + parent: 588 + - uid: 1756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,42.5 + parent: 588 + - uid: 1757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,48.5 + parent: 588 + - uid: 1758 + components: + - type: Transform + pos: 26.5,47.5 + parent: 588 + - uid: 1759 + components: + - type: Transform + pos: 25.5,47.5 + parent: 588 + - uid: 1760 + components: + - type: Transform + pos: 24.5,47.5 + parent: 588 +- proto: WindowReinforcedDirectional + entities: + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 588 + - uid: 99 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,14.5 + parent: 588 + - uid: 258 + components: + - type: Transform + pos: 3.5,3.5 + parent: 588 + - uid: 259 + components: + - type: Transform + pos: 5.5,3.5 + parent: 588 + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 588 + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 588 + - uid: 270 + components: + - type: Transform + pos: 11.5,3.5 + parent: 588 + - uid: 271 + components: + - type: Transform + pos: 13.5,3.5 + parent: 588 + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,3.5 + parent: 588 + - uid: 273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,4.5 + parent: 588 + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 588 + - uid: 278 + components: + - type: Transform + pos: 15.5,3.5 + parent: 588 + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,4.5 + parent: 588 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 588 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 588 + - uid: 290 + components: + - type: Transform + pos: 1.5,3.5 + parent: 588 + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 588 + - uid: 609 + components: + - type: Transform + pos: 4.5,14.5 + parent: 588 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,14.5 + parent: 588 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 588 + - uid: 614 + components: + - type: Transform + pos: 3.5,14.5 + parent: 588 + - uid: 619 + components: + - type: Transform + pos: 2.5,14.5 + parent: 588 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,20.5 + parent: 588 + - uid: 624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 588 + - uid: 625 + components: + - type: Transform + pos: 2.5,19.5 + parent: 588 + - uid: 626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 588 + - uid: 648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,19.5 + parent: 588 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,18.5 + parent: 588 + - uid: 651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,19.5 + parent: 588 + - uid: 652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,19.5 + parent: 588 + - uid: 653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,18.5 + parent: 588 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,21.5 + parent: 588 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,22.5 + parent: 588 + - uid: 660 + components: + - type: Transform + pos: 13.5,21.5 + parent: 588 + - uid: 805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 807 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,25.5 + parent: 588 + - uid: 808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,25.5 + parent: 588 + - uid: 809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,26.5 + parent: 588 + - uid: 810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,27.5 + parent: 588 + - uid: 811 + components: + - type: Transform + pos: 1.5,25.5 + parent: 588 + - uid: 812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,27.5 + parent: 588 + - uid: 1038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,25.5 + parent: 588 + - uid: 1039 + components: + - type: Transform + pos: 20.5,27.5 + parent: 588 + - uid: 1042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,25.5 + parent: 588 + - uid: 1045 + components: + - type: Transform + pos: 22.5,27.5 + parent: 588 + - uid: 1058 + components: + - type: Transform + pos: 24.5,27.5 + parent: 588 + - uid: 1059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,25.5 + parent: 588 + - uid: 1060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,25.5 + parent: 588 + - uid: 1399 + components: + - type: Transform + pos: 9.5,44.5 + parent: 588 + - uid: 1400 + components: + - type: Transform + pos: 13.5,44.5 + parent: 588 +- proto: Wrench + entities: + - uid: 424 + components: + - type: Transform + pos: 15.156982,32.526764 + parent: 588 +- proto: Zipties + entities: + - uid: 1156 + components: + - type: Transform + pos: 15.332411,0.52492684 + parent: 588 +- proto: ZiptiesBroken + entities: + - uid: 48 + components: + - type: Transform + pos: 5.2591753,3.5817227 + parent: 588 + - uid: 706 + components: + - type: Transform + pos: 16.06022,21.977758 + parent: 588 +... diff --git a/Resources/Maps/Misc/terminal.yml b/Resources/Maps/Misc/terminal.yml index e089814d576..d32a53856ef 100644 --- a/Resources/Maps/Misc/terminal.yml +++ b/Resources/Maps/Misc/terminal.yml @@ -1,6347 +1,6347 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 29: FloorDark - 38: FloorDarkPlastic - 47: FloorGrass - 76: FloorRGlass - 77: FloorReinforced - 89: FloorSteel - 104: FloorTechMaint - 105: FloorTechMaint2 - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 818 - components: - - type: MetaData - name: NT-EM Terminal - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAADBwAAAAAAHQAAAAABWQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAADHQAAAAAABwAAAAAAHQAAAAAAWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAACHQAAAAADBwAAAAAAHQAAAAABWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAAAHQAAAAAABwAAAAAAHQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADTAAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACTAAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAATAAAAAAAWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAATAAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAABAAAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAABTAAAAAAAWQAAAAAATAAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAD - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAATQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAABHQAAAAAABwAAAAAAHQAAAAABWQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAACHQAAAAAABwAAAAAAHQAAAAACWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABHQAAAAADBwAAAAAAHQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAADHQAAAAACBwAAAAAAHQAAAAADWQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACTAAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAATAAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAATAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAATAAAAAAAWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADTAAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABTAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABTAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: 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: - 226: 8,-18 - 227: 8,-11 - 228: -12,-18 - 229: -12,-11 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 230: -10,-18 - 231: -10,-11 - 232: 10,-11 - 233: 10,-18 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 218: -9,-18 - 219: -13,-18 - 220: -13,-11 - 221: -9,-11 - 222: 7,-18 - 223: 7,-11 - 224: 11,-11 - 225: 11,-18 - 366: 1,8 - - node: - color: '#FFFFFFFF' - id: BotRight - decals: - 369: -5,8 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 128: -9,-17 - 129: -10,-17 - 130: -11,-17 - 131: -12,-17 - 132: -13,-17 - 181: 10,-17 - 182: 9,-17 - 183: 8,-17 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 133: -9,-12 - 134: -10,-12 - 135: -11,-12 - 136: -12,-12 - 137: -13,-12 - 178: 10,-12 - 179: 9,-12 - 180: 8,-12 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE - decals: - 142: -14,-16 - 143: -14,-15 - 144: -14,-14 - 145: -14,-13 - 154: -10,-16 - 155: -10,-15 - 156: -10,-14 - 157: -10,-13 - 158: 6,-16 - 159: 6,-15 - 160: 6,-14 - 161: 6,-13 - 162: 10,-16 - 163: 10,-15 - 164: 10,-14 - 165: 10,-13 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineN - decals: - 140: -9,-17 - 141: -13,-17 - 174: 7,-17 - 175: 11,-17 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineS - decals: - 138: -9,-12 - 139: -13,-12 - 176: 11,-12 - 177: 7,-12 - 320: -3,3 - 321: -2,3 - 322: -1,3 - 323: 0,3 - 324: 1,3 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineW - decals: - 146: -12,-16 - 147: -12,-15 - 148: -12,-14 - 149: -12,-13 - 150: -8,-16 - 151: -8,-15 - 152: -8,-14 - 153: -8,-13 - 166: 12,-16 - 167: 12,-15 - 168: 12,-14 - 169: 12,-13 - 170: 8,-16 - 171: 8,-15 - 172: 8,-14 - 173: 8,-13 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNe - decals: - 239: 12,1 - 240: 11,3 - 241: 10,4 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNw - decals: - 242: 8,4 - 243: 7,3 - 244: 6,1 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSe - decals: - 234: 12,-4 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSw - decals: - 245: 6,-4 - - node: - color: '#9FED5896' - id: BrickTileWhiteInnerNe - decals: - 252: 11,1 - 253: 10,3 - - node: - color: '#9FED5896' - id: BrickTileWhiteInnerNw - decals: - 251: 7,1 - 254: 8,3 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 350: 4,-2 - 351: 4,-1 - 352: 4,0 - 353: 4,1 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineE - decals: - 235: 12,-3 - 236: 12,-2 - 237: 12,-1 - 238: 12,0 - 248: 11,2 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineN - decals: - 255: 9,4 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineS - decals: - 249: 7,-4 - 250: 11,-4 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineW - decals: - 354: -6,-2 - 355: -6,-1 - 356: -6,0 - 357: -6,1 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineW - decals: - 246: 6,-3 - 247: 7,2 - - node: - color: '#FFFFFFFF' - id: BushATwo - decals: - 6: -11.016409,-15.979745 - - node: - color: '#FFFFFFFF' - id: BushCThree - decals: - 0: 8.958727,-15.96412 - 5: -11.047659,-13.073495 - - node: - color: '#FFFFFFFF' - id: Bushc1 - decals: - 1: 8.967296,-13.917245 - - node: - color: '#FFFFFFFF' - id: Bushe2 - decals: - 15: -11.003177,-13.104745 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 16: 8.954511,-13.729745 - - node: - color: '#FFFFFFFF' - id: Bushe4 - decals: - 14: -11.128177,-15.96412 - 17: 8.970136,-15.604745 - - node: - color: '#FFFFFFFF' - id: Bushf1 - decals: - 11: 8.984636,-13.12037 - - node: - color: '#FFFFFFFF' - id: Bushf2 - decals: - 12: 9.015886,-15.635995 - - node: - color: '#FFFFFFFF' - id: Bushf3 - decals: - 13: -11.034427,-14.62037 - - node: - color: '#FFFFFFFF' - id: Bushi3 - decals: - 318: -2.1152062,4.094537 - - node: - color: '#FFFFFFFF' - id: Bushi4 - decals: - 319: 0.38479376,4.985162 - - node: - color: '#FFFFFFFF' - id: Bushj2 - decals: - 9: -10.989034,-15.30787 - - node: - color: '#FFFFFFFF' - id: Bushj3 - decals: - 8: -11.004659,-14.08912 - 10: 9.031511,-14.46412 - - node: - color: '#79150096' - id: CheckerNESW - decals: - 341: -9,2 - 342: -9,3 - 343: -10,3 - 344: -11,3 - 345: -12,3 - 346: -13,3 - 347: -12,4 - 348: -11,4 - 349: -10,4 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 202: 14,-18 - 203: 12,-18 - 204: 6,-18 - 205: 4,-18 - 206: 4,-11 - 207: 6,-11 - 208: 12,-11 - 209: 14,-11 - 210: -6,-18 - 211: -8,-18 - 212: -14,-18 - 213: -16,-18 - 214: -16,-11 - 215: -14,-11 - 216: -8,-11 - 217: -6,-11 - 293: -10,-5 - 294: -11,-5 - 295: -12,-5 - 296: 8,-5 - 297: 9,-5 - 298: 10,-5 - - node: - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 316: 0.63479376,3.7820368 - - node: - color: '#FFFFFFFF' - id: Flowerspv3 - decals: - 317: -2.8495812,3.8601618 - - node: - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 312: -1.5370812,3.328912 - 313: -0.61520624,4.063287 - 315: -1.0839562,3.9382868 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 314: -0.80270624,3.407037 - - node: - color: '#334E6DC8' - id: FullTileOverlayGreyscale - decals: - 270: -2,1 - 271: 0,-1 - 272: -1,0 - - node: - color: '#FFFFFFFF' - id: Grassa3 - decals: - 4: -11.016409,-15.073495 - - node: - color: '#FFFFFFFF' - id: Grassb2 - decals: - 3: 9.014171,-12.979745 - - node: - color: '#FFFFFFFF' - id: Grassb3 - decals: - 7: -10.985159,-14.010995 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 2: 8.998546,-14.854745 - - node: - color: '#FFFFFFFF' - id: Grassd1 - decals: - 301: -0.05270624,4.094537 - - node: - color: '#FFFFFFFF' - id: Grassd2 - decals: - 302: 0.90041876,4.250787 - 303: -1.2714562,3.141412 - 309: -0.30270624,4.938287 - - node: - color: '#FFFFFFFF' - id: Grassd3 - decals: - 304: -2.2245812,4.485162 - 310: 0.79104376,4.953912 - 311: -2.9433312,3.157037 - - node: - color: '#FFFFFFFF' - id: Grasse1 - decals: - 306: -2.8808312,3.9539118 - - node: - color: '#FFFFFFFF' - id: Grasse2 - decals: - 300: -0.22458124,3.219537 - 307: -2.8652062,4.969537 - - node: - color: '#FFFFFFFF' - id: Grasse3 - decals: - 299: 0.82229376,3.328912 - 305: -2.3652062,3.375787 - 308: -1.4745812,4.938287 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale - decals: - 282: 2,-2 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - decals: - 283: -4,2 - - node: - color: '#D4D4D496' - id: HalfTileOverlayGreyscale180 - decals: - 44: -11,-21 - 57: 9,-21 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - decals: - 267: 1,-1 - 268: 1,0 - 269: 1,1 - 275: -2,-1 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - decals: - 264: -3,-1 - 265: -3,0 - 266: -3,1 - 278: 0,1 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - decals: - 184: -8,0 - 185: -9,0 - 186: -10,0 - 187: -11,0 - 188: -12,0 - 189: -13,0 - 190: -13,-1 - 191: -13,-2 - 192: -13,-3 - 193: -13,-4 - 262: 1,-2 - 263: -2,-2 - 279: 3,-2 - - node: - color: '#52B4E950' - id: QuarterTileOverlayGreyscale - decals: - 95: 8,-21 - 96: 7,-20 - 97: 7,-19 - 98: 7,-18 - 99: 7,-17 - 100: -12,-21 - 101: -13,-20 - 102: -13,-19 - 103: -13,-18 - 104: -13,-17 - - node: - color: '#52B4E95A' - id: QuarterTileOverlayGreyscale - decals: - 325: 11,-6 - 339: -9,-6 - - node: - color: '#D4D4D496' - id: QuarterTileOverlayGreyscale - decals: - 18: -13,-6 - 19: -13,-7 - 20: -13,-8 - 21: -13,-9 - 22: -13,-10 - 23: -13,-11 - 24: -13,-12 - 58: 7,-12 - 59: 7,-11 - 60: 7,-10 - 61: 7,-9 - 62: 7,-8 - 63: 7,-7 - 64: 7,-6 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale180 - decals: - 258: 0,2 - 259: -3,2 - 284: -5,2 - - node: - color: '#52B4E950' - id: QuarterTileOverlayGreyscale180 - decals: - 72: 11,-10 - 73: 11,-9 - 74: 11,-8 - 75: 11,-7 - 76: 11,-6 - 77: 11,-11 - 78: 11,-12 - 93: 8,-21 - 94: 7,-20 - 105: -13,-20 - 106: -12,-21 - 121: -9,-12 - 122: -9,-11 - 123: -9,-10 - 124: -9,-9 - 125: -9,-8 - 126: -9,-7 - 127: -9,-6 - - node: - color: '#D4D4D496' - id: QuarterTileOverlayGreyscale180 - decals: - 32: -9,-17 - 33: -9,-18 - 34: -9,-19 - 35: -9,-20 - 36: -10,-20 - 37: -10,-21 - 51: 10,-21 - 52: 10,-20 - 53: 11,-20 - 54: 11,-19 - 55: 11,-18 - 56: 11,-17 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale270 - decals: - 256: 1,2 - 257: -2,2 - 273: -1,1 - - node: - color: '#52B4E950' - id: QuarterTileOverlayGreyscale270 - decals: - 79: 7,-12 - 80: 7,-11 - 81: 7,-10 - 82: 7,-9 - 83: 7,-8 - 84: 7,-7 - 85: 7,-6 - 91: 10,-21 - 92: 11,-20 - 107: -10,-21 - 108: -9,-20 - 114: -13,-12 - 115: -13,-11 - 116: -13,-10 - 117: -13,-9 - 118: -13,-8 - 119: -13,-7 - 120: -13,-6 - - node: - color: '#D4D4D496' - id: QuarterTileOverlayGreyscale270 - decals: - 38: -12,-21 - 39: -12,-20 - 40: -13,-20 - 41: -13,-19 - 42: -13,-18 - 43: -13,-17 - 45: 8,-21 - 46: 8,-20 - 47: 7,-20 - 48: 7,-19 - 49: 7,-18 - 50: 7,-17 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - decals: - 260: 0,-2 - 261: -3,-2 - 274: -1,-1 - - node: - color: '#52B4E950' - id: QuarterTileOverlayGreyscale90 - decals: - 86: 11,-17 - 87: 11,-18 - 88: 11,-19 - 89: 11,-20 - 90: 10,-21 - 109: -10,-21 - 110: -9,-20 - 111: -9,-19 - 112: -9,-18 - 113: -9,-17 - - node: - color: '#52B4E95A' - id: QuarterTileOverlayGreyscale90 - decals: - 326: 7,-6 - 340: -13,-6 - - node: - color: '#D4D4D496' - id: QuarterTileOverlayGreyscale90 - decals: - 25: -9,-6 - 26: -9,-7 - 27: -9,-8 - 28: -9,-9 - 29: -9,-10 - 30: -9,-11 - 31: -9,-12 - 65: 11,-6 - 66: 11,-7 - 67: 11,-8 - 68: 11,-9 - 69: 11,-10 - 70: 11,-11 - 71: 11,-12 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 364: 3,8 - 365: 3,8 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale - decals: - 276: -2,0 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 277: 0,0 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 280: 2,-1 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 281: -4,1 - - node: - color: '#FFFFFFFF' - id: WarnBox - decals: - 194: -7,-18 - 195: -7,-11 - 196: -15,-11 - 197: -15,-18 - 198: 13,-18 - 199: 13,-11 - 200: 5,-11 - 201: 5,-18 - 371: -1,8 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNE - decals: - 362: 3,7 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 289: 5,-2 - 290: 5,0 - 291: -7,-2 - 292: -7,0 - 360: 5,-1 - 361: -7,-1 - 363: 3,8 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleN - decals: - 330: 10,-6 - 331: 9,-6 - 332: 8,-6 - 333: -10,-6 - 334: -11,-6 - 335: -12,-6 - 377: -9,-17 - 378: -13,-17 - 379: 7,-17 - 380: 11,-17 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 327: 8,-4 - 328: 9,-4 - 329: 10,-4 - 336: -10,-4 - 337: -11,-4 - 338: -12,-4 - 373: 7,-12 - 374: 11,-12 - 375: -9,-12 - 376: -13,-12 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 367: -2,8 - 368: -4,8 - 370: -5,8 - 372: -3,8 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 285: -7,-2 - 286: -7,0 - 287: 5,-2 - 288: 5,0 - 358: 5,-1 - 359: -7,-1 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,0: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 65535 - -4,-3: - 0: 53247 - -4,-4: - 0: 61166 - -4,-2: - 0: 60620 - -4,-1: - 0: 61166 - -3,-4: - 0: 65535 - -3,-3: - 0: 65535 - -3,-2: - 0: 65535 - -3,-1: - 0: 65535 - -2,-4: - 0: 13107 - -2,-3: - 0: 6007 - -2,-2: - 0: 61713 - -2,-1: - 0: 65535 - -1,-2: - 0: 61440 - 0,1: - 0: 4095 - 1: 61440 - 1,0: - 0: 65535 - 1,1: - 0: 959 - 1: 12288 - 2,0: - 0: 65535 - 2,1: - 0: 255 - 3,0: - 0: 4915 - 3,1: - 0: 1 - 0,-2: - 0: 61440 - 1,-3: - 0: 53247 - 1,-2: - 0: 64716 - 1,-1: - 0: 65535 - 1,-4: - 0: 61166 - 2,-4: - 0: 65535 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-4: - 0: 13107 - 3,-3: - 0: 6007 - 3,-2: - 0: 12561 - 3,-1: - 0: 13107 - -4,0: - 0: 52974 - -4,1: - 0: 140 - -3,0: - 0: 65535 - -3,1: - 0: 255 - -2,0: - 0: 65535 - -2,1: - 0: 3823 - 1: 57344 - -1,1: - 0: 4095 - 1: 61440 - 1,-5: - 0: 65532 - 1,-6: - 0: 51200 - 2,-6: - 0: 65280 - 2,-5: - 0: 65535 - 3,-6: - 0: 4096 - 3,-5: - 0: 30577 - -4,-5: - 0: 65532 - -4,-6: - 0: 51200 - -3,-6: - 0: 65280 - -3,-5: - 0: 65535 - -2,-6: - 0: 4096 - -2,-5: - 0: 30577 - 0,2: - 1: 4095 - 1,2: - 1: 819 - -2,2: - 1: 3822 - -1,2: - 1: 4095 - 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 - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockExternalGlass - entities: - - uid: 2 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 818 - - uid: 3 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 818 - - uid: 4 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 818 - - uid: 5 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 818 - - uid: 11 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-10.5 - parent: 818 - - uid: 12 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-17.5 - parent: 818 - - uid: 13 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-17.5 - parent: 818 - - uid: 14 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-10.5 - parent: 818 -- proto: AirlockExternalLocked - entities: - - uid: 589 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,8.5 - parent: 818 -- proto: AirlockGlass - entities: - - uid: 252 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 818 - - uid: 253 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 818 - - uid: 254 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 818 - - uid: 255 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 818 - - uid: 256 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 818 - - uid: 257 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 818 -- proto: AirlockGlassShuttleEasyPryLocked - entities: - - uid: 1 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-10.5 - parent: 818 - - uid: 6 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-17.5 - parent: 818 - - uid: 7 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 - parent: 818 - - uid: 8 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-17.5 - parent: 818 - - uid: 9 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-10.5 - parent: 818 - - uid: 15 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 818 - - uid: 16 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-10.5 - parent: 818 - - uid: 17 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 818 -- proto: AirlockMaint - entities: - - uid: 146 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 3.5,3.5 - parent: 818 -- proto: APCBasic - entities: - - uid: 205 - components: - - type: Transform - pos: 6.5,2.5 - parent: 818 - - uid: 206 - components: - - type: Transform - pos: -13.5,2.5 - parent: 818 - - uid: 211 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 818 - - uid: 212 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 818 - - uid: 355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 818 - - uid: 846 - components: - - type: Transform - pos: 2.5,3.5 - parent: 818 -- proto: ArrivalsShuttleTimer - entities: - - uid: 597 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 818 - - uid: 633 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 818 - - uid: 928 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 818 - - uid: 929 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 818 -- proto: AtmosDeviceFanTiny - entities: - - uid: 296 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 818 - - uid: 297 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 818 - - uid: 298 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 818 - - uid: 299 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 818 - - uid: 300 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 818 - - uid: 301 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 818 - - uid: 302 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 818 - - uid: 303 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 818 - - uid: 809 - components: - - type: Transform - pos: 4.5,8.5 - parent: 818 -- proto: BarSignEngineChange - entities: - - uid: 215 - components: - - type: Transform - pos: -10.5,5.5 - parent: 818 -- proto: BlockGameArcade - entities: - - uid: 727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-1.5 - parent: 818 - - uid: 728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,0.5 - parent: 818 -- proto: BookshelfFilled - entities: - - uid: 442 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 7.5,3.5 - parent: 818 - - uid: 752 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 11.5,3.5 - parent: 818 -- proto: BoozeDispenser - entities: - - uid: 710 - components: - - type: Transform - pos: -11.5,4.5 - parent: 818 -- proto: CableApcExtension - entities: - - uid: 203 - components: - - type: Transform - pos: 1.5,6.5 - parent: 818 - - uid: 208 - components: - - type: Transform - pos: -3.5,7.5 - parent: 818 - - uid: 218 - components: - - type: Transform - pos: -4.5,4.5 - parent: 818 - - uid: 402 - components: - - type: Transform - pos: -4.5,7.5 - parent: 818 - - uid: 404 - components: - - type: Transform - pos: 2.5,1.5 - parent: 818 - - uid: 410 - components: - - type: Transform - pos: 2.5,2.5 - parent: 818 - - uid: 411 - components: - - type: Transform - pos: 3.5,5.5 - parent: 818 - - uid: 412 - components: - - type: Transform - pos: 3.5,4.5 - parent: 818 - - uid: 426 - components: - - type: Transform - pos: -2.5,7.5 - parent: 818 - - uid: 427 - components: - - type: Transform - pos: -1.5,7.5 - parent: 818 - - uid: 428 - components: - - type: Transform - pos: -0.5,7.5 - parent: 818 - - uid: 429 - components: - - type: Transform - pos: 0.5,7.5 - parent: 818 - - uid: 430 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 818 - - uid: 431 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 818 - - uid: 434 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 818 - - uid: 435 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 818 - - uid: 436 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 818 - - uid: 437 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 818 - - uid: 438 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 818 - - uid: 439 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 818 - - uid: 440 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 818 - - uid: 443 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 818 - - uid: 444 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 818 - - uid: 445 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 818 - - uid: 446 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 818 - - uid: 447 - components: - - type: Transform - pos: -13.5,2.5 - parent: 818 - - uid: 448 - components: - - type: Transform - pos: -13.5,1.5 - parent: 818 - - uid: 449 - components: - - type: Transform - pos: -13.5,0.5 - parent: 818 - - uid: 450 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 818 - - uid: 451 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 818 - - uid: 452 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 818 - - uid: 453 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 818 - - uid: 454 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 818 - - uid: 455 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 818 - - uid: 456 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 818 - - uid: 457 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 818 - - uid: 458 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 818 - - uid: 459 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 818 - - uid: 460 - components: - - type: Transform - pos: -10.5,0.5 - parent: 818 - - uid: 461 - components: - - type: Transform - pos: -10.5,1.5 - parent: 818 - - uid: 462 - components: - - type: Transform - pos: -10.5,2.5 - parent: 818 - - uid: 463 - components: - - type: Transform - pos: -10.5,3.5 - parent: 818 - - uid: 464 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 818 - - uid: 465 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 818 - - uid: 466 - components: - - type: Transform - pos: -11.5,3.5 - parent: 818 - - uid: 467 - components: - - type: Transform - pos: -9.5,3.5 - parent: 818 - - uid: 468 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 818 - - uid: 469 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 818 - - uid: 470 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 818 - - uid: 471 - components: - - type: Transform - pos: -11.5,-10.5 - parent: 818 - - uid: 472 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 818 - - uid: 473 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 818 - - uid: 474 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 818 - - uid: 475 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 818 - - uid: 476 - components: - - type: Transform - pos: -11.5,-13.5 - parent: 818 - - uid: 477 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 818 - - uid: 478 - components: - - type: Transform - pos: -10.5,-18.5 - parent: 818 - - uid: 479 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 818 - - uid: 480 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 818 - - uid: 481 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 818 - - uid: 482 - components: - - type: Transform - pos: -12.5,-17.5 - parent: 818 - - uid: 483 - components: - - type: Transform - pos: -13.5,-17.5 - parent: 818 - - uid: 484 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 818 - - uid: 485 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 818 - - uid: 486 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 818 - - uid: 487 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 818 - - uid: 488 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 818 - - uid: 489 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 818 - - uid: 490 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 818 - - uid: 491 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 818 - - uid: 492 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 818 - - uid: 493 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 818 - - uid: 494 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 818 - - uid: 495 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 818 - - uid: 496 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 818 - - uid: 497 - components: - - type: Transform - pos: -11.5,-14.5 - parent: 818 - - uid: 498 - components: - - type: Transform - pos: -12.5,-14.5 - parent: 818 - - uid: 499 - components: - - type: Transform - pos: -9.5,-13.5 - parent: 818 - - uid: 500 - components: - - type: Transform - pos: -8.5,-13.5 - parent: 818 - - uid: 501 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 818 - - uid: 502 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 818 - - uid: 503 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 818 - - uid: 504 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 818 - - uid: 505 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 818 - - uid: 506 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 818 - - uid: 507 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 818 - - uid: 508 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 818 - - uid: 509 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 818 - - uid: 510 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 818 - - uid: 511 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 818 - - uid: 512 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 818 - - uid: 513 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 818 - - uid: 514 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 818 - - uid: 515 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 818 - - uid: 516 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 818 - - uid: 517 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 818 - - uid: 518 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 818 - - uid: 519 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 818 - - uid: 520 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 818 - - uid: 521 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 818 - - uid: 522 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 818 - - uid: 523 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 818 - - uid: 524 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 818 - - uid: 525 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 818 - - uid: 526 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 818 - - uid: 527 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 818 - - uid: 528 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 818 - - uid: 529 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 818 - - uid: 530 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 818 - - uid: 531 - components: - - type: Transform - pos: 11.5,-17.5 - parent: 818 - - uid: 532 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 818 - - uid: 533 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 818 - - uid: 534 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 818 - - uid: 535 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 818 - - uid: 536 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 818 - - uid: 537 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 818 - - uid: 538 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 818 - - uid: 539 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 818 - - uid: 540 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 818 - - uid: 541 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 818 - - uid: 542 - components: - - type: Transform - pos: 6.5,2.5 - parent: 818 - - uid: 543 - components: - - type: Transform - pos: 6.5,1.5 - parent: 818 - - uid: 544 - components: - - type: Transform - pos: 6.5,0.5 - parent: 818 - - uid: 545 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 818 - - uid: 546 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 818 - - uid: 547 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 818 - - uid: 548 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 818 - - uid: 549 - components: - - type: Transform - pos: 9.5,0.5 - parent: 818 - - uid: 550 - components: - - type: Transform - pos: 9.5,1.5 - parent: 818 - - uid: 551 - components: - - type: Transform - pos: 9.5,2.5 - parent: 818 - - uid: 552 - components: - - type: Transform - pos: 9.5,3.5 - parent: 818 - - uid: 553 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 818 - - uid: 554 - components: - - type: Transform - pos: 8.5,3.5 - parent: 818 - - uid: 555 - components: - - type: Transform - pos: 10.5,3.5 - parent: 818 - - uid: 556 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 818 - - uid: 557 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 818 - - uid: 558 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 818 - - uid: 559 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 818 - - uid: 560 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 818 - - uid: 561 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 818 - - uid: 562 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 818 - - uid: 563 - components: - - type: Transform - pos: 1.5,7.5 - parent: 818 - - uid: 564 - components: - - type: Transform - pos: 2.5,7.5 - parent: 818 - - uid: 565 - components: - - type: Transform - pos: 3.5,7.5 - parent: 818 - - uid: 566 - components: - - type: Transform - pos: 3.5,6.5 - parent: 818 - - uid: 579 - components: - - type: Transform - pos: 2.5,0.5 - parent: 818 - - uid: 599 - components: - - type: Transform - pos: -4.5,6.5 - parent: 818 - - uid: 601 - components: - - type: Transform - pos: -4.5,5.5 - parent: 818 - - uid: 651 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 818 - - uid: 652 - components: - - type: Transform - pos: -11.5,-16.5 - parent: 818 - - uid: 653 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 818 - - uid: 654 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 818 - - uid: 655 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 818 - - uid: 656 - components: - - type: Transform - pos: -9.5,-14.5 - parent: 818 - - uid: 657 - components: - - type: Transform - pos: -9.5,-12.5 - parent: 818 - - uid: 658 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 818 - - uid: 842 - components: - - type: Transform - pos: -4.5,0.5 - parent: 818 - - uid: 843 - components: - - type: Transform - pos: -4.5,1.5 - parent: 818 - - uid: 844 - components: - - type: Transform - pos: 2.5,3.5 - parent: 818 -- proto: CableHV - entities: - - uid: 413 - components: - - type: Transform - pos: -3.5,8.5 - parent: 818 - - uid: 415 - components: - - type: Transform - pos: -4.5,8.5 - parent: 818 - - uid: 416 - components: - - type: Transform - pos: -2.5,8.5 - parent: 818 - - uid: 734 - components: - - type: Transform - pos: -0.5,8.5 - parent: 818 - - uid: 735 - components: - - type: Transform - pos: -1.5,8.5 - parent: 818 -- proto: CableMV - entities: - - uid: 177 - components: - - type: Transform - pos: 3.5,3.5 - parent: 818 - - uid: 201 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 818 - - uid: 210 - components: - - type: Transform - pos: 6.5,1.5 - parent: 818 - - uid: 214 - components: - - type: Transform - pos: 6.5,0.5 - parent: 818 - - uid: 219 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 818 - - uid: 221 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 818 - - uid: 224 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 818 - - uid: 226 - components: - - type: Transform - pos: 6.5,2.5 - parent: 818 - - uid: 227 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 818 - - uid: 228 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 818 - - uid: 349 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 818 - - uid: 350 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 818 - - uid: 352 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 818 - - uid: 353 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 818 - - uid: 354 - components: - - type: Transform - pos: 1.5,6.5 - parent: 818 - - uid: 356 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 818 - - uid: 357 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 818 - - uid: 358 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 818 - - uid: 359 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 818 - - uid: 360 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 818 - - uid: 361 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 818 - - uid: 362 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 818 - - uid: 363 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 818 - - uid: 364 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 818 - - uid: 365 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 818 - - uid: 366 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 818 - - uid: 367 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 818 - - uid: 368 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 818 - - uid: 369 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 818 - - uid: 370 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 818 - - uid: 371 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 818 - - uid: 372 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 818 - - uid: 373 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 818 - - uid: 374 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 818 - - uid: 375 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 818 - - uid: 376 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 818 - - uid: 377 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 818 - - uid: 378 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 818 - - uid: 379 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 818 - - uid: 380 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 818 - - uid: 381 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 818 - - uid: 382 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 818 - - uid: 383 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 818 - - uid: 384 - components: - - type: Transform - pos: -13.5,0.5 - parent: 818 - - uid: 385 - components: - - type: Transform - pos: -13.5,1.5 - parent: 818 - - uid: 386 - components: - - type: Transform - pos: -13.5,2.5 - parent: 818 - - uid: 387 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 818 - - uid: 388 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 818 - - uid: 389 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 818 - - uid: 390 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 818 - - uid: 391 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 818 - - uid: 392 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 818 - - uid: 393 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 818 - - uid: 394 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 818 - - uid: 395 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 818 - - uid: 396 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 818 - - uid: 397 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 818 - - uid: 398 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 818 - - uid: 399 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 818 - - uid: 400 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 818 - - uid: 418 - components: - - type: Transform - pos: 3.5,1.5 - parent: 818 - - uid: 419 - components: - - type: Transform - pos: 3.5,2.5 - parent: 818 - - uid: 421 - components: - - type: Transform - pos: -0.5,7.5 - parent: 818 - - uid: 422 - components: - - type: Transform - pos: 0.5,7.5 - parent: 818 - - uid: 423 - components: - - type: Transform - pos: 1.5,7.5 - parent: 818 - - uid: 424 - components: - - type: Transform - pos: 2.5,7.5 - parent: 818 - - uid: 425 - components: - - type: Transform - pos: 3.5,7.5 - parent: 818 - - uid: 567 - components: - - type: Transform - pos: 3.5,4.5 - parent: 818 - - uid: 568 - components: - - type: Transform - pos: 3.5,5.5 - parent: 818 - - uid: 569 - components: - - type: Transform - pos: 3.5,6.5 - parent: 818 - - uid: 570 - components: - - type: Transform - pos: -0.5,8.5 - parent: 818 - - uid: 803 - components: - - type: Transform - pos: 3.5,0.5 - parent: 818 - - uid: 845 - components: - - type: Transform - pos: 2.5,3.5 - parent: 818 -- proto: CableTerminal - entities: - - uid: 417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 818 -- proto: Catwalk - entities: - - uid: 580 - components: - - type: Transform - pos: 3.5,6.5 - parent: 818 - - uid: 584 - components: - - type: Transform - pos: 2.5,7.5 - parent: 818 - - uid: 590 - components: - - type: Transform - pos: 3.5,5.5 - parent: 818 - - uid: 596 - components: - - type: Transform - pos: 1.5,7.5 - parent: 818 - - uid: 747 - components: - - type: Transform - pos: 3.5,4.5 - parent: 818 - - uid: 810 - components: - - type: Transform - pos: 0.5,7.5 - parent: 818 - - uid: 811 - components: - - type: Transform - pos: -0.5,7.5 - parent: 818 - - uid: 812 - components: - - type: Transform - pos: -1.5,7.5 - parent: 818 - - uid: 813 - components: - - type: Transform - pos: -2.5,7.5 - parent: 818 - - uid: 814 - components: - - type: Transform - pos: -3.5,7.5 - parent: 818 - - uid: 815 - components: - - type: Transform - pos: -4.5,7.5 - parent: 818 -- proto: Chair - entities: - - uid: 592 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-14.5 - parent: 818 - - uid: 593 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 818 - - uid: 603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-13.5 - parent: 818 - - uid: 604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-12.5 - parent: 818 - - uid: 605 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-15.5 - parent: 818 - - uid: 606 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-14.5 - parent: 818 - - uid: 607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-13.5 - parent: 818 - - uid: 608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 - parent: 818 - - uid: 609 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-15.5 - parent: 818 - - uid: 610 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-14.5 - parent: 818 - - uid: 611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-13.5 - parent: 818 - - uid: 612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-12.5 - parent: 818 - - uid: 613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-15.5 - parent: 818 - - uid: 614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-14.5 - parent: 818 - - uid: 615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-13.5 - parent: 818 - - uid: 616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-12.5 - parent: 818 - - uid: 617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 818 - - uid: 618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-14.5 - parent: 818 - - uid: 619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-13.5 - parent: 818 - - uid: 620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-12.5 - parent: 818 - - uid: 621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-15.5 - parent: 818 - - uid: 622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 818 - - uid: 623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-13.5 - parent: 818 - - uid: 624 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-12.5 - parent: 818 - - uid: 625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-15.5 - parent: 818 - - uid: 626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-14.5 - parent: 818 - - uid: 627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-13.5 - parent: 818 - - uid: 628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-12.5 - parent: 818 - - uid: 629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-15.5 - parent: 818 - - uid: 630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 - parent: 818 - - uid: 631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-13.5 - parent: 818 - - uid: 632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-12.5 - parent: 818 - - uid: 847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-8.5 - parent: 818 - - uid: 848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-8.5 - parent: 818 - - uid: 849 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-7.5 - parent: 818 - - uid: 850 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-6.5 - parent: 818 -- proto: ChairOfficeDark - entities: - - uid: 591 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 818 -- proto: ChairWood - entities: - - uid: 577 - components: - - type: Transform - pos: 10.5,1.5 - parent: 818 - - uid: 703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 818 - - uid: 704 - components: - - type: Transform - pos: 9.5,1.5 - parent: 818 - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 818 -- proto: ChessBoard - entities: - - uid: 918 - components: - - type: Transform - pos: 12.503689,-2.3981738 - parent: 818 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 344 - components: - - type: Transform - pos: -5.5,2.5 - parent: 818 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 432 - components: - - type: Transform - pos: 4.5,2.5 - parent: 818 -- proto: ComfyChair - entities: - - uid: 595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-3.5 - parent: 818 - - uid: 718 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 818 - - uid: 749 - components: - - type: Transform - pos: 12.5,1.5 - parent: 818 - - uid: 759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-0.5 - parent: 818 - - uid: 760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-3.5 - parent: 818 -- proto: DisposalBend - entities: - - uid: 853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 818 - - uid: 862 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 818 - - uid: 891 - components: - - type: Transform - pos: 3.5,7.5 - parent: 818 - - uid: 893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,7.5 - parent: 818 - - uid: 898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-7.5 - parent: 818 - - uid: 899 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 818 - - uid: 900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-1.5 - parent: 818 -- proto: DisposalJunctionFlipped - entities: - - uid: 892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,0.5 - parent: 818 -- proto: DisposalPipe - entities: - - uid: 854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-7.5 - parent: 818 - - uid: 855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 - parent: 818 - - uid: 856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-5.5 - parent: 818 - - uid: 857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-4.5 - parent: 818 - - uid: 858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-3.5 - parent: 818 - - uid: 859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 - parent: 818 - - uid: 860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-1.5 - parent: 818 - - uid: 861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 818 - - uid: 863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 818 - - uid: 864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,0.5 - parent: 818 - - uid: 865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,0.5 - parent: 818 - - uid: 866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 818 - - uid: 867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 818 - - uid: 868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 818 - - uid: 869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 818 - - uid: 870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 818 - - uid: 871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 818 - - uid: 872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 818 - - uid: 873 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 818 - - uid: 874 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 818 - - uid: 875 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 818 - - uid: 876 - components: - - type: Transform - pos: 3.5,1.5 - parent: 818 - - uid: 877 - components: - - type: Transform - pos: 3.5,2.5 - parent: 818 - - uid: 878 - components: - - type: Transform - pos: 3.5,3.5 - parent: 818 - - uid: 879 - components: - - type: Transform - pos: 3.5,4.5 - parent: 818 - - uid: 880 - components: - - type: Transform - pos: 3.5,5.5 - parent: 818 - - uid: 881 - components: - - type: Transform - pos: 3.5,6.5 - parent: 818 - - uid: 882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,7.5 - parent: 818 - - uid: 883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,7.5 - parent: 818 - - uid: 884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,7.5 - parent: 818 - - uid: 885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 818 - - uid: 886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 - parent: 818 - - uid: 887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 - parent: 818 - - uid: 888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,7.5 - parent: 818 - - uid: 889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,6.5 - parent: 818 - - uid: 890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,5.5 - parent: 818 - - uid: 901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-7.5 - parent: 818 - - uid: 902 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 818 - - uid: 903 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 818 - - uid: 904 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 818 - - uid: 905 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 818 - - uid: 906 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 818 - - uid: 907 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 818 - - uid: 908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 818 - - uid: 909 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 818 - - uid: 910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 818 - - uid: 911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 818 - - uid: 912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 818 -- proto: DisposalTrunk - entities: - - uid: 852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-7.5 - parent: 818 - - uid: 894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,4.5 - parent: 818 - - uid: 897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 - parent: 818 -- proto: DisposalUnit - entities: - - uid: 851 - components: - - type: Transform - pos: -12.5,-7.5 - parent: 818 - - uid: 896 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 818 -- proto: DrinkGlass - entities: - - uid: 915 - components: - - type: Transform - pos: -12.587411,2.5765429 - parent: 818 - - uid: 916 - components: - - type: Transform - pos: -12.321786,2.7171679 - parent: 818 -- proto: DrinkShaker - entities: - - uid: 914 - components: - - type: Transform - pos: -12.649911,2.7640429 - parent: 818 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 213 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 818 - - uid: 816 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 818 -- proto: FirelockEdge - entities: - - uid: 690 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 818 - - uid: 694 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 818 - - uid: 695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-16.5 - parent: 818 - - uid: 696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-16.5 - parent: 818 - - uid: 697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-16.5 - parent: 818 - - uid: 698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-16.5 - parent: 818 - - uid: 699 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 818 - - uid: 700 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 818 - - uid: 822 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 818 - - uid: 823 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 818 - - uid: 824 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 818 - - uid: 825 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-5.5 - parent: 818 - - uid: 826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-5.5 - parent: 818 - - uid: 827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-5.5 - parent: 818 - - uid: 828 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 818 - - uid: 829 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 818 - - uid: 830 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 818 - - uid: 831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-5.5 - parent: 818 - - uid: 832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-5.5 - parent: 818 - - uid: 833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-5.5 - parent: 818 -- proto: FirelockGlass - entities: - - uid: 194 - components: - - type: Transform - pos: 5.5,0.5 - parent: 818 - - uid: 216 - components: - - type: Transform - pos: -10.5,2.5 - parent: 818 - - uid: 220 - components: - - type: Transform - pos: -9.5,2.5 - parent: 818 - - uid: 305 - components: - - type: Transform - pos: -6.5,0.5 - parent: 818 - - uid: 345 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 818 - - uid: 346 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 818 - - uid: 347 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 818 - - uid: 348 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 818 - - uid: 586 - components: - - type: Transform - pos: -11.5,2.5 - parent: 818 - - uid: 716 - components: - - type: Transform - pos: -12.5,2.5 - parent: 818 -- proto: GeneratorBasic15kW - entities: - - uid: 124 - components: - - type: Transform - pos: -4.5,8.5 - parent: 818 -- proto: GravityGeneratorMini - entities: - - uid: 808 - components: - - type: Transform - pos: 1.5,8.5 - parent: 818 -- proto: Grille - entities: - - uid: 96 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 818 - - uid: 97 - components: - - type: Transform - pos: -14.5,-14.5 - parent: 818 - - uid: 98 - components: - - type: Transform - pos: -14.5,-13.5 - parent: 818 - - uid: 99 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 818 - - uid: 101 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 818 - - uid: 102 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 818 - - uid: 103 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 818 - - uid: 104 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 818 - - uid: 125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 818 - - uid: 126 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 818 - - uid: 127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 818 - - uid: 128 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 818 - - uid: 129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 - parent: 818 - - uid: 130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-21.5 - parent: 818 - - uid: 131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-21.5 - parent: 818 - - uid: 132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 818 - - uid: 133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 818 - - uid: 134 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 818 - - uid: 135 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 818 - - uid: 136 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 818 - - uid: 137 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 818 - - uid: 138 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 818 - - uid: 139 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 818 - - uid: 140 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 818 - - uid: 141 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 818 - - uid: 142 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 818 - - uid: 143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-8.5 - parent: 818 - - uid: 144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-7.5 - parent: 818 - - uid: 145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 818 - - uid: 147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 818 - - uid: 148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 - parent: 818 - - uid: 149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-6.5 - parent: 818 - - uid: 151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 818 - - uid: 152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 818 - - uid: 153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-6.5 - parent: 818 - - uid: 155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 - parent: 818 - - uid: 156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 - parent: 818 - - uid: 157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 818 - - uid: 167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 818 - - uid: 168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-20.5 - parent: 818 - - uid: 169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-20.5 - parent: 818 - - uid: 170 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-21.5 - parent: 818 - - uid: 171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-21.5 - parent: 818 - - uid: 172 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-21.5 - parent: 818 - - uid: 173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-21.5 - parent: 818 - - uid: 174 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-20.5 - parent: 818 - - uid: 175 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-20.5 - parent: 818 - - uid: 176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 818 - - uid: 178 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 818 - - uid: 183 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 818 - - uid: 184 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 818 - - uid: 191 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 818 - - uid: 197 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 818 - - uid: 229 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 818 - - uid: 233 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 818 - - uid: 234 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 818 - - uid: 235 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 818 - - uid: 244 - components: - - type: Transform - pos: -12.5,-4.5 - parent: 818 - - uid: 276 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 818 - - uid: 277 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 818 - - uid: 278 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 818 - - uid: 279 - components: - - type: Transform - pos: 13.5,0.5 - parent: 818 - - uid: 280 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 818 - - uid: 281 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 818 - - uid: 282 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 818 - - uid: 283 - components: - - type: Transform - pos: -14.5,0.5 - parent: 818 - - uid: 318 - components: - - type: Transform - pos: -13.5,3.5 - parent: 818 - - uid: 319 - components: - - type: Transform - pos: -13.5,4.5 - parent: 818 - - uid: 320 - components: - - type: Transform - pos: -12.5,4.5 - parent: 818 - - uid: 321 - components: - - type: Transform - pos: -12.5,5.5 - parent: 818 - - uid: 322 - components: - - type: Transform - pos: -11.5,5.5 - parent: 818 - - uid: 323 - components: - - type: Transform - pos: -10.5,5.5 - parent: 818 - - uid: 324 - components: - - type: Transform - pos: -9.5,5.5 - parent: 818 - - uid: 325 - components: - - type: Transform - pos: -8.5,5.5 - parent: 818 - - uid: 326 - components: - - type: Transform - pos: -8.5,4.5 - parent: 818 - - uid: 327 - components: - - type: Transform - pos: -7.5,4.5 - parent: 818 - - uid: 328 - components: - - type: Transform - pos: -7.5,3.5 - parent: 818 - - uid: 329 - components: - - type: Transform - pos: 6.5,3.5 - parent: 818 - - uid: 330 - components: - - type: Transform - pos: 6.5,4.5 - parent: 818 - - uid: 331 - components: - - type: Transform - pos: 7.5,4.5 - parent: 818 - - uid: 332 - components: - - type: Transform - pos: 7.5,5.5 - parent: 818 - - uid: 333 - components: - - type: Transform - pos: 8.5,5.5 - parent: 818 - - uid: 334 - components: - - type: Transform - pos: 9.5,5.5 - parent: 818 - - uid: 335 - components: - - type: Transform - pos: 10.5,5.5 - parent: 818 - - uid: 336 - components: - - type: Transform - pos: 11.5,5.5 - parent: 818 - - uid: 337 - components: - - type: Transform - pos: 11.5,4.5 - parent: 818 - - uid: 338 - components: - - type: Transform - pos: 12.5,4.5 - parent: 818 - - uid: 339 - components: - - type: Transform - pos: 12.5,3.5 - parent: 818 -- proto: PaperBin10 - entities: - - uid: 737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,4.5 - parent: 818 -- proto: PosterLegitCohibaRobustoAd - entities: - - uid: 927 - components: - - type: Transform - pos: -6.5,1.5 - parent: 818 -- proto: PosterLegitEnlist - entities: - - uid: 926 - components: - - type: Transform - pos: -14.5,1.5 - parent: 818 -- proto: PosterLegitHighClassMartini - entities: - - uid: 925 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 818 -- proto: PosterLegitJustAWeekAway - entities: - - uid: 821 - components: - - type: Transform - pos: 5.5,1.5 - parent: 818 -- proto: PosterLegitNanomichiAd - entities: - - uid: 820 - components: - - type: Transform - pos: -4.5,3.5 - parent: 818 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 246 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 818 - - uid: 247 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 818 - - uid: 248 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 818 - - uid: 249 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 818 - - uid: 250 - components: - - type: Transform - pos: -13.5,-16.5 - parent: 818 - - uid: 251 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 818 - - uid: 922 - components: - - type: Transform - pos: -0.5,6.5 - parent: 818 -- proto: PosterLegitNTTGC - entities: - - uid: 924 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 818 -- proto: PosterLegitPDAAd - entities: - - uid: 920 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 818 -- proto: PosterLegitVacation - entities: - - uid: 921 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 818 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 923 - components: - - type: Transform - pos: 12.5,2.5 - parent: 818 -- proto: PottedPlantRandom - entities: - - uid: 236 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 818 - - uid: 237 - components: - - type: Transform - pos: -12.5,-19.5 - parent: 818 - - uid: 238 - components: - - type: Transform - pos: 11.5,-19.5 - parent: 818 - - uid: 239 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 818 - - uid: 733 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 818 - - uid: 741 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 818 -- proto: PottedPlantRandomPlastic - entities: - - uid: 708 - components: - - type: Transform - pos: -13.5,1.5 - parent: 818 - - uid: 755 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 818 -- proto: Poweredlight - entities: - - uid: 150 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 818 - - uid: 188 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,2.5 - parent: 818 - - uid: 195 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-1.5 - parent: 818 - - uid: 209 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 818 - - uid: 341 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 - parent: 818 - - uid: 634 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 9.5,-16.5 - parent: 818 - - uid: 636 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-11.5 - parent: 818 - - uid: 649 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 - parent: 818 - - uid: 650 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -10.5,-16.5 - parent: 818 - - uid: 687 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 - parent: 818 - - uid: 701 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,3.5 - parent: 818 - - uid: 702 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 - parent: 818 - - uid: 715 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -0.5,5.5 - parent: 818 - - uid: 717 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 818 - - uid: 742 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 818 -- proto: RandomSpawner - entities: - - uid: 895 - components: - - type: Transform - pos: -4.5,4.5 - parent: 818 -- proto: RandomVending - entities: - - uid: 835 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 818 - - uid: 836 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 818 -- proto: RandomVendingDrinks - entities: - - uid: 692 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 818 -- proto: RandomVendingSnacks - entities: - - uid: 834 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 818 -- proto: ReinforcedWindow - entities: - - uid: 19 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 818 - - uid: 20 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 818 - - uid: 21 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 818 - - uid: 22 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 - parent: 818 - - uid: 24 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 818 - - uid: 25 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-21.5 - parent: 818 - - uid: 26 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-21.5 - parent: 818 - - uid: 27 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 818 - - uid: 28 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 818 - - uid: 29 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 818 - - uid: 30 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-21.5 - parent: 818 - - uid: 31 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-21.5 - parent: 818 - - uid: 32 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-20.5 - parent: 818 - - uid: 33 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-20.5 - parent: 818 - - uid: 34 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 818 - - uid: 35 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-21.5 - parent: 818 - - uid: 36 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-21.5 - parent: 818 - - uid: 37 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-20.5 - parent: 818 - - uid: 38 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-20.5 - parent: 818 - - uid: 39 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 818 - - uid: 91 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 818 - - uid: 93 - components: - - type: Transform - pos: -14.5,-14.5 - parent: 818 - - uid: 94 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 818 - - uid: 95 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 818 - - uid: 100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-8.5 - parent: 818 - - uid: 105 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 818 - - uid: 106 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 818 - - uid: 107 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 818 - - uid: 108 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 818 - - uid: 109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 818 - - uid: 110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 818 - - uid: 111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-6.5 - parent: 818 - - uid: 113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 818 - - uid: 115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 - parent: 818 - - uid: 116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 - parent: 818 - - uid: 117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-7.5 - parent: 818 - - uid: 118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 818 - - uid: 121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 818 - - uid: 122 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 - parent: 818 - - uid: 123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-6.5 - parent: 818 - - uid: 159 - components: - - type: Transform - pos: -14.5,-13.5 - parent: 818 - - uid: 160 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 818 - - uid: 161 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 818 - - uid: 162 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 818 - - uid: 163 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 818 - - uid: 164 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 818 - - uid: 165 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 818 - - uid: 166 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 818 - - uid: 185 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 818 - - uid: 186 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 818 - - uid: 192 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 818 - - uid: 196 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 818 - - uid: 198 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 818 - - uid: 232 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 818 - - uid: 240 - components: - - type: Transform - pos: -12.5,-4.5 - parent: 818 - - uid: 241 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 818 - - uid: 242 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 818 - - uid: 243 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 818 - - uid: 268 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 818 - - uid: 269 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 818 - - uid: 270 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 818 - - uid: 271 - components: - - type: Transform - pos: -14.5,0.5 - parent: 818 - - uid: 272 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 818 - - uid: 273 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 818 - - uid: 274 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 818 - - uid: 275 - components: - - type: Transform - pos: 13.5,0.5 - parent: 818 - - uid: 284 - components: - - type: Transform - pos: -13.5,4.5 - parent: 818 - - uid: 285 - components: - - type: Transform - pos: -12.5,4.5 - parent: 818 - - uid: 286 - components: - - type: Transform - pos: -10.5,5.5 - parent: 818 - - uid: 287 - components: - - type: Transform - pos: -11.5,5.5 - parent: 818 - - uid: 288 - components: - - type: Transform - pos: -8.5,4.5 - parent: 818 - - uid: 289 - components: - - type: Transform - pos: -8.5,5.5 - parent: 818 - - uid: 290 - components: - - type: Transform - pos: -12.5,5.5 - parent: 818 - - uid: 291 - components: - - type: Transform - pos: -13.5,3.5 - parent: 818 - - uid: 292 - components: - - type: Transform - pos: -9.5,5.5 - parent: 818 - - uid: 293 - components: - - type: Transform - pos: 6.5,3.5 - parent: 818 - - uid: 294 - components: - - type: Transform - pos: -7.5,3.5 - parent: 818 - - uid: 295 - components: - - type: Transform - pos: -7.5,4.5 - parent: 818 - - uid: 308 - components: - - type: Transform - pos: 6.5,4.5 - parent: 818 - - uid: 309 - components: - - type: Transform - pos: 7.5,4.5 - parent: 818 - - uid: 310 - components: - - type: Transform - pos: 7.5,5.5 - parent: 818 - - uid: 311 - components: - - type: Transform - pos: 8.5,5.5 - parent: 818 - - uid: 312 - components: - - type: Transform - pos: 9.5,5.5 - parent: 818 - - uid: 313 - components: - - type: Transform - pos: 10.5,5.5 - parent: 818 - - uid: 314 - components: - - type: Transform - pos: 11.5,5.5 - parent: 818 - - uid: 315 - components: - - type: Transform - pos: 11.5,4.5 - parent: 818 - - uid: 316 - components: - - type: Transform - pos: 12.5,4.5 - parent: 818 - - uid: 317 - components: - - type: Transform - pos: 12.5,3.5 - parent: 818 -- proto: SignNanotrasen1 - entities: - - uid: 721 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 818 -- proto: SignNanotrasen2 - entities: - - uid: 722 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 818 -- proto: SignNanotrasen3 - entities: - - uid: 719 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 818 -- proto: SignNanotrasen4 - entities: - - uid: 801 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 818 -- proto: SignNanotrasen5 - entities: - - uid: 802 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 818 -- proto: SignNosmoking - entities: - - uid: 720 - components: - - type: Transform - pos: -7.5,2.5 - parent: 818 -- proto: SignShipDock - entities: - - uid: 200 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 818 - - uid: 245 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 818 -- proto: SignSpace - entities: - - uid: 571 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 818 - - uid: 640 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 818 - - uid: 688 - components: - - type: Transform - pos: -13.5,-18.5 - parent: 818 - - uid: 689 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 818 - - uid: 691 - components: - - type: Transform - pos: -13.5,-9.5 - parent: 818 - - uid: 705 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 818 - - uid: 709 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 818 - - uid: 817 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 818 - - uid: 819 - components: - - type: Transform - pos: 4.5,7.5 - parent: 818 -- proto: SinkWide - entities: - - uid: 913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,3.5 - parent: 818 -- proto: SmallLight - entities: - - uid: 598 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,2.5 - parent: 818 - - uid: 641 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 818 - - uid: 642 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 818 - - uid: 643 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 818 - - uid: 644 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 818 - - uid: 645 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 818 - - uid: 646 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 818 - - uid: 647 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 818 - - uid: 648 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 818 - - uid: 917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 - parent: 818 -- proto: SMESBasic - entities: - - uid: 805 - components: - - type: Transform - pos: -2.5,8.5 - parent: 818 -- proto: soda_dispenser - entities: - - uid: 795 - components: - - type: Transform - pos: -10.5,4.5 - parent: 818 -- proto: SpaceVillainArcadeFilled - entities: - - uid: 731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-2.5 - parent: 818 - - uid: 732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 818 -- proto: SpawnPointLatejoin - entities: - - uid: 763 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 818 - - uid: 764 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 818 - - uid: 765 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 818 - - uid: 766 - components: - - type: Transform - pos: -7.5,-12.5 - parent: 818 - - uid: 767 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 818 - - uid: 768 - components: - - type: Transform - pos: -9.5,-14.5 - parent: 818 - - uid: 769 - components: - - type: Transform - pos: -9.5,-13.5 - parent: 818 - - uid: 770 - components: - - type: Transform - pos: -9.5,-12.5 - parent: 818 - - uid: 771 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 818 - - uid: 772 - components: - - type: Transform - pos: -11.5,-14.5 - parent: 818 - - uid: 773 - components: - - type: Transform - pos: -11.5,-13.5 - parent: 818 - - uid: 774 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 818 - - uid: 775 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 818 - - uid: 776 - components: - - type: Transform - pos: -13.5,-14.5 - parent: 818 - - uid: 777 - components: - - type: Transform - pos: -13.5,-13.5 - parent: 818 - - uid: 778 - components: - - type: Transform - pos: -13.5,-12.5 - parent: 818 - - uid: 779 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 818 - - uid: 780 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 818 - - uid: 781 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 818 - - uid: 782 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 818 - - uid: 783 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 818 - - uid: 784 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 818 - - uid: 785 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 818 - - uid: 786 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 818 - - uid: 787 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 818 - - uid: 788 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 818 - - uid: 789 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 818 - - uid: 790 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 818 - - uid: 791 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 818 - - uid: 792 - components: - - type: Transform - pos: 12.5,-14.5 - parent: 818 - - uid: 793 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 818 - - uid: 794 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 818 -- proto: SS13Memorial - entities: - - uid: 594 - components: - - type: Transform - pos: -0.5,4.5 - parent: 818 -- proto: Stool - entities: - - uid: 119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-20.5 - parent: 818 - - uid: 639 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-20.5 - parent: 818 - - uid: 723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-20.5 - parent: 818 - - uid: 724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 818 - - uid: 729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-1.5 - parent: 818 - - uid: 730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-2.5 - parent: 818 - - uid: 738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 818 - - uid: 740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,0.5 - parent: 818 -- proto: StoolBar - entities: - - uid: 230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,1.5 - parent: 818 - - uid: 342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,1.5 - parent: 818 - - uid: 433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,1.5 - parent: 818 -- proto: SubstationBasic - entities: - - uid: 807 - components: - - type: Transform - pos: -0.5,8.5 - parent: 818 -- proto: TableCarpet - entities: - - uid: 572 - components: - - type: Transform - pos: 9.5,0.5 - parent: 818 - - uid: 573 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 818 - - uid: 574 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 818 - - uid: 576 - components: - - type: Transform - pos: 10.5,0.5 - parent: 818 -- proto: TableReinforced - entities: - - uid: 585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 818 - - uid: 707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 - parent: 818 - - uid: 751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,4.5 - parent: 818 - - uid: 796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,2.5 - parent: 818 - - uid: 797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,2.5 - parent: 818 - - uid: 798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,2.5 - parent: 818 -- proto: TableWood - entities: - - uid: 441 - components: - - type: Transform - pos: 12.5,0.5 - parent: 818 - - uid: 575 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 818 - - uid: 587 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 818 - - uid: 706 - components: - - type: Transform - pos: 9.5,4.5 - parent: 818 - - uid: 750 - components: - - type: Transform - pos: 10.5,4.5 - parent: 818 - - uid: 756 - components: - - type: Transform - pos: 8.5,4.5 - parent: 818 -- proto: TelecomServerFilled - entities: - - uid: 919 - components: - - type: Transform - pos: -1.5,8.5 - parent: 818 -- proto: VendingMachineBooze - entities: - - uid: 753 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: -9.5,4.5 - parent: 818 -- proto: VendingMachineCigs - entities: - - uid: 744 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: -7.5,1.5 - parent: 818 -- proto: VendingMachineCola - entities: - - uid: 635 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: -12.5,-5.5 - parent: 818 -- proto: VendingMachineGames - entities: - - uid: 748 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: 6.5,1.5 - parent: 818 -- proto: VendingMachineSnack - entities: - - uid: 637 - components: - - type: MetaData - flags: SessionSpecific - - type: Transform - pos: -12.5,-6.5 - parent: 818 -- proto: WallRiveted - entities: - - uid: 10 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 818 - - uid: 23 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-21.5 - parent: 818 - - uid: 40 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-21.5 - parent: 818 - - uid: 41 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 818 - - uid: 42 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-18.5 - parent: 818 - - uid: 43 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-18.5 - parent: 818 - - uid: 44 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-18.5 - parent: 818 - - uid: 45 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-18.5 - parent: 818 - - uid: 46 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-18.5 - parent: 818 - - uid: 47 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 818 - - uid: 48 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 818 - - uid: 49 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-18.5 - parent: 818 - - uid: 50 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-18.5 - parent: 818 - - uid: 51 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-18.5 - parent: 818 - - uid: 52 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-18.5 - parent: 818 - - uid: 53 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-9.5 - parent: 818 - - uid: 54 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-9.5 - parent: 818 - - uid: 55 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 818 - - uid: 56 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-9.5 - parent: 818 - - uid: 57 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-9.5 - parent: 818 - - uid: 58 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 818 - - uid: 59 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-11.5 - parent: 818 - - uid: 60 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 818 - - uid: 61 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 818 - - uid: 62 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-11.5 - parent: 818 - - uid: 63 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-11.5 - parent: 818 - - uid: 64 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-11.5 - parent: 818 - - uid: 65 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-16.5 - parent: 818 - - uid: 66 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-16.5 - parent: 818 - - uid: 67 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-16.5 - parent: 818 - - uid: 68 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 818 - - uid: 69 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 818 - - uid: 70 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 818 - - uid: 71 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 818 - - uid: 72 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 818 - - uid: 73 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 818 - - uid: 74 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-11.5 - parent: 818 - - uid: 75 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-11.5 - parent: 818 - - uid: 76 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-11.5 - parent: 818 - - uid: 77 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-9.5 - parent: 818 - - uid: 78 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-9.5 - parent: 818 - - uid: 79 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-9.5 - parent: 818 - - uid: 80 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-9.5 - parent: 818 - - uid: 81 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-9.5 - parent: 818 - - uid: 82 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-9.5 - parent: 818 - - uid: 83 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-11.5 - parent: 818 - - uid: 84 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-11.5 - parent: 818 - - uid: 85 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-11.5 - parent: 818 - - uid: 86 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 818 - - uid: 87 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-16.5 - parent: 818 - - uid: 88 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-16.5 - parent: 818 - - uid: 89 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-4.5 - parent: 818 - - uid: 90 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 818 - - uid: 92 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-4.5 - parent: 818 - - uid: 112 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 818 - - uid: 114 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-5.5 - parent: 818 - - uid: 120 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 5.5,1.5 - parent: 818 - - uid: 154 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-5.5 - parent: 818 - - uid: 158 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 818 - - uid: 179 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -2.5,-2.5 - parent: 818 - - uid: 180 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 5.5,-3.5 - parent: 818 - - uid: 182 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 1.5,-2.5 - parent: 818 - - uid: 187 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -6.5,-2.5 - parent: 818 - - uid: 189 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 5.5,-4.5 - parent: 818 - - uid: 190 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 1.5,9.5 - parent: 818 - - uid: 193 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 5.5,-2.5 - parent: 818 - - uid: 199 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -6.5,-4.5 - parent: 818 - - uid: 202 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -6.5,1.5 - parent: 818 - - uid: 207 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -6.5,-3.5 - parent: 818 - - uid: 217 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -4.5,3.5 - parent: 818 - - uid: 222 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -2.5,9.5 - parent: 818 - - uid: 223 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -0.5,9.5 - parent: 818 - - uid: 225 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -1.5,9.5 - parent: 818 - - uid: 231 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -4.5,9.5 - parent: 818 - - uid: 258 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -14.5,-4.5 - parent: 818 - - uid: 259 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 13.5,-3.5 - parent: 818 - - uid: 260 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 13.5,-4.5 - parent: 818 - - uid: 261 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -14.5,-3.5 - parent: 818 - - uid: 262 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 13.5,1.5 - parent: 818 - - uid: 263 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 13.5,2.5 - parent: 818 - - uid: 264 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 12.5,2.5 - parent: 818 - - uid: 265 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -14.5,1.5 - parent: 818 - - uid: 266 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -14.5,2.5 - parent: 818 - - uid: 267 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -13.5,2.5 - parent: 818 - - uid: 304 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -7.5,2.5 - parent: 818 - - uid: 306 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -6.5,2.5 - parent: 818 - - uid: 307 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 6.5,2.5 - parent: 818 - - uid: 340 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 5.5,2.5 - parent: 818 - - uid: 343 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 0.5,9.5 - parent: 818 - - uid: 351 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -3.5,9.5 - parent: 818 - - uid: 401 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,2.5 - parent: 818 - - uid: 403 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,9.5 - parent: 818 - - uid: 405 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -1.5,6.5 - parent: 818 - - uid: 406 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,2.5 - parent: 818 - - uid: 407 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 2.5,6.5 - parent: 818 - - uid: 408 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 2.5,4.5 - parent: 818 - - uid: 409 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 2.5,5.5 - parent: 818 - - uid: 414 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 3.5,9.5 - parent: 818 - - uid: 420 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 2.5,3.5 - parent: 818 - - uid: 578 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -3.5,3.5 - parent: 818 - - uid: 581 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -3.5,5.5 - parent: 818 - - uid: 582 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -3.5,4.5 - parent: 818 - - uid: 583 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -3.5,6.5 - parent: 818 - - uid: 588 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -2.5,6.5 - parent: 818 - - uid: 602 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 0.5,6.5 - parent: 818 - - uid: 693 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 1.5,6.5 - parent: 818 - - uid: 711 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -1.5,-2.5 - parent: 818 - - uid: 712 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -0.5,-2.5 - parent: 818 - - uid: 713 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 0.5,-2.5 - parent: 818 - - uid: 725 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,4.5 - parent: 818 - - uid: 726 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,3.5 - parent: 818 - - uid: 736 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,5.5 - parent: 818 - - uid: 739 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,6.5 - parent: 818 - - uid: 743 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,7.5 - parent: 818 - - uid: 745 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,8.5 - parent: 818 - - uid: 746 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 2.5,9.5 - parent: 818 - - uid: 754 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,7.5 - parent: 818 - - uid: 757 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,3.5 - parent: 818 - - uid: 758 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,6.5 - parent: 818 - - uid: 762 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,5.5 - parent: 818 - - uid: 799 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 4.5,4.5 - parent: 818 - - uid: 800 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -5.5,9.5 - parent: 818 - - uid: 804 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -0.5,6.5 - parent: 818 -- proto: WarpPoint - entities: - - uid: 638 - components: - - type: Transform - pos: -0.5,1.5 - parent: 818 - - type: WarpPoint - location: Terminal -- proto: Windoor - entities: - - uid: 806 - components: - - type: Transform - pos: -8.5,2.5 - parent: 818 - - uid: 841 - components: - - type: Transform - pos: -2.5,3.5 - parent: 818 -- proto: WindowReinforcedDirectional - entities: - - uid: 181 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 818 - - uid: 204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,8.5 - parent: 818 - - uid: 600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,8.5 - parent: 818 - - uid: 659 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 818 - - uid: 660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-12.5 - parent: 818 - - uid: 661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 818 - - uid: 662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 818 - - uid: 663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-14.5 - parent: 818 - - uid: 664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-15.5 - parent: 818 - - uid: 665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-15.5 - parent: 818 - - uid: 666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-14.5 - parent: 818 - - uid: 667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 818 - - uid: 668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 818 - - uid: 669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-12.5 - parent: 818 - - uid: 670 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 818 - - uid: 671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 818 - - uid: 672 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 818 - - uid: 673 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-13.5 - parent: 818 - - uid: 674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 818 - - uid: 675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 818 - - uid: 676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-13.5 - parent: 818 - - uid: 677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 818 - - uid: 678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 818 - - uid: 679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-16.5 - parent: 818 - - uid: 680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-16.5 - parent: 818 - - uid: 681 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 818 - - uid: 682 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 818 - - uid: 683 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 818 - - uid: 684 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 818 - - uid: 685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-16.5 - parent: 818 - - uid: 686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-16.5 - parent: 818 - - uid: 837 - components: - - type: Transform - pos: 1.5,3.5 - parent: 818 - - uid: 838 - components: - - type: Transform - pos: 0.5,3.5 - parent: 818 - - uid: 839 - components: - - type: Transform - pos: -0.5,3.5 - parent: 818 - - uid: 840 - components: - - type: Transform - pos: -1.5,3.5 - parent: 818 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 29: FloorDark + 38: FloorDarkPlastic + 47: FloorGrass + 76: FloorRGlass + 77: FloorReinforced + 89: FloorSteel + 104: FloorTechMaint + 105: FloorTechMaint2 + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 818 + components: + - type: MetaData + name: NT-EM Terminal + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAHQAAAAADBwAAAAAAHQAAAAABWQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAADHQAAAAAABwAAAAAAHQAAAAAAWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAACHQAAAAADBwAAAAAAHQAAAAABWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAAAHQAAAAAABwAAAAAAHQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADTAAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACTAAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAATAAAAAAAWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAATAAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAABAAAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAABTAAAAAAAWQAAAAAATAAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAD + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAATQAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAABHQAAAAAABwAAAAAAHQAAAAABWQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAACHQAAAAAABwAAAAAAHQAAAAACWQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABHQAAAAADBwAAAAAAHQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADWQAAAAADHQAAAAACBwAAAAAAHQAAAAADWQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACTAAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAATAAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAATAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAATAAAAAAAWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADTAAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABTAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABTAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: 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: + 226: 8,-18 + 227: 8,-11 + 228: -12,-18 + 229: -12,-11 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 230: -10,-18 + 231: -10,-11 + 232: 10,-11 + 233: 10,-18 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 218: -9,-18 + 219: -13,-18 + 220: -13,-11 + 221: -9,-11 + 222: 7,-18 + 223: 7,-11 + 224: 11,-11 + 225: 11,-18 + 366: 1,8 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 369: -5,8 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 128: -9,-17 + 129: -10,-17 + 130: -11,-17 + 131: -12,-17 + 132: -13,-17 + 181: 10,-17 + 182: 9,-17 + 183: 8,-17 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 133: -9,-12 + 134: -10,-12 + 135: -11,-12 + 136: -12,-12 + 137: -13,-12 + 178: 10,-12 + 179: 9,-12 + 180: 8,-12 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 142: -14,-16 + 143: -14,-15 + 144: -14,-14 + 145: -14,-13 + 154: -10,-16 + 155: -10,-15 + 156: -10,-14 + 157: -10,-13 + 158: 6,-16 + 159: 6,-15 + 160: 6,-14 + 161: 6,-13 + 162: 10,-16 + 163: 10,-15 + 164: 10,-14 + 165: 10,-13 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 140: -9,-17 + 141: -13,-17 + 174: 7,-17 + 175: 11,-17 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 138: -9,-12 + 139: -13,-12 + 176: 11,-12 + 177: 7,-12 + 320: -3,3 + 321: -2,3 + 322: -1,3 + 323: 0,3 + 324: 1,3 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 146: -12,-16 + 147: -12,-15 + 148: -12,-14 + 149: -12,-13 + 150: -8,-16 + 151: -8,-15 + 152: -8,-14 + 153: -8,-13 + 166: 12,-16 + 167: 12,-15 + 168: 12,-14 + 169: 12,-13 + 170: 8,-16 + 171: 8,-15 + 172: 8,-14 + 173: 8,-13 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 239: 12,1 + 240: 11,3 + 241: 10,4 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 242: 8,4 + 243: 7,3 + 244: 6,1 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 234: 12,-4 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 245: 6,-4 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNe + decals: + 252: 11,1 + 253: 10,3 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNw + decals: + 251: 7,1 + 254: 8,3 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineE + decals: + 350: 4,-2 + 351: 4,-1 + 352: 4,0 + 353: 4,1 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 235: 12,-3 + 236: 12,-2 + 237: 12,-1 + 238: 12,0 + 248: 11,2 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 255: 9,4 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 249: 7,-4 + 250: 11,-4 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 354: -6,-2 + 355: -6,-1 + 356: -6,0 + 357: -6,1 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 246: 6,-3 + 247: 7,2 + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 6: -11.016409,-15.979745 + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 0: 8.958727,-15.96412 + 5: -11.047659,-13.073495 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 1: 8.967296,-13.917245 + - node: + color: '#FFFFFFFF' + id: Bushe2 + decals: + 15: -11.003177,-13.104745 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 16: 8.954511,-13.729745 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 14: -11.128177,-15.96412 + 17: 8.970136,-15.604745 + - node: + color: '#FFFFFFFF' + id: Bushf1 + decals: + 11: 8.984636,-13.12037 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 12: 9.015886,-15.635995 + - node: + color: '#FFFFFFFF' + id: Bushf3 + decals: + 13: -11.034427,-14.62037 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 318: -2.1152062,4.094537 + - node: + color: '#FFFFFFFF' + id: Bushi4 + decals: + 319: 0.38479376,4.985162 + - node: + color: '#FFFFFFFF' + id: Bushj2 + decals: + 9: -10.989034,-15.30787 + - node: + color: '#FFFFFFFF' + id: Bushj3 + decals: + 8: -11.004659,-14.08912 + 10: 9.031511,-14.46412 + - node: + color: '#79150096' + id: CheckerNESW + decals: + 341: -9,2 + 342: -9,3 + 343: -10,3 + 344: -11,3 + 345: -12,3 + 346: -13,3 + 347: -12,4 + 348: -11,4 + 349: -10,4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 202: 14,-18 + 203: 12,-18 + 204: 6,-18 + 205: 4,-18 + 206: 4,-11 + 207: 6,-11 + 208: 12,-11 + 209: 14,-11 + 210: -6,-18 + 211: -8,-18 + 212: -14,-18 + 213: -16,-18 + 214: -16,-11 + 215: -14,-11 + 216: -8,-11 + 217: -6,-11 + 293: -10,-5 + 294: -11,-5 + 295: -12,-5 + 296: 8,-5 + 297: 9,-5 + 298: 10,-5 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 316: 0.63479376,3.7820368 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 317: -2.8495812,3.8601618 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 312: -1.5370812,3.328912 + 313: -0.61520624,4.063287 + 315: -1.0839562,3.9382868 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 314: -0.80270624,3.407037 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 270: -2,1 + 271: 0,-1 + 272: -1,0 + - node: + color: '#FFFFFFFF' + id: Grassa3 + decals: + 4: -11.016409,-15.073495 + - node: + color: '#FFFFFFFF' + id: Grassb2 + decals: + 3: 9.014171,-12.979745 + - node: + color: '#FFFFFFFF' + id: Grassb3 + decals: + 7: -10.985159,-14.010995 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 2: 8.998546,-14.854745 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 301: -0.05270624,4.094537 + - node: + color: '#FFFFFFFF' + id: Grassd2 + decals: + 302: 0.90041876,4.250787 + 303: -1.2714562,3.141412 + 309: -0.30270624,4.938287 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 304: -2.2245812,4.485162 + 310: 0.79104376,4.953912 + 311: -2.9433312,3.157037 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 306: -2.8808312,3.9539118 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 300: -0.22458124,3.219537 + 307: -2.8652062,4.969537 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 299: 0.82229376,3.328912 + 305: -2.3652062,3.375787 + 308: -1.4745812,4.938287 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 282: 2,-2 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale180 + decals: + 283: -4,2 + - node: + color: '#D4D4D496' + id: HalfTileOverlayGreyscale180 + decals: + 44: -11,-21 + 57: 9,-21 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 267: 1,-1 + 268: 1,0 + 269: 1,1 + 275: -2,-1 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 264: -3,-1 + 265: -3,0 + 266: -3,1 + 278: 0,1 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 184: -8,0 + 185: -9,0 + 186: -10,0 + 187: -11,0 + 188: -12,0 + 189: -13,0 + 190: -13,-1 + 191: -13,-2 + 192: -13,-3 + 193: -13,-4 + 262: 1,-2 + 263: -2,-2 + 279: 3,-2 + - node: + color: '#52B4E950' + id: QuarterTileOverlayGreyscale + decals: + 95: 8,-21 + 96: 7,-20 + 97: 7,-19 + 98: 7,-18 + 99: 7,-17 + 100: -12,-21 + 101: -13,-20 + 102: -13,-19 + 103: -13,-18 + 104: -13,-17 + - node: + color: '#52B4E95A' + id: QuarterTileOverlayGreyscale + decals: + 325: 11,-6 + 339: -9,-6 + - node: + color: '#D4D4D496' + id: QuarterTileOverlayGreyscale + decals: + 18: -13,-6 + 19: -13,-7 + 20: -13,-8 + 21: -13,-9 + 22: -13,-10 + 23: -13,-11 + 24: -13,-12 + 58: 7,-12 + 59: 7,-11 + 60: 7,-10 + 61: 7,-9 + 62: 7,-8 + 63: 7,-7 + 64: 7,-6 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale180 + decals: + 258: 0,2 + 259: -3,2 + 284: -5,2 + - node: + color: '#52B4E950' + id: QuarterTileOverlayGreyscale180 + decals: + 72: 11,-10 + 73: 11,-9 + 74: 11,-8 + 75: 11,-7 + 76: 11,-6 + 77: 11,-11 + 78: 11,-12 + 93: 8,-21 + 94: 7,-20 + 105: -13,-20 + 106: -12,-21 + 121: -9,-12 + 122: -9,-11 + 123: -9,-10 + 124: -9,-9 + 125: -9,-8 + 126: -9,-7 + 127: -9,-6 + - node: + color: '#D4D4D496' + id: QuarterTileOverlayGreyscale180 + decals: + 32: -9,-17 + 33: -9,-18 + 34: -9,-19 + 35: -9,-20 + 36: -10,-20 + 37: -10,-21 + 51: 10,-21 + 52: 10,-20 + 53: 11,-20 + 54: 11,-19 + 55: 11,-18 + 56: 11,-17 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 256: 1,2 + 257: -2,2 + 273: -1,1 + - node: + color: '#52B4E950' + id: QuarterTileOverlayGreyscale270 + decals: + 79: 7,-12 + 80: 7,-11 + 81: 7,-10 + 82: 7,-9 + 83: 7,-8 + 84: 7,-7 + 85: 7,-6 + 91: 10,-21 + 92: 11,-20 + 107: -10,-21 + 108: -9,-20 + 114: -13,-12 + 115: -13,-11 + 116: -13,-10 + 117: -13,-9 + 118: -13,-8 + 119: -13,-7 + 120: -13,-6 + - node: + color: '#D4D4D496' + id: QuarterTileOverlayGreyscale270 + decals: + 38: -12,-21 + 39: -12,-20 + 40: -13,-20 + 41: -13,-19 + 42: -13,-18 + 43: -13,-17 + 45: 8,-21 + 46: 8,-20 + 47: 7,-20 + 48: 7,-19 + 49: 7,-18 + 50: 7,-17 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 260: 0,-2 + 261: -3,-2 + 274: -1,-1 + - node: + color: '#52B4E950' + id: QuarterTileOverlayGreyscale90 + decals: + 86: 11,-17 + 87: 11,-18 + 88: 11,-19 + 89: 11,-20 + 90: 10,-21 + 109: -10,-21 + 110: -9,-20 + 111: -9,-19 + 112: -9,-18 + 113: -9,-17 + - node: + color: '#52B4E95A' + id: QuarterTileOverlayGreyscale90 + decals: + 326: 7,-6 + 340: -13,-6 + - node: + color: '#D4D4D496' + id: QuarterTileOverlayGreyscale90 + decals: + 25: -9,-6 + 26: -9,-7 + 27: -9,-8 + 28: -9,-9 + 29: -9,-10 + 30: -9,-11 + 31: -9,-12 + 65: 11,-6 + 66: 11,-7 + 67: 11,-8 + 68: 11,-9 + 69: 11,-10 + 70: 11,-11 + 71: 11,-12 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 364: 3,8 + 365: 3,8 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale + decals: + 276: -2,0 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 277: 0,0 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 280: 2,-1 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 281: -4,1 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 194: -7,-18 + 195: -7,-11 + 196: -15,-11 + 197: -15,-18 + 198: 13,-18 + 199: 13,-11 + 200: 5,-11 + 201: 5,-18 + 371: -1,8 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 362: 3,7 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 289: 5,-2 + 290: 5,0 + 291: -7,-2 + 292: -7,0 + 360: 5,-1 + 361: -7,-1 + 363: 3,8 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 330: 10,-6 + 331: 9,-6 + 332: 8,-6 + 333: -10,-6 + 334: -11,-6 + 335: -12,-6 + 377: -9,-17 + 378: -13,-17 + 379: 7,-17 + 380: 11,-17 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 327: 8,-4 + 328: 9,-4 + 329: 10,-4 + 336: -10,-4 + 337: -11,-4 + 338: -12,-4 + 373: 7,-12 + 374: 11,-12 + 375: -9,-12 + 376: -13,-12 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 367: -2,8 + 368: -4,8 + 370: -5,8 + 372: -3,8 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 285: -7,-2 + 286: -7,0 + 287: 5,-2 + 288: 5,0 + 358: 5,-1 + 359: -7,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + -4,-3: + 0: 53247 + -4,-4: + 0: 61166 + -4,-2: + 0: 60620 + -4,-1: + 0: 61166 + -3,-4: + 0: 65535 + -3,-3: + 0: 65535 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -2,-4: + 0: 13107 + -2,-3: + 0: 6007 + -2,-2: + 0: 61713 + -2,-1: + 0: 65535 + -1,-2: + 0: 61440 + 0,1: + 0: 4095 + 1: 61440 + 1,0: + 0: 65535 + 1,1: + 0: 959 + 1: 12288 + 2,0: + 0: 65535 + 2,1: + 0: 255 + 3,0: + 0: 4915 + 3,1: + 0: 1 + 0,-2: + 0: 61440 + 1,-3: + 0: 53247 + 1,-2: + 0: 64716 + 1,-1: + 0: 65535 + 1,-4: + 0: 61166 + 2,-4: + 0: 65535 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-4: + 0: 13107 + 3,-3: + 0: 6007 + 3,-2: + 0: 12561 + 3,-1: + 0: 13107 + -4,0: + 0: 52974 + -4,1: + 0: 140 + -3,0: + 0: 65535 + -3,1: + 0: 255 + -2,0: + 0: 65535 + -2,1: + 0: 3823 + 1: 57344 + -1,1: + 0: 4095 + 1: 61440 + 1,-5: + 0: 65532 + 1,-6: + 0: 51200 + 2,-6: + 0: 65280 + 2,-5: + 0: 65535 + 3,-6: + 0: 4096 + 3,-5: + 0: 30577 + -4,-5: + 0: 65532 + -4,-6: + 0: 51200 + -3,-6: + 0: 65280 + -3,-5: + 0: 65535 + -2,-6: + 0: 4096 + -2,-5: + 0: 30577 + 0,2: + 1: 4095 + 1,2: + 1: 819 + -2,2: + 1: 3822 + -1,2: + 1: 4095 + 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 + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockExternalGlass + entities: + - uid: 2 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 818 + - uid: 3 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 818 + - uid: 4 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 818 + - uid: 5 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 818 + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 818 + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 818 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-17.5 + parent: 818 + - uid: 14 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-10.5 + parent: 818 +- proto: AirlockExternalLocked + entities: + - uid: 589 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,8.5 + parent: 818 +- proto: AirlockGlass + entities: + - uid: 252 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 818 + - uid: 253 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 818 + - uid: 254 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 818 + - uid: 255 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 818 + - uid: 256 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 818 + - uid: 257 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 818 +- proto: AirlockGlassShuttleEasyPryLocked + entities: + - uid: 1 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-10.5 + parent: 818 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-17.5 + parent: 818 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-10.5 + parent: 818 + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-17.5 + parent: 818 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 818 + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 818 + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 818 + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 818 +- proto: AirlockMaint + entities: + - uid: 146 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 3.5,3.5 + parent: 818 +- proto: APCBasic + entities: + - uid: 205 + components: + - type: Transform + pos: 6.5,2.5 + parent: 818 + - uid: 206 + components: + - type: Transform + pos: -13.5,2.5 + parent: 818 + - uid: 211 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 818 + - uid: 212 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 818 + - uid: 355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 818 + - uid: 846 + components: + - type: Transform + pos: 2.5,3.5 + parent: 818 +- proto: ArrivalsShuttleTimer + entities: + - uid: 597 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 818 + - uid: 633 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 818 + - uid: 928 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 818 + - uid: 929 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 818 +- proto: AtmosDeviceFanTiny + entities: + - uid: 296 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 818 + - uid: 297 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 818 + - uid: 298 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 818 + - uid: 299 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 818 + - uid: 300 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 818 + - uid: 301 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 818 + - uid: 302 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 818 + - uid: 303 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 818 + - uid: 809 + components: + - type: Transform + pos: 4.5,8.5 + parent: 818 +- proto: BarSignEngineChange + entities: + - uid: 215 + components: + - type: Transform + pos: -10.5,5.5 + parent: 818 +- proto: BlockGameArcade + entities: + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-1.5 + parent: 818 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,0.5 + parent: 818 +- proto: BookshelfFilled + entities: + - uid: 442 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 7.5,3.5 + parent: 818 + - uid: 752 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 11.5,3.5 + parent: 818 +- proto: BoozeDispenser + entities: + - uid: 710 + components: + - type: Transform + pos: -11.5,4.5 + parent: 818 +- proto: CableApcExtension + entities: + - uid: 203 + components: + - type: Transform + pos: 1.5,6.5 + parent: 818 + - uid: 208 + components: + - type: Transform + pos: -3.5,7.5 + parent: 818 + - uid: 218 + components: + - type: Transform + pos: -4.5,4.5 + parent: 818 + - uid: 402 + components: + - type: Transform + pos: -4.5,7.5 + parent: 818 + - uid: 404 + components: + - type: Transform + pos: 2.5,1.5 + parent: 818 + - uid: 410 + components: + - type: Transform + pos: 2.5,2.5 + parent: 818 + - uid: 411 + components: + - type: Transform + pos: 3.5,5.5 + parent: 818 + - uid: 412 + components: + - type: Transform + pos: 3.5,4.5 + parent: 818 + - uid: 426 + components: + - type: Transform + pos: -2.5,7.5 + parent: 818 + - uid: 427 + components: + - type: Transform + pos: -1.5,7.5 + parent: 818 + - uid: 428 + components: + - type: Transform + pos: -0.5,7.5 + parent: 818 + - uid: 429 + components: + - type: Transform + pos: 0.5,7.5 + parent: 818 + - uid: 430 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 818 + - uid: 431 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 818 + - uid: 434 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 818 + - uid: 435 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 818 + - uid: 436 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 818 + - uid: 437 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 818 + - uid: 438 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 818 + - uid: 439 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 818 + - uid: 440 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 818 + - uid: 443 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 818 + - uid: 444 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 818 + - uid: 445 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 818 + - uid: 446 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 818 + - uid: 447 + components: + - type: Transform + pos: -13.5,2.5 + parent: 818 + - uid: 448 + components: + - type: Transform + pos: -13.5,1.5 + parent: 818 + - uid: 449 + components: + - type: Transform + pos: -13.5,0.5 + parent: 818 + - uid: 450 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 818 + - uid: 451 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 818 + - uid: 452 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 818 + - uid: 453 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 818 + - uid: 454 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 818 + - uid: 455 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 818 + - uid: 456 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 818 + - uid: 457 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 818 + - uid: 458 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 818 + - uid: 459 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 818 + - uid: 460 + components: + - type: Transform + pos: -10.5,0.5 + parent: 818 + - uid: 461 + components: + - type: Transform + pos: -10.5,1.5 + parent: 818 + - uid: 462 + components: + - type: Transform + pos: -10.5,2.5 + parent: 818 + - uid: 463 + components: + - type: Transform + pos: -10.5,3.5 + parent: 818 + - uid: 464 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 818 + - uid: 465 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 818 + - uid: 466 + components: + - type: Transform + pos: -11.5,3.5 + parent: 818 + - uid: 467 + components: + - type: Transform + pos: -9.5,3.5 + parent: 818 + - uid: 468 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 818 + - uid: 469 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 818 + - uid: 470 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 818 + - uid: 471 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 818 + - uid: 472 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 818 + - uid: 473 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 818 + - uid: 474 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 818 + - uid: 475 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 818 + - uid: 476 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 818 + - uid: 477 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 818 + - uid: 478 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 818 + - uid: 479 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 818 + - uid: 480 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 818 + - uid: 481 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 818 + - uid: 482 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 818 + - uid: 483 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 818 + - uid: 484 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 818 + - uid: 485 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 818 + - uid: 486 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 818 + - uid: 487 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 818 + - uid: 488 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 818 + - uid: 489 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 818 + - uid: 490 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 818 + - uid: 491 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 818 + - uid: 492 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 818 + - uid: 493 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 818 + - uid: 494 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 818 + - uid: 495 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 818 + - uid: 496 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 818 + - uid: 497 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 818 + - uid: 498 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 818 + - uid: 499 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 818 + - uid: 500 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 818 + - uid: 501 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 818 + - uid: 502 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 818 + - uid: 503 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 818 + - uid: 504 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 818 + - uid: 505 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 818 + - uid: 506 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 818 + - uid: 507 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 818 + - uid: 508 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 818 + - uid: 509 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 818 + - uid: 510 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 818 + - uid: 511 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 818 + - uid: 512 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 818 + - uid: 513 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 818 + - uid: 514 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 818 + - uid: 515 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 818 + - uid: 516 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 818 + - uid: 517 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 818 + - uid: 518 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 818 + - uid: 519 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 818 + - uid: 520 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 818 + - uid: 521 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 818 + - uid: 522 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 818 + - uid: 523 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 818 + - uid: 524 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 818 + - uid: 525 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 818 + - uid: 526 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 818 + - uid: 527 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 818 + - uid: 528 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 818 + - uid: 529 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 818 + - uid: 530 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 818 + - uid: 531 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 818 + - uid: 532 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 818 + - uid: 533 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 818 + - uid: 534 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 818 + - uid: 535 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 818 + - uid: 536 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 818 + - uid: 537 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 818 + - uid: 538 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 818 + - uid: 539 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 818 + - uid: 540 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 818 + - uid: 541 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 818 + - uid: 542 + components: + - type: Transform + pos: 6.5,2.5 + parent: 818 + - uid: 543 + components: + - type: Transform + pos: 6.5,1.5 + parent: 818 + - uid: 544 + components: + - type: Transform + pos: 6.5,0.5 + parent: 818 + - uid: 545 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 818 + - uid: 546 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 818 + - uid: 547 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 818 + - uid: 548 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 818 + - uid: 549 + components: + - type: Transform + pos: 9.5,0.5 + parent: 818 + - uid: 550 + components: + - type: Transform + pos: 9.5,1.5 + parent: 818 + - uid: 551 + components: + - type: Transform + pos: 9.5,2.5 + parent: 818 + - uid: 552 + components: + - type: Transform + pos: 9.5,3.5 + parent: 818 + - uid: 553 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 818 + - uid: 554 + components: + - type: Transform + pos: 8.5,3.5 + parent: 818 + - uid: 555 + components: + - type: Transform + pos: 10.5,3.5 + parent: 818 + - uid: 556 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 818 + - uid: 557 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 818 + - uid: 558 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 818 + - uid: 559 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 818 + - uid: 560 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 818 + - uid: 561 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 818 + - uid: 562 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 818 + - uid: 563 + components: + - type: Transform + pos: 1.5,7.5 + parent: 818 + - uid: 564 + components: + - type: Transform + pos: 2.5,7.5 + parent: 818 + - uid: 565 + components: + - type: Transform + pos: 3.5,7.5 + parent: 818 + - uid: 566 + components: + - type: Transform + pos: 3.5,6.5 + parent: 818 + - uid: 579 + components: + - type: Transform + pos: 2.5,0.5 + parent: 818 + - uid: 599 + components: + - type: Transform + pos: -4.5,6.5 + parent: 818 + - uid: 601 + components: + - type: Transform + pos: -4.5,5.5 + parent: 818 + - uid: 651 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 818 + - uid: 652 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 818 + - uid: 653 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 818 + - uid: 654 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 818 + - uid: 655 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 818 + - uid: 656 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 818 + - uid: 657 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 818 + - uid: 658 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 818 + - uid: 842 + components: + - type: Transform + pos: -4.5,0.5 + parent: 818 + - uid: 843 + components: + - type: Transform + pos: -4.5,1.5 + parent: 818 + - uid: 844 + components: + - type: Transform + pos: 2.5,3.5 + parent: 818 +- proto: CableHV + entities: + - uid: 413 + components: + - type: Transform + pos: -3.5,8.5 + parent: 818 + - uid: 415 + components: + - type: Transform + pos: -4.5,8.5 + parent: 818 + - uid: 416 + components: + - type: Transform + pos: -2.5,8.5 + parent: 818 + - uid: 734 + components: + - type: Transform + pos: -0.5,8.5 + parent: 818 + - uid: 735 + components: + - type: Transform + pos: -1.5,8.5 + parent: 818 +- proto: CableMV + entities: + - uid: 177 + components: + - type: Transform + pos: 3.5,3.5 + parent: 818 + - uid: 201 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 818 + - uid: 210 + components: + - type: Transform + pos: 6.5,1.5 + parent: 818 + - uid: 214 + components: + - type: Transform + pos: 6.5,0.5 + parent: 818 + - uid: 219 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 818 + - uid: 221 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 818 + - uid: 224 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 818 + - uid: 226 + components: + - type: Transform + pos: 6.5,2.5 + parent: 818 + - uid: 227 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 818 + - uid: 228 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 818 + - uid: 349 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 818 + - uid: 350 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 818 + - uid: 352 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 818 + - uid: 353 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 818 + - uid: 354 + components: + - type: Transform + pos: 1.5,6.5 + parent: 818 + - uid: 356 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 818 + - uid: 357 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 818 + - uid: 358 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 818 + - uid: 359 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 818 + - uid: 360 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 818 + - uid: 361 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 818 + - uid: 362 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 818 + - uid: 363 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 818 + - uid: 364 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 818 + - uid: 365 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 818 + - uid: 366 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 818 + - uid: 367 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 818 + - uid: 368 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 818 + - uid: 369 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 818 + - uid: 370 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 818 + - uid: 371 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 818 + - uid: 372 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 818 + - uid: 373 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 818 + - uid: 374 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 818 + - uid: 375 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 818 + - uid: 376 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 818 + - uid: 377 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 818 + - uid: 378 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 818 + - uid: 379 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 818 + - uid: 380 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 818 + - uid: 381 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 818 + - uid: 382 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 818 + - uid: 383 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 818 + - uid: 384 + components: + - type: Transform + pos: -13.5,0.5 + parent: 818 + - uid: 385 + components: + - type: Transform + pos: -13.5,1.5 + parent: 818 + - uid: 386 + components: + - type: Transform + pos: -13.5,2.5 + parent: 818 + - uid: 387 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 818 + - uid: 388 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 818 + - uid: 389 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 818 + - uid: 390 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 818 + - uid: 391 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 818 + - uid: 392 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 818 + - uid: 393 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 818 + - uid: 394 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 818 + - uid: 395 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 818 + - uid: 396 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 818 + - uid: 397 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 818 + - uid: 398 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 818 + - uid: 399 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 818 + - uid: 400 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 818 + - uid: 418 + components: + - type: Transform + pos: 3.5,1.5 + parent: 818 + - uid: 419 + components: + - type: Transform + pos: 3.5,2.5 + parent: 818 + - uid: 421 + components: + - type: Transform + pos: -0.5,7.5 + parent: 818 + - uid: 422 + components: + - type: Transform + pos: 0.5,7.5 + parent: 818 + - uid: 423 + components: + - type: Transform + pos: 1.5,7.5 + parent: 818 + - uid: 424 + components: + - type: Transform + pos: 2.5,7.5 + parent: 818 + - uid: 425 + components: + - type: Transform + pos: 3.5,7.5 + parent: 818 + - uid: 567 + components: + - type: Transform + pos: 3.5,4.5 + parent: 818 + - uid: 568 + components: + - type: Transform + pos: 3.5,5.5 + parent: 818 + - uid: 569 + components: + - type: Transform + pos: 3.5,6.5 + parent: 818 + - uid: 570 + components: + - type: Transform + pos: -0.5,8.5 + parent: 818 + - uid: 803 + components: + - type: Transform + pos: 3.5,0.5 + parent: 818 + - uid: 845 + components: + - type: Transform + pos: 2.5,3.5 + parent: 818 +- proto: CableTerminal + entities: + - uid: 417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 818 +- proto: Catwalk + entities: + - uid: 580 + components: + - type: Transform + pos: 3.5,6.5 + parent: 818 + - uid: 584 + components: + - type: Transform + pos: 2.5,7.5 + parent: 818 + - uid: 590 + components: + - type: Transform + pos: 3.5,5.5 + parent: 818 + - uid: 596 + components: + - type: Transform + pos: 1.5,7.5 + parent: 818 + - uid: 747 + components: + - type: Transform + pos: 3.5,4.5 + parent: 818 + - uid: 810 + components: + - type: Transform + pos: 0.5,7.5 + parent: 818 + - uid: 811 + components: + - type: Transform + pos: -0.5,7.5 + parent: 818 + - uid: 812 + components: + - type: Transform + pos: -1.5,7.5 + parent: 818 + - uid: 813 + components: + - type: Transform + pos: -2.5,7.5 + parent: 818 + - uid: 814 + components: + - type: Transform + pos: -3.5,7.5 + parent: 818 + - uid: 815 + components: + - type: Transform + pos: -4.5,7.5 + parent: 818 +- proto: Chair + entities: + - uid: 592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 818 + - uid: 593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 818 + - uid: 603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 818 + - uid: 604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 818 + - uid: 605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 818 + - uid: 606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-14.5 + parent: 818 + - uid: 607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-13.5 + parent: 818 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 818 + - uid: 609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-15.5 + parent: 818 + - uid: 610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-14.5 + parent: 818 + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-13.5 + parent: 818 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-12.5 + parent: 818 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-15.5 + parent: 818 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-14.5 + parent: 818 + - uid: 615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 818 + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 818 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 818 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 818 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 818 + - uid: 620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-12.5 + parent: 818 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-15.5 + parent: 818 + - uid: 622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 818 + - uid: 623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-13.5 + parent: 818 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 818 + - uid: 625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 818 + - uid: 626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 818 + - uid: 627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 818 + - uid: 628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 818 + - uid: 629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-15.5 + parent: 818 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 + parent: 818 + - uid: 631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 818 + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-12.5 + parent: 818 + - uid: 847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-8.5 + parent: 818 + - uid: 848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 818 + - uid: 849 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 818 + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 818 +- proto: ChairOfficeDark + entities: + - uid: 591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,3.5 + parent: 818 +- proto: ChairWood + entities: + - uid: 577 + components: + - type: Transform + pos: 10.5,1.5 + parent: 818 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 818 + - uid: 704 + components: + - type: Transform + pos: 9.5,1.5 + parent: 818 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 818 +- proto: ChessBoard + entities: + - uid: 918 + components: + - type: Transform + pos: 12.503689,-2.3981738 + parent: 818 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 344 + components: + - type: Transform + pos: -5.5,2.5 + parent: 818 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 432 + components: + - type: Transform + pos: 4.5,2.5 + parent: 818 +- proto: ComfyChair + entities: + - uid: 595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 818 + - uid: 718 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 818 + - uid: 749 + components: + - type: Transform + pos: 12.5,1.5 + parent: 818 + - uid: 759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-0.5 + parent: 818 + - uid: 760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 818 +- proto: DisposalBend + entities: + - uid: 853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 818 + - uid: 862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 818 + - uid: 891 + components: + - type: Transform + pos: 3.5,7.5 + parent: 818 + - uid: 893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 818 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-7.5 + parent: 818 + - uid: 899 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 818 + - uid: 900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 818 +- proto: DisposalJunctionFlipped + entities: + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 818 +- proto: DisposalPipe + entities: + - uid: 854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-7.5 + parent: 818 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 818 + - uid: 856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-5.5 + parent: 818 + - uid: 857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 818 + - uid: 858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-3.5 + parent: 818 + - uid: 859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-2.5 + parent: 818 + - uid: 860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-1.5 + parent: 818 + - uid: 861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 818 + - uid: 863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 818 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 818 + - uid: 865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 818 + - uid: 866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 818 + - uid: 867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 818 + - uid: 868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 818 + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 818 + - uid: 870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 818 + - uid: 871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 818 + - uid: 872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 818 + - uid: 873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 818 + - uid: 874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 818 + - uid: 875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 818 + - uid: 876 + components: + - type: Transform + pos: 3.5,1.5 + parent: 818 + - uid: 877 + components: + - type: Transform + pos: 3.5,2.5 + parent: 818 + - uid: 878 + components: + - type: Transform + pos: 3.5,3.5 + parent: 818 + - uid: 879 + components: + - type: Transform + pos: 3.5,4.5 + parent: 818 + - uid: 880 + components: + - type: Transform + pos: 3.5,5.5 + parent: 818 + - uid: 881 + components: + - type: Transform + pos: 3.5,6.5 + parent: 818 + - uid: 882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 818 + - uid: 883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 818 + - uid: 884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 818 + - uid: 885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 818 + - uid: 886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 818 + - uid: 887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 818 + - uid: 888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 818 + - uid: 889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,6.5 + parent: 818 + - uid: 890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,5.5 + parent: 818 + - uid: 901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 818 + - uid: 902 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 818 + - uid: 903 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 818 + - uid: 904 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 818 + - uid: 905 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 818 + - uid: 906 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 818 + - uid: 907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 818 + - uid: 908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 818 + - uid: 909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 818 + - uid: 910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 818 + - uid: 911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 818 + - uid: 912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 818 +- proto: DisposalTrunk + entities: + - uid: 852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-7.5 + parent: 818 + - uid: 894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 818 + - uid: 897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 818 +- proto: DisposalUnit + entities: + - uid: 851 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 818 + - uid: 896 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 818 +- proto: DrinkGlass + entities: + - uid: 915 + components: + - type: Transform + pos: -12.587411,2.5765429 + parent: 818 + - uid: 916 + components: + - type: Transform + pos: -12.321786,2.7171679 + parent: 818 +- proto: DrinkShaker + entities: + - uid: 914 + components: + - type: Transform + pos: -12.649911,2.7640429 + parent: 818 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 213 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 818 + - uid: 816 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 818 +- proto: FirelockEdge + entities: + - uid: 690 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 818 + - uid: 694 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 818 + - uid: 695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-16.5 + parent: 818 + - uid: 696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-16.5 + parent: 818 + - uid: 697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-16.5 + parent: 818 + - uid: 698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-16.5 + parent: 818 + - uid: 699 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 818 + - uid: 700 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 818 + - uid: 822 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 818 + - uid: 823 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 818 + - uid: 824 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 818 + - uid: 825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 818 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-5.5 + parent: 818 + - uid: 827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 818 + - uid: 828 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 818 + - uid: 829 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 818 + - uid: 830 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 818 + - uid: 831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-5.5 + parent: 818 + - uid: 832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-5.5 + parent: 818 + - uid: 833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 818 +- proto: FirelockGlass + entities: + - uid: 194 + components: + - type: Transform + pos: 5.5,0.5 + parent: 818 + - uid: 216 + components: + - type: Transform + pos: -10.5,2.5 + parent: 818 + - uid: 220 + components: + - type: Transform + pos: -9.5,2.5 + parent: 818 + - uid: 305 + components: + - type: Transform + pos: -6.5,0.5 + parent: 818 + - uid: 345 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 818 + - uid: 346 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 818 + - uid: 347 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 818 + - uid: 348 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 818 + - uid: 586 + components: + - type: Transform + pos: -11.5,2.5 + parent: 818 + - uid: 716 + components: + - type: Transform + pos: -12.5,2.5 + parent: 818 +- proto: GeneratorBasic15kW + entities: + - uid: 124 + components: + - type: Transform + pos: -4.5,8.5 + parent: 818 +- proto: GravityGeneratorMini + entities: + - uid: 808 + components: + - type: Transform + pos: 1.5,8.5 + parent: 818 +- proto: Grille + entities: + - uid: 96 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 818 + - uid: 97 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 818 + - uid: 98 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 818 + - uid: 99 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 818 + - uid: 101 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 818 + - uid: 102 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 818 + - uid: 103 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 818 + - uid: 104 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 818 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 818 + - uid: 126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 818 + - uid: 127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 818 + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 818 + - uid: 129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 818 + - uid: 130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-21.5 + parent: 818 + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 818 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 818 + - uid: 133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 818 + - uid: 134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 818 + - uid: 135 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 818 + - uid: 136 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 818 + - uid: 137 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 818 + - uid: 138 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 818 + - uid: 139 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 818 + - uid: 140 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 818 + - uid: 141 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 818 + - uid: 142 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 818 + - uid: 143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 818 + - uid: 144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 818 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 818 + - uid: 147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 818 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 818 + - uid: 149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 818 + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 818 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 818 + - uid: 153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 818 + - uid: 155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 818 + - uid: 156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 818 + - uid: 157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 818 + - uid: 167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 818 + - uid: 168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-20.5 + parent: 818 + - uid: 169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 818 + - uid: 170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 818 + - uid: 171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 818 + - uid: 172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-21.5 + parent: 818 + - uid: 173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-21.5 + parent: 818 + - uid: 174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-20.5 + parent: 818 + - uid: 175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-20.5 + parent: 818 + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 818 + - uid: 178 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 818 + - uid: 183 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 818 + - uid: 184 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 818 + - uid: 191 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 818 + - uid: 197 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 818 + - uid: 229 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 818 + - uid: 233 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 818 + - uid: 234 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 818 + - uid: 235 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 818 + - uid: 244 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 818 + - uid: 276 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 818 + - uid: 277 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 818 + - uid: 278 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 818 + - uid: 279 + components: + - type: Transform + pos: 13.5,0.5 + parent: 818 + - uid: 280 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 818 + - uid: 281 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 818 + - uid: 282 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 818 + - uid: 283 + components: + - type: Transform + pos: -14.5,0.5 + parent: 818 + - uid: 318 + components: + - type: Transform + pos: -13.5,3.5 + parent: 818 + - uid: 319 + components: + - type: Transform + pos: -13.5,4.5 + parent: 818 + - uid: 320 + components: + - type: Transform + pos: -12.5,4.5 + parent: 818 + - uid: 321 + components: + - type: Transform + pos: -12.5,5.5 + parent: 818 + - uid: 322 + components: + - type: Transform + pos: -11.5,5.5 + parent: 818 + - uid: 323 + components: + - type: Transform + pos: -10.5,5.5 + parent: 818 + - uid: 324 + components: + - type: Transform + pos: -9.5,5.5 + parent: 818 + - uid: 325 + components: + - type: Transform + pos: -8.5,5.5 + parent: 818 + - uid: 326 + components: + - type: Transform + pos: -8.5,4.5 + parent: 818 + - uid: 327 + components: + - type: Transform + pos: -7.5,4.5 + parent: 818 + - uid: 328 + components: + - type: Transform + pos: -7.5,3.5 + parent: 818 + - uid: 329 + components: + - type: Transform + pos: 6.5,3.5 + parent: 818 + - uid: 330 + components: + - type: Transform + pos: 6.5,4.5 + parent: 818 + - uid: 331 + components: + - type: Transform + pos: 7.5,4.5 + parent: 818 + - uid: 332 + components: + - type: Transform + pos: 7.5,5.5 + parent: 818 + - uid: 333 + components: + - type: Transform + pos: 8.5,5.5 + parent: 818 + - uid: 334 + components: + - type: Transform + pos: 9.5,5.5 + parent: 818 + - uid: 335 + components: + - type: Transform + pos: 10.5,5.5 + parent: 818 + - uid: 336 + components: + - type: Transform + pos: 11.5,5.5 + parent: 818 + - uid: 337 + components: + - type: Transform + pos: 11.5,4.5 + parent: 818 + - uid: 338 + components: + - type: Transform + pos: 12.5,4.5 + parent: 818 + - uid: 339 + components: + - type: Transform + pos: 12.5,3.5 + parent: 818 +- proto: PaperBin10 + entities: + - uid: 737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 818 +- proto: PosterLegitCohibaRobustoAd + entities: + - uid: 927 + components: + - type: Transform + pos: -6.5,1.5 + parent: 818 +- proto: PosterLegitEnlist + entities: + - uid: 926 + components: + - type: Transform + pos: -14.5,1.5 + parent: 818 +- proto: PosterLegitHighClassMartini + entities: + - uid: 925 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 818 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 821 + components: + - type: Transform + pos: 5.5,1.5 + parent: 818 +- proto: PosterLegitNanomichiAd + entities: + - uid: 820 + components: + - type: Transform + pos: -4.5,3.5 + parent: 818 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 246 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 818 + - uid: 247 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 818 + - uid: 248 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 818 + - uid: 249 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 818 + - uid: 250 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 818 + - uid: 251 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 818 + - uid: 922 + components: + - type: Transform + pos: -0.5,6.5 + parent: 818 +- proto: PosterLegitNTTGC + entities: + - uid: 924 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 818 +- proto: PosterLegitPDAAd + entities: + - uid: 920 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 818 +- proto: PosterLegitVacation + entities: + - uid: 921 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 818 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 923 + components: + - type: Transform + pos: 12.5,2.5 + parent: 818 +- proto: PottedPlantRandom + entities: + - uid: 236 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 818 + - uid: 237 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 818 + - uid: 238 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 818 + - uid: 239 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 818 + - uid: 733 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 818 + - uid: 741 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 818 +- proto: PottedPlantRandomPlastic + entities: + - uid: 708 + components: + - type: Transform + pos: -13.5,1.5 + parent: 818 + - uid: 755 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 818 +- proto: Poweredlight + entities: + - uid: 150 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 818 + - uid: 188 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,2.5 + parent: 818 + - uid: 195 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 818 + - uid: 209 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 818 + - uid: 341 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 818 + - uid: 634 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 9.5,-16.5 + parent: 818 + - uid: 636 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-11.5 + parent: 818 + - uid: 649 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 818 + - uid: 650 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -10.5,-16.5 + parent: 818 + - uid: 687 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,1.5 + parent: 818 + - uid: 701 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 818 + - uid: 702 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 818 + - uid: 715 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -0.5,5.5 + parent: 818 + - uid: 717 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 818 + - uid: 742 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 818 +- proto: RandomSpawner + entities: + - uid: 895 + components: + - type: Transform + pos: -4.5,4.5 + parent: 818 +- proto: RandomVending + entities: + - uid: 835 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 818 + - uid: 836 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 818 +- proto: RandomVendingDrinks + entities: + - uid: 692 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 818 +- proto: RandomVendingSnacks + entities: + - uid: 834 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 818 +- proto: ReinforcedWindow + entities: + - uid: 19 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 818 + - uid: 20 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 818 + - uid: 21 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 818 + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 818 + - uid: 24 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 818 + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-21.5 + parent: 818 + - uid: 26 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 818 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 818 + - uid: 28 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 818 + - uid: 29 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 818 + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-21.5 + parent: 818 + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-21.5 + parent: 818 + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-20.5 + parent: 818 + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-20.5 + parent: 818 + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 818 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 818 + - uid: 36 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 818 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 818 + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-20.5 + parent: 818 + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 818 + - uid: 91 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 818 + - uid: 93 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 818 + - uid: 94 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 818 + - uid: 95 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 818 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 818 + - uid: 105 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 818 + - uid: 106 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 818 + - uid: 107 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 818 + - uid: 108 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 818 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 818 + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 818 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 818 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 818 + - uid: 115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 818 + - uid: 116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 818 + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 818 + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 818 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 818 + - uid: 122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 818 + - uid: 123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 818 + - uid: 159 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 818 + - uid: 160 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 818 + - uid: 161 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 818 + - uid: 162 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 818 + - uid: 163 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 818 + - uid: 164 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 818 + - uid: 165 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 818 + - uid: 166 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 818 + - uid: 185 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 818 + - uid: 186 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 818 + - uid: 192 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 818 + - uid: 196 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 818 + - uid: 198 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 818 + - uid: 232 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 818 + - uid: 240 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 818 + - uid: 241 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 818 + - uid: 242 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 818 + - uid: 243 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 818 + - uid: 268 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 818 + - uid: 269 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 818 + - uid: 270 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 818 + - uid: 271 + components: + - type: Transform + pos: -14.5,0.5 + parent: 818 + - uid: 272 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 818 + - uid: 273 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 818 + - uid: 274 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 818 + - uid: 275 + components: + - type: Transform + pos: 13.5,0.5 + parent: 818 + - uid: 284 + components: + - type: Transform + pos: -13.5,4.5 + parent: 818 + - uid: 285 + components: + - type: Transform + pos: -12.5,4.5 + parent: 818 + - uid: 286 + components: + - type: Transform + pos: -10.5,5.5 + parent: 818 + - uid: 287 + components: + - type: Transform + pos: -11.5,5.5 + parent: 818 + - uid: 288 + components: + - type: Transform + pos: -8.5,4.5 + parent: 818 + - uid: 289 + components: + - type: Transform + pos: -8.5,5.5 + parent: 818 + - uid: 290 + components: + - type: Transform + pos: -12.5,5.5 + parent: 818 + - uid: 291 + components: + - type: Transform + pos: -13.5,3.5 + parent: 818 + - uid: 292 + components: + - type: Transform + pos: -9.5,5.5 + parent: 818 + - uid: 293 + components: + - type: Transform + pos: 6.5,3.5 + parent: 818 + - uid: 294 + components: + - type: Transform + pos: -7.5,3.5 + parent: 818 + - uid: 295 + components: + - type: Transform + pos: -7.5,4.5 + parent: 818 + - uid: 308 + components: + - type: Transform + pos: 6.5,4.5 + parent: 818 + - uid: 309 + components: + - type: Transform + pos: 7.5,4.5 + parent: 818 + - uid: 310 + components: + - type: Transform + pos: 7.5,5.5 + parent: 818 + - uid: 311 + components: + - type: Transform + pos: 8.5,5.5 + parent: 818 + - uid: 312 + components: + - type: Transform + pos: 9.5,5.5 + parent: 818 + - uid: 313 + components: + - type: Transform + pos: 10.5,5.5 + parent: 818 + - uid: 314 + components: + - type: Transform + pos: 11.5,5.5 + parent: 818 + - uid: 315 + components: + - type: Transform + pos: 11.5,4.5 + parent: 818 + - uid: 316 + components: + - type: Transform + pos: 12.5,4.5 + parent: 818 + - uid: 317 + components: + - type: Transform + pos: 12.5,3.5 + parent: 818 +- proto: SignNanotrasen1 + entities: + - uid: 721 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 818 +- proto: SignNanotrasen2 + entities: + - uid: 722 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 818 +- proto: SignNanotrasen3 + entities: + - uid: 719 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 818 +- proto: SignNanotrasen4 + entities: + - uid: 801 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 818 +- proto: SignNanotrasen5 + entities: + - uid: 802 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 818 +- proto: SignNosmoking + entities: + - uid: 720 + components: + - type: Transform + pos: -7.5,2.5 + parent: 818 +- proto: SignShipDock + entities: + - uid: 200 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 818 + - uid: 245 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 818 +- proto: SignSpace + entities: + - uid: 571 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 818 + - uid: 640 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 818 + - uid: 688 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 818 + - uid: 689 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 818 + - uid: 691 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 818 + - uid: 705 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 818 + - uid: 709 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 818 + - uid: 817 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 818 + - uid: 819 + components: + - type: Transform + pos: 4.5,7.5 + parent: 818 +- proto: SinkWide + entities: + - uid: 913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,3.5 + parent: 818 +- proto: SmallLight + entities: + - uid: 598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,2.5 + parent: 818 + - uid: 641 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 818 + - uid: 642 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 818 + - uid: 643 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 818 + - uid: 644 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 818 + - uid: 645 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 818 + - uid: 646 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 818 + - uid: 647 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 818 + - uid: 648 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 818 + - uid: 917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 818 +- proto: SMESBasic + entities: + - uid: 805 + components: + - type: Transform + pos: -2.5,8.5 + parent: 818 +- proto: soda_dispenser + entities: + - uid: 795 + components: + - type: Transform + pos: -10.5,4.5 + parent: 818 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 818 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 818 +- proto: SpawnPointLatejoin + entities: + - uid: 763 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 818 + - uid: 764 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 818 + - uid: 765 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 818 + - uid: 766 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 818 + - uid: 767 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 818 + - uid: 768 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 818 + - uid: 769 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 818 + - uid: 770 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 818 + - uid: 771 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 818 + - uid: 772 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 818 + - uid: 773 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 818 + - uid: 774 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 818 + - uid: 775 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 818 + - uid: 776 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 818 + - uid: 777 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 818 + - uid: 778 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 818 + - uid: 779 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 818 + - uid: 780 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 818 + - uid: 781 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 818 + - uid: 782 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 818 + - uid: 783 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 818 + - uid: 784 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 818 + - uid: 785 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 818 + - uid: 786 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 818 + - uid: 787 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 818 + - uid: 788 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 818 + - uid: 789 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 818 + - uid: 790 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 818 + - uid: 791 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 818 + - uid: 792 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 818 + - uid: 793 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 818 + - uid: 794 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 818 +- proto: SS13Memorial + entities: + - uid: 594 + components: + - type: Transform + pos: -0.5,4.5 + parent: 818 +- proto: Stool + entities: + - uid: 119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-20.5 + parent: 818 + - uid: 639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-20.5 + parent: 818 + - uid: 723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-20.5 + parent: 818 + - uid: 724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-20.5 + parent: 818 + - uid: 729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 818 + - uid: 730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-2.5 + parent: 818 + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 818 + - uid: 740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,0.5 + parent: 818 +- proto: StoolBar + entities: + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,1.5 + parent: 818 + - uid: 342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,1.5 + parent: 818 + - uid: 433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,1.5 + parent: 818 +- proto: SubstationBasic + entities: + - uid: 807 + components: + - type: Transform + pos: -0.5,8.5 + parent: 818 +- proto: TableCarpet + entities: + - uid: 572 + components: + - type: Transform + pos: 9.5,0.5 + parent: 818 + - uid: 573 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 818 + - uid: 574 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 818 + - uid: 576 + components: + - type: Transform + pos: 10.5,0.5 + parent: 818 +- proto: TableReinforced + entities: + - uid: 585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 818 + - uid: 707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 818 + - uid: 751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,4.5 + parent: 818 + - uid: 796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,2.5 + parent: 818 + - uid: 797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,2.5 + parent: 818 + - uid: 798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 818 +- proto: TableWood + entities: + - uid: 441 + components: + - type: Transform + pos: 12.5,0.5 + parent: 818 + - uid: 575 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 818 + - uid: 587 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 818 + - uid: 706 + components: + - type: Transform + pos: 9.5,4.5 + parent: 818 + - uid: 750 + components: + - type: Transform + pos: 10.5,4.5 + parent: 818 + - uid: 756 + components: + - type: Transform + pos: 8.5,4.5 + parent: 818 +- proto: TelecomServerFilled + entities: + - uid: 919 + components: + - type: Transform + pos: -1.5,8.5 + parent: 818 +- proto: VendingMachineBooze + entities: + - uid: 753 + components: + - type: MetaData + flags: SessionSpecific + - type: Transform + pos: -9.5,4.5 + parent: 818 +- proto: VendingMachineCigs + entities: + - uid: 744 + components: + - type: MetaData + flags: SessionSpecific + - type: Transform + pos: -7.5,1.5 + parent: 818 +- proto: VendingMachineCola + entities: + - uid: 635 + components: + - type: MetaData + flags: SessionSpecific + - type: Transform + pos: -12.5,-5.5 + parent: 818 +- proto: VendingMachineGames + entities: + - uid: 748 + components: + - type: MetaData + flags: SessionSpecific + - type: Transform + pos: 6.5,1.5 + parent: 818 +- proto: VendingMachineSnack + entities: + - uid: 637 + components: + - type: MetaData + flags: SessionSpecific + - type: Transform + pos: -12.5,-6.5 + parent: 818 +- proto: WallRiveted + entities: + - uid: 10 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 818 + - uid: 23 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-21.5 + parent: 818 + - uid: 40 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-21.5 + parent: 818 + - uid: 41 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 818 + - uid: 42 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 818 + - uid: 43 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 818 + - uid: 44 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-18.5 + parent: 818 + - uid: 45 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-18.5 + parent: 818 + - uid: 46 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-18.5 + parent: 818 + - uid: 47 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 818 + - uid: 48 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 818 + - uid: 49 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 818 + - uid: 50 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-18.5 + parent: 818 + - uid: 51 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 818 + - uid: 52 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-18.5 + parent: 818 + - uid: 53 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-9.5 + parent: 818 + - uid: 54 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-9.5 + parent: 818 + - uid: 55 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-9.5 + parent: 818 + - uid: 56 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 818 + - uid: 57 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 818 + - uid: 58 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 818 + - uid: 59 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 818 + - uid: 60 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 818 + - uid: 61 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 818 + - uid: 62 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 818 + - uid: 63 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-11.5 + parent: 818 + - uid: 64 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 818 + - uid: 65 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 818 + - uid: 66 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 818 + - uid: 67 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-16.5 + parent: 818 + - uid: 68 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 818 + - uid: 69 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 818 + - uid: 70 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 818 + - uid: 71 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 818 + - uid: 72 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 818 + - uid: 73 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 818 + - uid: 74 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-11.5 + parent: 818 + - uid: 75 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-11.5 + parent: 818 + - uid: 76 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 818 + - uid: 77 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-9.5 + parent: 818 + - uid: 78 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-9.5 + parent: 818 + - uid: 79 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-9.5 + parent: 818 + - uid: 80 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 818 + - uid: 81 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 818 + - uid: 82 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 818 + - uid: 83 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 818 + - uid: 84 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-11.5 + parent: 818 + - uid: 85 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 818 + - uid: 86 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 818 + - uid: 87 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 818 + - uid: 88 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-16.5 + parent: 818 + - uid: 89 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 818 + - uid: 90 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-4.5 + parent: 818 + - uid: 92 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 818 + - uid: 112 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 818 + - uid: 114 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-5.5 + parent: 818 + - uid: 120 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,1.5 + parent: 818 + - uid: 154 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 818 + - uid: 158 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 818 + - uid: 179 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -2.5,-2.5 + parent: 818 + - uid: 180 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,-3.5 + parent: 818 + - uid: 182 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 1.5,-2.5 + parent: 818 + - uid: 187 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -6.5,-2.5 + parent: 818 + - uid: 189 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,-4.5 + parent: 818 + - uid: 190 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 1.5,9.5 + parent: 818 + - uid: 193 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,-2.5 + parent: 818 + - uid: 199 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -6.5,-4.5 + parent: 818 + - uid: 202 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -6.5,1.5 + parent: 818 + - uid: 207 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -6.5,-3.5 + parent: 818 + - uid: 217 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -4.5,3.5 + parent: 818 + - uid: 222 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -2.5,9.5 + parent: 818 + - uid: 223 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -0.5,9.5 + parent: 818 + - uid: 225 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -1.5,9.5 + parent: 818 + - uid: 231 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -4.5,9.5 + parent: 818 + - uid: 258 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -14.5,-4.5 + parent: 818 + - uid: 259 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 13.5,-3.5 + parent: 818 + - uid: 260 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 13.5,-4.5 + parent: 818 + - uid: 261 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -14.5,-3.5 + parent: 818 + - uid: 262 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 13.5,1.5 + parent: 818 + - uid: 263 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 13.5,2.5 + parent: 818 + - uid: 264 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 12.5,2.5 + parent: 818 + - uid: 265 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -14.5,1.5 + parent: 818 + - uid: 266 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -14.5,2.5 + parent: 818 + - uid: 267 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -13.5,2.5 + parent: 818 + - uid: 304 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -7.5,2.5 + parent: 818 + - uid: 306 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -6.5,2.5 + parent: 818 + - uid: 307 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 6.5,2.5 + parent: 818 + - uid: 340 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 5.5,2.5 + parent: 818 + - uid: 343 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 0.5,9.5 + parent: 818 + - uid: 351 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -3.5,9.5 + parent: 818 + - uid: 401 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,2.5 + parent: 818 + - uid: 403 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,9.5 + parent: 818 + - uid: 405 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -1.5,6.5 + parent: 818 + - uid: 406 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,2.5 + parent: 818 + - uid: 407 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,6.5 + parent: 818 + - uid: 408 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,4.5 + parent: 818 + - uid: 409 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,5.5 + parent: 818 + - uid: 414 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 3.5,9.5 + parent: 818 + - uid: 420 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,3.5 + parent: 818 + - uid: 578 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -3.5,3.5 + parent: 818 + - uid: 581 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -3.5,5.5 + parent: 818 + - uid: 582 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -3.5,4.5 + parent: 818 + - uid: 583 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -3.5,6.5 + parent: 818 + - uid: 588 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -2.5,6.5 + parent: 818 + - uid: 602 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 0.5,6.5 + parent: 818 + - uid: 693 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 1.5,6.5 + parent: 818 + - uid: 711 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -1.5,-2.5 + parent: 818 + - uid: 712 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -0.5,-2.5 + parent: 818 + - uid: 713 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 0.5,-2.5 + parent: 818 + - uid: 725 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,4.5 + parent: 818 + - uid: 726 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,3.5 + parent: 818 + - uid: 736 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,5.5 + parent: 818 + - uid: 739 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,6.5 + parent: 818 + - uid: 743 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,7.5 + parent: 818 + - uid: 745 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,8.5 + parent: 818 + - uid: 746 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 2.5,9.5 + parent: 818 + - uid: 754 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,7.5 + parent: 818 + - uid: 757 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,3.5 + parent: 818 + - uid: 758 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,6.5 + parent: 818 + - uid: 762 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,5.5 + parent: 818 + - uid: 799 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: 4.5,4.5 + parent: 818 + - uid: 800 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -5.5,9.5 + parent: 818 + - uid: 804 + components: + - type: MetaData + flags: PvsPriority + - type: Transform + pos: -0.5,6.5 + parent: 818 +- proto: WarpPoint + entities: + - uid: 638 + components: + - type: Transform + pos: -0.5,1.5 + parent: 818 + - type: WarpPoint + location: Terminal +- proto: Windoor + entities: + - uid: 806 + components: + - type: Transform + pos: -8.5,2.5 + parent: 818 + - uid: 841 + components: + - type: Transform + pos: -2.5,3.5 + parent: 818 +- proto: WindowReinforcedDirectional + entities: + - uid: 181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 818 + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 818 + - uid: 600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,8.5 + parent: 818 + - uid: 659 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 818 + - uid: 660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 818 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 818 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 818 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 818 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 818 + - uid: 665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-15.5 + parent: 818 + - uid: 666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 818 + - uid: 667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 818 + - uid: 668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-12.5 + parent: 818 + - uid: 669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-12.5 + parent: 818 + - uid: 670 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 818 + - uid: 671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 818 + - uid: 672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 818 + - uid: 673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 818 + - uid: 674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 818 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 818 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 818 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 818 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 818 + - uid: 679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-16.5 + parent: 818 + - uid: 680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 818 + - uid: 681 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 818 + - uid: 682 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 818 + - uid: 683 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 818 + - uid: 684 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 818 + - uid: 685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 818 + - uid: 686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-16.5 + parent: 818 + - uid: 837 + components: + - type: Transform + pos: 1.5,3.5 + parent: 818 + - uid: 838 + components: + - type: Transform + pos: 0.5,3.5 + parent: 818 + - uid: 839 + components: + - type: Transform + pos: -0.5,3.5 + parent: 818 + - uid: 840 + components: + - type: Transform + pos: -1.5,3.5 + parent: 818 +... diff --git a/Resources/Maps/Nonstations/nukieplanet.yml b/Resources/Maps/Nonstations/nukieplanet.yml index 304def19c70..909fe681405 100644 --- a/Resources/Maps/Nonstations/nukieplanet.yml +++ b/Resources/Maps/Nonstations/nukieplanet.yml @@ -1,15274 +1,15274 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 14: FloorBar - 20: FloorCarpetClown - 29: FloorDark - 44: FloorFreezer - 59: FloorIce - 77: FloorReinforced - 79: FloorRockVault - 80: FloorShowroom - 84: FloorShuttleOrange - 86: FloorShuttleRed - 89: FloorSnow - 91: FloorSteel - 106: FloorTechMaint - 110: FloorWhite - 120: FloorWood - 123: Lattice - 124: Plating -entities: -- proto: "" - entities: - - uid: 104 - components: - - type: MetaData - name: Syndicate Outpost - - type: Transform - parent: 1295 - - type: FTLDestination - whitelist: - tags: - - Syndicate - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAKWQAAAAAAfAAAAAAAHQAAAAACbgAAAAADbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABbgAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAbgAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAADWQAAAAAEWQAAAAAAWQAAAAAEfAAAAAAAeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAIfAAAAAAADgAAAAAB - version: 6 - 0,-1: - ind: 0,-1 - tiles: bgAAAAAAbgAAAAADfAAAAAAAbgAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAABHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACWwAAAAAAbgAAAAADbgAAAAADbgAAAAADbgAAAAACbgAAAAAAbgAAAAADbgAAAAADHQAAAAADVgAAAAAAHQAAAAACVgAAAAAAHQAAAAADVgAAAAAAHQAAAAADHQAAAAADbgAAAAAAbgAAAAACfAAAAAAAbgAAAAADbgAAAAACbgAAAAADbgAAAAACbgAAAAACHQAAAAADVgAAAAAAHQAAAAADVgAAAAAAHQAAAAABVgAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAWwAAAAADWwAAAAACWwAAAAADbgAAAAADbgAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAABWwAAAAABWwAAAAACbgAAAAADbgAAAAACDgAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADWQAAAAAAWQAAAAAAbgAAAAAAWwAAAAABWwAAAAAAWwAAAAAAbgAAAAACbgAAAAAAWQAAAAAAHQAAAAADHQAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADgAAAAABDgAAAAADDgAAAAACDgAAAAAADgAAAAADfAAAAAAAHQAAAAABfAAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACDgAAAAAAHQAAAAABHQAAAAADHQAAAAABVgAAAAAAVgAAAAAAeAAAAAACeAAAAAACeAAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACfAAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAABeAAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAABeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADfAAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACDgAAAAACDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAAADgAAAAABHQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAACeAAAAAAAeAAAAAADeAAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAAVgAAAAAADgAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAADeAAAAAABeAAAAAABeAAAAAADDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAAAVgAAAAAADgAAAAAAUAAAAAAALAAAAAAADgAAAAAADgAAAAACHQAAAAAAHQAAAAACfAAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAACVgAAAAAADgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAACDgAAAAABDgAAAAABDgAAAAAADgAAAAACUAAAAAAAUAAAAAAALAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAADHQAAAAACHQAAAAACDgAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAACDgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAWQAAAAAGfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAACfAAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAAADgAAAAACDgAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATwAAAAAAfAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAfAAAAAAATwAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAWQAAAAAIWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAIWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAKWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAGWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAACWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAJWQAAAAAAWQAAAAAFTwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAHWQAAAAAKWQAAAAAFWQAAAAAAWQAAAAALWQAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAAWQAAAAAKWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAKWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAGHQAAAAADHQAAAAADHQAAAAAAfAAAAAAAHQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAIfAAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAHQAAAAABHQAAAAABWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAGTwAAAAAAHQAAAAABHQAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAADWQAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAATwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAATwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKTwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: HQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAACfAAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAADTQAAAAAATQAAAAAATQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAACfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAMWQAAAAAHWQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACWQAAAAAFWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAHQAAAAADHQAAAAABVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAACHQAAAAACHQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAfAAAAAAAHQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAADHQAAAAADHQAAAAACWQAAAAAETwAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAAAAAAAAAHQAAAAAAHQAAAAABVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAACHQAAAAADHQAAAAACWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAACVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAAAHQAAAAADHQAAAAACWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAfAAAAAAAHQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAAAHQAAAAABHQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAABWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWQAAAAAATwAAAAAAWQAAAAAEWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAbgAAAAAAbgAAAAADbgAAAAADbgAAAAADbgAAAAAAfAAAAAAAagAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAADfAAAAAAAHQAAAAAAHQAAAAABWQAAAAAAbgAAAAABbgAAAAABbgAAAAADbgAAAAADbgAAAAAAagAAAAAAagAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAfAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAFWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAAAHQAAAAAC - version: 6 - -1,1: - ind: -1,1 - tiles: WQAAAAAIWQAAAAAAWQAAAAALWQAAAAAAWQAAAAADWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAFWQAAAAADWQAAAAAEWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFTwAAAAAATwAAAAAATwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADTwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: WQAAAAAAWQAAAAAEWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAJWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAALWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAABWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,0: - ind: 1,0 - tiles: WQAAAAAATwAAAAAATwAAAAAAWQAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAALWQAAAAAAWQAAAAAMWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAFWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAHWQAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAJWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,-2: - ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAABWQAAAAAAWQAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAagAAAAAAHQAAAAACHQAAAAADHQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAHQAAAAACHQAAAAABagAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJfAAAAAAAagAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAABagAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAagAAAAAAHQAAAAAAHQAAAAABHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAACHQAAAAADHQAAAAACagAAAAAAfAAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAEHQAAAAACHQAAAAACHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAD - version: 6 - -2,0: - ind: -2,0 - tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAABTwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAATwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAETwAAAAAATwAAAAAATwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAALWQAAAAAAWQAAAAALWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA - version: 6 - -2,1: - ind: -2,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAKFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGWQAAAAAJWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAALWQAAAAAIWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAGFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAEWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAMWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAA - version: 6 - -2,-2: - ind: -2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,0: - ind: 2,0 - tiles: TwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: TwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-2: - ind: 2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,2: - ind: -2,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -3,-2: - ind: -3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,2: - ind: 0,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAEWQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,2: - ind: 1,2 - tiles: WQAAAAAAWQAAAAAFWQAAAAACWQAAAAAJWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -3,0: - ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: -3.141592653589793 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 311: 27,-15 - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 309: 18,-19 - 310: 26,-19 - - node: - color: '#FFFFFFFF' - id: Basalt1 - decals: - 368: 26.834131,4.97881 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 295: 21,-16 - 296: 22,-15 - 297: 23,-16 - 302: 22,-17 - 303: 17,-19 - 304: 27,-19 - - node: - color: '#FFFFFFFF' - id: BotLeft - decals: - 194: 5,-11 - 195: 4,-11 - 300: 23,-15 - 301: 21,-17 - 305: 27,-18 - 306: 17,-20 - - node: - color: '#FFFFFFFF' - id: BotRight - decals: - 298: 23,-17 - 299: 21,-15 - 307: 27,-20 - 308: 17,-18 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 206: 12,-22 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 326: 2,-1 - 327: 1,-1 - 328: 0,-1 - - node: - color: '#52B4E996' - id: BrickTileSteelBox - decals: - 238: -3,-15 - 239: -2,-17 - 240: 1,-17 - 241: 1,-13 - 242: -2,-13 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerNe - decals: - 143: 15,-12 - 149: 10,-11 - 186: 5,-11 - 332: 10,-7 - 339: 15,-7 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerNw - decals: - 150: 9,-11 - 187: 3,-11 - 340: 12,-7 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerSe - decals: - 141: 15,-15 - 188: 5,-13 - 259: 27,-17 - 264: 26,-20 - 329: 10,-9 - 342: 15,-9 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerSw - decals: - 127: 14,-15 - 138: 9,-13 - 189: 3,-13 - 256: 17,-17 - 263: 18,-20 - 335: 5,-9 - 341: 12,-9 - - node: - color: '#DE3A3A96' - id: BrickTileSteelEndS - decals: - 125: 10,-15 - 126: 12,-15 - - node: - color: '#DE3A3A96' - id: BrickTileSteelInnerNe - decals: - 148: 10,-12 - 250: -3,-17 - - node: - color: '#DE3A3A96' - id: BrickTileSteelInnerSe - decals: - 139: 10,-13 - 140: 12,-13 - 249: -3,-13 - 260: 26,-17 - 289: 20,-14 - - node: - color: '#DE3A3A96' - id: BrickTileSteelInnerSw - decals: - 133: 10,-13 - 134: 12,-13 - 135: 14,-13 - 261: 18,-17 - 285: 24,-14 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineE - decals: - 128: 12,-14 - 129: 10,-14 - 142: 15,-13 - 191: 5,-12 - 247: -3,-16 - 248: -3,-14 - 257: 26,-19 - 258: 26,-18 - 265: 20,-17 - 266: 20,-16 - 267: 20,-15 - 290: 20,-19 - 312: 27,-16 - 313: 27,-15 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineN - decals: - 144: 14,-12 - 145: 13,-12 - 146: 12,-12 - 147: 11,-12 - 192: 4,-11 - 243: 0,-17 - 244: -1,-17 - 274: 26,-14 - 275: 25,-14 - 276: 23,-14 - 277: 22,-14 - 278: 21,-14 - 279: 20,-14 - 280: 18,-14 - 281: 19,-14 - 284: 24,-14 - 333: 9,-7 - 334: 8,-7 - 345: 13,-7 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineS - decals: - 136: 13,-13 - 137: 11,-13 - 190: 4,-13 - 245: 0,-13 - 246: -1,-13 - 272: 25,-20 - 273: 19,-20 - 286: 23,-14 - 287: 22,-14 - 288: 21,-14 - 330: 8,-9 - 331: 7,-9 - 343: 14,-9 - 344: 13,-9 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineW - decals: - 130: 14,-14 - 131: 12,-14 - 132: 10,-14 - 151: 9,-12 - 193: 3,-12 - 253: 18,-18 - 254: 17,-16 - 255: 17,-15 - 262: 18,-19 - 268: 24,-19 - 269: 24,-17 - 270: 24,-16 - 271: 24,-15 - 336: 5,-8 - 359: 5,-7 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNe - decals: - 159: 7,-11 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNw - decals: - 160: 6,-11 - 178: 3,-14 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSe - decals: - 171: 7,-18 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSw - decals: - 174: 3,-18 - - node: - color: '#9FED5896' - id: BrickTileWhiteInnerNw - decals: - 162: 6,-14 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineE - decals: - 165: 7,-12 - 166: 7,-13 - 167: 7,-14 - 168: 7,-15 - 169: 7,-16 - 170: 7,-17 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineN - decals: - 163: 5,-14 - 164: 4,-14 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineS - decals: - 172: 6,-18 - 173: 5,-18 - 175: 4,-18 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineW - decals: - 161: 6,-13 - 176: 3,-17 - 177: 3,-16 - - node: - color: '#A4610647' - id: CheckerNWSE - decals: - 196: -13,6 - 197: -14,6 - 198: -15,6 - 199: -15,7 - 200: -14,7 - 201: -13,7 - 202: -14,8 - 203: -15,8 - - node: - color: '#D381C996' - id: CheckerNWSE - decals: - 207: 10,-19 - 208: 11,-19 - 209: 12,-19 - 210: 13,-19 - 211: 14,-19 - 212: 14,-18 - 213: 14,-17 - 214: 13,-17 - 215: 13,-18 - 216: 12,-18 - 217: 12,-17 - 218: 11,-17 - 219: 11,-18 - 220: 10,-18 - 221: 10,-17 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 204: -16,8 - 205: -16,9 - 251: 7,-18 - 252: 6,-18 - - node: - color: '#DE3A3A96' - id: DeliveryGreyscale - decals: - 283: 16,-14 - - node: - color: '#9FED5896' - id: FullTileOverlayGreyscale - decals: - 181: 5,-17 - 182: 5,-16 - 183: 5,-15 - 184: 6,-16 - 185: 4,-16 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - decals: - 232: 1,-14 - 233: 0,-14 - 234: -1,-14 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale - decals: - 324: 11,-2 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - decals: - 229: 1,-16 - 230: 0,-16 - 231: -1,-16 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale180 - decals: - 325: 11,0 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - decals: - 235: -2,-15 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale270 - decals: - 323: 12,-1 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - decals: - 322: 10,-1 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale - decals: - 314: 9,0 - 315: 10,0 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale180 - decals: - 318: 13,-2 - 319: 12,-2 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale270 - decals: - 320: 9,-2 - 321: 10,-2 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale90 - decals: - 316: 13,0 - 317: 12,0 - - node: - color: '#FFFFFFFF' - id: Rock06 - decals: - 75: 9.232971,15.9332485 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale - decals: - 237: -2,-14 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 236: -2,-16 - - node: - color: '#FFFFFFFF' - id: WarnBox - decals: - 124: -5,-3 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarnCorner - decals: - 21: 18,-5 - - node: - color: '#FFFFFFFF' - id: WarnCorner - decals: - 0: 17,-10 - 1: 18,-11 - 2: 19,-11 - - node: - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: WarnCorner - decals: - 14: 17,-6 - - node: - color: '#FFFFFFFF' - id: WarnCornerFlipped - decals: - 7: 23,-10 - 13: 16,-6 - 19: 22,-11 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarnCornerFlipped - decals: - 11: 23,-6 - 12: 22,-5 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNW - decals: - 282: 17,-14 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 292: 20,-20 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 226: 10,-19 - 291: 24,-20 - - node: - color: '#FFFFFFFF' - id: WarnEndE - decals: - 154: 1,-9 - - node: - color: '#FFFFFFFF' - id: WarnEndN - decals: - 156: 7,-2 - - node: - color: '#FFFFFFFF' - id: WarnEndS - decals: - 123: -6,21 - 155: 7,-4 - - node: - color: '#FFFFFFFF' - id: WarnEndW - decals: - 153: 0,-9 - - node: - color: '#DE3A3A96' - id: WarnFullGreyscale - decals: - 352: 16,-8 - 353: 11,-8 - 354: 9,-10 - 355: 6,-10 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 158: 7,-3 - 294: 20,-18 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleE - decals: - 152: 15,-14 - 349: 10,-8 - 350: 15,-8 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 351: 14,-7 - 356: 7,-7 - 357: 6,-7 - 358: 5,-7 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 346: 9,-9 - 347: 6,-9 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleW - decals: - 348: 12,-8 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleW - decals: - 179: 3,-15 - 180: 6,-12 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 222: 14,-19 - 223: 13,-19 - 224: 12,-19 - 225: 11,-19 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 94: -9,4 - 95: -9,3 - 96: -9,2 - 97: -9,1 - 98: -9,0 - 99: -9,-1 - 100: -9,-2 - 101: -9,-3 - 102: -9,-4 - 103: -9,-5 - 104: -9,-6 - 105: -9,-7 - 106: -9,-8 - 107: -9,-9 - 108: -9,-10 - 109: -9,-11 - 110: -9,-12 - 111: -9,-13 - 112: -9,-14 - 113: -9,-15 - 114: -9,-16 - 115: -9,-17 - 116: -9,-18 - 117: -9,-19 - 118: -9,-20 - 119: -9,-21 - 120: -9,-22 - 121: -9,-23 - 122: -9,-24 - 157: 7,-3 - 227: 10,-18 - 228: 10,-17 - 293: 24,-18 - - node: - color: '#FFFFFFFF' - id: WarningLine - decals: - 15: 19,-4 - 16: 20,-4 - 17: 21,-4 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 3: 19,-11 - 4: 19,-12 - 5: 20,-12 - 6: 21,-12 - - node: - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 8: 24,-9 - 9: 24,-8 - 10: 24,-7 - - node: - color: '#FFFFFFFF' - id: WarningLineCornerFlipped - decals: - 20: 22,-4 - - node: - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: WarningLineCornerFlipped - decals: - 18: 24,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSw - decals: - 363: 5,-6 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 361: 0,-6 - 362: -1,-6 - 364: 4,-6 - 365: 3,-6 - 366: 2,-6 - 367: 1,-6 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 337: 5,-9 - 338: 5,-8 - 360: 5,-7 - - node: - color: '#FFFFFFFF' - id: bushsnowa1 - decals: - 67: 12.033197,7.701807 - 69: 14.310135,6.6772776 - - node: - color: '#FFFFFFFF' - id: bushsnowa2 - decals: - 68: -1.884201,10.692345 - 70: 13.896899,12.679136 - 73: -2.6609726,10.251652 - - node: - color: '#FFFFFFFF' - id: bushsnowb2 - decals: - 71: 12.943774,14.853275 - - node: - color: '#FFFFFFFF' - id: bushsnowb3 - decals: - 72: 0.2452774,15.588417 - 74: -0.9488945,8.937782 - - node: - color: '#AB0000FF' - id: d - decals: - 373: 21.412256,2.9944348 - - node: - color: '#FFFFFFFF' - id: grasssnowa1 - decals: - 30: 9.251883,16.971285 - 41: 4.707512,15.727119 - 47: -2.8426914,5.7681084 - 84: 16.072964,17.452217 - 85: -4.644718,19.141476 - 369: 26.896631,2.9944348 - - node: - color: '#FFFFFFFF' - id: grasssnowa2 - decals: - 22: -3.6290493,-9.771207 - 25: 15.159365,5.392831 - 42: 2.707512,15.930454 - 53: 1.6412125,14.139866 - 62: 14.449558,12.269236 - 86: -6.332218,17.702477 - 87: -7.488468,14.82448 - 91: -5.738468,8.348984 - - node: - color: '#FFFFFFFF' - id: grasssnowa3 - decals: - 44: -1.3739414,16.399694 - 54: 0.43808746,13.654987 - 57: 3.1880875,12.434965 - 58: 2.1568375,9.893942 - 63: 16.060982,2.673603 - 90: -6.207218,16.0445 - - node: - color: '#FFFFFFFF' - id: grasssnowb1 - decals: - 51: 0.79449654,2.152192 - 55: 0.18808746,9.666458 - 79: 4.997473,19.080475 - - node: - color: '#FFFFFFFF' - id: grasssnowb2 - decals: - 36: 6.1287537,4.4684677 - 38: 13.017959,2.0284252 - 61: 8.19574,16.289047 - 64: 3.43816,14.798347 - 78: 2.4505978,18.17328 - 92: -5.832218,13.979851 - 93: 4.1790752,7.8279076 - - node: - color: '#FFFFFFFF' - id: grasssnowb3 - decals: - 23: -3.3477993,-19.991972 - 31: 9.061624,11.550716 - 35: 9.066255,4.2786684 - 50: -3.1864414,-0.9828911 - 52: -0.88188744,15.563225 - 65: 0.5527668,14.892197 - 83: 17.104214,9.229881 - - node: - color: '#FFFFFFFF' - id: grasssnowc1 - decals: - 24: -3.9999733,-6.081314 - 26: 15.819311,9.398571 - 32: 12.170999,10.565315 - 39: 10.861709,2.2630453 - 40: 8.471084,13.624069 - 45: -2.1864414,7.911888 - 48: -0.6551914,1.8769035 - 49: -3.7333164,0.34661865 - 56: 4.1724625,13.733192 - 76: 2.5912228,19.753052 - 82: 17.947964,3.1297789 - 88: -7.175968,10.382353 - - node: - color: '#FFFFFFFF' - id: grasssnowc2 - decals: - 27: 14.194311,14.208315 - 29: 12.819311,16.642818 - 33: 8.01938,8.972565 - 81: 19.322964,7.2277966 - 89: -5.675968,10.1320915 - - node: - color: '#FFFFFFFF' - id: grasssnowc3 - decals: - 28: 15.694311,15.172535 - 34: 10.48813,7.3443623 - 37: 9.0946245,2.0440664 - 43: -2.8895664,16.211998 - 46: -4.0458164,7.6303444 - 59: 0.45371246,11.270374 - 60: 9.166802,10.222887 - 66: -1.9470882,14.409473 - 77: 6.122473,18.001226 - 80: 18.166714,4.631343 - - node: - color: '#AB0000FF' - id: i - decals: - 374: 21.677881,2.8381848 - - node: - color: '#AB0000FF' - id: k - decals: - 377: 23.427881,2.8069348 - - node: - color: '#AB0000FF' - id: n - decals: - 372: 20.943506,2.9006848 - 378: 22.959131,2.9631848 - - node: - color: '#AB0000FF' - id: r - decals: - 375: 22.099756,2.7913098 - - node: - color: '#AB0000FF' - id: s - decals: - 370: 20.224756,2.9788098 - - node: - color: '#AB0000FF' - id: shortline - decals: - 376: 22.552881,2.8381848 - - node: - color: '#AB0000FF' - id: y - decals: - 371: 20.568506,2.9319348 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-2: - 0: 65535 - -1,-1: - 0: 65503 - 1: 32 - 0,-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 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 1,-4: - 0: 57343 - 1: 8192 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 62815 - 1: 2720 - 2,-3: - 0: 65535 - 2,-2: - 0: 32767 - 1: 32768 - 2,-1: - 0: 65533 - 1: 2 - 3,-4: - 0: 64991 - 1: 544 - 3,-3: - 0: 65535 - 3,-2: - 0: 57343 - 1: 8192 - 3,-1: - 0: 65535 - 0,0: - 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: 65535 - -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: 65535 - -1,3: - 0: 65535 - 4,-4: - 0: 65535 - 4,-3: - 0: 65535 - 4,-2: - 0: 65535 - 4,-1: - 0: 65535 - 5,-4: - 0: 65519 - 1: 16 - 5,-3: - 0: 65535 - 5,-2: - 0: 65535 - 5,-1: - 0: 65535 - 6,-4: - 0: 65519 - 1: 16 - 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 - 0,-6: - 0: 65535 - 0,-5: - 0: 65535 - 1,-6: - 0: 65535 - 1,-5: - 0: 62463 - 1: 3072 - 2,-6: - 0: 65535 - 2,-5: - 0: 65535 - 3,-6: - 0: 65535 - 3,-5: - 0: 65535 - -2,-6: - 0: 65535 - -2,-5: - 0: 65535 - -1,-6: - 0: 65535 - -1,-5: - 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 - 4,0: - 0: 65535 - 4,1: - 0: 65535 - 4,2: - 0: 65535 - 4,3: - 0: 65535 - 5,0: - 0: 65535 - 6,0: - 0: 65535 - 7,0: - 0: 65535 - 4,-6: - 0: 65535 - 4,-5: - 0: 65535 - 5,-6: - 0: 65535 - 5,-5: - 0: 65535 - 6,-6: - 0: 65535 - 6,-5: - 0: 65535 - 7,-6: - 0: 65535 - 7,-5: - 0: 65535 - -4,-4: - 0: 65535 - -4,-3: - 0: 4095 - -3,-4: - 0: 65535 - -3,-3: - 0: 61439 - -3,-2: - 0: 61166 - -3,-1: - 0: 61166 - -4,0: - 0: 65520 - 2: 15 - -4,1: - 0: 65535 - -4,2: - 0: 65535 - -4,3: - 0: 65535 - -3,0: - 0: 65534 - 2: 1 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -3,3: - 0: 65535 - 0,-7: - 0: 65535 - 1,-7: - 0: 61441 - 2: 3840 - 2,-7: - 0: 4096 - 2: 57600 - 3,-7: - 0: 32768 - 2: 28672 - -4,-7: - 0: 65535 - -4,-6: - 0: 65535 - -4,-5: - 0: 65535 - -3,-7: - 0: 65535 - -3,-6: - 0: 65535 - -3,-5: - 0: 65535 - -1,-7: - 0: 65535 - -4,4: - 0: 65535 - -4,5: - 0: 65535 - -3,4: - 0: 65535 - -3,5: - 0: 65535 - -2,5: - 0: 65535 - -2,6: - 0: 65535 - -1,5: - 0: 65535 - -1,6: - 0: 13107 - 0,5: - 0: 8191 - 1,5: - 0: 4095 - 2,5: - 0: 65535 - 3,5: - 0: 65535 - 4,5: - 0: 65535 - 5,4: - 0: 65535 - 5,5: - 0: 30719 - 6,4: - 0: 4915 - 5,1: - 0: 65535 - 5,2: - 0: 65535 - 5,3: - 0: 65535 - 6,1: - 0: 65535 - 6,2: - 0: 30719 - 6,3: - 0: 13107 - 7,1: - 0: 16383 - 7,2: - 0: 51 - 4,-7: - 0: 61440 - 5,-7: - 0: 61440 - 6,-7: - 0: 61440 - 7,-7: - 0: 28672 - -8,-4: - 0: 12 - -7,-4: - 0: 32783 - -6,-4: - 0: 61679 - -5,-4: - 0: 65535 - -5,-3: - 0: 4095 - -6,3: - 0: 65534 - -6,2: - 0: 52428 - -5,0: - 0: 65520 - 2: 15 - -5,1: - 0: 65535 - -5,2: - 0: 65535 - -5,3: - 0: 65535 - -7,7: - 0: 52424 - -7,5: - 0: 34944 - -7,6: - 0: 34952 - -6,4: - 0: 61183 - -6,5: - 0: 65535 - -6,6: - 0: 65535 - -6,7: - 0: 65535 - -5,4: - 0: 65535 - -5,5: - 0: 65535 - -8,-6: - 0: 65535 - -8,-5: - 0: 57343 - -7,-5: - 0: 65535 - -7,-6: - 0: 65535 - -6,-6: - 0: 65535 - -6,-5: - 0: 65535 - -6,-7: - 0: 64704 - -5,-7: - 0: 65528 - -5,-6: - 0: 65535 - -5,-5: - 0: 65535 - 8,0: - 0: 17 - 8,-4: - 0: 13107 - 8,-1: - 0: 4369 - 8,-6: - 0: 13072 - 8,-5: - 0: 13107 - -7,8: - 0: 12 - -6,8: - 0: 3 - -12,-6: - 0: 65535 - -12,-5: - 0: 65535 - -11,-6: - 0: 65533 - -11,-5: - 0: 65535 - -10,-6: - 0: 65535 - -10,-5: - 0: 65535 - -9,-6: - 0: 65535 - -9,-5: - 0: 65535 - -15,-4: - 0: 65535 - -15,-3: - 0: 65535 - -15,-2: - 0: 65535 - -15,-1: - 0: 65535 - -14,-4: - 0: 65535 - -14,-3: - 0: 29495 - -14,-2: - 0: 30583 - -14,-1: - 0: 13175 - -13,-4: - 0: 4607 - -12,-4: - 0: 255 - -11,-4: - 0: 255 - -10,-4: - 0: 255 - -9,-4: - 0: 119 - -15,-5: - 0: 65535 - -14,-5: - 0: 65535 - -14,-6: - 0: 65535 - -13,-6: - 0: 65535 - -13,-5: - 0: 65535 - -15,0: - 0: 65518 - -15,1: - 0: 65535 - -15,2: - 0: 65535 - -15,3: - 0: 65535 - -14,0: - 0: 13171 - -14,1: - 0: 13075 - -14,2: - 0: 13107 - -14,3: - 0: 29491 - -15,4: - 0: 65535 - -15,5: - 0: 65535 - -15,6: - 0: 35007 - -14,4: - 0: 65535 - -14,5: - 0: 65535 - -14,6: - 0: 16383 - -2,-7: - 0: 65535 - -4,6: - 0: 65535 - -4,7: - 0: 4095 - -3,6: - 0: 65535 - -3,7: - 0: 511 - -2,7: - 0: 255 - -1,7: - 0: 51 - 2,6: - 0: 52428 - 2,7: - 0: 52428 - 3,6: - 0: 65535 - 3,7: - 0: 65535 - 4,6: - 0: 65535 - 4,7: - 0: 65535 - 5,6: - 0: 13107 - 5,7: - 0: 4915 - -7,-3: - 0: 2184 - -6,-3: - 0: 4095 - -7,0: - 0: 65520 - 2: 15 - -7,1: - 0: 15 - -6,0: - 0: 65520 - 2: 15 - -6,1: - 0: 15 - 2: 51328 - -5,6: - 0: 65535 - -5,7: - 0: 32767 - -8,-7: - 0: 63744 - -7,-7: - 0: 65407 - -12,-7: - 0: 65519 - -11,-7: - 0: 4983 - -10,-7: - 0: 60622 - -9,-7: - 0: 65535 - -16,-4: - 0: 65535 - -16,-3: - 0: 65535 - -16,-2: - 0: 65535 - -16,-1: - 0: 65535 - -16,-7: - 0: 13107 - -16,-6: - 0: 65535 - -16,-5: - 0: 65535 - -15,-6: - 0: 65535 - -15,-7: - 0: 52360 - -14,-7: - 0: 65535 - -13,-7: - 0: 63251 - -16,0: - 0: 65535 - -16,1: - 0: 65535 - -16,2: - 0: 65535 - -16,3: - 0: 65535 - -16,4: - 0: 65535 - -16,5: - 0: 65535 - -16,6: - 0: 255 - -18,0: - 0: 65535 - -18,3: - 0: 61440 - -18,1: - 0: 34956 - -17,0: - 0: 65535 - -17,1: - 0: 65535 - -17,2: - 0: 65519 - -17,3: - 0: 65535 - -18,4: - 0: 52991 - -18,5: - 0: 65532 - -18,6: - 0: 3823 - -17,4: - 0: 65535 - -17,5: - 0: 65535 - -17,6: - 0: 4095 - -18,-4: - 0: 65535 - -18,-3: - 0: 52479 - -18,-1: - 0: 65484 - -18,-2: - 0: 52428 - -17,-4: - 0: 65535 - -17,-3: - 0: 65535 - -17,-2: - 0: 65535 - -17,-1: - 0: 65535 - -18,-6: - 0: 65484 - -18,-5: - 0: 65535 - -18,-7: - 0: 52224 - -17,-7: - 0: 65484 - -17,-6: - 0: 65535 - -17,-5: - 0: 65535 - 2,8: - 0: 12 - 3,8: - 0: 15 - 4,8: - 0: 15 - 5,8: - 0: 1 - -8,0: - 0: 65520 - 2: 15 - -8,1: - 0: 15 - -9,0: - 0: 61152 - 2: 14 - -9,1: - 0: 14 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.213781 - - 79.80423 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: RadiationGridResistance - - type: OccluderTree - - type: Shuttle - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding - - type: BecomesStation - id: SyndicateOutpost - - uid: 1295 - components: - - type: MetaData - - type: Transform - - type: Map - - type: PhysicsMap - - type: Broadphase - - type: OccluderTree - - type: Parallax - parallax: Sky - - type: MapAtmosphere - space: False - mixture: - volume: 2500 - temperature: 248.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: LoadedMap - - type: GridTree - - type: MovedGrids -- proto: AirlockExternalGlassNukeopLocked - entities: - - uid: 49 - components: - - type: Transform - pos: 3.5,1.5 - parent: 104 - - uid: 55 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 104 - - uid: 56 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 104 - - uid: 58 - components: - - type: Transform - pos: 3.5,3.5 - parent: 104 -- proto: AirlockGlassShuttle - entities: - - uid: 2053 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-19.5 - parent: 104 - - uid: 2057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-19.5 - parent: 104 - - uid: 2062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-19.5 - parent: 104 - - uid: 2185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-19.5 - parent: 104 - - uid: 2186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-19.5 - parent: 104 - - uid: 2187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-19.5 - parent: 104 - - uid: 2190 - components: - - type: Transform - pos: -13.5,0.5 - parent: 104 - - uid: 2191 - components: - - type: Transform - pos: -17.5,0.5 - parent: 104 - - uid: 2193 - components: - - type: Transform - pos: -21.5,0.5 - parent: 104 - - uid: 2448 - components: - - type: Transform - pos: -25.5,0.5 - parent: 104 - - uid: 2472 - components: - - type: Transform - pos: -29.5,0.5 - parent: 104 - - type: GridFill - addComponents: - - type: NukeOpsShuttle - path: /Maps/Shuttles/infiltrator.yml - - uid: 2481 - components: - - type: Transform - pos: -33.5,0.5 - parent: 104 -- proto: AirlockSyndicateNukeopGlassLocked - entities: - - uid: 48 - components: - - type: Transform - pos: -11.5,6.5 - parent: 104 - - uid: 65 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 104 - - uid: 96 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 104 - - uid: 112 - components: - - type: Transform - pos: 16.5,-7.5 - parent: 104 - - uid: 122 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 104 - - uid: 130 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 104 - - uid: 131 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 104 - - uid: 165 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 104 - - uid: 190 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 104 - - uid: 302 - components: - - type: Transform - pos: 14.5,-5.5 - parent: 104 - - uid: 305 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 104 -- proto: AirlockSyndicateNukeopLocked - entities: - - uid: 109 - components: - - type: Transform - pos: 14.5,-1.5 - parent: 104 - - uid: 120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-7.5 - parent: 104 - - uid: 136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-7.5 - parent: 104 - - uid: 148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-10.5 - parent: 104 - - uid: 272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-4.5 - parent: 104 -- proto: AlwaysPoweredLightExterior - entities: - - uid: 1267 - components: - - type: Transform - pos: -15.5,23.5 - parent: 104 -- proto: AlwaysPoweredLightLED - entities: - - uid: 135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 104 - - uid: 974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-17.5 - parent: 104 - - uid: 1286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-5.5 - parent: 104 - - uid: 1287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 104 - - uid: 1288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-20.5 - parent: 104 -- proto: AlwaysPoweredWallLight - entities: - - uid: 258 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 104 - - uid: 1356 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 104 - - uid: 1470 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-14.5 - parent: 104 - - uid: 1471 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 104 - - uid: 1532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-8.5 - parent: 104 - - uid: 1534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 104 - - uid: 1536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-2.5 - parent: 104 - - uid: 1537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-8.5 - parent: 104 - - uid: 1544 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 104 - - uid: 1545 - components: - - type: Transform - pos: 14.5,-3.5 - parent: 104 - - uid: 1546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-4.5 - parent: 104 - - uid: 1570 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 104 - - uid: 1571 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 104 - - uid: 1572 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-9.5 - parent: 104 - - uid: 1573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-9.5 - parent: 104 - - uid: 1758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,5.5 - parent: 104 - - uid: 1759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,12.5 - parent: 104 - - uid: 1760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-22.5 - parent: 104 - - uid: 1763 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 104 - - uid: 1867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-16.5 - parent: 104 - - uid: 2257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,10.5 - parent: 104 - - uid: 2291 - components: - - type: Transform - pos: 5.5,14.5 - parent: 104 - - uid: 2397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-11.5 - parent: 104 - - uid: 2398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-3.5 - parent: 104 - - uid: 2399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-3.5 - parent: 104 - - uid: 2400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-11.5 - parent: 104 - - uid: 2401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-15.5 - parent: 104 - - uid: 2402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-15.5 - parent: 104 - - uid: 2403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-19.5 - parent: 104 - - uid: 2404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-19.5 - parent: 104 - - uid: 3375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-11.5 - parent: 104 - - uid: 3377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-11.5 - parent: 104 -- proto: APCHyperCapacity - entities: - - uid: 1431 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 104 - - uid: 1445 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 104 - - uid: 1477 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 104 - - uid: 1574 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 104 -- proto: AsteroidRock - entities: - - uid: 19 - components: - - type: Transform - pos: 16.5,1.5 - parent: 104 - - uid: 20 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 104 - - uid: 216 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 104 - - uid: 238 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 104 - - uid: 243 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 104 - - uid: 244 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 104 - - uid: 246 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 104 - - uid: 247 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 104 - - uid: 248 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 104 - - uid: 249 - components: - - type: Transform - pos: -8.5,9.5 - parent: 104 - - uid: 250 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 104 - - uid: 251 - components: - - type: Transform - pos: 15.5,1.5 - parent: 104 - - uid: 255 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 104 - - uid: 257 - components: - - type: Transform - pos: 15.5,0.5 - parent: 104 - - uid: 259 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 104 - - uid: 263 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 104 - - uid: 277 - components: - - type: Transform - pos: -10.5,22.5 - parent: 104 - - uid: 292 - components: - - type: Transform - pos: -9.5,21.5 - parent: 104 - - uid: 294 - components: - - type: Transform - pos: -10.5,21.5 - parent: 104 - - uid: 295 - components: - - type: Transform - pos: -11.5,22.5 - parent: 104 - - uid: 296 - components: - - type: Transform - pos: -20.5,9.5 - parent: 104 - - uid: 358 - components: - - type: Transform - pos: -22.5,21.5 - parent: 104 - - uid: 359 - components: - - type: Transform - pos: -22.5,15.5 - parent: 104 - - uid: 360 - components: - - type: Transform - pos: -22.5,16.5 - parent: 104 - - uid: 361 - components: - - type: Transform - pos: -21.5,17.5 - parent: 104 - - uid: 362 - components: - - type: Transform - pos: -21.5,16.5 - parent: 104 - - uid: 363 - components: - - type: Transform - pos: -21.5,15.5 - parent: 104 - - uid: 364 - components: - - type: Transform - pos: -21.5,14.5 - parent: 104 - - uid: 365 - components: - - type: Transform - pos: -22.5,14.5 - parent: 104 - - uid: 366 - components: - - type: Transform - pos: -21.5,13.5 - parent: 104 - - uid: 367 - components: - - type: Transform - pos: -21.5,20.5 - parent: 104 - - uid: 368 - components: - - type: Transform - pos: -21.5,21.5 - parent: 104 - - uid: 369 - components: - - type: Transform - pos: -20.5,21.5 - parent: 104 - - uid: 370 - components: - - type: Transform - pos: -19.5,21.5 - parent: 104 - - uid: 371 - components: - - type: Transform - pos: -20.5,22.5 - parent: 104 - - uid: 372 - components: - - type: Transform - pos: -18.5,21.5 - parent: 104 - - uid: 373 - components: - - type: Transform - pos: -20.5,8.5 - parent: 104 - - uid: 374 - components: - - type: Transform - pos: -22.5,22.5 - parent: 104 - - uid: 375 - components: - - type: Transform - pos: -21.5,22.5 - parent: 104 - - uid: 376 - components: - - type: Transform - pos: -23.5,22.5 - parent: 104 - - uid: 377 - components: - - type: Transform - pos: -20.5,15.5 - parent: 104 - - uid: 401 - components: - - type: Transform - pos: -20.5,20.5 - parent: 104 - - uid: 402 - components: - - type: Transform - pos: -20.5,19.5 - parent: 104 - - uid: 403 - components: - - type: Transform - pos: -20.5,18.5 - parent: 104 - - uid: 404 - components: - - type: Transform - pos: -20.5,17.5 - parent: 104 - - uid: 405 - components: - - type: Transform - pos: -20.5,16.5 - parent: 104 - - uid: 406 - components: - - type: Transform - pos: -20.5,14.5 - parent: 104 - - uid: 407 - components: - - type: Transform - pos: -24.5,23.5 - parent: 104 - - uid: 408 - components: - - type: Transform - pos: -24.5,22.5 - parent: 104 - - uid: 409 - components: - - type: Transform - pos: -20.5,10.5 - parent: 104 - - uid: 410 - components: - - type: Transform - pos: -9.5,22.5 - parent: 104 - - uid: 415 - components: - - type: Transform - pos: -18.5,23.5 - parent: 104 - - uid: 417 - components: - - type: Transform - pos: -16.5,6.5 - parent: 104 - - uid: 419 - components: - - type: Transform - pos: -7.5,21.5 - parent: 104 - - uid: 420 - components: - - type: Transform - pos: -8.5,21.5 - parent: 104 - - uid: 421 - components: - - type: Transform - pos: -10.5,23.5 - parent: 104 - - uid: 422 - components: - - type: Transform - pos: -11.5,23.5 - parent: 104 - - uid: 423 - components: - - type: Transform - pos: -19.5,22.5 - parent: 104 - - uid: 425 - components: - - type: Transform - pos: -18.5,22.5 - parent: 104 - - uid: 426 - components: - - type: Transform - pos: -7.5,12.5 - parent: 104 - - uid: 455 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 104 - - uid: 469 - components: - - type: Transform - pos: -8.5,10.5 - parent: 104 - - uid: 471 - components: - - type: Transform - pos: -9.5,10.5 - parent: 104 - - uid: 473 - components: - - type: Transform - pos: -8.5,11.5 - parent: 104 - - uid: 475 - components: - - type: Transform - pos: -9.5,11.5 - parent: 104 - - uid: 477 - components: - - type: Transform - pos: 16.5,0.5 - parent: 104 - - uid: 478 - components: - - type: Transform - pos: -6.5,12.5 - parent: 104 - - uid: 479 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 104 - - uid: 480 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 104 - - uid: 483 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 104 - - uid: 485 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 104 - - uid: 488 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 104 - - uid: 489 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 104 - - uid: 492 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 104 - - uid: 502 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 104 - - uid: 504 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 104 - - uid: 505 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 104 - - uid: 506 - components: - - type: Transform - pos: 17.5,-1.5 - parent: 104 - - uid: 509 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 104 - - uid: 511 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 104 - - uid: 512 - components: - - type: Transform - pos: -9.5,12.5 - parent: 104 - - uid: 513 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 104 - - uid: 521 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 104 - - uid: 522 - components: - - type: Transform - pos: -1.5,19.5 - parent: 104 - - uid: 524 - components: - - type: Transform - pos: -0.5,19.5 - parent: 104 - - uid: 525 - components: - - type: Transform - pos: 9.5,20.5 - parent: 104 - - uid: 529 - components: - - type: Transform - pos: 10.5,19.5 - parent: 104 - - uid: 531 - components: - - type: Transform - pos: 11.5,19.5 - parent: 104 - - uid: 532 - components: - - type: Transform - pos: 12.5,19.5 - parent: 104 - - uid: 533 - components: - - type: Transform - pos: 16.5,19.5 - parent: 104 - - uid: 534 - components: - - type: Transform - pos: 17.5,19.5 - parent: 104 - - uid: 535 - components: - - type: Transform - pos: 18.5,19.5 - parent: 104 - - uid: 536 - components: - - type: Transform - pos: 18.5,11.5 - parent: 104 - - uid: 537 - components: - - type: Transform - pos: 18.5,12.5 - parent: 104 - - uid: 538 - components: - - type: Transform - pos: 18.5,15.5 - parent: 104 - - uid: 539 - components: - - type: Transform - pos: 18.5,18.5 - parent: 104 - - uid: 543 - components: - - type: Transform - pos: 26.5,9.5 - parent: 104 - - uid: 546 - components: - - type: Transform - pos: 28.5,3.5 - parent: 104 - - uid: 547 - components: - - type: Transform - pos: 29.5,3.5 - parent: 104 - - uid: 548 - components: - - type: Transform - pos: 30.5,3.5 - parent: 104 - - uid: 549 - components: - - type: Transform - pos: 22.5,-22.5 - parent: 104 - - uid: 550 - components: - - type: Transform - pos: 31.5,-20.5 - parent: 104 - - uid: 551 - components: - - type: Transform - pos: 31.5,-19.5 - parent: 104 - - uid: 552 - components: - - type: Transform - pos: 31.5,-18.5 - parent: 104 - - uid: 553 - components: - - type: Transform - pos: 31.5,-17.5 - parent: 104 - - uid: 554 - components: - - type: Transform - pos: 31.5,-16.5 - parent: 104 - - uid: 555 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 104 - - uid: 556 - components: - - type: Transform - pos: 31.5,-14.5 - parent: 104 - - uid: 557 - components: - - type: Transform - pos: 31.5,-13.5 - parent: 104 - - uid: 558 - components: - - type: Transform - pos: 31.5,-12.5 - parent: 104 - - uid: 559 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 104 - - uid: 560 - components: - - type: Transform - pos: 31.5,-6.5 - parent: 104 - - uid: 561 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 104 - - uid: 562 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 104 - - uid: 563 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 104 - - uid: 564 - components: - - type: Transform - pos: 31.5,-2.5 - parent: 104 - - uid: 565 - components: - - type: Transform - pos: 31.5,-1.5 - parent: 104 - - uid: 566 - components: - - type: Transform - pos: 31.5,-0.5 - parent: 104 - - uid: 567 - components: - - type: Transform - pos: 31.5,0.5 - parent: 104 - - uid: 568 - components: - - type: Transform - pos: 31.5,1.5 - parent: 104 - - uid: 569 - components: - - type: Transform - pos: 17.5,-22.5 - parent: 104 - - uid: 570 - components: - - type: Transform - pos: 18.5,-22.5 - parent: 104 - - uid: 571 - components: - - type: Transform - pos: 19.5,-22.5 - parent: 104 - - uid: 572 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 104 - - uid: 573 - components: - - type: Transform - pos: 21.5,-22.5 - parent: 104 - - uid: 574 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 104 - - uid: 575 - components: - - type: Transform - pos: 23.5,-22.5 - parent: 104 - - uid: 576 - components: - - type: Transform - pos: 24.5,-22.5 - parent: 104 - - uid: 577 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 104 - - uid: 578 - components: - - type: Transform - pos: 26.5,-22.5 - parent: 104 - - uid: 579 - components: - - type: Transform - pos: 27.5,-22.5 - parent: 104 - - uid: 580 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 104 - - uid: 581 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 104 - - uid: 582 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 104 - - uid: 586 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 104 - - uid: 587 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 104 - - uid: 588 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 104 - - uid: 589 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 104 - - uid: 590 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 104 - - uid: 595 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 104 - - uid: 596 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 104 - - uid: 597 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 104 - - uid: 598 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 104 - - uid: 599 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 104 - - uid: 600 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 104 - - uid: 601 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 104 - - uid: 602 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 104 - - uid: 603 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 104 - - uid: 604 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 104 - - uid: 605 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 104 - - uid: 606 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 104 - - uid: 607 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 104 - - uid: 608 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 104 - - uid: 609 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 104 - - uid: 610 - components: - - type: Transform - pos: -14.5,16.5 - parent: 104 - - uid: 614 - components: - - type: Transform - pos: -16.5,15.5 - parent: 104 - - uid: 615 - components: - - type: Transform - pos: -10.5,9.5 - parent: 104 - - uid: 618 - components: - - type: Transform - pos: -8.5,12.5 - parent: 104 - - uid: 621 - components: - - type: Transform - pos: -9.5,9.5 - parent: 104 - - uid: 622 - components: - - type: Transform - pos: -10.5,10.5 - parent: 104 - - uid: 632 - components: - - type: Transform - pos: -10.5,12.5 - parent: 104 - - uid: 637 - components: - - type: Transform - pos: -10.5,11.5 - parent: 104 - - uid: 640 - components: - - type: Transform - pos: -16.5,5.5 - parent: 104 - - uid: 648 - components: - - type: Transform - pos: -11.5,13.5 - parent: 104 - - uid: 670 - components: - - type: Transform - pos: -18.5,10.5 - parent: 104 - - uid: 672 - components: - - type: Transform - pos: -16.5,16.5 - parent: 104 - - uid: 673 - components: - - type: Transform - pos: -11.5,12.5 - parent: 104 - - uid: 674 - components: - - type: Transform - pos: -19.5,15.5 - parent: 104 - - uid: 676 - components: - - type: Transform - pos: -19.5,16.5 - parent: 104 - - uid: 677 - components: - - type: Transform - pos: -18.5,11.5 - parent: 104 - - uid: 678 - components: - - type: Transform - pos: -14.5,11.5 - parent: 104 - - uid: 679 - components: - - type: Transform - pos: -14.5,17.5 - parent: 104 - - uid: 680 - components: - - type: Transform - pos: -14.5,18.5 - parent: 104 - - uid: 681 - components: - - type: Transform - pos: -15.5,14.5 - parent: 104 - - uid: 682 - components: - - type: Transform - pos: -24.5,25.5 - parent: 104 - - uid: 684 - components: - - type: Transform - pos: -17.5,13.5 - parent: 104 - - uid: 685 - components: - - type: Transform - pos: -15.5,16.5 - parent: 104 - - uid: 686 - components: - - type: Transform - pos: -12.5,12.5 - parent: 104 - - uid: 687 - components: - - type: Transform - pos: -12.5,11.5 - parent: 104 - - uid: 688 - components: - - type: Transform - pos: -11.5,14.5 - parent: 104 - - uid: 689 - components: - - type: Transform - pos: -15.5,15.5 - parent: 104 - - uid: 690 - components: - - type: Transform - pos: -14.5,14.5 - parent: 104 - - uid: 691 - components: - - type: Transform - pos: -19.5,14.5 - parent: 104 - - uid: 692 - components: - - type: Transform - pos: -13.5,16.5 - parent: 104 - - uid: 693 - components: - - type: Transform - pos: -17.5,15.5 - parent: 104 - - uid: 694 - components: - - type: Transform - pos: -11.5,9.5 - parent: 104 - - uid: 695 - components: - - type: Transform - pos: -20.5,23.5 - parent: 104 - - uid: 699 - components: - - type: Transform - pos: -18.5,8.5 - parent: 104 - - uid: 700 - components: - - type: Transform - pos: -18.5,9.5 - parent: 104 - - uid: 701 - components: - - type: Transform - pos: -13.5,12.5 - parent: 104 - - uid: 702 - components: - - type: Transform - pos: -13.5,17.5 - parent: 104 - - uid: 703 - components: - - type: Transform - pos: -13.5,18.5 - parent: 104 - - uid: 704 - components: - - type: Transform - pos: -15.5,18.5 - parent: 104 - - uid: 705 - components: - - type: Transform - pos: -17.5,14.5 - parent: 104 - - uid: 706 - components: - - type: Transform - pos: -11.5,11.5 - parent: 104 - - uid: 708 - components: - - type: Transform - pos: -17.5,11.5 - parent: 104 - - uid: 709 - components: - - type: Transform - pos: -17.5,16.5 - parent: 104 - - uid: 711 - components: - - type: Transform - pos: -17.5,10.5 - parent: 104 - - uid: 712 - components: - - type: Transform - pos: -15.5,17.5 - parent: 104 - - uid: 714 - components: - - type: Transform - pos: -11.5,17.5 - parent: 104 - - uid: 716 - components: - - type: Transform - pos: -13.5,13.5 - parent: 104 - - uid: 717 - components: - - type: Transform - pos: -13.5,14.5 - parent: 104 - - uid: 718 - components: - - type: Transform - pos: -18.5,14.5 - parent: 104 - - uid: 719 - components: - - type: Transform - pos: -18.5,15.5 - parent: 104 - - uid: 720 - components: - - type: Transform - pos: -18.5,16.5 - parent: 104 - - uid: 721 - components: - - type: Transform - pos: -17.5,8.5 - parent: 104 - - uid: 722 - components: - - type: Transform - pos: -16.5,13.5 - parent: 104 - - uid: 723 - components: - - type: Transform - pos: -16.5,14.5 - parent: 104 - - uid: 724 - components: - - type: Transform - pos: -12.5,17.5 - parent: 104 - - uid: 725 - components: - - type: Transform - pos: -12.5,18.5 - parent: 104 - - uid: 726 - components: - - type: Transform - pos: -14.5,12.5 - parent: 104 - - uid: 728 - components: - - type: Transform - pos: -14.5,13.5 - parent: 104 - - uid: 729 - components: - - type: Transform - pos: -18.5,17.5 - parent: 104 - - uid: 733 - components: - - type: Transform - pos: -18.5,18.5 - parent: 104 - - uid: 734 - components: - - type: Transform - pos: -18.5,19.5 - parent: 104 - - uid: 735 - components: - - type: Transform - pos: -12.5,13.5 - parent: 104 - - uid: 740 - components: - - type: Transform - pos: -12.5,15.5 - parent: 104 - - uid: 741 - components: - - type: Transform - pos: -19.5,17.5 - parent: 104 - - uid: 745 - components: - - type: Transform - pos: -19.5,18.5 - parent: 104 - - uid: 746 - components: - - type: Transform - pos: -19.5,19.5 - parent: 104 - - uid: 747 - components: - - type: Transform - pos: -16.5,17.5 - parent: 104 - - uid: 752 - components: - - type: Transform - pos: -16.5,18.5 - parent: 104 - - uid: 753 - components: - - type: Transform - pos: -15.5,11.5 - parent: 104 - - uid: 755 - components: - - type: Transform - pos: -15.5,12.5 - parent: 104 - - uid: 756 - components: - - type: Transform - pos: -12.5,14.5 - parent: 104 - - uid: 757 - components: - - type: Transform - pos: -16.5,12.5 - parent: 104 - - uid: 758 - components: - - type: Transform - pos: -13.5,15.5 - parent: 104 - - uid: 759 - components: - - type: Transform - pos: -19.5,9.5 - parent: 104 - - uid: 762 - components: - - type: Transform - pos: -17.5,9.5 - parent: 104 - - uid: 763 - components: - - type: Transform - pos: -17.5,17.5 - parent: 104 - - uid: 764 - components: - - type: Transform - pos: -17.5,18.5 - parent: 104 - - uid: 765 - components: - - type: Transform - pos: -16.5,11.5 - parent: 104 - - uid: 768 - components: - - type: Transform - pos: -19.5,8.5 - parent: 104 - - uid: 771 - components: - - type: Transform - pos: -6.5,13.5 - parent: 104 - - uid: 774 - components: - - type: Transform - pos: -10.5,18.5 - parent: 104 - - uid: 775 - components: - - type: Transform - pos: -10.5,17.5 - parent: 104 - - uid: 776 - components: - - type: Transform - pos: -10.5,16.5 - parent: 104 - - uid: 777 - components: - - type: Transform - pos: -10.5,15.5 - parent: 104 - - uid: 778 - components: - - type: Transform - pos: -10.5,14.5 - parent: 104 - - uid: 779 - components: - - type: Transform - pos: -10.5,13.5 - parent: 104 - - uid: 780 - components: - - type: Transform - pos: -9.5,19.5 - parent: 104 - - uid: 781 - components: - - type: Transform - pos: -9.5,18.5 - parent: 104 - - uid: 782 - components: - - type: Transform - pos: -9.5,17.5 - parent: 104 - - uid: 783 - components: - - type: Transform - pos: -9.5,16.5 - parent: 104 - - uid: 784 - components: - - type: Transform - pos: -9.5,15.5 - parent: 104 - - uid: 785 - components: - - type: Transform - pos: -9.5,14.5 - parent: 104 - - uid: 786 - components: - - type: Transform - pos: -9.5,13.5 - parent: 104 - - uid: 787 - components: - - type: Transform - pos: -8.5,19.5 - parent: 104 - - uid: 788 - components: - - type: Transform - pos: -8.5,18.5 - parent: 104 - - uid: 789 - components: - - type: Transform - pos: -8.5,17.5 - parent: 104 - - uid: 790 - components: - - type: Transform - pos: -8.5,15.5 - parent: 104 - - uid: 791 - components: - - type: Transform - pos: -8.5,14.5 - parent: 104 - - uid: 792 - components: - - type: Transform - pos: -8.5,13.5 - parent: 104 - - uid: 793 - components: - - type: Transform - pos: -7.5,19.5 - parent: 104 - - uid: 794 - components: - - type: Transform - pos: -7.5,18.5 - parent: 104 - - uid: 795 - components: - - type: Transform - pos: -7.5,15.5 - parent: 104 - - uid: 796 - components: - - type: Transform - pos: -7.5,14.5 - parent: 104 - - uid: 797 - components: - - type: Transform - pos: -7.5,13.5 - parent: 104 - - uid: 798 - components: - - type: Transform - pos: -15.5,13.5 - parent: 104 - - uid: 801 - components: - - type: Transform - pos: -12.5,16.5 - parent: 104 - - uid: 802 - components: - - type: Transform - pos: -14.5,15.5 - parent: 104 - - uid: 803 - components: - - type: Transform - pos: -19.5,23.5 - parent: 104 - - uid: 804 - components: - - type: Transform - pos: -24.5,24.5 - parent: 104 - - uid: 805 - components: - - type: Transform - pos: -19.5,10.5 - parent: 104 - - uid: 806 - components: - - type: Transform - pos: -17.5,12.5 - parent: 104 - - uid: 807 - components: - - type: Transform - pos: -11.5,16.5 - parent: 104 - - uid: 808 - components: - - type: Transform - pos: -11.5,15.5 - parent: 104 - - uid: 809 - components: - - type: Transform - pos: -13.5,11.5 - parent: 104 - - uid: 810 - components: - - type: Transform - pos: -19.5,20.5 - parent: 104 - - uid: 1020 - components: - - type: Transform - pos: -18.5,20.5 - parent: 104 - - uid: 1021 - components: - - type: Transform - pos: -10.5,20.5 - parent: 104 - - uid: 1027 - components: - - type: Transform - pos: -9.5,20.5 - parent: 104 - - uid: 1028 - components: - - type: Transform - pos: -8.5,20.5 - parent: 104 - - uid: 1029 - components: - - type: Transform - pos: -7.5,20.5 - parent: 104 - - uid: 1030 - components: - - type: Transform - pos: -2.5,20.5 - parent: 104 - - uid: 1031 - components: - - type: Transform - pos: -1.5,20.5 - parent: 104 - - uid: 1032 - components: - - type: Transform - pos: -0.5,20.5 - parent: 104 - - uid: 1033 - components: - - type: Transform - pos: 9.5,22.5 - parent: 104 - - uid: 1036 - components: - - type: Transform - pos: 10.5,20.5 - parent: 104 - - uid: 1041 - components: - - type: Transform - pos: 11.5,20.5 - parent: 104 - - uid: 1042 - components: - - type: Transform - pos: 12.5,20.5 - parent: 104 - - uid: 1043 - components: - - type: Transform - pos: 13.5,20.5 - parent: 104 - - uid: 1044 - components: - - type: Transform - pos: 16.5,20.5 - parent: 104 - - uid: 1045 - components: - - type: Transform - pos: 17.5,20.5 - parent: 104 - - uid: 1046 - components: - - type: Transform - pos: 18.5,20.5 - parent: 104 - - uid: 1047 - components: - - type: Transform - pos: 19.5,20.5 - parent: 104 - - uid: 1048 - components: - - type: Transform - pos: 19.5,19.5 - parent: 104 - - uid: 1049 - components: - - type: Transform - pos: 19.5,18.5 - parent: 104 - - uid: 1050 - components: - - type: Transform - pos: 19.5,16.5 - parent: 104 - - uid: 1051 - components: - - type: Transform - pos: 19.5,15.5 - parent: 104 - - uid: 1052 - components: - - type: Transform - pos: 19.5,14.5 - parent: 104 - - uid: 1053 - components: - - type: Transform - pos: 19.5,12.5 - parent: 104 - - uid: 1054 - components: - - type: Transform - pos: 19.5,11.5 - parent: 104 - - uid: 1055 - components: - - type: Transform - pos: 19.5,10.5 - parent: 104 - - uid: 1056 - components: - - type: Transform - pos: -11.5,20.5 - parent: 104 - - uid: 1057 - components: - - type: Transform - pos: 15.5,3.5 - parent: 104 - - uid: 1058 - components: - - type: Transform - pos: 22.5,4.5 - parent: 104 - - uid: 1059 - components: - - type: Transform - pos: 23.5,4.5 - parent: 104 - - uid: 1060 - components: - - type: Transform - pos: 24.5,4.5 - parent: 104 - - uid: 1064 - components: - - type: Transform - pos: 28.5,4.5 - parent: 104 - - uid: 1065 - components: - - type: Transform - pos: 29.5,4.5 - parent: 104 - - uid: 1066 - components: - - type: Transform - pos: 30.5,4.5 - parent: 104 - - uid: 1067 - components: - - type: Transform - pos: 32.5,0.5 - parent: 104 - - uid: 1068 - components: - - type: Transform - pos: 32.5,-0.5 - parent: 104 - - uid: 1069 - components: - - type: Transform - pos: 32.5,-3.5 - parent: 104 - - uid: 1070 - components: - - type: Transform - pos: 32.5,-12.5 - parent: 104 - - uid: 1071 - components: - - type: Transform - pos: 32.5,-13.5 - parent: 104 - - uid: 1072 - components: - - type: Transform - pos: 32.5,-14.5 - parent: 104 - - uid: 1073 - components: - - type: Transform - pos: 32.5,-15.5 - parent: 104 - - uid: 1074 - components: - - type: Transform - pos: 32.5,-16.5 - parent: 104 - - uid: 1075 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 104 - - uid: 1076 - components: - - type: Transform - pos: 32.5,-18.5 - parent: 104 - - uid: 1077 - components: - - type: Transform - pos: 32.5,-19.5 - parent: 104 - - uid: 1078 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 104 - - uid: 1079 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 104 - - uid: 1083 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 104 - - uid: 1084 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 104 - - uid: 1085 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 104 - - uid: 1092 - components: - - type: Transform - pos: 27.5,-23.5 - parent: 104 - - uid: 1093 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 104 - - uid: 1094 - components: - - type: Transform - pos: 25.5,-23.5 - parent: 104 - - uid: 1095 - components: - - type: Transform - pos: 24.5,-23.5 - parent: 104 - - uid: 1096 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 104 - - uid: 1097 - components: - - type: Transform - pos: 22.5,-23.5 - parent: 104 - - uid: 1098 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 104 - - uid: 1099 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 104 - - uid: 1100 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 104 - - uid: 1101 - components: - - type: Transform - pos: 18.5,-23.5 - parent: 104 - - uid: 1105 - components: - - type: Transform - pos: 8.5,-23.5 - parent: 104 - - uid: 1106 - components: - - type: Transform - pos: 7.5,-23.5 - parent: 104 - - uid: 1107 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 104 - - uid: 1108 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 104 - - uid: 1109 - components: - - type: Transform - pos: -23.5,23.5 - parent: 104 - - uid: 1155 - components: - - type: Transform - pos: -23.5,24.5 - parent: 104 - - uid: 1156 - components: - - type: Transform - pos: -23.5,25.5 - parent: 104 - - uid: 1157 - components: - - type: Transform - pos: -22.5,32.5 - parent: 104 - - uid: 1158 - components: - - type: Transform - pos: -23.5,30.5 - parent: 104 - - uid: 1160 - components: - - type: Transform - pos: -23.5,31.5 - parent: 104 - - uid: 1161 - components: - - type: Transform - pos: -22.5,23.5 - parent: 104 - - uid: 1162 - components: - - type: Transform - pos: -22.5,24.5 - parent: 104 - - uid: 1163 - components: - - type: Transform - pos: -22.5,25.5 - parent: 104 - - uid: 1164 - components: - - type: Transform - pos: -21.5,26.5 - parent: 104 - - uid: 1165 - components: - - type: Transform - pos: -22.5,30.5 - parent: 104 - - uid: 1166 - components: - - type: Transform - pos: -21.5,30.5 - parent: 104 - - uid: 1167 - components: - - type: Transform - pos: -24.5,31.5 - parent: 104 - - uid: 1168 - components: - - type: Transform - pos: -23.5,20.5 - parent: 104 - - uid: 1169 - components: - - type: Transform - pos: -24.5,21.5 - parent: 104 - - uid: 1170 - components: - - type: Transform - pos: -22.5,31.5 - parent: 104 - - uid: 1171 - components: - - type: Transform - pos: -25.5,30.5 - parent: 104 - - uid: 1172 - components: - - type: Transform - pos: -25.5,31.5 - parent: 104 - - uid: 1173 - components: - - type: Transform - pos: -25.5,32.5 - parent: 104 - - uid: 1174 - components: - - type: Transform - pos: -23.5,21.5 - parent: 104 - - uid: 1175 - components: - - type: Transform - pos: -23.5,29.5 - parent: 104 - - uid: 1176 - components: - - type: Transform - pos: -22.5,20.5 - parent: 104 - - uid: 1177 - components: - - type: Transform - pos: -23.5,15.5 - parent: 104 - - uid: 1178 - components: - - type: Transform - pos: -23.5,13.5 - parent: 104 - - uid: 1179 - components: - - type: Transform - pos: -22.5,13.5 - parent: 104 - - uid: 1180 - components: - - type: Transform - pos: -11.5,10.5 - parent: 104 - - uid: 1224 - components: - - type: Transform - pos: -23.5,14.5 - parent: 104 - - uid: 1250 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 104 - - uid: 1390 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 104 - - uid: 1391 - components: - - type: Transform - pos: -23.5,28.5 - parent: 104 - - uid: 1392 - components: - - type: Transform - pos: -24.5,30.5 - parent: 104 - - uid: 1393 - components: - - type: Transform - pos: -23.5,32.5 - parent: 104 - - uid: 1394 - components: - - type: Transform - pos: -22.5,26.5 - parent: 104 - - uid: 1395 - components: - - type: Transform - pos: -23.5,26.5 - parent: 104 - - uid: 1396 - components: - - type: Transform - pos: -24.5,32.5 - parent: 104 - - uid: 1397 - components: - - type: Transform - pos: -23.5,27.5 - parent: 104 - - uid: 1398 - components: - - type: Transform - pos: -22.5,28.5 - parent: 104 - - uid: 1399 - components: - - type: Transform - pos: -21.5,29.5 - parent: 104 - - uid: 1400 - components: - - type: Transform - pos: -22.5,29.5 - parent: 104 - - uid: 1401 - components: - - type: Transform - pos: -22.5,27.5 - parent: 104 - - uid: 1402 - components: - - type: Transform - pos: -21.5,27.5 - parent: 104 - - uid: 1403 - components: - - type: Transform - pos: -21.5,28.5 - parent: 104 - - uid: 1404 - components: - - type: Transform - pos: -21.5,25.5 - parent: 104 - - uid: 1405 - components: - - type: Transform - pos: -21.5,24.5 - parent: 104 - - uid: 1406 - components: - - type: Transform - pos: -21.5,23.5 - parent: 104 - - uid: 1407 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 104 - - uid: 1408 - components: - - type: Transform - pos: 7.5,-24.5 - parent: 104 - - uid: 1415 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 104 - - uid: 1416 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 104 - - uid: 1417 - components: - - type: Transform - pos: 20.5,-24.5 - parent: 104 - - uid: 1418 - components: - - type: Transform - pos: 21.5,-24.5 - parent: 104 - - uid: 1419 - components: - - type: Transform - pos: 22.5,-24.5 - parent: 104 - - uid: 1420 - components: - - type: Transform - pos: 23.5,-24.5 - parent: 104 - - uid: 1421 - components: - - type: Transform - pos: 24.5,-24.5 - parent: 104 - - uid: 1422 - components: - - type: Transform - pos: 25.5,-24.5 - parent: 104 - - uid: 1423 - components: - - type: Transform - pos: 26.5,-24.5 - parent: 104 - - uid: 1424 - components: - - type: Transform - pos: 27.5,-24.5 - parent: 104 - - uid: 1425 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 104 - - uid: 1427 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 104 - - uid: 1433 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 104 - - uid: 1434 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 104 - - uid: 1435 - components: - - type: Transform - pos: 33.5,-20.5 - parent: 104 - - uid: 1436 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 104 - - uid: 1437 - components: - - type: Transform - pos: 33.5,-18.5 - parent: 104 - - uid: 1440 - components: - - type: Transform - pos: 33.5,-17.5 - parent: 104 - - uid: 1441 - components: - - type: Transform - pos: 33.5,-16.5 - parent: 104 - - uid: 1442 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 104 - - uid: 1443 - components: - - type: Transform - pos: 33.5,-14.5 - parent: 104 - - uid: 1444 - components: - - type: Transform - pos: 33.5,-13.5 - parent: 104 - - uid: 1446 - components: - - type: Transform - pos: 33.5,-12.5 - parent: 104 - - uid: 1447 - components: - - type: Transform - pos: 30.5,5.5 - parent: 104 - - uid: 1448 - components: - - type: Transform - pos: 29.5,5.5 - parent: 104 - - uid: 1472 - components: - - type: Transform - pos: 28.5,5.5 - parent: 104 - - uid: 1542 - components: - - type: Transform - pos: 24.5,5.5 - parent: 104 - - uid: 1550 - components: - - type: Transform - pos: 23.5,5.5 - parent: 104 - - uid: 1552 - components: - - type: Transform - pos: 22.5,5.5 - parent: 104 - - uid: 1553 - components: - - type: Transform - pos: 21.5,5.5 - parent: 104 - - uid: 1557 - components: - - type: Transform - pos: 19.5,19.5 - parent: 104 - - uid: 1559 - components: - - type: Transform - pos: 19.5,20.5 - parent: 104 - - uid: 1560 - components: - - type: Transform - pos: 19.5,21.5 - parent: 104 - - uid: 1562 - components: - - type: Transform - pos: -11.5,19.5 - parent: 104 - - uid: 1564 - components: - - type: Transform - pos: -11.5,18.5 - parent: 104 - - uid: 1566 - components: - - type: Transform - pos: 20.5,9.5 - parent: 104 - - uid: 1567 - components: - - type: Transform - pos: 20.5,10.5 - parent: 104 - - uid: 1568 - components: - - type: Transform - pos: 20.5,11.5 - parent: 104 - - uid: 1569 - components: - - type: Transform - pos: 20.5,12.5 - parent: 104 - - uid: 1594 - components: - - type: Transform - pos: 20.5,13.5 - parent: 104 - - uid: 1598 - components: - - type: Transform - pos: 20.5,14.5 - parent: 104 - - uid: 1599 - components: - - type: Transform - pos: 20.5,15.5 - parent: 104 - - uid: 1600 - components: - - type: Transform - pos: 20.5,16.5 - parent: 104 - - uid: 1601 - components: - - type: Transform - pos: 20.5,17.5 - parent: 104 - - uid: 1602 - components: - - type: Transform - pos: 20.5,18.5 - parent: 104 - - uid: 1603 - components: - - type: Transform - pos: 20.5,19.5 - parent: 104 - - uid: 1604 - components: - - type: Transform - pos: 20.5,20.5 - parent: 104 - - uid: 1605 - components: - - type: Transform - pos: 20.5,21.5 - parent: 104 - - uid: 1606 - components: - - type: Transform - pos: -10.5,19.5 - parent: 104 - - uid: 1607 - components: - - type: Transform - pos: 19.5,11.5 - parent: 104 - - uid: 1608 - components: - - type: Transform - pos: 19.5,12.5 - parent: 104 - - uid: 1609 - components: - - type: Transform - pos: 19.5,15.5 - parent: 104 - - uid: 1610 - components: - - type: Transform - pos: 18.5,21.5 - parent: 104 - - uid: 1611 - components: - - type: Transform - pos: 17.5,21.5 - parent: 104 - - uid: 1612 - components: - - type: Transform - pos: 16.5,21.5 - parent: 104 - - uid: 1613 - components: - - type: Transform - pos: 15.5,21.5 - parent: 104 - - uid: 1614 - components: - - type: Transform - pos: 14.5,21.5 - parent: 104 - - uid: 1615 - components: - - type: Transform - pos: 13.5,21.5 - parent: 104 - - uid: 1616 - components: - - type: Transform - pos: 12.5,21.5 - parent: 104 - - uid: 1623 - components: - - type: Transform - pos: 11.5,21.5 - parent: 104 - - uid: 1625 - components: - - type: Transform - pos: 10.5,21.5 - parent: 104 - - uid: 1632 - components: - - type: Transform - pos: 9.5,21.5 - parent: 104 - - uid: 1636 - components: - - type: Transform - pos: -0.5,21.5 - parent: 104 - - uid: 1637 - components: - - type: Transform - pos: -1.5,21.5 - parent: 104 - - uid: 1638 - components: - - type: Transform - pos: -2.5,21.5 - parent: 104 - - uid: 1639 - components: - - type: Transform - pos: -0.5,22.5 - parent: 104 - - uid: 1640 - components: - - type: Transform - pos: -1.5,22.5 - parent: 104 - - uid: 1641 - components: - - type: Transform - pos: -2.5,22.5 - parent: 104 - - uid: 1642 - components: - - type: Transform - pos: -3.5,22.5 - parent: 104 - - uid: 1643 - components: - - type: Transform - pos: -7.5,22.5 - parent: 104 - - uid: 1644 - components: - - type: Transform - pos: -8.5,22.5 - parent: 104 - - uid: 1645 - components: - - type: Transform - pos: -8.5,23.5 - parent: 104 - - uid: 1646 - components: - - type: Transform - pos: -9.5,23.5 - parent: 104 - - uid: 1647 - components: - - type: Transform - pos: -10.5,23.5 - parent: 104 - - uid: 1649 - components: - - type: Transform - pos: 28.5,7.5 - parent: 104 - - uid: 1650 - components: - - type: Transform - pos: 28.5,8.5 - parent: 104 - - uid: 1651 - components: - - type: Transform - pos: 22.5,13.5 - parent: 104 - - uid: 1657 - components: - - type: Transform - pos: 23.5,13.5 - parent: 104 - - uid: 1658 - components: - - type: Transform - pos: 17.5,22.5 - parent: 104 - - uid: 1659 - components: - - type: Transform - pos: 24.5,16.5 - parent: 104 - - uid: 1660 - components: - - type: Transform - pos: 24.5,15.5 - parent: 104 - - uid: 1661 - components: - - type: Transform - pos: 24.5,14.5 - parent: 104 - - uid: 1662 - components: - - type: Transform - pos: 23.5,17.5 - parent: 104 - - uid: 1663 - components: - - type: Transform - pos: 28.5,6.5 - parent: 104 - - uid: 1664 - components: - - type: Transform - pos: 23.5,14.5 - parent: 104 - - uid: 1665 - components: - - type: Transform - pos: 22.5,14.5 - parent: 104 - - uid: 1666 - components: - - type: Transform - pos: 23.5,12.5 - parent: 104 - - uid: 1667 - components: - - type: Transform - pos: 21.5,8.5 - parent: 104 - - uid: 1676 - components: - - type: Transform - pos: 24.5,9.5 - parent: 104 - - uid: 1677 - components: - - type: Transform - pos: 24.5,10.5 - parent: 104 - - uid: 1678 - components: - - type: Transform - pos: 24.5,17.5 - parent: 104 - - uid: 1679 - components: - - type: Transform - pos: 23.5,16.5 - parent: 104 - - uid: 1682 - components: - - type: Transform - pos: 23.5,15.5 - parent: 104 - - uid: 1683 - components: - - type: Transform - pos: 24.5,11.5 - parent: 104 - - uid: 1685 - components: - - type: Transform - pos: 23.5,11.5 - parent: 104 - - uid: 1686 - components: - - type: Transform - pos: 21.5,9.5 - parent: 104 - - uid: 1687 - components: - - type: Transform - pos: 27.5,7.5 - parent: 104 - - uid: 1688 - components: - - type: Transform - pos: 27.5,8.5 - parent: 104 - - uid: 1691 - components: - - type: Transform - pos: 26.5,8.5 - parent: 104 - - uid: 1692 - components: - - type: Transform - pos: 22.5,15.5 - parent: 104 - - uid: 1693 - components: - - type: Transform - pos: 24.5,12.5 - parent: 104 - - uid: 1695 - components: - - type: Transform - pos: 23.5,10.5 - parent: 104 - - uid: 1696 - components: - - type: Transform - pos: 22.5,10.5 - parent: 104 - - uid: 1698 - components: - - type: Transform - pos: 12.5,22.5 - parent: 104 - - uid: 1700 - components: - - type: Transform - pos: 25.5,9.5 - parent: 104 - - uid: 1701 - components: - - type: Transform - pos: 25.5,10.5 - parent: 104 - - uid: 1702 - components: - - type: Transform - pos: 13.5,22.5 - parent: 104 - - uid: 1709 - components: - - type: Transform - pos: 24.5,13.5 - parent: 104 - - uid: 1710 - components: - - type: Transform - pos: 22.5,8.5 - parent: 104 - - uid: 1712 - components: - - type: Transform - pos: 22.5,9.5 - parent: 104 - - uid: 1713 - components: - - type: Transform - pos: 11.5,22.5 - parent: 104 - - uid: 1714 - components: - - type: Transform - pos: 25.5,11.5 - parent: 104 - - uid: 1715 - components: - - type: Transform - pos: 22.5,16.5 - parent: 104 - - uid: 1716 - components: - - type: Transform - pos: 22.5,17.5 - parent: 104 - - uid: 1717 - components: - - type: Transform - pos: 19.5,22.5 - parent: 104 - - uid: 1719 - components: - - type: Transform - pos: 21.5,13.5 - parent: 104 - - uid: 1720 - components: - - type: Transform - pos: 23.5,9.5 - parent: 104 - - uid: 1721 - components: - - type: Transform - pos: 21.5,11.5 - parent: 104 - - uid: 1722 - components: - - type: Transform - pos: 22.5,11.5 - parent: 104 - - uid: 1723 - components: - - type: Transform - pos: 10.5,22.5 - parent: 104 - - uid: 1724 - components: - - type: Transform - pos: 22.5,18.5 - parent: 104 - - uid: 1725 - components: - - type: Transform - pos: 16.5,22.5 - parent: 104 - - uid: 1726 - components: - - type: Transform - pos: 15.5,22.5 - parent: 104 - - uid: 1727 - components: - - type: Transform - pos: 14.5,22.5 - parent: 104 - - uid: 1729 - components: - - type: Transform - pos: 23.5,13.5 - parent: 104 - - uid: 1731 - components: - - type: Transform - pos: -11.5,21.5 - parent: 104 - - uid: 1732 - components: - - type: Transform - pos: 22.5,12.5 - parent: 104 - - uid: 1733 - components: - - type: Transform - pos: 27.5,6.5 - parent: 104 - - uid: 1734 - components: - - type: Transform - pos: 22.5,19.5 - parent: 104 - - uid: 1735 - components: - - type: Transform - pos: 18.5,22.5 - parent: 104 - - uid: 1736 - components: - - type: Transform - pos: 21.5,21.5 - parent: 104 - - uid: 1740 - components: - - type: Transform - pos: -11.5,20.5 - parent: 104 - - uid: 1741 - components: - - type: Transform - pos: 21.5,10.5 - parent: 104 - - uid: 1742 - components: - - type: Transform - pos: 21.5,20.5 - parent: 104 - - uid: 1743 - components: - - type: Transform - pos: 20.5,22.5 - parent: 104 - - uid: 1744 - components: - - type: Transform - pos: 21.5,19.5 - parent: 104 - - uid: 1745 - components: - - type: Transform - pos: 21.5,18.5 - parent: 104 - - uid: 1746 - components: - - type: Transform - pos: 21.5,17.5 - parent: 104 - - uid: 1747 - components: - - type: Transform - pos: 21.5,16.5 - parent: 104 - - uid: 1748 - components: - - type: Transform - pos: 21.5,15.5 - parent: 104 - - uid: 1749 - components: - - type: Transform - pos: 21.5,14.5 - parent: 104 - - uid: 1750 - components: - - type: Transform - pos: 21.5,12.5 - parent: 104 - - uid: 1751 - components: - - type: Transform - pos: 9.5,19.5 - parent: 104 - - uid: 1752 - components: - - type: Transform - pos: -2.5,23.5 - parent: 104 - - uid: 1753 - components: - - type: Transform - pos: -3.5,23.5 - parent: 104 - - uid: 1754 - components: - - type: Transform - pos: -4.5,23.5 - parent: 104 - - uid: 1755 - components: - - type: Transform - pos: -5.5,23.5 - parent: 104 - - uid: 1756 - components: - - type: Transform - pos: -6.5,23.5 - parent: 104 - - uid: 1757 - components: - - type: Transform - pos: -7.5,23.5 - parent: 104 - - uid: 1762 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 104 - - uid: 1767 - components: - - type: Transform - pos: -19.5,7.5 - parent: 104 - - uid: 1768 - components: - - type: Transform - pos: -19.5,6.5 - parent: 104 - - uid: 1769 - components: - - type: Transform - pos: -19.5,5.5 - parent: 104 - - uid: 1770 - components: - - type: Transform - pos: -18.5,7.5 - parent: 104 - - uid: 1771 - components: - - type: Transform - pos: -18.5,6.5 - parent: 104 - - uid: 1772 - components: - - type: Transform - pos: -18.5,5.5 - parent: 104 - - uid: 1773 - components: - - type: Transform - pos: -17.5,7.5 - parent: 104 - - uid: 1774 - components: - - type: Transform - pos: -17.5,6.5 - parent: 104 - - uid: 1775 - components: - - type: Transform - pos: -17.5,5.5 - parent: 104 - - uid: 1776 - components: - - type: Transform - pos: -21.5,19.5 - parent: 104 - - uid: 1777 - components: - - type: Transform - pos: -22.5,19.5 - parent: 104 - - uid: 1778 - components: - - type: Transform - pos: -21.5,18.5 - parent: 104 - - uid: 1779 - components: - - type: Transform - pos: -22.5,18.5 - parent: 104 - - uid: 1780 - components: - - type: Transform - pos: -22.5,17.5 - parent: 104 - - uid: 1781 - components: - - type: Transform - pos: -23.5,17.5 - parent: 104 - - uid: 1782 - components: - - type: Transform - pos: -23.5,16.5 - parent: 104 - - uid: 1792 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 104 - - uid: 1793 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 104 - - uid: 1794 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 104 - - uid: 1795 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 104 - - uid: 1796 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 104 - - uid: 1797 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 104 - - uid: 1798 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 104 - - uid: 1801 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 104 - - uid: 1802 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 104 - - uid: 1803 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 104 - - uid: 1804 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 104 - - uid: 1805 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 104 - - uid: 1806 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 104 - - uid: 1807 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 104 - - uid: 1808 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 104 - - uid: 1809 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 104 - - uid: 1835 - components: - - type: Transform - pos: 8.5,-19.5 - parent: 104 - - uid: 1836 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 104 - - uid: 1837 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 104 - - uid: 1865 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 104 - - uid: 1870 - components: - - type: Transform - pos: 17.5,-21.5 - parent: 104 - - uid: 1875 - components: - - type: Transform - pos: 18.5,-21.5 - parent: 104 - - uid: 1880 - components: - - type: Transform - pos: 19.5,-21.5 - parent: 104 - - uid: 1884 - components: - - type: Transform - pos: 20.5,-21.5 - parent: 104 - - uid: 1888 - components: - - type: Transform - pos: 21.5,-21.5 - parent: 104 - - uid: 1892 - components: - - type: Transform - pos: 22.5,-21.5 - parent: 104 - - uid: 1896 - components: - - type: Transform - pos: 23.5,-21.5 - parent: 104 - - uid: 1900 - components: - - type: Transform - pos: 24.5,-21.5 - parent: 104 - - uid: 1904 - components: - - type: Transform - pos: 25.5,-21.5 - parent: 104 - - uid: 1909 - components: - - type: Transform - pos: 28.5,-11.5 - parent: 104 - - uid: 1910 - components: - - type: Transform - pos: 28.5,-10.5 - parent: 104 - - uid: 1911 - components: - - type: Transform - pos: 28.5,-9.5 - parent: 104 - - uid: 1912 - components: - - type: Transform - pos: 28.5,-8.5 - parent: 104 - - uid: 1913 - components: - - type: Transform - pos: 26.5,-21.5 - parent: 104 - - uid: 1923 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 104 - - uid: 1924 - components: - - type: Transform - pos: 26.5,-10.5 - parent: 104 - - uid: 1925 - components: - - type: Transform - pos: 26.5,-9.5 - parent: 104 - - uid: 1926 - components: - - type: Transform - pos: 26.5,-8.5 - parent: 104 - - uid: 1927 - components: - - type: Transform - pos: 26.5,-7.5 - parent: 104 - - uid: 1928 - components: - - type: Transform - pos: 26.5,-6.5 - parent: 104 - - uid: 1930 - components: - - type: Transform - pos: 26.5,-5.5 - parent: 104 - - uid: 1934 - components: - - type: Transform - pos: 26.5,-4.5 - parent: 104 - - uid: 1935 - components: - - type: Transform - pos: 26.5,-3.5 - parent: 104 - - uid: 1936 - components: - - type: Transform - pos: 26.5,-2.5 - parent: 104 - - uid: 1937 - components: - - type: Transform - pos: 26.5,-1.5 - parent: 104 - - uid: 1938 - components: - - type: Transform - pos: 26.5,-0.5 - parent: 104 - - uid: 1939 - components: - - type: Transform - pos: 26.5,0.5 - parent: 104 - - uid: 1940 - components: - - type: Transform - pos: 26.5,1.5 - parent: 104 - - uid: 1942 - components: - - type: Transform - pos: 27.5,-21.5 - parent: 104 - - uid: 1952 - components: - - type: Transform - pos: 27.5,-11.5 - parent: 104 - - uid: 1953 - components: - - type: Transform - pos: 27.5,-10.5 - parent: 104 - - uid: 1954 - components: - - type: Transform - pos: 27.5,-9.5 - parent: 104 - - uid: 1955 - components: - - type: Transform - pos: 27.5,-8.5 - parent: 104 - - uid: 1956 - components: - - type: Transform - pos: 27.5,-7.5 - parent: 104 - - uid: 1957 - components: - - type: Transform - pos: 27.5,-6.5 - parent: 104 - - uid: 1958 - components: - - type: Transform - pos: 27.5,-5.5 - parent: 104 - - uid: 1959 - components: - - type: Transform - pos: 27.5,-4.5 - parent: 104 - - uid: 1960 - components: - - type: Transform - pos: 27.5,-3.5 - parent: 104 - - uid: 1961 - components: - - type: Transform - pos: 27.5,-2.5 - parent: 104 - - uid: 1962 - components: - - type: Transform - pos: 27.5,-1.5 - parent: 104 - - uid: 1963 - components: - - type: Transform - pos: 27.5,-0.5 - parent: 104 - - uid: 1964 - components: - - type: Transform - pos: 27.5,0.5 - parent: 104 - - uid: 1965 - components: - - type: Transform - pos: 27.5,1.5 - parent: 104 - - uid: 1966 - components: - - type: Transform - pos: 27.5,2.5 - parent: 104 - - uid: 1967 - components: - - type: Transform - pos: 28.5,-21.5 - parent: 104 - - uid: 1973 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 104 - - uid: 1974 - components: - - type: Transform - pos: 30.5,-0.5 - parent: 104 - - uid: 1975 - components: - - type: Transform - pos: 30.5,0.5 - parent: 104 - - uid: 1976 - components: - - type: Transform - pos: 30.5,1.5 - parent: 104 - - uid: 1977 - components: - - type: Transform - pos: 30.5,2.5 - parent: 104 - - uid: 1978 - components: - - type: Transform - pos: 28.5,-7.5 - parent: 104 - - uid: 1979 - components: - - type: Transform - pos: 28.5,-6.5 - parent: 104 - - uid: 1980 - components: - - type: Transform - pos: 28.5,-5.5 - parent: 104 - - uid: 1981 - components: - - type: Transform - pos: 28.5,-4.5 - parent: 104 - - uid: 1982 - components: - - type: Transform - pos: 28.5,-3.5 - parent: 104 - - uid: 1983 - components: - - type: Transform - pos: 28.5,-2.5 - parent: 104 - - uid: 1984 - components: - - type: Transform - pos: 28.5,-1.5 - parent: 104 - - uid: 1985 - components: - - type: Transform - pos: 28.5,-0.5 - parent: 104 - - uid: 1986 - components: - - type: Transform - pos: 28.5,0.5 - parent: 104 - - uid: 1987 - components: - - type: Transform - pos: 28.5,1.5 - parent: 104 - - uid: 1988 - components: - - type: Transform - pos: 28.5,2.5 - parent: 104 - - uid: 1989 - components: - - type: Transform - pos: 29.5,-20.5 - parent: 104 - - uid: 1990 - components: - - type: Transform - pos: 29.5,-19.5 - parent: 104 - - uid: 1991 - components: - - type: Transform - pos: 29.5,-18.5 - parent: 104 - - uid: 1992 - components: - - type: Transform - pos: 29.5,-17.5 - parent: 104 - - uid: 1993 - components: - - type: Transform - pos: 29.5,-16.5 - parent: 104 - - uid: 1994 - components: - - type: Transform - pos: 29.5,-15.5 - parent: 104 - - uid: 1995 - components: - - type: Transform - pos: 29.5,-14.5 - parent: 104 - - uid: 1996 - components: - - type: Transform - pos: 29.5,-13.5 - parent: 104 - - uid: 1997 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 104 - - uid: 1998 - components: - - type: Transform - pos: 29.5,-11.5 - parent: 104 - - uid: 1999 - components: - - type: Transform - pos: 29.5,-10.5 - parent: 104 - - uid: 2000 - components: - - type: Transform - pos: 29.5,-9.5 - parent: 104 - - uid: 2001 - components: - - type: Transform - pos: 29.5,-8.5 - parent: 104 - - uid: 2002 - components: - - type: Transform - pos: 29.5,-7.5 - parent: 104 - - uid: 2003 - components: - - type: Transform - pos: 29.5,-6.5 - parent: 104 - - uid: 2004 - components: - - type: Transform - pos: 29.5,-5.5 - parent: 104 - - uid: 2005 - components: - - type: Transform - pos: 29.5,-4.5 - parent: 104 - - uid: 2006 - components: - - type: Transform - pos: 29.5,-3.5 - parent: 104 - - uid: 2007 - components: - - type: Transform - pos: 29.5,-2.5 - parent: 104 - - uid: 2008 - components: - - type: Transform - pos: 29.5,-1.5 - parent: 104 - - uid: 2009 - components: - - type: Transform - pos: 29.5,-0.5 - parent: 104 - - uid: 2010 - components: - - type: Transform - pos: 29.5,0.5 - parent: 104 - - uid: 2011 - components: - - type: Transform - pos: 29.5,1.5 - parent: 104 - - uid: 2012 - components: - - type: Transform - pos: 29.5,2.5 - parent: 104 - - uid: 2013 - components: - - type: Transform - pos: 30.5,-19.5 - parent: 104 - - uid: 2014 - components: - - type: Transform - pos: 30.5,-18.5 - parent: 104 - - uid: 2015 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 104 - - uid: 2020 - components: - - type: Transform - pos: 30.5,-16.5 - parent: 104 - - uid: 2023 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 104 - - uid: 2024 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 104 - - uid: 2025 - components: - - type: Transform - pos: 30.5,-13.5 - parent: 104 - - uid: 2026 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 104 - - uid: 2029 - components: - - type: Transform - pos: 30.5,-9.5 - parent: 104 - - uid: 2030 - components: - - type: Transform - pos: 30.5,-8.5 - parent: 104 - - uid: 2032 - components: - - type: Transform - pos: 30.5,-7.5 - parent: 104 - - uid: 2033 - components: - - type: Transform - pos: 30.5,-6.5 - parent: 104 - - uid: 2034 - components: - - type: Transform - pos: 30.5,-5.5 - parent: 104 - - uid: 2035 - components: - - type: Transform - pos: 30.5,-4.5 - parent: 104 - - uid: 2036 - components: - - type: Transform - pos: 30.5,-3.5 - parent: 104 - - uid: 2037 - components: - - type: Transform - pos: 30.5,-2.5 - parent: 104 - - uid: 2038 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 104 - - uid: 2039 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 104 - - uid: 2040 - components: - - type: Transform - pos: 15.5,2.5 - parent: 104 - - uid: 2041 - components: - - type: Transform - pos: 16.5,2.5 - parent: 104 - - uid: 2042 - components: - - type: Transform - pos: 19.5,0.5 - parent: 104 - - uid: 2043 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 104 - - uid: 2044 - components: - - type: Transform - pos: 19.5,-1.5 - parent: 104 - - uid: 2047 - components: - - type: Transform - pos: 25.5,0.5 - parent: 104 - - uid: 2049 - components: - - type: Transform - pos: 25.5,-0.5 - parent: 104 - - uid: 2051 - components: - - type: Transform - pos: 25.5,-1.5 - parent: 104 - - uid: 2054 - components: - - type: Transform - pos: 24.5,0.5 - parent: 104 - - uid: 2055 - components: - - type: Transform - pos: 24.5,-0.5 - parent: 104 - - uid: 2056 - components: - - type: Transform - pos: 24.5,-1.5 - parent: 104 - - uid: 2058 - components: - - type: Transform - pos: 23.5,1.5 - parent: 104 - - uid: 2059 - components: - - type: Transform - pos: 23.5,0.5 - parent: 104 - - uid: 2060 - components: - - type: Transform - pos: 23.5,-0.5 - parent: 104 - - uid: 2061 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 104 - - uid: 2063 - components: - - type: Transform - pos: 22.5,1.5 - parent: 104 - - uid: 2064 - components: - - type: Transform - pos: 22.5,0.5 - parent: 104 - - uid: 2065 - components: - - type: Transform - pos: 22.5,-0.5 - parent: 104 - - uid: 2066 - components: - - type: Transform - pos: 22.5,-1.5 - parent: 104 - - uid: 2067 - components: - - type: Transform - pos: 14.5,2.5 - parent: 104 - - uid: 2068 - components: - - type: Transform - pos: 15.5,1.5 - parent: 104 - - uid: 2069 - components: - - type: Transform - pos: 21.5,0.5 - parent: 104 - - uid: 2070 - components: - - type: Transform - pos: 21.5,-0.5 - parent: 104 - - uid: 2071 - components: - - type: Transform - pos: 21.5,-1.5 - parent: 104 - - uid: 2072 - components: - - type: Transform - pos: 14.5,3.5 - parent: 104 - - uid: 2073 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 104 - - uid: 2074 - components: - - type: Transform - pos: 17.5,0.5 - parent: 104 - - uid: 2075 - components: - - type: Transform - pos: 17.5,1.5 - parent: 104 - - uid: 2076 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 104 - - uid: 2077 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 104 - - uid: 2078 - components: - - type: Transform - pos: 18.5,0.5 - parent: 104 - - uid: 2079 - components: - - type: Transform - pos: 18.5,1.5 - parent: 104 - - uid: 2080 - components: - - type: Transform - pos: -12.5,28.5 - parent: 104 - - uid: 2084 - components: - - type: Transform - pos: -12.5,27.5 - parent: 104 - - uid: 2085 - components: - - type: Transform - pos: -12.5,26.5 - parent: 104 - - uid: 2086 - components: - - type: Transform - pos: -12.5,25.5 - parent: 104 - - uid: 2087 - components: - - type: Transform - pos: -16.5,25.5 - parent: 104 - - uid: 2088 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 104 - - uid: 2091 - components: - - type: Transform - pos: -15.5,25.5 - parent: 104 - - uid: 2093 - components: - - type: Transform - pos: -14.5,26.5 - parent: 104 - - uid: 2094 - components: - - type: Transform - pos: -14.5,25.5 - parent: 104 - - uid: 2096 - components: - - type: Transform - pos: -13.5,27.5 - parent: 104 - - uid: 2098 - components: - - type: Transform - pos: -13.5,26.5 - parent: 104 - - uid: 2099 - components: - - type: Transform - pos: -13.5,25.5 - parent: 104 - - uid: 2100 - components: - - type: Transform - pos: -20.5,30.5 - parent: 104 - - uid: 2101 - components: - - type: Transform - pos: -20.5,29.5 - parent: 104 - - uid: 2102 - components: - - type: Transform - pos: -20.5,28.5 - parent: 104 - - uid: 2103 - components: - - type: Transform - pos: -20.5,27.5 - parent: 104 - - uid: 2104 - components: - - type: Transform - pos: -20.5,26.5 - parent: 104 - - uid: 2105 - components: - - type: Transform - pos: -20.5,25.5 - parent: 104 - - uid: 2106 - components: - - type: Transform - pos: -20.5,24.5 - parent: 104 - - uid: 2107 - components: - - type: Transform - pos: -19.5,30.5 - parent: 104 - - uid: 2108 - components: - - type: Transform - pos: -19.5,29.5 - parent: 104 - - uid: 2109 - components: - - type: Transform - pos: -19.5,28.5 - parent: 104 - - uid: 2110 - components: - - type: Transform - pos: -19.5,27.5 - parent: 104 - - uid: 2111 - components: - - type: Transform - pos: -19.5,26.5 - parent: 104 - - uid: 2112 - components: - - type: Transform - pos: -19.5,25.5 - parent: 104 - - uid: 2113 - components: - - type: Transform - pos: -19.5,24.5 - parent: 104 - - uid: 2115 - components: - - type: Transform - pos: -18.5,30.5 - parent: 104 - - uid: 2116 - components: - - type: Transform - pos: -18.5,29.5 - parent: 104 - - uid: 2117 - components: - - type: Transform - pos: -18.5,28.5 - parent: 104 - - uid: 2118 - components: - - type: Transform - pos: -18.5,27.5 - parent: 104 - - uid: 2119 - components: - - type: Transform - pos: -18.5,26.5 - parent: 104 - - uid: 2120 - components: - - type: Transform - pos: -18.5,25.5 - parent: 104 - - uid: 2121 - components: - - type: Transform - pos: -18.5,24.5 - parent: 104 - - uid: 2122 - components: - - type: Transform - pos: -17.5,28.5 - parent: 104 - - uid: 2123 - components: - - type: Transform - pos: -17.5,27.5 - parent: 104 - - uid: 2124 - components: - - type: Transform - pos: -17.5,25.5 - parent: 104 - - uid: 2125 - components: - - type: Transform - pos: -11.5,28.5 - parent: 104 - - uid: 2127 - components: - - type: Transform - pos: -11.5,27.5 - parent: 104 - - uid: 2128 - components: - - type: Transform - pos: -11.5,26.5 - parent: 104 - - uid: 2129 - components: - - type: Transform - pos: -11.5,25.5 - parent: 104 - - uid: 2130 - components: - - type: Transform - pos: -11.5,24.5 - parent: 104 - - uid: 2131 - components: - - type: Transform - pos: -21.5,31.5 - parent: 104 - - uid: 2132 - components: - - type: Transform - pos: -20.5,31.5 - parent: 104 - - uid: 2133 - components: - - type: Transform - pos: -19.5,31.5 - parent: 104 - - uid: 2134 - components: - - type: Transform - pos: -10.5,28.5 - parent: 104 - - uid: 2136 - components: - - type: Transform - pos: -10.5,27.5 - parent: 104 - - uid: 2137 - components: - - type: Transform - pos: -10.5,26.5 - parent: 104 - - uid: 2138 - components: - - type: Transform - pos: -10.5,25.5 - parent: 104 - - uid: 2139 - components: - - type: Transform - pos: -10.5,24.5 - parent: 104 - - uid: 2140 - components: - - type: Transform - pos: -9.5,29.5 - parent: 104 - - uid: 2141 - components: - - type: Transform - pos: -9.5,28.5 - parent: 104 - - uid: 2142 - components: - - type: Transform - pos: -9.5,27.5 - parent: 104 - - uid: 2143 - components: - - type: Transform - pos: -9.5,26.5 - parent: 104 - - uid: 2144 - components: - - type: Transform - pos: -9.5,25.5 - parent: 104 - - uid: 2145 - components: - - type: Transform - pos: -9.5,24.5 - parent: 104 - - uid: 2146 - components: - - type: Transform - pos: -8.5,29.5 - parent: 104 - - uid: 2147 - components: - - type: Transform - pos: -8.5,28.5 - parent: 104 - - uid: 2148 - components: - - type: Transform - pos: -8.5,27.5 - parent: 104 - - uid: 2149 - components: - - type: Transform - pos: -8.5,26.5 - parent: 104 - - uid: 2150 - components: - - type: Transform - pos: -8.5,25.5 - parent: 104 - - uid: 2151 - components: - - type: Transform - pos: -8.5,24.5 - parent: 104 - - uid: 2152 - components: - - type: Transform - pos: -7.5,29.5 - parent: 104 - - uid: 2153 - components: - - type: Transform - pos: -7.5,28.5 - parent: 104 - - uid: 2154 - components: - - type: Transform - pos: -7.5,27.5 - parent: 104 - - uid: 2155 - components: - - type: Transform - pos: -7.5,26.5 - parent: 104 - - uid: 2156 - components: - - type: Transform - pos: -7.5,25.5 - parent: 104 - - uid: 2157 - components: - - type: Transform - pos: -7.5,24.5 - parent: 104 - - uid: 2158 - components: - - type: Transform - pos: -6.5,29.5 - parent: 104 - - uid: 2159 - components: - - type: Transform - pos: -6.5,28.5 - parent: 104 - - uid: 2160 - components: - - type: Transform - pos: -6.5,27.5 - parent: 104 - - uid: 2161 - components: - - type: Transform - pos: -6.5,26.5 - parent: 104 - - uid: 2162 - components: - - type: Transform - pos: -6.5,25.5 - parent: 104 - - uid: 2163 - components: - - type: Transform - pos: -6.5,24.5 - parent: 104 - - uid: 2164 - components: - - type: Transform - pos: -5.5,29.5 - parent: 104 - - uid: 2165 - components: - - type: Transform - pos: -5.5,28.5 - parent: 104 - - uid: 2166 - components: - - type: Transform - pos: -5.5,27.5 - parent: 104 - - uid: 2167 - components: - - type: Transform - pos: -5.5,26.5 - parent: 104 - - uid: 2168 - components: - - type: Transform - pos: -5.5,25.5 - parent: 104 - - uid: 2169 - components: - - type: Transform - pos: -5.5,24.5 - parent: 104 - - uid: 2170 - components: - - type: Transform - pos: -4.5,29.5 - parent: 104 - - uid: 2171 - components: - - type: Transform - pos: -4.5,28.5 - parent: 104 - - uid: 2172 - components: - - type: Transform - pos: -4.5,27.5 - parent: 104 - - uid: 2173 - components: - - type: Transform - pos: -4.5,26.5 - parent: 104 - - uid: 2174 - components: - - type: Transform - pos: -4.5,25.5 - parent: 104 - - uid: 2175 - components: - - type: Transform - pos: -4.5,24.5 - parent: 104 - - uid: 2176 - components: - - type: Transform - pos: -3.5,28.5 - parent: 104 - - uid: 2177 - components: - - type: Transform - pos: -3.5,27.5 - parent: 104 - - uid: 2178 - components: - - type: Transform - pos: -3.5,26.5 - parent: 104 - - uid: 2179 - components: - - type: Transform - pos: -3.5,25.5 - parent: 104 - - uid: 2180 - components: - - type: Transform - pos: -3.5,24.5 - parent: 104 - - uid: 2181 - components: - - type: Transform - pos: -2.5,26.5 - parent: 104 - - uid: 2183 - components: - - type: Transform - pos: -2.5,25.5 - parent: 104 - - uid: 2184 - components: - - type: Transform - pos: -2.5,24.5 - parent: 104 - - uid: 2192 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 104 - - uid: 2194 - components: - - type: Transform - pos: 15.5,29.5 - parent: 104 - - uid: 2195 - components: - - type: Transform - pos: 10.5,24.5 - parent: 104 - - uid: 2196 - components: - - type: Transform - pos: 15.5,31.5 - parent: 104 - - uid: 2197 - components: - - type: Transform - pos: 16.5,26.5 - parent: 104 - - uid: 2198 - components: - - type: Transform - pos: 15.5,30.5 - parent: 104 - - uid: 2199 - components: - - type: Transform - pos: 15.5,32.5 - parent: 104 - - uid: 2200 - components: - - type: Transform - pos: 16.5,23.5 - parent: 104 - - uid: 2201 - components: - - type: Transform - pos: 16.5,24.5 - parent: 104 - - uid: 2202 - components: - - type: Transform - pos: 16.5,25.5 - parent: 104 - - uid: 2203 - components: - - type: Transform - pos: 10.5,23.5 - parent: 104 - - uid: 2204 - components: - - type: Transform - pos: 10.5,25.5 - parent: 104 - - uid: 2205 - components: - - type: Transform - pos: 10.5,26.5 - parent: 104 - - uid: 2206 - components: - - type: Transform - pos: 10.5,27.5 - parent: 104 - - uid: 2207 - components: - - type: Transform - pos: 10.5,28.5 - parent: 104 - - uid: 2208 - components: - - type: Transform - pos: 11.5,23.5 - parent: 104 - - uid: 2209 - components: - - type: Transform - pos: 11.5,24.5 - parent: 104 - - uid: 2210 - components: - - type: Transform - pos: 11.5,25.5 - parent: 104 - - uid: 2211 - components: - - type: Transform - pos: 11.5,26.5 - parent: 104 - - uid: 2212 - components: - - type: Transform - pos: 11.5,27.5 - parent: 104 - - uid: 2213 - components: - - type: Transform - pos: 11.5,28.5 - parent: 104 - - uid: 2214 - components: - - type: Transform - pos: 11.5,29.5 - parent: 104 - - uid: 2215 - components: - - type: Transform - pos: 12.5,23.5 - parent: 104 - - uid: 2216 - components: - - type: Transform - pos: 12.5,24.5 - parent: 104 - - uid: 2217 - components: - - type: Transform - pos: 12.5,25.5 - parent: 104 - - uid: 2218 - components: - - type: Transform - pos: 12.5,26.5 - parent: 104 - - uid: 2219 - components: - - type: Transform - pos: 12.5,27.5 - parent: 104 - - uid: 2220 - components: - - type: Transform - pos: 12.5,28.5 - parent: 104 - - uid: 2221 - components: - - type: Transform - pos: 12.5,29.5 - parent: 104 - - uid: 2222 - components: - - type: Transform - pos: 12.5,30.5 - parent: 104 - - uid: 2223 - components: - - type: Transform - pos: 12.5,31.5 - parent: 104 - - uid: 2224 - components: - - type: Transform - pos: 13.5,23.5 - parent: 104 - - uid: 2225 - components: - - type: Transform - pos: 13.5,24.5 - parent: 104 - - uid: 2226 - components: - - type: Transform - pos: 13.5,25.5 - parent: 104 - - uid: 2227 - components: - - type: Transform - pos: 13.5,26.5 - parent: 104 - - uid: 2228 - components: - - type: Transform - pos: 13.5,27.5 - parent: 104 - - uid: 2229 - components: - - type: Transform - pos: 13.5,28.5 - parent: 104 - - uid: 2230 - components: - - type: Transform - pos: 13.5,29.5 - parent: 104 - - uid: 2231 - components: - - type: Transform - pos: 13.5,30.5 - parent: 104 - - uid: 2232 - components: - - type: Transform - pos: 13.5,31.5 - parent: 104 - - uid: 2233 - components: - - type: Transform - pos: 14.5,23.5 - parent: 104 - - uid: 2234 - components: - - type: Transform - pos: 14.5,24.5 - parent: 104 - - uid: 2235 - components: - - type: Transform - pos: 14.5,25.5 - parent: 104 - - uid: 2236 - components: - - type: Transform - pos: 14.5,26.5 - parent: 104 - - uid: 2237 - components: - - type: Transform - pos: 14.5,27.5 - parent: 104 - - uid: 2238 - components: - - type: Transform - pos: 14.5,28.5 - parent: 104 - - uid: 2239 - components: - - type: Transform - pos: 14.5,29.5 - parent: 104 - - uid: 2240 - components: - - type: Transform - pos: 14.5,30.5 - parent: 104 - - uid: 2241 - components: - - type: Transform - pos: 14.5,31.5 - parent: 104 - - uid: 2242 - components: - - type: Transform - pos: 14.5,32.5 - parent: 104 - - uid: 2243 - components: - - type: Transform - pos: 15.5,23.5 - parent: 104 - - uid: 2244 - components: - - type: Transform - pos: 15.5,24.5 - parent: 104 - - uid: 2245 - components: - - type: Transform - pos: 15.5,25.5 - parent: 104 - - uid: 2246 - components: - - type: Transform - pos: 15.5,26.5 - parent: 104 - - uid: 2247 - components: - - type: Transform - pos: 15.5,27.5 - parent: 104 - - uid: 2248 - components: - - type: Transform - pos: 15.5,28.5 - parent: 104 - - uid: 2249 - components: - - type: Transform - pos: 19.5,25.5 - parent: 104 - - uid: 2250 - components: - - type: Transform - pos: 19.5,26.5 - parent: 104 - - uid: 2251 - components: - - type: Transform - pos: 19.5,27.5 - parent: 104 - - uid: 2252 - components: - - type: Transform - pos: 19.5,28.5 - parent: 104 - - uid: 2253 - components: - - type: Transform - pos: 19.5,29.5 - parent: 104 - - uid: 2254 - components: - - type: Transform - pos: 19.5,30.5 - parent: 104 - - uid: 2255 - components: - - type: Transform - pos: 19.5,31.5 - parent: 104 - - uid: 2256 - components: - - type: Transform - pos: 20.5,26.5 - parent: 104 - - uid: 2259 - components: - - type: Transform - pos: 20.5,27.5 - parent: 104 - - uid: 2260 - components: - - type: Transform - pos: 20.5,28.5 - parent: 104 - - uid: 2261 - components: - - type: Transform - pos: 20.5,29.5 - parent: 104 - - uid: 2262 - components: - - type: Transform - pos: 16.5,27.5 - parent: 104 - - uid: 2263 - components: - - type: Transform - pos: 16.5,28.5 - parent: 104 - - uid: 2264 - components: - - type: Transform - pos: 16.5,29.5 - parent: 104 - - uid: 2265 - components: - - type: Transform - pos: 16.5,30.5 - parent: 104 - - uid: 2266 - components: - - type: Transform - pos: 16.5,31.5 - parent: 104 - - uid: 2267 - components: - - type: Transform - pos: 16.5,32.5 - parent: 104 - - uid: 2268 - components: - - type: Transform - pos: 17.5,23.5 - parent: 104 - - uid: 2269 - components: - - type: Transform - pos: 17.5,24.5 - parent: 104 - - uid: 2270 - components: - - type: Transform - pos: 17.5,25.5 - parent: 104 - - uid: 2271 - components: - - type: Transform - pos: 17.5,26.5 - parent: 104 - - uid: 2272 - components: - - type: Transform - pos: 17.5,27.5 - parent: 104 - - uid: 2273 - components: - - type: Transform - pos: 17.5,28.5 - parent: 104 - - uid: 2274 - components: - - type: Transform - pos: 17.5,29.5 - parent: 104 - - uid: 2275 - components: - - type: Transform - pos: 17.5,30.5 - parent: 104 - - uid: 2276 - components: - - type: Transform - pos: 17.5,31.5 - parent: 104 - - uid: 2277 - components: - - type: Transform - pos: 17.5,32.5 - parent: 104 - - uid: 2278 - components: - - type: Transform - pos: 18.5,23.5 - parent: 104 - - uid: 2279 - components: - - type: Transform - pos: 18.5,24.5 - parent: 104 - - uid: 2280 - components: - - type: Transform - pos: 18.5,25.5 - parent: 104 - - uid: 2281 - components: - - type: Transform - pos: 18.5,26.5 - parent: 104 - - uid: 2282 - components: - - type: Transform - pos: 18.5,27.5 - parent: 104 - - uid: 2283 - components: - - type: Transform - pos: 18.5,28.5 - parent: 104 - - uid: 2284 - components: - - type: Transform - pos: 18.5,29.5 - parent: 104 - - uid: 2285 - components: - - type: Transform - pos: 18.5,30.5 - parent: 104 - - uid: 2286 - components: - - type: Transform - pos: 18.5,31.5 - parent: 104 - - uid: 2287 - components: - - type: Transform - pos: 18.5,32.5 - parent: 104 - - uid: 2288 - components: - - type: Transform - pos: 19.5,23.5 - parent: 104 - - uid: 2289 - components: - - type: Transform - pos: 19.5,24.5 - parent: 104 -- proto: BalloonSyn - entities: - - uid: 1327 - components: - - type: Transform - pos: 0.03361702,-6.368435 - parent: 104 -- proto: BaseComputer - entities: - - uid: 18 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-8.5 - parent: 104 - - uid: 29 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-8.5 - parent: 104 - - uid: 111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 104 - - uid: 2292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-2.5 - parent: 104 - - uid: 2295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-3.5 - parent: 104 -- proto: Beaker - entities: - - uid: 2031 - components: - - type: Transform - pos: 3.6114278,-10.732791 - parent: 104 - - uid: 2095 - components: - - type: Transform - pos: 4.017678,-12.520861 - parent: 104 -- proto: Bed - entities: - - uid: 957 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 104 - - uid: 1548 - components: - - type: Transform - pos: 15.5,-4.5 - parent: 104 -- proto: BedsheetMedical - entities: - - uid: 1872 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 104 - - uid: 1877 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 104 - - uid: 1898 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 104 - - uid: 1899 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 104 -- proto: BedsheetSyndie - entities: - - uid: 154 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 104 - - uid: 289 - components: - - type: Transform - pos: 15.5,-4.5 - parent: 104 -- proto: BigBox - entities: - - uid: 2458 - components: - - type: Transform - pos: 13.500806,-4.4874377 - parent: 104 -- proto: Bookshelf - entities: - - uid: 140 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 104 -- proto: BoozeDispenser - entities: - - uid: 230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 104 -- proto: BoxBeaker - entities: - - uid: 2114 - components: - - type: Transform - pos: 5.539936,-12.489611 - parent: 104 -- proto: BoxFolderBlack - entities: - - uid: 1022 - components: - - type: Transform - pos: -13.494709,9.54891 - parent: 104 -- proto: BoxMagazinePistolCaselessRiflePractice - entities: - - uid: 1635 - components: - - type: Transform - pos: 5.4970627,10.597828 - parent: 104 -- proto: BoxMagazinePistolSubMachineGunPractice - entities: - - uid: 1634 - components: - - type: Transform - pos: 5.388983,13.953581 - parent: 104 -- proto: BoxPillCanister - entities: - - uid: 1844 - components: - - type: Transform - pos: 5.430561,-12.364611 - parent: 104 -- proto: BoxShotgunPractice - entities: - - uid: 1633 - components: - - type: Transform - pos: 5.4972115,14.562988 - parent: 104 - - type: BallisticAmmoProvider - unspawnedCount: 12 -- proto: Bucket - entities: - - uid: 153 - components: - - type: Transform - pos: 10.809023,-4.25956 - parent: 104 -- proto: CableApcExtension - entities: - - uid: 13 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 104 - - uid: 24 - components: - - type: Transform - pos: -31.5,0.5 - parent: 104 - - uid: 100 - components: - - type: Transform - pos: 13.5,0.5 - parent: 104 - - uid: 143 - components: - - type: Transform - pos: 12.5,0.5 - parent: 104 - - uid: 213 - components: - - type: Transform - pos: -16.5,-19.5 - parent: 104 - - uid: 214 - components: - - type: Transform - pos: -15.5,-19.5 - parent: 104 - - uid: 220 - components: - - type: Transform - pos: 11.5,0.5 - parent: 104 - - uid: 235 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 104 - - uid: 245 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 104 - - uid: 254 - components: - - type: Transform - pos: -30.5,0.5 - parent: 104 - - uid: 279 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 104 - - uid: 287 - components: - - type: Transform - pos: -15.5,0.5 - parent: 104 - - uid: 297 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 104 - - uid: 390 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 104 - - uid: 397 - components: - - type: Transform - pos: -10.5,0.5 - parent: 104 - - uid: 411 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 104 - - uid: 412 - components: - - type: Transform - pos: -26.5,-19.5 - parent: 104 - - uid: 428 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 104 - - uid: 429 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 104 - - uid: 430 - components: - - type: Transform - pos: -10.5,1.5 - parent: 104 - - uid: 432 - components: - - type: Transform - pos: -27.5,0.5 - parent: 104 - - uid: 433 - components: - - type: Transform - pos: -17.5,-19.5 - parent: 104 - - uid: 434 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 104 - - uid: 435 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 104 - - uid: 436 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 104 - - uid: 437 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 104 - - uid: 438 - components: - - type: Transform - pos: -20.5,-19.5 - parent: 104 - - uid: 439 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 104 - - uid: 442 - components: - - type: Transform - pos: -19.5,-19.5 - parent: 104 - - uid: 444 - components: - - type: Transform - pos: -10.5,1.5 - parent: 104 - - uid: 445 - components: - - type: Transform - pos: -26.5,0.5 - parent: 104 - - uid: 449 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 104 - - uid: 452 - components: - - type: Transform - pos: -30.5,-19.5 - parent: 104 - - uid: 453 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 104 - - uid: 454 - components: - - type: Transform - pos: -23.5,0.5 - parent: 104 - - uid: 465 - components: - - type: Transform - pos: -28.5,-19.5 - parent: 104 - - uid: 466 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 104 - - uid: 467 - components: - - type: Transform - pos: -24.5,-19.5 - parent: 104 - - uid: 476 - components: - - type: Transform - pos: -22.5,-19.5 - parent: 104 - - uid: 619 - components: - - type: Transform - pos: -10.5,-12.5 - parent: 104 - - uid: 624 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 104 - - uid: 625 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 104 - - uid: 627 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 104 - - uid: 628 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 104 - - uid: 630 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 104 - - uid: 657 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 104 - - uid: 659 - components: - - type: Transform - pos: -32.5,-19.5 - parent: 104 - - uid: 660 - components: - - type: Transform - pos: -31.5,-19.5 - parent: 104 - - uid: 666 - components: - - type: Transform - pos: -22.5,0.5 - parent: 104 - - uid: 814 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 104 - - uid: 832 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 104 - - uid: 840 - components: - - type: Transform - pos: -25.5,0.5 - parent: 104 - - uid: 845 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 104 - - uid: 866 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 104 - - uid: 867 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 104 - - uid: 868 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 104 - - uid: 870 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 104 - - uid: 877 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 104 - - uid: 884 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 104 - - uid: 920 - components: - - type: Transform - pos: -10.5,-13.5 - parent: 104 - - uid: 926 - components: - - type: Transform - pos: -12.5,0.5 - parent: 104 - - uid: 927 - components: - - type: Transform - pos: -12.5,-19.5 - parent: 104 - - uid: 929 - components: - - type: Transform - pos: -24.5,0.5 - parent: 104 - - uid: 931 - components: - - type: Transform - pos: 12.5,-19.5 - parent: 104 - - uid: 933 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 104 - - uid: 934 - components: - - type: Transform - pos: -10.5,-14.5 - parent: 104 - - uid: 960 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 104 - - uid: 961 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 104 - - uid: 962 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 104 - - uid: 963 - components: - - type: Transform - pos: -14.5,0.5 - parent: 104 - - uid: 967 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 104 - - uid: 968 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 104 - - uid: 969 - components: - - type: Transform - pos: -10.5,-18.5 - parent: 104 - - uid: 970 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 104 - - uid: 971 - components: - - type: Transform - pos: -33.5,0.5 - parent: 104 - - uid: 973 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 104 - - uid: 979 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 104 - - uid: 981 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 104 - - uid: 982 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 104 - - uid: 983 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 104 - - uid: 1081 - components: - - type: Transform - pos: -17.5,0.5 - parent: 104 - - uid: 1082 - components: - - type: Transform - pos: -11.5,0.5 - parent: 104 - - uid: 1115 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 104 - - uid: 1116 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 104 - - uid: 1117 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 104 - - uid: 1122 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 104 - - uid: 1131 - components: - - type: Transform - pos: -13.5,0.5 - parent: 104 - - uid: 1152 - components: - - type: Transform - pos: 12.5,-20.5 - parent: 104 - - uid: 1154 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 104 - - uid: 1182 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 104 - - uid: 1183 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 104 - - uid: 1187 - components: - - type: Transform - pos: -20.5,0.5 - parent: 104 - - uid: 1189 - components: - - type: Transform - pos: -32.5,0.5 - parent: 104 - - uid: 1191 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 104 - - uid: 1194 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 104 - - uid: 1195 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 104 - - uid: 1200 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 104 - - uid: 1204 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 104 - - uid: 1232 - components: - - type: Transform - pos: -10.5,6.5 - parent: 104 - - uid: 1233 - components: - - type: Transform - pos: -10.5,5.5 - parent: 104 - - uid: 1234 - components: - - type: Transform - pos: -10.5,4.5 - parent: 104 - - uid: 1235 - components: - - type: Transform - pos: -10.5,3.5 - parent: 104 - - uid: 1236 - components: - - type: Transform - pos: -10.5,2.5 - parent: 104 - - uid: 1237 - components: - - type: Transform - pos: -11.5,6.5 - parent: 104 - - uid: 1238 - components: - - type: Transform - pos: -12.5,6.5 - parent: 104 - - uid: 1239 - components: - - type: Transform - pos: -13.5,6.5 - parent: 104 - - uid: 1240 - components: - - type: Transform - pos: -14.5,6.5 - parent: 104 - - uid: 1249 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 104 - - uid: 1275 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 104 - - uid: 1277 - components: - - type: Transform - pos: -21.5,0.5 - parent: 104 - - uid: 1278 - components: - - type: Transform - pos: -16.5,0.5 - parent: 104 - - uid: 1281 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 104 - - uid: 1282 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 104 - - uid: 1283 - components: - - type: Transform - pos: -6.5,0.5 - parent: 104 - - uid: 1292 - components: - - type: Transform - pos: 3.5,1.5 - parent: 104 - - uid: 1337 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 104 - - uid: 1338 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 104 - - uid: 1339 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 104 - - uid: 1340 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 104 - - uid: 1341 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 104 - - uid: 1342 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 104 - - uid: 1343 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 104 - - uid: 1344 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 104 - - uid: 1345 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 104 - - uid: 1346 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 104 - - uid: 1347 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 104 - - uid: 1348 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 104 - - uid: 1349 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 104 - - uid: 1429 - components: - - type: Transform - pos: -18.5,0.5 - parent: 104 - - uid: 1430 - components: - - type: Transform - pos: -19.5,0.5 - parent: 104 - - uid: 1439 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 104 - - uid: 1449 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 104 - - uid: 1450 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 104 - - uid: 1451 - components: - - type: Transform - pos: 15.5,-12.5 - parent: 104 - - uid: 1452 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 104 - - uid: 1453 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 104 - - uid: 1454 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 104 - - uid: 1455 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 104 - - uid: 1456 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 104 - - uid: 1457 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 104 - - uid: 1458 - components: - - type: Transform - pos: 15.5,-14.5 - parent: 104 - - uid: 1459 - components: - - type: Transform - pos: 14.5,-14.5 - parent: 104 - - uid: 1460 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 104 - - uid: 1461 - components: - - type: Transform - pos: 12.5,-14.5 - parent: 104 - - uid: 1473 - components: - - type: Transform - pos: -13.5,-19.5 - parent: 104 - - uid: 1474 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 104 - - uid: 1475 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 104 - - uid: 1476 - components: - - type: Transform - pos: 3.5,0.5 - parent: 104 - - uid: 1488 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 104 - - uid: 1489 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 104 - - uid: 1490 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 104 - - uid: 1491 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 104 - - uid: 1492 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 104 - - uid: 1493 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 104 - - uid: 1494 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 104 - - uid: 1495 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 104 - - uid: 1496 - components: - - type: Transform - pos: 4.5,0.5 - parent: 104 - - uid: 1497 - components: - - type: Transform - pos: 2.5,0.5 - parent: 104 - - uid: 1498 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 104 - - uid: 1499 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 104 - - uid: 1500 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 104 - - uid: 1501 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 104 - - uid: 1502 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 104 - - uid: 1503 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 104 - - uid: 1504 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 104 - - uid: 1505 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 104 - - uid: 1506 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 104 - - uid: 1507 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 104 - - uid: 1508 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 104 - - uid: 1509 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 104 - - uid: 1510 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 104 - - uid: 1511 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 104 - - uid: 1512 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 104 - - uid: 1513 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 104 - - uid: 1514 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 104 - - uid: 1515 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 104 - - uid: 1516 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 104 - - uid: 1517 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 104 - - uid: 1518 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 104 - - uid: 1519 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 104 - - uid: 1520 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 104 - - uid: 1521 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 104 - - uid: 1522 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 104 - - uid: 1523 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 104 - - uid: 1524 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 104 - - uid: 1525 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 104 - - uid: 1526 - components: - - type: Transform - pos: 14.5,-7.5 - parent: 104 - - uid: 1527 - components: - - type: Transform - pos: 14.5,-7.5 - parent: 104 - - uid: 1528 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 104 - - uid: 1529 - components: - - type: Transform - pos: 14.5,-6.5 - parent: 104 - - uid: 1530 - components: - - type: Transform - pos: 14.5,-5.5 - parent: 104 - - uid: 1531 - components: - - type: Transform - pos: 14.5,-4.5 - parent: 104 - - uid: 1533 - components: - - type: Transform - pos: -29.5,0.5 - parent: 104 - - uid: 1538 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 104 - - uid: 1539 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 104 - - uid: 1540 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 104 - - uid: 1541 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 104 - - uid: 1543 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 104 - - uid: 1575 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 104 - - uid: 1576 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 104 - - uid: 1577 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 104 - - uid: 1578 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 104 - - uid: 1579 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 104 - - uid: 1580 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 104 - - uid: 1581 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 104 - - uid: 1582 - components: - - type: Transform - pos: 19.5,-8.5 - parent: 104 - - uid: 1583 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 104 - - uid: 1584 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 104 - - uid: 1585 - components: - - type: Transform - pos: 21.5,-4.5 - parent: 104 - - uid: 1586 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 104 - - uid: 1587 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 104 - - uid: 1588 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 104 - - uid: 1589 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 104 - - uid: 1590 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 104 - - uid: 1591 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 104 - - uid: 1592 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 104 - - uid: 1593 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 104 - - uid: 1595 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 104 - - uid: 1596 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 104 - - uid: 1597 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 104 - - uid: 1941 - components: - - type: Transform - pos: -28.5,0.5 - parent: 104 - - uid: 1948 - components: - - type: Transform - pos: -14.5,-19.5 - parent: 104 - - uid: 2301 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 104 - - uid: 2302 - components: - - type: Transform - pos: 11.5,-21.5 - parent: 104 - - uid: 2303 - components: - - type: Transform - pos: 13.5,-21.5 - parent: 104 - - uid: 2304 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 104 - - uid: 2305 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 104 - - uid: 2306 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 104 - - uid: 2307 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 104 - - uid: 2374 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 104 - - uid: 2375 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 104 - - uid: 2376 - components: - - type: Transform - pos: 20.5,-14.5 - parent: 104 - - uid: 2377 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 104 - - uid: 2378 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 104 - - uid: 2379 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 104 - - uid: 2381 - components: - - type: Transform - pos: 20.5,-18.5 - parent: 104 - - uid: 2382 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 104 - - uid: 2383 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 104 - - uid: 2384 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 104 - - uid: 2385 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 104 - - uid: 2386 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 104 - - uid: 2387 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 104 - - uid: 2388 - components: - - type: Transform - pos: 24.5,-17.5 - parent: 104 - - uid: 2389 - components: - - type: Transform - pos: 25.5,-17.5 - parent: 104 - - uid: 2390 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 104 - - uid: 2391 - components: - - type: Transform - pos: 25.5,-18.5 - parent: 104 - - uid: 2392 - components: - - type: Transform - pos: 25.5,-19.5 - parent: 104 - - uid: 2393 - components: - - type: Transform - pos: 25.5,-16.5 - parent: 104 - - uid: 2394 - components: - - type: Transform - pos: 25.5,-15.5 - parent: 104 - - uid: 2395 - components: - - type: Transform - pos: 25.5,-14.5 - parent: 104 - - uid: 2396 - components: - - type: Transform - pos: 25.5,-13.5 - parent: 104 - - uid: 2439 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 104 - - uid: 2440 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 104 - - uid: 2441 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 104 - - uid: 3378 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 104 - - uid: 3379 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 104 - - uid: 3380 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 104 - - uid: 3381 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 104 - - uid: 3382 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 104 - - uid: 3383 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 104 - - uid: 3384 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 104 -- proto: CableApcStack - entities: - - uid: 211 - components: - - type: Transform - pos: 11.428643,-10.548745 - parent: 104 - - uid: 1324 - components: - - type: Transform - pos: 4.439247,-17.36072 - parent: 104 -- proto: CableHV - entities: - - uid: 2334 - components: - - type: Transform - pos: 17.5,-19.5 - parent: 104 - - uid: 2335 - components: - - type: Transform - pos: 17.5,-18.5 - parent: 104 - - uid: 2336 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 104 - - uid: 2337 - components: - - type: Transform - pos: 18.5,-19.5 - parent: 104 - - uid: 2338 - components: - - type: Transform - pos: 19.5,-19.5 - parent: 104 - - uid: 2339 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 104 - - uid: 2340 - components: - - type: Transform - pos: 21.5,-19.5 - parent: 104 - - uid: 2341 - components: - - type: Transform - pos: 22.5,-19.5 - parent: 104 - - uid: 2342 - components: - - type: Transform - pos: 23.5,-19.5 - parent: 104 - - uid: 2343 - components: - - type: Transform - pos: 24.5,-19.5 - parent: 104 - - uid: 2344 - components: - - type: Transform - pos: 25.5,-19.5 - parent: 104 - - uid: 2345 - components: - - type: Transform - pos: 26.5,-19.5 - parent: 104 - - uid: 2346 - components: - - type: Transform - pos: 27.5,-19.5 - parent: 104 - - uid: 2347 - components: - - type: Transform - pos: 27.5,-18.5 - parent: 104 - - uid: 2348 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 104 - - uid: 2352 - components: - - type: Transform - pos: 21.5,-18.5 - parent: 104 - - uid: 2353 - components: - - type: Transform - pos: 22.5,-18.5 - parent: 104 - - uid: 2354 - components: - - type: Transform - pos: 23.5,-18.5 - parent: 104 - - uid: 2355 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 104 - - uid: 2356 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 104 - - uid: 2357 - components: - - type: Transform - pos: 24.5,-17.5 - parent: 104 - - uid: 2358 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 104 - - uid: 2359 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 104 - - uid: 2360 - components: - - type: Transform - pos: 24.5,-14.5 - parent: 104 - - uid: 2361 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 104 - - uid: 2362 - components: - - type: Transform - pos: 25.5,-14.5 - parent: 104 - - uid: 2363 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 104 - - uid: 2364 - components: - - type: Transform - pos: 27.5,-14.5 - parent: 104 - - uid: 2365 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 104 -- proto: CableHVStack - entities: - - uid: 209 - components: - - type: Transform - pos: 11.334893,-10.282843 - parent: 104 -- proto: CableMV - entities: - - uid: 240 - components: - - type: Transform - pos: 17.5,-13.5 - parent: 104 - - uid: 1438 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 104 - - uid: 1462 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 104 - - uid: 1463 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 104 - - uid: 1464 - components: - - type: Transform - pos: 15.5,-12.5 - parent: 104 - - uid: 1465 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 104 - - uid: 1466 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 104 - - uid: 1467 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 104 - - uid: 1468 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 104 - - uid: 1469 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 104 - - uid: 1478 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 104 - - uid: 1479 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 104 - - uid: 1480 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 104 - - uid: 1481 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 104 - - uid: 1482 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 104 - - uid: 1483 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 104 - - uid: 1484 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 104 - - uid: 1485 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 104 - - uid: 1486 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 104 - - uid: 1487 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 104 - - uid: 2322 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 104 - - uid: 2323 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 104 - - uid: 2324 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 104 - - uid: 2325 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 104 - - uid: 2367 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 104 - - uid: 2368 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 104 - - uid: 2369 - components: - - type: Transform - pos: 25.5,-13.5 - parent: 104 - - uid: 2370 - components: - - type: Transform - pos: 24.5,-13.5 - parent: 104 - - uid: 2371 - components: - - type: Transform - pos: 23.5,-13.5 - parent: 104 - - uid: 2372 - components: - - type: Transform - pos: 22.5,-13.5 - parent: 104 - - uid: 2373 - components: - - type: Transform - pos: 21.5,-13.5 - parent: 104 -- proto: CableMVStack - entities: - - uid: 210 - components: - - type: Transform - pos: 11.381768,-10.407973 - parent: 104 -- proto: CableTerminal - entities: - - uid: 2349 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-19.5 - parent: 104 - - uid: 2350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-19.5 - parent: 104 - - uid: 2351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-19.5 - parent: 104 -- proto: Carpet - entities: - - uid: 2459 - components: - - type: Transform - pos: 14.5,-4.5 - parent: 104 - - uid: 2460 - components: - - type: Transform - pos: 14.5,-3.5 - parent: 104 -- proto: Catwalk - entities: - - uid: 217 - components: - - type: Transform - pos: -12.5,-19.5 - parent: 104 - - uid: 218 - components: - - type: Transform - pos: -26.5,-20.5 - parent: 104 - - uid: 256 - components: - - type: Transform - pos: -29.5,2.5 - parent: 104 - - uid: 264 - components: - - type: Transform - pos: -24.5,-19.5 - parent: 104 - - uid: 278 - components: - - type: Transform - pos: -21.5,-23.5 - parent: 104 - - uid: 381 - components: - - type: Transform - pos: -20.5,-21.5 - parent: 104 - - uid: 382 - components: - - type: Transform - pos: -20.5,-23.5 - parent: 104 - - uid: 383 - components: - - type: Transform - pos: -20.5,-22.5 - parent: 104 - - uid: 384 - components: - - type: Transform - pos: -26.5,-19.5 - parent: 104 - - uid: 385 - components: - - type: Transform - pos: -30.5,4.5 - parent: 104 - - uid: 386 - components: - - type: Transform - pos: -30.5,-19.5 - parent: 104 - - uid: 387 - components: - - type: Transform - pos: -14.5,-20.5 - parent: 104 - - uid: 388 - components: - - type: Transform - pos: -29.5,3.5 - parent: 104 - - uid: 389 - components: - - type: Transform - pos: -14.5,-22.5 - parent: 104 - - uid: 391 - components: - - type: Transform - pos: -33.5,3.5 - parent: 104 - - uid: 392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-21.5 - parent: 104 - - uid: 393 - components: - - type: Transform - pos: -19.5,-22.5 - parent: 104 - - uid: 394 - components: - - type: Transform - pos: -32.5,4.5 - parent: 104 - - uid: 395 - components: - - type: Transform - pos: -24.5,-21.5 - parent: 104 - - uid: 396 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 104 - - uid: 398 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 104 - - uid: 399 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 104 - - uid: 400 - components: - - type: Transform - pos: -9.5,-14.5 - parent: 104 - - uid: 413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,3.5 - parent: 104 - - uid: 414 - components: - - type: Transform - pos: -35.5,-19.5 - parent: 104 - - uid: 431 - components: - - type: Transform - pos: -9.5,-13.5 - parent: 104 - - uid: 440 - components: - - type: Transform - pos: -16.5,-21.5 - parent: 104 - - uid: 450 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 104 - - uid: 451 - components: - - type: Transform - pos: -34.5,-19.5 - parent: 104 - - uid: 464 - components: - - type: Transform - pos: -34.5,-20.5 - parent: 104 - - uid: 468 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 104 - - uid: 470 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 104 - - uid: 490 - components: - - type: Transform - pos: -13.5,0.5 - parent: 104 - - uid: 491 - components: - - type: Transform - pos: -12.5,1.5 - parent: 104 - - uid: 494 - components: - - type: Transform - pos: -11.5,1.5 - parent: 104 - - uid: 496 - components: - - type: Transform - pos: -14.5,1.5 - parent: 104 - - uid: 499 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 104 - - uid: 500 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 104 - - uid: 501 - components: - - type: Transform - pos: -30.5,0.5 - parent: 104 - - uid: 503 - components: - - type: Transform - pos: -29.5,1.5 - parent: 104 - - uid: 508 - components: - - type: Transform - pos: -12.5,0.5 - parent: 104 - - uid: 510 - components: - - type: Transform - pos: -31.5,0.5 - parent: 104 - - uid: 514 - components: - - type: Transform - pos: -27.5,0.5 - parent: 104 - - uid: 515 - components: - - type: Transform - pos: -30.5,1.5 - parent: 104 - - uid: 516 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 104 - - uid: 517 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 104 - - uid: 518 - components: - - type: Transform - pos: -10.5,-14.5 - parent: 104 - - uid: 519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-21.5 - parent: 104 - - uid: 520 - components: - - type: Transform - pos: -28.5,0.5 - parent: 104 - - uid: 583 - components: - - type: Transform - pos: -26.5,1.5 - parent: 104 - - uid: 584 - components: - - type: Transform - pos: -10.5,-13.5 - parent: 104 - - uid: 616 - components: - - type: Transform - pos: -31.5,3.5 - parent: 104 - - uid: 617 - components: - - type: Transform - pos: -14.5,-23.5 - parent: 104 - - uid: 626 - components: - - type: Transform - pos: -16.5,-22.5 - parent: 104 - - uid: 631 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 104 - - uid: 633 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 104 - - uid: 634 - components: - - type: Transform - pos: -16.5,-23.5 - parent: 104 - - uid: 635 - components: - - type: Transform - pos: -25.5,0.5 - parent: 104 - - uid: 636 - components: - - type: Transform - pos: -27.5,1.5 - parent: 104 - - uid: 638 - components: - - type: Transform - pos: -26.5,0.5 - parent: 104 - - uid: 639 - components: - - type: Transform - pos: -24.5,1.5 - parent: 104 - - uid: 641 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 104 - - uid: 642 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 104 - - uid: 643 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 104 - - uid: 644 - components: - - type: Transform - pos: -24.5,0.5 - parent: 104 - - uid: 645 - components: - - type: Transform - pos: -25.5,1.5 - parent: 104 - - uid: 646 - components: - - type: Transform - pos: -15.5,0.5 - parent: 104 - - uid: 647 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 104 - - uid: 652 - components: - - type: Transform - pos: -14.5,0.5 - parent: 104 - - uid: 653 - components: - - type: Transform - pos: -13.5,1.5 - parent: 104 - - uid: 654 - components: - - type: Transform - pos: -29.5,0.5 - parent: 104 - - uid: 655 - components: - - type: Transform - pos: -28.5,1.5 - parent: 104 - - uid: 656 - components: - - type: Transform - pos: -35.5,-20.5 - parent: 104 - - uid: 658 - components: - - type: Transform - pos: -11.5,0.5 - parent: 104 - - uid: 661 - components: - - type: Transform - pos: -20.5,-19.5 - parent: 104 - - uid: 662 - components: - - type: Transform - pos: -18.5,0.5 - parent: 104 - - uid: 663 - components: - - type: Transform - pos: -12.5,-23.5 - parent: 104 - - uid: 664 - components: - - type: Transform - pos: -17.5,1.5 - parent: 104 - - uid: 665 - components: - - type: Transform - pos: -21.5,0.5 - parent: 104 - - uid: 667 - components: - - type: Transform - pos: -20.5,-20.5 - parent: 104 - - uid: 668 - components: - - type: Transform - pos: -32.5,1.5 - parent: 104 - - uid: 669 - components: - - type: Transform - pos: -31.5,1.5 - parent: 104 - - uid: 707 - components: - - type: Transform - pos: -32.5,0.5 - parent: 104 - - uid: 713 - components: - - type: Transform - pos: -20.5,1.5 - parent: 104 - - uid: 715 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 104 - - uid: 736 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 104 - - uid: 737 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 104 - - uid: 738 - components: - - type: Transform - pos: -20.5,0.5 - parent: 104 - - uid: 742 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 104 - - uid: 748 - components: - - type: Transform - pos: -10.5,-18.5 - parent: 104 - - uid: 749 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 104 - - uid: 760 - components: - - type: Transform - pos: -14.5,-21.5 - parent: 104 - - uid: 761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-21.5 - parent: 104 - - uid: 769 - components: - - type: Transform - pos: -33.5,4.5 - parent: 104 - - uid: 772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-21.5 - parent: 104 - - uid: 799 - components: - - type: Transform - pos: -26.5,3.5 - parent: 104 - - uid: 800 - components: - - type: Transform - pos: -34.5,4.5 - parent: 104 - - uid: 812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-21.5 - parent: 104 - - uid: 813 - components: - - type: Transform - pos: -29.5,4.5 - parent: 104 - - uid: 815 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 104 - - uid: 816 - components: - - type: Transform - pos: -34.5,1.5 - parent: 104 - - uid: 817 - components: - - type: Transform - pos: -24.5,-22.5 - parent: 104 - - uid: 818 - components: - - type: Transform - pos: -24.5,-23.5 - parent: 104 - - uid: 820 - components: - - type: Transform - pos: -21.5,-21.5 - parent: 104 - - uid: 821 - components: - - type: Transform - pos: -21.5,-22.5 - parent: 104 - - uid: 822 - components: - - type: Transform - pos: -27.5,3.5 - parent: 104 - - uid: 823 - components: - - type: Transform - pos: -26.5,4.5 - parent: 104 - - uid: 824 - components: - - type: Transform - pos: -25.5,4.5 - parent: 104 - - uid: 825 - components: - - type: Transform - pos: -25.5,2.5 - parent: 104 - - uid: 826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-23.5 - parent: 104 - - uid: 827 - components: - - type: Transform - pos: -27.5,4.5 - parent: 104 - - uid: 828 - components: - - type: Transform - pos: -27.5,2.5 - parent: 104 - - uid: 829 - components: - - type: Transform - pos: -26.5,2.5 - parent: 104 - - uid: 830 - components: - - type: Transform - pos: -25.5,3.5 - parent: 104 - - uid: 831 - components: - - type: Transform - pos: -19.5,-20.5 - parent: 104 - - uid: 833 - components: - - type: Transform - pos: -18.5,-21.5 - parent: 104 - - uid: 834 - components: - - type: Transform - pos: -17.5,0.5 - parent: 104 - - uid: 835 - components: - - type: Transform - pos: -15.5,1.5 - parent: 104 - - uid: 836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-21.5 - parent: 104 - - uid: 837 - components: - - type: Transform - pos: -16.5,1.5 - parent: 104 - - uid: 839 - components: - - type: Transform - pos: -32.5,3.5 - parent: 104 - - uid: 841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-22.5 - parent: 104 - - uid: 842 - components: - - type: Transform - pos: -17.5,-22.5 - parent: 104 - - uid: 843 - components: - - type: Transform - pos: -18.5,-23.5 - parent: 104 - - uid: 844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-22.5 - parent: 104 - - uid: 846 - components: - - type: Transform - pos: -34.5,0.5 - parent: 104 - - uid: 847 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 104 - - uid: 848 - components: - - type: Transform - pos: -16.5,0.5 - parent: 104 - - uid: 849 - components: - - type: Transform - pos: -18.5,-22.5 - parent: 104 - - uid: 850 - components: - - type: Transform - pos: -17.5,-21.5 - parent: 104 - - uid: 851 - components: - - type: Transform - pos: -17.5,-19.5 - parent: 104 - - uid: 852 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 104 - - uid: 853 - components: - - type: Transform - pos: -19.5,1.5 - parent: 104 - - uid: 854 - components: - - type: Transform - pos: -17.5,-20.5 - parent: 104 - - uid: 855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-21.5 - parent: 104 - - uid: 856 - components: - - type: Transform - pos: -31.5,2.5 - parent: 104 - - uid: 857 - components: - - type: Transform - pos: -19.5,0.5 - parent: 104 - - uid: 858 - components: - - type: Transform - pos: -30.5,3.5 - parent: 104 - - uid: 859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-21.5 - parent: 104 - - uid: 860 - components: - - type: Transform - pos: -33.5,1.5 - parent: 104 - - uid: 861 - components: - - type: Transform - pos: -33.5,0.5 - parent: 104 - - uid: 862 - components: - - type: Transform - pos: -31.5,-20.5 - parent: 104 - - uid: 863 - components: - - type: Transform - pos: -32.5,-19.5 - parent: 104 - - uid: 864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-21.5 - parent: 104 - - uid: 865 - components: - - type: Transform - pos: -28.5,2.5 - parent: 104 - - uid: 869 - components: - - type: Transform - pos: -32.5,2.5 - parent: 104 - - uid: 871 - components: - - type: Transform - pos: -31.5,4.5 - parent: 104 - - uid: 872 - components: - - type: Transform - pos: -30.5,2.5 - parent: 104 - - uid: 873 - components: - - type: Transform - pos: -18.5,1.5 - parent: 104 - - uid: 874 - components: - - type: Transform - pos: -15.5,4.5 - parent: 104 - - uid: 875 - components: - - type: Transform - pos: -15.5,3.5 - parent: 104 - - uid: 876 - components: - - type: Transform - pos: -15.5,2.5 - parent: 104 - - uid: 878 - components: - - type: Transform - pos: -23.5,-21.5 - parent: 104 - - uid: 879 - components: - - type: Transform - pos: -23.5,-22.5 - parent: 104 - - uid: 880 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 104 - - uid: 881 - components: - - type: Transform - pos: -18.5,-20.5 - parent: 104 - - uid: 882 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 104 - - uid: 883 - components: - - type: Transform - pos: -19.5,-19.5 - parent: 104 - - uid: 885 - components: - - type: Transform - pos: -32.5,-20.5 - parent: 104 - - uid: 886 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 104 - - uid: 887 - components: - - type: Transform - pos: -28.5,4.5 - parent: 104 - - uid: 888 - components: - - type: Transform - pos: -28.5,3.5 - parent: 104 - - uid: 889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-23.5 - parent: 104 - - uid: 890 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-23.5 - parent: 104 - - uid: 891 - components: - - type: Transform - pos: -33.5,2.5 - parent: 104 - - uid: 892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-22.5 - parent: 104 - - uid: 893 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-23.5 - parent: 104 - - uid: 894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-22.5 - parent: 104 - - uid: 895 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-23.5 - parent: 104 - - uid: 896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-22.5 - parent: 104 - - uid: 897 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-23.5 - parent: 104 - - uid: 898 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-22.5 - parent: 104 - - uid: 899 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-23.5 - parent: 104 - - uid: 900 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-22.5 - parent: 104 - - uid: 901 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-22.5 - parent: 104 - - uid: 902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-23.5 - parent: 104 - - uid: 903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-22.5 - parent: 104 - - uid: 904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-23.5 - parent: 104 - - uid: 905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-22.5 - parent: 104 - - uid: 906 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-23.5 - parent: 104 - - uid: 907 - components: - - type: Transform - pos: -19.5,-23.5 - parent: 104 - - uid: 908 - components: - - type: Transform - pos: -21.5,-19.5 - parent: 104 - - uid: 909 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-21.5 - parent: 104 - - uid: 910 - components: - - type: Transform - pos: -31.5,-19.5 - parent: 104 - - uid: 911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-21.5 - parent: 104 - - uid: 912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-22.5 - parent: 104 - - uid: 913 - components: - - type: Transform - pos: -23.5,4.5 - parent: 104 - - uid: 914 - components: - - type: Transform - pos: -21.5,-20.5 - parent: 104 - - uid: 915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,3.5 - parent: 104 - - uid: 916 - components: - - type: Transform - pos: -12.5,4.5 - parent: 104 - - uid: 917 - components: - - type: Transform - pos: -12.5,3.5 - parent: 104 - - uid: 918 - components: - - type: Transform - pos: -12.5,2.5 - parent: 104 - - uid: 919 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 104 - - uid: 921 - components: - - type: Transform - pos: -15.5,-22.5 - parent: 104 - - uid: 922 - components: - - type: Transform - pos: -30.5,-20.5 - parent: 104 - - uid: 923 - components: - - type: Transform - pos: -13.5,4.5 - parent: 104 - - uid: 924 - components: - - type: Transform - pos: -13.5,3.5 - parent: 104 - - uid: 925 - components: - - type: Transform - pos: -13.5,2.5 - parent: 104 - - uid: 928 - components: - - type: Transform - pos: -15.5,-23.5 - parent: 104 - - uid: 930 - components: - - type: Transform - pos: -14.5,4.5 - parent: 104 - - uid: 932 - components: - - type: Transform - pos: -14.5,2.5 - parent: 104 - - uid: 935 - components: - - type: Transform - pos: -22.5,-20.5 - parent: 104 - - uid: 936 - components: - - type: Transform - pos: -16.5,4.5 - parent: 104 - - uid: 937 - components: - - type: Transform - pos: -16.5,3.5 - parent: 104 - - uid: 938 - components: - - type: Transform - pos: -16.5,2.5 - parent: 104 - - uid: 939 - components: - - type: Transform - pos: -27.5,-20.5 - parent: 104 - - uid: 940 - components: - - type: Transform - pos: -15.5,-21.5 - parent: 104 - - uid: 941 - components: - - type: Transform - pos: -13.5,-19.5 - parent: 104 - - uid: 943 - components: - - type: Transform - pos: -17.5,4.5 - parent: 104 - - uid: 944 - components: - - type: Transform - pos: -17.5,3.5 - parent: 104 - - uid: 945 - components: - - type: Transform - pos: -17.5,2.5 - parent: 104 - - uid: 946 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 104 - - uid: 947 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 104 - - uid: 948 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 104 - - uid: 949 - components: - - type: Transform - pos: -22.5,1.5 - parent: 104 - - uid: 950 - components: - - type: Transform - pos: -18.5,4.5 - parent: 104 - - uid: 951 - components: - - type: Transform - pos: -18.5,3.5 - parent: 104 - - uid: 952 - components: - - type: Transform - pos: -18.5,2.5 - parent: 104 - - uid: 953 - components: - - type: Transform - pos: -12.5,-21.5 - parent: 104 - - uid: 954 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 104 - - uid: 958 - components: - - type: Transform - pos: -19.5,3.5 - parent: 104 - - uid: 959 - components: - - type: Transform - pos: -19.5,2.5 - parent: 104 - - uid: 964 - components: - - type: Transform - pos: -11.5,4.5 - parent: 104 - - uid: 965 - components: - - type: Transform - pos: -11.5,3.5 - parent: 104 - - uid: 966 - components: - - type: Transform - pos: -11.5,2.5 - parent: 104 - - uid: 972 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 104 - - uid: 984 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 104 - - uid: 985 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 104 - - uid: 986 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 104 - - uid: 987 - components: - - type: Transform - pos: -9.5,-12.5 - parent: 104 - - uid: 988 - components: - - type: Transform - pos: -10.5,4.5 - parent: 104 - - uid: 989 - components: - - type: Transform - pos: -10.5,3.5 - parent: 104 - - uid: 990 - components: - - type: Transform - pos: -10.5,2.5 - parent: 104 - - uid: 991 - components: - - type: Transform - pos: -10.5,1.5 - parent: 104 - - uid: 992 - components: - - type: Transform - pos: -10.5,0.5 - parent: 104 - - uid: 993 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 104 - - uid: 994 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 104 - - uid: 995 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 104 - - uid: 996 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 104 - - uid: 997 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 104 - - uid: 998 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 104 - - uid: 999 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 104 - - uid: 1000 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 104 - - uid: 1001 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 104 - - uid: 1002 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 104 - - uid: 1003 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 104 - - uid: 1004 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 104 - - uid: 1005 - components: - - type: Transform - pos: -10.5,-12.5 - parent: 104 - - uid: 1006 - components: - - type: Transform - pos: -9.5,4.5 - parent: 104 - - uid: 1007 - components: - - type: Transform - pos: -9.5,3.5 - parent: 104 - - uid: 1008 - components: - - type: Transform - pos: -9.5,2.5 - parent: 104 - - uid: 1009 - components: - - type: Transform - pos: -9.5,1.5 - parent: 104 - - uid: 1010 - components: - - type: Transform - pos: -9.5,0.5 - parent: 104 - - uid: 1011 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 104 - - uid: 1012 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 104 - - uid: 1013 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 104 - - uid: 1014 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 104 - - uid: 1015 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 104 - - uid: 1016 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 104 - - uid: 1017 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 104 - - uid: 1018 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 104 - - uid: 1019 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 104 - - uid: 1086 - components: - - type: Transform - pos: -14.5,3.5 - parent: 104 - - uid: 1087 - components: - - type: Transform - pos: -19.5,4.5 - parent: 104 - - uid: 1202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,4.5 - parent: 104 - - uid: 1203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-23.5 - parent: 104 - - uid: 1222 - components: - - type: Transform - pos: -34.5,2.5 - parent: 104 - - uid: 1223 - components: - - type: Transform - pos: -34.5,3.5 - parent: 104 - - uid: 1280 - components: - - type: Transform - pos: -23.5,-20.5 - parent: 104 - - uid: 1284 - components: - - type: Transform - pos: -25.5,-19.5 - parent: 104 - - uid: 1289 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 104 - - uid: 1290 - components: - - type: Transform - pos: -22.5,0.5 - parent: 104 - - uid: 1362 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 104 - - uid: 1363 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 104 - - uid: 1364 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 104 - - uid: 1365 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 104 - - uid: 1366 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 104 - - uid: 1377 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 104 - - uid: 1428 - components: - - type: Transform - pos: -16.5,-19.5 - parent: 104 - - uid: 1535 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 104 - - uid: 1554 - components: - - type: Transform - pos: -29.5,-19.5 - parent: 104 - - uid: 1674 - components: - - type: Transform - pos: -28.5,-19.5 - parent: 104 - - uid: 1785 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 104 - - uid: 1786 - components: - - type: Transform - pos: -22.5,-19.5 - parent: 104 - - uid: 1787 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 104 - - uid: 1788 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 104 - - uid: 1789 - components: - - type: Transform - pos: -24.5,-20.5 - parent: 104 - - uid: 1791 - components: - - type: Transform - pos: -25.5,-20.5 - parent: 104 - - uid: 1799 - components: - - type: Transform - pos: -29.5,-20.5 - parent: 104 - - uid: 1825 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 104 - - uid: 1886 - components: - - type: Transform - pos: -15.5,-20.5 - parent: 104 - - uid: 1887 - components: - - type: Transform - pos: -14.5,-19.5 - parent: 104 - - uid: 1947 - components: - - type: Transform - pos: -15.5,-19.5 - parent: 104 - - uid: 1949 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 104 - - uid: 2046 - components: - - type: Transform - pos: -16.5,-20.5 - parent: 104 - - uid: 2048 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,2.5 - parent: 104 - - uid: 2050 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,2.5 - parent: 104 - - uid: 2052 - components: - - type: Transform - pos: -23.5,1.5 - parent: 104 - - uid: 2188 - components: - - type: Transform - pos: -21.5,1.5 - parent: 104 - - uid: 2405 - components: - - type: Transform - pos: 23.5,-19.5 - parent: 104 - - uid: 2406 - components: - - type: Transform - pos: 22.5,-19.5 - parent: 104 - - uid: 2407 - components: - - type: Transform - pos: 21.5,-19.5 - parent: 104 - - uid: 2408 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 104 - - uid: 2409 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 104 - - uid: 2410 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 104 - - uid: 2505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,3.5 - parent: 104 - - uid: 2507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,4.5 - parent: 104 - - uid: 2508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,2.5 - parent: 104 - - uid: 2514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,3.5 - parent: 104 - - uid: 2515 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,4.5 - parent: 104 - - uid: 2521 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,2.5 - parent: 104 - - uid: 2526 - components: - - type: Transform - pos: -23.5,0.5 - parent: 104 - - uid: 2553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,4.5 - parent: 104 - - uid: 2554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,2.5 - parent: 104 - - uid: 2557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,3.5 - parent: 104 -- proto: Chair - entities: - - uid: 487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-20.5 - parent: 104 - - uid: 1367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 104 - - uid: 1376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 104 - - uid: 1878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-21.5 - parent: 104 - - uid: 1879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-22.5 - parent: 104 - - uid: 2312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-13.5 - parent: 104 - - uid: 2313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-14.5 - parent: 104 -- proto: ChairFolding - entities: - - uid: 544 - components: - - type: Transform - pos: 20.5,8.5 - parent: 104 - - uid: 1062 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,4.5 - parent: 104 - - uid: 1063 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,2.5 - parent: 104 -- proto: ChairOfficeDark - entities: - - uid: 1298 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-17.5 - parent: 104 - - uid: 1304 - components: - - type: Transform - pos: 11.5,-17.5 - parent: 104 - - uid: 1764 - components: - - type: Transform - pos: -13.5,6.5 - parent: 104 - - uid: 2427 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-15.5 - parent: 104 - - uid: 2428 - components: - - type: Transform - pos: 25.5,-15.5 - parent: 104 -- proto: ChairOfficeLight - entities: - - uid: 751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-16.5 - parent: 104 - - uid: 1124 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 104 - - uid: 1296 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-11.5 - parent: 104 - - uid: 1297 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 104 -- proto: ChairPilotSeat - entities: - - uid: 326 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-6.5 - parent: 104 - - uid: 327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-7.5 - parent: 104 - - uid: 328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-7.5 - parent: 104 - - uid: 329 - components: - - type: Transform - pos: 20.5,-8.5 - parent: 104 - - uid: 330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-6.5 - parent: 104 - - uid: 331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-5.5 - parent: 104 - - uid: 332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-5.5 - parent: 104 - - uid: 333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-6.5 - parent: 104 - - uid: 334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-8.5 - parent: 104 - - uid: 335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-9.5 - parent: 104 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-9.5 - parent: 104 - - uid: 337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-8.5 - parent: 104 -- proto: ChairWood - entities: - - uid: 2429 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 104 -- proto: chem_master - entities: - - uid: 2444 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 104 -- proto: ChemicalPayload - entities: - - uid: 2380 - components: - - type: Transform - pos: 3.3003616,-17.381208 - parent: 104 - - uid: 3110 - components: - - type: Transform - pos: 3.6284866,-17.287361 - parent: 104 -- proto: ChemistryHotplate - entities: - - uid: 1383 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 104 -- proto: ChessBoard - entities: - - uid: 354 - components: - - type: Transform - pos: 13.499366,-8.433407 - parent: 104 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1359 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 104 -- proto: ClosetL3Filled - entities: - - uid: 1153 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 104 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 1114 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 104 -- proto: ClosetToolFilled - entities: - - uid: 2417 - components: - - type: Transform - pos: 20.5,-14.5 - parent: 104 - - uid: 2418 - components: - - type: Transform - pos: 24.5,-14.5 - parent: 104 -- proto: ClothingBackpackDuffelSyndicateFilledMedical - entities: - - uid: 2437 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 104 -- proto: ClothingBackpackWaterTank - entities: - - uid: 151 - components: - - type: Transform - pos: 9.36168,-4.462339 - parent: 104 - - type: SolutionAmmoProvider - maxShots: 200 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 212 - components: - - type: Transform - pos: 13.897393,-10.470539 - parent: 104 -- proto: ClothingEyesGlassesChemical - entities: - - uid: 1738 - components: - - type: Transform - pos: 3.5009227,-11.519134 - parent: 104 -- proto: ClothingNeckScarfStripedRed - entities: - - uid: 1150 - components: - - type: Transform - pos: -2.530845,-16.461567 - parent: 104 -- proto: ClothingNeckStethoscope - entities: - - uid: 1336 - components: - - type: Transform - pos: 7.5027137,-12.301802 - parent: 104 -- proto: ClothingShoesBootsSalvage - entities: - - uid: 542 - components: - - type: Transform - pos: 19.574894,7.069533 - parent: 104 - - uid: 545 - components: - - type: Transform - pos: 19.246769,6.507033 - parent: 104 -- proto: CombatKnife - entities: - - uid: 1694 - components: - - type: Transform - pos: 5.483225,11.368477 - parent: 104 -- proto: ComfyChair - entities: - - uid: 21 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 104 - - uid: 352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-8.5 - parent: 104 -- proto: computerBodyScanner - entities: - - uid: 2436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-14.5 - parent: 104 -- proto: ComputerPowerMonitoring - entities: - - uid: 1730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-14.5 - parent: 104 -- proto: ComputerSurveillanceWirelessCameraMonitor - entities: - - uid: 1127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,6.5 - parent: 104 -- proto: CyberPen - entities: - - uid: 696 - components: - - type: Transform - pos: -14.478909,9.585995 - parent: 104 -- proto: DresserFilled - entities: - - uid: 349 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 104 -- proto: DrinkAbsintheBottleFull - entities: - - uid: 15 - components: - - type: Transform - pos: 3.9415665,-8.34479 - parent: 104 -- proto: DrinkBeerBottleFull - entities: - - uid: 157 - components: - - type: Transform - pos: 2.5961013,-2.2186527 - parent: 104 - - uid: 170 - components: - - type: Transform - pos: 3.6117263,-3.1874027 - parent: 104 -- proto: DrinkGinBottleFull - entities: - - uid: 134 - components: - - type: Transform - pos: 3.2228165,-8.4229965 - parent: 104 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 25 - components: - - type: Transform - pos: -0.5303154,-6.2851996 - parent: 104 -- proto: EmpGrenade - entities: - - uid: 2456 - components: - - type: Transform - pos: 14.40774,-17.385033 - parent: 104 - - uid: 2457 - components: - - type: Transform - pos: 14.62649,-17.385033 - parent: 104 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 139 - components: - - type: Transform - pos: 28.5,-14.5 - parent: 104 - - uid: 141 - components: - - type: Transform - pos: 14.5,-0.5 - parent: 104 - - uid: 1812 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 104 - - uid: 1816 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 104 - - uid: 1822 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 104 -- proto: FaxMachineSyndie - entities: - - uid: 81 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 104 -- proto: filingCabinetDrawer - entities: - - uid: 1140 - components: - - type: Transform - pos: -12.5,7.5 - parent: 104 -- proto: filingCabinetDrawerRandom - entities: - - uid: 108 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 104 -- proto: FirelockGlass - entities: - - uid: 1765 - components: - - type: Transform - pos: -13.5,5.5 - parent: 104 -- proto: Fireplace - entities: - - uid: 1273 - components: - - type: Transform - pos: 1.5,0.5 - parent: 104 -- proto: FloorDrain - entities: - - uid: 1361 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 104 - - type: Fixtures - fixtures: {} - - uid: 2438 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 104 - - type: Fixtures - fixtures: {} - - uid: 2443 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 104 - - type: Fixtures - fixtures: {} -- proto: FloraRockSolid01 - entities: - - uid: 1707 - components: - - type: Transform - pos: 5.5565968,16.377468 - parent: 104 -- proto: FloraRockSolid02 - entities: - - uid: 1708 - components: - - type: Transform - pos: -3.1481876,-0.15203857 - parent: 104 - - uid: 1711 - components: - - type: Transform - pos: -1.3676796,16.13784 - parent: 104 -- proto: FloraRockSolid03 - entities: - - uid: 1706 - components: - - type: Transform - pos: 13.550529,12.489372 - parent: 104 -- proto: FloraTreeConifer01 - entities: - - uid: 261 - components: - - type: Transform - pos: 7.7892694,4.987089 - parent: 104 - - uid: 275 - components: - - type: Transform - pos: -3.80645,4.798395 - parent: 104 - - uid: 281 - components: - - type: Transform - pos: -1.0279694,6.890992 - parent: 104 - - uid: 1619 - components: - - type: Transform - pos: 16.10984,7.3249645 - parent: 104 - - uid: 1622 - components: - - type: Transform - pos: 7.42463,16.597832 - parent: 104 - - uid: 1626 - components: - - type: Transform - pos: 11.605486,16.944057 - parent: 104 -- proto: FloraTreeConifer02 - entities: - - uid: 219 - components: - - type: Transform - pos: 5.5,4.5 - parent: 104 - - uid: 260 - components: - - type: Transform - pos: 7.7267694,7.536619 - parent: 104 - - uid: 267 - components: - - type: Transform - pos: 12.789269,3.6888618 - parent: 104 - - uid: 268 - components: - - type: Transform - pos: -0.17814255,7.5043383 - parent: 104 - - uid: 273 - components: - - type: Transform - pos: -2.591959,2.9214401 - parent: 104 - - uid: 280 - components: - - type: Transform - pos: 1.5111885,4.4898434 - parent: 104 - - uid: 1618 - components: - - type: Transform - pos: 11.32859,10.093473 - parent: 104 - - uid: 1620 - components: - - type: Transform - pos: 15.85984,13.16621 - parent: 104 - - uid: 1621 - components: - - type: Transform - pos: 14.582346,17.286049 - parent: 104 -- proto: FloraTreeConifer03 - entities: - - uid: 271 - components: - - type: Transform - pos: -1.1000175,4.26659 - parent: 104 - - uid: 1035 - components: - - type: Transform - pos: 0.74747276,19.424063 - parent: 104 - - uid: 1673 - components: - - type: Transform - pos: -3.5,15.5 - parent: 104 - - uid: 1830 - components: - - type: Transform - pos: 8.497473,19.862019 - parent: 104 -- proto: FloraTreeSnow01 - entities: - - uid: 262 - components: - - type: Transform - pos: 9.630766,6.7434845 - parent: 104 -- proto: FloraTreeSnow02 - entities: - - uid: 270 - components: - - type: Transform - pos: -2.3114033,5.0917635 - parent: 104 - - uid: 1630 - components: - - type: Transform - pos: 4.558771,16.696045 - parent: 104 -- proto: FloraTreeSnow03 - entities: - - uid: 274 - components: - - type: Transform - pos: -3.3325882,6.8936405 - parent: 104 - - uid: 1629 - components: - - type: Transform - pos: 9.924105,15.382175 - parent: 104 -- proto: FloraTreeSnow04 - entities: - - uid: 265 - components: - - type: Transform - pos: 0.24603653,5.7335367 - parent: 104 - - uid: 276 - components: - - type: Transform - pos: 5.8604717,5.2799397 - parent: 104 - - uid: 1624 - components: - - type: Transform - pos: -3.1344147,13.722986 - parent: 104 -- proto: FloraTreeSnow05 - entities: - - uid: 269 - components: - - type: Transform - pos: 0.30623245,3.9068413 - parent: 104 - - uid: 1627 - components: - - type: Transform - pos: 13.331816,13.977352 - parent: 104 - - uid: 1628 - components: - - type: Transform - pos: 15.066191,11.052429 - parent: 104 - - uid: 1631 - components: - - type: Transform - pos: 2.1525211,16.977589 - parent: 104 - - uid: 1672 - components: - - type: Transform - pos: -3.5,16.5 - parent: 104 -- proto: FoodBoxDonkpocket - entities: - - uid: 11 - components: - - type: Transform - pos: 12.527094,-6.308407 - parent: 104 -- proto: FoodBoxDonkpocketTeriyaki - entities: - - uid: 2475 - components: - - type: Transform - pos: 12.636917,-6.187726 - parent: 104 -- proto: FoodBoxDonut - entities: - - uid: 2445 - components: - - type: Transform - pos: 2.5389562,-6.3072195 - parent: 104 -- proto: FoodDonutJellySlugcat - entities: - - uid: 3327 - components: - - type: Transform - pos: -5.7255287,20.539352 - parent: 104 -- proto: GeneratorBasic15kW - entities: - - uid: 2326 - components: - - type: Transform - pos: 27.5,-19.5 - parent: 104 - - uid: 2328 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 104 - - uid: 2329 - components: - - type: Transform - pos: 17.5,-19.5 - parent: 104 - - uid: 2330 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 104 -- proto: GeneratorRTG - entities: - - uid: 2415 - components: - - type: Transform - pos: 17.5,-18.5 - parent: 104 - - uid: 2416 - components: - - type: Transform - pos: 27.5,-18.5 - parent: 104 -- proto: GravityGenerator - entities: - - uid: 2327 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 104 - - type: GravityGenerator - charge: 100 - - type: PointLight - radius: 175.75 -- proto: GrenadeFlashBang - entities: - - uid: 2309 - components: - - type: Transform - pos: 11.399388,-16.363453 - parent: 104 - - uid: 2310 - components: - - type: Transform - pos: 11.571263,-16.363453 - parent: 104 -- proto: Grille - entities: - - uid: 95 - components: - - type: Transform - pos: 0.5,1.5 - parent: 104 - - uid: 115 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 104 - - uid: 118 - components: - - type: Transform - pos: 2.5,1.5 - parent: 104 - - uid: 147 - components: - - type: Transform - pos: 11.5,1.5 - parent: 104 - - uid: 231 - components: - - type: Transform - pos: 2.5,2.5 - parent: 104 - - uid: 232 - components: - - type: Transform - pos: 2.5,3.5 - parent: 104 - - uid: 233 - components: - - type: Transform - pos: 4.5,2.5 - parent: 104 - - uid: 234 - components: - - type: Transform - pos: 4.5,3.5 - parent: 104 - - uid: 303 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 104 - - uid: 304 - components: - - type: Transform - pos: 16.5,-8.5 - parent: 104 - - uid: 526 - components: - - type: Transform - pos: 0.5,21.5 - parent: 104 - - uid: 527 - components: - - type: Transform - pos: 6.5,21.5 - parent: 104 - - uid: 528 - components: - - type: Transform - pos: 1.5,21.5 - parent: 104 - - uid: 1034 - components: - - type: Transform - pos: 5.5,21.5 - parent: 104 - - uid: 1112 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 104 - - uid: 1120 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 104 - - uid: 1121 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 104 - - uid: 1146 - components: - - type: Transform - pos: -12.5,5.5 - parent: 104 - - uid: 1148 - components: - - type: Transform - pos: -14.5,5.5 - parent: 104 - - uid: 1241 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 104 - - uid: 1243 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 104 - - uid: 1389 - components: - - type: Transform - pos: 4.5,1.5 - parent: 104 - - uid: 1410 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 104 - - uid: 1823 - components: - - type: Transform - pos: 8.5,20.5 - parent: 104 - - uid: 1824 - components: - - type: Transform - pos: 4.5,21.5 - parent: 104 - - uid: 1831 - components: - - type: Transform - pos: 8.5,21.5 - parent: 104 - - uid: 1832 - components: - - type: Transform - pos: 3.5,21.5 - parent: 104 - - uid: 1840 - components: - - type: Transform - pos: 11.5,-23.5 - parent: 104 - - uid: 1841 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 104 - - uid: 1847 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 104 - - uid: 1854 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 104 - - uid: 1860 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 104 - - uid: 1931 - components: - - type: Transform - pos: 0.5,20.5 - parent: 104 - - uid: 1932 - components: - - type: Transform - pos: 7.5,21.5 - parent: 104 - - uid: 1933 - components: - - type: Transform - pos: 2.5,21.5 - parent: 104 - - uid: 2189 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 104 - - uid: 2296 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 104 - - uid: 2318 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 104 - - uid: 2319 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 104 -- proto: KitchenKnife - entities: - - uid: 1061 - components: - - type: Transform - pos: 18.918644,6.663283 - parent: 104 -- proto: KitchenMicrowave - entities: - - uid: 10 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 104 -- proto: KitchenReagentGrinder - entities: - - uid: 1257 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 104 -- proto: LargeBeaker - entities: - - uid: 2021 - components: - - type: Transform - pos: 5.039936,-12.489611 - parent: 104 -- proto: LightPostSmall - entities: - - uid: 221 - components: - - type: Transform - pos: 15.5,16.5 - parent: 104 - - uid: 222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 - parent: 104 - - uid: 291 - components: - - type: Transform - pos: 17.5,3.5 - parent: 104 - - uid: 540 - components: - - type: Transform - pos: 27.5,4.5 - parent: 104 - - uid: 541 - components: - - type: Transform - pos: 18.5,8.5 - parent: 104 - - uid: 629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,8.5 - parent: 104 - - uid: 1226 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 104 - - uid: 1276 - components: - - type: Transform - pos: -34.5,4.5 - parent: 104 - - uid: 1279 - components: - - type: Transform - pos: -35.5,-23.5 - parent: 104 - - uid: 1413 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 104 - - uid: 1668 - components: - - type: Transform - pos: 5.5,17.5 - parent: 104 - - uid: 1669 - components: - - type: Transform - pos: 10.5,11.5 - parent: 104 - - uid: 1671 - components: - - type: Transform - pos: -3.5,17.5 - parent: 104 - - uid: 1675 - components: - - type: Transform - pos: 10.5,2.5 - parent: 104 -- proto: LockerSyndicatePersonalFilled - entities: - - uid: 178 - components: - - type: Transform - pos: 9.5,-13.5 - parent: 104 - - uid: 196 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 104 - - uid: 197 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 104 - - uid: 198 - components: - - type: Transform - pos: 9.5,-14.5 - parent: 104 - - uid: 1271 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 104 - - uid: 1375 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 104 - - uid: 2476 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 104 -- proto: MachineCentrifuge - entities: - - uid: 1728 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 104 -- proto: MachineElectrolysisUnit - entities: - - uid: 1718 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 104 -- proto: MagazinePistolSubMachineGunPractice - entities: - - uid: 1648 - components: - - type: Transform - pos: 5.7430096,13.989216 - parent: 104 - - type: BallisticAmmoProvider - unspawnedCount: 35 -- proto: MedicalBed - entities: - - uid: 1868 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 104 - - uid: 1874 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 104 - - uid: 1890 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 104 - - uid: 1891 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 104 -- proto: MedkitAdvancedFilled - entities: - - uid: 447 - components: - - type: Transform - pos: 7.5183387,-10.279964 - parent: 104 -- proto: MedkitBruteFilled - entities: - - uid: 138 - components: - - type: Transform - pos: 7.5183387,-10.576839 - parent: 104 -- proto: MedkitBurnFilled - entities: - - uid: 1894 - components: - - type: Transform - pos: 7.5339637,-10.889339 - parent: 104 -- proto: MedkitFilled - entities: - - uid: 770 - components: - - type: Transform - pos: 0.48478004,-16.399067 - parent: 104 -- proto: MedkitOxygenFilled - entities: - - uid: 1895 - components: - - type: Transform - pos: 7.5339637,-11.186214 - parent: 104 -- proto: MedkitRadiationFilled - entities: - - uid: 448 - components: - - type: Transform - pos: 7.5495887,-11.733089 - parent: 104 -- proto: MedkitToxinFilled - entities: - - uid: 1388 - components: - - type: Transform - pos: 7.5339637,-11.436214 - parent: 104 -- proto: Mirror - entities: - - uid: 142 - components: - - type: Transform - pos: 9.5,1.5 - parent: 104 - - uid: 146 - components: - - type: Transform - pos: 10.5,1.5 - parent: 104 -- proto: ModularGrenade - entities: - - uid: 1326 - components: - - type: Transform - pos: 4.001747,-17.289776 - parent: 104 - - uid: 1328 - components: - - type: Transform - pos: 4.204872,-17.508755 - parent: 104 -- proto: MopBucket - entities: - - uid: 149 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 104 -- proto: MopItem - entities: - - uid: 150 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 104 -- proto: Multitool - entities: - - uid: 1555 - components: - - type: Transform - pos: 11.895346,-10.413807 - parent: 104 -- proto: NukeDiskFake - entities: - - uid: 282 - components: - - type: Transform - pos: 12.149857,15.427643 - parent: 104 -- proto: OperatingTable - entities: - - uid: 2435 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 104 -- proto: Paper - entities: - - uid: 612 - components: - - type: Transform - pos: -14.166584,9.634687 - parent: 104 -- proto: PartRodMetal - entities: - - uid: 2425 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 104 - - uid: 2426 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 104 -- proto: PhoneInstrumentSyndicate - entities: - - uid: 1684 - components: - - type: Transform - pos: 1.4424791,-6.340748 - parent: 104 -- proto: PianoInstrument - entities: - - uid: 2430 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 104 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 1817 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 104 - - uid: 1818 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 104 - - uid: 1819 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 104 - - uid: 1858 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 104 -- proto: PlushieBee - entities: - - uid: 2317 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 104 -- proto: PlushieLizard - entities: - - uid: 1266 - components: - - type: Transform - pos: -15.435635,22.055351 - parent: 104 - - uid: 2315 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 104 - - uid: 3367 - components: - - type: Transform - pos: -4.605839,20.481245 - parent: 104 -- proto: PlushieNuke - entities: - - uid: 163 - components: - - type: Transform - pos: 1.8113766,-6.337348 - parent: 104 - - uid: 283 - components: - - type: Transform - pos: 12.912951,15.575253 - parent: 104 -- proto: PlushieRouny - entities: - - uid: 2316 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 104 -- proto: PlushieVox - entities: - - uid: 2314 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 104 -- proto: PortableScrubber - entities: - - uid: 811 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 104 -- proto: PosterBroken - entities: - - uid: 227 - components: - - type: Transform - pos: -0.5,10.5 - parent: 104 -- proto: PosterContrabandC20r - entities: - - uid: 1556 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 104 -- proto: PosterContrabandClown - entities: - - uid: 1681 - components: - - type: Transform - pos: 12.5,1.5 - parent: 104 -- proto: PosterContrabandCybersun600 - entities: - - uid: 2466 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 104 -- proto: PosterContrabandDonk - entities: - - uid: 12 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 104 - - uid: 2465 - components: - - type: Transform - pos: -10.5,8.5 - parent: 104 -- proto: PosterContrabandDonutCorp - entities: - - uid: 2450 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 104 -- proto: PosterContrabandEnergySwords - entities: - - uid: 1384 - components: - - type: Transform - pos: 14.5,-9.5 - parent: 104 -- proto: PosterContrabandEnlistGorlex - entities: - - uid: 2461 - components: - - type: Transform - pos: -0.5,0.5 - parent: 104 -- proto: PosterContrabandInterdyne - entities: - - uid: 2464 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 104 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 754 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 104 - - uid: 2447 - components: - - type: Transform - pos: 15.5,-15.5 - parent: 104 -- proto: PosterContrabandMoth - entities: - - uid: 2462 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 104 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 2298 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 104 -- proto: PosterContrabandPower - entities: - - uid: 1563 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 104 -- proto: PosterContrabandPunchShit - entities: - - uid: 2451 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 104 -- proto: PosterContrabandRebelsUnite - entities: - - uid: 2446 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 104 -- proto: PosterContrabandRedRum - entities: - - uid: 1387 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 104 -- proto: PosterContrabandRevolver - entities: - - uid: 2452 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 104 -- proto: PosterContrabandRobustSoftdrinks - entities: - - uid: 1245 - components: - - type: Transform - pos: -9.5,8.5 - parent: 104 -- proto: PosterContrabandSyndicatePistol - entities: - - uid: 1386 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 104 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 1242 - components: - - type: Transform - pos: -15.5,7.5 - parent: 104 - - uid: 1561 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 104 - - uid: 2453 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 104 - - uid: 2454 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 104 -- proto: PosterContrabandTheBigGasTruth - entities: - - uid: 2455 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 104 -- proto: PosterContrabandVoteWeh - entities: - - uid: 1113 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 104 - - uid: 1227 - components: - - type: Transform - pos: -17.5,24.5 - parent: 104 - - uid: 1228 - components: - - type: Transform - pos: -16.5,24.5 - parent: 104 - - uid: 1229 - components: - - type: Transform - pos: -15.5,24.5 - parent: 104 - - uid: 1230 - components: - - type: Transform - pos: -14.5,24.5 - parent: 104 - - uid: 1231 - components: - - type: Transform - pos: -13.5,24.5 - parent: 104 - - uid: 1248 - components: - - type: Transform - pos: -12.5,24.5 - parent: 104 - - uid: 1251 - components: - - type: Transform - pos: -12.5,23.5 - parent: 104 - - uid: 1252 - components: - - type: Transform - pos: -12.5,22.5 - parent: 104 - - uid: 1253 - components: - - type: Transform - pos: -12.5,21.5 - parent: 104 - - uid: 1254 - components: - - type: Transform - pos: -12.5,20.5 - parent: 104 - - uid: 1255 - components: - - type: Transform - pos: -12.5,19.5 - parent: 104 - - uid: 1256 - components: - - type: Transform - pos: -13.5,19.5 - parent: 104 - - uid: 1258 - components: - - type: Transform - pos: -14.5,19.5 - parent: 104 - - uid: 1259 - components: - - type: Transform - pos: -15.5,19.5 - parent: 104 - - uid: 1260 - components: - - type: Transform - pos: -16.5,19.5 - parent: 104 - - uid: 1261 - components: - - type: Transform - pos: -17.5,19.5 - parent: 104 - - uid: 1262 - components: - - type: Transform - pos: -17.5,20.5 - parent: 104 - - uid: 1263 - components: - - type: Transform - pos: -17.5,21.5 - parent: 104 - - uid: 1264 - components: - - type: Transform - pos: -17.5,22.5 - parent: 104 - - uid: 1265 - components: - - type: Transform - pos: -17.5,23.5 - parent: 104 - - uid: 1565 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 104 -- proto: PosterContrabandWaffleCorp - entities: - - uid: 2463 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 104 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 2320 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 104 -- proto: PosterLegitCleanliness - entities: - - uid: 955 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 104 -- proto: PosterLegitIan - entities: - - uid: 1551 - components: - - type: Transform - pos: -0.5,12.5 - parent: 104 -- proto: PosterLegitIonRifle - entities: - - uid: 1558 - components: - - type: Transform - pos: 16.5,-14.5 - parent: 104 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 237 - components: - - type: Transform - pos: -0.5,14.5 - parent: 104 -- proto: PosterMapSplit - entities: - - uid: 350 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 104 -- proto: PosterMapWaystation - entities: - - uid: 2449 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 104 -- proto: PottedPlant24 - entities: - - uid: 1143 - components: - - type: Transform - pos: -14.5,7.5 - parent: 104 -- proto: PottedPlantBioluminscent - entities: - - uid: 7 - components: - - type: Transform - pos: 15.481667,-8.824032 - parent: 104 -- proto: PottedPlantRandom - entities: - - uid: 1656 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 104 -- proto: PottedPlantRandomPlastic - entities: - - uid: 1654 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 104 - - uid: 1655 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 104 -- proto: Poweredlight - entities: - - uid: 1333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 104 -- proto: PoweredLightPostSmall - entities: - - uid: 2525 - components: - - type: Transform - pos: -10.5,0.5 - parent: 104 - - uid: 2527 - components: - - type: Transform - pos: -31.5,0.5 - parent: 104 - - uid: 2528 - components: - - type: Transform - pos: -27.5,0.5 - parent: 104 - - uid: 2529 - components: - - type: Transform - pos: -23.5,0.5 - parent: 104 - - uid: 2530 - components: - - type: Transform - pos: -19.5,0.5 - parent: 104 - - uid: 2531 - components: - - type: Transform - pos: -15.5,0.5 - parent: 104 - - uid: 2532 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 104 - - uid: 2533 - components: - - type: Transform - pos: -15.5,-19.5 - parent: 104 - - uid: 2534 - components: - - type: Transform - pos: -19.5,-19.5 - parent: 104 - - uid: 2535 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 104 - - uid: 2536 - components: - - type: Transform - pos: -27.5,-19.5 - parent: 104 - - uid: 2537 - components: - - type: Transform - pos: -31.5,-19.5 - parent: 104 -- proto: PoweredSmallLight - entities: - - uid: 23 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-1.5 - parent: 104 -- proto: Rack - entities: - - uid: 472 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 104 - - uid: 1360 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 104 -- proto: Railing - entities: - - uid: 253 - components: - - type: Transform - pos: -31.5,0.5 - parent: 104 - - uid: 446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 104 - - uid: 456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 104 - - uid: 457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-3.5 - parent: 104 - - uid: 458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-4.5 - parent: 104 - - uid: 459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,5.5 - parent: 104 - - uid: 461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 104 - - uid: 481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,6.5 - parent: 104 - - uid: 523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,7.5 - parent: 104 - - uid: 585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-22.5 - parent: 104 - - uid: 942 - components: - - type: Transform - pos: -20.5,0.5 - parent: 104 - - uid: 956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,1.5 - parent: 104 - - uid: 1080 - components: - - type: Transform - pos: -34.5,-23.5 - parent: 104 - - uid: 1111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 104 - - uid: 1159 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 104 - - uid: 1301 - components: - - type: Transform - pos: -28.5,-23.5 - parent: 104 - - uid: 1302 - components: - - type: Transform - pos: -21.5,-23.5 - parent: 104 - - uid: 1303 - components: - - type: Transform - pos: -26.5,-23.5 - parent: 104 - - uid: 1305 - components: - - type: Transform - pos: -24.5,-23.5 - parent: 104 - - uid: 1306 - components: - - type: Transform - pos: -20.5,-23.5 - parent: 104 - - uid: 1307 - components: - - type: Transform - pos: -19.5,-23.5 - parent: 104 - - uid: 1308 - components: - - type: Transform - pos: -18.5,-23.5 - parent: 104 - - uid: 1309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,4.5 - parent: 104 - - uid: 1310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,4.5 - parent: 104 - - uid: 1311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,4.5 - parent: 104 - - uid: 1312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,4.5 - parent: 104 - - uid: 1313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,4.5 - parent: 104 - - uid: 1314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,4.5 - parent: 104 - - uid: 1315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,4.5 - parent: 104 - - uid: 1316 - components: - - type: Transform - pos: -32.5,-23.5 - parent: 104 - - uid: 1317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,4.5 - parent: 104 - - uid: 1319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,4.5 - parent: 104 - - uid: 1323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,3.5 - parent: 104 - - uid: 1352 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 104 - - uid: 1353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,4.5 - parent: 104 - - uid: 1354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,4.5 - parent: 104 - - uid: 1355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,4.5 - parent: 104 - - uid: 1357 - components: - - type: Transform - pos: -27.5,-23.5 - parent: 104 - - uid: 1373 - components: - - type: Transform - pos: -31.5,-23.5 - parent: 104 - - uid: 1374 - components: - - type: Transform - pos: -29.5,-23.5 - parent: 104 - - uid: 1378 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 104 - - uid: 1379 - components: - - type: Transform - pos: -30.5,-23.5 - parent: 104 - - uid: 1414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 104 - - uid: 1432 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 104 - - uid: 1800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-21.5 - parent: 104 - - uid: 1838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-18.5 - parent: 104 - - uid: 1839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-17.5 - parent: 104 - - uid: 1845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-16.5 - parent: 104 - - uid: 1846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 104 - - uid: 1851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-13.5 - parent: 104 - - uid: 1852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 104 - - uid: 1857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 104 - - uid: 1882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,4.5 - parent: 104 - - uid: 1902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,4.5 - parent: 104 - - uid: 1903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,4.5 - parent: 104 - - uid: 1916 - components: - - type: Transform - pos: -15.5,-23.5 - parent: 104 - - uid: 1917 - components: - - type: Transform - pos: -14.5,-23.5 - parent: 104 - - uid: 1918 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 104 - - uid: 1919 - components: - - type: Transform - pos: -12.5,-23.5 - parent: 104 - - uid: 1920 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 104 - - uid: 1921 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 104 - - uid: 1922 - components: - - type: Transform - pos: -16.5,-23.5 - parent: 104 - - uid: 1945 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 104 - - uid: 1946 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 104 - - uid: 1951 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,2.5 - parent: 104 - - uid: 2045 - components: - - type: Transform - pos: -32.5,0.5 - parent: 104 - - uid: 2083 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-9.5 - parent: 104 - - uid: 2089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 104 - - uid: 2097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-8.5 - parent: 104 - - uid: 2126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-10.5 - parent: 104 - - uid: 2135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-11.5 - parent: 104 - - uid: 2482 - components: - - type: Transform - pos: -30.5,0.5 - parent: 104 - - uid: 2483 - components: - - type: Transform - pos: -28.5,0.5 - parent: 104 - - uid: 2484 - components: - - type: Transform - pos: -27.5,0.5 - parent: 104 - - uid: 2485 - components: - - type: Transform - pos: -26.5,0.5 - parent: 104 - - uid: 2486 - components: - - type: Transform - pos: -24.5,0.5 - parent: 104 - - uid: 2487 - components: - - type: Transform - pos: -23.5,0.5 - parent: 104 - - uid: 2488 - components: - - type: Transform - pos: -22.5,0.5 - parent: 104 - - uid: 2489 - components: - - type: Transform - pos: -19.5,0.5 - parent: 104 - - uid: 2490 - components: - - type: Transform - pos: -18.5,0.5 - parent: 104 - - uid: 2491 - components: - - type: Transform - pos: -16.5,0.5 - parent: 104 - - uid: 2492 - components: - - type: Transform - pos: -15.5,0.5 - parent: 104 - - uid: 2493 - components: - - type: Transform - pos: -14.5,0.5 - parent: 104 - - uid: 2494 - components: - - type: Transform - pos: -12.5,0.5 - parent: 104 - - uid: 2495 - components: - - type: Transform - pos: -11.5,0.5 - parent: 104 - - uid: 2497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-19.5 - parent: 104 - - uid: 2498 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-19.5 - parent: 104 - - uid: 2499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-19.5 - parent: 104 - - uid: 2500 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-19.5 - parent: 104 - - uid: 2501 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-19.5 - parent: 104 - - uid: 2502 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-19.5 - parent: 104 - - uid: 2503 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-19.5 - parent: 104 - - uid: 2504 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-19.5 - parent: 104 - - uid: 2506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-19.5 - parent: 104 - - uid: 2509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-19.5 - parent: 104 - - uid: 2510 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-19.5 - parent: 104 - - uid: 2511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-19.5 - parent: 104 - - uid: 2512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-19.5 - parent: 104 - - uid: 2513 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-19.5 - parent: 104 - - uid: 2516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-19.5 - parent: 104 - - uid: 2517 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-19.5 - parent: 104 - - uid: 2518 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-19.5 - parent: 104 - - uid: 2519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-19.5 - parent: 104 - - uid: 2520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-20.5 - parent: 104 -- proto: RailingCorner - entities: - - uid: 1790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-23.5 - parent: 104 - - uid: 1950 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,4.5 - parent: 104 - - uid: 2496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,0.5 - parent: 104 - - uid: 2522 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-19.5 - parent: 104 -- proto: RailingCornerSmall - entities: - - uid: 1285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-23.5 - parent: 104 - - uid: 1761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,8.5 - parent: 104 - - uid: 1869 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 104 - - uid: 1873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-24.5 - parent: 104 - - uid: 1883 - components: - - type: Transform - pos: -18.5,4.5 - parent: 104 - - uid: 2523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 104 - - uid: 2524 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 104 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 1842 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 104 - - uid: 1848 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 104 - - uid: 1849 - components: - - type: Transform - pos: 11.5,-23.5 - parent: 104 - - uid: 1853 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 104 - - uid: 1855 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 104 -- proto: ReinforcedWindow - entities: - - uid: 52 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 104 - - uid: 73 - components: - - type: Transform - pos: 11.5,1.5 - parent: 104 - - uid: 89 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 104 - - uid: 99 - components: - - type: Transform - pos: 0.5,1.5 - parent: 104 - - uid: 103 - components: - - type: Transform - pos: 4.5,1.5 - parent: 104 - - uid: 127 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 104 - - uid: 128 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 104 - - uid: 129 - components: - - type: Transform - pos: 16.5,-8.5 - parent: 104 - - uid: 155 - components: - - type: Transform - pos: 2.5,3.5 - parent: 104 - - uid: 223 - components: - - type: Transform - pos: 4.5,2.5 - parent: 104 - - uid: 224 - components: - - type: Transform - pos: 4.5,3.5 - parent: 104 - - uid: 353 - components: - - type: Transform - pos: 2.5,2.5 - parent: 104 - - uid: 498 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 104 - - uid: 530 - components: - - type: Transform - pos: 8.5,20.5 - parent: 104 - - uid: 649 - components: - - type: Transform - pos: -12.5,5.5 - parent: 104 - - uid: 1037 - components: - - type: Transform - pos: 1.5,21.5 - parent: 104 - - uid: 1038 - components: - - type: Transform - pos: 6.5,21.5 - parent: 104 - - uid: 1039 - components: - - type: Transform - pos: 8.5,21.5 - parent: 104 - - uid: 1040 - components: - - type: Transform - pos: 7.5,21.5 - parent: 104 - - uid: 1102 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 104 - - uid: 1103 - components: - - type: Transform - pos: 2.5,21.5 - parent: 104 - - uid: 1118 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 104 - - uid: 1142 - components: - - type: Transform - pos: -14.5,5.5 - parent: 104 - - uid: 1186 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 104 - - uid: 1196 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 104 - - uid: 1198 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 104 - - uid: 1382 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 104 - - uid: 1385 - components: - - type: Transform - pos: 2.5,1.5 - parent: 104 - - uid: 1820 - components: - - type: Transform - pos: 5.5,21.5 - parent: 104 - - uid: 1821 - components: - - type: Transform - pos: 0.5,21.5 - parent: 104 - - uid: 1828 - components: - - type: Transform - pos: 4.5,21.5 - parent: 104 - - uid: 1829 - components: - - type: Transform - pos: 0.5,20.5 - parent: 104 - - uid: 1929 - components: - - type: Transform - pos: 3.5,21.5 - parent: 104 - - uid: 2081 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 104 -- proto: RemoteSignaller - entities: - - uid: 1322 - components: - - type: Transform - pos: 5.611122,-17.316748 - parent: 104 - - uid: 1332 - components: - - type: Transform - pos: 5.267372,-17.316748 - parent: 104 -- proto: Screwdriver - entities: - - uid: 1325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.954872,-17.44188 - parent: 104 -- proto: SheetGlass - entities: - - uid: 2421 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 104 - - uid: 2422 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 104 -- proto: SheetPlasteel - entities: - - uid: 2423 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 104 - - uid: 2424 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 104 -- proto: SheetPlastic - entities: - - uid: 460 - components: - - type: Transform - pos: 12.60107,-16.44067 - parent: 104 -- proto: SheetSteel - entities: - - uid: 286 - components: - - type: Transform - pos: 13.50732,-16.456295 - parent: 104 - - uid: 1350 - components: - - type: Transform - pos: 3.460312,-15.657375 - parent: 104 - - uid: 2419 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 104 - - uid: 2420 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 104 -- proto: SignalTrigger - entities: - - uid: 1330 - components: - - type: Transform - pos: 3.6284866,-16.955233 - parent: 104 - - uid: 1331 - components: - - type: Transform - pos: 3.3003616,-17.06472 - parent: 104 -- proto: SignDirectionalBar - entities: - - uid: 2297 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 104 -- proto: SignEscapePods - entities: - - uid: 1737 - components: - - type: MetaData - desc: steel rain babey - name: drop pod sign - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-8.5 - parent: 104 -- proto: SignMedical - entities: - - uid: 351 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 104 -- proto: SignSurgery - entities: - - uid: 266 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 104 -- proto: SignToxins2 - entities: - - uid: 1318 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 104 -- proto: SinkStemlessWater - entities: - - uid: 22 - components: - - type: Transform - pos: 15.5,-1.5 - parent: 104 -- proto: SinkWide - entities: - - uid: 144 - components: - - type: Transform - pos: 9.5,0.5 - parent: 104 - - uid: 145 - components: - - type: Transform - pos: 10.5,0.5 - parent: 104 - - uid: 1246 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 104 - - uid: 1358 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 104 - - uid: 2311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-7.5 - parent: 104 -- proto: SmallLight - entities: - - uid: 484 - components: - - type: Transform - pos: -12.5,7.5 - parent: 104 - - uid: 1024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 104 - - uid: 1141 - components: - - type: Transform - pos: -13.5,9.5 - parent: 104 - - uid: 1766 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 104 -- proto: SMESBasic - entities: - - uid: 2331 - components: - - type: Transform - pos: 21.5,-18.5 - parent: 104 - - uid: 2332 - components: - - type: Transform - pos: 22.5,-18.5 - parent: 104 - - uid: 2333 - components: - - type: Transform - pos: 23.5,-18.5 - parent: 104 -- proto: soda_dispenser - entities: - - uid: 225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-8.5 - parent: 104 -- proto: SpaceVillainArcadeFilled - entities: - - uid: 1652 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 104 - - uid: 1653 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 104 -- proto: SpawnMobLizard - entities: - - uid: 2473 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 104 -- proto: SpawnPointNukies - entities: - - uid: 167 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 104 - - uid: 172 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 104 - - uid: 173 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 104 - - uid: 2477 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 104 - - uid: 2478 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 104 - - uid: 2479 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 104 - - uid: 2480 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 104 -- proto: Spear - entities: - - uid: 3366 - components: - - type: Transform - pos: -5.3505287,20.508072 - parent: 104 -- proto: SprayBottle - entities: - - uid: 1699 - components: - - type: Transform - pos: 14.060668,-16.439913 - parent: 104 -- proto: StasisBed - entities: - - uid: 1130 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 104 -- proto: Stool - entities: - - uid: 156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 104 - - uid: 158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 104 - - uid: 164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 104 - - uid: 166 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 104 - - uid: 169 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 104 - - uid: 194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-13.5 - parent: 104 - - uid: 195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 - parent: 104 - - uid: 200 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 104 - - uid: 507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-1.5 - parent: 104 - - uid: 1334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-1.5 - parent: 104 - - uid: 1369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-13.5 - parent: 104 - - uid: 1371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-13.5 - parent: 104 - - uid: 1372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-14.5 - parent: 104 -- proto: StoolBar - entities: - - uid: 1 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 104 - - uid: 2 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 104 - - uid: 3 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 104 - - uid: 4 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 104 - - uid: 5 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 104 - - uid: 6 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 104 -- proto: SubstationBasic - entities: - - uid: 2366 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 104 -- proto: SurveillanceCameraGeneral - entities: - - uid: 85 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Bar - - uid: 1144 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Dock - - uid: 1185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,7.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Surveillance Shack - - uid: 1268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-12.5 - parent: 104 - - uid: 1269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-12.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Medbay - - uid: 1270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-12.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Chem and Bombs - - uid: 1272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 104 - - uid: 1274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Entrance - - uid: 1320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-4.5 - parent: 104 - - uid: 1321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-3.5 - parent: 104 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 620 - components: - - type: Transform - pos: -15.5,9.5 - parent: 104 -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 978 - components: - - type: Transform - pos: -15.5,8.5 - parent: 104 -- proto: SurveillanceWirelessCameraAnchoredEntertainment - entities: - - uid: 1023 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,21.5 - parent: 104 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEntertainment - nameSet: True - id: Weeh -- proto: SyndicatePersonalAI - entities: - - uid: 160 - components: - - type: Transform - pos: 1.4711013,-3.6405277 - parent: 104 -- proto: SyndieFlag - entities: - - uid: 819 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 104 -- proto: SyndieHandyFlag - entities: - - uid: 1810 - components: - - type: Transform - pos: 3.5076954,-6.413422 - parent: 104 -- proto: SyringeInaprovaline - entities: - - uid: 1151 - components: - - type: Transform - pos: -2.530845,-12.414692 - parent: 104 -- proto: Table - entities: - - uid: 16 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 104 - - uid: 107 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 104 - - uid: 1090 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 104 - - uid: 1193 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 104 - - uid: 1300 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 104 - - uid: 1813 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 104 - - uid: 1814 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 104 - - uid: 1815 - components: - - type: Transform - pos: 14.5,-16.5 - parent: 104 - - uid: 1859 - components: - - type: Transform - pos: 14.5,-17.5 - parent: 104 - - uid: 2321 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 104 -- proto: TableCarpet - entities: - - uid: 9 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 104 -- proto: TableGlass - entities: - - uid: 980 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 104 - - uid: 1125 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 104 - - uid: 2090 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 104 - - uid: 2092 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 104 -- proto: TablePlasmaGlass - entities: - - uid: 2411 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 104 - - uid: 2412 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 104 - - uid: 2413 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 104 - - uid: 2414 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 104 - - uid: 2431 - components: - - type: Transform - pos: 17.5,-16.5 - parent: 104 - - uid: 2432 - components: - - type: Transform - pos: 17.5,-15.5 - parent: 104 - - uid: 2433 - components: - - type: Transform - pos: 27.5,-16.5 - parent: 104 - - uid: 2434 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 104 -- proto: TableReinforced - entities: - - uid: 201 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 104 - - uid: 202 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 104 - - uid: 203 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 104 - - uid: 208 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 104 - - uid: 226 - components: - - type: Transform - pos: 5.5,10.5 - parent: 104 - - uid: 229 - components: - - type: Transform - pos: 5.5,11.5 - parent: 104 - - uid: 239 - components: - - type: Transform - pos: 5.5,13.5 - parent: 104 - - uid: 241 - components: - - type: Transform - pos: 5.5,14.5 - parent: 104 - - uid: 285 - components: - - type: Transform - pos: 5.5,12.5 - parent: 104 - - uid: 697 - components: - - type: Transform - pos: -13.5,5.5 - parent: 104 - - uid: 1129 - components: - - type: Transform - pos: -14.5,9.5 - parent: 104 - - uid: 1149 - components: - - type: Transform - pos: -13.5,9.5 - parent: 104 -- proto: TableReinforcedGlass - entities: - - uid: 838 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 104 - - uid: 975 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 104 - - uid: 976 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 104 - - uid: 1192 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 104 - - uid: 1351 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 104 - - uid: 1739 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 104 - - uid: 2016 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 104 - - uid: 2022 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 104 - - uid: 2027 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 104 - - uid: 2028 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 104 -- proto: TableWood - entities: - - uid: 8 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 104 - - uid: 28 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 104 - - uid: 30 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 104 - - uid: 31 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 104 - - uid: 32 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 104 - - uid: 33 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 104 - - uid: 34 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 104 - - uid: 35 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 104 - - uid: 36 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 104 - - uid: 37 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 104 - - uid: 159 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 104 - - uid: 162 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 104 - - uid: 355 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 104 -- proto: TargetClown - entities: - - uid: 1291 - components: - - type: Transform - pos: 0.5,12.5 - parent: 104 -- proto: TargetHuman - entities: - - uid: 1293 - components: - - type: Transform - pos: 0.5,14.5 - parent: 104 - - uid: 2308 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 104 -- proto: TargetStrange - entities: - - uid: 1294 - components: - - type: Transform - pos: 0.5,10.5 - parent: 104 -- proto: TearGasGrenade - entities: - - uid: 306 - components: - - type: Transform - pos: 14.638793,-16.908663 - parent: 104 - - uid: 1703 - components: - - type: Transform - pos: 14.341918,-16.877413 - parent: 104 -- proto: Telecrystal1 - entities: - - uid: 2474 - components: - - type: Transform - pos: 2.9398513,-3.4842777 - parent: 104 -- proto: TimerTrigger - entities: - - uid: 1225 - components: - - type: Transform - pos: 3.7048721,-16.445147 - parent: 104 - - uid: 1329 - components: - - type: Transform - pos: 3.3003616,-16.470352 - parent: 104 -- proto: ToiletEmpty - entities: - - uid: 293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-1.5 - parent: 104 -- proto: ToolboxElectricalFilled - entities: - - uid: 206 - components: - - type: Transform - pos: 13.241143,-10.4236145 - parent: 104 -- proto: ToolboxEmergencyFilled - entities: - - uid: 1368 - components: - - type: Transform - pos: -2.4700382,-4.362167 - parent: 104 -- proto: ToolboxSyndicateFilled - entities: - - uid: 205 - components: - - type: Transform - pos: 12.366143,-10.392332 - parent: 104 -- proto: ToyFigurineCaptain - entities: - - uid: 2470 - components: - - type: Transform - pos: 2.5657434,-3.260709 - parent: 104 -- proto: ToyFigurineNukie - entities: - - uid: 14 - components: - - type: Transform - pos: 3.4242263,-2.6717777 - parent: 104 - - uid: 161 - components: - - type: Transform - pos: 3.5492263,-2.4374027 - parent: 104 - - uid: 2468 - components: - - type: Transform - pos: 3.6429763,-2.6717777 - parent: 104 -- proto: ToyFigurineNukieCommander - entities: - - uid: 2471 - components: - - type: Transform - pos: 3.1898513,-2.9530277 - parent: 104 -- proto: ToyFigurineNukieElite - entities: - - uid: 2467 - components: - - type: Transform - pos: 3.1117263,-2.6874027 - parent: 104 -- proto: ToyMauler - entities: - - uid: 2469 - components: - - type: Transform - pos: 3.0179763,-2.3124027 - parent: 104 -- proto: ToyNuke - entities: - - uid: 26 - components: - - type: Transform - pos: 4.4214306,-6.3946886 - parent: 104 - - uid: 284 - components: - - type: Transform - pos: 12.453509,14.985125 - parent: 104 -- proto: ToySkeleton - entities: - - uid: 17 - components: - - type: Transform - pos: 3.5882664,-8.344303 - parent: 104 -- proto: VariantCubeBox - entities: - - uid: 1826 - components: - - type: Transform - pos: 14.485744,-16.427467 - parent: 104 -- proto: VendingMachineBooze - entities: - - uid: 1380 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 104 -- proto: VendingMachineChang - entities: - - uid: 1208 - components: - - type: Transform - pos: -10.5,7.5 - parent: 104 -- proto: VendingMachineChemicalsSyndicate - entities: - - uid: 1335 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 104 -- proto: VendingMachineCigs - entities: - - uid: 117 - components: - - type: MetaData - name: cigarette machine - - type: Transform - pos: 7.5,0.5 - parent: 104 -- proto: VendingMachineClothing - entities: - - uid: 1617 - components: - - type: Transform - pos: 13.5,0.5 - parent: 104 -- proto: VendingMachineCola - entities: - - uid: 116 - components: - - type: Transform - pos: 5.5,0.5 - parent: 104 - - uid: 1244 - components: - - type: Transform - pos: -9.5,7.5 - parent: 104 -- proto: VendingMachineSnack - entities: - - uid: 2442 - components: - - type: Transform - pos: 6.5,0.5 - parent: 104 -- proto: VendingMachineSyndieDrobe - entities: - - uid: 1299 - components: - - type: Transform - pos: 11.5,0.5 - parent: 104 -- proto: VendingMachineTheater - entities: - - uid: 1680 - components: - - type: Transform - pos: 12.5,0.5 - parent: 104 -- proto: VendingMachineYouTool - entities: - - uid: 204 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 104 -- proto: WallIce - entities: - - uid: 236 - components: - - type: Transform - pos: -0.5,12.5 - parent: 104 - - uid: 356 - components: - - type: Transform - pos: -6.5,21.5 - parent: 104 - - uid: 357 - components: - - type: Transform - pos: -3.5,21.5 - parent: 104 - - uid: 416 - components: - - type: Transform - pos: -4.5,21.5 - parent: 104 - - uid: 727 - components: - - type: Transform - pos: -6.5,19.5 - parent: 104 - - uid: 1132 - components: - - type: Transform - pos: -4.5,22.5 - parent: 104 - - uid: 1133 - components: - - type: Transform - pos: -5.5,22.5 - parent: 104 - - uid: 1134 - components: - - type: Transform - pos: -6.5,22.5 - parent: 104 - - uid: 1221 - components: - - type: Transform - pos: -6.5,20.5 - parent: 104 - - uid: 1549 - components: - - type: Transform - pos: -0.5,10.5 - parent: 104 - - uid: 1670 - components: - - type: Transform - pos: -0.5,14.5 - parent: 104 -- proto: WallmountTelevision - entities: - - uid: 977 - components: - - type: Transform - pos: 6.5,1.5 - parent: 104 -- proto: WallPlastitanium - entities: - - uid: 38 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 104 - - uid: 39 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 104 - - uid: 40 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 104 - - uid: 41 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 104 - - uid: 42 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 104 - - uid: 43 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 104 - - uid: 44 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 104 - - uid: 45 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 104 - - uid: 46 - components: - - type: Transform - pos: 20.5,-2.5 - parent: 104 - - uid: 47 - components: - - type: Transform - pos: 22.5,-2.5 - parent: 104 - - uid: 50 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-12.5 - parent: 104 - - uid: 51 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-12.5 - parent: 104 - - uid: 53 - components: - - type: Transform - pos: 17.5,-2.5 - parent: 104 - - uid: 54 - components: - - type: Transform - pos: 18.5,-2.5 - parent: 104 - - uid: 57 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 104 - - uid: 59 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 104 - - uid: 60 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 104 - - uid: 61 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 104 - - uid: 62 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 104 - - uid: 63 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 104 - - uid: 64 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 104 - - uid: 66 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 104 - - uid: 67 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 104 - - uid: 68 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 104 - - uid: 69 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 104 - - uid: 70 - components: - - type: Transform - pos: 14.5,1.5 - parent: 104 - - uid: 71 - components: - - type: Transform - pos: 13.5,1.5 - parent: 104 - - uid: 72 - components: - - type: Transform - pos: 12.5,1.5 - parent: 104 - - uid: 74 - components: - - type: Transform - pos: 10.5,1.5 - parent: 104 - - uid: 75 - components: - - type: Transform - pos: 9.5,1.5 - parent: 104 - - uid: 76 - components: - - type: Transform - pos: 8.5,0.5 - parent: 104 - - uid: 77 - components: - - type: Transform - pos: 8.5,1.5 - parent: 104 - - uid: 78 - components: - - type: Transform - pos: 7.5,1.5 - parent: 104 - - uid: 79 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 104 - - uid: 80 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 104 - - uid: 82 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 104 - - uid: 83 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 104 - - uid: 84 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 104 - - uid: 86 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 104 - - uid: 87 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 104 - - uid: 88 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 104 - - uid: 90 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 104 - - uid: 91 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 104 - - uid: 92 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 104 - - uid: 93 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 104 - - uid: 94 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 104 - - uid: 97 - components: - - type: Transform - pos: 6.5,1.5 - parent: 104 - - uid: 98 - components: - - type: Transform - pos: 5.5,1.5 - parent: 104 - - uid: 101 - components: - - type: Transform - pos: -0.5,0.5 - parent: 104 - - uid: 102 - components: - - type: Transform - pos: -0.5,1.5 - parent: 104 - - uid: 105 - components: - - type: Transform - pos: -1.5,0.5 - parent: 104 - - uid: 106 - components: - - type: Transform - pos: 14.5,0.5 - parent: 104 - - uid: 110 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 104 - - uid: 113 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 104 - - uid: 114 - components: - - type: Transform - pos: 16.5,-1.5 - parent: 104 - - uid: 119 - components: - - type: Transform - pos: 24.5,-2.5 - parent: 104 - - uid: 121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-12.5 - parent: 104 - - uid: 123 - components: - - type: Transform - pos: 21.5,-2.5 - parent: 104 - - uid: 124 - components: - - type: Transform - pos: 19.5,-2.5 - parent: 104 - - uid: 125 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 104 - - uid: 126 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 104 - - uid: 132 - components: - - type: Transform - pos: 23.5,-2.5 - parent: 104 - - uid: 133 - components: - - type: Transform - pos: 1.5,1.5 - parent: 104 - - uid: 137 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 104 - - uid: 168 - components: - - type: Transform - pos: 14.5,-9.5 - parent: 104 - - uid: 171 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 104 - - uid: 174 - components: - - type: Transform - pos: 15.5,-9.5 - parent: 104 - - uid: 175 - components: - - type: Transform - pos: 16.5,-9.5 - parent: 104 - - uid: 176 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 104 - - uid: 177 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 104 - - uid: 179 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 104 - - uid: 180 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 104 - - uid: 181 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 104 - - uid: 182 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 104 - - uid: 183 - components: - - type: Transform - pos: 11.5,-15.5 - parent: 104 - - uid: 184 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 104 - - uid: 185 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 104 - - uid: 186 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 104 - - uid: 187 - components: - - type: Transform - pos: 15.5,-15.5 - parent: 104 - - uid: 188 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 104 - - uid: 189 - components: - - type: Transform - pos: 16.5,-14.5 - parent: 104 - - uid: 191 - components: - - type: Transform - pos: 16.5,-12.5 - parent: 104 - - uid: 192 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 104 - - uid: 193 - components: - - type: Transform - pos: 16.5,-10.5 - parent: 104 - - uid: 199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 104 - - uid: 215 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 104 - - uid: 242 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 104 - - uid: 252 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 104 - - uid: 288 - components: - - type: Transform - pos: 14.5,-0.5 - parent: 104 - - uid: 290 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 104 - - uid: 298 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 104 - - uid: 299 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 104 - - uid: 300 - components: - - type: Transform - pos: 15.5,-2.5 - parent: 104 - - uid: 301 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 104 - - uid: 307 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-8.5 - parent: 104 - - uid: 308 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-10.5 - parent: 104 - - uid: 309 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-11.5 - parent: 104 - - uid: 310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-12.5 - parent: 104 - - uid: 311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-12.5 - parent: 104 - - uid: 312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-12.5 - parent: 104 - - uid: 313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-12.5 - parent: 104 - - uid: 314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-12.5 - parent: 104 - - uid: 315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-12.5 - parent: 104 - - uid: 316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-6.5 - parent: 104 - - uid: 317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-4.5 - parent: 104 - - uid: 318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-6.5 - parent: 104 - - uid: 319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-4.5 - parent: 104 - - uid: 320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-8.5 - parent: 104 - - uid: 321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-10.5 - parent: 104 - - uid: 322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-7.5 - parent: 104 - - uid: 339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-10.5 - parent: 104 - - uid: 340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-9.5 - parent: 104 - - uid: 341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-8.5 - parent: 104 - - uid: 342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-7.5 - parent: 104 - - uid: 343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-6.5 - parent: 104 - - uid: 344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-5.5 - parent: 104 - - uid: 345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-4.5 - parent: 104 - - uid: 346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-3.5 - parent: 104 - - uid: 347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-2.5 - parent: 104 - - uid: 378 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 104 - - uid: 379 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 104 - - uid: 380 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 104 - - uid: 418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,8.5 - parent: 104 - - uid: 424 - components: - - type: Transform - pos: -10.5,8.5 - parent: 104 - - uid: 427 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 104 - - uid: 441 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 104 - - uid: 443 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 104 - - uid: 462 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 104 - - uid: 463 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 104 - - uid: 474 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 104 - - uid: 482 - components: - - type: Transform - pos: -9.5,8.5 - parent: 104 - - uid: 486 - components: - - type: Transform - pos: -16.5,8.5 - parent: 104 - - uid: 493 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 104 - - uid: 495 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 104 - - uid: 497 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 104 - - uid: 591 - components: - - type: Transform - pos: 15.5,-23.5 - parent: 104 - - uid: 592 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 104 - - uid: 593 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 104 - - uid: 594 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 104 - - uid: 611 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 104 - - uid: 613 - components: - - type: Transform - pos: -13.5,19.5 - parent: 104 - - uid: 623 - components: - - type: Transform - pos: -17.5,19.5 - parent: 104 - - uid: 651 - components: - - type: Transform - pos: -17.5,23.5 - parent: 104 - - uid: 671 - components: - - type: Transform - pos: -12.5,24.5 - parent: 104 - - uid: 675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,9.5 - parent: 104 - - uid: 683 - components: - - type: Transform - pos: -15.5,10.5 - parent: 104 - - uid: 698 - components: - - type: Transform - pos: -14.5,10.5 - parent: 104 - - uid: 710 - components: - - type: Transform - pos: -13.5,10.5 - parent: 104 - - uid: 730 - components: - - type: Transform - pos: -12.5,10.5 - parent: 104 - - uid: 731 - components: - - type: Transform - pos: -12.5,22.5 - parent: 104 - - uid: 732 - components: - - type: Transform - pos: -15.5,19.5 - parent: 104 - - uid: 739 - components: - - type: Transform - pos: -17.5,21.5 - parent: 104 - - uid: 743 - components: - - type: Transform - pos: -16.5,9.5 - parent: 104 - - uid: 744 - components: - - type: Transform - pos: -16.5,7.5 - parent: 104 - - uid: 750 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 104 - - uid: 767 - components: - - type: Transform - pos: -16.5,10.5 - parent: 104 - - uid: 773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 104 - - uid: 1025 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 104 - - uid: 1026 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 104 - - uid: 1091 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 104 - - uid: 1104 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 104 - - uid: 1110 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 104 - - uid: 1123 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-11.5 - parent: 104 - - uid: 1126 - components: - - type: Transform - pos: -17.5,22.5 - parent: 104 - - uid: 1128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,8.5 - parent: 104 - - uid: 1136 - components: - - type: Transform - pos: -11.5,5.5 - parent: 104 - - uid: 1137 - components: - - type: Transform - pos: -15.5,7.5 - parent: 104 - - uid: 1138 - components: - - type: Transform - pos: -15.5,6.5 - parent: 104 - - uid: 1139 - components: - - type: Transform - pos: -15.5,5.5 - parent: 104 - - uid: 1147 - components: - - type: Transform - pos: -11.5,7.5 - parent: 104 - - uid: 1181 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 104 - - uid: 1184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-11.5 - parent: 104 - - uid: 1188 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 104 - - uid: 1190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-11.5 - parent: 104 - - uid: 1197 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 104 - - uid: 1199 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 104 - - uid: 1201 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 104 - - uid: 1205 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 104 - - uid: 1206 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 104 - - uid: 1207 - components: - - type: Transform - pos: -17.5,24.5 - parent: 104 - - uid: 1209 - components: - - type: Transform - pos: -17.5,20.5 - parent: 104 - - uid: 1210 - components: - - type: Transform - pos: -14.5,19.5 - parent: 104 - - uid: 1211 - components: - - type: Transform - pos: -12.5,23.5 - parent: 104 - - uid: 1212 - components: - - type: Transform - pos: -16.5,19.5 - parent: 104 - - uid: 1213 - components: - - type: Transform - pos: -12.5,19.5 - parent: 104 - - uid: 1214 - components: - - type: Transform - pos: -16.5,24.5 - parent: 104 - - uid: 1215 - components: - - type: Transform - pos: -12.5,20.5 - parent: 104 - - uid: 1216 - components: - - type: Transform - pos: -15.5,24.5 - parent: 104 - - uid: 1218 - components: - - type: Transform - pos: -14.5,24.5 - parent: 104 - - uid: 1219 - components: - - type: Transform - pos: -12.5,21.5 - parent: 104 - - uid: 1220 - components: - - type: Transform - pos: -13.5,24.5 - parent: 104 - - uid: 1381 - components: - - type: Transform - pos: 16.5,-16.5 - parent: 104 - - uid: 1409 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 104 - - uid: 1411 - components: - - type: Transform - pos: 9.5,-23.5 - parent: 104 - - uid: 1412 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 104 - - uid: 1426 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 104 - - uid: 1783 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 104 - - uid: 1784 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 104 - - uid: 1811 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 104 - - uid: 1833 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 104 - - uid: 1834 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 104 - - uid: 1843 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 104 - - uid: 1850 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 104 - - uid: 1856 - components: - - type: Transform - pos: 15.5,-20.5 - parent: 104 - - uid: 1861 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 104 - - uid: 1862 - components: - - type: Transform - pos: 27.5,-12.5 - parent: 104 - - uid: 1863 - components: - - type: Transform - pos: 28.5,-12.5 - parent: 104 - - uid: 1864 - components: - - type: Transform - pos: 28.5,-14.5 - parent: 104 - - uid: 1866 - components: - - type: Transform - pos: 28.5,-13.5 - parent: 104 - - uid: 1871 - components: - - type: Transform - pos: 28.5,-19.5 - parent: 104 - - uid: 1876 - components: - - type: Transform - pos: 28.5,-15.5 - parent: 104 - - uid: 1881 - components: - - type: Transform - pos: 28.5,-16.5 - parent: 104 - - uid: 1885 - components: - - type: Transform - pos: 28.5,-17.5 - parent: 104 - - uid: 1889 - components: - - type: Transform - pos: 28.5,-18.5 - parent: 104 - - uid: 1893 - components: - - type: Transform - pos: 28.5,-20.5 - parent: 104 - - uid: 1897 - components: - - type: Transform - pos: 27.5,-20.5 - parent: 104 - - uid: 1901 - components: - - type: Transform - pos: 26.5,-20.5 - parent: 104 - - uid: 1905 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 104 - - uid: 1906 - components: - - type: Transform - pos: 17.5,-20.5 - parent: 104 - - uid: 1907 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 104 - - uid: 1908 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 104 - - uid: 1914 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 104 - - uid: 1915 - components: - - type: Transform - pos: 16.5,-17.5 - parent: 104 - - uid: 1943 - components: - - type: Transform - pos: 24.5,-20.5 - parent: 104 - - uid: 1944 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 104 - - uid: 1968 - components: - - type: Transform - pos: 23.5,-20.5 - parent: 104 - - uid: 1969 - components: - - type: Transform - pos: 22.5,-20.5 - parent: 104 - - uid: 1970 - components: - - type: Transform - pos: 21.5,-20.5 - parent: 104 - - uid: 1971 - components: - - type: Transform - pos: 20.5,-20.5 - parent: 104 - - uid: 1972 - components: - - type: Transform - pos: 19.5,-20.5 - parent: 104 - - uid: 2017 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 104 - - uid: 2018 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 104 - - uid: 2019 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 104 - - uid: 2299 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 104 - - uid: 2300 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 104 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 323 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 104 - - uid: 324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-5.5 - parent: 104 - - uid: 325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-9.5 - parent: 104 - - uid: 338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 104 - - uid: 348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-9.5 - parent: 104 - - uid: 650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-10.5 - parent: 104 - - uid: 1088 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-5.5 - parent: 104 - - uid: 1089 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 104 - - uid: 1119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-10.5 - parent: 104 - - uid: 1689 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 104 - - uid: 1690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 104 - - uid: 1697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-4.5 - parent: 104 -- proto: WaterTankFull - entities: - - uid: 1547 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 104 -- proto: WeaponPistolCobra - entities: - - uid: 1705 - components: - - type: Transform - pos: 5.4793262,12.166912 - parent: 104 -- proto: WeaponShotgunSawn - entities: - - uid: 228 - components: - - type: Transform - pos: 5.347948,13.528896 - parent: 104 - - type: BallisticAmmoProvider - unspawnedCount: 2 -- proto: WeaponSprayNozzle - entities: - - uid: 152 - components: - - type: Transform - pos: 9.67418,-4.571714 - parent: 104 -- proto: WeaponSubMachineGunC20r - entities: - - uid: 1704 - components: - - type: Transform - pos: 5.497257,12.817707 - parent: 104 -- proto: WelderIndustrial - entities: - - uid: 207 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 104 -- proto: Windoor - entities: - - uid: 27 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 104 -- proto: WindoorSecure - entities: - - uid: 1145 - components: - - type: Transform - pos: -13.5,5.5 - parent: 104 - - uid: 1827 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 104 -- proto: WindowReinforcedDirectional - entities: - - uid: 766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-12.5 - parent: 104 - - uid: 1135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-16.5 - parent: 104 - - uid: 1217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,9.5 - parent: 104 - - uid: 1247 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 104 - - uid: 1370 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 104 - - uid: 2082 - components: - - type: Transform - pos: 7.5,15.5 - parent: 104 - - uid: 2182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-12.5 - parent: 104 - - uid: 2258 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 104 - - uid: 2290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,9.5 - parent: 104 - - uid: 2293 - components: - - type: Transform - pos: 5.5,15.5 - parent: 104 - - uid: 2294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-10.5 - parent: 104 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 20: FloorCarpetClown + 29: FloorDark + 44: FloorFreezer + 59: FloorIce + 77: FloorReinforced + 79: FloorRockVault + 80: FloorShowroom + 84: FloorShuttleOrange + 86: FloorShuttleRed + 89: FloorSnow + 91: FloorSteel + 106: FloorTechMaint + 110: FloorWhite + 120: FloorWood + 123: Lattice + 124: Plating +entities: +- proto: "" + entities: + - uid: 104 + components: + - type: MetaData + name: Syndicate Outpost + - type: Transform + parent: 1295 + - type: FTLDestination + whitelist: + tags: + - Syndicate + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAKWQAAAAAAfAAAAAAAHQAAAAACbgAAAAADbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABbgAAAAADWwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAbgAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAHQAAAAADHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAADWQAAAAAEWQAAAAAAWQAAAAAEfAAAAAAAeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAeAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAeAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAIfAAAAAAADgAAAAAB + version: 6 + 0,-1: + ind: 0,-1 + tiles: bgAAAAAAbgAAAAADfAAAAAAAbgAAAAAAbgAAAAACbgAAAAACbgAAAAADbgAAAAABHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACWwAAAAAAbgAAAAADbgAAAAADbgAAAAADbgAAAAACbgAAAAAAbgAAAAADbgAAAAADHQAAAAADVgAAAAAAHQAAAAACVgAAAAAAHQAAAAADVgAAAAAAHQAAAAADHQAAAAADbgAAAAAAbgAAAAACfAAAAAAAbgAAAAADbgAAAAACbgAAAAADbgAAAAACbgAAAAACHQAAAAADVgAAAAAAHQAAAAADVgAAAAAAHQAAAAABVgAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAWwAAAAADWwAAAAACWwAAAAADbgAAAAADbgAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAABWwAAAAABWwAAAAACbgAAAAADbgAAAAACDgAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADWQAAAAAAWQAAAAAAbgAAAAAAWwAAAAABWwAAAAAAWwAAAAAAbgAAAAACbgAAAAAAWQAAAAAAHQAAAAADHQAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAADgAAAAABDgAAAAADDgAAAAACDgAAAAAADgAAAAADfAAAAAAAHQAAAAABfAAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACDgAAAAAAHQAAAAABHQAAAAADHQAAAAABVgAAAAAAVgAAAAAAeAAAAAACeAAAAAACeAAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACfAAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAABeAAAAAAAeAAAAAACeAAAAAACeAAAAAADeAAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAABeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADfAAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACDgAAAAACDgAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAAADgAAAAABHQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAACeAAAAAAAeAAAAAADeAAAAAABDgAAAAACDgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAAVgAAAAAADgAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAADeAAAAAABeAAAAAABeAAAAAADDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAAAVgAAAAAADgAAAAAAUAAAAAAALAAAAAAADgAAAAAADgAAAAACHQAAAAAAHQAAAAACfAAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAACVgAAAAAADgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAACDgAAAAABDgAAAAABDgAAAAAADgAAAAACUAAAAAAAUAAAAAAALAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAfAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAADHQAAAAACHQAAAAACDgAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAACDgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfAAAAAAAWQAAAAAGfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAACfAAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAAADgAAAAACDgAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATwAAAAAAfAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAfAAAAAAATwAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAWQAAAAAIWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAIWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAKWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAGWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAACWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAJWQAAAAAAWQAAAAAFTwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAHWQAAAAAKWQAAAAAFWQAAAAAAWQAAAAALWQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAAWQAAAAAKWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAKWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAGHQAAAAADHQAAAAADHQAAAAAAfAAAAAAAHQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAIfAAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAfAAAAAAAHQAAAAABHQAAAAABWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAGTwAAAAAAHQAAAAABHQAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAADWQAAAAAATwAAAAAATwAAAAAATwAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAATwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAATwAAAAAATwAAAAAATwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKTwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: HQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAAATQAAAAAATQAAAAAATQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAACfAAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAADTQAAAAAATQAAAAAATQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAACfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAMWQAAAAAHWQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACWQAAAAAFWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAHQAAAAADHQAAAAABVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAACHQAAAAACHQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAfAAAAAAAHQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAADHQAAAAADHQAAAAACWQAAAAAETwAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAAAAAAAAAHQAAAAAAHQAAAAABVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAACHQAAAAADHQAAAAACWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAACVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAAAHQAAAAADHQAAAAACWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAfAAAAAAAHQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAHQAAAAAAHQAAAAABHQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAABWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAWQAAAAAATwAAAAAAWQAAAAAEWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWwAAAAAAWwAAAAAAWwAAAAABWwAAAAAAWwAAAAACfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAbgAAAAAAbgAAAAADbgAAAAADbgAAAAADbgAAAAAAfAAAAAAAagAAAAAAWwAAAAACWwAAAAADWwAAAAABWwAAAAABWwAAAAADfAAAAAAAHQAAAAAAHQAAAAABWQAAAAAAbgAAAAABbgAAAAABbgAAAAADbgAAAAADbgAAAAAAagAAAAAAagAAAAAAWwAAAAADWwAAAAAAWwAAAAABWwAAAAABWwAAAAAAfAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAFWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAHQAAAAABHQAAAAAAHQAAAAAC + version: 6 + -1,1: + ind: -1,1 + tiles: WQAAAAAIWQAAAAAAWQAAAAALWQAAAAAAWQAAAAADWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAFWQAAAAADWQAAAAAEWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAEWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFTwAAAAAATwAAAAAATwAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADTwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: WQAAAAAAWQAAAAAEWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAJWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAALWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: WQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAGWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAABWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: WQAAAAAATwAAAAAATwAAAAAAWQAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAALWQAAAAAAWQAAAAAMWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAFWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAHWQAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAJWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABWQAAAAAATwAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAABWQAAAAAAWQAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAWQAAAAAMWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAMWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAagAAAAAAHQAAAAACHQAAAAADHQAAAAACfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAAAHQAAAAACHQAAAAABagAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJfAAAAAAAagAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAABagAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAagAAAAAAHQAAAAAAHQAAAAABHQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAHQAAAAACHQAAAAADHQAAAAACagAAAAAAfAAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAEHQAAAAACHQAAAAACHQAAAAABHQAAAAABTQAAAAAATQAAAAAATQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAfAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAD + version: 6 + -2,0: + ind: -2,0 + tiles: ewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAAWQAAAAABTwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAATwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAETwAAAAAATwAAAAAATwAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAALWQAAAAAAWQAAAAALWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAALWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAATwAAAAAAWQAAAAAKFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAJWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAHWQAAAAAKWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGWQAAAAAJWQAAAAALWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAALWQAAAAAIWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAGFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAEWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEWQAAAAAAWQAAAAAMWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAEWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAIWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAFWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAA + version: 6 + -2,-2: + ind: -2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: TwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: TwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAIWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,2: + ind: -2,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,-2: + ind: -3,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAFWQAAAAAEWQAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: WQAAAAAAWQAAAAAFWQAAAAACWQAAAAAJWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,0: + ind: -3,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: -3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 311: 27,-15 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 309: 18,-19 + 310: 26,-19 + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 368: 26.834131,4.97881 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 295: 21,-16 + 296: 22,-15 + 297: 23,-16 + 302: 22,-17 + 303: 17,-19 + 304: 27,-19 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 194: 5,-11 + 195: 4,-11 + 300: 23,-15 + 301: 21,-17 + 305: 27,-18 + 306: 17,-20 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 298: 23,-17 + 299: 21,-15 + 307: 27,-20 + 308: 17,-18 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 206: 12,-22 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 326: 2,-1 + 327: 1,-1 + 328: 0,-1 + - node: + color: '#52B4E996' + id: BrickTileSteelBox + decals: + 238: -3,-15 + 239: -2,-17 + 240: 1,-17 + 241: 1,-13 + 242: -2,-13 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerNe + decals: + 143: 15,-12 + 149: 10,-11 + 186: 5,-11 + 332: 10,-7 + 339: 15,-7 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerNw + decals: + 150: 9,-11 + 187: 3,-11 + 340: 12,-7 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerSe + decals: + 141: 15,-15 + 188: 5,-13 + 259: 27,-17 + 264: 26,-20 + 329: 10,-9 + 342: 15,-9 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerSw + decals: + 127: 14,-15 + 138: 9,-13 + 189: 3,-13 + 256: 17,-17 + 263: 18,-20 + 335: 5,-9 + 341: 12,-9 + - node: + color: '#DE3A3A96' + id: BrickTileSteelEndS + decals: + 125: 10,-15 + 126: 12,-15 + - node: + color: '#DE3A3A96' + id: BrickTileSteelInnerNe + decals: + 148: 10,-12 + 250: -3,-17 + - node: + color: '#DE3A3A96' + id: BrickTileSteelInnerSe + decals: + 139: 10,-13 + 140: 12,-13 + 249: -3,-13 + 260: 26,-17 + 289: 20,-14 + - node: + color: '#DE3A3A96' + id: BrickTileSteelInnerSw + decals: + 133: 10,-13 + 134: 12,-13 + 135: 14,-13 + 261: 18,-17 + 285: 24,-14 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineE + decals: + 128: 12,-14 + 129: 10,-14 + 142: 15,-13 + 191: 5,-12 + 247: -3,-16 + 248: -3,-14 + 257: 26,-19 + 258: 26,-18 + 265: 20,-17 + 266: 20,-16 + 267: 20,-15 + 290: 20,-19 + 312: 27,-16 + 313: 27,-15 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineN + decals: + 144: 14,-12 + 145: 13,-12 + 146: 12,-12 + 147: 11,-12 + 192: 4,-11 + 243: 0,-17 + 244: -1,-17 + 274: 26,-14 + 275: 25,-14 + 276: 23,-14 + 277: 22,-14 + 278: 21,-14 + 279: 20,-14 + 280: 18,-14 + 281: 19,-14 + 284: 24,-14 + 333: 9,-7 + 334: 8,-7 + 345: 13,-7 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineS + decals: + 136: 13,-13 + 137: 11,-13 + 190: 4,-13 + 245: 0,-13 + 246: -1,-13 + 272: 25,-20 + 273: 19,-20 + 286: 23,-14 + 287: 22,-14 + 288: 21,-14 + 330: 8,-9 + 331: 7,-9 + 343: 14,-9 + 344: 13,-9 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineW + decals: + 130: 14,-14 + 131: 12,-14 + 132: 10,-14 + 151: 9,-12 + 193: 3,-12 + 253: 18,-18 + 254: 17,-16 + 255: 17,-15 + 262: 18,-19 + 268: 24,-19 + 269: 24,-17 + 270: 24,-16 + 271: 24,-15 + 336: 5,-8 + 359: 5,-7 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 159: 7,-11 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 160: 6,-11 + 178: 3,-14 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 171: 7,-18 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 174: 3,-18 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNw + decals: + 162: 6,-14 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 165: 7,-12 + 166: 7,-13 + 167: 7,-14 + 168: 7,-15 + 169: 7,-16 + 170: 7,-17 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 163: 5,-14 + 164: 4,-14 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 172: 6,-18 + 173: 5,-18 + 175: 4,-18 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 161: 6,-13 + 176: 3,-17 + 177: 3,-16 + - node: + color: '#A4610647' + id: CheckerNWSE + decals: + 196: -13,6 + 197: -14,6 + 198: -15,6 + 199: -15,7 + 200: -14,7 + 201: -13,7 + 202: -14,8 + 203: -15,8 + - node: + color: '#D381C996' + id: CheckerNWSE + decals: + 207: 10,-19 + 208: 11,-19 + 209: 12,-19 + 210: 13,-19 + 211: 14,-19 + 212: 14,-18 + 213: 14,-17 + 214: 13,-17 + 215: 13,-18 + 216: 12,-18 + 217: 12,-17 + 218: 11,-17 + 219: 11,-18 + 220: 10,-18 + 221: 10,-17 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 204: -16,8 + 205: -16,9 + 251: 7,-18 + 252: 6,-18 + - node: + color: '#DE3A3A96' + id: DeliveryGreyscale + decals: + 283: 16,-14 + - node: + color: '#9FED5896' + id: FullTileOverlayGreyscale + decals: + 181: 5,-17 + 182: 5,-16 + 183: 5,-15 + 184: 6,-16 + 185: 4,-16 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 232: 1,-14 + 233: 0,-14 + 234: -1,-14 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale + decals: + 324: 11,-2 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 229: 1,-16 + 230: 0,-16 + 231: -1,-16 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 325: 11,0 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 235: -2,-15 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale270 + decals: + 323: 12,-1 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale90 + decals: + 322: 10,-1 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale + decals: + 314: 9,0 + 315: 10,0 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale180 + decals: + 318: 13,-2 + 319: 12,-2 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale270 + decals: + 320: 9,-2 + 321: 10,-2 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale90 + decals: + 316: 13,0 + 317: 12,0 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 75: 9.232971,15.9332485 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 237: -2,-14 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 236: -2,-16 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 124: -5,-3 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnCorner + decals: + 21: 18,-5 + - node: + color: '#FFFFFFFF' + id: WarnCorner + decals: + 0: 17,-10 + 1: 18,-11 + 2: 19,-11 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarnCorner + decals: + 14: 17,-6 + - node: + color: '#FFFFFFFF' + id: WarnCornerFlipped + decals: + 7: 23,-10 + 13: 16,-6 + 19: 22,-11 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnCornerFlipped + decals: + 11: 23,-6 + 12: 22,-5 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNW + decals: + 282: 17,-14 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 292: 20,-20 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 226: 10,-19 + 291: 24,-20 + - node: + color: '#FFFFFFFF' + id: WarnEndE + decals: + 154: 1,-9 + - node: + color: '#FFFFFFFF' + id: WarnEndN + decals: + 156: 7,-2 + - node: + color: '#FFFFFFFF' + id: WarnEndS + decals: + 123: -6,21 + 155: 7,-4 + - node: + color: '#FFFFFFFF' + id: WarnEndW + decals: + 153: 0,-9 + - node: + color: '#DE3A3A96' + id: WarnFullGreyscale + decals: + 352: 16,-8 + 353: 11,-8 + 354: 9,-10 + 355: 6,-10 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 158: 7,-3 + 294: 20,-18 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 152: 15,-14 + 349: 10,-8 + 350: 15,-8 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 351: 14,-7 + 356: 7,-7 + 357: 6,-7 + 358: 5,-7 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 346: 9,-9 + 347: 6,-9 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 348: 12,-8 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleW + decals: + 179: 3,-15 + 180: 6,-12 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 222: 14,-19 + 223: 13,-19 + 224: 12,-19 + 225: 11,-19 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 94: -9,4 + 95: -9,3 + 96: -9,2 + 97: -9,1 + 98: -9,0 + 99: -9,-1 + 100: -9,-2 + 101: -9,-3 + 102: -9,-4 + 103: -9,-5 + 104: -9,-6 + 105: -9,-7 + 106: -9,-8 + 107: -9,-9 + 108: -9,-10 + 109: -9,-11 + 110: -9,-12 + 111: -9,-13 + 112: -9,-14 + 113: -9,-15 + 114: -9,-16 + 115: -9,-17 + 116: -9,-18 + 117: -9,-19 + 118: -9,-20 + 119: -9,-21 + 120: -9,-22 + 121: -9,-23 + 122: -9,-24 + 157: 7,-3 + 227: 10,-18 + 228: 10,-17 + 293: 24,-18 + - node: + color: '#FFFFFFFF' + id: WarningLine + decals: + 15: 19,-4 + 16: 20,-4 + 17: 21,-4 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 3: 19,-11 + 4: 19,-12 + 5: 20,-12 + 6: 21,-12 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 8: 24,-9 + 9: 24,-8 + 10: 24,-7 + - node: + color: '#FFFFFFFF' + id: WarningLineCornerFlipped + decals: + 20: 22,-4 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: WarningLineCornerFlipped + decals: + 18: 24,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 363: 5,-6 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 361: 0,-6 + 362: -1,-6 + 364: 4,-6 + 365: 3,-6 + 366: 2,-6 + 367: 1,-6 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 337: 5,-9 + 338: 5,-8 + 360: 5,-7 + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 67: 12.033197,7.701807 + 69: 14.310135,6.6772776 + - node: + color: '#FFFFFFFF' + id: bushsnowa2 + decals: + 68: -1.884201,10.692345 + 70: 13.896899,12.679136 + 73: -2.6609726,10.251652 + - node: + color: '#FFFFFFFF' + id: bushsnowb2 + decals: + 71: 12.943774,14.853275 + - node: + color: '#FFFFFFFF' + id: bushsnowb3 + decals: + 72: 0.2452774,15.588417 + 74: -0.9488945,8.937782 + - node: + color: '#AB0000FF' + id: d + decals: + 373: 21.412256,2.9944348 + - node: + color: '#FFFFFFFF' + id: grasssnowa1 + decals: + 30: 9.251883,16.971285 + 41: 4.707512,15.727119 + 47: -2.8426914,5.7681084 + 84: 16.072964,17.452217 + 85: -4.644718,19.141476 + 369: 26.896631,2.9944348 + - node: + color: '#FFFFFFFF' + id: grasssnowa2 + decals: + 22: -3.6290493,-9.771207 + 25: 15.159365,5.392831 + 42: 2.707512,15.930454 + 53: 1.6412125,14.139866 + 62: 14.449558,12.269236 + 86: -6.332218,17.702477 + 87: -7.488468,14.82448 + 91: -5.738468,8.348984 + - node: + color: '#FFFFFFFF' + id: grasssnowa3 + decals: + 44: -1.3739414,16.399694 + 54: 0.43808746,13.654987 + 57: 3.1880875,12.434965 + 58: 2.1568375,9.893942 + 63: 16.060982,2.673603 + 90: -6.207218,16.0445 + - node: + color: '#FFFFFFFF' + id: grasssnowb1 + decals: + 51: 0.79449654,2.152192 + 55: 0.18808746,9.666458 + 79: 4.997473,19.080475 + - node: + color: '#FFFFFFFF' + id: grasssnowb2 + decals: + 36: 6.1287537,4.4684677 + 38: 13.017959,2.0284252 + 61: 8.19574,16.289047 + 64: 3.43816,14.798347 + 78: 2.4505978,18.17328 + 92: -5.832218,13.979851 + 93: 4.1790752,7.8279076 + - node: + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 23: -3.3477993,-19.991972 + 31: 9.061624,11.550716 + 35: 9.066255,4.2786684 + 50: -3.1864414,-0.9828911 + 52: -0.88188744,15.563225 + 65: 0.5527668,14.892197 + 83: 17.104214,9.229881 + - node: + color: '#FFFFFFFF' + id: grasssnowc1 + decals: + 24: -3.9999733,-6.081314 + 26: 15.819311,9.398571 + 32: 12.170999,10.565315 + 39: 10.861709,2.2630453 + 40: 8.471084,13.624069 + 45: -2.1864414,7.911888 + 48: -0.6551914,1.8769035 + 49: -3.7333164,0.34661865 + 56: 4.1724625,13.733192 + 76: 2.5912228,19.753052 + 82: 17.947964,3.1297789 + 88: -7.175968,10.382353 + - node: + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 27: 14.194311,14.208315 + 29: 12.819311,16.642818 + 33: 8.01938,8.972565 + 81: 19.322964,7.2277966 + 89: -5.675968,10.1320915 + - node: + color: '#FFFFFFFF' + id: grasssnowc3 + decals: + 28: 15.694311,15.172535 + 34: 10.48813,7.3443623 + 37: 9.0946245,2.0440664 + 43: -2.8895664,16.211998 + 46: -4.0458164,7.6303444 + 59: 0.45371246,11.270374 + 60: 9.166802,10.222887 + 66: -1.9470882,14.409473 + 77: 6.122473,18.001226 + 80: 18.166714,4.631343 + - node: + color: '#AB0000FF' + id: i + decals: + 374: 21.677881,2.8381848 + - node: + color: '#AB0000FF' + id: k + decals: + 377: 23.427881,2.8069348 + - node: + color: '#AB0000FF' + id: n + decals: + 372: 20.943506,2.9006848 + 378: 22.959131,2.9631848 + - node: + color: '#AB0000FF' + id: r + decals: + 375: 22.099756,2.7913098 + - node: + color: '#AB0000FF' + id: s + decals: + 370: 20.224756,2.9788098 + - node: + color: '#AB0000FF' + id: shortline + decals: + 376: 22.552881,2.8381848 + - node: + color: '#AB0000FF' + id: y + decals: + 371: 20.568506,2.9319348 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-2: + 0: 65535 + -1,-1: + 0: 65503 + 1: 32 + 0,-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 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 57343 + 1: 8192 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 62815 + 1: 2720 + 2,-3: + 0: 65535 + 2,-2: + 0: 32767 + 1: 32768 + 2,-1: + 0: 65533 + 1: 2 + 3,-4: + 0: 64991 + 1: 544 + 3,-3: + 0: 65535 + 3,-2: + 0: 57343 + 1: 8192 + 3,-1: + 0: 65535 + 0,0: + 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: 65535 + -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: 65535 + -1,3: + 0: 65535 + 4,-4: + 0: 65535 + 4,-3: + 0: 65535 + 4,-2: + 0: 65535 + 4,-1: + 0: 65535 + 5,-4: + 0: 65519 + 1: 16 + 5,-3: + 0: 65535 + 5,-2: + 0: 65535 + 5,-1: + 0: 65535 + 6,-4: + 0: 65519 + 1: 16 + 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 + 0,-6: + 0: 65535 + 0,-5: + 0: 65535 + 1,-6: + 0: 65535 + 1,-5: + 0: 62463 + 1: 3072 + 2,-6: + 0: 65535 + 2,-5: + 0: 65535 + 3,-6: + 0: 65535 + 3,-5: + 0: 65535 + -2,-6: + 0: 65535 + -2,-5: + 0: 65535 + -1,-6: + 0: 65535 + -1,-5: + 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 + 4,0: + 0: 65535 + 4,1: + 0: 65535 + 4,2: + 0: 65535 + 4,3: + 0: 65535 + 5,0: + 0: 65535 + 6,0: + 0: 65535 + 7,0: + 0: 65535 + 4,-6: + 0: 65535 + 4,-5: + 0: 65535 + 5,-6: + 0: 65535 + 5,-5: + 0: 65535 + 6,-6: + 0: 65535 + 6,-5: + 0: 65535 + 7,-6: + 0: 65535 + 7,-5: + 0: 65535 + -4,-4: + 0: 65535 + -4,-3: + 0: 4095 + -3,-4: + 0: 65535 + -3,-3: + 0: 61439 + -3,-2: + 0: 61166 + -3,-1: + 0: 61166 + -4,0: + 0: 65520 + 2: 15 + -4,1: + 0: 65535 + -4,2: + 0: 65535 + -4,3: + 0: 65535 + -3,0: + 0: 65534 + 2: 1 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -3,3: + 0: 65535 + 0,-7: + 0: 65535 + 1,-7: + 0: 61441 + 2: 3840 + 2,-7: + 0: 4096 + 2: 57600 + 3,-7: + 0: 32768 + 2: 28672 + -4,-7: + 0: 65535 + -4,-6: + 0: 65535 + -4,-5: + 0: 65535 + -3,-7: + 0: 65535 + -3,-6: + 0: 65535 + -3,-5: + 0: 65535 + -1,-7: + 0: 65535 + -4,4: + 0: 65535 + -4,5: + 0: 65535 + -3,4: + 0: 65535 + -3,5: + 0: 65535 + -2,5: + 0: 65535 + -2,6: + 0: 65535 + -1,5: + 0: 65535 + -1,6: + 0: 13107 + 0,5: + 0: 8191 + 1,5: + 0: 4095 + 2,5: + 0: 65535 + 3,5: + 0: 65535 + 4,5: + 0: 65535 + 5,4: + 0: 65535 + 5,5: + 0: 30719 + 6,4: + 0: 4915 + 5,1: + 0: 65535 + 5,2: + 0: 65535 + 5,3: + 0: 65535 + 6,1: + 0: 65535 + 6,2: + 0: 30719 + 6,3: + 0: 13107 + 7,1: + 0: 16383 + 7,2: + 0: 51 + 4,-7: + 0: 61440 + 5,-7: + 0: 61440 + 6,-7: + 0: 61440 + 7,-7: + 0: 28672 + -8,-4: + 0: 12 + -7,-4: + 0: 32783 + -6,-4: + 0: 61679 + -5,-4: + 0: 65535 + -5,-3: + 0: 4095 + -6,3: + 0: 65534 + -6,2: + 0: 52428 + -5,0: + 0: 65520 + 2: 15 + -5,1: + 0: 65535 + -5,2: + 0: 65535 + -5,3: + 0: 65535 + -7,7: + 0: 52424 + -7,5: + 0: 34944 + -7,6: + 0: 34952 + -6,4: + 0: 61183 + -6,5: + 0: 65535 + -6,6: + 0: 65535 + -6,7: + 0: 65535 + -5,4: + 0: 65535 + -5,5: + 0: 65535 + -8,-6: + 0: 65535 + -8,-5: + 0: 57343 + -7,-5: + 0: 65535 + -7,-6: + 0: 65535 + -6,-6: + 0: 65535 + -6,-5: + 0: 65535 + -6,-7: + 0: 64704 + -5,-7: + 0: 65528 + -5,-6: + 0: 65535 + -5,-5: + 0: 65535 + 8,0: + 0: 17 + 8,-4: + 0: 13107 + 8,-1: + 0: 4369 + 8,-6: + 0: 13072 + 8,-5: + 0: 13107 + -7,8: + 0: 12 + -6,8: + 0: 3 + -12,-6: + 0: 65535 + -12,-5: + 0: 65535 + -11,-6: + 0: 65533 + -11,-5: + 0: 65535 + -10,-6: + 0: 65535 + -10,-5: + 0: 65535 + -9,-6: + 0: 65535 + -9,-5: + 0: 65535 + -15,-4: + 0: 65535 + -15,-3: + 0: 65535 + -15,-2: + 0: 65535 + -15,-1: + 0: 65535 + -14,-4: + 0: 65535 + -14,-3: + 0: 29495 + -14,-2: + 0: 30583 + -14,-1: + 0: 13175 + -13,-4: + 0: 4607 + -12,-4: + 0: 255 + -11,-4: + 0: 255 + -10,-4: + 0: 255 + -9,-4: + 0: 119 + -15,-5: + 0: 65535 + -14,-5: + 0: 65535 + -14,-6: + 0: 65535 + -13,-6: + 0: 65535 + -13,-5: + 0: 65535 + -15,0: + 0: 65518 + -15,1: + 0: 65535 + -15,2: + 0: 65535 + -15,3: + 0: 65535 + -14,0: + 0: 13171 + -14,1: + 0: 13075 + -14,2: + 0: 13107 + -14,3: + 0: 29491 + -15,4: + 0: 65535 + -15,5: + 0: 65535 + -15,6: + 0: 35007 + -14,4: + 0: 65535 + -14,5: + 0: 65535 + -14,6: + 0: 16383 + -2,-7: + 0: 65535 + -4,6: + 0: 65535 + -4,7: + 0: 4095 + -3,6: + 0: 65535 + -3,7: + 0: 511 + -2,7: + 0: 255 + -1,7: + 0: 51 + 2,6: + 0: 52428 + 2,7: + 0: 52428 + 3,6: + 0: 65535 + 3,7: + 0: 65535 + 4,6: + 0: 65535 + 4,7: + 0: 65535 + 5,6: + 0: 13107 + 5,7: + 0: 4915 + -7,-3: + 0: 2184 + -6,-3: + 0: 4095 + -7,0: + 0: 65520 + 2: 15 + -7,1: + 0: 15 + -6,0: + 0: 65520 + 2: 15 + -6,1: + 0: 15 + 2: 51328 + -5,6: + 0: 65535 + -5,7: + 0: 32767 + -8,-7: + 0: 63744 + -7,-7: + 0: 65407 + -12,-7: + 0: 65519 + -11,-7: + 0: 4983 + -10,-7: + 0: 60622 + -9,-7: + 0: 65535 + -16,-4: + 0: 65535 + -16,-3: + 0: 65535 + -16,-2: + 0: 65535 + -16,-1: + 0: 65535 + -16,-7: + 0: 13107 + -16,-6: + 0: 65535 + -16,-5: + 0: 65535 + -15,-6: + 0: 65535 + -15,-7: + 0: 52360 + -14,-7: + 0: 65535 + -13,-7: + 0: 63251 + -16,0: + 0: 65535 + -16,1: + 0: 65535 + -16,2: + 0: 65535 + -16,3: + 0: 65535 + -16,4: + 0: 65535 + -16,5: + 0: 65535 + -16,6: + 0: 255 + -18,0: + 0: 65535 + -18,3: + 0: 61440 + -18,1: + 0: 34956 + -17,0: + 0: 65535 + -17,1: + 0: 65535 + -17,2: + 0: 65519 + -17,3: + 0: 65535 + -18,4: + 0: 52991 + -18,5: + 0: 65532 + -18,6: + 0: 3823 + -17,4: + 0: 65535 + -17,5: + 0: 65535 + -17,6: + 0: 4095 + -18,-4: + 0: 65535 + -18,-3: + 0: 52479 + -18,-1: + 0: 65484 + -18,-2: + 0: 52428 + -17,-4: + 0: 65535 + -17,-3: + 0: 65535 + -17,-2: + 0: 65535 + -17,-1: + 0: 65535 + -18,-6: + 0: 65484 + -18,-5: + 0: 65535 + -18,-7: + 0: 52224 + -17,-7: + 0: 65484 + -17,-6: + 0: 65535 + -17,-5: + 0: 65535 + 2,8: + 0: 12 + 3,8: + 0: 15 + 4,8: + 0: 15 + 5,8: + 0: 1 + -8,0: + 0: 65520 + 2: 15 + -8,1: + 0: 15 + -9,0: + 0: 61152 + 2: 14 + -9,1: + 0: 14 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.213781 + - 79.80423 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: RadiationGridResistance + - type: OccluderTree + - type: Shuttle + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding + - type: BecomesStation + id: SyndicateOutpost + - uid: 1295 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - type: Parallax + parallax: Sky + - type: MapAtmosphere + space: False + mixture: + volume: 2500 + temperature: 248.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: LoadedMap + - type: GridTree + - type: MovedGrids +- proto: AirlockExternalGlassNukeopLocked + entities: + - uid: 49 + components: + - type: Transform + pos: 3.5,1.5 + parent: 104 + - uid: 55 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 104 + - uid: 56 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 104 + - uid: 58 + components: + - type: Transform + pos: 3.5,3.5 + parent: 104 +- proto: AirlockGlassShuttle + entities: + - uid: 2053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-19.5 + parent: 104 + - uid: 2057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-19.5 + parent: 104 + - uid: 2062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-19.5 + parent: 104 + - uid: 2185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-19.5 + parent: 104 + - uid: 2186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-19.5 + parent: 104 + - uid: 2187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-19.5 + parent: 104 + - uid: 2190 + components: + - type: Transform + pos: -13.5,0.5 + parent: 104 + - uid: 2191 + components: + - type: Transform + pos: -17.5,0.5 + parent: 104 + - uid: 2193 + components: + - type: Transform + pos: -21.5,0.5 + parent: 104 + - uid: 2448 + components: + - type: Transform + pos: -25.5,0.5 + parent: 104 + - uid: 2472 + components: + - type: Transform + pos: -29.5,0.5 + parent: 104 + - type: GridFill + addComponents: + - type: NukeOpsShuttle + path: /Maps/Shuttles/infiltrator.yml + - uid: 2481 + components: + - type: Transform + pos: -33.5,0.5 + parent: 104 +- proto: AirlockSyndicateNukeopGlassLocked + entities: + - uid: 48 + components: + - type: Transform + pos: -11.5,6.5 + parent: 104 + - uid: 65 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 104 + - uid: 96 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 104 + - uid: 112 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 104 + - uid: 122 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 104 + - uid: 130 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 104 + - uid: 131 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 104 + - uid: 165 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 104 + - uid: 190 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 104 + - uid: 302 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 104 + - uid: 305 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 104 +- proto: AirlockSyndicateNukeopLocked + entities: + - uid: 109 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 104 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-7.5 + parent: 104 + - uid: 136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-7.5 + parent: 104 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-10.5 + parent: 104 + - uid: 272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-4.5 + parent: 104 +- proto: AlwaysPoweredLightExterior + entities: + - uid: 1267 + components: + - type: Transform + pos: -15.5,23.5 + parent: 104 +- proto: AlwaysPoweredLightLED + entities: + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 104 + - uid: 974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-17.5 + parent: 104 + - uid: 1286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 104 + - uid: 1287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 104 + - uid: 1288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 104 +- proto: AlwaysPoweredWallLight + entities: + - uid: 258 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 104 + - uid: 1356 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 104 + - uid: 1470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-14.5 + parent: 104 + - uid: 1471 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 104 + - uid: 1532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-8.5 + parent: 104 + - uid: 1534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 104 + - uid: 1536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 104 + - uid: 1537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 104 + - uid: 1544 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 104 + - uid: 1545 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 104 + - uid: 1546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-4.5 + parent: 104 + - uid: 1570 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 104 + - uid: 1571 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 104 + - uid: 1572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-9.5 + parent: 104 + - uid: 1573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-9.5 + parent: 104 + - uid: 1758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,5.5 + parent: 104 + - uid: 1759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,12.5 + parent: 104 + - uid: 1760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 + parent: 104 + - uid: 1763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-22.5 + parent: 104 + - uid: 1867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-16.5 + parent: 104 + - uid: 2257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 104 + - uid: 2291 + components: + - type: Transform + pos: 5.5,14.5 + parent: 104 + - uid: 2397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-11.5 + parent: 104 + - uid: 2398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-3.5 + parent: 104 + - uid: 2399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 104 + - uid: 2400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-11.5 + parent: 104 + - uid: 2401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-15.5 + parent: 104 + - uid: 2402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-15.5 + parent: 104 + - uid: 2403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-19.5 + parent: 104 + - uid: 2404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-19.5 + parent: 104 + - uid: 3375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-11.5 + parent: 104 + - uid: 3377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-11.5 + parent: 104 +- proto: APCHyperCapacity + entities: + - uid: 1431 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 104 + - uid: 1445 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 104 + - uid: 1477 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 104 + - uid: 1574 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 104 +- proto: AsteroidRock + entities: + - uid: 19 + components: + - type: Transform + pos: 16.5,1.5 + parent: 104 + - uid: 20 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 104 + - uid: 216 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 104 + - uid: 238 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 104 + - uid: 243 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 104 + - uid: 244 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 104 + - uid: 246 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 104 + - uid: 247 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 104 + - uid: 248 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 104 + - uid: 249 + components: + - type: Transform + pos: -8.5,9.5 + parent: 104 + - uid: 250 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 104 + - uid: 251 + components: + - type: Transform + pos: 15.5,1.5 + parent: 104 + - uid: 255 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 104 + - uid: 257 + components: + - type: Transform + pos: 15.5,0.5 + parent: 104 + - uid: 259 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 104 + - uid: 263 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 104 + - uid: 277 + components: + - type: Transform + pos: -10.5,22.5 + parent: 104 + - uid: 292 + components: + - type: Transform + pos: -9.5,21.5 + parent: 104 + - uid: 294 + components: + - type: Transform + pos: -10.5,21.5 + parent: 104 + - uid: 295 + components: + - type: Transform + pos: -11.5,22.5 + parent: 104 + - uid: 296 + components: + - type: Transform + pos: -20.5,9.5 + parent: 104 + - uid: 358 + components: + - type: Transform + pos: -22.5,21.5 + parent: 104 + - uid: 359 + components: + - type: Transform + pos: -22.5,15.5 + parent: 104 + - uid: 360 + components: + - type: Transform + pos: -22.5,16.5 + parent: 104 + - uid: 361 + components: + - type: Transform + pos: -21.5,17.5 + parent: 104 + - uid: 362 + components: + - type: Transform + pos: -21.5,16.5 + parent: 104 + - uid: 363 + components: + - type: Transform + pos: -21.5,15.5 + parent: 104 + - uid: 364 + components: + - type: Transform + pos: -21.5,14.5 + parent: 104 + - uid: 365 + components: + - type: Transform + pos: -22.5,14.5 + parent: 104 + - uid: 366 + components: + - type: Transform + pos: -21.5,13.5 + parent: 104 + - uid: 367 + components: + - type: Transform + pos: -21.5,20.5 + parent: 104 + - uid: 368 + components: + - type: Transform + pos: -21.5,21.5 + parent: 104 + - uid: 369 + components: + - type: Transform + pos: -20.5,21.5 + parent: 104 + - uid: 370 + components: + - type: Transform + pos: -19.5,21.5 + parent: 104 + - uid: 371 + components: + - type: Transform + pos: -20.5,22.5 + parent: 104 + - uid: 372 + components: + - type: Transform + pos: -18.5,21.5 + parent: 104 + - uid: 373 + components: + - type: Transform + pos: -20.5,8.5 + parent: 104 + - uid: 374 + components: + - type: Transform + pos: -22.5,22.5 + parent: 104 + - uid: 375 + components: + - type: Transform + pos: -21.5,22.5 + parent: 104 + - uid: 376 + components: + - type: Transform + pos: -23.5,22.5 + parent: 104 + - uid: 377 + components: + - type: Transform + pos: -20.5,15.5 + parent: 104 + - uid: 401 + components: + - type: Transform + pos: -20.5,20.5 + parent: 104 + - uid: 402 + components: + - type: Transform + pos: -20.5,19.5 + parent: 104 + - uid: 403 + components: + - type: Transform + pos: -20.5,18.5 + parent: 104 + - uid: 404 + components: + - type: Transform + pos: -20.5,17.5 + parent: 104 + - uid: 405 + components: + - type: Transform + pos: -20.5,16.5 + parent: 104 + - uid: 406 + components: + - type: Transform + pos: -20.5,14.5 + parent: 104 + - uid: 407 + components: + - type: Transform + pos: -24.5,23.5 + parent: 104 + - uid: 408 + components: + - type: Transform + pos: -24.5,22.5 + parent: 104 + - uid: 409 + components: + - type: Transform + pos: -20.5,10.5 + parent: 104 + - uid: 410 + components: + - type: Transform + pos: -9.5,22.5 + parent: 104 + - uid: 415 + components: + - type: Transform + pos: -18.5,23.5 + parent: 104 + - uid: 417 + components: + - type: Transform + pos: -16.5,6.5 + parent: 104 + - uid: 419 + components: + - type: Transform + pos: -7.5,21.5 + parent: 104 + - uid: 420 + components: + - type: Transform + pos: -8.5,21.5 + parent: 104 + - uid: 421 + components: + - type: Transform + pos: -10.5,23.5 + parent: 104 + - uid: 422 + components: + - type: Transform + pos: -11.5,23.5 + parent: 104 + - uid: 423 + components: + - type: Transform + pos: -19.5,22.5 + parent: 104 + - uid: 425 + components: + - type: Transform + pos: -18.5,22.5 + parent: 104 + - uid: 426 + components: + - type: Transform + pos: -7.5,12.5 + parent: 104 + - uid: 455 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 104 + - uid: 469 + components: + - type: Transform + pos: -8.5,10.5 + parent: 104 + - uid: 471 + components: + - type: Transform + pos: -9.5,10.5 + parent: 104 + - uid: 473 + components: + - type: Transform + pos: -8.5,11.5 + parent: 104 + - uid: 475 + components: + - type: Transform + pos: -9.5,11.5 + parent: 104 + - uid: 477 + components: + - type: Transform + pos: 16.5,0.5 + parent: 104 + - uid: 478 + components: + - type: Transform + pos: -6.5,12.5 + parent: 104 + - uid: 479 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 104 + - uid: 480 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 104 + - uid: 483 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 104 + - uid: 485 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 104 + - uid: 488 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 104 + - uid: 489 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 104 + - uid: 492 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 104 + - uid: 502 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 104 + - uid: 504 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 104 + - uid: 505 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 104 + - uid: 506 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 104 + - uid: 509 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 104 + - uid: 511 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 104 + - uid: 512 + components: + - type: Transform + pos: -9.5,12.5 + parent: 104 + - uid: 513 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 104 + - uid: 521 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 104 + - uid: 522 + components: + - type: Transform + pos: -1.5,19.5 + parent: 104 + - uid: 524 + components: + - type: Transform + pos: -0.5,19.5 + parent: 104 + - uid: 525 + components: + - type: Transform + pos: 9.5,20.5 + parent: 104 + - uid: 529 + components: + - type: Transform + pos: 10.5,19.5 + parent: 104 + - uid: 531 + components: + - type: Transform + pos: 11.5,19.5 + parent: 104 + - uid: 532 + components: + - type: Transform + pos: 12.5,19.5 + parent: 104 + - uid: 533 + components: + - type: Transform + pos: 16.5,19.5 + parent: 104 + - uid: 534 + components: + - type: Transform + pos: 17.5,19.5 + parent: 104 + - uid: 535 + components: + - type: Transform + pos: 18.5,19.5 + parent: 104 + - uid: 536 + components: + - type: Transform + pos: 18.5,11.5 + parent: 104 + - uid: 537 + components: + - type: Transform + pos: 18.5,12.5 + parent: 104 + - uid: 538 + components: + - type: Transform + pos: 18.5,15.5 + parent: 104 + - uid: 539 + components: + - type: Transform + pos: 18.5,18.5 + parent: 104 + - uid: 543 + components: + - type: Transform + pos: 26.5,9.5 + parent: 104 + - uid: 546 + components: + - type: Transform + pos: 28.5,3.5 + parent: 104 + - uid: 547 + components: + - type: Transform + pos: 29.5,3.5 + parent: 104 + - uid: 548 + components: + - type: Transform + pos: 30.5,3.5 + parent: 104 + - uid: 549 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 104 + - uid: 550 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 104 + - uid: 551 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 104 + - uid: 552 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 104 + - uid: 553 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 104 + - uid: 554 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 104 + - uid: 555 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 104 + - uid: 556 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 104 + - uid: 557 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 104 + - uid: 558 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 104 + - uid: 559 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 104 + - uid: 560 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 104 + - uid: 561 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 104 + - uid: 562 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 104 + - uid: 563 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 104 + - uid: 564 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 104 + - uid: 565 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 104 + - uid: 566 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 104 + - uid: 567 + components: + - type: Transform + pos: 31.5,0.5 + parent: 104 + - uid: 568 + components: + - type: Transform + pos: 31.5,1.5 + parent: 104 + - uid: 569 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 104 + - uid: 570 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 104 + - uid: 571 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 104 + - uid: 572 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 104 + - uid: 573 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 104 + - uid: 574 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 104 + - uid: 575 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 104 + - uid: 576 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 104 + - uid: 577 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 104 + - uid: 578 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 104 + - uid: 579 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 104 + - uid: 580 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 104 + - uid: 581 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 104 + - uid: 582 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 104 + - uid: 586 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 104 + - uid: 587 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 104 + - uid: 588 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 104 + - uid: 589 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 104 + - uid: 590 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 104 + - uid: 595 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 104 + - uid: 596 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 104 + - uid: 597 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 104 + - uid: 598 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 104 + - uid: 599 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 104 + - uid: 600 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 104 + - uid: 601 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 104 + - uid: 602 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 104 + - uid: 603 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 104 + - uid: 604 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 104 + - uid: 605 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 104 + - uid: 606 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 104 + - uid: 607 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 104 + - uid: 608 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 104 + - uid: 609 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 104 + - uid: 610 + components: + - type: Transform + pos: -14.5,16.5 + parent: 104 + - uid: 614 + components: + - type: Transform + pos: -16.5,15.5 + parent: 104 + - uid: 615 + components: + - type: Transform + pos: -10.5,9.5 + parent: 104 + - uid: 618 + components: + - type: Transform + pos: -8.5,12.5 + parent: 104 + - uid: 621 + components: + - type: Transform + pos: -9.5,9.5 + parent: 104 + - uid: 622 + components: + - type: Transform + pos: -10.5,10.5 + parent: 104 + - uid: 632 + components: + - type: Transform + pos: -10.5,12.5 + parent: 104 + - uid: 637 + components: + - type: Transform + pos: -10.5,11.5 + parent: 104 + - uid: 640 + components: + - type: Transform + pos: -16.5,5.5 + parent: 104 + - uid: 648 + components: + - type: Transform + pos: -11.5,13.5 + parent: 104 + - uid: 670 + components: + - type: Transform + pos: -18.5,10.5 + parent: 104 + - uid: 672 + components: + - type: Transform + pos: -16.5,16.5 + parent: 104 + - uid: 673 + components: + - type: Transform + pos: -11.5,12.5 + parent: 104 + - uid: 674 + components: + - type: Transform + pos: -19.5,15.5 + parent: 104 + - uid: 676 + components: + - type: Transform + pos: -19.5,16.5 + parent: 104 + - uid: 677 + components: + - type: Transform + pos: -18.5,11.5 + parent: 104 + - uid: 678 + components: + - type: Transform + pos: -14.5,11.5 + parent: 104 + - uid: 679 + components: + - type: Transform + pos: -14.5,17.5 + parent: 104 + - uid: 680 + components: + - type: Transform + pos: -14.5,18.5 + parent: 104 + - uid: 681 + components: + - type: Transform + pos: -15.5,14.5 + parent: 104 + - uid: 682 + components: + - type: Transform + pos: -24.5,25.5 + parent: 104 + - uid: 684 + components: + - type: Transform + pos: -17.5,13.5 + parent: 104 + - uid: 685 + components: + - type: Transform + pos: -15.5,16.5 + parent: 104 + - uid: 686 + components: + - type: Transform + pos: -12.5,12.5 + parent: 104 + - uid: 687 + components: + - type: Transform + pos: -12.5,11.5 + parent: 104 + - uid: 688 + components: + - type: Transform + pos: -11.5,14.5 + parent: 104 + - uid: 689 + components: + - type: Transform + pos: -15.5,15.5 + parent: 104 + - uid: 690 + components: + - type: Transform + pos: -14.5,14.5 + parent: 104 + - uid: 691 + components: + - type: Transform + pos: -19.5,14.5 + parent: 104 + - uid: 692 + components: + - type: Transform + pos: -13.5,16.5 + parent: 104 + - uid: 693 + components: + - type: Transform + pos: -17.5,15.5 + parent: 104 + - uid: 694 + components: + - type: Transform + pos: -11.5,9.5 + parent: 104 + - uid: 695 + components: + - type: Transform + pos: -20.5,23.5 + parent: 104 + - uid: 699 + components: + - type: Transform + pos: -18.5,8.5 + parent: 104 + - uid: 700 + components: + - type: Transform + pos: -18.5,9.5 + parent: 104 + - uid: 701 + components: + - type: Transform + pos: -13.5,12.5 + parent: 104 + - uid: 702 + components: + - type: Transform + pos: -13.5,17.5 + parent: 104 + - uid: 703 + components: + - type: Transform + pos: -13.5,18.5 + parent: 104 + - uid: 704 + components: + - type: Transform + pos: -15.5,18.5 + parent: 104 + - uid: 705 + components: + - type: Transform + pos: -17.5,14.5 + parent: 104 + - uid: 706 + components: + - type: Transform + pos: -11.5,11.5 + parent: 104 + - uid: 708 + components: + - type: Transform + pos: -17.5,11.5 + parent: 104 + - uid: 709 + components: + - type: Transform + pos: -17.5,16.5 + parent: 104 + - uid: 711 + components: + - type: Transform + pos: -17.5,10.5 + parent: 104 + - uid: 712 + components: + - type: Transform + pos: -15.5,17.5 + parent: 104 + - uid: 714 + components: + - type: Transform + pos: -11.5,17.5 + parent: 104 + - uid: 716 + components: + - type: Transform + pos: -13.5,13.5 + parent: 104 + - uid: 717 + components: + - type: Transform + pos: -13.5,14.5 + parent: 104 + - uid: 718 + components: + - type: Transform + pos: -18.5,14.5 + parent: 104 + - uid: 719 + components: + - type: Transform + pos: -18.5,15.5 + parent: 104 + - uid: 720 + components: + - type: Transform + pos: -18.5,16.5 + parent: 104 + - uid: 721 + components: + - type: Transform + pos: -17.5,8.5 + parent: 104 + - uid: 722 + components: + - type: Transform + pos: -16.5,13.5 + parent: 104 + - uid: 723 + components: + - type: Transform + pos: -16.5,14.5 + parent: 104 + - uid: 724 + components: + - type: Transform + pos: -12.5,17.5 + parent: 104 + - uid: 725 + components: + - type: Transform + pos: -12.5,18.5 + parent: 104 + - uid: 726 + components: + - type: Transform + pos: -14.5,12.5 + parent: 104 + - uid: 728 + components: + - type: Transform + pos: -14.5,13.5 + parent: 104 + - uid: 729 + components: + - type: Transform + pos: -18.5,17.5 + parent: 104 + - uid: 733 + components: + - type: Transform + pos: -18.5,18.5 + parent: 104 + - uid: 734 + components: + - type: Transform + pos: -18.5,19.5 + parent: 104 + - uid: 735 + components: + - type: Transform + pos: -12.5,13.5 + parent: 104 + - uid: 740 + components: + - type: Transform + pos: -12.5,15.5 + parent: 104 + - uid: 741 + components: + - type: Transform + pos: -19.5,17.5 + parent: 104 + - uid: 745 + components: + - type: Transform + pos: -19.5,18.5 + parent: 104 + - uid: 746 + components: + - type: Transform + pos: -19.5,19.5 + parent: 104 + - uid: 747 + components: + - type: Transform + pos: -16.5,17.5 + parent: 104 + - uid: 752 + components: + - type: Transform + pos: -16.5,18.5 + parent: 104 + - uid: 753 + components: + - type: Transform + pos: -15.5,11.5 + parent: 104 + - uid: 755 + components: + - type: Transform + pos: -15.5,12.5 + parent: 104 + - uid: 756 + components: + - type: Transform + pos: -12.5,14.5 + parent: 104 + - uid: 757 + components: + - type: Transform + pos: -16.5,12.5 + parent: 104 + - uid: 758 + components: + - type: Transform + pos: -13.5,15.5 + parent: 104 + - uid: 759 + components: + - type: Transform + pos: -19.5,9.5 + parent: 104 + - uid: 762 + components: + - type: Transform + pos: -17.5,9.5 + parent: 104 + - uid: 763 + components: + - type: Transform + pos: -17.5,17.5 + parent: 104 + - uid: 764 + components: + - type: Transform + pos: -17.5,18.5 + parent: 104 + - uid: 765 + components: + - type: Transform + pos: -16.5,11.5 + parent: 104 + - uid: 768 + components: + - type: Transform + pos: -19.5,8.5 + parent: 104 + - uid: 771 + components: + - type: Transform + pos: -6.5,13.5 + parent: 104 + - uid: 774 + components: + - type: Transform + pos: -10.5,18.5 + parent: 104 + - uid: 775 + components: + - type: Transform + pos: -10.5,17.5 + parent: 104 + - uid: 776 + components: + - type: Transform + pos: -10.5,16.5 + parent: 104 + - uid: 777 + components: + - type: Transform + pos: -10.5,15.5 + parent: 104 + - uid: 778 + components: + - type: Transform + pos: -10.5,14.5 + parent: 104 + - uid: 779 + components: + - type: Transform + pos: -10.5,13.5 + parent: 104 + - uid: 780 + components: + - type: Transform + pos: -9.5,19.5 + parent: 104 + - uid: 781 + components: + - type: Transform + pos: -9.5,18.5 + parent: 104 + - uid: 782 + components: + - type: Transform + pos: -9.5,17.5 + parent: 104 + - uid: 783 + components: + - type: Transform + pos: -9.5,16.5 + parent: 104 + - uid: 784 + components: + - type: Transform + pos: -9.5,15.5 + parent: 104 + - uid: 785 + components: + - type: Transform + pos: -9.5,14.5 + parent: 104 + - uid: 786 + components: + - type: Transform + pos: -9.5,13.5 + parent: 104 + - uid: 787 + components: + - type: Transform + pos: -8.5,19.5 + parent: 104 + - uid: 788 + components: + - type: Transform + pos: -8.5,18.5 + parent: 104 + - uid: 789 + components: + - type: Transform + pos: -8.5,17.5 + parent: 104 + - uid: 790 + components: + - type: Transform + pos: -8.5,15.5 + parent: 104 + - uid: 791 + components: + - type: Transform + pos: -8.5,14.5 + parent: 104 + - uid: 792 + components: + - type: Transform + pos: -8.5,13.5 + parent: 104 + - uid: 793 + components: + - type: Transform + pos: -7.5,19.5 + parent: 104 + - uid: 794 + components: + - type: Transform + pos: -7.5,18.5 + parent: 104 + - uid: 795 + components: + - type: Transform + pos: -7.5,15.5 + parent: 104 + - uid: 796 + components: + - type: Transform + pos: -7.5,14.5 + parent: 104 + - uid: 797 + components: + - type: Transform + pos: -7.5,13.5 + parent: 104 + - uid: 798 + components: + - type: Transform + pos: -15.5,13.5 + parent: 104 + - uid: 801 + components: + - type: Transform + pos: -12.5,16.5 + parent: 104 + - uid: 802 + components: + - type: Transform + pos: -14.5,15.5 + parent: 104 + - uid: 803 + components: + - type: Transform + pos: -19.5,23.5 + parent: 104 + - uid: 804 + components: + - type: Transform + pos: -24.5,24.5 + parent: 104 + - uid: 805 + components: + - type: Transform + pos: -19.5,10.5 + parent: 104 + - uid: 806 + components: + - type: Transform + pos: -17.5,12.5 + parent: 104 + - uid: 807 + components: + - type: Transform + pos: -11.5,16.5 + parent: 104 + - uid: 808 + components: + - type: Transform + pos: -11.5,15.5 + parent: 104 + - uid: 809 + components: + - type: Transform + pos: -13.5,11.5 + parent: 104 + - uid: 810 + components: + - type: Transform + pos: -19.5,20.5 + parent: 104 + - uid: 1020 + components: + - type: Transform + pos: -18.5,20.5 + parent: 104 + - uid: 1021 + components: + - type: Transform + pos: -10.5,20.5 + parent: 104 + - uid: 1027 + components: + - type: Transform + pos: -9.5,20.5 + parent: 104 + - uid: 1028 + components: + - type: Transform + pos: -8.5,20.5 + parent: 104 + - uid: 1029 + components: + - type: Transform + pos: -7.5,20.5 + parent: 104 + - uid: 1030 + components: + - type: Transform + pos: -2.5,20.5 + parent: 104 + - uid: 1031 + components: + - type: Transform + pos: -1.5,20.5 + parent: 104 + - uid: 1032 + components: + - type: Transform + pos: -0.5,20.5 + parent: 104 + - uid: 1033 + components: + - type: Transform + pos: 9.5,22.5 + parent: 104 + - uid: 1036 + components: + - type: Transform + pos: 10.5,20.5 + parent: 104 + - uid: 1041 + components: + - type: Transform + pos: 11.5,20.5 + parent: 104 + - uid: 1042 + components: + - type: Transform + pos: 12.5,20.5 + parent: 104 + - uid: 1043 + components: + - type: Transform + pos: 13.5,20.5 + parent: 104 + - uid: 1044 + components: + - type: Transform + pos: 16.5,20.5 + parent: 104 + - uid: 1045 + components: + - type: Transform + pos: 17.5,20.5 + parent: 104 + - uid: 1046 + components: + - type: Transform + pos: 18.5,20.5 + parent: 104 + - uid: 1047 + components: + - type: Transform + pos: 19.5,20.5 + parent: 104 + - uid: 1048 + components: + - type: Transform + pos: 19.5,19.5 + parent: 104 + - uid: 1049 + components: + - type: Transform + pos: 19.5,18.5 + parent: 104 + - uid: 1050 + components: + - type: Transform + pos: 19.5,16.5 + parent: 104 + - uid: 1051 + components: + - type: Transform + pos: 19.5,15.5 + parent: 104 + - uid: 1052 + components: + - type: Transform + pos: 19.5,14.5 + parent: 104 + - uid: 1053 + components: + - type: Transform + pos: 19.5,12.5 + parent: 104 + - uid: 1054 + components: + - type: Transform + pos: 19.5,11.5 + parent: 104 + - uid: 1055 + components: + - type: Transform + pos: 19.5,10.5 + parent: 104 + - uid: 1056 + components: + - type: Transform + pos: -11.5,20.5 + parent: 104 + - uid: 1057 + components: + - type: Transform + pos: 15.5,3.5 + parent: 104 + - uid: 1058 + components: + - type: Transform + pos: 22.5,4.5 + parent: 104 + - uid: 1059 + components: + - type: Transform + pos: 23.5,4.5 + parent: 104 + - uid: 1060 + components: + - type: Transform + pos: 24.5,4.5 + parent: 104 + - uid: 1064 + components: + - type: Transform + pos: 28.5,4.5 + parent: 104 + - uid: 1065 + components: + - type: Transform + pos: 29.5,4.5 + parent: 104 + - uid: 1066 + components: + - type: Transform + pos: 30.5,4.5 + parent: 104 + - uid: 1067 + components: + - type: Transform + pos: 32.5,0.5 + parent: 104 + - uid: 1068 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 104 + - uid: 1069 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 104 + - uid: 1070 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 104 + - uid: 1071 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 104 + - uid: 1072 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 104 + - uid: 1073 + components: + - type: Transform + pos: 32.5,-15.5 + parent: 104 + - uid: 1074 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 104 + - uid: 1075 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 104 + - uid: 1076 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 104 + - uid: 1077 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 104 + - uid: 1078 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 104 + - uid: 1079 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 104 + - uid: 1083 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 104 + - uid: 1084 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 104 + - uid: 1085 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 104 + - uid: 1092 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 104 + - uid: 1093 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 104 + - uid: 1094 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 104 + - uid: 1095 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 104 + - uid: 1096 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 104 + - uid: 1097 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 104 + - uid: 1098 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 104 + - uid: 1099 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 104 + - uid: 1100 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 104 + - uid: 1101 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 104 + - uid: 1105 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 104 + - uid: 1106 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 104 + - uid: 1107 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 104 + - uid: 1108 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 104 + - uid: 1109 + components: + - type: Transform + pos: -23.5,23.5 + parent: 104 + - uid: 1155 + components: + - type: Transform + pos: -23.5,24.5 + parent: 104 + - uid: 1156 + components: + - type: Transform + pos: -23.5,25.5 + parent: 104 + - uid: 1157 + components: + - type: Transform + pos: -22.5,32.5 + parent: 104 + - uid: 1158 + components: + - type: Transform + pos: -23.5,30.5 + parent: 104 + - uid: 1160 + components: + - type: Transform + pos: -23.5,31.5 + parent: 104 + - uid: 1161 + components: + - type: Transform + pos: -22.5,23.5 + parent: 104 + - uid: 1162 + components: + - type: Transform + pos: -22.5,24.5 + parent: 104 + - uid: 1163 + components: + - type: Transform + pos: -22.5,25.5 + parent: 104 + - uid: 1164 + components: + - type: Transform + pos: -21.5,26.5 + parent: 104 + - uid: 1165 + components: + - type: Transform + pos: -22.5,30.5 + parent: 104 + - uid: 1166 + components: + - type: Transform + pos: -21.5,30.5 + parent: 104 + - uid: 1167 + components: + - type: Transform + pos: -24.5,31.5 + parent: 104 + - uid: 1168 + components: + - type: Transform + pos: -23.5,20.5 + parent: 104 + - uid: 1169 + components: + - type: Transform + pos: -24.5,21.5 + parent: 104 + - uid: 1170 + components: + - type: Transform + pos: -22.5,31.5 + parent: 104 + - uid: 1171 + components: + - type: Transform + pos: -25.5,30.5 + parent: 104 + - uid: 1172 + components: + - type: Transform + pos: -25.5,31.5 + parent: 104 + - uid: 1173 + components: + - type: Transform + pos: -25.5,32.5 + parent: 104 + - uid: 1174 + components: + - type: Transform + pos: -23.5,21.5 + parent: 104 + - uid: 1175 + components: + - type: Transform + pos: -23.5,29.5 + parent: 104 + - uid: 1176 + components: + - type: Transform + pos: -22.5,20.5 + parent: 104 + - uid: 1177 + components: + - type: Transform + pos: -23.5,15.5 + parent: 104 + - uid: 1178 + components: + - type: Transform + pos: -23.5,13.5 + parent: 104 + - uid: 1179 + components: + - type: Transform + pos: -22.5,13.5 + parent: 104 + - uid: 1180 + components: + - type: Transform + pos: -11.5,10.5 + parent: 104 + - uid: 1224 + components: + - type: Transform + pos: -23.5,14.5 + parent: 104 + - uid: 1250 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 104 + - uid: 1390 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 104 + - uid: 1391 + components: + - type: Transform + pos: -23.5,28.5 + parent: 104 + - uid: 1392 + components: + - type: Transform + pos: -24.5,30.5 + parent: 104 + - uid: 1393 + components: + - type: Transform + pos: -23.5,32.5 + parent: 104 + - uid: 1394 + components: + - type: Transform + pos: -22.5,26.5 + parent: 104 + - uid: 1395 + components: + - type: Transform + pos: -23.5,26.5 + parent: 104 + - uid: 1396 + components: + - type: Transform + pos: -24.5,32.5 + parent: 104 + - uid: 1397 + components: + - type: Transform + pos: -23.5,27.5 + parent: 104 + - uid: 1398 + components: + - type: Transform + pos: -22.5,28.5 + parent: 104 + - uid: 1399 + components: + - type: Transform + pos: -21.5,29.5 + parent: 104 + - uid: 1400 + components: + - type: Transform + pos: -22.5,29.5 + parent: 104 + - uid: 1401 + components: + - type: Transform + pos: -22.5,27.5 + parent: 104 + - uid: 1402 + components: + - type: Transform + pos: -21.5,27.5 + parent: 104 + - uid: 1403 + components: + - type: Transform + pos: -21.5,28.5 + parent: 104 + - uid: 1404 + components: + - type: Transform + pos: -21.5,25.5 + parent: 104 + - uid: 1405 + components: + - type: Transform + pos: -21.5,24.5 + parent: 104 + - uid: 1406 + components: + - type: Transform + pos: -21.5,23.5 + parent: 104 + - uid: 1407 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 104 + - uid: 1408 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 104 + - uid: 1415 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 104 + - uid: 1416 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 104 + - uid: 1417 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 104 + - uid: 1418 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 104 + - uid: 1419 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 104 + - uid: 1420 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 104 + - uid: 1421 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 104 + - uid: 1422 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 104 + - uid: 1423 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 104 + - uid: 1424 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 104 + - uid: 1425 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 104 + - uid: 1427 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 104 + - uid: 1433 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 104 + - uid: 1434 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 104 + - uid: 1435 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 104 + - uid: 1436 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 104 + - uid: 1437 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 104 + - uid: 1440 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 104 + - uid: 1441 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 104 + - uid: 1442 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 104 + - uid: 1443 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 104 + - uid: 1444 + components: + - type: Transform + pos: 33.5,-13.5 + parent: 104 + - uid: 1446 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 104 + - uid: 1447 + components: + - type: Transform + pos: 30.5,5.5 + parent: 104 + - uid: 1448 + components: + - type: Transform + pos: 29.5,5.5 + parent: 104 + - uid: 1472 + components: + - type: Transform + pos: 28.5,5.5 + parent: 104 + - uid: 1542 + components: + - type: Transform + pos: 24.5,5.5 + parent: 104 + - uid: 1550 + components: + - type: Transform + pos: 23.5,5.5 + parent: 104 + - uid: 1552 + components: + - type: Transform + pos: 22.5,5.5 + parent: 104 + - uid: 1553 + components: + - type: Transform + pos: 21.5,5.5 + parent: 104 + - uid: 1557 + components: + - type: Transform + pos: 19.5,19.5 + parent: 104 + - uid: 1559 + components: + - type: Transform + pos: 19.5,20.5 + parent: 104 + - uid: 1560 + components: + - type: Transform + pos: 19.5,21.5 + parent: 104 + - uid: 1562 + components: + - type: Transform + pos: -11.5,19.5 + parent: 104 + - uid: 1564 + components: + - type: Transform + pos: -11.5,18.5 + parent: 104 + - uid: 1566 + components: + - type: Transform + pos: 20.5,9.5 + parent: 104 + - uid: 1567 + components: + - type: Transform + pos: 20.5,10.5 + parent: 104 + - uid: 1568 + components: + - type: Transform + pos: 20.5,11.5 + parent: 104 + - uid: 1569 + components: + - type: Transform + pos: 20.5,12.5 + parent: 104 + - uid: 1594 + components: + - type: Transform + pos: 20.5,13.5 + parent: 104 + - uid: 1598 + components: + - type: Transform + pos: 20.5,14.5 + parent: 104 + - uid: 1599 + components: + - type: Transform + pos: 20.5,15.5 + parent: 104 + - uid: 1600 + components: + - type: Transform + pos: 20.5,16.5 + parent: 104 + - uid: 1601 + components: + - type: Transform + pos: 20.5,17.5 + parent: 104 + - uid: 1602 + components: + - type: Transform + pos: 20.5,18.5 + parent: 104 + - uid: 1603 + components: + - type: Transform + pos: 20.5,19.5 + parent: 104 + - uid: 1604 + components: + - type: Transform + pos: 20.5,20.5 + parent: 104 + - uid: 1605 + components: + - type: Transform + pos: 20.5,21.5 + parent: 104 + - uid: 1606 + components: + - type: Transform + pos: -10.5,19.5 + parent: 104 + - uid: 1607 + components: + - type: Transform + pos: 19.5,11.5 + parent: 104 + - uid: 1608 + components: + - type: Transform + pos: 19.5,12.5 + parent: 104 + - uid: 1609 + components: + - type: Transform + pos: 19.5,15.5 + parent: 104 + - uid: 1610 + components: + - type: Transform + pos: 18.5,21.5 + parent: 104 + - uid: 1611 + components: + - type: Transform + pos: 17.5,21.5 + parent: 104 + - uid: 1612 + components: + - type: Transform + pos: 16.5,21.5 + parent: 104 + - uid: 1613 + components: + - type: Transform + pos: 15.5,21.5 + parent: 104 + - uid: 1614 + components: + - type: Transform + pos: 14.5,21.5 + parent: 104 + - uid: 1615 + components: + - type: Transform + pos: 13.5,21.5 + parent: 104 + - uid: 1616 + components: + - type: Transform + pos: 12.5,21.5 + parent: 104 + - uid: 1623 + components: + - type: Transform + pos: 11.5,21.5 + parent: 104 + - uid: 1625 + components: + - type: Transform + pos: 10.5,21.5 + parent: 104 + - uid: 1632 + components: + - type: Transform + pos: 9.5,21.5 + parent: 104 + - uid: 1636 + components: + - type: Transform + pos: -0.5,21.5 + parent: 104 + - uid: 1637 + components: + - type: Transform + pos: -1.5,21.5 + parent: 104 + - uid: 1638 + components: + - type: Transform + pos: -2.5,21.5 + parent: 104 + - uid: 1639 + components: + - type: Transform + pos: -0.5,22.5 + parent: 104 + - uid: 1640 + components: + - type: Transform + pos: -1.5,22.5 + parent: 104 + - uid: 1641 + components: + - type: Transform + pos: -2.5,22.5 + parent: 104 + - uid: 1642 + components: + - type: Transform + pos: -3.5,22.5 + parent: 104 + - uid: 1643 + components: + - type: Transform + pos: -7.5,22.5 + parent: 104 + - uid: 1644 + components: + - type: Transform + pos: -8.5,22.5 + parent: 104 + - uid: 1645 + components: + - type: Transform + pos: -8.5,23.5 + parent: 104 + - uid: 1646 + components: + - type: Transform + pos: -9.5,23.5 + parent: 104 + - uid: 1647 + components: + - type: Transform + pos: -10.5,23.5 + parent: 104 + - uid: 1649 + components: + - type: Transform + pos: 28.5,7.5 + parent: 104 + - uid: 1650 + components: + - type: Transform + pos: 28.5,8.5 + parent: 104 + - uid: 1651 + components: + - type: Transform + pos: 22.5,13.5 + parent: 104 + - uid: 1657 + components: + - type: Transform + pos: 23.5,13.5 + parent: 104 + - uid: 1658 + components: + - type: Transform + pos: 17.5,22.5 + parent: 104 + - uid: 1659 + components: + - type: Transform + pos: 24.5,16.5 + parent: 104 + - uid: 1660 + components: + - type: Transform + pos: 24.5,15.5 + parent: 104 + - uid: 1661 + components: + - type: Transform + pos: 24.5,14.5 + parent: 104 + - uid: 1662 + components: + - type: Transform + pos: 23.5,17.5 + parent: 104 + - uid: 1663 + components: + - type: Transform + pos: 28.5,6.5 + parent: 104 + - uid: 1664 + components: + - type: Transform + pos: 23.5,14.5 + parent: 104 + - uid: 1665 + components: + - type: Transform + pos: 22.5,14.5 + parent: 104 + - uid: 1666 + components: + - type: Transform + pos: 23.5,12.5 + parent: 104 + - uid: 1667 + components: + - type: Transform + pos: 21.5,8.5 + parent: 104 + - uid: 1676 + components: + - type: Transform + pos: 24.5,9.5 + parent: 104 + - uid: 1677 + components: + - type: Transform + pos: 24.5,10.5 + parent: 104 + - uid: 1678 + components: + - type: Transform + pos: 24.5,17.5 + parent: 104 + - uid: 1679 + components: + - type: Transform + pos: 23.5,16.5 + parent: 104 + - uid: 1682 + components: + - type: Transform + pos: 23.5,15.5 + parent: 104 + - uid: 1683 + components: + - type: Transform + pos: 24.5,11.5 + parent: 104 + - uid: 1685 + components: + - type: Transform + pos: 23.5,11.5 + parent: 104 + - uid: 1686 + components: + - type: Transform + pos: 21.5,9.5 + parent: 104 + - uid: 1687 + components: + - type: Transform + pos: 27.5,7.5 + parent: 104 + - uid: 1688 + components: + - type: Transform + pos: 27.5,8.5 + parent: 104 + - uid: 1691 + components: + - type: Transform + pos: 26.5,8.5 + parent: 104 + - uid: 1692 + components: + - type: Transform + pos: 22.5,15.5 + parent: 104 + - uid: 1693 + components: + - type: Transform + pos: 24.5,12.5 + parent: 104 + - uid: 1695 + components: + - type: Transform + pos: 23.5,10.5 + parent: 104 + - uid: 1696 + components: + - type: Transform + pos: 22.5,10.5 + parent: 104 + - uid: 1698 + components: + - type: Transform + pos: 12.5,22.5 + parent: 104 + - uid: 1700 + components: + - type: Transform + pos: 25.5,9.5 + parent: 104 + - uid: 1701 + components: + - type: Transform + pos: 25.5,10.5 + parent: 104 + - uid: 1702 + components: + - type: Transform + pos: 13.5,22.5 + parent: 104 + - uid: 1709 + components: + - type: Transform + pos: 24.5,13.5 + parent: 104 + - uid: 1710 + components: + - type: Transform + pos: 22.5,8.5 + parent: 104 + - uid: 1712 + components: + - type: Transform + pos: 22.5,9.5 + parent: 104 + - uid: 1713 + components: + - type: Transform + pos: 11.5,22.5 + parent: 104 + - uid: 1714 + components: + - type: Transform + pos: 25.5,11.5 + parent: 104 + - uid: 1715 + components: + - type: Transform + pos: 22.5,16.5 + parent: 104 + - uid: 1716 + components: + - type: Transform + pos: 22.5,17.5 + parent: 104 + - uid: 1717 + components: + - type: Transform + pos: 19.5,22.5 + parent: 104 + - uid: 1719 + components: + - type: Transform + pos: 21.5,13.5 + parent: 104 + - uid: 1720 + components: + - type: Transform + pos: 23.5,9.5 + parent: 104 + - uid: 1721 + components: + - type: Transform + pos: 21.5,11.5 + parent: 104 + - uid: 1722 + components: + - type: Transform + pos: 22.5,11.5 + parent: 104 + - uid: 1723 + components: + - type: Transform + pos: 10.5,22.5 + parent: 104 + - uid: 1724 + components: + - type: Transform + pos: 22.5,18.5 + parent: 104 + - uid: 1725 + components: + - type: Transform + pos: 16.5,22.5 + parent: 104 + - uid: 1726 + components: + - type: Transform + pos: 15.5,22.5 + parent: 104 + - uid: 1727 + components: + - type: Transform + pos: 14.5,22.5 + parent: 104 + - uid: 1729 + components: + - type: Transform + pos: 23.5,13.5 + parent: 104 + - uid: 1731 + components: + - type: Transform + pos: -11.5,21.5 + parent: 104 + - uid: 1732 + components: + - type: Transform + pos: 22.5,12.5 + parent: 104 + - uid: 1733 + components: + - type: Transform + pos: 27.5,6.5 + parent: 104 + - uid: 1734 + components: + - type: Transform + pos: 22.5,19.5 + parent: 104 + - uid: 1735 + components: + - type: Transform + pos: 18.5,22.5 + parent: 104 + - uid: 1736 + components: + - type: Transform + pos: 21.5,21.5 + parent: 104 + - uid: 1740 + components: + - type: Transform + pos: -11.5,20.5 + parent: 104 + - uid: 1741 + components: + - type: Transform + pos: 21.5,10.5 + parent: 104 + - uid: 1742 + components: + - type: Transform + pos: 21.5,20.5 + parent: 104 + - uid: 1743 + components: + - type: Transform + pos: 20.5,22.5 + parent: 104 + - uid: 1744 + components: + - type: Transform + pos: 21.5,19.5 + parent: 104 + - uid: 1745 + components: + - type: Transform + pos: 21.5,18.5 + parent: 104 + - uid: 1746 + components: + - type: Transform + pos: 21.5,17.5 + parent: 104 + - uid: 1747 + components: + - type: Transform + pos: 21.5,16.5 + parent: 104 + - uid: 1748 + components: + - type: Transform + pos: 21.5,15.5 + parent: 104 + - uid: 1749 + components: + - type: Transform + pos: 21.5,14.5 + parent: 104 + - uid: 1750 + components: + - type: Transform + pos: 21.5,12.5 + parent: 104 + - uid: 1751 + components: + - type: Transform + pos: 9.5,19.5 + parent: 104 + - uid: 1752 + components: + - type: Transform + pos: -2.5,23.5 + parent: 104 + - uid: 1753 + components: + - type: Transform + pos: -3.5,23.5 + parent: 104 + - uid: 1754 + components: + - type: Transform + pos: -4.5,23.5 + parent: 104 + - uid: 1755 + components: + - type: Transform + pos: -5.5,23.5 + parent: 104 + - uid: 1756 + components: + - type: Transform + pos: -6.5,23.5 + parent: 104 + - uid: 1757 + components: + - type: Transform + pos: -7.5,23.5 + parent: 104 + - uid: 1762 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 104 + - uid: 1767 + components: + - type: Transform + pos: -19.5,7.5 + parent: 104 + - uid: 1768 + components: + - type: Transform + pos: -19.5,6.5 + parent: 104 + - uid: 1769 + components: + - type: Transform + pos: -19.5,5.5 + parent: 104 + - uid: 1770 + components: + - type: Transform + pos: -18.5,7.5 + parent: 104 + - uid: 1771 + components: + - type: Transform + pos: -18.5,6.5 + parent: 104 + - uid: 1772 + components: + - type: Transform + pos: -18.5,5.5 + parent: 104 + - uid: 1773 + components: + - type: Transform + pos: -17.5,7.5 + parent: 104 + - uid: 1774 + components: + - type: Transform + pos: -17.5,6.5 + parent: 104 + - uid: 1775 + components: + - type: Transform + pos: -17.5,5.5 + parent: 104 + - uid: 1776 + components: + - type: Transform + pos: -21.5,19.5 + parent: 104 + - uid: 1777 + components: + - type: Transform + pos: -22.5,19.5 + parent: 104 + - uid: 1778 + components: + - type: Transform + pos: -21.5,18.5 + parent: 104 + - uid: 1779 + components: + - type: Transform + pos: -22.5,18.5 + parent: 104 + - uid: 1780 + components: + - type: Transform + pos: -22.5,17.5 + parent: 104 + - uid: 1781 + components: + - type: Transform + pos: -23.5,17.5 + parent: 104 + - uid: 1782 + components: + - type: Transform + pos: -23.5,16.5 + parent: 104 + - uid: 1792 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 104 + - uid: 1793 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 104 + - uid: 1794 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 104 + - uid: 1795 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 104 + - uid: 1796 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 104 + - uid: 1797 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 104 + - uid: 1798 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 104 + - uid: 1801 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 104 + - uid: 1802 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 104 + - uid: 1803 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 104 + - uid: 1804 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 104 + - uid: 1805 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 104 + - uid: 1806 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 104 + - uid: 1807 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 104 + - uid: 1808 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 104 + - uid: 1809 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 104 + - uid: 1835 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 104 + - uid: 1836 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 104 + - uid: 1837 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 104 + - uid: 1865 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 104 + - uid: 1870 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 104 + - uid: 1875 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 104 + - uid: 1880 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 104 + - uid: 1884 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 104 + - uid: 1888 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 104 + - uid: 1892 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 104 + - uid: 1896 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 104 + - uid: 1900 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 104 + - uid: 1904 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 104 + - uid: 1909 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 104 + - uid: 1910 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 104 + - uid: 1911 + components: + - type: Transform + pos: 28.5,-9.5 + parent: 104 + - uid: 1912 + components: + - type: Transform + pos: 28.5,-8.5 + parent: 104 + - uid: 1913 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 104 + - uid: 1923 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 104 + - uid: 1924 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 104 + - uid: 1925 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 104 + - uid: 1926 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 104 + - uid: 1927 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 104 + - uid: 1928 + components: + - type: Transform + pos: 26.5,-6.5 + parent: 104 + - uid: 1930 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 104 + - uid: 1934 + components: + - type: Transform + pos: 26.5,-4.5 + parent: 104 + - uid: 1935 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 104 + - uid: 1936 + components: + - type: Transform + pos: 26.5,-2.5 + parent: 104 + - uid: 1937 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 104 + - uid: 1938 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 104 + - uid: 1939 + components: + - type: Transform + pos: 26.5,0.5 + parent: 104 + - uid: 1940 + components: + - type: Transform + pos: 26.5,1.5 + parent: 104 + - uid: 1942 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 104 + - uid: 1952 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 104 + - uid: 1953 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 104 + - uid: 1954 + components: + - type: Transform + pos: 27.5,-9.5 + parent: 104 + - uid: 1955 + components: + - type: Transform + pos: 27.5,-8.5 + parent: 104 + - uid: 1956 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 104 + - uid: 1957 + components: + - type: Transform + pos: 27.5,-6.5 + parent: 104 + - uid: 1958 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 104 + - uid: 1959 + components: + - type: Transform + pos: 27.5,-4.5 + parent: 104 + - uid: 1960 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 104 + - uid: 1961 + components: + - type: Transform + pos: 27.5,-2.5 + parent: 104 + - uid: 1962 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 104 + - uid: 1963 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 104 + - uid: 1964 + components: + - type: Transform + pos: 27.5,0.5 + parent: 104 + - uid: 1965 + components: + - type: Transform + pos: 27.5,1.5 + parent: 104 + - uid: 1966 + components: + - type: Transform + pos: 27.5,2.5 + parent: 104 + - uid: 1967 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 104 + - uid: 1973 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 104 + - uid: 1974 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 104 + - uid: 1975 + components: + - type: Transform + pos: 30.5,0.5 + parent: 104 + - uid: 1976 + components: + - type: Transform + pos: 30.5,1.5 + parent: 104 + - uid: 1977 + components: + - type: Transform + pos: 30.5,2.5 + parent: 104 + - uid: 1978 + components: + - type: Transform + pos: 28.5,-7.5 + parent: 104 + - uid: 1979 + components: + - type: Transform + pos: 28.5,-6.5 + parent: 104 + - uid: 1980 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 104 + - uid: 1981 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 104 + - uid: 1982 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 104 + - uid: 1983 + components: + - type: Transform + pos: 28.5,-2.5 + parent: 104 + - uid: 1984 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 104 + - uid: 1985 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 104 + - uid: 1986 + components: + - type: Transform + pos: 28.5,0.5 + parent: 104 + - uid: 1987 + components: + - type: Transform + pos: 28.5,1.5 + parent: 104 + - uid: 1988 + components: + - type: Transform + pos: 28.5,2.5 + parent: 104 + - uid: 1989 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 104 + - uid: 1990 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 104 + - uid: 1991 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 104 + - uid: 1992 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 104 + - uid: 1993 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 104 + - uid: 1994 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 104 + - uid: 1995 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 104 + - uid: 1996 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 104 + - uid: 1997 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 104 + - uid: 1998 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 104 + - uid: 1999 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 104 + - uid: 2000 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 104 + - uid: 2001 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 104 + - uid: 2002 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 104 + - uid: 2003 + components: + - type: Transform + pos: 29.5,-6.5 + parent: 104 + - uid: 2004 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 104 + - uid: 2005 + components: + - type: Transform + pos: 29.5,-4.5 + parent: 104 + - uid: 2006 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 104 + - uid: 2007 + components: + - type: Transform + pos: 29.5,-2.5 + parent: 104 + - uid: 2008 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 104 + - uid: 2009 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 104 + - uid: 2010 + components: + - type: Transform + pos: 29.5,0.5 + parent: 104 + - uid: 2011 + components: + - type: Transform + pos: 29.5,1.5 + parent: 104 + - uid: 2012 + components: + - type: Transform + pos: 29.5,2.5 + parent: 104 + - uid: 2013 + components: + - type: Transform + pos: 30.5,-19.5 + parent: 104 + - uid: 2014 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 104 + - uid: 2015 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 104 + - uid: 2020 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 104 + - uid: 2023 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 104 + - uid: 2024 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 104 + - uid: 2025 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 104 + - uid: 2026 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 104 + - uid: 2029 + components: + - type: Transform + pos: 30.5,-9.5 + parent: 104 + - uid: 2030 + components: + - type: Transform + pos: 30.5,-8.5 + parent: 104 + - uid: 2032 + components: + - type: Transform + pos: 30.5,-7.5 + parent: 104 + - uid: 2033 + components: + - type: Transform + pos: 30.5,-6.5 + parent: 104 + - uid: 2034 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 104 + - uid: 2035 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 104 + - uid: 2036 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 104 + - uid: 2037 + components: + - type: Transform + pos: 30.5,-2.5 + parent: 104 + - uid: 2038 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 104 + - uid: 2039 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 104 + - uid: 2040 + components: + - type: Transform + pos: 15.5,2.5 + parent: 104 + - uid: 2041 + components: + - type: Transform + pos: 16.5,2.5 + parent: 104 + - uid: 2042 + components: + - type: Transform + pos: 19.5,0.5 + parent: 104 + - uid: 2043 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 104 + - uid: 2044 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 104 + - uid: 2047 + components: + - type: Transform + pos: 25.5,0.5 + parent: 104 + - uid: 2049 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 104 + - uid: 2051 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 104 + - uid: 2054 + components: + - type: Transform + pos: 24.5,0.5 + parent: 104 + - uid: 2055 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 104 + - uid: 2056 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 104 + - uid: 2058 + components: + - type: Transform + pos: 23.5,1.5 + parent: 104 + - uid: 2059 + components: + - type: Transform + pos: 23.5,0.5 + parent: 104 + - uid: 2060 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 104 + - uid: 2061 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 104 + - uid: 2063 + components: + - type: Transform + pos: 22.5,1.5 + parent: 104 + - uid: 2064 + components: + - type: Transform + pos: 22.5,0.5 + parent: 104 + - uid: 2065 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 104 + - uid: 2066 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 104 + - uid: 2067 + components: + - type: Transform + pos: 14.5,2.5 + parent: 104 + - uid: 2068 + components: + - type: Transform + pos: 15.5,1.5 + parent: 104 + - uid: 2069 + components: + - type: Transform + pos: 21.5,0.5 + parent: 104 + - uid: 2070 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 104 + - uid: 2071 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 104 + - uid: 2072 + components: + - type: Transform + pos: 14.5,3.5 + parent: 104 + - uid: 2073 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 104 + - uid: 2074 + components: + - type: Transform + pos: 17.5,0.5 + parent: 104 + - uid: 2075 + components: + - type: Transform + pos: 17.5,1.5 + parent: 104 + - uid: 2076 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 104 + - uid: 2077 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 104 + - uid: 2078 + components: + - type: Transform + pos: 18.5,0.5 + parent: 104 + - uid: 2079 + components: + - type: Transform + pos: 18.5,1.5 + parent: 104 + - uid: 2080 + components: + - type: Transform + pos: -12.5,28.5 + parent: 104 + - uid: 2084 + components: + - type: Transform + pos: -12.5,27.5 + parent: 104 + - uid: 2085 + components: + - type: Transform + pos: -12.5,26.5 + parent: 104 + - uid: 2086 + components: + - type: Transform + pos: -12.5,25.5 + parent: 104 + - uid: 2087 + components: + - type: Transform + pos: -16.5,25.5 + parent: 104 + - uid: 2088 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 104 + - uid: 2091 + components: + - type: Transform + pos: -15.5,25.5 + parent: 104 + - uid: 2093 + components: + - type: Transform + pos: -14.5,26.5 + parent: 104 + - uid: 2094 + components: + - type: Transform + pos: -14.5,25.5 + parent: 104 + - uid: 2096 + components: + - type: Transform + pos: -13.5,27.5 + parent: 104 + - uid: 2098 + components: + - type: Transform + pos: -13.5,26.5 + parent: 104 + - uid: 2099 + components: + - type: Transform + pos: -13.5,25.5 + parent: 104 + - uid: 2100 + components: + - type: Transform + pos: -20.5,30.5 + parent: 104 + - uid: 2101 + components: + - type: Transform + pos: -20.5,29.5 + parent: 104 + - uid: 2102 + components: + - type: Transform + pos: -20.5,28.5 + parent: 104 + - uid: 2103 + components: + - type: Transform + pos: -20.5,27.5 + parent: 104 + - uid: 2104 + components: + - type: Transform + pos: -20.5,26.5 + parent: 104 + - uid: 2105 + components: + - type: Transform + pos: -20.5,25.5 + parent: 104 + - uid: 2106 + components: + - type: Transform + pos: -20.5,24.5 + parent: 104 + - uid: 2107 + components: + - type: Transform + pos: -19.5,30.5 + parent: 104 + - uid: 2108 + components: + - type: Transform + pos: -19.5,29.5 + parent: 104 + - uid: 2109 + components: + - type: Transform + pos: -19.5,28.5 + parent: 104 + - uid: 2110 + components: + - type: Transform + pos: -19.5,27.5 + parent: 104 + - uid: 2111 + components: + - type: Transform + pos: -19.5,26.5 + parent: 104 + - uid: 2112 + components: + - type: Transform + pos: -19.5,25.5 + parent: 104 + - uid: 2113 + components: + - type: Transform + pos: -19.5,24.5 + parent: 104 + - uid: 2115 + components: + - type: Transform + pos: -18.5,30.5 + parent: 104 + - uid: 2116 + components: + - type: Transform + pos: -18.5,29.5 + parent: 104 + - uid: 2117 + components: + - type: Transform + pos: -18.5,28.5 + parent: 104 + - uid: 2118 + components: + - type: Transform + pos: -18.5,27.5 + parent: 104 + - uid: 2119 + components: + - type: Transform + pos: -18.5,26.5 + parent: 104 + - uid: 2120 + components: + - type: Transform + pos: -18.5,25.5 + parent: 104 + - uid: 2121 + components: + - type: Transform + pos: -18.5,24.5 + parent: 104 + - uid: 2122 + components: + - type: Transform + pos: -17.5,28.5 + parent: 104 + - uid: 2123 + components: + - type: Transform + pos: -17.5,27.5 + parent: 104 + - uid: 2124 + components: + - type: Transform + pos: -17.5,25.5 + parent: 104 + - uid: 2125 + components: + - type: Transform + pos: -11.5,28.5 + parent: 104 + - uid: 2127 + components: + - type: Transform + pos: -11.5,27.5 + parent: 104 + - uid: 2128 + components: + - type: Transform + pos: -11.5,26.5 + parent: 104 + - uid: 2129 + components: + - type: Transform + pos: -11.5,25.5 + parent: 104 + - uid: 2130 + components: + - type: Transform + pos: -11.5,24.5 + parent: 104 + - uid: 2131 + components: + - type: Transform + pos: -21.5,31.5 + parent: 104 + - uid: 2132 + components: + - type: Transform + pos: -20.5,31.5 + parent: 104 + - uid: 2133 + components: + - type: Transform + pos: -19.5,31.5 + parent: 104 + - uid: 2134 + components: + - type: Transform + pos: -10.5,28.5 + parent: 104 + - uid: 2136 + components: + - type: Transform + pos: -10.5,27.5 + parent: 104 + - uid: 2137 + components: + - type: Transform + pos: -10.5,26.5 + parent: 104 + - uid: 2138 + components: + - type: Transform + pos: -10.5,25.5 + parent: 104 + - uid: 2139 + components: + - type: Transform + pos: -10.5,24.5 + parent: 104 + - uid: 2140 + components: + - type: Transform + pos: -9.5,29.5 + parent: 104 + - uid: 2141 + components: + - type: Transform + pos: -9.5,28.5 + parent: 104 + - uid: 2142 + components: + - type: Transform + pos: -9.5,27.5 + parent: 104 + - uid: 2143 + components: + - type: Transform + pos: -9.5,26.5 + parent: 104 + - uid: 2144 + components: + - type: Transform + pos: -9.5,25.5 + parent: 104 + - uid: 2145 + components: + - type: Transform + pos: -9.5,24.5 + parent: 104 + - uid: 2146 + components: + - type: Transform + pos: -8.5,29.5 + parent: 104 + - uid: 2147 + components: + - type: Transform + pos: -8.5,28.5 + parent: 104 + - uid: 2148 + components: + - type: Transform + pos: -8.5,27.5 + parent: 104 + - uid: 2149 + components: + - type: Transform + pos: -8.5,26.5 + parent: 104 + - uid: 2150 + components: + - type: Transform + pos: -8.5,25.5 + parent: 104 + - uid: 2151 + components: + - type: Transform + pos: -8.5,24.5 + parent: 104 + - uid: 2152 + components: + - type: Transform + pos: -7.5,29.5 + parent: 104 + - uid: 2153 + components: + - type: Transform + pos: -7.5,28.5 + parent: 104 + - uid: 2154 + components: + - type: Transform + pos: -7.5,27.5 + parent: 104 + - uid: 2155 + components: + - type: Transform + pos: -7.5,26.5 + parent: 104 + - uid: 2156 + components: + - type: Transform + pos: -7.5,25.5 + parent: 104 + - uid: 2157 + components: + - type: Transform + pos: -7.5,24.5 + parent: 104 + - uid: 2158 + components: + - type: Transform + pos: -6.5,29.5 + parent: 104 + - uid: 2159 + components: + - type: Transform + pos: -6.5,28.5 + parent: 104 + - uid: 2160 + components: + - type: Transform + pos: -6.5,27.5 + parent: 104 + - uid: 2161 + components: + - type: Transform + pos: -6.5,26.5 + parent: 104 + - uid: 2162 + components: + - type: Transform + pos: -6.5,25.5 + parent: 104 + - uid: 2163 + components: + - type: Transform + pos: -6.5,24.5 + parent: 104 + - uid: 2164 + components: + - type: Transform + pos: -5.5,29.5 + parent: 104 + - uid: 2165 + components: + - type: Transform + pos: -5.5,28.5 + parent: 104 + - uid: 2166 + components: + - type: Transform + pos: -5.5,27.5 + parent: 104 + - uid: 2167 + components: + - type: Transform + pos: -5.5,26.5 + parent: 104 + - uid: 2168 + components: + - type: Transform + pos: -5.5,25.5 + parent: 104 + - uid: 2169 + components: + - type: Transform + pos: -5.5,24.5 + parent: 104 + - uid: 2170 + components: + - type: Transform + pos: -4.5,29.5 + parent: 104 + - uid: 2171 + components: + - type: Transform + pos: -4.5,28.5 + parent: 104 + - uid: 2172 + components: + - type: Transform + pos: -4.5,27.5 + parent: 104 + - uid: 2173 + components: + - type: Transform + pos: -4.5,26.5 + parent: 104 + - uid: 2174 + components: + - type: Transform + pos: -4.5,25.5 + parent: 104 + - uid: 2175 + components: + - type: Transform + pos: -4.5,24.5 + parent: 104 + - uid: 2176 + components: + - type: Transform + pos: -3.5,28.5 + parent: 104 + - uid: 2177 + components: + - type: Transform + pos: -3.5,27.5 + parent: 104 + - uid: 2178 + components: + - type: Transform + pos: -3.5,26.5 + parent: 104 + - uid: 2179 + components: + - type: Transform + pos: -3.5,25.5 + parent: 104 + - uid: 2180 + components: + - type: Transform + pos: -3.5,24.5 + parent: 104 + - uid: 2181 + components: + - type: Transform + pos: -2.5,26.5 + parent: 104 + - uid: 2183 + components: + - type: Transform + pos: -2.5,25.5 + parent: 104 + - uid: 2184 + components: + - type: Transform + pos: -2.5,24.5 + parent: 104 + - uid: 2192 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 104 + - uid: 2194 + components: + - type: Transform + pos: 15.5,29.5 + parent: 104 + - uid: 2195 + components: + - type: Transform + pos: 10.5,24.5 + parent: 104 + - uid: 2196 + components: + - type: Transform + pos: 15.5,31.5 + parent: 104 + - uid: 2197 + components: + - type: Transform + pos: 16.5,26.5 + parent: 104 + - uid: 2198 + components: + - type: Transform + pos: 15.5,30.5 + parent: 104 + - uid: 2199 + components: + - type: Transform + pos: 15.5,32.5 + parent: 104 + - uid: 2200 + components: + - type: Transform + pos: 16.5,23.5 + parent: 104 + - uid: 2201 + components: + - type: Transform + pos: 16.5,24.5 + parent: 104 + - uid: 2202 + components: + - type: Transform + pos: 16.5,25.5 + parent: 104 + - uid: 2203 + components: + - type: Transform + pos: 10.5,23.5 + parent: 104 + - uid: 2204 + components: + - type: Transform + pos: 10.5,25.5 + parent: 104 + - uid: 2205 + components: + - type: Transform + pos: 10.5,26.5 + parent: 104 + - uid: 2206 + components: + - type: Transform + pos: 10.5,27.5 + parent: 104 + - uid: 2207 + components: + - type: Transform + pos: 10.5,28.5 + parent: 104 + - uid: 2208 + components: + - type: Transform + pos: 11.5,23.5 + parent: 104 + - uid: 2209 + components: + - type: Transform + pos: 11.5,24.5 + parent: 104 + - uid: 2210 + components: + - type: Transform + pos: 11.5,25.5 + parent: 104 + - uid: 2211 + components: + - type: Transform + pos: 11.5,26.5 + parent: 104 + - uid: 2212 + components: + - type: Transform + pos: 11.5,27.5 + parent: 104 + - uid: 2213 + components: + - type: Transform + pos: 11.5,28.5 + parent: 104 + - uid: 2214 + components: + - type: Transform + pos: 11.5,29.5 + parent: 104 + - uid: 2215 + components: + - type: Transform + pos: 12.5,23.5 + parent: 104 + - uid: 2216 + components: + - type: Transform + pos: 12.5,24.5 + parent: 104 + - uid: 2217 + components: + - type: Transform + pos: 12.5,25.5 + parent: 104 + - uid: 2218 + components: + - type: Transform + pos: 12.5,26.5 + parent: 104 + - uid: 2219 + components: + - type: Transform + pos: 12.5,27.5 + parent: 104 + - uid: 2220 + components: + - type: Transform + pos: 12.5,28.5 + parent: 104 + - uid: 2221 + components: + - type: Transform + pos: 12.5,29.5 + parent: 104 + - uid: 2222 + components: + - type: Transform + pos: 12.5,30.5 + parent: 104 + - uid: 2223 + components: + - type: Transform + pos: 12.5,31.5 + parent: 104 + - uid: 2224 + components: + - type: Transform + pos: 13.5,23.5 + parent: 104 + - uid: 2225 + components: + - type: Transform + pos: 13.5,24.5 + parent: 104 + - uid: 2226 + components: + - type: Transform + pos: 13.5,25.5 + parent: 104 + - uid: 2227 + components: + - type: Transform + pos: 13.5,26.5 + parent: 104 + - uid: 2228 + components: + - type: Transform + pos: 13.5,27.5 + parent: 104 + - uid: 2229 + components: + - type: Transform + pos: 13.5,28.5 + parent: 104 + - uid: 2230 + components: + - type: Transform + pos: 13.5,29.5 + parent: 104 + - uid: 2231 + components: + - type: Transform + pos: 13.5,30.5 + parent: 104 + - uid: 2232 + components: + - type: Transform + pos: 13.5,31.5 + parent: 104 + - uid: 2233 + components: + - type: Transform + pos: 14.5,23.5 + parent: 104 + - uid: 2234 + components: + - type: Transform + pos: 14.5,24.5 + parent: 104 + - uid: 2235 + components: + - type: Transform + pos: 14.5,25.5 + parent: 104 + - uid: 2236 + components: + - type: Transform + pos: 14.5,26.5 + parent: 104 + - uid: 2237 + components: + - type: Transform + pos: 14.5,27.5 + parent: 104 + - uid: 2238 + components: + - type: Transform + pos: 14.5,28.5 + parent: 104 + - uid: 2239 + components: + - type: Transform + pos: 14.5,29.5 + parent: 104 + - uid: 2240 + components: + - type: Transform + pos: 14.5,30.5 + parent: 104 + - uid: 2241 + components: + - type: Transform + pos: 14.5,31.5 + parent: 104 + - uid: 2242 + components: + - type: Transform + pos: 14.5,32.5 + parent: 104 + - uid: 2243 + components: + - type: Transform + pos: 15.5,23.5 + parent: 104 + - uid: 2244 + components: + - type: Transform + pos: 15.5,24.5 + parent: 104 + - uid: 2245 + components: + - type: Transform + pos: 15.5,25.5 + parent: 104 + - uid: 2246 + components: + - type: Transform + pos: 15.5,26.5 + parent: 104 + - uid: 2247 + components: + - type: Transform + pos: 15.5,27.5 + parent: 104 + - uid: 2248 + components: + - type: Transform + pos: 15.5,28.5 + parent: 104 + - uid: 2249 + components: + - type: Transform + pos: 19.5,25.5 + parent: 104 + - uid: 2250 + components: + - type: Transform + pos: 19.5,26.5 + parent: 104 + - uid: 2251 + components: + - type: Transform + pos: 19.5,27.5 + parent: 104 + - uid: 2252 + components: + - type: Transform + pos: 19.5,28.5 + parent: 104 + - uid: 2253 + components: + - type: Transform + pos: 19.5,29.5 + parent: 104 + - uid: 2254 + components: + - type: Transform + pos: 19.5,30.5 + parent: 104 + - uid: 2255 + components: + - type: Transform + pos: 19.5,31.5 + parent: 104 + - uid: 2256 + components: + - type: Transform + pos: 20.5,26.5 + parent: 104 + - uid: 2259 + components: + - type: Transform + pos: 20.5,27.5 + parent: 104 + - uid: 2260 + components: + - type: Transform + pos: 20.5,28.5 + parent: 104 + - uid: 2261 + components: + - type: Transform + pos: 20.5,29.5 + parent: 104 + - uid: 2262 + components: + - type: Transform + pos: 16.5,27.5 + parent: 104 + - uid: 2263 + components: + - type: Transform + pos: 16.5,28.5 + parent: 104 + - uid: 2264 + components: + - type: Transform + pos: 16.5,29.5 + parent: 104 + - uid: 2265 + components: + - type: Transform + pos: 16.5,30.5 + parent: 104 + - uid: 2266 + components: + - type: Transform + pos: 16.5,31.5 + parent: 104 + - uid: 2267 + components: + - type: Transform + pos: 16.5,32.5 + parent: 104 + - uid: 2268 + components: + - type: Transform + pos: 17.5,23.5 + parent: 104 + - uid: 2269 + components: + - type: Transform + pos: 17.5,24.5 + parent: 104 + - uid: 2270 + components: + - type: Transform + pos: 17.5,25.5 + parent: 104 + - uid: 2271 + components: + - type: Transform + pos: 17.5,26.5 + parent: 104 + - uid: 2272 + components: + - type: Transform + pos: 17.5,27.5 + parent: 104 + - uid: 2273 + components: + - type: Transform + pos: 17.5,28.5 + parent: 104 + - uid: 2274 + components: + - type: Transform + pos: 17.5,29.5 + parent: 104 + - uid: 2275 + components: + - type: Transform + pos: 17.5,30.5 + parent: 104 + - uid: 2276 + components: + - type: Transform + pos: 17.5,31.5 + parent: 104 + - uid: 2277 + components: + - type: Transform + pos: 17.5,32.5 + parent: 104 + - uid: 2278 + components: + - type: Transform + pos: 18.5,23.5 + parent: 104 + - uid: 2279 + components: + - type: Transform + pos: 18.5,24.5 + parent: 104 + - uid: 2280 + components: + - type: Transform + pos: 18.5,25.5 + parent: 104 + - uid: 2281 + components: + - type: Transform + pos: 18.5,26.5 + parent: 104 + - uid: 2282 + components: + - type: Transform + pos: 18.5,27.5 + parent: 104 + - uid: 2283 + components: + - type: Transform + pos: 18.5,28.5 + parent: 104 + - uid: 2284 + components: + - type: Transform + pos: 18.5,29.5 + parent: 104 + - uid: 2285 + components: + - type: Transform + pos: 18.5,30.5 + parent: 104 + - uid: 2286 + components: + - type: Transform + pos: 18.5,31.5 + parent: 104 + - uid: 2287 + components: + - type: Transform + pos: 18.5,32.5 + parent: 104 + - uid: 2288 + components: + - type: Transform + pos: 19.5,23.5 + parent: 104 + - uid: 2289 + components: + - type: Transform + pos: 19.5,24.5 + parent: 104 +- proto: BalloonSyn + entities: + - uid: 1327 + components: + - type: Transform + pos: 0.03361702,-6.368435 + parent: 104 +- proto: BaseComputer + entities: + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 104 + - uid: 29 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-8.5 + parent: 104 + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 104 + - uid: 2292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 104 + - uid: 2295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 104 +- proto: Beaker + entities: + - uid: 2031 + components: + - type: Transform + pos: 3.6114278,-10.732791 + parent: 104 + - uid: 2095 + components: + - type: Transform + pos: 4.017678,-12.520861 + parent: 104 +- proto: Bed + entities: + - uid: 957 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 104 + - uid: 1548 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 104 +- proto: BedsheetMedical + entities: + - uid: 1872 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 104 + - uid: 1877 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 104 + - uid: 1898 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 104 + - uid: 1899 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 104 +- proto: BedsheetSyndie + entities: + - uid: 154 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 104 + - uid: 289 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 104 +- proto: BigBox + entities: + - uid: 2458 + components: + - type: Transform + pos: 13.500806,-4.4874377 + parent: 104 +- proto: Bookshelf + entities: + - uid: 140 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 104 +- proto: BoozeDispenser + entities: + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 104 +- proto: BoxBeaker + entities: + - uid: 2114 + components: + - type: Transform + pos: 5.539936,-12.489611 + parent: 104 +- proto: BoxFolderBlack + entities: + - uid: 1022 + components: + - type: Transform + pos: -13.494709,9.54891 + parent: 104 +- proto: BoxMagazinePistolCaselessRiflePractice + entities: + - uid: 1635 + components: + - type: Transform + pos: 5.4970627,10.597828 + parent: 104 +- proto: BoxMagazinePistolSubMachineGunPractice + entities: + - uid: 1634 + components: + - type: Transform + pos: 5.388983,13.953581 + parent: 104 +- proto: BoxPillCanister + entities: + - uid: 1844 + components: + - type: Transform + pos: 5.430561,-12.364611 + parent: 104 +- proto: BoxShotgunPractice + entities: + - uid: 1633 + components: + - type: Transform + pos: 5.4972115,14.562988 + parent: 104 + - type: BallisticAmmoProvider + unspawnedCount: 12 +- proto: Bucket + entities: + - uid: 153 + components: + - type: Transform + pos: 10.809023,-4.25956 + parent: 104 +- proto: CableApcExtension + entities: + - uid: 13 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 104 + - uid: 24 + components: + - type: Transform + pos: -31.5,0.5 + parent: 104 + - uid: 100 + components: + - type: Transform + pos: 13.5,0.5 + parent: 104 + - uid: 143 + components: + - type: Transform + pos: 12.5,0.5 + parent: 104 + - uid: 213 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 104 + - uid: 214 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 104 + - uid: 220 + components: + - type: Transform + pos: 11.5,0.5 + parent: 104 + - uid: 235 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 104 + - uid: 245 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 104 + - uid: 254 + components: + - type: Transform + pos: -30.5,0.5 + parent: 104 + - uid: 279 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 104 + - uid: 287 + components: + - type: Transform + pos: -15.5,0.5 + parent: 104 + - uid: 297 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 104 + - uid: 390 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 104 + - uid: 397 + components: + - type: Transform + pos: -10.5,0.5 + parent: 104 + - uid: 411 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 104 + - uid: 412 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 104 + - uid: 428 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 104 + - uid: 429 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 104 + - uid: 430 + components: + - type: Transform + pos: -10.5,1.5 + parent: 104 + - uid: 432 + components: + - type: Transform + pos: -27.5,0.5 + parent: 104 + - uid: 433 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 104 + - uid: 434 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 104 + - uid: 435 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 104 + - uid: 436 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 104 + - uid: 437 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 104 + - uid: 438 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 104 + - uid: 439 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 104 + - uid: 442 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 104 + - uid: 444 + components: + - type: Transform + pos: -10.5,1.5 + parent: 104 + - uid: 445 + components: + - type: Transform + pos: -26.5,0.5 + parent: 104 + - uid: 449 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 104 + - uid: 452 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 104 + - uid: 453 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 104 + - uid: 454 + components: + - type: Transform + pos: -23.5,0.5 + parent: 104 + - uid: 465 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 104 + - uid: 466 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 104 + - uid: 467 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 104 + - uid: 476 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 104 + - uid: 619 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 104 + - uid: 624 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 104 + - uid: 625 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 104 + - uid: 627 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 104 + - uid: 628 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 104 + - uid: 630 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 104 + - uid: 657 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 104 + - uid: 659 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 104 + - uid: 660 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 104 + - uid: 666 + components: + - type: Transform + pos: -22.5,0.5 + parent: 104 + - uid: 814 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 104 + - uid: 832 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 104 + - uid: 840 + components: + - type: Transform + pos: -25.5,0.5 + parent: 104 + - uid: 845 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 104 + - uid: 866 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 104 + - uid: 867 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 104 + - uid: 868 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 104 + - uid: 870 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 104 + - uid: 877 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 104 + - uid: 884 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 104 + - uid: 920 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 104 + - uid: 926 + components: + - type: Transform + pos: -12.5,0.5 + parent: 104 + - uid: 927 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 104 + - uid: 929 + components: + - type: Transform + pos: -24.5,0.5 + parent: 104 + - uid: 931 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 104 + - uid: 933 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 104 + - uid: 934 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 104 + - uid: 960 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 104 + - uid: 961 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 104 + - uid: 962 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 104 + - uid: 963 + components: + - type: Transform + pos: -14.5,0.5 + parent: 104 + - uid: 967 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 104 + - uid: 968 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 104 + - uid: 969 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 104 + - uid: 970 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 104 + - uid: 971 + components: + - type: Transform + pos: -33.5,0.5 + parent: 104 + - uid: 973 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 104 + - uid: 979 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 104 + - uid: 981 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 104 + - uid: 982 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 104 + - uid: 983 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 104 + - uid: 1081 + components: + - type: Transform + pos: -17.5,0.5 + parent: 104 + - uid: 1082 + components: + - type: Transform + pos: -11.5,0.5 + parent: 104 + - uid: 1115 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 104 + - uid: 1116 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 104 + - uid: 1117 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 104 + - uid: 1122 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 104 + - uid: 1131 + components: + - type: Transform + pos: -13.5,0.5 + parent: 104 + - uid: 1152 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 104 + - uid: 1154 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 104 + - uid: 1182 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 104 + - uid: 1183 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 104 + - uid: 1187 + components: + - type: Transform + pos: -20.5,0.5 + parent: 104 + - uid: 1189 + components: + - type: Transform + pos: -32.5,0.5 + parent: 104 + - uid: 1191 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 104 + - uid: 1194 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 104 + - uid: 1195 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 104 + - uid: 1200 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 104 + - uid: 1204 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 104 + - uid: 1232 + components: + - type: Transform + pos: -10.5,6.5 + parent: 104 + - uid: 1233 + components: + - type: Transform + pos: -10.5,5.5 + parent: 104 + - uid: 1234 + components: + - type: Transform + pos: -10.5,4.5 + parent: 104 + - uid: 1235 + components: + - type: Transform + pos: -10.5,3.5 + parent: 104 + - uid: 1236 + components: + - type: Transform + pos: -10.5,2.5 + parent: 104 + - uid: 1237 + components: + - type: Transform + pos: -11.5,6.5 + parent: 104 + - uid: 1238 + components: + - type: Transform + pos: -12.5,6.5 + parent: 104 + - uid: 1239 + components: + - type: Transform + pos: -13.5,6.5 + parent: 104 + - uid: 1240 + components: + - type: Transform + pos: -14.5,6.5 + parent: 104 + - uid: 1249 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 104 + - uid: 1275 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 104 + - uid: 1277 + components: + - type: Transform + pos: -21.5,0.5 + parent: 104 + - uid: 1278 + components: + - type: Transform + pos: -16.5,0.5 + parent: 104 + - uid: 1281 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 104 + - uid: 1282 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 104 + - uid: 1283 + components: + - type: Transform + pos: -6.5,0.5 + parent: 104 + - uid: 1292 + components: + - type: Transform + pos: 3.5,1.5 + parent: 104 + - uid: 1337 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 104 + - uid: 1338 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 104 + - uid: 1339 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 104 + - uid: 1340 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 104 + - uid: 1341 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 104 + - uid: 1342 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 104 + - uid: 1343 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 104 + - uid: 1344 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 104 + - uid: 1345 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 104 + - uid: 1346 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 104 + - uid: 1347 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 104 + - uid: 1348 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 104 + - uid: 1349 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 104 + - uid: 1429 + components: + - type: Transform + pos: -18.5,0.5 + parent: 104 + - uid: 1430 + components: + - type: Transform + pos: -19.5,0.5 + parent: 104 + - uid: 1439 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 104 + - uid: 1449 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 104 + - uid: 1450 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 104 + - uid: 1451 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 104 + - uid: 1452 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 104 + - uid: 1453 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 104 + - uid: 1454 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 104 + - uid: 1455 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 104 + - uid: 1456 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 104 + - uid: 1457 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 104 + - uid: 1458 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 104 + - uid: 1459 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 104 + - uid: 1460 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 104 + - uid: 1461 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 104 + - uid: 1473 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 104 + - uid: 1474 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 104 + - uid: 1475 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 104 + - uid: 1476 + components: + - type: Transform + pos: 3.5,0.5 + parent: 104 + - uid: 1488 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 104 + - uid: 1489 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 104 + - uid: 1490 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 104 + - uid: 1491 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 104 + - uid: 1492 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 104 + - uid: 1493 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 104 + - uid: 1494 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 104 + - uid: 1495 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 104 + - uid: 1496 + components: + - type: Transform + pos: 4.5,0.5 + parent: 104 + - uid: 1497 + components: + - type: Transform + pos: 2.5,0.5 + parent: 104 + - uid: 1498 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 104 + - uid: 1499 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 104 + - uid: 1500 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 104 + - uid: 1501 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 104 + - uid: 1502 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 104 + - uid: 1503 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 104 + - uid: 1504 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 104 + - uid: 1505 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 104 + - uid: 1506 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 104 + - uid: 1507 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 104 + - uid: 1508 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 104 + - uid: 1509 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 104 + - uid: 1510 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 104 + - uid: 1511 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 104 + - uid: 1512 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 104 + - uid: 1513 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 104 + - uid: 1514 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 104 + - uid: 1515 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 104 + - uid: 1516 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 104 + - uid: 1517 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 104 + - uid: 1518 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 104 + - uid: 1519 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 104 + - uid: 1520 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 104 + - uid: 1521 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 104 + - uid: 1522 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 104 + - uid: 1523 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 104 + - uid: 1524 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 104 + - uid: 1525 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 104 + - uid: 1526 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 104 + - uid: 1527 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 104 + - uid: 1528 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 104 + - uid: 1529 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 104 + - uid: 1530 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 104 + - uid: 1531 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 104 + - uid: 1533 + components: + - type: Transform + pos: -29.5,0.5 + parent: 104 + - uid: 1538 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 104 + - uid: 1539 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 104 + - uid: 1540 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 104 + - uid: 1541 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 104 + - uid: 1543 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 104 + - uid: 1575 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 104 + - uid: 1576 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 104 + - uid: 1577 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 104 + - uid: 1578 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 104 + - uid: 1579 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 104 + - uid: 1580 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 104 + - uid: 1581 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 104 + - uid: 1582 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 104 + - uid: 1583 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 104 + - uid: 1584 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 104 + - uid: 1585 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 104 + - uid: 1586 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 104 + - uid: 1587 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 104 + - uid: 1588 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 104 + - uid: 1589 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 104 + - uid: 1590 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 104 + - uid: 1591 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 104 + - uid: 1592 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 104 + - uid: 1593 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 104 + - uid: 1595 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 104 + - uid: 1596 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 104 + - uid: 1597 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 104 + - uid: 1941 + components: + - type: Transform + pos: -28.5,0.5 + parent: 104 + - uid: 1948 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 104 + - uid: 2301 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 104 + - uid: 2302 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 104 + - uid: 2303 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 104 + - uid: 2304 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 104 + - uid: 2305 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 104 + - uid: 2306 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 104 + - uid: 2307 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 104 + - uid: 2374 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 104 + - uid: 2375 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 104 + - uid: 2376 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 104 + - uid: 2377 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 104 + - uid: 2378 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 104 + - uid: 2379 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 104 + - uid: 2381 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 104 + - uid: 2382 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 104 + - uid: 2383 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 104 + - uid: 2384 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 104 + - uid: 2385 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 104 + - uid: 2386 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 104 + - uid: 2387 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 104 + - uid: 2388 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 104 + - uid: 2389 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 104 + - uid: 2390 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 104 + - uid: 2391 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 104 + - uid: 2392 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 104 + - uid: 2393 + components: + - type: Transform + pos: 25.5,-16.5 + parent: 104 + - uid: 2394 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 104 + - uid: 2395 + components: + - type: Transform + pos: 25.5,-14.5 + parent: 104 + - uid: 2396 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 104 + - uid: 2439 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 104 + - uid: 2440 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 104 + - uid: 2441 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 104 + - uid: 3378 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 104 + - uid: 3379 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 104 + - uid: 3380 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 104 + - uid: 3381 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 104 + - uid: 3382 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 104 + - uid: 3383 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 104 + - uid: 3384 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 104 +- proto: CableApcStack + entities: + - uid: 211 + components: + - type: Transform + pos: 11.428643,-10.548745 + parent: 104 + - uid: 1324 + components: + - type: Transform + pos: 4.439247,-17.36072 + parent: 104 +- proto: CableHV + entities: + - uid: 2334 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 104 + - uid: 2335 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 104 + - uid: 2336 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 104 + - uid: 2337 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 104 + - uid: 2338 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 104 + - uid: 2339 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 104 + - uid: 2340 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 104 + - uid: 2341 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 104 + - uid: 2342 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 104 + - uid: 2343 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 104 + - uid: 2344 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 104 + - uid: 2345 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 104 + - uid: 2346 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 104 + - uid: 2347 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 104 + - uid: 2348 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 104 + - uid: 2352 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 104 + - uid: 2353 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 104 + - uid: 2354 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 104 + - uid: 2355 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 104 + - uid: 2356 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 104 + - uid: 2357 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 104 + - uid: 2358 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 104 + - uid: 2359 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 104 + - uid: 2360 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 104 + - uid: 2361 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 104 + - uid: 2362 + components: + - type: Transform + pos: 25.5,-14.5 + parent: 104 + - uid: 2363 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 104 + - uid: 2364 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 104 + - uid: 2365 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 104 +- proto: CableHVStack + entities: + - uid: 209 + components: + - type: Transform + pos: 11.334893,-10.282843 + parent: 104 +- proto: CableMV + entities: + - uid: 240 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 104 + - uid: 1438 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 104 + - uid: 1462 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 104 + - uid: 1463 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 104 + - uid: 1464 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 104 + - uid: 1465 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 104 + - uid: 1466 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 104 + - uid: 1467 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 104 + - uid: 1468 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 104 + - uid: 1469 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 104 + - uid: 1478 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 104 + - uid: 1479 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 104 + - uid: 1480 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 104 + - uid: 1481 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 104 + - uid: 1482 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 104 + - uid: 1483 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 104 + - uid: 1484 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 104 + - uid: 1485 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 104 + - uid: 1486 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 104 + - uid: 1487 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 104 + - uid: 2322 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 104 + - uid: 2323 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 104 + - uid: 2324 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 104 + - uid: 2325 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 104 + - uid: 2367 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 104 + - uid: 2368 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 104 + - uid: 2369 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 104 + - uid: 2370 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 104 + - uid: 2371 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 104 + - uid: 2372 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 104 + - uid: 2373 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 104 +- proto: CableMVStack + entities: + - uid: 210 + components: + - type: Transform + pos: 11.381768,-10.407973 + parent: 104 +- proto: CableTerminal + entities: + - uid: 2349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-19.5 + parent: 104 + - uid: 2350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-19.5 + parent: 104 + - uid: 2351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-19.5 + parent: 104 +- proto: Carpet + entities: + - uid: 2459 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 104 + - uid: 2460 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 104 +- proto: Catwalk + entities: + - uid: 217 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 104 + - uid: 218 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 104 + - uid: 256 + components: + - type: Transform + pos: -29.5,2.5 + parent: 104 + - uid: 264 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 104 + - uid: 278 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 104 + - uid: 381 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 104 + - uid: 382 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 104 + - uid: 383 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 104 + - uid: 384 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 104 + - uid: 385 + components: + - type: Transform + pos: -30.5,4.5 + parent: 104 + - uid: 386 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 104 + - uid: 387 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 104 + - uid: 388 + components: + - type: Transform + pos: -29.5,3.5 + parent: 104 + - uid: 389 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 104 + - uid: 391 + components: + - type: Transform + pos: -33.5,3.5 + parent: 104 + - uid: 392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-21.5 + parent: 104 + - uid: 393 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 104 + - uid: 394 + components: + - type: Transform + pos: -32.5,4.5 + parent: 104 + - uid: 395 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 104 + - uid: 396 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 104 + - uid: 398 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 104 + - uid: 399 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 104 + - uid: 400 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 104 + - uid: 413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,3.5 + parent: 104 + - uid: 414 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 104 + - uid: 431 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 104 + - uid: 440 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 104 + - uid: 450 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 104 + - uid: 451 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 104 + - uid: 464 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 104 + - uid: 468 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 104 + - uid: 470 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 104 + - uid: 490 + components: + - type: Transform + pos: -13.5,0.5 + parent: 104 + - uid: 491 + components: + - type: Transform + pos: -12.5,1.5 + parent: 104 + - uid: 494 + components: + - type: Transform + pos: -11.5,1.5 + parent: 104 + - uid: 496 + components: + - type: Transform + pos: -14.5,1.5 + parent: 104 + - uid: 499 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 104 + - uid: 500 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 104 + - uid: 501 + components: + - type: Transform + pos: -30.5,0.5 + parent: 104 + - uid: 503 + components: + - type: Transform + pos: -29.5,1.5 + parent: 104 + - uid: 508 + components: + - type: Transform + pos: -12.5,0.5 + parent: 104 + - uid: 510 + components: + - type: Transform + pos: -31.5,0.5 + parent: 104 + - uid: 514 + components: + - type: Transform + pos: -27.5,0.5 + parent: 104 + - uid: 515 + components: + - type: Transform + pos: -30.5,1.5 + parent: 104 + - uid: 516 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 104 + - uid: 517 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 104 + - uid: 518 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 104 + - uid: 519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-21.5 + parent: 104 + - uid: 520 + components: + - type: Transform + pos: -28.5,0.5 + parent: 104 + - uid: 583 + components: + - type: Transform + pos: -26.5,1.5 + parent: 104 + - uid: 584 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 104 + - uid: 616 + components: + - type: Transform + pos: -31.5,3.5 + parent: 104 + - uid: 617 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 104 + - uid: 626 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 104 + - uid: 631 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 104 + - uid: 633 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 104 + - uid: 634 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 104 + - uid: 635 + components: + - type: Transform + pos: -25.5,0.5 + parent: 104 + - uid: 636 + components: + - type: Transform + pos: -27.5,1.5 + parent: 104 + - uid: 638 + components: + - type: Transform + pos: -26.5,0.5 + parent: 104 + - uid: 639 + components: + - type: Transform + pos: -24.5,1.5 + parent: 104 + - uid: 641 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 104 + - uid: 642 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 104 + - uid: 643 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 104 + - uid: 644 + components: + - type: Transform + pos: -24.5,0.5 + parent: 104 + - uid: 645 + components: + - type: Transform + pos: -25.5,1.5 + parent: 104 + - uid: 646 + components: + - type: Transform + pos: -15.5,0.5 + parent: 104 + - uid: 647 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 104 + - uid: 652 + components: + - type: Transform + pos: -14.5,0.5 + parent: 104 + - uid: 653 + components: + - type: Transform + pos: -13.5,1.5 + parent: 104 + - uid: 654 + components: + - type: Transform + pos: -29.5,0.5 + parent: 104 + - uid: 655 + components: + - type: Transform + pos: -28.5,1.5 + parent: 104 + - uid: 656 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 104 + - uid: 658 + components: + - type: Transform + pos: -11.5,0.5 + parent: 104 + - uid: 661 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 104 + - uid: 662 + components: + - type: Transform + pos: -18.5,0.5 + parent: 104 + - uid: 663 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 104 + - uid: 664 + components: + - type: Transform + pos: -17.5,1.5 + parent: 104 + - uid: 665 + components: + - type: Transform + pos: -21.5,0.5 + parent: 104 + - uid: 667 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 104 + - uid: 668 + components: + - type: Transform + pos: -32.5,1.5 + parent: 104 + - uid: 669 + components: + - type: Transform + pos: -31.5,1.5 + parent: 104 + - uid: 707 + components: + - type: Transform + pos: -32.5,0.5 + parent: 104 + - uid: 713 + components: + - type: Transform + pos: -20.5,1.5 + parent: 104 + - uid: 715 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 104 + - uid: 736 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 104 + - uid: 737 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 104 + - uid: 738 + components: + - type: Transform + pos: -20.5,0.5 + parent: 104 + - uid: 742 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 104 + - uid: 748 + components: + - type: Transform + pos: -10.5,-18.5 + parent: 104 + - uid: 749 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 104 + - uid: 760 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 104 + - uid: 761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-21.5 + parent: 104 + - uid: 769 + components: + - type: Transform + pos: -33.5,4.5 + parent: 104 + - uid: 772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-21.5 + parent: 104 + - uid: 799 + components: + - type: Transform + pos: -26.5,3.5 + parent: 104 + - uid: 800 + components: + - type: Transform + pos: -34.5,4.5 + parent: 104 + - uid: 812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-21.5 + parent: 104 + - uid: 813 + components: + - type: Transform + pos: -29.5,4.5 + parent: 104 + - uid: 815 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 104 + - uid: 816 + components: + - type: Transform + pos: -34.5,1.5 + parent: 104 + - uid: 817 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 104 + - uid: 818 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 104 + - uid: 820 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 104 + - uid: 821 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 104 + - uid: 822 + components: + - type: Transform + pos: -27.5,3.5 + parent: 104 + - uid: 823 + components: + - type: Transform + pos: -26.5,4.5 + parent: 104 + - uid: 824 + components: + - type: Transform + pos: -25.5,4.5 + parent: 104 + - uid: 825 + components: + - type: Transform + pos: -25.5,2.5 + parent: 104 + - uid: 826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-23.5 + parent: 104 + - uid: 827 + components: + - type: Transform + pos: -27.5,4.5 + parent: 104 + - uid: 828 + components: + - type: Transform + pos: -27.5,2.5 + parent: 104 + - uid: 829 + components: + - type: Transform + pos: -26.5,2.5 + parent: 104 + - uid: 830 + components: + - type: Transform + pos: -25.5,3.5 + parent: 104 + - uid: 831 + components: + - type: Transform + pos: -19.5,-20.5 + parent: 104 + - uid: 833 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 104 + - uid: 834 + components: + - type: Transform + pos: -17.5,0.5 + parent: 104 + - uid: 835 + components: + - type: Transform + pos: -15.5,1.5 + parent: 104 + - uid: 836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-21.5 + parent: 104 + - uid: 837 + components: + - type: Transform + pos: -16.5,1.5 + parent: 104 + - uid: 839 + components: + - type: Transform + pos: -32.5,3.5 + parent: 104 + - uid: 841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-22.5 + parent: 104 + - uid: 842 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 104 + - uid: 843 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 104 + - uid: 844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-22.5 + parent: 104 + - uid: 846 + components: + - type: Transform + pos: -34.5,0.5 + parent: 104 + - uid: 847 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 104 + - uid: 848 + components: + - type: Transform + pos: -16.5,0.5 + parent: 104 + - uid: 849 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 104 + - uid: 850 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 104 + - uid: 851 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 104 + - uid: 852 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 104 + - uid: 853 + components: + - type: Transform + pos: -19.5,1.5 + parent: 104 + - uid: 854 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 104 + - uid: 855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-21.5 + parent: 104 + - uid: 856 + components: + - type: Transform + pos: -31.5,2.5 + parent: 104 + - uid: 857 + components: + - type: Transform + pos: -19.5,0.5 + parent: 104 + - uid: 858 + components: + - type: Transform + pos: -30.5,3.5 + parent: 104 + - uid: 859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-21.5 + parent: 104 + - uid: 860 + components: + - type: Transform + pos: -33.5,1.5 + parent: 104 + - uid: 861 + components: + - type: Transform + pos: -33.5,0.5 + parent: 104 + - uid: 862 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 104 + - uid: 863 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 104 + - uid: 864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-21.5 + parent: 104 + - uid: 865 + components: + - type: Transform + pos: -28.5,2.5 + parent: 104 + - uid: 869 + components: + - type: Transform + pos: -32.5,2.5 + parent: 104 + - uid: 871 + components: + - type: Transform + pos: -31.5,4.5 + parent: 104 + - uid: 872 + components: + - type: Transform + pos: -30.5,2.5 + parent: 104 + - uid: 873 + components: + - type: Transform + pos: -18.5,1.5 + parent: 104 + - uid: 874 + components: + - type: Transform + pos: -15.5,4.5 + parent: 104 + - uid: 875 + components: + - type: Transform + pos: -15.5,3.5 + parent: 104 + - uid: 876 + components: + - type: Transform + pos: -15.5,2.5 + parent: 104 + - uid: 878 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 104 + - uid: 879 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 104 + - uid: 880 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 104 + - uid: 881 + components: + - type: Transform + pos: -18.5,-20.5 + parent: 104 + - uid: 882 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 104 + - uid: 883 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 104 + - uid: 885 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 104 + - uid: 886 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 104 + - uid: 887 + components: + - type: Transform + pos: -28.5,4.5 + parent: 104 + - uid: 888 + components: + - type: Transform + pos: -28.5,3.5 + parent: 104 + - uid: 889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-23.5 + parent: 104 + - uid: 890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-23.5 + parent: 104 + - uid: 891 + components: + - type: Transform + pos: -33.5,2.5 + parent: 104 + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-22.5 + parent: 104 + - uid: 893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-23.5 + parent: 104 + - uid: 894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-22.5 + parent: 104 + - uid: 895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-23.5 + parent: 104 + - uid: 896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-22.5 + parent: 104 + - uid: 897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-23.5 + parent: 104 + - uid: 898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-22.5 + parent: 104 + - uid: 899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-23.5 + parent: 104 + - uid: 900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-22.5 + parent: 104 + - uid: 901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-22.5 + parent: 104 + - uid: 902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-23.5 + parent: 104 + - uid: 903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-22.5 + parent: 104 + - uid: 904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-23.5 + parent: 104 + - uid: 905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-22.5 + parent: 104 + - uid: 906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-23.5 + parent: 104 + - uid: 907 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 104 + - uid: 908 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 104 + - uid: 909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-21.5 + parent: 104 + - uid: 910 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 104 + - uid: 911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-21.5 + parent: 104 + - uid: 912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-22.5 + parent: 104 + - uid: 913 + components: + - type: Transform + pos: -23.5,4.5 + parent: 104 + - uid: 914 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 104 + - uid: 915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,3.5 + parent: 104 + - uid: 916 + components: + - type: Transform + pos: -12.5,4.5 + parent: 104 + - uid: 917 + components: + - type: Transform + pos: -12.5,3.5 + parent: 104 + - uid: 918 + components: + - type: Transform + pos: -12.5,2.5 + parent: 104 + - uid: 919 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 104 + - uid: 921 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 104 + - uid: 922 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 104 + - uid: 923 + components: + - type: Transform + pos: -13.5,4.5 + parent: 104 + - uid: 924 + components: + - type: Transform + pos: -13.5,3.5 + parent: 104 + - uid: 925 + components: + - type: Transform + pos: -13.5,2.5 + parent: 104 + - uid: 928 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 104 + - uid: 930 + components: + - type: Transform + pos: -14.5,4.5 + parent: 104 + - uid: 932 + components: + - type: Transform + pos: -14.5,2.5 + parent: 104 + - uid: 935 + components: + - type: Transform + pos: -22.5,-20.5 + parent: 104 + - uid: 936 + components: + - type: Transform + pos: -16.5,4.5 + parent: 104 + - uid: 937 + components: + - type: Transform + pos: -16.5,3.5 + parent: 104 + - uid: 938 + components: + - type: Transform + pos: -16.5,2.5 + parent: 104 + - uid: 939 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 104 + - uid: 940 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 104 + - uid: 941 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 104 + - uid: 943 + components: + - type: Transform + pos: -17.5,4.5 + parent: 104 + - uid: 944 + components: + - type: Transform + pos: -17.5,3.5 + parent: 104 + - uid: 945 + components: + - type: Transform + pos: -17.5,2.5 + parent: 104 + - uid: 946 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 104 + - uid: 947 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 104 + - uid: 948 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 104 + - uid: 949 + components: + - type: Transform + pos: -22.5,1.5 + parent: 104 + - uid: 950 + components: + - type: Transform + pos: -18.5,4.5 + parent: 104 + - uid: 951 + components: + - type: Transform + pos: -18.5,3.5 + parent: 104 + - uid: 952 + components: + - type: Transform + pos: -18.5,2.5 + parent: 104 + - uid: 953 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 104 + - uid: 954 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 104 + - uid: 958 + components: + - type: Transform + pos: -19.5,3.5 + parent: 104 + - uid: 959 + components: + - type: Transform + pos: -19.5,2.5 + parent: 104 + - uid: 964 + components: + - type: Transform + pos: -11.5,4.5 + parent: 104 + - uid: 965 + components: + - type: Transform + pos: -11.5,3.5 + parent: 104 + - uid: 966 + components: + - type: Transform + pos: -11.5,2.5 + parent: 104 + - uid: 972 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 104 + - uid: 984 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 104 + - uid: 985 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 104 + - uid: 986 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 104 + - uid: 987 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 104 + - uid: 988 + components: + - type: Transform + pos: -10.5,4.5 + parent: 104 + - uid: 989 + components: + - type: Transform + pos: -10.5,3.5 + parent: 104 + - uid: 990 + components: + - type: Transform + pos: -10.5,2.5 + parent: 104 + - uid: 991 + components: + - type: Transform + pos: -10.5,1.5 + parent: 104 + - uid: 992 + components: + - type: Transform + pos: -10.5,0.5 + parent: 104 + - uid: 993 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 104 + - uid: 994 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 104 + - uid: 995 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 104 + - uid: 996 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 104 + - uid: 997 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 104 + - uid: 998 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 104 + - uid: 999 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 104 + - uid: 1000 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 104 + - uid: 1001 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 104 + - uid: 1002 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 104 + - uid: 1003 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 104 + - uid: 1004 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 104 + - uid: 1005 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 104 + - uid: 1006 + components: + - type: Transform + pos: -9.5,4.5 + parent: 104 + - uid: 1007 + components: + - type: Transform + pos: -9.5,3.5 + parent: 104 + - uid: 1008 + components: + - type: Transform + pos: -9.5,2.5 + parent: 104 + - uid: 1009 + components: + - type: Transform + pos: -9.5,1.5 + parent: 104 + - uid: 1010 + components: + - type: Transform + pos: -9.5,0.5 + parent: 104 + - uid: 1011 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 104 + - uid: 1012 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 104 + - uid: 1013 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 104 + - uid: 1014 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 104 + - uid: 1015 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 104 + - uid: 1016 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 104 + - uid: 1017 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 104 + - uid: 1018 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 104 + - uid: 1019 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 104 + - uid: 1086 + components: + - type: Transform + pos: -14.5,3.5 + parent: 104 + - uid: 1087 + components: + - type: Transform + pos: -19.5,4.5 + parent: 104 + - uid: 1202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,4.5 + parent: 104 + - uid: 1203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-23.5 + parent: 104 + - uid: 1222 + components: + - type: Transform + pos: -34.5,2.5 + parent: 104 + - uid: 1223 + components: + - type: Transform + pos: -34.5,3.5 + parent: 104 + - uid: 1280 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 104 + - uid: 1284 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 104 + - uid: 1289 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 104 + - uid: 1290 + components: + - type: Transform + pos: -22.5,0.5 + parent: 104 + - uid: 1362 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 104 + - uid: 1363 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 104 + - uid: 1364 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 104 + - uid: 1365 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 104 + - uid: 1366 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 104 + - uid: 1377 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 104 + - uid: 1428 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 104 + - uid: 1535 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 104 + - uid: 1554 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 104 + - uid: 1674 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 104 + - uid: 1785 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 104 + - uid: 1786 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 104 + - uid: 1787 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 104 + - uid: 1788 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 104 + - uid: 1789 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 104 + - uid: 1791 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 104 + - uid: 1799 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 104 + - uid: 1825 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 104 + - uid: 1886 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 104 + - uid: 1887 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 104 + - uid: 1947 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 104 + - uid: 1949 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 104 + - uid: 2046 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 104 + - uid: 2048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,2.5 + parent: 104 + - uid: 2050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,2.5 + parent: 104 + - uid: 2052 + components: + - type: Transform + pos: -23.5,1.5 + parent: 104 + - uid: 2188 + components: + - type: Transform + pos: -21.5,1.5 + parent: 104 + - uid: 2405 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 104 + - uid: 2406 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 104 + - uid: 2407 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 104 + - uid: 2408 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 104 + - uid: 2409 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 104 + - uid: 2410 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 104 + - uid: 2505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,3.5 + parent: 104 + - uid: 2507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,4.5 + parent: 104 + - uid: 2508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,2.5 + parent: 104 + - uid: 2514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,3.5 + parent: 104 + - uid: 2515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,4.5 + parent: 104 + - uid: 2521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,2.5 + parent: 104 + - uid: 2526 + components: + - type: Transform + pos: -23.5,0.5 + parent: 104 + - uid: 2553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,4.5 + parent: 104 + - uid: 2554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,2.5 + parent: 104 + - uid: 2557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,3.5 + parent: 104 +- proto: Chair + entities: + - uid: 487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-20.5 + parent: 104 + - uid: 1367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 104 + - uid: 1376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 104 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-21.5 + parent: 104 + - uid: 1879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-22.5 + parent: 104 + - uid: 2312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 104 + - uid: 2313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 104 +- proto: ChairFolding + entities: + - uid: 544 + components: + - type: Transform + pos: 20.5,8.5 + parent: 104 + - uid: 1062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,4.5 + parent: 104 + - uid: 1063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,2.5 + parent: 104 +- proto: ChairOfficeDark + entities: + - uid: 1298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-17.5 + parent: 104 + - uid: 1304 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 104 + - uid: 1764 + components: + - type: Transform + pos: -13.5,6.5 + parent: 104 + - uid: 2427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-15.5 + parent: 104 + - uid: 2428 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 104 +- proto: ChairOfficeLight + entities: + - uid: 751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-16.5 + parent: 104 + - uid: 1124 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 104 + - uid: 1296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 104 + - uid: 1297 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 104 +- proto: ChairPilotSeat + entities: + - uid: 326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-6.5 + parent: 104 + - uid: 327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-7.5 + parent: 104 + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-7.5 + parent: 104 + - uid: 329 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 104 + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-6.5 + parent: 104 + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 104 + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-5.5 + parent: 104 + - uid: 333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-6.5 + parent: 104 + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 104 + - uid: 335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-9.5 + parent: 104 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-9.5 + parent: 104 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-8.5 + parent: 104 +- proto: ChairWood + entities: + - uid: 2429 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 104 +- proto: chem_master + entities: + - uid: 2444 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 104 +- proto: ChemicalPayload + entities: + - uid: 2380 + components: + - type: Transform + pos: 3.3003616,-17.381208 + parent: 104 + - uid: 3110 + components: + - type: Transform + pos: 3.6284866,-17.287361 + parent: 104 +- proto: ChemistryHotplate + entities: + - uid: 1383 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 104 +- proto: ChessBoard + entities: + - uid: 354 + components: + - type: Transform + pos: 13.499366,-8.433407 + parent: 104 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1359 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 104 +- proto: ClosetL3Filled + entities: + - uid: 1153 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 104 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 1114 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 104 +- proto: ClosetToolFilled + entities: + - uid: 2417 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 104 + - uid: 2418 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 104 +- proto: ClothingBackpackDuffelSyndicateFilledMedical + entities: + - uid: 2437 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 104 +- proto: ClothingBackpackWaterTank + entities: + - uid: 151 + components: + - type: Transform + pos: 9.36168,-4.462339 + parent: 104 + - type: SolutionAmmoProvider + maxShots: 200 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 212 + components: + - type: Transform + pos: 13.897393,-10.470539 + parent: 104 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 1738 + components: + - type: Transform + pos: 3.5009227,-11.519134 + parent: 104 +- proto: ClothingNeckScarfStripedRed + entities: + - uid: 1150 + components: + - type: Transform + pos: -2.530845,-16.461567 + parent: 104 +- proto: ClothingNeckStethoscope + entities: + - uid: 1336 + components: + - type: Transform + pos: 7.5027137,-12.301802 + parent: 104 +- proto: ClothingShoesBootsSalvage + entities: + - uid: 542 + components: + - type: Transform + pos: 19.574894,7.069533 + parent: 104 + - uid: 545 + components: + - type: Transform + pos: 19.246769,6.507033 + parent: 104 +- proto: CombatKnife + entities: + - uid: 1694 + components: + - type: Transform + pos: 5.483225,11.368477 + parent: 104 +- proto: ComfyChair + entities: + - uid: 21 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 104 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-8.5 + parent: 104 +- proto: computerBodyScanner + entities: + - uid: 2436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-14.5 + parent: 104 +- proto: ComputerPowerMonitoring + entities: + - uid: 1730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-14.5 + parent: 104 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 1127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,6.5 + parent: 104 +- proto: CyberPen + entities: + - uid: 696 + components: + - type: Transform + pos: -14.478909,9.585995 + parent: 104 +- proto: DresserFilled + entities: + - uid: 349 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 104 +- proto: DrinkAbsintheBottleFull + entities: + - uid: 15 + components: + - type: Transform + pos: 3.9415665,-8.34479 + parent: 104 +- proto: DrinkBeerBottleFull + entities: + - uid: 157 + components: + - type: Transform + pos: 2.5961013,-2.2186527 + parent: 104 + - uid: 170 + components: + - type: Transform + pos: 3.6117263,-3.1874027 + parent: 104 +- proto: DrinkGinBottleFull + entities: + - uid: 134 + components: + - type: Transform + pos: 3.2228165,-8.4229965 + parent: 104 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 25 + components: + - type: Transform + pos: -0.5303154,-6.2851996 + parent: 104 +- proto: EmpGrenade + entities: + - uid: 2456 + components: + - type: Transform + pos: 14.40774,-17.385033 + parent: 104 + - uid: 2457 + components: + - type: Transform + pos: 14.62649,-17.385033 + parent: 104 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 139 + components: + - type: Transform + pos: 28.5,-14.5 + parent: 104 + - uid: 141 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 104 + - uid: 1812 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 104 + - uid: 1816 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 104 + - uid: 1822 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 104 +- proto: FaxMachineSyndie + entities: + - uid: 81 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 104 +- proto: filingCabinetDrawer + entities: + - uid: 1140 + components: + - type: Transform + pos: -12.5,7.5 + parent: 104 +- proto: filingCabinetDrawerRandom + entities: + - uid: 108 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 104 +- proto: FirelockGlass + entities: + - uid: 1765 + components: + - type: Transform + pos: -13.5,5.5 + parent: 104 +- proto: Fireplace + entities: + - uid: 1273 + components: + - type: Transform + pos: 1.5,0.5 + parent: 104 +- proto: FloorDrain + entities: + - uid: 1361 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 104 + - type: Fixtures + fixtures: {} + - uid: 2438 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 104 + - type: Fixtures + fixtures: {} + - uid: 2443 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 104 + - type: Fixtures + fixtures: {} +- proto: FloraRockSolid01 + entities: + - uid: 1707 + components: + - type: Transform + pos: 5.5565968,16.377468 + parent: 104 +- proto: FloraRockSolid02 + entities: + - uid: 1708 + components: + - type: Transform + pos: -3.1481876,-0.15203857 + parent: 104 + - uid: 1711 + components: + - type: Transform + pos: -1.3676796,16.13784 + parent: 104 +- proto: FloraRockSolid03 + entities: + - uid: 1706 + components: + - type: Transform + pos: 13.550529,12.489372 + parent: 104 +- proto: FloraTreeConifer01 + entities: + - uid: 261 + components: + - type: Transform + pos: 7.7892694,4.987089 + parent: 104 + - uid: 275 + components: + - type: Transform + pos: -3.80645,4.798395 + parent: 104 + - uid: 281 + components: + - type: Transform + pos: -1.0279694,6.890992 + parent: 104 + - uid: 1619 + components: + - type: Transform + pos: 16.10984,7.3249645 + parent: 104 + - uid: 1622 + components: + - type: Transform + pos: 7.42463,16.597832 + parent: 104 + - uid: 1626 + components: + - type: Transform + pos: 11.605486,16.944057 + parent: 104 +- proto: FloraTreeConifer02 + entities: + - uid: 219 + components: + - type: Transform + pos: 5.5,4.5 + parent: 104 + - uid: 260 + components: + - type: Transform + pos: 7.7267694,7.536619 + parent: 104 + - uid: 267 + components: + - type: Transform + pos: 12.789269,3.6888618 + parent: 104 + - uid: 268 + components: + - type: Transform + pos: -0.17814255,7.5043383 + parent: 104 + - uid: 273 + components: + - type: Transform + pos: -2.591959,2.9214401 + parent: 104 + - uid: 280 + components: + - type: Transform + pos: 1.5111885,4.4898434 + parent: 104 + - uid: 1618 + components: + - type: Transform + pos: 11.32859,10.093473 + parent: 104 + - uid: 1620 + components: + - type: Transform + pos: 15.85984,13.16621 + parent: 104 + - uid: 1621 + components: + - type: Transform + pos: 14.582346,17.286049 + parent: 104 +- proto: FloraTreeConifer03 + entities: + - uid: 271 + components: + - type: Transform + pos: -1.1000175,4.26659 + parent: 104 + - uid: 1035 + components: + - type: Transform + pos: 0.74747276,19.424063 + parent: 104 + - uid: 1673 + components: + - type: Transform + pos: -3.5,15.5 + parent: 104 + - uid: 1830 + components: + - type: Transform + pos: 8.497473,19.862019 + parent: 104 +- proto: FloraTreeSnow01 + entities: + - uid: 262 + components: + - type: Transform + pos: 9.630766,6.7434845 + parent: 104 +- proto: FloraTreeSnow02 + entities: + - uid: 270 + components: + - type: Transform + pos: -2.3114033,5.0917635 + parent: 104 + - uid: 1630 + components: + - type: Transform + pos: 4.558771,16.696045 + parent: 104 +- proto: FloraTreeSnow03 + entities: + - uid: 274 + components: + - type: Transform + pos: -3.3325882,6.8936405 + parent: 104 + - uid: 1629 + components: + - type: Transform + pos: 9.924105,15.382175 + parent: 104 +- proto: FloraTreeSnow04 + entities: + - uid: 265 + components: + - type: Transform + pos: 0.24603653,5.7335367 + parent: 104 + - uid: 276 + components: + - type: Transform + pos: 5.8604717,5.2799397 + parent: 104 + - uid: 1624 + components: + - type: Transform + pos: -3.1344147,13.722986 + parent: 104 +- proto: FloraTreeSnow05 + entities: + - uid: 269 + components: + - type: Transform + pos: 0.30623245,3.9068413 + parent: 104 + - uid: 1627 + components: + - type: Transform + pos: 13.331816,13.977352 + parent: 104 + - uid: 1628 + components: + - type: Transform + pos: 15.066191,11.052429 + parent: 104 + - uid: 1631 + components: + - type: Transform + pos: 2.1525211,16.977589 + parent: 104 + - uid: 1672 + components: + - type: Transform + pos: -3.5,16.5 + parent: 104 +- proto: FoodBoxDonkpocket + entities: + - uid: 11 + components: + - type: Transform + pos: 12.527094,-6.308407 + parent: 104 +- proto: FoodBoxDonkpocketTeriyaki + entities: + - uid: 2475 + components: + - type: Transform + pos: 12.636917,-6.187726 + parent: 104 +- proto: FoodBoxDonut + entities: + - uid: 2445 + components: + - type: Transform + pos: 2.5389562,-6.3072195 + parent: 104 +- proto: FoodDonutJellySlugcat + entities: + - uid: 3327 + components: + - type: Transform + pos: -5.7255287,20.539352 + parent: 104 +- proto: GeneratorBasic15kW + entities: + - uid: 2326 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 104 + - uid: 2328 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 104 + - uid: 2329 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 104 + - uid: 2330 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 104 +- proto: GeneratorRTG + entities: + - uid: 2415 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 104 + - uid: 2416 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 104 +- proto: GravityGenerator + entities: + - uid: 2327 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 104 + - type: GravityGenerator + charge: 100 + - type: PointLight + radius: 175.75 +- proto: GrenadeFlashBang + entities: + - uid: 2309 + components: + - type: Transform + pos: 11.399388,-16.363453 + parent: 104 + - uid: 2310 + components: + - type: Transform + pos: 11.571263,-16.363453 + parent: 104 +- proto: Grille + entities: + - uid: 95 + components: + - type: Transform + pos: 0.5,1.5 + parent: 104 + - uid: 115 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 104 + - uid: 118 + components: + - type: Transform + pos: 2.5,1.5 + parent: 104 + - uid: 147 + components: + - type: Transform + pos: 11.5,1.5 + parent: 104 + - uid: 231 + components: + - type: Transform + pos: 2.5,2.5 + parent: 104 + - uid: 232 + components: + - type: Transform + pos: 2.5,3.5 + parent: 104 + - uid: 233 + components: + - type: Transform + pos: 4.5,2.5 + parent: 104 + - uid: 234 + components: + - type: Transform + pos: 4.5,3.5 + parent: 104 + - uid: 303 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 104 + - uid: 304 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 104 + - uid: 526 + components: + - type: Transform + pos: 0.5,21.5 + parent: 104 + - uid: 527 + components: + - type: Transform + pos: 6.5,21.5 + parent: 104 + - uid: 528 + components: + - type: Transform + pos: 1.5,21.5 + parent: 104 + - uid: 1034 + components: + - type: Transform + pos: 5.5,21.5 + parent: 104 + - uid: 1112 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 104 + - uid: 1120 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 104 + - uid: 1121 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 104 + - uid: 1146 + components: + - type: Transform + pos: -12.5,5.5 + parent: 104 + - uid: 1148 + components: + - type: Transform + pos: -14.5,5.5 + parent: 104 + - uid: 1241 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 104 + - uid: 1243 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 104 + - uid: 1389 + components: + - type: Transform + pos: 4.5,1.5 + parent: 104 + - uid: 1410 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 104 + - uid: 1823 + components: + - type: Transform + pos: 8.5,20.5 + parent: 104 + - uid: 1824 + components: + - type: Transform + pos: 4.5,21.5 + parent: 104 + - uid: 1831 + components: + - type: Transform + pos: 8.5,21.5 + parent: 104 + - uid: 1832 + components: + - type: Transform + pos: 3.5,21.5 + parent: 104 + - uid: 1840 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 104 + - uid: 1841 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 104 + - uid: 1847 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 104 + - uid: 1854 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 104 + - uid: 1860 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 104 + - uid: 1931 + components: + - type: Transform + pos: 0.5,20.5 + parent: 104 + - uid: 1932 + components: + - type: Transform + pos: 7.5,21.5 + parent: 104 + - uid: 1933 + components: + - type: Transform + pos: 2.5,21.5 + parent: 104 + - uid: 2189 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 104 + - uid: 2296 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 104 + - uid: 2318 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 104 + - uid: 2319 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 104 +- proto: KitchenKnife + entities: + - uid: 1061 + components: + - type: Transform + pos: 18.918644,6.663283 + parent: 104 +- proto: KitchenMicrowave + entities: + - uid: 10 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 104 +- proto: KitchenReagentGrinder + entities: + - uid: 1257 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 104 +- proto: LargeBeaker + entities: + - uid: 2021 + components: + - type: Transform + pos: 5.039936,-12.489611 + parent: 104 +- proto: LightPostSmall + entities: + - uid: 221 + components: + - type: Transform + pos: 15.5,16.5 + parent: 104 + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 104 + - uid: 291 + components: + - type: Transform + pos: 17.5,3.5 + parent: 104 + - uid: 540 + components: + - type: Transform + pos: 27.5,4.5 + parent: 104 + - uid: 541 + components: + - type: Transform + pos: 18.5,8.5 + parent: 104 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 104 + - uid: 1226 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 104 + - uid: 1276 + components: + - type: Transform + pos: -34.5,4.5 + parent: 104 + - uid: 1279 + components: + - type: Transform + pos: -35.5,-23.5 + parent: 104 + - uid: 1413 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 104 + - uid: 1668 + components: + - type: Transform + pos: 5.5,17.5 + parent: 104 + - uid: 1669 + components: + - type: Transform + pos: 10.5,11.5 + parent: 104 + - uid: 1671 + components: + - type: Transform + pos: -3.5,17.5 + parent: 104 + - uid: 1675 + components: + - type: Transform + pos: 10.5,2.5 + parent: 104 +- proto: LockerSyndicatePersonalFilled + entities: + - uid: 178 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 104 + - uid: 196 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 104 + - uid: 197 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 104 + - uid: 198 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 104 + - uid: 1271 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 104 + - uid: 1375 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 104 + - uid: 2476 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 104 +- proto: MachineCentrifuge + entities: + - uid: 1728 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 104 +- proto: MachineElectrolysisUnit + entities: + - uid: 1718 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 104 +- proto: MagazinePistolSubMachineGunPractice + entities: + - uid: 1648 + components: + - type: Transform + pos: 5.7430096,13.989216 + parent: 104 + - type: BallisticAmmoProvider + unspawnedCount: 35 +- proto: MedicalBed + entities: + - uid: 1868 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 104 + - uid: 1874 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 104 + - uid: 1890 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 104 + - uid: 1891 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 104 +- proto: MedkitAdvancedFilled + entities: + - uid: 447 + components: + - type: Transform + pos: 7.5183387,-10.279964 + parent: 104 +- proto: MedkitBruteFilled + entities: + - uid: 138 + components: + - type: Transform + pos: 7.5183387,-10.576839 + parent: 104 +- proto: MedkitBurnFilled + entities: + - uid: 1894 + components: + - type: Transform + pos: 7.5339637,-10.889339 + parent: 104 +- proto: MedkitFilled + entities: + - uid: 770 + components: + - type: Transform + pos: 0.48478004,-16.399067 + parent: 104 +- proto: MedkitOxygenFilled + entities: + - uid: 1895 + components: + - type: Transform + pos: 7.5339637,-11.186214 + parent: 104 +- proto: MedkitRadiationFilled + entities: + - uid: 448 + components: + - type: Transform + pos: 7.5495887,-11.733089 + parent: 104 +- proto: MedkitToxinFilled + entities: + - uid: 1388 + components: + - type: Transform + pos: 7.5339637,-11.436214 + parent: 104 +- proto: Mirror + entities: + - uid: 142 + components: + - type: Transform + pos: 9.5,1.5 + parent: 104 + - uid: 146 + components: + - type: Transform + pos: 10.5,1.5 + parent: 104 +- proto: ModularGrenade + entities: + - uid: 1326 + components: + - type: Transform + pos: 4.001747,-17.289776 + parent: 104 + - uid: 1328 + components: + - type: Transform + pos: 4.204872,-17.508755 + parent: 104 +- proto: MopBucket + entities: + - uid: 149 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 104 +- proto: MopItem + entities: + - uid: 150 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 104 +- proto: Multitool + entities: + - uid: 1555 + components: + - type: Transform + pos: 11.895346,-10.413807 + parent: 104 +- proto: NukeDiskFake + entities: + - uid: 282 + components: + - type: Transform + pos: 12.149857,15.427643 + parent: 104 +- proto: OperatingTable + entities: + - uid: 2435 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 104 +- proto: Paper + entities: + - uid: 612 + components: + - type: Transform + pos: -14.166584,9.634687 + parent: 104 +- proto: PartRodMetal + entities: + - uid: 2425 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 104 + - uid: 2426 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 104 +- proto: PhoneInstrumentSyndicate + entities: + - uid: 1684 + components: + - type: Transform + pos: 1.4424791,-6.340748 + parent: 104 +- proto: PianoInstrument + entities: + - uid: 2430 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 104 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 1817 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 104 + - uid: 1818 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 104 + - uid: 1819 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 104 + - uid: 1858 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 104 +- proto: PlushieBee + entities: + - uid: 2317 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 104 +- proto: PlushieLizard + entities: + - uid: 1266 + components: + - type: Transform + pos: -15.435635,22.055351 + parent: 104 + - uid: 2315 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 104 + - uid: 3367 + components: + - type: Transform + pos: -4.605839,20.481245 + parent: 104 +- proto: PlushieNuke + entities: + - uid: 163 + components: + - type: Transform + pos: 1.8113766,-6.337348 + parent: 104 + - uid: 283 + components: + - type: Transform + pos: 12.912951,15.575253 + parent: 104 +- proto: PlushieRouny + entities: + - uid: 2316 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 104 +- proto: PlushieVox + entities: + - uid: 2314 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 104 +- proto: PortableScrubber + entities: + - uid: 811 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 104 +- proto: PosterBroken + entities: + - uid: 227 + components: + - type: Transform + pos: -0.5,10.5 + parent: 104 +- proto: PosterContrabandC20r + entities: + - uid: 1556 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 104 +- proto: PosterContrabandClown + entities: + - uid: 1681 + components: + - type: Transform + pos: 12.5,1.5 + parent: 104 +- proto: PosterContrabandCybersun600 + entities: + - uid: 2466 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 104 +- proto: PosterContrabandDonk + entities: + - uid: 12 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 104 + - uid: 2465 + components: + - type: Transform + pos: -10.5,8.5 + parent: 104 +- proto: PosterContrabandDonutCorp + entities: + - uid: 2450 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 104 +- proto: PosterContrabandEnergySwords + entities: + - uid: 1384 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 104 +- proto: PosterContrabandEnlistGorlex + entities: + - uid: 2461 + components: + - type: Transform + pos: -0.5,0.5 + parent: 104 +- proto: PosterContrabandInterdyne + entities: + - uid: 2464 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 104 +- proto: PosterContrabandLustyExomorph + entities: + - uid: 754 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 104 + - uid: 2447 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 104 +- proto: PosterContrabandMoth + entities: + - uid: 2462 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 104 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 2298 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 104 +- proto: PosterContrabandPower + entities: + - uid: 1563 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 104 +- proto: PosterContrabandPunchShit + entities: + - uid: 2451 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 104 +- proto: PosterContrabandRebelsUnite + entities: + - uid: 2446 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 104 +- proto: PosterContrabandRedRum + entities: + - uid: 1387 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 104 +- proto: PosterContrabandRevolver + entities: + - uid: 2452 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 104 +- proto: PosterContrabandRobustSoftdrinks + entities: + - uid: 1245 + components: + - type: Transform + pos: -9.5,8.5 + parent: 104 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 1386 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 104 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 1242 + components: + - type: Transform + pos: -15.5,7.5 + parent: 104 + - uid: 1561 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 104 + - uid: 2453 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 104 + - uid: 2454 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 104 +- proto: PosterContrabandTheBigGasTruth + entities: + - uid: 2455 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 104 +- proto: PosterContrabandVoteWeh + entities: + - uid: 1113 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 104 + - uid: 1227 + components: + - type: Transform + pos: -17.5,24.5 + parent: 104 + - uid: 1228 + components: + - type: Transform + pos: -16.5,24.5 + parent: 104 + - uid: 1229 + components: + - type: Transform + pos: -15.5,24.5 + parent: 104 + - uid: 1230 + components: + - type: Transform + pos: -14.5,24.5 + parent: 104 + - uid: 1231 + components: + - type: Transform + pos: -13.5,24.5 + parent: 104 + - uid: 1248 + components: + - type: Transform + pos: -12.5,24.5 + parent: 104 + - uid: 1251 + components: + - type: Transform + pos: -12.5,23.5 + parent: 104 + - uid: 1252 + components: + - type: Transform + pos: -12.5,22.5 + parent: 104 + - uid: 1253 + components: + - type: Transform + pos: -12.5,21.5 + parent: 104 + - uid: 1254 + components: + - type: Transform + pos: -12.5,20.5 + parent: 104 + - uid: 1255 + components: + - type: Transform + pos: -12.5,19.5 + parent: 104 + - uid: 1256 + components: + - type: Transform + pos: -13.5,19.5 + parent: 104 + - uid: 1258 + components: + - type: Transform + pos: -14.5,19.5 + parent: 104 + - uid: 1259 + components: + - type: Transform + pos: -15.5,19.5 + parent: 104 + - uid: 1260 + components: + - type: Transform + pos: -16.5,19.5 + parent: 104 + - uid: 1261 + components: + - type: Transform + pos: -17.5,19.5 + parent: 104 + - uid: 1262 + components: + - type: Transform + pos: -17.5,20.5 + parent: 104 + - uid: 1263 + components: + - type: Transform + pos: -17.5,21.5 + parent: 104 + - uid: 1264 + components: + - type: Transform + pos: -17.5,22.5 + parent: 104 + - uid: 1265 + components: + - type: Transform + pos: -17.5,23.5 + parent: 104 + - uid: 1565 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 104 +- proto: PosterContrabandWaffleCorp + entities: + - uid: 2463 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 104 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 2320 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 104 +- proto: PosterLegitCleanliness + entities: + - uid: 955 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 104 +- proto: PosterLegitIan + entities: + - uid: 1551 + components: + - type: Transform + pos: -0.5,12.5 + parent: 104 +- proto: PosterLegitIonRifle + entities: + - uid: 1558 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 104 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 237 + components: + - type: Transform + pos: -0.5,14.5 + parent: 104 +- proto: PosterMapSplit + entities: + - uid: 350 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 104 +- proto: PosterMapWaystation + entities: + - uid: 2449 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 104 +- proto: PottedPlant24 + entities: + - uid: 1143 + components: + - type: Transform + pos: -14.5,7.5 + parent: 104 +- proto: PottedPlantBioluminscent + entities: + - uid: 7 + components: + - type: Transform + pos: 15.481667,-8.824032 + parent: 104 +- proto: PottedPlantRandom + entities: + - uid: 1656 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 104 +- proto: PottedPlantRandomPlastic + entities: + - uid: 1654 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 104 + - uid: 1655 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 104 +- proto: Poweredlight + entities: + - uid: 1333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 104 +- proto: PoweredLightPostSmall + entities: + - uid: 2525 + components: + - type: Transform + pos: -10.5,0.5 + parent: 104 + - uid: 2527 + components: + - type: Transform + pos: -31.5,0.5 + parent: 104 + - uid: 2528 + components: + - type: Transform + pos: -27.5,0.5 + parent: 104 + - uid: 2529 + components: + - type: Transform + pos: -23.5,0.5 + parent: 104 + - uid: 2530 + components: + - type: Transform + pos: -19.5,0.5 + parent: 104 + - uid: 2531 + components: + - type: Transform + pos: -15.5,0.5 + parent: 104 + - uid: 2532 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 104 + - uid: 2533 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 104 + - uid: 2534 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 104 + - uid: 2535 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 104 + - uid: 2536 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 104 + - uid: 2537 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 104 +- proto: PoweredSmallLight + entities: + - uid: 23 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-1.5 + parent: 104 +- proto: Rack + entities: + - uid: 472 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 104 + - uid: 1360 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 104 +- proto: Railing + entities: + - uid: 253 + components: + - type: Transform + pos: -31.5,0.5 + parent: 104 + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 104 + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 104 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 104 + - uid: 458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 104 + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,5.5 + parent: 104 + - uid: 461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 104 + - uid: 481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,6.5 + parent: 104 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,7.5 + parent: 104 + - uid: 585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-22.5 + parent: 104 + - uid: 942 + components: + - type: Transform + pos: -20.5,0.5 + parent: 104 + - uid: 956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,1.5 + parent: 104 + - uid: 1080 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 104 + - uid: 1111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 104 + - uid: 1159 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 104 + - uid: 1301 + components: + - type: Transform + pos: -28.5,-23.5 + parent: 104 + - uid: 1302 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 104 + - uid: 1303 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 104 + - uid: 1305 + components: + - type: Transform + pos: -24.5,-23.5 + parent: 104 + - uid: 1306 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 104 + - uid: 1307 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 104 + - uid: 1308 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 104 + - uid: 1309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,4.5 + parent: 104 + - uid: 1310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,4.5 + parent: 104 + - uid: 1311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,4.5 + parent: 104 + - uid: 1312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,4.5 + parent: 104 + - uid: 1313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,4.5 + parent: 104 + - uid: 1314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,4.5 + parent: 104 + - uid: 1315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,4.5 + parent: 104 + - uid: 1316 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 104 + - uid: 1317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,4.5 + parent: 104 + - uid: 1319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,4.5 + parent: 104 + - uid: 1323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,3.5 + parent: 104 + - uid: 1352 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 104 + - uid: 1353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,4.5 + parent: 104 + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,4.5 + parent: 104 + - uid: 1355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,4.5 + parent: 104 + - uid: 1357 + components: + - type: Transform + pos: -27.5,-23.5 + parent: 104 + - uid: 1373 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 104 + - uid: 1374 + components: + - type: Transform + pos: -29.5,-23.5 + parent: 104 + - uid: 1378 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 104 + - uid: 1379 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 104 + - uid: 1414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 104 + - uid: 1432 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 104 + - uid: 1800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-21.5 + parent: 104 + - uid: 1838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-18.5 + parent: 104 + - uid: 1839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-17.5 + parent: 104 + - uid: 1845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-16.5 + parent: 104 + - uid: 1846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 104 + - uid: 1851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 104 + - uid: 1852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 104 + - uid: 1857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 104 + - uid: 1882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,4.5 + parent: 104 + - uid: 1902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,4.5 + parent: 104 + - uid: 1903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,4.5 + parent: 104 + - uid: 1916 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 104 + - uid: 1917 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 104 + - uid: 1918 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 104 + - uid: 1919 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 104 + - uid: 1920 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 104 + - uid: 1921 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 104 + - uid: 1922 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 104 + - uid: 1945 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 104 + - uid: 1946 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 104 + - uid: 1951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,2.5 + parent: 104 + - uid: 2045 + components: + - type: Transform + pos: -32.5,0.5 + parent: 104 + - uid: 2083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-9.5 + parent: 104 + - uid: 2089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 104 + - uid: 2097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-8.5 + parent: 104 + - uid: 2126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-10.5 + parent: 104 + - uid: 2135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-11.5 + parent: 104 + - uid: 2482 + components: + - type: Transform + pos: -30.5,0.5 + parent: 104 + - uid: 2483 + components: + - type: Transform + pos: -28.5,0.5 + parent: 104 + - uid: 2484 + components: + - type: Transform + pos: -27.5,0.5 + parent: 104 + - uid: 2485 + components: + - type: Transform + pos: -26.5,0.5 + parent: 104 + - uid: 2486 + components: + - type: Transform + pos: -24.5,0.5 + parent: 104 + - uid: 2487 + components: + - type: Transform + pos: -23.5,0.5 + parent: 104 + - uid: 2488 + components: + - type: Transform + pos: -22.5,0.5 + parent: 104 + - uid: 2489 + components: + - type: Transform + pos: -19.5,0.5 + parent: 104 + - uid: 2490 + components: + - type: Transform + pos: -18.5,0.5 + parent: 104 + - uid: 2491 + components: + - type: Transform + pos: -16.5,0.5 + parent: 104 + - uid: 2492 + components: + - type: Transform + pos: -15.5,0.5 + parent: 104 + - uid: 2493 + components: + - type: Transform + pos: -14.5,0.5 + parent: 104 + - uid: 2494 + components: + - type: Transform + pos: -12.5,0.5 + parent: 104 + - uid: 2495 + components: + - type: Transform + pos: -11.5,0.5 + parent: 104 + - uid: 2497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-19.5 + parent: 104 + - uid: 2498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-19.5 + parent: 104 + - uid: 2499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-19.5 + parent: 104 + - uid: 2500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-19.5 + parent: 104 + - uid: 2501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-19.5 + parent: 104 + - uid: 2502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-19.5 + parent: 104 + - uid: 2503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-19.5 + parent: 104 + - uid: 2504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-19.5 + parent: 104 + - uid: 2506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-19.5 + parent: 104 + - uid: 2509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-19.5 + parent: 104 + - uid: 2510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-19.5 + parent: 104 + - uid: 2511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-19.5 + parent: 104 + - uid: 2512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-19.5 + parent: 104 + - uid: 2513 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-19.5 + parent: 104 + - uid: 2516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-19.5 + parent: 104 + - uid: 2517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-19.5 + parent: 104 + - uid: 2518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-19.5 + parent: 104 + - uid: 2519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-19.5 + parent: 104 + - uid: 2520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-20.5 + parent: 104 +- proto: RailingCorner + entities: + - uid: 1790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-23.5 + parent: 104 + - uid: 1950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,4.5 + parent: 104 + - uid: 2496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,0.5 + parent: 104 + - uid: 2522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-19.5 + parent: 104 +- proto: RailingCornerSmall + entities: + - uid: 1285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-23.5 + parent: 104 + - uid: 1761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,8.5 + parent: 104 + - uid: 1869 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 104 + - uid: 1873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-24.5 + parent: 104 + - uid: 1883 + components: + - type: Transform + pos: -18.5,4.5 + parent: 104 + - uid: 2523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 104 + - uid: 2524 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 104 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 1842 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 104 + - uid: 1848 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 104 + - uid: 1849 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 104 + - uid: 1853 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 104 + - uid: 1855 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 104 +- proto: ReinforcedWindow + entities: + - uid: 52 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 104 + - uid: 73 + components: + - type: Transform + pos: 11.5,1.5 + parent: 104 + - uid: 89 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 104 + - uid: 99 + components: + - type: Transform + pos: 0.5,1.5 + parent: 104 + - uid: 103 + components: + - type: Transform + pos: 4.5,1.5 + parent: 104 + - uid: 127 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 104 + - uid: 128 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 104 + - uid: 129 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 104 + - uid: 155 + components: + - type: Transform + pos: 2.5,3.5 + parent: 104 + - uid: 223 + components: + - type: Transform + pos: 4.5,2.5 + parent: 104 + - uid: 224 + components: + - type: Transform + pos: 4.5,3.5 + parent: 104 + - uid: 353 + components: + - type: Transform + pos: 2.5,2.5 + parent: 104 + - uid: 498 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 104 + - uid: 530 + components: + - type: Transform + pos: 8.5,20.5 + parent: 104 + - uid: 649 + components: + - type: Transform + pos: -12.5,5.5 + parent: 104 + - uid: 1037 + components: + - type: Transform + pos: 1.5,21.5 + parent: 104 + - uid: 1038 + components: + - type: Transform + pos: 6.5,21.5 + parent: 104 + - uid: 1039 + components: + - type: Transform + pos: 8.5,21.5 + parent: 104 + - uid: 1040 + components: + - type: Transform + pos: 7.5,21.5 + parent: 104 + - uid: 1102 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 104 + - uid: 1103 + components: + - type: Transform + pos: 2.5,21.5 + parent: 104 + - uid: 1118 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 104 + - uid: 1142 + components: + - type: Transform + pos: -14.5,5.5 + parent: 104 + - uid: 1186 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 104 + - uid: 1196 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 104 + - uid: 1198 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 104 + - uid: 1382 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 104 + - uid: 1385 + components: + - type: Transform + pos: 2.5,1.5 + parent: 104 + - uid: 1820 + components: + - type: Transform + pos: 5.5,21.5 + parent: 104 + - uid: 1821 + components: + - type: Transform + pos: 0.5,21.5 + parent: 104 + - uid: 1828 + components: + - type: Transform + pos: 4.5,21.5 + parent: 104 + - uid: 1829 + components: + - type: Transform + pos: 0.5,20.5 + parent: 104 + - uid: 1929 + components: + - type: Transform + pos: 3.5,21.5 + parent: 104 + - uid: 2081 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 104 +- proto: RemoteSignaller + entities: + - uid: 1322 + components: + - type: Transform + pos: 5.611122,-17.316748 + parent: 104 + - uid: 1332 + components: + - type: Transform + pos: 5.267372,-17.316748 + parent: 104 +- proto: Screwdriver + entities: + - uid: 1325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.954872,-17.44188 + parent: 104 +- proto: SheetGlass + entities: + - uid: 2421 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 104 + - uid: 2422 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 104 +- proto: SheetPlasteel + entities: + - uid: 2423 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 104 + - uid: 2424 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 104 +- proto: SheetPlastic + entities: + - uid: 460 + components: + - type: Transform + pos: 12.60107,-16.44067 + parent: 104 +- proto: SheetSteel + entities: + - uid: 286 + components: + - type: Transform + pos: 13.50732,-16.456295 + parent: 104 + - uid: 1350 + components: + - type: Transform + pos: 3.460312,-15.657375 + parent: 104 + - uid: 2419 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 104 + - uid: 2420 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 104 +- proto: SignalTrigger + entities: + - uid: 1330 + components: + - type: Transform + pos: 3.6284866,-16.955233 + parent: 104 + - uid: 1331 + components: + - type: Transform + pos: 3.3003616,-17.06472 + parent: 104 +- proto: SignDirectionalBar + entities: + - uid: 2297 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 104 +- proto: SignEscapePods + entities: + - uid: 1737 + components: + - type: MetaData + desc: steel rain babey + name: drop pod sign + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-8.5 + parent: 104 +- proto: SignMedical + entities: + - uid: 351 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 104 +- proto: SignSurgery + entities: + - uid: 266 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 104 +- proto: SignToxins2 + entities: + - uid: 1318 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 104 +- proto: SinkStemlessWater + entities: + - uid: 22 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 104 +- proto: SinkWide + entities: + - uid: 144 + components: + - type: Transform + pos: 9.5,0.5 + parent: 104 + - uid: 145 + components: + - type: Transform + pos: 10.5,0.5 + parent: 104 + - uid: 1246 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 104 + - uid: 1358 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 104 + - uid: 2311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 104 +- proto: SmallLight + entities: + - uid: 484 + components: + - type: Transform + pos: -12.5,7.5 + parent: 104 + - uid: 1024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 104 + - uid: 1141 + components: + - type: Transform + pos: -13.5,9.5 + parent: 104 + - uid: 1766 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 104 +- proto: SMESBasic + entities: + - uid: 2331 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 104 + - uid: 2332 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 104 + - uid: 2333 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 104 +- proto: soda_dispenser + entities: + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-8.5 + parent: 104 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 1652 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 104 + - uid: 1653 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 104 +- proto: SpawnMobLizard + entities: + - uid: 2473 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 104 +- proto: SpawnPointNukies + entities: + - uid: 167 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 104 + - uid: 172 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 104 + - uid: 173 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 104 + - uid: 2477 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 104 + - uid: 2478 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 104 + - uid: 2479 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 104 + - uid: 2480 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 104 +- proto: Spear + entities: + - uid: 3366 + components: + - type: Transform + pos: -5.3505287,20.508072 + parent: 104 +- proto: SprayBottle + entities: + - uid: 1699 + components: + - type: Transform + pos: 14.060668,-16.439913 + parent: 104 +- proto: StasisBed + entities: + - uid: 1130 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 104 +- proto: Stool + entities: + - uid: 156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 104 + - uid: 158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 104 + - uid: 164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 104 + - uid: 166 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 104 + - uid: 169 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 104 + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-13.5 + parent: 104 + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 + parent: 104 + - uid: 200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 104 + - uid: 507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 104 + - uid: 1334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-1.5 + parent: 104 + - uid: 1369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 104 + - uid: 1371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 104 + - uid: 1372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-14.5 + parent: 104 +- proto: StoolBar + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 104 + - uid: 2 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 104 + - uid: 3 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 104 + - uid: 4 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 104 + - uid: 5 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 104 + - uid: 6 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 104 +- proto: SubstationBasic + entities: + - uid: 2366 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 104 +- proto: SurveillanceCameraGeneral + entities: + - uid: 85 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Bar + - uid: 1144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dock + - uid: 1185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,7.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Surveillance Shack + - uid: 1268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-12.5 + parent: 104 + - uid: 1269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-12.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Medbay + - uid: 1270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-12.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Chem and Bombs + - uid: 1272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 104 + - uid: 1274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Entrance + - uid: 1320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-4.5 + parent: 104 + - uid: 1321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 104 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 620 + components: + - type: Transform + pos: -15.5,9.5 + parent: 104 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 978 + components: + - type: Transform + pos: -15.5,8.5 + parent: 104 +- proto: SurveillanceWirelessCameraAnchoredEntertainment + entities: + - uid: 1023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,21.5 + parent: 104 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEntertainment + nameSet: True + id: Weeh +- proto: SyndicatePersonalAI + entities: + - uid: 160 + components: + - type: Transform + pos: 1.4711013,-3.6405277 + parent: 104 +- proto: SyndieFlag + entities: + - uid: 819 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 104 +- proto: SyndieHandyFlag + entities: + - uid: 1810 + components: + - type: Transform + pos: 3.5076954,-6.413422 + parent: 104 +- proto: SyringeInaprovaline + entities: + - uid: 1151 + components: + - type: Transform + pos: -2.530845,-12.414692 + parent: 104 +- proto: Table + entities: + - uid: 16 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 104 + - uid: 107 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 104 + - uid: 1090 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 104 + - uid: 1193 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 104 + - uid: 1300 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 104 + - uid: 1813 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 104 + - uid: 1814 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 104 + - uid: 1815 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 104 + - uid: 1859 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 104 + - uid: 2321 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 104 +- proto: TableCarpet + entities: + - uid: 9 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 104 +- proto: TableGlass + entities: + - uid: 980 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 104 + - uid: 1125 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 104 + - uid: 2090 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 104 + - uid: 2092 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 104 +- proto: TablePlasmaGlass + entities: + - uid: 2411 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 104 + - uid: 2412 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 104 + - uid: 2413 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 104 + - uid: 2414 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 104 + - uid: 2431 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 104 + - uid: 2432 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 104 + - uid: 2433 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 104 + - uid: 2434 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 104 +- proto: TableReinforced + entities: + - uid: 201 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 104 + - uid: 202 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 104 + - uid: 203 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 104 + - uid: 208 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 104 + - uid: 226 + components: + - type: Transform + pos: 5.5,10.5 + parent: 104 + - uid: 229 + components: + - type: Transform + pos: 5.5,11.5 + parent: 104 + - uid: 239 + components: + - type: Transform + pos: 5.5,13.5 + parent: 104 + - uid: 241 + components: + - type: Transform + pos: 5.5,14.5 + parent: 104 + - uid: 285 + components: + - type: Transform + pos: 5.5,12.5 + parent: 104 + - uid: 697 + components: + - type: Transform + pos: -13.5,5.5 + parent: 104 + - uid: 1129 + components: + - type: Transform + pos: -14.5,9.5 + parent: 104 + - uid: 1149 + components: + - type: Transform + pos: -13.5,9.5 + parent: 104 +- proto: TableReinforcedGlass + entities: + - uid: 838 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 104 + - uid: 975 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 104 + - uid: 976 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 104 + - uid: 1192 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 104 + - uid: 1351 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 104 + - uid: 1739 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 104 + - uid: 2016 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 104 + - uid: 2022 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 104 + - uid: 2027 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 104 + - uid: 2028 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 104 +- proto: TableWood + entities: + - uid: 8 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 104 + - uid: 28 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 104 + - uid: 30 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 104 + - uid: 31 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 104 + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 104 + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 104 + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 104 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 104 + - uid: 36 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 104 + - uid: 37 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 104 + - uid: 159 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 104 + - uid: 162 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 104 + - uid: 355 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 104 +- proto: TargetClown + entities: + - uid: 1291 + components: + - type: Transform + pos: 0.5,12.5 + parent: 104 +- proto: TargetHuman + entities: + - uid: 1293 + components: + - type: Transform + pos: 0.5,14.5 + parent: 104 + - uid: 2308 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 104 +- proto: TargetStrange + entities: + - uid: 1294 + components: + - type: Transform + pos: 0.5,10.5 + parent: 104 +- proto: TearGasGrenade + entities: + - uid: 306 + components: + - type: Transform + pos: 14.638793,-16.908663 + parent: 104 + - uid: 1703 + components: + - type: Transform + pos: 14.341918,-16.877413 + parent: 104 +- proto: Telecrystal1 + entities: + - uid: 2474 + components: + - type: Transform + pos: 2.9398513,-3.4842777 + parent: 104 +- proto: TimerTrigger + entities: + - uid: 1225 + components: + - type: Transform + pos: 3.7048721,-16.445147 + parent: 104 + - uid: 1329 + components: + - type: Transform + pos: 3.3003616,-16.470352 + parent: 104 +- proto: ToiletEmpty + entities: + - uid: 293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 104 +- proto: ToolboxElectricalFilled + entities: + - uid: 206 + components: + - type: Transform + pos: 13.241143,-10.4236145 + parent: 104 +- proto: ToolboxEmergencyFilled + entities: + - uid: 1368 + components: + - type: Transform + pos: -2.4700382,-4.362167 + parent: 104 +- proto: ToolboxSyndicateFilled + entities: + - uid: 205 + components: + - type: Transform + pos: 12.366143,-10.392332 + parent: 104 +- proto: ToyFigurineCaptain + entities: + - uid: 2470 + components: + - type: Transform + pos: 2.5657434,-3.260709 + parent: 104 +- proto: ToyFigurineNukie + entities: + - uid: 14 + components: + - type: Transform + pos: 3.4242263,-2.6717777 + parent: 104 + - uid: 161 + components: + - type: Transform + pos: 3.5492263,-2.4374027 + parent: 104 + - uid: 2468 + components: + - type: Transform + pos: 3.6429763,-2.6717777 + parent: 104 +- proto: ToyFigurineNukieCommander + entities: + - uid: 2471 + components: + - type: Transform + pos: 3.1898513,-2.9530277 + parent: 104 +- proto: ToyFigurineNukieElite + entities: + - uid: 2467 + components: + - type: Transform + pos: 3.1117263,-2.6874027 + parent: 104 +- proto: ToyMauler + entities: + - uid: 2469 + components: + - type: Transform + pos: 3.0179763,-2.3124027 + parent: 104 +- proto: ToyNuke + entities: + - uid: 26 + components: + - type: Transform + pos: 4.4214306,-6.3946886 + parent: 104 + - uid: 284 + components: + - type: Transform + pos: 12.453509,14.985125 + parent: 104 +- proto: ToySkeleton + entities: + - uid: 17 + components: + - type: Transform + pos: 3.5882664,-8.344303 + parent: 104 +- proto: VariantCubeBox + entities: + - uid: 1826 + components: + - type: Transform + pos: 14.485744,-16.427467 + parent: 104 +- proto: VendingMachineBooze + entities: + - uid: 1380 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 104 +- proto: VendingMachineChang + entities: + - uid: 1208 + components: + - type: Transform + pos: -10.5,7.5 + parent: 104 +- proto: VendingMachineChemicalsSyndicate + entities: + - uid: 1335 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 104 +- proto: VendingMachineCigs + entities: + - uid: 117 + components: + - type: MetaData + name: cigarette machine + - type: Transform + pos: 7.5,0.5 + parent: 104 +- proto: VendingMachineClothing + entities: + - uid: 1617 + components: + - type: Transform + pos: 13.5,0.5 + parent: 104 +- proto: VendingMachineCola + entities: + - uid: 116 + components: + - type: Transform + pos: 5.5,0.5 + parent: 104 + - uid: 1244 + components: + - type: Transform + pos: -9.5,7.5 + parent: 104 +- proto: VendingMachineSnack + entities: + - uid: 2442 + components: + - type: Transform + pos: 6.5,0.5 + parent: 104 +- proto: VendingMachineSyndieDrobe + entities: + - uid: 1299 + components: + - type: Transform + pos: 11.5,0.5 + parent: 104 +- proto: VendingMachineTheater + entities: + - uid: 1680 + components: + - type: Transform + pos: 12.5,0.5 + parent: 104 +- proto: VendingMachineYouTool + entities: + - uid: 204 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 104 +- proto: WallIce + entities: + - uid: 236 + components: + - type: Transform + pos: -0.5,12.5 + parent: 104 + - uid: 356 + components: + - type: Transform + pos: -6.5,21.5 + parent: 104 + - uid: 357 + components: + - type: Transform + pos: -3.5,21.5 + parent: 104 + - uid: 416 + components: + - type: Transform + pos: -4.5,21.5 + parent: 104 + - uid: 727 + components: + - type: Transform + pos: -6.5,19.5 + parent: 104 + - uid: 1132 + components: + - type: Transform + pos: -4.5,22.5 + parent: 104 + - uid: 1133 + components: + - type: Transform + pos: -5.5,22.5 + parent: 104 + - uid: 1134 + components: + - type: Transform + pos: -6.5,22.5 + parent: 104 + - uid: 1221 + components: + - type: Transform + pos: -6.5,20.5 + parent: 104 + - uid: 1549 + components: + - type: Transform + pos: -0.5,10.5 + parent: 104 + - uid: 1670 + components: + - type: Transform + pos: -0.5,14.5 + parent: 104 +- proto: WallmountTelevision + entities: + - uid: 977 + components: + - type: Transform + pos: 6.5,1.5 + parent: 104 +- proto: WallPlastitanium + entities: + - uid: 38 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 104 + - uid: 39 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 104 + - uid: 40 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 104 + - uid: 41 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 104 + - uid: 42 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 104 + - uid: 43 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 104 + - uid: 44 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 104 + - uid: 45 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 104 + - uid: 46 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 104 + - uid: 47 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 104 + - uid: 50 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-12.5 + parent: 104 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-12.5 + parent: 104 + - uid: 53 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 104 + - uid: 54 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 104 + - uid: 57 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 104 + - uid: 59 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 104 + - uid: 60 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 104 + - uid: 61 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 104 + - uid: 62 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 104 + - uid: 63 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 104 + - uid: 64 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 104 + - uid: 66 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 104 + - uid: 67 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 104 + - uid: 68 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 104 + - uid: 69 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 104 + - uid: 70 + components: + - type: Transform + pos: 14.5,1.5 + parent: 104 + - uid: 71 + components: + - type: Transform + pos: 13.5,1.5 + parent: 104 + - uid: 72 + components: + - type: Transform + pos: 12.5,1.5 + parent: 104 + - uid: 74 + components: + - type: Transform + pos: 10.5,1.5 + parent: 104 + - uid: 75 + components: + - type: Transform + pos: 9.5,1.5 + parent: 104 + - uid: 76 + components: + - type: Transform + pos: 8.5,0.5 + parent: 104 + - uid: 77 + components: + - type: Transform + pos: 8.5,1.5 + parent: 104 + - uid: 78 + components: + - type: Transform + pos: 7.5,1.5 + parent: 104 + - uid: 79 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 104 + - uid: 80 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 104 + - uid: 82 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 104 + - uid: 83 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 104 + - uid: 84 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 104 + - uid: 86 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 104 + - uid: 87 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 104 + - uid: 88 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 104 + - uid: 90 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 104 + - uid: 91 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 104 + - uid: 92 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 104 + - uid: 93 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 104 + - uid: 94 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 104 + - uid: 97 + components: + - type: Transform + pos: 6.5,1.5 + parent: 104 + - uid: 98 + components: + - type: Transform + pos: 5.5,1.5 + parent: 104 + - uid: 101 + components: + - type: Transform + pos: -0.5,0.5 + parent: 104 + - uid: 102 + components: + - type: Transform + pos: -0.5,1.5 + parent: 104 + - uid: 105 + components: + - type: Transform + pos: -1.5,0.5 + parent: 104 + - uid: 106 + components: + - type: Transform + pos: 14.5,0.5 + parent: 104 + - uid: 110 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 104 + - uid: 113 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 104 + - uid: 114 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 104 + - uid: 119 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 104 + - uid: 121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-12.5 + parent: 104 + - uid: 123 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 104 + - uid: 124 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 104 + - uid: 125 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 104 + - uid: 126 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 104 + - uid: 132 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 104 + - uid: 133 + components: + - type: Transform + pos: 1.5,1.5 + parent: 104 + - uid: 137 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 104 + - uid: 168 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 104 + - uid: 171 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 104 + - uid: 174 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 104 + - uid: 175 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 104 + - uid: 176 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 104 + - uid: 177 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 104 + - uid: 179 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 104 + - uid: 180 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 104 + - uid: 181 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 104 + - uid: 182 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 104 + - uid: 183 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 104 + - uid: 184 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 104 + - uid: 185 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 104 + - uid: 186 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 104 + - uid: 187 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 104 + - uid: 188 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 104 + - uid: 189 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 104 + - uid: 191 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 104 + - uid: 192 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 104 + - uid: 193 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 104 + - uid: 199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 104 + - uid: 215 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 104 + - uid: 242 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 104 + - uid: 252 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 104 + - uid: 288 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 104 + - uid: 290 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 104 + - uid: 298 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 104 + - uid: 299 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 104 + - uid: 300 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 104 + - uid: 301 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 104 + - uid: 307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 + parent: 104 + - uid: 308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-10.5 + parent: 104 + - uid: 309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 104 + - uid: 310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-12.5 + parent: 104 + - uid: 311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-12.5 + parent: 104 + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-12.5 + parent: 104 + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-12.5 + parent: 104 + - uid: 314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-12.5 + parent: 104 + - uid: 315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-12.5 + parent: 104 + - uid: 316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-6.5 + parent: 104 + - uid: 317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-4.5 + parent: 104 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-6.5 + parent: 104 + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-4.5 + parent: 104 + - uid: 320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-8.5 + parent: 104 + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-10.5 + parent: 104 + - uid: 322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-7.5 + parent: 104 + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 104 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-9.5 + parent: 104 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-8.5 + parent: 104 + - uid: 342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-7.5 + parent: 104 + - uid: 343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 104 + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-5.5 + parent: 104 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-4.5 + parent: 104 + - uid: 346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-3.5 + parent: 104 + - uid: 347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-2.5 + parent: 104 + - uid: 378 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 104 + - uid: 379 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 104 + - uid: 380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 104 + - uid: 418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,8.5 + parent: 104 + - uid: 424 + components: + - type: Transform + pos: -10.5,8.5 + parent: 104 + - uid: 427 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 104 + - uid: 441 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 104 + - uid: 443 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 104 + - uid: 462 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 104 + - uid: 463 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 104 + - uid: 474 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 104 + - uid: 482 + components: + - type: Transform + pos: -9.5,8.5 + parent: 104 + - uid: 486 + components: + - type: Transform + pos: -16.5,8.5 + parent: 104 + - uid: 493 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 104 + - uid: 495 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 104 + - uid: 497 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 104 + - uid: 591 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 104 + - uid: 592 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 104 + - uid: 593 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 104 + - uid: 594 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 104 + - uid: 611 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 104 + - uid: 613 + components: + - type: Transform + pos: -13.5,19.5 + parent: 104 + - uid: 623 + components: + - type: Transform + pos: -17.5,19.5 + parent: 104 + - uid: 651 + components: + - type: Transform + pos: -17.5,23.5 + parent: 104 + - uid: 671 + components: + - type: Transform + pos: -12.5,24.5 + parent: 104 + - uid: 675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,9.5 + parent: 104 + - uid: 683 + components: + - type: Transform + pos: -15.5,10.5 + parent: 104 + - uid: 698 + components: + - type: Transform + pos: -14.5,10.5 + parent: 104 + - uid: 710 + components: + - type: Transform + pos: -13.5,10.5 + parent: 104 + - uid: 730 + components: + - type: Transform + pos: -12.5,10.5 + parent: 104 + - uid: 731 + components: + - type: Transform + pos: -12.5,22.5 + parent: 104 + - uid: 732 + components: + - type: Transform + pos: -15.5,19.5 + parent: 104 + - uid: 739 + components: + - type: Transform + pos: -17.5,21.5 + parent: 104 + - uid: 743 + components: + - type: Transform + pos: -16.5,9.5 + parent: 104 + - uid: 744 + components: + - type: Transform + pos: -16.5,7.5 + parent: 104 + - uid: 750 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 104 + - uid: 767 + components: + - type: Transform + pos: -16.5,10.5 + parent: 104 + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 104 + - uid: 1025 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 104 + - uid: 1026 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 104 + - uid: 1091 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 104 + - uid: 1104 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 104 + - uid: 1110 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 104 + - uid: 1123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 104 + - uid: 1126 + components: + - type: Transform + pos: -17.5,22.5 + parent: 104 + - uid: 1128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,8.5 + parent: 104 + - uid: 1136 + components: + - type: Transform + pos: -11.5,5.5 + parent: 104 + - uid: 1137 + components: + - type: Transform + pos: -15.5,7.5 + parent: 104 + - uid: 1138 + components: + - type: Transform + pos: -15.5,6.5 + parent: 104 + - uid: 1139 + components: + - type: Transform + pos: -15.5,5.5 + parent: 104 + - uid: 1147 + components: + - type: Transform + pos: -11.5,7.5 + parent: 104 + - uid: 1181 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 104 + - uid: 1184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 104 + - uid: 1188 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 104 + - uid: 1190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-11.5 + parent: 104 + - uid: 1197 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 104 + - uid: 1199 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 104 + - uid: 1201 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 104 + - uid: 1205 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 104 + - uid: 1206 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 104 + - uid: 1207 + components: + - type: Transform + pos: -17.5,24.5 + parent: 104 + - uid: 1209 + components: + - type: Transform + pos: -17.5,20.5 + parent: 104 + - uid: 1210 + components: + - type: Transform + pos: -14.5,19.5 + parent: 104 + - uid: 1211 + components: + - type: Transform + pos: -12.5,23.5 + parent: 104 + - uid: 1212 + components: + - type: Transform + pos: -16.5,19.5 + parent: 104 + - uid: 1213 + components: + - type: Transform + pos: -12.5,19.5 + parent: 104 + - uid: 1214 + components: + - type: Transform + pos: -16.5,24.5 + parent: 104 + - uid: 1215 + components: + - type: Transform + pos: -12.5,20.5 + parent: 104 + - uid: 1216 + components: + - type: Transform + pos: -15.5,24.5 + parent: 104 + - uid: 1218 + components: + - type: Transform + pos: -14.5,24.5 + parent: 104 + - uid: 1219 + components: + - type: Transform + pos: -12.5,21.5 + parent: 104 + - uid: 1220 + components: + - type: Transform + pos: -13.5,24.5 + parent: 104 + - uid: 1381 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 104 + - uid: 1409 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 104 + - uid: 1411 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 104 + - uid: 1412 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 104 + - uid: 1426 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 104 + - uid: 1783 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 104 + - uid: 1784 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 104 + - uid: 1811 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 104 + - uid: 1833 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 104 + - uid: 1834 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 104 + - uid: 1843 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 104 + - uid: 1850 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 104 + - uid: 1856 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 104 + - uid: 1861 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 104 + - uid: 1862 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 104 + - uid: 1863 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 104 + - uid: 1864 + components: + - type: Transform + pos: 28.5,-14.5 + parent: 104 + - uid: 1866 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 104 + - uid: 1871 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 104 + - uid: 1876 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 104 + - uid: 1881 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 104 + - uid: 1885 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 104 + - uid: 1889 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 104 + - uid: 1893 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 104 + - uid: 1897 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 104 + - uid: 1901 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 104 + - uid: 1905 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 104 + - uid: 1906 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 104 + - uid: 1907 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 104 + - uid: 1908 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 104 + - uid: 1914 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 104 + - uid: 1915 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 104 + - uid: 1943 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 104 + - uid: 1944 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 104 + - uid: 1968 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 104 + - uid: 1969 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 104 + - uid: 1970 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 104 + - uid: 1971 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 104 + - uid: 1972 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 104 + - uid: 2017 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 104 + - uid: 2018 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 104 + - uid: 2019 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 104 + - uid: 2299 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 104 + - uid: 2300 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 104 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 323 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 104 + - uid: 324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 104 + - uid: 325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 104 + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-9.5 + parent: 104 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-9.5 + parent: 104 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-10.5 + parent: 104 + - uid: 1088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-5.5 + parent: 104 + - uid: 1089 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 104 + - uid: 1119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 104 + - uid: 1689 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 104 + - uid: 1690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 104 + - uid: 1697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-4.5 + parent: 104 +- proto: WaterTankFull + entities: + - uid: 1547 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 104 +- proto: WeaponPistolCobra + entities: + - uid: 1705 + components: + - type: Transform + pos: 5.4793262,12.166912 + parent: 104 +- proto: WeaponShotgunSawn + entities: + - uid: 228 + components: + - type: Transform + pos: 5.347948,13.528896 + parent: 104 + - type: BallisticAmmoProvider + unspawnedCount: 2 +- proto: WeaponSprayNozzle + entities: + - uid: 152 + components: + - type: Transform + pos: 9.67418,-4.571714 + parent: 104 +- proto: WeaponSubMachineGunC20r + entities: + - uid: 1704 + components: + - type: Transform + pos: 5.497257,12.817707 + parent: 104 +- proto: WelderIndustrial + entities: + - uid: 207 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 104 +- proto: Windoor + entities: + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 104 +- proto: WindoorSecure + entities: + - uid: 1145 + components: + - type: Transform + pos: -13.5,5.5 + parent: 104 + - uid: 1827 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 104 +- proto: WindowReinforcedDirectional + entities: + - uid: 766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 104 + - uid: 1135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 104 + - uid: 1217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 104 + - uid: 1247 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 104 + - uid: 1370 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 104 + - uid: 2082 + components: + - type: Transform + pos: 7.5,15.5 + parent: 104 + - uid: 2182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 104 + - uid: 2258 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 104 + - uid: 2290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,9.5 + parent: 104 + - uid: 2293 + components: + - type: Transform + pos: 5.5,15.5 + parent: 104 + - uid: 2294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 104 +... diff --git a/Resources/Maps/Ruins/djstation.yml b/Resources/Maps/Ruins/djstation.yml index 27d4b555811..8a81ede4fbe 100644 --- a/Resources/Maps/Ruins/djstation.yml +++ b/Resources/Maps/Ruins/djstation.yml @@ -1,1971 +1,1971 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 14: FloorBar - 29: FloorDark - 44: FloorFreezer - 62: FloorLino - 92: FloorSteelCheckerLight - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 2 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAXAAAAAADXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADeQAAAAAAXAAAAAAAXAAAAAADXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAADHQAAAAADXAAAAAAAXAAAAAACXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADDgAAAAAADgAAAAACDgAAAAACDgAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAACHQAAAAAAXAAAAAABXAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAXAAAAAACXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAADHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAABXAAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: 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: 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 - 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: VendingMachineSnack - entities: - - uid: 310 - components: - - type: Transform - pos: -1.5,-4.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: 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 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 29: FloorDark + 44: FloorFreezer + 62: FloorLino + 92: FloorSteelCheckerLight + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAXAAAAAADXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADeQAAAAAAXAAAAAAAXAAAAAADXAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAADHQAAAAADXAAAAAAAXAAAAAACXAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADDgAAAAAADgAAAAACDgAAAAACDgAAAAADXAAAAAABXAAAAAABXAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABDgAAAAABDgAAAAACDgAAAAABDgAAAAACHQAAAAAAXAAAAAABXAAAAAADXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAXAAAAAAAXAAAAAACXAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAADXAAAAAADHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAAAXAAAAAABXAAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAABXAAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXAAAAAACXAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: 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: 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 + 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: VendingMachineSnack + entities: + - uid: 310 + components: + - type: Transform + pos: -1.5,-4.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: 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/relaystation.yml b/Resources/Maps/Ruins/relaystation.yml index 3f3b08fa9fb..9588a0771d5 100644 --- a/Resources/Maps/Ruins/relaystation.yml +++ b/Resources/Maps/Ruins/relaystation.yml @@ -1,760 +1,760 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 54: FloorGreenCircuit - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 2 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: EncryptionKeyCargo - entities: - - uid: 82 - components: - - type: Transform - parent: 81 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 86 - components: - - type: Transform - parent: 85 - - type: Physics - canCollide: False -- proto: EncryptionKeyEngineering - entities: - - uid: 80 - components: - - type: Transform - parent: 79 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 84 - components: - - type: Transform - parent: 83 - - type: Physics - canCollide: False -- 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: 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: 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: SignSpace - entities: - - uid: 43 - components: - - type: Transform - 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: TelecomServer - entities: - - uid: 79 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 80 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 81 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 82 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 83 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 84 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 85 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 2 - - type: ContainerContainer - containers: - key_slots: !type:Container - showEnts: False - occludes: True - ents: - - 86 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- 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 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 54: FloorGreenCircuit + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 2 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAANgAAAAAAHQAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: EncryptionKeyCargo + entities: + - uid: 82 + components: + - type: Transform + parent: 81 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 86 + components: + - type: Transform + parent: 85 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 80 + components: + - type: Transform + parent: 79 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 84 + components: + - type: Transform + parent: 83 + - type: Physics + canCollide: False +- 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: 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: 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: SignSpace + entities: + - uid: 43 + components: + - type: Transform + 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: TelecomServer + entities: + - uid: 79 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 80 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 81 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 82 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 83 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 84 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] + - uid: 85 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 86 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- 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 +... diff --git a/Resources/Maps/Salvage/asteroid-base.yml b/Resources/Maps/Salvage/asteroid-base.yml index 0240648fa4c..fe054d40a0a 100644 --- a/Resources/Maps/Salvage/asteroid-base.yml +++ b/Resources/Maps/Salvage/asteroid-base.yml @@ -1,2359 +1,2359 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 11: FloorAsteroidTile - 44: FloorFreezer - 45: FloorGlass - 104: FloorTechMaint - 106: FloorTechMaint3 - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 407 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAALAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAALQAAAAAALQAAAAAAdgAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAAdgAAAAACLQAAAAAALQAAAAAAdgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAdgAAAAABdgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAABwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Bot - decals: - 0: -5,6 - 1: -4,6 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 5: 4,3 - 6: 8,8 - 10: 6,-8 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 2: -5,5 - 7: 7,8 - 8: 6,5 - 9: 9,-6 - 14: 9,-11 - 15: 12,-12 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 3: 5,9 - 4: 6,4 - 11: 7,-6 - 12: 12,-7 - 13: 7,-10 - 16: 12,-10 - 17: 13,-11 - 18: 10,-10 - - node: - color: '#D381C996' - id: HalfTileOverlayGreyscale - decals: - 21: 7,-6 - 22: 8,-6 - 30: 8,-10 - 31: 9,-10 - 32: 10,-10 - 33: 11,-10 - 34: 12,-10 - - node: - color: '#D381C996' - id: HalfTileOverlayGreyscale180 - decals: - 25: 7,-8 - 26: 8,-8 - 27: 9,-12 - 28: 10,-12 - 29: 11,-12 - - node: - color: '#D381C996' - id: HalfTileOverlayGreyscale270 - decals: - 24: 6,-7 - 39: 6,-8 - 40: 6,-6 - 43: 7,-11 - 44: 7,-10 - 45: 8,-12 - - node: - color: '#D381C996' - id: HalfTileOverlayGreyscale90 - decals: - 23: 9,-7 - 35: 9,-6 - 36: 9,-8 - 46: 13,-10 - 47: 13,-11 - 48: 12,-12 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale - decals: - 37: 9,-6 - 49: 13,-10 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale180 - decals: - 42: 6,-8 - 51: 7,-11 - 52: 12,-11 - 56: 8,-12 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale270 - decals: - 38: 9,-8 - 53: 8,-11 - 54: 13,-11 - 55: 12,-12 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale90 - decals: - 41: 6,-6 - 50: 7,-10 - - node: - color: '#FFFFFFFF' - id: WarnCorner - decals: - 19: 7,-5 - - node: - color: '#FFFFFFFF' - id: WarnCornerFlipped - decals: - 20: 8,-5 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNe - decals: - 70: -8,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNw - decals: - 69: -5,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 67: -8,-9 - 68: -8,-8 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 63: -7,-10 - 64: -6,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 57: -5,-10 - 58: -6,-10 - 59: -7,-10 - 60: -8,-10 - 61: -7,-7 - 62: -6,-7 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 65: -5,-9 - 66: -5,-8 - - type: GridAtmosphere - version: 2 - data: - tiles: - -3,-1: - 0: 50376 - -2,-1: - 0: 61446 - -1,-1: - 0: 61440 - -3,-3: - 0: 57280 - 1: 8192 - -3,-2: - 0: 35055 - -2,-3: - 0: 65271 - 2: 256 - -2,-2: - 0: 65535 - -1,-3: - 0: 7952 - -1,-2: - 0: 61457 - -3,0: - 0: 65516 - -3,1: - 0: 35943 - -2,0: - 0: 25360 - -2,1: - 0: 65260 - -2,2: - 0: 3311 - -1,1: - 0: 14199 - -1,2: - 0: 31 - 0,-3: - 0: 50672 - 0,-2: - 0: 62668 - 1,-3: - 0: 63228 - 1: 2048 - 1,-2: - 0: 29491 - 3: 36044 - 1,-1: - 0: 19596 - 1,-4: - 0: 32768 - 2,-4: - 0: 61440 - 2,-3: - 0: 65535 - 2,-2: - 3: 4915 - 0: 58436 - 4: 136 - 5: 2048 - 2,-1: - 0: 3 - 3,-4: - 0: 12288 - 3,-3: - 0: 30583 - 3,-2: - 4: 17 - 0: 4898 - 0,2: - 0: 143 - 0,0: - 0: 28160 - 1: 32768 - 0,1: - 0: 61166 - 1,0: - 0: 65318 - 1,1: - 0: 65527 - 1: 8 - 1,2: - 0: 4095 - 2,0: - 0: 4096 - 2,1: - 0: 12305 - 2,2: - 0: 307 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.213781 - - 79.80423 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.14996 - moles: - - 19.51668 - - 73.41989 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 5000 - moles: - - 6666.982 - - 0 - - 0 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 5000 - moles: - - 6480.3066 - - 0 - - 0 - - 6480.3066 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockCommandLocked - entities: - - uid: 85 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 407 -- proto: AirlockEngineeringLocked - entities: - - uid: 83 - components: - - type: Transform - pos: 5.5,7.5 - parent: 407 -- proto: AirlockExternalAtmosphericsLocked - entities: - - uid: 265 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 407 -- proto: AirlockExternalGlass - entities: - - uid: 86 - components: - - type: Transform - pos: 6.5,10.5 - parent: 407 -- proto: AirlockExternalGlassLocked - entities: - - uid: 84 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 407 - - type: Door - state: Welded - - type: Physics - canCollide: False - - type: Airtight - airBlocked: False -- proto: AirlockScienceGlassLocked - entities: - - uid: 381 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 407 -- proto: AirlockScienceLocked - entities: - - uid: 87 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 407 - - uid: 184 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 407 -- proto: APCBasic - entities: - - uid: 228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,8.5 - parent: 407 - - uid: 229 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 407 - - uid: 230 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 407 -- proto: AsteroidRock - entities: - - uid: 22 - components: - - type: Transform - pos: 8.5,7.5 - parent: 407 - - uid: 23 - components: - - type: Transform - pos: -6.5,7.5 - parent: 407 - - uid: 24 - components: - - type: Transform - pos: -6.5,6.5 - parent: 407 - - uid: 30 - components: - - type: Transform - pos: 3.5,7.5 - parent: 407 - - uid: 31 - components: - - type: Transform - pos: 4.5,7.5 - parent: 407 - - uid: 32 - components: - - type: Transform - pos: 4.5,9.5 - parent: 407 - - uid: 33 - components: - - type: Transform - pos: 3.5,9.5 - parent: 407 - - uid: 34 - components: - - type: Transform - pos: 5.5,10.5 - parent: 407 - - uid: 35 - components: - - type: Transform - pos: 4.5,10.5 - parent: 407 - - uid: 36 - components: - - type: Transform - pos: 7.5,10.5 - parent: 407 - - uid: 37 - components: - - type: Transform - pos: 8.5,10.5 - parent: 407 - - uid: 38 - components: - - type: Transform - pos: 8.5,9.5 - parent: 407 - - uid: 39 - components: - - type: Transform - pos: 9.5,9.5 - parent: 407 - - uid: 40 - components: - - type: Transform - pos: 7.5,7.5 - parent: 407 - - uid: 41 - components: - - type: Transform - pos: 6.5,7.5 - parent: 407 - - uid: 42 - components: - - type: Transform - pos: 7.5,5.5 - parent: 407 - - uid: 43 - components: - - type: Transform - pos: 8.5,5.5 - parent: 407 - - uid: 44 - components: - - type: Transform - pos: 7.5,2.5 - parent: 407 - - uid: 45 - components: - - type: Transform - pos: 8.5,4.5 - parent: 407 - - uid: 46 - components: - - type: Transform - pos: 8.5,3.5 - parent: 407 - - uid: 47 - components: - - type: Transform - pos: 4.5,2.5 - parent: 407 - - uid: 48 - components: - - type: Transform - pos: 3.5,2.5 - parent: 407 - - uid: 54 - components: - - type: Transform - pos: -5.5,8.5 - parent: 407 - - uid: 55 - components: - - type: Transform - pos: -7.5,8.5 - parent: 407 - - uid: 56 - components: - - type: Transform - pos: -8.5,3.5 - parent: 407 - - uid: 57 - components: - - type: Transform - pos: -5.5,10.5 - parent: 407 - - uid: 58 - components: - - type: Transform - pos: -4.5,10.5 - parent: 407 - - uid: 59 - components: - - type: Transform - pos: -3.5,8.5 - parent: 407 - - uid: 60 - components: - - type: Transform - pos: -9.5,3.5 - parent: 407 - - uid: 61 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 407 - - uid: 90 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 407 - - uid: 91 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 407 - - uid: 92 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 407 - - uid: 93 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 407 - - uid: 94 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 407 - - uid: 95 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 407 - - uid: 96 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 407 - - uid: 97 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 407 - - uid: 98 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 407 - - uid: 99 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 407 - - uid: 100 - components: - - type: Transform - pos: -11.5,-7.5 - parent: 407 - - uid: 101 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 407 - - uid: 102 - components: - - type: Transform - pos: -11.5,-9.5 - parent: 407 - - uid: 103 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 407 - - uid: 104 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 407 - - uid: 105 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 407 - - uid: 106 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 407 - - uid: 107 - components: - - type: Transform - pos: -8.5,-9.5 - parent: 407 - - uid: 108 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 407 - - uid: 109 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 407 - - uid: 110 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 407 - - uid: 111 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 407 - - uid: 112 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 407 - - uid: 113 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 407 - - uid: 114 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 407 - - uid: 115 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 407 - - uid: 116 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 407 - - uid: 117 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 407 - - uid: 118 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 407 - - uid: 119 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 407 - - uid: 120 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 407 - - uid: 121 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 407 - - uid: 122 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 407 - - uid: 123 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 407 - - uid: 124 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 407 - - uid: 125 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 407 - - uid: 126 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 407 - - uid: 127 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 407 - - uid: 128 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 407 - - uid: 129 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 407 - - uid: 130 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 407 - - uid: 131 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 407 - - uid: 132 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 407 - - uid: 133 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 407 - - uid: 134 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 407 - - uid: 135 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 407 - - uid: 136 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 407 - - uid: 137 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 407 - - uid: 138 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 407 - - uid: 141 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 407 - - uid: 142 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 407 - - uid: 143 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 407 - - uid: 144 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 407 - - uid: 145 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 407 - - uid: 146 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 407 - - uid: 147 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 407 - - uid: 148 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 407 - - uid: 149 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 407 - - uid: 150 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 407 - - uid: 151 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 407 - - uid: 152 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 407 - - uid: 155 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 407 - - uid: 156 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 407 - - uid: 157 - components: - - type: Transform - pos: 14.5,-9.5 - parent: 407 - - uid: 158 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 407 - - uid: 159 - components: - - type: Transform - pos: -10.5,3.5 - parent: 407 - - uid: 160 - components: - - type: Transform - pos: -3.5,9.5 - parent: 407 - - uid: 163 - components: - - type: Transform - pos: -4.5,9.5 - parent: 407 - - uid: 164 - components: - - type: Transform - pos: -4.5,8.5 - parent: 407 - - uid: 166 - components: - - type: Transform - pos: -5.5,9.5 - parent: 407 - - uid: 174 - components: - - type: Transform - pos: -6.5,9.5 - parent: 407 - - uid: 177 - components: - - type: Transform - pos: -6.5,8.5 - parent: 407 - - uid: 178 - components: - - type: Transform - pos: 9.5,7.5 - parent: 407 - - uid: 179 - components: - - type: Transform - pos: 9.5,8.5 - parent: 407 - - uid: 180 - components: - - type: Transform - pos: -10.5,2.5 - parent: 407 - - uid: 181 - components: - - type: Transform - pos: -9.5,4.5 - parent: 407 - - uid: 182 - components: - - type: Transform - pos: -11.5,2.5 - parent: 407 - - uid: 183 - components: - - type: Transform - pos: -10.5,1.5 - parent: 407 - - uid: 186 - components: - - type: Transform - pos: -9.5,1.5 - parent: 407 - - uid: 187 - components: - - type: Transform - pos: -11.5,4.5 - parent: 407 - - uid: 195 - components: - - type: Transform - pos: -11.5,3.5 - parent: 407 - - uid: 201 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 407 - - uid: 202 - components: - - type: Transform - pos: 6.5,2.5 - parent: 407 - - uid: 335 - components: - - type: Transform - pos: -6.5,5.5 - parent: 407 - - uid: 337 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 407 -- proto: Bed - entities: - - uid: 172 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 407 -- proto: BedsheetNT - entities: - - uid: 173 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 407 -- proto: BlastDoor - entities: - - uid: 214 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 407 -- proto: BookshelfFilled - entities: - - uid: 197 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 407 - - uid: 200 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 407 -- proto: CableApcExtension - entities: - - uid: 288 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 407 - - uid: 289 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 407 - - uid: 290 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 407 - - uid: 291 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 407 - - uid: 292 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 407 - - uid: 293 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 407 - - uid: 294 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 407 - - uid: 295 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 407 - - uid: 296 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 407 - - uid: 297 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 407 - - uid: 298 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 407 - - uid: 299 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 407 - - uid: 300 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 407 - - uid: 301 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 407 - - uid: 302 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 407 - - uid: 303 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 407 - - uid: 304 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 407 - - uid: 305 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 407 - - uid: 306 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 407 - - uid: 307 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 407 - - uid: 308 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 407 - - uid: 309 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 407 - - uid: 310 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 407 - - uid: 311 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 407 - - uid: 312 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 407 - - uid: 313 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 407 - - uid: 314 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 407 - - uid: 315 - components: - - type: Transform - pos: 3.5,8.5 - parent: 407 - - uid: 316 - components: - - type: Transform - pos: 4.5,8.5 - parent: 407 - - uid: 317 - components: - - type: Transform - pos: 5.5,8.5 - parent: 407 - - uid: 318 - components: - - type: Transform - pos: 5.5,7.5 - parent: 407 - - uid: 319 - components: - - type: Transform - pos: 5.5,6.5 - parent: 407 - - uid: 320 - components: - - type: Transform - pos: 5.5,5.5 - parent: 407 - - uid: 321 - components: - - type: Transform - pos: 5.5,4.5 - parent: 407 - - uid: 322 - components: - - type: Transform - pos: 5.5,3.5 - parent: 407 - - uid: 324 - components: - - type: Transform - pos: 4.5,4.5 - parent: 407 - - uid: 325 - components: - - type: Transform - pos: 3.5,4.5 - parent: 407 -- proto: CableHV - entities: - - uid: 223 - components: - - type: Transform - pos: 2.5,3.5 - parent: 407 - - uid: 224 - components: - - type: Transform - pos: 2.5,4.5 - parent: 407 - - uid: 225 - components: - - type: Transform - pos: 2.5,5.5 - parent: 407 - - uid: 226 - components: - - type: Transform - pos: 2.5,6.5 - parent: 407 - - uid: 237 - components: - - type: Transform - pos: 3.5,3.5 - parent: 407 - - uid: 238 - components: - - type: Transform - pos: 4.5,3.5 - parent: 407 - - uid: 239 - components: - - type: Transform - pos: 5.5,3.5 - parent: 407 - - uid: 240 - components: - - type: Transform - pos: 5.5,2.5 - parent: 407 -- proto: CableMV - entities: - - uid: 25 - components: - - type: Transform - pos: 5.5,1.5 - parent: 407 - - uid: 232 - components: - - type: Transform - pos: 5.5,6.5 - parent: 407 - - uid: 233 - components: - - type: Transform - pos: 5.5,5.5 - parent: 407 - - uid: 234 - components: - - type: Transform - pos: 5.5,4.5 - parent: 407 - - uid: 235 - components: - - type: Transform - pos: 5.5,3.5 - parent: 407 - - uid: 236 - components: - - type: Transform - pos: 5.5,2.5 - parent: 407 - - uid: 241 - components: - - type: Transform - pos: 5.5,7.5 - parent: 407 - - uid: 242 - components: - - type: Transform - pos: 5.5,8.5 - parent: 407 - - uid: 243 - components: - - type: Transform - pos: 4.5,8.5 - parent: 407 - - uid: 244 - components: - - type: Transform - pos: 3.5,8.5 - parent: 407 - - uid: 245 - components: - - type: Transform - pos: 5.5,0.5 - parent: 407 - - uid: 246 - components: - - type: Transform - pos: 6.5,0.5 - parent: 407 - - uid: 247 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 407 - - uid: 248 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 407 - - uid: 249 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 407 - - uid: 250 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 407 - - uid: 252 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 407 - - uid: 253 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 407 - - uid: 254 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 407 - - uid: 255 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 407 - - uid: 256 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 407 - - uid: 257 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 407 - - uid: 258 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 407 - - uid: 259 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 407 - - uid: 260 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 407 - - uid: 261 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 407 - - uid: 262 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 407 - - uid: 266 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 407 - - uid: 267 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 407 - - uid: 268 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 407 - - uid: 269 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 407 - - uid: 270 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 407 - - uid: 271 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 407 - - uid: 272 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 407 - - uid: 273 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 407 - - uid: 274 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 407 - - uid: 275 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 407 - - uid: 276 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 407 - - uid: 277 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 407 - - uid: 278 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 407 - - uid: 279 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 407 - - uid: 280 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 407 - - uid: 281 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 407 - - uid: 282 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 407 - - uid: 283 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 407 - - uid: 284 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 407 - - uid: 285 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 407 - - uid: 286 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 407 - - uid: 287 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 407 -- proto: CableTerminal - entities: - - uid: 231 - components: - - type: Transform - pos: 2.5,4.5 - parent: 407 -- proto: CarpetSBlue - entities: - - uid: 175 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 407 - - uid: 176 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 407 - - uid: 215 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 407 - - uid: 326 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 407 -- proto: Catwalk - entities: - - uid: 62 - components: - - type: Transform - pos: -2.5,6.5 - parent: 407 - - uid: 63 - components: - - type: Transform - pos: -2.5,5.5 - parent: 407 - - uid: 64 - components: - - type: Transform - pos: -2.5,4.5 - parent: 407 - - uid: 65 - components: - - type: Transform - pos: -1.5,6.5 - parent: 407 - - uid: 66 - components: - - type: Transform - pos: -1.5,5.5 - parent: 407 - - uid: 67 - components: - - type: Transform - pos: -1.5,4.5 - parent: 407 - - uid: 68 - components: - - type: Transform - pos: -3.5,4.5 - parent: 407 - - uid: 251 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 407 - - uid: 263 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 407 - - uid: 264 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 407 -- proto: ChairOfficeDark - entities: - - uid: 205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-10.5 - parent: 407 - - uid: 206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-10.5 - parent: 407 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 161 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 407 -- proto: ClosetL3ScienceFilled - entities: - - uid: 354 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 407 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 196 - components: - - type: Transform - pos: 7.5,4.5 - parent: 407 -- proto: ClothingHeadHelmetAncient - entities: - - uid: 212 - components: - - type: Transform - pos: -7.681996,-9.518968 - parent: 407 -- proto: ClothingOuterHardsuitAncientEVA - entities: - - uid: 211 - components: - - type: Transform - pos: -7.353871,-9.425218 - parent: 407 -- proto: ComfyChair - entities: - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-6.5 - parent: 407 -- proto: ComputerBroken - entities: - - uid: 213 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 407 -- proto: CrateAirlockKit - entities: - - uid: 357 - components: - - type: Transform - pos: 3.5,3.5 - parent: 407 -- proto: CrateFilledSpawner - entities: - - uid: 88 - components: - - type: Transform - pos: -4.5,6.5 - parent: 407 - - uid: 89 - components: - - type: Transform - pos: -3.5,6.5 - parent: 407 -- proto: DresserFilled - entities: - - uid: 323 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 407 -- proto: FoodBakedCannabisBrownie - entities: - - uid: 334 - components: - - type: Transform - pos: -5.3684726,-6.19252 - parent: 407 -- proto: GravityGeneratorMini - entities: - - uid: 191 - components: - - type: Transform - pos: 5.5,3.5 - parent: 407 -- proto: Grille - entities: - - uid: 20 - components: - - type: Transform - pos: 1.5,5.5 - parent: 407 - - uid: 21 - components: - - type: Transform - pos: 1.5,4.5 - parent: 407 - - uid: 26 - components: - - type: Transform - pos: 1.5,6.5 - parent: 407 - - uid: 27 - components: - - type: Transform - pos: 7.5,6.5 - parent: 407 - - uid: 28 - components: - - type: Transform - pos: 1.5,7.5 - parent: 407 - - uid: 50 - components: - - type: Transform - pos: 2.5,2.5 - parent: 407 - - uid: 51 - components: - - type: Transform - pos: 1.5,2.5 - parent: 407 - - uid: 52 - components: - - type: Transform - pos: 1.5,3.5 - parent: 407 - - uid: 53 - components: - - type: Transform - pos: 2.5,7.5 - parent: 407 - - uid: 69 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 407 - - uid: 70 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 407 - - uid: 73 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 407 - - uid: 74 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 407 - - uid: 75 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 407 - - uid: 77 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 407 - - uid: 78 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 407 - - uid: 139 - components: - - type: Transform - pos: 12.5,-8.5 - parent: 407 - - uid: 378 - components: - - type: Transform - pos: 5.5,5.5 - parent: 407 -- proto: HospitalCurtainsOpen - entities: - - uid: 328 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 407 -- proto: Pickaxe - entities: - - uid: 355 - components: - - type: Transform - pos: 8.530472,8.534576 - parent: 407 -- proto: PlasmaOre1 - entities: - - uid: 397 - components: - - type: Transform - pos: -9.462246,2.5242848 - parent: 407 -- proto: PlasmaWindow - entities: - - uid: 76 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 407 - - uid: 79 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 407 - - uid: 80 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 407 - - uid: 81 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 407 - - uid: 82 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 407 -- proto: PlushieLamp - entities: - - uid: 330 - components: - - type: Transform - pos: -4.4913177,-9.236341 - parent: 407 -- proto: PortableGeneratorPacman - entities: - - uid: 208 - components: - - type: Transform - pos: 2.5,6.5 - parent: 407 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 341 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 407 -- proto: PoweredlightExterior - entities: - - uid: 165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-4.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightSodium - entities: - - uid: 216 - components: - - type: Transform - pos: 5.5,1.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 162 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 167 - components: - - type: Transform - pos: 4.5,6.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-7.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-9.5 - parent: 407 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 189 - components: - - type: Transform - pos: 4.5,8.5 - parent: 407 - - uid: 192 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 407 - - uid: 193 - components: - - type: Transform - pos: 8.5,8.5 - parent: 407 - - uid: 209 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 407 - - uid: 210 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 407 -- proto: RandomArtifactSpawner - entities: - - uid: 154 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 407 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 185 - components: - - type: Transform - pos: 12.5,-8.5 - parent: 407 -- proto: ReinforcedWindow - entities: - - uid: 71 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 407 - - uid: 72 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 407 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 198 - components: - - type: Transform - pos: 4.5,3.5 - parent: 407 - - uid: 203 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 407 - - uid: 336 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 407 - - uid: 338 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 407 -- proto: SheetPlasma1 - entities: - - uid: 384 - components: - - type: Transform - pos: 6.479499,3.526761 - parent: 407 - - uid: 385 - components: - - type: Transform - pos: 6.479499,3.526761 - parent: 407 - - uid: 386 - components: - - type: Transform - pos: 6.479499,3.526761 - parent: 407 - - uid: 387 - components: - - type: Transform - pos: 6.479499,3.526761 - parent: 407 - - uid: 388 - components: - - type: Transform - pos: 6.479499,3.526761 - parent: 407 -- proto: SheetRPGlass1 - entities: - - uid: 389 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 - - uid: 390 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 - - uid: 391 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 - - uid: 392 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 - - uid: 393 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 - - uid: 394 - components: - - type: Transform - pos: 13.522866,-9.46357 - parent: 407 -- proto: SignSecureSmall - entities: - - uid: 382 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 407 - - uid: 383 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 407 -- proto: SMESBasic - entities: - - uid: 49 - components: - - type: Transform - pos: 2.5,3.5 - parent: 407 -- proto: SmokingPipeFilledCannabis - entities: - - uid: 199 - components: - - type: Transform - pos: -7.4934726,-7.426895 - parent: 407 -- proto: SubstationWallBasic - entities: - - uid: 227 - components: - - type: Transform - pos: 5.5,2.5 - parent: 407 -- proto: Table - entities: - - uid: 153 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 407 - - uid: 169 - components: - - type: Transform - pos: 6.5,6.5 - parent: 407 - - uid: 190 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 407 - - uid: 194 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 407 -- proto: TableCarpet - entities: - - uid: 329 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 407 -- proto: TableGlass - entities: - - uid: 342 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 407 -- proto: ToiletEmpty - entities: - - uid: 327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-10.5 - parent: 407 -- proto: TrashBananaPeel - entities: - - uid: 379 - components: - - type: Transform - pos: 5.535487,6.4609785 - parent: 407 -- proto: WallSolid - entities: - - uid: 1 - components: - - type: Transform - pos: -9.5,0.5 - parent: 407 - - uid: 2 - components: - - type: Transform - pos: -7.5,2.5 - parent: 407 - - uid: 3 - components: - - type: Transform - pos: -10.5,4.5 - parent: 407 - - uid: 4 - components: - - type: Transform - pos: -5.5,4.5 - parent: 407 - - uid: 5 - components: - - type: Transform - pos: -5.5,5.5 - parent: 407 - - uid: 6 - components: - - type: Transform - pos: -5.5,6.5 - parent: 407 - - uid: 7 - components: - - type: Transform - pos: -5.5,7.5 - parent: 407 - - uid: 8 - components: - - type: Transform - pos: -4.5,7.5 - parent: 407 - - uid: 9 - components: - - type: Transform - pos: -3.5,7.5 - parent: 407 - - uid: 10 - components: - - type: Transform - pos: -7.5,7.5 - parent: 407 - - uid: 11 - components: - - type: Transform - pos: -2.5,8.5 - parent: 407 - - uid: 12 - components: - - type: Transform - pos: -2.5,7.5 - parent: 407 - - uid: 13 - components: - - type: Transform - pos: 3.5,8.5 - parent: 407 - - uid: 14 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 407 - - uid: 15 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 407 - - uid: 16 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 407 - - uid: 17 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 407 - - uid: 18 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 407 - - uid: 19 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 407 - - uid: 29 - components: - - type: Transform - pos: 5.5,2.5 - parent: 407 - - uid: 140 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 407 -- proto: WarningPlasma - entities: - - uid: 395 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 407 -- proto: WelderIndustrial - entities: - - uid: 331 - components: - - type: Transform - pos: 6.535128,6.4838986 - parent: 407 -- proto: WeldingFuelTankFull - entities: - - uid: 332 - components: - - type: Transform - pos: 5.5,9.5 - parent: 407 -- proto: Window - entities: - - uid: 188 - components: - - type: Transform - pos: 1.5,2.5 - parent: 407 - - uid: 204 - components: - - type: Transform - pos: 2.5,2.5 - parent: 407 - - uid: 207 - components: - - type: Transform - pos: 7.5,6.5 - parent: 407 - - uid: 217 - components: - - type: Transform - pos: 1.5,3.5 - parent: 407 - - uid: 218 - components: - - type: Transform - pos: 1.5,4.5 - parent: 407 - - uid: 219 - components: - - type: Transform - pos: 1.5,5.5 - parent: 407 - - uid: 220 - components: - - type: Transform - pos: 1.5,6.5 - parent: 407 - - uid: 221 - components: - - type: Transform - pos: 1.5,7.5 - parent: 407 - - uid: 222 - components: - - type: Transform - pos: 2.5,7.5 - parent: 407 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 11: FloorAsteroidTile + 44: FloorFreezer + 45: FloorGlass + 104: FloorTechMaint + 106: FloorTechMaint3 + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 407 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAALAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAALQAAAAAALQAAAAAAdgAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAAdgAAAAACLQAAAAAALQAAAAAAdgAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAdgAAAAAAdgAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAdgAAAAABdgAAAAADBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAACAAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAABwAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAagAAAAAACwAAAAAACwAAAAAACwAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Bot + decals: + 0: -5,6 + 1: -4,6 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 5: 4,3 + 6: 8,8 + 10: 6,-8 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 2: -5,5 + 7: 7,8 + 8: 6,5 + 9: 9,-6 + 14: 9,-11 + 15: 12,-12 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 3: 5,9 + 4: 6,4 + 11: 7,-6 + 12: 12,-7 + 13: 7,-10 + 16: 12,-10 + 17: 13,-11 + 18: 10,-10 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 21: 7,-6 + 22: 8,-6 + 30: 8,-10 + 31: 9,-10 + 32: 10,-10 + 33: 11,-10 + 34: 12,-10 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 25: 7,-8 + 26: 8,-8 + 27: 9,-12 + 28: 10,-12 + 29: 11,-12 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 24: 6,-7 + 39: 6,-8 + 40: 6,-6 + 43: 7,-11 + 44: 7,-10 + 45: 8,-12 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 23: 9,-7 + 35: 9,-6 + 36: 9,-8 + 46: 13,-10 + 47: 13,-11 + 48: 12,-12 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 37: 9,-6 + 49: 13,-10 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 42: 6,-8 + 51: 7,-11 + 52: 12,-11 + 56: 8,-12 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 38: 9,-8 + 53: 8,-11 + 54: 13,-11 + 55: 12,-12 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 41: 6,-6 + 50: 7,-10 + - node: + color: '#FFFFFFFF' + id: WarnCorner + decals: + 19: 7,-5 + - node: + color: '#FFFFFFFF' + id: WarnCornerFlipped + decals: + 20: 8,-5 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 70: -8,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 69: -5,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 67: -8,-9 + 68: -8,-8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 63: -7,-10 + 64: -6,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 57: -5,-10 + 58: -6,-10 + 59: -7,-10 + 60: -8,-10 + 61: -7,-7 + 62: -6,-7 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 65: -5,-9 + 66: -5,-8 + - type: GridAtmosphere + version: 2 + data: + tiles: + -3,-1: + 0: 50376 + -2,-1: + 0: 61446 + -1,-1: + 0: 61440 + -3,-3: + 0: 57280 + 1: 8192 + -3,-2: + 0: 35055 + -2,-3: + 0: 65271 + 2: 256 + -2,-2: + 0: 65535 + -1,-3: + 0: 7952 + -1,-2: + 0: 61457 + -3,0: + 0: 65516 + -3,1: + 0: 35943 + -2,0: + 0: 25360 + -2,1: + 0: 65260 + -2,2: + 0: 3311 + -1,1: + 0: 14199 + -1,2: + 0: 31 + 0,-3: + 0: 50672 + 0,-2: + 0: 62668 + 1,-3: + 0: 63228 + 1: 2048 + 1,-2: + 0: 29491 + 3: 36044 + 1,-1: + 0: 19596 + 1,-4: + 0: 32768 + 2,-4: + 0: 61440 + 2,-3: + 0: 65535 + 2,-2: + 3: 4915 + 0: 58436 + 4: 136 + 5: 2048 + 2,-1: + 0: 3 + 3,-4: + 0: 12288 + 3,-3: + 0: 30583 + 3,-2: + 4: 17 + 0: 4898 + 0,2: + 0: 143 + 0,0: + 0: 28160 + 1: 32768 + 0,1: + 0: 61166 + 1,0: + 0: 65318 + 1,1: + 0: 65527 + 1: 8 + 1,2: + 0: 4095 + 2,0: + 0: 4096 + 2,1: + 0: 12305 + 2,2: + 0: 307 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.213781 + - 79.80423 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14996 + moles: + - 19.51668 + - 73.41989 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 5000 + moles: + - 6666.982 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 5000 + moles: + - 6480.3066 + - 0 + - 0 + - 6480.3066 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockCommandLocked + entities: + - uid: 85 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 407 +- proto: AirlockEngineeringLocked + entities: + - uid: 83 + components: + - type: Transform + pos: 5.5,7.5 + parent: 407 +- proto: AirlockExternalAtmosphericsLocked + entities: + - uid: 265 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 407 +- proto: AirlockExternalGlass + entities: + - uid: 86 + components: + - type: Transform + pos: 6.5,10.5 + parent: 407 +- proto: AirlockExternalGlassLocked + entities: + - uid: 84 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 407 + - type: Door + state: Welded + - type: Physics + canCollide: False + - type: Airtight + airBlocked: False +- proto: AirlockScienceGlassLocked + entities: + - uid: 381 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 407 +- proto: AirlockScienceLocked + entities: + - uid: 87 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 407 + - uid: 184 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 407 +- proto: APCBasic + entities: + - uid: 228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,8.5 + parent: 407 + - uid: 229 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 407 + - uid: 230 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 407 +- proto: AsteroidRock + entities: + - uid: 22 + components: + - type: Transform + pos: 8.5,7.5 + parent: 407 + - uid: 23 + components: + - type: Transform + pos: -6.5,7.5 + parent: 407 + - uid: 24 + components: + - type: Transform + pos: -6.5,6.5 + parent: 407 + - uid: 30 + components: + - type: Transform + pos: 3.5,7.5 + parent: 407 + - uid: 31 + components: + - type: Transform + pos: 4.5,7.5 + parent: 407 + - uid: 32 + components: + - type: Transform + pos: 4.5,9.5 + parent: 407 + - uid: 33 + components: + - type: Transform + pos: 3.5,9.5 + parent: 407 + - uid: 34 + components: + - type: Transform + pos: 5.5,10.5 + parent: 407 + - uid: 35 + components: + - type: Transform + pos: 4.5,10.5 + parent: 407 + - uid: 36 + components: + - type: Transform + pos: 7.5,10.5 + parent: 407 + - uid: 37 + components: + - type: Transform + pos: 8.5,10.5 + parent: 407 + - uid: 38 + components: + - type: Transform + pos: 8.5,9.5 + parent: 407 + - uid: 39 + components: + - type: Transform + pos: 9.5,9.5 + parent: 407 + - uid: 40 + components: + - type: Transform + pos: 7.5,7.5 + parent: 407 + - uid: 41 + components: + - type: Transform + pos: 6.5,7.5 + parent: 407 + - uid: 42 + components: + - type: Transform + pos: 7.5,5.5 + parent: 407 + - uid: 43 + components: + - type: Transform + pos: 8.5,5.5 + parent: 407 + - uid: 44 + components: + - type: Transform + pos: 7.5,2.5 + parent: 407 + - uid: 45 + components: + - type: Transform + pos: 8.5,4.5 + parent: 407 + - uid: 46 + components: + - type: Transform + pos: 8.5,3.5 + parent: 407 + - uid: 47 + components: + - type: Transform + pos: 4.5,2.5 + parent: 407 + - uid: 48 + components: + - type: Transform + pos: 3.5,2.5 + parent: 407 + - uid: 54 + components: + - type: Transform + pos: -5.5,8.5 + parent: 407 + - uid: 55 + components: + - type: Transform + pos: -7.5,8.5 + parent: 407 + - uid: 56 + components: + - type: Transform + pos: -8.5,3.5 + parent: 407 + - uid: 57 + components: + - type: Transform + pos: -5.5,10.5 + parent: 407 + - uid: 58 + components: + - type: Transform + pos: -4.5,10.5 + parent: 407 + - uid: 59 + components: + - type: Transform + pos: -3.5,8.5 + parent: 407 + - uid: 60 + components: + - type: Transform + pos: -9.5,3.5 + parent: 407 + - uid: 61 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 407 + - uid: 90 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 407 + - uid: 91 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 407 + - uid: 92 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 407 + - uid: 93 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 407 + - uid: 94 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 407 + - uid: 95 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 407 + - uid: 96 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 407 + - uid: 97 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 407 + - uid: 98 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 407 + - uid: 99 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 407 + - uid: 100 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 407 + - uid: 101 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 407 + - uid: 102 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 407 + - uid: 103 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 407 + - uid: 104 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 407 + - uid: 105 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 407 + - uid: 106 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 407 + - uid: 107 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 407 + - uid: 108 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 407 + - uid: 109 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 407 + - uid: 110 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 407 + - uid: 111 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 407 + - uid: 112 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 407 + - uid: 113 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 407 + - uid: 114 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 407 + - uid: 115 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 407 + - uid: 116 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 407 + - uid: 117 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 407 + - uid: 118 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 407 + - uid: 119 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 407 + - uid: 120 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 407 + - uid: 121 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 407 + - uid: 122 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 407 + - uid: 123 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 407 + - uid: 124 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 407 + - uid: 125 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 407 + - uid: 126 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 407 + - uid: 127 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 407 + - uid: 128 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 407 + - uid: 129 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 407 + - uid: 130 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 407 + - uid: 131 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 407 + - uid: 132 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 407 + - uid: 133 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 407 + - uid: 134 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 407 + - uid: 135 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 407 + - uid: 136 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 407 + - uid: 137 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 407 + - uid: 138 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 407 + - uid: 141 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 407 + - uid: 142 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 407 + - uid: 143 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 407 + - uid: 144 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 407 + - uid: 145 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 407 + - uid: 146 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 407 + - uid: 147 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 407 + - uid: 148 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 407 + - uid: 149 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 407 + - uid: 150 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 407 + - uid: 151 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 407 + - uid: 152 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 407 + - uid: 155 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 407 + - uid: 156 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 407 + - uid: 157 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 407 + - uid: 158 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 407 + - uid: 159 + components: + - type: Transform + pos: -10.5,3.5 + parent: 407 + - uid: 160 + components: + - type: Transform + pos: -3.5,9.5 + parent: 407 + - uid: 163 + components: + - type: Transform + pos: -4.5,9.5 + parent: 407 + - uid: 164 + components: + - type: Transform + pos: -4.5,8.5 + parent: 407 + - uid: 166 + components: + - type: Transform + pos: -5.5,9.5 + parent: 407 + - uid: 174 + components: + - type: Transform + pos: -6.5,9.5 + parent: 407 + - uid: 177 + components: + - type: Transform + pos: -6.5,8.5 + parent: 407 + - uid: 178 + components: + - type: Transform + pos: 9.5,7.5 + parent: 407 + - uid: 179 + components: + - type: Transform + pos: 9.5,8.5 + parent: 407 + - uid: 180 + components: + - type: Transform + pos: -10.5,2.5 + parent: 407 + - uid: 181 + components: + - type: Transform + pos: -9.5,4.5 + parent: 407 + - uid: 182 + components: + - type: Transform + pos: -11.5,2.5 + parent: 407 + - uid: 183 + components: + - type: Transform + pos: -10.5,1.5 + parent: 407 + - uid: 186 + components: + - type: Transform + pos: -9.5,1.5 + parent: 407 + - uid: 187 + components: + - type: Transform + pos: -11.5,4.5 + parent: 407 + - uid: 195 + components: + - type: Transform + pos: -11.5,3.5 + parent: 407 + - uid: 201 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 407 + - uid: 202 + components: + - type: Transform + pos: 6.5,2.5 + parent: 407 + - uid: 335 + components: + - type: Transform + pos: -6.5,5.5 + parent: 407 + - uid: 337 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 407 +- proto: Bed + entities: + - uid: 172 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 407 +- proto: BedsheetNT + entities: + - uid: 173 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 407 +- proto: BlastDoor + entities: + - uid: 214 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 407 +- proto: BookshelfFilled + entities: + - uid: 197 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 407 + - uid: 200 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 407 +- proto: CableApcExtension + entities: + - uid: 288 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 407 + - uid: 289 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 407 + - uid: 290 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 407 + - uid: 291 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 407 + - uid: 292 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 407 + - uid: 293 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 407 + - uid: 294 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 407 + - uid: 295 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 407 + - uid: 296 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 407 + - uid: 297 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 407 + - uid: 298 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 407 + - uid: 299 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 407 + - uid: 300 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 407 + - uid: 301 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 407 + - uid: 302 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 407 + - uid: 303 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 407 + - uid: 304 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 407 + - uid: 305 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 407 + - uid: 306 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 407 + - uid: 307 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 407 + - uid: 308 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 407 + - uid: 309 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 407 + - uid: 310 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 407 + - uid: 311 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 407 + - uid: 312 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 407 + - uid: 313 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 407 + - uid: 314 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 407 + - uid: 315 + components: + - type: Transform + pos: 3.5,8.5 + parent: 407 + - uid: 316 + components: + - type: Transform + pos: 4.5,8.5 + parent: 407 + - uid: 317 + components: + - type: Transform + pos: 5.5,8.5 + parent: 407 + - uid: 318 + components: + - type: Transform + pos: 5.5,7.5 + parent: 407 + - uid: 319 + components: + - type: Transform + pos: 5.5,6.5 + parent: 407 + - uid: 320 + components: + - type: Transform + pos: 5.5,5.5 + parent: 407 + - uid: 321 + components: + - type: Transform + pos: 5.5,4.5 + parent: 407 + - uid: 322 + components: + - type: Transform + pos: 5.5,3.5 + parent: 407 + - uid: 324 + components: + - type: Transform + pos: 4.5,4.5 + parent: 407 + - uid: 325 + components: + - type: Transform + pos: 3.5,4.5 + parent: 407 +- proto: CableHV + entities: + - uid: 223 + components: + - type: Transform + pos: 2.5,3.5 + parent: 407 + - uid: 224 + components: + - type: Transform + pos: 2.5,4.5 + parent: 407 + - uid: 225 + components: + - type: Transform + pos: 2.5,5.5 + parent: 407 + - uid: 226 + components: + - type: Transform + pos: 2.5,6.5 + parent: 407 + - uid: 237 + components: + - type: Transform + pos: 3.5,3.5 + parent: 407 + - uid: 238 + components: + - type: Transform + pos: 4.5,3.5 + parent: 407 + - uid: 239 + components: + - type: Transform + pos: 5.5,3.5 + parent: 407 + - uid: 240 + components: + - type: Transform + pos: 5.5,2.5 + parent: 407 +- proto: CableMV + entities: + - uid: 25 + components: + - type: Transform + pos: 5.5,1.5 + parent: 407 + - uid: 232 + components: + - type: Transform + pos: 5.5,6.5 + parent: 407 + - uid: 233 + components: + - type: Transform + pos: 5.5,5.5 + parent: 407 + - uid: 234 + components: + - type: Transform + pos: 5.5,4.5 + parent: 407 + - uid: 235 + components: + - type: Transform + pos: 5.5,3.5 + parent: 407 + - uid: 236 + components: + - type: Transform + pos: 5.5,2.5 + parent: 407 + - uid: 241 + components: + - type: Transform + pos: 5.5,7.5 + parent: 407 + - uid: 242 + components: + - type: Transform + pos: 5.5,8.5 + parent: 407 + - uid: 243 + components: + - type: Transform + pos: 4.5,8.5 + parent: 407 + - uid: 244 + components: + - type: Transform + pos: 3.5,8.5 + parent: 407 + - uid: 245 + components: + - type: Transform + pos: 5.5,0.5 + parent: 407 + - uid: 246 + components: + - type: Transform + pos: 6.5,0.5 + parent: 407 + - uid: 247 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 407 + - uid: 248 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 407 + - uid: 249 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 407 + - uid: 250 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 407 + - uid: 252 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 407 + - uid: 253 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 407 + - uid: 254 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 407 + - uid: 255 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 407 + - uid: 256 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 407 + - uid: 257 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 407 + - uid: 258 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 407 + - uid: 259 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 407 + - uid: 260 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 407 + - uid: 261 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 407 + - uid: 262 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 407 + - uid: 266 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 407 + - uid: 267 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 407 + - uid: 268 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 407 + - uid: 269 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 407 + - uid: 270 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 407 + - uid: 271 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 407 + - uid: 272 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 407 + - uid: 273 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 407 + - uid: 274 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 407 + - uid: 275 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 407 + - uid: 276 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 407 + - uid: 277 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 407 + - uid: 278 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 407 + - uid: 279 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 407 + - uid: 280 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 407 + - uid: 281 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 407 + - uid: 282 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 407 + - uid: 283 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 407 + - uid: 284 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 407 + - uid: 285 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 407 + - uid: 286 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 407 + - uid: 287 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 407 +- proto: CableTerminal + entities: + - uid: 231 + components: + - type: Transform + pos: 2.5,4.5 + parent: 407 +- proto: CarpetSBlue + entities: + - uid: 175 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 407 + - uid: 176 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 407 + - uid: 215 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 407 + - uid: 326 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 407 +- proto: Catwalk + entities: + - uid: 62 + components: + - type: Transform + pos: -2.5,6.5 + parent: 407 + - uid: 63 + components: + - type: Transform + pos: -2.5,5.5 + parent: 407 + - uid: 64 + components: + - type: Transform + pos: -2.5,4.5 + parent: 407 + - uid: 65 + components: + - type: Transform + pos: -1.5,6.5 + parent: 407 + - uid: 66 + components: + - type: Transform + pos: -1.5,5.5 + parent: 407 + - uid: 67 + components: + - type: Transform + pos: -1.5,4.5 + parent: 407 + - uid: 68 + components: + - type: Transform + pos: -3.5,4.5 + parent: 407 + - uid: 251 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 407 + - uid: 263 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 407 + - uid: 264 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 407 +- proto: ChairOfficeDark + entities: + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-10.5 + parent: 407 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-10.5 + parent: 407 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 161 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 407 +- proto: ClosetL3ScienceFilled + entities: + - uid: 354 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 407 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 196 + components: + - type: Transform + pos: 7.5,4.5 + parent: 407 +- proto: ClothingHeadHelmetAncient + entities: + - uid: 212 + components: + - type: Transform + pos: -7.681996,-9.518968 + parent: 407 +- proto: ClothingOuterHardsuitAncientEVA + entities: + - uid: 211 + components: + - type: Transform + pos: -7.353871,-9.425218 + parent: 407 +- proto: ComfyChair + entities: + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 407 +- proto: ComputerBroken + entities: + - uid: 213 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 407 +- proto: CrateAirlockKit + entities: + - uid: 357 + components: + - type: Transform + pos: 3.5,3.5 + parent: 407 +- proto: CrateFilledSpawner + entities: + - uid: 88 + components: + - type: Transform + pos: -4.5,6.5 + parent: 407 + - uid: 89 + components: + - type: Transform + pos: -3.5,6.5 + parent: 407 +- proto: DresserFilled + entities: + - uid: 323 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 407 +- proto: FoodBakedCannabisBrownie + entities: + - uid: 334 + components: + - type: Transform + pos: -5.3684726,-6.19252 + parent: 407 +- proto: GravityGeneratorMini + entities: + - uid: 191 + components: + - type: Transform + pos: 5.5,3.5 + parent: 407 +- proto: Grille + entities: + - uid: 20 + components: + - type: Transform + pos: 1.5,5.5 + parent: 407 + - uid: 21 + components: + - type: Transform + pos: 1.5,4.5 + parent: 407 + - uid: 26 + components: + - type: Transform + pos: 1.5,6.5 + parent: 407 + - uid: 27 + components: + - type: Transform + pos: 7.5,6.5 + parent: 407 + - uid: 28 + components: + - type: Transform + pos: 1.5,7.5 + parent: 407 + - uid: 50 + components: + - type: Transform + pos: 2.5,2.5 + parent: 407 + - uid: 51 + components: + - type: Transform + pos: 1.5,2.5 + parent: 407 + - uid: 52 + components: + - type: Transform + pos: 1.5,3.5 + parent: 407 + - uid: 53 + components: + - type: Transform + pos: 2.5,7.5 + parent: 407 + - uid: 69 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 407 + - uid: 70 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 407 + - uid: 73 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 407 + - uid: 74 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 407 + - uid: 75 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 407 + - uid: 77 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 407 + - uid: 78 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 407 + - uid: 139 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 407 + - uid: 378 + components: + - type: Transform + pos: 5.5,5.5 + parent: 407 +- proto: HospitalCurtainsOpen + entities: + - uid: 328 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 407 +- proto: Pickaxe + entities: + - uid: 355 + components: + - type: Transform + pos: 8.530472,8.534576 + parent: 407 +- proto: PlasmaOre1 + entities: + - uid: 397 + components: + - type: Transform + pos: -9.462246,2.5242848 + parent: 407 +- proto: PlasmaWindow + entities: + - uid: 76 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 407 + - uid: 79 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 407 + - uid: 80 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 407 + - uid: 81 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 407 + - uid: 82 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 407 +- proto: PlushieLamp + entities: + - uid: 330 + components: + - type: Transform + pos: -4.4913177,-9.236341 + parent: 407 +- proto: PortableGeneratorPacman + entities: + - uid: 208 + components: + - type: Transform + pos: 2.5,6.5 + parent: 407 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 341 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 407 +- proto: PoweredlightExterior + entities: + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-4.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightSodium + entities: + - uid: 216 + components: + - type: Transform + pos: 5.5,1.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 162 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 167 + components: + - type: Transform + pos: 4.5,6.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-7.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-9.5 + parent: 407 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 189 + components: + - type: Transform + pos: 4.5,8.5 + parent: 407 + - uid: 192 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 407 + - uid: 193 + components: + - type: Transform + pos: 8.5,8.5 + parent: 407 + - uid: 209 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 407 + - uid: 210 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 407 +- proto: RandomArtifactSpawner + entities: + - uid: 154 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 407 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 185 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 407 +- proto: ReinforcedWindow + entities: + - uid: 71 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 407 + - uid: 72 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 407 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 198 + components: + - type: Transform + pos: 4.5,3.5 + parent: 407 + - uid: 203 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 407 + - uid: 336 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 407 + - uid: 338 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 407 +- proto: SheetPlasma1 + entities: + - uid: 384 + components: + - type: Transform + pos: 6.479499,3.526761 + parent: 407 + - uid: 385 + components: + - type: Transform + pos: 6.479499,3.526761 + parent: 407 + - uid: 386 + components: + - type: Transform + pos: 6.479499,3.526761 + parent: 407 + - uid: 387 + components: + - type: Transform + pos: 6.479499,3.526761 + parent: 407 + - uid: 388 + components: + - type: Transform + pos: 6.479499,3.526761 + parent: 407 +- proto: SheetRPGlass1 + entities: + - uid: 389 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 + - uid: 390 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 + - uid: 391 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 + - uid: 392 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 + - uid: 393 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 + - uid: 394 + components: + - type: Transform + pos: 13.522866,-9.46357 + parent: 407 +- proto: SignSecureSmall + entities: + - uid: 382 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 407 + - uid: 383 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 407 +- proto: SMESBasic + entities: + - uid: 49 + components: + - type: Transform + pos: 2.5,3.5 + parent: 407 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 199 + components: + - type: Transform + pos: -7.4934726,-7.426895 + parent: 407 +- proto: SubstationWallBasic + entities: + - uid: 227 + components: + - type: Transform + pos: 5.5,2.5 + parent: 407 +- proto: Table + entities: + - uid: 153 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 407 + - uid: 169 + components: + - type: Transform + pos: 6.5,6.5 + parent: 407 + - uid: 190 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 407 + - uid: 194 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 407 +- proto: TableCarpet + entities: + - uid: 329 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 407 +- proto: TableGlass + entities: + - uid: 342 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 407 +- proto: ToiletEmpty + entities: + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-10.5 + parent: 407 +- proto: TrashBananaPeel + entities: + - uid: 379 + components: + - type: Transform + pos: 5.535487,6.4609785 + parent: 407 +- proto: WallSolid + entities: + - uid: 1 + components: + - type: Transform + pos: -9.5,0.5 + parent: 407 + - uid: 2 + components: + - type: Transform + pos: -7.5,2.5 + parent: 407 + - uid: 3 + components: + - type: Transform + pos: -10.5,4.5 + parent: 407 + - uid: 4 + components: + - type: Transform + pos: -5.5,4.5 + parent: 407 + - uid: 5 + components: + - type: Transform + pos: -5.5,5.5 + parent: 407 + - uid: 6 + components: + - type: Transform + pos: -5.5,6.5 + parent: 407 + - uid: 7 + components: + - type: Transform + pos: -5.5,7.5 + parent: 407 + - uid: 8 + components: + - type: Transform + pos: -4.5,7.5 + parent: 407 + - uid: 9 + components: + - type: Transform + pos: -3.5,7.5 + parent: 407 + - uid: 10 + components: + - type: Transform + pos: -7.5,7.5 + parent: 407 + - uid: 11 + components: + - type: Transform + pos: -2.5,8.5 + parent: 407 + - uid: 12 + components: + - type: Transform + pos: -2.5,7.5 + parent: 407 + - uid: 13 + components: + - type: Transform + pos: 3.5,8.5 + parent: 407 + - uid: 14 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 407 + - uid: 15 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 407 + - uid: 16 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 407 + - uid: 17 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 407 + - uid: 18 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 407 + - uid: 19 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 407 + - uid: 29 + components: + - type: Transform + pos: 5.5,2.5 + parent: 407 + - uid: 140 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 407 +- proto: WarningPlasma + entities: + - uid: 395 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 407 +- proto: WelderIndustrial + entities: + - uid: 331 + components: + - type: Transform + pos: 6.535128,6.4838986 + parent: 407 +- proto: WeldingFuelTankFull + entities: + - uid: 332 + components: + - type: Transform + pos: 5.5,9.5 + parent: 407 +- proto: Window + entities: + - uid: 188 + components: + - type: Transform + pos: 1.5,2.5 + parent: 407 + - uid: 204 + components: + - type: Transform + pos: 2.5,2.5 + parent: 407 + - uid: 207 + components: + - type: Transform + pos: 7.5,6.5 + parent: 407 + - uid: 217 + components: + - type: Transform + pos: 1.5,3.5 + parent: 407 + - uid: 218 + components: + - type: Transform + pos: 1.5,4.5 + parent: 407 + - uid: 219 + components: + - type: Transform + pos: 1.5,5.5 + parent: 407 + - uid: 220 + components: + - type: Transform + pos: 1.5,6.5 + parent: 407 + - uid: 221 + components: + - type: Transform + pos: 1.5,7.5 + parent: 407 + - uid: 222 + components: + - type: Transform + pos: 2.5,7.5 + parent: 407 +... diff --git a/Resources/Maps/Salvage/cargo-1.yml b/Resources/Maps/Salvage/cargo-1.yml index b1e92daa9ea..c3e9c0b3a2d 100644 --- a/Resources/Maps/Salvage/cargo-1.yml +++ b/Resources/Maps/Salvage/cargo-1.yml @@ -1,1093 +1,1093 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 19: FloorBrokenWood - 89: FloorSteel - 96: FloorSteelDirty - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 20 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: YAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABEwAAAAAGeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAACdgAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAACdgAAAAADeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Bot - decals: - 24: -4,-1 - 25: -2,-1 - 26: -1,-1 - - node: - color: '#A4610696' - id: CheckerNWSE - decals: - 27: -8,-2 - 28: -8,-3 - 29: -8,-4 - 30: -6,-3 - 31: -8,-1 - 32: -7,-1 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 0: -3,2 - - node: - color: '#FFFFFFFF' - id: Dirt - decals: - 33: -7,-1 - 34: -5,0 - 35: -2,1 - 36: 1,2 - 37: 2,2 - 38: -6,-3 - 39: -8,-3 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 23: 0,1 - 40: -8,-4 - 41: -8,-1 - 42: -4,0 - 43: -2,2 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 48: -8,-5 - 49: -8,-1 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 44: -8,-3 - 45: -8,-2 - 46: -5,-1 - 47: -7,-4 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale - decals: - 3: 0,2 - 4: 1,2 - 11: -4,2 - 12: -3,2 - 13: -2,2 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale180 - decals: - 17: 2,4 - 18: 1,4 - 19: 0,4 - 20: -1,4 - 21: -2,4 - 22: -3,4 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - decals: - 14: -5,1 - 15: -5,0 - 16: -5,-1 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - decals: - 5: 2,1 - 6: 2,2 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale - decals: - 7: 2,2 - 8: -5,2 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - decals: - 2: 0,1 - - node: - color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale180 - decals: - 1: 0,1 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale270 - decals: - 10: -5,2 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - decals: - 9: -5,2 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 50: -8,-1 - 51: -7,-1 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65527 - 0,0: - 0: 65535 - -1,0: - 0: 65535 - -2,-1: - 0: 65535 - -2,-2: - 0: 47104 - -1,-2: - 0: 21504 - 0,-2: - 0: 28672 - 0,1: - 0: 10239 - 0,2: - 0: 2 - 1,0: - 0: 4369 - 1,1: - 0: 1 - -2,0: - 0: 65535 - -2,1: - 0: 3823 - -1,1: - 0: 40959 - -1,2: - 0: 1 - -3,-1: - 0: 34952 - 1,-1: - 0: 4096 - -3,0: - 0: 34952 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockEngineeringLocked - entities: - - uid: 56 - components: - - type: Transform - pos: 2.5,0.5 - parent: 20 -- proto: AirlockMaintCargoLocked - entities: - - uid: 49 - components: - - type: Transform - pos: 3.5,2.5 - parent: 20 -- proto: AirlockQuartermasterGlassLocked - entities: - - uid: 134 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 20 -- proto: APCBasic - entities: - - uid: 62 - components: - - type: Transform - pos: 1.5,0.5 - parent: 20 -- proto: BannerRevolution - entities: - - uid: 121 - components: - - type: Transform - pos: -0.5,4.5 - parent: 20 -- proto: BaseComputer - entities: - - uid: 135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 - parent: 20 -- proto: BoxShotgunSlug - entities: - - uid: 5 - components: - - type: Transform - pos: -4.46428,2.622311 - parent: 20 -- proto: CableApcExtension - entities: - - uid: 57 - components: - - type: Transform - pos: 1.5,0.5 - parent: 20 - - uid: 58 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 20 - - uid: 59 - components: - - type: Transform - pos: 0.5,0.5 - parent: 20 - - uid: 60 - components: - - type: Transform - pos: 1.5,1.5 - parent: 20 - - uid: 61 - components: - - type: Transform - pos: 1.5,0.5 - parent: 20 - - uid: 75 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 20 - - uid: 76 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 20 - - uid: 77 - components: - - type: Transform - pos: 2.5,1.5 - parent: 20 - - uid: 83 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 20 - - uid: 84 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 20 - - uid: 85 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 20 - - uid: 87 - components: - - type: Transform - pos: 1.5,2.5 - parent: 20 - - uid: 88 - components: - - type: Transform - pos: 0.5,2.5 - parent: 20 - - uid: 89 - components: - - type: Transform - pos: 0.5,4.5 - parent: 20 - - uid: 90 - components: - - type: Transform - pos: 0.5,3.5 - parent: 20 - - uid: 91 - components: - - type: Transform - pos: 0.5,5.5 - parent: 20 - - uid: 142 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 20 - - uid: 143 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 20 - - uid: 144 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 20 -- proto: CableHV - entities: - - uid: 93 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 20 - - uid: 94 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 20 - - uid: 95 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 20 - - uid: 96 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 20 - - uid: 97 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 20 - - uid: 98 - components: - - type: Transform - pos: 0.5,0.5 - parent: 20 - - uid: 99 - components: - - type: Transform - pos: 0.5,1.5 - parent: 20 - - uid: 100 - components: - - type: Transform - pos: 1.5,1.5 - parent: 20 - - uid: 101 - components: - - type: Transform - pos: 2.5,1.5 - parent: 20 - - uid: 102 - components: - - type: Transform - pos: 2.5,0.5 - parent: 20 - - uid: 103 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 20 -- proto: CableMV - entities: - - uid: 80 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 20 - - uid: 81 - components: - - type: Transform - pos: 2.5,0.5 - parent: 20 - - uid: 82 - components: - - type: Transform - pos: 1.5,0.5 - parent: 20 -- proto: Chair - entities: - - uid: 118 - components: - - type: Transform - pos: 1.5,6.5 - parent: 20 - - uid: 119 - components: - - type: Transform - pos: 2.5,6.5 - parent: 20 -- proto: ChairOfficeDark - entities: - - uid: 137 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,0.5 - parent: 20 -- proto: ComputerBroken - entities: - - uid: 46 - components: - - type: Transform - pos: -0.5,2.5 - parent: 20 -- proto: ConveyorBelt - entities: - - uid: 8 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 20 - - uid: 65 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 20 - - uid: 66 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 20 - - uid: 67 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 20 -- proto: ConveyorBeltAssembly - entities: - - uid: 68 - components: - - type: Transform - pos: 0.57671773,0.40495777 - parent: 20 - - uid: 78 - components: - - type: Transform - pos: 0.46734273,0.6393328 - parent: 20 -- proto: CrateFilledSpawner - entities: - - uid: 10 - components: - - type: Transform - pos: 1.5,4.5 - parent: 20 - - uid: 19 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 20 - - uid: 52 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 20 - - uid: 70 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 20 - - uid: 71 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 20 - - uid: 105 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 20 -- proto: CrateSalvageEquipment - entities: - - uid: 53 - components: - - type: Transform - pos: -2.5,2.5 - parent: 20 -- proto: EncryptionKeyCargo - entities: - - uid: 116 - components: - - type: Transform - pos: 0.52038026,-1.5834936 - parent: 20 -- proto: FirelockGlass - entities: - - uid: 86 - components: - - type: Transform - pos: -1.5,3.5 - parent: 20 -- proto: GeneratorBasic - entities: - - uid: 92 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 20 -- proto: Grille - entities: - - uid: 25 - components: - - type: Transform - pos: 2.5,3.5 - parent: 20 - - uid: 38 - components: - - type: Transform - pos: -3.5,3.5 - parent: 20 - - uid: 39 - components: - - type: Transform - pos: -2.5,3.5 - parent: 20 - - uid: 40 - components: - - type: Transform - pos: -4.5,3.5 - parent: 20 - - uid: 63 - components: - - type: Transform - pos: 1.5,3.5 - parent: 20 - - uid: 122 - components: - - type: Transform - pos: -0.5,3.5 - parent: 20 - - uid: 133 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 20 -- proto: GrilleBroken - entities: - - uid: 37 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,3.5 - parent: 20 - - uid: 45 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 20 -- proto: HandheldGPSBasic - entities: - - uid: 145 - components: - - type: Transform - pos: -7.4831448,2.45672 - parent: 20 -- proto: LampGold - entities: - - uid: 138 - components: - - type: Transform - pos: -6.506016,1.8826408 - parent: 20 -- proto: MachineFrameDestroyed - entities: - - uid: 113 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 20 -- proto: MaintenanceToolSpawner - entities: - - uid: 9 - components: - - type: Transform - pos: -4.5,4.5 - parent: 20 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 11 - components: - - type: Transform - pos: -0.5,0.5 - parent: 20 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 108 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 20 -- proto: PosterContrabandRevolt - entities: - - uid: 120 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 20 -- proto: Poweredlight - entities: - - uid: 17 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,1.5 - parent: 20 - - uid: 18 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 20 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,1.5 - parent: 20 -- proto: RandomArtifactSpawner - entities: - - uid: 1 - components: - - type: Transform - pos: -2.5,0.5 - parent: 20 -- proto: RandomCargoCorpseSpawner - entities: - - uid: 147 - components: - - type: Transform - pos: -2.5,5.5 - parent: 20 -- proto: ReinforcedWindow - entities: - - uid: 132 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 20 -- proto: SalvageCanisterSpawner - entities: - - uid: 104 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 20 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 139 - components: - - type: Transform - pos: -6.5,2.5 - parent: 20 -- proto: SalvageMobSpawner - entities: - - uid: 13 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 20 -- proto: SalvageMobSpawner75 - entities: - - uid: 12 - components: - - type: Transform - pos: -0.5,5.5 - parent: 20 - - uid: 14 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 20 -- proto: ShardGlassReinforced - entities: - - uid: 2 - components: - - type: Transform - pos: 0.53125,2.21875 - parent: 20 - - uid: 3 - components: - - type: Transform - pos: 0.96875,2.421875 - parent: 20 -- proto: SignCargo - entities: - - uid: 47 - components: - - type: Transform - pos: -5.5,4.5 - parent: 20 - - uid: 48 - components: - - type: Transform - pos: 3.5,4.5 - parent: 20 -- proto: SmallLight - entities: - - uid: 16 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,1.5 - parent: 20 -- proto: SpawnMobSpiderSalvage - entities: - - uid: 140 - components: - - type: Transform - pos: -7.5,1.5 - parent: 20 -- proto: SubstationBasic - entities: - - uid: 74 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 20 -- proto: Table - entities: - - uid: 114 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 20 - - uid: 115 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 20 - - uid: 136 - components: - - type: Transform - pos: -6.5,1.5 - parent: 20 -- proto: TableReinforced - entities: - - uid: 6 - components: - - type: Transform - pos: -3.5,2.5 - parent: 20 - - uid: 7 - components: - - type: Transform - pos: -4.5,2.5 - parent: 20 - - uid: 15 - components: - - type: Transform - pos: -1.5,3.5 - parent: 20 -- proto: ThrusterUnanchored - entities: - - uid: 106 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 20 -- proto: VehicleKeyATV - entities: - - uid: 107 - components: - - type: Transform - pos: -1.4804568,3.5168486 - parent: 20 -- proto: WallReinforced - entities: - - uid: 21 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 20 - - uid: 26 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 20 - - uid: 27 - components: - - type: Transform - pos: 3.5,0.5 - parent: 20 - - uid: 54 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 20 - - uid: 55 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 20 - - uid: 72 - components: - - type: Transform - pos: 1.5,0.5 - parent: 20 - - uid: 73 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 20 - - uid: 123 - components: - - type: Transform - pos: -6.5,3.5 - parent: 20 - - uid: 124 - components: - - type: Transform - pos: -7.5,3.5 - parent: 20 - - uid: 125 - components: - - type: Transform - pos: -8.5,3.5 - parent: 20 - - uid: 126 - components: - - type: Transform - pos: -8.5,2.5 - parent: 20 - - uid: 127 - components: - - type: Transform - pos: -8.5,1.5 - parent: 20 - - uid: 128 - components: - - type: Transform - pos: -8.5,0.5 - parent: 20 - - uid: 129 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 20 - - uid: 130 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 20 - - uid: 131 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 20 -- proto: WallSolid - entities: - - uid: 23 - components: - - type: Transform - pos: -5.5,2.5 - parent: 20 - - uid: 24 - components: - - type: Transform - pos: -5.5,3.5 - parent: 20 - - uid: 28 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 20 - - uid: 30 - components: - - type: Transform - pos: 3.5,1.5 - parent: 20 - - uid: 31 - components: - - type: Transform - pos: 3.5,4.5 - parent: 20 - - uid: 34 - components: - - type: Transform - pos: -5.5,2.5 - parent: 20 - - uid: 35 - components: - - type: Transform - pos: -5.5,4.5 - parent: 20 - - uid: 36 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 20 -- proto: WallSolidRust - entities: - - uid: 22 - components: - - type: Transform - pos: -5.5,1.5 - parent: 20 - - uid: 29 - components: - - type: Transform - pos: 3.5,3.5 - parent: 20 - - uid: 32 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 20 - - uid: 33 - components: - - type: Transform - pos: -5.5,0.5 - parent: 20 -- proto: WardrobeCargoFilled - entities: - - uid: 64 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 20 -- proto: WaterCooler - entities: - - uid: 117 - components: - - type: Transform - pos: 2.5,4.5 - parent: 20 -- proto: WeaponFlareGun - entities: - - uid: 4 - components: - - type: Transform - pos: 2.5098493,-3.4398203 - parent: 20 -- proto: Windoor - entities: - - uid: 51 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 20 -- proto: WindoorSecureCargoLocked - entities: - - uid: 50 - components: - - type: Transform - pos: -1.5,3.5 - parent: 20 -- proto: Window - entities: - - uid: 41 - components: - - type: Transform - pos: -0.5,3.5 - parent: 20 - - uid: 42 - components: - - type: Transform - pos: 2.5,3.5 - parent: 20 - - uid: 43 - components: - - type: Transform - pos: -4.5,3.5 - parent: 20 - - uid: 44 - components: - - type: Transform - pos: 1.5,3.5 - parent: 20 - - uid: 69 - components: - - type: Transform - pos: -2.5,3.5 - parent: 20 - - uid: 79 - components: - - type: Transform - pos: -3.5,3.5 - parent: 20 -- proto: Wrench - entities: - - uid: 109 - components: - - type: Transform - pos: -1.5049917,-5.4741187 - parent: 20 - - uid: 110 - components: - - type: Transform - pos: -1.4737417,-4.5366187 - parent: 20 - - uid: 111 - components: - - type: Transform - pos: -1.5049917,-4.9272437 - parent: 20 - - uid: 112 - components: - - type: Transform - pos: -1.4737417,-4.0834937 - parent: 20 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 19: FloorBrokenWood + 89: FloorSteel + 96: FloorSteelDirty + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 20 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: YAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABEwAAAAAGeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAACdgAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAACdgAAAAADeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Bot + decals: + 24: -4,-1 + 25: -2,-1 + 26: -1,-1 + - node: + color: '#A4610696' + id: CheckerNWSE + decals: + 27: -8,-2 + 28: -8,-3 + 29: -8,-4 + 30: -6,-3 + 31: -8,-1 + 32: -7,-1 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 0: -3,2 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 33: -7,-1 + 34: -5,0 + 35: -2,1 + 36: 1,2 + 37: 2,2 + 38: -6,-3 + 39: -8,-3 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 23: 0,1 + 40: -8,-4 + 41: -8,-1 + 42: -4,0 + 43: -2,2 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 48: -8,-5 + 49: -8,-1 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 44: -8,-3 + 45: -8,-2 + 46: -5,-1 + 47: -7,-4 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale + decals: + 3: 0,2 + 4: 1,2 + 11: -4,2 + 12: -3,2 + 13: -2,2 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale180 + decals: + 17: 2,4 + 18: 1,4 + 19: 0,4 + 20: -1,4 + 21: -2,4 + 22: -3,4 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale270 + decals: + 14: -5,1 + 15: -5,0 + 16: -5,-1 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale90 + decals: + 5: 2,1 + 6: 2,2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 7: 2,2 + 8: -5,2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 2: 0,1 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale180 + decals: + 1: 0,1 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 10: -5,2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 9: -5,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 50: -8,-1 + 51: -7,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65527 + 0,0: + 0: 65535 + -1,0: + 0: 65535 + -2,-1: + 0: 65535 + -2,-2: + 0: 47104 + -1,-2: + 0: 21504 + 0,-2: + 0: 28672 + 0,1: + 0: 10239 + 0,2: + 0: 2 + 1,0: + 0: 4369 + 1,1: + 0: 1 + -2,0: + 0: 65535 + -2,1: + 0: 3823 + -1,1: + 0: 40959 + -1,2: + 0: 1 + -3,-1: + 0: 34952 + 1,-1: + 0: 4096 + -3,0: + 0: 34952 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockEngineeringLocked + entities: + - uid: 56 + components: + - type: Transform + pos: 2.5,0.5 + parent: 20 +- proto: AirlockMaintCargoLocked + entities: + - uid: 49 + components: + - type: Transform + pos: 3.5,2.5 + parent: 20 +- proto: AirlockQuartermasterGlassLocked + entities: + - uid: 134 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 20 +- proto: APCBasic + entities: + - uid: 62 + components: + - type: Transform + pos: 1.5,0.5 + parent: 20 +- proto: BannerRevolution + entities: + - uid: 121 + components: + - type: Transform + pos: -0.5,4.5 + parent: 20 +- proto: BaseComputer + entities: + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 20 +- proto: BoxShotgunSlug + entities: + - uid: 5 + components: + - type: Transform + pos: -4.46428,2.622311 + parent: 20 +- proto: CableApcExtension + entities: + - uid: 57 + components: + - type: Transform + pos: 1.5,0.5 + parent: 20 + - uid: 58 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 20 + - uid: 59 + components: + - type: Transform + pos: 0.5,0.5 + parent: 20 + - uid: 60 + components: + - type: Transform + pos: 1.5,1.5 + parent: 20 + - uid: 61 + components: + - type: Transform + pos: 1.5,0.5 + parent: 20 + - uid: 75 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 20 + - uid: 76 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 20 + - uid: 77 + components: + - type: Transform + pos: 2.5,1.5 + parent: 20 + - uid: 83 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 20 + - uid: 84 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 20 + - uid: 85 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 20 + - uid: 87 + components: + - type: Transform + pos: 1.5,2.5 + parent: 20 + - uid: 88 + components: + - type: Transform + pos: 0.5,2.5 + parent: 20 + - uid: 89 + components: + - type: Transform + pos: 0.5,4.5 + parent: 20 + - uid: 90 + components: + - type: Transform + pos: 0.5,3.5 + parent: 20 + - uid: 91 + components: + - type: Transform + pos: 0.5,5.5 + parent: 20 + - uid: 142 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 20 + - uid: 143 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 20 + - uid: 144 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 20 +- proto: CableHV + entities: + - uid: 93 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 20 + - uid: 94 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 20 + - uid: 95 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 20 + - uid: 96 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 20 + - uid: 97 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 20 + - uid: 98 + components: + - type: Transform + pos: 0.5,0.5 + parent: 20 + - uid: 99 + components: + - type: Transform + pos: 0.5,1.5 + parent: 20 + - uid: 100 + components: + - type: Transform + pos: 1.5,1.5 + parent: 20 + - uid: 101 + components: + - type: Transform + pos: 2.5,1.5 + parent: 20 + - uid: 102 + components: + - type: Transform + pos: 2.5,0.5 + parent: 20 + - uid: 103 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 20 +- proto: CableMV + entities: + - uid: 80 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 20 + - uid: 81 + components: + - type: Transform + pos: 2.5,0.5 + parent: 20 + - uid: 82 + components: + - type: Transform + pos: 1.5,0.5 + parent: 20 +- proto: Chair + entities: + - uid: 118 + components: + - type: Transform + pos: 1.5,6.5 + parent: 20 + - uid: 119 + components: + - type: Transform + pos: 2.5,6.5 + parent: 20 +- proto: ChairOfficeDark + entities: + - uid: 137 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 20 +- proto: ComputerBroken + entities: + - uid: 46 + components: + - type: Transform + pos: -0.5,2.5 + parent: 20 +- proto: ConveyorBelt + entities: + - uid: 8 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 20 + - uid: 65 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 20 + - uid: 66 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 20 + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 20 +- proto: ConveyorBeltAssembly + entities: + - uid: 68 + components: + - type: Transform + pos: 0.57671773,0.40495777 + parent: 20 + - uid: 78 + components: + - type: Transform + pos: 0.46734273,0.6393328 + parent: 20 +- proto: CrateFilledSpawner + entities: + - uid: 10 + components: + - type: Transform + pos: 1.5,4.5 + parent: 20 + - uid: 19 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 20 + - uid: 52 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 20 + - uid: 70 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 20 + - uid: 71 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 20 + - uid: 105 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 20 +- proto: CrateSalvageEquipment + entities: + - uid: 53 + components: + - type: Transform + pos: -2.5,2.5 + parent: 20 +- proto: EncryptionKeyCargo + entities: + - uid: 116 + components: + - type: Transform + pos: 0.52038026,-1.5834936 + parent: 20 +- proto: FirelockGlass + entities: + - uid: 86 + components: + - type: Transform + pos: -1.5,3.5 + parent: 20 +- proto: GeneratorBasic + entities: + - uid: 92 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 20 +- proto: Grille + entities: + - uid: 25 + components: + - type: Transform + pos: 2.5,3.5 + parent: 20 + - uid: 38 + components: + - type: Transform + pos: -3.5,3.5 + parent: 20 + - uid: 39 + components: + - type: Transform + pos: -2.5,3.5 + parent: 20 + - uid: 40 + components: + - type: Transform + pos: -4.5,3.5 + parent: 20 + - uid: 63 + components: + - type: Transform + pos: 1.5,3.5 + parent: 20 + - uid: 122 + components: + - type: Transform + pos: -0.5,3.5 + parent: 20 + - uid: 133 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 20 +- proto: GrilleBroken + entities: + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 20 + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 20 +- proto: HandheldGPSBasic + entities: + - uid: 145 + components: + - type: Transform + pos: -7.4831448,2.45672 + parent: 20 +- proto: LampGold + entities: + - uid: 138 + components: + - type: Transform + pos: -6.506016,1.8826408 + parent: 20 +- proto: MachineFrameDestroyed + entities: + - uid: 113 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 20 +- proto: MaintenanceToolSpawner + entities: + - uid: 9 + components: + - type: Transform + pos: -4.5,4.5 + parent: 20 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 11 + components: + - type: Transform + pos: -0.5,0.5 + parent: 20 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 108 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 20 +- proto: PosterContrabandRevolt + entities: + - uid: 120 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 20 +- proto: Poweredlight + entities: + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,1.5 + parent: 20 + - uid: 18 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 20 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,1.5 + parent: 20 +- proto: RandomArtifactSpawner + entities: + - uid: 1 + components: + - type: Transform + pos: -2.5,0.5 + parent: 20 +- proto: RandomCargoCorpseSpawner + entities: + - uid: 147 + components: + - type: Transform + pos: -2.5,5.5 + parent: 20 +- proto: ReinforcedWindow + entities: + - uid: 132 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 20 +- proto: SalvageCanisterSpawner + entities: + - uid: 104 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 20 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 139 + components: + - type: Transform + pos: -6.5,2.5 + parent: 20 +- proto: SalvageMobSpawner + entities: + - uid: 13 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 20 +- proto: SalvageMobSpawner75 + entities: + - uid: 12 + components: + - type: Transform + pos: -0.5,5.5 + parent: 20 + - uid: 14 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 20 +- proto: ShardGlassReinforced + entities: + - uid: 2 + components: + - type: Transform + pos: 0.53125,2.21875 + parent: 20 + - uid: 3 + components: + - type: Transform + pos: 0.96875,2.421875 + parent: 20 +- proto: SignCargo + entities: + - uid: 47 + components: + - type: Transform + pos: -5.5,4.5 + parent: 20 + - uid: 48 + components: + - type: Transform + pos: 3.5,4.5 + parent: 20 +- proto: SmallLight + entities: + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 20 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 140 + components: + - type: Transform + pos: -7.5,1.5 + parent: 20 +- proto: SubstationBasic + entities: + - uid: 74 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 20 +- proto: Table + entities: + - uid: 114 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 20 + - uid: 115 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 20 + - uid: 136 + components: + - type: Transform + pos: -6.5,1.5 + parent: 20 +- proto: TableReinforced + entities: + - uid: 6 + components: + - type: Transform + pos: -3.5,2.5 + parent: 20 + - uid: 7 + components: + - type: Transform + pos: -4.5,2.5 + parent: 20 + - uid: 15 + components: + - type: Transform + pos: -1.5,3.5 + parent: 20 +- proto: ThrusterUnanchored + entities: + - uid: 106 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 20 +- proto: VehicleKeyATV + entities: + - uid: 107 + components: + - type: Transform + pos: -1.4804568,3.5168486 + parent: 20 +- proto: WallReinforced + entities: + - uid: 21 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 20 + - uid: 26 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 20 + - uid: 27 + components: + - type: Transform + pos: 3.5,0.5 + parent: 20 + - uid: 54 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 20 + - uid: 55 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 20 + - uid: 72 + components: + - type: Transform + pos: 1.5,0.5 + parent: 20 + - uid: 73 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 20 + - uid: 123 + components: + - type: Transform + pos: -6.5,3.5 + parent: 20 + - uid: 124 + components: + - type: Transform + pos: -7.5,3.5 + parent: 20 + - uid: 125 + components: + - type: Transform + pos: -8.5,3.5 + parent: 20 + - uid: 126 + components: + - type: Transform + pos: -8.5,2.5 + parent: 20 + - uid: 127 + components: + - type: Transform + pos: -8.5,1.5 + parent: 20 + - uid: 128 + components: + - type: Transform + pos: -8.5,0.5 + parent: 20 + - uid: 129 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 20 + - uid: 130 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 20 + - uid: 131 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 20 +- proto: WallSolid + entities: + - uid: 23 + components: + - type: Transform + pos: -5.5,2.5 + parent: 20 + - uid: 24 + components: + - type: Transform + pos: -5.5,3.5 + parent: 20 + - uid: 28 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 20 + - uid: 30 + components: + - type: Transform + pos: 3.5,1.5 + parent: 20 + - uid: 31 + components: + - type: Transform + pos: 3.5,4.5 + parent: 20 + - uid: 34 + components: + - type: Transform + pos: -5.5,2.5 + parent: 20 + - uid: 35 + components: + - type: Transform + pos: -5.5,4.5 + parent: 20 + - uid: 36 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 20 +- proto: WallSolidRust + entities: + - uid: 22 + components: + - type: Transform + pos: -5.5,1.5 + parent: 20 + - uid: 29 + components: + - type: Transform + pos: 3.5,3.5 + parent: 20 + - uid: 32 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 20 + - uid: 33 + components: + - type: Transform + pos: -5.5,0.5 + parent: 20 +- proto: WardrobeCargoFilled + entities: + - uid: 64 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 20 +- proto: WaterCooler + entities: + - uid: 117 + components: + - type: Transform + pos: 2.5,4.5 + parent: 20 +- proto: WeaponFlareGun + entities: + - uid: 4 + components: + - type: Transform + pos: 2.5098493,-3.4398203 + parent: 20 +- proto: Windoor + entities: + - uid: 51 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 20 +- proto: WindoorSecureCargoLocked + entities: + - uid: 50 + components: + - type: Transform + pos: -1.5,3.5 + parent: 20 +- proto: Window + entities: + - uid: 41 + components: + - type: Transform + pos: -0.5,3.5 + parent: 20 + - uid: 42 + components: + - type: Transform + pos: 2.5,3.5 + parent: 20 + - uid: 43 + components: + - type: Transform + pos: -4.5,3.5 + parent: 20 + - uid: 44 + components: + - type: Transform + pos: 1.5,3.5 + parent: 20 + - uid: 69 + components: + - type: Transform + pos: -2.5,3.5 + parent: 20 + - uid: 79 + components: + - type: Transform + pos: -3.5,3.5 + parent: 20 +- proto: Wrench + entities: + - uid: 109 + components: + - type: Transform + pos: -1.5049917,-5.4741187 + parent: 20 + - uid: 110 + components: + - type: Transform + pos: -1.4737417,-4.5366187 + parent: 20 + - uid: 111 + components: + - type: Transform + pos: -1.5049917,-4.9272437 + parent: 20 + - uid: 112 + components: + - type: Transform + pos: -1.4737417,-4.0834937 + parent: 20 +... diff --git a/Resources/Maps/Salvage/engineering-chunk.yml b/Resources/Maps/Salvage/engineering-chunk.yml index 53b0a24597c..92d34f70684 100644 --- a/Resources/Maps/Salvage/engineering-chunk.yml +++ b/Resources/Maps/Salvage/engineering-chunk.yml @@ -1,3148 +1,3148 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 10: FloorAsteroidSandUnvariantized - 89: FloorSteel - 90: FloorSteelBurnt - 93: FloorSteelDamaged - 100: FloorSteelMono - 102: FloorSteelPavement - 120: Lattice - 121: Plating - 123: PlatingBurnt - 124: PlatingDamaged -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: grid - - type: Transform - pos: -0.49999237,-0.46875 - parent: invalid - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: WQAAAAABeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADewAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABXQAAAAABeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAfAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACZgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACZgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: eAAAAAAAeAAAAAAAeQAAAAAAWgAAAAAAXQAAAAAEWQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAWgAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAACWQAAAAABWgAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAXQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAACeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAewAAAAAAWQAAAAAAWgAAAAABXQAAAAABWQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACXQAAAAACWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZgAAAAAAZgAAAAADZgAAAAAAZgAAAAAAZgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZgAAAAADZgAAAAABZgAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZgAAAAABZgAAAAADZgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWgAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAZgAAAAADZgAAAAABZgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADZgAAAAABZgAAAAABZgAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAZgAAAAABZgAAAAABZgAAAAAAZgAAAAACZgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAfAAAAAACCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAfAAAAAABeQAAAAAAWQAAAAAAXQAAAAACWQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAABWQAAAAAAWQAAAAABCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAZgAAAAADZgAAAAACWQAAAAADeQAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAACZgAAAAACZgAAAAAAWQAAAAADeQAAAAAAZAAAAAADeQAAAAAAeQAAAAAAZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAABZgAAAAAAZgAAAAAAWQAAAAAAfAAAAAAAZAAAAAACeQAAAAAAeQAAAAAAZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADeQAAAAAAeQAAAAAAZAAAAAABeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAABZgAAAAABZgAAAAADWQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAXQAAAAABWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA - version: 6 - 1,-2: - ind: 1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-1: - ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAA - 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: Box - decals: - 42: -2,7 - 43: -1,7 - 44: -6,13 - 45: -5,13 - 46: -4,13 - 47: -6,14 - 48: -5,14 - 49: -4,14 - 50: -3,14 - 51: -2,14 - 52: -3,13 - 53: -2,13 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerNe - decals: - 4: 1,9 - 32: -6,11 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerNw - decals: - 31: -2,11 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSe - decals: - 6: 1,7 - 19: -6,5 - - node: - color: '#EFB34196' - id: BrickTileWhiteCornerSw - decals: - 11: -10,7 - 18: -2,5 - - node: - color: '#EFB34196' - id: BrickTileWhiteInnerNe - decals: - 14: -8,9 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineE - decals: - 5: 1,8 - 15: -8,10 - 16: -8,11 - 17: -8,12 - 28: -10,-5 - 29: -10,-6 - 30: -10,-7 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineN - decals: - 0: -7,9 - 1: -6,9 - 2: -2,9 - 3: -1,9 - 20: -6,3 - 21: -5,3 - 22: -4,3 - 23: -3,3 - 24: -2,3 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineS - decals: - 7: -6,7 - 8: -7,7 - 9: -8,7 - 10: -9,7 - 33: -6,13 - 34: -5,13 - 35: -4,13 - 36: -3,13 - 37: -2,13 - 38: 0,13 - 39: 1,13 - 40: -1,7 - 41: -2,7 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineW - decals: - 12: -10,8 - 13: -10,9 - 25: -7,-5 - 26: -7,-6 - 27: -7,-7 - - node: - color: '#280F00FF' - id: Dirt - decals: - 110: -2,-5 - 111: -2,-5 - 112: 1,-9 - 113: -1,-10 - 114: 3,-10 - 115: 6,-13 - 116: -3,-10 - 117: -1,-9 - 118: 1,-8 - 119: 1,-5 - 120: 0,-4 - 121: 0,-3 - 122: -1,0 - 123: -3,0 - 124: -4,0 - 125: -2,1 - 126: -1,1 - 127: 0,2 - 128: 1,3 - 129: 0,4 - 130: 0,5 - 131: 1,3 - 132: -2,4 - 133: -4,4 - 134: -3,3 - 135: -5,5 - 136: -4,5 - 137: -9,9 - 138: -9,12 - 139: -9,13 - 140: -9,10 - 141: -9,8 - 142: -7,8 - 143: -3,8 - 144: -1,8 - 145: 0,9 - 146: 1,12 - 147: 1,11 - 148: -3,12 - 149: -4,11 - 150: -4,11 - 151: -5,12 - 152: -3,12 - 153: -4,12 - 154: -6,12 - 155: -6,7 - 156: -7,8 - 157: -4,0 - 158: -5,1 - 159: -6,0 - 160: 1,-2 - 161: 1,-2 - 162: 1,-4 - 163: 1,-3 - 164: 1,-3 - 165: 1,-4 - 166: 5,-10 - 167: 4,-9 - 168: 6,-9 - 169: 5,-12 - 170: 6,-14 - 171: 5,-17 - 172: 4,-18 - 173: 5,-17 - 174: 4,-17 - 175: 7,-19 - 176: 8,-20 - 177: 7,-20 - 178: 6,-17 - 179: 7,-19 - 180: 5,-21 - 181: 5,-22 - 182: 4,-20 - 183: 4,-19 - 184: 7,-22 - 185: 8,-22 - 186: 4,-19 - 187: 6,-17 - 188: 6,-17 - 189: 4,-17 - 190: 3,-18 - 191: 3,-16 - 192: 6,-21 - 193: 8,-22 - 194: 8,-19 - 195: 6,-19 - 196: 7,-20 - 197: 4,-18 - 198: 6,-16 - 199: 6,-15 - 200: 5,-15 - 201: 5,-13 - 202: 5,-12 - 203: 3,-9 - 204: -1,-10 - 205: 6,-11 - 206: 6,-11 - 207: 6,-10 - - node: - color: '#835432FF' - id: Dirt - decals: - 208: -6,8 - 209: -3,8 - 210: -1,8 - 211: -5,8 - 212: 3,8 - 213: 4,4 - 214: 4,3 - 215: 4,5 - 216: -2,15 - 217: 1,15 - 218: 1,15 - 219: 3,10 - 220: 0,3 - 221: 1,5 - 222: 1,2 - 223: 0,1 - 224: 0,1 - 225: 1,-2 - 226: 1,-3 - 227: 0,-2 - 228: 1,-5 - 229: 0,-7 - 230: 1,-6 - 231: 0,-6 - 232: 0,-5 - 233: 1,-6 - 234: 0,-5 - 235: -1,-5 - 236: -2,-4 - 237: -3,-3 - 238: -4,-4 - 239: -4,-5 - 240: -4,-6 - 241: -4,-7 - 242: -5,-7 - 243: -5,-7 - 244: -5,-6 - 245: -2,-7 - 246: -4,-5 - 247: -4,-3 - 248: -5,-3 - 249: -3,-2 - 250: -7,-5 - 251: -9,-7 - 252: -9,-7 - 253: -8,-6 - 254: -7,-6 - 255: -9,-5 - 256: -10,-7 - 257: -14,-10 - 258: -12,-11 - 259: -13,-10 - 260: -13,-7 - 261: -13,-6 - 262: -13,-6 - 263: -14,-6 - 264: -13,-5 - 265: -13,-4 - 266: -13,-4 - 267: -12,-6 - 268: -8,-11 - 269: -9,-12 - 270: -8,-12 - 271: -8,-11 - 272: -9,-13 - 273: -10,-12 - 274: -9,-12 - 275: -4,-10 - 276: -4,-9 - 277: -2,-10 - 278: -3,-10 - 279: 0,-10 - 280: -1,-9 - 281: 3,-10 - 282: 5,-10 - 283: 5,-11 - 284: 5,-18 - 285: 6,-17 - 286: 8,-16 - 287: 6,-16 - 288: 8,-17 - 289: 8,-19 - 290: 8,-19 - 291: 13,-10 - 292: 11,-10 - 293: 12,-9 - 294: 12,-9 - 295: -3,1 - 296: -4,1 - 297: -8,4 - 298: -8,4 - 299: -8,5 - 300: -8,4 - 301: -9,4 - 302: -9,5 - 303: -12,7 - 304: -12,7 - 305: -13,6 - 306: -5,5 - 307: -5,4 - 308: -4,4 - 309: -3,4 - 310: -4,9 - 311: -3,9 - 312: -5,7 - 313: -8,8 - 314: -8,11 - 315: -9,10 - 316: -10,8 - 317: -10,7 - 318: -5,7 - 319: -3,7 - 320: 0,8 - 321: -1,9 - 322: -2,14 - 323: -4,14 - 324: -5,13 - 325: -5,13 - 326: -5,14 - 327: 0,15 - 328: 0,15 - 329: 0,15 - 330: 4,-5 - 331: 4,-7 - 332: 4,-7 - 333: 4,-6 - 334: 4,-7 - 335: 5,-7 - 336: -2,-13 - 337: -1,-13 - 338: 2,-13 - 339: 2,-14 - 340: 3,-12 - 341: 3,-13 - 342: 3,-14 - 343: 2,-13 - 344: 3,-13 - 345: 3,-12 - 346: 1,-10 - 347: 1,-10 - 348: 0,-9 - 349: -2,-9 - 350: 4,-10 - 351: 5,-9 - 352: 5,-9 - 353: -9,11 - 354: -9,11 - 355: -8,14 - 356: -8,13 - 357: -8,14 - 358: 1,7 - 359: 1,8 - 360: 0,8 - 361: 0,7 - 362: -4,8 - 363: -2,8 - 364: -5,9 - 365: -5,8 - 366: -7,8 - 367: -9,7 - 368: -7,9 - 369: -9,11 - 370: -7,7 - 371: -6,7 - 372: -7,7 - 373: -3,9 - 374: 1,7 - 375: 0,5 - 376: 1,4 - 377: 0,5 - 378: 0,4 - 379: -3,4 - 380: 0,0 - 381: -1,0 - 382: 0,0 - 383: -4,-6 - 384: -3,-9 - 385: -9,-2 - 386: -10,-2 - 387: -10,-1 - 388: -8,0 - 389: -7,0 - 390: -7,-2 - 391: -8,-2 - 392: -8,-2 - 393: -9,-3 - 394: -9,-3 - 395: -8,-3 - 396: -9,-2 - 397: -7,-1 - 398: -7,-2 - 399: -8,0 - 400: -9,0 - 401: -17,-6 - 402: -17,-5 - 403: -17,-6 - 404: -18,-6 - 405: -7,-12 - 406: -13,0 - 407: -13,1 - 408: -12,1 - 409: -13,1 - 410: -12,2 - 411: -12,1 - 412: -12,2 - 413: -12,1 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 68: -9,7 - 69: -1,9 - 70: -2,9 - 71: -4,13 - 72: -3,14 - 73: 1,13 - 74: -10,-7 - 75: -7,-5 - 91: -8,7 - 105: -7,9 - 108: -5,-2 - 109: -2,-2 - - node: - color: '#FFFFFFFF' - id: DirtHeavyMonotile - decals: - 76: -9,7 - 77: -8,11 - 78: -10,8 - 79: -3,7 - 80: -4,7 - 81: -4,9 - 82: -3,13 - 83: -6,14 - 84: 1,8 - 85: 1,7 - 86: -2,3 - 87: -3,3 - 104: -7,9 - 106: -8,9 - 107: -2,-2 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 88: -9,7 - 89: -10,9 - 90: -8,7 - 100: -2,5 - 101: 1,7 - 102: -6,9 - 103: -7,9 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 92: -10,7 - 93: -8,10 - 94: -8,12 - 95: -5,14 - 96: -2,7 - 97: -5,3 - 98: -6,3 - 99: -6,5 - - node: - color: '#FFFFFFFF' - id: WarnCornerNE - decals: - 55: -2,-4 - - node: - color: '#FFFFFFFF' - id: WarnCornerNW - decals: - 54: -5,-4 - 67: 7,-18 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 62: -2,-7 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 66: 7,-20 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 60: -2,-5 - 61: -2,-6 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 58: -4,-7 - 59: -3,-7 - 64: 8,-20 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 56: -5,-5 - 57: -5,-6 - 65: 7,-19 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 63: 8,-18 - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 30583 - 0,1: - 0: 65535 - 0,-1: - 0: 30583 - 0,2: - 0: 65535 - 0,3: - 0: 65535 - 1,0: - 0: 4369 - 1,1: - 0: 30549 - 1,2: - 0: 65535 - 1,3: - 0: 65535 - 2,1: - 0: 4096 - 2,2: - 0: 65397 - 2,3: - 0: 65535 - 3,2: - 0: 30036 - 3,3: - 0: 65535 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 30719 - 1,-4: - 0: 65535 - 1,-3: - 0: 61439 - 1: 4096 - 1,-2: - 0: 22527 - 1,-1: - 0: 4373 - 2,-4: - 0: 30711 - 2,-3: - 0: 65526 - 2,-2: - 0: 5471 - 3,-4: - 0: 16 - 3,-3: - 0: 30692 - 3,-2: - 0: 21 - -4,0: - 0: 36079 - -4,1: - 0: 52420 - -4,2: - 0: 17476 - -4,3: - 0: 1228 - -3,0: - 0: 65535 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -3,3: - 0: 57343 - -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: 65535 - -1,3: - 0: 65535 - -4,-4: - 0: 65252 - -4,-3: - 0: 65535 - -4,-2: - 0: 65535 - -4,-1: - 0: 65535 - -3,-4: - 0: 65527 - -3,-3: - 0: 65407 - 1: 128 - -3,-2: - 0: 65535 - -3,-1: - 0: 65535 - -2,-4: - 0: 65457 - -2,-3: - 0: 65535 - -2,-2: - 0: 65023 - 1: 512 - -2,-1: - 0: 65535 - -1,-4: - 0: 64852 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - -1,-1: - 0: 65535 - 0,-5: - 0: 64989 - 0,-7: - 0: 49152 - 0,-6: - 0: 52420 - 1,-7: - 0: 12288 - 1,-6: - 0: 65525 - 1,-5: - 0: 65535 - 2,-7: - 0: 4096 - 2,-6: - 0: 29489 - 2,-5: - 0: 30711 - 3,-5: - 0: 17652 - 0,4: - 0: 65535 - 0,5: - 0: 57343 - 0,6: - 0: 4 - 1,4: - 0: 65535 - 1,5: - 0: 22527 - 1,6: - 0: 17 - 2,4: - 0: 65535 - 2,5: - 0: 383 - 3,4: - 0: 32767 - 3,5: - 0: 3 - -3,4: - 0: 341 - -2,4: - 0: 24063 - -2,5: - 0: 4 - -1,4: - 0: 65535 - -1,5: - 0: 4445 - 4,-5: - 0: 1780 - -5,-3: - 0: 52872 - -5,-2: - 0: 61166 - -5,-1: - 0: 51406 - -5,-4: - 0: 32768 - -5,0: - 0: 8 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: RadiationGridResistance -- proto: AirlockAtmosphericsLocked - entities: - - uid: 83 - components: - - type: Transform - pos: 2.5,12.5 - parent: 1 - - uid: 84 - components: - - type: Transform - pos: 0.5,10.5 - parent: 1 - - uid: 102 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1 -- proto: AirlockChiefEngineerLocked - entities: - - uid: 15 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 1 -- proto: AirlockEngineeringLocked - entities: - - uid: 42 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 1 - - uid: 99 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 391 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 392 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 1 -- proto: AirlockExternalGlassEngineeringLocked - entities: - - uid: 2 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 1 - - uid: 3 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1 -- proto: AirlockMaint - entities: - - uid: 25 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 -- proto: Ash - entities: - - uid: 65 - components: - - type: Transform - pos: -3.20407,1.31294 - parent: 1 - - uid: 80 - components: - - type: Transform - pos: 1.2178049,3.8598151 - parent: 1 - - uid: 82 - components: - - type: Transform - pos: 6.219278,-11.403673 - parent: 1 - - uid: 85 - components: - - type: Transform - pos: 0.6396799,-5.44785 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: -4.625312,9.618317 - parent: 1 -- proto: Ashtray - entities: - - uid: 181 - components: - - type: Transform - pos: -2.3644886,6.6032896 - parent: 1 -- proto: AsteroidRock - entities: - - uid: 17 - components: - - type: Transform - pos: -13.5,-1.5 - parent: 1 - - uid: 21 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 1 - - uid: 22 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 1 - - uid: 29 - components: - - type: Transform - pos: -15.5,0.5 - parent: 1 - - uid: 35 - components: - - type: Transform - pos: -15.5,-1.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 1 - - uid: 40 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 1 - - uid: 41 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 43 - components: - - type: Transform - pos: -12.5,-7.5 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: -12.5,-1.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 1 - - uid: 62 - components: - - type: Transform - pos: -14.5,-5.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 1 - - uid: 79 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 1 - - uid: 92 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: -13.5,0.5 - parent: 1 - - uid: 96 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 1 - - uid: 100 - components: - - type: Transform - pos: -13.5,1.5 - parent: 1 - - uid: 101 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 1 - - uid: 103 - components: - - type: Transform - pos: -8.5,1.5 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 110 - components: - - type: Transform - pos: -9.5,1.5 - parent: 1 - - uid: 114 - components: - - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 132 - components: - - type: Transform - pos: -10.5,1.5 - parent: 1 - - uid: 133 - components: - - type: Transform - pos: -11.5,0.5 - parent: 1 - - uid: 138 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 1 - - uid: 155 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 1 - - uid: 177 - components: - - type: Transform - pos: -14.5,0.5 - parent: 1 - - uid: 190 - components: - - type: Transform - pos: -10.5,0.5 - parent: 1 - - uid: 198 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 1 - - uid: 202 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 1 - - uid: 204 - components: - - type: Transform - pos: -14.5,-9.5 - parent: 1 - - uid: 205 - components: - - type: Transform - pos: -16.5,-2.5 - parent: 1 - - uid: 207 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 1 - - uid: 212 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 1 - - uid: 213 - components: - - type: Transform - pos: -9.5,-13.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 1 - - uid: 227 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 1 - - uid: 228 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 1 - - uid: 229 - components: - - type: Transform - pos: -12.5,-12.5 - parent: 1 - - uid: 230 - components: - - type: Transform - pos: -9.5,-12.5 - parent: 1 - - uid: 231 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 1 - - uid: 232 - components: - - type: Transform - pos: -10.5,-12.5 - parent: 1 - - uid: 233 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 1 - - uid: 234 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 1 - - uid: 235 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 236 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 1 - - uid: 238 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 1 - - uid: 239 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 1 - - uid: 240 - components: - - type: Transform - pos: -15.5,-6.5 - parent: 1 - - uid: 241 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 1 - - uid: 242 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 1 - - uid: 243 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 1 - - uid: 244 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 1 - - uid: 245 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 1 - - uid: 246 - components: - - type: Transform - pos: -15.5,-2.5 - parent: 1 - - uid: 247 - components: - - type: Transform - pos: -15.5,-8.5 - parent: 1 - - uid: 248 - components: - - type: Transform - pos: -13.5,-8.5 - parent: 1 - - uid: 249 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 1 - - uid: 250 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 1 - - uid: 251 - components: - - type: Transform - pos: -15.5,-3.5 - parent: 1 - - uid: 252 - components: - - type: Transform - pos: -14.5,-3.5 - parent: 1 - - uid: 253 - components: - - type: Transform - pos: -15.5,-4.5 - parent: 1 - - uid: 254 - components: - - type: Transform - pos: -15.5,-5.5 - parent: 1 - - uid: 255 - components: - - type: Transform - pos: -12.5,-8.5 - parent: 1 - - uid: 256 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 1 - - uid: 259 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 1 - - uid: 260 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 1 - - uid: 261 - components: - - type: Transform - pos: -8.5,-9.5 - parent: 1 - - uid: 262 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 1 - - uid: 263 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1 - - uid: 264 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 1 - - uid: 265 - components: - - type: Transform - pos: -10.5,-13.5 - parent: 1 - - uid: 266 - components: - - type: Transform - pos: -8.5,-13.5 - parent: 1 - - uid: 267 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 1 - - uid: 268 - components: - - type: Transform - pos: -16.5,-8.5 - parent: 1 - - uid: 269 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 1 - - uid: 270 - components: - - type: Transform - pos: -7.5,-10.5 - parent: 1 - - uid: 271 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 1 - - uid: 272 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 1 - - uid: 274 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 1 - - uid: 275 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 1 - - uid: 276 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1 - - uid: 277 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 1 - - uid: 279 - components: - - type: Transform - pos: -11.5,-9.5 - parent: 1 - - uid: 281 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 1 - - uid: 282 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 1 - - uid: 286 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1 -- proto: AsteroidRockPlasma - entities: - - uid: 10 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 1 - - uid: 31 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: -14.5,-1.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 1 - - uid: 78 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 1 - - uid: 193 - components: - - type: Transform - pos: -7.5,-12.5 - parent: 1 - - uid: 197 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 1 - - uid: 200 - components: - - type: Transform - pos: -11.5,-7.5 - parent: 1 -- proto: AsteroidRockUranium - entities: - - uid: 4 - components: - - type: Transform - pos: -10.5,-8.5 - parent: 1 - - uid: 19 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 20 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 30 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 87 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 1 -- proto: BlastDoor - entities: - - uid: 390 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 855 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 1081 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1 -- proto: CableHV - entities: - - uid: 492 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1 - - uid: 494 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 495 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 - - uid: 1089 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1 - - uid: 1095 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 1 - - uid: 1096 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 1 - - uid: 1097 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 1 - - uid: 1098 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 1 - - uid: 1099 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 1 - - uid: 1101 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 1 -- proto: CableMV - entities: - - uid: 498 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 827 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1 - - uid: 913 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 1 - - uid: 914 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 1 - - uid: 915 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1 - - uid: 916 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 1 - - uid: 1085 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1 -- proto: CableTerminal - entities: - - uid: 496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-12.5 - parent: 1 -- proto: Catwalk - entities: - - uid: 24 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 32 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 34 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 73 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1 - - uid: 201 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 1 - - uid: 962 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 1 - - uid: 964 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 965 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 1 - - uid: 969 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 1 - - uid: 970 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1 - - uid: 971 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 1 - - uid: 972 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 1 -- proto: ChairFolding - entities: - - uid: 225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,5.5 - parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 446 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 1 -- proto: CigaretteSpent - entities: - - uid: 23 - components: - - type: Transform - pos: -2.4738636,6.9314146 - parent: 1 - - uid: 199 - components: - - type: Transform - pos: 0.17092991,1.1248965 - parent: 1 - - uid: 220 - components: - - type: Transform - pos: -2.8332386,6.4939146 - parent: 1 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 18 - components: - - type: Transform - pos: -9.5,7.5 - parent: 1 -- proto: ClosetToolFilled - entities: - - uid: 51 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 158 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-4.5 - parent: 1 -- proto: CrateEngineeringSolar - entities: - - uid: 143 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1 -- proto: Crowbar - entities: - - uid: 149 - components: - - type: Transform - pos: -1.4613824,5.5507183 - parent: 1 -- proto: DisposalPipeBroken - entities: - - uid: 209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-9.5 - parent: 1 -- proto: DisposalUnit - entities: - - uid: 208 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 -- proto: FirelockGlass - entities: - - uid: 1061 - components: - - type: Transform - pos: -4.5,10.5 - parent: 1 - - uid: 1062 - components: - - type: Transform - pos: -3.5,10.5 - parent: 1 - - uid: 1063 - components: - - type: Transform - pos: -2.5,10.5 - parent: 1 -- proto: FloodlightBroken - entities: - - uid: 167 - components: - - type: Transform - pos: 5.641914,-20.5338 - parent: 1 -- proto: FloraRockSolid01 - entities: - - uid: 90 - components: - - type: Transform - pos: -8.575238,-11.492075 - parent: 1 -- proto: FloraRockSolid02 - entities: - - uid: 278 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 -- proto: GasCanisterBrokenBase - entities: - - uid: 58 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 258 - components: - - type: Transform - pos: -3.5,13.5 - parent: 1 -- proto: GeneratorBasic - entities: - - uid: 153 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 1 -- proto: Girder - entities: - - uid: 127 - components: - - type: Transform - pos: 2.5,9.5 - parent: 1 - - uid: 135 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 146 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 1 - - uid: 370 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 1 - - uid: 1171 - components: - - type: Transform - pos: -10.5,7.5 - parent: 1 -- proto: Grille - entities: - - uid: 36 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 1 - - uid: 406 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 407 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 410 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 411 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 412 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 1 - - uid: 413 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1 - - uid: 414 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 1 - - uid: 415 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1 - - uid: 416 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 1 -- proto: GrilleBroken - entities: - - uid: 47 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 68 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 1 - - uid: 72 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 1 - - uid: 81 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1 - - uid: 210 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-19.5 - parent: 1 -- proto: GrilleSpawner - entities: - - uid: 237 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 5 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 1 -- proto: MachineFrame - entities: - - uid: 74 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 1 -- proto: MachineFrameDestroyed - entities: - - uid: 57 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 1 - - uid: 358 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 439 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 1 -- proto: NetworkConfigurator - entities: - - uid: 224 - components: - - type: Transform - pos: -5.6244073,3.4866257 - parent: 1 -- proto: PlushieSpaceLizard - entities: - - uid: 1226 - components: - - type: Transform - pos: 18.52544,-18.478405 - parent: 1 -- proto: PortableGeneratorJrPacman - entities: - - uid: 156 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 -- proto: PortableGeneratorSuperPacman - entities: - - uid: 14 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1 -- proto: PosterBroken - entities: - - uid: 97 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-12.5 - parent: 1 - - uid: 176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 1 - - uid: 219 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 1 - - uid: 257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,2.5 - parent: 1 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 217 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 1 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 1228 - components: - - type: Transform - pos: -0.5,10.5 - parent: 1 -- proto: PosterLegitSafetyMothPiping - entities: - - uid: 1227 - components: - - type: Transform - pos: 2.5,11.5 - parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 448 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 1 -- proto: PoweredSmallLightEmpty - entities: - - uid: 55 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 1 - - uid: 273 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,3.5 - parent: 1 -- proto: Rack - entities: - - uid: 8 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 16 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 63 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 -- proto: RadiationCollector - entities: - - uid: 599 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 1 -- proto: RadiationCollectorNoTank - entities: - - uid: 598 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 1 -- proto: ReinforcedGirder - entities: - - uid: 359 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 371 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 1 - - uid: 995 - components: - - type: Transform - pos: -11.5,6.5 - parent: 1 - - uid: 1016 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 1025 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1 - - uid: 1133 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 423 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 1 - - uid: 424 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1 - - uid: 425 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 1 - - uid: 426 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1 - - uid: 427 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 1 -- proto: ReinforcedWindow - entities: - - uid: 95 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 115 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 206 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 417 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 418 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 421 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 -- proto: SalvageCanisterSpawner - entities: - - uid: 37 - components: - - type: Transform - pos: -4.5,13.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 152 - components: - - type: Transform - pos: -2.5,14.5 - parent: 1 - - uid: 203 - components: - - type: Transform - pos: -4.5,14.5 - parent: 1 - - uid: 284 - components: - - type: Transform - pos: -5.5,14.5 - parent: 1 -- proto: SalvageLootSpawner - entities: - - uid: 134 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 226 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 -- proto: SalvageMobSpawner75 - entities: - - uid: 27 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 -- proto: SheetSteel1 - entities: - - uid: 53 - components: - - type: Transform - pos: 6.33593,-18.37973 - parent: 1 - - uid: 1164 - components: - - type: Transform - pos: 6.6406174,-18.543793 - parent: 1 -- proto: ShuttersRadiationOpen - entities: - - uid: 428 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 1 - - uid: 429 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1 - - uid: 430 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 1 - - uid: 431 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1 - - uid: 432 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 1 -- proto: SignCanisters - entities: - - uid: 150 - components: - - type: Transform - pos: -5.5,10.5 - parent: 1 -- proto: SignToolStorage - entities: - - uid: 180 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 -- proto: SmallLight - entities: - - uid: 222 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 -- proto: SMESBasic - entities: - - uid: 493 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 -- proto: SolidSecretDoor - entities: - - uid: 26 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 6 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 -- proto: SpawnMobSpiderSalvage - entities: - - uid: 66 - components: - - type: Transform - pos: -3.5,12.5 - parent: 1 -- proto: SpiderWeb - entities: - - uid: 7 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 1 -- proto: StationMapBroken - entities: - - uid: 218 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 -- proto: SubstationBasic - entities: - - uid: 497 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 -- proto: Table - entities: - - uid: 44 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 1 - - uid: 979 - components: - - type: Transform - pos: -5.5,3.5 - parent: 1 - - uid: 990 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 991 - components: - - type: Transform - pos: -3.5,3.5 - parent: 1 - - uid: 993 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 1013 - components: - - type: Transform - pos: -1.5,11.5 - parent: 1 - - uid: 1265 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1 -- proto: TableFrame - entities: - - uid: 1147 - components: - - type: Transform - pos: -3.5,10.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 94 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 98 - components: - - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 402 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 403 - components: - - type: Transform - pos: -4.5,10.5 - parent: 1 - - uid: 441 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 1 - - uid: 442 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 1 -- proto: UnfinishedMachineFrame - entities: - - uid: 54 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 1 - - uid: 86 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 1012 - components: - - type: Transform - pos: -5.5,11.5 - parent: 1 -- proto: WallReinforced - entities: - - uid: 9 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 1 - - uid: 11 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 12 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 1 - - uid: 13 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: -0.5,10.5 - parent: 1 - - uid: 117 - components: - - type: Transform - pos: -1.5,10.5 - parent: 1 - - uid: 118 - components: - - type: Transform - pos: -5.5,10.5 - parent: 1 - - uid: 119 - components: - - type: Transform - pos: -5.5,15.5 - parent: 1 - - uid: 120 - components: - - type: Transform - pos: -4.5,15.5 - parent: 1 - - uid: 121 - components: - - type: Transform - pos: -3.5,15.5 - parent: 1 - - uid: 122 - components: - - type: Transform - pos: -2.5,15.5 - parent: 1 - - uid: 123 - components: - - type: Transform - pos: -1.5,15.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: -0.5,15.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: -0.5,13.5 - parent: 1 - - uid: 126 - components: - - type: Transform - pos: -0.5,14.5 - parent: 1 - - uid: 159 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 1 - - uid: 160 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 1 - - uid: 161 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1 - - uid: 162 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 1 - - uid: 163 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 165 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1 - - uid: 166 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - uid: 169 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 1 - - uid: 170 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 - - uid: 171 - components: - - type: Transform - pos: -6.5,10.5 - parent: 1 - - uid: 172 - components: - - type: Transform - pos: -6.5,11.5 - parent: 1 - - uid: 173 - components: - - type: Transform - pos: -6.5,12.5 - parent: 1 - - uid: 174 - components: - - type: Transform - pos: -6.5,13.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: -6.5,14.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 1 - - uid: 179 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 1 - - uid: 183 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 185 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 1 - - uid: 186 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 1 - - uid: 187 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 1 - - uid: 188 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 1 - - uid: 189 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 1 - - uid: 191 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1 - - uid: 192 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 1 - - uid: 194 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 1 - - uid: 195 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1 - - uid: 196 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 1 - - uid: 365 - components: - - type: Transform - pos: 9.5,-14.5 - parent: 1 - - uid: 366 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 1 - - uid: 373 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1 - - uid: 375 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 1 - - uid: 385 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1 - - uid: 419 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 1 - - uid: 420 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 1 - - uid: 422 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 1 - - uid: 433 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 1 - - uid: 438 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 1 - - uid: 994 - components: - - type: Transform - pos: -9.5,6.5 - parent: 1 - - uid: 997 - components: - - type: Transform - pos: -10.5,6.5 - parent: 1 - - uid: 1132 - components: - - type: Transform - pos: -8.5,6.5 - parent: 1 - - uid: 1134 - components: - - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 1136 - components: - - type: Transform - pos: -8.5,2.5 - parent: 1 - - uid: 1137 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 1138 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1 - - uid: 1139 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1 - - uid: 1144 - components: - - type: Transform - pos: -6.5,5.5 - parent: 1 - - uid: 1145 - components: - - type: Transform - pos: -6.5,6.5 - parent: 1 -- proto: WallSolid - entities: - - uid: 33 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 105 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 107 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 109 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 111 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 1 - - uid: 128 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 131 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 - - uid: 136 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 139 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 141 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 1 - - uid: 145 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 151 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 1 - - uid: 280 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 1 - - uid: 285 - components: - - type: Transform - pos: 9.5,-13.5 - parent: 1 - - uid: 290 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 1 - - uid: 328 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 1 - - uid: 440 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 1 - - uid: 552 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 1 - - uid: 592 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 763 - components: - - type: Transform - pos: 0.5,14.5 - parent: 1 - - uid: 764 - components: - - type: Transform - pos: 1.5,14.5 - parent: 1 - - uid: 768 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 989 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 - - uid: 998 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 1018 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 1019 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 1022 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 1030 - components: - - type: Transform - pos: 1.5,10.5 - parent: 1 - - uid: 1109 - components: - - type: Transform - pos: 2.5,11.5 - parent: 1 - - uid: 1110 - components: - - type: Transform - pos: 2.5,13.5 - parent: 1 - - uid: 1131 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 - - uid: 1141 - components: - - type: Transform - pos: -5.5,2.5 - parent: 1 -- proto: WallSolidRust - entities: - - uid: 38 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 104 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 1 - - uid: 106 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 112 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 - - uid: 113 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 1 - - uid: 129 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 130 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 137 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 140 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 1 - - uid: 184 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 1 - - uid: 303 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 1 - - uid: 338 - components: - - type: Transform - pos: 7.5,-13.5 - parent: 1 - - uid: 342 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 1 - - uid: 360 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 1 - - uid: 548 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 1 - - uid: 549 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 1 - - uid: 593 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 601 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 996 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 1017 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 1023 - components: - - type: Transform - pos: 2.5,15.5 - parent: 1 - - uid: 1024 - components: - - type: Transform - pos: 2.5,10.5 - parent: 1 - - uid: 1040 - components: - - type: Transform - pos: 2.5,14.5 - parent: 1 - - uid: 1143 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 1174 - components: - - type: Transform - pos: -10.5,8.5 - parent: 1 -- proto: WelderIndustrialAdvanced - entities: - - uid: 283 - components: - - type: Transform - pos: -8.413139,-5.4927106 - parent: 1 -- proto: WindoorAssemblySecure - entities: - - uid: 1157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,10.5 - parent: 1 -- proto: WindoorSecureAtmosphericsLocked - entities: - - uid: 397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,10.5 - parent: 1 - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,10.5 - parent: 1 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 394 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 395 - components: - - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 396 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 10: FloorAsteroidSandUnvariantized + 89: FloorSteel + 90: FloorSteelBurnt + 93: FloorSteelDamaged + 100: FloorSteelMono + 102: FloorSteelPavement + 120: Lattice + 121: Plating + 123: PlatingBurnt + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.49999237,-0.46875 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: WQAAAAABeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADewAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABXQAAAAABeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAfAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACZgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZgAAAAACZgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: eAAAAAAAeAAAAAAAeQAAAAAAWgAAAAAAXQAAAAAEWQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAWgAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAACWQAAAAABWgAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAWQAAAAAAXQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAACeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: CgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAewAAAAAAWQAAAAAAWgAAAAABXQAAAAABWQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACXQAAAAACWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZgAAAAAAZgAAAAADZgAAAAAAZgAAAAAAZgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACZgAAAAADZgAAAAABZgAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZgAAAAABZgAAAAADZgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWgAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAZgAAAAADZgAAAAABZgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADZgAAAAABZgAAAAABZgAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAZgAAAAABZgAAAAABZgAAAAAAZgAAAAACZgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAACgAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeAAAAAAAfAAAAAACCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAfAAAAAABeQAAAAAAWQAAAAAAXQAAAAACWQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAABWQAAAAAAWQAAAAABCgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAAAZgAAAAADZgAAAAACWQAAAAADeQAAAAAAZAAAAAABZAAAAAADZAAAAAACZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAACZgAAAAACZgAAAAAAWQAAAAADeQAAAAAAZAAAAAADeQAAAAAAeQAAAAAAZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAABZgAAAAAAZgAAAAAAWQAAAAAAfAAAAAAAZAAAAAACeQAAAAAAeQAAAAAAZAAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAZAAAAAADeQAAAAAAeQAAAAAAZAAAAAABeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAWQAAAAABZgAAAAABZgAAAAADWQAAAAAAeQAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAACgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAXQAAAAABWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAfAAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAA + 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: Box + decals: + 42: -2,7 + 43: -1,7 + 44: -6,13 + 45: -5,13 + 46: -4,13 + 47: -6,14 + 48: -5,14 + 49: -4,14 + 50: -3,14 + 51: -2,14 + 52: -3,13 + 53: -2,13 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNe + decals: + 4: 1,9 + 32: -6,11 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 31: -2,11 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 6: 1,7 + 19: -6,5 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 11: -10,7 + 18: -2,5 + - node: + color: '#EFB34196' + id: BrickTileWhiteInnerNe + decals: + 14: -8,9 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 5: 1,8 + 15: -8,10 + 16: -8,11 + 17: -8,12 + 28: -10,-5 + 29: -10,-6 + 30: -10,-7 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 0: -7,9 + 1: -6,9 + 2: -2,9 + 3: -1,9 + 20: -6,3 + 21: -5,3 + 22: -4,3 + 23: -3,3 + 24: -2,3 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 7: -6,7 + 8: -7,7 + 9: -8,7 + 10: -9,7 + 33: -6,13 + 34: -5,13 + 35: -4,13 + 36: -3,13 + 37: -2,13 + 38: 0,13 + 39: 1,13 + 40: -1,7 + 41: -2,7 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 12: -10,8 + 13: -10,9 + 25: -7,-5 + 26: -7,-6 + 27: -7,-7 + - node: + color: '#280F00FF' + id: Dirt + decals: + 110: -2,-5 + 111: -2,-5 + 112: 1,-9 + 113: -1,-10 + 114: 3,-10 + 115: 6,-13 + 116: -3,-10 + 117: -1,-9 + 118: 1,-8 + 119: 1,-5 + 120: 0,-4 + 121: 0,-3 + 122: -1,0 + 123: -3,0 + 124: -4,0 + 125: -2,1 + 126: -1,1 + 127: 0,2 + 128: 1,3 + 129: 0,4 + 130: 0,5 + 131: 1,3 + 132: -2,4 + 133: -4,4 + 134: -3,3 + 135: -5,5 + 136: -4,5 + 137: -9,9 + 138: -9,12 + 139: -9,13 + 140: -9,10 + 141: -9,8 + 142: -7,8 + 143: -3,8 + 144: -1,8 + 145: 0,9 + 146: 1,12 + 147: 1,11 + 148: -3,12 + 149: -4,11 + 150: -4,11 + 151: -5,12 + 152: -3,12 + 153: -4,12 + 154: -6,12 + 155: -6,7 + 156: -7,8 + 157: -4,0 + 158: -5,1 + 159: -6,0 + 160: 1,-2 + 161: 1,-2 + 162: 1,-4 + 163: 1,-3 + 164: 1,-3 + 165: 1,-4 + 166: 5,-10 + 167: 4,-9 + 168: 6,-9 + 169: 5,-12 + 170: 6,-14 + 171: 5,-17 + 172: 4,-18 + 173: 5,-17 + 174: 4,-17 + 175: 7,-19 + 176: 8,-20 + 177: 7,-20 + 178: 6,-17 + 179: 7,-19 + 180: 5,-21 + 181: 5,-22 + 182: 4,-20 + 183: 4,-19 + 184: 7,-22 + 185: 8,-22 + 186: 4,-19 + 187: 6,-17 + 188: 6,-17 + 189: 4,-17 + 190: 3,-18 + 191: 3,-16 + 192: 6,-21 + 193: 8,-22 + 194: 8,-19 + 195: 6,-19 + 196: 7,-20 + 197: 4,-18 + 198: 6,-16 + 199: 6,-15 + 200: 5,-15 + 201: 5,-13 + 202: 5,-12 + 203: 3,-9 + 204: -1,-10 + 205: 6,-11 + 206: 6,-11 + 207: 6,-10 + - node: + color: '#835432FF' + id: Dirt + decals: + 208: -6,8 + 209: -3,8 + 210: -1,8 + 211: -5,8 + 212: 3,8 + 213: 4,4 + 214: 4,3 + 215: 4,5 + 216: -2,15 + 217: 1,15 + 218: 1,15 + 219: 3,10 + 220: 0,3 + 221: 1,5 + 222: 1,2 + 223: 0,1 + 224: 0,1 + 225: 1,-2 + 226: 1,-3 + 227: 0,-2 + 228: 1,-5 + 229: 0,-7 + 230: 1,-6 + 231: 0,-6 + 232: 0,-5 + 233: 1,-6 + 234: 0,-5 + 235: -1,-5 + 236: -2,-4 + 237: -3,-3 + 238: -4,-4 + 239: -4,-5 + 240: -4,-6 + 241: -4,-7 + 242: -5,-7 + 243: -5,-7 + 244: -5,-6 + 245: -2,-7 + 246: -4,-5 + 247: -4,-3 + 248: -5,-3 + 249: -3,-2 + 250: -7,-5 + 251: -9,-7 + 252: -9,-7 + 253: -8,-6 + 254: -7,-6 + 255: -9,-5 + 256: -10,-7 + 257: -14,-10 + 258: -12,-11 + 259: -13,-10 + 260: -13,-7 + 261: -13,-6 + 262: -13,-6 + 263: -14,-6 + 264: -13,-5 + 265: -13,-4 + 266: -13,-4 + 267: -12,-6 + 268: -8,-11 + 269: -9,-12 + 270: -8,-12 + 271: -8,-11 + 272: -9,-13 + 273: -10,-12 + 274: -9,-12 + 275: -4,-10 + 276: -4,-9 + 277: -2,-10 + 278: -3,-10 + 279: 0,-10 + 280: -1,-9 + 281: 3,-10 + 282: 5,-10 + 283: 5,-11 + 284: 5,-18 + 285: 6,-17 + 286: 8,-16 + 287: 6,-16 + 288: 8,-17 + 289: 8,-19 + 290: 8,-19 + 291: 13,-10 + 292: 11,-10 + 293: 12,-9 + 294: 12,-9 + 295: -3,1 + 296: -4,1 + 297: -8,4 + 298: -8,4 + 299: -8,5 + 300: -8,4 + 301: -9,4 + 302: -9,5 + 303: -12,7 + 304: -12,7 + 305: -13,6 + 306: -5,5 + 307: -5,4 + 308: -4,4 + 309: -3,4 + 310: -4,9 + 311: -3,9 + 312: -5,7 + 313: -8,8 + 314: -8,11 + 315: -9,10 + 316: -10,8 + 317: -10,7 + 318: -5,7 + 319: -3,7 + 320: 0,8 + 321: -1,9 + 322: -2,14 + 323: -4,14 + 324: -5,13 + 325: -5,13 + 326: -5,14 + 327: 0,15 + 328: 0,15 + 329: 0,15 + 330: 4,-5 + 331: 4,-7 + 332: 4,-7 + 333: 4,-6 + 334: 4,-7 + 335: 5,-7 + 336: -2,-13 + 337: -1,-13 + 338: 2,-13 + 339: 2,-14 + 340: 3,-12 + 341: 3,-13 + 342: 3,-14 + 343: 2,-13 + 344: 3,-13 + 345: 3,-12 + 346: 1,-10 + 347: 1,-10 + 348: 0,-9 + 349: -2,-9 + 350: 4,-10 + 351: 5,-9 + 352: 5,-9 + 353: -9,11 + 354: -9,11 + 355: -8,14 + 356: -8,13 + 357: -8,14 + 358: 1,7 + 359: 1,8 + 360: 0,8 + 361: 0,7 + 362: -4,8 + 363: -2,8 + 364: -5,9 + 365: -5,8 + 366: -7,8 + 367: -9,7 + 368: -7,9 + 369: -9,11 + 370: -7,7 + 371: -6,7 + 372: -7,7 + 373: -3,9 + 374: 1,7 + 375: 0,5 + 376: 1,4 + 377: 0,5 + 378: 0,4 + 379: -3,4 + 380: 0,0 + 381: -1,0 + 382: 0,0 + 383: -4,-6 + 384: -3,-9 + 385: -9,-2 + 386: -10,-2 + 387: -10,-1 + 388: -8,0 + 389: -7,0 + 390: -7,-2 + 391: -8,-2 + 392: -8,-2 + 393: -9,-3 + 394: -9,-3 + 395: -8,-3 + 396: -9,-2 + 397: -7,-1 + 398: -7,-2 + 399: -8,0 + 400: -9,0 + 401: -17,-6 + 402: -17,-5 + 403: -17,-6 + 404: -18,-6 + 405: -7,-12 + 406: -13,0 + 407: -13,1 + 408: -12,1 + 409: -13,1 + 410: -12,2 + 411: -12,1 + 412: -12,2 + 413: -12,1 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 68: -9,7 + 69: -1,9 + 70: -2,9 + 71: -4,13 + 72: -3,14 + 73: 1,13 + 74: -10,-7 + 75: -7,-5 + 91: -8,7 + 105: -7,9 + 108: -5,-2 + 109: -2,-2 + - node: + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 76: -9,7 + 77: -8,11 + 78: -10,8 + 79: -3,7 + 80: -4,7 + 81: -4,9 + 82: -3,13 + 83: -6,14 + 84: 1,8 + 85: 1,7 + 86: -2,3 + 87: -3,3 + 104: -7,9 + 106: -8,9 + 107: -2,-2 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 88: -9,7 + 89: -10,9 + 90: -8,7 + 100: -2,5 + 101: 1,7 + 102: -6,9 + 103: -7,9 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 92: -10,7 + 93: -8,10 + 94: -8,12 + 95: -5,14 + 96: -2,7 + 97: -5,3 + 98: -6,3 + 99: -6,5 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 55: -2,-4 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 54: -5,-4 + 67: 7,-18 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 62: -2,-7 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 66: 7,-20 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 60: -2,-5 + 61: -2,-6 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 58: -4,-7 + 59: -3,-7 + 64: 8,-20 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 56: -5,-5 + 57: -5,-6 + 65: 7,-19 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 63: 8,-18 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 30583 + 0,1: + 0: 65535 + 0,-1: + 0: 30583 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 1,0: + 0: 4369 + 1,1: + 0: 30549 + 1,2: + 0: 65535 + 1,3: + 0: 65535 + 2,1: + 0: 4096 + 2,2: + 0: 65397 + 2,3: + 0: 65535 + 3,2: + 0: 30036 + 3,3: + 0: 65535 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 30719 + 1,-4: + 0: 65535 + 1,-3: + 0: 61439 + 1: 4096 + 1,-2: + 0: 22527 + 1,-1: + 0: 4373 + 2,-4: + 0: 30711 + 2,-3: + 0: 65526 + 2,-2: + 0: 5471 + 3,-4: + 0: 16 + 3,-3: + 0: 30692 + 3,-2: + 0: 21 + -4,0: + 0: 36079 + -4,1: + 0: 52420 + -4,2: + 0: 17476 + -4,3: + 0: 1228 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -3,3: + 0: 57343 + -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: 65535 + -1,3: + 0: 65535 + -4,-4: + 0: 65252 + -4,-3: + 0: 65535 + -4,-2: + 0: 65535 + -4,-1: + 0: 65535 + -3,-4: + 0: 65527 + -3,-3: + 0: 65407 + 1: 128 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -2,-4: + 0: 65457 + -2,-3: + 0: 65535 + -2,-2: + 0: 65023 + 1: 512 + -2,-1: + 0: 65535 + -1,-4: + 0: 64852 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-5: + 0: 64989 + 0,-7: + 0: 49152 + 0,-6: + 0: 52420 + 1,-7: + 0: 12288 + 1,-6: + 0: 65525 + 1,-5: + 0: 65535 + 2,-7: + 0: 4096 + 2,-6: + 0: 29489 + 2,-5: + 0: 30711 + 3,-5: + 0: 17652 + 0,4: + 0: 65535 + 0,5: + 0: 57343 + 0,6: + 0: 4 + 1,4: + 0: 65535 + 1,5: + 0: 22527 + 1,6: + 0: 17 + 2,4: + 0: 65535 + 2,5: + 0: 383 + 3,4: + 0: 32767 + 3,5: + 0: 3 + -3,4: + 0: 341 + -2,4: + 0: 24063 + -2,5: + 0: 4 + -1,4: + 0: 65535 + -1,5: + 0: 4445 + 4,-5: + 0: 1780 + -5,-3: + 0: 52872 + -5,-2: + 0: 61166 + -5,-1: + 0: 51406 + -5,-4: + 0: 32768 + -5,0: + 0: 8 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockAtmosphericsLocked + entities: + - uid: 83 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 0.5,10.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 15 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 +- proto: AirlockEngineeringLocked + entities: + - uid: 42 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 392 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 2 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 +- proto: AirlockMaint + entities: + - uid: 25 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 +- proto: Ash + entities: + - uid: 65 + components: + - type: Transform + pos: -3.20407,1.31294 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 1.2178049,3.8598151 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 6.219278,-11.403673 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 0.6396799,-5.44785 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -4.625312,9.618317 + parent: 1 +- proto: Ashtray + entities: + - uid: 181 + components: + - type: Transform + pos: -2.3644886,6.6032896 + parent: 1 +- proto: AsteroidRock + entities: + - uid: 17 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -15.5,0.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -13.5,0.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -9.5,1.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -11.5,0.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -14.5,0.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -10.5,0.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 +- proto: AsteroidRockPlasma + entities: + - uid: 10 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -14.5,-1.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 1 +- proto: AsteroidRockUranium + entities: + - uid: 4 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 +- proto: BlastDoor + entities: + - uid: 390 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 855 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 1081 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 +- proto: CableHV + entities: + - uid: 492 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 1089 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 + - uid: 1095 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1 + - uid: 1096 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1 + - uid: 1097 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 1 + - uid: 1098 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 1099 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1 + - uid: 1101 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 1 +- proto: CableMV + entities: + - uid: 498 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 + - uid: 1085 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 24 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 964 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 + - uid: 965 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - uid: 970 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 971 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 972 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 +- proto: ChairFolding + entities: + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,5.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 446 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 +- proto: CigaretteSpent + entities: + - uid: 23 + components: + - type: Transform + pos: -2.4738636,6.9314146 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 0.17092991,1.1248965 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -2.8332386,6.4939146 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 18 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1 +- proto: ClosetToolFilled + entities: + - uid: 51 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 158 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 1 +- proto: CrateEngineeringSolar + entities: + - uid: 143 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 +- proto: Crowbar + entities: + - uid: 149 + components: + - type: Transform + pos: -1.4613824,5.5507183 + parent: 1 +- proto: DisposalPipeBroken + entities: + - uid: 209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 +- proto: DisposalUnit + entities: + - uid: 208 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 1061 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 1062 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 + - uid: 1063 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 +- proto: FloodlightBroken + entities: + - uid: 167 + components: + - type: Transform + pos: 5.641914,-20.5338 + parent: 1 +- proto: FloraRockSolid01 + entities: + - uid: 90 + components: + - type: Transform + pos: -8.575238,-11.492075 + parent: 1 +- proto: FloraRockSolid02 + entities: + - uid: 278 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 +- proto: GasCanisterBrokenBase + entities: + - uid: 58 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -3.5,13.5 + parent: 1 +- proto: GeneratorBasic + entities: + - uid: 153 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1 +- proto: Girder + entities: + - uid: 127 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 1171 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1 +- proto: Grille + entities: + - uid: 36 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 406 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 407 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 410 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 411 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 412 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 1 + - uid: 413 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 414 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 415 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 416 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 +- proto: GrilleBroken + entities: + - uid: 47 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 1 + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-19.5 + parent: 1 +- proto: GrilleSpawner + entities: + - uid: 237 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 5 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 +- proto: MachineFrame + entities: + - uid: 74 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1 +- proto: MachineFrameDestroyed + entities: + - uid: 57 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 +- proto: NetworkConfigurator + entities: + - uid: 224 + components: + - type: Transform + pos: -5.6244073,3.4866257 + parent: 1 +- proto: PlushieSpaceLizard + entities: + - uid: 1226 + components: + - type: Transform + pos: 18.52544,-18.478405 + parent: 1 +- proto: PortableGeneratorJrPacman + entities: + - uid: 156 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 14 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 +- proto: PosterBroken + entities: + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 1 + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 1 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 217 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 1228 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 1227 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 448 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 +- proto: PoweredSmallLightEmpty + entities: + - uid: 55 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 1 +- proto: Rack + entities: + - uid: 8 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 +- proto: RadiationCollector + entities: + - uid: 599 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 1 +- proto: RadiationCollectorNoTank + entities: + - uid: 598 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 359 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 995 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1 + - uid: 1016 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 1025 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 1133 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 423 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 1 + - uid: 424 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 425 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 426 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 95 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 417 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 418 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 421 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 +- proto: SalvageCanisterSpawner + entities: + - uid: 37 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -4.5,14.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -5.5,14.5 + parent: 1 +- proto: SalvageLootSpawner + entities: + - uid: 134 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 +- proto: SalvageMobSpawner75 + entities: + - uid: 27 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 +- proto: SheetSteel1 + entities: + - uid: 53 + components: + - type: Transform + pos: 6.33593,-18.37973 + parent: 1 + - uid: 1164 + components: + - type: Transform + pos: 6.6406174,-18.543793 + parent: 1 +- proto: ShuttersRadiationOpen + entities: + - uid: 428 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1 + - uid: 429 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1 + - uid: 430 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 1 +- proto: SignCanisters + entities: + - uid: 150 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 +- proto: SignToolStorage + entities: + - uid: 180 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 +- proto: SmallLight + entities: + - uid: 222 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 493 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 +- proto: SolidSecretDoor + entities: + - uid: 26 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 6 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 66 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 +- proto: SpiderWeb + entities: + - uid: 7 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 +- proto: StationMapBroken + entities: + - uid: 218 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 497 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 +- proto: Table + entities: + - uid: 44 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 1 + - uid: 979 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 990 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 991 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 993 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 1013 + components: + - type: Transform + pos: -1.5,11.5 + parent: 1 + - uid: 1265 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 +- proto: TableFrame + entities: + - uid: 1147 + components: + - type: Transform + pos: -3.5,10.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 94 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 402 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 +- proto: UnfinishedMachineFrame + entities: + - uid: 54 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 1012 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 9 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -1.5,10.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -5.5,15.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -3.5,15.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -1.5,15.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: -6.5,11.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1 + - uid: 373 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - uid: 385 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 419 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 1 + - uid: 420 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 1 + - uid: 422 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 1 + - uid: 994 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 997 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1 + - uid: 1132 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 1134 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 1136 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 1137 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 1138 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 1139 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 1144 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 1145 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 +- proto: WallSolid + entities: + - uid: 33 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 328 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: 0.5,14.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 998 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 1018 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 1019 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 1022 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 1030 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1 + - uid: 1109 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 1110 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 1131 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 1141 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 +- proto: WallSolidRust + entities: + - uid: 38 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1 + - uid: 360 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 996 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 1017 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 1023 + components: + - type: Transform + pos: 2.5,15.5 + parent: 1 + - uid: 1024 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1 + - uid: 1040 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1 + - uid: 1143 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 1174 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 +- proto: WelderIndustrialAdvanced + entities: + - uid: 283 + components: + - type: Transform + pos: -8.413139,-5.4927106 + parent: 1 +- proto: WindoorAssemblySecure + entities: + - uid: 1157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,10.5 + parent: 1 +- proto: WindoorSecureAtmosphericsLocked + entities: + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,10.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 1 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 394 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 395 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 396 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 +... diff --git a/Resources/Maps/Salvage/medium-1.yml b/Resources/Maps/Salvage/medium-1.yml index 457c4478500..f9e5a7c0017 100644 --- a/Resources/Maps/Salvage/medium-1.yml +++ b/Resources/Maps/Salvage/medium-1.yml @@ -1,1385 +1,1385 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 77: FloorReinforced - 89: FloorSteel - 96: FloorSteelDirty - 104: FloorTechMaint - 117: FloorWhitePlastic - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 85 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABaAAAAAAAWQAAAAADWQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAACWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAdQAAAAAAdQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: GridAtmosphere - version: 2 - data: - tiles: - -2,-2: - 0: 39391 - -2,-1: - 0: 64921 - -1,-2: - 0: 65535 - -1,-1: - 0: 65535 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-2: - 0: 30551 - 1,-1: - 0: 65535 - -2,0: - 0: 65533 - -2,1: - 0: 4095 - -1,0: - 0: 65535 - -1,1: - 0: 4095 - 0,0: - 0: 65535 - 0,1: - 0: 4095 - 1,1: - 0: 1919 - 1,0: - 0: 56831 - 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: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 0: -6,2 - 1: -5,2 - 2: -4,2 - 3: -4,4 - 4: -5,4 - 5: -6,4 - - node: - color: '#D381C996' - id: BrickTileWhiteLineN - decals: - 43: 6,-2 - 44: 5,-2 - - node: - color: '#D381C996' - id: BrickTileWhiteLineS - decals: - 41: 6,0 - 42: 5,0 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 40: -2,0 - 45: 7,-1 - - node: - color: '#FFFFFFFF' - id: Dirt - decals: - 49: 6,-1 - 50: 5,0 - 51: 3,-1 - 52: 3,0 - 53: 1,1 - 54: 2,-1 - 55: 2,-2 - 56: 1,-2 - 57: 2,-5 - 58: 1,-5 - 59: 3,-5 - 60: 2,-4 - 61: 2,-6 - 62: 1,-7 - 63: 2,-7 - 64: 3,-7 - 65: -3,-5 - 66: -3,-4 - 67: -4,-3 - 68: 1,-2 - 69: 0,-2 - 70: 2,0 - 71: -3,1 - 72: -2,1 - 73: -3,0 - 74: 2,3 - 75: 0,4 - 76: -3,3 - 77: -3,4 - 78: -4,3 - 79: -5,3 - 80: -4,3 - 81: -2,4 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 23: 1,-3 - 24: 2,-3 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 19: 1,-1 - 20: -1,1 - 21: 1,0 - 22: 3,-2 - 30: -3,3 - 31: -3,4 - 32: -2,3 - 33: -1,3 - 34: 1,4 - 35: 0,4 - 36: -3,4 - 37: -3,-1 - 38: -3,-3 - 39: -2,-4 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 25: 1,-1 - 26: 0,1 - 27: -3,0 - 28: -2,0 - 29: -6,3 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale - decals: - 12: -2,1 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale180 - decals: - 15: 3,-3 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale270 - decals: - 13: 1,-3 - 14: 0,-3 - - node: - color: '#D381C996' - id: QuarterTileOverlayGreyscale90 - decals: - 10: 1,1 - 11: 0,1 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - decals: - 8: -2,-4 - 9: -2,-3 - - node: - color: '#FFFFFFFF' - id: WarnBox - decals: - 48: 4,-1 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 18: 1,-3 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 17: 3,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 46: 6,-1 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 16: 2,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 6: -3,3 - 7: -3,4 - 47: 5,-1 - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirAlarmAssembly - entities: - - uid: 198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 85 -- proto: AirlockEngineeringLocked - entities: - - uid: 41 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 85 -- proto: AirlockScienceGlass - entities: - - uid: 101 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 85 - - uid: 103 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 85 - - uid: 140 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 85 - - uid: 141 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 85 -- proto: AirlockScienceLocked - entities: - - uid: 98 - components: - - type: Transform - pos: -0.5,2.5 - parent: 85 -- proto: APCBasic - entities: - - uid: 114 - components: - - type: Transform - pos: 1.5,2.5 - parent: 85 - - type: Battery - startingCharge: 12000 -- proto: AtmosDeviceFanTiny - entities: - - uid: 56 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 85 - - uid: 57 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 85 -- proto: BannerScience - entities: - - uid: 175 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 85 -- proto: BlastDoor - entities: - - uid: 66 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 85 -- proto: CableApcExtension - entities: - - uid: 115 - components: - - type: Transform - pos: 1.5,2.5 - parent: 85 - - uid: 116 - components: - - type: Transform - pos: 1.5,1.5 - parent: 85 - - uid: 117 - components: - - type: Transform - pos: 1.5,0.5 - parent: 85 - - uid: 118 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 85 - - uid: 119 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 85 - - uid: 120 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 85 - - uid: 121 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 85 - - uid: 122 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 85 - - uid: 123 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 85 - - uid: 124 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 85 - - uid: 125 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 85 - - uid: 126 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 85 - - uid: 127 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 85 - - uid: 128 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 85 - - uid: 129 - components: - - type: Transform - pos: -0.5,0.5 - parent: 85 - - uid: 130 - components: - - type: Transform - pos: -0.5,1.5 - parent: 85 - - uid: 131 - components: - - type: Transform - pos: 1.5,3.5 - parent: 85 - - uid: 132 - components: - - type: Transform - pos: 1.5,4.5 - parent: 85 - - uid: 133 - components: - - type: Transform - pos: 0.5,4.5 - parent: 85 - - uid: 134 - components: - - type: Transform - pos: -0.5,4.5 - parent: 85 - - uid: 135 - components: - - type: Transform - pos: -1.5,4.5 - parent: 85 - - uid: 142 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 85 - - uid: 143 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 85 - - uid: 144 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 85 - - uid: 145 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 85 - - uid: 146 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 85 - - uid: 168 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 85 - - uid: 169 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 85 - - uid: 170 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 85 - - uid: 171 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 85 -- proto: CableMV - entities: - - uid: 106 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 85 - - uid: 107 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 85 - - uid: 108 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 85 - - uid: 110 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 85 - - uid: 111 - components: - - type: Transform - pos: 1.5,0.5 - parent: 85 - - uid: 112 - components: - - type: Transform - pos: 1.5,1.5 - parent: 85 - - uid: 113 - components: - - type: Transform - pos: 1.5,2.5 - parent: 85 - - uid: 150 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 85 - - uid: 151 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 85 - - uid: 152 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 85 - - uid: 153 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 85 - - uid: 154 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 85 - - uid: 155 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 85 -- proto: Catwalk - entities: - - uid: 156 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 85 - - uid: 157 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 85 - - uid: 158 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 85 -- proto: ChairOfficeLight - entities: - - uid: 54 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 85 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 39 - components: - - type: Transform - pos: 6.5,0.5 - parent: 85 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 38 - components: - - type: Transform - pos: -0.49120617,-4.495346 - parent: 85 -- proto: ClothingNeckTieSci - entities: - - uid: 209 - components: - - type: Transform - pos: 1.8960507,-1.1323422 - parent: 85 -- proto: CrateEngineeringShuttle - entities: - - uid: 74 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 85 -- proto: CrateScienceSecure - entities: - - uid: 176 - components: - - type: Transform - pos: 2.5,4.5 - parent: 85 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 5000 - moles: - - 533.3585 - - 0 - - 0 - - 533.3585 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: FloorDrain - entities: - - uid: 48 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 85 - - type: Fixtures - fixtures: {} -- proto: GasPassiveVent - entities: - - uid: 162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-6.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 - - uid: 163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 -- proto: GasPipeStraight - entities: - - uid: 63 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 85 - - uid: 159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 85 - - uid: 160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-3.5 - parent: 85 - - uid: 161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-5.5 - parent: 85 -- proto: GasPort - entities: - - uid: 88 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 - - uid: 104 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 -- proto: GasPressurePump - entities: - - uid: 62 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-4.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 - - uid: 105 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 -- proto: Grille - entities: - - uid: 164 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 85 - - uid: 220 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 85 -- proto: HospitalCurtainsOpen - entities: - - uid: 55 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 85 -- proto: NitrogenCanister - entities: - - uid: 206 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 85 - - type: AtmosDevice - joinedGrid: 85 -- proto: PersonalAI - entities: - - uid: 205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.4750137,0.46483886 - parent: 85 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 11 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 85 -- proto: PottedPlant27 - entities: - - uid: 207 - components: - - type: Transform - pos: 3.5,1.5 - parent: 85 -- proto: Poweredlight - entities: - - uid: 136 - components: - - type: Transform - pos: -0.5,4.5 - parent: 85 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 85 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 139 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 85 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 78 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 85 - - uid: 102 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 85 -- proto: RandomArtifactSpawner20 - entities: - - uid: 20 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 85 -- proto: RandomScienceCorpseSpawner - entities: - - uid: 208 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 85 -- proto: ReinforcedGirder - entities: - - uid: 80 - components: - - type: Transform - pos: -2.5,1.5 - parent: 85 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 29 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 85 -- proto: ReinforcedWindow - entities: - - uid: 76 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 85 -- proto: ResearchDisk - entities: - - uid: 87 - components: - - type: Transform - pos: 0.4636767,0.4553157 - parent: 85 -- proto: ResearchDisk5000 - entities: - - uid: 28 - components: - - type: Transform - pos: 2.5105517,3.4693582 - parent: 85 -- proto: SalvageCanisterSpawner - entities: - - uid: 69 - components: - - type: Transform - pos: -5.5,2.5 - parent: 85 - - uid: 70 - components: - - type: Transform - pos: -3.5,4.5 - parent: 85 - - uid: 72 - components: - - type: Transform - pos: -3.5,2.5 - parent: 85 - - uid: 96 - components: - - type: Transform - pos: -4.5,4.5 - parent: 85 - - uid: 97 - components: - - type: Transform - pos: -5.5,4.5 - parent: 85 - - uid: 99 - components: - - type: Transform - pos: -4.5,2.5 - parent: 85 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 77 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 85 - - uid: 173 - components: - - type: Transform - pos: 1.5,3.5 - parent: 85 -- proto: SheetPlastic - entities: - - uid: 68 - components: - - type: Transform - pos: -0.45594323,0.51739144 - parent: 85 -- proto: SignRND - entities: - - uid: 16 - components: - - type: Transform - pos: 4.5,0.5 - parent: 85 - - uid: 137 - components: - - type: Transform - pos: 7.5,0.5 - parent: 85 -- proto: SignToxins2 - entities: - - uid: 65 - components: - - type: Transform - pos: 0.5,2.5 - parent: 85 -- proto: SinkWide - entities: - - uid: 40 - components: - - type: Transform - pos: 5.5,0.5 - parent: 85 -- proto: SpaceTickSpawner - entities: - - uid: 210 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 85 -- proto: SpawnMobSpiderSalvage - entities: - - uid: 53 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 85 - - uid: 211 - components: - - type: Transform - pos: 2.5,1.5 - parent: 85 - - uid: 212 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 85 - - uid: 213 - components: - - type: Transform - pos: -1.5,1.5 - parent: 85 -- proto: SpiderWeb - entities: - - uid: 214 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 85 - - uid: 215 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 85 - - uid: 216 - components: - - type: Transform - pos: -2.5,0.5 - parent: 85 - - uid: 217 - components: - - type: Transform - pos: 3.5,0.5 - parent: 85 - - uid: 218 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 85 - - uid: 219 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 85 -- proto: SubstationBasic - entities: - - uid: 109 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 85 -- proto: Table - entities: - - uid: 83 - components: - - type: Transform - pos: -0.5,0.5 - parent: 85 - - uid: 84 - components: - - type: Transform - pos: 0.5,0.5 - parent: 85 -- proto: WallReinforced - entities: - - uid: 3 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 85 - - uid: 17 - components: - - type: Transform - pos: -6.5,1.5 - parent: 85 - - uid: 30 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 85 - - uid: 31 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 85 - - uid: 32 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 85 - - uid: 33 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 85 - - uid: 43 - components: - - type: Transform - pos: 3.5,5.5 - parent: 85 - - uid: 44 - components: - - type: Transform - pos: -6.5,2.5 - parent: 85 - - uid: 45 - components: - - type: Transform - pos: 3.5,4.5 - parent: 85 - - uid: 46 - components: - - type: Transform - pos: 3.5,3.5 - parent: 85 - - uid: 47 - components: - - type: Transform - pos: -5.5,1.5 - parent: 85 - - uid: 49 - components: - - type: Transform - pos: -4.5,5.5 - parent: 85 - - uid: 50 - components: - - type: Transform - pos: -5.5,5.5 - parent: 85 - - uid: 51 - components: - - type: Transform - pos: -6.5,4.5 - parent: 85 - - uid: 52 - components: - - type: Transform - pos: -6.5,5.5 - parent: 85 - - uid: 58 - components: - - type: Transform - pos: 0.5,5.5 - parent: 85 - - uid: 59 - components: - - type: Transform - pos: -0.5,5.5 - parent: 85 - - uid: 60 - components: - - type: Transform - pos: 2.5,5.5 - parent: 85 - - uid: 61 - components: - - type: Transform - pos: 1.5,5.5 - parent: 85 - - uid: 64 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 85 - - uid: 71 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 85 - - uid: 73 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 85 - - uid: 75 - components: - - type: Transform - pos: 3.5,2.5 - parent: 85 - - uid: 79 - components: - - type: Transform - pos: -3.5,1.5 - parent: 85 - - uid: 89 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 85 - - uid: 90 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 85 - - uid: 91 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 85 - - uid: 92 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 85 - - uid: 94 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 85 - - uid: 95 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 85 - - uid: 100 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 85 - - uid: 200 - components: - - type: Transform - pos: -1.5,5.5 - parent: 85 - - uid: 201 - components: - - type: Transform - pos: -2.5,5.5 - parent: 85 - - uid: 203 - components: - - type: Transform - pos: -3.5,5.5 - parent: 85 - - uid: 204 - components: - - type: Transform - pos: -4.5,1.5 - parent: 85 -- proto: WallSolid - entities: - - uid: 1 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 85 - - uid: 2 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 85 - - uid: 4 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 85 - - uid: 6 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 85 - - uid: 9 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 85 - - uid: 10 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 85 - - uid: 12 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 85 - - uid: 13 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 85 - - uid: 14 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 85 - - uid: 18 - components: - - type: Transform - pos: -2.5,2.5 - parent: 85 - - uid: 19 - components: - - type: Transform - pos: -1.5,2.5 - parent: 85 - - uid: 21 - components: - - type: Transform - pos: 0.5,2.5 - parent: 85 - - uid: 22 - components: - - type: Transform - pos: 1.5,2.5 - parent: 85 - - uid: 23 - components: - - type: Transform - pos: 2.5,2.5 - parent: 85 - - uid: 24 - components: - - type: Transform - pos: 4.5,0.5 - parent: 85 - - uid: 25 - components: - - type: Transform - pos: 4.5,2.5 - parent: 85 - - uid: 26 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 85 - - uid: 27 - components: - - type: Transform - pos: 5.5,1.5 - parent: 85 - - uid: 34 - components: - - type: Transform - pos: 4.5,1.5 - parent: 85 - - uid: 35 - components: - - type: Transform - pos: 7.5,1.5 - parent: 85 - - uid: 36 - components: - - type: Transform - pos: 6.5,1.5 - parent: 85 - - uid: 37 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 85 - - uid: 42 - components: - - type: Transform - pos: -6.5,3.5 - parent: 85 - - uid: 81 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 85 - - uid: 82 - components: - - type: Transform - pos: 7.5,0.5 - parent: 85 - - uid: 147 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 85 - - uid: 148 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 85 - - uid: 149 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 85 - - uid: 174 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 85 - - uid: 199 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 85 -- proto: WallSolidRust - entities: - - uid: 5 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 85 - - uid: 7 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 85 - - uid: 8 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 85 - - uid: 15 - components: - - type: Transform - pos: -3.5,0.5 - parent: 85 - - uid: 67 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 85 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 77: FloorReinforced + 89: FloorSteel + 96: FloorSteelDirty + 104: FloorTechMaint + 117: FloorWhitePlastic + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 85 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABaAAAAAAAWQAAAAADWQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYAAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAACWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAdQAAAAAAdQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: GridAtmosphere + version: 2 + data: + tiles: + -2,-2: + 0: 39391 + -2,-1: + 0: 64921 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-2: + 0: 30551 + 1,-1: + 0: 65535 + -2,0: + 0: 65533 + -2,1: + 0: 4095 + -1,0: + 0: 65535 + -1,1: + 0: 4095 + 0,0: + 0: 65535 + 0,1: + 0: 4095 + 1,1: + 0: 1919 + 1,0: + 0: 56831 + 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: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: -6,2 + 1: -5,2 + 2: -4,2 + 3: -4,4 + 4: -5,4 + 5: -6,4 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 43: 6,-2 + 44: 5,-2 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 41: 6,0 + 42: 5,0 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 40: -2,0 + 45: 7,-1 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 49: 6,-1 + 50: 5,0 + 51: 3,-1 + 52: 3,0 + 53: 1,1 + 54: 2,-1 + 55: 2,-2 + 56: 1,-2 + 57: 2,-5 + 58: 1,-5 + 59: 3,-5 + 60: 2,-4 + 61: 2,-6 + 62: 1,-7 + 63: 2,-7 + 64: 3,-7 + 65: -3,-5 + 66: -3,-4 + 67: -4,-3 + 68: 1,-2 + 69: 0,-2 + 70: 2,0 + 71: -3,1 + 72: -2,1 + 73: -3,0 + 74: 2,3 + 75: 0,4 + 76: -3,3 + 77: -3,4 + 78: -4,3 + 79: -5,3 + 80: -4,3 + 81: -2,4 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 23: 1,-3 + 24: 2,-3 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 19: 1,-1 + 20: -1,1 + 21: 1,0 + 22: 3,-2 + 30: -3,3 + 31: -3,4 + 32: -2,3 + 33: -1,3 + 34: 1,4 + 35: 0,4 + 36: -3,4 + 37: -3,-1 + 38: -3,-3 + 39: -2,-4 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 25: 1,-1 + 26: 0,1 + 27: -3,0 + 28: -2,0 + 29: -6,3 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 12: -2,1 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 15: 3,-3 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 13: 1,-3 + 14: 0,-3 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 10: 1,1 + 11: 0,1 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 8: -2,-4 + 9: -2,-3 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 48: 4,-1 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 18: 1,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 17: 3,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 46: 6,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 16: 2,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 6: -3,3 + 7: -3,4 + 47: 5,-1 + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirAlarmAssembly + entities: + - uid: 198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 85 +- proto: AirlockEngineeringLocked + entities: + - uid: 41 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 85 +- proto: AirlockScienceGlass + entities: + - uid: 101 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 85 + - uid: 103 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 85 + - uid: 140 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 85 + - uid: 141 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 85 +- proto: AirlockScienceLocked + entities: + - uid: 98 + components: + - type: Transform + pos: -0.5,2.5 + parent: 85 +- proto: APCBasic + entities: + - uid: 114 + components: + - type: Transform + pos: 1.5,2.5 + parent: 85 + - type: Battery + startingCharge: 12000 +- proto: AtmosDeviceFanTiny + entities: + - uid: 56 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 85 + - uid: 57 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 85 +- proto: BannerScience + entities: + - uid: 175 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 85 +- proto: BlastDoor + entities: + - uid: 66 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 85 +- proto: CableApcExtension + entities: + - uid: 115 + components: + - type: Transform + pos: 1.5,2.5 + parent: 85 + - uid: 116 + components: + - type: Transform + pos: 1.5,1.5 + parent: 85 + - uid: 117 + components: + - type: Transform + pos: 1.5,0.5 + parent: 85 + - uid: 118 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 85 + - uid: 119 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 85 + - uid: 120 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 85 + - uid: 121 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 85 + - uid: 122 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 85 + - uid: 123 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 85 + - uid: 124 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 85 + - uid: 125 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 85 + - uid: 126 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 85 + - uid: 127 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 85 + - uid: 128 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 85 + - uid: 129 + components: + - type: Transform + pos: -0.5,0.5 + parent: 85 + - uid: 130 + components: + - type: Transform + pos: -0.5,1.5 + parent: 85 + - uid: 131 + components: + - type: Transform + pos: 1.5,3.5 + parent: 85 + - uid: 132 + components: + - type: Transform + pos: 1.5,4.5 + parent: 85 + - uid: 133 + components: + - type: Transform + pos: 0.5,4.5 + parent: 85 + - uid: 134 + components: + - type: Transform + pos: -0.5,4.5 + parent: 85 + - uid: 135 + components: + - type: Transform + pos: -1.5,4.5 + parent: 85 + - uid: 142 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 85 + - uid: 143 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 85 + - uid: 144 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 85 + - uid: 145 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 85 + - uid: 146 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 85 + - uid: 168 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 85 + - uid: 169 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 85 + - uid: 170 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 85 + - uid: 171 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 85 +- proto: CableMV + entities: + - uid: 106 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 85 + - uid: 107 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 85 + - uid: 108 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 85 + - uid: 110 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 85 + - uid: 111 + components: + - type: Transform + pos: 1.5,0.5 + parent: 85 + - uid: 112 + components: + - type: Transform + pos: 1.5,1.5 + parent: 85 + - uid: 113 + components: + - type: Transform + pos: 1.5,2.5 + parent: 85 + - uid: 150 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 85 + - uid: 151 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 85 + - uid: 152 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 85 + - uid: 153 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 85 + - uid: 154 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 85 + - uid: 155 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 85 +- proto: Catwalk + entities: + - uid: 156 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 85 + - uid: 157 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 85 + - uid: 158 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 85 +- proto: ChairOfficeLight + entities: + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 85 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 39 + components: + - type: Transform + pos: 6.5,0.5 + parent: 85 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 38 + components: + - type: Transform + pos: -0.49120617,-4.495346 + parent: 85 +- proto: ClothingNeckTieSci + entities: + - uid: 209 + components: + - type: Transform + pos: 1.8960507,-1.1323422 + parent: 85 +- proto: CrateEngineeringShuttle + entities: + - uid: 74 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 85 +- proto: CrateScienceSecure + entities: + - uid: 176 + components: + - type: Transform + pos: 2.5,4.5 + parent: 85 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 5000 + moles: + - 533.3585 + - 0 + - 0 + - 533.3585 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: FloorDrain + entities: + - uid: 48 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 85 + - type: Fixtures + fixtures: {} +- proto: GasPassiveVent + entities: + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 +- proto: GasPipeStraight + entities: + - uid: 63 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 85 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 85 + - uid: 160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 85 + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 85 +- proto: GasPort + entities: + - uid: 88 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 + - uid: 104 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 +- proto: GasPressurePump + entities: + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-4.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 + - uid: 105 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 +- proto: Grille + entities: + - uid: 164 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 85 + - uid: 220 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 85 +- proto: HospitalCurtainsOpen + entities: + - uid: 55 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 85 +- proto: NitrogenCanister + entities: + - uid: 206 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 85 + - type: AtmosDevice + joinedGrid: 85 +- proto: PersonalAI + entities: + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.4750137,0.46483886 + parent: 85 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 11 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 85 +- proto: PottedPlant27 + entities: + - uid: 207 + components: + - type: Transform + pos: 3.5,1.5 + parent: 85 +- proto: Poweredlight + entities: + - uid: 136 + components: + - type: Transform + pos: -0.5,4.5 + parent: 85 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 85 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 85 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 78 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 85 + - uid: 102 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 85 +- proto: RandomArtifactSpawner20 + entities: + - uid: 20 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 85 +- proto: RandomScienceCorpseSpawner + entities: + - uid: 208 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 85 +- proto: ReinforcedGirder + entities: + - uid: 80 + components: + - type: Transform + pos: -2.5,1.5 + parent: 85 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 29 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 85 +- proto: ReinforcedWindow + entities: + - uid: 76 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 85 +- proto: ResearchDisk + entities: + - uid: 87 + components: + - type: Transform + pos: 0.4636767,0.4553157 + parent: 85 +- proto: ResearchDisk5000 + entities: + - uid: 28 + components: + - type: Transform + pos: 2.5105517,3.4693582 + parent: 85 +- proto: SalvageCanisterSpawner + entities: + - uid: 69 + components: + - type: Transform + pos: -5.5,2.5 + parent: 85 + - uid: 70 + components: + - type: Transform + pos: -3.5,4.5 + parent: 85 + - uid: 72 + components: + - type: Transform + pos: -3.5,2.5 + parent: 85 + - uid: 96 + components: + - type: Transform + pos: -4.5,4.5 + parent: 85 + - uid: 97 + components: + - type: Transform + pos: -5.5,4.5 + parent: 85 + - uid: 99 + components: + - type: Transform + pos: -4.5,2.5 + parent: 85 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 77 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 85 + - uid: 173 + components: + - type: Transform + pos: 1.5,3.5 + parent: 85 +- proto: SheetPlastic + entities: + - uid: 68 + components: + - type: Transform + pos: -0.45594323,0.51739144 + parent: 85 +- proto: SignRND + entities: + - uid: 16 + components: + - type: Transform + pos: 4.5,0.5 + parent: 85 + - uid: 137 + components: + - type: Transform + pos: 7.5,0.5 + parent: 85 +- proto: SignToxins2 + entities: + - uid: 65 + components: + - type: Transform + pos: 0.5,2.5 + parent: 85 +- proto: SinkWide + entities: + - uid: 40 + components: + - type: Transform + pos: 5.5,0.5 + parent: 85 +- proto: SpaceTickSpawner + entities: + - uid: 210 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 85 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 53 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 85 + - uid: 211 + components: + - type: Transform + pos: 2.5,1.5 + parent: 85 + - uid: 212 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 85 + - uid: 213 + components: + - type: Transform + pos: -1.5,1.5 + parent: 85 +- proto: SpiderWeb + entities: + - uid: 214 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 85 + - uid: 215 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 85 + - uid: 216 + components: + - type: Transform + pos: -2.5,0.5 + parent: 85 + - uid: 217 + components: + - type: Transform + pos: 3.5,0.5 + parent: 85 + - uid: 218 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 85 + - uid: 219 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 85 +- proto: SubstationBasic + entities: + - uid: 109 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 85 +- proto: Table + entities: + - uid: 83 + components: + - type: Transform + pos: -0.5,0.5 + parent: 85 + - uid: 84 + components: + - type: Transform + pos: 0.5,0.5 + parent: 85 +- proto: WallReinforced + entities: + - uid: 3 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 85 + - uid: 17 + components: + - type: Transform + pos: -6.5,1.5 + parent: 85 + - uid: 30 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 85 + - uid: 31 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 85 + - uid: 32 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 85 + - uid: 33 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 85 + - uid: 43 + components: + - type: Transform + pos: 3.5,5.5 + parent: 85 + - uid: 44 + components: + - type: Transform + pos: -6.5,2.5 + parent: 85 + - uid: 45 + components: + - type: Transform + pos: 3.5,4.5 + parent: 85 + - uid: 46 + components: + - type: Transform + pos: 3.5,3.5 + parent: 85 + - uid: 47 + components: + - type: Transform + pos: -5.5,1.5 + parent: 85 + - uid: 49 + components: + - type: Transform + pos: -4.5,5.5 + parent: 85 + - uid: 50 + components: + - type: Transform + pos: -5.5,5.5 + parent: 85 + - uid: 51 + components: + - type: Transform + pos: -6.5,4.5 + parent: 85 + - uid: 52 + components: + - type: Transform + pos: -6.5,5.5 + parent: 85 + - uid: 58 + components: + - type: Transform + pos: 0.5,5.5 + parent: 85 + - uid: 59 + components: + - type: Transform + pos: -0.5,5.5 + parent: 85 + - uid: 60 + components: + - type: Transform + pos: 2.5,5.5 + parent: 85 + - uid: 61 + components: + - type: Transform + pos: 1.5,5.5 + parent: 85 + - uid: 64 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 85 + - uid: 71 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 85 + - uid: 73 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 85 + - uid: 75 + components: + - type: Transform + pos: 3.5,2.5 + parent: 85 + - uid: 79 + components: + - type: Transform + pos: -3.5,1.5 + parent: 85 + - uid: 89 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 85 + - uid: 90 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 85 + - uid: 91 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 85 + - uid: 92 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 85 + - uid: 94 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 85 + - uid: 95 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 85 + - uid: 100 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 85 + - uid: 200 + components: + - type: Transform + pos: -1.5,5.5 + parent: 85 + - uid: 201 + components: + - type: Transform + pos: -2.5,5.5 + parent: 85 + - uid: 203 + components: + - type: Transform + pos: -3.5,5.5 + parent: 85 + - uid: 204 + components: + - type: Transform + pos: -4.5,1.5 + parent: 85 +- proto: WallSolid + entities: + - uid: 1 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 85 + - uid: 2 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 85 + - uid: 4 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 85 + - uid: 6 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 85 + - uid: 9 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 85 + - uid: 10 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 85 + - uid: 12 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 85 + - uid: 13 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 85 + - uid: 14 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 85 + - uid: 18 + components: + - type: Transform + pos: -2.5,2.5 + parent: 85 + - uid: 19 + components: + - type: Transform + pos: -1.5,2.5 + parent: 85 + - uid: 21 + components: + - type: Transform + pos: 0.5,2.5 + parent: 85 + - uid: 22 + components: + - type: Transform + pos: 1.5,2.5 + parent: 85 + - uid: 23 + components: + - type: Transform + pos: 2.5,2.5 + parent: 85 + - uid: 24 + components: + - type: Transform + pos: 4.5,0.5 + parent: 85 + - uid: 25 + components: + - type: Transform + pos: 4.5,2.5 + parent: 85 + - uid: 26 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 85 + - uid: 27 + components: + - type: Transform + pos: 5.5,1.5 + parent: 85 + - uid: 34 + components: + - type: Transform + pos: 4.5,1.5 + parent: 85 + - uid: 35 + components: + - type: Transform + pos: 7.5,1.5 + parent: 85 + - uid: 36 + components: + - type: Transform + pos: 6.5,1.5 + parent: 85 + - uid: 37 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 85 + - uid: 42 + components: + - type: Transform + pos: -6.5,3.5 + parent: 85 + - uid: 81 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 85 + - uid: 82 + components: + - type: Transform + pos: 7.5,0.5 + parent: 85 + - uid: 147 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 85 + - uid: 148 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 85 + - uid: 149 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 85 + - uid: 174 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 85 + - uid: 199 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 85 +- proto: WallSolidRust + entities: + - uid: 5 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 85 + - uid: 7 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 85 + - uid: 8 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 85 + - uid: 15 + components: + - type: Transform + pos: -3.5,0.5 + parent: 85 + - uid: 67 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 85 +... diff --git a/Resources/Maps/Salvage/medium-crashed-shuttle.yml b/Resources/Maps/Salvage/medium-crashed-shuttle.yml index 55a6d3ebd31..2753db59ad1 100644 --- a/Resources/Maps/Salvage/medium-crashed-shuttle.yml +++ b/Resources/Maps/Salvage/medium-crashed-shuttle.yml @@ -1,1235 +1,1235 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 54: FloorGreenCircuit - 81: FloorShuttleBlue - 85: FloorShuttleWhite - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 166 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAACeQAAAAAANgAAAAAAVQAAAAAAUQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAVQAAAAAABwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: VQAAAAAAVQAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: DirtLight - decals: - 8: 1,1 - 9: 0,0 - 10: 0,-1 - 11: -0.6007468,-0.65129566 - 12: -0.5694968,-0.94817066 - 13: -0.16324681,-0.62004566 - 14: -2.9444969,0.91120434 - 15: -2.2413716,0.17682934 - 16: -1.8507468,-0.010670662 - 17: -2.6788719,0.25495434 - 18: -0.6319968,-2.1825457 - 19: -0.3663718,-2.2137957 - 20: -0.19449681,-1.9794207 - 21: -1.0226219,-1.4637957 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 7: -2,0 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 6: -3,0 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 5: -2,-1 - - node: - color: '#79150096' - id: questionmark - decals: - 4: -2,4 - - node: - color: '#79150096' - id: rune1 - decals: - 1: -3,4 - - node: - color: '#79150096' - id: rune2 - decals: - 2: -2,5 - - node: - color: '#79150096' - id: rune4 - decals: - 0: -2,3 - - node: - color: '#79150096' - id: rune5 - decals: - 3: -1,4 - - node: - color: '#79150018' - id: splatter - decals: - 22: 0.3523782,0.81745434 - 23: 0.4148782,0.67682934 - 24: 0.50862825,0.47370434 - 25: 0.3680032,0.23932934 - 26: 0.21175319,0.09870434 - - node: - color: '#79150044' - id: splatter - decals: - 27: 0.2742532,0.28620434 - 28: 0.13362819,0.52057934 - 29: 0.68050325,-3.6356707 - 30: 0.53987825,-3.5419207 - 31: 0.4617532,-4.0731707 - 32: 0.57112825,-4.3075457 - 33: -0.22574681,-4.5575457 - 34: -0.24137181,-4.5575457 - 35: -0.7726218,-4.9325457 - 36: -2.1788716,-4.8856707 - 37: -2.5382469,-4.4012957 - 38: -2.7101219,-4.2919207 - 39: -2.8663719,-2.8231707 - 40: -2.3663716,-2.6669207 - 41: -2.0851216,-2.2606707 - 42: -1.9444968,-1.8700457 - 43: -2.6632469,2.3643293 - 44: -2.4444966,2.5049543 - 45: -2.0069966,1.9112043 - 46: -2.5538719,1.6924543 - 47: -2.3819966,2.0830793 - 48: -2.6007469,2.0830793 - 49: -2.4288716,0.67682934 - 50: -2.2726216,0.58307934 - 51: -2.1632466,0.55182934 - 52: -2.4288716,0.56745434 - 53: -2.1476216,-0.010670662 - 54: -1.9757468,-0.010670662 - 55: 0.24300319,0.53620434 - - node: - color: '#DE3A3A15' - id: splatter - decals: - 56: 0.08675319,-4.3700457 - 57: 0.13362819,-4.2762957 - 58: 0.2898782,-4.1200457 - 59: 0.3523782,-3.9481707 - 60: 0.2586282,0.17682934 - 61: 0.14925319,0.55182934 - 62: 0.14925319,0.55182934 - 63: -2.0069966,0.27057934 - 64: -2.3351216,0.50495434 - 65: -2.5694969,0.86432934 - 66: -2.7569969,0.92682934 - 67: -2.1319966,-0.85442066 - 68: -1.7257468,-0.94817066 - 69: -2.0538716,-4.1512957 - 70: -2.0694966,-4.0419207 - 71: -2.1773903,3.1475892 - 72: -2.5367653,3.8507142 - 73: -2.2242653,3.9913392 - 74: -1.7711403,3.8350892 - 75: -1.5211403,4.100714 - 76: -2.0055153,4.694464 - 77: -2.4742653,4.569464 - 78: -2.9273903,4.288214 - 79: -2.6773903,3.8819642 - 80: -2.2555153,3.6319642 - 81: -2.8336403,3.5225892 - 82: -3.3805153,3.8975892 - 83: -3.4898903,3.7413392 - - node: - color: '#EFB34115' - id: splatter - decals: - 84: 0.42980832,0.7569641 - 85: 0.42980832,0.7882141 - 86: 0.16418332,0.7882141 - 87: -2.7420666,0.7882141 - 88: -2.4608166,0.5538391 - 89: -2.2264416,0.10071409 - 90: -1.3514416,3.1163392 - 91: -0.8670667,3.2100892 - 92: -1.4764416,3.1475892 - 93: -1.1483166,3.2100892 - 94: -1.1951916,2.7413392 - 95: -1.2420666,2.7413392 - 96: 0.007933319,3.9757142 - 97: -0.35144168,3.8663392 - 98: 0.07043332,-3.7724159 - 99: -0.11706668,-3.7099159 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 30583 - -1,0: - 0: 65535 - -1,-2: - 0: 65523 - 0,-2: - 0: 30582 - -2,0: - 0: 61166 - -2,1: - 0: 36078 - -1,1: - 0: 63487 - 1: 2048 - -1,2: - 0: 15 - 0,0: - 0: 65535 - 0,1: - 0: 32767 - 1,0: - 0: 4368 - 1,1: - 0: 17 - -2,-1: - 0: 61128 - -2,-2: - 0: 32768 - 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 - - 6666.982 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockGlassShuttle - entities: - - uid: 93 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 166 -- proto: APCBasic - entities: - - uid: 105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 166 -- proto: AsteroidRock - entities: - - uid: 13 - components: - - type: Transform - pos: -2.5,8.5 - parent: 166 - - uid: 14 - components: - - type: Transform - pos: -5.5,1.5 - parent: 166 - - uid: 15 - components: - - type: Transform - pos: -4.5,1.5 - parent: 166 - - uid: 18 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 166 - - uid: 19 - components: - - type: Transform - pos: -6.5,5.5 - parent: 166 - - uid: 20 - components: - - type: Transform - pos: -4.5,6.5 - parent: 166 - - uid: 21 - components: - - type: Transform - pos: -2.5,7.5 - parent: 166 - - uid: 22 - components: - - type: Transform - pos: -6.5,4.5 - parent: 166 - - uid: 23 - components: - - type: Transform - pos: -5.5,3.5 - parent: 166 - - uid: 24 - components: - - type: Transform - pos: -5.5,6.5 - parent: 166 - - uid: 25 - components: - - type: Transform - pos: -5.5,5.5 - parent: 166 - - uid: 26 - components: - - type: Transform - pos: -6.5,3.5 - parent: 166 - - uid: 27 - components: - - type: Transform - pos: -6.5,2.5 - parent: 166 - - uid: 28 - components: - - type: Transform - pos: -4.5,2.5 - parent: 166 - - uid: 29 - components: - - type: Transform - pos: -5.5,2.5 - parent: 166 - - uid: 30 - components: - - type: Transform - pos: -3.5,2.5 - parent: 166 - - uid: 31 - components: - - type: Transform - pos: -5.5,4.5 - parent: 166 - - uid: 32 - components: - - type: Transform - pos: -4.5,5.5 - parent: 166 - - uid: 34 - components: - - type: Transform - pos: -4.5,7.5 - parent: 166 - - uid: 36 - components: - - type: Transform - pos: 0.5,7.5 - parent: 166 - - uid: 37 - components: - - type: Transform - pos: 2.5,7.5 - parent: 166 - - uid: 38 - components: - - type: Transform - pos: 1.5,4.5 - parent: 166 - - uid: 39 - components: - - type: Transform - pos: -1.5,7.5 - parent: 166 - - uid: 41 - components: - - type: Transform - pos: 1.5,5.5 - parent: 166 - - uid: 43 - components: - - type: Transform - pos: 4.5,2.5 - parent: 166 - - uid: 44 - components: - - type: Transform - pos: 2.5,4.5 - parent: 166 - - uid: 45 - components: - - type: Transform - pos: 3.5,6.5 - parent: 166 - - uid: 46 - components: - - type: Transform - pos: 4.5,3.5 - parent: 166 - - uid: 47 - components: - - type: Transform - pos: 3.5,2.5 - parent: 166 - - uid: 48 - components: - - type: Transform - pos: 3.5,5.5 - parent: 166 - - uid: 49 - components: - - type: Transform - pos: 4.5,5.5 - parent: 166 - - uid: 50 - components: - - type: Transform - pos: 3.5,4.5 - parent: 166 - - uid: 51 - components: - - type: Transform - pos: 3.5,1.5 - parent: 166 - - uid: 53 - components: - - type: Transform - pos: 4.5,4.5 - parent: 166 - - uid: 54 - components: - - type: Transform - pos: 2.5,6.5 - parent: 166 - - uid: 55 - components: - - type: Transform - pos: 1.5,6.5 - parent: 166 - - uid: 56 - components: - - type: Transform - pos: 1.5,7.5 - parent: 166 - - uid: 57 - components: - - type: Transform - pos: -1.5,8.5 - parent: 166 - - uid: 58 - components: - - type: Transform - pos: -0.5,8.5 - parent: 166 - - uid: 59 - components: - - type: Transform - pos: -0.5,7.5 - parent: 166 - - uid: 60 - components: - - type: Transform - pos: -3.5,8.5 - parent: 166 - - uid: 61 - components: - - type: Transform - pos: -3.5,7.5 - parent: 166 - - uid: 62 - components: - - type: Transform - pos: -3.5,5.5 - parent: 166 - - uid: 63 - components: - - type: Transform - pos: -3.5,6.5 - parent: 166 - - uid: 64 - components: - - type: Transform - pos: -1.5,6.5 - parent: 166 - - uid: 65 - components: - - type: Transform - pos: -0.5,5.5 - parent: 166 - - uid: 73 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 166 - - uid: 92 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 166 - - uid: 95 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 166 - - uid: 126 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 166 -- proto: AsteroidRockGold - entities: - - uid: 42 - components: - - type: Transform - pos: 2.5,5.5 - parent: 166 - - uid: 52 - components: - - type: Transform - pos: 3.5,3.5 - parent: 166 -- proto: AsteroidRockPlasma - entities: - - uid: 35 - components: - - type: Transform - pos: 0.5,6.5 - parent: 166 -- proto: AtmosDeviceFanTiny - entities: - - uid: 165 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 166 -- proto: BlastDoorOpen - entities: - - uid: 148 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 166 - - type: DeviceLinkSink - links: - - 153 - - uid: 149 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 166 - - type: DeviceLinkSink - links: - - 153 - - uid: 150 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 166 - - type: DeviceLinkSink - links: - - 153 - - uid: 151 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 166 - - type: DeviceLinkSink - links: - - 153 - - uid: 152 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 166 - - type: DeviceLinkSink - links: - - 153 -- proto: BriefcaseBrownFilled - entities: - - uid: 124 - components: - - type: Transform - pos: 1.515625,-5.4207764 - parent: 166 -- proto: CableApcExtension - entities: - - uid: 98 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 166 - - uid: 99 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 166 - - uid: 103 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 166 - - uid: 112 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 166 - - uid: 113 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 166 -- proto: CableHV - entities: - - uid: 115 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 166 - - uid: 116 - components: - - type: Transform - pos: 1.5,0.5 - parent: 166 - - uid: 117 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 166 -- proto: CableMV - entities: - - uid: 96 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 166 - - uid: 97 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 166 - - uid: 100 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 166 - - uid: 101 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 166 - - uid: 102 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 166 - - uid: 106 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 166 - - uid: 107 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 166 -- proto: ChairPilotSeat - entities: - - uid: 128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 166 - - uid: 129 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 166 - - uid: 130 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 166 - - uid: 131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 166 - - uid: 132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 166 - - uid: 133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 166 - - uid: 134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 166 - - uid: 135 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 166 - - uid: 136 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 166 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 139 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 166 -- proto: ClosetFireFilled - entities: - - uid: 140 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 166 -- proto: ClothingBackpackDuffel - entities: - - uid: 143 - components: - - type: Transform - pos: -1.5541403,-5.330386 - parent: 166 -- proto: ComputerShuttle - entities: - - uid: 86 - components: - - type: Transform - pos: -0.5,1.5 - parent: 166 -- proto: CultAltarSpawner - entities: - - uid: 127 - components: - - type: Transform - pos: -2.5,5.5 - parent: 166 -- proto: Floodlight - entities: - - uid: 144 - components: - - type: Transform - pos: -6.578125,-1.4285078 - parent: 166 -- proto: GeneratorBasic - entities: - - uid: 145 - components: - - type: Transform - pos: 1.5,0.5 - parent: 166 -- proto: Grille - entities: - - uid: 1 - components: - - type: Transform - pos: -3.5,0.5 - parent: 166 - - uid: 2 - components: - - type: Transform - pos: -3.5,1.5 - parent: 166 - - uid: 4 - components: - - type: Transform - pos: 2.5,2.5 - parent: 166 - - uid: 5 - components: - - type: Transform - pos: 2.5,1.5 - parent: 166 - - uid: 6 - components: - - type: Transform - pos: 2.5,0.5 - parent: 166 - - uid: 10 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 166 - - uid: 104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 166 - - uid: 108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 166 - - uid: 109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 166 - - uid: 146 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 166 - - uid: 147 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 166 -- proto: GrilleBroken - entities: - - uid: 3 - components: - - type: Transform - pos: -3.5,2.5 - parent: 166 - - uid: 7 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,2.5 - parent: 166 - - uid: 8 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 166 - - uid: 9 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 166 -- proto: Gyroscope - entities: - - uid: 154 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 166 -- proto: MachineFrameDestroyed - entities: - - uid: 162 - components: - - type: Transform - pos: 2.5,3.5 - parent: 166 -- proto: Poweredlight - entities: - - uid: 72 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 166 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: RandomArtifactSpawner - entities: - - uid: 123 - components: - - type: Transform - pos: -1.5,4.5 - parent: 166 -- proto: RitualDagger - entities: - - uid: 159 - components: - - type: Transform - pos: -2.459962,5.446582 - parent: 166 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 125 - components: - - type: Transform - pos: -3.5,4.5 - parent: 166 - - uid: 160 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 166 -- proto: SalvageMobSpawner - entities: - - uid: 119 - components: - - type: Transform - pos: -2.5,0.5 - parent: 166 - - uid: 120 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 166 -- proto: SalvageMobSpawner75 - entities: - - uid: 121 - components: - - type: Transform - pos: -2.5,2.5 - parent: 166 - - uid: 122 - components: - - type: Transform - pos: 1.5,3.5 - parent: 166 -- proto: ShardGlass - entities: - - uid: 137 - components: - - type: Transform - pos: -2.4603903,-5.434225 - parent: 166 - - uid: 156 - components: - - type: Transform - pos: 0.9927347,-2.1686003 - parent: 166 -- proto: ShuttleWindow - entities: - - uid: 68 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 166 - - uid: 75 - components: - - type: Transform - pos: 2.5,1.5 - parent: 166 - - uid: 77 - components: - - type: Transform - pos: 2.5,0.5 - parent: 166 - - uid: 78 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 166 - - uid: 79 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 166 - - uid: 80 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 166 - - uid: 87 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 166 - - uid: 118 - components: - - type: Transform - pos: -3.5,0.5 - parent: 166 -- proto: SignalButton - entities: - - uid: 153 - components: - - type: Transform - pos: 0.5,1.5 - parent: 166 - - type: DeviceLinkSource - linkedPorts: - 149: - - Pressed: Toggle - 152: - - Pressed: Toggle - 151: - - Pressed: Toggle - 150: - - Pressed: Toggle - 148: - - Pressed: Toggle -- proto: SpawnMobBearSalvage - entities: - - uid: 161 - components: - - type: Transform - pos: -2.5,3.5 - parent: 166 -- proto: SubstationWallBasic - entities: - - uid: 114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 166 -- proto: Table - entities: - - uid: 85 - components: - - type: Transform - pos: 0.5,1.5 - parent: 166 -- proto: TableFrame - entities: - - uid: 157 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 166 - - uid: 158 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 166 -- proto: TableGlass - entities: - - uid: 138 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 166 - - uid: 141 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 166 - - uid: 142 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 166 - - uid: 155 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 166 -- proto: Thruster - entities: - - uid: 94 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 - parent: 166 - - uid: 163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 166 -- proto: WallCult - entities: - - uid: 16 - components: - - type: Transform - pos: 0.5,5.5 - parent: 166 - - uid: 17 - components: - - type: Transform - pos: -2.5,6.5 - parent: 166 - - uid: 33 - components: - - type: Transform - pos: -4.5,3.5 - parent: 166 - - uid: 40 - components: - - type: Transform - pos: -4.5,4.5 - parent: 166 -- proto: WallShuttle - entities: - - uid: 11 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 166 - - uid: 66 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 166 - - uid: 67 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 166 - - uid: 69 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 166 - - uid: 70 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 166 - - uid: 71 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 166 - - uid: 74 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 166 - - uid: 76 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 166 - - uid: 81 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 166 - - uid: 82 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 166 - - uid: 83 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 166 -- proto: WallShuttleDiagonal - entities: - - uid: 12 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 - parent: 166 - - uid: 84 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 166 - - uid: 110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-7.5 - parent: 166 - - uid: 111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 166 -- proto: WindowReinforcedDirectional - entities: - - uid: 88 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 166 - - uid: 89 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 166 - - uid: 90 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 166 - - uid: 91 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 166 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 54: FloorGreenCircuit + 81: FloorShuttleBlue + 85: FloorShuttleWhite + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 166 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACCAAAAAAABwAAAAACeQAAAAAANgAAAAAAVQAAAAAAUQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAAeQAAAAAAVQAAAAAABwAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: VQAAAAAAVQAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: DirtLight + decals: + 8: 1,1 + 9: 0,0 + 10: 0,-1 + 11: -0.6007468,-0.65129566 + 12: -0.5694968,-0.94817066 + 13: -0.16324681,-0.62004566 + 14: -2.9444969,0.91120434 + 15: -2.2413716,0.17682934 + 16: -1.8507468,-0.010670662 + 17: -2.6788719,0.25495434 + 18: -0.6319968,-2.1825457 + 19: -0.3663718,-2.2137957 + 20: -0.19449681,-1.9794207 + 21: -1.0226219,-1.4637957 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 7: -2,0 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 6: -3,0 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 5: -2,-1 + - node: + color: '#79150096' + id: questionmark + decals: + 4: -2,4 + - node: + color: '#79150096' + id: rune1 + decals: + 1: -3,4 + - node: + color: '#79150096' + id: rune2 + decals: + 2: -2,5 + - node: + color: '#79150096' + id: rune4 + decals: + 0: -2,3 + - node: + color: '#79150096' + id: rune5 + decals: + 3: -1,4 + - node: + color: '#79150018' + id: splatter + decals: + 22: 0.3523782,0.81745434 + 23: 0.4148782,0.67682934 + 24: 0.50862825,0.47370434 + 25: 0.3680032,0.23932934 + 26: 0.21175319,0.09870434 + - node: + color: '#79150044' + id: splatter + decals: + 27: 0.2742532,0.28620434 + 28: 0.13362819,0.52057934 + 29: 0.68050325,-3.6356707 + 30: 0.53987825,-3.5419207 + 31: 0.4617532,-4.0731707 + 32: 0.57112825,-4.3075457 + 33: -0.22574681,-4.5575457 + 34: -0.24137181,-4.5575457 + 35: -0.7726218,-4.9325457 + 36: -2.1788716,-4.8856707 + 37: -2.5382469,-4.4012957 + 38: -2.7101219,-4.2919207 + 39: -2.8663719,-2.8231707 + 40: -2.3663716,-2.6669207 + 41: -2.0851216,-2.2606707 + 42: -1.9444968,-1.8700457 + 43: -2.6632469,2.3643293 + 44: -2.4444966,2.5049543 + 45: -2.0069966,1.9112043 + 46: -2.5538719,1.6924543 + 47: -2.3819966,2.0830793 + 48: -2.6007469,2.0830793 + 49: -2.4288716,0.67682934 + 50: -2.2726216,0.58307934 + 51: -2.1632466,0.55182934 + 52: -2.4288716,0.56745434 + 53: -2.1476216,-0.010670662 + 54: -1.9757468,-0.010670662 + 55: 0.24300319,0.53620434 + - node: + color: '#DE3A3A15' + id: splatter + decals: + 56: 0.08675319,-4.3700457 + 57: 0.13362819,-4.2762957 + 58: 0.2898782,-4.1200457 + 59: 0.3523782,-3.9481707 + 60: 0.2586282,0.17682934 + 61: 0.14925319,0.55182934 + 62: 0.14925319,0.55182934 + 63: -2.0069966,0.27057934 + 64: -2.3351216,0.50495434 + 65: -2.5694969,0.86432934 + 66: -2.7569969,0.92682934 + 67: -2.1319966,-0.85442066 + 68: -1.7257468,-0.94817066 + 69: -2.0538716,-4.1512957 + 70: -2.0694966,-4.0419207 + 71: -2.1773903,3.1475892 + 72: -2.5367653,3.8507142 + 73: -2.2242653,3.9913392 + 74: -1.7711403,3.8350892 + 75: -1.5211403,4.100714 + 76: -2.0055153,4.694464 + 77: -2.4742653,4.569464 + 78: -2.9273903,4.288214 + 79: -2.6773903,3.8819642 + 80: -2.2555153,3.6319642 + 81: -2.8336403,3.5225892 + 82: -3.3805153,3.8975892 + 83: -3.4898903,3.7413392 + - node: + color: '#EFB34115' + id: splatter + decals: + 84: 0.42980832,0.7569641 + 85: 0.42980832,0.7882141 + 86: 0.16418332,0.7882141 + 87: -2.7420666,0.7882141 + 88: -2.4608166,0.5538391 + 89: -2.2264416,0.10071409 + 90: -1.3514416,3.1163392 + 91: -0.8670667,3.2100892 + 92: -1.4764416,3.1475892 + 93: -1.1483166,3.2100892 + 94: -1.1951916,2.7413392 + 95: -1.2420666,2.7413392 + 96: 0.007933319,3.9757142 + 97: -0.35144168,3.8663392 + 98: 0.07043332,-3.7724159 + 99: -0.11706668,-3.7099159 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 30583 + -1,0: + 0: 65535 + -1,-2: + 0: 65523 + 0,-2: + 0: 30582 + -2,0: + 0: 61166 + -2,1: + 0: 36078 + -1,1: + 0: 63487 + 1: 2048 + -1,2: + 0: 15 + 0,0: + 0: 65535 + 0,1: + 0: 32767 + 1,0: + 0: 4368 + 1,1: + 0: 17 + -2,-1: + 0: 61128 + -2,-2: + 0: 32768 + 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 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockGlassShuttle + entities: + - uid: 93 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 166 +- proto: APCBasic + entities: + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 166 +- proto: AsteroidRock + entities: + - uid: 13 + components: + - type: Transform + pos: -2.5,8.5 + parent: 166 + - uid: 14 + components: + - type: Transform + pos: -5.5,1.5 + parent: 166 + - uid: 15 + components: + - type: Transform + pos: -4.5,1.5 + parent: 166 + - uid: 18 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 166 + - uid: 19 + components: + - type: Transform + pos: -6.5,5.5 + parent: 166 + - uid: 20 + components: + - type: Transform + pos: -4.5,6.5 + parent: 166 + - uid: 21 + components: + - type: Transform + pos: -2.5,7.5 + parent: 166 + - uid: 22 + components: + - type: Transform + pos: -6.5,4.5 + parent: 166 + - uid: 23 + components: + - type: Transform + pos: -5.5,3.5 + parent: 166 + - uid: 24 + components: + - type: Transform + pos: -5.5,6.5 + parent: 166 + - uid: 25 + components: + - type: Transform + pos: -5.5,5.5 + parent: 166 + - uid: 26 + components: + - type: Transform + pos: -6.5,3.5 + parent: 166 + - uid: 27 + components: + - type: Transform + pos: -6.5,2.5 + parent: 166 + - uid: 28 + components: + - type: Transform + pos: -4.5,2.5 + parent: 166 + - uid: 29 + components: + - type: Transform + pos: -5.5,2.5 + parent: 166 + - uid: 30 + components: + - type: Transform + pos: -3.5,2.5 + parent: 166 + - uid: 31 + components: + - type: Transform + pos: -5.5,4.5 + parent: 166 + - uid: 32 + components: + - type: Transform + pos: -4.5,5.5 + parent: 166 + - uid: 34 + components: + - type: Transform + pos: -4.5,7.5 + parent: 166 + - uid: 36 + components: + - type: Transform + pos: 0.5,7.5 + parent: 166 + - uid: 37 + components: + - type: Transform + pos: 2.5,7.5 + parent: 166 + - uid: 38 + components: + - type: Transform + pos: 1.5,4.5 + parent: 166 + - uid: 39 + components: + - type: Transform + pos: -1.5,7.5 + parent: 166 + - uid: 41 + components: + - type: Transform + pos: 1.5,5.5 + parent: 166 + - uid: 43 + components: + - type: Transform + pos: 4.5,2.5 + parent: 166 + - uid: 44 + components: + - type: Transform + pos: 2.5,4.5 + parent: 166 + - uid: 45 + components: + - type: Transform + pos: 3.5,6.5 + parent: 166 + - uid: 46 + components: + - type: Transform + pos: 4.5,3.5 + parent: 166 + - uid: 47 + components: + - type: Transform + pos: 3.5,2.5 + parent: 166 + - uid: 48 + components: + - type: Transform + pos: 3.5,5.5 + parent: 166 + - uid: 49 + components: + - type: Transform + pos: 4.5,5.5 + parent: 166 + - uid: 50 + components: + - type: Transform + pos: 3.5,4.5 + parent: 166 + - uid: 51 + components: + - type: Transform + pos: 3.5,1.5 + parent: 166 + - uid: 53 + components: + - type: Transform + pos: 4.5,4.5 + parent: 166 + - uid: 54 + components: + - type: Transform + pos: 2.5,6.5 + parent: 166 + - uid: 55 + components: + - type: Transform + pos: 1.5,6.5 + parent: 166 + - uid: 56 + components: + - type: Transform + pos: 1.5,7.5 + parent: 166 + - uid: 57 + components: + - type: Transform + pos: -1.5,8.5 + parent: 166 + - uid: 58 + components: + - type: Transform + pos: -0.5,8.5 + parent: 166 + - uid: 59 + components: + - type: Transform + pos: -0.5,7.5 + parent: 166 + - uid: 60 + components: + - type: Transform + pos: -3.5,8.5 + parent: 166 + - uid: 61 + components: + - type: Transform + pos: -3.5,7.5 + parent: 166 + - uid: 62 + components: + - type: Transform + pos: -3.5,5.5 + parent: 166 + - uid: 63 + components: + - type: Transform + pos: -3.5,6.5 + parent: 166 + - uid: 64 + components: + - type: Transform + pos: -1.5,6.5 + parent: 166 + - uid: 65 + components: + - type: Transform + pos: -0.5,5.5 + parent: 166 + - uid: 73 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 166 + - uid: 92 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 166 + - uid: 95 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 166 + - uid: 126 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 166 +- proto: AsteroidRockGold + entities: + - uid: 42 + components: + - type: Transform + pos: 2.5,5.5 + parent: 166 + - uid: 52 + components: + - type: Transform + pos: 3.5,3.5 + parent: 166 +- proto: AsteroidRockPlasma + entities: + - uid: 35 + components: + - type: Transform + pos: 0.5,6.5 + parent: 166 +- proto: AtmosDeviceFanTiny + entities: + - uid: 165 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 166 +- proto: BlastDoorOpen + entities: + - uid: 148 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 166 + - type: DeviceLinkSink + links: + - 153 + - uid: 149 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 166 + - type: DeviceLinkSink + links: + - 153 + - uid: 150 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 166 + - type: DeviceLinkSink + links: + - 153 + - uid: 151 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 166 + - type: DeviceLinkSink + links: + - 153 + - uid: 152 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 166 + - type: DeviceLinkSink + links: + - 153 +- proto: BriefcaseBrownFilled + entities: + - uid: 124 + components: + - type: Transform + pos: 1.515625,-5.4207764 + parent: 166 +- proto: CableApcExtension + entities: + - uid: 98 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 166 + - uid: 99 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 166 + - uid: 103 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 166 + - uid: 112 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 166 + - uid: 113 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 166 +- proto: CableHV + entities: + - uid: 115 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 166 + - uid: 116 + components: + - type: Transform + pos: 1.5,0.5 + parent: 166 + - uid: 117 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 166 +- proto: CableMV + entities: + - uid: 96 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 166 + - uid: 97 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 166 + - uid: 100 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 166 + - uid: 101 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 166 + - uid: 102 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 166 + - uid: 106 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 166 + - uid: 107 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 166 +- proto: ChairPilotSeat + entities: + - uid: 128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 166 + - uid: 129 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 166 + - uid: 130 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 166 + - uid: 131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 166 + - uid: 132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 166 + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 166 + - uid: 134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 166 + - uid: 135 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 166 + - uid: 136 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 166 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 139 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 166 +- proto: ClosetFireFilled + entities: + - uid: 140 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 166 +- proto: ClothingBackpackDuffel + entities: + - uid: 143 + components: + - type: Transform + pos: -1.5541403,-5.330386 + parent: 166 +- proto: ComputerShuttle + entities: + - uid: 86 + components: + - type: Transform + pos: -0.5,1.5 + parent: 166 +- proto: CultAltarSpawner + entities: + - uid: 127 + components: + - type: Transform + pos: -2.5,5.5 + parent: 166 +- proto: Floodlight + entities: + - uid: 144 + components: + - type: Transform + pos: -6.578125,-1.4285078 + parent: 166 +- proto: GeneratorBasic + entities: + - uid: 145 + components: + - type: Transform + pos: 1.5,0.5 + parent: 166 +- proto: Grille + entities: + - uid: 1 + components: + - type: Transform + pos: -3.5,0.5 + parent: 166 + - uid: 2 + components: + - type: Transform + pos: -3.5,1.5 + parent: 166 + - uid: 4 + components: + - type: Transform + pos: 2.5,2.5 + parent: 166 + - uid: 5 + components: + - type: Transform + pos: 2.5,1.5 + parent: 166 + - uid: 6 + components: + - type: Transform + pos: 2.5,0.5 + parent: 166 + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 166 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 166 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 166 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 166 + - uid: 146 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 166 + - uid: 147 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 166 +- proto: GrilleBroken + entities: + - uid: 3 + components: + - type: Transform + pos: -3.5,2.5 + parent: 166 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 166 + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 166 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 166 +- proto: Gyroscope + entities: + - uid: 154 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 166 +- proto: MachineFrameDestroyed + entities: + - uid: 162 + components: + - type: Transform + pos: 2.5,3.5 + parent: 166 +- proto: Poweredlight + entities: + - uid: 72 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 166 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: RandomArtifactSpawner + entities: + - uid: 123 + components: + - type: Transform + pos: -1.5,4.5 + parent: 166 +- proto: RitualDagger + entities: + - uid: 159 + components: + - type: Transform + pos: -2.459962,5.446582 + parent: 166 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 125 + components: + - type: Transform + pos: -3.5,4.5 + parent: 166 + - uid: 160 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 166 +- proto: SalvageMobSpawner + entities: + - uid: 119 + components: + - type: Transform + pos: -2.5,0.5 + parent: 166 + - uid: 120 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 166 +- proto: SalvageMobSpawner75 + entities: + - uid: 121 + components: + - type: Transform + pos: -2.5,2.5 + parent: 166 + - uid: 122 + components: + - type: Transform + pos: 1.5,3.5 + parent: 166 +- proto: ShardGlass + entities: + - uid: 137 + components: + - type: Transform + pos: -2.4603903,-5.434225 + parent: 166 + - uid: 156 + components: + - type: Transform + pos: 0.9927347,-2.1686003 + parent: 166 +- proto: ShuttleWindow + entities: + - uid: 68 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 166 + - uid: 75 + components: + - type: Transform + pos: 2.5,1.5 + parent: 166 + - uid: 77 + components: + - type: Transform + pos: 2.5,0.5 + parent: 166 + - uid: 78 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 166 + - uid: 79 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 166 + - uid: 80 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 166 + - uid: 87 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 166 + - uid: 118 + components: + - type: Transform + pos: -3.5,0.5 + parent: 166 +- proto: SignalButton + entities: + - uid: 153 + components: + - type: Transform + pos: 0.5,1.5 + parent: 166 + - type: DeviceLinkSource + linkedPorts: + 149: + - Pressed: Toggle + 152: + - Pressed: Toggle + 151: + - Pressed: Toggle + 150: + - Pressed: Toggle + 148: + - Pressed: Toggle +- proto: SpawnMobBearSalvage + entities: + - uid: 161 + components: + - type: Transform + pos: -2.5,3.5 + parent: 166 +- proto: SubstationWallBasic + entities: + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 166 +- proto: Table + entities: + - uid: 85 + components: + - type: Transform + pos: 0.5,1.5 + parent: 166 +- proto: TableFrame + entities: + - uid: 157 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 166 + - uid: 158 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 166 +- proto: TableGlass + entities: + - uid: 138 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 166 + - uid: 141 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 166 + - uid: 142 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 166 + - uid: 155 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 166 +- proto: Thruster + entities: + - uid: 94 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 166 + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 166 +- proto: WallCult + entities: + - uid: 16 + components: + - type: Transform + pos: 0.5,5.5 + parent: 166 + - uid: 17 + components: + - type: Transform + pos: -2.5,6.5 + parent: 166 + - uid: 33 + components: + - type: Transform + pos: -4.5,3.5 + parent: 166 + - uid: 40 + components: + - type: Transform + pos: -4.5,4.5 + parent: 166 +- proto: WallShuttle + entities: + - uid: 11 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 166 + - uid: 66 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 166 + - uid: 67 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 166 + - uid: 69 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 166 + - uid: 70 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 166 + - uid: 71 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 166 + - uid: 74 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 166 + - uid: 76 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 166 + - uid: 81 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 166 + - uid: 82 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 166 + - uid: 83 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 166 +- proto: WallShuttleDiagonal + entities: + - uid: 12 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 166 + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 166 + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 166 + - uid: 111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 166 +- proto: WindowReinforcedDirectional + entities: + - uid: 88 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 166 + - uid: 89 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 166 + - uid: 90 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 166 + - uid: 91 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 166 +... diff --git a/Resources/Maps/Salvage/medium-dock.yml b/Resources/Maps/Salvage/medium-dock.yml index d5e832f13d9..a4b484d9f60 100644 --- a/Resources/Maps/Salvage/medium-dock.yml +++ b/Resources/Maps/Salvage/medium-dock.yml @@ -1,884 +1,884 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 11: FloorAsteroidTile - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 50 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: CwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Bot - decals: - 26: 0,1 - 27: 1,1 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Bot - decals: - 21: -2,1 - 22: -2,0 - 23: 0,-1 - 24: 1,-1 - 25: 2,-1 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 17: -5,-3 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: DirtLight - decals: - 11: -2,1 - 12: 1,2 - 13: 3,0 - 18: -3,-4 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: DirtMedium - decals: - 14: 1,1 - 15: -2,-4 - 16: -5,-5 - 19: -2,-1 - 20: 3,2 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 0: -1,2 - 1: 2,2 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarnCornerFlipped - decals: - 5: 3,2 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 2: 3,-1 - 3: 3,0 - 4: 3,1 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 6: 2,2 - 7: 1,2 - 8: 0,2 - 9: -1,2 - 10: -2,2 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - -1,0: - 0: 36863 - 0,-1: - 0: 65535 - 0,0: - 0: 20479 - -2,-2: - 0: 60416 - -2,-1: - 0: 61166 - -1,-2: - 0: 65280 - -2,0: - 0: 2254 - -1,1: - 0: 35976 - 0,-2: - 0: 28928 - 0,1: - 0: 20292 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockShuttle - entities: - - uid: 23 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 - parent: 50 - - uid: 59 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,6.5 - parent: 50 -- proto: AlwaysPoweredLightExterior - entities: - - uid: 81 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 50 -- proto: APCHyperCapacity - entities: - - uid: 25 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 50 -- proto: AsteroidRock - entities: - - uid: 1 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 50 - - uid: 2 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 50 - - uid: 5 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 50 - - uid: 6 - components: - - type: Transform - pos: -6.5,0.5 - parent: 50 - - uid: 7 - components: - - type: Transform - pos: -5.5,1.5 - parent: 50 - - uid: 9 - components: - - type: Transform - pos: -4.5,1.5 - parent: 50 - - uid: 10 - components: - - type: Transform - pos: -4.5,2.5 - parent: 50 - - uid: 12 - components: - - type: Transform - pos: -3.5,2.5 - parent: 50 - - uid: 13 - components: - - type: Transform - pos: -3.5,1.5 - parent: 50 - - uid: 16 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 50 - - uid: 18 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 50 - - uid: 19 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 50 - - uid: 20 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 50 - - uid: 21 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 50 - - uid: 24 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 50 - - uid: 26 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 50 - - uid: 27 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 50 - - uid: 28 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 50 - - uid: 29 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 50 - - uid: 30 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 50 - - uid: 32 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 50 - - uid: 33 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 50 - - uid: 34 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 50 - - uid: 35 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 50 - - uid: 36 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 50 - - uid: 51 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 50 - - uid: 52 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 50 - - uid: 53 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 50 - - uid: 54 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 50 - - uid: 55 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 50 - - uid: 56 - components: - - type: Transform - pos: -5.5,0.5 - parent: 50 -- proto: AsteroidRockGold - entities: - - uid: 8 - components: - - type: Transform - pos: -4.5,0.5 - parent: 50 - - uid: 14 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 50 - - uid: 15 - components: - - type: Transform - pos: -3.5,0.5 - parent: 50 - - uid: 57 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 50 -- proto: Barricade - entities: - - uid: 11 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 50 -- proto: Bed - entities: - - uid: 82 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 50 -- proto: BedsheetSpawner - entities: - - uid: 80 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 50 -- proto: CableApcExtension - entities: - - uid: 22 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 50 - - uid: 43 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 50 - - uid: 88 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 50 - - uid: 89 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 50 - - uid: 90 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 50 - - uid: 91 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 50 - - uid: 92 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 50 - - uid: 93 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 50 - - uid: 100 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 50 - - uid: 101 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 50 - - uid: 102 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 50 -- proto: Catwalk - entities: - - uid: 61 - components: - - type: Transform - pos: -0.5,7.5 - parent: 50 - - uid: 62 - components: - - type: Transform - pos: -0.5,6.5 - parent: 50 - - uid: 63 - components: - - type: Transform - pos: -0.5,5.5 - parent: 50 - - uid: 64 - components: - - type: Transform - pos: -0.5,4.5 - parent: 50 - - uid: 65 - components: - - type: Transform - pos: -0.5,3.5 - parent: 50 - - uid: 66 - components: - - type: Transform - pos: 2.5,3.5 - parent: 50 - - uid: 67 - components: - - type: Transform - pos: 2.5,4.5 - parent: 50 - - uid: 68 - components: - - type: Transform - pos: 2.5,5.5 - parent: 50 - - uid: 69 - components: - - type: Transform - pos: 2.5,6.5 - parent: 50 - - uid: 70 - components: - - type: Transform - pos: 2.5,7.5 - parent: 50 -- proto: ClosetBombFilled - entities: - - uid: 58 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 50 -- proto: ClothingBeltMercWebbing - entities: - - uid: 114 - components: - - type: Transform - pos: -5.5126266,-2.4138613 - parent: 50 -- proto: CrateFilledSpawner - entities: - - uid: 76 - components: - - type: Transform - pos: -1.5,0.5 - parent: 50 -- proto: DogBed - entities: - - uid: 86 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 50 -- proto: ExplosivesSignMed - entities: - - uid: 104 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 50 -- proto: GoldOre1 - entities: - - uid: 17 - components: - - type: Transform - pos: -4.467145,-0.40165186 - parent: 50 - - uid: 31 - components: - - type: Transform - pos: -4.32652,-0.63602686 - parent: 50 - - uid: 103 - components: - - type: Transform - pos: -4.592145,-0.66727686 - parent: 50 -- proto: Grille - entities: - - uid: 48 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 50 - - uid: 49 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 50 - - uid: 60 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 50 -- proto: LandMineExplosive - entities: - - uid: 3 - components: - - type: Transform - pos: -1.5364733,-2.719489 - parent: 50 - - uid: 4 - components: - - type: Transform - pos: -0.48959827,-3.703864 - parent: 50 -- proto: LockerBotanistLoot - entities: - - uid: 105 - components: - - type: Transform - pos: 1.5,1.5 - parent: 50 - - uid: 120 - components: - - type: Transform - pos: 0.5,1.5 - parent: 50 -- proto: LockerChemistryFilled - entities: - - uid: 77 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 50 -- proto: PowerCellRecharger - entities: - - uid: 117 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 50 -- proto: Rack - entities: - - uid: 83 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 50 - - uid: 94 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 50 -- proto: Railing - entities: - - uid: 107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,2.5 - parent: 50 - - uid: 108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 50 - - uid: 109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,2.5 - parent: 50 - - uid: 111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,1.5 - parent: 50 - - uid: 112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 50 - - uid: 113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 50 - - uid: 118 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 50 -- proto: RailingCorner - entities: - - uid: 110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,2.5 - parent: 50 -- proto: RandomDrinkBottle - entities: - - uid: 116 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 50 -- proto: RandomPosterContraband - entities: - - uid: 85 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 50 -- proto: SalvageCanisterSpawner - entities: - - uid: 78 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 50 - - uid: 79 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 50 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 75 - components: - - type: Transform - pos: -1.5,1.5 - parent: 50 -- proto: SalvageMobSpawner - entities: - - uid: 71 - components: - - type: Transform - pos: 0.5,6.5 - parent: 50 -- proto: SalvageMobSpawner75 - entities: - - uid: 73 - components: - - type: Transform - pos: -0.5,1.5 - parent: 50 -- proto: Shovel - entities: - - uid: 95 - components: - - type: Transform - pos: -5.527382,-2.5339403 - parent: 50 -- proto: ShuttersNormal - entities: - - uid: 87 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 50 - - type: DeviceLinkSink - links: - - 99 - - uid: 96 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 50 - - type: DeviceLinkSink - links: - - 99 - - uid: 97 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 50 - - type: DeviceLinkSink - links: - - 99 - - uid: 98 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 50 - - type: DeviceLinkSink - links: - - 99 -- proto: SignalButton - entities: - - uid: 99 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 50 - - type: DeviceLinkSource - linkedPorts: - 96: - - Pressed: Toggle - 97: - - Pressed: Toggle - 98: - - Pressed: Toggle - 87: - - Pressed: Toggle -- proto: SignMinerDock - entities: - - uid: 106 - components: - - type: Transform - pos: -2.5,2.5 - parent: 50 -- proto: SpaceCash1000 - entities: - - uid: 115 - components: - - type: Transform - pos: -4.4192514,-4.5524406 - parent: 50 -- proto: SpaceTickSpawner - entities: - - uid: 72 - components: - - type: Transform - pos: 2.5,0.5 - parent: 50 - - uid: 74 - components: - - type: Transform - pos: -0.5,0.5 - parent: 50 -- proto: Table - entities: - - uid: 84 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 50 -- proto: ToySpawner - entities: - - uid: 119 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 50 -- proto: WallmountGeneratorElectronics - entities: - - uid: 121 - components: - - type: Transform - pos: -0.4388454,-4.624006 - parent: 50 -- proto: WallSolid - entities: - - uid: 37 - components: - - type: Transform - pos: -2.5,2.5 - parent: 50 - - uid: 38 - components: - - type: Transform - pos: -2.5,1.5 - parent: 50 - - uid: 39 - components: - - type: Transform - pos: -2.5,0.5 - parent: 50 - - uid: 40 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 50 - - uid: 41 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 50 - - uid: 42 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 50 - - uid: 44 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 50 - - uid: 45 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 50 - - uid: 46 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 50 - - uid: 47 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 50 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 11: FloorAsteroidTile + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 50 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: CwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Bot + decals: + 26: 0,1 + 27: 1,1 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Bot + decals: + 21: -2,1 + 22: -2,0 + 23: 0,-1 + 24: 1,-1 + 25: 2,-1 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 17: -5,-3 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtLight + decals: + 11: -2,1 + 12: 1,2 + 13: 3,0 + 18: -3,-4 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: DirtMedium + decals: + 14: 1,1 + 15: -2,-4 + 16: -5,-5 + 19: -2,-1 + 20: 3,2 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 0: -1,2 + 1: 2,2 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnCornerFlipped + decals: + 5: 3,2 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 2: 3,-1 + 3: 3,0 + 4: 3,1 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 6: 2,2 + 7: 1,2 + 8: 0,2 + 9: -1,2 + 10: -2,2 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 0: 36863 + 0,-1: + 0: 65535 + 0,0: + 0: 20479 + -2,-2: + 0: 60416 + -2,-1: + 0: 61166 + -1,-2: + 0: 65280 + -2,0: + 0: 2254 + -1,1: + 0: 35976 + 0,-2: + 0: 28928 + 0,1: + 0: 20292 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockShuttle + entities: + - uid: 23 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 50 + - uid: 59 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,6.5 + parent: 50 +- proto: AlwaysPoweredLightExterior + entities: + - uid: 81 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 50 +- proto: APCHyperCapacity + entities: + - uid: 25 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 50 +- proto: AsteroidRock + entities: + - uid: 1 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 50 + - uid: 2 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 50 + - uid: 5 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 50 + - uid: 6 + components: + - type: Transform + pos: -6.5,0.5 + parent: 50 + - uid: 7 + components: + - type: Transform + pos: -5.5,1.5 + parent: 50 + - uid: 9 + components: + - type: Transform + pos: -4.5,1.5 + parent: 50 + - uid: 10 + components: + - type: Transform + pos: -4.5,2.5 + parent: 50 + - uid: 12 + components: + - type: Transform + pos: -3.5,2.5 + parent: 50 + - uid: 13 + components: + - type: Transform + pos: -3.5,1.5 + parent: 50 + - uid: 16 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 50 + - uid: 18 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 50 + - uid: 19 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 50 + - uid: 20 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 50 + - uid: 21 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 50 + - uid: 24 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 50 + - uid: 26 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 50 + - uid: 27 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 50 + - uid: 28 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 50 + - uid: 29 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 50 + - uid: 30 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 50 + - uid: 32 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 50 + - uid: 33 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 50 + - uid: 34 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 50 + - uid: 35 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 50 + - uid: 36 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 50 + - uid: 51 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 50 + - uid: 52 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 50 + - uid: 53 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 50 + - uid: 54 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 50 + - uid: 55 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 50 + - uid: 56 + components: + - type: Transform + pos: -5.5,0.5 + parent: 50 +- proto: AsteroidRockGold + entities: + - uid: 8 + components: + - type: Transform + pos: -4.5,0.5 + parent: 50 + - uid: 14 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 50 + - uid: 15 + components: + - type: Transform + pos: -3.5,0.5 + parent: 50 + - uid: 57 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 50 +- proto: Barricade + entities: + - uid: 11 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 50 +- proto: Bed + entities: + - uid: 82 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 50 +- proto: BedsheetSpawner + entities: + - uid: 80 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 50 +- proto: CableApcExtension + entities: + - uid: 22 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 50 + - uid: 43 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 50 + - uid: 88 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 50 + - uid: 89 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 50 + - uid: 90 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 50 + - uid: 91 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 50 + - uid: 92 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 50 + - uid: 93 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 50 + - uid: 100 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 50 + - uid: 101 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 50 + - uid: 102 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 50 +- proto: Catwalk + entities: + - uid: 61 + components: + - type: Transform + pos: -0.5,7.5 + parent: 50 + - uid: 62 + components: + - type: Transform + pos: -0.5,6.5 + parent: 50 + - uid: 63 + components: + - type: Transform + pos: -0.5,5.5 + parent: 50 + - uid: 64 + components: + - type: Transform + pos: -0.5,4.5 + parent: 50 + - uid: 65 + components: + - type: Transform + pos: -0.5,3.5 + parent: 50 + - uid: 66 + components: + - type: Transform + pos: 2.5,3.5 + parent: 50 + - uid: 67 + components: + - type: Transform + pos: 2.5,4.5 + parent: 50 + - uid: 68 + components: + - type: Transform + pos: 2.5,5.5 + parent: 50 + - uid: 69 + components: + - type: Transform + pos: 2.5,6.5 + parent: 50 + - uid: 70 + components: + - type: Transform + pos: 2.5,7.5 + parent: 50 +- proto: ClosetBombFilled + entities: + - uid: 58 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 50 +- proto: ClothingBeltMercWebbing + entities: + - uid: 114 + components: + - type: Transform + pos: -5.5126266,-2.4138613 + parent: 50 +- proto: CrateFilledSpawner + entities: + - uid: 76 + components: + - type: Transform + pos: -1.5,0.5 + parent: 50 +- proto: DogBed + entities: + - uid: 86 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 50 +- proto: ExplosivesSignMed + entities: + - uid: 104 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 50 +- proto: GoldOre1 + entities: + - uid: 17 + components: + - type: Transform + pos: -4.467145,-0.40165186 + parent: 50 + - uid: 31 + components: + - type: Transform + pos: -4.32652,-0.63602686 + parent: 50 + - uid: 103 + components: + - type: Transform + pos: -4.592145,-0.66727686 + parent: 50 +- proto: Grille + entities: + - uid: 48 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 50 + - uid: 49 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 50 + - uid: 60 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 50 +- proto: LandMineExplosive + entities: + - uid: 3 + components: + - type: Transform + pos: -1.5364733,-2.719489 + parent: 50 + - uid: 4 + components: + - type: Transform + pos: -0.48959827,-3.703864 + parent: 50 +- proto: LockerBotanistLoot + entities: + - uid: 105 + components: + - type: Transform + pos: 1.5,1.5 + parent: 50 + - uid: 120 + components: + - type: Transform + pos: 0.5,1.5 + parent: 50 +- proto: LockerChemistryFilled + entities: + - uid: 77 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 50 +- proto: PowerCellRecharger + entities: + - uid: 117 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 50 +- proto: Rack + entities: + - uid: 83 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 50 + - uid: 94 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 50 +- proto: Railing + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 50 + - uid: 108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 50 + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 50 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,1.5 + parent: 50 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 50 + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 50 + - uid: 118 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 50 +- proto: RailingCorner + entities: + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,2.5 + parent: 50 +- proto: RandomDrinkBottle + entities: + - uid: 116 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 50 +- proto: RandomPosterContraband + entities: + - uid: 85 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 50 +- proto: SalvageCanisterSpawner + entities: + - uid: 78 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 50 + - uid: 79 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 50 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 75 + components: + - type: Transform + pos: -1.5,1.5 + parent: 50 +- proto: SalvageMobSpawner + entities: + - uid: 71 + components: + - type: Transform + pos: 0.5,6.5 + parent: 50 +- proto: SalvageMobSpawner75 + entities: + - uid: 73 + components: + - type: Transform + pos: -0.5,1.5 + parent: 50 +- proto: Shovel + entities: + - uid: 95 + components: + - type: Transform + pos: -5.527382,-2.5339403 + parent: 50 +- proto: ShuttersNormal + entities: + - uid: 87 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 50 + - type: DeviceLinkSink + links: + - 99 + - uid: 96 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 50 + - type: DeviceLinkSink + links: + - 99 + - uid: 97 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 50 + - type: DeviceLinkSink + links: + - 99 + - uid: 98 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 50 + - type: DeviceLinkSink + links: + - 99 +- proto: SignalButton + entities: + - uid: 99 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 50 + - type: DeviceLinkSource + linkedPorts: + 96: + - Pressed: Toggle + 97: + - Pressed: Toggle + 98: + - Pressed: Toggle + 87: + - Pressed: Toggle +- proto: SignMinerDock + entities: + - uid: 106 + components: + - type: Transform + pos: -2.5,2.5 + parent: 50 +- proto: SpaceCash1000 + entities: + - uid: 115 + components: + - type: Transform + pos: -4.4192514,-4.5524406 + parent: 50 +- proto: SpaceTickSpawner + entities: + - uid: 72 + components: + - type: Transform + pos: 2.5,0.5 + parent: 50 + - uid: 74 + components: + - type: Transform + pos: -0.5,0.5 + parent: 50 +- proto: Table + entities: + - uid: 84 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 50 +- proto: ToySpawner + entities: + - uid: 119 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 50 +- proto: WallmountGeneratorElectronics + entities: + - uid: 121 + components: + - type: Transform + pos: -0.4388454,-4.624006 + parent: 50 +- proto: WallSolid + entities: + - uid: 37 + components: + - type: Transform + pos: -2.5,2.5 + parent: 50 + - uid: 38 + components: + - type: Transform + pos: -2.5,1.5 + parent: 50 + - uid: 39 + components: + - type: Transform + pos: -2.5,0.5 + parent: 50 + - uid: 40 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 50 + - uid: 41 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 50 + - uid: 42 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 50 + - uid: 44 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 50 + - uid: 45 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 50 + - uid: 46 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 50 + - uid: 47 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 50 +... diff --git a/Resources/Maps/Salvage/medium-library.yml b/Resources/Maps/Salvage/medium-library.yml index d2f72b0f511..4c33b1e5da2 100644 --- a/Resources/Maps/Salvage/medium-library.yml +++ b/Resources/Maps/Salvage/medium-library.yml @@ -1,1346 +1,1346 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 19: FloorBrokenWood - 62: FloorLino - 77: FloorReinforced - 118: FloorWood - 121: Plating -entities: -- proto: "" - entities: - - uid: 6 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAdgAAAAABEwAAAAADdgAAAAACdgAAAAAAEwAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAAD - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAGdgAAAAACdgAAAAABdgAAAAADeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAABeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAABeQAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAABdgAAAAAAEwAAAAAEeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABPgAAAAAAPgAAAAAAeQAAAAAAEwAAAAAGdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAADdgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABPgAAAAAAeQAAAAAAdgAAAAABdgAAAAAAEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: dgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABeQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFF51' - id: DirtLight - decals: - 0: 1,-4 - 1: 3,-5 - - node: - cleanable: True - color: '#FFFFFFC2' - id: DirtLight - decals: - 2: -5,-5 - - node: - color: '#FFFFFFFF' - id: Remains - decals: - 51: -0.0041509867,2.8019657 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSe - decals: - 15: -5,1 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 16: -5,2 - 17: -5,3 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 9: -3,3 - 10: -2,3 - 11: 0,3 - 12: -1,3 - 13: 1,3 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 3: 1,-2 - 4: 0,-2 - 5: -1,-2 - 6: -2,-2 - 7: -3,-2 - 8: -4,-2 - 14: -6,1 - - node: - angle: -1.5707963267948966 rad - color: '#DE3A3A1B' - id: exclamationmark - decals: - 59: -2.0519302,2.6656694 - 60: -1.2394302,2.9469194 - - node: - color: '#DE3A3A1B' - id: exclamationmark - decals: - 52: -3.2550552,-1.8968306 - 53: -2.9581802,-1.0999556 - 54: -3.1925552,-0.50620556 - 55: -2.8488052,0.13441944 - 56: -3.1144302,0.60316944 - 57: -2.7706802,1.0875444 - 58: -3.0675552,1.4937944 - - node: - color: '#79150034' - id: splatter - decals: - 18: -5.2244463,1.1943295 - 19: -5.2088213,1.3505795 - 20: -5.0681963,1.6318295 - 21: -5.2556963,1.9599545 - 22: -5.2556963,1.9443295 - 23: -5.3338213,1.4287045 - 24: -5.6150713,1.3818295 - 25: -5.6463213,1.3818295 - 26: -5.7244463,1.1630795 - 27: -5.6775713,0.9912045 - 28: -3.0213213,-2.205989 - 29: -3.2244463,-1.9559889 - 30: -3.3963213,-1.9247389 - 31: -3.0838213,-2.237239 - 32: -3.4588213,-2.315364 - 33: -5.7713213,-1.4403639 - 34: -5.8025713,-1.6747389 - 35: -5.5838213,-1.7528639 - 36: -4.8181963,-2.018489 - 37: -0.18645442,-5.065364 - 38: -0.40520442,-5.034114 - 39: -0.6395794,-4.627864 - - node: - color: '#DE3A3A0F' - id: splatter - decals: - 61: -2.7774591,2.6430945 - 62: -2.7774591,2.4243445 - 63: -2.6524591,2.9868445 - 64: -2.6680841,2.0805945 - - node: - color: '#DE3A3A1B' - id: splatter - decals: - 40: -3.7802043,-2.034114 - 41: -3.6083293,-2.080989 - 42: -3.5614543,-2.221614 - 43: -4.9520793,-1.9403639 - 44: -6.0145793,-0.6122388 - 45: -5.8270793,0.5596361 - 46: -5.9208293,0.9658861 - 47: -4.9989543,2.622136 - 48: -5.0458293,2.997136 - 49: -4.8583293,2.481511 - 50: -5.1552043,2.465886 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding -- proto: AlwaysPoweredLightLED - entities: - - uid: 112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 - parent: 6 -- proto: AsteroidRock - entities: - - uid: 2 - components: - - type: Transform - pos: 4.5,3.5 - parent: 6 - - uid: 3 - components: - - type: Transform - pos: 5.5,4.5 - parent: 6 - - uid: 15 - components: - - type: Transform - pos: -5.5,5.5 - parent: 6 - - uid: 18 - components: - - type: Transform - pos: -6.5,2.5 - parent: 6 - - uid: 19 - components: - - type: Transform - pos: -3.5,6.5 - parent: 6 - - uid: 21 - components: - - type: Transform - pos: 2.5,6.5 - parent: 6 - - uid: 40 - components: - - type: Transform - pos: 3.5,5.5 - parent: 6 - - uid: 41 - components: - - type: Transform - pos: -5.5,4.5 - parent: 6 - - uid: 47 - components: - - type: Transform - pos: -6.5,4.5 - parent: 6 - - uid: 48 - components: - - type: Transform - pos: 2.5,5.5 - parent: 6 - - uid: 49 - components: - - type: Transform - pos: -4.5,4.5 - parent: 6 - - uid: 50 - components: - - type: Transform - pos: -6.5,1.5 - parent: 6 - - uid: 51 - components: - - type: Transform - pos: -6.5,3.5 - parent: 6 - - uid: 52 - components: - - type: Transform - pos: -3.5,5.5 - parent: 6 - - uid: 53 - components: - - type: Transform - pos: -5.5,3.5 - parent: 6 - - uid: 55 - components: - - type: Transform - pos: 4.5,1.5 - parent: 6 - - uid: 66 - components: - - type: Transform - pos: 5.5,0.5 - parent: 6 - - uid: 73 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 6 - - uid: 74 - components: - - type: Transform - pos: 4.5,4.5 - parent: 6 - - uid: 75 - components: - - type: Transform - pos: 3.5,2.5 - parent: 6 - - uid: 76 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 6 - - uid: 79 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 6 - - uid: 89 - components: - - type: Transform - pos: 4.5,2.5 - parent: 6 - - uid: 93 - components: - - type: Transform - pos: 5.5,3.5 - parent: 6 - - uid: 94 - components: - - type: Transform - pos: 5.5,1.5 - parent: 6 - - uid: 95 - components: - - type: Transform - pos: 3.5,3.5 - parent: 6 - - uid: 96 - components: - - type: Transform - pos: 3.5,4.5 - parent: 6 - - uid: 97 - components: - - type: Transform - pos: -7.5,1.5 - parent: 6 - - uid: 98 - components: - - type: Transform - pos: -4.5,5.5 - parent: 6 - - uid: 109 - components: - - type: Transform - pos: 5.5,2.5 - parent: 6 - - uid: 203 - components: - - type: Transform - pos: -7.5,0.5 - parent: 6 - - uid: 204 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 6 - - uid: 205 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 6 - - uid: 206 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 6 -- proto: Barricade - entities: - - uid: 180 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 6 -- proto: BookBotanicalTextbook - entities: - - uid: 167 - components: - - type: Transform - pos: 0.5361669,1.6180582 - parent: 6 -- proto: BookChemistryInsane - entities: - - uid: 168 - components: - - type: Transform - pos: 2.926792,-4.553817 - parent: 6 -- proto: BookDemonomiconRandom - entities: - - uid: 172 - components: - - type: Transform - pos: -5.5148144,2.5086832 - parent: 6 -- proto: BookDetective - entities: - - uid: 166 - components: - - type: Transform - pos: -1.450138,2.177059 - parent: 6 -- proto: BookFishing - entities: - - uid: 165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.463833,-3.7405434 - parent: 6 -- proto: BookGnominomicon - entities: - - uid: 169 - components: - - type: Transform - pos: 0.41116697,1.5399332 - parent: 6 -- proto: Bookshelf - entities: - - uid: 9 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 6 - - uid: 10 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 6 - - uid: 12 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 6 - - uid: 13 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 6 - - uid: 16 - components: - - type: Transform - pos: 1.5,0.5 - parent: 6 - - uid: 103 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 6 - - uid: 105 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 6 - - uid: 108 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 6 - - uid: 114 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 6 - - uid: 121 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 6 - - uid: 122 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 6 - - uid: 123 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 6 - - uid: 124 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 6 - - uid: 125 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 6 - - uid: 126 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 6 -- proto: ButchCleaver - entities: - - uid: 189 - components: - - type: Transform - pos: -4.660673,1.9099414 - parent: 6 -- proto: Carpet - entities: - - uid: 141 - components: - - type: Transform - pos: -1.5,0.5 - parent: 6 - - uid: 142 - components: - - type: Transform - pos: -1.5,1.5 - parent: 6 - - uid: 143 - components: - - type: Transform - pos: -0.5,0.5 - parent: 6 - - uid: 144 - components: - - type: Transform - pos: -0.5,1.5 - parent: 6 - - uid: 145 - components: - - type: Transform - pos: 0.5,0.5 - parent: 6 - - uid: 146 - components: - - type: Transform - pos: 0.5,1.5 - parent: 6 -- proto: CarpetBlack - entities: - - uid: 147 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 6 -- proto: CarpetGreen - entities: - - uid: 130 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 6 - - uid: 139 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 6 - - uid: 140 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 6 -- proto: CarpetPink - entities: - - uid: 148 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 6 - - uid: 149 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 6 - - uid: 150 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 6 - - uid: 151 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 6 -- proto: CarpetPurple - entities: - - uid: 152 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 6 - - uid: 153 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 6 - - uid: 154 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 6 - - uid: 155 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 6 - - uid: 156 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 6 -- proto: Chair - entities: - - uid: 192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 6 - - uid: 193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,6.5 - parent: 6 -- proto: ClothingShoesBootsMercFilled - entities: - - uid: 207 - components: - - type: Transform - pos: -4.5807695,1.489551 - parent: 6 -- proto: ClothingUniformJumpsuitLibrarian - entities: - - uid: 190 - components: - - type: Transform - pos: 2.5754058,-3.5518227 - parent: 6 -- proto: ComfyChair - entities: - - uid: 17 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 6 - - uid: 56 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 6 - - uid: 183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 6 -- proto: ComputerBroken - entities: - - uid: 136 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 6 -- proto: DrinkDemonsBlood - entities: - - uid: 173 - components: - - type: Transform - pos: -5.2023144,2.7743082 - parent: 6 -- proto: FloraRockSolid01 - entities: - - uid: 179 - components: - - type: Transform - pos: 2.3672361,-8.490435 - parent: 6 -- proto: FloraRockSolid03 - entities: - - uid: 178 - components: - - type: Transform - pos: -7.5639,-3.392085 - parent: 6 -- proto: Grille - entities: - - uid: 22 - components: - - type: Transform - pos: -0.5,4.5 - parent: 6 - - uid: 23 - components: - - type: Transform - pos: -1.5,4.5 - parent: 6 - - uid: 24 - components: - - type: Transform - pos: -2.5,4.5 - parent: 6 - - uid: 25 - components: - - type: Transform - pos: 0.5,4.5 - parent: 6 - - uid: 26 - components: - - type: Transform - pos: 1.5,4.5 - parent: 6 - - uid: 27 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 6 - - uid: 29 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 6 - - uid: 30 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 6 - - uid: 31 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 6 - - uid: 34 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 6 - - uid: 44 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 6 -- proto: HospitalCurtainsOpen - entities: - - uid: 129 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 6 - - uid: 135 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 6 -- proto: KitchenSpike - entities: - - uid: 171 - components: - - type: Transform - pos: -4.5,3.5 - parent: 6 -- proto: LampGold - entities: - - uid: 117 - components: - - type: Transform - pos: -4.485277,-4.2071934 - parent: 6 -- proto: LanternFlash - entities: - - uid: 202 - components: - - type: Transform - pos: 0.46771288,2.5183086 - parent: 6 -- proto: MaterialWoodPlank - entities: - - uid: 157 - components: - - type: Transform - pos: 3.428569,-4.409753 - parent: 6 -- proto: PottedPlantRandomPlastic - entities: - - uid: 197 - components: - - type: Transform - pos: 1.5,6.5 - parent: 6 -- proto: Railing - entities: - - uid: 14 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 6 - - uid: 32 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-8.5 - parent: 6 - - uid: 70 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 6 - - uid: 184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 - parent: 6 -- proto: RailingCorner - entities: - - uid: 33 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-7.5 - parent: 6 - - uid: 35 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 6 -- proto: RailingCornerSmall - entities: - - uid: 7 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 6 - - uid: 63 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 6 - - uid: 69 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 6 - - uid: 71 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 6 - - uid: 185 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 6 - - uid: 186 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 6 - - uid: 187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 6 - - uid: 188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-8.5 - parent: 6 -- proto: RandomArtifactSpawner - entities: - - uid: 113 - components: - - type: Transform - pos: -0.5,2.5 - parent: 6 -- proto: RandomDrinkBottle - entities: - - uid: 195 - components: - - type: Transform - pos: -1.5,6.5 - parent: 6 -- proto: RandomPosterContraband - entities: - - uid: 198 - components: - - type: Transform - pos: -3.5,2.5 - parent: 6 - - uid: 199 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 6 -- proto: RandomServiceCorpseSpawner - entities: - - uid: 201 - components: - - type: Transform - pos: -4.5,2.5 - parent: 6 -- proto: ReinforcedWindow - entities: - - uid: 4 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 6 - - uid: 36 - components: - - type: Transform - pos: -0.5,4.5 - parent: 6 - - uid: 37 - components: - - type: Transform - pos: 0.5,4.5 - parent: 6 - - uid: 38 - components: - - type: Transform - pos: 1.5,4.5 - parent: 6 - - uid: 42 - components: - - type: Transform - pos: -2.5,4.5 - parent: 6 - - uid: 54 - components: - - type: Transform - pos: -1.5,4.5 - parent: 6 - - uid: 82 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 6 - - uid: 83 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 6 - - uid: 84 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 6 - - uid: 90 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 6 - - uid: 110 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 6 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 181 - components: - - type: Transform - pos: 1.5,1.5 - parent: 6 -- proto: SalvageMobSpawner75 - entities: - - uid: 174 - components: - - type: Transform - pos: -2.5,0.5 - parent: 6 - - uid: 175 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 6 - - uid: 176 - components: - - type: Transform - pos: 1.5,3.5 - parent: 6 - - uid: 177 - components: - - type: Transform - pos: -2.5,3.5 - parent: 6 -- proto: SheetPlasteel - entities: - - uid: 196 - components: - - type: Transform - pos: -1.496209,-3.4535725 - parent: 6 -- proto: SignDirectionalLibrary - entities: - - uid: 191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 6 -- proto: SignLibrary - entities: - - uid: 164 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 6 -- proto: SmallLight - entities: - - uid: 111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 6 -- proto: SolidSecretDoor - entities: - - uid: 116 - components: - - type: Transform - pos: -5.5,0.5 - parent: 6 -- proto: StatueVenusBlue - entities: - - uid: 182 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 6 -- proto: StatueVenusRed - entities: - - uid: 107 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 6 -- proto: TableCarpet - entities: - - uid: 158 - components: - - type: Transform - pos: -0.5,1.5 - parent: 6 - - uid: 159 - components: - - type: Transform - pos: -1.5,1.5 - parent: 6 - - uid: 160 - components: - - type: Transform - pos: -1.5,2.5 - parent: 6 - - uid: 161 - components: - - type: Transform - pos: 0.5,1.5 - parent: 6 - - uid: 162 - components: - - type: Transform - pos: 0.5,2.5 - parent: 6 -- proto: TableGlass - entities: - - uid: 194 - components: - - type: Transform - pos: -1.5,6.5 - parent: 6 -- proto: TableReinforced - entities: - - uid: 170 - components: - - type: Transform - pos: -5.5,2.5 - parent: 6 -- proto: TableWood - entities: - - uid: 11 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 6 - - uid: 72 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 6 -- proto: WallWood - entities: - - uid: 1 - components: - - type: Transform - pos: 2.5,1.5 - parent: 6 - - uid: 5 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 6 - - uid: 8 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 6 - - uid: 20 - components: - - type: Transform - pos: -4.5,0.5 - parent: 6 - - uid: 28 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 6 - - uid: 39 - components: - - type: Transform - pos: -3.5,4.5 - parent: 6 - - uid: 43 - components: - - type: Transform - pos: -6.5,0.5 - parent: 6 - - uid: 45 - components: - - type: Transform - pos: 2.5,0.5 - parent: 6 - - uid: 46 - components: - - type: Transform - pos: 2.5,2.5 - parent: 6 - - uid: 57 - components: - - type: Transform - pos: 2.5,4.5 - parent: 6 - - uid: 58 - components: - - type: Transform - pos: 2.5,3.5 - parent: 6 - - uid: 59 - components: - - type: Transform - pos: -3.5,3.5 - parent: 6 - - uid: 60 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 6 - - uid: 61 - components: - - type: Transform - pos: -3.5,2.5 - parent: 6 - - uid: 62 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 6 - - uid: 64 - components: - - type: Transform - pos: 4.5,0.5 - parent: 6 - - uid: 65 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 6 - - uid: 67 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 6 - - uid: 68 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 6 - - uid: 77 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 6 - - uid: 78 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 6 - - uid: 80 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 6 - - uid: 81 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 6 - - uid: 85 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 6 - - uid: 86 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 6 - - uid: 87 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 6 - - uid: 88 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 6 - - uid: 91 - components: - - type: Transform - pos: -3.5,1.5 - parent: 6 - - uid: 92 - components: - - type: Transform - pos: -3.5,0.5 - parent: 6 - - uid: 104 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 6 - - uid: 118 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 6 - - uid: 119 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 6 - - uid: 120 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 6 - - uid: 127 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 6 - - uid: 128 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 6 - - uid: 200 - components: - - type: Transform - pos: 3.5,0.5 - parent: 6 -- proto: WeldingFuelTankHighCapacity - entities: - - uid: 163 - components: - - type: Transform - pos: 3.5,1.5 - parent: 6 -- proto: WindowFrostedDirectional - entities: - - uid: 131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 6 - - uid: 132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 6 - - uid: 133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 6 - - uid: 134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 6 - - uid: 137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 6 - - uid: 138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 6 -- proto: WindowReinforcedDirectional - entities: - - uid: 100 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 6 - - uid: 101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 6 - - uid: 102 - components: - - type: Transform - pos: -0.5,3.5 - parent: 6 - - uid: 115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 6 -- proto: WoodDoor - entities: - - uid: 99 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 6 - - uid: 106 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 6 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 19: FloorBrokenWood + 62: FloorLino + 77: FloorReinforced + 118: FloorWood + 121: Plating +entities: +- proto: "" + entities: + - uid: 6 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAACAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAdgAAAAABEwAAAAADdgAAAAACdgAAAAAAEwAAAAABdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAAD + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAGdgAAAAACdgAAAAABdgAAAAADeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAABeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAABeQAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAABdgAAAAAAEwAAAAAEeQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABPgAAAAAAPgAAAAAAeQAAAAAAEwAAAAAGdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABPgAAAAAAPgAAAAAAeQAAAAAAdgAAAAADdgAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABPgAAAAAAeQAAAAAAdgAAAAABdgAAAAAAEwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAACBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: dgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAACeQAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABeQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAeQAAAAAABwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAABwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFF51' + id: DirtLight + decals: + 0: 1,-4 + 1: 3,-5 + - node: + cleanable: True + color: '#FFFFFFC2' + id: DirtLight + decals: + 2: -5,-5 + - node: + color: '#FFFFFFFF' + id: Remains + decals: + 51: -0.0041509867,2.8019657 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 15: -5,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 16: -5,2 + 17: -5,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 9: -3,3 + 10: -2,3 + 11: 0,3 + 12: -1,3 + 13: 1,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 3: 1,-2 + 4: 0,-2 + 5: -1,-2 + 6: -2,-2 + 7: -3,-2 + 8: -4,-2 + 14: -6,1 + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A1B' + id: exclamationmark + decals: + 59: -2.0519302,2.6656694 + 60: -1.2394302,2.9469194 + - node: + color: '#DE3A3A1B' + id: exclamationmark + decals: + 52: -3.2550552,-1.8968306 + 53: -2.9581802,-1.0999556 + 54: -3.1925552,-0.50620556 + 55: -2.8488052,0.13441944 + 56: -3.1144302,0.60316944 + 57: -2.7706802,1.0875444 + 58: -3.0675552,1.4937944 + - node: + color: '#79150034' + id: splatter + decals: + 18: -5.2244463,1.1943295 + 19: -5.2088213,1.3505795 + 20: -5.0681963,1.6318295 + 21: -5.2556963,1.9599545 + 22: -5.2556963,1.9443295 + 23: -5.3338213,1.4287045 + 24: -5.6150713,1.3818295 + 25: -5.6463213,1.3818295 + 26: -5.7244463,1.1630795 + 27: -5.6775713,0.9912045 + 28: -3.0213213,-2.205989 + 29: -3.2244463,-1.9559889 + 30: -3.3963213,-1.9247389 + 31: -3.0838213,-2.237239 + 32: -3.4588213,-2.315364 + 33: -5.7713213,-1.4403639 + 34: -5.8025713,-1.6747389 + 35: -5.5838213,-1.7528639 + 36: -4.8181963,-2.018489 + 37: -0.18645442,-5.065364 + 38: -0.40520442,-5.034114 + 39: -0.6395794,-4.627864 + - node: + color: '#DE3A3A0F' + id: splatter + decals: + 61: -2.7774591,2.6430945 + 62: -2.7774591,2.4243445 + 63: -2.6524591,2.9868445 + 64: -2.6680841,2.0805945 + - node: + color: '#DE3A3A1B' + id: splatter + decals: + 40: -3.7802043,-2.034114 + 41: -3.6083293,-2.080989 + 42: -3.5614543,-2.221614 + 43: -4.9520793,-1.9403639 + 44: -6.0145793,-0.6122388 + 45: -5.8270793,0.5596361 + 46: -5.9208293,0.9658861 + 47: -4.9989543,2.622136 + 48: -5.0458293,2.997136 + 49: -4.8583293,2.481511 + 50: -5.1552043,2.465886 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GridPathfinding +- proto: AlwaysPoweredLightLED + entities: + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 6 +- proto: AsteroidRock + entities: + - uid: 2 + components: + - type: Transform + pos: 4.5,3.5 + parent: 6 + - uid: 3 + components: + - type: Transform + pos: 5.5,4.5 + parent: 6 + - uid: 15 + components: + - type: Transform + pos: -5.5,5.5 + parent: 6 + - uid: 18 + components: + - type: Transform + pos: -6.5,2.5 + parent: 6 + - uid: 19 + components: + - type: Transform + pos: -3.5,6.5 + parent: 6 + - uid: 21 + components: + - type: Transform + pos: 2.5,6.5 + parent: 6 + - uid: 40 + components: + - type: Transform + pos: 3.5,5.5 + parent: 6 + - uid: 41 + components: + - type: Transform + pos: -5.5,4.5 + parent: 6 + - uid: 47 + components: + - type: Transform + pos: -6.5,4.5 + parent: 6 + - uid: 48 + components: + - type: Transform + pos: 2.5,5.5 + parent: 6 + - uid: 49 + components: + - type: Transform + pos: -4.5,4.5 + parent: 6 + - uid: 50 + components: + - type: Transform + pos: -6.5,1.5 + parent: 6 + - uid: 51 + components: + - type: Transform + pos: -6.5,3.5 + parent: 6 + - uid: 52 + components: + - type: Transform + pos: -3.5,5.5 + parent: 6 + - uid: 53 + components: + - type: Transform + pos: -5.5,3.5 + parent: 6 + - uid: 55 + components: + - type: Transform + pos: 4.5,1.5 + parent: 6 + - uid: 66 + components: + - type: Transform + pos: 5.5,0.5 + parent: 6 + - uid: 73 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 6 + - uid: 74 + components: + - type: Transform + pos: 4.5,4.5 + parent: 6 + - uid: 75 + components: + - type: Transform + pos: 3.5,2.5 + parent: 6 + - uid: 76 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 6 + - uid: 79 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 6 + - uid: 89 + components: + - type: Transform + pos: 4.5,2.5 + parent: 6 + - uid: 93 + components: + - type: Transform + pos: 5.5,3.5 + parent: 6 + - uid: 94 + components: + - type: Transform + pos: 5.5,1.5 + parent: 6 + - uid: 95 + components: + - type: Transform + pos: 3.5,3.5 + parent: 6 + - uid: 96 + components: + - type: Transform + pos: 3.5,4.5 + parent: 6 + - uid: 97 + components: + - type: Transform + pos: -7.5,1.5 + parent: 6 + - uid: 98 + components: + - type: Transform + pos: -4.5,5.5 + parent: 6 + - uid: 109 + components: + - type: Transform + pos: 5.5,2.5 + parent: 6 + - uid: 203 + components: + - type: Transform + pos: -7.5,0.5 + parent: 6 + - uid: 204 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 6 + - uid: 205 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 6 + - uid: 206 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 6 +- proto: Barricade + entities: + - uid: 180 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 6 +- proto: BookBotanicalTextbook + entities: + - uid: 167 + components: + - type: Transform + pos: 0.5361669,1.6180582 + parent: 6 +- proto: BookChemistryInsane + entities: + - uid: 168 + components: + - type: Transform + pos: 2.926792,-4.553817 + parent: 6 +- proto: BookDemonomiconRandom + entities: + - uid: 172 + components: + - type: Transform + pos: -5.5148144,2.5086832 + parent: 6 +- proto: BookDetective + entities: + - uid: 166 + components: + - type: Transform + pos: -1.450138,2.177059 + parent: 6 +- proto: BookFishing + entities: + - uid: 165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.463833,-3.7405434 + parent: 6 +- proto: BookGnominomicon + entities: + - uid: 169 + components: + - type: Transform + pos: 0.41116697,1.5399332 + parent: 6 +- proto: Bookshelf + entities: + - uid: 9 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 6 + - uid: 10 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 6 + - uid: 12 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 6 + - uid: 13 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 6 + - uid: 16 + components: + - type: Transform + pos: 1.5,0.5 + parent: 6 + - uid: 103 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 6 + - uid: 105 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 6 + - uid: 108 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 6 + - uid: 114 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 6 + - uid: 121 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 6 + - uid: 122 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 6 + - uid: 123 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 6 + - uid: 124 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 6 + - uid: 125 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 6 + - uid: 126 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 6 +- proto: ButchCleaver + entities: + - uid: 189 + components: + - type: Transform + pos: -4.660673,1.9099414 + parent: 6 +- proto: Carpet + entities: + - uid: 141 + components: + - type: Transform + pos: -1.5,0.5 + parent: 6 + - uid: 142 + components: + - type: Transform + pos: -1.5,1.5 + parent: 6 + - uid: 143 + components: + - type: Transform + pos: -0.5,0.5 + parent: 6 + - uid: 144 + components: + - type: Transform + pos: -0.5,1.5 + parent: 6 + - uid: 145 + components: + - type: Transform + pos: 0.5,0.5 + parent: 6 + - uid: 146 + components: + - type: Transform + pos: 0.5,1.5 + parent: 6 +- proto: CarpetBlack + entities: + - uid: 147 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 6 +- proto: CarpetGreen + entities: + - uid: 130 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 6 + - uid: 139 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 6 + - uid: 140 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 6 +- proto: CarpetPink + entities: + - uid: 148 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 6 + - uid: 149 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 6 + - uid: 150 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 6 + - uid: 151 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 6 +- proto: CarpetPurple + entities: + - uid: 152 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 6 + - uid: 153 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 6 + - uid: 154 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 6 + - uid: 155 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 6 + - uid: 156 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 6 +- proto: Chair + entities: + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 6 + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,6.5 + parent: 6 +- proto: ClothingShoesBootsMercFilled + entities: + - uid: 207 + components: + - type: Transform + pos: -4.5807695,1.489551 + parent: 6 +- proto: ClothingUniformJumpsuitLibrarian + entities: + - uid: 190 + components: + - type: Transform + pos: 2.5754058,-3.5518227 + parent: 6 +- proto: ComfyChair + entities: + - uid: 17 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 6 + - uid: 56 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 6 + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 6 +- proto: ComputerBroken + entities: + - uid: 136 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 6 +- proto: DrinkDemonsBlood + entities: + - uid: 173 + components: + - type: Transform + pos: -5.2023144,2.7743082 + parent: 6 +- proto: FloraRockSolid01 + entities: + - uid: 179 + components: + - type: Transform + pos: 2.3672361,-8.490435 + parent: 6 +- proto: FloraRockSolid03 + entities: + - uid: 178 + components: + - type: Transform + pos: -7.5639,-3.392085 + parent: 6 +- proto: Grille + entities: + - uid: 22 + components: + - type: Transform + pos: -0.5,4.5 + parent: 6 + - uid: 23 + components: + - type: Transform + pos: -1.5,4.5 + parent: 6 + - uid: 24 + components: + - type: Transform + pos: -2.5,4.5 + parent: 6 + - uid: 25 + components: + - type: Transform + pos: 0.5,4.5 + parent: 6 + - uid: 26 + components: + - type: Transform + pos: 1.5,4.5 + parent: 6 + - uid: 27 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 6 + - uid: 29 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 6 + - uid: 30 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 6 + - uid: 31 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 6 + - uid: 34 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 6 + - uid: 44 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 6 +- proto: HospitalCurtainsOpen + entities: + - uid: 129 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 6 + - uid: 135 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 6 +- proto: KitchenSpike + entities: + - uid: 171 + components: + - type: Transform + pos: -4.5,3.5 + parent: 6 +- proto: LampGold + entities: + - uid: 117 + components: + - type: Transform + pos: -4.485277,-4.2071934 + parent: 6 +- proto: LanternFlash + entities: + - uid: 202 + components: + - type: Transform + pos: 0.46771288,2.5183086 + parent: 6 +- proto: MaterialWoodPlank + entities: + - uid: 157 + components: + - type: Transform + pos: 3.428569,-4.409753 + parent: 6 +- proto: PottedPlantRandomPlastic + entities: + - uid: 197 + components: + - type: Transform + pos: 1.5,6.5 + parent: 6 +- proto: Railing + entities: + - uid: 14 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 6 + - uid: 32 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-8.5 + parent: 6 + - uid: 70 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 6 + - uid: 184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-8.5 + parent: 6 +- proto: RailingCorner + entities: + - uid: 33 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 6 + - uid: 35 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 6 +- proto: RailingCornerSmall + entities: + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 6 + - uid: 63 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 6 + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 6 + - uid: 71 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 6 + - uid: 185 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 6 + - uid: 186 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 6 + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 6 + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 6 +- proto: RandomArtifactSpawner + entities: + - uid: 113 + components: + - type: Transform + pos: -0.5,2.5 + parent: 6 +- proto: RandomDrinkBottle + entities: + - uid: 195 + components: + - type: Transform + pos: -1.5,6.5 + parent: 6 +- proto: RandomPosterContraband + entities: + - uid: 198 + components: + - type: Transform + pos: -3.5,2.5 + parent: 6 + - uid: 199 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 6 +- proto: RandomServiceCorpseSpawner + entities: + - uid: 201 + components: + - type: Transform + pos: -4.5,2.5 + parent: 6 +- proto: ReinforcedWindow + entities: + - uid: 4 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 6 + - uid: 36 + components: + - type: Transform + pos: -0.5,4.5 + parent: 6 + - uid: 37 + components: + - type: Transform + pos: 0.5,4.5 + parent: 6 + - uid: 38 + components: + - type: Transform + pos: 1.5,4.5 + parent: 6 + - uid: 42 + components: + - type: Transform + pos: -2.5,4.5 + parent: 6 + - uid: 54 + components: + - type: Transform + pos: -1.5,4.5 + parent: 6 + - uid: 82 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 6 + - uid: 83 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 6 + - uid: 84 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 6 + - uid: 90 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 6 + - uid: 110 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 6 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 181 + components: + - type: Transform + pos: 1.5,1.5 + parent: 6 +- proto: SalvageMobSpawner75 + entities: + - uid: 174 + components: + - type: Transform + pos: -2.5,0.5 + parent: 6 + - uid: 175 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 6 + - uid: 176 + components: + - type: Transform + pos: 1.5,3.5 + parent: 6 + - uid: 177 + components: + - type: Transform + pos: -2.5,3.5 + parent: 6 +- proto: SheetPlasteel + entities: + - uid: 196 + components: + - type: Transform + pos: -1.496209,-3.4535725 + parent: 6 +- proto: SignDirectionalLibrary + entities: + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 6 +- proto: SignLibrary + entities: + - uid: 164 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 6 +- proto: SmallLight + entities: + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 6 +- proto: SolidSecretDoor + entities: + - uid: 116 + components: + - type: Transform + pos: -5.5,0.5 + parent: 6 +- proto: StatueVenusBlue + entities: + - uid: 182 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 6 +- proto: StatueVenusRed + entities: + - uid: 107 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 6 +- proto: TableCarpet + entities: + - uid: 158 + components: + - type: Transform + pos: -0.5,1.5 + parent: 6 + - uid: 159 + components: + - type: Transform + pos: -1.5,1.5 + parent: 6 + - uid: 160 + components: + - type: Transform + pos: -1.5,2.5 + parent: 6 + - uid: 161 + components: + - type: Transform + pos: 0.5,1.5 + parent: 6 + - uid: 162 + components: + - type: Transform + pos: 0.5,2.5 + parent: 6 +- proto: TableGlass + entities: + - uid: 194 + components: + - type: Transform + pos: -1.5,6.5 + parent: 6 +- proto: TableReinforced + entities: + - uid: 170 + components: + - type: Transform + pos: -5.5,2.5 + parent: 6 +- proto: TableWood + entities: + - uid: 11 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 6 + - uid: 72 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 6 +- proto: WallWood + entities: + - uid: 1 + components: + - type: Transform + pos: 2.5,1.5 + parent: 6 + - uid: 5 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 6 + - uid: 8 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 6 + - uid: 20 + components: + - type: Transform + pos: -4.5,0.5 + parent: 6 + - uid: 28 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 6 + - uid: 39 + components: + - type: Transform + pos: -3.5,4.5 + parent: 6 + - uid: 43 + components: + - type: Transform + pos: -6.5,0.5 + parent: 6 + - uid: 45 + components: + - type: Transform + pos: 2.5,0.5 + parent: 6 + - uid: 46 + components: + - type: Transform + pos: 2.5,2.5 + parent: 6 + - uid: 57 + components: + - type: Transform + pos: 2.5,4.5 + parent: 6 + - uid: 58 + components: + - type: Transform + pos: 2.5,3.5 + parent: 6 + - uid: 59 + components: + - type: Transform + pos: -3.5,3.5 + parent: 6 + - uid: 60 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 6 + - uid: 61 + components: + - type: Transform + pos: -3.5,2.5 + parent: 6 + - uid: 62 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 6 + - uid: 64 + components: + - type: Transform + pos: 4.5,0.5 + parent: 6 + - uid: 65 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 6 + - uid: 67 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 6 + - uid: 68 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 6 + - uid: 77 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 6 + - uid: 78 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 6 + - uid: 80 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 6 + - uid: 81 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 6 + - uid: 85 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 6 + - uid: 86 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 6 + - uid: 87 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 6 + - uid: 88 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 6 + - uid: 91 + components: + - type: Transform + pos: -3.5,1.5 + parent: 6 + - uid: 92 + components: + - type: Transform + pos: -3.5,0.5 + parent: 6 + - uid: 104 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 6 + - uid: 118 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 6 + - uid: 119 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 6 + - uid: 120 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 6 + - uid: 127 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 6 + - uid: 128 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 6 + - uid: 200 + components: + - type: Transform + pos: 3.5,0.5 + parent: 6 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 163 + components: + - type: Transform + pos: 3.5,1.5 + parent: 6 +- proto: WindowFrostedDirectional + entities: + - uid: 131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 6 + - uid: 132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 6 + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 6 + - uid: 134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 6 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 6 + - uid: 138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 6 +- proto: WindowReinforcedDirectional + entities: + - uid: 100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 6 + - uid: 101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 6 + - uid: 102 + components: + - type: Transform + pos: -0.5,3.5 + parent: 6 + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 6 +- proto: WoodDoor + entities: + - uid: 99 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 6 + - uid: 106 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 6 +... diff --git a/Resources/Maps/Salvage/medium-pet-hospital.yml b/Resources/Maps/Salvage/medium-pet-hospital.yml index 6fb35e48e5f..4e550757024 100644 --- a/Resources/Maps/Salvage/medium-pet-hospital.yml +++ b/Resources/Maps/Salvage/medium-pet-hospital.yml @@ -1,1979 +1,1979 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 12: FloorAstroGrass - 26: FloorConcrete - 77: FloorReinforced - 89: FloorSteel - 108: FloorWhite - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 289 - components: - - type: MetaData - - type: Transform - pos: -7,5.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAC - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACDAAAAAACGgAAAAAAGgAAAAADDAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAADGgAAAAADGgAAAAABDAAAAAADDAAAAAABDAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAABbAAAAAABeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAADbAAAAAACeQAAAAAAbAAAAAADbAAAAAAAbAAAAAABeQAAAAAADAAAAAADAAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADeQAAAAAADAAAAAABAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAABbAAAAAADbAAAAAADbAAAAAADbAAAAAABeQAAAAAADAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAADAAAAAADAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAABbAAAAAABeQAAAAAADAAAAAACAAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAADAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: DAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Busha1 - decals: - 9: -1.1417494,-3.8034139 - 74: 6.8010106,-0.07513142 - - node: - color: '#FFFFFFFF' - id: Busha3 - decals: - 5: 13.998876,-6.5572395 - 6: 13.920751,-3.6315389 - 73: 2.1447606,-0.043881416 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 3: 2.5145006,-13.229115 - 4: 6.9520006,-13.072865 - - node: - color: '#FFFFFFFF' - id: Bushf1 - decals: - 75: 3.3322606,-0.07513142 - - node: - color: '#FFFFFFFF' - id: Bushi1 - decals: - 1: 1.5145006,-13.114904 - 2: 7.8426256,-13.072865 - - node: - color: '#FFFFFFFF' - id: Bushk1 - decals: - 76: 4.6760106,-0.07513142 - - node: - color: '#FFFFFFFF' - id: Bushl3 - decals: - 71: 1,0 - 72: -1,0 - - node: - color: '#FFFFFFFF' - id: Bushm2 - decals: - 0: -0.9386244,-1.7711535 - - node: - color: '#FFFFFFFF' - id: Dirt - decals: - 79: 5,-11 - 80: 6,-10 - 81: 4,-10 - 82: 7,-7 - 83: 4,-5 - 84: 8,-7 - 85: 12,-5 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 58: 11,-5 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 45: 1,-6 - 46: 11,-10 - 47: 7,-5 - 48: 4,-9 - 49: 6,-11 - 50: 1,-11 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 56: 2,-3 - 59: 1,-7 - 61: 4,-6 - 63: 12,-9 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: - 51: 6,-5 - 52: 4,-2 - 53: 1,-3 - 54: 1,-2 - 55: 2,-2 - 57: 10,-7 - 60: 1,-9 - 62: 3,-5 - 64: 5,-7 - - node: - color: '#FFFFFFFF' - id: Flowersbr2 - decals: - 10: 7.1551256,-13.975288 - - node: - color: '#FFFFFFFF' - id: Flowerspv1 - decals: - 11: 1.9832506,-13.803413 - 12: 3.1863756,-13.084663 - - node: - color: '#52B4E996' - id: FullTileOverlayGreyscale - decals: - 28: 6,-6 - - node: - color: '#FFFFFFFF' - id: Grasse1 - decals: - 7: 13.889501,-4.865914 - 8: -1.9386244,-6.944039 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale - decals: - 13: 4,-9 - 14: 5,-9 - 15: 6,-9 - 16: 7,-9 - 17: 8,-9 - 18: 3,-9 - 19: 2,-9 - 20: 1,-9 - 32: 6,-7 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - decals: - 24: 4,-11 - 25: 5,-11 - 26: 3,-11 - 27: 6,-11 - 29: 6,-5 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale180 - decals: - 42: 10,-7 - 43: 11,-7 - 44: 12,-7 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - decals: - 30: 7,-6 - 33: 8,-6 - 34: 9,-6 - 35: 10,-6 - 36: 11,-6 - 37: 12,-6 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - decals: - 22: 8,-10 - 23: 8,-11 - 31: 5,-6 - 38: 4,-6 - 39: 3,-6 - 40: 2,-6 - 41: 1,-6 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - decals: - 21: 8,-9 - - node: - cleanable: True - color: '#D4D4D496' - id: QuarterTileOverlayGreyscale270 - decals: - 65: 4,-3 - 66: 5,-3 - 67: 6,-3 - 68: 7,-3 - 69: 1,-3 - 70: 2,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 77: 10,-3 - 78: 11,-3 - - node: - color: '#DE3A3A15' - id: splatter - decals: - 86: 11.145445,-10.471493 - 87: 11.19232,-10.471493 - 88: 11.551695,-10.502743 - 89: 11.66107,-10.018368 - - node: - color: '#DE3A3A25' - id: splatter - decals: - 90: 11.082945,-10.471493 - 91: 11.176695,-9.908993 - 92: 11.676695,-10.033993 - 93: 11.676695,-10.658993 - 94: 11.145445,-10.424618 - 95: 11.114195,-10.737118 - 96: 11.832945,-11.252743 - 97: 10.832945,-10.908993 - 98: 10.81732,-9.612118 - 99: 11.25482,-9.408993 - 100: 11.176695,-9.237118 - 101: 11.56732,-9.799618 - 102: 11.676695,-9.315243 - 103: 11.66107,-8.971493 - 104: 4.2401886,-8.942318 - 105: 4.2089386,-9.051693 - 106: 4.3651886,-9.442318 - 107: 4.6776886,-9.489193 - 108: 4.7714386,-9.504818 - 109: 4.4433136,-9.911068 - 110: 3.9589386,-10.161068 - 111: 4.6620636,-10.629818 - 112: 5.3964386,-10.473568 - 113: 4.4276886,-10.223568 - 114: 4.5370636,-9.645443 - 115: 4.8495636,-10.192318 - 116: 4.4901886,-9.848568 - 117: 4.8026886,-10.254818 - 118: 4.3495636,-9.879818 - 119: 4.4589386,-9.926693 - 120: 4.7870636,-9.786068 - 121: 5.1776886,-9.457943 - 122: 5.7089386,-8.926693 - 123: 5.8808136,-8.629818 - 124: 7.1620636,-4.915698 - 125: 6.8495636,-4.775073 - 126: 6.1151886,-4.509448 - 127: 5.7401886,-2.196948 - 128: 5.4120636,-1.978198 - 129: 5.3339386,-2.306323 - 130: 5.4433136,-2.540698 - 131: 4.9745636,-2.228198 - 132: 4.8339386,-2.478198 - 133: 4.8339386,-2.400073 - 134: 5.5995636,-2.728198 - 135: 5.6151886,-2.743823 - 136: 4.8339386,-2.868823 - 137: 5.3495636,-3.103198 - 138: 5.7089386,-3.196948 - 139: 5.1151886,-3.353198 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-2: - 0: 52428 - -1,-1: - 0: 36044 - 0,-1: - 0: 65535 - -1,-3: - 0: 52424 - -1,-4: - 0: 32768 - 0,-4: - 0: 65024 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 1,-4: - 0: 65280 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 65280 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-4: - 0: 12544 - 3,-3: - 0: 30579 - 3,-2: - 0: 30583 - 3,-1: - 0: 65527 - -1,0: - 0: 8 - 0,0: - 0: 15 - 1,0: - 0: 15 - 2,0: - 0: 255 - 3,0: - 0: 255 - 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: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockGlass - entities: - - uid: 14 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 289 - - uid: 96 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 289 - - uid: 97 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 289 -- proto: AirlockMaintMedLocked - entities: - - uid: 102 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 289 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 98 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 289 - - uid: 99 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 289 - - uid: 100 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 289 - - uid: 101 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 289 -- proto: APCBasic - entities: - - uid: 145 - components: - - type: MetaData - name: bear outpost APC - - type: Transform - pos: 2.5,-3.5 - parent: 289 -- proto: BlastDoor - entities: - - uid: 80 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 289 - - uid: 81 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 289 -- proto: BoxFolderWhite - entities: - - uid: 127 - components: - - type: Transform - pos: 3.516501,-9.026169 - parent: 289 -- proto: BoxMouthSwab - entities: - - uid: 124 - components: - - type: Transform - pos: 11.634314,-11.536985 - parent: 289 -- proto: BoxSyringe - entities: - - uid: 205 - components: - - type: Transform - pos: 11.097885,-11.513845 - parent: 289 -- proto: CableApcExtension - entities: - - uid: 143 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 289 - - uid: 144 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 289 - - uid: 146 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 289 - - uid: 147 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 289 - - uid: 148 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 289 - - uid: 149 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 289 - - uid: 150 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 289 - - uid: 151 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 289 - - uid: 152 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 289 - - uid: 153 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 289 - - uid: 154 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 289 - - uid: 155 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 289 - - uid: 156 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 289 - - uid: 157 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 289 - - uid: 158 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 289 - - uid: 159 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 289 - - uid: 160 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 289 - - uid: 161 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 289 - - uid: 162 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 289 - - uid: 163 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 289 - - uid: 164 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 289 - - uid: 165 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 289 - - uid: 166 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 289 - - uid: 167 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 289 - - uid: 168 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 289 - - uid: 169 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 289 - - uid: 170 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 289 - - uid: 171 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 289 - - uid: 172 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 289 - - uid: 173 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 289 - - uid: 238 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 289 - - uid: 242 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 289 - - uid: 243 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 289 - - uid: 244 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 289 - - uid: 245 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 289 - - uid: 246 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 289 - - uid: 247 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 289 - - uid: 248 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 289 - - uid: 249 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 289 - - uid: 256 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 289 - - uid: 257 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 289 - - uid: 258 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 289 - - uid: 259 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 289 -- proto: CableHV - entities: - - uid: 224 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 289 - - uid: 225 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 289 - - uid: 226 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 289 -- proto: CableMV - entities: - - uid: 220 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 289 - - uid: 221 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 289 - - uid: 222 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 289 - - uid: 223 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 289 -- proto: Catwalk - entities: - - uid: 138 - components: - - type: Transform - pos: 10.5,1.5 - parent: 289 - - uid: 139 - components: - - type: Transform - pos: 9.5,1.5 - parent: 289 - - uid: 199 - components: - - type: Transform - pos: 12.5,1.5 - parent: 289 - - uid: 200 - components: - - type: Transform - pos: 11.5,1.5 - parent: 289 - - uid: 265 - components: - - type: Transform - pos: 13.5,1.5 - parent: 289 - - uid: 266 - components: - - type: Transform - pos: 14.5,1.5 - parent: 289 - - uid: 267 - components: - - type: Transform - pos: 15.5,1.5 - parent: 289 - - uid: 268 - components: - - type: Transform - pos: 15.5,0.5 - parent: 289 - - uid: 269 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 289 -- proto: Chair - entities: - - uid: 218 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 289 - - uid: 260 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 289 - - uid: 261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-10.5 - parent: 289 - - uid: 262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-10.5 - parent: 289 - - uid: 263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-10.5 - parent: 289 -- proto: ChairFolding - entities: - - uid: 287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-9.5 - parent: 289 - - uid: 288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 289 -- proto: ChairOfficeLight - entities: - - uid: 264 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 289 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 204 - components: - - type: Transform - pos: 10.55101,-11.37322 - parent: 289 -- proto: ClothingHeadHatSurgcapPurple - entities: - - uid: 278 - components: - - type: Transform - pos: 6.5878654,-2.6454568 - parent: 289 -- proto: ClothingMaskGasMerc - entities: - - uid: 92 - components: - - type: Transform - pos: 12.48807,-1.4498396 - parent: 289 -- proto: computerBodyScanner - entities: - - uid: 271 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 289 -- proto: ComputerCrewMonitoring - entities: - - uid: 286 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 289 -- proto: CrateChemistrySecure - entities: - - uid: 295 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 289 - - 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: - - 296 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: CrateSurgery - entities: - - uid: 273 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 289 -- proto: CrewMonitoringServerMachineCircuitboard - entities: - - uid: 285 - components: - - type: Transform - pos: 11.494615,-10.515447 - parent: 289 -- proto: EmergencyRollerBed - entities: - - uid: 280 - components: - - type: Transform - pos: 8.489622,-4.299755 - parent: 289 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 93 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 289 - - uid: 94 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 289 - - uid: 95 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 289 -- proto: Firelock - entities: - - uid: 206 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 289 - - uid: 207 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 289 - - uid: 208 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 289 - - uid: 209 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 289 - - uid: 210 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 289 - - uid: 211 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 289 -- proto: GeneratorRTG - entities: - - uid: 142 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 289 -- proto: Grille - entities: - - uid: 15 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 289 - - uid: 20 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 289 - - uid: 21 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 289 - - uid: 23 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 289 - - uid: 30 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 289 - - uid: 42 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 289 - - uid: 43 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 289 - - uid: 54 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 289 - - uid: 55 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 289 - - uid: 56 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 289 -- proto: IngotGold1 - entities: - - uid: 126 - components: - - type: Transform - pos: 9.302135,-1.5349226 - parent: 289 - - uid: 178 - components: - - type: Transform - pos: 9.63026,-1.5505476 - parent: 289 - - uid: 179 - components: - - type: Transform - pos: 9.28651,-1.7536726 - parent: 289 - - uid: 181 - components: - - type: Transform - pos: 9.63026,-1.3317976 - parent: 289 - - uid: 182 - components: - - type: Transform - pos: 9.56776,-1.7536726 - parent: 289 - - uid: 184 - components: - - type: Transform - pos: 9.38026,-1.3005476 - parent: 289 -- proto: Jug - entities: - - uid: 296 - components: - - type: Transform - parent: 295 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Lamp - entities: - - uid: 86 - components: - - type: Transform - pos: 3.5357494,-8.260544 - parent: 289 -- proto: MaterialDiamond - entities: - - uid: 128 - components: - - type: Transform - pos: 9.47401,-2.1911726 - parent: 289 -- proto: MedkitFilled - entities: - - uid: 111 - components: - - type: Transform - pos: 10.517837,-9.85569 - parent: 289 -- proto: OmnizineChemistryBottle - entities: - - uid: 140 - components: - - type: Transform - pos: 9.681308,-2.5229235 - parent: 289 -- proto: OperatingTable - entities: - - uid: 270 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 289 -- proto: Paper - entities: - - uid: 87 - components: - - type: Transform - pos: 3.2538629,-9.353822 - parent: 289 - - uid: 88 - components: - - type: Transform - pos: 3.4101129,-9.416322 - parent: 289 - - uid: 89 - components: - - type: Transform - pos: 3.3476129,-9.588197 - parent: 289 - - uid: 90 - components: - - type: Transform - pos: 3.6601129,-9.447572 - parent: 289 -- proto: Pen - entities: - - uid: 91 - components: - - type: Transform - pos: 2.0819879,-9.478822 - parent: 289 -- proto: PersonalAI - entities: - - uid: 125 - components: - - type: Transform - pos: 2.4817362,-9.476541 - parent: 289 -- proto: PetCarrier - entities: - - uid: 113 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 289 -- proto: PlushieSpaceLizard - entities: - - uid: 135 - components: - - type: Transform - pos: 8.5167885,-8.516763 - parent: 289 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 281 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 289 -- proto: PosterLegitSafetyInternals - entities: - - uid: 129 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 289 -- proto: Poweredlight - entities: - - uid: 227 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 228 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-10.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 251 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-9.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-9.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightExterior - entities: - - uid: 235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-7.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 237 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightSodium - entities: - - uid: 232 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 289 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: RandomSpawner - entities: - - uid: 130 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 289 - - uid: 131 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 289 - - uid: 132 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 289 - - uid: 133 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 289 - - uid: 134 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 289 -- proto: ReinforcedWindow - entities: - - uid: 22 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 289 - - uid: 33 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 289 - - uid: 34 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 289 - - uid: 68 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 289 - - uid: 69 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 289 - - uid: 110 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 289 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 112 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 289 -- proto: SawAdvanced - entities: - - uid: 277 - components: - - type: Transform - pos: 4.5878654,-1.6454568 - parent: 289 -- proto: ScalpelLaser - entities: - - uid: 276 - components: - - type: Transform - pos: 4.50167,-2.3962312 - parent: 289 -- proto: SignDangerMed - entities: - - uid: 236 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 289 -- proto: SignDirectionalMed - entities: - - uid: 118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-11.5 - parent: 289 -- proto: SignElectricalMed - entities: - - uid: 233 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 289 -- proto: SignMedical - entities: - - uid: 234 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 289 -- proto: SignNosmoking - entities: - - uid: 255 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 289 -- proto: SignSurgery - entities: - - uid: 272 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 289 -- proto: SinkWide - entities: - - uid: 120 - components: - - type: Transform - pos: 1.5093136,-1.1307354 - parent: 289 -- proto: SpawnMobBearSalvage - entities: - - uid: 137 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 289 - - uid: 141 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 289 -- proto: SpawnMobCatBingus - entities: - - uid: 290 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 289 -- proto: SpawnMobCatFloppa - entities: - - uid: 279 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 289 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 292 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 289 -- proto: SpawnMobMedibot - entities: - - uid: 213 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 289 -- proto: SubstationWallBasic - entities: - - uid: 219 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 289 -- proto: SyringeEphedrine - entities: - - uid: 197 - components: - - type: Transform - pos: 0.6916356,-6.6075954 - parent: 289 -- proto: SyringeTranexamicAcid - entities: - - uid: 196 - components: - - type: Transform - pos: 0.3166356,-6.2482204 - parent: 289 -- proto: TableGlass - entities: - - uid: 123 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 289 - - uid: 274 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 289 - - uid: 275 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 289 -- proto: TableReinforced - entities: - - uid: 82 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 289 - - uid: 83 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 289 - - uid: 84 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 289 - - uid: 85 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 289 - - uid: 105 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 289 - - uid: 106 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 289 - - uid: 107 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 289 - - uid: 108 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 289 - - uid: 109 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 289 -- proto: TableReinforcedGlass - entities: - - uid: 177 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 289 - - uid: 180 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 289 - - uid: 183 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 289 -- proto: ToiletDirtyWater - entities: - - uid: 121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 289 -- proto: VendingMachineCoffee - entities: - - uid: 136 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 289 -- proto: WallReinforced - entities: - - uid: 1 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 289 - - uid: 3 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 289 - - uid: 39 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 289 - - uid: 45 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 289 - - uid: 46 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 289 - - uid: 47 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 289 - - uid: 48 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 289 - - uid: 49 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 289 - - uid: 50 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 289 - - uid: 51 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 289 - - uid: 52 - components: - - type: Transform - pos: 13.5,-9.5 - parent: 289 - - uid: 53 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 289 - - uid: 70 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 289 - - uid: 71 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 289 - - uid: 72 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 289 - - uid: 73 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 289 - - uid: 74 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 289 - - uid: 75 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 289 - - uid: 76 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 289 - - uid: 77 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 289 -- proto: WallRiveted - entities: - - uid: 31 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 289 - - uid: 32 - components: - - type: Transform - pos: 14.5,-1.5 - parent: 289 - - uid: 35 - components: - - type: Transform - pos: 12.5,0.5 - parent: 289 - - uid: 57 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 289 - - uid: 58 - components: - - type: Transform - pos: 10.5,0.5 - parent: 289 - - uid: 59 - components: - - type: Transform - pos: 9.5,0.5 - parent: 289 - - uid: 60 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 289 - - uid: 61 - components: - - type: Transform - pos: 14.5,0.5 - parent: 289 - - uid: 62 - components: - - type: Transform - pos: 14.5,-2.5 - parent: 289 - - uid: 63 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 289 - - uid: 64 - components: - - type: Transform - pos: 8.5,0.5 - parent: 289 - - uid: 65 - components: - - type: Transform - pos: 11.5,0.5 - parent: 289 - - uid: 78 - components: - - type: Transform - pos: 14.5,-0.5 - parent: 289 - - uid: 79 - components: - - type: Transform - pos: 13.5,0.5 - parent: 289 - - uid: 185 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 289 - - uid: 186 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 289 - - uid: 187 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 289 - - uid: 188 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 289 - - uid: 189 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 289 - - uid: 190 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 289 - - uid: 191 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 289 - - uid: 192 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 289 - - uid: 193 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 289 - - uid: 194 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 289 -- proto: WallSolid - entities: - - uid: 2 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 289 - - uid: 4 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 289 - - uid: 5 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 289 - - uid: 6 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 289 - - uid: 7 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 289 - - uid: 8 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 289 - - uid: 9 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 289 - - uid: 10 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 289 - - uid: 11 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 289 - - uid: 12 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 289 - - uid: 13 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 289 - - uid: 16 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 289 - - uid: 17 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 289 - - uid: 18 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 289 - - uid: 19 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 289 - - uid: 24 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 289 - - uid: 25 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 289 - - uid: 26 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 289 - - uid: 27 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 289 - - uid: 28 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 289 - - uid: 29 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 289 - - uid: 36 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 289 - - uid: 37 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 289 - - uid: 38 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 289 - - uid: 44 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 289 - - uid: 66 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 289 - - uid: 67 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 289 -- proto: WeldingFuelTankFull - entities: - - uid: 122 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 289 -- proto: Windoor - entities: - - uid: 103 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-7.5 - parent: 289 - - uid: 104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-7.5 - parent: 289 -- proto: Window - entities: - - uid: 40 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 289 - - uid: 41 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 289 - - uid: 283 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 289 - - uid: 284 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 289 -- proto: WindowReinforcedDirectional - entities: - - uid: 201 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 289 - - uid: 202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-9.5 - parent: 289 - - uid: 203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-8.5 - parent: 289 - - uid: 217 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 289 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 12: FloorAstroGrass + 26: FloorConcrete + 77: FloorReinforced + 89: FloorSteel + 108: FloorWhite + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 289 + components: + - type: MetaData + - type: Transform + pos: -7,5.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAACDAAAAAACGgAAAAAAGgAAAAADDAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAADGgAAAAADGgAAAAABDAAAAAADDAAAAAABDAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAABbAAAAAABeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAADbAAAAAACeQAAAAAAbAAAAAADbAAAAAAAbAAAAAABeQAAAAAADAAAAAADAAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADeQAAAAAADAAAAAABAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAABbAAAAAADbAAAAAADbAAAAAADbAAAAAABeQAAAAAADAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAADAAAAAADAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAABbAAAAAABeQAAAAAADAAAAAACAAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAADAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: DAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Busha1 + decals: + 9: -1.1417494,-3.8034139 + 74: 6.8010106,-0.07513142 + - node: + color: '#FFFFFFFF' + id: Busha3 + decals: + 5: 13.998876,-6.5572395 + 6: 13.920751,-3.6315389 + 73: 2.1447606,-0.043881416 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 3: 2.5145006,-13.229115 + 4: 6.9520006,-13.072865 + - node: + color: '#FFFFFFFF' + id: Bushf1 + decals: + 75: 3.3322606,-0.07513142 + - node: + color: '#FFFFFFFF' + id: Bushi1 + decals: + 1: 1.5145006,-13.114904 + 2: 7.8426256,-13.072865 + - node: + color: '#FFFFFFFF' + id: Bushk1 + decals: + 76: 4.6760106,-0.07513142 + - node: + color: '#FFFFFFFF' + id: Bushl3 + decals: + 71: 1,0 + 72: -1,0 + - node: + color: '#FFFFFFFF' + id: Bushm2 + decals: + 0: -0.9386244,-1.7711535 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 79: 5,-11 + 80: 6,-10 + 81: 4,-10 + 82: 7,-7 + 83: 4,-5 + 84: 8,-7 + 85: 12,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 58: 11,-5 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 45: 1,-6 + 46: 11,-10 + 47: 7,-5 + 48: 4,-9 + 49: 6,-11 + 50: 1,-11 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 56: 2,-3 + 59: 1,-7 + 61: 4,-6 + 63: 12,-9 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 51: 6,-5 + 52: 4,-2 + 53: 1,-3 + 54: 1,-2 + 55: 2,-2 + 57: 10,-7 + 60: 1,-9 + 62: 3,-5 + 64: 5,-7 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 10: 7.1551256,-13.975288 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 11: 1.9832506,-13.803413 + 12: 3.1863756,-13.084663 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 28: 6,-6 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 7: 13.889501,-4.865914 + 8: -1.9386244,-6.944039 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 13: 4,-9 + 14: 5,-9 + 15: 6,-9 + 16: 7,-9 + 17: 8,-9 + 18: 3,-9 + 19: 2,-9 + 20: 1,-9 + 32: 6,-7 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 24: 4,-11 + 25: 5,-11 + 26: 3,-11 + 27: 6,-11 + 29: 6,-5 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 42: 10,-7 + 43: 11,-7 + 44: 12,-7 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 30: 7,-6 + 33: 8,-6 + 34: 9,-6 + 35: 10,-6 + 36: 11,-6 + 37: 12,-6 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 22: 8,-10 + 23: 8,-11 + 31: 5,-6 + 38: 4,-6 + 39: 3,-6 + 40: 2,-6 + 41: 1,-6 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 21: 8,-9 + - node: + cleanable: True + color: '#D4D4D496' + id: QuarterTileOverlayGreyscale270 + decals: + 65: 4,-3 + 66: 5,-3 + 67: 6,-3 + 68: 7,-3 + 69: 1,-3 + 70: 2,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 77: 10,-3 + 78: 11,-3 + - node: + color: '#DE3A3A15' + id: splatter + decals: + 86: 11.145445,-10.471493 + 87: 11.19232,-10.471493 + 88: 11.551695,-10.502743 + 89: 11.66107,-10.018368 + - node: + color: '#DE3A3A25' + id: splatter + decals: + 90: 11.082945,-10.471493 + 91: 11.176695,-9.908993 + 92: 11.676695,-10.033993 + 93: 11.676695,-10.658993 + 94: 11.145445,-10.424618 + 95: 11.114195,-10.737118 + 96: 11.832945,-11.252743 + 97: 10.832945,-10.908993 + 98: 10.81732,-9.612118 + 99: 11.25482,-9.408993 + 100: 11.176695,-9.237118 + 101: 11.56732,-9.799618 + 102: 11.676695,-9.315243 + 103: 11.66107,-8.971493 + 104: 4.2401886,-8.942318 + 105: 4.2089386,-9.051693 + 106: 4.3651886,-9.442318 + 107: 4.6776886,-9.489193 + 108: 4.7714386,-9.504818 + 109: 4.4433136,-9.911068 + 110: 3.9589386,-10.161068 + 111: 4.6620636,-10.629818 + 112: 5.3964386,-10.473568 + 113: 4.4276886,-10.223568 + 114: 4.5370636,-9.645443 + 115: 4.8495636,-10.192318 + 116: 4.4901886,-9.848568 + 117: 4.8026886,-10.254818 + 118: 4.3495636,-9.879818 + 119: 4.4589386,-9.926693 + 120: 4.7870636,-9.786068 + 121: 5.1776886,-9.457943 + 122: 5.7089386,-8.926693 + 123: 5.8808136,-8.629818 + 124: 7.1620636,-4.915698 + 125: 6.8495636,-4.775073 + 126: 6.1151886,-4.509448 + 127: 5.7401886,-2.196948 + 128: 5.4120636,-1.978198 + 129: 5.3339386,-2.306323 + 130: 5.4433136,-2.540698 + 131: 4.9745636,-2.228198 + 132: 4.8339386,-2.478198 + 133: 4.8339386,-2.400073 + 134: 5.5995636,-2.728198 + 135: 5.6151886,-2.743823 + 136: 4.8339386,-2.868823 + 137: 5.3495636,-3.103198 + 138: 5.7089386,-3.196948 + 139: 5.1151886,-3.353198 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-2: + 0: 52428 + -1,-1: + 0: 36044 + 0,-1: + 0: 65535 + -1,-3: + 0: 52424 + -1,-4: + 0: 32768 + 0,-4: + 0: 65024 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 65280 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 65280 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-4: + 0: 12544 + 3,-3: + 0: 30579 + 3,-2: + 0: 30583 + 3,-1: + 0: 65527 + -1,0: + 0: 8 + 0,0: + 0: 15 + 1,0: + 0: 15 + 2,0: + 0: 255 + 3,0: + 0: 255 + 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: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockGlass + entities: + - uid: 14 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 289 + - uid: 96 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 289 + - uid: 97 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 289 +- proto: AirlockMaintMedLocked + entities: + - uid: 102 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 289 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 98 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 289 + - uid: 99 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 289 + - uid: 100 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 289 + - uid: 101 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 289 +- proto: APCBasic + entities: + - uid: 145 + components: + - type: MetaData + name: bear outpost APC + - type: Transform + pos: 2.5,-3.5 + parent: 289 +- proto: BlastDoor + entities: + - uid: 80 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 289 + - uid: 81 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 289 +- proto: BoxFolderWhite + entities: + - uid: 127 + components: + - type: Transform + pos: 3.516501,-9.026169 + parent: 289 +- proto: BoxMouthSwab + entities: + - uid: 124 + components: + - type: Transform + pos: 11.634314,-11.536985 + parent: 289 +- proto: BoxSyringe + entities: + - uid: 205 + components: + - type: Transform + pos: 11.097885,-11.513845 + parent: 289 +- proto: CableApcExtension + entities: + - uid: 143 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 289 + - uid: 144 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 289 + - uid: 146 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 289 + - uid: 147 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 289 + - uid: 148 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 289 + - uid: 149 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 289 + - uid: 150 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 289 + - uid: 151 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 289 + - uid: 152 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 289 + - uid: 153 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 289 + - uid: 154 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 289 + - uid: 155 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 289 + - uid: 156 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 289 + - uid: 157 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 289 + - uid: 158 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 289 + - uid: 159 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 289 + - uid: 160 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 289 + - uid: 161 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 289 + - uid: 162 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 289 + - uid: 163 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 289 + - uid: 164 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 289 + - uid: 165 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 289 + - uid: 166 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 289 + - uid: 167 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 289 + - uid: 168 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 289 + - uid: 169 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 289 + - uid: 170 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 289 + - uid: 171 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 289 + - uid: 172 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 289 + - uid: 173 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 289 + - uid: 238 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 289 + - uid: 242 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 289 + - uid: 243 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 289 + - uid: 244 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 289 + - uid: 245 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 289 + - uid: 246 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 289 + - uid: 247 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 289 + - uid: 248 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 289 + - uid: 249 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 289 + - uid: 256 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 289 + - uid: 257 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 289 + - uid: 258 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 289 + - uid: 259 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 289 +- proto: CableHV + entities: + - uid: 224 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 289 + - uid: 225 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 289 + - uid: 226 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 289 +- proto: CableMV + entities: + - uid: 220 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 289 + - uid: 221 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 289 + - uid: 222 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 289 + - uid: 223 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 289 +- proto: Catwalk + entities: + - uid: 138 + components: + - type: Transform + pos: 10.5,1.5 + parent: 289 + - uid: 139 + components: + - type: Transform + pos: 9.5,1.5 + parent: 289 + - uid: 199 + components: + - type: Transform + pos: 12.5,1.5 + parent: 289 + - uid: 200 + components: + - type: Transform + pos: 11.5,1.5 + parent: 289 + - uid: 265 + components: + - type: Transform + pos: 13.5,1.5 + parent: 289 + - uid: 266 + components: + - type: Transform + pos: 14.5,1.5 + parent: 289 + - uid: 267 + components: + - type: Transform + pos: 15.5,1.5 + parent: 289 + - uid: 268 + components: + - type: Transform + pos: 15.5,0.5 + parent: 289 + - uid: 269 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 289 +- proto: Chair + entities: + - uid: 218 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 289 + - uid: 260 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 289 + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-10.5 + parent: 289 + - uid: 262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-10.5 + parent: 289 + - uid: 263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-10.5 + parent: 289 +- proto: ChairFolding + entities: + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-9.5 + parent: 289 + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 289 +- proto: ChairOfficeLight + entities: + - uid: 264 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 289 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 204 + components: + - type: Transform + pos: 10.55101,-11.37322 + parent: 289 +- proto: ClothingHeadHatSurgcapPurple + entities: + - uid: 278 + components: + - type: Transform + pos: 6.5878654,-2.6454568 + parent: 289 +- proto: ClothingMaskGasMerc + entities: + - uid: 92 + components: + - type: Transform + pos: 12.48807,-1.4498396 + parent: 289 +- proto: computerBodyScanner + entities: + - uid: 271 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 289 +- proto: ComputerCrewMonitoring + entities: + - uid: 286 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 289 +- proto: CrateChemistrySecure + entities: + - uid: 295 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 289 + - 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: + - 296 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateSurgery + entities: + - uid: 273 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 289 +- proto: CrewMonitoringServerMachineCircuitboard + entities: + - uid: 285 + components: + - type: Transform + pos: 11.494615,-10.515447 + parent: 289 +- proto: EmergencyRollerBed + entities: + - uid: 280 + components: + - type: Transform + pos: 8.489622,-4.299755 + parent: 289 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 93 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 289 + - uid: 94 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 289 + - uid: 95 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 289 +- proto: Firelock + entities: + - uid: 206 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 289 + - uid: 207 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 289 + - uid: 208 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 289 + - uid: 209 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 289 + - uid: 210 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 289 + - uid: 211 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 289 +- proto: GeneratorRTG + entities: + - uid: 142 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 289 +- proto: Grille + entities: + - uid: 15 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 289 + - uid: 20 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 289 + - uid: 21 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 289 + - uid: 23 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 289 + - uid: 30 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 289 + - uid: 42 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 289 + - uid: 43 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 289 + - uid: 54 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 289 + - uid: 55 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 289 + - uid: 56 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 289 +- proto: IngotGold1 + entities: + - uid: 126 + components: + - type: Transform + pos: 9.302135,-1.5349226 + parent: 289 + - uid: 178 + components: + - type: Transform + pos: 9.63026,-1.5505476 + parent: 289 + - uid: 179 + components: + - type: Transform + pos: 9.28651,-1.7536726 + parent: 289 + - uid: 181 + components: + - type: Transform + pos: 9.63026,-1.3317976 + parent: 289 + - uid: 182 + components: + - type: Transform + pos: 9.56776,-1.7536726 + parent: 289 + - uid: 184 + components: + - type: Transform + pos: 9.38026,-1.3005476 + parent: 289 +- proto: Jug + entities: + - uid: 296 + components: + - type: Transform + parent: 295 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Lamp + entities: + - uid: 86 + components: + - type: Transform + pos: 3.5357494,-8.260544 + parent: 289 +- proto: MaterialDiamond + entities: + - uid: 128 + components: + - type: Transform + pos: 9.47401,-2.1911726 + parent: 289 +- proto: MedkitFilled + entities: + - uid: 111 + components: + - type: Transform + pos: 10.517837,-9.85569 + parent: 289 +- proto: OmnizineChemistryBottle + entities: + - uid: 140 + components: + - type: Transform + pos: 9.681308,-2.5229235 + parent: 289 +- proto: OperatingTable + entities: + - uid: 270 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 289 +- proto: Paper + entities: + - uid: 87 + components: + - type: Transform + pos: 3.2538629,-9.353822 + parent: 289 + - uid: 88 + components: + - type: Transform + pos: 3.4101129,-9.416322 + parent: 289 + - uid: 89 + components: + - type: Transform + pos: 3.3476129,-9.588197 + parent: 289 + - uid: 90 + components: + - type: Transform + pos: 3.6601129,-9.447572 + parent: 289 +- proto: Pen + entities: + - uid: 91 + components: + - type: Transform + pos: 2.0819879,-9.478822 + parent: 289 +- proto: PersonalAI + entities: + - uid: 125 + components: + - type: Transform + pos: 2.4817362,-9.476541 + parent: 289 +- proto: PetCarrier + entities: + - uid: 113 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 289 +- proto: PlushieSpaceLizard + entities: + - uid: 135 + components: + - type: Transform + pos: 8.5167885,-8.516763 + parent: 289 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 281 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 289 +- proto: PosterLegitSafetyInternals + entities: + - uid: 129 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 289 +- proto: Poweredlight + entities: + - uid: 227 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 228 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 251 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightExterior + entities: + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-7.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 237 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightSodium + entities: + - uid: 232 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 289 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: RandomSpawner + entities: + - uid: 130 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 289 + - uid: 131 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 289 + - uid: 132 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 289 + - uid: 133 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 289 + - uid: 134 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 289 +- proto: ReinforcedWindow + entities: + - uid: 22 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 289 + - uid: 33 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 289 + - uid: 34 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 289 + - uid: 68 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 289 + - uid: 69 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 289 + - uid: 110 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 289 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 112 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 289 +- proto: SawAdvanced + entities: + - uid: 277 + components: + - type: Transform + pos: 4.5878654,-1.6454568 + parent: 289 +- proto: ScalpelLaser + entities: + - uid: 276 + components: + - type: Transform + pos: 4.50167,-2.3962312 + parent: 289 +- proto: SignDangerMed + entities: + - uid: 236 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 289 +- proto: SignDirectionalMed + entities: + - uid: 118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-11.5 + parent: 289 +- proto: SignElectricalMed + entities: + - uid: 233 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 289 +- proto: SignMedical + entities: + - uid: 234 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 289 +- proto: SignNosmoking + entities: + - uid: 255 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 289 +- proto: SignSurgery + entities: + - uid: 272 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 289 +- proto: SinkWide + entities: + - uid: 120 + components: + - type: Transform + pos: 1.5093136,-1.1307354 + parent: 289 +- proto: SpawnMobBearSalvage + entities: + - uid: 137 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 289 + - uid: 141 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 289 +- proto: SpawnMobCatBingus + entities: + - uid: 290 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 289 +- proto: SpawnMobCatFloppa + entities: + - uid: 279 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 289 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 292 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 289 +- proto: SpawnMobMedibot + entities: + - uid: 213 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 289 +- proto: SubstationWallBasic + entities: + - uid: 219 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 289 +- proto: SyringeEphedrine + entities: + - uid: 197 + components: + - type: Transform + pos: 0.6916356,-6.6075954 + parent: 289 +- proto: SyringeTranexamicAcid + entities: + - uid: 196 + components: + - type: Transform + pos: 0.3166356,-6.2482204 + parent: 289 +- proto: TableGlass + entities: + - uid: 123 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 289 + - uid: 274 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 289 + - uid: 275 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 289 +- proto: TableReinforced + entities: + - uid: 82 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 289 + - uid: 83 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 289 + - uid: 84 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 289 + - uid: 85 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 289 + - uid: 105 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 289 + - uid: 106 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 289 + - uid: 107 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 289 + - uid: 108 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 289 + - uid: 109 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 289 +- proto: TableReinforcedGlass + entities: + - uid: 177 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 289 + - uid: 180 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 289 + - uid: 183 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 289 +- proto: ToiletDirtyWater + entities: + - uid: 121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 289 +- proto: VendingMachineCoffee + entities: + - uid: 136 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 289 +- proto: WallReinforced + entities: + - uid: 1 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 289 + - uid: 3 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 289 + - uid: 39 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 289 + - uid: 45 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 289 + - uid: 46 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 289 + - uid: 47 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 289 + - uid: 48 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 289 + - uid: 49 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 289 + - uid: 50 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 289 + - uid: 51 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 289 + - uid: 52 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 289 + - uid: 53 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 289 + - uid: 70 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 289 + - uid: 71 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 289 + - uid: 72 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 289 + - uid: 73 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 289 + - uid: 74 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 289 + - uid: 75 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 289 + - uid: 76 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 289 + - uid: 77 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 289 +- proto: WallRiveted + entities: + - uid: 31 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 289 + - uid: 32 + components: + - type: Transform + pos: 14.5,-1.5 + parent: 289 + - uid: 35 + components: + - type: Transform + pos: 12.5,0.5 + parent: 289 + - uid: 57 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 289 + - uid: 58 + components: + - type: Transform + pos: 10.5,0.5 + parent: 289 + - uid: 59 + components: + - type: Transform + pos: 9.5,0.5 + parent: 289 + - uid: 60 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 289 + - uid: 61 + components: + - type: Transform + pos: 14.5,0.5 + parent: 289 + - uid: 62 + components: + - type: Transform + pos: 14.5,-2.5 + parent: 289 + - uid: 63 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 289 + - uid: 64 + components: + - type: Transform + pos: 8.5,0.5 + parent: 289 + - uid: 65 + components: + - type: Transform + pos: 11.5,0.5 + parent: 289 + - uid: 78 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 289 + - uid: 79 + components: + - type: Transform + pos: 13.5,0.5 + parent: 289 + - uid: 185 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 289 + - uid: 186 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 289 + - uid: 187 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 289 + - uid: 188 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 289 + - uid: 189 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 289 + - uid: 190 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 289 + - uid: 191 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 289 + - uid: 192 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 289 + - uid: 193 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 289 + - uid: 194 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 289 +- proto: WallSolid + entities: + - uid: 2 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 289 + - uid: 4 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 289 + - uid: 5 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 289 + - uid: 6 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 289 + - uid: 7 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 289 + - uid: 8 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 289 + - uid: 9 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 289 + - uid: 10 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 289 + - uid: 11 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 289 + - uid: 12 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 289 + - uid: 13 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 289 + - uid: 16 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 289 + - uid: 17 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 289 + - uid: 18 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 289 + - uid: 19 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 289 + - uid: 24 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 289 + - uid: 25 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 289 + - uid: 26 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 289 + - uid: 27 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 289 + - uid: 28 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 289 + - uid: 29 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 289 + - uid: 36 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 289 + - uid: 37 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 289 + - uid: 38 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 289 + - uid: 44 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 289 + - uid: 66 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 289 + - uid: 67 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 289 +- proto: WeldingFuelTankFull + entities: + - uid: 122 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 289 +- proto: Windoor + entities: + - uid: 103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-7.5 + parent: 289 + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-7.5 + parent: 289 +- proto: Window + entities: + - uid: 40 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 289 + - uid: 41 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 289 + - uid: 283 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 289 + - uid: 284 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 289 +- proto: WindowReinforcedDirectional + entities: + - uid: 201 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 289 + - uid: 202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 289 + - uid: 203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-8.5 + parent: 289 + - uid: 217 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 289 +... diff --git a/Resources/Maps/Salvage/medium-pirate.yml b/Resources/Maps/Salvage/medium-pirate.yml index 5c62de5946d..d328000b240 100644 --- a/Resources/Maps/Salvage/medium-pirate.yml +++ b/Resources/Maps/Salvage/medium-pirate.yml @@ -1,1005 +1,1005 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 19: FloorBrokenWood - 96: FloorSteelDirty - 118: FloorWood - 119: FloorWoodTile - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 52 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAAAEwAAAAAFeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAADdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAACdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAABEwAAAAAEdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAABdgAAAAABdgAAAAAD - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAFeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAADEwAAAAACdgAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAADeQAAAAAAEwAAAAACdwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABdgAAAAADEwAAAAADdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAADdwAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAADdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: EwAAAAAFdgAAAAADEwAAAAAGdgAAAAACdwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAdwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 7: 3,-5 - 8: 3,-6 - 9: 3,-4 - 10: 3,-3 - 11: 3,-2 - 12: 3,-1 - 13: 3,0 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 0: -2,-4 - 1: -2,-5 - 2: -2,-6 - 3: -2,-3 - 4: -2,-2 - 5: -2,-1 - 6: -2,0 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - 0,0: - 0: 61439 - 1: 4096 - -1,0: - 0: 65535 - -1,-2: - 0: 61420 - -1,-3: - 0: 50176 - 0,-2: - 0: 65397 - 1,-2: - 0: 12544 - 1,-1: - 0: 13105 - 0,1: - 0: 4095 - 1,0: - 0: 13107 - -1,1: - 0: 3278 - 1,1: - 0: 1 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: GridPathfinding - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GasTileOverlay -- proto: APCBasic - entities: - - uid: 99 - components: - - type: Transform - pos: -0.5,1.5 - parent: 52 -- proto: Barricade - entities: - - uid: 144 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 52 - - uid: 145 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 52 -- proto: BarricadeBlock - entities: - - uid: 151 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 52 -- proto: CableApcExtension - entities: - - uid: 58 - components: - - type: Transform - pos: 1.5,0.5 - parent: 52 - - uid: 101 - components: - - type: Transform - pos: 0.5,0.5 - parent: 52 - - uid: 102 - components: - - type: Transform - pos: -0.5,0.5 - parent: 52 - - uid: 103 - components: - - type: Transform - pos: -0.5,1.5 - parent: 52 - - uid: 108 - components: - - type: Transform - pos: 2.5,0.5 - parent: 52 - - uid: 109 - components: - - type: Transform - pos: 3.5,0.5 - parent: 52 - - uid: 110 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 52 - - uid: 111 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 52 - - uid: 112 - components: - - type: Transform - pos: -0.5,0.5 - parent: 52 - - uid: 113 - components: - - type: Transform - pos: -1.5,0.5 - parent: 52 - - uid: 114 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 52 - - uid: 115 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 52 - - uid: 116 - components: - - type: Transform - pos: -0.5,2.5 - parent: 52 - - uid: 117 - components: - - type: Transform - pos: -0.5,3.5 - parent: 52 - - uid: 118 - components: - - type: Transform - pos: 0.5,3.5 - parent: 52 - - uid: 119 - components: - - type: Transform - pos: 1.5,3.5 - parent: 52 - - uid: 120 - components: - - type: Transform - pos: 2.5,3.5 - parent: 52 - - uid: 121 - components: - - type: Transform - pos: 2.5,2.5 - parent: 52 - - uid: 122 - components: - - type: Transform - pos: 2.5,1.5 - parent: 52 - - uid: 123 - components: - - type: Transform - pos: -1.5,2.5 - parent: 52 - - uid: 124 - components: - - type: Transform - pos: -2.5,2.5 - parent: 52 - - uid: 125 - components: - - type: Transform - pos: 3.5,2.5 - parent: 52 - - uid: 126 - components: - - type: Transform - pos: 4.5,2.5 - parent: 52 - - uid: 127 - components: - - type: Transform - pos: 2.5,4.5 - parent: 52 - - uid: 128 - components: - - type: Transform - pos: -0.5,4.5 - parent: 52 -- proto: CableHV - entities: - - uid: 24 - components: - - type: Transform - pos: -2.5,0.5 - parent: 52 - - uid: 26 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 52 - - uid: 135 - components: - - type: Transform - pos: -2.5,1.5 - parent: 52 -- proto: CableMV - entities: - - uid: 100 - components: - - type: Transform - pos: -1.5,0.5 - parent: 52 - - uid: 104 - components: - - type: Transform - pos: -0.5,1.5 - parent: 52 - - uid: 105 - components: - - type: Transform - pos: -0.5,0.5 - parent: 52 - - uid: 106 - components: - - type: Transform - pos: -2.5,0.5 - parent: 52 - - uid: 107 - components: - - type: Transform - pos: -2.5,1.5 - parent: 52 -- proto: ChairWood - entities: - - uid: 8 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 52 - - uid: 17 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 52 - - uid: 19 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 52 - - uid: 27 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 52 - - uid: 28 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 - parent: 52 - - uid: 29 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 52 - - uid: 39 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 52 -- proto: ClothingEyesEyepatch - entities: - - uid: 92 - components: - - type: Transform - pos: -0.45799494,-2.3092217 - parent: 52 -- proto: ClothingHeadHatPirate - entities: - - uid: 72 - components: - - type: Transform - pos: 0.52966046,-0.47381306 - parent: 52 -- proto: ClothingHeadHatPirateTricord - entities: - - uid: 15 - components: - - type: Transform - pos: 1.345557,3.7402463 - parent: 52 -- proto: ClothingNeckBling - entities: - - uid: 67 - components: - - type: Transform - pos: 1.4993628,-3.1426823 - parent: 52 -- proto: ClothingOuterCoatPirate - entities: - - uid: 73 - components: - - type: Transform - pos: 1.1702855,-0.55193806 - parent: 52 -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 37 - components: - - type: Transform - pos: 1.611182,3.496825 - parent: 52 -- proto: CrateFunPirate - entities: - - uid: 35 - components: - - type: Transform - pos: 0.5,3.5 - parent: 52 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 75.31249 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: DrinkGildlagerBottleFull - entities: - - uid: 2 - components: - - type: Transform - pos: 1.0845438,-2.1036394 - parent: 52 - - uid: 54 - components: - - type: Transform - pos: 1.4439188,-1.6661394 - parent: 52 -- proto: DrinkGrogGlass - entities: - - uid: 40 - components: - - type: Transform - pos: 2.624363,-2.4551823 - parent: 52 - - uid: 66 - components: - - type: Transform - pos: 0.05393684,-2.4239323 - parent: 52 - - uid: 89 - components: - - type: Transform - pos: -0.5627491,-1.3523273 - parent: 52 -- proto: DrinkShinyFlask - entities: - - uid: 86 - components: - - type: Transform - pos: -0.042627335,-1.4742832 - parent: 52 -- proto: FoodCakeLemon - entities: - - uid: 82 - components: - - type: Transform - pos: 0.8274878,-3.2208073 - parent: 52 -- proto: GeneratorBasic - entities: - - uid: 136 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 52 -- proto: GoldOre1 - entities: - - uid: 1 - components: - - type: Transform - pos: -0.21694303,2.57495 - parent: 52 - - uid: 4 - components: - - type: Transform - pos: -0.37319303,2.465575 - parent: 52 - - uid: 5 - components: - - type: Transform - pos: 2.423682,2.621825 - parent: 52 - - uid: 6 - components: - - type: Transform - pos: -0.607568,2.778075 - parent: 52 - - uid: 10 - components: - - type: Transform - pos: -0.670068,2.51245 - parent: 52 - - uid: 21 - components: - - type: Transform - pos: 2.704932,2.6062 - parent: 52 - - uid: 31 - components: - - type: Transform - pos: 2.486182,2.4812 - parent: 52 - - uid: 32 - components: - - type: Transform - pos: 2.376807,2.778075 - parent: 52 - - uid: 33 - components: - - type: Transform - pos: 2.673682,2.403075 - parent: 52 - - uid: 34 - components: - - type: Transform - pos: -0.48256803,2.403075 - parent: 52 - - uid: 36 - components: - - type: Transform - pos: 2.564307,2.7937 - parent: 52 - - uid: 38 - components: - - type: Transform - pos: -0.49819303,2.621825 - parent: 52 - - uid: 47 - components: - - type: Transform - pos: -0.623193,2.559325 - parent: 52 - - uid: 76 - components: - - type: Transform - pos: 2.376807,2.38745 - parent: 52 - - uid: 130 - components: - - type: Transform - pos: -0.29506803,2.778075 - parent: 52 -- proto: Grille - entities: - - uid: 7 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 52 - - uid: 22 - components: - - type: Transform - pos: 5.5,0.5 - parent: 52 - - uid: 25 - components: - - type: Transform - pos: -3.5,0.5 - parent: 52 - - uid: 30 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 52 -- proto: IngotGold1 - entities: - - uid: 44 - components: - - type: Transform - pos: 0.703125,-1.984375 - parent: 52 - - uid: 45 - components: - - type: Transform - pos: 0.5,-1.40625 - parent: 52 - - uid: 57 - components: - - type: Transform - pos: 0.484375,-1.078125 - parent: 52 - - uid: 131 - components: - - type: Transform - pos: 1.171875,-1.1875 - parent: 52 - - uid: 132 - components: - - type: Transform - pos: 1.71875,-1.515625 - parent: 52 - - uid: 133 - components: - - type: Transform - pos: 1.015625,-1.578125 - parent: 52 -- proto: MarimbaInstrument - entities: - - uid: 18 - components: - - type: Transform - pos: 4.5,1.5 - parent: 52 -- proto: MetalDoor - entities: - - uid: 49 - components: - - type: Transform - pos: 1.5,1.5 - parent: 52 - - uid: 56 - components: - - type: Transform - pos: 0.5,1.5 - parent: 52 -- proto: PirateFlag - entities: - - uid: 147 - components: - - type: Transform - pos: 2.5,1.5 - parent: 52 -- proto: PirateHandyFlag - entities: - - uid: 146 - components: - - type: Transform - pos: 1.703125,-0.578125 - parent: 52 -- proto: PoweredSmallLight - entities: - - uid: 90 - components: - - type: Transform - pos: 4.5,1.5 - parent: 52 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 91 - components: - - type: Transform - pos: -2.5,1.5 - parent: 52 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: ReinforcedWindow - entities: - - uid: 68 - components: - - type: Transform - pos: 5.5,0.5 - parent: 52 - - uid: 70 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 52 - - uid: 80 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 52 - - uid: 87 - components: - - type: Transform - pos: -3.5,0.5 - parent: 52 -- proto: SalvageHumanCorpseSpawner - entities: - - uid: 137 - components: - - type: Transform - pos: 4.5,0.5 - parent: 52 -- proto: SalvageMobSpawner75 - entities: - - uid: 138 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 52 - - uid: 139 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 52 - - uid: 140 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 52 - - uid: 141 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 52 - - uid: 142 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 52 - - uid: 143 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 52 -- proto: SeashellInstrument - entities: - - uid: 20 - components: - - type: Transform - pos: 2.345557,-1.4329147 - parent: 52 -- proto: SpaceCash10 - entities: - - uid: 14 - components: - - type: Transform - pos: 1.578125,-2.515625 - parent: 52 - - uid: 16 - components: - - type: Transform - pos: 1.953125,-2.1875 - parent: 52 - - uid: 43 - components: - - type: Transform - pos: 0.671875,-2.4375 - parent: 52 -- proto: SpawnMobCobraSalvage - entities: - - uid: 149 - components: - - type: Transform - pos: 0.5,2.5 - parent: 52 -- proto: Stool - entities: - - uid: 9 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 - parent: 52 -- proto: SubstationBasic - entities: - - uid: 75 - components: - - type: Transform - pos: -2.5,1.5 - parent: 52 -- proto: TableCarpet - entities: - - uid: 3 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 52 - - uid: 11 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 52 - - uid: 12 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 52 - - uid: 13 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 52 - - uid: 23 - components: - - type: Transform - pos: 1.5,3.5 - parent: 52 - - uid: 41 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 52 - - uid: 42 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 52 - - uid: 46 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 52 - - uid: 62 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 52 - - uid: 64 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 52 - - uid: 78 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 52 - - uid: 83 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 52 - - uid: 134 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 52 -- proto: TableStone - entities: - - uid: 59 - components: - - type: Transform - pos: 2.5,2.5 - parent: 52 - - uid: 95 - components: - - type: Transform - pos: -0.5,2.5 - parent: 52 -- proto: Thruster - entities: - - uid: 74 - components: - - type: Transform - pos: 4.5,3.5 - parent: 52 - - uid: 150 - components: - - type: Transform - pos: -2.5,3.5 - parent: 52 -- proto: WallWood - entities: - - uid: 48 - components: - - type: Transform - pos: 5.5,2.5 - parent: 52 - - uid: 50 - components: - - type: Transform - pos: 3.5,1.5 - parent: 52 - - uid: 51 - components: - - type: Transform - pos: -1.5,1.5 - parent: 52 - - uid: 53 - components: - - type: Transform - pos: 3.5,3.5 - parent: 52 - - uid: 55 - components: - - type: Transform - pos: 5.5,1.5 - parent: 52 - - uid: 60 - components: - - type: Transform - pos: 2.5,1.5 - parent: 52 - - uid: 61 - components: - - type: Transform - pos: 0.5,4.5 - parent: 52 - - uid: 63 - components: - - type: Transform - pos: -0.5,4.5 - parent: 52 - - uid: 65 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 52 - - uid: 69 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 52 - - uid: 71 - components: - - type: Transform - pos: -1.5,2.5 - parent: 52 - - uid: 77 - components: - - type: Transform - pos: -3.5,1.5 - parent: 52 - - uid: 79 - components: - - type: Transform - pos: -1.5,3.5 - parent: 52 - - uid: 81 - components: - - type: Transform - pos: -3.5,2.5 - parent: 52 - - uid: 84 - components: - - type: Transform - pos: 4.5,2.5 - parent: 52 - - uid: 85 - components: - - type: Transform - pos: 3.5,2.5 - parent: 52 - - uid: 88 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 52 - - uid: 93 - components: - - type: Transform - pos: -0.5,3.5 - parent: 52 - - uid: 94 - components: - - type: Transform - pos: -2.5,2.5 - parent: 52 - - uid: 96 - components: - - type: Transform - pos: 1.5,4.5 - parent: 52 - - uid: 97 - components: - - type: Transform - pos: -0.5,1.5 - parent: 52 - - uid: 98 - components: - - type: Transform - pos: 2.5,4.5 - parent: 52 - - uid: 129 - components: - - type: Transform - pos: 2.5,3.5 - parent: 52 -- proto: WeaponRevolverPirate - entities: - - uid: 148 - components: - - type: Transform - pos: 1.46875,3.25 - parent: 52 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 19: FloorBrokenWood + 96: FloorSteelDirty + 118: FloorWood + 119: FloorWoodTile + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 52 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAAAEwAAAAAFeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdwAAAAADdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAACdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAABEwAAAAAEdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAABdgAAAAABdgAAAAAD + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAAFeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAADEwAAAAACdgAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAADeQAAAAAAEwAAAAACdwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABdgAAAAADEwAAAAADdwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAADdwAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAADdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: EwAAAAAFdgAAAAADEwAAAAAGdgAAAAACdwAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAdwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdwAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 7: 3,-5 + 8: 3,-6 + 9: 3,-4 + 10: 3,-3 + 11: 3,-2 + 12: 3,-1 + 13: 3,0 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 0: -2,-4 + 1: -2,-5 + 2: -2,-6 + 3: -2,-3 + 4: -2,-2 + 5: -2,-1 + 6: -2,0 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + 0,0: + 0: 61439 + 1: 4096 + -1,0: + 0: 65535 + -1,-2: + 0: 61420 + -1,-3: + 0: 50176 + 0,-2: + 0: 65397 + 1,-2: + 0: 12544 + 1,-1: + 0: 13105 + 0,1: + 0: 4095 + 1,0: + 0: 13107 + -1,1: + 0: 3278 + 1,1: + 0: 1 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GasTileOverlay +- proto: APCBasic + entities: + - uid: 99 + components: + - type: Transform + pos: -0.5,1.5 + parent: 52 +- proto: Barricade + entities: + - uid: 144 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 52 + - uid: 145 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 52 +- proto: BarricadeBlock + entities: + - uid: 151 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 52 +- proto: CableApcExtension + entities: + - uid: 58 + components: + - type: Transform + pos: 1.5,0.5 + parent: 52 + - uid: 101 + components: + - type: Transform + pos: 0.5,0.5 + parent: 52 + - uid: 102 + components: + - type: Transform + pos: -0.5,0.5 + parent: 52 + - uid: 103 + components: + - type: Transform + pos: -0.5,1.5 + parent: 52 + - uid: 108 + components: + - type: Transform + pos: 2.5,0.5 + parent: 52 + - uid: 109 + components: + - type: Transform + pos: 3.5,0.5 + parent: 52 + - uid: 110 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 52 + - uid: 111 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 52 + - uid: 112 + components: + - type: Transform + pos: -0.5,0.5 + parent: 52 + - uid: 113 + components: + - type: Transform + pos: -1.5,0.5 + parent: 52 + - uid: 114 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 52 + - uid: 115 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 52 + - uid: 116 + components: + - type: Transform + pos: -0.5,2.5 + parent: 52 + - uid: 117 + components: + - type: Transform + pos: -0.5,3.5 + parent: 52 + - uid: 118 + components: + - type: Transform + pos: 0.5,3.5 + parent: 52 + - uid: 119 + components: + - type: Transform + pos: 1.5,3.5 + parent: 52 + - uid: 120 + components: + - type: Transform + pos: 2.5,3.5 + parent: 52 + - uid: 121 + components: + - type: Transform + pos: 2.5,2.5 + parent: 52 + - uid: 122 + components: + - type: Transform + pos: 2.5,1.5 + parent: 52 + - uid: 123 + components: + - type: Transform + pos: -1.5,2.5 + parent: 52 + - uid: 124 + components: + - type: Transform + pos: -2.5,2.5 + parent: 52 + - uid: 125 + components: + - type: Transform + pos: 3.5,2.5 + parent: 52 + - uid: 126 + components: + - type: Transform + pos: 4.5,2.5 + parent: 52 + - uid: 127 + components: + - type: Transform + pos: 2.5,4.5 + parent: 52 + - uid: 128 + components: + - type: Transform + pos: -0.5,4.5 + parent: 52 +- proto: CableHV + entities: + - uid: 24 + components: + - type: Transform + pos: -2.5,0.5 + parent: 52 + - uid: 26 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 52 + - uid: 135 + components: + - type: Transform + pos: -2.5,1.5 + parent: 52 +- proto: CableMV + entities: + - uid: 100 + components: + - type: Transform + pos: -1.5,0.5 + parent: 52 + - uid: 104 + components: + - type: Transform + pos: -0.5,1.5 + parent: 52 + - uid: 105 + components: + - type: Transform + pos: -0.5,0.5 + parent: 52 + - uid: 106 + components: + - type: Transform + pos: -2.5,0.5 + parent: 52 + - uid: 107 + components: + - type: Transform + pos: -2.5,1.5 + parent: 52 +- proto: ChairWood + entities: + - uid: 8 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 52 + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 52 + - uid: 19 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 52 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 52 + - uid: 28 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 52 + - uid: 29 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 52 + - uid: 39 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 52 +- proto: ClothingEyesEyepatch + entities: + - uid: 92 + components: + - type: Transform + pos: -0.45799494,-2.3092217 + parent: 52 +- proto: ClothingHeadHatPirate + entities: + - uid: 72 + components: + - type: Transform + pos: 0.52966046,-0.47381306 + parent: 52 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 15 + components: + - type: Transform + pos: 1.345557,3.7402463 + parent: 52 +- proto: ClothingNeckBling + entities: + - uid: 67 + components: + - type: Transform + pos: 1.4993628,-3.1426823 + parent: 52 +- proto: ClothingOuterCoatPirate + entities: + - uid: 73 + components: + - type: Transform + pos: 1.1702855,-0.55193806 + parent: 52 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 37 + components: + - type: Transform + pos: 1.611182,3.496825 + parent: 52 +- proto: CrateFunPirate + entities: + - uid: 35 + components: + - type: Transform + pos: 0.5,3.5 + parent: 52 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 75.31249 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: DrinkGildlagerBottleFull + entities: + - uid: 2 + components: + - type: Transform + pos: 1.0845438,-2.1036394 + parent: 52 + - uid: 54 + components: + - type: Transform + pos: 1.4439188,-1.6661394 + parent: 52 +- proto: DrinkGrogGlass + entities: + - uid: 40 + components: + - type: Transform + pos: 2.624363,-2.4551823 + parent: 52 + - uid: 66 + components: + - type: Transform + pos: 0.05393684,-2.4239323 + parent: 52 + - uid: 89 + components: + - type: Transform + pos: -0.5627491,-1.3523273 + parent: 52 +- proto: DrinkShinyFlask + entities: + - uid: 86 + components: + - type: Transform + pos: -0.042627335,-1.4742832 + parent: 52 +- proto: FoodCakeLemon + entities: + - uid: 82 + components: + - type: Transform + pos: 0.8274878,-3.2208073 + parent: 52 +- proto: GeneratorBasic + entities: + - uid: 136 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 52 +- proto: GoldOre1 + entities: + - uid: 1 + components: + - type: Transform + pos: -0.21694303,2.57495 + parent: 52 + - uid: 4 + components: + - type: Transform + pos: -0.37319303,2.465575 + parent: 52 + - uid: 5 + components: + - type: Transform + pos: 2.423682,2.621825 + parent: 52 + - uid: 6 + components: + - type: Transform + pos: -0.607568,2.778075 + parent: 52 + - uid: 10 + components: + - type: Transform + pos: -0.670068,2.51245 + parent: 52 + - uid: 21 + components: + - type: Transform + pos: 2.704932,2.6062 + parent: 52 + - uid: 31 + components: + - type: Transform + pos: 2.486182,2.4812 + parent: 52 + - uid: 32 + components: + - type: Transform + pos: 2.376807,2.778075 + parent: 52 + - uid: 33 + components: + - type: Transform + pos: 2.673682,2.403075 + parent: 52 + - uid: 34 + components: + - type: Transform + pos: -0.48256803,2.403075 + parent: 52 + - uid: 36 + components: + - type: Transform + pos: 2.564307,2.7937 + parent: 52 + - uid: 38 + components: + - type: Transform + pos: -0.49819303,2.621825 + parent: 52 + - uid: 47 + components: + - type: Transform + pos: -0.623193,2.559325 + parent: 52 + - uid: 76 + components: + - type: Transform + pos: 2.376807,2.38745 + parent: 52 + - uid: 130 + components: + - type: Transform + pos: -0.29506803,2.778075 + parent: 52 +- proto: Grille + entities: + - uid: 7 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 52 + - uid: 22 + components: + - type: Transform + pos: 5.5,0.5 + parent: 52 + - uid: 25 + components: + - type: Transform + pos: -3.5,0.5 + parent: 52 + - uid: 30 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 52 +- proto: IngotGold1 + entities: + - uid: 44 + components: + - type: Transform + pos: 0.703125,-1.984375 + parent: 52 + - uid: 45 + components: + - type: Transform + pos: 0.5,-1.40625 + parent: 52 + - uid: 57 + components: + - type: Transform + pos: 0.484375,-1.078125 + parent: 52 + - uid: 131 + components: + - type: Transform + pos: 1.171875,-1.1875 + parent: 52 + - uid: 132 + components: + - type: Transform + pos: 1.71875,-1.515625 + parent: 52 + - uid: 133 + components: + - type: Transform + pos: 1.015625,-1.578125 + parent: 52 +- proto: MarimbaInstrument + entities: + - uid: 18 + components: + - type: Transform + pos: 4.5,1.5 + parent: 52 +- proto: MetalDoor + entities: + - uid: 49 + components: + - type: Transform + pos: 1.5,1.5 + parent: 52 + - uid: 56 + components: + - type: Transform + pos: 0.5,1.5 + parent: 52 +- proto: PirateFlag + entities: + - uid: 147 + components: + - type: Transform + pos: 2.5,1.5 + parent: 52 +- proto: PirateHandyFlag + entities: + - uid: 146 + components: + - type: Transform + pos: 1.703125,-0.578125 + parent: 52 +- proto: PoweredSmallLight + entities: + - uid: 90 + components: + - type: Transform + pos: 4.5,1.5 + parent: 52 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 91 + components: + - type: Transform + pos: -2.5,1.5 + parent: 52 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: ReinforcedWindow + entities: + - uid: 68 + components: + - type: Transform + pos: 5.5,0.5 + parent: 52 + - uid: 70 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 52 + - uid: 80 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 52 + - uid: 87 + components: + - type: Transform + pos: -3.5,0.5 + parent: 52 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 137 + components: + - type: Transform + pos: 4.5,0.5 + parent: 52 +- proto: SalvageMobSpawner75 + entities: + - uid: 138 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 52 + - uid: 139 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 52 + - uid: 140 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 52 + - uid: 141 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 52 + - uid: 142 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 52 + - uid: 143 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 52 +- proto: SeashellInstrument + entities: + - uid: 20 + components: + - type: Transform + pos: 2.345557,-1.4329147 + parent: 52 +- proto: SpaceCash10 + entities: + - uid: 14 + components: + - type: Transform + pos: 1.578125,-2.515625 + parent: 52 + - uid: 16 + components: + - type: Transform + pos: 1.953125,-2.1875 + parent: 52 + - uid: 43 + components: + - type: Transform + pos: 0.671875,-2.4375 + parent: 52 +- proto: SpawnMobCobraSalvage + entities: + - uid: 149 + components: + - type: Transform + pos: 0.5,2.5 + parent: 52 +- proto: Stool + entities: + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 52 +- proto: SubstationBasic + entities: + - uid: 75 + components: + - type: Transform + pos: -2.5,1.5 + parent: 52 +- proto: TableCarpet + entities: + - uid: 3 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 52 + - uid: 11 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 52 + - uid: 12 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 52 + - uid: 13 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 52 + - uid: 23 + components: + - type: Transform + pos: 1.5,3.5 + parent: 52 + - uid: 41 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 52 + - uid: 42 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 52 + - uid: 46 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 52 + - uid: 62 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 52 + - uid: 64 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 52 + - uid: 78 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 52 + - uid: 83 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 52 + - uid: 134 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 52 +- proto: TableStone + entities: + - uid: 59 + components: + - type: Transform + pos: 2.5,2.5 + parent: 52 + - uid: 95 + components: + - type: Transform + pos: -0.5,2.5 + parent: 52 +- proto: Thruster + entities: + - uid: 74 + components: + - type: Transform + pos: 4.5,3.5 + parent: 52 + - uid: 150 + components: + - type: Transform + pos: -2.5,3.5 + parent: 52 +- proto: WallWood + entities: + - uid: 48 + components: + - type: Transform + pos: 5.5,2.5 + parent: 52 + - uid: 50 + components: + - type: Transform + pos: 3.5,1.5 + parent: 52 + - uid: 51 + components: + - type: Transform + pos: -1.5,1.5 + parent: 52 + - uid: 53 + components: + - type: Transform + pos: 3.5,3.5 + parent: 52 + - uid: 55 + components: + - type: Transform + pos: 5.5,1.5 + parent: 52 + - uid: 60 + components: + - type: Transform + pos: 2.5,1.5 + parent: 52 + - uid: 61 + components: + - type: Transform + pos: 0.5,4.5 + parent: 52 + - uid: 63 + components: + - type: Transform + pos: -0.5,4.5 + parent: 52 + - uid: 65 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 52 + - uid: 69 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 52 + - uid: 71 + components: + - type: Transform + pos: -1.5,2.5 + parent: 52 + - uid: 77 + components: + - type: Transform + pos: -3.5,1.5 + parent: 52 + - uid: 79 + components: + - type: Transform + pos: -1.5,3.5 + parent: 52 + - uid: 81 + components: + - type: Transform + pos: -3.5,2.5 + parent: 52 + - uid: 84 + components: + - type: Transform + pos: 4.5,2.5 + parent: 52 + - uid: 85 + components: + - type: Transform + pos: 3.5,2.5 + parent: 52 + - uid: 88 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 52 + - uid: 93 + components: + - type: Transform + pos: -0.5,3.5 + parent: 52 + - uid: 94 + components: + - type: Transform + pos: -2.5,2.5 + parent: 52 + - uid: 96 + components: + - type: Transform + pos: 1.5,4.5 + parent: 52 + - uid: 97 + components: + - type: Transform + pos: -0.5,1.5 + parent: 52 + - uid: 98 + components: + - type: Transform + pos: 2.5,4.5 + parent: 52 + - uid: 129 + components: + - type: Transform + pos: 2.5,3.5 + parent: 52 +- proto: WeaponRevolverPirate + entities: + - uid: 148 + components: + - type: Transform + pos: 1.46875,3.25 + parent: 52 +... diff --git a/Resources/Maps/Salvage/medium-ruined-emergency-shuttle.yml b/Resources/Maps/Salvage/medium-ruined-emergency-shuttle.yml index f24db31f235..214718d5ef3 100644 --- a/Resources/Maps/Salvage/medium-ruined-emergency-shuttle.yml +++ b/Resources/Maps/Salvage/medium-ruined-emergency-shuttle.yml @@ -1,961 +1,961 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 81: FloorShuttleBlue - 82: FloorShuttleOrange - 84: FloorShuttleRed - 85: FloorShuttleWhite - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 130 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAVAAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: VQAAAAAAVQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: [] - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-2: - 0: 52360 - -2,-1: - 0: 52428 - -1,-2: - 0: 65501 - 1: 32 - -1,-1: - 0: 65535 - 0,-3: - 0: 53248 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-2: - 0: 4369 - 1,-1: - 0: 4369 - -2,0: - 0: 52420 - -2,1: - 0: 2252 - -1,0: - 0: 65535 - -1,1: - 0: 61439 - 0,0: - 0: 65535 - 0,1: - 0: 65535 - 1,0: - 0: 4369 - 1,1: - 0: 4369 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay -- proto: AirlockGlass - entities: - - uid: 57 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 130 -- proto: AirlockShuttle - entities: - - uid: 38 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 130 - - uid: 39 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,3.5 - parent: 130 - - uid: 40 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-4.5 - parent: 130 - - uid: 41 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,5.5 - parent: 130 -- proto: AlwaysPoweredWallLight - entities: - - uid: 126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 130 -- proto: ChairPilotSeat - entities: - - uid: 68 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 130 - - uid: 69 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 130 - - uid: 72 - components: - - type: Transform - pos: -0.5,5.5 - parent: 130 - - uid: 73 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 130 - - uid: 74 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 130 - - uid: 77 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,1.5 - parent: 130 - - uid: 78 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 130 - - uid: 79 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 130 - - uid: 83 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,1.5 - parent: 130 - - uid: 84 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 130 - - uid: 85 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,2.5 - parent: 130 - - uid: 86 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 130 - - uid: 87 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 130 - - uid: 88 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,1.5 - parent: 130 - - uid: 89 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 130 - - uid: 91 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 130 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 131 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 130 - - uid: 132 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 130 - - uid: 133 - components: - - type: Transform - pos: 2.5,7.5 - parent: 130 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 128 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 130 -- proto: CrateEmergencyExplosive - entities: - - uid: 137 - components: - - type: Transform - pos: -2.5,6.5 - parent: 130 -- proto: CrateEngineeringCableMV - entities: - - uid: 55 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 130 -- proto: Crowbar - entities: - - uid: 116 - components: - - type: Transform - pos: 3.5,7.5 - parent: 130 - - type: Physics - canCollide: False - - uid: 117 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 130 - - type: Physics - canCollide: False -- proto: ExtinguisherCabinetFilled - entities: - - uid: 120 - components: - - type: Transform - pos: 4.5,3.5 - parent: 130 - - uid: 121 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 130 - - uid: 122 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 130 - - uid: 123 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 130 - - uid: 124 - components: - - type: Transform - pos: -3.5,4.5 - parent: 130 -- proto: GeneratorBasic - entities: - - uid: 44 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 130 -- proto: Girder - entities: - - uid: 54 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 130 -- proto: Grille - entities: - - uid: 4 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 130 - - uid: 10 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 130 - - uid: 12 - components: - - type: Transform - pos: 4.5,5.5 - parent: 130 - - uid: 16 - components: - - type: Transform - pos: 4.5,7.5 - parent: 130 - - uid: 17 - components: - - type: Transform - pos: -1.5,5.5 - parent: 130 - - uid: 18 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 130 - - uid: 43 - components: - - type: Transform - pos: -5.5,1.5 - parent: 130 - - uid: 51 - components: - - type: Transform - pos: 4.5,0.5 - parent: 130 - - uid: 71 - components: - - type: Transform - pos: 4.5,1.5 - parent: 130 -- proto: GrilleBroken - entities: - - uid: 45 - components: - - type: Transform - pos: -1.5,7.5 - parent: 130 - - uid: 75 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 - parent: 130 - - uid: 76 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 130 - - uid: 80 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 130 - - uid: 81 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 130 - - uid: 144 - components: - - type: Transform - pos: -5.5,0.5 - parent: 130 -- proto: Gyroscope - entities: - - uid: 8 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 130 -- proto: MaterialDurathread1 - entities: - - uid: 9 - components: - - type: Transform - pos: 2.671875,-6.5154533 - parent: 130 - - uid: 34 - components: - - type: Transform - pos: 2.296875,-6.1092033 - parent: 130 -- proto: MedkitBurnFilled - entities: - - uid: 114 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 130 - - type: Physics - canCollide: False - - uid: 115 - components: - - type: Transform - pos: 3.5,7.5 - parent: 130 - - type: Physics - canCollide: False -- proto: MedkitFilled - entities: - - uid: 118 - components: - - type: Transform - pos: 3.6129847,7.341474 - parent: 130 - - uid: 119 - components: - - type: Transform - pos: 3.6442347,-5.629479 - parent: 130 -- proto: RollerBed - entities: - - uid: 129 - components: - - type: Transform - pos: 1.4799528,-6.355282 - parent: 130 - - type: Physics - canCollide: False -- proto: SalvageCanisterSpawner - entities: - - uid: 140 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 130 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 37 - components: - - type: Transform - pos: 3.5,0.5 - parent: 130 - - uid: 134 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 130 - - uid: 135 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 130 - - uid: 136 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 130 -- proto: SalvageMobSpawner - entities: - - uid: 141 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 130 - - uid: 142 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 130 - - uid: 143 - components: - - type: Transform - pos: 0.5,6.5 - parent: 130 -- proto: ShardGlassReinforced - entities: - - uid: 42 - components: - - type: Transform - pos: -1.8659657,6.4085593 - parent: 130 - - type: Physics - canCollide: False - - uid: 70 - components: - - type: Transform - pos: -2.2565908,6.7523093 - parent: 130 - - type: Physics - canCollide: False -- proto: SheetSteel1 - entities: - - uid: 82 - components: - - type: Transform - rot: 0.00074002705514431 rad - pos: 3.341268,-8.26206 - parent: 130 - - type: Physics - canCollide: False -- proto: ShuttleWindow - entities: - - uid: 32 - components: - - type: Transform - pos: -5.5,1.5 - parent: 130 - - uid: 53 - components: - - type: Transform - pos: 4.5,7.5 - parent: 130 - - uid: 58 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 130 - - uid: 59 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 130 - - uid: 61 - components: - - type: Transform - pos: -1.5,5.5 - parent: 130 - - uid: 62 - components: - - type: Transform - pos: 4.5,5.5 - parent: 130 - - uid: 63 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 130 - - uid: 64 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 130 - - uid: 65 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 130 - - uid: 66 - components: - - type: Transform - pos: 4.5,1.5 - parent: 130 - - uid: 67 - components: - - type: Transform - pos: 4.5,0.5 - parent: 130 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 36 - components: - - type: Transform - pos: -0.5,0.5 - parent: 130 -- proto: StasisBed - entities: - - uid: 90 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 130 -- proto: Table - entities: - - uid: 14 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 130 - - uid: 92 - components: - - type: Transform - pos: -0.5,4.5 - parent: 130 - - uid: 93 - components: - - type: Transform - pos: 0.5,4.5 - parent: 130 - - uid: 94 - components: - - type: Transform - pos: 1.5,4.5 - parent: 130 - - uid: 95 - components: - - type: Transform - pos: 1.5,5.5 - parent: 130 - - uid: 113 - components: - - type: Transform - pos: 3.5,7.5 - parent: 130 -- proto: Thruster - entities: - - uid: 35 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-8.5 - parent: 130 -- proto: VendingMachineWallMedical - entities: - - uid: 23 - components: - - type: Transform - pos: -1.5,4.5 - parent: 130 - - uid: 125 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 130 -- proto: WallShuttle - entities: - - uid: 3 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 130 - - uid: 5 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 130 - - uid: 7 - components: - - type: Transform - pos: 4.5,4.5 - parent: 130 - - uid: 11 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 130 - - uid: 13 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 130 - - uid: 15 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 130 - - uid: 19 - components: - - type: Transform - pos: -4.5,4.5 - parent: 130 - - uid: 20 - components: - - type: Transform - pos: -5.5,4.5 - parent: 130 - - uid: 21 - components: - - type: Transform - pos: -5.5,2.5 - parent: 130 - - uid: 22 - components: - - type: Transform - pos: -1.5,4.5 - parent: 130 - - uid: 25 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 130 - - uid: 26 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 130 - - uid: 27 - components: - - type: Transform - pos: 4.5,2.5 - parent: 130 - - uid: 28 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 130 - - uid: 29 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 130 - - uid: 30 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 130 - - uid: 31 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 130 - - uid: 33 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 130 - - uid: 46 - components: - - type: Transform - pos: -3.5,4.5 - parent: 130 - - uid: 47 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 130 - - uid: 50 - components: - - type: Transform - pos: 4.5,6.5 - parent: 130 - - uid: 60 - components: - - type: Transform - pos: 4.5,3.5 - parent: 130 -- proto: WindowReinforcedDirectional - entities: - - uid: 1 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 130 - - uid: 2 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 130 - - uid: 6 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 130 - - uid: 24 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 130 - - uid: 48 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-7.5 - parent: 130 - - uid: 49 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-7.5 - parent: 130 - - uid: 52 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 130 - - uid: 56 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 130 - - uid: 96 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 130 - - uid: 97 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 130 - - uid: 98 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 130 - - uid: 99 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 130 - - uid: 100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 130 - - uid: 101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 130 - - uid: 102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 130 - - uid: 103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,2.5 - parent: 130 - - uid: 104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 - parent: 130 - - uid: 105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 130 - - uid: 106 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 130 - - uid: 107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 130 - - uid: 108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 - parent: 130 - - uid: 109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 130 - - uid: 110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 130 - - uid: 111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 130 - - uid: 112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 130 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 81: FloorShuttleBlue + 82: FloorShuttleOrange + 84: FloorShuttleRed + 85: FloorShuttleWhite + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 130 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAVAAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: VQAAAAAAVQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: [] + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GridPathfinding + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-2: + 0: 52360 + -2,-1: + 0: 52428 + -1,-2: + 0: 65501 + 1: 32 + -1,-1: + 0: 65535 + 0,-3: + 0: 53248 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-2: + 0: 4369 + 1,-1: + 0: 4369 + -2,0: + 0: 52420 + -2,1: + 0: 2252 + -1,0: + 0: 65535 + -1,1: + 0: 61439 + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 1,0: + 0: 4369 + 1,1: + 0: 4369 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay +- proto: AirlockGlass + entities: + - uid: 57 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 130 +- proto: AirlockShuttle + entities: + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 130 + - uid: 39 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 130 + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 130 + - uid: 41 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 130 +- proto: AlwaysPoweredWallLight + entities: + - uid: 126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 130 +- proto: ChairPilotSeat + entities: + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 130 + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 130 + - uid: 72 + components: + - type: Transform + pos: -0.5,5.5 + parent: 130 + - uid: 73 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 130 + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 130 + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 130 + - uid: 78 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 130 + - uid: 79 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 130 + - uid: 83 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,1.5 + parent: 130 + - uid: 84 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 130 + - uid: 85 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 130 + - uid: 86 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 130 + - uid: 87 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 130 + - uid: 88 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,1.5 + parent: 130 + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 130 + - uid: 91 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 130 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 131 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 130 + - uid: 132 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 130 + - uid: 133 + components: + - type: Transform + pos: 2.5,7.5 + parent: 130 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 128 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 130 +- proto: CrateEmergencyExplosive + entities: + - uid: 137 + components: + - type: Transform + pos: -2.5,6.5 + parent: 130 +- proto: CrateEngineeringCableMV + entities: + - uid: 55 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 130 +- proto: Crowbar + entities: + - uid: 116 + components: + - type: Transform + pos: 3.5,7.5 + parent: 130 + - type: Physics + canCollide: False + - uid: 117 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 130 + - type: Physics + canCollide: False +- proto: ExtinguisherCabinetFilled + entities: + - uid: 120 + components: + - type: Transform + pos: 4.5,3.5 + parent: 130 + - uid: 121 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 130 + - uid: 122 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 130 + - uid: 123 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 130 + - uid: 124 + components: + - type: Transform + pos: -3.5,4.5 + parent: 130 +- proto: GeneratorBasic + entities: + - uid: 44 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 130 +- proto: Girder + entities: + - uid: 54 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 130 +- proto: Grille + entities: + - uid: 4 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 130 + - uid: 10 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 130 + - uid: 12 + components: + - type: Transform + pos: 4.5,5.5 + parent: 130 + - uid: 16 + components: + - type: Transform + pos: 4.5,7.5 + parent: 130 + - uid: 17 + components: + - type: Transform + pos: -1.5,5.5 + parent: 130 + - uid: 18 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 130 + - uid: 43 + components: + - type: Transform + pos: -5.5,1.5 + parent: 130 + - uid: 51 + components: + - type: Transform + pos: 4.5,0.5 + parent: 130 + - uid: 71 + components: + - type: Transform + pos: 4.5,1.5 + parent: 130 +- proto: GrilleBroken + entities: + - uid: 45 + components: + - type: Transform + pos: -1.5,7.5 + parent: 130 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-3.5 + parent: 130 + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 130 + - uid: 80 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 130 + - uid: 81 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 130 + - uid: 144 + components: + - type: Transform + pos: -5.5,0.5 + parent: 130 +- proto: Gyroscope + entities: + - uid: 8 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 130 +- proto: MaterialDurathread1 + entities: + - uid: 9 + components: + - type: Transform + pos: 2.671875,-6.5154533 + parent: 130 + - uid: 34 + components: + - type: Transform + pos: 2.296875,-6.1092033 + parent: 130 +- proto: MedkitBurnFilled + entities: + - uid: 114 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 130 + - type: Physics + canCollide: False + - uid: 115 + components: + - type: Transform + pos: 3.5,7.5 + parent: 130 + - type: Physics + canCollide: False +- proto: MedkitFilled + entities: + - uid: 118 + components: + - type: Transform + pos: 3.6129847,7.341474 + parent: 130 + - uid: 119 + components: + - type: Transform + pos: 3.6442347,-5.629479 + parent: 130 +- proto: RollerBed + entities: + - uid: 129 + components: + - type: Transform + pos: 1.4799528,-6.355282 + parent: 130 + - type: Physics + canCollide: False +- proto: SalvageCanisterSpawner + entities: + - uid: 140 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 130 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 37 + components: + - type: Transform + pos: 3.5,0.5 + parent: 130 + - uid: 134 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 130 + - uid: 135 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 130 + - uid: 136 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 130 +- proto: SalvageMobSpawner + entities: + - uid: 141 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 130 + - uid: 142 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 130 + - uid: 143 + components: + - type: Transform + pos: 0.5,6.5 + parent: 130 +- proto: ShardGlassReinforced + entities: + - uid: 42 + components: + - type: Transform + pos: -1.8659657,6.4085593 + parent: 130 + - type: Physics + canCollide: False + - uid: 70 + components: + - type: Transform + pos: -2.2565908,6.7523093 + parent: 130 + - type: Physics + canCollide: False +- proto: SheetSteel1 + entities: + - uid: 82 + components: + - type: Transform + rot: 0.00074002705514431 rad + pos: 3.341268,-8.26206 + parent: 130 + - type: Physics + canCollide: False +- proto: ShuttleWindow + entities: + - uid: 32 + components: + - type: Transform + pos: -5.5,1.5 + parent: 130 + - uid: 53 + components: + - type: Transform + pos: 4.5,7.5 + parent: 130 + - uid: 58 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 130 + - uid: 59 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 130 + - uid: 61 + components: + - type: Transform + pos: -1.5,5.5 + parent: 130 + - uid: 62 + components: + - type: Transform + pos: 4.5,5.5 + parent: 130 + - uid: 63 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 130 + - uid: 64 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 130 + - uid: 65 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 130 + - uid: 66 + components: + - type: Transform + pos: 4.5,1.5 + parent: 130 + - uid: 67 + components: + - type: Transform + pos: 4.5,0.5 + parent: 130 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 36 + components: + - type: Transform + pos: -0.5,0.5 + parent: 130 +- proto: StasisBed + entities: + - uid: 90 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 130 +- proto: Table + entities: + - uid: 14 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 130 + - uid: 92 + components: + - type: Transform + pos: -0.5,4.5 + parent: 130 + - uid: 93 + components: + - type: Transform + pos: 0.5,4.5 + parent: 130 + - uid: 94 + components: + - type: Transform + pos: 1.5,4.5 + parent: 130 + - uid: 95 + components: + - type: Transform + pos: 1.5,5.5 + parent: 130 + - uid: 113 + components: + - type: Transform + pos: 3.5,7.5 + parent: 130 +- proto: Thruster + entities: + - uid: 35 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-8.5 + parent: 130 +- proto: VendingMachineWallMedical + entities: + - uid: 23 + components: + - type: Transform + pos: -1.5,4.5 + parent: 130 + - uid: 125 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 130 +- proto: WallShuttle + entities: + - uid: 3 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 130 + - uid: 5 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 130 + - uid: 7 + components: + - type: Transform + pos: 4.5,4.5 + parent: 130 + - uid: 11 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 130 + - uid: 13 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 130 + - uid: 15 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 130 + - uid: 19 + components: + - type: Transform + pos: -4.5,4.5 + parent: 130 + - uid: 20 + components: + - type: Transform + pos: -5.5,4.5 + parent: 130 + - uid: 21 + components: + - type: Transform + pos: -5.5,2.5 + parent: 130 + - uid: 22 + components: + - type: Transform + pos: -1.5,4.5 + parent: 130 + - uid: 25 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 130 + - uid: 26 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 130 + - uid: 27 + components: + - type: Transform + pos: 4.5,2.5 + parent: 130 + - uid: 28 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 130 + - uid: 29 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 130 + - uid: 30 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 130 + - uid: 31 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 130 + - uid: 33 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 130 + - uid: 46 + components: + - type: Transform + pos: -3.5,4.5 + parent: 130 + - uid: 47 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 130 + - uid: 50 + components: + - type: Transform + pos: 4.5,6.5 + parent: 130 + - uid: 60 + components: + - type: Transform + pos: 4.5,3.5 + parent: 130 +- proto: WindowReinforcedDirectional + entities: + - uid: 1 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 130 + - uid: 2 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 130 + - uid: 6 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 130 + - uid: 24 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 130 + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 130 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 130 + - uid: 52 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 130 + - uid: 56 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 130 + - uid: 96 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 130 + - uid: 97 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 130 + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 130 + - uid: 99 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 130 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 130 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 130 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 130 + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 130 + - uid: 104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 130 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 130 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 130 + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 130 + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 130 + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 130 + - uid: 110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 130 + - uid: 111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 130 + - uid: 112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 130 +... diff --git a/Resources/Maps/Salvage/medium-silent-orchestra.yml b/Resources/Maps/Salvage/medium-silent-orchestra.yml index dddd6fd7405..2b1cfaf85e3 100644 --- a/Resources/Maps/Salvage/medium-silent-orchestra.yml +++ b/Resources/Maps/Salvage/medium-silent-orchestra.yml @@ -1,1045 +1,1045 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 19: FloorBrokenWood - 25: FloorClown - 86: FloorSilver - 89: FloorSteel - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 162 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAABEwAAAAAAdgAAAAADdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAdgAAAAABdgAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAAC - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAABdgAAAAACEwAAAAAEdgAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAACdgAAAAAAEwAAAAAFEwAAAAAEeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAEwAAAAAAEwAAAAAFdgAAAAADdgAAAAADdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: dgAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAADWQAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAABdgAAAAADEwAAAAACdgAAAAADWQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: BrickTileSteelCornerSe - decals: - 2: 4,-2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerSw - decals: - 12: -6,-2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE - decals: - 0: 4,1 - 1: 4,0 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineS - decals: - 3: 3,-2 - 4: 2,-2 - 5: 1,-2 - 6: 0,-2 - 7: -1,-2 - 8: -2,-2 - 9: -3,-2 - 10: -4,-2 - 11: -5,-2 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineW - decals: - 13: -6,-1 - 14: -6,0 - 15: -6,1 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 16: -1,-5 - 17: -1,-4 - 18: -3,-3 - 19: -4,-3 - 20: -5,-3 - 21: -7,0 - 22: -7,1 - 23: -7,-1 - 24: 1,-3 - 25: 2,-3 - 26: 5,1 - 27: 5,1 - 28: 5,1 - 29: 1,-5 - 30: 0,-5 - 31: -2,-6 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockTheatreLocked - entities: - - uid: 12 - components: - - type: Transform - pos: -6.5,2.5 - parent: 162 - - uid: 13 - components: - - type: Transform - pos: 5.5,2.5 - parent: 162 -- proto: Barricade - entities: - - uid: 160 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 162 -- proto: CarpStatue - entities: - - uid: 97 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 162 -- proto: ChairOfficeDark - entities: - - uid: 107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 162 - - uid: 108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,3.5 - parent: 162 -- proto: ChairWood - entities: - - uid: 64 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 162 - - uid: 65 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 162 - - uid: 67 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 162 - - uid: 68 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 162 - - uid: 69 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 162 - - uid: 70 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 162 - - uid: 71 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 162 - - uid: 73 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-3.5 - parent: 162 - - uid: 74 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 162 - - uid: 75 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 162 - - uid: 76 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 162 - - uid: 77 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-4.5 - parent: 162 - - uid: 78 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-5.5 - parent: 162 - - uid: 79 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-6.5 - parent: 162 - - uid: 80 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 162 - - uid: 81 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 162 - - uid: 82 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 162 - - uid: 83 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 162 - - uid: 84 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 162 - - uid: 85 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 162 - - uid: 88 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-3.5 - parent: 162 - - uid: 90 - components: - - type: Transform - pos: -0.5,1.5 - parent: 162 -- proto: ChessBoard - entities: - - uid: 96 - components: - - type: Transform - pos: 2.5241055,3.471374 - parent: 162 - - type: Physics - canCollide: False -- proto: ClothingUniformJumpsuitMercenary - entities: - - uid: 99 - components: - - type: Transform - pos: -1.4439769,5.6324825 - parent: 162 -- proto: ComfyChair - entities: - - uid: 104 - components: - - type: Transform - pos: -2.5,5.5 - parent: 162 -- proto: ContrabassInstrument - entities: - - uid: 19 - components: - - type: Transform - pos: 0.5,0.5 - parent: 162 -- proto: d20Dice - entities: - - uid: 105 - components: - - type: Transform - rot: 0.00015378765237983316 rad - pos: -1.944643,5.7349615 - parent: 162 -- proto: d6Dice - entities: - - uid: 106 - components: - - type: Transform - pos: -1.6946445,5.299499 - parent: 162 - - type: Physics - canCollide: False -- proto: DrinkBottleGin - entities: - - uid: 112 - components: - - type: Transform - pos: 2.2428555,-6.4262753 - parent: 162 - - type: Physics - canCollide: False -- proto: DrinkBottleRum - entities: - - uid: 136 - components: - - type: Transform - pos: -4.0383945,-2.613775 - parent: 162 - - type: Physics - canCollide: False -- proto: DrinkMugDog - entities: - - uid: 21 - components: - - type: Transform - pos: -6.50374,5.4346943 - parent: 162 -- proto: DrinkSodaWaterCan - entities: - - uid: 98 - components: - - type: Transform - pos: -2.1165195,-3.645025 - parent: 162 - - type: Physics - canCollide: False -- proto: DrinkWaterBottleFull - entities: - - uid: 89 - components: - - type: Transform - pos: 1.1178555,5.2455997 - parent: 162 - - type: Physics - canCollide: False -- proto: Floodlight - entities: - - uid: 14 - components: - - type: Transform - pos: -3.2441242,-0.24739087 - parent: 162 - - uid: 15 - components: - - type: Transform - pos: 2.5215008,-0.15364087 - parent: 162 -- proto: FloorTileItemSilver - entities: - - uid: 40 - components: - - type: Transform - pos: -5.551844,4.574896 - parent: 162 - - type: Physics - canCollide: False - - uid: 41 - components: - - type: Transform - pos: -4.723719,5.356146 - parent: 162 - - type: Physics - canCollide: False - - uid: 42 - components: - - type: Transform - pos: -4.911219,4.918646 - parent: 162 - - type: Physics - canCollide: False - - uid: 43 - components: - - type: Transform - pos: -4.645594,3.5436459 - parent: 162 - - type: Physics - canCollide: False - - uid: 44 - components: - - type: Transform - pos: -1.1198876,5.262396 - parent: 162 - - type: Physics - canCollide: False - - uid: 45 - components: - - type: Transform - pos: -2.4167626,4.668646 - parent: 162 - - type: Physics - canCollide: False - - uid: 46 - components: - - type: Transform - pos: 1.6926124,4.418646 - parent: 162 - - type: Physics - canCollide: False - - uid: 47 - components: - - type: Transform - pos: 0.7551124,3.7623959 - parent: 162 - - type: Physics - canCollide: False - - uid: 48 - components: - - type: Transform - pos: 6.4663706,3.4967709 - parent: 162 - - type: Physics - canCollide: False - - uid: 49 - components: - - type: Transform - pos: 5.9507456,4.246771 - parent: 162 - - type: Physics - canCollide: False - - uid: 50 - components: - - type: Transform - pos: 5.1851206,4.465521 - parent: 162 - - type: Physics - canCollide: False - - uid: 51 - components: - - type: Transform - pos: 5.2163706,4.653021 - parent: 162 - - type: Physics - canCollide: False - - uid: 52 - components: - - type: Transform - pos: 5.8101206,3.7155209 - parent: 162 - - type: Physics - canCollide: False - - uid: 53 - components: - - type: Transform - pos: 4.9507456,3.6373959 - parent: 162 - - type: Physics - canCollide: False - - uid: 54 - components: - - type: Transform - pos: 4.4351206,5.512396 - parent: 162 - - type: Physics - canCollide: False -- proto: FoodBakedPretzel - entities: - - uid: 119 - components: - - type: Transform - pos: 0.6453335,-2.6183023 - parent: 162 -- proto: FoodBurgerClown - entities: - - uid: 102 - components: - - type: Transform - pos: -3.1165195,-4.466126 - parent: 162 - - type: Physics - canCollide: False -- proto: FoodFrozenPopsicleOrange - entities: - - uid: 117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.2102695,-2.5044 - parent: 162 - - type: Physics - canCollide: False -- proto: FoodFrozenPopsicleTrash - entities: - - uid: 120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.4133945,-6.4106503 - parent: 162 - - type: Physics - canCollide: False -- proto: FoodFrozenSnowconeClown - entities: - - uid: 103 - components: - - type: Transform - pos: 4.0397305,-2.716126 - parent: 162 - - type: Physics - canCollide: False -- proto: FoodSnackPopcorn - entities: - - uid: 121 - components: - - type: Transform - pos: -1.2727695,-2.520025 - parent: 162 - - type: Physics - canCollide: False -- proto: Girder - entities: - - uid: 25 - components: - - type: Transform - pos: 3.5,6.5 - parent: 162 - - uid: 30 - components: - - type: Transform - pos: -7.5,1.5 - parent: 162 - - uid: 32 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 162 - - uid: 33 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 162 - - uid: 63 - components: - - type: Transform - pos: -3.5,6.5 - parent: 162 -- proto: GunpetInstrument - entities: - - uid: 157 - components: - - type: Transform - pos: 0.9612335,3.3142223 - parent: 162 - - type: Physics - canCollide: False -- proto: MaterialWoodPlank - entities: - - uid: 95 - components: - - type: Transform - pos: 0.55019546,5.474492 - parent: 162 - - uid: 101 - components: - - type: Transform - pos: -5.1492805,1.6008873 - parent: 162 -- proto: MedkitFilled - entities: - - uid: 110 - components: - - type: Transform - pos: 2.0084805,5.6518497 - parent: 162 - - type: Physics - canCollide: False -- proto: MonkeyCubeWrapped - entities: - - uid: 58 - components: - - type: Transform - pos: -0.11651945,5.1636443 - parent: 162 - - type: Physics - canCollide: False - - uid: 59 - components: - - type: Transform - pos: -0.17901945,5.5073943 - parent: 162 - - type: Physics - canCollide: False - - uid: 60 - components: - - type: Transform - pos: -0.36651945,5.2730193 - parent: 162 - - type: Physics - canCollide: False -- proto: MusicBoxInstrument - entities: - - uid: 20 - components: - - type: Transform - pos: 4.2845707,1.5526171 - parent: 162 -- proto: PanFluteInstrument - entities: - - uid: 18 - components: - - type: Transform - pos: -3.5435545,5.536992 - parent: 162 -- proto: ParchisBoard - entities: - - uid: 118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.4147305,3.40185 - parent: 162 - - type: Physics - canCollide: False -- proto: PartRodMetal1 - entities: - - uid: 62 - components: - - type: Transform - pos: 0.22723055,-0.8676058 - parent: 162 - - type: Physics - canCollide: False -- proto: PianoInstrument - entities: - - uid: 92 - components: - - type: Transform - pos: -0.5,0.5 - parent: 162 -- proto: PosterContrabandClown - entities: - - uid: 159 - components: - - type: Transform - pos: -3.5,2.5 - parent: 162 -- proto: Railing - entities: - - uid: 66 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 162 - - uid: 72 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 162 - - uid: 86 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 162 - - uid: 87 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 162 - - uid: 122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 162 - - uid: 125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 162 - - uid: 126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 - parent: 162 - - uid: 127 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,1.5 - parent: 162 - - uid: 128 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 162 - - uid: 129 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 162 - - uid: 130 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 162 - - uid: 131 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 162 - - uid: 132 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 162 -- proto: RailingCorner - entities: - - uid: 123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 162 - - uid: 124 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 162 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 17 - components: - - type: Transform - pos: -5.5,5.5 - parent: 162 -- proto: SalvageMobSpawner - entities: - - uid: 147 - components: - - type: Transform - pos: 1.5,1.5 - parent: 162 - - uid: 149 - components: - - type: Transform - pos: 1.5,3.5 - parent: 162 - - uid: 150 - components: - - type: Transform - pos: 3.5,3.5 - parent: 162 - - uid: 151 - components: - - type: Transform - pos: -2.5,5.5 - parent: 162 - - uid: 152 - components: - - type: Transform - pos: -0.5,1.5 - parent: 162 - - uid: 153 - components: - - type: Transform - pos: 0.5,1.5 - parent: 162 - - uid: 154 - components: - - type: Transform - pos: -1.5,1.5 - parent: 162 - - uid: 155 - components: - - type: Transform - pos: -2.5,1.5 - parent: 162 -- proto: Stool - entities: - - uid: 138 - components: - - type: Transform - pos: -2.5,1.5 - parent: 162 - - uid: 139 - components: - - type: Transform - pos: -1.5,1.5 - parent: 162 - - uid: 140 - components: - - type: Transform - pos: 1.5,1.5 - parent: 162 - - uid: 141 - components: - - type: Transform - pos: 0.5,1.5 - parent: 162 -- proto: Table - entities: - - uid: 143 - components: - - type: Transform - pos: -1.5,5.5 - parent: 162 - - uid: 144 - components: - - type: Transform - pos: -3.5,5.5 - parent: 162 - - uid: 145 - components: - - type: Transform - pos: 2.5,3.5 - parent: 162 -- proto: TimpaniInstrument - entities: - - uid: 22 - components: - - type: Transform - pos: -1.5,0.5 - parent: 162 -- proto: TomDrumsInstrument - entities: - - uid: 16 - components: - - type: Transform - pos: 1.5,0.5 - parent: 162 -- proto: ToyIan - entities: - - uid: 114 - components: - - type: Transform - pos: -1.4758945,-5.6450253 - parent: 162 - - type: Physics - canCollide: False -- proto: VibraphoneInstrument - entities: - - uid: 23 - components: - - type: Transform - pos: -2.5,0.5 - parent: 162 -- proto: WallSolid - entities: - - uid: 24 - components: - - type: Transform - pos: -7.5,2.5 - parent: 162 - - uid: 29 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 162 - - uid: 34 - components: - - type: Transform - pos: -7.5,3.5 - parent: 162 - - uid: 35 - components: - - type: Transform - pos: -7.5,6.5 - parent: 162 - - uid: 37 - components: - - type: Transform - pos: -7.5,5.5 - parent: 162 - - uid: 38 - components: - - type: Transform - pos: -6.5,6.5 - parent: 162 - - uid: 56 - components: - - type: Transform - pos: 1.5,6.5 - parent: 162 - - uid: 57 - components: - - type: Transform - pos: -4.5,6.5 - parent: 162 - - uid: 61 - components: - - type: Transform - pos: 0.5,6.5 - parent: 162 - - uid: 91 - components: - - type: Transform - pos: -2.5,6.5 - parent: 162 - - uid: 94 - components: - - type: Transform - pos: -0.5,6.5 - parent: 162 -- proto: WallSolidRust - entities: - - uid: 26 - components: - - type: Transform - pos: -7.5,0.5 - parent: 162 - - uid: 27 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 162 - - uid: 28 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 162 - - uid: 31 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 162 - - uid: 36 - components: - - type: Transform - pos: -7.5,4.5 - parent: 162 - - uid: 39 - components: - - type: Transform - pos: 2.5,6.5 - parent: 162 - - uid: 55 - components: - - type: Transform - pos: -5.5,6.5 - parent: 162 - - uid: 93 - components: - - type: Transform - pos: -1.5,6.5 - parent: 162 -- proto: WallWood - entities: - - uid: 1 - components: - - type: Transform - pos: 1.5,2.5 - parent: 162 - - uid: 2 - components: - - type: Transform - pos: 2.5,2.5 - parent: 162 - - uid: 3 - components: - - type: Transform - pos: 3.5,2.5 - parent: 162 - - uid: 4 - components: - - type: Transform - pos: 4.5,2.5 - parent: 162 - - uid: 5 - components: - - type: Transform - pos: 0.5,2.5 - parent: 162 - - uid: 6 - components: - - type: Transform - pos: -0.5,2.5 - parent: 162 - - uid: 7 - components: - - type: Transform - pos: -1.5,2.5 - parent: 162 - - uid: 8 - components: - - type: Transform - pos: -2.5,2.5 - parent: 162 - - uid: 9 - components: - - type: Transform - pos: -3.5,2.5 - parent: 162 - - uid: 10 - components: - - type: Transform - pos: -4.5,2.5 - parent: 162 - - uid: 11 - components: - - type: Transform - pos: -5.5,2.5 - parent: 162 -- proto: WoodenBuckler - entities: - - uid: 158 - components: - - type: Transform - pos: 2.5538442,-1.2584877 - parent: 162 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 19: FloorBrokenWood + 25: FloorClown + 86: FloorSilver + 89: FloorSteel + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 162 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAABEwAAAAAAdgAAAAADdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAdgAAAAABdgAAAAABdgAAAAADdgAAAAAAdgAAAAABdgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAABdgAAAAACEwAAAAAEdgAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAACdgAAAAAAEwAAAAAFEwAAAAAEeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAEwAAAAAAEwAAAAAFdgAAAAADdgAAAAADdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAVgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: dgAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAADWQAAAAABeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABdgAAAAABdgAAAAADEwAAAAACdgAAAAADWQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVgAAAAAAVgAAAAAAVgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 2: 4,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 12: -6,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 0: 4,1 + 1: 4,0 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 3: 3,-2 + 4: 2,-2 + 5: 1,-2 + 6: 0,-2 + 7: -1,-2 + 8: -2,-2 + 9: -3,-2 + 10: -4,-2 + 11: -5,-2 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 13: -6,-1 + 14: -6,0 + 15: -6,1 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 16: -1,-5 + 17: -1,-4 + 18: -3,-3 + 19: -4,-3 + 20: -5,-3 + 21: -7,0 + 22: -7,1 + 23: -7,-1 + 24: 1,-3 + 25: 2,-3 + 26: 5,1 + 27: 5,1 + 28: 5,1 + 29: 1,-5 + 30: 0,-5 + 31: -2,-6 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockTheatreLocked + entities: + - uid: 12 + components: + - type: Transform + pos: -6.5,2.5 + parent: 162 + - uid: 13 + components: + - type: Transform + pos: 5.5,2.5 + parent: 162 +- proto: Barricade + entities: + - uid: 160 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 162 +- proto: CarpStatue + entities: + - uid: 97 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 162 +- proto: ChairOfficeDark + entities: + - uid: 107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 162 + - uid: 108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 162 +- proto: ChairWood + entities: + - uid: 64 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 162 + - uid: 65 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 162 + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 162 + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 162 + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 162 + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 162 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 162 + - uid: 73 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 162 + - uid: 74 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 162 + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 162 + - uid: 76 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 162 + - uid: 77 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 162 + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-5.5 + parent: 162 + - uid: 79 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 162 + - uid: 80 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 162 + - uid: 81 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 162 + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 162 + - uid: 83 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 162 + - uid: 84 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 162 + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 162 + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 162 + - uid: 90 + components: + - type: Transform + pos: -0.5,1.5 + parent: 162 +- proto: ChessBoard + entities: + - uid: 96 + components: + - type: Transform + pos: 2.5241055,3.471374 + parent: 162 + - type: Physics + canCollide: False +- proto: ClothingUniformJumpsuitMercenary + entities: + - uid: 99 + components: + - type: Transform + pos: -1.4439769,5.6324825 + parent: 162 +- proto: ComfyChair + entities: + - uid: 104 + components: + - type: Transform + pos: -2.5,5.5 + parent: 162 +- proto: ContrabassInstrument + entities: + - uid: 19 + components: + - type: Transform + pos: 0.5,0.5 + parent: 162 +- proto: d20Dice + entities: + - uid: 105 + components: + - type: Transform + rot: 0.00015378765237983316 rad + pos: -1.944643,5.7349615 + parent: 162 +- proto: d6Dice + entities: + - uid: 106 + components: + - type: Transform + pos: -1.6946445,5.299499 + parent: 162 + - type: Physics + canCollide: False +- proto: DrinkBottleGin + entities: + - uid: 112 + components: + - type: Transform + pos: 2.2428555,-6.4262753 + parent: 162 + - type: Physics + canCollide: False +- proto: DrinkBottleRum + entities: + - uid: 136 + components: + - type: Transform + pos: -4.0383945,-2.613775 + parent: 162 + - type: Physics + canCollide: False +- proto: DrinkMugDog + entities: + - uid: 21 + components: + - type: Transform + pos: -6.50374,5.4346943 + parent: 162 +- proto: DrinkSodaWaterCan + entities: + - uid: 98 + components: + - type: Transform + pos: -2.1165195,-3.645025 + parent: 162 + - type: Physics + canCollide: False +- proto: DrinkWaterBottleFull + entities: + - uid: 89 + components: + - type: Transform + pos: 1.1178555,5.2455997 + parent: 162 + - type: Physics + canCollide: False +- proto: Floodlight + entities: + - uid: 14 + components: + - type: Transform + pos: -3.2441242,-0.24739087 + parent: 162 + - uid: 15 + components: + - type: Transform + pos: 2.5215008,-0.15364087 + parent: 162 +- proto: FloorTileItemSilver + entities: + - uid: 40 + components: + - type: Transform + pos: -5.551844,4.574896 + parent: 162 + - type: Physics + canCollide: False + - uid: 41 + components: + - type: Transform + pos: -4.723719,5.356146 + parent: 162 + - type: Physics + canCollide: False + - uid: 42 + components: + - type: Transform + pos: -4.911219,4.918646 + parent: 162 + - type: Physics + canCollide: False + - uid: 43 + components: + - type: Transform + pos: -4.645594,3.5436459 + parent: 162 + - type: Physics + canCollide: False + - uid: 44 + components: + - type: Transform + pos: -1.1198876,5.262396 + parent: 162 + - type: Physics + canCollide: False + - uid: 45 + components: + - type: Transform + pos: -2.4167626,4.668646 + parent: 162 + - type: Physics + canCollide: False + - uid: 46 + components: + - type: Transform + pos: 1.6926124,4.418646 + parent: 162 + - type: Physics + canCollide: False + - uid: 47 + components: + - type: Transform + pos: 0.7551124,3.7623959 + parent: 162 + - type: Physics + canCollide: False + - uid: 48 + components: + - type: Transform + pos: 6.4663706,3.4967709 + parent: 162 + - type: Physics + canCollide: False + - uid: 49 + components: + - type: Transform + pos: 5.9507456,4.246771 + parent: 162 + - type: Physics + canCollide: False + - uid: 50 + components: + - type: Transform + pos: 5.1851206,4.465521 + parent: 162 + - type: Physics + canCollide: False + - uid: 51 + components: + - type: Transform + pos: 5.2163706,4.653021 + parent: 162 + - type: Physics + canCollide: False + - uid: 52 + components: + - type: Transform + pos: 5.8101206,3.7155209 + parent: 162 + - type: Physics + canCollide: False + - uid: 53 + components: + - type: Transform + pos: 4.9507456,3.6373959 + parent: 162 + - type: Physics + canCollide: False + - uid: 54 + components: + - type: Transform + pos: 4.4351206,5.512396 + parent: 162 + - type: Physics + canCollide: False +- proto: FoodBakedPretzel + entities: + - uid: 119 + components: + - type: Transform + pos: 0.6453335,-2.6183023 + parent: 162 +- proto: FoodBurgerClown + entities: + - uid: 102 + components: + - type: Transform + pos: -3.1165195,-4.466126 + parent: 162 + - type: Physics + canCollide: False +- proto: FoodFrozenPopsicleOrange + entities: + - uid: 117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.2102695,-2.5044 + parent: 162 + - type: Physics + canCollide: False +- proto: FoodFrozenPopsicleTrash + entities: + - uid: 120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4133945,-6.4106503 + parent: 162 + - type: Physics + canCollide: False +- proto: FoodFrozenSnowconeClown + entities: + - uid: 103 + components: + - type: Transform + pos: 4.0397305,-2.716126 + parent: 162 + - type: Physics + canCollide: False +- proto: FoodSnackPopcorn + entities: + - uid: 121 + components: + - type: Transform + pos: -1.2727695,-2.520025 + parent: 162 + - type: Physics + canCollide: False +- proto: Girder + entities: + - uid: 25 + components: + - type: Transform + pos: 3.5,6.5 + parent: 162 + - uid: 30 + components: + - type: Transform + pos: -7.5,1.5 + parent: 162 + - uid: 32 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 162 + - uid: 33 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 162 + - uid: 63 + components: + - type: Transform + pos: -3.5,6.5 + parent: 162 +- proto: GunpetInstrument + entities: + - uid: 157 + components: + - type: Transform + pos: 0.9612335,3.3142223 + parent: 162 + - type: Physics + canCollide: False +- proto: MaterialWoodPlank + entities: + - uid: 95 + components: + - type: Transform + pos: 0.55019546,5.474492 + parent: 162 + - uid: 101 + components: + - type: Transform + pos: -5.1492805,1.6008873 + parent: 162 +- proto: MedkitFilled + entities: + - uid: 110 + components: + - type: Transform + pos: 2.0084805,5.6518497 + parent: 162 + - type: Physics + canCollide: False +- proto: MonkeyCubeWrapped + entities: + - uid: 58 + components: + - type: Transform + pos: -0.11651945,5.1636443 + parent: 162 + - type: Physics + canCollide: False + - uid: 59 + components: + - type: Transform + pos: -0.17901945,5.5073943 + parent: 162 + - type: Physics + canCollide: False + - uid: 60 + components: + - type: Transform + pos: -0.36651945,5.2730193 + parent: 162 + - type: Physics + canCollide: False +- proto: MusicBoxInstrument + entities: + - uid: 20 + components: + - type: Transform + pos: 4.2845707,1.5526171 + parent: 162 +- proto: PanFluteInstrument + entities: + - uid: 18 + components: + - type: Transform + pos: -3.5435545,5.536992 + parent: 162 +- proto: ParchisBoard + entities: + - uid: 118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.4147305,3.40185 + parent: 162 + - type: Physics + canCollide: False +- proto: PartRodMetal1 + entities: + - uid: 62 + components: + - type: Transform + pos: 0.22723055,-0.8676058 + parent: 162 + - type: Physics + canCollide: False +- proto: PianoInstrument + entities: + - uid: 92 + components: + - type: Transform + pos: -0.5,0.5 + parent: 162 +- proto: PosterContrabandClown + entities: + - uid: 159 + components: + - type: Transform + pos: -3.5,2.5 + parent: 162 +- proto: Railing + entities: + - uid: 66 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 162 + - uid: 72 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 162 + - uid: 86 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 162 + - uid: 87 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 162 + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 162 + - uid: 125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 162 + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 162 + - uid: 127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 162 + - uid: 128 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 162 + - uid: 129 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 162 + - uid: 130 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 162 + - uid: 131 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 162 + - uid: 132 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 162 +- proto: RailingCorner + entities: + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 162 + - uid: 124 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 162 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 17 + components: + - type: Transform + pos: -5.5,5.5 + parent: 162 +- proto: SalvageMobSpawner + entities: + - uid: 147 + components: + - type: Transform + pos: 1.5,1.5 + parent: 162 + - uid: 149 + components: + - type: Transform + pos: 1.5,3.5 + parent: 162 + - uid: 150 + components: + - type: Transform + pos: 3.5,3.5 + parent: 162 + - uid: 151 + components: + - type: Transform + pos: -2.5,5.5 + parent: 162 + - uid: 152 + components: + - type: Transform + pos: -0.5,1.5 + parent: 162 + - uid: 153 + components: + - type: Transform + pos: 0.5,1.5 + parent: 162 + - uid: 154 + components: + - type: Transform + pos: -1.5,1.5 + parent: 162 + - uid: 155 + components: + - type: Transform + pos: -2.5,1.5 + parent: 162 +- proto: Stool + entities: + - uid: 138 + components: + - type: Transform + pos: -2.5,1.5 + parent: 162 + - uid: 139 + components: + - type: Transform + pos: -1.5,1.5 + parent: 162 + - uid: 140 + components: + - type: Transform + pos: 1.5,1.5 + parent: 162 + - uid: 141 + components: + - type: Transform + pos: 0.5,1.5 + parent: 162 +- proto: Table + entities: + - uid: 143 + components: + - type: Transform + pos: -1.5,5.5 + parent: 162 + - uid: 144 + components: + - type: Transform + pos: -3.5,5.5 + parent: 162 + - uid: 145 + components: + - type: Transform + pos: 2.5,3.5 + parent: 162 +- proto: TimpaniInstrument + entities: + - uid: 22 + components: + - type: Transform + pos: -1.5,0.5 + parent: 162 +- proto: TomDrumsInstrument + entities: + - uid: 16 + components: + - type: Transform + pos: 1.5,0.5 + parent: 162 +- proto: ToyIan + entities: + - uid: 114 + components: + - type: Transform + pos: -1.4758945,-5.6450253 + parent: 162 + - type: Physics + canCollide: False +- proto: VibraphoneInstrument + entities: + - uid: 23 + components: + - type: Transform + pos: -2.5,0.5 + parent: 162 +- proto: WallSolid + entities: + - uid: 24 + components: + - type: Transform + pos: -7.5,2.5 + parent: 162 + - uid: 29 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 162 + - uid: 34 + components: + - type: Transform + pos: -7.5,3.5 + parent: 162 + - uid: 35 + components: + - type: Transform + pos: -7.5,6.5 + parent: 162 + - uid: 37 + components: + - type: Transform + pos: -7.5,5.5 + parent: 162 + - uid: 38 + components: + - type: Transform + pos: -6.5,6.5 + parent: 162 + - uid: 56 + components: + - type: Transform + pos: 1.5,6.5 + parent: 162 + - uid: 57 + components: + - type: Transform + pos: -4.5,6.5 + parent: 162 + - uid: 61 + components: + - type: Transform + pos: 0.5,6.5 + parent: 162 + - uid: 91 + components: + - type: Transform + pos: -2.5,6.5 + parent: 162 + - uid: 94 + components: + - type: Transform + pos: -0.5,6.5 + parent: 162 +- proto: WallSolidRust + entities: + - uid: 26 + components: + - type: Transform + pos: -7.5,0.5 + parent: 162 + - uid: 27 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 162 + - uid: 28 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 162 + - uid: 31 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 162 + - uid: 36 + components: + - type: Transform + pos: -7.5,4.5 + parent: 162 + - uid: 39 + components: + - type: Transform + pos: 2.5,6.5 + parent: 162 + - uid: 55 + components: + - type: Transform + pos: -5.5,6.5 + parent: 162 + - uid: 93 + components: + - type: Transform + pos: -1.5,6.5 + parent: 162 +- proto: WallWood + entities: + - uid: 1 + components: + - type: Transform + pos: 1.5,2.5 + parent: 162 + - uid: 2 + components: + - type: Transform + pos: 2.5,2.5 + parent: 162 + - uid: 3 + components: + - type: Transform + pos: 3.5,2.5 + parent: 162 + - uid: 4 + components: + - type: Transform + pos: 4.5,2.5 + parent: 162 + - uid: 5 + components: + - type: Transform + pos: 0.5,2.5 + parent: 162 + - uid: 6 + components: + - type: Transform + pos: -0.5,2.5 + parent: 162 + - uid: 7 + components: + - type: Transform + pos: -1.5,2.5 + parent: 162 + - uid: 8 + components: + - type: Transform + pos: -2.5,2.5 + parent: 162 + - uid: 9 + components: + - type: Transform + pos: -3.5,2.5 + parent: 162 + - uid: 10 + components: + - type: Transform + pos: -4.5,2.5 + parent: 162 + - uid: 11 + components: + - type: Transform + pos: -5.5,2.5 + parent: 162 +- proto: WoodenBuckler + entities: + - uid: 158 + components: + - type: Transform + pos: 2.5538442,-1.2584877 + parent: 162 +... diff --git a/Resources/Maps/Salvage/medium-vault-1.yml b/Resources/Maps/Salvage/medium-vault-1.yml index 46785fab6bd..28e028b7845 100644 --- a/Resources/Maps/Salvage/medium-vault-1.yml +++ b/Resources/Maps/Salvage/medium-vault-1.yml @@ -1,1512 +1,1512 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 42: FloorElevatorShaft - 77: FloorReinforced - 96: FloorSteelDirty - 105: FloorTechMaint2 - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 222 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAAD - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADaQAAAAAAHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABaQAAAAAAHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADaQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Arrows - decals: - 60: -1,-1 - 69: -1,-1 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 58: -2,-4 - 59: -1,0 - - node: - color: '#A4610696' - id: CheckerNESW - decals: - 54: -6,-7 - 55: -6,-6 - 56: -5,-6 - 57: -5,-7 - - node: - color: '#DE3A3A0F' - id: CheckerNESW - decals: - 15: -2,-1 - 16: -1,-1 - 17: 0,-1 - 18: 0,0 - 19: -1,0 - 20: -2,0 - 21: -2,1 - 22: -1,1 - 23: 0,1 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 24: -5,-1 - 25: -4,2 - 26: -4,3 - 27: -5,4 - 28: -1,-1 - 29: 0,1 - 30: -1,0 - 31: 4,-5 - 32: 4,-4 - 33: 2,0 - 34: 2,0 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 35: 2,-1 - 36: 3,0 - 37: 4,0 - 38: 4,-1 - 39: 4,-5 - 40: -1,0 - 41: -2,0 - 42: -2,-1 - 43: -5,-1 - 44: -4,1 - 45: -5,4 - 46: -1,3 - 47: -1,3 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 48: -2,3 - 49: -5,4 - 50: -4,2 - 51: -4,-1 - 52: -5,-3 - 53: 2,-1 - - node: - color: '#DE3A3A0F' - id: QuarterTileOverlayGreyscale - decals: - 6: -6,0 - 7: -6,1 - 8: -6,2 - 9: -6,4 - - node: - color: '#DE3A3A0F' - id: QuarterTileOverlayGreyscale90 - decals: - 10: 4,0 - 11: 4,-1 - 12: 4,-4 - 13: 4,-5 - 14: 4,-6 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNE - decals: - 63: -4,0 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNW - decals: - 64: 2,0 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 65: -4,2 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 3: -1,-5 - 4: -1,-4 - 5: -1,-3 - 62: -4,1 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 66: -1,-1 - 67: -2,-1 - 68: 0,-1 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 0: -1,-5 - 1: -1,-4 - 2: -1,-3 - 61: 2,1 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-2: - 0: 65263 - -2,-1: - 0: 65258 - -1,-2: - 0: 65523 - -1,-1: - 0: 65531 - 1: 4 - 0,-2: - 0: 65524 - 0,-1: - 0: 65535 - 1,-2: - 0: 29491 - 1,-1: - 0: 30515 - -2,0: - 0: 61167 - -2,1: - 0: 1007 - -1,0: - 0: 65527 - 2: 8 - -1,1: - 0: 2815 - 0,0: - 0: 65535 - 0,1: - 0: 315 - 1,0: - 0: 51 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 202.38435 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 197.84607 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockSecurityLocked - entities: - - uid: 83 - components: - - type: Transform - pos: -2.5,3.5 - parent: 222 - - uid: 93 - components: - - type: Transform - pos: -2.5,1.5 - parent: 222 - - uid: 94 - components: - - type: Transform - pos: 1.5,1.5 - parent: 222 -- proto: APCBasic - entities: - - uid: 57 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 222 - - uid: 64 - components: - - type: Transform - pos: -4.5,5.5 - parent: 222 - - uid: 89 - components: - - type: Transform - pos: 3.5,1.5 - parent: 222 -- proto: BoxShotgunFlare - entities: - - uid: 25 - components: - - type: Transform - pos: 0.5821538,-2.3847435 - parent: 222 -- proto: CableApcExtension - entities: - - uid: 109 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 222 - - uid: 110 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 222 - - uid: 111 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 222 - - uid: 112 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 222 - - uid: 113 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 222 - - uid: 114 - components: - - type: Transform - pos: 3.5,1.5 - parent: 222 - - uid: 115 - components: - - type: Transform - pos: 3.5,0.5 - parent: 222 - - uid: 116 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 222 - - uid: 117 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 222 - - uid: 118 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 222 - - uid: 119 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 222 - - uid: 120 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 222 - - uid: 121 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 222 - - uid: 122 - components: - - type: Transform - pos: -4.5,5.5 - parent: 222 - - uid: 123 - components: - - type: Transform - pos: -4.5,4.5 - parent: 222 - - uid: 124 - components: - - type: Transform - pos: -4.5,3.5 - parent: 222 - - uid: 125 - components: - - type: Transform - pos: -4.5,2.5 - parent: 222 - - uid: 126 - components: - - type: Transform - pos: -4.5,1.5 - parent: 222 - - uid: 127 - components: - - type: Transform - pos: -4.5,0.5 - parent: 222 - - uid: 128 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 222 - - uid: 129 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 222 - - uid: 130 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 222 - - uid: 131 - components: - - type: Transform - pos: -3.5,3.5 - parent: 222 - - uid: 132 - components: - - type: Transform - pos: -2.5,3.5 - parent: 222 - - uid: 133 - components: - - type: Transform - pos: -1.5,3.5 - parent: 222 - - uid: 134 - components: - - type: Transform - pos: -0.5,3.5 - parent: 222 - - uid: 135 - components: - - type: Transform - pos: -3.5,1.5 - parent: 222 - - uid: 136 - components: - - type: Transform - pos: -2.5,1.5 - parent: 222 - - uid: 137 - components: - - type: Transform - pos: -1.5,1.5 - parent: 222 - - uid: 138 - components: - - type: Transform - pos: -0.5,1.5 - parent: 222 - - uid: 139 - components: - - type: Transform - pos: -0.5,0.5 - parent: 222 -- proto: CableMV - entities: - - uid: 60 - components: - - type: Transform - pos: -2.5,3.5 - parent: 222 - - uid: 61 - components: - - type: Transform - pos: -1.5,3.5 - parent: 222 - - uid: 62 - components: - - type: Transform - pos: -3.5,3.5 - parent: 222 - - uid: 63 - components: - - type: Transform - pos: -4.5,4.5 - parent: 222 - - uid: 65 - components: - - type: Transform - pos: -4.5,3.5 - parent: 222 - - uid: 87 - components: - - type: Transform - pos: -0.5,3.5 - parent: 222 - - uid: 88 - components: - - type: Transform - pos: -0.5,4.5 - parent: 222 - - uid: 95 - components: - - type: Transform - pos: -4.5,5.5 - parent: 222 - - uid: 96 - components: - - type: Transform - pos: -4.5,2.5 - parent: 222 - - uid: 97 - components: - - type: Transform - pos: -4.5,1.5 - parent: 222 - - uid: 98 - components: - - type: Transform - pos: -3.5,1.5 - parent: 222 - - uid: 99 - components: - - type: Transform - pos: -2.5,1.5 - parent: 222 - - uid: 100 - components: - - type: Transform - pos: -1.5,1.5 - parent: 222 - - uid: 101 - components: - - type: Transform - pos: -0.5,1.5 - parent: 222 - - uid: 102 - components: - - type: Transform - pos: 0.5,1.5 - parent: 222 - - uid: 103 - components: - - type: Transform - pos: 0.5,0.5 - parent: 222 - - uid: 104 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 222 - - uid: 105 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 222 - - uid: 106 - components: - - type: Transform - pos: 1.5,1.5 - parent: 222 - - uid: 107 - components: - - type: Transform - pos: 2.5,1.5 - parent: 222 - - uid: 108 - components: - - type: Transform - pos: 3.5,1.5 - parent: 222 -- proto: Catwalk - entities: - - uid: 140 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 222 - - uid: 141 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 222 - - uid: 142 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 222 - - uid: 143 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 222 - - uid: 144 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 222 - - uid: 145 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 222 - - uid: 146 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 222 -- proto: Chair - entities: - - uid: 182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 222 - - uid: 183 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,2.5 - parent: 222 -- proto: ChairPilotSeat - entities: - - uid: 188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-6.5 - parent: 222 -- proto: ClothingBackpackDuffelSalvage - entities: - - uid: 193 - components: - - type: Transform - pos: -4.5344324,-7.329025 - parent: 222 -- proto: ClothingBackpackDuffelSyndicateAmmo - entities: - - uid: 172 - components: - - type: Transform - pos: -1.6170431,-2.424334 - parent: 222 -- proto: ClothingBackpackMerc - entities: - - uid: 20 - components: - - type: Transform - pos: 0.5821538,-4.4794393 - parent: 222 -- proto: ClothingBeltUtility - entities: - - uid: 196 - components: - - type: Transform - pos: -6.516491,-5.5462 - parent: 222 -- proto: ClothingShoesBootsCombatFilled - entities: - - uid: 220 - components: - - type: Transform - parent: 149 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 221 - components: - - type: Transform - parent: 149 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtOperative - entities: - - uid: 217 - components: - - type: Transform - parent: 149 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitOperative - entities: - - uid: 216 - components: - - type: Transform - parent: 149 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ComputerBroken - entities: - - uid: 48 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 222 -- proto: CrateSalvageEquipment - entities: - - uid: 16 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 222 -- proto: Grille - entities: - - uid: 59 - components: - - type: Transform - pos: -6.5,4.5 - parent: 222 - - uid: 68 - components: - - type: Transform - pos: -6.5,2.5 - parent: 222 - - uid: 81 - components: - - type: Transform - pos: -6.5,0.5 - parent: 222 - - uid: 187 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 222 - - uid: 189 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 222 -- proto: GrilleBroken - entities: - - uid: 190 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 222 - - uid: 191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 222 - - uid: 192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 222 -- proto: HighSecArmoryLocked - entities: - - uid: 92 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 222 -- proto: JetpackBlackFilled - entities: - - uid: 164 - components: - - type: Transform - pos: 0.5798898,-3.4711018 - parent: 222 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 173 - components: - - type: Transform - pos: -1.5,4.5 - parent: 222 -- proto: LockerSyndicatePersonal - entities: - - uid: 149 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 222 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 102.54218 - 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: - - 216 - - 217 - - 220 - - 221 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: MachineFrameDestroyed - entities: - - uid: 197 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 222 -- proto: PartRodMetal1 - entities: - - uid: 198 - components: - - type: Transform - pos: -5.440689,-7.3624687 - parent: 222 - - uid: 199 - components: - - type: Transform - pos: -5.362564,-7.5187187 - parent: 222 - - uid: 200 - components: - - type: Transform - pos: -4.534439,-4.3155937 - parent: 222 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 206 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 222 -- proto: PosterContrabandFreeSyndicateEncryptionKey - entities: - - uid: 167 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 222 -- proto: PosterContrabandSyndicatePistol - entities: - - uid: 169 - components: - - type: Transform - pos: -0.5,2.5 - parent: 222 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 168 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 222 -- proto: PottedPlantBioluminscent - entities: - - uid: 181 - components: - - type: Transform - pos: -5.5,1.5 - parent: 222 -- proto: Poweredlight - entities: - - uid: 184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,2.5 - parent: 222 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 222 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 148 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 222 - - uid: 150 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 222 - - uid: 151 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 222 - - uid: 152 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 222 - - uid: 153 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 222 -- proto: RandomCargoCorpseSpawner - entities: - - uid: 194 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 222 -- proto: ReinforcedGirder - entities: - - uid: 185 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 222 - - uid: 186 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 222 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 3 - components: - - type: Transform - pos: -6.5,2.5 - parent: 222 - - uid: 5 - components: - - type: Transform - pos: -6.5,0.5 - parent: 222 - - uid: 91 - components: - - type: Transform - pos: -6.5,4.5 - parent: 222 -- proto: SalvageCanisterSpawner - entities: - - uid: 209 - components: - - type: Transform - pos: 4.5,0.5 - parent: 222 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 180 - components: - - type: Transform - pos: 0.5,4.5 - parent: 222 - - uid: 211 - components: - - type: Transform - pos: -5.5,4.5 - parent: 222 -- proto: SalvageMobSpawner75 - entities: - - uid: 170 - components: - - type: Transform - pos: -4.5,0.5 - parent: 222 - - uid: 171 - components: - - type: Transform - pos: -4.5,1.5 - parent: 222 - - uid: 176 - components: - - type: Transform - pos: -4.5,2.5 - parent: 222 - - uid: 177 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 222 - - uid: 178 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 222 - - uid: 179 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 222 - - uid: 212 - components: - - type: Transform - pos: -4.5,3.5 - parent: 222 - - uid: 213 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 222 -- proto: SheetSteel - entities: - - uid: 201 - components: - - type: Transform - pos: -5.565689,-1.4874685 - parent: 222 - - uid: 214 - components: - - type: Transform - pos: 2.4696617,3.5103054 - parent: 222 -- proto: SignArmory - entities: - - uid: 30 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 222 -- proto: SignElectricalMed - entities: - - uid: 174 - components: - - type: Transform - pos: -2.5,4.5 - parent: 222 -- proto: SmallLight - entities: - - uid: 147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-5.5 - parent: 222 -- proto: SubstationBasic - entities: - - uid: 53 - components: - - type: Transform - pos: -0.5,4.5 - parent: 222 -- proto: trayScanner - entities: - - uid: 215 - components: - - type: Transform - pos: -0.48346323,3.4946802 - parent: 222 -- proto: VendingMachineSnack - entities: - - uid: 208 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 222 -- proto: WallPlastitanium - entities: - - uid: 1 - components: - - type: Transform - pos: -2.5,5.5 - parent: 222 - - uid: 2 - components: - - type: Transform - pos: 1.5,5.5 - parent: 222 - - uid: 4 - components: - - type: Transform - pos: -6.5,3.5 - parent: 222 - - uid: 6 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 222 - - uid: 7 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 222 - - uid: 8 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 222 - - uid: 9 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 222 - - uid: 10 - components: - - type: Transform - pos: 0.5,5.5 - parent: 222 - - uid: 11 - components: - - type: Transform - pos: 4.5,1.5 - parent: 222 - - uid: 12 - components: - - type: Transform - pos: 3.5,1.5 - parent: 222 - - uid: 13 - components: - - type: Transform - pos: 5.5,0.5 - parent: 222 - - uid: 14 - components: - - type: Transform - pos: 5.5,1.5 - parent: 222 - - uid: 15 - components: - - type: Transform - pos: 1.5,4.5 - parent: 222 - - uid: 18 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 222 - - uid: 19 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 222 - - uid: 21 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 222 - - uid: 22 - components: - - type: Transform - pos: -4.5,5.5 - parent: 222 - - uid: 23 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 222 - - uid: 24 - components: - - type: Transform - pos: -1.5,5.5 - parent: 222 - - uid: 26 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 222 - - uid: 28 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 222 - - uid: 31 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 222 - - uid: 32 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 222 - - uid: 33 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 222 - - uid: 35 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 222 - - uid: 36 - components: - - type: Transform - pos: -0.5,5.5 - parent: 222 - - uid: 37 - components: - - type: Transform - pos: -5.5,5.5 - parent: 222 - - uid: 38 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 222 - - uid: 39 - components: - - type: Transform - pos: -2.5,4.5 - parent: 222 - - uid: 40 - components: - - type: Transform - pos: -3.5,5.5 - parent: 222 - - uid: 41 - components: - - type: Transform - pos: -6.5,1.5 - parent: 222 - - uid: 43 - components: - - type: Transform - pos: -2.5,0.5 - parent: 222 - - uid: 44 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 222 - - uid: 45 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 222 - - uid: 49 - components: - - type: Transform - pos: 2.5,2.5 - parent: 222 - - uid: 50 - components: - - type: Transform - pos: -1.5,2.5 - parent: 222 - - uid: 52 - components: - - type: Transform - pos: -2.5,2.5 - parent: 222 - - uid: 54 - components: - - type: Transform - pos: 0.5,2.5 - parent: 222 - - uid: 55 - components: - - type: Transform - pos: 1.5,2.5 - parent: 222 - - uid: 56 - components: - - type: Transform - pos: -0.5,2.5 - parent: 222 - - uid: 66 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 222 - - uid: 70 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 222 - - uid: 71 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 222 - - uid: 72 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 222 - - uid: 73 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 222 - - uid: 74 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 222 - - uid: 75 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 222 - - uid: 76 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 222 - - uid: 77 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 222 - - uid: 78 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 222 - - uid: 79 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 222 - - uid: 82 - components: - - type: Transform - pos: 1.5,0.5 - parent: 222 - - uid: 84 - components: - - type: Transform - pos: 3.5,2.5 - parent: 222 - - uid: 85 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 222 - - uid: 86 - components: - - type: Transform - pos: -6.5,5.5 - parent: 222 - - uid: 90 - components: - - type: Transform - pos: 1.5,3.5 - parent: 222 - - uid: 175 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 222 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 27 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 222 - - uid: 29 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 222 - - uid: 34 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 222 - - uid: 42 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 222 - - uid: 46 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 222 - - uid: 47 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 222 - - uid: 51 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 222 - - uid: 58 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 222 - - uid: 67 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 222 - - uid: 69 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 222 - - uid: 80 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 222 -- proto: WeaponShotgunImprovisedLoaded - entities: - - uid: 17 - components: - - type: Transform - pos: -1.5115962,-4.5263143 - parent: 222 -- proto: WeaponTurretHostile - entities: - - uid: 202 - components: - - type: Transform - pos: -0.5,0.5 - parent: 222 -- proto: WeaponTurretSyndicateBroken - entities: - - uid: 165 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 222 - - uid: 166 - components: - - type: Transform - pos: 3.5,4.5 - parent: 222 -- proto: WindoorSecureArmoryLocked - entities: - - uid: 158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-4.5 - parent: 222 - - uid: 159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 222 - - uid: 160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 222 - - uid: 161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 222 - - uid: 162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 222 - - uid: 163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 222 -- proto: WindowReinforcedDirectional - entities: - - uid: 154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 222 - - uid: 155 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 222 - - uid: 156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 222 - - uid: 157 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 222 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 42: FloorElevatorShaft + 77: FloorReinforced + 96: FloorSteelDirty + 105: FloorTechMaint2 + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 222 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAKgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAAD + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADaQAAAAAAHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABaQAAAAAAHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADaQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Arrows + decals: + 60: -1,-1 + 69: -1,-1 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 58: -2,-4 + 59: -1,0 + - node: + color: '#A4610696' + id: CheckerNESW + decals: + 54: -6,-7 + 55: -6,-6 + 56: -5,-6 + 57: -5,-7 + - node: + color: '#DE3A3A0F' + id: CheckerNESW + decals: + 15: -2,-1 + 16: -1,-1 + 17: 0,-1 + 18: 0,0 + 19: -1,0 + 20: -2,0 + 21: -2,1 + 22: -1,1 + 23: 0,1 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 24: -5,-1 + 25: -4,2 + 26: -4,3 + 27: -5,4 + 28: -1,-1 + 29: 0,1 + 30: -1,0 + 31: 4,-5 + 32: 4,-4 + 33: 2,0 + 34: 2,0 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 35: 2,-1 + 36: 3,0 + 37: 4,0 + 38: 4,-1 + 39: 4,-5 + 40: -1,0 + 41: -2,0 + 42: -2,-1 + 43: -5,-1 + 44: -4,1 + 45: -5,4 + 46: -1,3 + 47: -1,3 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 48: -2,3 + 49: -5,4 + 50: -4,2 + 51: -4,-1 + 52: -5,-3 + 53: 2,-1 + - node: + color: '#DE3A3A0F' + id: QuarterTileOverlayGreyscale + decals: + 6: -6,0 + 7: -6,1 + 8: -6,2 + 9: -6,4 + - node: + color: '#DE3A3A0F' + id: QuarterTileOverlayGreyscale90 + decals: + 10: 4,0 + 11: 4,-1 + 12: 4,-4 + 13: 4,-5 + 14: 4,-6 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 63: -4,0 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 64: 2,0 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 65: -4,2 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 3: -1,-5 + 4: -1,-4 + 5: -1,-3 + 62: -4,1 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 66: -1,-1 + 67: -2,-1 + 68: 0,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 0: -1,-5 + 1: -1,-4 + 2: -1,-3 + 61: 2,1 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-2: + 0: 65263 + -2,-1: + 0: 65258 + -1,-2: + 0: 65523 + -1,-1: + 0: 65531 + 1: 4 + 0,-2: + 0: 65524 + 0,-1: + 0: 65535 + 1,-2: + 0: 29491 + 1,-1: + 0: 30515 + -2,0: + 0: 61167 + -2,1: + 0: 1007 + -1,0: + 0: 65527 + 2: 8 + -1,1: + 0: 2815 + 0,0: + 0: 65535 + 0,1: + 0: 315 + 1,0: + 0: 51 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 202.38435 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 197.84607 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockSecurityLocked + entities: + - uid: 83 + components: + - type: Transform + pos: -2.5,3.5 + parent: 222 + - uid: 93 + components: + - type: Transform + pos: -2.5,1.5 + parent: 222 + - uid: 94 + components: + - type: Transform + pos: 1.5,1.5 + parent: 222 +- proto: APCBasic + entities: + - uid: 57 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 222 + - uid: 64 + components: + - type: Transform + pos: -4.5,5.5 + parent: 222 + - uid: 89 + components: + - type: Transform + pos: 3.5,1.5 + parent: 222 +- proto: BoxShotgunFlare + entities: + - uid: 25 + components: + - type: Transform + pos: 0.5821538,-2.3847435 + parent: 222 +- proto: CableApcExtension + entities: + - uid: 109 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 222 + - uid: 110 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 222 + - uid: 111 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 222 + - uid: 112 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 222 + - uid: 113 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 222 + - uid: 114 + components: + - type: Transform + pos: 3.5,1.5 + parent: 222 + - uid: 115 + components: + - type: Transform + pos: 3.5,0.5 + parent: 222 + - uid: 116 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 222 + - uid: 117 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 222 + - uid: 118 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 222 + - uid: 119 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 222 + - uid: 120 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 222 + - uid: 121 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 222 + - uid: 122 + components: + - type: Transform + pos: -4.5,5.5 + parent: 222 + - uid: 123 + components: + - type: Transform + pos: -4.5,4.5 + parent: 222 + - uid: 124 + components: + - type: Transform + pos: -4.5,3.5 + parent: 222 + - uid: 125 + components: + - type: Transform + pos: -4.5,2.5 + parent: 222 + - uid: 126 + components: + - type: Transform + pos: -4.5,1.5 + parent: 222 + - uid: 127 + components: + - type: Transform + pos: -4.5,0.5 + parent: 222 + - uid: 128 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 222 + - uid: 129 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 222 + - uid: 130 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 222 + - uid: 131 + components: + - type: Transform + pos: -3.5,3.5 + parent: 222 + - uid: 132 + components: + - type: Transform + pos: -2.5,3.5 + parent: 222 + - uid: 133 + components: + - type: Transform + pos: -1.5,3.5 + parent: 222 + - uid: 134 + components: + - type: Transform + pos: -0.5,3.5 + parent: 222 + - uid: 135 + components: + - type: Transform + pos: -3.5,1.5 + parent: 222 + - uid: 136 + components: + - type: Transform + pos: -2.5,1.5 + parent: 222 + - uid: 137 + components: + - type: Transform + pos: -1.5,1.5 + parent: 222 + - uid: 138 + components: + - type: Transform + pos: -0.5,1.5 + parent: 222 + - uid: 139 + components: + - type: Transform + pos: -0.5,0.5 + parent: 222 +- proto: CableMV + entities: + - uid: 60 + components: + - type: Transform + pos: -2.5,3.5 + parent: 222 + - uid: 61 + components: + - type: Transform + pos: -1.5,3.5 + parent: 222 + - uid: 62 + components: + - type: Transform + pos: -3.5,3.5 + parent: 222 + - uid: 63 + components: + - type: Transform + pos: -4.5,4.5 + parent: 222 + - uid: 65 + components: + - type: Transform + pos: -4.5,3.5 + parent: 222 + - uid: 87 + components: + - type: Transform + pos: -0.5,3.5 + parent: 222 + - uid: 88 + components: + - type: Transform + pos: -0.5,4.5 + parent: 222 + - uid: 95 + components: + - type: Transform + pos: -4.5,5.5 + parent: 222 + - uid: 96 + components: + - type: Transform + pos: -4.5,2.5 + parent: 222 + - uid: 97 + components: + - type: Transform + pos: -4.5,1.5 + parent: 222 + - uid: 98 + components: + - type: Transform + pos: -3.5,1.5 + parent: 222 + - uid: 99 + components: + - type: Transform + pos: -2.5,1.5 + parent: 222 + - uid: 100 + components: + - type: Transform + pos: -1.5,1.5 + parent: 222 + - uid: 101 + components: + - type: Transform + pos: -0.5,1.5 + parent: 222 + - uid: 102 + components: + - type: Transform + pos: 0.5,1.5 + parent: 222 + - uid: 103 + components: + - type: Transform + pos: 0.5,0.5 + parent: 222 + - uid: 104 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 222 + - uid: 105 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 222 + - uid: 106 + components: + - type: Transform + pos: 1.5,1.5 + parent: 222 + - uid: 107 + components: + - type: Transform + pos: 2.5,1.5 + parent: 222 + - uid: 108 + components: + - type: Transform + pos: 3.5,1.5 + parent: 222 +- proto: Catwalk + entities: + - uid: 140 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 222 + - uid: 141 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 222 + - uid: 142 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 222 + - uid: 143 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 222 + - uid: 144 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 222 + - uid: 145 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 222 + - uid: 146 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 222 +- proto: Chair + entities: + - uid: 182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 222 + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,2.5 + parent: 222 +- proto: ChairPilotSeat + entities: + - uid: 188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 222 +- proto: ClothingBackpackDuffelSalvage + entities: + - uid: 193 + components: + - type: Transform + pos: -4.5344324,-7.329025 + parent: 222 +- proto: ClothingBackpackDuffelSyndicateAmmo + entities: + - uid: 172 + components: + - type: Transform + pos: -1.6170431,-2.424334 + parent: 222 +- proto: ClothingBackpackMerc + entities: + - uid: 20 + components: + - type: Transform + pos: 0.5821538,-4.4794393 + parent: 222 +- proto: ClothingBeltUtility + entities: + - uid: 196 + components: + - type: Transform + pos: -6.516491,-5.5462 + parent: 222 +- proto: ClothingShoesBootsCombatFilled + entities: + - uid: 220 + components: + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 221 + components: + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtOperative + entities: + - uid: 217 + components: + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitOperative + entities: + - uid: 216 + components: + - type: Transform + parent: 149 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ComputerBroken + entities: + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 222 +- proto: CrateSalvageEquipment + entities: + - uid: 16 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 222 +- proto: Grille + entities: + - uid: 59 + components: + - type: Transform + pos: -6.5,4.5 + parent: 222 + - uid: 68 + components: + - type: Transform + pos: -6.5,2.5 + parent: 222 + - uid: 81 + components: + - type: Transform + pos: -6.5,0.5 + parent: 222 + - uid: 187 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 222 + - uid: 189 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 222 +- proto: GrilleBroken + entities: + - uid: 190 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 222 + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 222 + - uid: 192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 222 +- proto: HighSecArmoryLocked + entities: + - uid: 92 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 222 +- proto: JetpackBlackFilled + entities: + - uid: 164 + components: + - type: Transform + pos: 0.5798898,-3.4711018 + parent: 222 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 173 + components: + - type: Transform + pos: -1.5,4.5 + parent: 222 +- proto: LockerSyndicatePersonal + entities: + - uid: 149 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 222 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 102.54218 + 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: + - 216 + - 217 + - 220 + - 221 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: MachineFrameDestroyed + entities: + - uid: 197 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 222 +- proto: PartRodMetal1 + entities: + - uid: 198 + components: + - type: Transform + pos: -5.440689,-7.3624687 + parent: 222 + - uid: 199 + components: + - type: Transform + pos: -5.362564,-7.5187187 + parent: 222 + - uid: 200 + components: + - type: Transform + pos: -4.534439,-4.3155937 + parent: 222 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 206 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 222 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 167 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 222 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 169 + components: + - type: Transform + pos: -0.5,2.5 + parent: 222 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 168 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 222 +- proto: PottedPlantBioluminscent + entities: + - uid: 181 + components: + - type: Transform + pos: -5.5,1.5 + parent: 222 +- proto: Poweredlight + entities: + - uid: 184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 222 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 222 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 148 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 222 + - uid: 150 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 222 + - uid: 151 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 222 + - uid: 152 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 222 + - uid: 153 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 222 +- proto: RandomCargoCorpseSpawner + entities: + - uid: 194 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 222 +- proto: ReinforcedGirder + entities: + - uid: 185 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 222 + - uid: 186 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 222 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 3 + components: + - type: Transform + pos: -6.5,2.5 + parent: 222 + - uid: 5 + components: + - type: Transform + pos: -6.5,0.5 + parent: 222 + - uid: 91 + components: + - type: Transform + pos: -6.5,4.5 + parent: 222 +- proto: SalvageCanisterSpawner + entities: + - uid: 209 + components: + - type: Transform + pos: 4.5,0.5 + parent: 222 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 180 + components: + - type: Transform + pos: 0.5,4.5 + parent: 222 + - uid: 211 + components: + - type: Transform + pos: -5.5,4.5 + parent: 222 +- proto: SalvageMobSpawner75 + entities: + - uid: 170 + components: + - type: Transform + pos: -4.5,0.5 + parent: 222 + - uid: 171 + components: + - type: Transform + pos: -4.5,1.5 + parent: 222 + - uid: 176 + components: + - type: Transform + pos: -4.5,2.5 + parent: 222 + - uid: 177 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 222 + - uid: 178 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 222 + - uid: 179 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 222 + - uid: 212 + components: + - type: Transform + pos: -4.5,3.5 + parent: 222 + - uid: 213 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 222 +- proto: SheetSteel + entities: + - uid: 201 + components: + - type: Transform + pos: -5.565689,-1.4874685 + parent: 222 + - uid: 214 + components: + - type: Transform + pos: 2.4696617,3.5103054 + parent: 222 +- proto: SignArmory + entities: + - uid: 30 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 222 +- proto: SignElectricalMed + entities: + - uid: 174 + components: + - type: Transform + pos: -2.5,4.5 + parent: 222 +- proto: SmallLight + entities: + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 222 +- proto: SubstationBasic + entities: + - uid: 53 + components: + - type: Transform + pos: -0.5,4.5 + parent: 222 +- proto: trayScanner + entities: + - uid: 215 + components: + - type: Transform + pos: -0.48346323,3.4946802 + parent: 222 +- proto: VendingMachineSnack + entities: + - uid: 208 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 222 +- proto: WallPlastitanium + entities: + - uid: 1 + components: + - type: Transform + pos: -2.5,5.5 + parent: 222 + - uid: 2 + components: + - type: Transform + pos: 1.5,5.5 + parent: 222 + - uid: 4 + components: + - type: Transform + pos: -6.5,3.5 + parent: 222 + - uid: 6 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 222 + - uid: 7 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 222 + - uid: 8 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 222 + - uid: 9 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 222 + - uid: 10 + components: + - type: Transform + pos: 0.5,5.5 + parent: 222 + - uid: 11 + components: + - type: Transform + pos: 4.5,1.5 + parent: 222 + - uid: 12 + components: + - type: Transform + pos: 3.5,1.5 + parent: 222 + - uid: 13 + components: + - type: Transform + pos: 5.5,0.5 + parent: 222 + - uid: 14 + components: + - type: Transform + pos: 5.5,1.5 + parent: 222 + - uid: 15 + components: + - type: Transform + pos: 1.5,4.5 + parent: 222 + - uid: 18 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 222 + - uid: 19 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 222 + - uid: 21 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 222 + - uid: 22 + components: + - type: Transform + pos: -4.5,5.5 + parent: 222 + - uid: 23 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 222 + - uid: 24 + components: + - type: Transform + pos: -1.5,5.5 + parent: 222 + - uid: 26 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 222 + - uid: 28 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 222 + - uid: 31 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 222 + - uid: 32 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 222 + - uid: 33 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 222 + - uid: 35 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 222 + - uid: 36 + components: + - type: Transform + pos: -0.5,5.5 + parent: 222 + - uid: 37 + components: + - type: Transform + pos: -5.5,5.5 + parent: 222 + - uid: 38 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 222 + - uid: 39 + components: + - type: Transform + pos: -2.5,4.5 + parent: 222 + - uid: 40 + components: + - type: Transform + pos: -3.5,5.5 + parent: 222 + - uid: 41 + components: + - type: Transform + pos: -6.5,1.5 + parent: 222 + - uid: 43 + components: + - type: Transform + pos: -2.5,0.5 + parent: 222 + - uid: 44 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 222 + - uid: 45 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 222 + - uid: 49 + components: + - type: Transform + pos: 2.5,2.5 + parent: 222 + - uid: 50 + components: + - type: Transform + pos: -1.5,2.5 + parent: 222 + - uid: 52 + components: + - type: Transform + pos: -2.5,2.5 + parent: 222 + - uid: 54 + components: + - type: Transform + pos: 0.5,2.5 + parent: 222 + - uid: 55 + components: + - type: Transform + pos: 1.5,2.5 + parent: 222 + - uid: 56 + components: + - type: Transform + pos: -0.5,2.5 + parent: 222 + - uid: 66 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 222 + - uid: 70 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 222 + - uid: 71 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 222 + - uid: 72 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 222 + - uid: 73 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 222 + - uid: 74 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 222 + - uid: 75 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 222 + - uid: 76 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 222 + - uid: 77 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 222 + - uid: 78 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 222 + - uid: 79 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 222 + - uid: 82 + components: + - type: Transform + pos: 1.5,0.5 + parent: 222 + - uid: 84 + components: + - type: Transform + pos: 3.5,2.5 + parent: 222 + - uid: 85 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 222 + - uid: 86 + components: + - type: Transform + pos: -6.5,5.5 + parent: 222 + - uid: 90 + components: + - type: Transform + pos: 1.5,3.5 + parent: 222 + - uid: 175 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 222 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 27 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 222 + - uid: 29 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 222 + - uid: 34 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 222 + - uid: 42 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 222 + - uid: 46 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 222 + - uid: 47 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 222 + - uid: 51 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 222 + - uid: 58 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 222 + - uid: 67 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 222 + - uid: 69 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 222 + - uid: 80 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 222 +- proto: WeaponShotgunImprovisedLoaded + entities: + - uid: 17 + components: + - type: Transform + pos: -1.5115962,-4.5263143 + parent: 222 +- proto: WeaponTurretHostile + entities: + - uid: 202 + components: + - type: Transform + pos: -0.5,0.5 + parent: 222 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 165 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 222 + - uid: 166 + components: + - type: Transform + pos: 3.5,4.5 + parent: 222 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 222 + - uid: 159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 222 + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 222 + - uid: 161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 222 + - uid: 162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 222 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 222 +- proto: WindowReinforcedDirectional + entities: + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 222 + - uid: 155 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 222 + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 222 + - uid: 157 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 222 +... diff --git a/Resources/Maps/Salvage/ruin-cargo-salvage.yml b/Resources/Maps/Salvage/ruin-cargo-salvage.yml index dbe3ca671bc..cbc2bdd9edb 100644 --- a/Resources/Maps/Salvage/ruin-cargo-salvage.yml +++ b/Resources/Maps/Salvage/ruin-cargo-salvage.yml @@ -1,3319 +1,3319 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 11: FloorAsteroidTile - 15: FloorBasalt - 17: FloorBlueCircuit - 22: FloorCave - 29: FloorDark - 34: FloorDarkMono - 54: FloorGreenCircuit - 62: FloorLino - 77: FloorReinforced - 89: FloorSteel - 96: FloorSteelDirty - 100: FloorSteelMono - 104: FloorTechMaint - 121: Plating -entities: -- proto: "" - entities: - - uid: 16 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAACYAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAB - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAYAAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABeQAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAZAAAAAAAZAAAAAADZAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAZAAAAAADZAAAAAACZAAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABYAAAAAAAYAAAAAAAeQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACeQAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABFgAAAAABFgAAAAACDwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAABFgAAAAADBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAHQAAAAABFgAAAAAADwAAAAAADwAAAAAAFgAAAAAAFgAAAAAFBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAHQAAAAACDwAAAAAAHQAAAAADeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAZAAAAAACIgAAAAAAZAAAAAAAeQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAYAAAAAAAWQAAAAADeQAAAAAAWQAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA - 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: -3.141592653589793 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 134: -8,0 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 67: 5,10 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 0: 4,11 - 49: 9,-3 - 50: 10,-3 - 66: 4,10 - 89: -6,0 - 133: -7,0 - 185: 3,-2 - 186: 2,-2 - 187: 2,0 - 188: 0,0 - 189: -1,0 - 194: 0,3 - 195: 0,4 - 196: 0,5 - 197: 0,6 - 198: 2,3 - 199: 2,4 - 200: 2,5 - 201: 2,6 - 202: -2,3 - 203: -2,4 - 204: -2,5 - 205: -2,6 - 206: -4,3 - 207: -4,4 - 208: -4,5 - 209: -4,6 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 90: 1,-7 - - node: - color: '#A4610696' - id: BrickTileWhiteCornerNe - decals: - 35: 6,11 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 81: 2,-7 - 82: 2,-6 - - node: - color: '#A4610696' - id: BrickTileWhiteLineE - decals: - 36: 6,10 - 37: 6,9 - 38: 6,8 - 39: 6,7 - - node: - color: '#A4610696' - id: BrickTileWhiteLineN - decals: - 34: 5,11 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineW - decals: - 83: 0,-7 - 84: 0,-6 - - node: - color: '#FFFFFFFF' - id: Caution - decals: - 63: 6,9 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 48: 8,-3 - 132: -6,0 - 190: -2,-2 - 191: -2,0 - 192: 4,-2 - 193: 4,0 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 135: -3,-2 - 136: -2,-1 - 137: -1,0 - 138: 6,0 - 139: 5,-1 - 140: 4,-1 - 141: 5,-3 - 142: 4,-3 - 143: 5,1 - 144: 5,2 - 145: 4,1 - 146: 0,1 - 147: 2,1 - 148: -2,1 - 149: -3,1 - 224: -3,3 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 161: -2,-2 - 162: -4,-1 - 163: -4,-2 - 164: -2,0 - 165: -1,1 - 166: 1,1 - 167: 4,1 - 168: 3,1 - 169: 2,-1 - 170: 3,-2 - 171: 3,-3 - 172: 4,-1 - 173: 4,-1 - 174: 5,0 - 175: 5,2 - 176: 5,3 - 177: 4,2 - 178: 5,5 - 179: 6,5 - 180: -6,-1 - 181: -8,-1 - 182: -7,-1 - 183: -6,-2 - 184: -2,-2 - 210: 2,3 - 211: 1,3 - 212: 1,3 - 213: 1,4 - 214: -3,4 - 215: -3,5 - 216: -4,6 - 217: -3,5 - 218: -2,4 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 150: 5,0 - 151: 6,-1 - 152: 6,1 - 153: 4,0 - 154: 3,-1 - 155: 4,-2 - 156: 2,0 - 157: 0,0 - 158: 1,0 - 159: -1,-1 - 160: -3,-1 - 219: 0,3 - 220: 1,5 - 221: 2,5 - 222: 1,6 - 223: -3,3 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 46: 8,-2 - 47: 6,-2 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale - decals: - 11: -4,1 - 12: -3,1 - 13: -2,1 - 14: -1,1 - 15: 0,1 - 16: 1,1 - 17: 2,1 - 18: 3,1 - 19: 4,1 - 20: 4,2 - 21: 4,3 - 22: 4,4 - 23: 4,6 - 24: 5,6 - 25: -8,0 - 26: -7,0 - 27: -6,0 - 28: -5,0 - 51: 10,1 - 52: 11,1 - 53: 12,1 - 54: 13,1 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - decals: - 59: -12,-2 - 60: -13,-2 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale270 - decals: - 1: -4,-3 - 2: -3,-3 - 3: -2,-3 - 4: -1,-3 - 5: 0,-3 - 6: 1,-3 - 7: 2,-3 - 8: 3,-3 - 9: 4,-3 - 10: 5,-3 - 29: -8,-2 - 30: -7,-2 - 31: -6,-2 - 32: -5,-2 - 33: -4,-2 - 40: 6,-3 - 55: 10,0 - 56: 11,0 - 57: 12,0 - 58: 13,0 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - decals: - 61: -12,0 - 62: -13,0 - - node: - color: '#FFFFFFFF' - id: Remains - decals: - 131: -7.7688937,-6.5786843 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 64: 6,10 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale - decals: - 80: 0,-5 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 78: 2,-8 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 79: 0,-8 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 77: 2,-5 - - node: - color: '#FFFFFFFF' - id: WarnBox - decals: - 65: 4,11 - 68: 1,-8 - - node: - color: '#334E6DC8' - id: WarnCornerSmallGreyscaleSE - decals: - 88: 0,-3 - - node: - color: '#334E6DC8' - id: WarnCornerSmallGreyscaleSW - decals: - 87: 2,-3 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 45: -1,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 74: -4,-8 - 75: -4,-7 - 76: -4,-6 - - node: - color: '#334E6DC8' - id: WarnLineGreyscaleN - decals: - 85: 1,-5 - - node: - color: '#A4610696' - id: WarnLineGreyscaleN - decals: - 41: 6,6 - - node: - color: '#334E6DC8' - id: WarnLineGreyscaleS - decals: - 86: 1,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 42: -4,-3 - 43: -3,-3 - 44: -2,-3 - 72: -2,-5 - 73: -4,-5 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 69: -2,-8 - 70: -2,-7 - 71: -2,-6 - - node: - color: '#7915001F' - id: splatter - decals: - 91: -7.3626437,-6.9849343 - 92: -7.6595187,-6.7818093 - 93: -7.7845187,-6.4380593 - 94: -7.7845187,-6.3599343 - 95: -7.6282687,-6.3755593 - 96: -7.4876437,-6.5318093 - 97: -7.4563937,-6.7349343 - 98: -7.6595187,-6.9224343 - 99: -7.1595187,-7.3599343 - 100: -7.2845187,-8.063059 - 101: -7.0188937,-8.234934 - 102: -7.0813937,-8.141184 - 103: -8.284519,-6.4068093 - 104: -8.659519,-5.8130593 - 105: -8.956394,-5.5474343 - 106: -7.7688937,-6.6411843 - 107: -7.7376437,-6.6099343 - 108: -8.159519,-6.1568093 - 109: -8.784519,-5.8443093 - 110: -8.878269,-5.7661843 - 111: -8.597019,-6.0161843 - 112: -8.628269,-6.3755593 - 113: -8.268894,-6.4693093 - 114: -9.784519,-5.0630593 - 115: -9.815769,-5.0005593 - 116: -9.909519,-4.9380593 - 117: -8.831394,-5.2818093 - 118: -9.065769,-4.9536843 - 119: -8.503269,-5.3286843 - 120: -7.9563937,-5.8599343 - 121: -7.4251437,-6.1255593 - 122: -7.6907687,-7.2036843 - 123: -8.503269,-6.9849343 - 124: -9.128269,-6.3286843 - 125: -9.643894,-5.3911843 - 126: -8.487644,-5.5943093 - 127: -7.6438937,-6.0943093 - 128: -7.3626437,-6.7349343 - 129: -7.8782687,-7.0005593 - 130: -7.3470187,-7.5943093 - - 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: 61064 - 1: 68 - -4,-2: - 0: 34816 - 1: 17476 - -3,-2: - 0: 65535 - -3,-1: - 0: 65535 - -3,-3: - 0: 59520 - -2,-3: - 0: 65535 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -2,-4: - 0: 32768 - -1,-4: - 0: 61440 - -1,-3: - 0: 65535 - -1,-2: - 2: 30583 - 0: 34952 - -4,0: - 0: 142 - 1: 17472 - -3,0: - 0: 65535 - -3,1: - 0: 2254 - -2,0: - 0: 65535 - -2,1: - 0: 65535 - -2,2: - 0: 2252 - 1: 8738 - -1,1: - 0: 65535 - -1,2: - 0: 61439 - -1,3: - 0: 8 - 1: 240 - 0,1: - 0: 65535 - 0,2: - 0: 65535 - 0,3: - 0: 143 - 1: 112 - 1,0: - 0: 65535 - 1,1: - 0: 65535 - 1,2: - 0: 65535 - 1,3: - 0: 255 - 2,0: - 0: 65535 - 2,1: - 0: 65535 - 2,2: - 0: 16383 - 2,3: - 0: 1 - 1: 240 - 3,0: - 0: 65535 - 3,1: - 0: 4369 - 1: 17646 - 0,-4: - 0: 61440 - 0,-3: - 0: 65535 - 0,-2: - 0: 65533 - 3: 2 - 1,-4: - 0: 61440 - 1,-3: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-4: - 0: 28672 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-3: - 0: 4096 - 3,-2: - 0: 4369 - 1: 57344 - 3,-1: - 0: 65521 - 1: 14 - 4,0: - 0: 61440 - 5,0: - 0: 12288 - -4,-3: - 1: 17472 - -4,1: - 1: 17476 - -4,2: - 1: 4 - -3,3: - 1: 128 - -2,3: - 1: 242 - 3,3: - 1: 116 - 3,2: - 1: 17476 - 4,1: - 1: 255 - 5,1: - 1: 51 - 4,-2: - 1: 61440 - 4,-1: - 1: 15 - 5,-2: - 1: 12288 - 5,-1: - 1: 3 - 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 - - volume: 2500 - temperature: 235 - 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 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockCargoLocked - entities: - - uid: 108 - components: - - type: Transform - pos: -7.5,1.5 - parent: 16 -- proto: AirlockCentralCommandLocked - entities: - - uid: 309 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 16 -- proto: AirlockExternalGlassCargoLocked - entities: - - uid: 109 - components: - - type: Transform - pos: 9.5,0.5 - parent: 16 - - uid: 110 - components: - - type: Transform - pos: 9.5,1.5 - parent: 16 - - uid: 111 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 16 - - uid: 112 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 16 - - uid: 113 - components: - - type: Transform - pos: 7.5,0.5 - parent: 16 - - uid: 114 - components: - - type: Transform - pos: 7.5,1.5 - parent: 16 -- proto: APCBasic - entities: - - uid: 513 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 16 -- proto: AsteroidRock - entities: - - uid: 49 - components: - - type: Transform - pos: 11.5,8.5 - parent: 16 - - uid: 50 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 16 - - uid: 51 - components: - - type: Transform - pos: 11.5,7.5 - parent: 16 - - uid: 52 - components: - - type: Transform - pos: 12.5,7.5 - parent: 16 - - uid: 53 - components: - - type: Transform - pos: 12.5,5.5 - parent: 16 - - uid: 55 - components: - - type: Transform - pos: 2.5,8.5 - parent: 16 - - uid: 56 - components: - - type: Transform - pos: 11.5,6.5 - parent: 16 - - uid: 57 - components: - - type: Transform - pos: 11.5,4.5 - parent: 16 - - uid: 58 - components: - - type: Transform - pos: 11.5,5.5 - parent: 16 - - uid: 59 - components: - - type: Transform - pos: 10.5,4.5 - parent: 16 - - uid: 60 - components: - - type: Transform - pos: 0.5,8.5 - parent: 16 - - uid: 61 - components: - - type: Transform - pos: 1.5,8.5 - parent: 16 - - uid: 62 - components: - - type: Transform - pos: 2.5,9.5 - parent: 16 - - uid: 63 - components: - - type: Transform - pos: 0.5,9.5 - parent: 16 - - uid: 64 - components: - - type: Transform - pos: 12.5,6.5 - parent: 16 - - uid: 65 - components: - - type: Transform - pos: -1.5,8.5 - parent: 16 - - uid: 66 - components: - - type: Transform - pos: -0.5,8.5 - parent: 16 - - uid: 67 - components: - - type: Transform - pos: -0.5,9.5 - parent: 16 - - uid: 68 - components: - - type: Transform - pos: 1.5,9.5 - parent: 16 - - uid: 94 - components: - - type: Transform - pos: -5.5,7.5 - parent: 16 - - uid: 104 - components: - - type: Transform - pos: 2.5,10.5 - parent: 16 - - uid: 105 - components: - - type: Transform - pos: -6.5,6.5 - parent: 16 - - uid: 107 - components: - - type: Transform - pos: -5.5,6.5 - parent: 16 - - uid: 124 - components: - - type: Transform - pos: -8.5,6.5 - parent: 16 - - uid: 126 - components: - - type: Transform - pos: -7.5,6.5 - parent: 16 - - uid: 127 - components: - - type: Transform - pos: -6.5,7.5 - parent: 16 - - uid: 130 - components: - - type: Transform - pos: -9.5,1.5 - parent: 16 - - uid: 131 - components: - - type: Transform - pos: -10.5,1.5 - parent: 16 - - uid: 132 - components: - - type: Transform - pos: -7.5,7.5 - parent: 16 - - uid: 133 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 16 - - uid: 134 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 16 - - uid: 177 - components: - - type: Transform - pos: 9.5,9.5 - parent: 16 - - uid: 182 - components: - - type: Transform - pos: 9.5,8.5 - parent: 16 - - uid: 183 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 16 - - uid: 185 - components: - - type: Transform - pos: 8.5,10.5 - parent: 16 - - uid: 186 - components: - - type: Transform - pos: 8.5,11.5 - parent: 16 - - uid: 187 - components: - - type: Transform - pos: 8.5,12.5 - parent: 16 - - uid: 188 - components: - - type: Transform - pos: 9.5,11.5 - parent: 16 - - uid: 189 - components: - - type: Transform - pos: 9.5,10.5 - parent: 16 - - uid: 190 - components: - - type: Transform - pos: 9.5,4.5 - parent: 16 - - uid: 191 - components: - - type: Transform - pos: 9.5,3.5 - parent: 16 - - uid: 192 - components: - - type: Transform - pos: 10.5,10.5 - parent: 16 - - uid: 193 - components: - - type: Transform - pos: 10.5,9.5 - parent: 16 - - uid: 194 - components: - - type: Transform - pos: 10.5,8.5 - parent: 16 - - uid: 195 - components: - - type: Transform - pos: 10.5,7.5 - parent: 16 - - uid: 196 - components: - - type: Transform - pos: 10.5,6.5 - parent: 16 - - uid: 197 - components: - - type: Transform - pos: 10.5,5.5 - parent: 16 - - uid: 198 - components: - - type: Transform - pos: 11.5,10.5 - parent: 16 - - uid: 199 - components: - - type: Transform - pos: 11.5,9.5 - parent: 16 - - uid: 200 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 16 - - uid: 201 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 16 - - uid: 202 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 16 - - uid: 204 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 16 - - uid: 205 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 16 - - uid: 207 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 16 - - uid: 208 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 16 - - uid: 209 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 16 - - uid: 210 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 16 - - uid: 211 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 16 - - uid: 212 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 16 - - uid: 213 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 16 - - uid: 214 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 16 - - uid: 215 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 16 - - uid: 216 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 16 - - uid: 218 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 16 - - uid: 219 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 16 - - uid: 240 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 16 - - uid: 241 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 16 - - uid: 243 - components: - - type: Transform - pos: -11.5,-5.5 - parent: 16 - - uid: 244 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 16 - - uid: 246 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 16 - - uid: 247 - components: - - type: Transform - pos: 8.5,3.5 - parent: 16 - - uid: 248 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 16 - - uid: 249 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 16 - - uid: 253 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 16 - - uid: 254 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 16 - - uid: 261 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 16 - - uid: 262 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 16 - - uid: 263 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 16 - - uid: 268 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 16 - - uid: 273 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 16 - - uid: 274 - components: - - type: Transform - pos: -5.5,8.5 - parent: 16 - - uid: 275 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 16 - - uid: 277 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 16 - - uid: 293 - components: - - type: Transform - pos: -2.5,8.5 - parent: 16 - - uid: 294 - components: - - type: Transform - pos: -3.5,8.5 - parent: 16 - - uid: 305 - components: - - type: Transform - pos: -4.5,8.5 - parent: 16 - - uid: 310 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 16 - - uid: 311 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 16 - - uid: 312 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 16 -- proto: BannerCargo - entities: - - uid: 178 - components: - - type: Transform - pos: 4.5,6.5 - parent: 16 -- proto: Bucket - entities: - - uid: 358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.784109,-5.7588787 - parent: 16 -- proto: CableApcExtension - entities: - - uid: 2 - components: - - type: Transform - pos: 6.5,7.5 - parent: 16 - - uid: 3 - components: - - type: Transform - pos: 6.5,8.5 - parent: 16 - - uid: 32 - components: - - type: Transform - pos: 6.5,10.5 - parent: 16 - - uid: 122 - components: - - type: Transform - pos: 6.5,9.5 - parent: 16 - - uid: 239 - components: - - type: Transform - pos: 6.5,11.5 - parent: 16 - - uid: 250 - components: - - type: Transform - pos: 6.5,5.5 - parent: 16 - - uid: 255 - components: - - type: Transform - pos: 6.5,6.5 - parent: 16 - - uid: 342 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 16 - - uid: 345 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 16 - - uid: 514 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 16 - - uid: 515 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 16 - - uid: 516 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 16 - - uid: 517 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 16 - - uid: 518 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 16 - - uid: 519 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 16 - - uid: 520 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 16 - - uid: 521 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 16 - - uid: 522 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 16 - - uid: 523 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 16 - - uid: 524 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 16 - - uid: 525 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 16 - - uid: 526 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 16 - - uid: 527 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 16 - - uid: 528 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 16 - - uid: 529 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 16 - - uid: 530 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 16 - - uid: 531 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 16 - - uid: 532 - components: - - type: Transform - pos: -5.5,0.5 - parent: 16 - - uid: 533 - components: - - type: Transform - pos: -5.5,1.5 - parent: 16 - - uid: 534 - components: - - type: Transform - pos: -5.5,2.5 - parent: 16 - - uid: 535 - components: - - type: Transform - pos: -5.5,3.5 - parent: 16 - - uid: 536 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 16 - - uid: 537 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 16 - - uid: 538 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 16 - - uid: 539 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 16 - - uid: 540 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 16 - - uid: 541 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 16 - - uid: 542 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 16 - - uid: 543 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 16 - - uid: 544 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 16 - - uid: 545 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 16 - - uid: 546 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 16 - - uid: 547 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 16 - - uid: 548 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 16 - - uid: 554 - components: - - type: Transform - pos: 5.5,0.5 - parent: 16 - - uid: 555 - components: - - type: Transform - pos: 5.5,1.5 - parent: 16 - - uid: 556 - components: - - type: Transform - pos: 5.5,2.5 - parent: 16 - - uid: 557 - components: - - type: Transform - pos: 5.5,3.5 - parent: 16 - - uid: 558 - components: - - type: Transform - pos: 5.5,4.5 - parent: 16 - - uid: 559 - components: - - type: Transform - pos: 5.5,5.5 - parent: 16 - - uid: 560 - components: - - type: Transform - pos: 1.5,5.5 - parent: 16 - - uid: 561 - components: - - type: Transform - pos: 1.5,4.5 - parent: 16 - - uid: 562 - components: - - type: Transform - pos: 1.5,3.5 - parent: 16 - - uid: 563 - components: - - type: Transform - pos: 1.5,2.5 - parent: 16 - - uid: 564 - components: - - type: Transform - pos: 1.5,1.5 - parent: 16 - - uid: 565 - components: - - type: Transform - pos: 1.5,0.5 - parent: 16 - - uid: 566 - components: - - type: Transform - pos: -2.5,0.5 - parent: 16 - - uid: 567 - components: - - type: Transform - pos: -2.5,1.5 - parent: 16 - - uid: 568 - components: - - type: Transform - pos: -2.5,2.5 - parent: 16 - - uid: 569 - components: - - type: Transform - pos: -2.5,3.5 - parent: 16 - - uid: 570 - components: - - type: Transform - pos: -2.5,4.5 - parent: 16 - - uid: 571 - components: - - type: Transform - pos: -2.5,5.5 - parent: 16 - - uid: 572 - components: - - type: Transform - pos: 6.5,1.5 - parent: 16 - - uid: 573 - components: - - type: Transform - pos: 7.5,1.5 - parent: 16 - - uid: 574 - components: - - type: Transform - pos: 8.5,1.5 - parent: 16 -- proto: CableHV - entities: - - uid: 302 - components: - - type: Transform - pos: 4.5,11.5 - parent: 16 - - uid: 493 - components: - - type: Transform - pos: 3.5,10.5 - parent: 16 -- proto: CableHVStack1 - entities: - - uid: 596 - components: - - type: Transform - pos: 4.5382333,10.552419 - parent: 16 -- proto: CableMV - entities: - - uid: 30 - components: - - type: Transform - pos: 6.5,10.5 - parent: 16 - - uid: 233 - components: - - type: Transform - pos: 6.5,9.5 - parent: 16 - - uid: 235 - components: - - type: Transform - pos: 6.5,8.5 - parent: 16 - - uid: 390 - components: - - type: Transform - pos: 5.5,10.5 - parent: 16 - - uid: 497 - components: - - type: Transform - pos: 3.5,10.5 - parent: 16 - - uid: 498 - components: - - type: Transform - pos: 4.5,10.5 - parent: 16 - - uid: 499 - components: - - type: Transform - pos: 5.5,6.5 - parent: 16 - - uid: 500 - components: - - type: Transform - pos: 6.5,6.5 - parent: 16 - - uid: 501 - components: - - type: Transform - pos: 6.5,7.5 - parent: 16 - - uid: 502 - components: - - type: Transform - pos: 4.5,6.5 - parent: 16 - - uid: 503 - components: - - type: Transform - pos: 4.5,5.5 - parent: 16 - - uid: 504 - components: - - type: Transform - pos: 4.5,4.5 - parent: 16 - - uid: 505 - components: - - type: Transform - pos: 4.5,3.5 - parent: 16 - - uid: 506 - components: - - type: Transform - pos: 4.5,2.5 - parent: 16 - - uid: 507 - components: - - type: Transform - pos: 4.5,1.5 - parent: 16 - - uid: 508 - components: - - type: Transform - pos: 4.5,0.5 - parent: 16 - - uid: 509 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 16 - - uid: 510 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 16 - - uid: 511 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 16 - - uid: 512 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 16 -- proto: Chair - entities: - - uid: 586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 16 -- proto: ChairOfficeDark - entities: - - uid: 106 - components: - - type: Transform - pos: -5.5,2.5 - parent: 16 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 278 - components: - - type: Transform - pos: -1.5,5.5 - parent: 16 -- proto: ClosetFireFilled - entities: - - uid: 306 - components: - - type: Transform - pos: 2.5,6.5 - parent: 16 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 308 - components: - - type: Transform - pos: 0.5,4.5 - parent: 16 -- proto: ClothingHeadBandMerc - entities: - - uid: 269 - components: - - type: Transform - pos: -1.3682065,-5.400125 - parent: 16 -- proto: ClothingHeadHatBeretMerc - entities: - - uid: 139 - components: - - type: Transform - pos: -3.557321,-5.3945236 - parent: 16 -- proto: ClothingNeckCloakMiner - entities: - - uid: 287 - components: - - type: Transform - pos: -5.4872193,-3.5725641 - parent: 16 -- proto: ClothingOuterVestWebMerc - entities: - - uid: 184 - components: - - type: Transform - pos: -3.541696,-7.5195236 - parent: 16 -- proto: ComfyChair - entities: - - uid: 276 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 16 -- proto: ComputerBroken - entities: - - uid: 44 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,2.5 - parent: 16 -- proto: CrateFilledSpawner - entities: - - uid: 281 - components: - - type: Transform - pos: -3.5,4.5 - parent: 16 -- proto: DisposalPipeBroken - entities: - - uid: 628 - components: - - type: Transform - pos: 6.5,2.5 - parent: 16 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 624 - components: - - type: Transform - pos: 3.5,5.5 - parent: 16 - - uid: 625 - components: - - type: Transform - pos: 3.5,4.5 - parent: 16 -- proto: FaxMachineBase - entities: - - uid: 272 - components: - - type: Transform - pos: -5.5,4.5 - parent: 16 -- proto: Firelock - entities: - - uid: 476 - components: - - type: Transform - pos: -4.5,0.5 - parent: 16 - - uid: 477 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 16 - - uid: 478 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 16 -- proto: FirelockGlass - entities: - - uid: 138 - components: - - type: Transform - pos: -5.5,1.5 - parent: 16 -- proto: Floodlight - entities: - - uid: 286 - components: - - type: Transform - pos: -6.468503,-5.496331 - parent: 16 -- proto: FloodlightBroken - entities: - - uid: 143 - components: - - type: Transform - pos: 12.473434,-1.192405 - parent: 16 -- proto: FloorLavaEntity - entities: - - uid: 48 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 16 - - uid: 295 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 16 - - uid: 317 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 16 - - uid: 318 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 16 - - uid: 319 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 16 - - uid: 401 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 16 - - uid: 402 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 16 - - uid: 404 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 16 -- proto: FloraRockSolid01 - entities: - - uid: 54 - components: - - type: Transform - pos: 5.505496,-8.531757 - parent: 16 -- proto: FloraRockSolid03 - entities: - - uid: 490 - components: - - type: Transform - pos: 7.442996,-6.4380074 - parent: 16 -- proto: FoodSnackChocolate - entities: - - uid: 35 - components: - - type: Transform - pos: -8.409519,-4.5005593 - parent: 16 - - uid: 36 - components: - - type: Transform - pos: -8.162452,-4.5786843 - parent: 16 -- proto: GoldOre1 - entities: - - uid: 142 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 144 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 145 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 146 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 147 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 152 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 158 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 160 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 164 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 165 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 166 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Grille - entities: - - uid: 11 - components: - - type: Transform - pos: -8.5,2.5 - parent: 16 - - uid: 12 - components: - - type: Transform - pos: -8.5,3.5 - parent: 16 - - uid: 13 - components: - - type: Transform - pos: -8.5,4.5 - parent: 16 - - uid: 116 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 16 - - uid: 123 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 16 - - uid: 125 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 16 - - uid: 224 - components: - - type: Transform - pos: 4.5,7.5 - parent: 16 - - uid: 227 - components: - - type: Transform - pos: 7.5,4.5 - parent: 16 - - uid: 230 - components: - - type: Transform - pos: 7.5,5.5 - parent: 16 - - uid: 236 - components: - - type: Transform - pos: 7.5,8.5 - parent: 16 - - uid: 242 - components: - - type: Transform - pos: 5.5,8.5 - parent: 16 - - uid: 245 - components: - - type: Transform - pos: 4.5,9.5 - parent: 16 - - uid: 593 - components: - - type: Transform - pos: 7.5,6.5 - parent: 16 -- proto: LeftArmSkeleton - entities: - - uid: 175 - components: - - type: Transform - pos: 6.8180027,-5.7761726 - parent: 16 -- proto: LeftHandSkeleton - entities: - - uid: 174 - components: - - type: Transform - pos: 7.1148777,-5.8855476 - parent: 16 -- proto: LockerFreezerBase - entities: - - uid: 141 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 16 - - 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: - - 142 - - 144 - - 145 - - 146 - - 147 - - 152 - - 158 - - 159 - - 160 - - 161 - - 162 - - 163 - - 164 - - 165 - - 166 - - 167 - - 168 - - 169 - - 170 - - 171 - - 172 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: Pickaxe - entities: - - uid: 34 - components: - - type: Transform - pos: -7.3404226,-7.415608 - parent: 16 -- proto: PlasticFlapsAirtightOpaque - entities: - - uid: 115 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 16 -- proto: PortableGeneratorPacman - entities: - - uid: 290 - components: - - type: Transform - pos: 4.5,11.5 - parent: 16 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 632 - components: - - type: Transform - pos: -6.5,5.5 - parent: 16 -- proto: PowerCellRecharger - entities: - - uid: 135 - components: - - type: Transform - pos: -6.5,4.5 - parent: 16 -- proto: Poweredlight - entities: - - uid: 153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 155 - components: - - type: Transform - pos: 3.5,1.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 156 - components: - - type: Transform - pos: -4.5,0.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 157 - components: - - type: Transform - pos: -6.5,4.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightEmpty - entities: - - uid: 148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-1.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 150 - components: - - type: Transform - pos: -0.5,1.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 151 - components: - - type: Transform - pos: 8.5,1.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightSodium - entities: - - uid: 446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,0.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 462 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,2.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 487 - components: - - type: Transform - pos: -2.5,6.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 488 - components: - - type: Transform - pos: 1.5,6.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 489 - components: - - type: Transform - pos: 5.5,6.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,10.5 - parent: 16 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 128 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 16 - - uid: 129 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 16 - - uid: 136 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 16 - - uid: 137 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 16 - - uid: 303 - components: - - type: Transform - pos: 5.5,11.5 - parent: 16 - - uid: 473 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 16 - - uid: 474 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 16 -- proto: RandomPosterContraband - entities: - - uid: 633 - components: - - type: Transform - pos: -4.5,3.5 - parent: 16 - - uid: 634 - components: - - type: Transform - pos: -0.5,6.5 - parent: 16 -- proto: RandomPosterLegit - entities: - - uid: 585 - components: - - type: Transform - pos: 7.5,11.5 - parent: 16 - - uid: 635 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 16 -- proto: ReinforcedUraniumWindow - entities: - - uid: 291 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 16 - - uid: 292 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 16 -- proto: ReinforcedWindow - entities: - - uid: 117 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 16 - - uid: 119 - components: - - type: Transform - pos: -8.5,4.5 - parent: 16 - - uid: 120 - components: - - type: Transform - pos: -8.5,3.5 - parent: 16 - - uid: 121 - components: - - type: Transform - pos: -8.5,2.5 - parent: 16 - - uid: 220 - components: - - type: Transform - pos: 7.5,5.5 - parent: 16 - - uid: 221 - components: - - type: Transform - pos: 4.5,9.5 - parent: 16 - - uid: 222 - components: - - type: Transform - pos: 7.5,4.5 - parent: 16 - - uid: 223 - components: - - type: Transform - pos: 5.5,8.5 - parent: 16 - - uid: 225 - components: - - type: Transform - pos: 7.5,8.5 - parent: 16 - - uid: 226 - components: - - type: Transform - pos: 7.5,6.5 - parent: 16 - - uid: 594 - components: - - type: Transform - pos: 4.5,7.5 - parent: 16 -- proto: SalvageCanisterSpawner - entities: - - uid: 283 - components: - - type: Transform - pos: -1.5,6.5 - parent: 16 - - uid: 288 - components: - - type: Transform - pos: 2.5,4.5 - parent: 16 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 260 - components: - - type: Transform - pos: 0.5,5.5 - parent: 16 - - uid: 284 - components: - - type: Transform - pos: -3.5,5.5 - parent: 16 - - uid: 285 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 16 - - uid: 307 - components: - - type: Transform - pos: -1.5,4.5 - parent: 16 -- proto: SalvageMobSpawner75 - entities: - - uid: 279 - components: - - type: Transform - pos: -1.5,0.5 - parent: 16 - - uid: 280 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 16 -- proto: SheetPlasma1 - entities: - - uid: 265 - components: - - type: Transform - pos: 5.4992433,11.644601 - parent: 16 - - uid: 266 - components: - - type: Transform - pos: 5.4992433,11.644601 - parent: 16 - - uid: 296 - components: - - type: Transform - pos: 5.5617433,11.535226 - parent: 16 - - uid: 299 - components: - - type: Transform - pos: 5.5617433,11.535226 - parent: 16 - - uid: 304 - components: - - type: Transform - pos: 5.5617433,11.535226 - parent: 16 -- proto: Shovel - entities: - - uid: 595 - components: - - type: Transform - pos: -8.949798,-4.493733 - parent: 16 -- proto: ShuttersNormal - entities: - - uid: 118 - components: - - type: Transform - pos: 2.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 464 - - uid: 179 - components: - - type: Transform - pos: -1.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 463 - - uid: 180 - components: - - type: Transform - pos: 0.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 464 - - uid: 181 - components: - - type: Transform - pos: 1.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 464 - - uid: 264 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 16 - - uid: 267 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 16 - - uid: 289 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 16 - - uid: 297 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 16 - - uid: 298 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 16 - - uid: 300 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 16 - - uid: 458 - components: - - type: Transform - pos: -3.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 463 - - uid: 459 - components: - - type: Transform - pos: -2.5,2.5 - parent: 16 - - type: DeviceLinkSink - links: - - 463 -- proto: ShuttersRadiation - entities: - - uid: 675 - components: - - type: Transform - pos: 6.5,7.5 - parent: 16 - - type: DeviceLinkSink - links: - - 584 -- proto: SignalButton - entities: - - uid: 463 - components: - - type: Transform - pos: -0.5,2.5 - parent: 16 - - type: DeviceLinkSource - linkedPorts: - 179: - - Pressed: Toggle - 459: - - Pressed: Toggle - 458: - - Pressed: Toggle - - uid: 464 - components: - - type: Transform - pos: 3.5,2.5 - parent: 16 - - type: DeviceLinkSource - linkedPorts: - 118: - - Pressed: Toggle - 181: - - Pressed: Toggle - 180: - - Pressed: Toggle - - uid: 584 - components: - - type: Transform - pos: 5.5,7.5 - parent: 16 - - type: DeviceLinkSource - linkedPorts: - 675: - - Pressed: Toggle -- proto: SignCargo - entities: - - uid: 582 - components: - - type: Transform - pos: -10.5,0.5 - parent: 16 - - uid: 583 - components: - - type: Transform - pos: 9.5,2.5 - parent: 16 -- proto: SignElectricalMed - entities: - - uid: 577 - components: - - type: Transform - pos: 5.5,12.5 - parent: 16 -- proto: SignFire - entities: - - uid: 552 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 16 -- proto: SignSecureMed - entities: - - uid: 606 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 16 -- proto: SignSecureSmall - entities: - - uid: 580 - components: - - type: Transform - pos: -6.5,1.5 - parent: 16 -- proto: SignSomethingOld - entities: - - uid: 301 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 16 -- proto: SilverOre1 - entities: - - uid: 159 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 161 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 162 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 163 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 167 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 168 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 169 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 170 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 171 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 172 - components: - - type: Transform - parent: 141 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SolidSecretDoor - entities: - - uid: 1 - components: - - type: Transform - pos: 6.5,12.5 - parent: 16 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 176 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 16 -- proto: SpawnMobSpiderSalvage - entities: - - uid: 140 - components: - - type: Transform - pos: 5.5,3.5 - parent: 16 - - uid: 256 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 16 -- proto: SubstationWallBasic - entities: - - uid: 494 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,10.5 - parent: 16 -- proto: Table - entities: - - uid: 454 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 16 - - uid: 551 - components: - - type: Transform - pos: -5.5,4.5 - parent: 16 - - uid: 553 - components: - - type: Transform - pos: -6.5,4.5 - parent: 16 -- proto: TableReinforced - entities: - - uid: 45 - components: - - type: Transform - pos: -5.5,1.5 - parent: 16 -- proto: TorsoSkeleton - entities: - - uid: 173 - components: - - type: Transform - pos: 6.6930027,-5.8542976 - parent: 16 -- proto: ToyAi - entities: - - uid: 282 - components: - - type: Transform - pos: -3.5697134,-6.313054 - parent: 16 -- proto: WallReinforced - entities: - - uid: 10 - components: - - type: Transform - pos: -8.5,5.5 - parent: 16 - - uid: 14 - components: - - type: Transform - pos: -8.5,1.5 - parent: 16 - - uid: 15 - components: - - type: Transform - pos: -8.5,0.5 - parent: 16 - - uid: 19 - components: - - type: Transform - pos: -4.5,5.5 - parent: 16 - - uid: 21 - components: - - type: Transform - pos: -4.5,7.5 - parent: 16 - - uid: 25 - components: - - type: Transform - pos: -0.5,7.5 - parent: 16 - - uid: 29 - components: - - type: Transform - pos: 3.5,7.5 - parent: 16 - - uid: 31 - components: - - type: Transform - pos: 5.5,7.5 - parent: 16 - - uid: 33 - components: - - type: Transform - pos: 7.5,7.5 - parent: 16 - - uid: 37 - components: - - type: Transform - pos: 7.5,3.5 - parent: 16 - - uid: 38 - components: - - type: Transform - pos: 7.5,2.5 - parent: 16 - - uid: 39 - components: - - type: Transform - pos: 8.5,2.5 - parent: 16 - - uid: 40 - components: - - type: Transform - pos: 9.5,2.5 - parent: 16 - - uid: 41 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 16 - - uid: 42 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 16 - - uid: 43 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 16 - - uid: 46 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 16 - - uid: 47 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 16 - - uid: 69 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 16 - - uid: 70 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 16 - - uid: 71 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 16 - - uid: 72 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 16 - - uid: 73 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 16 - - uid: 74 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 16 - - uid: 75 - components: - - type: Transform - pos: -10.5,0.5 - parent: 16 - - uid: 76 - components: - - type: Transform - pos: -9.5,0.5 - parent: 16 - - uid: 77 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 16 - - uid: 78 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 16 - - uid: 84 - components: - - type: Transform - pos: 3.5,2.5 - parent: 16 - - uid: 93 - components: - - type: Transform - pos: -0.5,2.5 - parent: 16 - - uid: 217 - components: - - type: Transform - pos: 7.5,12.5 - parent: 16 - - uid: 231 - components: - - type: Transform - pos: 7.5,9.5 - parent: 16 - - uid: 232 - components: - - type: Transform - pos: 7.5,10.5 - parent: 16 - - uid: 234 - components: - - type: Transform - pos: 3.5,9.5 - parent: 16 - - uid: 237 - components: - - type: Transform - pos: 4.5,12.5 - parent: 16 - - uid: 238 - components: - - type: Transform - pos: 3.5,12.5 - parent: 16 - - uid: 251 - components: - - type: Transform - pos: 5.5,12.5 - parent: 16 - - uid: 252 - components: - - type: Transform - pos: 3.5,10.5 - parent: 16 - - uid: 257 - components: - - type: Transform - pos: 3.5,11.5 - parent: 16 - - uid: 258 - components: - - type: Transform - pos: 5.5,9.5 - parent: 16 - - uid: 259 - components: - - type: Transform - pos: 7.5,11.5 - parent: 16 -- proto: WallRiveted - entities: - - uid: 95 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 16 - - uid: 96 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 16 - - uid: 97 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 16 - - uid: 98 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 16 - - uid: 99 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 16 - - uid: 100 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 16 - - uid: 101 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 16 - - uid: 102 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 16 - - uid: 103 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 16 - - uid: 203 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 16 - - uid: 206 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 16 - - uid: 341 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 16 - - uid: 447 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 16 - - uid: 450 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 16 - - uid: 451 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 16 - - uid: 616 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 16 - - uid: 641 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 16 - - uid: 642 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 16 - - uid: 643 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 16 - - uid: 644 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 16 - - uid: 645 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 16 - - uid: 646 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 16 - - uid: 647 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 16 - - uid: 648 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 16 -- proto: WallSolid - entities: - - uid: 22 - components: - - type: Transform - pos: 2.5,7.5 - parent: 16 - - uid: 23 - components: - - type: Transform - pos: 1.5,7.5 - parent: 16 - - uid: 24 - components: - - type: Transform - pos: -2.5,7.5 - parent: 16 - - uid: 26 - components: - - type: Transform - pos: -4.5,6.5 - parent: 16 - - uid: 27 - components: - - type: Transform - pos: -5.5,5.5 - parent: 16 - - uid: 28 - components: - - type: Transform - pos: -6.5,5.5 - parent: 16 - - uid: 79 - components: - - type: Transform - pos: -4.5,4.5 - parent: 16 - - uid: 80 - components: - - type: Transform - pos: -4.5,3.5 - parent: 16 - - uid: 83 - components: - - type: Transform - pos: -6.5,1.5 - parent: 16 - - uid: 85 - components: - - type: Transform - pos: -0.5,3.5 - parent: 16 - - uid: 86 - components: - - type: Transform - pos: -0.5,4.5 - parent: 16 - - uid: 88 - components: - - type: Transform - pos: -0.5,6.5 - parent: 16 - - uid: 89 - components: - - type: Transform - pos: 3.5,6.5 - parent: 16 - - uid: 90 - components: - - type: Transform - pos: 3.5,5.5 - parent: 16 -- proto: WallSolidRust - entities: - - uid: 9 - components: - - type: Transform - pos: -7.5,5.5 - parent: 16 - - uid: 17 - components: - - type: Transform - pos: -3.5,7.5 - parent: 16 - - uid: 18 - components: - - type: Transform - pos: -1.5,7.5 - parent: 16 - - uid: 20 - components: - - type: Transform - pos: 0.5,7.5 - parent: 16 - - uid: 81 - components: - - type: Transform - pos: -4.5,2.5 - parent: 16 - - uid: 82 - components: - - type: Transform - pos: -4.5,1.5 - parent: 16 - - uid: 87 - components: - - type: Transform - pos: -0.5,5.5 - parent: 16 - - uid: 91 - components: - - type: Transform - pos: 3.5,3.5 - parent: 16 - - uid: 92 - components: - - type: Transform - pos: 3.5,4.5 - parent: 16 -- proto: WaterCooler - entities: - - uid: 592 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 16 -- proto: WeaponGrapplingGun - entities: - - uid: 271 - components: - - type: Transform - pos: -1.400831,-7.5095 - parent: 16 -- proto: WeaponProtoKineticAccelerator - entities: - - uid: 270 - components: - - type: Transform - pos: -1.4463315,-6.400125 - parent: 16 -- proto: WindoorSecureCargoLocked - entities: - - uid: 229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,10.5 - parent: 16 - - uid: 469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 16 - - uid: 470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-5.5 - parent: 16 - - uid: 471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 16 - - uid: 472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 16 - - uid: 479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 16 - - uid: 480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 16 - - uid: 483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,1.5 - parent: 16 -- proto: WindowReinforcedDirectional - entities: - - uid: 4 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 16 - - uid: 5 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 16 - - uid: 6 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 16 - - uid: 7 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 16 - - uid: 8 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 16 - - uid: 228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,11.5 - parent: 16 - - uid: 475 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 16 -- proto: Wirecutter - entities: - - uid: 597 - components: - - type: Transform - pos: 5.950589,10.861998 - parent: 16 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 11: FloorAsteroidTile + 15: FloorBasalt + 17: FloorBlueCircuit + 22: FloorCave + 29: FloorDark + 34: FloorDarkMono + 54: FloorGreenCircuit + 62: FloorLino + 77: FloorReinforced + 89: FloorSteel + 96: FloorSteelDirty + 100: FloorSteelMono + 104: FloorTechMaint + 121: Plating +entities: +- proto: "" + entities: + - uid: 16 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAACeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAABeQAAAAAAEQAAAAAATQAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAACYAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAB + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAYAAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAABeQAAAAAACwAAAAAAeQAAAAAACwAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAZAAAAAAAZAAAAAADZAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAABYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAZAAAAAADZAAAAAACZAAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABYAAAAAAAYAAAAAAAeQAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAACeQAAAAAAWQAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAABwAAAAACBwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACeQAAAAAAeQAAAAAAWQAAAAAAYAAAAAAAeQAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAACBwAAAAABFgAAAAABFgAAAAACDwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAFgAAAAABFgAAAAADBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAHQAAAAABFgAAAAAADwAAAAAADwAAAAAAFgAAAAAAFgAAAAAFBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAHQAAAAACDwAAAAAAHQAAAAADeQAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAZAAAAAACIgAAAAAAZAAAAAAAeQAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAYAAAAAAAWQAAAAADeQAAAAAAWQAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA + 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: -3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 134: -8,0 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 67: 5,10 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: 4,11 + 49: 9,-3 + 50: 10,-3 + 66: 4,10 + 89: -6,0 + 133: -7,0 + 185: 3,-2 + 186: 2,-2 + 187: 2,0 + 188: 0,0 + 189: -1,0 + 194: 0,3 + 195: 0,4 + 196: 0,5 + 197: 0,6 + 198: 2,3 + 199: 2,4 + 200: 2,5 + 201: 2,6 + 202: -2,3 + 203: -2,4 + 204: -2,5 + 205: -2,6 + 206: -4,3 + 207: -4,4 + 208: -4,5 + 209: -4,6 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 90: 1,-7 + - node: + color: '#A4610696' + id: BrickTileWhiteCornerNe + decals: + 35: 6,11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineE + decals: + 81: 2,-7 + 82: 2,-6 + - node: + color: '#A4610696' + id: BrickTileWhiteLineE + decals: + 36: 6,10 + 37: 6,9 + 38: 6,8 + 39: 6,7 + - node: + color: '#A4610696' + id: BrickTileWhiteLineN + decals: + 34: 5,11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 83: 0,-7 + 84: 0,-6 + - node: + color: '#FFFFFFFF' + id: Caution + decals: + 63: 6,9 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 48: 8,-3 + 132: -6,0 + 190: -2,-2 + 191: -2,0 + 192: 4,-2 + 193: 4,0 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 135: -3,-2 + 136: -2,-1 + 137: -1,0 + 138: 6,0 + 139: 5,-1 + 140: 4,-1 + 141: 5,-3 + 142: 4,-3 + 143: 5,1 + 144: 5,2 + 145: 4,1 + 146: 0,1 + 147: 2,1 + 148: -2,1 + 149: -3,1 + 224: -3,3 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 161: -2,-2 + 162: -4,-1 + 163: -4,-2 + 164: -2,0 + 165: -1,1 + 166: 1,1 + 167: 4,1 + 168: 3,1 + 169: 2,-1 + 170: 3,-2 + 171: 3,-3 + 172: 4,-1 + 173: 4,-1 + 174: 5,0 + 175: 5,2 + 176: 5,3 + 177: 4,2 + 178: 5,5 + 179: 6,5 + 180: -6,-1 + 181: -8,-1 + 182: -7,-1 + 183: -6,-2 + 184: -2,-2 + 210: 2,3 + 211: 1,3 + 212: 1,3 + 213: 1,4 + 214: -3,4 + 215: -3,5 + 216: -4,6 + 217: -3,5 + 218: -2,4 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 150: 5,0 + 151: 6,-1 + 152: 6,1 + 153: 4,0 + 154: 3,-1 + 155: 4,-2 + 156: 2,0 + 157: 0,0 + 158: 1,0 + 159: -1,-1 + 160: -3,-1 + 219: 0,3 + 220: 1,5 + 221: 2,5 + 222: 1,6 + 223: -3,3 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 46: 8,-2 + 47: 6,-2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 11: -4,1 + 12: -3,1 + 13: -2,1 + 14: -1,1 + 15: 0,1 + 16: 1,1 + 17: 2,1 + 18: 3,1 + 19: 4,1 + 20: 4,2 + 21: 4,3 + 22: 4,4 + 23: 4,6 + 24: 5,6 + 25: -8,0 + 26: -7,0 + 27: -6,0 + 28: -5,0 + 51: 10,1 + 52: 11,1 + 53: 12,1 + 54: 13,1 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 59: -12,-2 + 60: -13,-2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 1: -4,-3 + 2: -3,-3 + 3: -2,-3 + 4: -1,-3 + 5: 0,-3 + 6: 1,-3 + 7: 2,-3 + 8: 3,-3 + 9: 4,-3 + 10: 5,-3 + 29: -8,-2 + 30: -7,-2 + 31: -6,-2 + 32: -5,-2 + 33: -4,-2 + 40: 6,-3 + 55: 10,0 + 56: 11,0 + 57: 12,0 + 58: 13,0 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 61: -12,0 + 62: -13,0 + - node: + color: '#FFFFFFFF' + id: Remains + decals: + 131: -7.7688937,-6.5786843 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 64: 6,10 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale + decals: + 80: 0,-5 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 78: 2,-8 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 79: 0,-8 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 77: 2,-5 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 65: 4,11 + 68: 1,-8 + - node: + color: '#334E6DC8' + id: WarnCornerSmallGreyscaleSE + decals: + 88: 0,-3 + - node: + color: '#334E6DC8' + id: WarnCornerSmallGreyscaleSW + decals: + 87: 2,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 45: -1,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 74: -4,-8 + 75: -4,-7 + 76: -4,-6 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleN + decals: + 85: 1,-5 + - node: + color: '#A4610696' + id: WarnLineGreyscaleN + decals: + 41: 6,6 + - node: + color: '#334E6DC8' + id: WarnLineGreyscaleS + decals: + 86: 1,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 42: -4,-3 + 43: -3,-3 + 44: -2,-3 + 72: -2,-5 + 73: -4,-5 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 69: -2,-8 + 70: -2,-7 + 71: -2,-6 + - node: + color: '#7915001F' + id: splatter + decals: + 91: -7.3626437,-6.9849343 + 92: -7.6595187,-6.7818093 + 93: -7.7845187,-6.4380593 + 94: -7.7845187,-6.3599343 + 95: -7.6282687,-6.3755593 + 96: -7.4876437,-6.5318093 + 97: -7.4563937,-6.7349343 + 98: -7.6595187,-6.9224343 + 99: -7.1595187,-7.3599343 + 100: -7.2845187,-8.063059 + 101: -7.0188937,-8.234934 + 102: -7.0813937,-8.141184 + 103: -8.284519,-6.4068093 + 104: -8.659519,-5.8130593 + 105: -8.956394,-5.5474343 + 106: -7.7688937,-6.6411843 + 107: -7.7376437,-6.6099343 + 108: -8.159519,-6.1568093 + 109: -8.784519,-5.8443093 + 110: -8.878269,-5.7661843 + 111: -8.597019,-6.0161843 + 112: -8.628269,-6.3755593 + 113: -8.268894,-6.4693093 + 114: -9.784519,-5.0630593 + 115: -9.815769,-5.0005593 + 116: -9.909519,-4.9380593 + 117: -8.831394,-5.2818093 + 118: -9.065769,-4.9536843 + 119: -8.503269,-5.3286843 + 120: -7.9563937,-5.8599343 + 121: -7.4251437,-6.1255593 + 122: -7.6907687,-7.2036843 + 123: -8.503269,-6.9849343 + 124: -9.128269,-6.3286843 + 125: -9.643894,-5.3911843 + 126: -8.487644,-5.5943093 + 127: -7.6438937,-6.0943093 + 128: -7.3626437,-6.7349343 + 129: -7.8782687,-7.0005593 + 130: -7.3470187,-7.5943093 + - 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: 61064 + 1: 68 + -4,-2: + 0: 34816 + 1: 17476 + -3,-2: + 0: 65535 + -3,-1: + 0: 65535 + -3,-3: + 0: 59520 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -2,-4: + 0: 32768 + -1,-4: + 0: 61440 + -1,-3: + 0: 65535 + -1,-2: + 2: 30583 + 0: 34952 + -4,0: + 0: 142 + 1: 17472 + -3,0: + 0: 65535 + -3,1: + 0: 2254 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 2252 + 1: 8738 + -1,1: + 0: 65535 + -1,2: + 0: 61439 + -1,3: + 0: 8 + 1: 240 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 143 + 1: 112 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 65535 + 1,3: + 0: 255 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 16383 + 2,3: + 0: 1 + 1: 240 + 3,0: + 0: 65535 + 3,1: + 0: 4369 + 1: 17646 + 0,-4: + 0: 61440 + 0,-3: + 0: 65535 + 0,-2: + 0: 65533 + 3: 2 + 1,-4: + 0: 61440 + 1,-3: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-4: + 0: 28672 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-3: + 0: 4096 + 3,-2: + 0: 4369 + 1: 57344 + 3,-1: + 0: 65521 + 1: 14 + 4,0: + 0: 61440 + 5,0: + 0: 12288 + -4,-3: + 1: 17472 + -4,1: + 1: 17476 + -4,2: + 1: 4 + -3,3: + 1: 128 + -2,3: + 1: 242 + 3,3: + 1: 116 + 3,2: + 1: 17476 + 4,1: + 1: 255 + 5,1: + 1: 51 + 4,-2: + 1: 61440 + 4,-1: + 1: 15 + 5,-2: + 1: 12288 + 5,-1: + 1: 3 + 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 + - volume: 2500 + temperature: 235 + 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 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockCargoLocked + entities: + - uid: 108 + components: + - type: Transform + pos: -7.5,1.5 + parent: 16 +- proto: AirlockCentralCommandLocked + entities: + - uid: 309 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 16 +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 109 + components: + - type: Transform + pos: 9.5,0.5 + parent: 16 + - uid: 110 + components: + - type: Transform + pos: 9.5,1.5 + parent: 16 + - uid: 111 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 16 + - uid: 112 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 16 + - uid: 113 + components: + - type: Transform + pos: 7.5,0.5 + parent: 16 + - uid: 114 + components: + - type: Transform + pos: 7.5,1.5 + parent: 16 +- proto: APCBasic + entities: + - uid: 513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 16 +- proto: AsteroidRock + entities: + - uid: 49 + components: + - type: Transform + pos: 11.5,8.5 + parent: 16 + - uid: 50 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 16 + - uid: 51 + components: + - type: Transform + pos: 11.5,7.5 + parent: 16 + - uid: 52 + components: + - type: Transform + pos: 12.5,7.5 + parent: 16 + - uid: 53 + components: + - type: Transform + pos: 12.5,5.5 + parent: 16 + - uid: 55 + components: + - type: Transform + pos: 2.5,8.5 + parent: 16 + - uid: 56 + components: + - type: Transform + pos: 11.5,6.5 + parent: 16 + - uid: 57 + components: + - type: Transform + pos: 11.5,4.5 + parent: 16 + - uid: 58 + components: + - type: Transform + pos: 11.5,5.5 + parent: 16 + - uid: 59 + components: + - type: Transform + pos: 10.5,4.5 + parent: 16 + - uid: 60 + components: + - type: Transform + pos: 0.5,8.5 + parent: 16 + - uid: 61 + components: + - type: Transform + pos: 1.5,8.5 + parent: 16 + - uid: 62 + components: + - type: Transform + pos: 2.5,9.5 + parent: 16 + - uid: 63 + components: + - type: Transform + pos: 0.5,9.5 + parent: 16 + - uid: 64 + components: + - type: Transform + pos: 12.5,6.5 + parent: 16 + - uid: 65 + components: + - type: Transform + pos: -1.5,8.5 + parent: 16 + - uid: 66 + components: + - type: Transform + pos: -0.5,8.5 + parent: 16 + - uid: 67 + components: + - type: Transform + pos: -0.5,9.5 + parent: 16 + - uid: 68 + components: + - type: Transform + pos: 1.5,9.5 + parent: 16 + - uid: 94 + components: + - type: Transform + pos: -5.5,7.5 + parent: 16 + - uid: 104 + components: + - type: Transform + pos: 2.5,10.5 + parent: 16 + - uid: 105 + components: + - type: Transform + pos: -6.5,6.5 + parent: 16 + - uid: 107 + components: + - type: Transform + pos: -5.5,6.5 + parent: 16 + - uid: 124 + components: + - type: Transform + pos: -8.5,6.5 + parent: 16 + - uid: 126 + components: + - type: Transform + pos: -7.5,6.5 + parent: 16 + - uid: 127 + components: + - type: Transform + pos: -6.5,7.5 + parent: 16 + - uid: 130 + components: + - type: Transform + pos: -9.5,1.5 + parent: 16 + - uid: 131 + components: + - type: Transform + pos: -10.5,1.5 + parent: 16 + - uid: 132 + components: + - type: Transform + pos: -7.5,7.5 + parent: 16 + - uid: 133 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 16 + - uid: 134 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 16 + - uid: 177 + components: + - type: Transform + pos: 9.5,9.5 + parent: 16 + - uid: 182 + components: + - type: Transform + pos: 9.5,8.5 + parent: 16 + - uid: 183 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 16 + - uid: 185 + components: + - type: Transform + pos: 8.5,10.5 + parent: 16 + - uid: 186 + components: + - type: Transform + pos: 8.5,11.5 + parent: 16 + - uid: 187 + components: + - type: Transform + pos: 8.5,12.5 + parent: 16 + - uid: 188 + components: + - type: Transform + pos: 9.5,11.5 + parent: 16 + - uid: 189 + components: + - type: Transform + pos: 9.5,10.5 + parent: 16 + - uid: 190 + components: + - type: Transform + pos: 9.5,4.5 + parent: 16 + - uid: 191 + components: + - type: Transform + pos: 9.5,3.5 + parent: 16 + - uid: 192 + components: + - type: Transform + pos: 10.5,10.5 + parent: 16 + - uid: 193 + components: + - type: Transform + pos: 10.5,9.5 + parent: 16 + - uid: 194 + components: + - type: Transform + pos: 10.5,8.5 + parent: 16 + - uid: 195 + components: + - type: Transform + pos: 10.5,7.5 + parent: 16 + - uid: 196 + components: + - type: Transform + pos: 10.5,6.5 + parent: 16 + - uid: 197 + components: + - type: Transform + pos: 10.5,5.5 + parent: 16 + - uid: 198 + components: + - type: Transform + pos: 11.5,10.5 + parent: 16 + - uid: 199 + components: + - type: Transform + pos: 11.5,9.5 + parent: 16 + - uid: 200 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 16 + - uid: 201 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 16 + - uid: 202 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 16 + - uid: 204 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 16 + - uid: 205 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 16 + - uid: 207 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 16 + - uid: 208 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 16 + - uid: 209 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 16 + - uid: 210 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 16 + - uid: 211 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 16 + - uid: 212 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 16 + - uid: 213 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 16 + - uid: 214 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 16 + - uid: 215 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 16 + - uid: 216 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 16 + - uid: 218 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 16 + - uid: 219 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 16 + - uid: 240 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 16 + - uid: 241 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 16 + - uid: 243 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 16 + - uid: 244 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 16 + - uid: 246 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 16 + - uid: 247 + components: + - type: Transform + pos: 8.5,3.5 + parent: 16 + - uid: 248 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 16 + - uid: 249 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 16 + - uid: 253 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 16 + - uid: 254 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 16 + - uid: 261 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 16 + - uid: 262 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 16 + - uid: 263 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 16 + - uid: 268 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 16 + - uid: 273 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 16 + - uid: 274 + components: + - type: Transform + pos: -5.5,8.5 + parent: 16 + - uid: 275 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 16 + - uid: 277 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 16 + - uid: 293 + components: + - type: Transform + pos: -2.5,8.5 + parent: 16 + - uid: 294 + components: + - type: Transform + pos: -3.5,8.5 + parent: 16 + - uid: 305 + components: + - type: Transform + pos: -4.5,8.5 + parent: 16 + - uid: 310 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 16 + - uid: 311 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 16 + - uid: 312 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 16 +- proto: BannerCargo + entities: + - uid: 178 + components: + - type: Transform + pos: 4.5,6.5 + parent: 16 +- proto: Bucket + entities: + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.784109,-5.7588787 + parent: 16 +- proto: CableApcExtension + entities: + - uid: 2 + components: + - type: Transform + pos: 6.5,7.5 + parent: 16 + - uid: 3 + components: + - type: Transform + pos: 6.5,8.5 + parent: 16 + - uid: 32 + components: + - type: Transform + pos: 6.5,10.5 + parent: 16 + - uid: 122 + components: + - type: Transform + pos: 6.5,9.5 + parent: 16 + - uid: 239 + components: + - type: Transform + pos: 6.5,11.5 + parent: 16 + - uid: 250 + components: + - type: Transform + pos: 6.5,5.5 + parent: 16 + - uid: 255 + components: + - type: Transform + pos: 6.5,6.5 + parent: 16 + - uid: 342 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 16 + - uid: 345 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 16 + - uid: 514 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 16 + - uid: 515 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 16 + - uid: 516 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 16 + - uid: 517 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 16 + - uid: 518 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 16 + - uid: 519 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 16 + - uid: 520 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 16 + - uid: 521 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 16 + - uid: 522 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 16 + - uid: 523 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 16 + - uid: 524 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 16 + - uid: 525 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 16 + - uid: 526 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 16 + - uid: 527 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 16 + - uid: 528 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 16 + - uid: 529 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 16 + - uid: 530 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 16 + - uid: 531 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 16 + - uid: 532 + components: + - type: Transform + pos: -5.5,0.5 + parent: 16 + - uid: 533 + components: + - type: Transform + pos: -5.5,1.5 + parent: 16 + - uid: 534 + components: + - type: Transform + pos: -5.5,2.5 + parent: 16 + - uid: 535 + components: + - type: Transform + pos: -5.5,3.5 + parent: 16 + - uid: 536 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 16 + - uid: 537 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 16 + - uid: 538 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 16 + - uid: 539 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 16 + - uid: 540 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 16 + - uid: 541 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 16 + - uid: 542 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 16 + - uid: 543 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 16 + - uid: 544 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 16 + - uid: 545 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 16 + - uid: 546 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 16 + - uid: 547 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 16 + - uid: 548 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 16 + - uid: 554 + components: + - type: Transform + pos: 5.5,0.5 + parent: 16 + - uid: 555 + components: + - type: Transform + pos: 5.5,1.5 + parent: 16 + - uid: 556 + components: + - type: Transform + pos: 5.5,2.5 + parent: 16 + - uid: 557 + components: + - type: Transform + pos: 5.5,3.5 + parent: 16 + - uid: 558 + components: + - type: Transform + pos: 5.5,4.5 + parent: 16 + - uid: 559 + components: + - type: Transform + pos: 5.5,5.5 + parent: 16 + - uid: 560 + components: + - type: Transform + pos: 1.5,5.5 + parent: 16 + - uid: 561 + components: + - type: Transform + pos: 1.5,4.5 + parent: 16 + - uid: 562 + components: + - type: Transform + pos: 1.5,3.5 + parent: 16 + - uid: 563 + components: + - type: Transform + pos: 1.5,2.5 + parent: 16 + - uid: 564 + components: + - type: Transform + pos: 1.5,1.5 + parent: 16 + - uid: 565 + components: + - type: Transform + pos: 1.5,0.5 + parent: 16 + - uid: 566 + components: + - type: Transform + pos: -2.5,0.5 + parent: 16 + - uid: 567 + components: + - type: Transform + pos: -2.5,1.5 + parent: 16 + - uid: 568 + components: + - type: Transform + pos: -2.5,2.5 + parent: 16 + - uid: 569 + components: + - type: Transform + pos: -2.5,3.5 + parent: 16 + - uid: 570 + components: + - type: Transform + pos: -2.5,4.5 + parent: 16 + - uid: 571 + components: + - type: Transform + pos: -2.5,5.5 + parent: 16 + - uid: 572 + components: + - type: Transform + pos: 6.5,1.5 + parent: 16 + - uid: 573 + components: + - type: Transform + pos: 7.5,1.5 + parent: 16 + - uid: 574 + components: + - type: Transform + pos: 8.5,1.5 + parent: 16 +- proto: CableHV + entities: + - uid: 302 + components: + - type: Transform + pos: 4.5,11.5 + parent: 16 + - uid: 493 + components: + - type: Transform + pos: 3.5,10.5 + parent: 16 +- proto: CableHVStack1 + entities: + - uid: 596 + components: + - type: Transform + pos: 4.5382333,10.552419 + parent: 16 +- proto: CableMV + entities: + - uid: 30 + components: + - type: Transform + pos: 6.5,10.5 + parent: 16 + - uid: 233 + components: + - type: Transform + pos: 6.5,9.5 + parent: 16 + - uid: 235 + components: + - type: Transform + pos: 6.5,8.5 + parent: 16 + - uid: 390 + components: + - type: Transform + pos: 5.5,10.5 + parent: 16 + - uid: 497 + components: + - type: Transform + pos: 3.5,10.5 + parent: 16 + - uid: 498 + components: + - type: Transform + pos: 4.5,10.5 + parent: 16 + - uid: 499 + components: + - type: Transform + pos: 5.5,6.5 + parent: 16 + - uid: 500 + components: + - type: Transform + pos: 6.5,6.5 + parent: 16 + - uid: 501 + components: + - type: Transform + pos: 6.5,7.5 + parent: 16 + - uid: 502 + components: + - type: Transform + pos: 4.5,6.5 + parent: 16 + - uid: 503 + components: + - type: Transform + pos: 4.5,5.5 + parent: 16 + - uid: 504 + components: + - type: Transform + pos: 4.5,4.5 + parent: 16 + - uid: 505 + components: + - type: Transform + pos: 4.5,3.5 + parent: 16 + - uid: 506 + components: + - type: Transform + pos: 4.5,2.5 + parent: 16 + - uid: 507 + components: + - type: Transform + pos: 4.5,1.5 + parent: 16 + - uid: 508 + components: + - type: Transform + pos: 4.5,0.5 + parent: 16 + - uid: 509 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 16 + - uid: 510 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 16 + - uid: 511 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 16 + - uid: 512 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 16 +- proto: Chair + entities: + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 16 +- proto: ChairOfficeDark + entities: + - uid: 106 + components: + - type: Transform + pos: -5.5,2.5 + parent: 16 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 278 + components: + - type: Transform + pos: -1.5,5.5 + parent: 16 +- proto: ClosetFireFilled + entities: + - uid: 306 + components: + - type: Transform + pos: 2.5,6.5 + parent: 16 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 308 + components: + - type: Transform + pos: 0.5,4.5 + parent: 16 +- proto: ClothingHeadBandMerc + entities: + - uid: 269 + components: + - type: Transform + pos: -1.3682065,-5.400125 + parent: 16 +- proto: ClothingHeadHatBeretMerc + entities: + - uid: 139 + components: + - type: Transform + pos: -3.557321,-5.3945236 + parent: 16 +- proto: ClothingNeckCloakMiner + entities: + - uid: 287 + components: + - type: Transform + pos: -5.4872193,-3.5725641 + parent: 16 +- proto: ClothingOuterVestWebMerc + entities: + - uid: 184 + components: + - type: Transform + pos: -3.541696,-7.5195236 + parent: 16 +- proto: ComfyChair + entities: + - uid: 276 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 16 +- proto: ComputerBroken + entities: + - uid: 44 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,2.5 + parent: 16 +- proto: CrateFilledSpawner + entities: + - uid: 281 + components: + - type: Transform + pos: -3.5,4.5 + parent: 16 +- proto: DisposalPipeBroken + entities: + - uid: 628 + components: + - type: Transform + pos: 6.5,2.5 + parent: 16 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 624 + components: + - type: Transform + pos: 3.5,5.5 + parent: 16 + - uid: 625 + components: + - type: Transform + pos: 3.5,4.5 + parent: 16 +- proto: FaxMachineBase + entities: + - uid: 272 + components: + - type: Transform + pos: -5.5,4.5 + parent: 16 +- proto: Firelock + entities: + - uid: 476 + components: + - type: Transform + pos: -4.5,0.5 + parent: 16 + - uid: 477 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 16 + - uid: 478 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 16 +- proto: FirelockGlass + entities: + - uid: 138 + components: + - type: Transform + pos: -5.5,1.5 + parent: 16 +- proto: Floodlight + entities: + - uid: 286 + components: + - type: Transform + pos: -6.468503,-5.496331 + parent: 16 +- proto: FloodlightBroken + entities: + - uid: 143 + components: + - type: Transform + pos: 12.473434,-1.192405 + parent: 16 +- proto: FloorLavaEntity + entities: + - uid: 48 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 16 + - uid: 295 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 16 + - uid: 317 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 16 + - uid: 318 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 16 + - uid: 319 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 16 + - uid: 401 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 16 + - uid: 402 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 16 + - uid: 404 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 16 +- proto: FloraRockSolid01 + entities: + - uid: 54 + components: + - type: Transform + pos: 5.505496,-8.531757 + parent: 16 +- proto: FloraRockSolid03 + entities: + - uid: 490 + components: + - type: Transform + pos: 7.442996,-6.4380074 + parent: 16 +- proto: FoodSnackChocolate + entities: + - uid: 35 + components: + - type: Transform + pos: -8.409519,-4.5005593 + parent: 16 + - uid: 36 + components: + - type: Transform + pos: -8.162452,-4.5786843 + parent: 16 +- proto: GoldOre1 + entities: + - uid: 142 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 144 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 145 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 146 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 147 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 152 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 158 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 160 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 164 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 165 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 166 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Grille + entities: + - uid: 11 + components: + - type: Transform + pos: -8.5,2.5 + parent: 16 + - uid: 12 + components: + - type: Transform + pos: -8.5,3.5 + parent: 16 + - uid: 13 + components: + - type: Transform + pos: -8.5,4.5 + parent: 16 + - uid: 116 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 16 + - uid: 123 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 16 + - uid: 125 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 16 + - uid: 224 + components: + - type: Transform + pos: 4.5,7.5 + parent: 16 + - uid: 227 + components: + - type: Transform + pos: 7.5,4.5 + parent: 16 + - uid: 230 + components: + - type: Transform + pos: 7.5,5.5 + parent: 16 + - uid: 236 + components: + - type: Transform + pos: 7.5,8.5 + parent: 16 + - uid: 242 + components: + - type: Transform + pos: 5.5,8.5 + parent: 16 + - uid: 245 + components: + - type: Transform + pos: 4.5,9.5 + parent: 16 + - uid: 593 + components: + - type: Transform + pos: 7.5,6.5 + parent: 16 +- proto: LeftArmSkeleton + entities: + - uid: 175 + components: + - type: Transform + pos: 6.8180027,-5.7761726 + parent: 16 +- proto: LeftHandSkeleton + entities: + - uid: 174 + components: + - type: Transform + pos: 7.1148777,-5.8855476 + parent: 16 +- proto: LockerFreezerBase + entities: + - uid: 141 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 16 + - 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: + - 142 + - 144 + - 145 + - 146 + - 147 + - 152 + - 158 + - 159 + - 160 + - 161 + - 162 + - 163 + - 164 + - 165 + - 166 + - 167 + - 168 + - 169 + - 170 + - 171 + - 172 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: Pickaxe + entities: + - uid: 34 + components: + - type: Transform + pos: -7.3404226,-7.415608 + parent: 16 +- proto: PlasticFlapsAirtightOpaque + entities: + - uid: 115 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 16 +- proto: PortableGeneratorPacman + entities: + - uid: 290 + components: + - type: Transform + pos: 4.5,11.5 + parent: 16 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 632 + components: + - type: Transform + pos: -6.5,5.5 + parent: 16 +- proto: PowerCellRecharger + entities: + - uid: 135 + components: + - type: Transform + pos: -6.5,4.5 + parent: 16 +- proto: Poweredlight + entities: + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 155 + components: + - type: Transform + pos: 3.5,1.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 156 + components: + - type: Transform + pos: -4.5,0.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 157 + components: + - type: Transform + pos: -6.5,4.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightEmpty + entities: + - uid: 148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-1.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 150 + components: + - type: Transform + pos: -0.5,1.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 151 + components: + - type: Transform + pos: 8.5,1.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightSodium + entities: + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,0.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 487 + components: + - type: Transform + pos: -2.5,6.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 488 + components: + - type: Transform + pos: 1.5,6.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 489 + components: + - type: Transform + pos: 5.5,6.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,10.5 + parent: 16 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 128 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 16 + - uid: 129 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 16 + - uid: 136 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 16 + - uid: 137 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 16 + - uid: 303 + components: + - type: Transform + pos: 5.5,11.5 + parent: 16 + - uid: 473 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 16 + - uid: 474 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 16 +- proto: RandomPosterContraband + entities: + - uid: 633 + components: + - type: Transform + pos: -4.5,3.5 + parent: 16 + - uid: 634 + components: + - type: Transform + pos: -0.5,6.5 + parent: 16 +- proto: RandomPosterLegit + entities: + - uid: 585 + components: + - type: Transform + pos: 7.5,11.5 + parent: 16 + - uid: 635 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 16 +- proto: ReinforcedUraniumWindow + entities: + - uid: 291 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 16 + - uid: 292 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 16 +- proto: ReinforcedWindow + entities: + - uid: 117 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 16 + - uid: 119 + components: + - type: Transform + pos: -8.5,4.5 + parent: 16 + - uid: 120 + components: + - type: Transform + pos: -8.5,3.5 + parent: 16 + - uid: 121 + components: + - type: Transform + pos: -8.5,2.5 + parent: 16 + - uid: 220 + components: + - type: Transform + pos: 7.5,5.5 + parent: 16 + - uid: 221 + components: + - type: Transform + pos: 4.5,9.5 + parent: 16 + - uid: 222 + components: + - type: Transform + pos: 7.5,4.5 + parent: 16 + - uid: 223 + components: + - type: Transform + pos: 5.5,8.5 + parent: 16 + - uid: 225 + components: + - type: Transform + pos: 7.5,8.5 + parent: 16 + - uid: 226 + components: + - type: Transform + pos: 7.5,6.5 + parent: 16 + - uid: 594 + components: + - type: Transform + pos: 4.5,7.5 + parent: 16 +- proto: SalvageCanisterSpawner + entities: + - uid: 283 + components: + - type: Transform + pos: -1.5,6.5 + parent: 16 + - uid: 288 + components: + - type: Transform + pos: 2.5,4.5 + parent: 16 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 260 + components: + - type: Transform + pos: 0.5,5.5 + parent: 16 + - uid: 284 + components: + - type: Transform + pos: -3.5,5.5 + parent: 16 + - uid: 285 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 16 + - uid: 307 + components: + - type: Transform + pos: -1.5,4.5 + parent: 16 +- proto: SalvageMobSpawner75 + entities: + - uid: 279 + components: + - type: Transform + pos: -1.5,0.5 + parent: 16 + - uid: 280 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 16 +- proto: SheetPlasma1 + entities: + - uid: 265 + components: + - type: Transform + pos: 5.4992433,11.644601 + parent: 16 + - uid: 266 + components: + - type: Transform + pos: 5.4992433,11.644601 + parent: 16 + - uid: 296 + components: + - type: Transform + pos: 5.5617433,11.535226 + parent: 16 + - uid: 299 + components: + - type: Transform + pos: 5.5617433,11.535226 + parent: 16 + - uid: 304 + components: + - type: Transform + pos: 5.5617433,11.535226 + parent: 16 +- proto: Shovel + entities: + - uid: 595 + components: + - type: Transform + pos: -8.949798,-4.493733 + parent: 16 +- proto: ShuttersNormal + entities: + - uid: 118 + components: + - type: Transform + pos: 2.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 464 + - uid: 179 + components: + - type: Transform + pos: -1.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 463 + - uid: 180 + components: + - type: Transform + pos: 0.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 464 + - uid: 181 + components: + - type: Transform + pos: 1.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 464 + - uid: 264 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 16 + - uid: 267 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 16 + - uid: 289 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 16 + - uid: 297 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 16 + - uid: 298 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 16 + - uid: 300 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 16 + - uid: 458 + components: + - type: Transform + pos: -3.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 463 + - uid: 459 + components: + - type: Transform + pos: -2.5,2.5 + parent: 16 + - type: DeviceLinkSink + links: + - 463 +- proto: ShuttersRadiation + entities: + - uid: 675 + components: + - type: Transform + pos: 6.5,7.5 + parent: 16 + - type: DeviceLinkSink + links: + - 584 +- proto: SignalButton + entities: + - uid: 463 + components: + - type: Transform + pos: -0.5,2.5 + parent: 16 + - type: DeviceLinkSource + linkedPorts: + 179: + - Pressed: Toggle + 459: + - Pressed: Toggle + 458: + - Pressed: Toggle + - uid: 464 + components: + - type: Transform + pos: 3.5,2.5 + parent: 16 + - type: DeviceLinkSource + linkedPorts: + 118: + - Pressed: Toggle + 181: + - Pressed: Toggle + 180: + - Pressed: Toggle + - uid: 584 + components: + - type: Transform + pos: 5.5,7.5 + parent: 16 + - type: DeviceLinkSource + linkedPorts: + 675: + - Pressed: Toggle +- proto: SignCargo + entities: + - uid: 582 + components: + - type: Transform + pos: -10.5,0.5 + parent: 16 + - uid: 583 + components: + - type: Transform + pos: 9.5,2.5 + parent: 16 +- proto: SignElectricalMed + entities: + - uid: 577 + components: + - type: Transform + pos: 5.5,12.5 + parent: 16 +- proto: SignFire + entities: + - uid: 552 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 16 +- proto: SignSecureMed + entities: + - uid: 606 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 16 +- proto: SignSecureSmall + entities: + - uid: 580 + components: + - type: Transform + pos: -6.5,1.5 + parent: 16 +- proto: SignSomethingOld + entities: + - uid: 301 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 16 +- proto: SilverOre1 + entities: + - uid: 159 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 161 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 162 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 163 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 167 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 168 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 169 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 170 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 171 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 172 + components: + - type: Transform + parent: 141 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: SolidSecretDoor + entities: + - uid: 1 + components: + - type: Transform + pos: 6.5,12.5 + parent: 16 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 176 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 16 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 140 + components: + - type: Transform + pos: 5.5,3.5 + parent: 16 + - uid: 256 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 16 +- proto: SubstationWallBasic + entities: + - uid: 494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,10.5 + parent: 16 +- proto: Table + entities: + - uid: 454 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 16 + - uid: 551 + components: + - type: Transform + pos: -5.5,4.5 + parent: 16 + - uid: 553 + components: + - type: Transform + pos: -6.5,4.5 + parent: 16 +- proto: TableReinforced + entities: + - uid: 45 + components: + - type: Transform + pos: -5.5,1.5 + parent: 16 +- proto: TorsoSkeleton + entities: + - uid: 173 + components: + - type: Transform + pos: 6.6930027,-5.8542976 + parent: 16 +- proto: ToyAi + entities: + - uid: 282 + components: + - type: Transform + pos: -3.5697134,-6.313054 + parent: 16 +- proto: WallReinforced + entities: + - uid: 10 + components: + - type: Transform + pos: -8.5,5.5 + parent: 16 + - uid: 14 + components: + - type: Transform + pos: -8.5,1.5 + parent: 16 + - uid: 15 + components: + - type: Transform + pos: -8.5,0.5 + parent: 16 + - uid: 19 + components: + - type: Transform + pos: -4.5,5.5 + parent: 16 + - uid: 21 + components: + - type: Transform + pos: -4.5,7.5 + parent: 16 + - uid: 25 + components: + - type: Transform + pos: -0.5,7.5 + parent: 16 + - uid: 29 + components: + - type: Transform + pos: 3.5,7.5 + parent: 16 + - uid: 31 + components: + - type: Transform + pos: 5.5,7.5 + parent: 16 + - uid: 33 + components: + - type: Transform + pos: 7.5,7.5 + parent: 16 + - uid: 37 + components: + - type: Transform + pos: 7.5,3.5 + parent: 16 + - uid: 38 + components: + - type: Transform + pos: 7.5,2.5 + parent: 16 + - uid: 39 + components: + - type: Transform + pos: 8.5,2.5 + parent: 16 + - uid: 40 + components: + - type: Transform + pos: 9.5,2.5 + parent: 16 + - uid: 41 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 16 + - uid: 42 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 16 + - uid: 43 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 16 + - uid: 46 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 16 + - uid: 47 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 16 + - uid: 69 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 16 + - uid: 70 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 16 + - uid: 71 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 16 + - uid: 72 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 16 + - uid: 73 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 16 + - uid: 74 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 16 + - uid: 75 + components: + - type: Transform + pos: -10.5,0.5 + parent: 16 + - uid: 76 + components: + - type: Transform + pos: -9.5,0.5 + parent: 16 + - uid: 77 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 16 + - uid: 78 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 16 + - uid: 84 + components: + - type: Transform + pos: 3.5,2.5 + parent: 16 + - uid: 93 + components: + - type: Transform + pos: -0.5,2.5 + parent: 16 + - uid: 217 + components: + - type: Transform + pos: 7.5,12.5 + parent: 16 + - uid: 231 + components: + - type: Transform + pos: 7.5,9.5 + parent: 16 + - uid: 232 + components: + - type: Transform + pos: 7.5,10.5 + parent: 16 + - uid: 234 + components: + - type: Transform + pos: 3.5,9.5 + parent: 16 + - uid: 237 + components: + - type: Transform + pos: 4.5,12.5 + parent: 16 + - uid: 238 + components: + - type: Transform + pos: 3.5,12.5 + parent: 16 + - uid: 251 + components: + - type: Transform + pos: 5.5,12.5 + parent: 16 + - uid: 252 + components: + - type: Transform + pos: 3.5,10.5 + parent: 16 + - uid: 257 + components: + - type: Transform + pos: 3.5,11.5 + parent: 16 + - uid: 258 + components: + - type: Transform + pos: 5.5,9.5 + parent: 16 + - uid: 259 + components: + - type: Transform + pos: 7.5,11.5 + parent: 16 +- proto: WallRiveted + entities: + - uid: 95 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 16 + - uid: 96 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 16 + - uid: 97 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 16 + - uid: 98 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 16 + - uid: 99 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 16 + - uid: 100 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 16 + - uid: 101 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 16 + - uid: 102 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 16 + - uid: 103 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 16 + - uid: 203 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 16 + - uid: 206 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 16 + - uid: 341 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 16 + - uid: 447 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 16 + - uid: 450 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 16 + - uid: 451 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 16 + - uid: 616 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 16 + - uid: 641 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 16 + - uid: 642 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 16 + - uid: 643 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 16 + - uid: 644 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 16 + - uid: 645 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 16 + - uid: 646 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 16 + - uid: 647 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 16 + - uid: 648 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 16 +- proto: WallSolid + entities: + - uid: 22 + components: + - type: Transform + pos: 2.5,7.5 + parent: 16 + - uid: 23 + components: + - type: Transform + pos: 1.5,7.5 + parent: 16 + - uid: 24 + components: + - type: Transform + pos: -2.5,7.5 + parent: 16 + - uid: 26 + components: + - type: Transform + pos: -4.5,6.5 + parent: 16 + - uid: 27 + components: + - type: Transform + pos: -5.5,5.5 + parent: 16 + - uid: 28 + components: + - type: Transform + pos: -6.5,5.5 + parent: 16 + - uid: 79 + components: + - type: Transform + pos: -4.5,4.5 + parent: 16 + - uid: 80 + components: + - type: Transform + pos: -4.5,3.5 + parent: 16 + - uid: 83 + components: + - type: Transform + pos: -6.5,1.5 + parent: 16 + - uid: 85 + components: + - type: Transform + pos: -0.5,3.5 + parent: 16 + - uid: 86 + components: + - type: Transform + pos: -0.5,4.5 + parent: 16 + - uid: 88 + components: + - type: Transform + pos: -0.5,6.5 + parent: 16 + - uid: 89 + components: + - type: Transform + pos: 3.5,6.5 + parent: 16 + - uid: 90 + components: + - type: Transform + pos: 3.5,5.5 + parent: 16 +- proto: WallSolidRust + entities: + - uid: 9 + components: + - type: Transform + pos: -7.5,5.5 + parent: 16 + - uid: 17 + components: + - type: Transform + pos: -3.5,7.5 + parent: 16 + - uid: 18 + components: + - type: Transform + pos: -1.5,7.5 + parent: 16 + - uid: 20 + components: + - type: Transform + pos: 0.5,7.5 + parent: 16 + - uid: 81 + components: + - type: Transform + pos: -4.5,2.5 + parent: 16 + - uid: 82 + components: + - type: Transform + pos: -4.5,1.5 + parent: 16 + - uid: 87 + components: + - type: Transform + pos: -0.5,5.5 + parent: 16 + - uid: 91 + components: + - type: Transform + pos: 3.5,3.5 + parent: 16 + - uid: 92 + components: + - type: Transform + pos: 3.5,4.5 + parent: 16 +- proto: WaterCooler + entities: + - uid: 592 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 16 +- proto: WeaponGrapplingGun + entities: + - uid: 271 + components: + - type: Transform + pos: -1.400831,-7.5095 + parent: 16 +- proto: WeaponProtoKineticAccelerator + entities: + - uid: 270 + components: + - type: Transform + pos: -1.4463315,-6.400125 + parent: 16 +- proto: WindoorSecureCargoLocked + entities: + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,10.5 + parent: 16 + - uid: 469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 16 + - uid: 470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 16 + - uid: 471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 16 + - uid: 472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 16 + - uid: 479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 16 + - uid: 480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 16 + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 16 +- proto: WindowReinforcedDirectional + entities: + - uid: 4 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 16 + - uid: 5 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 16 + - uid: 6 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 16 + - uid: 7 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 16 + - uid: 8 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 16 + - uid: 228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 16 + - uid: 475 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 16 +- proto: Wirecutter + entities: + - uid: 597 + components: + - type: Transform + pos: 5.950589,10.861998 + parent: 16 +... diff --git a/Resources/Maps/Salvage/security-chunk.yml b/Resources/Maps/Salvage/security-chunk.yml index f843c8cd253..4f46344e627 100644 --- a/Resources/Maps/Salvage/security-chunk.yml +++ b/Resources/Maps/Salvage/security-chunk.yml @@ -1,1702 +1,1702 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 30: FloorDarkDiagonal - 36: FloorDarkPavement - 38: FloorDarkPlastic - 89: FloorSteel - 102: FloorSteelPavement - 104: FloorTechMaint - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: grid - - type: Transform - pos: -0.484375,-0.45315552 - parent: invalid - - type: MapGrid - chunks: - 0,0: - ind: 0,0 - tiles: HgAAAAAAHgAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAWQAAAAAAZgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAJAAAAAAAJgAAAAAAHgAAAAAAHgAAAAAA - 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: '#DE3A3A96' - id: BrickTileWhiteCornerNe - decals: - 10: -2,3 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerNw - decals: - 2: 0,-5 - 7: -3,0 - 11: 0,3 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSe - decals: - 5: -2,-2 - 8: 4,1 - 20: 3,0 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteCornerSw - decals: - 4: -3,-2 - 21: 7,0 - 30: 6,1 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteInnerSe - decals: - 9: 3,1 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteInnerSw - decals: - 31: 7,1 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineE - decals: - 19: -5,-3 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineN - decals: - 3: 1,-5 - 12: 1,3 - 13: 2,3 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineS - decals: - 14: -2,5 - 15: -1,5 - 16: 0,5 - 17: 1,5 - 18: 2,5 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineW - decals: - 6: -3,-1 - - node: - color: '#8F00007A' - id: splatter - decals: - 22: 6.80215,-0.906296 - 23: 7.0130873,-1.0703585 - 24: 6.7084,-1.468796 - 25: 6.8255873,-1.4922335 - 26: 7.17715,-0.7891085 - 27: 4.8334,0.968704 - 28: 5.0912123,1.062454 - 29: 4.92715,0.8983915 - - node: - color: '#9B823D9E' - id: splatter - decals: - 0: 3.8636055,3.4339294 - 1: 4.074543,3.457367 - - type: GridAtmosphere - version: 2 - data: - tiles: - 0,0: - 0: 57215 - 1: 8320 - -1,0: - 0: 65535 - 0,1: - 0: 65471 - 1: 64 - 0,2: - 0: 3967 - 1,0: - 0: 65519 - 1: 16 - 1,1: - 0: 16383 - 1,2: - 0: 15 - 2,0: - 0: 4375 - 2,1: - 0: 259 - -3,0: - 0: 12 - -2,0: - 0: 52943 - -2,1: - 0: 3727 - -2,2: - 0: 8 - -1,1: - 0: 65535 - -1,2: - 0: 3087 - 0,-2: - 0: 65311 - 0,-1: - 0: 65535 - 1,-2: - 0: 65283 - 1,-1: - 0: 65535 - 2,-2: - 0: 32512 - 2,-1: - 0: 8191 - 3,-1: - 0: 259 - -2,-1: - 0: 61388 - -2,-2: - 0: 52876 - -1,-2: - 0: 65535 - -1,-1: - 0: 65535 - -1,-3: - 0: 49152 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: RadiationGridResistance -- proto: AirlockBrigLocked - entities: - - uid: 77 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 90 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 -- proto: AirlockMaintSecLocked - entities: - - uid: 74 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 1 -- proto: APCBasic - entities: - - uid: 62 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 1 - - uid: 109 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 218 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 -- proto: Bed - entities: - - uid: 92 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1 -- proto: BedsheetOrange - entities: - - uid: 93 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1 -- proto: BoxFolderYellow - entities: - - uid: 153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.4834805,-0.5550535 - parent: 1 -- proto: BoxLighttube - entities: - - uid: 174 - components: - - type: Transform - pos: 0.395128,1.5394204 - parent: 1 -- proto: BrigTimer - entities: - - uid: 205 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 96 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1 - - uid: 110 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 111 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 112 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - - uid: 113 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 114 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - uid: 209 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - uid: 210 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 212 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 213 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 219 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 220 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 225 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 226 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 227 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 1 - - uid: 228 - components: - - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 229 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 230 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1 - - uid: 232 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 - - uid: 233 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 234 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 235 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 240 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 241 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1 - - uid: 242 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 243 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 244 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 245 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 246 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 -- proto: CableHV - entities: - - uid: 143 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 1 - - uid: 145 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 1 - - uid: 146 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 1 - - uid: 149 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 1 -- proto: CableMV - entities: - - uid: 115 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 117 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - - uid: 118 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 119 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 120 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 121 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 122 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 123 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 126 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 128 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 129 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1 - - uid: 130 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 131 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 - - uid: 132 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 133 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1 - - uid: 134 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 135 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1 - - uid: 136 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 1 - - uid: 137 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 1 - - uid: 138 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 1 - - uid: 139 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 1 - - uid: 140 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 1 - - uid: 141 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 1 - - uid: 207 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - uid: 208 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 222 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 223 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 224 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 231 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 236 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 237 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1 - - uid: 238 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 239 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 -- proto: CannabisSeeds - entities: - - uid: 31 - components: - - type: Transform - pos: 5.260008,6.027623 - parent: 1 -- proto: Catwalk - entities: - - uid: 179 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 - - uid: 180 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 181 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 183 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1 -- proto: Chair - entities: - - uid: 43 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 1 - - uid: 160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 1 - - uid: 172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - uid: 186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 1 - - uid: 189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 1 - - uid: 191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 1 -- proto: ChairFolding - entities: - - uid: 99 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 1 - - uid: 100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 1 - - uid: 102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 1 - - uid: 103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 177 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 -- proto: CigaretteSpent - entities: - - uid: 105 - components: - - type: Transform - pos: 6.1959496,-0.35622054 - parent: 1 - - uid: 170 - components: - - type: Transform - pos: 6.4459496,-0.54372054 - parent: 1 -- proto: CigaretteSyndicate - entities: - - uid: 188 - components: - - type: Transform - pos: 0.7740744,3.2844045 - parent: 1 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 251 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 -- proto: ClosetFireFilled - entities: - - uid: 252 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 187 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 1 - - uid: 254 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 -- proto: ClosetSteelBase - entities: - - uid: 34 - components: - - type: Transform - pos: 3.5,1.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 - - uid: 63 - components: - - type: Transform - pos: 4.5,1.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: ClothingHeadHelmetMerc - entities: - - uid: 190 - components: - - type: Transform - pos: 1.5197649,3.5339143 - parent: 1 -- proto: ClothingMaskGasSecurity - entities: - - uid: 173 - components: - - type: Transform - pos: 6.1178246,-1.5593455 - parent: 1 -- proto: CrateSecurityTrackingMindshieldImplants - entities: - - uid: 155 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 -- proto: CrateTrashCartFilled - entities: - - uid: 185 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1 -- proto: DrinkFourteenLokoCan - entities: - - uid: 161 - components: - - type: Transform - pos: 5.585804,-1.3026981 - parent: 1 - - uid: 203 - components: - - type: Transform - pos: 5.4417305,-1.4098206 - parent: 1 - - uid: 204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.433918,3.6995544 - parent: 1 -- proto: EmergencyLight - entities: - - uid: 287 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - uid: 289 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,3.5 - parent: 1 -- proto: FlashlightSeclite - entities: - - uid: 104 - components: - - type: Transform - pos: 1.3094115,1.6500087 - parent: 1 - - uid: 192 - components: - - type: Transform - pos: 1.4344115,1.5093837 - parent: 1 -- proto: FoodBoxDonut - entities: - - uid: 98 - components: - - type: Transform - pos: 0.5437865,-0.36561632 - parent: 1 -- proto: Girder - entities: - - uid: 8 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1 -- proto: HighSecArmoryLocked - entities: - - uid: 73 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 -- proto: hydroponicsSoil - entities: - - uid: 255 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 -- proto: PaperOffice - entities: - - uid: 101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.3897305,-0.41442847 - parent: 1 -- proto: PosterLegitHelpOthers - entities: - - uid: 259 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 -- proto: PosterLegitHereForYourSafety - entities: - - uid: 258 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 261 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 -- proto: PosterLegitObey - entities: - - uid: 257 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 -- proto: PosterLegitSecWatch - entities: - - uid: 262 - components: - - type: Transform - pos: 8.5,3.5 - parent: 1 -- proto: PosterLegitThereIsNoGasGiant - entities: - - uid: 263 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 193 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 -- proto: Poweredlight - entities: - - uid: 284 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 -- proto: PoweredlightEmpty - entities: - - uid: 166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 1 - - uid: 283 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 1 - - uid: 285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 1 -- proto: Rack - entities: - - uid: 106 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1 -- proto: RandomPosterLegit - entities: - - uid: 264 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 265 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 -- proto: RandomSpawner - entities: - - uid: 271 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1 -- proto: ReinforcedGirder - entities: - - uid: 2 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 9 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: 8.5,4.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 1 -- proto: RiotBulletShield - entities: - - uid: 167 - components: - - type: Transform - pos: 1.2477772,5.493541 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: 1.3727772,5.602916 - parent: 1 -- proto: RiotShield - entities: - - uid: 169 - components: - - type: Transform - pos: 1.6540272,5.477916 - parent: 1 - - uid: 171 - components: - - type: Transform - pos: 1.7477772,5.649791 - parent: 1 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 165 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 1 - - uid: 184 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 -- proto: SpawnMobBearSalvage - entities: - - uid: 33 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 -- proto: SpawnMobCobraSalvage - entities: - - uid: 107 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1 - - uid: 156 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 -- proto: SubstationBasic - entities: - - uid: 127 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 1 -- proto: Table - entities: - - uid: 94 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 95 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 97 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 1 - - uid: 217 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1 -- proto: TableFrame - entities: - - uid: 84 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 85 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 86 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 1 - - uid: 87 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-0.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - uid: 176 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 -- proto: TelescopicShield - entities: - - uid: 159 - components: - - type: Transform - pos: -0.59779286,5.5590124 - parent: 1 -- proto: TrainingBomb - entities: - - uid: 152 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 -- proto: WallReinforced - entities: - - uid: 5 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 6 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 10 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 11 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 12 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 13 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 14 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 15 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 17 - components: - - type: Transform - pos: -2.5,5.5 - parent: 1 - - uid: 18 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 19 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 20 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 21 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 22 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 24 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 - - uid: 25 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 - - uid: 26 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 - - uid: 27 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 29 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 35 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 38 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 40 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 41 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 42 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 44 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 1 - - uid: 51 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 1 - - uid: 55 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 1 - - uid: 57 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: 8.5,1.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 72 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 -- proto: WallSolid - entities: - - uid: 7 - components: - - type: Transform - pos: 8.5,2.5 - parent: 1 - - uid: 16 - components: - - type: Transform - pos: 7.5,2.5 - parent: 1 - - uid: 36 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 37 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 47 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 1 - - uid: 151 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1 -- proto: WallSolidRust - 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: 23 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 - - uid: 30 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 32 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: 8.5,3.5 - parent: 1 - - uid: 150 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 -- proto: WeaponPistolMk58Nonlethal - entities: - - uid: 194 - components: - - type: Transform - pos: -1.4884179,5.4808874 - parent: 1 -- proto: WindoorSecureArmoryLocked - entities: - - uid: 82 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 158 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 -- proto: WindowReinforcedDirectional - entities: - - uid: 78 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 1 - - uid: 79 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 80 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 81 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 1 - - uid: 83 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1 - - uid: 163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 - parent: 1 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 30: FloorDarkDiagonal + 36: FloorDarkPavement + 38: FloorDarkPlastic + 89: FloorSteel + 102: FloorSteelPavement + 104: FloorTechMaint + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: grid + - type: Transform + pos: -0.484375,-0.45315552 + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: HgAAAAAAHgAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJgAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAWQAAAAAAZgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAJgAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHgAAAAAAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJgAAAAAAJgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAAAHgAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAJAAAAAAAJgAAAAAAJgAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAJAAAAAAAJgAAAAAAHgAAAAAAHgAAAAAA + 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: '#DE3A3A96' + id: BrickTileWhiteCornerNe + decals: + 10: -2,3 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerNw + decals: + 2: 0,-5 + 7: -3,0 + 11: 0,3 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSe + decals: + 5: -2,-2 + 8: 4,1 + 20: 3,0 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteCornerSw + decals: + 4: -3,-2 + 21: 7,0 + 30: 6,1 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSe + decals: + 9: 3,1 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSw + decals: + 31: 7,1 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 19: -5,-3 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 3: 1,-5 + 12: 1,3 + 13: 2,3 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 14: -2,5 + 15: -1,5 + 16: 0,5 + 17: 1,5 + 18: 2,5 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 6: -3,-1 + - node: + color: '#8F00007A' + id: splatter + decals: + 22: 6.80215,-0.906296 + 23: 7.0130873,-1.0703585 + 24: 6.7084,-1.468796 + 25: 6.8255873,-1.4922335 + 26: 7.17715,-0.7891085 + 27: 4.8334,0.968704 + 28: 5.0912123,1.062454 + 29: 4.92715,0.8983915 + - node: + color: '#9B823D9E' + id: splatter + decals: + 0: 3.8636055,3.4339294 + 1: 4.074543,3.457367 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 57215 + 1: 8320 + -1,0: + 0: 65535 + 0,1: + 0: 65471 + 1: 64 + 0,2: + 0: 3967 + 1,0: + 0: 65519 + 1: 16 + 1,1: + 0: 16383 + 1,2: + 0: 15 + 2,0: + 0: 4375 + 2,1: + 0: 259 + -3,0: + 0: 12 + -2,0: + 0: 52943 + -2,1: + 0: 3727 + -2,2: + 0: 8 + -1,1: + 0: 65535 + -1,2: + 0: 3087 + 0,-2: + 0: 65311 + 0,-1: + 0: 65535 + 1,-2: + 0: 65283 + 1,-1: + 0: 65535 + 2,-2: + 0: 32512 + 2,-1: + 0: 8191 + 3,-1: + 0: 259 + -2,-1: + 0: 61388 + -2,-2: + 0: 52876 + -1,-2: + 0: 65535 + -1,-1: + 0: 65535 + -1,-3: + 0: 49152 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockBrigLocked + entities: + - uid: 77 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 +- proto: AirlockMaintSecLocked + entities: + - uid: 74 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 +- proto: Bed + entities: + - uid: 92 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 +- proto: BedsheetOrange + entities: + - uid: 93 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 +- proto: BoxFolderYellow + entities: + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.4834805,-0.5550535 + parent: 1 +- proto: BoxLighttube + entities: + - uid: 174 + components: + - type: Transform + pos: 0.395128,1.5394204 + parent: 1 +- proto: BrigTimer + entities: + - uid: 205 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 96 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 +- proto: CableHV + entities: + - uid: 143 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 +- proto: CableMV + entities: + - uid: 115 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 +- proto: CannabisSeeds + entities: + - uid: 31 + components: + - type: Transform + pos: 5.260008,6.027623 + parent: 1 +- proto: Catwalk + entities: + - uid: 179 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 +- proto: Chair + entities: + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 1 + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 +- proto: ChairFolding + entities: + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - uid: 102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 177 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 +- proto: CigaretteSpent + entities: + - uid: 105 + components: + - type: Transform + pos: 6.1959496,-0.35622054 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 6.4459496,-0.54372054 + parent: 1 +- proto: CigaretteSyndicate + entities: + - uid: 188 + components: + - type: Transform + pos: 0.7740744,3.2844045 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 251 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 252 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 187 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 +- proto: ClosetSteelBase + entities: + - uid: 34 + components: + - type: Transform + pos: 3.5,1.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 + - uid: 63 + components: + - type: Transform + pos: 4.5,1.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: ClothingHeadHelmetMerc + entities: + - uid: 190 + components: + - type: Transform + pos: 1.5197649,3.5339143 + parent: 1 +- proto: ClothingMaskGasSecurity + entities: + - uid: 173 + components: + - type: Transform + pos: 6.1178246,-1.5593455 + parent: 1 +- proto: CrateSecurityTrackingMindshieldImplants + entities: + - uid: 155 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 +- proto: CrateTrashCartFilled + entities: + - uid: 185 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 +- proto: DrinkFourteenLokoCan + entities: + - uid: 161 + components: + - type: Transform + pos: 5.585804,-1.3026981 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 5.4417305,-1.4098206 + parent: 1 + - uid: 204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.433918,3.6995544 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 287 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 1 +- proto: FlashlightSeclite + entities: + - uid: 104 + components: + - type: Transform + pos: 1.3094115,1.6500087 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 1.4344115,1.5093837 + parent: 1 +- proto: FoodBoxDonut + entities: + - uid: 98 + components: + - type: Transform + pos: 0.5437865,-0.36561632 + parent: 1 +- proto: Girder + entities: + - uid: 8 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 +- proto: HighSecArmoryLocked + entities: + - uid: 73 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 +- proto: hydroponicsSoil + entities: + - uid: 255 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: PaperOffice + entities: + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.3897305,-0.41442847 + parent: 1 +- proto: PosterLegitHelpOthers + entities: + - uid: 259 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 258 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 261 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 +- proto: PosterLegitObey + entities: + - uid: 257 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 +- proto: PosterLegitSecWatch + entities: + - uid: 262 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 +- proto: PosterLegitThereIsNoGasGiant + entities: + - uid: 263 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 193 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 284 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 +- proto: PoweredlightEmpty + entities: + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - uid: 285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 +- proto: Rack + entities: + - uid: 106 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 +- proto: RandomPosterLegit + entities: + - uid: 264 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 271 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 +- proto: ReinforcedGirder + entities: + - uid: 2 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 +- proto: RiotBulletShield + entities: + - uid: 167 + components: + - type: Transform + pos: 1.2477772,5.493541 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 1.3727772,5.602916 + parent: 1 +- proto: RiotShield + entities: + - uid: 169 + components: + - type: Transform + pos: 1.6540272,5.477916 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 1.7477772,5.649791 + parent: 1 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 165 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 +- proto: SpawnMobBearSalvage + entities: + - uid: 33 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 +- proto: SpawnMobCobraSalvage + entities: + - uid: 107 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 127 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 +- proto: Table + entities: + - uid: 94 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 +- proto: TableFrame + entities: + - uid: 84 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 85 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 86 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 87 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-0.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: TelescopicShield + entities: + - uid: 159 + components: + - type: Transform + pos: -0.59779286,5.5590124 + parent: 1 +- proto: TrainingBomb + entities: + - uid: 152 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: WallReinforced + entities: + - uid: 5 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 15 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 18 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 20 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 +- proto: WallSolid + entities: + - uid: 7 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 +- proto: WallSolidRust + 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: 23 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 +- proto: WeaponPistolMk58Nonlethal + entities: + - uid: 194 + components: + - type: Transform + pos: -1.4884179,5.4808874 + parent: 1 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 82 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 78 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 81 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 +... diff --git a/Resources/Maps/Salvage/small-1.yml b/Resources/Maps/Salvage/small-1.yml index a759227c035..c1e227e64d9 100644 --- a/Resources/Maps/Salvage/small-1.yml +++ b/Resources/Maps/Salvage/small-1.yml @@ -1,1169 +1,1169 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 25: FloorClown - 89: FloorSteel - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 55 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAB - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAGQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACeQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAADWQAAAAAAeQAAAAAAGQAAAAAABwAAAAAABwAAAAAAGQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACeQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: OccluderTree - - type: Shuttle - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Dirt - decals: - 23: 2,-6 - 24: 3,-6 - 25: 1,-5 - 26: 0,-3 - 27: 1,-1 - 28: 0,0 - 29: -2,-6 - 30: -1,-5 - 31: 1,-7 - 32: 7,-7 - 33: 6,-6 - 34: 8,-5 - 35: 8,-6 - 36: 0,-7 - 37: -5,-7 - 38: -4,-6 - 39: -3,-7 - 40: -1,0 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 49: 1,-6 - 50: 1,-4 - 51: 1,-1 - 52: 0,-1 - 53: 1,2 - 54: 6,-6 - 55: 6,-6 - 56: 5,-4 - 57: 4,-3 - 58: 3,-1 - 59: 2,0 - 60: 2,-7 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 41: 1,-6 - 42: 3,-5 - 43: 3,-6 - 44: 0,-4 - 45: 1,-2 - 46: 1,1 - 47: 1,-1 - 48: 0,-5 - 78: 0,-6 - 79: -1,-7 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 61: 1,-7 - 62: 2,-6 - 63: 6,-7 - 64: 5,-7 - 65: 5,-6 - 66: 5,-5 - 67: 8,-6 - 68: 4,-6 - 69: 1,-3 - 70: 0,-2 - 71: 0,-1 - 72: 1,0 - 73: 0,1 - 74: -1,-4 - 75: -2,-6 - 76: 10,-6 - 77: 10,-5 - - node: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - decals: - 15: -1,-4 - 16: -1,-3 - 17: -1,-2 - 18: -1,-1 - 19: -1,0 - 20: -2,-5 - 21: -1,-5 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - decals: - 0: 8,-5 - 1: 7,-5 - 2: 6,-5 - 3: 5,-5 - 4: 4,-5 - 5: 3,-5 - - node: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale90 - decals: - 22: 1,-5 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - decals: - 6: 1,-4 - 7: 1,-3 - 8: 1,-2 - 9: 1,-1 - 10: 1,0 - 11: 1,1 - 12: 1,2 - 13: 1,3 - 14: 1,4 - - node: - cleanable: True - angle: -1.5707963267948966 rad - color: '#B02E2650' - id: footprint - decals: - 113: -1.0175986,-5.328032 - 114: -0.31447363,-5.124907 - 115: -0.04884863,-5.343657 - 116: 0.5605264,-5.140532 - 117: 0.8886514,-5.359282 - 118: 1.4199014,-5.124907 - 119: 1.9355264,-5.328032 - 120: 2.4042764,-5.046782 - 121: -1.5175986,-5.031157 - 122: -1.8769736,-5.421782 - 123: 3.7480264,-5.703032 - 124: 4.5605264,-5.437407 - 125: 4.9042764,-5.687407 - 126: 5.5917764,-5.406157 - 127: 5.8730264,-5.640532 - 128: 6.4042764,-5.374907 - 129: 6.9042764,-5.609282 - 130: 7.482401,-5.281157 - 131: 7.685526,-5.531157 - - node: - cleanable: True - color: '#B02E2650' - id: footprint - decals: - 132: 0.6230264,-5.859282 - 133: 0.29490137,-5.468657 - 134: 0.7011514,-5.171782 - 135: 0.29490137,-4.671782 - 136: 0.6699014,-4.531157 - 137: 0.29490137,-4.093657 - 138: 0.9355264,-3.749907 - 139: 0.35740137,-3.343657 - 140: 0.8261514,-3.171782 - 141: 0.37302637,-2.703032 - 142: 0.8105264,-2.484282 - 143: 0.48240137,-2.015532 - 144: 0.9511514,-1.812407 - 145: 0.49802637,-1.421782 - 146: 0.8574014,-1.249907 - 147: 0.5605264,-0.906157 - 148: 0.9511514,-0.765532 - 149: 0.6074014,9.2983246E-05 - 150: 1.0136514,0.843843 - 172: -0.6582236,-5.374907 - 173: -0.8613486,-4.828032 - 174: 0.12302637,-4.968657 - 175: 0.6699014,-6.109282 - 176: -0.22072363,-6.749907 - 177: 0.9199014,-7.062407 - 178: 1.4980264,-6.374907 - 179: 1.9824014,-5.953032 - 180: 2.2480264,-6.843657 - 181: 2.6074014,-5.999907 - - node: - cleanable: True - angle: 1.5707963267948966 rad - color: '#B02E2650' - id: footprint - decals: - 105: 1.9667764,-6.781157 - 106: 1.6074014,-6.546782 - 107: 1.3417764,-6.765532 - 108: 0.9199014,-6.499907 - 109: 0.6855264,-6.749907 - 110: 0.18552637,-6.499907 - 111: 0.06052637,-6.781157 - 112: -0.34572363,-6.562407 - - node: - cleanable: True - angle: 3.141592653589793 rad - color: '#B02E2650' - id: footprint - decals: - 151: -0.34572363,-0.609282 - 152: -0.04884863,-1.234282 - 153: -0.36134863,-1.328032 - 154: -0.09572363,-1.937407 - 155: -0.42384863,-1.953032 - 156: -0.11134863,-2.624907 - 157: -0.42384863,-2.562407 - 158: 0.04490137,-3.328032 - 159: -0.37697363,-3.218657 - 160: 0.10740137,-4.015532 - 161: -0.5332236,-3.859282 - 162: -0.09572363,-4.609282 - 163: -0.6738486,-4.484282 - 164: -0.12697363,-5.140532 - 165: -0.6269736,-3.953032 - 166: 0.16990137,-3.812407 - 167: 0.8730264,-5.406157 - 168: 0.23240137,-5.484282 - 169: -0.45509863,-4.671782 - 170: 0.40427637,-4.703032 - 171: 0.8417764,-4.234282 - - node: - cleanable: True - color: '#B02E2650' - id: splatter - decals: - 80: -0.8769736,-6.359282 - 81: -0.7363486,-6.281157 - 82: -0.5019736,-6.062407 - 83: -0.5488486,-5.859282 - 84: -0.9550986,-6.109282 - 85: -0.5488486,-6.203032 - 86: -0.04884863,-6.046782 - 87: -0.39259863,-6.312407 - 88: -1.1425986,-6.062407 - 89: -1.4863486,-6.031157 - 90: -1.4863486,-5.968657 - 91: -1.3925986,-6.218657 - 92: 2.6855264,-5.187407 - 93: 2.8417764,-5.343657 - 94: 3.0761514,-5.437407 - 95: 3.2167764,-5.249907 - 96: 3.0761514,-5.078032 - 97: 2.6386514,-4.828032 - 98: 2.2480264,-5.281157 - 99: 2.1386514,-5.421782 - 100: 2.5761514,-5.281157 - 101: 3.2636514,-5.296782 - 102: 3.5449014,-5.374907 - 103: 2.4042764,-5.734282 - 104: 1.6230264,-5.843657 - - type: RadiationGridResistance - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65519 - 0,-1: - 0: 65535 - 0,0: - 0: 65535 - -1,0: - 0: 61182 - -2,-2: - 0: 52975 - -2,-1: - 0: 49164 - -1,-2: - 0: 65535 - 0,-2: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-2: - 0: 30583 - 2,-1: - 0: 13111 - 0,1: - 0: 15 - 1,0: - 0: 16379 - 1: 4 - 2,0: - 0: 4369 - -1,1: - 0: 12 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 111.618744 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockGlass - entities: - - uid: 15 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 55 - - uid: 39 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 55 - - uid: 42 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 55 - - uid: 45 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 55 - - uid: 48 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 55 - - uid: 51 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 55 - - uid: 56 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 55 - - uid: 57 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 55 - - uid: 58 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 55 - - uid: 59 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 55 - - uid: 60 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 55 - - uid: 61 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 55 - - uid: 62 - components: - - type: Transform - pos: -0.5,3.5 - parent: 55 - - uid: 63 - components: - - type: Transform - pos: 0.5,3.5 - parent: 55 - - uid: 64 - components: - - type: Transform - pos: 1.5,3.5 - parent: 55 -- proto: AsteroidRock - entities: - - uid: 84 - components: - - type: Transform - pos: 4.5,1.5 - parent: 55 - - uid: 90 - components: - - type: Transform - pos: 5.5,2.5 - parent: 55 - - uid: 92 - components: - - type: Transform - pos: 6.5,2.5 - parent: 55 - - uid: 93 - components: - - type: Transform - pos: 8.5,0.5 - parent: 55 - - uid: 94 - components: - - type: Transform - pos: 7.5,2.5 - parent: 55 - - uid: 95 - components: - - type: Transform - pos: 8.5,1.5 - parent: 55 - - uid: 96 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 55 - - uid: 107 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 55 - - uid: 123 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 55 -- proto: AsteroidRockBananium - entities: - - uid: 91 - components: - - type: Transform - pos: 4.5,0.5 - parent: 55 - - uid: 97 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 55 - - uid: 98 - components: - - type: Transform - pos: 5.5,1.5 - parent: 55 - - uid: 100 - components: - - type: Transform - pos: 7.5,1.5 - parent: 55 - - uid: 101 - components: - - type: Transform - pos: 7.5,0.5 - parent: 55 - - uid: 102 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 55 - - uid: 103 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 55 - - uid: 104 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 55 - - uid: 105 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 55 - - uid: 124 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 55 -- proto: AsteroidRockCoal - entities: - - uid: 29 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 55 - - uid: 99 - components: - - type: Transform - pos: 6.5,1.5 - parent: 55 - - uid: 125 - components: - - type: Transform - pos: 5.5,0.5 - parent: 55 - - uid: 126 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 55 -- proto: Barricade - entities: - - uid: 73 - components: - - type: Transform - pos: -0.5,2.5 - parent: 55 - - uid: 74 - components: - - type: Transform - pos: 0.5,2.5 - parent: 55 - - uid: 75 - components: - - type: Transform - pos: 1.5,2.5 - parent: 55 - - uid: 76 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 55 - - uid: 77 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 55 - - uid: 78 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 55 - - uid: 79 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 55 - - uid: 80 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 55 - - uid: 81 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 55 - - uid: 83 - components: - - type: Transform - pos: 3.5,1.5 - parent: 55 -- proto: BaseBallBat - entities: - - uid: 68 - components: - - type: Transform - pos: -0.40822363,-6.046782 - parent: 55 -- proto: BikeHorn - entities: - - uid: 120 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BikeHornInstrument - entities: - - uid: 119 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Chair - entities: - - uid: 89 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 55 -- proto: ClothingMaskClown - entities: - - uid: 111 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingMaskSexyClown - entities: - - uid: 110 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingShoesClown - entities: - - uid: 114 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformColorRainbow - entities: - - uid: 131 - components: - - type: Transform - pos: 4.3032546,-1.6522712 - parent: 55 -- proto: ClothingUniformJumpsuitClown - entities: - - uid: 122 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClownRecorder - entities: - - uid: 121 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: EmergencyLight - entities: - - uid: 112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 55 -- proto: ExplosivesSignMed - entities: - - uid: 82 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 55 -- proto: Flare - entities: - - uid: 113 - components: - - type: Transform - pos: -1.5445547,-4.4021273 - parent: 55 -- proto: FoodDonkpocketHonkWarm - entities: - - uid: 130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.1157546,-4.190218 - parent: 55 -- proto: Girder - entities: - - uid: 20 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 55 - - uid: 33 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 55 - - uid: 85 - components: - - type: Transform - pos: -0.5,1.5 - parent: 55 - - uid: 86 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 55 - - uid: 87 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 55 - - uid: 88 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 55 -- proto: LockerClown - entities: - - uid: 108 - components: - - type: Transform - pos: 6.5,0.5 - parent: 55 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 93.465614 - 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: - - 119 - - 115 - - 114 - - 111 - - 110 - - 120 - - 121 - - 122 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: MaterialWoodPlank10 - entities: - - uid: 132 - components: - - type: Transform - pos: 8.506686,-4.769686 - parent: 55 -- proto: PaintingSadClown - entities: - - uid: 129 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 55 -- proto: RandomPosterAny - entities: - - uid: 116 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 55 - - uid: 117 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 55 - - uid: 118 - components: - - type: Transform - pos: -1.5,2.5 - parent: 55 -- proto: SalvageHumanCorpseSpawner - entities: - - uid: 66 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 55 - - uid: 69 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 55 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 106 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 55 -- proto: SignDirectionalEng - entities: - - uid: 46 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 55 -- proto: SignZomlab - entities: - - uid: 67 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 55 -- proto: SolidSecretDoor - entities: - - uid: 133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 55 - - uid: 135 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 55 -- proto: SpawnMobCobraSalvage - entities: - - uid: 32 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 55 - - uid: 70 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 55 - - uid: 127 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 55 - - uid: 128 - components: - - type: Transform - pos: 1.5,0.5 - parent: 55 -- proto: Stool - entities: - - uid: 109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 55 -- proto: ToyFigurineClown - entities: - - uid: 115 - components: - - type: Transform - parent: 108 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: TrashBananaPeel - entities: - - uid: 134 - components: - - type: Transform - pos: 0.5220045,-5.487093 - parent: 55 -- proto: WallSolid - entities: - - uid: 1 - components: - - type: Transform - pos: 2.5,2.5 - parent: 55 - - uid: 2 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 55 - - uid: 3 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 55 - - uid: 4 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 55 - - uid: 5 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 55 - - uid: 6 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 55 - - uid: 7 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 55 - - uid: 8 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 55 - - uid: 9 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 55 - - uid: 12 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 55 - - uid: 13 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 55 - - uid: 14 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 55 - - uid: 18 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 55 - - uid: 21 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 55 - - uid: 22 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 55 - - uid: 23 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 55 - - uid: 24 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 55 - - uid: 25 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 55 - - uid: 26 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 55 - - uid: 27 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 55 - - uid: 28 - components: - - type: Transform - pos: -1.5,2.5 - parent: 55 - - uid: 30 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 55 - - uid: 31 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 55 - - uid: 34 - components: - - type: Transform - pos: -1.5,0.5 - parent: 55 - - uid: 35 - components: - - type: Transform - pos: -1.5,4.5 - parent: 55 - - uid: 36 - components: - - type: Transform - pos: 2.5,3.5 - parent: 55 - - uid: 37 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 55 - - uid: 38 - components: - - type: Transform - pos: 2.5,4.5 - parent: 55 - - uid: 40 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 55 - - uid: 41 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 55 - - uid: 43 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 55 - - uid: 44 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 55 - - uid: 47 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 55 - - uid: 49 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 55 - - uid: 50 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 55 - - uid: 54 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 55 - - uid: 65 - components: - - type: Transform - pos: 2.5,1.5 - parent: 55 - - uid: 71 - components: - - type: Transform - pos: 4.5,2.5 - parent: 55 - - uid: 72 - components: - - type: Transform - pos: 3.5,2.5 - parent: 55 -- proto: WallSolidRust - entities: - - uid: 10 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 55 - - uid: 11 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 55 - - uid: 16 - components: - - type: Transform - pos: -1.5,1.5 - parent: 55 - - uid: 17 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 55 - - uid: 19 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 55 - - uid: 52 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 55 - - uid: 53 - components: - - type: Transform - pos: -1.5,3.5 - parent: 55 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 25: FloorClown + 89: FloorSteel + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 55 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAB + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAABwAAAAAABwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAGQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACeQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAADWQAAAAAAeQAAAAAAGQAAAAAABwAAAAAABwAAAAAAGQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACeQAAAAAAGQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: OccluderTree + - type: Shuttle + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 23: 2,-6 + 24: 3,-6 + 25: 1,-5 + 26: 0,-3 + 27: 1,-1 + 28: 0,0 + 29: -2,-6 + 30: -1,-5 + 31: 1,-7 + 32: 7,-7 + 33: 6,-6 + 34: 8,-5 + 35: 8,-6 + 36: 0,-7 + 37: -5,-7 + 38: -4,-6 + 39: -3,-7 + 40: -1,0 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 49: 1,-6 + 50: 1,-4 + 51: 1,-1 + 52: 0,-1 + 53: 1,2 + 54: 6,-6 + 55: 6,-6 + 56: 5,-4 + 57: 4,-3 + 58: 3,-1 + 59: 2,0 + 60: 2,-7 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 41: 1,-6 + 42: 3,-5 + 43: 3,-6 + 44: 0,-4 + 45: 1,-2 + 46: 1,1 + 47: 1,-1 + 48: 0,-5 + 78: 0,-6 + 79: -1,-7 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 61: 1,-7 + 62: 2,-6 + 63: 6,-7 + 64: 5,-7 + 65: 5,-6 + 66: 5,-5 + 67: 8,-6 + 68: 4,-6 + 69: 1,-3 + 70: 0,-2 + 71: 0,-1 + 72: 1,0 + 73: 0,1 + 74: -1,-4 + 75: -2,-6 + 76: 10,-6 + 77: 10,-5 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale + decals: + 15: -1,-4 + 16: -1,-3 + 17: -1,-2 + 18: -1,-1 + 19: -1,0 + 20: -2,-5 + 21: -1,-5 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 0: 8,-5 + 1: 7,-5 + 2: 6,-5 + 3: 5,-5 + 4: 4,-5 + 5: 3,-5 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale90 + decals: + 22: 1,-5 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 6: 1,-4 + 7: 1,-3 + 8: 1,-2 + 9: 1,-1 + 10: 1,0 + 11: 1,1 + 12: 1,2 + 13: 1,3 + 14: 1,4 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#B02E2650' + id: footprint + decals: + 113: -1.0175986,-5.328032 + 114: -0.31447363,-5.124907 + 115: -0.04884863,-5.343657 + 116: 0.5605264,-5.140532 + 117: 0.8886514,-5.359282 + 118: 1.4199014,-5.124907 + 119: 1.9355264,-5.328032 + 120: 2.4042764,-5.046782 + 121: -1.5175986,-5.031157 + 122: -1.8769736,-5.421782 + 123: 3.7480264,-5.703032 + 124: 4.5605264,-5.437407 + 125: 4.9042764,-5.687407 + 126: 5.5917764,-5.406157 + 127: 5.8730264,-5.640532 + 128: 6.4042764,-5.374907 + 129: 6.9042764,-5.609282 + 130: 7.482401,-5.281157 + 131: 7.685526,-5.531157 + - node: + cleanable: True + color: '#B02E2650' + id: footprint + decals: + 132: 0.6230264,-5.859282 + 133: 0.29490137,-5.468657 + 134: 0.7011514,-5.171782 + 135: 0.29490137,-4.671782 + 136: 0.6699014,-4.531157 + 137: 0.29490137,-4.093657 + 138: 0.9355264,-3.749907 + 139: 0.35740137,-3.343657 + 140: 0.8261514,-3.171782 + 141: 0.37302637,-2.703032 + 142: 0.8105264,-2.484282 + 143: 0.48240137,-2.015532 + 144: 0.9511514,-1.812407 + 145: 0.49802637,-1.421782 + 146: 0.8574014,-1.249907 + 147: 0.5605264,-0.906157 + 148: 0.9511514,-0.765532 + 149: 0.6074014,9.2983246E-05 + 150: 1.0136514,0.843843 + 172: -0.6582236,-5.374907 + 173: -0.8613486,-4.828032 + 174: 0.12302637,-4.968657 + 175: 0.6699014,-6.109282 + 176: -0.22072363,-6.749907 + 177: 0.9199014,-7.062407 + 178: 1.4980264,-6.374907 + 179: 1.9824014,-5.953032 + 180: 2.2480264,-6.843657 + 181: 2.6074014,-5.999907 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#B02E2650' + id: footprint + decals: + 105: 1.9667764,-6.781157 + 106: 1.6074014,-6.546782 + 107: 1.3417764,-6.765532 + 108: 0.9199014,-6.499907 + 109: 0.6855264,-6.749907 + 110: 0.18552637,-6.499907 + 111: 0.06052637,-6.781157 + 112: -0.34572363,-6.562407 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#B02E2650' + id: footprint + decals: + 151: -0.34572363,-0.609282 + 152: -0.04884863,-1.234282 + 153: -0.36134863,-1.328032 + 154: -0.09572363,-1.937407 + 155: -0.42384863,-1.953032 + 156: -0.11134863,-2.624907 + 157: -0.42384863,-2.562407 + 158: 0.04490137,-3.328032 + 159: -0.37697363,-3.218657 + 160: 0.10740137,-4.015532 + 161: -0.5332236,-3.859282 + 162: -0.09572363,-4.609282 + 163: -0.6738486,-4.484282 + 164: -0.12697363,-5.140532 + 165: -0.6269736,-3.953032 + 166: 0.16990137,-3.812407 + 167: 0.8730264,-5.406157 + 168: 0.23240137,-5.484282 + 169: -0.45509863,-4.671782 + 170: 0.40427637,-4.703032 + 171: 0.8417764,-4.234282 + - node: + cleanable: True + color: '#B02E2650' + id: splatter + decals: + 80: -0.8769736,-6.359282 + 81: -0.7363486,-6.281157 + 82: -0.5019736,-6.062407 + 83: -0.5488486,-5.859282 + 84: -0.9550986,-6.109282 + 85: -0.5488486,-6.203032 + 86: -0.04884863,-6.046782 + 87: -0.39259863,-6.312407 + 88: -1.1425986,-6.062407 + 89: -1.4863486,-6.031157 + 90: -1.4863486,-5.968657 + 91: -1.3925986,-6.218657 + 92: 2.6855264,-5.187407 + 93: 2.8417764,-5.343657 + 94: 3.0761514,-5.437407 + 95: 3.2167764,-5.249907 + 96: 3.0761514,-5.078032 + 97: 2.6386514,-4.828032 + 98: 2.2480264,-5.281157 + 99: 2.1386514,-5.421782 + 100: 2.5761514,-5.281157 + 101: 3.2636514,-5.296782 + 102: 3.5449014,-5.374907 + 103: 2.4042764,-5.734282 + 104: 1.6230264,-5.843657 + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65519 + 0,-1: + 0: 65535 + 0,0: + 0: 65535 + -1,0: + 0: 61182 + -2,-2: + 0: 52975 + -2,-1: + 0: 49164 + -1,-2: + 0: 65535 + 0,-2: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-2: + 0: 30583 + 2,-1: + 0: 13111 + 0,1: + 0: 15 + 1,0: + 0: 16379 + 1: 4 + 2,0: + 0: 4369 + -1,1: + 0: 12 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 111.618744 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockGlass + entities: + - uid: 15 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 55 + - uid: 39 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 55 + - uid: 42 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 55 + - uid: 45 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 55 + - uid: 48 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 55 + - uid: 51 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 55 + - uid: 56 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 55 + - uid: 57 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 55 + - uid: 58 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 55 + - uid: 59 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 55 + - uid: 60 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 55 + - uid: 61 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 55 + - uid: 62 + components: + - type: Transform + pos: -0.5,3.5 + parent: 55 + - uid: 63 + components: + - type: Transform + pos: 0.5,3.5 + parent: 55 + - uid: 64 + components: + - type: Transform + pos: 1.5,3.5 + parent: 55 +- proto: AsteroidRock + entities: + - uid: 84 + components: + - type: Transform + pos: 4.5,1.5 + parent: 55 + - uid: 90 + components: + - type: Transform + pos: 5.5,2.5 + parent: 55 + - uid: 92 + components: + - type: Transform + pos: 6.5,2.5 + parent: 55 + - uid: 93 + components: + - type: Transform + pos: 8.5,0.5 + parent: 55 + - uid: 94 + components: + - type: Transform + pos: 7.5,2.5 + parent: 55 + - uid: 95 + components: + - type: Transform + pos: 8.5,1.5 + parent: 55 + - uid: 96 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 55 + - uid: 107 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 55 + - uid: 123 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 55 +- proto: AsteroidRockBananium + entities: + - uid: 91 + components: + - type: Transform + pos: 4.5,0.5 + parent: 55 + - uid: 97 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 55 + - uid: 98 + components: + - type: Transform + pos: 5.5,1.5 + parent: 55 + - uid: 100 + components: + - type: Transform + pos: 7.5,1.5 + parent: 55 + - uid: 101 + components: + - type: Transform + pos: 7.5,0.5 + parent: 55 + - uid: 102 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 55 + - uid: 103 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 55 + - uid: 104 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 55 + - uid: 105 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 55 + - uid: 124 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 55 +- proto: AsteroidRockCoal + entities: + - uid: 29 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 55 + - uid: 99 + components: + - type: Transform + pos: 6.5,1.5 + parent: 55 + - uid: 125 + components: + - type: Transform + pos: 5.5,0.5 + parent: 55 + - uid: 126 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 55 +- proto: Barricade + entities: + - uid: 73 + components: + - type: Transform + pos: -0.5,2.5 + parent: 55 + - uid: 74 + components: + - type: Transform + pos: 0.5,2.5 + parent: 55 + - uid: 75 + components: + - type: Transform + pos: 1.5,2.5 + parent: 55 + - uid: 76 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 55 + - uid: 77 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 55 + - uid: 78 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 55 + - uid: 79 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 55 + - uid: 80 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 55 + - uid: 81 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 55 + - uid: 83 + components: + - type: Transform + pos: 3.5,1.5 + parent: 55 +- proto: BaseBallBat + entities: + - uid: 68 + components: + - type: Transform + pos: -0.40822363,-6.046782 + parent: 55 +- proto: BikeHorn + entities: + - uid: 120 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BikeHornInstrument + entities: + - uid: 119 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: Chair + entities: + - uid: 89 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 55 +- proto: ClothingMaskClown + entities: + - uid: 111 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingMaskSexyClown + entities: + - uid: 110 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingShoesClown + entities: + - uid: 114 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformColorRainbow + entities: + - uid: 131 + components: + - type: Transform + pos: 4.3032546,-1.6522712 + parent: 55 +- proto: ClothingUniformJumpsuitClown + entities: + - uid: 122 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClownRecorder + entities: + - uid: 121 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: EmergencyLight + entities: + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 55 +- proto: ExplosivesSignMed + entities: + - uid: 82 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 55 +- proto: Flare + entities: + - uid: 113 + components: + - type: Transform + pos: -1.5445547,-4.4021273 + parent: 55 +- proto: FoodDonkpocketHonkWarm + entities: + - uid: 130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.1157546,-4.190218 + parent: 55 +- proto: Girder + entities: + - uid: 20 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 55 + - uid: 33 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 55 + - uid: 85 + components: + - type: Transform + pos: -0.5,1.5 + parent: 55 + - uid: 86 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 55 + - uid: 87 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 55 + - uid: 88 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 55 +- proto: LockerClown + entities: + - uid: 108 + components: + - type: Transform + pos: 6.5,0.5 + parent: 55 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 93.465614 + 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: + - 119 + - 115 + - 114 + - 111 + - 110 + - 120 + - 121 + - 122 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: MaterialWoodPlank10 + entities: + - uid: 132 + components: + - type: Transform + pos: 8.506686,-4.769686 + parent: 55 +- proto: PaintingSadClown + entities: + - uid: 129 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 55 +- proto: RandomPosterAny + entities: + - uid: 116 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 55 + - uid: 117 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 55 + - uid: 118 + components: + - type: Transform + pos: -1.5,2.5 + parent: 55 +- proto: SalvageHumanCorpseSpawner + entities: + - uid: 66 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 55 + - uid: 69 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 55 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 106 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 55 +- proto: SignDirectionalEng + entities: + - uid: 46 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 55 +- proto: SignZomlab + entities: + - uid: 67 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 55 +- proto: SolidSecretDoor + entities: + - uid: 133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 55 + - uid: 135 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 55 +- proto: SpawnMobCobraSalvage + entities: + - uid: 32 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 55 + - uid: 70 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 55 + - uid: 127 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 55 + - uid: 128 + components: + - type: Transform + pos: 1.5,0.5 + parent: 55 +- proto: Stool + entities: + - uid: 109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 55 +- proto: ToyFigurineClown + entities: + - uid: 115 + components: + - type: Transform + parent: 108 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: TrashBananaPeel + entities: + - uid: 134 + components: + - type: Transform + pos: 0.5220045,-5.487093 + parent: 55 +- proto: WallSolid + entities: + - uid: 1 + components: + - type: Transform + pos: 2.5,2.5 + parent: 55 + - uid: 2 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 55 + - uid: 3 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 55 + - uid: 4 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 55 + - uid: 5 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 55 + - uid: 6 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 55 + - uid: 7 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 55 + - uid: 8 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 55 + - uid: 9 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 55 + - uid: 12 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 55 + - uid: 13 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 55 + - uid: 14 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 55 + - uid: 18 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 55 + - uid: 21 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 55 + - uid: 22 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 55 + - uid: 23 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 55 + - uid: 24 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 55 + - uid: 25 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 55 + - uid: 26 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 55 + - uid: 27 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 55 + - uid: 28 + components: + - type: Transform + pos: -1.5,2.5 + parent: 55 + - uid: 30 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 55 + - uid: 31 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 55 + - uid: 34 + components: + - type: Transform + pos: -1.5,0.5 + parent: 55 + - uid: 35 + components: + - type: Transform + pos: -1.5,4.5 + parent: 55 + - uid: 36 + components: + - type: Transform + pos: 2.5,3.5 + parent: 55 + - uid: 37 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 55 + - uid: 38 + components: + - type: Transform + pos: 2.5,4.5 + parent: 55 + - uid: 40 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 55 + - uid: 41 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 55 + - uid: 43 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 55 + - uid: 44 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 55 + - uid: 47 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 55 + - uid: 49 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 55 + - uid: 50 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 55 + - uid: 54 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 55 + - uid: 65 + components: + - type: Transform + pos: 2.5,1.5 + parent: 55 + - uid: 71 + components: + - type: Transform + pos: 4.5,2.5 + parent: 55 + - uid: 72 + components: + - type: Transform + pos: 3.5,2.5 + parent: 55 +- proto: WallSolidRust + entities: + - uid: 10 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 55 + - uid: 11 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 55 + - uid: 16 + components: + - type: Transform + pos: -1.5,1.5 + parent: 55 + - uid: 17 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 55 + - uid: 19 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 55 + - uid: 52 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 55 + - uid: 53 + components: + - type: Transform + pos: -1.5,3.5 + parent: 55 +... diff --git a/Resources/Maps/Salvage/small-2.yml b/Resources/Maps/Salvage/small-2.yml index e66b59c6811..5400d05e22b 100644 --- a/Resources/Maps/Salvage/small-2.yml +++ b/Resources/Maps/Salvage/small-2.yml @@ -1,992 +1,992 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 19: FloorBrokenWood - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 55 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAGdgAAAAACdgAAAAACdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAB - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAACeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAACEwAAAAAEeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABdgAAAAABeQAAAAAAdgAAAAAAEwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABEwAAAAAGeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAFdgAAAAACdgAAAAACdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEwAAAAABEwAAAAADdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAEwAAAAACdgAAAAACdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAGeQAAAAAAEwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: EwAAAAAGdgAAAAADdgAAAAADeQAAAAAAdgAAAAABEwAAAAADEwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACEwAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAABEwAAAAAGdgAAAAACdgAAAAACdgAAAAADEwAAAAAEdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAFdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAFEwAAAAAFeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: OccluderTree - - type: Shuttle - - type: DecalGrid - chunkCollection: - version: 2 - nodes: [] - - type: RadiationGridResistance - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 65535 - 0,0: - 0: 65535 - -2,-1: - 0: 52428 - -2,-2: - 0: 32768 - -1,-2: - 0: 61440 - 0,-2: - 0: 61440 - 1,-2: - 0: 4096 - 1,-1: - 0: 65535 - -2,0: - 0: 52428 - -2,1: - 0: 140 - -1,1: - 0: 65535 - -1,2: - 0: 15 - 0,1: - 0: 65535 - 0,2: - 0: 15 - 1,0: - 0: 65535 - 1,1: - 0: 32767 - 1,2: - 0: 2 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: APCBasic - entities: - - uid: 73 - components: - - type: Transform - pos: -1.5,1.5 - parent: 55 -- proto: Barricade - entities: - - uid: 2 - components: - - type: Transform - pos: -4.5,4.5 - parent: 55 - - uid: 123 - components: - - type: Transform - pos: -3.5,5.5 - parent: 55 - - uid: 124 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 55 -- proto: CableApcExtension - entities: - - uid: 28 - components: - - type: Transform - pos: -0.5,1.5 - parent: 55 - - uid: 29 - components: - - type: Transform - pos: -0.5,0.5 - parent: 55 - - uid: 30 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 55 - - uid: 31 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 55 - - uid: 32 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 55 - - uid: 33 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 55 - - uid: 34 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 55 - - uid: 35 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 55 - - uid: 38 - components: - - type: Transform - pos: -1.5,0.5 - parent: 55 - - uid: 39 - components: - - type: Transform - pos: -2.5,0.5 - parent: 55 - - uid: 40 - components: - - type: Transform - pos: 0.5,0.5 - parent: 55 - - uid: 74 - components: - - type: Transform - pos: -1.5,1.5 - parent: 55 -- proto: CableApcStack - entities: - - uid: 127 - components: - - type: Transform - pos: 0.5567882,-1.5796034 - parent: 55 -- proto: CannedApplauseInstrument - entities: - - uid: 75 - components: - - type: Transform - pos: -2.5108042,2.5742955 - parent: 55 -- proto: CarpetGreen - entities: - - uid: 8 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 55 - - uid: 9 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 55 - - uid: 11 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 55 - - uid: 12 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 55 - - uid: 14 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 55 - - uid: 15 - components: - - type: Transform - pos: -1.5,0.5 - parent: 55 - - uid: 16 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 55 - - uid: 17 - components: - - type: Transform - pos: -0.5,0.5 - parent: 55 - - uid: 18 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 55 - - uid: 20 - components: - - type: Transform - pos: -2.5,0.5 - parent: 55 - - uid: 21 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 55 - - uid: 22 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 55 - - uid: 24 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 55 - - uid: 25 - components: - - type: Transform - pos: 1.5,0.5 - parent: 55 - - uid: 26 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 55 - - uid: 27 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 55 - - uid: 36 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 55 -- proto: ClosetSteelBase - entities: - - uid: 67 - components: - - type: Transform - pos: 1.5,2.5 - parent: 55 - - type: EntityStorage - open: True - removedMasks: 20 -- proto: ClothingHandsGlovesMercFingerless - entities: - - uid: 161 - components: - - type: Transform - pos: 1.4630382,-2.5291433 - parent: 55 -- proto: ComfyChair - entities: - - uid: 48 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 55 - - uid: 49 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 55 - - uid: 50 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 55 - - uid: 51 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 55 - - uid: 52 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 55 - - uid: 53 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 55 -- proto: ComputerTelevision - entities: - - uid: 113 - components: - - type: Transform - pos: 3.5,6.5 - parent: 55 -- proto: CrateSalvageEquipment - entities: - - uid: 160 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 55 -- proto: d4Dice - entities: - - uid: 13 - components: - - type: Transform - pos: -1.542464,-1.1875 - parent: 55 -- proto: FigureSpawner - entities: - - uid: 10 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 55 -- proto: GeneratorRTG - entities: - - uid: 156 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 55 -- proto: Girder - entities: - - uid: 125 - components: - - type: Transform - pos: 2.5,4.5 - parent: 55 -- proto: IngotGold1 - entities: - - uid: 60 - components: - - type: Transform - pos: 0.1298207,-0.6875 - parent: 55 - - uid: 61 - components: - - type: Transform - pos: 0.29093468,-1.9693378 - parent: 55 - - uid: 62 - components: - - type: Transform - pos: -0.7764293,-2.3905318 - parent: 55 - - uid: 63 - components: - - type: Transform - pos: 0.5204457,-1.359375 - parent: 55 - - uid: 64 - components: - - type: Transform - pos: -1.3858043,-0.546875 - parent: 55 -- proto: PowerCellHyperPrinted - entities: - - uid: 159 - components: - - type: Transform - pos: -0.5369618,-2.6072683 - parent: 55 -- proto: PoweredSmallLight - entities: - - uid: 5 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 - parent: 55 - - uid: 122 - components: - - type: Transform - pos: 0.5,0.5 - parent: 55 -- proto: RandomArcade - entities: - - uid: 57 - components: - - type: Transform - pos: 2.5,0.5 - parent: 55 -- proto: RandomArtifactSpawner - entities: - - uid: 6 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 55 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 54 - components: - - type: Transform - pos: -3.5,0.5 - parent: 55 - - uid: 128 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 55 -- proto: SignPlaque - entities: - - uid: 59 - components: - - type: Transform - pos: -2.5,1.5 - parent: 55 -- proto: SpaceCash - entities: - - uid: 130 - components: - - type: Transform - pos: -1.515632,-1.7312049 - parent: 55 - - uid: 131 - components: - - type: Transform - pos: -1.437507,-1.8874549 - parent: 55 - - uid: 132 - components: - - type: Transform - pos: -7.033348E-06,-2.46558 - parent: 55 - - uid: 133 - components: - - type: Transform - pos: 0.21874297,-2.30933 - parent: 55 - - uid: 134 - components: - - type: Transform - pos: 0.42186797,-2.21558 - parent: 55 - - uid: 135 - components: - - type: Transform - pos: 0.51561797,-2.387455 - parent: 55 - - uid: 136 - components: - - type: Transform - pos: 0.53124297,-2.418705 - parent: 55 - - uid: 137 - components: - - type: Transform - pos: 0.28124297,-0.32495487 - parent: 55 - - uid: 138 - components: - - type: Transform - pos: 0.45311797,-0.30932987 - parent: 55 - - uid: 139 - components: - - type: Transform - pos: 0.68749297,-0.63745487 - parent: 55 - - uid: 140 - components: - - type: Transform - pos: 0.70311797,-0.74682987 - parent: 55 - - uid: 141 - components: - - type: Transform - pos: 0.51561797,-0.84057987 - parent: 55 - - uid: 142 - components: - - type: Transform - pos: -1.125007,-2.49683 - parent: 55 - - uid: 143 - components: - - type: Transform - pos: -1.453132,-2.293705 - parent: 55 - - uid: 144 - components: - - type: Transform - pos: -2.5625072,-2.606205 - parent: 55 - - uid: 145 - components: - - type: Transform - pos: -3.0781322,-2.543705 - parent: 55 - - uid: 146 - components: - - type: Transform - pos: -3.2968822,-2.231205 - parent: 55 - - uid: 147 - components: - - type: Transform - pos: -3.3281322,-2.668705 - parent: 55 - - uid: 148 - components: - - type: Transform - pos: -2.2968822,-1.8093299 - parent: 55 - - uid: 149 - components: - - type: Transform - pos: 2.4843678,-0.15307987 - parent: 55 - - uid: 150 - components: - - type: Transform - pos: 2.4843678,-0.48120487 - parent: 55 - - uid: 151 - components: - - type: Transform - pos: 2.7343678,-0.66870487 - parent: 55 - - uid: 152 - components: - - type: Transform - pos: -0.046882033,0.61254513 - parent: 55 - - uid: 153 - components: - - type: Transform - pos: -0.57813203,2.44067 - parent: 55 - - uid: 154 - components: - - type: Transform - pos: 6.031243,4.50317 - parent: 55 -- proto: SpaceCash1000 - entities: - - uid: 155 - components: - - type: Transform - pos: -1.562507,-0.27807987 - parent: 55 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 56 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 55 - - uid: 126 - components: - - type: Transform - pos: -1.5,0.5 - parent: 55 - - uid: 129 - components: - - type: Transform - pos: 1.5,0.5 - parent: 55 - - uid: 157 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 55 -- proto: StoolBar - entities: - - uid: 119 - components: - - type: Transform - pos: 1.5,8.5 - parent: 55 - - uid: 120 - components: - - type: Transform - pos: 0.5,8.5 - parent: 55 -- proto: TableCarpet - entities: - - uid: 23 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 55 - - uid: 41 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 55 - - uid: 42 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 55 - - uid: 43 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 55 - - uid: 44 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 55 - - uid: 45 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 55 - - uid: 46 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 55 - - uid: 47 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 55 -- proto: TableCounterWood - entities: - - uid: 112 - components: - - type: Transform - pos: 4.5,6.5 - parent: 55 - - uid: 114 - components: - - type: Transform - pos: 4.5,7.5 - parent: 55 - - uid: 115 - components: - - type: Transform - pos: 3.5,7.5 - parent: 55 - - uid: 116 - components: - - type: Transform - pos: 2.5,7.5 - parent: 55 - - uid: 117 - components: - - type: Transform - pos: 1.5,7.5 - parent: 55 - - uid: 118 - components: - - type: Transform - pos: 0.5,7.5 - parent: 55 -- proto: ToyAmongPequeno - entities: - - uid: 158 - components: - - type: Transform - pos: 1.4474132,-0.5247239 - parent: 55 -- proto: VendingMachineRestockGames - entities: - - uid: 37 - components: - - type: Transform - pos: 4.5020123,6.4660482 - parent: 55 -- proto: WallWood - entities: - - uid: 3 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 55 - - uid: 4 - components: - - type: Transform - pos: -4.5,0.5 - parent: 55 - - uid: 7 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 55 - - uid: 19 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 55 - - uid: 58 - components: - - type: Transform - pos: 3.5,0.5 - parent: 55 - - uid: 65 - components: - - type: Transform - pos: 3.5,1.5 - parent: 55 - - uid: 66 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 55 - - uid: 68 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 55 - - uid: 69 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 55 - - uid: 70 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 55 - - uid: 71 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 55 - - uid: 72 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 55 - - uid: 76 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 55 - - uid: 77 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 55 - - uid: 78 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 55 - - uid: 79 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 55 - - uid: 80 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 55 - - uid: 81 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 55 - - uid: 82 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 55 - - uid: 83 - components: - - type: Transform - pos: -4.5,1.5 - parent: 55 - - uid: 84 - components: - - type: Transform - pos: -2.5,1.5 - parent: 55 - - uid: 85 - components: - - type: Transform - pos: -3.5,1.5 - parent: 55 - - uid: 86 - components: - - type: Transform - pos: 0.5,1.5 - parent: 55 - - uid: 87 - components: - - type: Transform - pos: -1.5,1.5 - parent: 55 - - uid: 88 - components: - - type: Transform - pos: 1.5,1.5 - parent: 55 - - uid: 89 - components: - - type: Transform - pos: 2.5,1.5 - parent: 55 - - uid: 90 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 55 - - uid: 91 - components: - - type: Transform - pos: 7.5,1.5 - parent: 55 - - uid: 92 - components: - - type: Transform - pos: 7.5,0.5 - parent: 55 - - uid: 93 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 55 - - uid: 94 - components: - - type: Transform - pos: 7.5,2.5 - parent: 55 - - uid: 95 - components: - - type: Transform - pos: 7.5,3.5 - parent: 55 - - uid: 96 - components: - - type: Transform - pos: 7.5,4.5 - parent: 55 - - uid: 97 - components: - - type: Transform - pos: 7.5,5.5 - parent: 55 - - uid: 98 - components: - - type: Transform - pos: -1.5,8.5 - parent: 55 - - uid: 99 - components: - - type: Transform - pos: -1.5,7.5 - parent: 55 - - uid: 100 - components: - - type: Transform - pos: -1.5,6.5 - parent: 55 - - uid: 101 - components: - - type: Transform - pos: -1.5,5.5 - parent: 55 - - uid: 102 - components: - - type: Transform - pos: -5.5,1.5 - parent: 55 - - uid: 103 - components: - - type: Transform - pos: 0.5,5.5 - parent: 55 - - uid: 104 - components: - - type: Transform - pos: 1.5,5.5 - parent: 55 - - uid: 105 - components: - - type: Transform - pos: 2.5,5.5 - parent: 55 - - uid: 106 - components: - - type: Transform - pos: 3.5,5.5 - parent: 55 - - uid: 107 - components: - - type: Transform - pos: 4.5,5.5 - parent: 55 - - uid: 108 - components: - - type: Transform - pos: 5.5,5.5 - parent: 55 - - uid: 109 - components: - - type: Transform - pos: 6.5,5.5 - parent: 55 - - uid: 110 - components: - - type: Transform - pos: -5.5,2.5 - parent: 55 - - uid: 111 - components: - - type: Transform - pos: -5.5,3.5 - parent: 55 -- proto: WoodDoor - entities: - - uid: 1 - components: - - type: Transform - pos: -0.5,1.5 - parent: 55 - - uid: 121 - components: - - type: Transform - pos: -0.5,5.5 - parent: 55 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 19: FloorBrokenWood + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 55 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEwAAAAAGdgAAAAACdgAAAAACdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAB + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAACeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAACEwAAAAAEeQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABdgAAAAABeQAAAAAAdgAAAAAAEwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABEwAAAAAGeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAFdgAAAAACdgAAAAACdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAEwAAAAABEwAAAAADdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAEwAAAAACdgAAAAACdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEwAAAAAGeQAAAAAAEwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: EwAAAAAGdgAAAAADdgAAAAADeQAAAAAAdgAAAAABEwAAAAADEwAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACEwAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEwAAAAABEwAAAAAGdgAAAAACdgAAAAACdgAAAAADEwAAAAAEdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAFdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAFEwAAAAAFeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: OccluderTree + - type: Shuttle + - type: DecalGrid + chunkCollection: + version: 2 + nodes: [] + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + -2,-1: + 0: 52428 + -2,-2: + 0: 32768 + -1,-2: + 0: 61440 + 0,-2: + 0: 61440 + 1,-2: + 0: 4096 + 1,-1: + 0: 65535 + -2,0: + 0: 52428 + -2,1: + 0: 140 + -1,1: + 0: 65535 + -1,2: + 0: 15 + 0,1: + 0: 65535 + 0,2: + 0: 15 + 1,0: + 0: 65535 + 1,1: + 0: 32767 + 1,2: + 0: 2 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: APCBasic + entities: + - uid: 73 + components: + - type: Transform + pos: -1.5,1.5 + parent: 55 +- proto: Barricade + entities: + - uid: 2 + components: + - type: Transform + pos: -4.5,4.5 + parent: 55 + - uid: 123 + components: + - type: Transform + pos: -3.5,5.5 + parent: 55 + - uid: 124 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 55 +- proto: CableApcExtension + entities: + - uid: 28 + components: + - type: Transform + pos: -0.5,1.5 + parent: 55 + - uid: 29 + components: + - type: Transform + pos: -0.5,0.5 + parent: 55 + - uid: 30 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 55 + - uid: 31 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 55 + - uid: 32 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 55 + - uid: 33 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 55 + - uid: 34 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 55 + - uid: 35 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 55 + - uid: 38 + components: + - type: Transform + pos: -1.5,0.5 + parent: 55 + - uid: 39 + components: + - type: Transform + pos: -2.5,0.5 + parent: 55 + - uid: 40 + components: + - type: Transform + pos: 0.5,0.5 + parent: 55 + - uid: 74 + components: + - type: Transform + pos: -1.5,1.5 + parent: 55 +- proto: CableApcStack + entities: + - uid: 127 + components: + - type: Transform + pos: 0.5567882,-1.5796034 + parent: 55 +- proto: CannedApplauseInstrument + entities: + - uid: 75 + components: + - type: Transform + pos: -2.5108042,2.5742955 + parent: 55 +- proto: CarpetGreen + entities: + - uid: 8 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 55 + - uid: 9 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 55 + - uid: 11 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 55 + - uid: 12 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 55 + - uid: 14 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 55 + - uid: 15 + components: + - type: Transform + pos: -1.5,0.5 + parent: 55 + - uid: 16 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 55 + - uid: 17 + components: + - type: Transform + pos: -0.5,0.5 + parent: 55 + - uid: 18 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 55 + - uid: 20 + components: + - type: Transform + pos: -2.5,0.5 + parent: 55 + - uid: 21 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 55 + - uid: 22 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 55 + - uid: 24 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 55 + - uid: 25 + components: + - type: Transform + pos: 1.5,0.5 + parent: 55 + - uid: 26 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 55 + - uid: 27 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 55 + - uid: 36 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 55 +- proto: ClosetSteelBase + entities: + - uid: 67 + components: + - type: Transform + pos: 1.5,2.5 + parent: 55 + - type: EntityStorage + open: True + removedMasks: 20 +- proto: ClothingHandsGlovesMercFingerless + entities: + - uid: 161 + components: + - type: Transform + pos: 1.4630382,-2.5291433 + parent: 55 +- proto: ComfyChair + entities: + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 55 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 55 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 55 + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 55 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 55 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 55 +- proto: ComputerTelevision + entities: + - uid: 113 + components: + - type: Transform + pos: 3.5,6.5 + parent: 55 +- proto: CrateSalvageEquipment + entities: + - uid: 160 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 55 +- proto: d4Dice + entities: + - uid: 13 + components: + - type: Transform + pos: -1.542464,-1.1875 + parent: 55 +- proto: FigureSpawner + entities: + - uid: 10 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 55 +- proto: GeneratorRTG + entities: + - uid: 156 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 55 +- proto: Girder + entities: + - uid: 125 + components: + - type: Transform + pos: 2.5,4.5 + parent: 55 +- proto: IngotGold1 + entities: + - uid: 60 + components: + - type: Transform + pos: 0.1298207,-0.6875 + parent: 55 + - uid: 61 + components: + - type: Transform + pos: 0.29093468,-1.9693378 + parent: 55 + - uid: 62 + components: + - type: Transform + pos: -0.7764293,-2.3905318 + parent: 55 + - uid: 63 + components: + - type: Transform + pos: 0.5204457,-1.359375 + parent: 55 + - uid: 64 + components: + - type: Transform + pos: -1.3858043,-0.546875 + parent: 55 +- proto: PowerCellHyperPrinted + entities: + - uid: 159 + components: + - type: Transform + pos: -0.5369618,-2.6072683 + parent: 55 +- proto: PoweredSmallLight + entities: + - uid: 5 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 55 + - uid: 122 + components: + - type: Transform + pos: 0.5,0.5 + parent: 55 +- proto: RandomArcade + entities: + - uid: 57 + components: + - type: Transform + pos: 2.5,0.5 + parent: 55 +- proto: RandomArtifactSpawner + entities: + - uid: 6 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 55 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 54 + components: + - type: Transform + pos: -3.5,0.5 + parent: 55 + - uid: 128 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 55 +- proto: SignPlaque + entities: + - uid: 59 + components: + - type: Transform + pos: -2.5,1.5 + parent: 55 +- proto: SpaceCash + entities: + - uid: 130 + components: + - type: Transform + pos: -1.515632,-1.7312049 + parent: 55 + - uid: 131 + components: + - type: Transform + pos: -1.437507,-1.8874549 + parent: 55 + - uid: 132 + components: + - type: Transform + pos: -7.033348E-06,-2.46558 + parent: 55 + - uid: 133 + components: + - type: Transform + pos: 0.21874297,-2.30933 + parent: 55 + - uid: 134 + components: + - type: Transform + pos: 0.42186797,-2.21558 + parent: 55 + - uid: 135 + components: + - type: Transform + pos: 0.51561797,-2.387455 + parent: 55 + - uid: 136 + components: + - type: Transform + pos: 0.53124297,-2.418705 + parent: 55 + - uid: 137 + components: + - type: Transform + pos: 0.28124297,-0.32495487 + parent: 55 + - uid: 138 + components: + - type: Transform + pos: 0.45311797,-0.30932987 + parent: 55 + - uid: 139 + components: + - type: Transform + pos: 0.68749297,-0.63745487 + parent: 55 + - uid: 140 + components: + - type: Transform + pos: 0.70311797,-0.74682987 + parent: 55 + - uid: 141 + components: + - type: Transform + pos: 0.51561797,-0.84057987 + parent: 55 + - uid: 142 + components: + - type: Transform + pos: -1.125007,-2.49683 + parent: 55 + - uid: 143 + components: + - type: Transform + pos: -1.453132,-2.293705 + parent: 55 + - uid: 144 + components: + - type: Transform + pos: -2.5625072,-2.606205 + parent: 55 + - uid: 145 + components: + - type: Transform + pos: -3.0781322,-2.543705 + parent: 55 + - uid: 146 + components: + - type: Transform + pos: -3.2968822,-2.231205 + parent: 55 + - uid: 147 + components: + - type: Transform + pos: -3.3281322,-2.668705 + parent: 55 + - uid: 148 + components: + - type: Transform + pos: -2.2968822,-1.8093299 + parent: 55 + - uid: 149 + components: + - type: Transform + pos: 2.4843678,-0.15307987 + parent: 55 + - uid: 150 + components: + - type: Transform + pos: 2.4843678,-0.48120487 + parent: 55 + - uid: 151 + components: + - type: Transform + pos: 2.7343678,-0.66870487 + parent: 55 + - uid: 152 + components: + - type: Transform + pos: -0.046882033,0.61254513 + parent: 55 + - uid: 153 + components: + - type: Transform + pos: -0.57813203,2.44067 + parent: 55 + - uid: 154 + components: + - type: Transform + pos: 6.031243,4.50317 + parent: 55 +- proto: SpaceCash1000 + entities: + - uid: 155 + components: + - type: Transform + pos: -1.562507,-0.27807987 + parent: 55 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 56 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 55 + - uid: 126 + components: + - type: Transform + pos: -1.5,0.5 + parent: 55 + - uid: 129 + components: + - type: Transform + pos: 1.5,0.5 + parent: 55 + - uid: 157 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 55 +- proto: StoolBar + entities: + - uid: 119 + components: + - type: Transform + pos: 1.5,8.5 + parent: 55 + - uid: 120 + components: + - type: Transform + pos: 0.5,8.5 + parent: 55 +- proto: TableCarpet + entities: + - uid: 23 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 55 + - uid: 41 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 55 + - uid: 42 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 55 + - uid: 43 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 55 + - uid: 44 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 55 + - uid: 45 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 55 + - uid: 46 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 55 + - uid: 47 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 55 +- proto: TableCounterWood + entities: + - uid: 112 + components: + - type: Transform + pos: 4.5,6.5 + parent: 55 + - uid: 114 + components: + - type: Transform + pos: 4.5,7.5 + parent: 55 + - uid: 115 + components: + - type: Transform + pos: 3.5,7.5 + parent: 55 + - uid: 116 + components: + - type: Transform + pos: 2.5,7.5 + parent: 55 + - uid: 117 + components: + - type: Transform + pos: 1.5,7.5 + parent: 55 + - uid: 118 + components: + - type: Transform + pos: 0.5,7.5 + parent: 55 +- proto: ToyAmongPequeno + entities: + - uid: 158 + components: + - type: Transform + pos: 1.4474132,-0.5247239 + parent: 55 +- proto: VendingMachineRestockGames + entities: + - uid: 37 + components: + - type: Transform + pos: 4.5020123,6.4660482 + parent: 55 +- proto: WallWood + entities: + - uid: 3 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 55 + - uid: 4 + components: + - type: Transform + pos: -4.5,0.5 + parent: 55 + - uid: 7 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 55 + - uid: 19 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 55 + - uid: 58 + components: + - type: Transform + pos: 3.5,0.5 + parent: 55 + - uid: 65 + components: + - type: Transform + pos: 3.5,1.5 + parent: 55 + - uid: 66 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 55 + - uid: 68 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 55 + - uid: 69 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 55 + - uid: 70 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 55 + - uid: 71 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 55 + - uid: 72 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 55 + - uid: 76 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 55 + - uid: 77 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 55 + - uid: 78 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 55 + - uid: 79 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 55 + - uid: 80 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 55 + - uid: 81 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 55 + - uid: 82 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 55 + - uid: 83 + components: + - type: Transform + pos: -4.5,1.5 + parent: 55 + - uid: 84 + components: + - type: Transform + pos: -2.5,1.5 + parent: 55 + - uid: 85 + components: + - type: Transform + pos: -3.5,1.5 + parent: 55 + - uid: 86 + components: + - type: Transform + pos: 0.5,1.5 + parent: 55 + - uid: 87 + components: + - type: Transform + pos: -1.5,1.5 + parent: 55 + - uid: 88 + components: + - type: Transform + pos: 1.5,1.5 + parent: 55 + - uid: 89 + components: + - type: Transform + pos: 2.5,1.5 + parent: 55 + - uid: 90 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 55 + - uid: 91 + components: + - type: Transform + pos: 7.5,1.5 + parent: 55 + - uid: 92 + components: + - type: Transform + pos: 7.5,0.5 + parent: 55 + - uid: 93 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 55 + - uid: 94 + components: + - type: Transform + pos: 7.5,2.5 + parent: 55 + - uid: 95 + components: + - type: Transform + pos: 7.5,3.5 + parent: 55 + - uid: 96 + components: + - type: Transform + pos: 7.5,4.5 + parent: 55 + - uid: 97 + components: + - type: Transform + pos: 7.5,5.5 + parent: 55 + - uid: 98 + components: + - type: Transform + pos: -1.5,8.5 + parent: 55 + - uid: 99 + components: + - type: Transform + pos: -1.5,7.5 + parent: 55 + - uid: 100 + components: + - type: Transform + pos: -1.5,6.5 + parent: 55 + - uid: 101 + components: + - type: Transform + pos: -1.5,5.5 + parent: 55 + - uid: 102 + components: + - type: Transform + pos: -5.5,1.5 + parent: 55 + - uid: 103 + components: + - type: Transform + pos: 0.5,5.5 + parent: 55 + - uid: 104 + components: + - type: Transform + pos: 1.5,5.5 + parent: 55 + - uid: 105 + components: + - type: Transform + pos: 2.5,5.5 + parent: 55 + - uid: 106 + components: + - type: Transform + pos: 3.5,5.5 + parent: 55 + - uid: 107 + components: + - type: Transform + pos: 4.5,5.5 + parent: 55 + - uid: 108 + components: + - type: Transform + pos: 5.5,5.5 + parent: 55 + - uid: 109 + components: + - type: Transform + pos: 6.5,5.5 + parent: 55 + - uid: 110 + components: + - type: Transform + pos: -5.5,2.5 + parent: 55 + - uid: 111 + components: + - type: Transform + pos: -5.5,3.5 + parent: 55 +- proto: WoodDoor + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,1.5 + parent: 55 + - uid: 121 + components: + - type: Transform + pos: -0.5,5.5 + parent: 55 +... diff --git a/Resources/Maps/Salvage/small-3.yml b/Resources/Maps/Salvage/small-3.yml index 7a29b665ff6..3982d2d33bb 100644 --- a/Resources/Maps/Salvage/small-3.yml +++ b/Resources/Maps/Salvage/small-3.yml @@ -1,3781 +1,3781 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 26: FloorConcrete - 27: FloorConcreteMono - 52: FloorGrayConcreteMono -entities: -- proto: "" - entities: - - uid: 10 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: ConcreteTrimBox - decals: - 0: 1,8 - 1: 3,0 - 2: -2,-3 - 3: 4,-7 - 4: 0,-10 - 5: -9,-5 - 6: -4,1 - 7: -7,4 - 8: 2,3 - 9: 7,7 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimCornerNe - decals: - 13: -4,0 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimCornerNw - decals: - 14: 1,-3 - 15: 1,-8 - 16: 7,-9 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimEndE - decals: - 18: -7,-8 - 19: -6,-4 - 20: 10,-1 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimInnerNe - decals: - 21: -6,1 - 22: -9,5 - 23: -9,4 - 24: -1,5 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimInnerSe - decals: - 25: -1,5 - 26: 8,5 - 27: 10,7 - 28: 8,-5 - 29: 4,-9 - 30: -4,-10 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimInnerSw - decals: - 31: -1,-9 - 32: 3,-7 - 33: -9,3 - 34: -3,4 - 35: -1,7 - 36: -1,5 - 37: 3,8 - 38: 7,8 - 39: 7,5 - 40: 3,2 - 41: 3,-4 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimLineE - decals: - 10: 4,4 - 11: -2,4 - 12: -6,0 - - node: - color: '#FFFFFFFF' - id: ConcreteTrimLineW - decals: - 17: -6,-10 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 65535 - 0,0: - 0: 65535 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -1,-2: - 0: 65535 - 0,-2: - 0: 65535 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - -2,0: - 0: 65535 - -2,1: - 0: 65535 - -1,1: - 0: 65535 - 0,1: - 0: 65535 - 1,0: - 0: 65535 - 1,1: - 0: 65535 - -3,-3: - 0: 52428 - -3,-2: - 0: 52428 - -3,-1: - 0: 52428 - -2,-3: - 0: 65535 - -1,-3: - 0: 65535 - 0,-3: - 0: 65535 - 1,-3: - 0: 65535 - 2,-3: - 0: 65535 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - -3,0: - 0: 52428 - -3,1: - 0: 52428 - -3,2: - 0: 204 - -2,2: - 0: 255 - -1,2: - 0: 255 - 0,2: - 0: 255 - 1,2: - 0: 255 - 2,0: - 0: 65535 - 2,1: - 0: 65535 - 2,2: - 0: 255 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: ClothingHeadHatGladiator - entities: - - uid: 484 - components: - - type: Transform - pos: -0.46850228,2.4146657 - parent: 10 -- proto: ClothingHeadHelmetBone - entities: - - uid: 486 - components: - - type: Transform - pos: -6.420633,-6.5805063 - parent: 10 -- proto: ClothingOuterArmorBone - entities: - - uid: 487 - components: - - type: Transform - pos: -2.5941958,8.46982 - parent: 10 -- proto: ClothingUniformJumpsuitGladiator - entities: - - uid: 485 - components: - - type: Transform - pos: 6.5895615,-6.5750847 - parent: 10 -- proto: CrateSalvageEquipment - entities: - - uid: 478 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 10 -- proto: IngotGold - entities: - - uid: 473 - components: - - type: Transform - pos: 4.6013346,-3.493011 - parent: 10 -- proto: MaintenancePlantSpawner - entities: - - uid: 453 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 10 - - uid: 454 - components: - - type: Transform - pos: 0.5,6.5 - parent: 10 - - uid: 461 - components: - - type: Transform - pos: -6.5,8.5 - parent: 10 - - uid: 462 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 10 - - uid: 463 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 10 -- proto: MaintenanceToolSpawner - entities: - - uid: 452 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 10 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 451 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 10 -- proto: PottedPlant26 - entities: - - uid: 459 - components: - - type: Transform - pos: -3.560564,-2.6869 - parent: 10 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 460 -- proto: PresentRandom - entities: - - uid: 464 - components: - - type: Transform - pos: 4.543269,-7.600075 - parent: 10 -- proto: RandomArtifactSpawner - entities: - - uid: 481 - components: - - type: Transform - pos: 4.5,6.5 - parent: 10 -- proto: RandomDrinkSoda - entities: - - uid: 467 - components: - - type: Transform - pos: 1.5,4.5 - parent: 10 -- proto: RandomFoodBakedWhole - entities: - - uid: 465 - components: - - type: Transform - pos: -6.5,1.5 - parent: 10 -- proto: RandomInstruments - entities: - - uid: 458 - components: - - type: Transform - pos: 8.5,0.5 - parent: 10 -- proto: RandomProduce - entities: - - uid: 466 - components: - - type: Transform - pos: 6.5,6.5 - parent: 10 -- proto: RandomSoap - entities: - - uid: 456 - components: - - type: Transform - pos: -4.5,0.5 - parent: 10 -- proto: SalvageLootSpawner - entities: - - uid: 457 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 10 - - uid: 468 - components: - - type: Transform - pos: -4.5,6.5 - parent: 10 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 479 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 10 - - uid: 480 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 10 -- proto: SalvageMobSpawner75 - entities: - - uid: 445 - components: - - type: Transform - pos: 0.5,1.5 - parent: 10 - - uid: 446 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 10 - - uid: 447 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 10 - - uid: 448 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 10 - - uid: 449 - components: - - type: Transform - pos: -7.5,5.5 - parent: 10 - - uid: 450 - components: - - type: Transform - pos: 9.5,8.5 - parent: 10 -- proto: SpaceCash10000 - entities: - - uid: 460 - components: - - type: Transform - parent: 459 - - type: Physics - canCollide: False -- proto: SpawnMobBearSalvage - entities: - - uid: 477 - components: - - type: Transform - pos: 9.5,3.5 - parent: 10 -- proto: SpawnMobCatSpace - entities: - - uid: 469 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 10 -- proto: SpawnMobCobraSalvage - entities: - - uid: 474 - components: - - type: Transform - pos: 2.5,6.5 - parent: 10 -- proto: SpawnMobKangarooSalvage - entities: - - uid: 475 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 10 -- proto: SpawnMobSpiderSalvage - entities: - - uid: 476 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 10 -- proto: SpearBone - entities: - - uid: 455 - components: - - type: Transform - pos: 5.422183,-2.5159492 - parent: 10 -- proto: Torch - entities: - - uid: 482 - components: - - type: Transform - pos: 1.6392083,-11.348661 - parent: 10 - - uid: 483 - components: - - type: Transform - pos: 0.5923343,9.580391 - parent: 10 -- proto: ToySpawner - entities: - - uid: 470 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 10 - - uid: 471 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 10 - - uid: 472 - components: - - type: Transform - pos: 9.5,7.5 - parent: 10 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 2 - components: - - type: Transform - pos: 11.5,3.5 - parent: 10 - - uid: 3 - components: - - type: Transform - pos: -9.5,2.5 - parent: 10 - - uid: 5 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 10 - - uid: 8 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 10 - - uid: 9 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 10 - - uid: 11 - components: - - type: Transform - pos: -1.5,9.5 - parent: 10 - - uid: 12 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 10 - - uid: 13 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 10 - - uid: 15 - components: - - type: Transform - pos: -7.5,9.5 - parent: 10 - - uid: 16 - components: - - type: Transform - pos: -5.5,9.5 - parent: 10 - - uid: 18 - components: - - type: Transform - pos: -4.5,9.5 - parent: 10 - - uid: 19 - components: - - type: Transform - pos: -2.5,9.5 - parent: 10 - - uid: 20 - components: - - type: Transform - pos: -6.5,9.5 - parent: 10 - - uid: 21 - components: - - type: Transform - pos: -3.5,9.5 - parent: 10 - - uid: 22 - components: - - type: Transform - pos: -0.5,9.5 - parent: 10 - - uid: 23 - components: - - type: Transform - pos: -9.5,9.5 - parent: 10 - - uid: 27 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 10 - - uid: 28 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 10 - - uid: 32 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 10 - - uid: 33 - components: - - type: Transform - pos: -9.5,5.5 - parent: 10 - - uid: 34 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 10 - - uid: 35 - components: - - type: Transform - pos: -9.5,7.5 - parent: 10 - - uid: 36 - components: - - type: Transform - pos: -9.5,6.5 - parent: 10 - - uid: 39 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 10 - - uid: 40 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 10 - - uid: 41 - components: - - type: Transform - pos: -9.5,8.5 - parent: 10 - - uid: 42 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 10 - - uid: 43 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 10 - - uid: 45 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 10 - - uid: 46 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 10 - - uid: 47 - components: - - type: Transform - pos: -9.5,0.5 - parent: 10 - - uid: 54 - components: - - type: Transform - pos: 11.5,0.5 - parent: 10 - - uid: 55 - components: - - type: Transform - pos: 3.5,9.5 - parent: 10 - - uid: 56 - components: - - type: Transform - pos: 11.5,5.5 - parent: 10 - - uid: 57 - components: - - type: Transform - pos: 11.5,1.5 - parent: 10 - - uid: 58 - components: - - type: Transform - pos: 4.5,9.5 - parent: 10 - - uid: 59 - components: - - type: Transform - pos: 11.5,9.5 - parent: 10 - - uid: 60 - components: - - type: Transform - pos: 8.5,9.5 - parent: 10 - - uid: 61 - components: - - type: Transform - pos: 5.5,9.5 - parent: 10 - - uid: 62 - components: - - type: Transform - pos: 6.5,9.5 - parent: 10 - - uid: 63 - components: - - type: Transform - pos: 11.5,7.5 - parent: 10 - - uid: 64 - components: - - type: Transform - pos: 9.5,9.5 - parent: 10 - - uid: 65 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 10 - - uid: 67 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 10 - - uid: 68 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 10 - - uid: 69 - components: - - type: Transform - pos: -9.5,-10.5 - parent: 10 - - uid: 70 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 10 - - uid: 71 - components: - - type: Transform - pos: -9.5,-9.5 - parent: 10 - - uid: 72 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 10 - - uid: 73 - components: - - type: Transform - pos: 11.5,4.5 - parent: 10 - - uid: 74 - components: - - type: Transform - pos: 11.5,2.5 - parent: 10 - - uid: 77 - components: - - type: Transform - pos: -9.5,1.5 - parent: 10 - - uid: 81 - components: - - type: Transform - pos: 7.5,9.5 - parent: 10 - - uid: 82 - components: - - type: Transform - pos: 11.5,8.5 - parent: 10 - - uid: 83 - components: - - type: Transform - pos: 11.5,6.5 - parent: 10 - - uid: 84 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 10 - - uid: 85 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 10 - - uid: 86 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 10 - - uid: 87 - components: - - type: Transform - pos: 10.5,9.5 - parent: 10 - - uid: 88 - components: - - type: Transform - pos: -9.5,4.5 - parent: 10 - - uid: 89 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 10 - - uid: 90 - components: - - type: Transform - pos: -9.5,3.5 - parent: 10 - - uid: 91 - components: - - type: Transform - pos: 11.5,-9.5 - parent: 10 - - uid: 92 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 10 - - uid: 93 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 10 - - uid: 94 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 10 - - uid: 95 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 10 - - uid: 96 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 10 - - uid: 98 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 10 - - uid: 99 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 10 - - uid: 100 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 10 - - uid: 102 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 10 - - uid: 103 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 10 - - uid: 104 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 10 - - uid: 109 - components: - - type: Transform - pos: 2.5,9.5 - parent: 10 - - uid: 111 - components: - - type: Transform - pos: -8.5,9.5 - parent: 10 - - uid: 113 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 10 - - uid: 114 - components: - - type: Transform - pos: 1.5,9.5 - parent: 10 - - uid: 441 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 10 - - uid: 442 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 10 - - uid: 443 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 10 - - uid: 444 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 10 -- proto: WindowReinforcedDirectional - entities: - - uid: 1 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 4 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 6 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 7 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 14 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 17 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 24 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 25 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 26 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 29 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 30 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 31 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 37 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 38 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 44 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 48 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 49 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 50 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 51 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 52 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 53 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 66 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 75 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 10 - - uid: 76 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 78 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,4.5 - parent: 10 - - uid: 79 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 80 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 97 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 117 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 10 - - uid: 124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,4.5 - parent: 10 - - uid: 125 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 126 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,4.5 - parent: 10 - - uid: 132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,4.5 - parent: 10 - - uid: 144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,4.5 - parent: 10 - - uid: 145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,4.5 - parent: 10 - - uid: 146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,4.5 - parent: 10 - - uid: 147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,4.5 - parent: 10 - - uid: 153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 166 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 - parent: 10 - - uid: 168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,4.5 - parent: 10 - - uid: 169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 173 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,4.5 - parent: 10 - - uid: 177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 178 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,4.5 - parent: 10 - - uid: 179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 185 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 187 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 191 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 192 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 194 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 201 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 202 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 204 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 206 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 227 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 228 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 232 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 236 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 237 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 243 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 267 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 268 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 269 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 271 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 280 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 293 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 300 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 301 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 304 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 311 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 10 - - uid: 318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 345 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 360 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 361 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 366 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 375 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 380 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 381 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 394 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 395 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 403 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 404 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 419 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-7.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 427 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-5.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-8.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-10.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} - - uid: 440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-9.5 - parent: 10 - - type: Godmode - oldDamage: {} -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 26: FloorConcrete + 27: FloorConcreteMono + 52: FloorGrayConcreteMono +entities: +- proto: "" + entities: + - uid: 10 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: GwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGwAAAAAAGwAAAAAAGgAAAAAAGgAAAAAAGwAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: ConcreteTrimBox + decals: + 0: 1,8 + 1: 3,0 + 2: -2,-3 + 3: 4,-7 + 4: 0,-10 + 5: -9,-5 + 6: -4,1 + 7: -7,4 + 8: 2,3 + 9: 7,7 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerNe + decals: + 13: -4,0 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimCornerNw + decals: + 14: 1,-3 + 15: 1,-8 + 16: 7,-9 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimEndE + decals: + 18: -7,-8 + 19: -6,-4 + 20: 10,-1 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerNe + decals: + 21: -6,1 + 22: -9,5 + 23: -9,4 + 24: -1,5 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerSe + decals: + 25: -1,5 + 26: 8,5 + 27: 10,7 + 28: 8,-5 + 29: 4,-9 + 30: -4,-10 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimInnerSw + decals: + 31: -1,-9 + 32: 3,-7 + 33: -9,3 + 34: -3,4 + 35: -1,7 + 36: -1,5 + 37: 3,8 + 38: 7,8 + 39: 7,5 + 40: 3,2 + 41: 3,-4 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineE + decals: + 10: 4,4 + 11: -2,4 + 12: -6,0 + - node: + color: '#FFFFFFFF' + id: ConcreteTrimLineW + decals: + 17: -6,-10 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + 0,0: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-2: + 0: 65535 + 0,-2: + 0: 65535 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -1,1: + 0: 65535 + 0,1: + 0: 65535 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + -3,-3: + 0: 52428 + -3,-2: + 0: 52428 + -3,-1: + 0: 52428 + -2,-3: + 0: 65535 + -1,-3: + 0: 65535 + 0,-3: + 0: 65535 + 1,-3: + 0: 65535 + 2,-3: + 0: 65535 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + -3,0: + 0: 52428 + -3,1: + 0: 52428 + -3,2: + 0: 204 + -2,2: + 0: 255 + -1,2: + 0: 255 + 0,2: + 0: 255 + 1,2: + 0: 255 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 255 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: ClothingHeadHatGladiator + entities: + - uid: 484 + components: + - type: Transform + pos: -0.46850228,2.4146657 + parent: 10 +- proto: ClothingHeadHelmetBone + entities: + - uid: 486 + components: + - type: Transform + pos: -6.420633,-6.5805063 + parent: 10 +- proto: ClothingOuterArmorBone + entities: + - uid: 487 + components: + - type: Transform + pos: -2.5941958,8.46982 + parent: 10 +- proto: ClothingUniformJumpsuitGladiator + entities: + - uid: 485 + components: + - type: Transform + pos: 6.5895615,-6.5750847 + parent: 10 +- proto: CrateSalvageEquipment + entities: + - uid: 478 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 10 +- proto: IngotGold + entities: + - uid: 473 + components: + - type: Transform + pos: 4.6013346,-3.493011 + parent: 10 +- proto: MaintenancePlantSpawner + entities: + - uid: 453 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 10 + - uid: 454 + components: + - type: Transform + pos: 0.5,6.5 + parent: 10 + - uid: 461 + components: + - type: Transform + pos: -6.5,8.5 + parent: 10 + - uid: 462 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 10 + - uid: 463 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 10 +- proto: MaintenanceToolSpawner + entities: + - uid: 452 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 10 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 451 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 10 +- proto: PottedPlant26 + entities: + - uid: 459 + components: + - type: Transform + pos: -3.560564,-2.6869 + parent: 10 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: 460 +- proto: PresentRandom + entities: + - uid: 464 + components: + - type: Transform + pos: 4.543269,-7.600075 + parent: 10 +- proto: RandomArtifactSpawner + entities: + - uid: 481 + components: + - type: Transform + pos: 4.5,6.5 + parent: 10 +- proto: RandomDrinkSoda + entities: + - uid: 467 + components: + - type: Transform + pos: 1.5,4.5 + parent: 10 +- proto: RandomFoodBakedWhole + entities: + - uid: 465 + components: + - type: Transform + pos: -6.5,1.5 + parent: 10 +- proto: RandomInstruments + entities: + - uid: 458 + components: + - type: Transform + pos: 8.5,0.5 + parent: 10 +- proto: RandomProduce + entities: + - uid: 466 + components: + - type: Transform + pos: 6.5,6.5 + parent: 10 +- proto: RandomSoap + entities: + - uid: 456 + components: + - type: Transform + pos: -4.5,0.5 + parent: 10 +- proto: SalvageLootSpawner + entities: + - uid: 457 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 10 + - uid: 468 + components: + - type: Transform + pos: -4.5,6.5 + parent: 10 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 479 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 10 + - uid: 480 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 10 +- proto: SalvageMobSpawner75 + entities: + - uid: 445 + components: + - type: Transform + pos: 0.5,1.5 + parent: 10 + - uid: 446 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 10 + - uid: 447 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 10 + - uid: 448 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 10 + - uid: 449 + components: + - type: Transform + pos: -7.5,5.5 + parent: 10 + - uid: 450 + components: + - type: Transform + pos: 9.5,8.5 + parent: 10 +- proto: SpaceCash10000 + entities: + - uid: 460 + components: + - type: Transform + parent: 459 + - type: Physics + canCollide: False +- proto: SpawnMobBearSalvage + entities: + - uid: 477 + components: + - type: Transform + pos: 9.5,3.5 + parent: 10 +- proto: SpawnMobCatSpace + entities: + - uid: 469 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 10 +- proto: SpawnMobCobraSalvage + entities: + - uid: 474 + components: + - type: Transform + pos: 2.5,6.5 + parent: 10 +- proto: SpawnMobKangarooSalvage + entities: + - uid: 475 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 10 +- proto: SpawnMobSpiderSalvage + entities: + - uid: 476 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 10 +- proto: SpearBone + entities: + - uid: 455 + components: + - type: Transform + pos: 5.422183,-2.5159492 + parent: 10 +- proto: Torch + entities: + - uid: 482 + components: + - type: Transform + pos: 1.6392083,-11.348661 + parent: 10 + - uid: 483 + components: + - type: Transform + pos: 0.5923343,9.580391 + parent: 10 +- proto: ToySpawner + entities: + - uid: 470 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 10 + - uid: 471 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 10 + - uid: 472 + components: + - type: Transform + pos: 9.5,7.5 + parent: 10 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 2 + components: + - type: Transform + pos: 11.5,3.5 + parent: 10 + - uid: 3 + components: + - type: Transform + pos: -9.5,2.5 + parent: 10 + - uid: 5 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 10 + - uid: 8 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 10 + - uid: 9 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 10 + - uid: 11 + components: + - type: Transform + pos: -1.5,9.5 + parent: 10 + - uid: 12 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 10 + - uid: 13 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 10 + - uid: 15 + components: + - type: Transform + pos: -7.5,9.5 + parent: 10 + - uid: 16 + components: + - type: Transform + pos: -5.5,9.5 + parent: 10 + - uid: 18 + components: + - type: Transform + pos: -4.5,9.5 + parent: 10 + - uid: 19 + components: + - type: Transform + pos: -2.5,9.5 + parent: 10 + - uid: 20 + components: + - type: Transform + pos: -6.5,9.5 + parent: 10 + - uid: 21 + components: + - type: Transform + pos: -3.5,9.5 + parent: 10 + - uid: 22 + components: + - type: Transform + pos: -0.5,9.5 + parent: 10 + - uid: 23 + components: + - type: Transform + pos: -9.5,9.5 + parent: 10 + - uid: 27 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 10 + - uid: 28 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 10 + - uid: 32 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 10 + - uid: 33 + components: + - type: Transform + pos: -9.5,5.5 + parent: 10 + - uid: 34 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 10 + - uid: 35 + components: + - type: Transform + pos: -9.5,7.5 + parent: 10 + - uid: 36 + components: + - type: Transform + pos: -9.5,6.5 + parent: 10 + - uid: 39 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 10 + - uid: 40 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 10 + - uid: 41 + components: + - type: Transform + pos: -9.5,8.5 + parent: 10 + - uid: 42 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 10 + - uid: 43 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 10 + - uid: 45 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 10 + - uid: 46 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 10 + - uid: 47 + components: + - type: Transform + pos: -9.5,0.5 + parent: 10 + - uid: 54 + components: + - type: Transform + pos: 11.5,0.5 + parent: 10 + - uid: 55 + components: + - type: Transform + pos: 3.5,9.5 + parent: 10 + - uid: 56 + components: + - type: Transform + pos: 11.5,5.5 + parent: 10 + - uid: 57 + components: + - type: Transform + pos: 11.5,1.5 + parent: 10 + - uid: 58 + components: + - type: Transform + pos: 4.5,9.5 + parent: 10 + - uid: 59 + components: + - type: Transform + pos: 11.5,9.5 + parent: 10 + - uid: 60 + components: + - type: Transform + pos: 8.5,9.5 + parent: 10 + - uid: 61 + components: + - type: Transform + pos: 5.5,9.5 + parent: 10 + - uid: 62 + components: + - type: Transform + pos: 6.5,9.5 + parent: 10 + - uid: 63 + components: + - type: Transform + pos: 11.5,7.5 + parent: 10 + - uid: 64 + components: + - type: Transform + pos: 9.5,9.5 + parent: 10 + - uid: 65 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 10 + - uid: 67 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 10 + - uid: 68 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 10 + - uid: 69 + components: + - type: Transform + pos: -9.5,-10.5 + parent: 10 + - uid: 70 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 10 + - uid: 71 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 10 + - uid: 72 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 10 + - uid: 73 + components: + - type: Transform + pos: 11.5,4.5 + parent: 10 + - uid: 74 + components: + - type: Transform + pos: 11.5,2.5 + parent: 10 + - uid: 77 + components: + - type: Transform + pos: -9.5,1.5 + parent: 10 + - uid: 81 + components: + - type: Transform + pos: 7.5,9.5 + parent: 10 + - uid: 82 + components: + - type: Transform + pos: 11.5,8.5 + parent: 10 + - uid: 83 + components: + - type: Transform + pos: 11.5,6.5 + parent: 10 + - uid: 84 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 10 + - uid: 85 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 10 + - uid: 86 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 10 + - uid: 87 + components: + - type: Transform + pos: 10.5,9.5 + parent: 10 + - uid: 88 + components: + - type: Transform + pos: -9.5,4.5 + parent: 10 + - uid: 89 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 10 + - uid: 90 + components: + - type: Transform + pos: -9.5,3.5 + parent: 10 + - uid: 91 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 10 + - uid: 92 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 10 + - uid: 93 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 10 + - uid: 94 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 10 + - uid: 95 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 10 + - uid: 96 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 10 + - uid: 98 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 10 + - uid: 99 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 10 + - uid: 100 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 10 + - uid: 102 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 10 + - uid: 103 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 10 + - uid: 104 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 10 + - uid: 109 + components: + - type: Transform + pos: 2.5,9.5 + parent: 10 + - uid: 111 + components: + - type: Transform + pos: -8.5,9.5 + parent: 10 + - uid: 113 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 10 + - uid: 114 + components: + - type: Transform + pos: 1.5,9.5 + parent: 10 + - uid: 441 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 10 + - uid: 442 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 10 + - uid: 443 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 10 + - uid: 444 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 10 +- proto: WindowReinforcedDirectional + entities: + - uid: 1 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 4 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 6 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 14 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 24 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 26 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 29 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 31 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 38 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 50 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 53 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 66 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 75 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 10 + - uid: 76 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 10 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 80 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 97 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 10 + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,4.5 + parent: 10 + - uid: 125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,4.5 + parent: 10 + - uid: 132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,4.5 + parent: 10 + - uid: 144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 10 + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,4.5 + parent: 10 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 10 + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,4.5 + parent: 10 + - uid: 153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 10 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,4.5 + parent: 10 + - uid: 169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,4.5 + parent: 10 + - uid: 177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,4.5 + parent: 10 + - uid: 179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 232 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 280 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 10 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-8.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} + - uid: 440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-9.5 + parent: 10 + - type: Godmode + oldDamage: {} +... diff --git a/Resources/Maps/Salvage/small-4.yml b/Resources/Maps/Salvage/small-4.yml index 37f87556269..6df8f53ae00 100644 --- a/Resources/Maps/Salvage/small-4.yml +++ b/Resources/Maps/Salvage/small-4.yml @@ -1,494 +1,494 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 14: FloorBar - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 37 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: DgAAAAAADgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: [] - - type: OccluderTree - - type: Shuttle - - type: GridPathfinding - - type: RadiationGridResistance - - type: SpreaderGrid -- proto: AirlockAssembly - entities: - - uid: 38 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 37 -- proto: APCBasic - entities: - - uid: 53 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 37 - - type: PowerNetworkBattery - loadingNetworkDemand: 20 - supplyRampPosition: 0.010999783 -- proto: BoozeDispenser - entities: - - uid: 36 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 37 -- proto: CableApcExtension - entities: - - uid: 10 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 37 - - uid: 18 - components: - - type: Transform - pos: -0.5,0.5 - parent: 37 - - uid: 19 - components: - - type: Transform - pos: 0.5,0.5 - parent: 37 - - uid: 20 - components: - - type: Transform - pos: 1.5,0.5 - parent: 37 - - uid: 48 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 37 - - uid: 51 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 37 - - uid: 54 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 37 - - uid: 56 - components: - - type: Transform - pos: 2.5,0.5 - parent: 37 -- proto: ClothingHandsGlovesMercFingerless - entities: - - uid: 68 - components: - - type: Transform - pos: 1.4347409,-2.4652197 - parent: 37 -- proto: ClothingHeadHatTophat - entities: - - uid: 41 - components: - - type: Transform - pos: -1.4423176,-0.6220329 - parent: 37 -- proto: ClothingOuterApronBar - entities: - - uid: 67 - components: - - type: Transform - pos: 0.4972409,0.53478026 - parent: 37 -- proto: DisposalPipe - entities: - - uid: 30 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 37 - - uid: 31 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 37 - - uid: 32 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 37 - - uid: 33 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 37 - - uid: 34 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 37 -- proto: DisposalTrunk - entities: - - uid: 35 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 37 -- proto: DisposalUnit - entities: - - uid: 29 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 37 - - type: ContainerContainer - containers: - disposals: !type:Container - showEnts: False - occludes: True - ents: - - 40 -- proto: DrinkBottleOfNothingFull - entities: - - uid: 57 - components: - - type: Transform - pos: -0.640319,-2.4491396 - parent: 37 - - uid: 58 - components: - - type: Transform - pos: -0.280944,-2.4335146 - parent: 37 -- proto: DrinkFlask - entities: - - uid: 60 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.046569,1.8478675 - parent: 37 -- proto: FloorTileItemBar - entities: - - uid: 52 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.1162573,1.2208744 - parent: 37 -- proto: FoodDonutChaos - entities: - - uid: 47 - components: - - type: Transform - pos: -1.640319,0.59786737 - parent: 37 - - uid: 59 - components: - - type: Transform - pos: -2.0778189,0.69161737 - parent: 37 -- proto: FoodMeatXeno - entities: - - uid: 62 - components: - - type: Transform - pos: -2.5100613,1.3540019 - parent: 37 - - uid: 63 - components: - - type: Transform - pos: -2.2600613,1.1977519 - parent: 37 - - uid: 64 - components: - - type: Transform - pos: 0.4864508,-1.117334 - parent: 37 -- proto: FoodMeatXenoCutlet - entities: - - uid: 46 - components: - - type: Transform - pos: 0.09969014,-0.8567695 - parent: 37 - - uid: 61 - components: - - type: Transform - pos: -2.5569363,1.807127 - parent: 37 -- proto: Girder - entities: - - uid: 8 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 37 - - uid: 12 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 37 -- proto: Grille - entities: - - uid: 23 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 37 -- proto: GrilleBroken - entities: - - uid: 13 - components: - - type: Transform - pos: -3.5,2.5 - parent: 37 - - uid: 22 - components: - - type: Transform - pos: -3.5,0.5 - parent: 37 - - uid: 39 - components: - - type: Transform - pos: -3.5,1.5 - parent: 37 -- proto: KitchenReagentGrinder - entities: - - uid: 65 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 37 -- proto: OrganHumanEyes - entities: - - uid: 42 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.92498416,-0.5751579 - parent: 37 -- proto: OrganHumanTongue - entities: - - uid: 43 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5187342,-1.4814079 - parent: 37 -- proto: PosterLegitCohibaRobustoAd - entities: - - uid: 66 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 37 -- proto: Poweredlight - entities: - - uid: 21 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 37 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 45 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 37 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PuddleVomit - entities: - - uid: 44 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 37 -- proto: ReinforcedWindow - entities: - - uid: 14 - components: - - type: Transform - pos: -3.5,0.5 - parent: 37 - - uid: 24 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 37 -- proto: ShardGlassReinforced - entities: - - uid: 15 - components: - - type: Transform - pos: -3.3713274,1.6430573 - parent: 37 -- proto: SheetSteel1 - entities: - - uid: 40 - components: - - type: Transform - rot: 1.2938857078552246 rad - parent: 29 - - type: Physics - canCollide: False -- proto: SignBar - entities: - - uid: 16 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 37 -- proto: StoolBar - entities: - - uid: 5 - components: - - type: Transform - pos: -1.5,1.5 - parent: 37 - - uid: 6 - components: - - type: Transform - pos: -0.5,1.5 - parent: 37 - - uid: 7 - components: - - type: Transform - pos: 0.5,1.5 - parent: 37 -- proto: Table - entities: - - uid: 26 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 37 - - uid: 27 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 37 -- proto: TableFrame - entities: - - uid: 4 - components: - - type: Transform - pos: 1.5,0.5 - parent: 37 - - uid: 49 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 37 -- proto: TableReinforced - entities: - - uid: 1 - components: - - type: Transform - pos: -1.5,0.5 - parent: 37 - - uid: 2 - components: - - type: Transform - pos: -0.5,0.5 - parent: 37 - - uid: 3 - components: - - type: Transform - pos: 0.5,0.5 - parent: 37 - - uid: 17 - components: - - type: Transform - pos: -2.5,0.5 - parent: 37 -- proto: VendingMachineBooze - entities: - - uid: 28 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 37 -- proto: WallSolid - entities: - - uid: 9 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 37 - - uid: 11 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 37 - - uid: 25 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 37 - - uid: 55 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 37 -- proto: WeaponShotgunDoubleBarreledRubber - entities: - - uid: 50 - components: - - type: Transform - pos: -1.2840745,-1.890625 - parent: 37 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 37 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: DgAAAAAADgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: [] + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance + - type: SpreaderGrid +- proto: AirlockAssembly + entities: + - uid: 38 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 37 +- proto: APCBasic + entities: + - uid: 53 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 37 + - type: PowerNetworkBattery + loadingNetworkDemand: 20 + supplyRampPosition: 0.010999783 +- proto: BoozeDispenser + entities: + - uid: 36 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 37 +- proto: CableApcExtension + entities: + - uid: 10 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 37 + - uid: 18 + components: + - type: Transform + pos: -0.5,0.5 + parent: 37 + - uid: 19 + components: + - type: Transform + pos: 0.5,0.5 + parent: 37 + - uid: 20 + components: + - type: Transform + pos: 1.5,0.5 + parent: 37 + - uid: 48 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 37 + - uid: 51 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 37 + - uid: 54 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 37 + - uid: 56 + components: + - type: Transform + pos: 2.5,0.5 + parent: 37 +- proto: ClothingHandsGlovesMercFingerless + entities: + - uid: 68 + components: + - type: Transform + pos: 1.4347409,-2.4652197 + parent: 37 +- proto: ClothingHeadHatTophat + entities: + - uid: 41 + components: + - type: Transform + pos: -1.4423176,-0.6220329 + parent: 37 +- proto: ClothingOuterApronBar + entities: + - uid: 67 + components: + - type: Transform + pos: 0.4972409,0.53478026 + parent: 37 +- proto: DisposalPipe + entities: + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 37 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 37 + - uid: 32 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 37 + - uid: 33 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 37 + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 37 +- proto: DisposalTrunk + entities: + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 37 +- proto: DisposalUnit + entities: + - uid: 29 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 37 + - type: ContainerContainer + containers: + disposals: !type:Container + showEnts: False + occludes: True + ents: + - 40 +- proto: DrinkBottleOfNothingFull + entities: + - uid: 57 + components: + - type: Transform + pos: -0.640319,-2.4491396 + parent: 37 + - uid: 58 + components: + - type: Transform + pos: -0.280944,-2.4335146 + parent: 37 +- proto: DrinkFlask + entities: + - uid: 60 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.046569,1.8478675 + parent: 37 +- proto: FloorTileItemBar + entities: + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.1162573,1.2208744 + parent: 37 +- proto: FoodDonutChaos + entities: + - uid: 47 + components: + - type: Transform + pos: -1.640319,0.59786737 + parent: 37 + - uid: 59 + components: + - type: Transform + pos: -2.0778189,0.69161737 + parent: 37 +- proto: FoodMeatXeno + entities: + - uid: 62 + components: + - type: Transform + pos: -2.5100613,1.3540019 + parent: 37 + - uid: 63 + components: + - type: Transform + pos: -2.2600613,1.1977519 + parent: 37 + - uid: 64 + components: + - type: Transform + pos: 0.4864508,-1.117334 + parent: 37 +- proto: FoodMeatXenoCutlet + entities: + - uid: 46 + components: + - type: Transform + pos: 0.09969014,-0.8567695 + parent: 37 + - uid: 61 + components: + - type: Transform + pos: -2.5569363,1.807127 + parent: 37 +- proto: Girder + entities: + - uid: 8 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 37 + - uid: 12 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 37 +- proto: Grille + entities: + - uid: 23 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 37 +- proto: GrilleBroken + entities: + - uid: 13 + components: + - type: Transform + pos: -3.5,2.5 + parent: 37 + - uid: 22 + components: + - type: Transform + pos: -3.5,0.5 + parent: 37 + - uid: 39 + components: + - type: Transform + pos: -3.5,1.5 + parent: 37 +- proto: KitchenReagentGrinder + entities: + - uid: 65 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 37 +- proto: OrganHumanEyes + entities: + - uid: 42 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.92498416,-0.5751579 + parent: 37 +- proto: OrganHumanTongue + entities: + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5187342,-1.4814079 + parent: 37 +- proto: PosterLegitCohibaRobustoAd + entities: + - uid: 66 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 37 +- proto: Poweredlight + entities: + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 37 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 45 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 37 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PuddleVomit + entities: + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 37 +- proto: ReinforcedWindow + entities: + - uid: 14 + components: + - type: Transform + pos: -3.5,0.5 + parent: 37 + - uid: 24 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 37 +- proto: ShardGlassReinforced + entities: + - uid: 15 + components: + - type: Transform + pos: -3.3713274,1.6430573 + parent: 37 +- proto: SheetSteel1 + entities: + - uid: 40 + components: + - type: Transform + rot: 1.2938857078552246 rad + parent: 29 + - type: Physics + canCollide: False +- proto: SignBar + entities: + - uid: 16 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 37 +- proto: StoolBar + entities: + - uid: 5 + components: + - type: Transform + pos: -1.5,1.5 + parent: 37 + - uid: 6 + components: + - type: Transform + pos: -0.5,1.5 + parent: 37 + - uid: 7 + components: + - type: Transform + pos: 0.5,1.5 + parent: 37 +- proto: Table + entities: + - uid: 26 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 37 + - uid: 27 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 37 +- proto: TableFrame + entities: + - uid: 4 + components: + - type: Transform + pos: 1.5,0.5 + parent: 37 + - uid: 49 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 37 +- proto: TableReinforced + entities: + - uid: 1 + components: + - type: Transform + pos: -1.5,0.5 + parent: 37 + - uid: 2 + components: + - type: Transform + pos: -0.5,0.5 + parent: 37 + - uid: 3 + components: + - type: Transform + pos: 0.5,0.5 + parent: 37 + - uid: 17 + components: + - type: Transform + pos: -2.5,0.5 + parent: 37 +- proto: VendingMachineBooze + entities: + - uid: 28 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 37 +- proto: WallSolid + entities: + - uid: 9 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 37 + - uid: 11 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 37 + - uid: 25 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 37 + - uid: 55 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 37 +- proto: WeaponShotgunDoubleBarreledRubber + entities: + - uid: 50 + components: + - type: Transform + pos: -1.2840745,-1.890625 + parent: 37 +... diff --git a/Resources/Maps/Salvage/small-a-1.yml b/Resources/Maps/Salvage/small-a-1.yml index e5647e73893..bf985ee8436 100644 --- a/Resources/Maps/Salvage/small-a-1.yml +++ b/Resources/Maps/Salvage/small-a-1.yml @@ -1,651 +1,651 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 118: FloorWood - 121: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABeQAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAACAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACeQAAAAAAdgAAAAAB - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: Bushi1 - decals: - 0: -1,-4 - - node: - color: '#0000006C' - id: footprint - decals: - 1: -0.23038638,-6.8572307 - 2: -0.027261376,-6.4509807 - 3: -0.32413638,-6.1541057 - 4: 0.050863624,-5.7478557 - 5: -0.18351138,-5.2634807 - 6: 0.16023862,-4.6384807 - 7: -0.18351138,-4.4197307 - 8: 0.16023862,-4.0603557 - - type: GridAtmosphere - version: 2 - data: - tiles: - 1,-2: - 0: 12544 - 0,-2: - 0: 65392 - 0,-1: - 0: 65535 - 1,-1: - 0: 65527 - 0,0: - 0: 65535 - 1,0: - 0: 14335 - -2,-1: - 0: 65535 - -2,-2: - 0: 60416 - -1,-2: - 0: 65520 - -1,-1: - 0: 65535 - -2,0: - 0: 36078 - -1,0: - 0: 65535 - 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: AsteroidRock - entities: - - 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: -4.5,2.5 - parent: 1 - - uid: 34 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 36 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 37 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1 - - uid: 38 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 41 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 42 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 44 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: -5.5,2.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: 3.5,0.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 1 - - uid: 51 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 55 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 57 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 62 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1 - - uid: 63 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1 - - uid: 72 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 1 - - uid: 73 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 74 - components: - - type: Transform - pos: -3.5,3.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 -- proto: AsteroidRockCoal - entities: - - uid: 28 - components: - - type: Transform - pos: -5.5,1.5 - parent: 1 - - uid: 35 - components: - - type: Transform - pos: -6.5,0.5 - parent: 1 - - uid: 40 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 47 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: 0.5,3.5 - parent: 1 -- proto: AsteroidRockSilver - entities: - - uid: 33 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 43 - components: - - type: Transform - pos: -5.5,0.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 -- proto: BanjoInstrument - entities: - - uid: 86 - components: - - type: MetaData - desc: When you see Feldspar, give him this. - - type: Transform - pos: 2.6230414,-3.5249228 - parent: 1 -- proto: Bed - entities: - - uid: 18 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 -- proto: BedsheetSpawner - entities: - - uid: 19 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 -- proto: Bonfire - entities: - - uid: 83 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 -- proto: CarpetGreen - entities: - - uid: 23 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 24 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 -- proto: ClothingHeadHelmetAncient - entities: - - uid: 89 - components: - - type: Transform - pos: 5.3232183,-0.93719935 - parent: 1 -- proto: ClothingHeadHelmetCosmonaut - entities: - - uid: 92 - components: - - type: Transform - pos: 3.5415258,-4.5207634 - parent: 1 -- proto: ClothingOuterHardsuitAncientEVA - entities: - - uid: 88 - components: - - type: Transform - pos: 5.3544683,-1.0153244 - parent: 1 -- proto: ClothingShoesBootsWork - entities: - - uid: 27 - components: - - type: MetaData - desc: Fashionably expensive. - name: NT Nimbs - - type: Transform - pos: 0.087199986,-1.6184053 - parent: 1 -- proto: ClothingUniformJumpsuitFlannel - entities: - - uid: 26 - components: - - type: Transform - pos: 1.5246999,-0.77465534 - parent: 1 -- proto: ComfyChair - entities: - - uid: 21 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-1.5 - parent: 1 -- proto: CrateEngineeringShuttle - entities: - - uid: 32 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 -- proto: Dresser - entities: - - uid: 25 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 -- proto: Fireplace - entities: - - uid: 15 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 -- proto: FloraTree01 - entities: - - uid: 79 - components: - - type: Transform - pos: -5.007074,-2.168077 - parent: 1 -- proto: FloraTree03 - entities: - - uid: 78 - components: - - type: Transform - pos: 6.711676,0.019423127 - parent: 1 -- proto: FloraTree06 - entities: - - uid: 80 - components: - - type: Transform - pos: -2.2726989,-5.683702 - parent: 1 - - uid: 81 - components: - - type: Transform - pos: 5.352301,-2.308702 - parent: 1 -- proto: Grille - entities: - - uid: 17 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 -- proto: LampGold - entities: - - uid: 22 - components: - - type: Transform - pos: -0.5958574,-0.040280342 - parent: 1 -- proto: ReinforcedWindow - entities: - - uid: 16 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 -- proto: SpawnMobBearSalvage - entities: - - uid: 82 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 -- proto: Stool - entities: - - uid: 84 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 85 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 1 -- proto: TableWood - entities: - - uid: 20 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 -- proto: WallWood - entities: - - uid: 2 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 3 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 4 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 6 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1 - - uid: 7 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - uid: 8 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1 - - uid: 9 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 10 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 11 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 12 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 13 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 14 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 -- proto: WeaponImprovisedPneumaticCannon - entities: - - uid: 90 - components: - - type: Transform - pos: -4.82792,-1.5621994 - parent: 1 -- proto: WeaponTurretSyndicateBroken - entities: - - uid: 87 - components: - - type: MetaData - desc: Seems broken. - name: Surveyor Probe Mk.IV - - type: Transform - pos: -3.5,-1.5 - parent: 1 -- proto: WoodDoor - entities: - - uid: 5 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 118: FloorWood + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAACAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAABeQAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAAAeQAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAeQAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAABBwAAAAAACAAAAAAABwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAACeQAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAABBwAAAAACBwAAAAACeQAAAAAAdgAAAAAB + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: Bushi1 + decals: + 0: -1,-4 + - node: + color: '#0000006C' + id: footprint + decals: + 1: -0.23038638,-6.8572307 + 2: -0.027261376,-6.4509807 + 3: -0.32413638,-6.1541057 + 4: 0.050863624,-5.7478557 + 5: -0.18351138,-5.2634807 + 6: 0.16023862,-4.6384807 + 7: -0.18351138,-4.4197307 + 8: 0.16023862,-4.0603557 + - type: GridAtmosphere + version: 2 + data: + tiles: + 1,-2: + 0: 12544 + 0,-2: + 0: 65392 + 0,-1: + 0: 65535 + 1,-1: + 0: 65527 + 0,0: + 0: 65535 + 1,0: + 0: 14335 + -2,-1: + 0: 65535 + -2,-2: + 0: 60416 + -1,-2: + 0: 65520 + -1,-1: + 0: 65535 + -2,0: + 0: 36078 + -1,0: + 0: 65535 + 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: AsteroidRock + entities: + - 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: -4.5,2.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 +- proto: AsteroidRockCoal + entities: + - uid: 28 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: AsteroidRockSilver + entities: + - uid: 33 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 +- proto: BanjoInstrument + entities: + - uid: 86 + components: + - type: MetaData + desc: When you see Feldspar, give him this. + - type: Transform + pos: 2.6230414,-3.5249228 + parent: 1 +- proto: Bed + entities: + - uid: 18 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: BedsheetSpawner + entities: + - uid: 19 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: Bonfire + entities: + - uid: 83 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 +- proto: CarpetGreen + entities: + - uid: 23 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 +- proto: ClothingHeadHelmetAncient + entities: + - uid: 89 + components: + - type: Transform + pos: 5.3232183,-0.93719935 + parent: 1 +- proto: ClothingHeadHelmetCosmonaut + entities: + - uid: 92 + components: + - type: Transform + pos: 3.5415258,-4.5207634 + parent: 1 +- proto: ClothingOuterHardsuitAncientEVA + entities: + - uid: 88 + components: + - type: Transform + pos: 5.3544683,-1.0153244 + parent: 1 +- proto: ClothingShoesBootsWork + entities: + - uid: 27 + components: + - type: MetaData + desc: Fashionably expensive. + name: NT Nimbs + - type: Transform + pos: 0.087199986,-1.6184053 + parent: 1 +- proto: ClothingUniformJumpsuitFlannel + entities: + - uid: 26 + components: + - type: Transform + pos: 1.5246999,-0.77465534 + parent: 1 +- proto: ComfyChair + entities: + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-1.5 + parent: 1 +- proto: CrateEngineeringShuttle + entities: + - uid: 32 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 +- proto: Dresser + entities: + - uid: 25 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 +- proto: Fireplace + entities: + - uid: 15 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: FloraTree01 + entities: + - uid: 79 + components: + - type: Transform + pos: -5.007074,-2.168077 + parent: 1 +- proto: FloraTree03 + entities: + - uid: 78 + components: + - type: Transform + pos: 6.711676,0.019423127 + parent: 1 +- proto: FloraTree06 + entities: + - uid: 80 + components: + - type: Transform + pos: -2.2726989,-5.683702 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 5.352301,-2.308702 + parent: 1 +- proto: Grille + entities: + - uid: 17 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 +- proto: LampGold + entities: + - uid: 22 + components: + - type: Transform + pos: -0.5958574,-0.040280342 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 16 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 +- proto: SpawnMobBearSalvage + entities: + - uid: 82 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 +- proto: Stool + entities: + - uid: 84 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 85 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 +- proto: TableWood + entities: + - uid: 20 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 +- proto: WallWood + entities: + - uid: 2 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 7 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 12 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 13 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 +- proto: WeaponImprovisedPneumaticCannon + entities: + - uid: 90 + components: + - type: Transform + pos: -4.82792,-1.5621994 + parent: 1 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 87 + components: + - type: MetaData + desc: Seems broken. + name: Surveyor Probe Mk.IV + - type: Transform + pos: -3.5,-1.5 + parent: 1 +- proto: WoodDoor + entities: + - uid: 5 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 +... diff --git a/Resources/Maps/Salvage/small-ai-survey-drone.yml b/Resources/Maps/Salvage/small-ai-survey-drone.yml index 6815a4704eb..abf26610d55 100644 --- a/Resources/Maps/Salvage/small-ai-survey-drone.yml +++ b/Resources/Maps/Salvage/small-ai-survey-drone.yml @@ -1,1584 +1,1584 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 33: FloorDarkMini - 77: FloorReinforced - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 72 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABIQAAAAADIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACIQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACIQAAAAACIQAAAAAC - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAACHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAABHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#D4D4D4C0' - id: Dirt - decals: - 7: -1,-4 - 8: 1,-4 - 9: 1,-3 - 10: 0,0 - 11: -2,0 - 12: -1,1 - 13: -3,-1 - 14: -3,-4 - 15: -4,-4 - 16: -2,-4 - 17: 2,-4 - 18: 1,1 - 19: 0,1 - 20: 0,2 - 21: -1,2 - 22: -2,2 - 23: -3,1 - 24: -3,0 - 25: -4,-2 - 26: -4,-1 - - node: - color: '#FFFFFFFF' - id: Dirt - decals: - 0: 0,-4 - 1: -3,-3 - 2: -3,-2 - 3: -1,0 - 4: -2,1 - 5: 1,-2 - 6: 1,-1 - - node: - color: '#D4D4D409' - id: MiniTileOverlay - decals: - 27: 0,-3 - 28: -1,-3 - 29: 0,-1 - - node: - color: '#DE3A3A0C' - id: splatter - decals: - 37: -0.89691687,-0.2877612 - 38: -1.4125419,0.4153638 - 39: -1.5062919,0.9153638 - 40: -0.70941687,1.2434888 - 41: -0.20941687,1.1653638 - 42: 0.024958134,0.13411379 - 43: 0.29058313,-0.0065112114 - 44: -0.22504187,0.9934888 - 45: -1.1469169,1.3684888 - 46: -1.8344169,0.9466138 - 47: -2.1000419,-0.022136211 - 48: -1.2250419,0.07161379 - 49: -1.3187919,-0.6627612 - 50: -1.0844169,-0.8815112 - 51: -0.75629187,-0.8658862 - 52: -1.3656669,-0.16276121 - 53: -0.67816687,-0.6627612 - 54: -0.52191687,-1.1940112 - - node: - color: '#DE3A3A18' - id: splatter - decals: - 30: -0.67816687,0.3997388 - 31: -0.99066687,0.3841138 - 32: -0.89691687,0.9778638 - 33: -0.63129187,0.8372388 - 34: -0.49066687,0.4153638 - 35: -0.33441687,0.10286379 - 36: -0.75629187,-0.10026121 - - type: OccluderTree - - type: Shuttle - - type: GridPathfinding - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 61439 - 0,0: - 0: 14207 - -3,-2: - 0: 61166 - -3,-1: - 0: 61166 - -2,-1: - 0: 35023 - -2,-2: - 0: 60416 - -1,-2: - 0: 65534 - 0,-2: - 0: 65395 - 1,-2: - 0: 47496 - 1,-1: - 0: 34975 - 2,-2: - 0: 13107 - 2,-1: - 0: 13107 - -3,0: - 0: 14 - -2,0: - 0: 8 - 1,0: - 0: 8 - 2,0: - 0: 3 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: SpreaderGrid - - type: GasTileOverlay - - type: RadiationGridResistance -- proto: AirlockExternal - entities: - - uid: 64 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 72 -- proto: AirlockShuttle - entities: - - uid: 43 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 72 -- proto: APCHyperCapacity - entities: - - uid: 36 - components: - - type: Transform - pos: 2.5,0.5 - parent: 72 -- proto: CableApcExtension - entities: - - uid: 79 - components: - - type: Transform - pos: 2.5,0.5 - parent: 72 - - uid: 80 - components: - - type: Transform - pos: 1.5,0.5 - parent: 72 - - uid: 81 - components: - - type: Transform - pos: 0.5,0.5 - parent: 72 - - uid: 82 - components: - - type: Transform - pos: -0.5,0.5 - parent: 72 - - uid: 83 - components: - - type: Transform - pos: -0.5,1.5 - parent: 72 - - uid: 84 - components: - - type: Transform - pos: -0.5,2.5 - parent: 72 - - uid: 85 - components: - - type: Transform - pos: -0.5,3.5 - parent: 72 - - uid: 86 - components: - - type: Transform - pos: -1.5,3.5 - parent: 72 - - uid: 87 - components: - - type: Transform - pos: 0.5,3.5 - parent: 72 - - uid: 88 - components: - - type: Transform - pos: 1.5,1.5 - parent: 72 - - uid: 89 - components: - - type: Transform - pos: 2.5,1.5 - parent: 72 - - uid: 90 - components: - - type: Transform - pos: -1.5,1.5 - parent: 72 - - uid: 91 - components: - - type: Transform - pos: -2.5,1.5 - parent: 72 - - uid: 92 - components: - - type: Transform - pos: -3.5,1.5 - parent: 72 - - uid: 93 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 72 - - uid: 94 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 72 - - uid: 95 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 72 - - uid: 96 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 72 - - uid: 97 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 72 - - uid: 98 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 72 - - uid: 99 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 72 - - uid: 100 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 72 - - uid: 101 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 72 - - uid: 102 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 72 - - uid: 103 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 72 -- proto: CableHV - entities: - - uid: 26 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 72 - - uid: 27 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 72 - - uid: 29 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 72 - - uid: 37 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 72 - - uid: 39 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 72 - - uid: 41 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 72 - - uid: 42 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 72 - - uid: 44 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 72 - - uid: 54 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 72 - - uid: 61 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 72 - - uid: 62 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 72 - - uid: 63 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 72 - - uid: 135 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 72 - - uid: 136 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 72 - - uid: 137 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 72 - - uid: 138 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 72 - - uid: 139 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 72 - - uid: 140 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 72 - - uid: 141 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 72 - - uid: 142 - components: - - type: Transform - pos: 7.5,0.5 - parent: 72 - - uid: 143 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 72 - - uid: 144 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 72 - - uid: 145 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 72 - - uid: 146 - components: - - type: Transform - pos: 9.5,0.5 - parent: 72 - - uid: 147 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 72 - - uid: 148 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 72 - - uid: 149 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 72 - - uid: 150 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 72 - - uid: 151 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 72 - - uid: 152 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 72 - - uid: 153 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 72 - - uid: 154 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 72 - - uid: 155 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 72 - - uid: 156 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 72 - - uid: 157 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 72 - - uid: 158 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 72 - - uid: 159 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 72 - - uid: 160 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 72 - - uid: 161 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 72 - - uid: 162 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 72 - - uid: 163 - components: - - type: Transform - pos: -10.5,0.5 - parent: 72 - - uid: 164 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 72 - - uid: 165 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 72 - - uid: 166 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 72 - - uid: 167 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 72 - - uid: 168 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 72 - - uid: 169 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 72 - - uid: 170 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 72 - - uid: 171 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 72 - - uid: 172 - components: - - type: Transform - pos: -8.5,0.5 - parent: 72 - - uid: 173 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 72 - - uid: 174 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 72 - - uid: 175 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 72 - - uid: 176 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 72 -- proto: CableMV - entities: - - uid: 40 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 72 - - uid: 75 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 72 - - uid: 76 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 72 - - uid: 77 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 72 - - uid: 78 - components: - - type: Transform - pos: 2.5,0.5 - parent: 72 -- proto: CableTerminal - entities: - - uid: 33 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 72 - - uid: 177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 72 -- proto: Catwalk - entities: - - uid: 178 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 72 - - uid: 179 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 72 - - uid: 180 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 72 - - uid: 181 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 72 - - uid: 182 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 72 - - uid: 183 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 72 - - uid: 184 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 72 - - uid: 185 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 72 - - uid: 186 - components: - - type: Transform - pos: -9.5,0.5 - parent: 72 - - uid: 187 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 72 - - uid: 188 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 72 - - uid: 189 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 72 - - uid: 190 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 72 - - uid: 191 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 72 - - uid: 192 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 72 - - uid: 193 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 72 - - uid: 194 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 72 - - uid: 195 - components: - - type: Transform - pos: 8.5,0.5 - parent: 72 - - uid: 196 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 72 - - uid: 197 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 72 - - uid: 198 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 72 - - uid: 199 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 72 - - uid: 242 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 72 - - uid: 243 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 72 -- proto: ChairPilotSeat - entities: - - uid: 212 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 72 - - uid: 213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 72 - - uid: 214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 72 -- proto: CigarGoldSpent - entities: - - uid: 249 - components: - - type: Transform - pos: 0.5138123,2.5872388 - parent: 72 -- proto: ComputerBroken - entities: - - uid: 209 - components: - - type: Transform - pos: -0.5,2.5 - parent: 72 - - uid: 210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 72 -- proto: ComputerSolarControl - entities: - - uid: 108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 - parent: 72 -- proto: CrateEngineeringSolar - entities: - - uid: 229 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 72 -- proto: Grille - entities: - - uid: 35 - components: - - type: Transform - pos: -0.5,3.5 - parent: 72 - - uid: 51 - components: - - type: Transform - pos: 2.5,1.5 - parent: 72 - - uid: 53 - components: - - type: Transform - pos: 0.5,3.5 - parent: 72 - - uid: 68 - components: - - type: Transform - pos: -3.5,1.5 - parent: 72 - - uid: 69 - components: - - type: Transform - pos: -1.5,3.5 - parent: 72 -- proto: Gyroscope - entities: - - uid: 106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 72 -- proto: HandheldGPSBasic - entities: - - uid: 251 - components: - - type: Transform - pos: -2.5330627,0.5403638 - parent: 72 -- proto: HandheldStationMap - entities: - - uid: 252 - components: - - type: Transform - pos: 1.4825623,0.5872388 - parent: 72 -- proto: LightHeadBorg - entities: - - uid: 239 - components: - - type: Transform - pos: 2.5140529,-0.54410076 - parent: 72 -- proto: MachineFrameDestroyed - entities: - - uid: 211 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 72 -- proto: Multitool - entities: - - uid: 245 - components: - - type: Transform - pos: 2.4650264,-2.2015586 - parent: 72 -- proto: PowerCellMedium - entities: - - uid: 238 - components: - - type: Transform - pos: 2.4864063,-0.8421835 - parent: 72 -- proto: PowerCellPotato - entities: - - uid: 240 - components: - - type: Transform - pos: -3.4784167,-1.2941008 - parent: 72 -- proto: PowerCellRecharger - entities: - - uid: 236 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 72 -- proto: PowerCellSmall - entities: - - uid: 237 - components: - - type: Transform - pos: -3.4471667,-0.48160076 - parent: 72 -- proto: PoweredlightLED - entities: - - uid: 244 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 72 -- proto: RadioHandheld - entities: - - uid: 250 - components: - - type: Transform - pos: -1.5330627,2.5559888 - parent: 72 -- proto: ReinforcedUraniumWindow - entities: - - uid: 11 - components: - - type: Transform - pos: 0.5,3.5 - parent: 72 - - uid: 23 - components: - - type: Transform - pos: -1.5,3.5 - parent: 72 - - uid: 55 - components: - - type: Transform - pos: -0.5,3.5 - parent: 72 - - uid: 66 - components: - - type: Transform - pos: 2.5,1.5 - parent: 72 - - uid: 67 - components: - - type: Transform - pos: -3.5,1.5 - parent: 72 -- proto: RightArmBorg - entities: - - uid: 246 - components: - - type: Transform - pos: 2.5249581,-1.7096362 - parent: 72 - - uid: 247 - components: - - type: Transform - pos: 2.6812081,-1.7565112 - parent: 72 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 253 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 72 -- proto: ShardGlass - entities: - - uid: 248 - components: - - type: Transform - pos: -0.45941687,-0.2721362 - parent: 72 -- proto: SheetPlasteel - entities: - - uid: 241 - components: - - type: Transform - pos: -3.4859471,-2.3253508 - parent: 72 -- proto: SignAi - entities: - - uid: 107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 72 -- proto: SMESBasic - entities: - - uid: 25 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 72 -- proto: SolarPanel - entities: - - uid: 114 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 72 - - uid: 115 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 72 - - uid: 116 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 72 - - uid: 117 - components: - - type: Transform - pos: -8.5,0.5 - parent: 72 - - uid: 118 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 72 - - uid: 119 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 72 - - uid: 120 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 72 - - uid: 121 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 72 - - uid: 122 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 72 - - uid: 123 - components: - - type: Transform - pos: 9.5,0.5 - parent: 72 -- proto: SolarPanelBroken - entities: - - uid: 124 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 72 - - uid: 125 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 72 - - uid: 126 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 72 - - uid: 127 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 72 - - uid: 128 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 72 - - uid: 129 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 72 - - uid: 130 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 72 - - uid: 132 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 72 - - uid: 133 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 72 - - uid: 134 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 72 -- proto: SolarTracker - entities: - - uid: 111 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 72 - - uid: 131 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 72 -- proto: SubstationWallBasic - entities: - - uid: 65 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 72 -- proto: SurveillanceCameraAssembly - entities: - - uid: 200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 72 - - uid: 201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 72 - - uid: 202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 72 - - uid: 203 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 72 - - uid: 204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,1.5 - parent: 72 - - uid: 205 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 72 - - uid: 206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 72 - - uid: 207 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 72 - - uid: 208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 72 -- proto: TableReinforced - entities: - - uid: 109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 72 - - uid: 110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,0.5 - parent: 72 - - uid: 112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,2.5 - parent: 72 - - uid: 113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 72 - - uid: 230 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 72 - - uid: 231 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 72 - - uid: 232 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 72 - - uid: 233 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 72 - - uid: 234 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 72 - - uid: 235 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 72 -- proto: Thruster - entities: - - uid: 104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 - parent: 72 - - uid: 105 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-5.5 - parent: 72 -- proto: WallRiveted - entities: - - uid: 1 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 72 - - uid: 2 - components: - - type: Transform - pos: 1.5,3.5 - parent: 72 - - uid: 3 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 72 - - uid: 4 - components: - - type: Transform - pos: -2.5,3.5 - parent: 72 - - uid: 5 - components: - - type: Transform - pos: -4.5,0.5 - parent: 72 - - uid: 6 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 72 - - uid: 7 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 72 - - uid: 8 - components: - - type: Transform - pos: 1.5,2.5 - parent: 72 - - uid: 9 - components: - - type: Transform - pos: -3.5,2.5 - parent: 72 - - uid: 10 - components: - - type: Transform - pos: -3.5,0.5 - parent: 72 - - uid: 12 - components: - - type: Transform - pos: 2.5,0.5 - parent: 72 - - uid: 13 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 72 - - uid: 14 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 72 - - uid: 15 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 72 - - uid: 16 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 72 - - uid: 17 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 72 - - uid: 18 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 72 - - uid: 19 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 72 - - uid: 20 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 72 - - uid: 21 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 72 - - uid: 22 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 72 - - uid: 24 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 72 - - uid: 30 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 72 - - uid: 31 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 72 - - uid: 32 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 72 - - uid: 34 - components: - - type: Transform - pos: 2.5,2.5 - parent: 72 - - uid: 38 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 72 - - uid: 45 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 72 - - uid: 46 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 72 - - uid: 47 - components: - - type: Transform - pos: 3.5,0.5 - parent: 72 - - uid: 48 - components: - - type: Transform - pos: -2.5,2.5 - parent: 72 - - uid: 49 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 72 - - uid: 50 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 72 - - uid: 56 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 72 - - uid: 57 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 72 - - uid: 58 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 72 - - uid: 59 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 72 - - uid: 60 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 72 - - uid: 70 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 72 - - uid: 71 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 72 - - uid: 73 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 72 - - uid: 74 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 72 -- proto: WeaponTurretHostile - entities: - - uid: 52 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 72 -- proto: Windoor - entities: - - uid: 227 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 72 - - uid: 228 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 72 -- proto: WindoorSecure - entities: - - uid: 28 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 72 - - uid: 254 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 72 - - uid: 255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 72 -- proto: WindowReinforcedDirectional - entities: - - uid: 215 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 72 - - uid: 216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 72 - - uid: 217 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 72 - - uid: 218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 72 - - uid: 219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 72 - - uid: 220 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 72 - - uid: 221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-0.5 - parent: 72 - - uid: 222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 72 - - uid: 223 - components: - - type: Transform - pos: -2.5,0.5 - parent: 72 - - uid: 224 - components: - - type: Transform - pos: 1.5,0.5 - parent: 72 - - uid: 225 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 72 - - uid: 226 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 72 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 33: FloorDarkMini + 77: FloorReinforced + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 72 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABIQAAAAADIQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACIQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACIQAAAAACIQAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAACHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAABHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#D4D4D4C0' + id: Dirt + decals: + 7: -1,-4 + 8: 1,-4 + 9: 1,-3 + 10: 0,0 + 11: -2,0 + 12: -1,1 + 13: -3,-1 + 14: -3,-4 + 15: -4,-4 + 16: -2,-4 + 17: 2,-4 + 18: 1,1 + 19: 0,1 + 20: 0,2 + 21: -1,2 + 22: -2,2 + 23: -3,1 + 24: -3,0 + 25: -4,-2 + 26: -4,-1 + - node: + color: '#FFFFFFFF' + id: Dirt + decals: + 0: 0,-4 + 1: -3,-3 + 2: -3,-2 + 3: -1,0 + 4: -2,1 + 5: 1,-2 + 6: 1,-1 + - node: + color: '#D4D4D409' + id: MiniTileOverlay + decals: + 27: 0,-3 + 28: -1,-3 + 29: 0,-1 + - node: + color: '#DE3A3A0C' + id: splatter + decals: + 37: -0.89691687,-0.2877612 + 38: -1.4125419,0.4153638 + 39: -1.5062919,0.9153638 + 40: -0.70941687,1.2434888 + 41: -0.20941687,1.1653638 + 42: 0.024958134,0.13411379 + 43: 0.29058313,-0.0065112114 + 44: -0.22504187,0.9934888 + 45: -1.1469169,1.3684888 + 46: -1.8344169,0.9466138 + 47: -2.1000419,-0.022136211 + 48: -1.2250419,0.07161379 + 49: -1.3187919,-0.6627612 + 50: -1.0844169,-0.8815112 + 51: -0.75629187,-0.8658862 + 52: -1.3656669,-0.16276121 + 53: -0.67816687,-0.6627612 + 54: -0.52191687,-1.1940112 + - node: + color: '#DE3A3A18' + id: splatter + decals: + 30: -0.67816687,0.3997388 + 31: -0.99066687,0.3841138 + 32: -0.89691687,0.9778638 + 33: -0.63129187,0.8372388 + 34: -0.49066687,0.4153638 + 35: -0.33441687,0.10286379 + 36: -0.75629187,-0.10026121 + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 61439 + 0,0: + 0: 14207 + -3,-2: + 0: 61166 + -3,-1: + 0: 61166 + -2,-1: + 0: 35023 + -2,-2: + 0: 60416 + -1,-2: + 0: 65534 + 0,-2: + 0: 65395 + 1,-2: + 0: 47496 + 1,-1: + 0: 34975 + 2,-2: + 0: 13107 + 2,-1: + 0: 13107 + -3,0: + 0: 14 + -2,0: + 0: 8 + 1,0: + 0: 8 + 2,0: + 0: 3 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: SpreaderGrid + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirlockExternal + entities: + - uid: 64 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 72 +- proto: AirlockShuttle + entities: + - uid: 43 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 72 +- proto: APCHyperCapacity + entities: + - uid: 36 + components: + - type: Transform + pos: 2.5,0.5 + parent: 72 +- proto: CableApcExtension + entities: + - uid: 79 + components: + - type: Transform + pos: 2.5,0.5 + parent: 72 + - uid: 80 + components: + - type: Transform + pos: 1.5,0.5 + parent: 72 + - uid: 81 + components: + - type: Transform + pos: 0.5,0.5 + parent: 72 + - uid: 82 + components: + - type: Transform + pos: -0.5,0.5 + parent: 72 + - uid: 83 + components: + - type: Transform + pos: -0.5,1.5 + parent: 72 + - uid: 84 + components: + - type: Transform + pos: -0.5,2.5 + parent: 72 + - uid: 85 + components: + - type: Transform + pos: -0.5,3.5 + parent: 72 + - uid: 86 + components: + - type: Transform + pos: -1.5,3.5 + parent: 72 + - uid: 87 + components: + - type: Transform + pos: 0.5,3.5 + parent: 72 + - uid: 88 + components: + - type: Transform + pos: 1.5,1.5 + parent: 72 + - uid: 89 + components: + - type: Transform + pos: 2.5,1.5 + parent: 72 + - uid: 90 + components: + - type: Transform + pos: -1.5,1.5 + parent: 72 + - uid: 91 + components: + - type: Transform + pos: -2.5,1.5 + parent: 72 + - uid: 92 + components: + - type: Transform + pos: -3.5,1.5 + parent: 72 + - uid: 93 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 72 + - uid: 94 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 72 + - uid: 95 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 72 + - uid: 96 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 72 + - uid: 97 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 72 + - uid: 98 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 72 + - uid: 99 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 72 + - uid: 100 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 72 + - uid: 101 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 72 + - uid: 102 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 72 + - uid: 103 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 72 +- proto: CableHV + entities: + - uid: 26 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 72 + - uid: 27 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 72 + - uid: 29 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 72 + - uid: 37 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 72 + - uid: 39 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 72 + - uid: 41 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 72 + - uid: 42 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 72 + - uid: 44 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 72 + - uid: 54 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 72 + - uid: 61 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 72 + - uid: 62 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 72 + - uid: 63 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 72 + - uid: 135 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 72 + - uid: 136 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 72 + - uid: 137 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 72 + - uid: 138 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 72 + - uid: 139 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 72 + - uid: 140 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 72 + - uid: 141 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 72 + - uid: 142 + components: + - type: Transform + pos: 7.5,0.5 + parent: 72 + - uid: 143 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 72 + - uid: 144 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 72 + - uid: 145 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 72 + - uid: 146 + components: + - type: Transform + pos: 9.5,0.5 + parent: 72 + - uid: 147 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 72 + - uid: 148 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 72 + - uid: 149 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 72 + - uid: 150 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 72 + - uid: 151 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 72 + - uid: 152 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 72 + - uid: 153 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 72 + - uid: 154 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 72 + - uid: 155 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 72 + - uid: 156 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 72 + - uid: 157 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 72 + - uid: 158 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 72 + - uid: 159 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 72 + - uid: 160 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 72 + - uid: 161 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 72 + - uid: 162 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 72 + - uid: 163 + components: + - type: Transform + pos: -10.5,0.5 + parent: 72 + - uid: 164 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 72 + - uid: 165 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 72 + - uid: 166 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 72 + - uid: 167 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 72 + - uid: 168 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 72 + - uid: 169 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 72 + - uid: 170 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 72 + - uid: 171 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 72 + - uid: 172 + components: + - type: Transform + pos: -8.5,0.5 + parent: 72 + - uid: 173 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 72 + - uid: 174 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 72 + - uid: 175 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 72 + - uid: 176 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 72 +- proto: CableMV + entities: + - uid: 40 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 72 + - uid: 75 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 72 + - uid: 76 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 72 + - uid: 77 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 72 + - uid: 78 + components: + - type: Transform + pos: 2.5,0.5 + parent: 72 +- proto: CableTerminal + entities: + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 72 + - uid: 177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 72 +- proto: Catwalk + entities: + - uid: 178 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 72 + - uid: 179 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 72 + - uid: 180 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 72 + - uid: 181 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 72 + - uid: 182 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 72 + - uid: 183 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 72 + - uid: 184 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 72 + - uid: 185 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 72 + - uid: 186 + components: + - type: Transform + pos: -9.5,0.5 + parent: 72 + - uid: 187 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 72 + - uid: 188 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 72 + - uid: 189 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 72 + - uid: 190 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 72 + - uid: 191 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 72 + - uid: 192 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 72 + - uid: 193 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 72 + - uid: 194 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 72 + - uid: 195 + components: + - type: Transform + pos: 8.5,0.5 + parent: 72 + - uid: 196 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 72 + - uid: 197 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 72 + - uid: 198 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 72 + - uid: 199 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 72 + - uid: 242 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 72 + - uid: 243 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 72 +- proto: ChairPilotSeat + entities: + - uid: 212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 72 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 72 + - uid: 214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 72 +- proto: CigarGoldSpent + entities: + - uid: 249 + components: + - type: Transform + pos: 0.5138123,2.5872388 + parent: 72 +- proto: ComputerBroken + entities: + - uid: 209 + components: + - type: Transform + pos: -0.5,2.5 + parent: 72 + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 72 +- proto: ComputerSolarControl + entities: + - uid: 108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,1.5 + parent: 72 +- proto: CrateEngineeringSolar + entities: + - uid: 229 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 72 +- proto: Grille + entities: + - uid: 35 + components: + - type: Transform + pos: -0.5,3.5 + parent: 72 + - uid: 51 + components: + - type: Transform + pos: 2.5,1.5 + parent: 72 + - uid: 53 + components: + - type: Transform + pos: 0.5,3.5 + parent: 72 + - uid: 68 + components: + - type: Transform + pos: -3.5,1.5 + parent: 72 + - uid: 69 + components: + - type: Transform + pos: -1.5,3.5 + parent: 72 +- proto: Gyroscope + entities: + - uid: 106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 72 +- proto: HandheldGPSBasic + entities: + - uid: 251 + components: + - type: Transform + pos: -2.5330627,0.5403638 + parent: 72 +- proto: HandheldStationMap + entities: + - uid: 252 + components: + - type: Transform + pos: 1.4825623,0.5872388 + parent: 72 +- proto: LightHeadBorg + entities: + - uid: 239 + components: + - type: Transform + pos: 2.5140529,-0.54410076 + parent: 72 +- proto: MachineFrameDestroyed + entities: + - uid: 211 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 72 +- proto: Multitool + entities: + - uid: 245 + components: + - type: Transform + pos: 2.4650264,-2.2015586 + parent: 72 +- proto: PowerCellMedium + entities: + - uid: 238 + components: + - type: Transform + pos: 2.4864063,-0.8421835 + parent: 72 +- proto: PowerCellPotato + entities: + - uid: 240 + components: + - type: Transform + pos: -3.4784167,-1.2941008 + parent: 72 +- proto: PowerCellRecharger + entities: + - uid: 236 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 72 +- proto: PowerCellSmall + entities: + - uid: 237 + components: + - type: Transform + pos: -3.4471667,-0.48160076 + parent: 72 +- proto: PoweredlightLED + entities: + - uid: 244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 72 +- proto: RadioHandheld + entities: + - uid: 250 + components: + - type: Transform + pos: -1.5330627,2.5559888 + parent: 72 +- proto: ReinforcedUraniumWindow + entities: + - uid: 11 + components: + - type: Transform + pos: 0.5,3.5 + parent: 72 + - uid: 23 + components: + - type: Transform + pos: -1.5,3.5 + parent: 72 + - uid: 55 + components: + - type: Transform + pos: -0.5,3.5 + parent: 72 + - uid: 66 + components: + - type: Transform + pos: 2.5,1.5 + parent: 72 + - uid: 67 + components: + - type: Transform + pos: -3.5,1.5 + parent: 72 +- proto: RightArmBorg + entities: + - uid: 246 + components: + - type: Transform + pos: 2.5249581,-1.7096362 + parent: 72 + - uid: 247 + components: + - type: Transform + pos: 2.6812081,-1.7565112 + parent: 72 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 253 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 72 +- proto: ShardGlass + entities: + - uid: 248 + components: + - type: Transform + pos: -0.45941687,-0.2721362 + parent: 72 +- proto: SheetPlasteel + entities: + - uid: 241 + components: + - type: Transform + pos: -3.4859471,-2.3253508 + parent: 72 +- proto: SignAi + entities: + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 72 +- proto: SMESBasic + entities: + - uid: 25 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 72 +- proto: SolarPanel + entities: + - uid: 114 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 72 + - uid: 115 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 72 + - uid: 116 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 72 + - uid: 117 + components: + - type: Transform + pos: -8.5,0.5 + parent: 72 + - uid: 118 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 72 + - uid: 119 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 72 + - uid: 120 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 72 + - uid: 121 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 72 + - uid: 122 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 72 + - uid: 123 + components: + - type: Transform + pos: 9.5,0.5 + parent: 72 +- proto: SolarPanelBroken + entities: + - uid: 124 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 72 + - uid: 125 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 72 + - uid: 126 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 72 + - uid: 127 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 72 + - uid: 128 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 72 + - uid: 129 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 72 + - uid: 130 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 72 + - uid: 132 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 72 + - uid: 133 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 72 + - uid: 134 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 72 +- proto: SolarTracker + entities: + - uid: 111 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 72 + - uid: 131 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 72 +- proto: SubstationWallBasic + entities: + - uid: 65 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 72 +- proto: SurveillanceCameraAssembly + entities: + - uid: 200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 72 + - uid: 201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 72 + - uid: 202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 72 + - uid: 203 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 72 + - uid: 204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,1.5 + parent: 72 + - uid: 205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 72 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 72 + - uid: 207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 72 + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 72 +- proto: TableReinforced + entities: + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 72 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 72 + - uid: 112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 72 + - uid: 113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 72 + - uid: 230 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 72 + - uid: 231 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 72 + - uid: 232 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 72 + - uid: 233 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 72 + - uid: 234 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 72 + - uid: 235 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 72 +- proto: Thruster + entities: + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 72 + - uid: 105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 72 +- proto: WallRiveted + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 72 + - uid: 2 + components: + - type: Transform + pos: 1.5,3.5 + parent: 72 + - uid: 3 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 72 + - uid: 4 + components: + - type: Transform + pos: -2.5,3.5 + parent: 72 + - uid: 5 + components: + - type: Transform + pos: -4.5,0.5 + parent: 72 + - uid: 6 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 72 + - uid: 7 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 72 + - uid: 8 + components: + - type: Transform + pos: 1.5,2.5 + parent: 72 + - uid: 9 + components: + - type: Transform + pos: -3.5,2.5 + parent: 72 + - uid: 10 + components: + - type: Transform + pos: -3.5,0.5 + parent: 72 + - uid: 12 + components: + - type: Transform + pos: 2.5,0.5 + parent: 72 + - uid: 13 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 72 + - uid: 14 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 72 + - uid: 15 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 72 + - uid: 16 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 72 + - uid: 17 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 72 + - uid: 18 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 72 + - uid: 19 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 72 + - uid: 20 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 72 + - uid: 21 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 72 + - uid: 22 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 72 + - uid: 24 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 72 + - uid: 30 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 72 + - uid: 31 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 72 + - uid: 32 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 72 + - uid: 34 + components: + - type: Transform + pos: 2.5,2.5 + parent: 72 + - uid: 38 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 72 + - uid: 45 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 72 + - uid: 46 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 72 + - uid: 47 + components: + - type: Transform + pos: 3.5,0.5 + parent: 72 + - uid: 48 + components: + - type: Transform + pos: -2.5,2.5 + parent: 72 + - uid: 49 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 72 + - uid: 50 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 72 + - uid: 56 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 72 + - uid: 57 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 72 + - uid: 58 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 72 + - uid: 59 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 72 + - uid: 60 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 72 + - uid: 70 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 72 + - uid: 71 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 72 + - uid: 73 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 72 + - uid: 74 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 72 +- proto: WeaponTurretHostile + entities: + - uid: 52 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 72 +- proto: Windoor + entities: + - uid: 227 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 72 + - uid: 228 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 72 +- proto: WindoorSecure + entities: + - uid: 28 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 72 + - uid: 254 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 72 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 72 +- proto: WindowReinforcedDirectional + entities: + - uid: 215 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 72 + - uid: 216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 72 + - uid: 217 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 72 + - uid: 218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 72 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 72 + - uid: 220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 72 + - uid: 221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 72 + - uid: 222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 72 + - uid: 223 + components: + - type: Transform + pos: -2.5,0.5 + parent: 72 + - uid: 224 + components: + - type: Transform + pos: 1.5,0.5 + parent: 72 + - uid: 225 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 72 + - uid: 226 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 72 +... diff --git a/Resources/Maps/Salvage/small-ship-1.yml b/Resources/Maps/Salvage/small-ship-1.yml index ae6e53cd0e7..17862629041 100644 --- a/Resources/Maps/Salvage/small-ship-1.yml +++ b/Resources/Maps/Salvage/small-ship-1.yml @@ -1,203 +1,203 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 121: Plating -entities: -- proto: "" - entities: - - uid: 13 - components: - - type: MetaData - - type: Transform - pos: 0.5,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: [] - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 49152 - 0,-1: - 0: 4096 - 0,0: - 0: 3 - 1: 16 - -1,0: - 0: 8 - 1: 192 - 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: OccluderTree - - type: Shuttle - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: CapacitorStockPart - entities: - - uid: 5 - components: - - type: Transform - pos: -0.4277286,-0.6568692 - parent: 13 - - uid: 6 - components: - - type: Transform - pos: -0.5839786,-0.5943692 - parent: 13 -- proto: Catwalk - entities: - - uid: 9 - components: - - type: Transform - pos: 0.5,0.5 - parent: 13 -- proto: ChairPilotSeat - entities: - - uid: 3 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 13 -- proto: ComputerRadar - entities: - - uid: 7 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,0.5 - parent: 13 -- proto: Gyroscope - entities: - - uid: 10 - components: - - type: Transform - pos: -0.5,0.5 - parent: 13 -- proto: Rack - entities: - - uid: 2 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 13 -- proto: SalvageLootSpawner - entities: - - uid: 8 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 13 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 11 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 13 - - uid: 14 - components: - - type: Transform - pos: -0.5,1.5 - parent: 13 - - uid: 15 - components: - - type: Transform - pos: -1.5,1.5 - parent: 13 -- proto: SalvageMobSpawner75 - entities: - - uid: 16 - components: - - type: Transform - pos: 0.5,1.5 - parent: 13 -- proto: SpaceTickSpawner - entities: - - uid: 12 - components: - - type: Transform - pos: 0.5,0.5 - parent: 13 -- proto: SubstationMachineCircuitboard - entities: - - uid: 4 - components: - - type: Transform - pos: -0.4746036,-0.45374417 - parent: 13 -- proto: Thruster - entities: - - uid: 1 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 13 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 121: Plating +entities: +- proto: "" + entities: + - uid: 13 + components: + - type: MetaData + - type: Transform + pos: 0.5,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: [] + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 49152 + 0,-1: + 0: 4096 + 0,0: + 0: 3 + 1: 16 + -1,0: + 0: 8 + 1: 192 + 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: OccluderTree + - type: Shuttle + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: CapacitorStockPart + entities: + - uid: 5 + components: + - type: Transform + pos: -0.4277286,-0.6568692 + parent: 13 + - uid: 6 + components: + - type: Transform + pos: -0.5839786,-0.5943692 + parent: 13 +- proto: Catwalk + entities: + - uid: 9 + components: + - type: Transform + pos: 0.5,0.5 + parent: 13 +- proto: ChairPilotSeat + entities: + - uid: 3 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 13 +- proto: ComputerRadar + entities: + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 13 +- proto: Gyroscope + entities: + - uid: 10 + components: + - type: Transform + pos: -0.5,0.5 + parent: 13 +- proto: Rack + entities: + - uid: 2 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 13 +- proto: SalvageLootSpawner + entities: + - uid: 8 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 13 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 11 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 13 + - uid: 14 + components: + - type: Transform + pos: -0.5,1.5 + parent: 13 + - uid: 15 + components: + - type: Transform + pos: -1.5,1.5 + parent: 13 +- proto: SalvageMobSpawner75 + entities: + - uid: 16 + components: + - type: Transform + pos: 0.5,1.5 + parent: 13 +- proto: SpaceTickSpawner + entities: + - uid: 12 + components: + - type: Transform + pos: 0.5,0.5 + parent: 13 +- proto: SubstationMachineCircuitboard + entities: + - uid: 4 + components: + - type: Transform + pos: -0.4746036,-0.45374417 + parent: 13 +- proto: Thruster + entities: + - uid: 1 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 13 +... diff --git a/Resources/Maps/Salvage/stationstation.yml b/Resources/Maps/Salvage/stationstation.yml index 82ed15f3537..90f84dbb73f 100644 --- a/Resources/Maps/Salvage/stationstation.yml +++ b/Resources/Maps/Salvage/stationstation.yml @@ -1,4377 +1,4377 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 89: FloorSteel - 90: FloorSteelBurnt - 93: FloorSteelDamaged - 104: FloorTechMaint - 105: FloorTechMaint2 - 108: FloorWhite - 120: Lattice - 121: Plating - 123: PlatingBurnt - 124: PlatingDamaged -entities: -- proto: "" - entities: - - uid: 179 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,0: - ind: -1,0 - tiles: WQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABewAAAAAAXQAAAAAEWgAAAAABWgAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWQAAAAABWQAAAAAAWgAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWgAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWgAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACAAAAAAAAWQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAACAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADXQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAACAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAfAAAAAACeAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAfAAAAAAAfAAAAAAAfAAAAAACWQAAAAAAXQAAAAAEWgAAAAAAWgAAAAAAWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAfAAAAAABXQAAAAACWgAAAAABWgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAXQAAAAAEWgAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAXQAAAAAEWgAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWgAAAAABXQAAAAAAXQAAAAAEWgAAAAABeQAAAAAAeQAAAAAAfAAAAAABfAAAAAABeQAAAAAAeQAAAAAAWgAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAACWgAAAAAAWgAAAAABWQAAAAADWQAAAAADeQAAAAAAeAAAAAAAfAAAAAACewAAAAAAewAAAAAAeAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWgAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAABXQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAB - version: 6 - 0,1: - ind: 0,1 - tiles: AAAAAAAAeQAAAAAAXQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABewAAAAAAeQAAAAAAbAAAAAACbAAAAAAAeQAAAAAAWQAAAAABeAAAAAAAeQAAAAAAewAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADWQAAAAACfAAAAAAAewAAAAAAeQAAAAAAbAAAAAABeQAAAAAAbAAAAAABAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABeQAAAAAAeAAAAAAAAAAAAAAAfAAAAAACWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAXQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACewAAAAAAfAAAAAACeAAAAAAAfAAAAAACbAAAAAADeQAAAAAAWQAAAAACAAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAbAAAAAADbAAAAAAAWgAAAAAAewAAAAAAeAAAAAAAbAAAAAACbAAAAAABbAAAAAACeAAAAAAAeQAAAAAAfAAAAAABewAAAAAAeQAAAAAAaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABAAAAAAAAeQAAAAAAeAAAAAAAfAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAfAAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAACeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAACbAAAAAADXQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADeQAAAAAAWQAAAAADWQAAAAACWgAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAeQAAAAAAWQAAAAAAXQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWgAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABeAAAAAAAeQAAAAAAewAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADeAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAWQAAAAADewAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAACewAAAAAAewAAAAAAfAAAAAABaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAD - version: 6 - 1,-1: - ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAADeQAAAAAAfAAAAAAAeQAAAAAAXQAAAAACewAAAAAAfAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAWQAAAAACWQAAAAACWgAAAAAAWgAAAAABWQAAAAACbAAAAAACeQAAAAAAewAAAAAAWgAAAAABewAAAAAAXQAAAAAEWgAAAAABbAAAAAABbAAAAAADWQAAAAACWQAAAAABWQAAAAACWgAAAAAAeQAAAAAAXQAAAAABXQAAAAADWQAAAAAAbAAAAAADeQAAAAAAWQAAAAACbAAAAAADWQAAAAADbAAAAAAAbAAAAAACWQAAAAACWQAAAAADWgAAAAABXQAAAAACXQAAAAABfAAAAAAAfAAAAAACeAAAAAAAXQAAAAABeQAAAAAAXQAAAAABbAAAAAADWQAAAAABbAAAAAABeQAAAAAAWQAAAAADWQAAAAABWgAAAAAAeQAAAAAAfAAAAAACfAAAAAACAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAABbAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -2,0: - ind: -2,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-1: - ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAC - version: 6 - 1,0: - ind: 1,0 - tiles: WQAAAAADeAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAABWgAAAAABWQAAAAADbAAAAAADbAAAAAADbAAAAAABeQAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAADXQAAAAAEfAAAAAABfAAAAAACfAAAAAABfAAAAAABXQAAAAACWQAAAAAAWQAAAAABbAAAAAACeQAAAAAAbAAAAAACeQAAAAAAAAAAAAAAbAAAAAAAbAAAAAADWQAAAAACWQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAEWQAAAAABWQAAAAACWQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADbAAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAADeQAAAAAAAAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAbAAAAAABWQAAAAACWgAAAAAAXQAAAAAAbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAACXQAAAAAAfAAAAAABfAAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAAAbAAAAAADbAAAAAABeQAAAAAAbAAAAAACeQAAAAAAewAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAACXQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAWgAAAAABfAAAAAAAeQAAAAAAewAAAAAAewAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAACeQAAAAAAbAAAAAAAWQAAAAACXQAAAAAAWQAAAAABbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAXQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWgAAAAAAWgAAAAAAXQAAAAABXQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAADWgAAAAABWQAAAAAAWQAAAAAAWgAAAAABXQAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACXQAAAAACfAAAAAACewAAAAAAfAAAAAACeQAAAAAAfAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAeQAAAAAAfAAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAEeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: WQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAABbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACewAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: 65503 - 1: 32 - 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: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 0 - - 0 - - 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: 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: SpawnMobBearSalvage - entities: - - uid: 692 - components: - - type: Transform - pos: -1.5,3.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: 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 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 89: FloorSteel + 90: FloorSteelBurnt + 93: FloorSteelDamaged + 104: FloorTechMaint + 105: FloorTechMaint2 + 108: FloorWhite + 120: Lattice + 121: Plating + 123: PlatingBurnt + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 179 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: WQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABewAAAAAAXQAAAAAEWgAAAAABWgAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWgAAAAABWQAAAAABWQAAAAAAWgAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWgAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWgAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACAAAAAAAAWQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAACAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADXQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAACAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAewAAAAAAfAAAAAACeAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeAAAAAAAfAAAAAAAfAAAAAAAfAAAAAACWQAAAAAAXQAAAAAEWgAAAAAAWgAAAAAAWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAfAAAAAABXQAAAAACWgAAAAABWgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAXQAAAAAEWgAAAAAAfAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAXQAAAAAEWgAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWgAAAAABXQAAAAAAXQAAAAAEWgAAAAABeQAAAAAAeQAAAAAAfAAAAAABfAAAAAABeQAAAAAAeQAAAAAAWgAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAACWgAAAAAAWgAAAAABWQAAAAADWQAAAAADeQAAAAAAeAAAAAAAfAAAAAACewAAAAAAewAAAAAAeAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWgAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAfAAAAAABXQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAB + version: 6 + 0,1: + ind: 0,1 + tiles: AAAAAAAAeQAAAAAAXQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABewAAAAAAeQAAAAAAbAAAAAACbAAAAAAAeQAAAAAAWQAAAAABeAAAAAAAeQAAAAAAewAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADWQAAAAACfAAAAAAAewAAAAAAeQAAAAAAbAAAAAABeQAAAAAAbAAAAAABAAAAAAAAeQAAAAAAeQAAAAAAWgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABeQAAAAAAeAAAAAAAAAAAAAAAfAAAAAACWgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAXQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACewAAAAAAfAAAAAACeAAAAAAAfAAAAAACbAAAAAADeQAAAAAAWQAAAAACAAAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAbAAAAAADbAAAAAAAWgAAAAAAewAAAAAAeAAAAAAAbAAAAAACbAAAAAABbAAAAAACeAAAAAAAeQAAAAAAfAAAAAABewAAAAAAeQAAAAAAaAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABAAAAAAAAeQAAAAAAeAAAAAAAfAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWgAAAAABAAAAAAAAewAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAewAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAfAAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAewAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeAAAAAAAewAAAAAAeQAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAACeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAACbAAAAAADXQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADeQAAAAAAWQAAAAADWQAAAAACWgAAAAAAWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAeQAAAAAAWQAAAAAAXQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWgAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABeAAAAAAAeQAAAAAAewAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADeAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAWQAAAAADewAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAewAAAAAAewAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAewAAAAAAeAAAAAAAewAAAAAAewAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAfAAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAACewAAAAAAewAAAAAAfAAAAAABaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAD + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAADeQAAAAAAfAAAAAAAeQAAAAAAXQAAAAACewAAAAAAfAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAWQAAAAACWQAAAAACWgAAAAAAWgAAAAABWQAAAAACbAAAAAACeQAAAAAAewAAAAAAWgAAAAABewAAAAAAXQAAAAAEWgAAAAABbAAAAAABbAAAAAADWQAAAAACWQAAAAABWQAAAAACWgAAAAAAeQAAAAAAXQAAAAABXQAAAAADWQAAAAAAbAAAAAADeQAAAAAAWQAAAAACbAAAAAADWQAAAAADbAAAAAAAbAAAAAACWQAAAAACWQAAAAADWgAAAAABXQAAAAACXQAAAAABfAAAAAAAfAAAAAACeAAAAAAAXQAAAAABeQAAAAAAXQAAAAABbAAAAAADWQAAAAABbAAAAAABeQAAAAAAWQAAAAADWQAAAAABWgAAAAAAeQAAAAAAfAAAAAACfAAAAAACAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAABbAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAC + version: 6 + 1,0: + ind: 1,0 + tiles: WQAAAAADeAAAAAAAfAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAABWgAAAAABWQAAAAADbAAAAAADbAAAAAADbAAAAAABeQAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAADXQAAAAAEfAAAAAABfAAAAAACfAAAAAABfAAAAAABXQAAAAACWQAAAAAAWQAAAAABbAAAAAACeQAAAAAAbAAAAAACeQAAAAAAAAAAAAAAbAAAAAAAbAAAAAADWQAAAAACWQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAEWQAAAAABWQAAAAACWQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADbAAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAADeQAAAAAAAAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAbAAAAAABWQAAAAACWgAAAAAAXQAAAAAAbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAACXQAAAAAAfAAAAAABfAAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAAAbAAAAAADbAAAAAABeQAAAAAAbAAAAAACeQAAAAAAewAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAACXQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAeQAAAAAAWgAAAAABfAAAAAAAeQAAAAAAewAAAAAAewAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAACeQAAAAAAbAAAAAAAWQAAAAACXQAAAAAAWQAAAAABbAAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAXQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWgAAAAAAWgAAAAAAXQAAAAABXQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAADWgAAAAABWQAAAAAAWQAAAAAAWgAAAAABXQAAAAAAewAAAAAAewAAAAAAfAAAAAAAfAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACXQAAAAACfAAAAAACewAAAAAAfAAAAAACeQAAAAAAfAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAewAAAAAAewAAAAAAeQAAAAAAfAAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAfAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAEeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: WQAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAABbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAABWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACewAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWgAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAfAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAfAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: 65503 + 1: 32 + 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: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 0 + - 0 + - 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: 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: SpawnMobBearSalvage + entities: + - uid: 692 + components: + - type: Transform + pos: -1.5,3.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: 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/tick-colony.yml b/Resources/Maps/Salvage/tick-colony.yml index 6b0922f3ccb..32180cf9a7e 100644 --- a/Resources/Maps/Salvage/tick-colony.yml +++ b/Resources/Maps/Salvage/tick-colony.yml @@ -1,946 +1,946 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 8: FloorAsteroidSandDug - 54: FloorGreenCircuit - 77: FloorReinforced - 121: Plating -entities: -- proto: "" - entities: - - uid: 119 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAC - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACTQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: BwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACCAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: Remains - decals: - 96: 1.9534924,1.0517962 - 97: 1.0472424,-4.948204 - - node: - color: '#9FED5896' - id: WarnCornerNE - decals: - 3: 0,3 - - node: - color: '#9FED5896' - id: WarnCornerNW - decals: - 2: -2,3 - - node: - color: '#9FED5896' - id: WarnCornerSE - decals: - 1: 0,1 - - node: - color: '#9FED5896' - id: WarnCornerSW - decals: - 0: -2,1 - - node: - color: '#9FED5896' - id: WarnLineE - decals: - 6: 0,2 - - node: - color: '#9FED5896' - id: WarnLineN - decals: - 4: -1,1 - - node: - color: '#9FED5896' - id: WarnLineS - decals: - 5: -2,2 - - node: - color: '#9FED5896' - id: WarnLineW - decals: - 7: -1,3 - - node: - color: '#79150063' - id: exclamationmark - decals: - 44: -3.8162756,-0.24618945 - 45: -4.0350256,0.20693552 - 46: -3.8162756,0.7225605 - 47: -4.0194006,1.1756855 - 48: -3.7381506,1.6756856 - 49: -3.9100256,2.0506856 - 50: -1.1558826,-6.8087125 - 51: -0.89025766,-6.2774625 - 52: -1.1558826,-5.8243375 - 53: -0.85900766,-5.4805875 - - node: - angle: 1.5707963267948966 rad - color: '#79150063' - id: exclamationmark - decals: - 54: -1.4215076,-5.2462125 - 55: -1.8590076,-4.8555875 - 56: -2.5152576,-5.0899625 - - node: - color: '#79150012' - id: splatter - decals: - 57: -2.7965076,-4.7305875 - 58: -2.9371326,-4.7305875 - 59: -2.9371326,-4.6055875 - 60: -2.8902576,-4.3712125 - 61: -2.6871326,-4.3243375 - 62: -2.6715076,-3.9180875 - 63: -2.8121326,-4.1368375 - 64: -2.8121326,-4.3555875 - 65: -2.9058826,-4.4493375 - 66: -3.0152576,-4.4649625 - 67: -3.1715076,-4.3399625 - 68: -3.2027576,-4.2149625 - 69: -3.1715076,-4.1680875 - 70: -3.0152576,-4.1212125 - 71: -3.0152576,-4.1212125 - 72: -2.9371326,-4.2462125 - 73: -2.9371326,-3.7618375 - 74: -2.9371326,-3.7618375 - 75: -2.9371326,-3.5274625 - 76: -2.7652576,-3.7305875 - 77: -3.4996326,2.811473 - 78: -4.015258,2.795848 - 79: -3.8433826,2.795848 - 80: -3.6558826,2.827098 - 81: -3.3902576,2.842723 - 82: -3.1715076,2.889598 - 83: -2.8746326,3.092723 - 84: -3.4215076,3.123973 - 85: -3.6090076,3.092723 - 86: -2.5465076,3.420848 - 87: -1.9371326,3.670848 - 88: -1.5933826,3.436473 - 89: -2.0308826,3.639598 - 90: -1.5152576,3.873973 - 91: 0.9847424,0.873973 - 92: 0.5941174,0.827098 - 93: 0.8128674,0.811473 - 94: 1.6722424,0.780223 - 95: 2.4378674,0.827098 - - node: - color: '#79150022' - id: splatter - decals: - 8: 0.6093248,1.4100605 - 9: 0.5936998,1.1913105 - 10: 0.4530748,1.3006855 - 11: 0.3436998,1.6756856 - 12: 0.21869981,2.0038106 - 13: 0.21869981,2.0663106 - 14: 0.6249498,1.8475606 - 15: 0.6561998,1.7069356 - 16: 0.6561998,1.6913106 - 17: 0.7655748,1.3944355 - 18: 0.8124498,1.4100605 - 19: 0.6561998,1.5663106 - 20: 0.3905748,1.6131856 - 21: 0.3436998,1.5506856 - 22: 0.4686998,1.5038106 - 23: 0.24994981,1.6444356 - 24: 0.3905748,1.8631856 - 25: 1.2811998,1.2381855 - 26: 1.6561999,0.8788105 - 27: 1.3436998,1.0506855 - 28: 1.5311999,1.0038105 - 29: 1.9218249,0.9413105 - 30: 1.3749498,0.9569355 - 31: 1.0468248,1.3944355 - 32: 1.1249498,0.9100605 - 33: -2.62505,2.9725606 - 34: -2.56255,3.4413106 - 35: -2.2188,3.1131856 - 36: -2.734425,3.2225606 - 37: -2.609425,2.7850606 - 38: -2.484425,2.7694356 - 39: -2.37505,2.3944356 - 40: -2.3438,2.6444356 - 41: -2.421925,2.9569356 - 42: -2.671925,3.0194356 - 43: -2.81255,3.0038106 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - -1,0: - 1: 4 - 2: 8 - 0: 65523 - 0,0: - 0: 65535 - 0,-1: - 0: 65535 - -2,-1: - 0: 19660 - 3: 32768 - -2,-2: - 0: 51200 - -1,-2: - 0: 65520 - -2,0: - 0: 52428 - -1,1: - 0: 4095 - 0,1: - 0: 887 - 1,0: - 0: 273 - 0,-2: - 0: 65392 - 1,-1: - 0: 4369 - -2,1: - 0: 136 - 1,-2: - 0: 4096 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.925 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 184.23125 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 220.53748 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: GasTileOverlay - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding -- proto: AsteroidRock - entities: - - uid: 1 - components: - - type: Transform - pos: 0.5,5.5 - parent: 119 - - uid: 2 - components: - - type: Transform - pos: -1.5,6.5 - parent: 119 - - uid: 3 - components: - - type: Transform - pos: -0.5,6.5 - parent: 119 - - uid: 4 - components: - - type: Transform - pos: 2.5,3.5 - parent: 119 - - uid: 5 - components: - - type: Transform - pos: 0.5,6.5 - parent: 119 - - uid: 6 - components: - - type: Transform - pos: -3.5,6.5 - parent: 119 - - uid: 7 - components: - - type: Transform - pos: -3.5,5.5 - parent: 119 - - uid: 8 - components: - - type: Transform - pos: 2.5,5.5 - parent: 119 - - uid: 9 - components: - - type: Transform - pos: 2.5,4.5 - parent: 119 - - uid: 10 - components: - - type: Transform - pos: 1.5,4.5 - parent: 119 - - uid: 11 - components: - - type: Transform - pos: -1.5,5.5 - parent: 119 - - uid: 12 - components: - - type: Transform - pos: 1.5,6.5 - parent: 119 - - uid: 13 - components: - - type: Transform - pos: 2.5,2.5 - parent: 119 - - uid: 14 - components: - - type: Transform - pos: 3.5,3.5 - parent: 119 - - uid: 16 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 119 - - uid: 17 - components: - - type: Transform - pos: -5.5,2.5 - parent: 119 - - uid: 18 - components: - - type: Transform - pos: 2.5,0.5 - parent: 119 - - uid: 19 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 119 - - uid: 20 - components: - - type: Transform - pos: -5.5,1.5 - parent: 119 - - uid: 21 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 119 - - uid: 24 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 119 - - uid: 25 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 119 - - uid: 26 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 119 - - uid: 27 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 119 - - uid: 28 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 119 - - uid: 29 - components: - - type: Transform - pos: -4.5,3.5 - parent: 119 - - uid: 31 - components: - - type: Transform - pos: -5.5,0.5 - parent: 119 - - uid: 32 - components: - - type: Transform - pos: -5.5,3.5 - parent: 119 - - uid: 33 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 119 - - uid: 35 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 119 - - uid: 37 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 119 - - uid: 38 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 119 - - uid: 39 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 119 - - uid: 42 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 119 - - uid: 44 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 119 - - uid: 46 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 119 - - uid: 47 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 119 - - uid: 48 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 119 - - uid: 49 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 119 - - uid: 50 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 119 - - uid: 51 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 119 - - uid: 52 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 119 - - uid: 53 - components: - - type: Transform - pos: 4.5,0.5 - parent: 119 - - uid: 54 - components: - - type: Transform - pos: 3.5,1.5 - parent: 119 - - uid: 55 - components: - - type: Transform - pos: 4.5,2.5 - parent: 119 - - uid: 57 - components: - - type: Transform - pos: -2.5,2.5 - parent: 119 - - uid: 58 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 119 - - uid: 59 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 119 - - uid: 60 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 119 - - uid: 61 - components: - - type: Transform - pos: 4.5,1.5 - parent: 119 - - uid: 62 - components: - - type: Transform - pos: -4.5,5.5 - parent: 119 - - uid: 63 - components: - - type: Transform - pos: -2.5,6.5 - parent: 119 - - uid: 65 - components: - - type: Transform - pos: -4.5,4.5 - parent: 119 - - uid: 66 - components: - - type: Transform - pos: -2.5,5.5 - parent: 119 - - uid: 67 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 119 - - uid: 69 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 119 - - uid: 70 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 119 - - uid: 71 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 119 - - uid: 72 - components: - - type: Transform - pos: 1.5,5.5 - parent: 119 - - uid: 73 - components: - - type: Transform - pos: 3.5,0.5 - parent: 119 - - uid: 75 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 119 - - uid: 77 - components: - - type: Transform - pos: -0.5,0.5 - parent: 119 - - uid: 79 - components: - - type: Transform - pos: 0.5,0.5 - parent: 119 - - uid: 80 - components: - - type: Transform - pos: 3.5,2.5 - parent: 119 - - uid: 81 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 119 - - uid: 83 - components: - - type: Transform - pos: -4.5,0.5 - parent: 119 - - uid: 84 - components: - - type: Transform - pos: 1.5,0.5 - parent: 119 - - uid: 85 - components: - - type: Transform - pos: -0.5,5.5 - parent: 119 - - uid: 87 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 119 - - uid: 88 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 119 - - uid: 89 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 119 - - uid: 93 - components: - - type: Transform - pos: -1.5,0.5 - parent: 119 - - uid: 94 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 119 - - uid: 95 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 119 - - uid: 115 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 119 -- proto: AsteroidRockCoal - entities: - - uid: 22 - components: - - type: Transform - pos: -4.5,2.5 - parent: 119 - - uid: 23 - components: - - type: Transform - pos: -4.5,1.5 - parent: 119 - - uid: 64 - components: - - type: Transform - pos: -3.5,4.5 - parent: 119 - - uid: 68 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 119 - - uid: 78 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 119 - - uid: 82 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 119 -- proto: Barricade - entities: - - uid: 114 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 119 -- proto: ClothingBeltSalvageWebbing - entities: - - uid: 56 - components: - - type: Transform - pos: -2.5368822,4.4648743 - parent: 119 -- proto: ClothingShoesBootsSalvage - entities: - - uid: 92 - components: - - type: Transform - pos: 1.4983591,-3.8183098 - parent: 119 -- proto: CrateSalvageEquipment - entities: - - uid: 36 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 119 -- proto: FlashlightLantern - entities: - - uid: 112 - components: - - type: Transform - pos: -3.5694947,-4.3641663 - parent: 119 - - uid: 113 - components: - - type: Transform - pos: -3.4288697,-4.5985413 - parent: 119 -- proto: MaintenanceToolSpawner - entities: - - uid: 86 - components: - - type: Transform - pos: -1.5,4.5 - parent: 119 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 96 - components: - - type: Transform - pos: 1.5,3.5 - parent: 119 -- proto: MaterialWoodPlank - entities: - - uid: 117 - components: - - type: Transform - pos: 2.4514842,-3.5058098 - parent: 119 -- proto: Rack - entities: - - uid: 111 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 119 -- proto: Railing - entities: - - uid: 99 - components: - - type: Transform - pos: -0.5,3.5 - parent: 119 - - uid: 100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 119 - - uid: 101 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 119 - - uid: 102 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 119 -- proto: RailingCornerSmall - entities: - - uid: 103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 119 - - uid: 104 - components: - - type: Transform - pos: 0.5,1.5 - parent: 119 - - uid: 105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 119 - - uid: 107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 119 -- proto: RandomArtifactSpawner - entities: - - uid: 91 - components: - - type: Transform - pos: -0.5,2.5 - parent: 119 -- proto: SalvageLootSpawner - entities: - - uid: 43 - components: - - type: Transform - pos: 0.5,4.5 - parent: 119 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 34 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 119 -- proto: SignSecureMed - entities: - - uid: 41 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 119 -- proto: SmallLight - entities: - - uid: 76 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 119 - - uid: 106 - components: - - type: Transform - pos: -0.5,2.5 - parent: 119 - - uid: 110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 119 -- proto: SpaceTickSpawner - entities: - - uid: 15 - components: - - type: Transform - pos: 0.5,2.5 - parent: 119 - - uid: 40 - components: - - type: Transform - pos: -1.5,2.5 - parent: 119 - - uid: 74 - components: - - type: Transform - pos: -1.5,1.5 - parent: 119 - - uid: 90 - components: - - type: Transform - pos: -1.5,3.5 - parent: 119 - - uid: 97 - components: - - type: Transform - pos: -0.5,1.5 - parent: 119 - - uid: 98 - components: - - type: Transform - pos: 0.5,1.5 - parent: 119 - - uid: 108 - components: - - type: Transform - pos: 0.5,3.5 - parent: 119 - - uid: 109 - components: - - type: Transform - pos: -0.5,3.5 - parent: 119 -- proto: WallSolid - entities: - - uid: 30 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 119 -- proto: WallSolidRust - entities: - - uid: 45 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 119 -- proto: WeaponLaserGun - entities: - - uid: 116 - components: - - type: Transform - pos: 1.7952341,1.6504403 - parent: 119 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 8: FloorAsteroidSandDug + 54: FloorGreenCircuit + 77: FloorReinforced + 121: Plating +entities: +- proto: "" + entities: + - uid: 119 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAACBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAABBwAAAAACBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAABCAAAAAAABwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAC + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAACCAAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACBwAAAAABTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAABBwAAAAACTQAAAAAANgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAABTQAAAAAATQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: BwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAABwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABeQAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABCAAAAAAABwAAAAACBwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAACBwAAAAAABwAAAAABBwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAACCAAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: Remains + decals: + 96: 1.9534924,1.0517962 + 97: 1.0472424,-4.948204 + - node: + color: '#9FED5896' + id: WarnCornerNE + decals: + 3: 0,3 + - node: + color: '#9FED5896' + id: WarnCornerNW + decals: + 2: -2,3 + - node: + color: '#9FED5896' + id: WarnCornerSE + decals: + 1: 0,1 + - node: + color: '#9FED5896' + id: WarnCornerSW + decals: + 0: -2,1 + - node: + color: '#9FED5896' + id: WarnLineE + decals: + 6: 0,2 + - node: + color: '#9FED5896' + id: WarnLineN + decals: + 4: -1,1 + - node: + color: '#9FED5896' + id: WarnLineS + decals: + 5: -2,2 + - node: + color: '#9FED5896' + id: WarnLineW + decals: + 7: -1,3 + - node: + color: '#79150063' + id: exclamationmark + decals: + 44: -3.8162756,-0.24618945 + 45: -4.0350256,0.20693552 + 46: -3.8162756,0.7225605 + 47: -4.0194006,1.1756855 + 48: -3.7381506,1.6756856 + 49: -3.9100256,2.0506856 + 50: -1.1558826,-6.8087125 + 51: -0.89025766,-6.2774625 + 52: -1.1558826,-5.8243375 + 53: -0.85900766,-5.4805875 + - node: + angle: 1.5707963267948966 rad + color: '#79150063' + id: exclamationmark + decals: + 54: -1.4215076,-5.2462125 + 55: -1.8590076,-4.8555875 + 56: -2.5152576,-5.0899625 + - node: + color: '#79150012' + id: splatter + decals: + 57: -2.7965076,-4.7305875 + 58: -2.9371326,-4.7305875 + 59: -2.9371326,-4.6055875 + 60: -2.8902576,-4.3712125 + 61: -2.6871326,-4.3243375 + 62: -2.6715076,-3.9180875 + 63: -2.8121326,-4.1368375 + 64: -2.8121326,-4.3555875 + 65: -2.9058826,-4.4493375 + 66: -3.0152576,-4.4649625 + 67: -3.1715076,-4.3399625 + 68: -3.2027576,-4.2149625 + 69: -3.1715076,-4.1680875 + 70: -3.0152576,-4.1212125 + 71: -3.0152576,-4.1212125 + 72: -2.9371326,-4.2462125 + 73: -2.9371326,-3.7618375 + 74: -2.9371326,-3.7618375 + 75: -2.9371326,-3.5274625 + 76: -2.7652576,-3.7305875 + 77: -3.4996326,2.811473 + 78: -4.015258,2.795848 + 79: -3.8433826,2.795848 + 80: -3.6558826,2.827098 + 81: -3.3902576,2.842723 + 82: -3.1715076,2.889598 + 83: -2.8746326,3.092723 + 84: -3.4215076,3.123973 + 85: -3.6090076,3.092723 + 86: -2.5465076,3.420848 + 87: -1.9371326,3.670848 + 88: -1.5933826,3.436473 + 89: -2.0308826,3.639598 + 90: -1.5152576,3.873973 + 91: 0.9847424,0.873973 + 92: 0.5941174,0.827098 + 93: 0.8128674,0.811473 + 94: 1.6722424,0.780223 + 95: 2.4378674,0.827098 + - node: + color: '#79150022' + id: splatter + decals: + 8: 0.6093248,1.4100605 + 9: 0.5936998,1.1913105 + 10: 0.4530748,1.3006855 + 11: 0.3436998,1.6756856 + 12: 0.21869981,2.0038106 + 13: 0.21869981,2.0663106 + 14: 0.6249498,1.8475606 + 15: 0.6561998,1.7069356 + 16: 0.6561998,1.6913106 + 17: 0.7655748,1.3944355 + 18: 0.8124498,1.4100605 + 19: 0.6561998,1.5663106 + 20: 0.3905748,1.6131856 + 21: 0.3436998,1.5506856 + 22: 0.4686998,1.5038106 + 23: 0.24994981,1.6444356 + 24: 0.3905748,1.8631856 + 25: 1.2811998,1.2381855 + 26: 1.6561999,0.8788105 + 27: 1.3436998,1.0506855 + 28: 1.5311999,1.0038105 + 29: 1.9218249,0.9413105 + 30: 1.3749498,0.9569355 + 31: 1.0468248,1.3944355 + 32: 1.1249498,0.9100605 + 33: -2.62505,2.9725606 + 34: -2.56255,3.4413106 + 35: -2.2188,3.1131856 + 36: -2.734425,3.2225606 + 37: -2.609425,2.7850606 + 38: -2.484425,2.7694356 + 39: -2.37505,2.3944356 + 40: -2.3438,2.6444356 + 41: -2.421925,2.9569356 + 42: -2.671925,3.0194356 + 43: -2.81255,3.0038106 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 1: 4 + 2: 8 + 0: 65523 + 0,0: + 0: 65535 + 0,-1: + 0: 65535 + -2,-1: + 0: 19660 + 3: 32768 + -2,-2: + 0: 51200 + -1,-2: + 0: 65520 + -2,0: + 0: 52428 + -1,1: + 0: 4095 + 0,1: + 0: 887 + 1,0: + 0: 273 + 0,-2: + 0: 65392 + 1,-1: + 0: 4369 + -2,1: + 0: 136 + 1,-2: + 0: 4096 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.925 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 184.23125 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.53748 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: GasTileOverlay + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GridPathfinding +- proto: AsteroidRock + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,5.5 + parent: 119 + - uid: 2 + components: + - type: Transform + pos: -1.5,6.5 + parent: 119 + - uid: 3 + components: + - type: Transform + pos: -0.5,6.5 + parent: 119 + - uid: 4 + components: + - type: Transform + pos: 2.5,3.5 + parent: 119 + - uid: 5 + components: + - type: Transform + pos: 0.5,6.5 + parent: 119 + - uid: 6 + components: + - type: Transform + pos: -3.5,6.5 + parent: 119 + - uid: 7 + components: + - type: Transform + pos: -3.5,5.5 + parent: 119 + - uid: 8 + components: + - type: Transform + pos: 2.5,5.5 + parent: 119 + - uid: 9 + components: + - type: Transform + pos: 2.5,4.5 + parent: 119 + - uid: 10 + components: + - type: Transform + pos: 1.5,4.5 + parent: 119 + - uid: 11 + components: + - type: Transform + pos: -1.5,5.5 + parent: 119 + - uid: 12 + components: + - type: Transform + pos: 1.5,6.5 + parent: 119 + - uid: 13 + components: + - type: Transform + pos: 2.5,2.5 + parent: 119 + - uid: 14 + components: + - type: Transform + pos: 3.5,3.5 + parent: 119 + - uid: 16 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 119 + - uid: 17 + components: + - type: Transform + pos: -5.5,2.5 + parent: 119 + - uid: 18 + components: + - type: Transform + pos: 2.5,0.5 + parent: 119 + - uid: 19 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 119 + - uid: 20 + components: + - type: Transform + pos: -5.5,1.5 + parent: 119 + - uid: 21 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 119 + - uid: 24 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 119 + - uid: 25 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 119 + - uid: 26 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 119 + - uid: 27 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 119 + - uid: 28 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 119 + - uid: 29 + components: + - type: Transform + pos: -4.5,3.5 + parent: 119 + - uid: 31 + components: + - type: Transform + pos: -5.5,0.5 + parent: 119 + - uid: 32 + components: + - type: Transform + pos: -5.5,3.5 + parent: 119 + - uid: 33 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 119 + - uid: 35 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 119 + - uid: 37 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 119 + - uid: 38 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 119 + - uid: 39 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 119 + - uid: 42 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 119 + - uid: 44 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 119 + - uid: 46 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 119 + - uid: 47 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 119 + - uid: 48 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 119 + - uid: 49 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 119 + - uid: 50 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 119 + - uid: 51 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 119 + - uid: 52 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 119 + - uid: 53 + components: + - type: Transform + pos: 4.5,0.5 + parent: 119 + - uid: 54 + components: + - type: Transform + pos: 3.5,1.5 + parent: 119 + - uid: 55 + components: + - type: Transform + pos: 4.5,2.5 + parent: 119 + - uid: 57 + components: + - type: Transform + pos: -2.5,2.5 + parent: 119 + - uid: 58 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 119 + - uid: 59 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 119 + - uid: 60 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 119 + - uid: 61 + components: + - type: Transform + pos: 4.5,1.5 + parent: 119 + - uid: 62 + components: + - type: Transform + pos: -4.5,5.5 + parent: 119 + - uid: 63 + components: + - type: Transform + pos: -2.5,6.5 + parent: 119 + - uid: 65 + components: + - type: Transform + pos: -4.5,4.5 + parent: 119 + - uid: 66 + components: + - type: Transform + pos: -2.5,5.5 + parent: 119 + - uid: 67 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 119 + - uid: 69 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 119 + - uid: 70 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 119 + - uid: 71 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 119 + - uid: 72 + components: + - type: Transform + pos: 1.5,5.5 + parent: 119 + - uid: 73 + components: + - type: Transform + pos: 3.5,0.5 + parent: 119 + - uid: 75 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 119 + - uid: 77 + components: + - type: Transform + pos: -0.5,0.5 + parent: 119 + - uid: 79 + components: + - type: Transform + pos: 0.5,0.5 + parent: 119 + - uid: 80 + components: + - type: Transform + pos: 3.5,2.5 + parent: 119 + - uid: 81 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 119 + - uid: 83 + components: + - type: Transform + pos: -4.5,0.5 + parent: 119 + - uid: 84 + components: + - type: Transform + pos: 1.5,0.5 + parent: 119 + - uid: 85 + components: + - type: Transform + pos: -0.5,5.5 + parent: 119 + - uid: 87 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 119 + - uid: 88 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 119 + - uid: 89 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 119 + - uid: 93 + components: + - type: Transform + pos: -1.5,0.5 + parent: 119 + - uid: 94 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 119 + - uid: 95 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 119 + - uid: 115 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 119 +- proto: AsteroidRockCoal + entities: + - uid: 22 + components: + - type: Transform + pos: -4.5,2.5 + parent: 119 + - uid: 23 + components: + - type: Transform + pos: -4.5,1.5 + parent: 119 + - uid: 64 + components: + - type: Transform + pos: -3.5,4.5 + parent: 119 + - uid: 68 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 119 + - uid: 78 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 119 + - uid: 82 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 119 +- proto: Barricade + entities: + - uid: 114 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 119 +- proto: ClothingBeltSalvageWebbing + entities: + - uid: 56 + components: + - type: Transform + pos: -2.5368822,4.4648743 + parent: 119 +- proto: ClothingShoesBootsSalvage + entities: + - uid: 92 + components: + - type: Transform + pos: 1.4983591,-3.8183098 + parent: 119 +- proto: CrateSalvageEquipment + entities: + - uid: 36 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 119 +- proto: FlashlightLantern + entities: + - uid: 112 + components: + - type: Transform + pos: -3.5694947,-4.3641663 + parent: 119 + - uid: 113 + components: + - type: Transform + pos: -3.4288697,-4.5985413 + parent: 119 +- proto: MaintenanceToolSpawner + entities: + - uid: 86 + components: + - type: Transform + pos: -1.5,4.5 + parent: 119 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 96 + components: + - type: Transform + pos: 1.5,3.5 + parent: 119 +- proto: MaterialWoodPlank + entities: + - uid: 117 + components: + - type: Transform + pos: 2.4514842,-3.5058098 + parent: 119 +- proto: Rack + entities: + - uid: 111 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 119 +- proto: Railing + entities: + - uid: 99 + components: + - type: Transform + pos: -0.5,3.5 + parent: 119 + - uid: 100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 119 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 119 + - uid: 102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 119 +- proto: RailingCornerSmall + entities: + - uid: 103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 119 + - uid: 104 + components: + - type: Transform + pos: 0.5,1.5 + parent: 119 + - uid: 105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 119 + - uid: 107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 119 +- proto: RandomArtifactSpawner + entities: + - uid: 91 + components: + - type: Transform + pos: -0.5,2.5 + parent: 119 +- proto: SalvageLootSpawner + entities: + - uid: 43 + components: + - type: Transform + pos: 0.5,4.5 + parent: 119 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 34 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 119 +- proto: SignSecureMed + entities: + - uid: 41 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 119 +- proto: SmallLight + entities: + - uid: 76 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 119 + - uid: 106 + components: + - type: Transform + pos: -0.5,2.5 + parent: 119 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 119 +- proto: SpaceTickSpawner + entities: + - uid: 15 + components: + - type: Transform + pos: 0.5,2.5 + parent: 119 + - uid: 40 + components: + - type: Transform + pos: -1.5,2.5 + parent: 119 + - uid: 74 + components: + - type: Transform + pos: -1.5,1.5 + parent: 119 + - uid: 90 + components: + - type: Transform + pos: -1.5,3.5 + parent: 119 + - uid: 97 + components: + - type: Transform + pos: -0.5,1.5 + parent: 119 + - uid: 98 + components: + - type: Transform + pos: 0.5,1.5 + parent: 119 + - uid: 108 + components: + - type: Transform + pos: 0.5,3.5 + parent: 119 + - uid: 109 + components: + - type: Transform + pos: -0.5,3.5 + parent: 119 +- proto: WallSolid + entities: + - uid: 30 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 119 +- proto: WallSolidRust + entities: + - uid: 45 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 119 +- proto: WeaponLaserGun + entities: + - uid: 116 + components: + - type: Transform + pos: 1.7952341,1.6504403 + parent: 119 +... diff --git a/Resources/Maps/Salvage/wh-salvage.yml b/Resources/Maps/Salvage/wh-salvage.yml index ee2d325e2d4..5a13b538c8b 100644 --- a/Resources/Maps/Salvage/wh-salvage.yml +++ b/Resources/Maps/Salvage/wh-salvage.yml @@ -1,2519 +1,2519 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 11: FloorAsteroidTile - 14: FloorBar - 29: FloorDark - 44: FloorFreezer - 60: FloorKitchen - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 374 - components: - - type: MetaData - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAABDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABDgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAALAAAAAAALAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABdgAAAAABdgAAAAAAdgAAAAACdgAAAAACeQAAAAAALAAAAAAALAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAADDgAAAAADDgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAADgAAAAABDgAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAADgAAAAADDgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAADDgAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: '#FFFFFFFF' - id: BrickTileDarkInnerNe - decals: - 170: -7,-1 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 166: -7,0 - 167: -7,1 - 168: -7,2 - 169: -7,3 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 154: 5,-1 - 155: 4,-1 - 156: 3,-1 - 157: 2,-1 - 158: 1,-1 - 159: 0,-1 - 160: -1,-1 - 161: -2,-1 - 162: -3,-1 - 163: -4,-1 - 164: -5,-1 - 165: -6,-1 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 145: -8,-5 - 146: -8,-4 - 147: -8,-3 - 148: -8,-2 - 149: -8,-1 - 150: -8,0 - 151: -8,1 - 152: -8,2 - 153: -8,3 - - node: - color: '#413F4A6C' - id: CheckerNESW - decals: - 0: -8,-5 - 1: -8,-4 - 2: -8,-3 - 3: -8,-2 - 4: -8,-1 - 5: -8,0 - 6: -8,1 - 7: -8,2 - 8: -8,3 - 9: -7,3 - 10: -7,2 - 11: -7,1 - 12: -7,0 - 13: -7,-1 - 14: -7,-2 - 15: -7,-3 - 16: -7,-4 - 17: -7,-5 - 18: -6,-5 - 19: -6,-4 - 20: -6,-3 - 21: -6,-2 - 22: -6,-1 - 23: -5,-1 - 24: -5,-2 - 25: -5,-3 - 26: -5,-4 - 27: -5,-5 - 28: -4,-5 - 29: -4,-4 - 30: -4,-3 - 31: -4,-2 - 32: -4,-1 - 33: -3,-5 - 34: -2,-5 - 35: -1,-5 - 36: 0,-5 - 37: 0,-4 - 38: -1,-4 - 39: -2,-4 - 40: -3,-4 - 41: -3,-3 - 42: -3,-2 - 43: -3,-1 - 44: -2,-1 - 45: -2,-2 - 46: -2,-3 - 47: -1,-3 - 48: -1,-2 - 49: -1,-1 - 50: 0,-3 - 51: 0,-2 - 52: 0,-1 - 53: 1,-2 - 54: 1,-1 - 55: 2,-2 - 56: 2,-1 - 57: 3,-2 - 58: 3,-1 - 59: 4,-2 - 60: 4,-1 - 61: 5,-2 - 62: 5,-1 - 63: 6,-2 - 64: 6,-1 - 65: 7,-2 - 66: 7,-1 - 67: 8,-2 - 68: 8,-1 - 69: 9,-2 - 70: 9,-1 - 71: 10,-2 - 72: 10,-1 - - node: - color: '#413F4A9E' - id: CheckerNESW - decals: - 73: -5,1 - 74: -5,1 - 75: -6,1 - 76: -6,1 - 77: -6,2 - 78: -6,2 - 79: -6,3 - 80: -6,3 - 81: -5,2 - 82: -5,2 - 83: -5,3 - 84: -5,3 - 85: -4,1 - 86: -4,1 - 87: -4,2 - 88: -4,2 - 89: -4,3 - 90: -4,3 - 91: -3,3 - 92: -3,3 - 93: -3,2 - 94: -3,2 - 95: -3,1 - 96: -3,1 - 97: -2,1 - 98: -2,1 - 99: -2,2 - 100: -2,2 - 101: -2,3 - 102: -2,3 - 103: -1,3 - 104: -1,3 - 105: -1,2 - 106: -1,2 - 107: -1,1 - 108: -1,1 - 109: 0,1 - 110: 0,1 - 111: 0,2 - 112: 0,2 - 113: 0,3 - 114: 0,3 - 115: 1,3 - 116: 1,3 - 117: 1,2 - 118: 1,2 - 119: 1,1 - 120: 1,1 - 121: 2,1 - 122: 2,1 - 123: 2,2 - 124: 2,2 - 125: 2,3 - 126: 2,3 - 127: 3,1 - 128: 3,1 - 129: 3,2 - 130: 3,2 - 131: 3,3 - 132: 3,3 - 133: 4,3 - 134: 4,3 - 135: 4,2 - 136: 4,2 - 137: 4,1 - 138: 4,1 - 139: 5,1 - 140: 5,1 - 141: 5,2 - 142: 5,2 - 143: 5,3 - 144: 5,3 - - node: - color: '#791500FF' - id: MonoOverlay - decals: - 171: -6,-8 - 172: -5,-8 - 173: -4,-8 - 174: -3,-8 - 175: -2,-8 - 176: -1,-8 - 177: 0,-8 - - node: - color: '#EFB34196' - id: a - decals: - 179: -5,-8 - - node: - color: '#EFB34196' - id: e - decals: - 183: -1,-8 - - node: - color: '#EFB34196' - id: f - decals: - 180: -4,-8 - 181: -3,-8 - - node: - color: '#EFB34196' - id: l - decals: - 182: -2,-8 - - node: - color: '#EFB34196' - id: w - decals: - 178: -6.0138683,-7.9461017 - - node: - color: '#EFB34196' - id: z - decals: - 184: 0,-8 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - 0,0: - 0: 65535 - -1,0: - 0: 65535 - -4,-3: - 0: 2048 - -3,-3: - 0: 61216 - -3,-2: - 0: 61422 - -3,-1: - 0: 61166 - -2,-3: - 0: 65314 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -1,-3: - 0: 65314 - -1,-2: - 0: 65535 - 0,-3: - 0: 65378 - 0,-2: - 0: 65535 - 1,-3: - 0: 65312 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-3: - 0: 65314 - 2,-2: - 0: 65535 - 2,-1: - 0: 65535 - 3,-3: - 0: 768 - 3,-2: - 0: 256 - 0,1: - 0: 65535 - 0,2: - 0: 766 - 1,0: - 0: 65535 - 1,1: - 0: 65535 - 1,2: - 0: 767 - 2,0: - 0: 65535 - 2,1: - 0: 65535 - 2,2: - 0: 767 - 3,0: - 0: 16 - 3,1: - 0: 16 - -4,1: - 0: 128 - -3,1: - 0: 61182 - -3,2: - 0: 754 - -3,0: - 0: 61166 - -2,0: - 0: 65535 - -2,1: - 0: 65535 - -2,2: - 0: 763 - -1,1: - 0: 65535 - -1,2: - 0: 759 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockFreezer - entities: - - uid: 252 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 374 - - uid: 253 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 374 -- proto: AsteroidRockMining - entities: - - uid: 1 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 374 - - uid: 2 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 374 - - uid: 3 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 374 - - uid: 4 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 374 - - uid: 5 - components: - - type: Transform - pos: 9.5,-6.5 - parent: 374 - - uid: 6 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 374 - - uid: 7 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 374 - - uid: 8 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 374 - - uid: 9 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 374 - - uid: 10 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 374 - - uid: 11 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 374 - - uid: 12 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 374 - - uid: 13 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 374 - - uid: 14 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 374 - - uid: 15 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 374 - - uid: 16 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 374 - - uid: 17 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 374 - - uid: 18 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 374 - - uid: 19 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 374 - - uid: 20 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 374 - - uid: 21 - components: - - type: Transform - pos: 9.5,-9.5 - parent: 374 - - uid: 22 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 374 - - uid: 23 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 374 - - uid: 24 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 374 - - uid: 287 - components: - - type: Transform - pos: 4.5,8.5 - parent: 374 - - uid: 288 - components: - - type: Transform - pos: 3.5,8.5 - parent: 374 - - uid: 289 - components: - - type: Transform - pos: 3.5,7.5 - parent: 374 - - uid: 290 - components: - - type: Transform - pos: 4.5,7.5 - parent: 374 - - uid: 291 - components: - - type: Transform - pos: 2.5,7.5 - parent: 374 - - uid: 292 - components: - - type: Transform - pos: 1.5,7.5 - parent: 374 - - uid: 293 - components: - - type: Transform - pos: 0.5,6.5 - parent: 374 - - uid: 294 - components: - - type: Transform - pos: 1.5,6.5 - parent: 374 - - uid: 295 - components: - - type: Transform - pos: 2.5,6.5 - parent: 374 - - uid: 296 - components: - - type: Transform - pos: 3.5,6.5 - parent: 374 - - uid: 297 - components: - - type: Transform - pos: 4.5,6.5 - parent: 374 -- proto: BoxFolderYellow - entities: - - uid: 336 - components: - - type: Transform - pos: 7.5006266,6.5952196 - parent: 374 -- proto: CarpetOrange - entities: - - uid: 302 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 374 - - uid: 337 - components: - - type: Transform - pos: 7.5,6.5 - parent: 374 - - uid: 338 - components: - - type: Transform - pos: 7.5,7.5 - parent: 374 - - uid: 339 - components: - - type: Transform - pos: 7.5,8.5 - parent: 374 - - uid: 340 - components: - - type: Transform - pos: 8.5,6.5 - parent: 374 - - uid: 341 - components: - - type: Transform - pos: 8.5,7.5 - parent: 374 - - uid: 342 - components: - - type: Transform - pos: 8.5,8.5 - parent: 374 - - uid: 343 - components: - - type: Transform - pos: 9.5,6.5 - parent: 374 - - uid: 344 - components: - - type: Transform - pos: 9.5,7.5 - parent: 374 - - uid: 345 - components: - - type: Transform - pos: 9.5,8.5 - parent: 374 -- proto: Chair - entities: - - uid: 304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 374 - - uid: 305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 374 -- proto: ChairFolding - entities: - - uid: 363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 - parent: 374 -- proto: ChairWood - entities: - - uid: 51 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 374 - - uid: 52 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 374 - - uid: 53 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 374 - - uid: 54 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 374 - - uid: 55 - components: - - type: Transform - pos: -9.5,3.5 - parent: 374 - - uid: 56 - components: - - type: Transform - pos: -8.5,3.5 - parent: 374 - - uid: 57 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,1.5 - parent: 374 - - uid: 58 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,1.5 - parent: 374 - - uid: 59 - components: - - type: Transform - pos: -9.5,0.5 - parent: 374 - - uid: 60 - components: - - type: Transform - pos: -8.5,0.5 - parent: 374 - - uid: 61 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-1.5 - parent: 374 - - uid: 62 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-1.5 - parent: 374 - - uid: 63 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 374 - - uid: 64 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 374 - - uid: 65 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-4.5 - parent: 374 - - uid: 66 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-4.5 - parent: 374 -- proto: ClosetChefFilled - entities: - - uid: 266 - components: - - type: Transform - pos: 7.5,3.5 - parent: 374 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 352 - components: - - type: Transform - pos: 9.5,3.5 - parent: 374 -- proto: ClothingHeadHatChef - entities: - - uid: 284 - components: - - type: Transform - pos: 0.51766694,3.605132 - parent: 374 -- proto: ClothingHeadHatPaper - entities: - - uid: 286 - components: - - type: Transform - pos: -1.1147271,0.49722147 - parent: 374 -- proto: ComfyChair - entities: - - uid: 318 - components: - - type: Transform - pos: 7.5,7.5 - parent: 374 -- proto: CrateFilledSpawner - entities: - - uid: 267 - components: - - type: Transform - pos: 10.5,1.5 - parent: 374 -- proto: DisposalUnit - entities: - - uid: 72 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 374 - - uid: 306 - components: - - type: Transform - pos: -0.5,6.5 - parent: 374 - - uid: 307 - components: - - type: Transform - pos: -1.5,6.5 - parent: 374 -- proto: DrinkGlass - entities: - - uid: 99 - components: - - type: Transform - pos: -5.555743,0.65469545 - parent: 374 - - uid: 100 - components: - - type: Transform - pos: -3.9776185,0.74844545 - parent: 374 - - uid: 101 - components: - - type: Transform - pos: -2.6807435,0.59219545 - parent: 374 - - uid: 102 - components: - - type: Transform - pos: -0.66511846,0.71719545 - parent: 374 - - uid: 103 - components: - - type: Transform - pos: -9.445305,-0.26717955 - parent: 374 - - uid: 123 - components: - - type: Transform - pos: -3.714935,3.801003 - parent: 374 - - uid: 124 - components: - - type: Transform - pos: -3.51181,3.707253 - parent: 374 - - uid: 125 - components: - - type: Transform - pos: -3.339935,3.801003 - parent: 374 - - uid: 126 - components: - - type: Transform - pos: -3.214935,3.660378 - parent: 374 -- proto: DrinkGoldenCup - entities: - - uid: 323 - components: - - type: Transform - pos: 8.453752,7.630352 - parent: 374 -- proto: DrinkJar - entities: - - uid: 279 - components: - - type: Transform - pos: 0.52655387,-2.328269 - parent: 374 -- proto: DrinkNeurotoxinGlass - entities: - - uid: 366 - components: - - type: Transform - pos: -2.5328293,3.8678043 - parent: 374 -- proto: DrinkWaterBottleFull - entities: - - uid: 105 - components: - - type: Transform - pos: 3.6390457,1.7115543 - parent: 374 - - uid: 367 - components: - - type: Transform - pos: 3.3734207,1.7115543 - parent: 374 - - uid: 368 - components: - - type: Transform - pos: 3.4984207,1.6334293 - parent: 374 -- proto: filingCabinetRandom - entities: - - uid: 319 - components: - - type: Transform - pos: 10.5,7.5 - parent: 374 -- proto: filingCabinetTallRandom - entities: - - uid: 320 - components: - - type: Transform - pos: 10.5,6.5 - parent: 374 -- proto: FloraRockSolid01 - entities: - - uid: 152 - components: - - type: Transform - pos: -0.046269894,-8.814846 - parent: 374 -- proto: FloraRockSolid02 - entities: - - uid: 234 - components: - - type: Transform - pos: -9.218145,-7.4710965 - parent: 374 -- proto: FoodBakedWaffle - entities: - - uid: 118 - components: - - type: Transform - pos: 2.5,3.5 - parent: 374 - - uid: 119 - components: - - type: Transform - pos: 1.5,0.5 - parent: 374 - - uid: 120 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 374 - - uid: 283 - components: - - type: Transform - pos: -9.408061,2.66441 - parent: 374 - - uid: 285 - components: - - type: Transform - pos: 10.618834,-4.4387207 - parent: 374 -- proto: FoodBakedWaffleRoffle - entities: - - uid: 365 - components: - - type: Transform - pos: 3.4027214,3.5300198 - parent: 374 -- proto: FoodBakedWaffleSoy - entities: - - uid: 280 - components: - - type: Transform - pos: 2.589845,1.6464677 - parent: 374 -- proto: FoodBakedWaffleSoylent - entities: - - uid: 303 - components: - - type: Transform - pos: 5.5117197,3.6464677 - parent: 374 -- proto: FoodContainerEgg - entities: - - uid: 116 - components: - - type: Transform - pos: -2.5,3.5 - parent: 374 -- proto: FoodPlateSmallTrash - entities: - - uid: 104 - components: - - type: Transform - pos: -4.8784833,0.57205576 - parent: 374 - - uid: 108 - components: - - type: Transform - pos: -8.867568,-0.30833054 - parent: 374 -- proto: FoodPlateTin - entities: - - uid: 107 - components: - - type: Transform - pos: -5.2756214,3.6472533 - parent: 374 -- proto: FoodPlateTrash - entities: - - uid: 106 - components: - - type: Transform - pos: -3.2378583,0.61893076 - parent: 374 -- proto: Grille - entities: - - uid: 140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-4.5 - parent: 374 - - uid: 141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-3.5 - parent: 374 - - uid: 142 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 - parent: 374 - - uid: 144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 374 - - uid: 146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,1.5 - parent: 374 - - uid: 147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,2.5 - parent: 374 - - uid: 148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,3.5 - parent: 374 - - uid: 149 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-5.5 - parent: 374 - - uid: 150 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-5.5 - parent: 374 - - uid: 151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-5.5 - parent: 374 - - uid: 153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 374 - - uid: 154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 374 - - uid: 155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-5.5 - parent: 374 - - uid: 157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-5.5 - parent: 374 - - uid: 158 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 374 - - uid: 159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 374 - - uid: 160 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 374 - - uid: 161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 - parent: 374 - - uid: 162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 - parent: 374 - - uid: 163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-2.5 - parent: 374 - - uid: 164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 374 - - uid: 165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-5.5 - parent: 374 -- proto: GroundCannabis - entities: - - uid: 358 - components: - - type: Transform - pos: 7.427085,1.6651149 - parent: 374 - - uid: 359 - components: - - type: Transform - pos: 7.56771,1.4151149 - parent: 374 - - uid: 360 - components: - - type: Transform - pos: 7.84896,1.6963649 - parent: 374 -- proto: IngotGold1 - entities: - - uid: 324 - components: - - type: Transform - pos: 6.3276978,8.488195 - parent: 374 - - uid: 325 - components: - - type: Transform - pos: 6.4370728,8.706945 - parent: 374 - - uid: 326 - components: - - type: Transform - pos: 6.6558228,8.550695 - parent: 374 - - uid: 327 - components: - - type: Transform - pos: 6.7651978,8.41007 - parent: 374 - - uid: 328 - components: - - type: Transform - pos: 6.5308228,8.394445 - parent: 374 - - uid: 329 - components: - - type: Transform - pos: 6.4526978,8.31632 - parent: 374 - - uid: 330 - components: - - type: Transform - pos: 6.262486,7.708477 - parent: 374 - - uid: 331 - components: - - type: Transform - pos: 6.7339478,7.691321 - parent: 374 - - uid: 332 - components: - - type: Transform - pos: 6.5151978,7.675696 - parent: 374 - - uid: 333 - components: - - type: Transform - pos: 6.3433228,7.441321 - parent: 374 - - uid: 334 - components: - - type: Transform - pos: 6.4214478,7.488196 - parent: 374 -- proto: IngotSilver1 - entities: - - uid: 143 - components: - - type: Transform - pos: -1.5112443,-2.3908374 - parent: 374 - - uid: 225 - components: - - type: Transform - pos: -1.3549943,-2.5783374 - parent: 374 -- proto: KitchenKnife - entities: - - uid: 115 - components: - - type: Transform - pos: -4.5,3.5 - parent: 374 -- proto: KitchenMicrowave - entities: - - uid: 117 - components: - - type: Transform - pos: 1.5,3.5 - parent: 374 -- proto: LampGold - entities: - - uid: 335 - components: - - type: Transform - pos: 6.5475016,6.9702196 - parent: 374 -- proto: LightPostSmall - entities: - - uid: 269 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 374 - - uid: 270 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 374 -- proto: MaterialCloth - entities: - - uid: 353 - components: - - type: Transform - pos: 10.476502,3.6268404 - parent: 374 -- proto: PackPaperRollingFilters - entities: - - uid: 364 - components: - - type: Transform - pos: 7.237362,1.3310549 - parent: 374 -- proto: PosterContrabandEAT - entities: - - uid: 350 - components: - - type: Transform - pos: 0.5,4.5 - parent: 374 -- proto: PosterLegitFruitBowl - entities: - - uid: 351 - components: - - type: Transform - pos: -3.5,4.5 - parent: 374 -- proto: PosterLegitJustAWeekAway - entities: - - uid: 357 - components: - - type: Transform - pos: 7.5,0.5 - parent: 374 -- proto: Poweredlight - entities: - - uid: 132 - components: - - type: Transform - pos: -3.5,3.5 - parent: 374 -- proto: Rack - entities: - - uid: 93 - components: - - type: Transform - pos: 5.5,3.5 - parent: 374 - - uid: 95 - components: - - type: Transform - pos: 2.5,1.5 - parent: 374 - - uid: 96 - components: - - type: Transform - pos: 3.5,1.5 - parent: 374 - - uid: 321 - components: - - type: Transform - pos: 6.5,7.5 - parent: 374 - - uid: 322 - components: - - type: Transform - pos: 6.5,8.5 - parent: 374 - - uid: 356 - components: - - type: Transform - pos: 10.5,3.5 - parent: 374 -- proto: RandomArcade - entities: - - uid: 370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 374 - - uid: 371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 374 -- proto: RandomArtifactSpawner - entities: - - uid: 373 - components: - - type: Transform - pos: 10.5,2.5 - parent: 374 -- proto: RandomPosterContraband - entities: - - uid: 372 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 374 -- proto: RandomSpawner - entities: - - uid: 308 - components: - - type: Transform - pos: -2.5,6.5 - parent: 374 - - uid: 309 - components: - - type: Transform - pos: -3.5,6.5 - parent: 374 - - uid: 310 - components: - - type: Transform - pos: -1.5,8.5 - parent: 374 - - uid: 311 - components: - - type: Transform - pos: -0.5,7.5 - parent: 374 -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 354 - components: - - type: Transform - pos: 10.5,5.5 - parent: 374 -- proto: SalvageMobSpawner75 - entities: - - uid: 111 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 374 - - uid: 112 - components: - - type: Transform - pos: -9.5,0.5 - parent: 374 - - uid: 275 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 374 - - uid: 276 - components: - - type: Transform - pos: 5.5,0.5 - parent: 374 - - uid: 277 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 374 - - uid: 278 - components: - - type: Transform - pos: -8.5,3.5 - parent: 374 - - uid: 282 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 374 - - uid: 301 - components: - - type: Transform - pos: 2.5,0.5 - parent: 374 -- proto: SignBiohazardMed - entities: - - uid: 300 - components: - - type: Transform - pos: 10.5,4.5 - parent: 374 -- proto: SignPlaque - entities: - - uid: 349 - components: - - type: Transform - pos: 7.5,9.5 - parent: 374 -- proto: SignSmoking - entities: - - uid: 298 - components: - - type: Transform - pos: 9.5,4.5 - parent: 374 - - uid: 299 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 374 -- proto: SinkEmpty - entities: - - uid: 27 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 374 - - uid: 28 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-3.5 - parent: 374 -- proto: SinkWide - entities: - - uid: 97 - components: - - type: Transform - pos: -1.5,3.5 - parent: 374 - - uid: 98 - components: - - type: Transform - pos: -0.5,3.5 - parent: 374 -- proto: SmallLight - entities: - - uid: 134 - components: - - type: Transform - pos: 3.5,3.5 - parent: 374 - - uid: 135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-3.5 - parent: 374 - - uid: 137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-3.5 - parent: 374 - - uid: 139 - components: - - type: Transform - pos: -4.5,3.5 - parent: 374 - - uid: 355 - components: - - type: Transform - pos: 9.5,8.5 - parent: 374 -- proto: SmokingPipeFilledCannabis - entities: - - uid: 361 - components: - - type: Transform - pos: 7.645835,1.8682399 - parent: 374 -- proto: SpaceCash - entities: - - uid: 347 - components: - - type: Transform - pos: 8.447128,6.8764696 - parent: 374 - - uid: 348 - components: - - type: Transform - pos: 8.150253,6.6577196 - parent: 374 -- proto: SpawnMobBearSalvage - entities: - - uid: 113 - components: - - type: Transform - pos: 0.5,2.5 - parent: 374 - - uid: 114 - components: - - type: Transform - pos: -1.5,2.5 - parent: 374 - - uid: 127 - components: - - type: Transform - pos: -3.5,2.5 - parent: 374 - - uid: 128 - components: - - type: Transform - pos: 2.5,2.5 - parent: 374 - - uid: 313 - components: - - type: Transform - pos: 7.5,8.5 - parent: 374 -- proto: SpawnMobCleanBot - entities: - - uid: 369 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 374 -- proto: Stool - entities: - - uid: 67 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 374 - - uid: 68 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 374 - - uid: 69 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 374 - - uid: 70 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 374 - - uid: 71 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 374 -- proto: StoolBar - entities: - - uid: 45 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 374 - - uid: 46 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-0.5 - parent: 374 - - uid: 47 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-0.5 - parent: 374 - - uid: 48 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 374 - - uid: 49 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-0.5 - parent: 374 - - uid: 50 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 374 -- proto: Table - entities: - - uid: 73 - components: - - type: Transform - pos: 1.5,0.5 - parent: 374 - - uid: 74 - components: - - type: Transform - pos: 4.5,0.5 - parent: 374 - - uid: 75 - components: - - type: Transform - pos: -9.5,2.5 - parent: 374 - - uid: 76 - components: - - type: Transform - pos: -8.5,2.5 - parent: 374 - - uid: 77 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 374 - - uid: 78 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 374 - - uid: 79 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 374 - - uid: 80 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 374 - - uid: 362 - components: - - type: Transform - pos: 7.5,1.5 - parent: 374 -- proto: TableCarpet - entities: - - uid: 314 - components: - - type: Transform - pos: 6.5,6.5 - parent: 374 - - uid: 315 - components: - - type: Transform - pos: 7.5,6.5 - parent: 374 - - uid: 316 - components: - - type: Transform - pos: 8.5,6.5 - parent: 374 - - uid: 317 - components: - - type: Transform - pos: 8.5,7.5 - parent: 374 -- proto: TableReinforced - entities: - - uid: 33 - components: - - type: Transform - pos: -5.5,0.5 - parent: 374 - - uid: 39 - components: - - type: Transform - pos: -4.5,0.5 - parent: 374 - - uid: 40 - components: - - type: Transform - pos: -2.5,3.5 - parent: 374 - - uid: 41 - components: - - type: Transform - pos: -3.5,3.5 - parent: 374 - - uid: 42 - components: - - type: Transform - pos: -4.5,3.5 - parent: 374 - - uid: 43 - components: - - type: Transform - pos: -5.5,3.5 - parent: 374 - - uid: 85 - components: - - type: Transform - pos: -0.5,0.5 - parent: 374 - - uid: 86 - components: - - type: Transform - pos: -1.5,0.5 - parent: 374 - - uid: 87 - components: - - type: Transform - pos: -2.5,0.5 - parent: 374 - - uid: 88 - components: - - type: Transform - pos: -3.5,0.5 - parent: 374 - - uid: 89 - components: - - type: Transform - pos: 3.5,3.5 - parent: 374 - - uid: 90 - components: - - type: Transform - pos: 2.5,3.5 - parent: 374 - - uid: 91 - components: - - type: Transform - pos: 1.5,3.5 - parent: 374 - - uid: 92 - components: - - type: Transform - pos: 0.5,3.5 - parent: 374 - - uid: 271 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 374 - - uid: 272 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 374 - - uid: 273 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 374 -- proto: ToiletDirtyWater - entities: - - uid: 25 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 374 - - uid: 26 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-4.5 - parent: 374 -- proto: TrashBag - entities: - - uid: 312 - components: - - type: Transform - pos: -0.98287857,6.152038 - parent: 374 -- proto: VendingMachineDinnerware - entities: - - uid: 94 - components: - - type: MetaData - name: Dinnerware - - type: Transform - pos: 4.5,3.5 - parent: 374 -- proto: WallBrick - entities: - - uid: 110 - components: - - type: Transform - pos: 11.5,9.5 - parent: 374 - - uid: 131 - components: - - type: Transform - pos: 11.5,7.5 - parent: 374 - - uid: 145 - components: - - type: Transform - pos: -10.5,0.5 - parent: 374 - - uid: 156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 - parent: 374 - - uid: 166 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 374 - - uid: 167 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 374 - - uid: 168 - components: - - type: Transform - pos: 8.5,9.5 - parent: 374 - - uid: 169 - components: - - type: Transform - pos: 7.5,9.5 - parent: 374 - - uid: 170 - components: - - type: Transform - pos: 6.5,9.5 - parent: 374 - - uid: 171 - components: - - type: Transform - pos: 5.5,9.5 - parent: 374 - - uid: 173 - components: - - type: Transform - pos: 5.5,6.5 - parent: 374 - - uid: 174 - components: - - type: Transform - pos: 5.5,7.5 - parent: 374 - - uid: 175 - components: - - type: Transform - pos: 5.5,8.5 - parent: 374 - - uid: 176 - components: - - type: Transform - pos: 10.5,0.5 - parent: 374 - - uid: 177 - components: - - type: Transform - pos: 10.5,4.5 - parent: 374 - - uid: 178 - components: - - type: Transform - pos: 9.5,4.5 - parent: 374 - - uid: 179 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 374 - - uid: 180 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 374 - - uid: 181 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 374 - - uid: 182 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 374 - - uid: 183 - components: - - type: Transform - pos: 9.5,9.5 - parent: 374 - - uid: 184 - components: - - type: Transform - pos: -10.5,4.5 - parent: 374 - - uid: 185 - components: - - type: Transform - pos: -9.5,4.5 - parent: 374 - - uid: 186 - components: - - type: Transform - pos: 11.5,6.5 - parent: 374 - - uid: 187 - components: - - type: Transform - pos: -8.5,4.5 - parent: 374 - - uid: 188 - components: - - type: Transform - pos: -7.5,4.5 - parent: 374 - - uid: 189 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 374 - - uid: 190 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 374 - - uid: 191 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 374 - - uid: 192 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 374 - - uid: 193 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 374 - - uid: 194 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 374 - - uid: 195 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 374 - - uid: 196 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 374 - - uid: 197 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 374 - - uid: 198 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 374 - - uid: 199 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 374 - - uid: 200 - components: - - type: Transform - pos: 6.5,3.5 - parent: 374 - - uid: 201 - components: - - type: Transform - pos: 6.5,1.5 - parent: 374 - - uid: 202 - components: - - type: Transform - pos: 6.5,0.5 - parent: 374 - - uid: 203 - components: - - type: Transform - pos: 7.5,0.5 - parent: 374 - - uid: 204 - components: - - type: Transform - pos: 8.5,0.5 - parent: 374 - - uid: 205 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 374 - - uid: 206 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 374 - - uid: 207 - components: - - type: Transform - pos: -6.5,4.5 - parent: 374 - - uid: 208 - components: - - type: Transform - pos: -5.5,4.5 - parent: 374 - - uid: 209 - components: - - type: Transform - pos: -4.5,4.5 - parent: 374 - - uid: 210 - components: - - type: Transform - pos: -3.5,4.5 - parent: 374 - - uid: 211 - components: - - type: Transform - pos: -2.5,4.5 - parent: 374 - - uid: 212 - components: - - type: Transform - pos: -1.5,4.5 - parent: 374 - - uid: 213 - components: - - type: Transform - pos: -0.5,4.5 - parent: 374 - - uid: 214 - components: - - type: Transform - pos: 0.5,4.5 - parent: 374 - - uid: 215 - components: - - type: Transform - pos: 1.5,4.5 - parent: 374 - - uid: 216 - components: - - type: Transform - pos: 2.5,4.5 - parent: 374 - - uid: 217 - components: - - type: Transform - pos: 4.5,4.5 - parent: 374 - - uid: 218 - components: - - type: Transform - pos: 7.5,4.5 - parent: 374 - - uid: 219 - components: - - type: Transform - pos: 5.5,4.5 - parent: 374 - - uid: 220 - components: - - type: Transform - pos: 6.5,4.5 - parent: 374 - - uid: 221 - components: - - type: Transform - pos: 3.5,4.5 - parent: 374 - - uid: 227 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 374 - - uid: 238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-5.5 - parent: 374 - - uid: 254 - components: - - type: Transform - pos: 11.5,8.5 - parent: 374 - - uid: 255 - components: - - type: Transform - pos: 10.5,9.5 - parent: 374 - - uid: 256 - components: - - type: Transform - pos: 11.5,0.5 - parent: 374 - - uid: 257 - components: - - type: Transform - pos: 11.5,1.5 - parent: 374 - - uid: 258 - components: - - type: Transform - pos: 11.5,2.5 - parent: 374 - - uid: 259 - components: - - type: Transform - pos: 11.5,3.5 - parent: 374 - - uid: 260 - components: - - type: Transform - pos: 11.5,4.5 - parent: 374 - - uid: 261 - components: - - type: Transform - pos: 11.5,5.5 - parent: 374 - - uid: 262 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 374 - - uid: 263 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 374 - - uid: 264 - components: - - type: Transform - pos: 11.5,-2.5 - parent: 374 - - uid: 265 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 374 -- proto: WaterCooler - entities: - - uid: 346 - components: - - type: Transform - pos: 10.5,8.5 - parent: 374 -- proto: WindoorSecure - entities: - - uid: 38 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,2.5 - parent: 374 -- proto: Window - entities: - - uid: 222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-4.5 - parent: 374 - - uid: 223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-3.5 - parent: 374 - - uid: 224 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 - parent: 374 - - uid: 226 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 374 - - uid: 228 - components: - - type: Transform - pos: -10.5,1.5 - parent: 374 - - uid: 229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,2.5 - parent: 374 - - uid: 230 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,3.5 - parent: 374 - - uid: 231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-5.5 - parent: 374 - - uid: 232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-5.5 - parent: 374 - - uid: 233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-5.5 - parent: 374 - - uid: 235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 374 - - uid: 236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 374 - - uid: 237 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-5.5 - parent: 374 - - uid: 239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-5.5 - parent: 374 - - uid: 240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 374 - - uid: 241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 374 - - uid: 242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 374 - - uid: 243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 374 - - uid: 244 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-5.5 - parent: 374 - - uid: 245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-2.5 - parent: 374 - - uid: 246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 - parent: 374 - - uid: 247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-2.5 - parent: 374 -- proto: WindowDirectional - entities: - - uid: 109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-7.5 - parent: 374 - - uid: 121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 374 - - uid: 122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-7.5 - parent: 374 - - uid: 129 - components: - - type: Transform - pos: 1.5,1.5 - parent: 374 - - uid: 130 - components: - - type: Transform - pos: 4.5,1.5 - parent: 374 - - uid: 133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-7.5 - parent: 374 - - uid: 138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-7.5 - parent: 374 - - uid: 250 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-7.5 - parent: 374 - - uid: 251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 374 -- proto: WindowFrostedDirectional - entities: - - uid: 29 - components: - - type: Transform - pos: 5.5,1.5 - parent: 374 - - uid: 30 - components: - - type: Transform - pos: 3.5,1.5 - parent: 374 - - uid: 31 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 374 - - uid: 32 - components: - - type: Transform - pos: 2.5,1.5 - parent: 374 - - uid: 34 - components: - - type: Transform - pos: 0.5,1.5 - parent: 374 - - uid: 35 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 374 - - uid: 36 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 - parent: 374 - - uid: 37 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,3.5 - parent: 374 - - uid: 44 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,0.5 - parent: 374 - - uid: 81 - components: - - type: Transform - pos: -8.5,1.5 - parent: 374 - - uid: 82 - components: - - type: Transform - pos: -9.5,1.5 - parent: 374 - - uid: 83 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 374 - - uid: 84 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 374 -- proto: WindowReinforcedDirectional - entities: - - uid: 274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 374 -- proto: WoodDoor - entities: - - uid: 136 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 374 - - uid: 172 - components: - - type: Transform - pos: 5.5,5.5 - parent: 374 - - uid: 248 - components: - - type: Transform - pos: 6.5,2.5 - parent: 374 - - uid: 249 - components: - - type: Transform - pos: 9.5,0.5 - parent: 374 - - uid: 268 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 374 - - uid: 281 - components: - - type: Transform - pos: 8.5,4.5 - parent: 374 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 11: FloorAsteroidTile + 14: FloorBar + 29: FloorDark + 44: FloorFreezer + 60: FloorKitchen + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 374 + components: + - type: MetaData + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAABDgAAAAACDgAAAAABDgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAABDgAAAAAADgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABDgAAAAACDgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAADeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAALAAAAAAALAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABdgAAAAABdgAAAAAAdgAAAAACdgAAAAACeQAAAAAALAAAAAAALAAAAAAAeQAAAAAALAAAAAAALAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAADDgAAAAADDgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAAADgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAADgAAAAABDgAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAADgAAAAADDgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACDgAAAAADDgAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAABwAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 170: -7,-1 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 166: -7,0 + 167: -7,1 + 168: -7,2 + 169: -7,3 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 154: 5,-1 + 155: 4,-1 + 156: 3,-1 + 157: 2,-1 + 158: 1,-1 + 159: 0,-1 + 160: -1,-1 + 161: -2,-1 + 162: -3,-1 + 163: -4,-1 + 164: -5,-1 + 165: -6,-1 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 145: -8,-5 + 146: -8,-4 + 147: -8,-3 + 148: -8,-2 + 149: -8,-1 + 150: -8,0 + 151: -8,1 + 152: -8,2 + 153: -8,3 + - node: + color: '#413F4A6C' + id: CheckerNESW + decals: + 0: -8,-5 + 1: -8,-4 + 2: -8,-3 + 3: -8,-2 + 4: -8,-1 + 5: -8,0 + 6: -8,1 + 7: -8,2 + 8: -8,3 + 9: -7,3 + 10: -7,2 + 11: -7,1 + 12: -7,0 + 13: -7,-1 + 14: -7,-2 + 15: -7,-3 + 16: -7,-4 + 17: -7,-5 + 18: -6,-5 + 19: -6,-4 + 20: -6,-3 + 21: -6,-2 + 22: -6,-1 + 23: -5,-1 + 24: -5,-2 + 25: -5,-3 + 26: -5,-4 + 27: -5,-5 + 28: -4,-5 + 29: -4,-4 + 30: -4,-3 + 31: -4,-2 + 32: -4,-1 + 33: -3,-5 + 34: -2,-5 + 35: -1,-5 + 36: 0,-5 + 37: 0,-4 + 38: -1,-4 + 39: -2,-4 + 40: -3,-4 + 41: -3,-3 + 42: -3,-2 + 43: -3,-1 + 44: -2,-1 + 45: -2,-2 + 46: -2,-3 + 47: -1,-3 + 48: -1,-2 + 49: -1,-1 + 50: 0,-3 + 51: 0,-2 + 52: 0,-1 + 53: 1,-2 + 54: 1,-1 + 55: 2,-2 + 56: 2,-1 + 57: 3,-2 + 58: 3,-1 + 59: 4,-2 + 60: 4,-1 + 61: 5,-2 + 62: 5,-1 + 63: 6,-2 + 64: 6,-1 + 65: 7,-2 + 66: 7,-1 + 67: 8,-2 + 68: 8,-1 + 69: 9,-2 + 70: 9,-1 + 71: 10,-2 + 72: 10,-1 + - node: + color: '#413F4A9E' + id: CheckerNESW + decals: + 73: -5,1 + 74: -5,1 + 75: -6,1 + 76: -6,1 + 77: -6,2 + 78: -6,2 + 79: -6,3 + 80: -6,3 + 81: -5,2 + 82: -5,2 + 83: -5,3 + 84: -5,3 + 85: -4,1 + 86: -4,1 + 87: -4,2 + 88: -4,2 + 89: -4,3 + 90: -4,3 + 91: -3,3 + 92: -3,3 + 93: -3,2 + 94: -3,2 + 95: -3,1 + 96: -3,1 + 97: -2,1 + 98: -2,1 + 99: -2,2 + 100: -2,2 + 101: -2,3 + 102: -2,3 + 103: -1,3 + 104: -1,3 + 105: -1,2 + 106: -1,2 + 107: -1,1 + 108: -1,1 + 109: 0,1 + 110: 0,1 + 111: 0,2 + 112: 0,2 + 113: 0,3 + 114: 0,3 + 115: 1,3 + 116: 1,3 + 117: 1,2 + 118: 1,2 + 119: 1,1 + 120: 1,1 + 121: 2,1 + 122: 2,1 + 123: 2,2 + 124: 2,2 + 125: 2,3 + 126: 2,3 + 127: 3,1 + 128: 3,1 + 129: 3,2 + 130: 3,2 + 131: 3,3 + 132: 3,3 + 133: 4,3 + 134: 4,3 + 135: 4,2 + 136: 4,2 + 137: 4,1 + 138: 4,1 + 139: 5,1 + 140: 5,1 + 141: 5,2 + 142: 5,2 + 143: 5,3 + 144: 5,3 + - node: + color: '#791500FF' + id: MonoOverlay + decals: + 171: -6,-8 + 172: -5,-8 + 173: -4,-8 + 174: -3,-8 + 175: -2,-8 + 176: -1,-8 + 177: 0,-8 + - node: + color: '#EFB34196' + id: a + decals: + 179: -5,-8 + - node: + color: '#EFB34196' + id: e + decals: + 183: -1,-8 + - node: + color: '#EFB34196' + id: f + decals: + 180: -4,-8 + 181: -3,-8 + - node: + color: '#EFB34196' + id: l + decals: + 182: -2,-8 + - node: + color: '#EFB34196' + id: w + decals: + 178: -6.0138683,-7.9461017 + - node: + color: '#EFB34196' + id: z + decals: + 184: 0,-8 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + 0,0: + 0: 65535 + -1,0: + 0: 65535 + -4,-3: + 0: 2048 + -3,-3: + 0: 61216 + -3,-2: + 0: 61422 + -3,-1: + 0: 61166 + -2,-3: + 0: 65314 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -1,-3: + 0: 65314 + -1,-2: + 0: 65535 + 0,-3: + 0: 65378 + 0,-2: + 0: 65535 + 1,-3: + 0: 65312 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-3: + 0: 65314 + 2,-2: + 0: 65535 + 2,-1: + 0: 65535 + 3,-3: + 0: 768 + 3,-2: + 0: 256 + 0,1: + 0: 65535 + 0,2: + 0: 766 + 1,0: + 0: 65535 + 1,1: + 0: 65535 + 1,2: + 0: 767 + 2,0: + 0: 65535 + 2,1: + 0: 65535 + 2,2: + 0: 767 + 3,0: + 0: 16 + 3,1: + 0: 16 + -4,1: + 0: 128 + -3,1: + 0: 61182 + -3,2: + 0: 754 + -3,0: + 0: 61166 + -2,0: + 0: 65535 + -2,1: + 0: 65535 + -2,2: + 0: 763 + -1,1: + 0: 65535 + -1,2: + 0: 759 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockFreezer + entities: + - uid: 252 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 374 + - uid: 253 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 374 +- proto: AsteroidRockMining + entities: + - uid: 1 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 374 + - uid: 2 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 374 + - uid: 3 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 374 + - uid: 4 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 374 + - uid: 5 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 374 + - uid: 6 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 374 + - uid: 7 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 374 + - uid: 8 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 374 + - uid: 9 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 374 + - uid: 10 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 374 + - uid: 11 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 374 + - uid: 12 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 374 + - uid: 13 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 374 + - uid: 14 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 374 + - uid: 15 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 374 + - uid: 16 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 374 + - uid: 17 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 374 + - uid: 18 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 374 + - uid: 19 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 374 + - uid: 20 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 374 + - uid: 21 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 374 + - uid: 22 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 374 + - uid: 23 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 374 + - uid: 24 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 374 + - uid: 287 + components: + - type: Transform + pos: 4.5,8.5 + parent: 374 + - uid: 288 + components: + - type: Transform + pos: 3.5,8.5 + parent: 374 + - uid: 289 + components: + - type: Transform + pos: 3.5,7.5 + parent: 374 + - uid: 290 + components: + - type: Transform + pos: 4.5,7.5 + parent: 374 + - uid: 291 + components: + - type: Transform + pos: 2.5,7.5 + parent: 374 + - uid: 292 + components: + - type: Transform + pos: 1.5,7.5 + parent: 374 + - uid: 293 + components: + - type: Transform + pos: 0.5,6.5 + parent: 374 + - uid: 294 + components: + - type: Transform + pos: 1.5,6.5 + parent: 374 + - uid: 295 + components: + - type: Transform + pos: 2.5,6.5 + parent: 374 + - uid: 296 + components: + - type: Transform + pos: 3.5,6.5 + parent: 374 + - uid: 297 + components: + - type: Transform + pos: 4.5,6.5 + parent: 374 +- proto: BoxFolderYellow + entities: + - uid: 336 + components: + - type: Transform + pos: 7.5006266,6.5952196 + parent: 374 +- proto: CarpetOrange + entities: + - uid: 302 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 374 + - uid: 337 + components: + - type: Transform + pos: 7.5,6.5 + parent: 374 + - uid: 338 + components: + - type: Transform + pos: 7.5,7.5 + parent: 374 + - uid: 339 + components: + - type: Transform + pos: 7.5,8.5 + parent: 374 + - uid: 340 + components: + - type: Transform + pos: 8.5,6.5 + parent: 374 + - uid: 341 + components: + - type: Transform + pos: 8.5,7.5 + parent: 374 + - uid: 342 + components: + - type: Transform + pos: 8.5,8.5 + parent: 374 + - uid: 343 + components: + - type: Transform + pos: 9.5,6.5 + parent: 374 + - uid: 344 + components: + - type: Transform + pos: 9.5,7.5 + parent: 374 + - uid: 345 + components: + - type: Transform + pos: 9.5,8.5 + parent: 374 +- proto: Chair + entities: + - uid: 304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 374 + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 374 +- proto: ChairFolding + entities: + - uid: 363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 374 +- proto: ChairWood + entities: + - uid: 51 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 374 + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 374 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 374 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 374 + - uid: 55 + components: + - type: Transform + pos: -9.5,3.5 + parent: 374 + - uid: 56 + components: + - type: Transform + pos: -8.5,3.5 + parent: 374 + - uid: 57 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 374 + - uid: 58 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,1.5 + parent: 374 + - uid: 59 + components: + - type: Transform + pos: -9.5,0.5 + parent: 374 + - uid: 60 + components: + - type: Transform + pos: -8.5,0.5 + parent: 374 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-1.5 + parent: 374 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-1.5 + parent: 374 + - uid: 63 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 374 + - uid: 64 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 374 + - uid: 65 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-4.5 + parent: 374 + - uid: 66 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-4.5 + parent: 374 +- proto: ClosetChefFilled + entities: + - uid: 266 + components: + - type: Transform + pos: 7.5,3.5 + parent: 374 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 352 + components: + - type: Transform + pos: 9.5,3.5 + parent: 374 +- proto: ClothingHeadHatChef + entities: + - uid: 284 + components: + - type: Transform + pos: 0.51766694,3.605132 + parent: 374 +- proto: ClothingHeadHatPaper + entities: + - uid: 286 + components: + - type: Transform + pos: -1.1147271,0.49722147 + parent: 374 +- proto: ComfyChair + entities: + - uid: 318 + components: + - type: Transform + pos: 7.5,7.5 + parent: 374 +- proto: CrateFilledSpawner + entities: + - uid: 267 + components: + - type: Transform + pos: 10.5,1.5 + parent: 374 +- proto: DisposalUnit + entities: + - uid: 72 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 374 + - uid: 306 + components: + - type: Transform + pos: -0.5,6.5 + parent: 374 + - uid: 307 + components: + - type: Transform + pos: -1.5,6.5 + parent: 374 +- proto: DrinkGlass + entities: + - uid: 99 + components: + - type: Transform + pos: -5.555743,0.65469545 + parent: 374 + - uid: 100 + components: + - type: Transform + pos: -3.9776185,0.74844545 + parent: 374 + - uid: 101 + components: + - type: Transform + pos: -2.6807435,0.59219545 + parent: 374 + - uid: 102 + components: + - type: Transform + pos: -0.66511846,0.71719545 + parent: 374 + - uid: 103 + components: + - type: Transform + pos: -9.445305,-0.26717955 + parent: 374 + - uid: 123 + components: + - type: Transform + pos: -3.714935,3.801003 + parent: 374 + - uid: 124 + components: + - type: Transform + pos: -3.51181,3.707253 + parent: 374 + - uid: 125 + components: + - type: Transform + pos: -3.339935,3.801003 + parent: 374 + - uid: 126 + components: + - type: Transform + pos: -3.214935,3.660378 + parent: 374 +- proto: DrinkGoldenCup + entities: + - uid: 323 + components: + - type: Transform + pos: 8.453752,7.630352 + parent: 374 +- proto: DrinkJar + entities: + - uid: 279 + components: + - type: Transform + pos: 0.52655387,-2.328269 + parent: 374 +- proto: DrinkNeurotoxinGlass + entities: + - uid: 366 + components: + - type: Transform + pos: -2.5328293,3.8678043 + parent: 374 +- proto: DrinkWaterBottleFull + entities: + - uid: 105 + components: + - type: Transform + pos: 3.6390457,1.7115543 + parent: 374 + - uid: 367 + components: + - type: Transform + pos: 3.3734207,1.7115543 + parent: 374 + - uid: 368 + components: + - type: Transform + pos: 3.4984207,1.6334293 + parent: 374 +- proto: filingCabinetRandom + entities: + - uid: 319 + components: + - type: Transform + pos: 10.5,7.5 + parent: 374 +- proto: filingCabinetTallRandom + entities: + - uid: 320 + components: + - type: Transform + pos: 10.5,6.5 + parent: 374 +- proto: FloraRockSolid01 + entities: + - uid: 152 + components: + - type: Transform + pos: -0.046269894,-8.814846 + parent: 374 +- proto: FloraRockSolid02 + entities: + - uid: 234 + components: + - type: Transform + pos: -9.218145,-7.4710965 + parent: 374 +- proto: FoodBakedWaffle + entities: + - uid: 118 + components: + - type: Transform + pos: 2.5,3.5 + parent: 374 + - uid: 119 + components: + - type: Transform + pos: 1.5,0.5 + parent: 374 + - uid: 120 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 374 + - uid: 283 + components: + - type: Transform + pos: -9.408061,2.66441 + parent: 374 + - uid: 285 + components: + - type: Transform + pos: 10.618834,-4.4387207 + parent: 374 +- proto: FoodBakedWaffleRoffle + entities: + - uid: 365 + components: + - type: Transform + pos: 3.4027214,3.5300198 + parent: 374 +- proto: FoodBakedWaffleSoy + entities: + - uid: 280 + components: + - type: Transform + pos: 2.589845,1.6464677 + parent: 374 +- proto: FoodBakedWaffleSoylent + entities: + - uid: 303 + components: + - type: Transform + pos: 5.5117197,3.6464677 + parent: 374 +- proto: FoodContainerEgg + entities: + - uid: 116 + components: + - type: Transform + pos: -2.5,3.5 + parent: 374 +- proto: FoodPlateSmallTrash + entities: + - uid: 104 + components: + - type: Transform + pos: -4.8784833,0.57205576 + parent: 374 + - uid: 108 + components: + - type: Transform + pos: -8.867568,-0.30833054 + parent: 374 +- proto: FoodPlateTin + entities: + - uid: 107 + components: + - type: Transform + pos: -5.2756214,3.6472533 + parent: 374 +- proto: FoodPlateTrash + entities: + - uid: 106 + components: + - type: Transform + pos: -3.2378583,0.61893076 + parent: 374 +- proto: Grille + entities: + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 374 + - uid: 141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-3.5 + parent: 374 + - uid: 142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-2.5 + parent: 374 + - uid: 144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 374 + - uid: 146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,1.5 + parent: 374 + - uid: 147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,2.5 + parent: 374 + - uid: 148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,3.5 + parent: 374 + - uid: 149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 374 + - uid: 150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-5.5 + parent: 374 + - uid: 151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 374 + - uid: 153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 374 + - uid: 154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 374 + - uid: 155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 374 + - uid: 157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 374 + - uid: 158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 374 + - uid: 159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 374 + - uid: 160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 374 + - uid: 161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 374 + - uid: 162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 374 + - uid: 163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 374 + - uid: 164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 374 + - uid: 165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 374 +- proto: GroundCannabis + entities: + - uid: 358 + components: + - type: Transform + pos: 7.427085,1.6651149 + parent: 374 + - uid: 359 + components: + - type: Transform + pos: 7.56771,1.4151149 + parent: 374 + - uid: 360 + components: + - type: Transform + pos: 7.84896,1.6963649 + parent: 374 +- proto: IngotGold1 + entities: + - uid: 324 + components: + - type: Transform + pos: 6.3276978,8.488195 + parent: 374 + - uid: 325 + components: + - type: Transform + pos: 6.4370728,8.706945 + parent: 374 + - uid: 326 + components: + - type: Transform + pos: 6.6558228,8.550695 + parent: 374 + - uid: 327 + components: + - type: Transform + pos: 6.7651978,8.41007 + parent: 374 + - uid: 328 + components: + - type: Transform + pos: 6.5308228,8.394445 + parent: 374 + - uid: 329 + components: + - type: Transform + pos: 6.4526978,8.31632 + parent: 374 + - uid: 330 + components: + - type: Transform + pos: 6.262486,7.708477 + parent: 374 + - uid: 331 + components: + - type: Transform + pos: 6.7339478,7.691321 + parent: 374 + - uid: 332 + components: + - type: Transform + pos: 6.5151978,7.675696 + parent: 374 + - uid: 333 + components: + - type: Transform + pos: 6.3433228,7.441321 + parent: 374 + - uid: 334 + components: + - type: Transform + pos: 6.4214478,7.488196 + parent: 374 +- proto: IngotSilver1 + entities: + - uid: 143 + components: + - type: Transform + pos: -1.5112443,-2.3908374 + parent: 374 + - uid: 225 + components: + - type: Transform + pos: -1.3549943,-2.5783374 + parent: 374 +- proto: KitchenKnife + entities: + - uid: 115 + components: + - type: Transform + pos: -4.5,3.5 + parent: 374 +- proto: KitchenMicrowave + entities: + - uid: 117 + components: + - type: Transform + pos: 1.5,3.5 + parent: 374 +- proto: LampGold + entities: + - uid: 335 + components: + - type: Transform + pos: 6.5475016,6.9702196 + parent: 374 +- proto: LightPostSmall + entities: + - uid: 269 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 374 + - uid: 270 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 374 +- proto: MaterialCloth + entities: + - uid: 353 + components: + - type: Transform + pos: 10.476502,3.6268404 + parent: 374 +- proto: PackPaperRollingFilters + entities: + - uid: 364 + components: + - type: Transform + pos: 7.237362,1.3310549 + parent: 374 +- proto: PosterContrabandEAT + entities: + - uid: 350 + components: + - type: Transform + pos: 0.5,4.5 + parent: 374 +- proto: PosterLegitFruitBowl + entities: + - uid: 351 + components: + - type: Transform + pos: -3.5,4.5 + parent: 374 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 357 + components: + - type: Transform + pos: 7.5,0.5 + parent: 374 +- proto: Poweredlight + entities: + - uid: 132 + components: + - type: Transform + pos: -3.5,3.5 + parent: 374 +- proto: Rack + entities: + - uid: 93 + components: + - type: Transform + pos: 5.5,3.5 + parent: 374 + - uid: 95 + components: + - type: Transform + pos: 2.5,1.5 + parent: 374 + - uid: 96 + components: + - type: Transform + pos: 3.5,1.5 + parent: 374 + - uid: 321 + components: + - type: Transform + pos: 6.5,7.5 + parent: 374 + - uid: 322 + components: + - type: Transform + pos: 6.5,8.5 + parent: 374 + - uid: 356 + components: + - type: Transform + pos: 10.5,3.5 + parent: 374 +- proto: RandomArcade + entities: + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 374 + - uid: 371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 374 +- proto: RandomArtifactSpawner + entities: + - uid: 373 + components: + - type: Transform + pos: 10.5,2.5 + parent: 374 +- proto: RandomPosterContraband + entities: + - uid: 372 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 374 +- proto: RandomSpawner + entities: + - uid: 308 + components: + - type: Transform + pos: -2.5,6.5 + parent: 374 + - uid: 309 + components: + - type: Transform + pos: -3.5,6.5 + parent: 374 + - uid: 310 + components: + - type: Transform + pos: -1.5,8.5 + parent: 374 + - uid: 311 + components: + - type: Transform + pos: -0.5,7.5 + parent: 374 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 354 + components: + - type: Transform + pos: 10.5,5.5 + parent: 374 +- proto: SalvageMobSpawner75 + entities: + - uid: 111 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 374 + - uid: 112 + components: + - type: Transform + pos: -9.5,0.5 + parent: 374 + - uid: 275 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 374 + - uid: 276 + components: + - type: Transform + pos: 5.5,0.5 + parent: 374 + - uid: 277 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 374 + - uid: 278 + components: + - type: Transform + pos: -8.5,3.5 + parent: 374 + - uid: 282 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 374 + - uid: 301 + components: + - type: Transform + pos: 2.5,0.5 + parent: 374 +- proto: SignBiohazardMed + entities: + - uid: 300 + components: + - type: Transform + pos: 10.5,4.5 + parent: 374 +- proto: SignPlaque + entities: + - uid: 349 + components: + - type: Transform + pos: 7.5,9.5 + parent: 374 +- proto: SignSmoking + entities: + - uid: 298 + components: + - type: Transform + pos: 9.5,4.5 + parent: 374 + - uid: 299 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 374 +- proto: SinkEmpty + entities: + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 374 + - uid: 28 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-3.5 + parent: 374 +- proto: SinkWide + entities: + - uid: 97 + components: + - type: Transform + pos: -1.5,3.5 + parent: 374 + - uid: 98 + components: + - type: Transform + pos: -0.5,3.5 + parent: 374 +- proto: SmallLight + entities: + - uid: 134 + components: + - type: Transform + pos: 3.5,3.5 + parent: 374 + - uid: 135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 374 + - uid: 137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 374 + - uid: 139 + components: + - type: Transform + pos: -4.5,3.5 + parent: 374 + - uid: 355 + components: + - type: Transform + pos: 9.5,8.5 + parent: 374 +- proto: SmokingPipeFilledCannabis + entities: + - uid: 361 + components: + - type: Transform + pos: 7.645835,1.8682399 + parent: 374 +- proto: SpaceCash + entities: + - uid: 347 + components: + - type: Transform + pos: 8.447128,6.8764696 + parent: 374 + - uid: 348 + components: + - type: Transform + pos: 8.150253,6.6577196 + parent: 374 +- proto: SpawnMobBearSalvage + entities: + - uid: 113 + components: + - type: Transform + pos: 0.5,2.5 + parent: 374 + - uid: 114 + components: + - type: Transform + pos: -1.5,2.5 + parent: 374 + - uid: 127 + components: + - type: Transform + pos: -3.5,2.5 + parent: 374 + - uid: 128 + components: + - type: Transform + pos: 2.5,2.5 + parent: 374 + - uid: 313 + components: + - type: Transform + pos: 7.5,8.5 + parent: 374 +- proto: SpawnMobCleanBot + entities: + - uid: 369 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 374 +- proto: Stool + entities: + - uid: 67 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 374 + - uid: 68 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 374 + - uid: 69 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 374 + - uid: 70 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 374 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 374 +- proto: StoolBar + entities: + - uid: 45 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 374 + - uid: 46 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 374 + - uid: 47 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 374 + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 374 + - uid: 49 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 374 + - uid: 50 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 374 +- proto: Table + entities: + - uid: 73 + components: + - type: Transform + pos: 1.5,0.5 + parent: 374 + - uid: 74 + components: + - type: Transform + pos: 4.5,0.5 + parent: 374 + - uid: 75 + components: + - type: Transform + pos: -9.5,2.5 + parent: 374 + - uid: 76 + components: + - type: Transform + pos: -8.5,2.5 + parent: 374 + - uid: 77 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 374 + - uid: 78 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 374 + - uid: 79 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 374 + - uid: 80 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 374 + - uid: 362 + components: + - type: Transform + pos: 7.5,1.5 + parent: 374 +- proto: TableCarpet + entities: + - uid: 314 + components: + - type: Transform + pos: 6.5,6.5 + parent: 374 + - uid: 315 + components: + - type: Transform + pos: 7.5,6.5 + parent: 374 + - uid: 316 + components: + - type: Transform + pos: 8.5,6.5 + parent: 374 + - uid: 317 + components: + - type: Transform + pos: 8.5,7.5 + parent: 374 +- proto: TableReinforced + entities: + - uid: 33 + components: + - type: Transform + pos: -5.5,0.5 + parent: 374 + - uid: 39 + components: + - type: Transform + pos: -4.5,0.5 + parent: 374 + - uid: 40 + components: + - type: Transform + pos: -2.5,3.5 + parent: 374 + - uid: 41 + components: + - type: Transform + pos: -3.5,3.5 + parent: 374 + - uid: 42 + components: + - type: Transform + pos: -4.5,3.5 + parent: 374 + - uid: 43 + components: + - type: Transform + pos: -5.5,3.5 + parent: 374 + - uid: 85 + components: + - type: Transform + pos: -0.5,0.5 + parent: 374 + - uid: 86 + components: + - type: Transform + pos: -1.5,0.5 + parent: 374 + - uid: 87 + components: + - type: Transform + pos: -2.5,0.5 + parent: 374 + - uid: 88 + components: + - type: Transform + pos: -3.5,0.5 + parent: 374 + - uid: 89 + components: + - type: Transform + pos: 3.5,3.5 + parent: 374 + - uid: 90 + components: + - type: Transform + pos: 2.5,3.5 + parent: 374 + - uid: 91 + components: + - type: Transform + pos: 1.5,3.5 + parent: 374 + - uid: 92 + components: + - type: Transform + pos: 0.5,3.5 + parent: 374 + - uid: 271 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 374 + - uid: 272 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 374 + - uid: 273 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 374 +- proto: ToiletDirtyWater + entities: + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 374 + - uid: 26 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-4.5 + parent: 374 +- proto: TrashBag + entities: + - uid: 312 + components: + - type: Transform + pos: -0.98287857,6.152038 + parent: 374 +- proto: VendingMachineDinnerware + entities: + - uid: 94 + components: + - type: MetaData + name: Dinnerware + - type: Transform + pos: 4.5,3.5 + parent: 374 +- proto: WallBrick + entities: + - uid: 110 + components: + - type: Transform + pos: 11.5,9.5 + parent: 374 + - uid: 131 + components: + - type: Transform + pos: 11.5,7.5 + parent: 374 + - uid: 145 + components: + - type: Transform + pos: -10.5,0.5 + parent: 374 + - uid: 156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 374 + - uid: 166 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 374 + - uid: 167 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 374 + - uid: 168 + components: + - type: Transform + pos: 8.5,9.5 + parent: 374 + - uid: 169 + components: + - type: Transform + pos: 7.5,9.5 + parent: 374 + - uid: 170 + components: + - type: Transform + pos: 6.5,9.5 + parent: 374 + - uid: 171 + components: + - type: Transform + pos: 5.5,9.5 + parent: 374 + - uid: 173 + components: + - type: Transform + pos: 5.5,6.5 + parent: 374 + - uid: 174 + components: + - type: Transform + pos: 5.5,7.5 + parent: 374 + - uid: 175 + components: + - type: Transform + pos: 5.5,8.5 + parent: 374 + - uid: 176 + components: + - type: Transform + pos: 10.5,0.5 + parent: 374 + - uid: 177 + components: + - type: Transform + pos: 10.5,4.5 + parent: 374 + - uid: 178 + components: + - type: Transform + pos: 9.5,4.5 + parent: 374 + - uid: 179 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 374 + - uid: 180 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 374 + - uid: 181 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 374 + - uid: 182 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 374 + - uid: 183 + components: + - type: Transform + pos: 9.5,9.5 + parent: 374 + - uid: 184 + components: + - type: Transform + pos: -10.5,4.5 + parent: 374 + - uid: 185 + components: + - type: Transform + pos: -9.5,4.5 + parent: 374 + - uid: 186 + components: + - type: Transform + pos: 11.5,6.5 + parent: 374 + - uid: 187 + components: + - type: Transform + pos: -8.5,4.5 + parent: 374 + - uid: 188 + components: + - type: Transform + pos: -7.5,4.5 + parent: 374 + - uid: 189 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 374 + - uid: 190 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 374 + - uid: 191 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 374 + - uid: 192 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 374 + - uid: 193 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 374 + - uid: 194 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 374 + - uid: 195 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 374 + - uid: 196 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 374 + - uid: 197 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 374 + - uid: 198 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 374 + - uid: 199 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 374 + - uid: 200 + components: + - type: Transform + pos: 6.5,3.5 + parent: 374 + - uid: 201 + components: + - type: Transform + pos: 6.5,1.5 + parent: 374 + - uid: 202 + components: + - type: Transform + pos: 6.5,0.5 + parent: 374 + - uid: 203 + components: + - type: Transform + pos: 7.5,0.5 + parent: 374 + - uid: 204 + components: + - type: Transform + pos: 8.5,0.5 + parent: 374 + - uid: 205 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 374 + - uid: 206 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 374 + - uid: 207 + components: + - type: Transform + pos: -6.5,4.5 + parent: 374 + - uid: 208 + components: + - type: Transform + pos: -5.5,4.5 + parent: 374 + - uid: 209 + components: + - type: Transform + pos: -4.5,4.5 + parent: 374 + - uid: 210 + components: + - type: Transform + pos: -3.5,4.5 + parent: 374 + - uid: 211 + components: + - type: Transform + pos: -2.5,4.5 + parent: 374 + - uid: 212 + components: + - type: Transform + pos: -1.5,4.5 + parent: 374 + - uid: 213 + components: + - type: Transform + pos: -0.5,4.5 + parent: 374 + - uid: 214 + components: + - type: Transform + pos: 0.5,4.5 + parent: 374 + - uid: 215 + components: + - type: Transform + pos: 1.5,4.5 + parent: 374 + - uid: 216 + components: + - type: Transform + pos: 2.5,4.5 + parent: 374 + - uid: 217 + components: + - type: Transform + pos: 4.5,4.5 + parent: 374 + - uid: 218 + components: + - type: Transform + pos: 7.5,4.5 + parent: 374 + - uid: 219 + components: + - type: Transform + pos: 5.5,4.5 + parent: 374 + - uid: 220 + components: + - type: Transform + pos: 6.5,4.5 + parent: 374 + - uid: 221 + components: + - type: Transform + pos: 3.5,4.5 + parent: 374 + - uid: 227 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 374 + - uid: 238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-5.5 + parent: 374 + - uid: 254 + components: + - type: Transform + pos: 11.5,8.5 + parent: 374 + - uid: 255 + components: + - type: Transform + pos: 10.5,9.5 + parent: 374 + - uid: 256 + components: + - type: Transform + pos: 11.5,0.5 + parent: 374 + - uid: 257 + components: + - type: Transform + pos: 11.5,1.5 + parent: 374 + - uid: 258 + components: + - type: Transform + pos: 11.5,2.5 + parent: 374 + - uid: 259 + components: + - type: Transform + pos: 11.5,3.5 + parent: 374 + - uid: 260 + components: + - type: Transform + pos: 11.5,4.5 + parent: 374 + - uid: 261 + components: + - type: Transform + pos: 11.5,5.5 + parent: 374 + - uid: 262 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 374 + - uid: 263 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 374 + - uid: 264 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 374 + - uid: 265 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 374 +- proto: WaterCooler + entities: + - uid: 346 + components: + - type: Transform + pos: 10.5,8.5 + parent: 374 +- proto: WindoorSecure + entities: + - uid: 38 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,2.5 + parent: 374 +- proto: Window + entities: + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 374 + - uid: 223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-3.5 + parent: 374 + - uid: 224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-2.5 + parent: 374 + - uid: 226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-0.5 + parent: 374 + - uid: 228 + components: + - type: Transform + pos: -10.5,1.5 + parent: 374 + - uid: 229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,2.5 + parent: 374 + - uid: 230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,3.5 + parent: 374 + - uid: 231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 374 + - uid: 232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-5.5 + parent: 374 + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 374 + - uid: 235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 374 + - uid: 236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 374 + - uid: 237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 374 + - uid: 239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 374 + - uid: 240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 374 + - uid: 241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 374 + - uid: 242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 374 + - uid: 243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 374 + - uid: 244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 374 + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-2.5 + parent: 374 + - uid: 246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 374 + - uid: 247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-2.5 + parent: 374 +- proto: WindowDirectional + entities: + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-7.5 + parent: 374 + - uid: 121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 374 + - uid: 122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 374 + - uid: 129 + components: + - type: Transform + pos: 1.5,1.5 + parent: 374 + - uid: 130 + components: + - type: Transform + pos: 4.5,1.5 + parent: 374 + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-7.5 + parent: 374 + - uid: 138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-7.5 + parent: 374 + - uid: 250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-7.5 + parent: 374 + - uid: 251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 374 +- proto: WindowFrostedDirectional + entities: + - uid: 29 + components: + - type: Transform + pos: 5.5,1.5 + parent: 374 + - uid: 30 + components: + - type: Transform + pos: 3.5,1.5 + parent: 374 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 374 + - uid: 32 + components: + - type: Transform + pos: 2.5,1.5 + parent: 374 + - uid: 34 + components: + - type: Transform + pos: 0.5,1.5 + parent: 374 + - uid: 35 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 374 + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 374 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 374 + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 374 + - uid: 81 + components: + - type: Transform + pos: -8.5,1.5 + parent: 374 + - uid: 82 + components: + - type: Transform + pos: -9.5,1.5 + parent: 374 + - uid: 83 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 374 + - uid: 84 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 374 +- proto: WindowReinforcedDirectional + entities: + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 374 +- proto: WoodDoor + entities: + - uid: 136 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 374 + - uid: 172 + components: + - type: Transform + pos: 5.5,5.5 + parent: 374 + - uid: 248 + components: + - type: Transform + pos: 6.5,2.5 + parent: 374 + - uid: 249 + components: + - type: Transform + pos: 9.5,0.5 + parent: 374 + - uid: 268 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 374 + - uid: 281 + components: + - type: Transform + pos: 8.5,4.5 + parent: 374 +... diff --git a/Resources/Maps/Shuttles/arrivals.yml b/Resources/Maps/Shuttles/arrivals.yml index 8767abb7168..2fe16cd3038 100644 --- a/Resources/Maps/Shuttles/arrivals.yml +++ b/Resources/Maps/Shuttles/arrivals.yml @@ -1,1971 +1,1971 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 47: FloorGrass - 81: FloorShuttleBlue - 82: FloorShuttleOrange - 85: FloorShuttleWhite - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 292 - components: - - type: MetaData - name: NT-Arrivals 1101 - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: VQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: DeviceNetwork - configurators: [] - deviceLists: [] - transmitFrequencyId: ArrivalsShuttleTimer - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: BushCThree - decals: - 9: -1,-1 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 11: -1,1 - - node: - color: '#FFFFFFFF' - id: Bushi3 - decals: - 10: -1,0 - - node: - color: '#FFFFFFFF' - id: Flowersbr3 - decals: - 6: -1,1 - - node: - color: '#FFFFFFFF' - id: Flowerspv3 - decals: - 7: -1,-1 - - node: - color: '#FFFFFFFF' - id: Flowersy3 - decals: - 4: -1,2 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 5: -1,0 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 8: -1,2 - - node: - color: '#FFFFFFFF' - id: Grassd3 - decals: - 3: -1,2 - - node: - color: '#FFFFFFFF' - id: Grasse1 - decals: - 2: -1,1 - - node: - color: '#FFFFFFFF' - id: Grasse2 - decals: - 1: -1,0 - - node: - color: '#FFFFFFFF' - id: Grasse3 - decals: - 0: -1,-1 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 3 - 1: 65532 - -1,0: - 1: 65535 - -2,-2: - 1: 34816 - -2,-1: - 1: 34952 - -1,-2: - 1: 65520 - 0,0: - 1: 65535 - 0,1: - 1: 32687 - 0: 80 - 0,2: - 1: 307 - -2,0: - 1: 34952 - -2,1: - 1: 2184 - -1,1: - 1: 65455 - 0: 80 - -1,2: - 1: 3310 - 0,-2: - 1: 65392 - 0,-1: - 1: 65531 - 0: 4 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 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: GridPathfinding -- proto: AirCanister - entities: - - uid: 214 - components: - - type: Transform - pos: -1.5,7.5 - parent: 292 - - type: AtmosDevice - joinedGrid: 292 -- proto: AirlockCommandGlassLocked - entities: - - uid: 278 - components: - - type: MetaData - name: Cockpit - - type: Transform - pos: -0.5,6.5 - parent: 292 -- proto: AirlockGlassShuttle - entities: - - uid: 177 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 292 - - uid: 178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 292 - - uid: 179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,4.5 - parent: 292 - - uid: 180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 292 -- proto: APCBasic - entities: - - uid: 116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 292 -- proto: ArrivalsShuttleTimer - entities: - - uid: 294 - components: - - type: Transform - pos: -4.5,3.5 - parent: 292 - - uid: 295 - components: - - type: Transform - pos: 3.5,3.5 - parent: 292 -- proto: AtmosDeviceFanTiny - entities: - - uid: 164 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 292 - - uid: 165 - components: - - type: Transform - pos: 3.5,4.5 - parent: 292 - - uid: 166 - components: - - type: Transform - pos: -4.5,4.5 - parent: 292 - - uid: 167 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 292 -- proto: BlockGameArcade - entities: - - uid: 258 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 292 -- proto: CableApcExtension - entities: - - uid: 123 - components: - - type: Transform - pos: -0.5,3.5 - parent: 292 - - uid: 124 - components: - - type: Transform - pos: -0.5,4.5 - parent: 292 - - uid: 125 - components: - - type: Transform - pos: -1.5,4.5 - parent: 292 - - uid: 126 - components: - - type: Transform - pos: -2.5,4.5 - parent: 292 - - uid: 127 - components: - - type: Transform - pos: -2.5,3.5 - parent: 292 - - uid: 128 - components: - - type: Transform - pos: -2.5,2.5 - parent: 292 - - uid: 129 - components: - - type: Transform - pos: -2.5,1.5 - parent: 292 - - uid: 130 - components: - - type: Transform - pos: -2.5,0.5 - parent: 292 - - uid: 131 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 292 - - uid: 132 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 292 - - uid: 133 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 292 - - uid: 134 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 292 - - uid: 135 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 292 - - uid: 136 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 292 - - uid: 137 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 292 - - uid: 138 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 292 - - uid: 139 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 292 - - uid: 140 - components: - - type: Transform - pos: 1.5,0.5 - parent: 292 - - uid: 141 - components: - - type: Transform - pos: 1.5,1.5 - parent: 292 - - uid: 142 - components: - - type: Transform - pos: 1.5,2.5 - parent: 292 - - uid: 143 - components: - - type: Transform - pos: 1.5,3.5 - parent: 292 - - uid: 144 - components: - - type: Transform - pos: 1.5,4.5 - parent: 292 - - uid: 145 - components: - - type: Transform - pos: 0.5,4.5 - parent: 292 - - uid: 146 - components: - - type: Transform - pos: -0.5,5.5 - parent: 292 - - uid: 147 - components: - - type: Transform - pos: -0.5,6.5 - parent: 292 - - uid: 148 - components: - - type: Transform - pos: -0.5,7.5 - parent: 292 - - uid: 149 - components: - - type: Transform - pos: -0.5,8.5 - parent: 292 - - uid: 150 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 292 - - uid: 151 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 292 - - uid: 152 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 292 - - uid: 153 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 292 - - uid: 154 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 292 - - uid: 155 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 292 - - uid: 156 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 292 - - uid: 157 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 292 - - uid: 158 - components: - - type: Transform - pos: -1.5,8.5 - parent: 292 - - uid: 159 - components: - - type: Transform - pos: 0.5,8.5 - parent: 292 - - uid: 160 - components: - - type: Transform - pos: -3.5,4.5 - parent: 292 - - uid: 161 - components: - - type: Transform - pos: 2.5,4.5 - parent: 292 - - uid: 162 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 292 - - uid: 163 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 292 -- proto: CableHV - entities: - - uid: 79 - components: - - type: Transform - pos: 0.5,7.5 - parent: 292 - - uid: 80 - components: - - type: Transform - pos: 1.5,7.5 - parent: 292 - - uid: 81 - components: - - type: Transform - pos: 1.5,6.5 - parent: 292 - - uid: 82 - components: - - type: Transform - pos: -0.5,7.5 - parent: 292 - - uid: 83 - components: - - type: Transform - pos: -0.5,6.5 - parent: 292 - - uid: 85 - components: - - type: Transform - pos: -0.5,5.5 - parent: 292 - - uid: 86 - components: - - type: Transform - pos: -0.5,4.5 - parent: 292 - - uid: 87 - components: - - type: Transform - pos: -1.5,4.5 - parent: 292 - - uid: 88 - components: - - type: Transform - pos: -2.5,4.5 - parent: 292 - - uid: 89 - components: - - type: Transform - pos: -2.5,3.5 - parent: 292 - - uid: 90 - components: - - type: Transform - pos: -2.5,2.5 - parent: 292 - - uid: 91 - components: - - type: Transform - pos: -2.5,1.5 - parent: 292 - - uid: 92 - components: - - type: Transform - pos: -2.5,0.5 - parent: 292 - - uid: 93 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 292 - - uid: 94 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 292 - - uid: 95 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 292 - - uid: 96 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 292 - - uid: 97 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 292 - - uid: 98 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 292 - - uid: 99 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 292 - - uid: 100 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 292 - - uid: 101 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 292 - - uid: 102 - components: - - type: Transform - pos: 1.5,0.5 - parent: 292 - - uid: 103 - components: - - type: Transform - pos: 1.5,1.5 - parent: 292 - - uid: 104 - components: - - type: Transform - pos: 1.5,2.5 - parent: 292 - - uid: 105 - components: - - type: Transform - pos: 1.5,3.5 - parent: 292 - - uid: 106 - components: - - type: Transform - pos: 1.5,4.5 - parent: 292 - - uid: 107 - components: - - type: Transform - pos: 0.5,4.5 - parent: 292 - - uid: 108 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 292 - - uid: 109 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 292 - - uid: 110 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 292 - - uid: 111 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 292 - - uid: 112 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 292 - - uid: 113 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 292 -- proto: CableMV - entities: - - uid: 117 - components: - - type: Transform - pos: 1.5,6.5 - parent: 292 - - uid: 118 - components: - - type: Transform - pos: 1.5,5.5 - parent: 292 - - uid: 119 - components: - - type: Transform - pos: 1.5,4.5 - parent: 292 - - uid: 120 - components: - - type: Transform - pos: 0.5,4.5 - parent: 292 - - uid: 121 - components: - - type: Transform - pos: -0.5,4.5 - parent: 292 - - uid: 122 - components: - - type: Transform - pos: -0.5,3.5 - parent: 292 -- proto: CableTerminal - entities: - - uid: 84 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,7.5 - parent: 292 -- proto: ChairPilotSeat - entities: - - uid: 223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 292 - - uid: 224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 292 - - uid: 225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,1.5 - parent: 292 - - uid: 226 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 - parent: 292 - - uid: 227 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 292 - - uid: 228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 292 - - uid: 229 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,1.5 - parent: 292 - - uid: 230 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 - parent: 292 - - uid: 231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 292 - - uid: 232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 292 - - uid: 233 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 292 - - uid: 234 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 - parent: 292 - - uid: 235 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 292 - - uid: 236 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 292 - - uid: 237 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,1.5 - parent: 292 - - uid: 238 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 - parent: 292 - - uid: 239 - components: - - type: Transform - pos: 1.5,5.5 - parent: 292 - - uid: 240 - components: - - type: Transform - pos: -2.5,5.5 - parent: 292 - - uid: 241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,8.5 - parent: 292 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 252 - components: - - type: Transform - pos: 0.5,5.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 260 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetFireFilled - entities: - - uid: 253 - components: - - type: Transform - pos: -1.5,5.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 289 - components: - - type: Transform - pos: -3.5,6.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 286 - components: - - type: Transform - pos: 2.5,6.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 287 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-4.5 - parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClothingBackpack - entities: - - uid: 275 - components: - - type: Transform - pos: 2.5,5.5 - parent: 292 -- proto: ClothingMaskBreath - entities: - - uid: 272 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 292 - - uid: 273 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 292 -- proto: ComputerShuttle - entities: - - uid: 242 - components: - - type: Transform - pos: -0.5,9.5 - parent: 292 -- proto: CrowbarRed - entities: - - uid: 274 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 292 -- proto: EmergencyOxygenTankFilled - entities: - - uid: 270 - components: - - type: Transform - pos: 2.5708976,-3.5851696 - parent: 292 - - uid: 271 - components: - - type: Transform - pos: -3.4291024,-3.5851696 - parent: 292 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 277 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 292 -- proto: GasPassiveGate - entities: - - uid: 184 - components: - - type: Transform - pos: -0.5,7.5 - parent: 292 - - type: AtmosDevice - joinedGrid: 292 -- proto: GasPipeBend - entities: - - uid: 182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 292 - - uid: 183 - components: - - type: Transform - pos: -0.5,8.5 - parent: 292 - - uid: 187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,5.5 - parent: 292 - - uid: 188 - components: - - type: Transform - pos: 1.5,5.5 - parent: 292 - - uid: 189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 292 - - uid: 190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 292 -- proto: GasPipeFourway - entities: - - uid: 186 - components: - - type: Transform - pos: -0.5,5.5 - parent: 292 -- proto: GasPipeStraight - entities: - - uid: 185 - components: - - type: Transform - pos: -0.5,6.5 - parent: 292 - - uid: 192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 292 - - uid: 193 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 292 - - uid: 194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 292 - - uid: 195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 292 - - uid: 196 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 292 - - uid: 197 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 292 - - uid: 198 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 292 - - uid: 199 - components: - - type: Transform - pos: 1.5,0.5 - parent: 292 - - uid: 200 - components: - - type: Transform - pos: 1.5,1.5 - parent: 292 - - uid: 201 - components: - - type: Transform - pos: 1.5,2.5 - parent: 292 - - uid: 202 - components: - - type: Transform - pos: 1.5,3.5 - parent: 292 - - uid: 203 - components: - - type: Transform - pos: 1.5,4.5 - parent: 292 - - uid: 204 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 292 - - uid: 205 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 292 - - uid: 206 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 292 - - uid: 207 - components: - - type: Transform - pos: -2.5,0.5 - parent: 292 - - uid: 208 - components: - - type: Transform - pos: -2.5,1.5 - parent: 292 - - uid: 209 - components: - - type: Transform - pos: -2.5,2.5 - parent: 292 - - uid: 210 - components: - - type: Transform - pos: -2.5,3.5 - parent: 292 - - uid: 211 - components: - - type: Transform - pos: -2.5,4.5 - parent: 292 -- proto: GasPipeTJunction - entities: - - uid: 191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 - parent: 292 -- proto: GasPort - entities: - - uid: 181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,7.5 - parent: 292 - - type: AtmosDevice - joinedGrid: 292 -- proto: GasVentPump - entities: - - uid: 212 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 292 - - type: AtmosDevice - joinedGrid: 292 - - uid: 213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 292 - - type: AtmosDevice - joinedGrid: 292 -- proto: GeneratorBasic15kW - entities: - - uid: 114 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 292 - - uid: 115 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 292 -- proto: GeneratorWallmountAPU - entities: - - uid: 78 - components: - - type: Transform - pos: 1.5,7.5 - parent: 292 -- proto: GravityGeneratorMini - entities: - - uid: 291 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 292 -- proto: Grille - entities: - - uid: 44 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 292 - - uid: 52 - components: - - type: Transform - pos: 3.5,0.5 - parent: 292 - - uid: 53 - components: - - type: Transform - pos: 3.5,1.5 - parent: 292 - - uid: 54 - components: - - type: Transform - pos: 3.5,2.5 - parent: 292 - - uid: 55 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 292 - - uid: 56 - components: - - type: Transform - pos: -4.5,0.5 - parent: 292 - - uid: 57 - components: - - type: Transform - pos: -4.5,1.5 - parent: 292 - - uid: 58 - components: - - type: Transform - pos: -4.5,2.5 - parent: 292 - - uid: 59 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 292 - - uid: 60 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 292 - - uid: 61 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 292 - - uid: 62 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 292 - - uid: 63 - components: - - type: Transform - pos: 0.5,6.5 - parent: 292 - - uid: 64 - components: - - type: Transform - pos: -1.5,6.5 - parent: 292 - - uid: 65 - components: - - type: Transform - pos: -2.5,8.5 - parent: 292 - - uid: 66 - components: - - type: Transform - pos: -2.5,9.5 - parent: 292 - - uid: 67 - components: - - type: Transform - pos: -1.5,9.5 - parent: 292 - - uid: 68 - components: - - type: Transform - pos: -1.5,10.5 - parent: 292 - - uid: 69 - components: - - type: Transform - pos: -0.5,10.5 - parent: 292 - - uid: 70 - components: - - type: Transform - pos: 0.5,10.5 - parent: 292 - - uid: 71 - components: - - type: Transform - pos: 0.5,9.5 - parent: 292 - - uid: 72 - components: - - type: Transform - pos: 1.5,9.5 - parent: 292 - - uid: 73 - components: - - type: Transform - pos: 1.5,8.5 - parent: 292 -- proto: Gyroscope - entities: - - uid: 168 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 292 -- proto: IntercomCommon - entities: - - uid: 264 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 292 -- proto: MaintenanceFluffSpawner - entities: - - uid: 284 - components: - - type: Transform - pos: 0.5,3.5 - parent: 292 - - uid: 285 - components: - - type: Transform - pos: -1.5,3.5 - parent: 292 -- proto: MedkitFilled - entities: - - uid: 266 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 292 -- proto: NitrogenTankFilled - entities: - - uid: 268 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 292 - - uid: 269 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 292 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 290 - components: - - type: Transform - pos: -2.5,6.5 - parent: 292 -- proto: PottedPlantRandom - entities: - - uid: 254 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 292 - - uid: 255 - components: - - type: Transform - pos: 2.5,3.5 - parent: 292 - - uid: 256 - components: - - type: Transform - pos: -3.5,3.5 - parent: 292 - - uid: 257 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 292 -- proto: PowerCellRecharger - entities: - - uid: 265 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 292 -- proto: Poweredlight - entities: - - uid: 279 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,5.5 - parent: 292 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 292 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 292 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 292 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,7.5 - parent: 292 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 262 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 292 - - uid: 263 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 292 -- proto: ShuttleWindow - entities: - - uid: 28 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 292 - - uid: 29 - components: - - type: Transform - pos: 3.5,0.5 - parent: 292 - - uid: 30 - components: - - type: Transform - pos: 3.5,1.5 - parent: 292 - - uid: 31 - components: - - type: Transform - pos: 3.5,2.5 - parent: 292 - - uid: 32 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 292 - - uid: 33 - components: - - type: Transform - pos: -4.5,0.5 - parent: 292 - - uid: 34 - components: - - type: Transform - pos: -4.5,1.5 - parent: 292 - - uid: 35 - components: - - type: Transform - pos: -4.5,2.5 - parent: 292 - - uid: 36 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 292 - - uid: 37 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 292 - - uid: 38 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 292 - - uid: 39 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 292 - - uid: 40 - components: - - type: Transform - pos: 0.5,6.5 - parent: 292 - - uid: 41 - components: - - type: Transform - pos: -1.5,6.5 - parent: 292 - - uid: 42 - components: - - type: Transform - pos: -2.5,8.5 - parent: 292 - - uid: 43 - components: - - type: Transform - pos: -1.5,9.5 - parent: 292 - - uid: 45 - components: - - type: Transform - pos: -2.5,9.5 - parent: 292 - - uid: 46 - components: - - type: Transform - pos: -1.5,10.5 - parent: 292 - - uid: 47 - components: - - type: Transform - pos: -0.5,10.5 - parent: 292 - - uid: 48 - components: - - type: Transform - pos: 0.5,10.5 - parent: 292 - - uid: 49 - components: - - type: Transform - pos: 0.5,9.5 - parent: 292 - - uid: 50 - components: - - type: Transform - pos: 1.5,9.5 - parent: 292 - - uid: 51 - components: - - type: Transform - pos: 1.5,8.5 - parent: 292 -- proto: SMESBasic - entities: - - uid: 76 - components: - - type: Transform - pos: 0.5,7.5 - parent: 292 -- proto: SpaceVillainArcadeFilled - entities: - - uid: 259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 292 -- proto: SubstationWallBasic - entities: - - uid: 77 - components: - - type: Transform - pos: 1.5,6.5 - parent: 292 -- proto: TableReinforced - entities: - - uid: 243 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 292 - - uid: 244 - components: - - type: Transform - pos: -1.5,8.5 - parent: 292 - - uid: 245 - components: - - type: Transform - pos: 0.5,8.5 - parent: 292 - - uid: 246 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 292 - - uid: 247 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 292 - - uid: 248 - components: - - type: Transform - pos: 0.5,3.5 - parent: 292 - - uid: 249 - components: - - type: Transform - pos: -1.5,3.5 - parent: 292 - - uid: 250 - components: - - type: Transform - pos: 2.5,5.5 - parent: 292 - - uid: 251 - components: - - type: Transform - pos: -3.5,5.5 - parent: 292 -- proto: Thruster - entities: - - uid: 169 - components: - - type: Transform - pos: 2.5,7.5 - parent: 292 - - uid: 170 - components: - - type: Transform - pos: -3.5,7.5 - parent: 292 - - uid: 171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-6.5 - parent: 292 - - uid: 172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-6.5 - parent: 292 - - uid: 173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-6.5 - parent: 292 - - uid: 174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 292 - - uid: 175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 292 - - uid: 176 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 292 -- proto: ToolboxEmergencyFilled - entities: - - uid: 267 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 292 - - uid: 276 - components: - - type: Transform - pos: -3.5,5.5 - parent: 292 -- proto: VendingMachineClothing - entities: - - uid: 261 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 292 -- proto: WallShuttle - entities: - - uid: 1 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 292 - - uid: 2 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 292 - - uid: 3 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 292 - - uid: 4 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 292 - - uid: 5 - components: - - type: Transform - pos: -4.5,3.5 - parent: 292 - - uid: 6 - components: - - type: Transform - pos: -4.5,5.5 - parent: 292 - - uid: 7 - components: - - type: Transform - pos: 3.5,3.5 - parent: 292 - - uid: 8 - components: - - type: Transform - pos: 3.5,5.5 - parent: 292 - - uid: 9 - components: - - type: Transform - pos: 3.5,6.5 - parent: 292 - - uid: 10 - components: - - type: Transform - pos: 2.5,6.5 - parent: 292 - - uid: 11 - components: - - type: Transform - pos: -4.5,6.5 - parent: 292 - - uid: 12 - components: - - type: Transform - pos: -3.5,6.5 - parent: 292 - - uid: 13 - components: - - type: Transform - pos: -2.5,6.5 - parent: 292 - - uid: 14 - components: - - type: Transform - pos: -2.5,7.5 - parent: 292 - - uid: 15 - components: - - type: Transform - pos: 1.5,6.5 - parent: 292 - - uid: 16 - components: - - type: Transform - pos: 1.5,7.5 - parent: 292 - - uid: 17 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 292 - - uid: 18 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 292 - - uid: 19 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 292 - - uid: 20 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 292 - - uid: 21 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 292 - - uid: 22 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 292 - - uid: 23 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 292 - - uid: 24 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 292 - - uid: 25 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 292 - - uid: 26 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 292 - - uid: 27 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 292 - - uid: 74 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 292 - - uid: 75 - components: - - type: Transform - pos: -0.5,3.5 - parent: 292 -- proto: WindowReinforcedDirectional - entities: - - uid: 215 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 292 - - uid: 216 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 292 - - uid: 217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,1.5 - parent: 292 - - uid: 218 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 292 - - uid: 219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 292 - - uid: 220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,1.5 - parent: 292 - - uid: 221 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 292 - - uid: 222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 292 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 47: FloorGrass + 81: FloorShuttleBlue + 82: FloorShuttleOrange + 85: FloorShuttleWhite + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 292 + components: + - type: MetaData + name: NT-Arrivals 1101 + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: VQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAALwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAVQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: DeviceNetwork + configurators: [] + deviceLists: [] + transmitFrequencyId: ArrivalsShuttleTimer + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BushCThree + decals: + 9: -1,-1 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 11: -1,1 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 10: -1,0 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 6: -1,1 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 7: -1,-1 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 4: -1,2 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 5: -1,0 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 8: -1,2 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 3: -1,2 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 2: -1,1 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 1: -1,0 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 0: -1,-1 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 3 + 1: 65532 + -1,0: + 1: 65535 + -2,-2: + 1: 34816 + -2,-1: + 1: 34952 + -1,-2: + 1: 65520 + 0,0: + 1: 65535 + 0,1: + 1: 32687 + 0: 80 + 0,2: + 1: 307 + -2,0: + 1: 34952 + -2,1: + 1: 2184 + -1,1: + 1: 65455 + 0: 80 + -1,2: + 1: 3310 + 0,-2: + 1: 65392 + 0,-1: + 1: 65531 + 0: 4 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 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: GridPathfinding +- proto: AirCanister + entities: + - uid: 214 + components: + - type: Transform + pos: -1.5,7.5 + parent: 292 + - type: AtmosDevice + joinedGrid: 292 +- proto: AirlockCommandGlassLocked + entities: + - uid: 278 + components: + - type: MetaData + name: Cockpit + - type: Transform + pos: -0.5,6.5 + parent: 292 +- proto: AirlockGlassShuttle + entities: + - uid: 177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 292 + - uid: 178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 292 + - uid: 179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 292 + - uid: 180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 292 +- proto: APCBasic + entities: + - uid: 116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 292 +- proto: ArrivalsShuttleTimer + entities: + - uid: 294 + components: + - type: Transform + pos: -4.5,3.5 + parent: 292 + - uid: 295 + components: + - type: Transform + pos: 3.5,3.5 + parent: 292 +- proto: AtmosDeviceFanTiny + entities: + - uid: 164 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 292 + - uid: 165 + components: + - type: Transform + pos: 3.5,4.5 + parent: 292 + - uid: 166 + components: + - type: Transform + pos: -4.5,4.5 + parent: 292 + - uid: 167 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 292 +- proto: BlockGameArcade + entities: + - uid: 258 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 292 +- proto: CableApcExtension + entities: + - uid: 123 + components: + - type: Transform + pos: -0.5,3.5 + parent: 292 + - uid: 124 + components: + - type: Transform + pos: -0.5,4.5 + parent: 292 + - uid: 125 + components: + - type: Transform + pos: -1.5,4.5 + parent: 292 + - uid: 126 + components: + - type: Transform + pos: -2.5,4.5 + parent: 292 + - uid: 127 + components: + - type: Transform + pos: -2.5,3.5 + parent: 292 + - uid: 128 + components: + - type: Transform + pos: -2.5,2.5 + parent: 292 + - uid: 129 + components: + - type: Transform + pos: -2.5,1.5 + parent: 292 + - uid: 130 + components: + - type: Transform + pos: -2.5,0.5 + parent: 292 + - uid: 131 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 292 + - uid: 132 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 292 + - uid: 133 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 292 + - uid: 134 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 292 + - uid: 135 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 292 + - uid: 136 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 292 + - uid: 137 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 292 + - uid: 138 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 292 + - uid: 139 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 292 + - uid: 140 + components: + - type: Transform + pos: 1.5,0.5 + parent: 292 + - uid: 141 + components: + - type: Transform + pos: 1.5,1.5 + parent: 292 + - uid: 142 + components: + - type: Transform + pos: 1.5,2.5 + parent: 292 + - uid: 143 + components: + - type: Transform + pos: 1.5,3.5 + parent: 292 + - uid: 144 + components: + - type: Transform + pos: 1.5,4.5 + parent: 292 + - uid: 145 + components: + - type: Transform + pos: 0.5,4.5 + parent: 292 + - uid: 146 + components: + - type: Transform + pos: -0.5,5.5 + parent: 292 + - uid: 147 + components: + - type: Transform + pos: -0.5,6.5 + parent: 292 + - uid: 148 + components: + - type: Transform + pos: -0.5,7.5 + parent: 292 + - uid: 149 + components: + - type: Transform + pos: -0.5,8.5 + parent: 292 + - uid: 150 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 292 + - uid: 151 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 292 + - uid: 152 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 292 + - uid: 153 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 292 + - uid: 154 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 292 + - uid: 155 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 292 + - uid: 156 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 292 + - uid: 157 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 292 + - uid: 158 + components: + - type: Transform + pos: -1.5,8.5 + parent: 292 + - uid: 159 + components: + - type: Transform + pos: 0.5,8.5 + parent: 292 + - uid: 160 + components: + - type: Transform + pos: -3.5,4.5 + parent: 292 + - uid: 161 + components: + - type: Transform + pos: 2.5,4.5 + parent: 292 + - uid: 162 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 292 + - uid: 163 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 292 +- proto: CableHV + entities: + - uid: 79 + components: + - type: Transform + pos: 0.5,7.5 + parent: 292 + - uid: 80 + components: + - type: Transform + pos: 1.5,7.5 + parent: 292 + - uid: 81 + components: + - type: Transform + pos: 1.5,6.5 + parent: 292 + - uid: 82 + components: + - type: Transform + pos: -0.5,7.5 + parent: 292 + - uid: 83 + components: + - type: Transform + pos: -0.5,6.5 + parent: 292 + - uid: 85 + components: + - type: Transform + pos: -0.5,5.5 + parent: 292 + - uid: 86 + components: + - type: Transform + pos: -0.5,4.5 + parent: 292 + - uid: 87 + components: + - type: Transform + pos: -1.5,4.5 + parent: 292 + - uid: 88 + components: + - type: Transform + pos: -2.5,4.5 + parent: 292 + - uid: 89 + components: + - type: Transform + pos: -2.5,3.5 + parent: 292 + - uid: 90 + components: + - type: Transform + pos: -2.5,2.5 + parent: 292 + - uid: 91 + components: + - type: Transform + pos: -2.5,1.5 + parent: 292 + - uid: 92 + components: + - type: Transform + pos: -2.5,0.5 + parent: 292 + - uid: 93 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 292 + - uid: 94 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 292 + - uid: 95 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 292 + - uid: 96 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 292 + - uid: 97 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 292 + - uid: 98 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 292 + - uid: 99 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 292 + - uid: 100 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 292 + - uid: 101 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 292 + - uid: 102 + components: + - type: Transform + pos: 1.5,0.5 + parent: 292 + - uid: 103 + components: + - type: Transform + pos: 1.5,1.5 + parent: 292 + - uid: 104 + components: + - type: Transform + pos: 1.5,2.5 + parent: 292 + - uid: 105 + components: + - type: Transform + pos: 1.5,3.5 + parent: 292 + - uid: 106 + components: + - type: Transform + pos: 1.5,4.5 + parent: 292 + - uid: 107 + components: + - type: Transform + pos: 0.5,4.5 + parent: 292 + - uid: 108 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 292 + - uid: 109 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 292 + - uid: 110 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 292 + - uid: 111 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 292 + - uid: 112 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 292 + - uid: 113 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 292 +- proto: CableMV + entities: + - uid: 117 + components: + - type: Transform + pos: 1.5,6.5 + parent: 292 + - uid: 118 + components: + - type: Transform + pos: 1.5,5.5 + parent: 292 + - uid: 119 + components: + - type: Transform + pos: 1.5,4.5 + parent: 292 + - uid: 120 + components: + - type: Transform + pos: 0.5,4.5 + parent: 292 + - uid: 121 + components: + - type: Transform + pos: -0.5,4.5 + parent: 292 + - uid: 122 + components: + - type: Transform + pos: -0.5,3.5 + parent: 292 +- proto: CableTerminal + entities: + - uid: 84 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 292 +- proto: ChairPilotSeat + entities: + - uid: 223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 292 + - uid: 224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 292 + - uid: 225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,1.5 + parent: 292 + - uid: 226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,2.5 + parent: 292 + - uid: 227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 292 + - uid: 228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 292 + - uid: 229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,1.5 + parent: 292 + - uid: 230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 292 + - uid: 231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 292 + - uid: 232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 292 + - uid: 233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 292 + - uid: 234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 292 + - uid: 235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 292 + - uid: 236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 292 + - uid: 237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,1.5 + parent: 292 + - uid: 238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 292 + - uid: 239 + components: + - type: Transform + pos: 1.5,5.5 + parent: 292 + - uid: 240 + components: + - type: Transform + pos: -2.5,5.5 + parent: 292 + - uid: 241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,8.5 + parent: 292 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 252 + components: + - type: Transform + pos: 0.5,5.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 260 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetFireFilled + entities: + - uid: 253 + components: + - type: Transform + pos: -1.5,5.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-4.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 289 + components: + - type: Transform + pos: -3.5,6.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 286 + components: + - type: Transform + pos: 2.5,6.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-4.5 + parent: 292 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14963 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClothingBackpack + entities: + - uid: 275 + components: + - type: Transform + pos: 2.5,5.5 + parent: 292 +- proto: ClothingMaskBreath + entities: + - uid: 272 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 292 + - uid: 273 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 292 +- proto: ComputerShuttle + entities: + - uid: 242 + components: + - type: Transform + pos: -0.5,9.5 + parent: 292 +- proto: CrowbarRed + entities: + - uid: 274 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 292 +- proto: EmergencyOxygenTankFilled + entities: + - uid: 270 + components: + - type: Transform + pos: 2.5708976,-3.5851696 + parent: 292 + - uid: 271 + components: + - type: Transform + pos: -3.4291024,-3.5851696 + parent: 292 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 277 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 292 +- proto: GasPassiveGate + entities: + - uid: 184 + components: + - type: Transform + pos: -0.5,7.5 + parent: 292 + - type: AtmosDevice + joinedGrid: 292 +- proto: GasPipeBend + entities: + - uid: 182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 292 + - uid: 183 + components: + - type: Transform + pos: -0.5,8.5 + parent: 292 + - uid: 187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 292 + - uid: 188 + components: + - type: Transform + pos: 1.5,5.5 + parent: 292 + - uid: 189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 292 + - uid: 190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 292 +- proto: GasPipeFourway + entities: + - uid: 186 + components: + - type: Transform + pos: -0.5,5.5 + parent: 292 +- proto: GasPipeStraight + entities: + - uid: 185 + components: + - type: Transform + pos: -0.5,6.5 + parent: 292 + - uid: 192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 292 + - uid: 193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 292 + - uid: 194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 292 + - uid: 195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 292 + - uid: 196 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 292 + - uid: 197 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 292 + - uid: 198 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 292 + - uid: 199 + components: + - type: Transform + pos: 1.5,0.5 + parent: 292 + - uid: 200 + components: + - type: Transform + pos: 1.5,1.5 + parent: 292 + - uid: 201 + components: + - type: Transform + pos: 1.5,2.5 + parent: 292 + - uid: 202 + components: + - type: Transform + pos: 1.5,3.5 + parent: 292 + - uid: 203 + components: + - type: Transform + pos: 1.5,4.5 + parent: 292 + - uid: 204 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 292 + - uid: 205 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 292 + - uid: 206 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 292 + - uid: 207 + components: + - type: Transform + pos: -2.5,0.5 + parent: 292 + - uid: 208 + components: + - type: Transform + pos: -2.5,1.5 + parent: 292 + - uid: 209 + components: + - type: Transform + pos: -2.5,2.5 + parent: 292 + - uid: 210 + components: + - type: Transform + pos: -2.5,3.5 + parent: 292 + - uid: 211 + components: + - type: Transform + pos: -2.5,4.5 + parent: 292 +- proto: GasPipeTJunction + entities: + - uid: 191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 292 +- proto: GasPort + entities: + - uid: 181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,7.5 + parent: 292 + - type: AtmosDevice + joinedGrid: 292 +- proto: GasVentPump + entities: + - uid: 212 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 292 + - type: AtmosDevice + joinedGrid: 292 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 292 + - type: AtmosDevice + joinedGrid: 292 +- proto: GeneratorBasic15kW + entities: + - uid: 114 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 292 + - uid: 115 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 292 +- proto: GeneratorWallmountAPU + entities: + - uid: 78 + components: + - type: Transform + pos: 1.5,7.5 + parent: 292 +- proto: GravityGeneratorMini + entities: + - uid: 291 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 292 +- proto: Grille + entities: + - uid: 44 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 292 + - uid: 52 + components: + - type: Transform + pos: 3.5,0.5 + parent: 292 + - uid: 53 + components: + - type: Transform + pos: 3.5,1.5 + parent: 292 + - uid: 54 + components: + - type: Transform + pos: 3.5,2.5 + parent: 292 + - uid: 55 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 292 + - uid: 56 + components: + - type: Transform + pos: -4.5,0.5 + parent: 292 + - uid: 57 + components: + - type: Transform + pos: -4.5,1.5 + parent: 292 + - uid: 58 + components: + - type: Transform + pos: -4.5,2.5 + parent: 292 + - uid: 59 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 292 + - uid: 60 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 292 + - uid: 61 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 292 + - uid: 62 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 292 + - uid: 63 + components: + - type: Transform + pos: 0.5,6.5 + parent: 292 + - uid: 64 + components: + - type: Transform + pos: -1.5,6.5 + parent: 292 + - uid: 65 + components: + - type: Transform + pos: -2.5,8.5 + parent: 292 + - uid: 66 + components: + - type: Transform + pos: -2.5,9.5 + parent: 292 + - uid: 67 + components: + - type: Transform + pos: -1.5,9.5 + parent: 292 + - uid: 68 + components: + - type: Transform + pos: -1.5,10.5 + parent: 292 + - uid: 69 + components: + - type: Transform + pos: -0.5,10.5 + parent: 292 + - uid: 70 + components: + - type: Transform + pos: 0.5,10.5 + parent: 292 + - uid: 71 + components: + - type: Transform + pos: 0.5,9.5 + parent: 292 + - uid: 72 + components: + - type: Transform + pos: 1.5,9.5 + parent: 292 + - uid: 73 + components: + - type: Transform + pos: 1.5,8.5 + parent: 292 +- proto: Gyroscope + entities: + - uid: 168 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 292 +- proto: IntercomCommon + entities: + - uid: 264 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 292 +- proto: MaintenanceFluffSpawner + entities: + - uid: 284 + components: + - type: Transform + pos: 0.5,3.5 + parent: 292 + - uid: 285 + components: + - type: Transform + pos: -1.5,3.5 + parent: 292 +- proto: MedkitFilled + entities: + - uid: 266 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 292 +- proto: NitrogenTankFilled + entities: + - uid: 268 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 292 + - uid: 269 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 292 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 290 + components: + - type: Transform + pos: -2.5,6.5 + parent: 292 +- proto: PottedPlantRandom + entities: + - uid: 254 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 292 + - uid: 255 + components: + - type: Transform + pos: 2.5,3.5 + parent: 292 + - uid: 256 + components: + - type: Transform + pos: -3.5,3.5 + parent: 292 + - uid: 257 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 292 +- proto: PowerCellRecharger + entities: + - uid: 265 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 292 +- proto: Poweredlight + entities: + - uid: 279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 292 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 292 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 292 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 292 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,7.5 + parent: 292 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 262 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 292 + - uid: 263 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 292 +- proto: ShuttleWindow + entities: + - uid: 28 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 292 + - uid: 29 + components: + - type: Transform + pos: 3.5,0.5 + parent: 292 + - uid: 30 + components: + - type: Transform + pos: 3.5,1.5 + parent: 292 + - uid: 31 + components: + - type: Transform + pos: 3.5,2.5 + parent: 292 + - uid: 32 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 292 + - uid: 33 + components: + - type: Transform + pos: -4.5,0.5 + parent: 292 + - uid: 34 + components: + - type: Transform + pos: -4.5,1.5 + parent: 292 + - uid: 35 + components: + - type: Transform + pos: -4.5,2.5 + parent: 292 + - uid: 36 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 292 + - uid: 37 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 292 + - uid: 38 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 292 + - uid: 39 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 292 + - uid: 40 + components: + - type: Transform + pos: 0.5,6.5 + parent: 292 + - uid: 41 + components: + - type: Transform + pos: -1.5,6.5 + parent: 292 + - uid: 42 + components: + - type: Transform + pos: -2.5,8.5 + parent: 292 + - uid: 43 + components: + - type: Transform + pos: -1.5,9.5 + parent: 292 + - uid: 45 + components: + - type: Transform + pos: -2.5,9.5 + parent: 292 + - uid: 46 + components: + - type: Transform + pos: -1.5,10.5 + parent: 292 + - uid: 47 + components: + - type: Transform + pos: -0.5,10.5 + parent: 292 + - uid: 48 + components: + - type: Transform + pos: 0.5,10.5 + parent: 292 + - uid: 49 + components: + - type: Transform + pos: 0.5,9.5 + parent: 292 + - uid: 50 + components: + - type: Transform + pos: 1.5,9.5 + parent: 292 + - uid: 51 + components: + - type: Transform + pos: 1.5,8.5 + parent: 292 +- proto: SMESBasic + entities: + - uid: 76 + components: + - type: Transform + pos: 0.5,7.5 + parent: 292 +- proto: SpaceVillainArcadeFilled + entities: + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 292 +- proto: SubstationWallBasic + entities: + - uid: 77 + components: + - type: Transform + pos: 1.5,6.5 + parent: 292 +- proto: TableReinforced + entities: + - uid: 243 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 292 + - uid: 244 + components: + - type: Transform + pos: -1.5,8.5 + parent: 292 + - uid: 245 + components: + - type: Transform + pos: 0.5,8.5 + parent: 292 + - uid: 246 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 292 + - uid: 247 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 292 + - uid: 248 + components: + - type: Transform + pos: 0.5,3.5 + parent: 292 + - uid: 249 + components: + - type: Transform + pos: -1.5,3.5 + parent: 292 + - uid: 250 + components: + - type: Transform + pos: 2.5,5.5 + parent: 292 + - uid: 251 + components: + - type: Transform + pos: -3.5,5.5 + parent: 292 +- proto: Thruster + entities: + - uid: 169 + components: + - type: Transform + pos: 2.5,7.5 + parent: 292 + - uid: 170 + components: + - type: Transform + pos: -3.5,7.5 + parent: 292 + - uid: 171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 292 + - uid: 172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 292 + - uid: 173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-6.5 + parent: 292 + - uid: 174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 292 + - uid: 175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 292 + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 292 +- proto: ToolboxEmergencyFilled + entities: + - uid: 267 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 292 + - uid: 276 + components: + - type: Transform + pos: -3.5,5.5 + parent: 292 +- proto: VendingMachineClothing + entities: + - uid: 261 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 292 +- proto: WallShuttle + entities: + - uid: 1 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 292 + - uid: 2 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 292 + - uid: 3 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 292 + - uid: 4 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 292 + - uid: 5 + components: + - type: Transform + pos: -4.5,3.5 + parent: 292 + - uid: 6 + components: + - type: Transform + pos: -4.5,5.5 + parent: 292 + - uid: 7 + components: + - type: Transform + pos: 3.5,3.5 + parent: 292 + - uid: 8 + components: + - type: Transform + pos: 3.5,5.5 + parent: 292 + - uid: 9 + components: + - type: Transform + pos: 3.5,6.5 + parent: 292 + - uid: 10 + components: + - type: Transform + pos: 2.5,6.5 + parent: 292 + - uid: 11 + components: + - type: Transform + pos: -4.5,6.5 + parent: 292 + - uid: 12 + components: + - type: Transform + pos: -3.5,6.5 + parent: 292 + - uid: 13 + components: + - type: Transform + pos: -2.5,6.5 + parent: 292 + - uid: 14 + components: + - type: Transform + pos: -2.5,7.5 + parent: 292 + - uid: 15 + components: + - type: Transform + pos: 1.5,6.5 + parent: 292 + - uid: 16 + components: + - type: Transform + pos: 1.5,7.5 + parent: 292 + - uid: 17 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 292 + - uid: 18 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 292 + - uid: 19 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 292 + - uid: 20 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 292 + - uid: 21 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 292 + - uid: 22 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 292 + - uid: 23 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 292 + - uid: 24 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 292 + - uid: 25 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 292 + - uid: 26 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 292 + - uid: 27 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 292 + - uid: 74 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 292 + - uid: 75 + components: + - type: Transform + pos: -0.5,3.5 + parent: 292 +- proto: WindowReinforcedDirectional + entities: + - uid: 215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 292 + - uid: 216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 292 + - uid: 217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,1.5 + parent: 292 + - uid: 218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 292 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 292 + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,1.5 + parent: 292 + - uid: 221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 292 + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 292 +... diff --git a/Resources/Maps/Shuttles/cargo.yml b/Resources/Maps/Shuttles/cargo.yml index 3b9953d94cf..b1fe860cbf8 100644 --- a/Resources/Maps/Shuttles/cargo.yml +++ b/Resources/Maps/Shuttles/cargo.yml @@ -1,1439 +1,1439 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 81: FloorShuttleBlue - 85: FloorShuttleWhite - 89: FloorSteel - 104: FloorTechMaint - 121: Plating -entities: -- proto: "" - entities: - - uid: 173 - components: - - type: MetaData - name: Cargo shuttle - - type: Transform - pos: 2.2710133,-2.4148211 - parent: invalid - - type: MapGrid - chunks: - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: WQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: CargoShuttle - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 12: -5,1 - 13: -5,3 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 14: -1,1 - 15: -1,3 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 0: -5,5 - 1: -4,5 - 2: -2,5 - 3: -1,5 - 4: -1,-1 - 5: -2,-1 - 6: -4,-1 - 7: -5,-1 - 8: -1,2 - 9: -2,2 - 10: -4,2 - 11: -5,2 - - node: - color: '#A4610696' - id: CheckerNWSE - decals: - 16: -3,0 - 17: -3,1 - 18: -3,2 - 19: -3,3 - 20: -3,4 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale - decals: - 22: -3,-1 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - decals: - 21: -3,5 - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-1: - 0: 34816 - 1: 17612 - -1,-3: - 0: 480 - 1: 65024 - -1,-1: - 0: 17 - 1: 65518 - -1,-2: - 1: 65535 - -2,1: - 0: 34944 - 1: 17484 - -1,0: - 1: 65535 - -1,1: - 0: 4096 - 1: 59647 - 2: 512 - 3: 1024 - 4: 256 - -1,2: - 5: 1 - 6: 16 - 7: 4 - 8: 64 - 1: 61066 - 9: 32 - -1,3: - 0: 546 - 1: 52428 - 0,-3: - 0: 240 - 1: 65280 - 0,-2: - 1: 65535 - 0,-1: - 1: 65535 - 1,-3: - 0: 528 - 1: 12544 - 1,-2: - 1: 13107 - 1,-1: - 0: 17442 - 1: 4369 - 0,1: - 1: 65535 - 0,2: - 1: 65535 - 0,3: - 1: 65535 - 0,0: - 1: 65535 - 1,3: - 0: 273 - 1,0: - 1: 30583 - 1,1: - 0: 25664 - 1: 4375 - 1,2: - 0: 34 - 1: 4369 - 0,4: - 0: 120 - 1: 7 - -1,4: - 0: 132 - 1: 8 - -2,0: - 1: 52428 - -2,2: - 1: 140 - -2,-2: - 1: 32768 - uniqueMixes: - - volume: 2500 - immutable: True - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 268.94583 - moles: - - 20.00614 - - 75.26119 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 285.08194 - moles: - - 21.218632 - - 79.82248 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 196.33333 - moles: - - 14.549919 - - 54.735413 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 10.912439 - - 41.05156 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 184.23123 - moles: - - 13.64055 - - 51.31445 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 291.44815 - moles: - - 21.696999 - - 81.62205 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 286.34256 - moles: - - 21.313358 - - 80.178825 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 265.9203 - moles: - - 19.778797 - - 74.40595 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: GridPathfinding - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay -- proto: AirCanister - entities: - - uid: 172 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 -- proto: AirlockGlassShuttle - entities: - - uid: 45 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,3.5 - parent: 173 - - uid: 50 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 - parent: 173 - - uid: 52 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 173 - - uid: 53 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 173 -- proto: APCHyperCapacity - entities: - - uid: 79 - components: - - type: Transform - pos: -0.5,6.5 - parent: 173 -- proto: AtmosDeviceFanTiny - entities: - - uid: 168 - components: - - type: Transform - pos: -5.5,1.5 - parent: 173 - - uid: 169 - components: - - type: Transform - pos: -5.5,3.5 - parent: 173 - - uid: 170 - components: - - type: Transform - pos: 0.5,3.5 - parent: 173 - - uid: 171 - components: - - type: Transform - pos: 0.5,1.5 - parent: 173 -- proto: BlastDoor - entities: - - uid: 1 - components: - - type: Transform - pos: 0.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 57 - - uid: 3 - components: - - type: Transform - pos: -5.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 55 - - uid: 54 - components: - - type: Transform - pos: 0.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 58 - - uid: 56 - components: - - type: Transform - pos: -5.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 2 -- proto: CableApcExtension - entities: - - uid: 100 - components: - - type: Transform - pos: -0.5,6.5 - parent: 173 - - uid: 101 - components: - - type: Transform - pos: -1.5,6.5 - parent: 173 - - uid: 102 - components: - - type: Transform - pos: -2.5,6.5 - parent: 173 - - uid: 103 - components: - - type: Transform - pos: -2.5,5.5 - parent: 173 - - uid: 104 - components: - - type: Transform - pos: -2.5,8.5 - parent: 173 - - uid: 105 - components: - - type: Transform - pos: -3.5,8.5 - parent: 173 - - uid: 106 - components: - - type: Transform - pos: -1.5,8.5 - parent: 173 - - uid: 107 - components: - - type: Transform - pos: -3.5,6.5 - parent: 173 - - uid: 108 - components: - - type: Transform - pos: -3.5,7.5 - parent: 173 - - uid: 109 - components: - - type: Transform - pos: -2.5,4.5 - parent: 173 - - uid: 110 - components: - - type: Transform - pos: -2.5,3.5 - parent: 173 - - uid: 111 - components: - - type: Transform - pos: -2.5,2.5 - parent: 173 - - uid: 112 - components: - - type: Transform - pos: -2.5,1.5 - parent: 173 - - uid: 113 - components: - - type: Transform - pos: -2.5,0.5 - parent: 173 - - uid: 114 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 173 - - uid: 115 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 173 - - uid: 116 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 173 - - uid: 117 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 173 - - uid: 118 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 173 - - uid: 119 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 173 - - uid: 120 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 173 - - uid: 121 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 173 - - uid: 122 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 173 - - uid: 123 - components: - - type: Transform - pos: -4.5,7.5 - parent: 173 - - uid: 124 - components: - - type: Transform - pos: -0.5,7.5 - parent: 173 - - uid: 125 - components: - - type: Transform - pos: -1.5,3.5 - parent: 173 - - uid: 126 - components: - - type: Transform - pos: -0.5,3.5 - parent: 173 - - uid: 127 - components: - - type: Transform - pos: -1.5,1.5 - parent: 173 - - uid: 128 - components: - - type: Transform - pos: -0.5,1.5 - parent: 173 - - uid: 129 - components: - - type: Transform - pos: -3.5,1.5 - parent: 173 - - uid: 130 - components: - - type: Transform - pos: -4.5,1.5 - parent: 173 - - uid: 131 - components: - - type: Transform - pos: -3.5,3.5 - parent: 173 - - uid: 132 - components: - - type: Transform - pos: -4.5,3.5 - parent: 173 - - uid: 163 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 173 -- proto: CableHV - entities: - - uid: 80 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 173 - - uid: 81 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 173 - - uid: 86 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 173 -- proto: CableMV - entities: - - uid: 87 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 173 - - uid: 88 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 173 - - uid: 89 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 173 - - uid: 90 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 173 - - uid: 91 - components: - - type: Transform - pos: -2.5,0.5 - parent: 173 - - uid: 92 - components: - - type: Transform - pos: -2.5,1.5 - parent: 173 - - uid: 93 - components: - - type: Transform - pos: -2.5,2.5 - parent: 173 - - uid: 94 - components: - - type: Transform - pos: -2.5,3.5 - parent: 173 - - uid: 95 - components: - - type: Transform - pos: -2.5,4.5 - parent: 173 - - uid: 96 - components: - - type: Transform - pos: -2.5,5.5 - parent: 173 - - uid: 97 - components: - - type: Transform - pos: -2.5,6.5 - parent: 173 - - uid: 98 - components: - - type: Transform - pos: -1.5,6.5 - parent: 173 - - uid: 99 - components: - - type: Transform - pos: -0.5,6.5 - parent: 173 -- proto: CableTerminal - entities: - - uid: 82 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 173 -- proto: CargoPallet - entities: - - uid: 151 - components: - - type: Transform - pos: -4.5,5.5 - parent: 173 - - uid: 152 - components: - - type: Transform - pos: -3.5,5.5 - parent: 173 - - uid: 153 - components: - - type: Transform - pos: -1.5,5.5 - parent: 173 - - uid: 154 - components: - - type: Transform - pos: -0.5,5.5 - parent: 173 - - uid: 155 - components: - - type: Transform - pos: -0.5,2.5 - parent: 173 - - uid: 156 - components: - - type: Transform - pos: -1.5,2.5 - parent: 173 - - uid: 157 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 173 - - uid: 158 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 173 - - uid: 159 - components: - - type: Transform - pos: -3.5,2.5 - parent: 173 - - uid: 160 - components: - - type: Transform - pos: -4.5,2.5 - parent: 173 - - uid: 161 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 173 - - uid: 162 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 173 -- proto: ChairPilotSeat - entities: - - uid: 141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,7.5 - parent: 173 -- proto: ComputerShuttle - entities: - - uid: 78 - components: - - type: Transform - pos: -2.5,8.5 - parent: 173 -- proto: ConveyorBelt - entities: - - uid: 38 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 36 - - uid: 39 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 36 - - uid: 40 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 36 - - uid: 41 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 34 - - uid: 42 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 34 - - uid: 43 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 34 - - uid: 46 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 35 - - uid: 47 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 37 - - uid: 48 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 37 - - uid: 49 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,4.5 - parent: 173 - - type: DeviceLinkSink - links: - - 37 - - uid: 51 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 35 - - uid: 167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 173 - - type: DeviceLinkSink - links: - - 35 -- proto: GasPipeBend - entities: - - uid: 134 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 173 -- proto: GasPipeStraight - entities: - - uid: 136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 173 - - uid: 137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 173 - - uid: 140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 173 -- proto: GasPort - entities: - - uid: 135 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 -- proto: GasVentPump - entities: - - uid: 138 - components: - - type: Transform - pos: -2.5,2.5 - parent: 173 - - type: AtmosDevice - joinedGrid: 173 -- proto: GeneratorBasic15kW - entities: - - uid: 83 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 173 -- proto: GravityGeneratorMini - entities: - - uid: 146 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 173 -- proto: Grille - entities: - - uid: 73 - components: - - type: Transform - pos: -3.5,8.5 - parent: 173 - - uid: 74 - components: - - type: Transform - pos: -3.5,9.5 - parent: 173 - - uid: 75 - components: - - type: Transform - pos: -2.5,9.5 - parent: 173 - - uid: 76 - components: - - type: Transform - pos: -1.5,9.5 - parent: 173 - - uid: 77 - components: - - type: Transform - pos: -1.5,8.5 - parent: 173 -- proto: Gyroscope - entities: - - uid: 133 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 173 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 44 - components: - - type: Transform - pos: 0.5,0.5 - parent: 173 - - uid: 164 - components: - - type: Transform - pos: -5.5,0.5 - parent: 173 - - uid: 165 - components: - - type: Transform - pos: -5.5,4.5 - parent: 173 - - uid: 166 - components: - - type: Transform - pos: 0.5,4.5 - parent: 173 -- proto: Poweredlight - entities: - - uid: 147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 173 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 - parent: 173 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 173 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 - parent: 173 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: ShuttleWindow - entities: - - uid: 68 - components: - - type: Transform - pos: -1.5,8.5 - parent: 173 - - uid: 69 - components: - - type: Transform - pos: -1.5,9.5 - parent: 173 - - uid: 70 - components: - - type: Transform - pos: -2.5,9.5 - parent: 173 - - uid: 71 - components: - - type: Transform - pos: -3.5,9.5 - parent: 173 - - uid: 72 - components: - - type: Transform - pos: -3.5,8.5 - parent: 173 -- proto: SignalButton - entities: - - uid: 2 - components: - - type: Transform - pos: -5.5,5.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 56: - - Pressed: Toggle - - uid: 55 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 3: - - Pressed: Toggle - - uid: 57 - components: - - type: Transform - pos: 0.5,5.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 1: - - Pressed: Toggle - - uid: 58 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 54: - - Pressed: Toggle -- proto: SMESBasic - entities: - - uid: 84 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 173 -- proto: SubstationBasic - entities: - - uid: 85 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 173 -- proto: TableReinforced - entities: - - uid: 143 - components: - - type: Transform - pos: -3.5,7.5 - parent: 173 - - uid: 144 - components: - - type: Transform - pos: -1.5,7.5 - parent: 173 -- proto: Thruster - entities: - - uid: 12 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 173 - - uid: 13 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,7.5 - parent: 173 - - uid: 14 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,7.5 - parent: 173 - - uid: 15 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 173 - - uid: 59 - components: - - type: Transform - pos: -4.5,9.5 - parent: 173 - - uid: 60 - components: - - type: Transform - pos: -0.5,9.5 - parent: 173 - - uid: 61 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 173 - - uid: 62 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 173 -- proto: TwoWayLever - entities: - - uid: 34 - components: - - type: Transform - pos: -3.5,1.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 43: - - Left: Forward - - Right: Reverse - - Middle: Off - 42: - - Left: Forward - - Right: Reverse - - Middle: Off - 41: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 35 - components: - - type: Transform - pos: -1.5,1.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 51: - - Left: Forward - - Right: Reverse - - Middle: Off - 46: - - Left: Forward - - Right: Reverse - - Middle: Off - 167: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 36 - components: - - type: Transform - pos: -1.5,3.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 38: - - Left: Forward - - Right: Reverse - - Middle: Off - 39: - - Left: Forward - - Right: Reverse - - Middle: Off - 40: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 37 - components: - - type: Transform - pos: -3.5,3.5 - parent: 173 - - type: DeviceLinkSource - linkedPorts: - 49: - - Left: Forward - - Right: Reverse - - Middle: Off - 48: - - Left: Forward - - Right: Reverse - - Middle: Off - 47: - - Left: Forward - - Right: Reverse - - Middle: Off -- proto: WallShuttle - entities: - - uid: 4 - components: - - type: Transform - pos: -5.5,8.5 - parent: 173 - - uid: 5 - components: - - type: Transform - pos: -4.5,8.5 - parent: 173 - - uid: 6 - components: - - type: Transform - pos: -0.5,8.5 - parent: 173 - - uid: 7 - components: - - type: Transform - pos: 0.5,8.5 - parent: 173 - - uid: 8 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 173 - - uid: 9 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 173 - - uid: 10 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 173 - - uid: 11 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 173 - - uid: 16 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 173 - - uid: 17 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 173 - - uid: 18 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 173 - - uid: 19 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 173 - - uid: 20 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 173 - - uid: 21 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 173 - - uid: 22 - components: - - type: Transform - pos: -0.5,7.5 - parent: 173 - - uid: 23 - components: - - type: Transform - pos: -0.5,6.5 - parent: 173 - - uid: 24 - components: - - type: Transform - pos: 0.5,6.5 - parent: 173 - - uid: 25 - components: - - type: Transform - pos: -4.5,7.5 - parent: 173 - - uid: 26 - components: - - type: Transform - pos: -4.5,6.5 - parent: 173 - - uid: 27 - components: - - type: Transform - pos: -5.5,6.5 - parent: 173 - - uid: 28 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 173 - - uid: 29 - components: - - type: Transform - pos: -5.5,5.5 - parent: 173 - - uid: 30 - components: - - type: Transform - pos: 0.5,5.5 - parent: 173 - - uid: 31 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 173 - - uid: 32 - components: - - type: Transform - pos: 0.5,2.5 - parent: 173 - - uid: 33 - components: - - type: Transform - pos: -5.5,2.5 - parent: 173 - - uid: 63 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 173 - - uid: 64 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 173 - - uid: 65 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 173 - - uid: 66 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 173 - - uid: 67 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 173 -- proto: WindoorCargoLocked - entities: - - uid: 139 - components: - - type: Transform - pos: -2.5,7.5 - parent: 173 -- proto: WindowReinforcedDirectional - entities: - - uid: 142 - components: - - type: Transform - pos: -1.5,7.5 - parent: 173 - - uid: 145 - components: - - type: Transform - pos: -3.5,7.5 - parent: 173 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 81: FloorShuttleBlue + 85: FloorShuttleWhite + 89: FloorSteel + 104: FloorTechMaint + 121: Plating +entities: +- proto: "" + entities: + - uid: 173 + components: + - type: MetaData + name: Cargo shuttle + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: WQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: CargoShuttle + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 12: -5,1 + 13: -5,3 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 14: -1,1 + 15: -1,3 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: -5,5 + 1: -4,5 + 2: -2,5 + 3: -1,5 + 4: -1,-1 + 5: -2,-1 + 6: -4,-1 + 7: -5,-1 + 8: -1,2 + 9: -2,2 + 10: -4,2 + 11: -5,2 + - node: + color: '#A4610696' + id: CheckerNWSE + decals: + 16: -3,0 + 17: -3,1 + 18: -3,2 + 19: -3,3 + 20: -3,4 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 22: -3,-1 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 21: -3,5 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 34816 + 1: 17612 + -1,-3: + 0: 480 + 1: 65024 + -1,-1: + 0: 17 + 1: 65518 + -1,-2: + 1: 65535 + -2,1: + 0: 34944 + 1: 17484 + -1,0: + 1: 65535 + -1,1: + 0: 4096 + 1: 59647 + 2: 512 + 3: 1024 + 4: 256 + -1,2: + 5: 1 + 6: 16 + 7: 4 + 8: 64 + 1: 61066 + 9: 32 + -1,3: + 0: 546 + 1: 52428 + 0,-3: + 0: 240 + 1: 65280 + 0,-2: + 1: 65535 + 0,-1: + 1: 65535 + 1,-3: + 0: 528 + 1: 12544 + 1,-2: + 1: 13107 + 1,-1: + 0: 17442 + 1: 4369 + 0,1: + 1: 65535 + 0,2: + 1: 65535 + 0,3: + 1: 65535 + 0,0: + 1: 65535 + 1,3: + 0: 273 + 1,0: + 1: 30583 + 1,1: + 0: 25664 + 1: 4375 + 1,2: + 0: 34 + 1: 4369 + 0,4: + 0: 120 + 1: 7 + -1,4: + 0: 132 + 1: 8 + -2,0: + 1: 52428 + -2,2: + 1: 140 + -2,-2: + 1: 32768 + uniqueMixes: + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 268.94583 + moles: + - 20.00614 + - 75.26119 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 285.08194 + moles: + - 21.218632 + - 79.82248 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 196.33333 + moles: + - 14.549919 + - 54.735413 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.92499 + moles: + - 10.912439 + - 41.05156 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 184.23123 + moles: + - 13.64055 + - 51.31445 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 291.44815 + moles: + - 21.696999 + - 81.62205 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 286.34256 + moles: + - 21.313358 + - 80.178825 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 265.9203 + moles: + - 19.778797 + - 74.40595 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: GridPathfinding + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay +- proto: AirCanister + entities: + - uid: 172 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 173 + - type: AtmosDevice + joinedGrid: 173 +- proto: AirlockGlassShuttle + entities: + - uid: 45 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,3.5 + parent: 173 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,1.5 + parent: 173 + - uid: 52 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 173 + - uid: 53 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 173 +- proto: APCHyperCapacity + entities: + - uid: 79 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 +- proto: AtmosDeviceFanTiny + entities: + - uid: 168 + components: + - type: Transform + pos: -5.5,1.5 + parent: 173 + - uid: 169 + components: + - type: Transform + pos: -5.5,3.5 + parent: 173 + - uid: 170 + components: + - type: Transform + pos: 0.5,3.5 + parent: 173 + - uid: 171 + components: + - type: Transform + pos: 0.5,1.5 + parent: 173 +- proto: BlastDoor + entities: + - uid: 1 + components: + - type: Transform + pos: 0.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 57 + - uid: 3 + components: + - type: Transform + pos: -5.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 55 + - uid: 54 + components: + - type: Transform + pos: 0.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 58 + - uid: 56 + components: + - type: Transform + pos: -5.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 2 +- proto: CableApcExtension + entities: + - uid: 100 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 + - uid: 101 + components: + - type: Transform + pos: -1.5,6.5 + parent: 173 + - uid: 102 + components: + - type: Transform + pos: -2.5,6.5 + parent: 173 + - uid: 103 + components: + - type: Transform + pos: -2.5,5.5 + parent: 173 + - uid: 104 + components: + - type: Transform + pos: -2.5,8.5 + parent: 173 + - uid: 105 + components: + - type: Transform + pos: -3.5,8.5 + parent: 173 + - uid: 106 + components: + - type: Transform + pos: -1.5,8.5 + parent: 173 + - uid: 107 + components: + - type: Transform + pos: -3.5,6.5 + parent: 173 + - uid: 108 + components: + - type: Transform + pos: -3.5,7.5 + parent: 173 + - uid: 109 + components: + - type: Transform + pos: -2.5,4.5 + parent: 173 + - uid: 110 + components: + - type: Transform + pos: -2.5,3.5 + parent: 173 + - uid: 111 + components: + - type: Transform + pos: -2.5,2.5 + parent: 173 + - uid: 112 + components: + - type: Transform + pos: -2.5,1.5 + parent: 173 + - uid: 113 + components: + - type: Transform + pos: -2.5,0.5 + parent: 173 + - uid: 114 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 173 + - uid: 115 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 173 + - uid: 116 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 173 + - uid: 117 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 173 + - uid: 118 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 173 + - uid: 119 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 173 + - uid: 120 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 173 + - uid: 121 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 173 + - uid: 122 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 173 + - uid: 123 + components: + - type: Transform + pos: -4.5,7.5 + parent: 173 + - uid: 124 + components: + - type: Transform + pos: -0.5,7.5 + parent: 173 + - uid: 125 + components: + - type: Transform + pos: -1.5,3.5 + parent: 173 + - uid: 126 + components: + - type: Transform + pos: -0.5,3.5 + parent: 173 + - uid: 127 + components: + - type: Transform + pos: -1.5,1.5 + parent: 173 + - uid: 128 + components: + - type: Transform + pos: -0.5,1.5 + parent: 173 + - uid: 129 + components: + - type: Transform + pos: -3.5,1.5 + parent: 173 + - uid: 130 + components: + - type: Transform + pos: -4.5,1.5 + parent: 173 + - uid: 131 + components: + - type: Transform + pos: -3.5,3.5 + parent: 173 + - uid: 132 + components: + - type: Transform + pos: -4.5,3.5 + parent: 173 + - uid: 163 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 173 +- proto: CableHV + entities: + - uid: 80 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 173 + - uid: 81 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 173 + - uid: 86 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 173 +- proto: CableMV + entities: + - uid: 87 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 173 + - uid: 88 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 173 + - uid: 89 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 173 + - uid: 90 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 173 + - uid: 91 + components: + - type: Transform + pos: -2.5,0.5 + parent: 173 + - uid: 92 + components: + - type: Transform + pos: -2.5,1.5 + parent: 173 + - uid: 93 + components: + - type: Transform + pos: -2.5,2.5 + parent: 173 + - uid: 94 + components: + - type: Transform + pos: -2.5,3.5 + parent: 173 + - uid: 95 + components: + - type: Transform + pos: -2.5,4.5 + parent: 173 + - uid: 96 + components: + - type: Transform + pos: -2.5,5.5 + parent: 173 + - uid: 97 + components: + - type: Transform + pos: -2.5,6.5 + parent: 173 + - uid: 98 + components: + - type: Transform + pos: -1.5,6.5 + parent: 173 + - uid: 99 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 +- proto: CableTerminal + entities: + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 173 +- proto: CargoPallet + entities: + - uid: 151 + components: + - type: Transform + pos: -4.5,5.5 + parent: 173 + - uid: 152 + components: + - type: Transform + pos: -3.5,5.5 + parent: 173 + - uid: 153 + components: + - type: Transform + pos: -1.5,5.5 + parent: 173 + - uid: 154 + components: + - type: Transform + pos: -0.5,5.5 + parent: 173 + - uid: 155 + components: + - type: Transform + pos: -0.5,2.5 + parent: 173 + - uid: 156 + components: + - type: Transform + pos: -1.5,2.5 + parent: 173 + - uid: 157 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 173 + - uid: 158 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 173 + - uid: 159 + components: + - type: Transform + pos: -3.5,2.5 + parent: 173 + - uid: 160 + components: + - type: Transform + pos: -4.5,2.5 + parent: 173 + - uid: 161 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 173 + - uid: 162 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 173 +- proto: ChairPilotSeat + entities: + - uid: 141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,7.5 + parent: 173 +- proto: ComputerShuttle + entities: + - uid: 78 + components: + - type: Transform + pos: -2.5,8.5 + parent: 173 +- proto: ConveyorBelt + entities: + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 36 + - uid: 39 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 36 + - uid: 40 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 36 + - uid: 41 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 34 + - uid: 42 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 34 + - uid: 43 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 34 + - uid: 46 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 35 + - uid: 47 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 37 + - uid: 48 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 37 + - uid: 49 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 173 + - type: DeviceLinkSink + links: + - 37 + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 35 + - uid: 167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 173 + - type: DeviceLinkSink + links: + - 35 +- proto: GasPipeBend + entities: + - uid: 134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 173 +- proto: GasPipeStraight + entities: + - uid: 136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 173 + - uid: 137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 173 + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 173 +- proto: GasPort + entities: + - uid: 135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 173 + - type: AtmosDevice + joinedGrid: 173 +- proto: GasVentPump + entities: + - uid: 138 + components: + - type: Transform + pos: -2.5,2.5 + parent: 173 + - type: AtmosDevice + joinedGrid: 173 +- proto: GeneratorBasic15kW + entities: + - uid: 83 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 173 +- proto: GravityGeneratorMini + entities: + - uid: 146 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 173 +- proto: Grille + entities: + - uid: 73 + components: + - type: Transform + pos: -3.5,8.5 + parent: 173 + - uid: 74 + components: + - type: Transform + pos: -3.5,9.5 + parent: 173 + - uid: 75 + components: + - type: Transform + pos: -2.5,9.5 + parent: 173 + - uid: 76 + components: + - type: Transform + pos: -1.5,9.5 + parent: 173 + - uid: 77 + components: + - type: Transform + pos: -1.5,8.5 + parent: 173 +- proto: Gyroscope + entities: + - uid: 133 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 173 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 44 + components: + - type: Transform + pos: 0.5,0.5 + parent: 173 + - uid: 164 + components: + - type: Transform + pos: -5.5,0.5 + parent: 173 + - uid: 165 + components: + - type: Transform + pos: -5.5,4.5 + parent: 173 + - uid: 166 + components: + - type: Transform + pos: 0.5,4.5 + parent: 173 +- proto: Poweredlight + entities: + - uid: 147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 173 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 173 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,7.5 + parent: 173 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 173 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: ShuttleWindow + entities: + - uid: 68 + components: + - type: Transform + pos: -1.5,8.5 + parent: 173 + - uid: 69 + components: + - type: Transform + pos: -1.5,9.5 + parent: 173 + - uid: 70 + components: + - type: Transform + pos: -2.5,9.5 + parent: 173 + - uid: 71 + components: + - type: Transform + pos: -3.5,9.5 + parent: 173 + - uid: 72 + components: + - type: Transform + pos: -3.5,8.5 + parent: 173 +- proto: SignalButton + entities: + - uid: 2 + components: + - type: Transform + pos: -5.5,5.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 56: + - Pressed: Toggle + - uid: 55 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 3: + - Pressed: Toggle + - uid: 57 + components: + - type: Transform + pos: 0.5,5.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 1: + - Pressed: Toggle + - uid: 58 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 54: + - Pressed: Toggle +- proto: SMESBasic + entities: + - uid: 84 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 173 +- proto: SubstationBasic + entities: + - uid: 85 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 173 +- proto: TableReinforced + entities: + - uid: 143 + components: + - type: Transform + pos: -3.5,7.5 + parent: 173 + - uid: 144 + components: + - type: Transform + pos: -1.5,7.5 + parent: 173 +- proto: Thruster + entities: + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 173 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 173 + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 173 + - uid: 15 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 173 + - uid: 59 + components: + - type: Transform + pos: -4.5,9.5 + parent: 173 + - uid: 60 + components: + - type: Transform + pos: -0.5,9.5 + parent: 173 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 173 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 173 +- proto: TwoWayLever + entities: + - uid: 34 + components: + - type: Transform + pos: -3.5,1.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 43: + - Left: Forward + - Right: Reverse + - Middle: Off + 42: + - Left: Forward + - Right: Reverse + - Middle: Off + 41: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 35 + components: + - type: Transform + pos: -1.5,1.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 51: + - Left: Forward + - Right: Reverse + - Middle: Off + 46: + - Left: Forward + - Right: Reverse + - Middle: Off + 167: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 36 + components: + - type: Transform + pos: -1.5,3.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 38: + - Left: Forward + - Right: Reverse + - Middle: Off + 39: + - Left: Forward + - Right: Reverse + - Middle: Off + 40: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 37 + components: + - type: Transform + pos: -3.5,3.5 + parent: 173 + - type: DeviceLinkSource + linkedPorts: + 49: + - Left: Forward + - Right: Reverse + - Middle: Off + 48: + - Left: Forward + - Right: Reverse + - Middle: Off + 47: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: WallShuttle + entities: + - uid: 4 + components: + - type: Transform + pos: -5.5,8.5 + parent: 173 + - uid: 5 + components: + - type: Transform + pos: -4.5,8.5 + parent: 173 + - uid: 6 + components: + - type: Transform + pos: -0.5,8.5 + parent: 173 + - uid: 7 + components: + - type: Transform + pos: 0.5,8.5 + parent: 173 + - uid: 8 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 173 + - uid: 9 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 173 + - uid: 10 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 173 + - uid: 11 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 173 + - uid: 16 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 173 + - uid: 17 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 173 + - uid: 18 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 173 + - uid: 19 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 173 + - uid: 20 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 173 + - uid: 21 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 173 + - uid: 22 + components: + - type: Transform + pos: -0.5,7.5 + parent: 173 + - uid: 23 + components: + - type: Transform + pos: -0.5,6.5 + parent: 173 + - uid: 24 + components: + - type: Transform + pos: 0.5,6.5 + parent: 173 + - uid: 25 + components: + - type: Transform + pos: -4.5,7.5 + parent: 173 + - uid: 26 + components: + - type: Transform + pos: -4.5,6.5 + parent: 173 + - uid: 27 + components: + - type: Transform + pos: -5.5,6.5 + parent: 173 + - uid: 28 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 173 + - uid: 29 + components: + - type: Transform + pos: -5.5,5.5 + parent: 173 + - uid: 30 + components: + - type: Transform + pos: 0.5,5.5 + parent: 173 + - uid: 31 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 173 + - uid: 32 + components: + - type: Transform + pos: 0.5,2.5 + parent: 173 + - uid: 33 + components: + - type: Transform + pos: -5.5,2.5 + parent: 173 + - uid: 63 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 173 + - uid: 64 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 173 + - uid: 65 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 173 + - uid: 66 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 173 + - uid: 67 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 173 +- proto: WindoorCargoLocked + entities: + - uid: 139 + components: + - type: Transform + pos: -2.5,7.5 + parent: 173 +- proto: WindowReinforcedDirectional + entities: + - uid: 142 + components: + - type: Transform + pos: -1.5,7.5 + parent: 173 + - uid: 145 + components: + - type: Transform + pos: -3.5,7.5 + parent: 173 +... diff --git a/Resources/Maps/Shuttles/dart.yml b/Resources/Maps/Shuttles/dart.yml index b0da93250cb..c44dfe890df 100644 --- a/Resources/Maps/Shuttles/dart.yml +++ b/Resources/Maps/Shuttles/dart.yml @@ -1,6872 +1,6872 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 32: FloorDarkHerringbone - 33: FloorDarkMini - 34: FloorDarkMono - 36: FloorDarkPavement - 37: FloorDarkPavementVertical - 77: FloorReinforced - 89: FloorSteel - 99: FloorSteelMini - 100: FloorSteelMono - 104: FloorTechMaint - 108: FloorWhite - 114: FloorWhiteOffset - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: NT-Dart - - type: Transform - pos: 0.55555725,0.5 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAADJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAABdgAAAAADJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAADdgAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAABJAAAAAADeQAAAAAAeQAAAAAAJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAAAeQAAAAAAHQAAAAABJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAHQAAAAABJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADcgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACTQAAAAAATQAAAAAAIgAAAAADWQAAAAACWQAAAAACWQAAAAACIgAAAAACHQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAADTQAAAAAATQAAAAAAIgAAAAAAWQAAAAACWQAAAAADWQAAAAACIgAAAAACHQAAAAADJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABTQAAAAAATQAAAAAAIgAAAAABWQAAAAADWQAAAAABWQAAAAABIgAAAAACHQAAAAABJQAAAAAD - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAADeQAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAABeQAAAAAAdgAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: eQAAAAAAeQAAAAAAIQAAAAACIQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIQAAAAADHQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAABYwAAAAACYwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACYwAAAAAAYwAAAAAAYwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACYwAAAAADYwAAAAABeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABIgAAAAABWQAAAAADWQAAAAACWQAAAAADIgAAAAACTQAAAAAATQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABIgAAAAADWQAAAAAAWQAAAAAAWQAAAAABIgAAAAAATQAAAAAATQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACIgAAAAABWQAAAAABWQAAAAADWQAAAAAAIgAAAAAATQAAAAAATQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADJAAAAAABIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAJQAAAAAC - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAHQAAAAADWQAAAAAAWQAAAAABHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 82: -2,-18 - 165: 6,-2 - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 33: -5,-19 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 45: 4,-23 - 81: 0,-18 - 166: -8,-2 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 27: -7,-20 - 79: 0,-17 - 80: -2,-17 - 159: -7,-3 - 160: -7,-2 - 161: -7,-1 - 162: 5,-3 - 163: 5,-2 - 164: 5,-1 - - node: - color: '#FFFFFFFF' - id: BotLeft - decals: - 41: 4,-22 - 42: 6,-22 - - node: - color: '#FFFFFFFF' - id: BotRight - decals: - 43: 5,-24 - 44: 7,-24 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 32: -5,-20 - 180: -5,2 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 56: 2,-19 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 58: 3,-21 - 59: 4,-21 - 60: 5,-21 - 61: 6,-21 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 57: 2,-18 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelCornerNe - decals: - 84: 3,-14 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerNe - decals: - 106: 3,-8 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerNw - decals: - 107: 2,-8 - 108: 1,-9 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerSe - decals: - 110: 3,-11 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelCornerSw - decals: - 109: 1,-11 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelEndS - decals: - 87: 3,-15 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelEndW - decals: - 88: 1,-14 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelInnerNw - decals: - 113: 2,-9 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelInnerSw - decals: - 86: 3,-14 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineE - decals: - 104: 3,-10 - 105: 3,-9 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelLineN - decals: - 83: 2,-14 - - node: - color: '#DE3A3AE3' - id: BrickTileSteelLineS - decals: - 85: 2,-14 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineS - decals: - 111: 2,-11 - - node: - color: '#FFFFFFFF' - id: BrickTileSteelLineW - decals: - 112: 1,-10 - - node: - color: '#8BCC5056' - id: BrickTileWhiteCornerNe - decals: - 194: -3,7 - 205: 0,7 - 210: 2,7 - 211: 3,6 - - node: - color: '#EFCF4175' - id: BrickTileWhiteCornerNe - decals: - 63: 4,-1 - - node: - color: '#FFC56993' - id: BrickTileWhiteCornerNe - decals: - 167: -4,-5 - - node: - color: '#8BCC5056' - id: BrickTileWhiteCornerNw - decals: - 195: -4,7 - 196: -5,6 - 204: -2,7 - 209: 1,7 - - node: - color: '#EFCF4175' - id: BrickTileWhiteCornerNw - decals: - 62: 2,-1 - - node: - color: '#FFC56993' - id: BrickTileWhiteCornerNw - decals: - 172: -7,-5 - - node: - color: '#8BCC5056' - id: BrickTileWhiteCornerSe - decals: - 214: 3,4 - - node: - color: '#EFCF4175' - id: BrickTileWhiteCornerSe - decals: - 71: 4,-6 - - node: - color: '#FFC56993' - id: BrickTileWhiteCornerSe - decals: - 168: -4,-6 - - node: - color: '#8BCC5056' - id: BrickTileWhiteCornerSw - decals: - 198: -5,5 - 215: 2,4 - - node: - color: '#EFCF4175' - id: BrickTileWhiteCornerSw - decals: - 69: 2,-6 - - node: - color: '#FFC56993' - id: BrickTileWhiteCornerSw - decals: - 171: -7,-6 - - node: - color: '#8BCC5056' - id: BrickTileWhiteInnerNe - decals: - 212: 2,6 - - node: - color: '#8BCC5056' - id: BrickTileWhiteInnerNw - decals: - 197: -4,6 - - node: - color: '#8BCC5056' - id: BrickTileWhiteInnerSw - decals: - 216: 2,5 - - node: - color: '#8BCC5056' - id: BrickTileWhiteLineE - decals: - 202: -3,6 - 206: 0,6 - 213: 3,5 - - node: - color: '#EFCF4175' - id: BrickTileWhiteLineE - decals: - 72: 4,-5 - 73: 4,-4 - 74: 4,-3 - 75: 4,-2 - - node: - color: '#8BCC5056' - id: BrickTileWhiteLineN - decals: - 207: -1,7 - - node: - color: '#EFCF4175' - id: BrickTileWhiteLineN - decals: - 24: -4,-18 - 25: -5,-18 - 26: -6,-18 - 64: 3,-1 - - node: - color: '#FFC56993' - id: BrickTileWhiteLineN - decals: - 173: -5,-5 - - node: - color: '#8BCC5056' - id: BrickTileWhiteLineS - decals: - 199: -4,5 - 200: -3,5 - 201: -2,5 - 217: 1,5 - 218: 0,5 - - node: - color: '#EFCF4175' - id: BrickTileWhiteLineS - decals: - 70: 3,-6 - - node: - color: '#FFC56993' - id: BrickTileWhiteLineS - decals: - 169: -5,-6 - 170: -6,-6 - - node: - color: '#8BCC5056' - id: BrickTileWhiteLineW - decals: - 203: -2,6 - 208: 1,6 - - node: - color: '#EFCF4175' - id: BrickTileWhiteLineW - decals: - 22: -7,-20 - 23: -7,-19 - 65: 2,-2 - 66: 2,-3 - 67: 2,-4 - 68: 2,-5 - - node: - color: '#52B4E996' - id: CheckerNWSE - decals: - 181: -7,1 - 182: -7,2 - 183: -7,3 - - node: - color: '#79150096' - id: CheckerNWSE - decals: - 114: -2,-10 - 115: -3,-10 - 116: -3,-9 - 117: -2,-9 - 118: -4,-10 - 119: -4,-9 - 120: -5,-9 - 121: -5,-10 - 122: -5,-11 - 123: -4,-11 - 124: -3,-11 - 125: -2,-11 - - node: - color: '#EFCF4175' - id: CheckerNWSE - decals: - 46: 6,-21 - 47: 5,-21 - 48: 4,-21 - 49: 3,-21 - 50: 3,-20 - 51: 3,-19 - 52: 4,-19 - 53: 2,-19 - 54: 2,-18 - 55: 3,-18 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 37: 5,-22 - 38: 7,-22 - 39: 6,-24 - 40: 4,-24 - 76: 5,-5 - 77: 5,-6 - 78: 5,-7 - 91: 0,-10 - 92: 0,-14 - 126: -5,-11 - 153: 8,-3 - 154: 8,-2 - 155: 8,-1 - 156: -10,-3 - 157: -10,-2 - 158: -10,-1 - 174: -6,-4 - 193: -6,0 - - node: - color: '#FFC56993' - id: FullTileOverlayGreyscale - decals: - 175: -7,-7 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale270 - decals: - 176: -6,2 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale90 - decals: - 178: -4,1 - 179: -4,2 - - node: - color: '#9FED5850' - id: MiniTileCheckerBOverlay - decals: - 93: 3,-11 - 94: 3,-10 - 95: 3,-9 - 96: 3,-8 - 97: 2,-8 - 98: 2,-9 - 99: 2,-10 - 100: 2,-11 - 101: 1,-11 - 102: 1,-10 - 103: 1,-9 - - node: - color: '#D4D4D412' - id: MiniTileCheckerBOverlay - decals: - 89: 3,-16 - 90: 2,-16 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale - decals: - 184: -6,-1 - 185: -5,-1 - 186: -4,-1 - - node: - color: '#79150096' - id: QuarterTileOverlayGreyscale - decals: - 137: -5,-12 - 138: -4,-12 - 139: -3,-12 - 140: -2,-12 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - decals: - 187: -6,-3 - 188: -5,-3 - 189: -4,-3 - 192: -5,1 - - node: - color: '#DE3A3A96' - id: StandClearGreyscale - decals: - 0: -3,-1 - 1: -3,-2 - 2: -3,-3 - 3: 1,-1 - 4: 1,-2 - 5: 1,-3 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 177: -4,0 - - node: - color: '#52B4E996' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 190: -5,0 - 191: -6,1 - - node: - color: '#DE3A3A96' - id: WarnBox - decals: - 19: 5,3 - 20: 5,2 - 21: 5,1 - - node: - color: '#52B4E996' - id: WarnBoxGreyscale - decals: - 13: 2,2 - 14: 2,1 - 15: 2,0 - 16: 2,2 - 17: 2,1 - 18: 2,0 - - node: - color: '#FFFFFFFF' - id: WarnCornerNE - decals: - 145: -8,-1 - 146: 7,-1 - - node: - color: '#FFFFFFFF' - id: WarnCornerNW - decals: - 29: -6,-19 - 142: 6,-1 - 143: -9,-1 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 141: 7,-3 - 144: -8,-3 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 147: 6,-3 - 148: -9,-3 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNW - decals: - 34: -6,-21 - - node: - color: '#EFB34196' - id: WarnLineE - decals: - 6: 0,-1 - 7: 0,-2 - 8: 0,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 35: 3,-23 - 36: 3,-22 - 151: 7,-2 - 152: -8,-2 - - node: - color: '#8BCC5056' - id: WarnLineGreyscaleS - decals: - 219: -1,5 - - node: - color: '#EFB34196' - id: WarnLineS - decals: - 9: -2,-1 - 10: -2,-2 - 11: -2,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 28: -6,-20 - 149: -9,-2 - 150: 6,-2 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 30: -5,-19 - 31: -4,-19 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNe - decals: - 135: -2,-13 - 221: 0,3 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerNw - decals: - 129: -5,-13 - 220: -2,3 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSe - decals: - 134: -2,-15 - 224: 0,1 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSw - decals: - 131: -5,-15 - 223: -2,1 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 136: -2,-14 - 227: 0,2 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 12: -2,3 - 127: -3,-13 - 128: -4,-13 - 222: -1,3 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 132: -4,-15 - 133: -3,-15 - 225: -1,1 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 130: -5,-14 - 226: -2,2 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - -1,0: - 0: 65535 - -1,1: - 0: 65535 - -3,-1: - 0: 52428 - -3,-2: - 0: 34952 - -2,-3: - 0: 65262 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -2,-4: - 0: 61166 - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - -3,0: - 0: 34956 - -3,1: - 0: 8 - -2,0: - 0: 65535 - -2,1: - 0: 36079 - 1: 16384 - -2,2: - 0: 8 - -1,2: - 0: 15 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-4: - 0: 13107 - 1,-3: - 0: 29491 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-1: - 0: 4369 - 0,0: - 0: 65535 - 0,1: - 0: 65535 - 0,2: - 0: 15 - 1,0: - 0: 65535 - 1,1: - 0: 319 - 1: 4096 - 2,0: - 0: 1 - -3,-7: - 0: 49152 - -3,-6: - 0: 50372 - 2: 8 - 3: 2048 - -3,-5: - 0: 140 - -2,-7: - 0: 61440 - -2,-6: - 2: 1 - 0: 65278 - 3: 256 - -2,-5: - 0: 65535 - -1,-7: - 0: 4096 - -1,-6: - 0: 30513 - 1: 32768 - -1,-5: - 0: 65535 - 0,-6: - 0: 65516 - 0,-5: - 0: 65535 - 0,-7: - 0: 49152 - 1,-7: - 0: 61440 - 1,-6: - 0: 65535 - 1,-5: - 0: 30719 - 2,-7: - 0: 4096 - 2,-6: - 0: 4369 - 2,-5: - 0: 1 - 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 - - 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: RadiationGridResistance - - type: SpreaderGrid - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay -- proto: AdvMopItem - entities: - - uid: 136 - components: - - type: Transform - pos: 2.4476159,-10.440195 - parent: 1 -- proto: AirCanister - entities: - - uid: 126 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 127 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 128 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: AirlockAtmosphericsLocked - entities: - - uid: 419 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 1 -- proto: AirlockCommandLocked - entities: - - uid: 944 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 1 - - uid: 945 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 1 -- proto: AirlockEngineeringLocked - entities: - - uid: 617 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1 - - uid: 801 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 -- proto: AirlockExternal - entities: - - uid: 620 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1 - - uid: 621 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1 - - uid: 750 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 757 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 758 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 1 - - uid: 918 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-2.5 - parent: 1 - - uid: 413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 1 - - uid: 414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1 - - uid: 415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 1 - - uid: 416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 1 - - uid: 417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-2.5 - parent: 1 -- proto: AirlockGlass - entities: - - uid: 73 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 846 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 -- proto: AirlockJanitorLocked - entities: - - uid: 141 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 1 -- proto: AirlockSecurityLocked - entities: - - uid: 252 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1 -- proto: APCBasic - entities: - - uid: 517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-18.5 - parent: 1 - - uid: 518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 1 - - uid: 519 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,4.5 - parent: 1 -- proto: AtmosDeviceFanTiny - entities: - - uid: 808 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 809 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 810 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 811 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1 - - uid: 812 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 1 - - uid: 813 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 1 -- proto: AtmosFixNitrogenMarker - entities: - - uid: 723 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 1 - - uid: 724 - components: - - type: Transform - pos: -7.5,-23.5 - parent: 1 -- proto: AtmosFixOxygenMarker - entities: - - uid: 725 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 1 - - uid: 726 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 1 -- proto: Bed - entities: - - uid: 995 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 -- proto: BedsheetCentcom - entities: - - uid: 996 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 -- proto: BedsheetMedical - entities: - - uid: 932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,1.5 - parent: 1 - - uid: 938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,2.5 - parent: 1 -- proto: BlastDoorOpen - entities: - - uid: 806 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1 - - type: DeviceLinkSink - links: - - 111 - - uid: 807 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - type: DeviceLinkSink - links: - - 111 - - uid: 816 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1 - - type: DeviceLinkSink - links: - - 111 - - uid: 817 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - type: DeviceLinkSink - links: - - 823 - - uid: 818 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 - - type: DeviceLinkSink - links: - - 823 - - uid: 819 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - type: DeviceLinkSink - links: - - 822 - - uid: 820 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1 - - type: DeviceLinkSink - links: - - 769 - - uid: 821 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - type: DeviceLinkSink - links: - - 823 - - uid: 824 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1 - - type: DeviceLinkSink - links: - - 769 - - uid: 825 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 - - type: DeviceLinkSink - links: - - 822 - - uid: 826 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - type: DeviceLinkSink - links: - - 111 -- proto: BoozeDispenser - entities: - - uid: 444 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1 -- proto: BoxEncryptionKeyEngineering - entities: - - uid: 976 - components: - - type: Transform - pos: -4.6811705,5.7660027 - parent: 1 -- proto: BoxEncryptionKeyMedical - entities: - - uid: 975 - components: - - type: Transform - pos: -4.4936705,5.6566277 - parent: 1 -- proto: BoxEncryptionKeySecurity - entities: - - uid: 981 - components: - - type: Transform - pos: -4.3061705,5.4847527 - parent: 1 -- proto: BoxTrashbag - entities: - - uid: 853 - components: - - type: Transform - pos: 2.4221013,-10.361368 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 553 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 554 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - uid: 555 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 556 - components: - - type: Transform - pos: -1.5,7.5 - parent: 1 - - uid: 557 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1 - - uid: 558 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 - - uid: 559 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1 - - uid: 560 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 561 - components: - - type: Transform - pos: -2.5,5.5 - parent: 1 - - uid: 562 - components: - - type: Transform - pos: -3.5,5.5 - parent: 1 - - uid: 563 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 564 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 565 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 566 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 567 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 568 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 569 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1 - - uid: 570 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 571 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - uid: 572 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 573 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 574 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 575 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 576 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 577 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 578 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1 - - uid: 579 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 580 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 581 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 582 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 583 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 584 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 1 - - uid: 585 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 586 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1 - - uid: 587 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1 - - uid: 588 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1 - - uid: 589 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1 - - uid: 590 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1 - - uid: 591 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1 - - uid: 592 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 - - uid: 593 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1 - - uid: 594 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1 - - uid: 595 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - uid: 596 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 1 - - uid: 597 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 1 - - uid: 598 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 1 - - uid: 599 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 1 - - uid: 600 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 1 - - uid: 601 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 1 - - uid: 602 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 1 - - uid: 603 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1 - - uid: 604 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1 - - uid: 605 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 606 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 1 - - uid: 607 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1 - - uid: 608 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 1 - - uid: 609 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 1 - - uid: 610 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1 - - uid: 611 - components: - - type: Transform - pos: -7.5,-23.5 - parent: 1 - - uid: 612 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 1 - - uid: 645 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 646 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 1 - - uid: 647 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1 - - uid: 648 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 1 - - uid: 649 - components: - - type: Transform - pos: -5.5,0.5 - parent: 1 - - uid: 650 - components: - - type: Transform - pos: -5.5,1.5 - parent: 1 - - uid: 651 - components: - - type: Transform - pos: -5.5,2.5 - parent: 1 - - uid: 652 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1 - - uid: 653 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 1 - - uid: 654 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 655 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 656 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 657 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 1 - - uid: 658 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 659 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 660 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - uid: 661 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - uid: 662 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 663 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 664 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 665 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 666 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - uid: 667 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 1 - - uid: 668 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - - uid: 669 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 1 - - uid: 670 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1 - - uid: 671 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1 - - uid: 672 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1 - - uid: 673 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 1 - - uid: 674 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 1 - - uid: 675 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 676 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 677 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1 - - uid: 678 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 1 - - uid: 679 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 1 - - uid: 680 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 1 - - uid: 681 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 682 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 683 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1 - - uid: 684 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 685 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1 - - uid: 686 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 687 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 1 - - uid: 688 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1 - - uid: 689 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 1 - - uid: 690 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 1 - - uid: 691 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1 - - uid: 692 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 693 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1 - - uid: 694 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 695 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 1 - - uid: 696 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1 - - uid: 697 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 698 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 699 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1 - - uid: 700 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 701 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1 - - uid: 702 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 1 - - uid: 703 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 1 - - uid: 710 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 1 - - uid: 711 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1 - - uid: 712 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1 - - uid: 713 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1 - - uid: 718 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1 - - uid: 719 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 720 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 721 - components: - - type: Transform - pos: 6.5,3.5 - parent: 1 - - uid: 914 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 -- proto: CableHV - entities: - - uid: 22 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 1 - - uid: 25 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 1 - - uid: 192 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 247 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 248 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 1 - - uid: 249 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 1 - - uid: 250 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 431 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 1 - - uid: 432 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1 - - uid: 433 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1 - - uid: 434 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1 - - uid: 438 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1 - - uid: 439 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 446 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 - - uid: 447 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 - - uid: 448 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 1 - - uid: 449 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 1 - - uid: 450 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - uid: 451 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 - - uid: 452 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 1 - - uid: 453 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 454 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 1 - - uid: 455 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1 - - uid: 456 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1 - - uid: 457 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 458 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1 - - uid: 459 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 1 - - uid: 460 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 1 - - uid: 461 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 462 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1 - - uid: 463 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 464 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 1 - - uid: 465 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 1 - - uid: 466 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1 - - uid: 467 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 468 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 - - uid: 469 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 470 - components: - - type: Transform - pos: 6.5,3.5 - parent: 1 - - uid: 471 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 - - uid: 472 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 473 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 474 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 475 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 476 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 477 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 478 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 479 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1 - - uid: 480 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 481 - components: - - type: Transform - pos: 0.5,8.5 - parent: 1 - - uid: 482 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 483 - components: - - type: Transform - pos: -1.5,8.5 - parent: 1 - - uid: 484 - components: - - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 485 - components: - - type: Transform - pos: -3.5,8.5 - parent: 1 - - uid: 486 - components: - - type: Transform - pos: -3.5,7.5 - parent: 1 - - uid: 487 - components: - - type: Transform - pos: -4.5,7.5 - parent: 1 - - uid: 488 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 489 - components: - - type: Transform - pos: -4.5,5.5 - parent: 1 - - uid: 490 - components: - - type: Transform - pos: -5.5,5.5 - parent: 1 - - uid: 491 - components: - - type: Transform - pos: -5.5,4.5 - parent: 1 - - uid: 492 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1 - - uid: 493 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 494 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 495 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 496 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 497 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 498 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 499 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 500 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 501 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 502 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 503 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1 - - uid: 504 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 1 - - uid: 505 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 1 - - uid: 506 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1 - - uid: 507 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 1 - - uid: 508 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1 - - uid: 509 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1 - - uid: 510 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 1 - - uid: 511 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 512 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1 - - uid: 513 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 514 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - uid: 515 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 1 - - uid: 516 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1 - - uid: 630 - components: - - type: Transform - pos: 4.5,-23.5 - parent: 1 - - uid: 636 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 1 - - uid: 637 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1 - - uid: 638 - components: - - type: Transform - pos: 7.5,-23.5 - parent: 1 - - uid: 639 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 -- proto: CableMV - entities: - - uid: 521 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 522 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 523 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 524 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1 - - uid: 525 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1 - - uid: 526 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1 - - uid: 527 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - uid: 528 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 529 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - uid: 530 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - uid: 531 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 532 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 533 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 534 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 535 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - uid: 536 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - uid: 537 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - uid: 538 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 539 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 540 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 541 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 542 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 543 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 544 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 545 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1 - - uid: 546 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 547 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 548 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 549 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 550 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 551 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 552 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 949 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 950 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 951 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 952 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 953 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1 - - uid: 954 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - uid: 955 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 956 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 -- proto: CableTerminal - entities: - - uid: 435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-20.5 - parent: 1 -- proto: CarpetGreen - entities: - - uid: 117 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1 - - uid: 118 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1 - - uid: 119 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 1 - - uid: 120 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 132 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 1 - - uid: 133 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - uid: 998 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1 -- proto: Catwalk - entities: - - uid: 257 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 843 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1 - - uid: 906 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 907 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1 - - uid: 908 - components: - - type: Transform - pos: 3.5,0.5 - parent: 1 - - uid: 909 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 910 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 911 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1 -- proto: Chair - entities: - - uid: 251 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 48 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-18.5 - parent: 1 - - uid: 635 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 1 - - uid: 775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 1 -- proto: ChairOfficeLight - entities: - - uid: 930 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 256 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 428 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - uid: 429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 1 - - uid: 632 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 768 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 1 - - uid: 849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 1 - - uid: 897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 1 - - uid: 959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 - parent: 1 - - uid: 979 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,6.5 - parent: 1 - - uid: 980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,6.5 - parent: 1 -- proto: CheapRollerBedSpawnFolded - entities: - - uid: 939 - components: - - type: Transform - pos: -3.336021,-2.509187 - parent: 1 - - uid: 943 - components: - - type: Transform - pos: -3.882896,-2.509187 - parent: 1 -- proto: chem_master - entities: - - uid: 891 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 -- proto: ChemDispenser - entities: - - uid: 783 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1 -- proto: ChemistryHotplate - entities: - - uid: 430 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 -- proto: CloningPod - entities: - - uid: 926 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - type: DeviceLinkSink - links: - - 927 -- proto: ClosetFireFilled - entities: - - uid: 194 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1 -- proto: ClosetJanitorFilled - entities: - - uid: 138 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 1 -- proto: ClosetL3JanitorFilled - entities: - - uid: 140 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 1 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-11.5 - parent: 1 -- proto: ClothingBackpackWaterTank - entities: - - uid: 334 - components: - - type: Transform - pos: 2.4940953,-10.527685 - parent: 1 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 961 - components: - - type: Transform - pos: 6.5352554,-20.508465 - parent: 1 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 790 - components: - - type: Transform - pos: 6.529232,-20.305824 - parent: 1 -- proto: ClothingShoesGaloshes - entities: - - uid: 766 - components: - - type: Transform - pos: 3.5233345,-8.720743 - parent: 1 -- proto: ComfyChair - entities: - - uid: 781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-13.5 - parent: 1 - - uid: 795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-14.5 - parent: 1 - - uid: 814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-14.5 - parent: 1 - - uid: 834 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 1 - - uid: 993 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,5.5 - parent: 1 - - uid: 999 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 -- proto: ComputerCloningConsole - entities: - - uid: 927 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,0.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 928: - - MedicalScannerSender: MedicalScannerReceiver - 926: - - CloningPodSender: CloningPodReceiver -- proto: ComputerCrewMonitoring - entities: - - uid: 971 - components: - - type: Transform - pos: -3.5,7.5 - parent: 1 -- proto: ComputerId - entities: - - uid: 958 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1 -- proto: ComputerIFF - entities: - - uid: 957 - components: - - type: Transform - pos: -1.5,7.5 - parent: 1 -- proto: ComputerMedicalRecords - entities: - - uid: 970 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 17 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 - - uid: 969 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 -- proto: ComputerRadar - entities: - - uid: 968 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 -- proto: ComputerShuttle - entities: - - uid: 946 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 -- proto: ComputerStationRecords - entities: - - uid: 978 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1 -- proto: CrateEngineeringAMEControl - entities: - - uid: 341 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 1 -- proto: CrateEngineeringAMEJar - entities: - - uid: 340 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 342 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 1 -- proto: CrateEngineeringCableBulk - entities: - - uid: 622 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 -- proto: CrateServiceJanitorialSupplies - entities: - - uid: 755 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1 -- proto: CrewMonitoringServer - entities: - - uid: 973 - components: - - type: Transform - pos: -4.5,4.5 - parent: 1 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 923 - components: - - type: Transform - pos: -3.5,3.5 - parent: 1 -- proto: Dresser - entities: - - uid: 997 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 -- proto: DrinkShaker - entities: - - uid: 122 - components: - - type: Transform - pos: -2.359215,-8.243372 - parent: 1 -- proto: EmergencyLight - entities: - - uid: 631 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 1 - - uid: 884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-5.5 - parent: 1 - - type: PointLight - enabled: True - - uid: 885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 1 - - type: PointLight - enabled: True - - uid: 888 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 1 - - type: PointLight - enabled: True - - uid: 889 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-15.5 - parent: 1 - - type: PointLight - enabled: True - - uid: 890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - type: PointLight - enabled: True - - uid: 892 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 - parent: 1 - - type: PointLight - enabled: True -- proto: EncryptionKeyCommand - entities: - - uid: 982 - components: - - type: Transform - pos: -4.7592955,5.4378777 - parent: 1 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 15 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 1 - - uid: 847 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1 -- proto: FireAxeCabinetFilled - entities: - - uid: 339 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 1 -- proto: Firelock - entities: - - uid: 418 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 898 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 899 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 900 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 901 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 902 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 -- proto: FirelockEdge - entities: - - uid: 134 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1 - - uid: 135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 - parent: 1 - - uid: 796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-10.5 - parent: 1 - - uid: 860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-10.5 - parent: 1 - - uid: 922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 1 - - uid: 934 - components: - - type: Transform - pos: -5.5,0.5 - parent: 1 - - uid: 941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-0.5 - parent: 1 - - uid: 942 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-0.5 - parent: 1 -- proto: FirelockGlass - entities: - - uid: 20 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 244 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 799 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 1 - - uid: 800 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1 -- proto: Fireplace - entities: - - uid: 994 - components: - - type: Transform - pos: 0.5,3.5 - parent: 1 -- proto: FloorDrain - entities: - - uid: 644 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 1 - - type: Fixtures - fixtures: {} - - uid: 786 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 1 - - type: Fixtures - fixtures: {} -- proto: FoodBoxPizzaFilled - entities: - - uid: 107 - components: - - type: Transform - pos: -2.421715,-14.246737 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: -2.515465,-14.059237 - parent: 1 -- proto: FoodCakeBirthday - entities: - - uid: 110 - components: - - type: Transform - pos: -2.515465,-13.449862 - parent: 1 -- proto: FoodSnackChocolate - entities: - - uid: 848 - components: - - type: Transform - pos: -1.5307262,-10.360353 - parent: 1 -- proto: GasMinerNitrogen - entities: - - uid: 722 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasMinerOxygen - entities: - - uid: 734 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasMixerFlipped - entities: - - uid: 264 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 1 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPassiveVent - entities: - - uid: 258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-21.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-23.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-19.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeBend - entities: - - uid: 261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-23.5 - parent: 1 - - uid: 268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 278 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 280 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 292 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 329 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 370 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 385 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,6.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 399 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeFourway - entities: - - uid: 287 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 288 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 290 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 376 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeStraight - entities: - - uid: 177 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 260 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 1 - - uid: 262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-22.5 - parent: 1 - - uid: 263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-21.5 - parent: 1 - - uid: 265 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 267 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 279 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 286 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 293 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 294 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 295 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 296 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 297 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 298 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 299 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 300 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 301 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 302 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 320 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 321 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 322 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 323 - components: - - type: Transform - pos: 0.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 324 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 333 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 377 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 378 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 379 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 380 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 381 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 382 - components: - - type: Transform - pos: -1.5,3.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 383 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 384 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 388 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 389 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 390 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 391 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 392 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 393 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 394 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 397 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 400 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 401 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 402 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 404 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeTJunction - entities: - - uid: 266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 310 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,1.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-2.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPort - entities: - - uid: 145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPressurePump - entities: - - uid: 325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 1 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 326 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasVentPump - entities: - - uid: 281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-19.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-19.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-16.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 311 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-9.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-13.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-13.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-9.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 317 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 318 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 387 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-12.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 411 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GeneratorBasic15kW - entities: - - uid: 72 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 1 - - uid: 245 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 1 - - uid: 246 - components: - - type: Transform - pos: 4.5,-23.5 - parent: 1 - - uid: 782 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1 -- proto: GeneratorRTG - entities: - - uid: 425 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 614 - components: - - type: Transform - pos: 7.5,-23.5 - parent: 1 - - uid: 615 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 1 - - uid: 618 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 1 -- proto: GeneratorWallmountAPU - entities: - - uid: 947 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 -- proto: GravityGeneratorMini - entities: - - uid: 748 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1 -- proto: Grille - entities: - - uid: 2 - components: - - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 3 - components: - - type: Transform - pos: -1.5,8.5 - parent: 1 - - uid: 4 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 5 - components: - - type: Transform - pos: 0.5,8.5 - parent: 1 - - uid: 6 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 237 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1 - - uid: 238 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 1 - - uid: 343 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 344 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1 - - uid: 345 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 1 - - uid: 346 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1 - - uid: 347 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1 - - uid: 350 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 351 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 353 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 354 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 - - uid: 355 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1 - - uid: 356 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 357 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 1 - - uid: 358 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1 - - uid: 359 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1 - - uid: 362 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 - - uid: 363 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - uid: 365 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 366 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - uid: 798 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 - - uid: 828 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - uid: 829 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - uid: 830 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 - - uid: 916 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 917 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 -- proto: Gyroscope - entities: - - uid: 704 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 1 - - uid: 760 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 1 -- proto: HolofanProjector - entities: - - uid: 791 - components: - - type: Transform - pos: -3.4539986,-19.312742 - parent: 1 -- proto: HoloprojectorSecurity - entities: - - uid: 139 - components: - - type: Transform - pos: 2.493908,-12.661328 - parent: 1 -- proto: InflatableDoorStack - entities: - - uid: 852 - components: - - type: Transform - pos: -3.412652,-19.609833 - parent: 1 -- proto: InflatableWallStack - entities: - - uid: 850 - components: - - type: Transform - pos: -3.568902,-19.422333 - parent: 1 -- proto: JanitorialTrolley - entities: - - uid: 756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 1 -- proto: KitchenReagentGrinder - entities: - - uid: 772 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1 -- proto: LampGold - entities: - - uid: 1001 - components: - - type: Transform - pos: -1.6469094,3.0256536 - parent: 1 -- proto: Lighter - entities: - - uid: 1003 - components: - - type: Transform - pos: -1.3500344,2.7600286 - parent: 1 -- proto: LockerAtmosphericsFilledHardsuit - entities: - - uid: 338 - components: - - type: Transform - pos: -6.5,-19.5 - parent: 1 -- proto: LockerChemistryFilled - entities: - - uid: 764 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 1 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 792 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 1 -- proto: LockerSecurityFilled - entities: - - uid: 254 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 1 -- proto: LockerWallMedicalFilled - entities: - - uid: 931 - components: - - type: Transform - pos: -5.5,3.5 - parent: 1 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 773 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 -- proto: MedicalBed - entities: - - uid: 925 - components: - - type: Transform - pos: -6.5,1.5 - parent: 1 - - uid: 933 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1 -- proto: MedicalScanner - entities: - - uid: 928 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1 - - type: DeviceLinkSink - links: - - 927 -- proto: MegaSprayBottle - entities: - - uid: 903 - components: - - type: Transform - pos: 2.2504625,-10.626993 - parent: 1 -- proto: Mirror - entities: - - uid: 894 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 -- proto: PaintingMonkey - entities: - - uid: 121 - components: - - type: Transform - pos: -2.53109,-7.338397 - parent: 1 -- proto: PartRodMetal - entities: - - uid: 627 - components: - - type: Transform - pos: 3.5498347,-3.4061794 - parent: 1 - - uid: 628 - components: - - type: Transform - pos: 3.5498347,-3.4061794 - parent: 1 - - uid: 837 - components: - - type: Transform - pos: 3.5498347,-3.4061794 - parent: 1 -- proto: PersonalAI - entities: - - uid: 984 - components: - - type: Transform - pos: 0.5354395,6.523308 - parent: 1 -- proto: PianoInstrument - entities: - - uid: 74 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-15.5 - parent: 1 -- proto: PlaqueAtmos - entities: - - uid: 241 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1 -- proto: PlushieAtmosian - entities: - - uid: 749 - components: - - type: Transform - pos: -4.509609,-17.519836 - parent: 1 -- proto: PlushieSharkGrey - entities: - - uid: 751 - components: - - type: Transform - pos: -1.4927623,-5.4639225 - parent: 1 -- proto: PortableScrubber - entities: - - uid: 129 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1 - - uid: 130 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 131 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 960 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 1 -- proto: PosterLegitCleanliness - entities: - - uid: 137 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 640 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 1 - - uid: 641 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1 - - uid: 642 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 - - uid: 705 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 759 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 842 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 844 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 845 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 988 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 989 - components: - - type: Transform - pos: -4.5,7.5 - parent: 1 -- proto: PottedPlantRandom - entities: - - uid: 992 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 831 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1 - - uid: 838 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 936 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 -- proto: Poweredlight - entities: - - uid: 776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 1 - - uid: 777 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1 - - uid: 780 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 1 - - uid: 857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-21.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 858 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 859 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 861 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 865 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 870 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 871 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 874 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 875 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 876 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 877 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-20.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 18 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-22.5 - parent: 1 - - uid: 737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 1 - - uid: 744 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-23.5 - parent: 1 -- proto: Rack - entities: - - uid: 255 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1 - - uid: 336 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 754 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1 -- proto: Railing - entities: - - uid: 422 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-20.5 - parent: 1 - - uid: 633 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-20.5 - parent: 1 - - uid: 643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-20.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 239 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1 - - uid: 240 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 1 -- proto: ReinforcedWindow - entities: - - uid: 763 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 -- proto: SheetPlasteel - entities: - - uid: 623 - components: - - type: Transform - pos: 2.8310847,-3.4530544 - parent: 1 - - uid: 624 - components: - - type: Transform - pos: 2.8310847,-3.4530544 - parent: 1 - - uid: 625 - components: - - type: Transform - pos: 2.8310847,-3.4530544 - parent: 1 -- proto: SheetRGlass - entities: - - uid: 626 - components: - - type: Transform - pos: 3.2217097,-3.4530544 - parent: 1 - - uid: 835 - components: - - type: Transform - pos: 3.2217097,-3.4530544 - parent: 1 - - uid: 836 - components: - - type: Transform - pos: 3.2217097,-3.4530544 - parent: 1 -- proto: SheetSteel - entities: - - uid: 189 - components: - - type: Transform - pos: 2.4717097,-3.4530544 - parent: 1 - - uid: 797 - components: - - type: Transform - pos: 2.4717097,-3.4530544 - parent: 1 - - uid: 839 - components: - - type: Transform - pos: 2.4717097,-3.4530544 - parent: 1 -- proto: ShuttleWindow - entities: - - uid: 7 - components: - - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 8 - components: - - type: Transform - pos: -1.5,8.5 - parent: 1 - - uid: 9 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1 - - uid: 10 - components: - - type: Transform - pos: 0.5,8.5 - parent: 1 - - uid: 11 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 43 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 44 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 - - uid: 47 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 95 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 1 - - uid: 96 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1 - - uid: 97 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 104 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1 - - uid: 105 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1 - - uid: 106 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 1 - - uid: 143 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - uid: 149 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1 - - uid: 150 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1 - - uid: 153 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 - - uid: 176 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - uid: 403 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - uid: 747 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 794 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 -- proto: SignalButton - entities: - - uid: 111 - components: - - type: Transform - pos: -2.6478858,-7.6371155 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 816: - - Pressed: Toggle - 806: - - Pressed: Toggle - 826: - - Pressed: Toggle - 807: - - Pressed: Toggle - - uid: 769 - components: - - type: Transform - pos: 4.2425246,-10.435661 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 824: - - Pressed: Toggle - 820: - - Pressed: Toggle - - uid: 822 - components: - - type: Transform - pos: 4.3206496,-12.498161 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 825: - - Pressed: Toggle - 819: - - Pressed: Toggle - - uid: 823 - components: - - type: Transform - pos: 0.44044662,-15.718517 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 817: - - Pressed: Toggle - 818: - - Pressed: Toggle - 821: - - Pressed: Toggle -- proto: SignAtmos - entities: - - uid: 788 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 1 -- proto: SignBar - entities: - - uid: 920 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 -- proto: SignChemistry1 - entities: - - uid: 893 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1 -- proto: SignEngine - entities: - - uid: 789 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 1 -- proto: SignEngineering - entities: - - uid: 71 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 -- proto: SignSecurity - entities: - - uid: 253 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 1 -- proto: SignTelecomms - entities: - - uid: 977 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1 -- proto: SinkWide - entities: - - uid: 840 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 841 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1 - - uid: 921 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-8.5 - parent: 1 -- proto: SMESBasic - entities: - - uid: 436 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1 -- proto: SmokingPipe - entities: - - uid: 1002 - components: - - type: Transform - pos: -1.4125344,2.5725286 - parent: 1 -- proto: SoapOmega - entities: - - uid: 765 - components: - - type: Transform - pos: 2.4920845,-8.564493 - parent: 1 -- proto: soda_dispenser - entities: - - uid: 785 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 1 -- proto: SpawnMobCleanBot - entities: - - uid: 985 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1 -- proto: SpawnMobDrone - entities: - - uid: 987 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 -- proto: SpawnMobMedibot - entities: - - uid: 986 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 -- proto: Stool - entities: - - uid: 109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-15.5 - parent: 1 - - uid: 784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-4.5 - parent: 1 - - uid: 886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 1 -- proto: StoolBar - entities: - - uid: 629 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-11.5 - parent: 1 - - uid: 905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-11.5 - parent: 1 - - uid: 912 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-11.5 - parent: 1 -- proto: Stunbaton - entities: - - uid: 895 - components: - - type: Transform - pos: 2.4408178,-14.358064 - parent: 1 -- proto: SubstationBasic - entities: - - uid: 437 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 -- proto: SubstationWallBasic - entities: - - uid: 948 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 -- proto: Table - entities: - - uid: 16 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 1 - - uid: 634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 1 - - uid: 770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 - parent: 1 - - uid: 787 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 - - uid: 802 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 803 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 - - uid: 804 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 - - uid: 833 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 913 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1 - - uid: 915 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 1 - - uid: 974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,5.5 - parent: 1 -- proto: TableCarpet - entities: - - uid: 1000 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 745 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 1 - - uid: 762 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-3.5 - parent: 1 - - uid: 805 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - uid: 815 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 851 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 1 - - uid: 904 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 1 - - uid: 962 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 963 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 -- proto: TableReinforcedGlass - entities: - - uid: 935 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 -- proto: TelecomServer - entities: - - uid: 972 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1 -- proto: Thruster - entities: - - uid: 706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-22.5 - parent: 1 - - uid: 707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-24.5 - parent: 1 - - uid: 708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-22.5 - parent: 1 - - uid: 709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 - parent: 1 - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 1 - - uid: 715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-11.5 - parent: 1 - - uid: 716 - components: - - type: Transform - pos: -8.5,4.5 - parent: 1 - - uid: 717 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1 -- proto: VendingMachineBooze - entities: - - uid: 896 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1 - - uid: 990 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 -- proto: VendingMachineCentDrobe - entities: - - uid: 1004 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1 -- proto: VendingMachineChemicals - entities: - - uid: 445 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 1 -- proto: VendingMachineCigs - entities: - - uid: 991 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 -- proto: VendingMachineClothing - entities: - - uid: 427 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 -- proto: VendingMachineEngivend - entities: - - uid: 70 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 1 -- proto: VendingMachineMedical - entities: - - uid: 924 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1 -- proto: VendingMachineSec - entities: - - uid: 774 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 420 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 1 -- proto: VendingMachineTheater - entities: - - uid: 426 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 -- proto: VendingMachineWinter - entities: - - uid: 45 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1 -- proto: VendingMachineYouTool - entities: - - uid: 13 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 1 -- proto: WallShuttle - entities: - - uid: 12 - components: - - type: Transform - pos: -3.5,8.5 - parent: 1 - - uid: 14 - components: - - type: Transform - pos: -4.5,7.5 - parent: 1 - - uid: 19 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1 - - uid: 21 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 23 - components: - - type: Transform - pos: -5.5,5.5 - parent: 1 - - uid: 24 - components: - - type: Transform - pos: -5.5,4.5 - parent: 1 - - uid: 26 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 27 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 29 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1 - - uid: 30 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1 - - uid: 31 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 32 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 33 - components: - - type: Transform - pos: -3.5,3.5 - parent: 1 - - uid: 34 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 35 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 36 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 37 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1 - - uid: 38 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 40 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1 - - uid: 41 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1 - - uid: 42 - components: - - type: Transform - pos: -5.5,3.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: -8.5,0.5 - parent: 1 - - uid: 51 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: 7.5,0.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: 8.5,0.5 - parent: 1 - - uid: 55 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1 - - uid: 57 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: 0.5,4.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: -2.5,0.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 78 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1 - - uid: 79 - components: - - type: Transform - pos: 1.5,-4.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: 1.5,-7.5 - parent: 1 - - uid: 83 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1 - - uid: 84 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 1 - - uid: 85 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 - - uid: 86 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 87 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1 - - uid: 90 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 1 - - uid: 92 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1 - - uid: 94 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 1 - - uid: 98 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 99 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 1 - - uid: 100 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 1 - - uid: 101 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1 - - uid: 102 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1 - - uid: 103 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 1 - - uid: 112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,0.5 - parent: 1 - - uid: 113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 1 - - uid: 115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 1 - - uid: 152 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 1 - - uid: 155 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 1 - - uid: 156 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 1 - - uid: 158 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 1 - - uid: 159 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 1 - - uid: 160 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 1 - - uid: 161 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 - - uid: 162 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 1 - - uid: 163 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 1 - - uid: 165 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 1 - - uid: 166 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 1 - - uid: 167 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 1 - - uid: 169 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 170 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 171 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 - - uid: 172 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 1 - - uid: 173 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - uid: 174 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1 - - uid: 179 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 1 - - uid: 180 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1 - - uid: 181 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 1 - - uid: 183 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1 - - uid: 184 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1 - - uid: 185 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1 - - uid: 186 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 1 - - uid: 187 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 1 - - uid: 188 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 1 - - uid: 190 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 1 - - uid: 191 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 1 - - uid: 193 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 1 - - uid: 195 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 196 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 1 - - uid: 197 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 1 - - uid: 198 - components: - - type: Transform - pos: 8.5,-23.5 - parent: 1 - - uid: 199 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 1 - - uid: 200 - components: - - type: Transform - pos: 7.5,-24.5 - parent: 1 - - uid: 201 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 1 - - uid: 202 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 203 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 1 - - uid: 204 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1 - - uid: 205 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - uid: 206 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 1 - - uid: 207 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 208 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 1 - - uid: 209 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 210 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1 - - uid: 212 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1 - - uid: 213 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 1 - - uid: 217 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 1 - - uid: 218 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 1 - - uid: 219 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 1 - - uid: 220 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 1 - - uid: 222 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 1 - - uid: 223 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 1 - - uid: 224 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 1 - - uid: 225 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 1 - - uid: 226 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 1 - - uid: 228 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 1 - - uid: 229 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 1 - - uid: 231 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 1 - - uid: 232 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 1 - - uid: 233 - components: - - type: Transform - pos: -7.5,-22.5 - parent: 1 - - uid: 234 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 1 - - uid: 235 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 1 - - uid: 236 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1 - - uid: 348 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 1 - - uid: 349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,3.5 - parent: 1 - - uid: 352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 - parent: 1 - - uid: 361 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 1 - - uid: 364 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1 - - uid: 440 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 1 - - uid: 854 - components: - - type: Transform - pos: -7.5,-19.5 - parent: 1 - - uid: 855 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 1 - - uid: 856 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 1 - - uid: 887 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 1 -- proto: WallShuttleDiagonal - entities: - - uid: 727 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 1 - - uid: 728 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 1 - - uid: 729 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 1 - - uid: 730 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 1 - - uid: 731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-12.5 - parent: 1 - - uid: 732 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 1 - - uid: 733 - components: - - type: Transform - pos: -6.5,5.5 - parent: 1 - - uid: 735 - components: - - type: Transform - pos: -4.5,8.5 - parent: 1 - - uid: 736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,8.5 - parent: 1 - - uid: 738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,5.5 - parent: 1 - - uid: 739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-10.5 - parent: 1 - - uid: 740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-12.5 - parent: 1 - - uid: 741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 1 - - uid: 742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 1 - - uid: 743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-19.5 - parent: 1 - - uid: 746 - components: - - type: Transform - pos: -5.5,7.5 - parent: 1 - - uid: 778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,3.5 - parent: 1 - - uid: 779 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,3.5 - parent: 1 - - uid: 793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,7.5 - parent: 1 - - uid: 878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 1 -- proto: WarningN2 - entities: - - uid: 230 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 1 -- proto: WarningO2 - entities: - - uid: 227 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1 -- proto: WaterTankHighCapacity - entities: - - uid: 335 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 1 - - uid: 761 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 1 -- proto: WeaponCapacitorRecharger - entities: - - uid: 242 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 983 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 -- proto: WeaponSprayNozzle - entities: - - uid: 337 - components: - - type: Transform - pos: 2.6503453,-10.527685 - parent: 1 -- proto: WeaponTaser - entities: - - uid: 243 - components: - - type: Transform - pos: 2.464967,-12.427811 - parent: 1 -- proto: WeldingFuelTankHighCapacity - entities: - - uid: 767 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 1 -- proto: WindoorBarKitchenLocked - entities: - - uid: 123 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 1 - - uid: 753 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-10.5 - parent: 1 -- proto: WindoorSecureChemistryLocked - entities: - - uid: 771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-3.5 - parent: 1 - - uid: 827 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 424 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1 -- proto: WindoorSecureMedicalLocked - entities: - - uid: 940 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,0.5 - parent: 1 - - uid: 1006 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 867 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1 -- proto: WindowReinforcedDirectional - entities: - - uid: 421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 1 - - uid: 423 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 1 - - uid: 442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 1 - - uid: 443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-10.5 - parent: 1 - - uid: 613 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 1 - - uid: 616 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 1 - - uid: 619 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1 - - uid: 752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-8.5 - parent: 1 - - uid: 832 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 929 - components: - - type: Transform - pos: -3.5,0.5 - parent: 1 - - uid: 937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 1 - - uid: 964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,6.5 - parent: 1 - - uid: 965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 - parent: 1 - - uid: 966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,6.5 - parent: 1 - - uid: 967 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 1 - - uid: 1005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 1 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 32: FloorDarkHerringbone + 33: FloorDarkMini + 34: FloorDarkMono + 36: FloorDarkPavement + 37: FloorDarkPavementVertical + 77: FloorReinforced + 89: FloorSteel + 99: FloorSteelMini + 100: FloorSteelMono + 104: FloorTechMaint + 108: FloorWhite + 114: FloorWhiteOffset + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: NT-Dart + - type: Transform + pos: 0.55555725,0.5 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAADJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAABdgAAAAADJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAADdgAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABJQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJAAAAAABJAAAAAADeQAAAAAAeQAAAAAAJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAAAeQAAAAAAHQAAAAABJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAHQAAAAABJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADcgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAACTQAAAAAATQAAAAAAIgAAAAADWQAAAAACWQAAAAACWQAAAAACIgAAAAACHQAAAAAAJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAADTQAAAAAATQAAAAAAIgAAAAAAWQAAAAACWQAAAAADWQAAAAACIgAAAAACHQAAAAADJQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAABTQAAAAAATQAAAAAAIgAAAAABWQAAAAADWQAAAAABWQAAAAABIgAAAAACHQAAAAABJQAAAAAD + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAADeQAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAABeQAAAAAAdgAAAAAAdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: eQAAAAAAeQAAAAAAIQAAAAACIQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIQAAAAADHQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAABYwAAAAACYwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAACYwAAAAAAYwAAAAAAYwAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAYwAAAAACYwAAAAADYwAAAAABeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAYwAAAAAAYwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABIgAAAAABWQAAAAADWQAAAAACWQAAAAADIgAAAAACTQAAAAAATQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABIgAAAAADWQAAAAAAWQAAAAAAWQAAAAABIgAAAAAATQAAAAAATQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACIgAAAAABWQAAAAABWQAAAAADWQAAAAAAIgAAAAAATQAAAAAATQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADJAAAAAABIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIAAAAAAAJQAAAAAC + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACTQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJAAAAAAAHQAAAAADWQAAAAAAWQAAAAABHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 82: -2,-18 + 165: 6,-2 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 33: -5,-19 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 45: 4,-23 + 81: 0,-18 + 166: -8,-2 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 27: -7,-20 + 79: 0,-17 + 80: -2,-17 + 159: -7,-3 + 160: -7,-2 + 161: -7,-1 + 162: 5,-3 + 163: 5,-2 + 164: 5,-1 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 41: 4,-22 + 42: 6,-22 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 43: 5,-24 + 44: 7,-24 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 32: -5,-20 + 180: -5,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 56: 2,-19 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 58: 3,-21 + 59: 4,-21 + 60: 5,-21 + 61: 6,-21 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 57: 2,-18 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelCornerNe + decals: + 84: 3,-14 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 106: 3,-8 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 107: 2,-8 + 108: 1,-9 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSe + decals: + 110: 3,-11 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerSw + decals: + 109: 1,-11 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelEndS + decals: + 87: 3,-15 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelEndW + decals: + 88: 1,-14 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelInnerNw + decals: + 113: 2,-9 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelInnerSw + decals: + 86: 3,-14 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 104: 3,-10 + 105: 3,-9 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelLineN + decals: + 83: 2,-14 + - node: + color: '#DE3A3AE3' + id: BrickTileSteelLineS + decals: + 85: 2,-14 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineS + decals: + 111: 2,-11 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelLineW + decals: + 112: 1,-10 + - node: + color: '#8BCC5056' + id: BrickTileWhiteCornerNe + decals: + 194: -3,7 + 205: 0,7 + 210: 2,7 + 211: 3,6 + - node: + color: '#EFCF4175' + id: BrickTileWhiteCornerNe + decals: + 63: 4,-1 + - node: + color: '#FFC56993' + id: BrickTileWhiteCornerNe + decals: + 167: -4,-5 + - node: + color: '#8BCC5056' + id: BrickTileWhiteCornerNw + decals: + 195: -4,7 + 196: -5,6 + 204: -2,7 + 209: 1,7 + - node: + color: '#EFCF4175' + id: BrickTileWhiteCornerNw + decals: + 62: 2,-1 + - node: + color: '#FFC56993' + id: BrickTileWhiteCornerNw + decals: + 172: -7,-5 + - node: + color: '#8BCC5056' + id: BrickTileWhiteCornerSe + decals: + 214: 3,4 + - node: + color: '#EFCF4175' + id: BrickTileWhiteCornerSe + decals: + 71: 4,-6 + - node: + color: '#FFC56993' + id: BrickTileWhiteCornerSe + decals: + 168: -4,-6 + - node: + color: '#8BCC5056' + id: BrickTileWhiteCornerSw + decals: + 198: -5,5 + 215: 2,4 + - node: + color: '#EFCF4175' + id: BrickTileWhiteCornerSw + decals: + 69: 2,-6 + - node: + color: '#FFC56993' + id: BrickTileWhiteCornerSw + decals: + 171: -7,-6 + - node: + color: '#8BCC5056' + id: BrickTileWhiteInnerNe + decals: + 212: 2,6 + - node: + color: '#8BCC5056' + id: BrickTileWhiteInnerNw + decals: + 197: -4,6 + - node: + color: '#8BCC5056' + id: BrickTileWhiteInnerSw + decals: + 216: 2,5 + - node: + color: '#8BCC5056' + id: BrickTileWhiteLineE + decals: + 202: -3,6 + 206: 0,6 + 213: 3,5 + - node: + color: '#EFCF4175' + id: BrickTileWhiteLineE + decals: + 72: 4,-5 + 73: 4,-4 + 74: 4,-3 + 75: 4,-2 + - node: + color: '#8BCC5056' + id: BrickTileWhiteLineN + decals: + 207: -1,7 + - node: + color: '#EFCF4175' + id: BrickTileWhiteLineN + decals: + 24: -4,-18 + 25: -5,-18 + 26: -6,-18 + 64: 3,-1 + - node: + color: '#FFC56993' + id: BrickTileWhiteLineN + decals: + 173: -5,-5 + - node: + color: '#8BCC5056' + id: BrickTileWhiteLineS + decals: + 199: -4,5 + 200: -3,5 + 201: -2,5 + 217: 1,5 + 218: 0,5 + - node: + color: '#EFCF4175' + id: BrickTileWhiteLineS + decals: + 70: 3,-6 + - node: + color: '#FFC56993' + id: BrickTileWhiteLineS + decals: + 169: -5,-6 + 170: -6,-6 + - node: + color: '#8BCC5056' + id: BrickTileWhiteLineW + decals: + 203: -2,6 + 208: 1,6 + - node: + color: '#EFCF4175' + id: BrickTileWhiteLineW + decals: + 22: -7,-20 + 23: -7,-19 + 65: 2,-2 + 66: 2,-3 + 67: 2,-4 + 68: 2,-5 + - node: + color: '#52B4E996' + id: CheckerNWSE + decals: + 181: -7,1 + 182: -7,2 + 183: -7,3 + - node: + color: '#79150096' + id: CheckerNWSE + decals: + 114: -2,-10 + 115: -3,-10 + 116: -3,-9 + 117: -2,-9 + 118: -4,-10 + 119: -4,-9 + 120: -5,-9 + 121: -5,-10 + 122: -5,-11 + 123: -4,-11 + 124: -3,-11 + 125: -2,-11 + - node: + color: '#EFCF4175' + id: CheckerNWSE + decals: + 46: 6,-21 + 47: 5,-21 + 48: 4,-21 + 49: 3,-21 + 50: 3,-20 + 51: 3,-19 + 52: 4,-19 + 53: 2,-19 + 54: 2,-18 + 55: 3,-18 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 37: 5,-22 + 38: 7,-22 + 39: 6,-24 + 40: 4,-24 + 76: 5,-5 + 77: 5,-6 + 78: 5,-7 + 91: 0,-10 + 92: 0,-14 + 126: -5,-11 + 153: 8,-3 + 154: 8,-2 + 155: 8,-1 + 156: -10,-3 + 157: -10,-2 + 158: -10,-1 + 174: -6,-4 + 193: -6,0 + - node: + color: '#FFC56993' + id: FullTileOverlayGreyscale + decals: + 175: -7,-7 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 176: -6,2 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 178: -4,1 + 179: -4,2 + - node: + color: '#9FED5850' + id: MiniTileCheckerBOverlay + decals: + 93: 3,-11 + 94: 3,-10 + 95: 3,-9 + 96: 3,-8 + 97: 2,-8 + 98: 2,-9 + 99: 2,-10 + 100: 2,-11 + 101: 1,-11 + 102: 1,-10 + 103: 1,-9 + - node: + color: '#D4D4D412' + id: MiniTileCheckerBOverlay + decals: + 89: 3,-16 + 90: 2,-16 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 184: -6,-1 + 185: -5,-1 + 186: -4,-1 + - node: + color: '#79150096' + id: QuarterTileOverlayGreyscale + decals: + 137: -5,-12 + 138: -4,-12 + 139: -3,-12 + 140: -2,-12 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale270 + decals: + 187: -6,-3 + 188: -5,-3 + 189: -4,-3 + 192: -5,1 + - node: + color: '#DE3A3A96' + id: StandClearGreyscale + decals: + 0: -3,-1 + 1: -3,-2 + 2: -3,-3 + 3: 1,-1 + 4: 1,-2 + 5: 1,-3 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 177: -4,0 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 190: -5,0 + 191: -6,1 + - node: + color: '#DE3A3A96' + id: WarnBox + decals: + 19: 5,3 + 20: 5,2 + 21: 5,1 + - node: + color: '#52B4E996' + id: WarnBoxGreyscale + decals: + 13: 2,2 + 14: 2,1 + 15: 2,0 + 16: 2,2 + 17: 2,1 + 18: 2,0 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 145: -8,-1 + 146: 7,-1 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 29: -6,-19 + 142: 6,-1 + 143: -9,-1 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 141: 7,-3 + 144: -8,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 147: 6,-3 + 148: -9,-3 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 34: -6,-21 + - node: + color: '#EFB34196' + id: WarnLineE + decals: + 6: 0,-1 + 7: 0,-2 + 8: 0,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 35: 3,-23 + 36: 3,-22 + 151: 7,-2 + 152: -8,-2 + - node: + color: '#8BCC5056' + id: WarnLineGreyscaleS + decals: + 219: -1,5 + - node: + color: '#EFB34196' + id: WarnLineS + decals: + 9: -2,-1 + 10: -2,-2 + 11: -2,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 28: -6,-20 + 149: -9,-2 + 150: 6,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 30: -5,-19 + 31: -4,-19 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 135: -2,-13 + 221: 0,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 129: -5,-13 + 220: -2,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 134: -2,-15 + 224: 0,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 131: -5,-15 + 223: -2,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 136: -2,-14 + 227: 0,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 12: -2,3 + 127: -3,-13 + 128: -4,-13 + 222: -1,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 132: -4,-15 + 133: -3,-15 + 225: -1,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 130: -5,-14 + 226: -2,2 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -3,-1: + 0: 52428 + -3,-2: + 0: 34952 + -2,-3: + 0: 65262 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -2,-4: + 0: 61166 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -3,0: + 0: 34956 + -3,1: + 0: 8 + -2,0: + 0: 65535 + -2,1: + 0: 36079 + 1: 16384 + -2,2: + 0: 8 + -1,2: + 0: 15 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-4: + 0: 13107 + 1,-3: + 0: 29491 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-1: + 0: 4369 + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 15 + 1,0: + 0: 65535 + 1,1: + 0: 319 + 1: 4096 + 2,0: + 0: 1 + -3,-7: + 0: 49152 + -3,-6: + 0: 50372 + 2: 8 + 3: 2048 + -3,-5: + 0: 140 + -2,-7: + 0: 61440 + -2,-6: + 2: 1 + 0: 65278 + 3: 256 + -2,-5: + 0: 65535 + -1,-7: + 0: 4096 + -1,-6: + 0: 30513 + 1: 32768 + -1,-5: + 0: 65535 + 0,-6: + 0: 65516 + 0,-5: + 0: 65535 + 0,-7: + 0: 49152 + 1,-7: + 0: 61440 + 1,-6: + 0: 65535 + 1,-5: + 0: 30719 + 2,-7: + 0: 4096 + 2,-6: + 0: 4369 + 2,-5: + 0: 1 + 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 + - 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: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay +- proto: AdvMopItem + entities: + - uid: 136 + components: + - type: Transform + pos: 2.4476159,-10.440195 + parent: 1 +- proto: AirCanister + entities: + - uid: 126 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 127 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 128 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 419 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 +- proto: AirlockCommandLocked + entities: + - uid: 944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 1 + - uid: 945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 1 +- proto: AirlockEngineeringLocked + entities: + - uid: 617 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 801 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 +- proto: AirlockExternal + entities: + - uid: 620 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 918 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 1 + - uid: 413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 1 + - uid: 414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1 + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 + - uid: 416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1 + - uid: 417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-2.5 + parent: 1 +- proto: AirlockGlass + entities: + - uid: 73 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 846 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 +- proto: AirlockJanitorLocked + entities: + - uid: 141 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 +- proto: AirlockSecurityLocked + entities: + - uid: 252 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 1 + - uid: 519 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,4.5 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 808 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 809 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 723 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 +- proto: AtmosFixOxygenMarker + entities: + - uid: 725 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1 +- proto: Bed + entities: + - uid: 995 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: BedsheetCentcom + entities: + - uid: 996 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: BedsheetMedical + entities: + - uid: 932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 1 + - uid: 938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 1 +- proto: BlastDoorOpen + entities: + - uid: 806 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - type: DeviceLinkSink + links: + - 111 + - uid: 807 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - type: DeviceLinkSink + links: + - 111 + - uid: 816 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - type: DeviceLinkSink + links: + - 111 + - uid: 817 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - type: DeviceLinkSink + links: + - 823 + - uid: 818 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - type: DeviceLinkSink + links: + - 823 + - uid: 819 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - type: DeviceLinkSink + links: + - 822 + - uid: 820 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - type: DeviceLinkSink + links: + - 769 + - uid: 821 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - type: DeviceLinkSink + links: + - 823 + - uid: 824 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - type: DeviceLinkSink + links: + - 769 + - uid: 825 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - type: DeviceLinkSink + links: + - 822 + - uid: 826 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - type: DeviceLinkSink + links: + - 111 +- proto: BoozeDispenser + entities: + - uid: 444 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 +- proto: BoxEncryptionKeyEngineering + entities: + - uid: 976 + components: + - type: Transform + pos: -4.6811705,5.7660027 + parent: 1 +- proto: BoxEncryptionKeyMedical + entities: + - uid: 975 + components: + - type: Transform + pos: -4.4936705,5.6566277 + parent: 1 +- proto: BoxEncryptionKeySecurity + entities: + - uid: 981 + components: + - type: Transform + pos: -4.3061705,5.4847527 + parent: 1 +- proto: BoxTrashbag + entities: + - uid: 853 + components: + - type: Transform + pos: 2.4221013,-10.361368 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 553 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 559 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 560 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 601 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 602 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 + - uid: 604 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 605 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 606 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 607 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 608 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 609 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 + - uid: 612 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1 + - uid: 711 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1 + - uid: 712 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 713 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 914 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 +- proto: CableHV + entities: + - uid: 22 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 1 + - uid: 25 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1 + - uid: 431 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1 + - uid: 434 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 446 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 448 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 449 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 450 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 451 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 452 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 453 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 454 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 455 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 456 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 457 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 459 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 460 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 462 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 494 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 496 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 497 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 499 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 500 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 501 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 503 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 504 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 505 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 509 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 511 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 513 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1 + - uid: 637 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 + - uid: 638 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 +- proto: CableMV + entities: + - uid: 521 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 522 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 523 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 524 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 525 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 526 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 528 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 529 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 530 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 533 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 536 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 538 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 540 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 541 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 548 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 949 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 950 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 951 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 952 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 953 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 954 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 955 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 956 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-20.5 + parent: 1 +- proto: CarpetGreen + entities: + - uid: 117 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 998 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 257 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 843 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 906 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 907 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 908 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 909 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 910 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 911 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 +- proto: Chair + entities: + - uid: 251 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 48 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-18.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 +- proto: ChairOfficeLight + entities: + - uid: 930 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 256 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 1 + - uid: 632 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 1 + - uid: 979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,6.5 + parent: 1 + - uid: 980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,6.5 + parent: 1 +- proto: CheapRollerBedSpawnFolded + entities: + - uid: 939 + components: + - type: Transform + pos: -3.336021,-2.509187 + parent: 1 + - uid: 943 + components: + - type: Transform + pos: -3.882896,-2.509187 + parent: 1 +- proto: chem_master + entities: + - uid: 891 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 +- proto: ChemDispenser + entities: + - uid: 783 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 +- proto: ChemistryHotplate + entities: + - uid: 430 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 +- proto: CloningPod + entities: + - uid: 926 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - type: DeviceLinkSink + links: + - 927 +- proto: ClosetFireFilled + entities: + - uid: 194 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 +- proto: ClosetJanitorFilled + entities: + - uid: 138 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 +- proto: ClosetL3JanitorFilled + entities: + - uid: 140 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 1 +- proto: ClothingBackpackWaterTank + entities: + - uid: 334 + components: + - type: Transform + pos: 2.4940953,-10.527685 + parent: 1 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 961 + components: + - type: Transform + pos: 6.5352554,-20.508465 + parent: 1 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 790 + components: + - type: Transform + pos: 6.529232,-20.305824 + parent: 1 +- proto: ClothingShoesGaloshes + entities: + - uid: 766 + components: + - type: Transform + pos: 3.5233345,-8.720743 + parent: 1 +- proto: ComfyChair + entities: + - uid: 781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 1 + - uid: 795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 1 + - uid: 814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 1 + - uid: 834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1 + - uid: 993 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 1 + - uid: 999 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 +- proto: ComputerCloningConsole + entities: + - uid: 927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 928: + - MedicalScannerSender: MedicalScannerReceiver + 926: + - CloningPodSender: CloningPodReceiver +- proto: ComputerCrewMonitoring + entities: + - uid: 971 + components: + - type: Transform + pos: -3.5,7.5 + parent: 1 +- proto: ComputerId + entities: + - uid: 958 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 +- proto: ComputerIFF + entities: + - uid: 957 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 +- proto: ComputerMedicalRecords + entities: + - uid: 970 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 17 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 969 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 968 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 +- proto: ComputerShuttle + entities: + - uid: 946 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 +- proto: ComputerStationRecords + entities: + - uid: 978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1 +- proto: CrateEngineeringAMEControl + entities: + - uid: 341 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 +- proto: CrateEngineeringAMEJar + entities: + - uid: 340 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 342 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 +- proto: CrateEngineeringCableBulk + entities: + - uid: 622 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 755 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 +- proto: CrewMonitoringServer + entities: + - uid: 973 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 923 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 +- proto: Dresser + entities: + - uid: 997 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 +- proto: DrinkShaker + entities: + - uid: 122 + components: + - type: Transform + pos: -2.359215,-8.243372 + parent: 1 +- proto: EmergencyLight + entities: + - uid: 631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 1 + - type: PointLight + enabled: True + - uid: 885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - type: PointLight + enabled: True + - uid: 888 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - type: PointLight + enabled: True + - uid: 889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-15.5 + parent: 1 + - type: PointLight + enabled: True + - uid: 890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - type: PointLight + enabled: True + - uid: 892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 1 + - type: PointLight + enabled: True +- proto: EncryptionKeyCommand + entities: + - uid: 982 + components: + - type: Transform + pos: -4.7592955,5.4378777 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 15 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 847 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 +- proto: FireAxeCabinetFilled + entities: + - uid: 339 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 +- proto: Firelock + entities: + - uid: 418 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 898 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 899 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 900 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 901 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 902 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 +- proto: FirelockEdge + entities: + - uid: 134 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 1 + - uid: 796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-10.5 + parent: 1 + - uid: 922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 1 + - uid: 934 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1 + - uid: 941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 942 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-0.5 + parent: 1 +- proto: FirelockGlass + entities: + - uid: 20 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 799 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 800 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 +- proto: Fireplace + entities: + - uid: 994 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: FloorDrain + entities: + - uid: 644 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - type: Fixtures + fixtures: {} + - uid: 786 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: FoodBoxPizzaFilled + entities: + - uid: 107 + components: + - type: Transform + pos: -2.421715,-14.246737 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -2.515465,-14.059237 + parent: 1 +- proto: FoodCakeBirthday + entities: + - uid: 110 + components: + - type: Transform + pos: -2.515465,-13.449862 + parent: 1 +- proto: FoodSnackChocolate + entities: + - uid: 848 + components: + - type: Transform + pos: -1.5307262,-10.360353 + parent: 1 +- proto: GasMinerNitrogen + entities: + - uid: 722 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMinerOxygen + entities: + - uid: 734 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMixerFlipped + entities: + - uid: 264 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPassiveVent + entities: + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-23.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeBend + entities: + - uid: 261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-23.5 + parent: 1 + - uid: 268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 278 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 292 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 329 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 399 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeFourway + entities: + - uid: 287 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 288 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 290 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 376 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeStraight + entities: + - uid: 177 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-22.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-21.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 267 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 279 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 293 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 294 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 295 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 296 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 297 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 298 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 299 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 300 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 301 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 302 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 320 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 321 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 322 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 323 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 324 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 333 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 377 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 378 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 379 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 380 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 381 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 382 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 383 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 384 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 388 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 389 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 390 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 391 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 392 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 393 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 394 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 397 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 400 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 401 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 402 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 404 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeTJunction + entities: + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPressurePump + entities: + - uid: 325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 1 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 326 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasVentPump + entities: + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 387 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 411 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GeneratorBasic15kW + entities: + - uid: 72 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 1 + - uid: 782 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1 +- proto: GeneratorRTG + entities: + - uid: 425 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1 + - uid: 618 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 947 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 748 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1 +- proto: Grille + entities: + - uid: 2 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 3 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 4 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 346 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 347 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 357 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 358 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 359 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 362 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 798 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 828 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 829 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 830 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 916 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 917 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 704 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 + - uid: 760 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 1 +- proto: HolofanProjector + entities: + - uid: 791 + components: + - type: Transform + pos: -3.4539986,-19.312742 + parent: 1 +- proto: HoloprojectorSecurity + entities: + - uid: 139 + components: + - type: Transform + pos: 2.493908,-12.661328 + parent: 1 +- proto: InflatableDoorStack + entities: + - uid: 852 + components: + - type: Transform + pos: -3.412652,-19.609833 + parent: 1 +- proto: InflatableWallStack + entities: + - uid: 850 + components: + - type: Transform + pos: -3.568902,-19.422333 + parent: 1 +- proto: JanitorialTrolley + entities: + - uid: 756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 +- proto: KitchenReagentGrinder + entities: + - uid: 772 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 +- proto: LampGold + entities: + - uid: 1001 + components: + - type: Transform + pos: -1.6469094,3.0256536 + parent: 1 +- proto: Lighter + entities: + - uid: 1003 + components: + - type: Transform + pos: -1.3500344,2.7600286 + parent: 1 +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 338 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 +- proto: LockerChemistryFilled + entities: + - uid: 764 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 792 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 +- proto: LockerSecurityFilled + entities: + - uid: 254 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 +- proto: LockerWallMedicalFilled + entities: + - uid: 931 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 773 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 +- proto: MedicalBed + entities: + - uid: 925 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 + - uid: 933 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 +- proto: MedicalScanner + entities: + - uid: 928 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - type: DeviceLinkSink + links: + - 927 +- proto: MegaSprayBottle + entities: + - uid: 903 + components: + - type: Transform + pos: 2.2504625,-10.626993 + parent: 1 +- proto: Mirror + entities: + - uid: 894 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 +- proto: PaintingMonkey + entities: + - uid: 121 + components: + - type: Transform + pos: -2.53109,-7.338397 + parent: 1 +- proto: PartRodMetal + entities: + - uid: 627 + components: + - type: Transform + pos: 3.5498347,-3.4061794 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: 3.5498347,-3.4061794 + parent: 1 + - uid: 837 + components: + - type: Transform + pos: 3.5498347,-3.4061794 + parent: 1 +- proto: PersonalAI + entities: + - uid: 984 + components: + - type: Transform + pos: 0.5354395,6.523308 + parent: 1 +- proto: PianoInstrument + entities: + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1 +- proto: PlaqueAtmos + entities: + - uid: 241 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 +- proto: PlushieAtmosian + entities: + - uid: 749 + components: + - type: Transform + pos: -4.509609,-17.519836 + parent: 1 +- proto: PlushieSharkGrey + entities: + - uid: 751 + components: + - type: Transform + pos: -1.4927623,-5.4639225 + parent: 1 +- proto: PortableScrubber + entities: + - uid: 129 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 960 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1 +- proto: PosterLegitCleanliness + entities: + - uid: 137 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 640 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 642 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 842 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 844 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 845 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 988 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 989 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 +- proto: PottedPlantRandom + entities: + - uid: 992 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 831 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 838 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 936 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 1 + - uid: 777 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-21.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 858 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 859 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 861 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 870 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 871 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 874 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 875 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 876 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 877 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 18 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-22.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 1 + - uid: 744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-23.5 + parent: 1 +- proto: Rack + entities: + - uid: 255 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 +- proto: Railing + entities: + - uid: 422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-20.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-20.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-20.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 239 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1 +- proto: ReinforcedWindow + entities: + - uid: 763 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: SheetPlasteel + entities: + - uid: 623 + components: + - type: Transform + pos: 2.8310847,-3.4530544 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: 2.8310847,-3.4530544 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: 2.8310847,-3.4530544 + parent: 1 +- proto: SheetRGlass + entities: + - uid: 626 + components: + - type: Transform + pos: 3.2217097,-3.4530544 + parent: 1 + - uid: 835 + components: + - type: Transform + pos: 3.2217097,-3.4530544 + parent: 1 + - uid: 836 + components: + - type: Transform + pos: 3.2217097,-3.4530544 + parent: 1 +- proto: SheetSteel + entities: + - uid: 189 + components: + - type: Transform + pos: 2.4717097,-3.4530544 + parent: 1 + - uid: 797 + components: + - type: Transform + pos: 2.4717097,-3.4530544 + parent: 1 + - uid: 839 + components: + - type: Transform + pos: 2.4717097,-3.4530544 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 7 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 + - uid: 9 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 10 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1 + - uid: 11 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 403 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 +- proto: SignalButton + entities: + - uid: 111 + components: + - type: Transform + pos: -2.6478858,-7.6371155 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 816: + - Pressed: Toggle + 806: + - Pressed: Toggle + 826: + - Pressed: Toggle + 807: + - Pressed: Toggle + - uid: 769 + components: + - type: Transform + pos: 4.2425246,-10.435661 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 824: + - Pressed: Toggle + 820: + - Pressed: Toggle + - uid: 822 + components: + - type: Transform + pos: 4.3206496,-12.498161 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 825: + - Pressed: Toggle + 819: + - Pressed: Toggle + - uid: 823 + components: + - type: Transform + pos: 0.44044662,-15.718517 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 817: + - Pressed: Toggle + 818: + - Pressed: Toggle + 821: + - Pressed: Toggle +- proto: SignAtmos + entities: + - uid: 788 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 +- proto: SignBar + entities: + - uid: 920 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 +- proto: SignChemistry1 + entities: + - uid: 893 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 +- proto: SignEngine + entities: + - uid: 789 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 +- proto: SignEngineering + entities: + - uid: 71 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 +- proto: SignSecurity + entities: + - uid: 253 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 +- proto: SignTelecomms + entities: + - uid: 977 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 +- proto: SinkWide + entities: + - uid: 840 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 841 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1 + - uid: 921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 436 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 +- proto: SmokingPipe + entities: + - uid: 1002 + components: + - type: Transform + pos: -1.4125344,2.5725286 + parent: 1 +- proto: SoapOmega + entities: + - uid: 765 + components: + - type: Transform + pos: 2.4920845,-8.564493 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 785 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 +- proto: SpawnMobCleanBot + entities: + - uid: 985 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 +- proto: SpawnMobDrone + entities: + - uid: 987 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 +- proto: SpawnMobMedibot + entities: + - uid: 986 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 +- proto: Stool + entities: + - uid: 109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 1 + - uid: 784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-4.5 + parent: 1 + - uid: 886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 1 + - uid: 905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 1 + - uid: 912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 1 +- proto: Stunbaton + entities: + - uid: 895 + components: + - type: Transform + pos: 2.4408178,-14.358064 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 437 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 +- proto: SubstationWallBasic + entities: + - uid: 948 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 +- proto: Table + entities: + - uid: 16 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 1 + - uid: 770 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 802 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 913 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 915 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 +- proto: TableCarpet + entities: + - uid: 1000 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 745 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 851 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 904 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 962 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 963 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 +- proto: TableReinforcedGlass + entities: + - uid: 935 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 +- proto: TelecomServer + entities: + - uid: 972 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 +- proto: Thruster + entities: + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-22.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-24.5 + parent: 1 + - uid: 708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-24.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-11.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: -8.5,4.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1 +- proto: VendingMachineBooze + entities: + - uid: 896 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 990 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 +- proto: VendingMachineCentDrobe + entities: + - uid: 1004 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 +- proto: VendingMachineChemicals + entities: + - uid: 445 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 +- proto: VendingMachineCigs + entities: + - uid: 991 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 +- proto: VendingMachineClothing + entities: + - uid: 427 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 +- proto: VendingMachineEngivend + entities: + - uid: 70 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 1 +- proto: VendingMachineMedical + entities: + - uid: 924 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 +- proto: VendingMachineSec + entities: + - uid: 774 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 420 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1 +- proto: VendingMachineTheater + entities: + - uid: 426 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 +- proto: VendingMachineWinter + entities: + - uid: 45 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 +- proto: VendingMachineYouTool + entities: + - uid: 13 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 12 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1 + - uid: 14 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 19 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 + - uid: 21 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 27 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 29 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 32 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 33 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 34 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 35 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 0.5,4.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: -2.5,0.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 1.5,-4.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: 1.5,-7.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 + - uid: 113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 1 + - uid: 114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1 + - uid: 854 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1 + - uid: 855 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1 + - uid: 856 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1 + - uid: 887 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 727 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -6.5,5.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1 + - uid: 736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1 + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 1 + - uid: 740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 1 + - uid: 741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 1 + - uid: 742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 1 + - uid: 743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1 + - uid: 778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,3.5 + parent: 1 + - uid: 779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 1 + - uid: 793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,7.5 + parent: 1 + - uid: 878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 1 +- proto: WarningN2 + entities: + - uid: 230 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 +- proto: WarningO2 + entities: + - uid: 227 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 +- proto: WaterTankHighCapacity + entities: + - uid: 335 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 242 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 983 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 +- proto: WeaponSprayNozzle + entities: + - uid: 337 + components: + - type: Transform + pos: 2.6503453,-10.527685 + parent: 1 +- proto: WeaponTaser + entities: + - uid: 243 + components: + - type: Transform + pos: 2.464967,-12.427811 + parent: 1 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 767 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 1 +- proto: WindoorBarKitchenLocked + entities: + - uid: 123 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 1 + - uid: 753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-10.5 + parent: 1 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-3.5 + parent: 1 + - uid: 827 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 424 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,0.5 + parent: 1 + - uid: 1006 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 867 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 1 + - uid: 423 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1 + - uid: 442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 1 + - uid: 616 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 832 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 929 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 + - uid: 964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1 + - uid: 966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 1005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1 +... diff --git a/Resources/Maps/Shuttles/emergency.yml b/Resources/Maps/Shuttles/emergency.yml index eeb7048141d..0396002e074 100644 --- a/Resources/Maps/Shuttles/emergency.yml +++ b/Resources/Maps/Shuttles/emergency.yml @@ -1,2891 +1,2891 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 77: FloorReinforced - 89: FloorSteel - 104: FloorTechMaint - 108: FloorWhite - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 410 - components: - - type: MetaData - name: NT Evac Pill - - type: Transform - pos: 2.2710133,-2.4148211 - parent: invalid - - type: MapGrid - chunks: - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - - type: Broadphase - - type: Physics - bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: DeviceNetwork - configurators: [] - deviceLists: [] - transmitFrequencyId: ShuttleTimer - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 35: -3,11 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 6: 0,-2 - 7: 0,-1 - 8: 1,1 - 9: 1,2 - 10: 1,3 - 11: -1,1 - 12: -2,1 - 13: -1,3 - 14: -2,3 - 15: -4,3 - 16: -5,3 - 17: -5,1 - 18: -4,1 - 19: -6,-2 - 20: -6,-1 - 21: -7,1 - 22: -7,2 - 23: -7,3 - 24: -6,5 - 25: -6,6 - 26: -6,7 - 27: 0,5 - 28: 0,6 - 29: 0,7 - 30: -1,11 - 31: -1,12 - 32: -5,12 - 33: -5,11 - 34: -3,12 - - node: - color: '#334E6DC8' - id: FullTileOverlayGreyscale - decals: - 5: -3,10 - - node: - color: '#52B4E996' - id: FullTileOverlayGreyscale - decals: - 0: -3,5 - 1: -3,6 - 2: -3,7 - 3: -2,6 - 4: -4,6 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - decals: - 36: -4,11 - 37: -2,11 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - decals: - 41: -2,9 - 42: -1,9 - 43: 0,9 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - decals: - 38: -4,9 - 39: -5,9 - 40: -6,9 - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-1: - 0: 32703 - 1: 32768 - 2: 64 - -1,-3: - 1: 480 - 0: 65024 - -1,-1: - 0: 61439 - 2: 4096 - -1,-2: - 0: 65535 - -2,1: - 0: 65535 - -1,0: - 0: 65535 - -1,1: - 2: 4096 - 0: 61439 - -1,2: - 0: 65535 - -1,3: - 1: 34 - 3: 512 - 0: 49373 - 4: 2048 - 5: 1024 - 6: 256 - 0,-3: - 1: 240 - 0: 65280 - 0,-2: - 0: 65535 - 0,-1: - 0: 65519 - 2: 16 - 1,-3: - 1: 528 - 0: 12544 - 1,-2: - 0: 13107 - 1,-1: - 1: 17442 - 0: 4369 - 0,1: - 0: 65535 - 0,2: - 2: 1 - 0: 65502 - 7: 32 - 0,3: - 0: 65229 - 8: 16 - 9: 256 - 10: 2 - 11: 32 - 0,0: - 0: 65535 - 1,3: - 1: 273 - 1,0: - 0: 30583 - 1,1: - 1: 25664 - 0: 4375 - 1,2: - 1: 34 - 0: 4369 - 0,4: - 1: 120 - 0: 7 - -1,4: - 1: 132 - 0: 8 - -2,0: - 0: 61167 - 12: 16 - 13: 256 - 14: 4096 - -2,2: - 0: 65499 - 7: 32 - 2: 4 - -2,3: - 0: 143 - 15: 32 - 16: 64 - 17: 1024 - 18: 2048 - -2,-2: - 0: 64256 - 19: 1024 - uniqueMixes: - - volume: 2500 - temperature: 293.15 - moles: - - 21.824879 - - 82.10312 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - immutable: True - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 20.04244 - - 75.39776 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 122.82263 - moles: - - 9.026207 - - 33.955734 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 282.50452 - moles: - - 21.024963 - - 79.0939 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 250.56815 - moles: - - 18.625212 - - 70.06627 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 192.74052 - moles: - - 14.27995 - - 53.719814 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.213781 - - 79.80423 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 292.48465 - moles: - - 21.774883 - - 81.91504 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 290.48862 - moles: - - 21.6249 - - 81.350815 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.10843 - moles: - - 21.821754 - - 82.09136 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 292.98364 - moles: - - 21.812382 - - 82.0561 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 220.53749 - moles: - - 16.36866 - - 61.57734 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 202.38438 - moles: - - 15.004604 - - 56.445892 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 197.84608 - moles: - - 14.66359 - - 55.163033 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.925 - moles: - - 10.912439 - - 41.05156 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 256.84375 - moles: - - 19.09677 - - 71.840225 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 138.84843 - moles: - - 10.230412 - - 38.485836 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 181.96211 - moles: - - 13.470042 - - 50.67302 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 220.5375 - moles: - - 16.36866 - - 61.57734 - - 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: 300 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 -- proto: AirlockCommandGlassLocked - entities: - - uid: 353 - components: - - type: Transform - pos: -2.5,10.5 - parent: 410 -- proto: AirlockEngineeringLocked - entities: - - uid: 232 - components: - - type: Transform - pos: -2.5,0.5 - parent: 410 -- proto: AirlockGlassShuttle - entities: - - uid: 4 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,7.5 - parent: 410 - - uid: 6 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,5.5 - parent: 410 - - uid: 12 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 410 - - uid: 14 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 410 - - uid: 99 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 410 - - uid: 100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 410 - - uid: 145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,7.5 - parent: 410 - - uid: 152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,5.5 - parent: 410 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 57 - components: - - type: Transform - pos: -2.5,8.5 - parent: 410 - - uid: 313 - components: - - type: Transform - pos: -2.5,4.5 - parent: 410 -- proto: APCHyperCapacity - entities: - - uid: 134 - components: - - type: Transform - pos: -1.5,8.5 - parent: 410 - - uid: 176 - components: - - type: Transform - pos: -3.5,0.5 - parent: 410 -- proto: AtmosDeviceFanTiny - entities: - - uid: 395 - components: - - type: Transform - pos: -7.5,5.5 - parent: 410 - - uid: 396 - components: - - type: Transform - pos: -7.5,7.5 - parent: 410 - - uid: 397 - components: - - type: Transform - pos: 2.5,7.5 - parent: 410 - - uid: 398 - components: - - type: Transform - pos: 2.5,5.5 - parent: 410 - - uid: 399 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 410 - - uid: 400 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 410 - - uid: 401 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 410 - - uid: 402 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 410 -- proto: BedsheetMedical - entities: - - uid: 319 - components: - - type: Transform - pos: -1.5,5.5 - parent: 410 - - type: Physics - canCollide: False - - uid: 320 - components: - - type: Transform - pos: -1.5,6.5 - parent: 410 - - type: Physics - canCollide: False -- proto: CableApcExtension - entities: - - uid: 43 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 410 - - uid: 44 - components: - - type: Transform - pos: 0.5,1.5 - parent: 410 - - uid: 45 - components: - - type: Transform - pos: -6.5,2.5 - parent: 410 - - uid: 46 - components: - - type: Transform - pos: 1.5,4.5 - parent: 410 - - uid: 73 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 410 - - uid: 74 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 410 - - uid: 75 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 410 - - uid: 76 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 410 - - uid: 77 - components: - - type: Transform - pos: -5.5,1.5 - parent: 410 - - uid: 81 - components: - - type: Transform - pos: -6.5,4.5 - parent: 410 - - uid: 82 - components: - - type: Transform - pos: -1.5,9.5 - parent: 410 - - uid: 84 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 410 - - uid: 86 - components: - - type: Transform - pos: -3.5,0.5 - parent: 410 - - uid: 92 - components: - - type: Transform - pos: 1.5,2.5 - parent: 410 - - uid: 93 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 410 - - uid: 94 - components: - - type: Transform - pos: -1.5,1.5 - parent: 410 - - uid: 95 - components: - - type: Transform - pos: -0.5,1.5 - parent: 410 - - uid: 96 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 410 - - uid: 103 - components: - - type: Transform - pos: -2.5,3.5 - parent: 410 - - uid: 104 - components: - - type: Transform - pos: -2.5,5.5 - parent: 410 - - uid: 105 - components: - - type: Transform - pos: -2.5,6.5 - parent: 410 - - uid: 106 - components: - - type: Transform - pos: -2.5,7.5 - parent: 410 - - uid: 107 - components: - - type: Transform - pos: -2.5,8.5 - parent: 410 - - uid: 108 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 410 - - uid: 109 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 410 - - uid: 110 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 410 - - uid: 111 - components: - - type: Transform - pos: 1.5,0.5 - parent: 410 - - uid: 112 - components: - - type: Transform - pos: 1.5,1.5 - parent: 410 - - uid: 113 - components: - - type: Transform - pos: -4.5,1.5 - parent: 410 - - uid: 114 - components: - - type: Transform - pos: -3.5,1.5 - parent: 410 - - uid: 115 - components: - - type: Transform - pos: -2.5,1.5 - parent: 410 - - uid: 116 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 410 - - uid: 117 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 410 - - uid: 133 - components: - - type: Transform - pos: -6.5,0.5 - parent: 410 - - uid: 136 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 410 - - uid: 137 - components: - - type: Transform - pos: 1.5,9.5 - parent: 410 - - uid: 138 - components: - - type: Transform - pos: 1.5,6.5 - parent: 410 - - uid: 139 - components: - - type: Transform - pos: 1.5,7.5 - parent: 410 - - uid: 140 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 410 - - uid: 142 - components: - - type: Transform - pos: -6.5,3.5 - parent: 410 - - uid: 150 - components: - - type: Transform - pos: 0.5,9.5 - parent: 410 - - uid: 151 - components: - - type: Transform - pos: 1.5,8.5 - parent: 410 - - uid: 177 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 410 - - uid: 178 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 410 - - uid: 179 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 410 - - uid: 180 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 410 - - uid: 184 - components: - - type: Transform - pos: -0.5,9.5 - parent: 410 - - uid: 185 - components: - - type: Transform - pos: -6.5,1.5 - parent: 410 - - uid: 187 - components: - - type: Transform - pos: -2.5,4.5 - parent: 410 - - uid: 188 - components: - - type: Transform - pos: -1.5,8.5 - parent: 410 - - uid: 192 - components: - - type: Transform - pos: -2.5,0.5 - parent: 410 - - uid: 194 - components: - - type: Transform - pos: 1.5,3.5 - parent: 410 - - uid: 201 - components: - - type: Transform - pos: -2.5,9.5 - parent: 410 - - uid: 202 - components: - - type: Transform - pos: -3.5,9.5 - parent: 410 - - uid: 203 - components: - - type: Transform - pos: -4.5,9.5 - parent: 410 - - uid: 204 - components: - - type: Transform - pos: -5.5,9.5 - parent: 410 - - uid: 205 - components: - - type: Transform - pos: -6.5,9.5 - parent: 410 - - uid: 206 - components: - - type: Transform - pos: -6.5,8.5 - parent: 410 - - uid: 207 - components: - - type: Transform - pos: -6.5,7.5 - parent: 410 - - uid: 208 - components: - - type: Transform - pos: -6.5,6.5 - parent: 410 - - uid: 209 - components: - - type: Transform - pos: -2.5,10.5 - parent: 410 - - uid: 210 - components: - - type: Transform - pos: -2.5,11.5 - parent: 410 - - uid: 211 - components: - - type: Transform - pos: -2.5,12.5 - parent: 410 - - uid: 212 - components: - - type: Transform - pos: -2.5,13.5 - parent: 410 - - uid: 213 - components: - - type: Transform - pos: -3.5,11.5 - parent: 410 - - uid: 214 - components: - - type: Transform - pos: -4.5,11.5 - parent: 410 - - uid: 215 - components: - - type: Transform - pos: -5.5,11.5 - parent: 410 - - uid: 216 - components: - - type: Transform - pos: -1.5,11.5 - parent: 410 - - uid: 217 - components: - - type: Transform - pos: -0.5,11.5 - parent: 410 - - uid: 218 - components: - - type: Transform - pos: 0.5,11.5 - parent: 410 - - uid: 219 - components: - - type: Transform - pos: -2.5,14.5 - parent: 410 - - uid: 220 - components: - - type: Transform - pos: -1.5,14.5 - parent: 410 - - uid: 221 - components: - - type: Transform - pos: -0.5,14.5 - parent: 410 - - uid: 222 - components: - - type: Transform - pos: 0.5,14.5 - parent: 410 - - uid: 223 - components: - - type: Transform - pos: 0.5,13.5 - parent: 410 - - uid: 224 - components: - - type: Transform - pos: 1.5,13.5 - parent: 410 - - uid: 225 - components: - - type: Transform - pos: 1.5,12.5 - parent: 410 - - uid: 226 - components: - - type: Transform - pos: -3.5,14.5 - parent: 410 - - uid: 227 - components: - - type: Transform - pos: -4.5,14.5 - parent: 410 - - uid: 228 - components: - - type: Transform - pos: -5.5,14.5 - parent: 410 - - uid: 229 - components: - - type: Transform - pos: -5.5,13.5 - parent: 410 - - uid: 230 - components: - - type: Transform - pos: -6.5,13.5 - parent: 410 - - uid: 231 - components: - - type: Transform - pos: -6.5,12.5 - parent: 410 -- proto: CableHV - entities: - - uid: 118 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 410 - - uid: 119 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 410 - - uid: 120 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 410 - - uid: 121 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 410 - - uid: 234 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 410 - - uid: 235 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 410 - - uid: 236 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 410 - - uid: 237 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 410 - - uid: 241 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 410 -- proto: CableMV - entities: - - uid: 83 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 410 - - uid: 87 - components: - - type: Transform - pos: -3.5,0.5 - parent: 410 - - uid: 90 - components: - - type: Transform - pos: -1.5,8.5 - parent: 410 - - uid: 91 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 410 - - uid: 128 - components: - - type: Transform - pos: -2.5,4.5 - parent: 410 - - uid: 129 - components: - - type: Transform - pos: -2.5,3.5 - parent: 410 - - uid: 130 - components: - - type: Transform - pos: -2.5,2.5 - parent: 410 - - uid: 131 - components: - - type: Transform - pos: -2.5,1.5 - parent: 410 - - uid: 132 - components: - - type: Transform - pos: -3.5,1.5 - parent: 410 - - uid: 174 - components: - - type: Transform - pos: -2.5,6.5 - parent: 410 - - uid: 183 - components: - - type: Transform - pos: -2.5,5.5 - parent: 410 - - uid: 191 - components: - - type: Transform - pos: -2.5,8.5 - parent: 410 - - uid: 195 - components: - - type: Transform - pos: -2.5,7.5 - parent: 410 -- proto: CableTerminal - entities: - - uid: 233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 410 -- proto: Catwalk - entities: - - uid: 406 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 410 - - uid: 407 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 410 -- proto: ChairOfficeLight - entities: - - uid: 350 - components: - - type: Transform - pos: -3.5,6.5 - parent: 410 -- proto: ChairPilotSeat - entities: - - uid: 287 - components: - - type: Transform - pos: -1.5,3.5 - parent: 410 - - uid: 288 - components: - - type: Transform - pos: -0.5,3.5 - parent: 410 - - uid: 289 - components: - - type: Transform - pos: -4.5,3.5 - parent: 410 - - uid: 290 - components: - - type: Transform - pos: -3.5,3.5 - parent: 410 - - uid: 323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 410 - - uid: 324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 410 - - uid: 325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 410 - - uid: 326 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 410 - - uid: 327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 410 - - uid: 328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,6.5 - parent: 410 - - uid: 329 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 410 - - uid: 330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,5.5 - parent: 410 - - uid: 331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 410 - - uid: 332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,7.5 - parent: 410 - - uid: 333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,1.5 - parent: 410 - - uid: 334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,1.5 - parent: 410 - - uid: 335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,2.5 - parent: 410 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,3.5 - parent: 410 - - uid: 337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 410 - - uid: 338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,1.5 - parent: 410 - - uid: 339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,1.5 - parent: 410 - - uid: 340 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,1.5 - parent: 410 - - uid: 341 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 410 - - uid: 342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,3.5 - parent: 410 - - uid: 366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,12.5 - parent: 410 - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,11.5 - parent: 410 - - uid: 376 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,12.5 - parent: 410 - - uid: 377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,11.5 - parent: 410 - - uid: 378 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,12.5 - parent: 410 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 321 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 410 - - uid: 322 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 410 - - uid: 345 - components: - - type: Transform - pos: -5.5,8.5 - parent: 410 - - uid: 346 - components: - - type: Transform - pos: 0.5,8.5 - parent: 410 -- proto: ClosetFireFilled - entities: - - uid: 347 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 410 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 408 - components: - - type: Transform - pos: -6.5,10.5 - parent: 410 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 409 - components: - - type: Transform - pos: 1.5,10.5 - parent: 410 -- proto: ClothingHeadHatWelding - entities: - - uid: 306 - components: - - type: Transform - pos: -3.5006084,-1.3794107 - parent: 410 - - type: Physics - canCollide: False -- proto: ComputerComms - entities: - - uid: 368 - components: - - type: Transform - pos: -3.5,13.5 - parent: 410 -- proto: ComputerEmergencyShuttle - entities: - - uid: 354 - components: - - type: Transform - pos: -2.5,13.5 - parent: 410 -- proto: ComputerRadar - entities: - - uid: 367 - components: - - type: Transform - pos: -1.5,13.5 - parent: 410 -- proto: EmergencyLight - entities: - - uid: 391 - components: - - type: Transform - pos: -1.5,3.5 - parent: 410 - - type: PointLight - enabled: True - - uid: 392 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,9.5 - parent: 410 - - type: PointLight - enabled: True -- proto: ExtinguisherCabinetFilled - entities: - - uid: 362 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 410 - - uid: 363 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 410 - - uid: 364 - components: - - type: Transform - pos: -0.5,8.5 - parent: 410 - - uid: 365 - components: - - type: Transform - pos: -4.5,8.5 - parent: 410 -- proto: FirelockGlass - entities: - - uid: 279 - components: - - type: Transform - pos: -5.5,0.5 - parent: 410 - - uid: 280 - components: - - type: Transform - pos: -6.5,0.5 - parent: 410 - - uid: 281 - components: - - type: Transform - pos: 1.5,0.5 - parent: 410 - - uid: 282 - components: - - type: Transform - pos: 0.5,0.5 - parent: 410 - - uid: 283 - components: - - type: Transform - pos: 1.5,4.5 - parent: 410 - - uid: 284 - components: - - type: Transform - pos: 0.5,4.5 - parent: 410 - - uid: 285 - components: - - type: Transform - pos: -5.5,4.5 - parent: 410 - - uid: 286 - components: - - type: Transform - pos: -6.5,4.5 - parent: 410 - - uid: 403 - components: - - type: Transform - pos: -4.5,9.5 - parent: 410 - - uid: 404 - components: - - type: Transform - pos: -0.5,9.5 - parent: 410 -- proto: GasOutletInjector - entities: - - uid: 70 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 -- proto: GasPassiveVent - entities: - - uid: 270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-1.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 -- proto: GasPipeBend - entities: - - uid: 291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 410 - - uid: 298 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 410 -- proto: GasPipeFourway - entities: - - uid: 250 - components: - - type: Transform - pos: -2.5,2.5 - parent: 410 -- proto: GasPipeStraight - entities: - - uid: 252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,3.5 - parent: 410 - - uid: 253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 410 - - uid: 254 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,5.5 - parent: 410 - - uid: 255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,3.5 - parent: 410 - - uid: 256 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,4.5 - parent: 410 - - uid: 257 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 - parent: 410 - - uid: 258 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 410 - - uid: 259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,0.5 - parent: 410 - - uid: 260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,1.5 - parent: 410 - - uid: 261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 410 - - uid: 262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,0.5 - parent: 410 - - uid: 263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,1.5 - parent: 410 - - uid: 264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 - parent: 410 - - uid: 265 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 - parent: 410 - - uid: 266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,2.5 - parent: 410 - - uid: 267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 - parent: 410 - - uid: 268 - components: - - type: Transform - pos: -2.5,1.5 - parent: 410 - - uid: 269 - components: - - type: Transform - pos: -2.5,0.5 - parent: 410 - - uid: 271 - components: - - type: Transform - pos: -2.5,3.5 - parent: 410 - - uid: 272 - components: - - type: Transform - pos: -2.5,4.5 - parent: 410 - - uid: 273 - components: - - type: Transform - pos: -2.5,5.5 - parent: 410 - - uid: 274 - components: - - type: Transform - pos: -2.5,7.5 - parent: 410 - - uid: 275 - components: - - type: Transform - pos: -2.5,8.5 - parent: 410 - - uid: 276 - components: - - type: Transform - pos: -2.5,9.5 - parent: 410 - - uid: 277 - components: - - type: Transform - pos: -2.5,10.5 - parent: 410 - - uid: 278 - components: - - type: Transform - pos: -2.5,11.5 - parent: 410 -- proto: GasPipeTJunction - entities: - - uid: 248 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,2.5 - parent: 410 - - uid: 249 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,2.5 - parent: 410 - - uid: 251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,6.5 - parent: 410 -- proto: GasPort - entities: - - uid: 122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 -- proto: GasVentPump - entities: - - uid: 242 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 - - uid: 243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-1.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 - - uid: 244 - components: - - type: Transform - pos: 0.5,6.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 - - uid: 245 - components: - - type: Transform - pos: -5.5,6.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 - - uid: 246 - components: - - type: Transform - pos: -2.5,12.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 - - uid: 247 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,6.5 - parent: 410 - - type: AtmosDevice - joinedGrid: 410 -- proto: GeneratorBasic15kW - entities: - - uid: 239 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 410 - - uid: 240 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 410 -- proto: GeneratorWallmountAPU - entities: - - uid: 238 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 410 -- proto: GravityGeneratorMini - entities: - - uid: 299 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 410 -- proto: Grille - entities: - - uid: 101 - components: - - type: Transform - pos: 2.5,3.5 - parent: 410 - - uid: 124 - components: - - type: Transform - pos: -0.5,7.5 - parent: 410 - - uid: 125 - components: - - type: Transform - pos: -0.5,6.5 - parent: 410 - - uid: 126 - components: - - type: Transform - pos: -0.5,5.5 - parent: 410 - - uid: 127 - components: - - type: Transform - pos: -4.5,7.5 - parent: 410 - - uid: 155 - components: - - type: Transform - pos: 2.5,1.5 - parent: 410 - - uid: 156 - components: - - type: Transform - pos: -6.5,12.5 - parent: 410 - - uid: 157 - components: - - type: Transform - pos: -6.5,13.5 - parent: 410 - - uid: 158 - components: - - type: Transform - pos: -5.5,13.5 - parent: 410 - - uid: 159 - components: - - type: Transform - pos: -5.5,14.5 - parent: 410 - - uid: 160 - components: - - type: Transform - pos: -4.5,14.5 - parent: 410 - - uid: 161 - components: - - type: Transform - pos: -3.5,14.5 - parent: 410 - - uid: 162 - components: - - type: Transform - pos: -2.5,14.5 - parent: 410 - - uid: 163 - components: - - type: Transform - pos: -1.5,14.5 - parent: 410 - - uid: 164 - components: - - type: Transform - pos: -0.5,14.5 - parent: 410 - - uid: 165 - components: - - type: Transform - pos: 0.5,14.5 - parent: 410 - - uid: 166 - components: - - type: Transform - pos: 0.5,13.5 - parent: 410 - - uid: 167 - components: - - type: Transform - pos: 1.5,13.5 - parent: 410 - - uid: 168 - components: - - type: Transform - pos: 1.5,12.5 - parent: 410 - - uid: 169 - components: - - type: Transform - pos: 2.5,2.5 - parent: 410 - - uid: 171 - components: - - type: Transform - pos: -7.5,1.5 - parent: 410 - - uid: 172 - components: - - type: Transform - pos: -7.5,2.5 - parent: 410 - - uid: 173 - components: - - type: Transform - pos: -7.5,3.5 - parent: 410 - - uid: 189 - components: - - type: Transform - pos: -4.5,6.5 - parent: 410 - - uid: 190 - components: - - type: Transform - pos: -4.5,5.5 - parent: 410 - - uid: 312 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 410 - - uid: 314 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 410 - - uid: 359 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 410 - - uid: 360 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 410 -- proto: Gyroscope - entities: - - uid: 308 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 410 - - uid: 309 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 410 -- proto: HolofanProjector - entities: - - uid: 303 - components: - - type: Transform - pos: -1.5318584,-0.42628574 - parent: 410 - - type: Physics - canCollide: False -- proto: InflatableWallStack - entities: - - uid: 304 - components: - - type: Transform - pos: -1.3756084,-0.34816074 - parent: 410 - - type: Physics - canCollide: False -- proto: LockerMedicineFilled - entities: - - uid: 348 - components: - - type: Transform - pos: -3.5,7.5 - parent: 410 -- proto: MedicalBed - entities: - - uid: 317 - components: - - type: Transform - pos: -1.5,6.5 - parent: 410 - - uid: 318 - components: - - type: Transform - pos: -1.5,5.5 - parent: 410 -- proto: MedkitFilled - entities: - - uid: 351 - components: - - type: Transform - pos: -3.5306323,5.678626 - parent: 410 - - type: Physics - canCollide: False -- proto: MedkitOxygenFilled - entities: - - uid: 352 - components: - - type: Transform - pos: -3.4212573,5.444251 - parent: 410 - - type: Physics - canCollide: False -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 88 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-1.5 - parent: 410 - - uid: 295 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 410 - - uid: 296 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 410 - - uid: 297 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 410 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 380 - components: - - type: Transform - pos: -7.5,9.5 - parent: 410 - - uid: 381 - components: - - type: Transform - pos: 2.5,9.5 - parent: 410 -- proto: Poweredlight - entities: - - uid: 382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,11.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 383 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,6.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 387 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,6.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 388 - components: - - type: Transform - pos: -1.5,7.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,1.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 390 - components: - - type: Transform - pos: -1.5,9.5 - parent: 410 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Screen - entities: - - uid: 411 - components: - - type: Transform - pos: -1.5,0.5 - parent: 410 - - uid: 412 - components: - - type: Transform - pos: -1.5,10.5 - parent: 410 -- proto: ShuttleWindow - entities: - - uid: 21 - components: - - type: Transform - pos: 2.5,3.5 - parent: 410 - - uid: 22 - components: - - type: Transform - pos: 1.5,13.5 - parent: 410 - - uid: 23 - components: - - type: Transform - pos: 0.5,13.5 - parent: 410 - - uid: 24 - components: - - type: Transform - pos: 0.5,14.5 - parent: 410 - - uid: 25 - components: - - type: Transform - pos: -0.5,14.5 - parent: 410 - - uid: 26 - components: - - type: Transform - pos: -1.5,14.5 - parent: 410 - - uid: 27 - components: - - type: Transform - pos: -4.5,14.5 - parent: 410 - - uid: 28 - components: - - type: Transform - pos: -5.5,14.5 - parent: 410 - - uid: 29 - components: - - type: Transform - pos: -5.5,13.5 - parent: 410 - - uid: 30 - components: - - type: Transform - pos: -6.5,13.5 - parent: 410 - - uid: 31 - components: - - type: Transform - pos: -6.5,12.5 - parent: 410 - - uid: 32 - components: - - type: Transform - pos: -3.5,14.5 - parent: 410 - - uid: 33 - components: - - type: Transform - pos: -2.5,14.5 - parent: 410 - - uid: 50 - components: - - type: Transform - pos: 1.5,12.5 - parent: 410 - - uid: 54 - components: - - type: Transform - pos: 2.5,1.5 - parent: 410 - - uid: 56 - components: - - type: Transform - pos: 2.5,2.5 - parent: 410 - - uid: 60 - components: - - type: Transform - pos: -0.5,7.5 - parent: 410 - - uid: 62 - components: - - type: Transform - pos: -0.5,6.5 - parent: 410 - - uid: 78 - components: - - type: Transform - pos: -0.5,5.5 - parent: 410 - - uid: 102 - components: - - type: Transform - pos: -4.5,7.5 - parent: 410 - - uid: 146 - components: - - type: Transform - pos: -4.5,5.5 - parent: 410 - - uid: 147 - components: - - type: Transform - pos: -7.5,1.5 - parent: 410 - - uid: 149 - components: - - type: Transform - pos: -4.5,6.5 - parent: 410 - - uid: 197 - components: - - type: Transform - pos: -7.5,2.5 - parent: 410 - - uid: 198 - components: - - type: Transform - pos: -7.5,3.5 - parent: 410 - - uid: 310 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 410 - - uid: 311 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 410 -- proto: SMESBasic - entities: - - uid: 63 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 410 -- proto: StasisBed - entities: - - uid: 316 - components: - - type: Transform - pos: -1.5,7.5 - parent: 410 -- proto: SubstationWallBasic - entities: - - uid: 1 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 410 -- proto: Table - entities: - - uid: 301 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 410 - - uid: 302 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 410 -- proto: TableGlass - entities: - - uid: 349 - components: - - type: Transform - pos: -3.5,5.5 - parent: 410 -- proto: TableReinforced - entities: - - uid: 369 - components: - - type: Transform - pos: -4.5,13.5 - parent: 410 - - uid: 370 - components: - - type: Transform - pos: -0.5,13.5 - parent: 410 - - uid: 371 - components: - - type: Transform - pos: 0.5,12.5 - parent: 410 - - uid: 372 - components: - - type: Transform - pos: 0.5,11.5 - parent: 410 - - uid: 373 - components: - - type: Transform - pos: -5.5,11.5 - parent: 410 - - uid: 374 - components: - - type: Transform - pos: -5.5,12.5 - parent: 410 -- proto: Thruster - entities: - - uid: 2 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-4.5 - parent: 410 - - uid: 71 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 410 - - uid: 72 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 410 - - uid: 89 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,11.5 - parent: 410 - - uid: 135 - components: - - type: Transform - pos: -7.5,12.5 - parent: 410 - - uid: 175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,11.5 - parent: 410 - - uid: 181 - components: - - type: Transform - pos: 2.5,12.5 - parent: 410 - - uid: 292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 - parent: 410 -- proto: ToolboxElectricalFilled - entities: - - uid: 344 - components: - - type: Transform - pos: -3.4993823,-1.5213687 - parent: 410 - - type: Physics - canCollide: False -- proto: ToolboxEmergencyFilled - entities: - - uid: 379 - components: - - type: Transform - pos: -6.515904,9.4287615 - parent: 410 - - type: Physics - canCollide: False - - uid: 393 - components: - - type: Transform - pos: 1.494039,-2.6272569 - parent: 410 - - type: Physics - canCollide: False -- proto: VendingMachineWallMedical - entities: - - uid: 361 - components: - - type: Transform - pos: -3.5,4.5 - parent: 410 -- proto: WallShuttle - entities: - - uid: 3 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 410 - - uid: 5 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 410 - - uid: 7 - components: - - type: Transform - pos: -7.5,0.5 - parent: 410 - - uid: 8 - components: - - type: Transform - pos: -4.5,0.5 - parent: 410 - - uid: 9 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 410 - - uid: 10 - components: - - type: Transform - pos: 2.5,4.5 - parent: 410 - - uid: 11 - components: - - type: Transform - pos: -7.5,4.5 - parent: 410 - - uid: 13 - components: - - type: Transform - pos: -7.5,6.5 - parent: 410 - - uid: 15 - components: - - type: Transform - pos: -7.5,8.5 - parent: 410 - - uid: 16 - components: - - type: Transform - pos: -7.5,9.5 - parent: 410 - - uid: 17 - components: - - type: Transform - pos: -7.5,10.5 - parent: 410 - - uid: 18 - components: - - type: Transform - pos: -6.5,10.5 - parent: 410 - - uid: 19 - components: - - type: Transform - pos: -6.5,11.5 - parent: 410 - - uid: 20 - components: - - type: Transform - pos: 1.5,11.5 - parent: 410 - - uid: 34 - components: - - type: Transform - pos: 1.5,10.5 - parent: 410 - - uid: 35 - components: - - type: Transform - pos: 0.5,10.5 - parent: 410 - - uid: 36 - components: - - type: Transform - pos: -0.5,10.5 - parent: 410 - - uid: 37 - components: - - type: Transform - pos: -4.5,4.5 - parent: 410 - - uid: 38 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 410 - - uid: 39 - components: - - type: Transform - pos: -4.5,10.5 - parent: 410 - - uid: 40 - components: - - type: Transform - pos: -5.5,10.5 - parent: 410 - - uid: 41 - components: - - type: Transform - pos: 2.5,0.5 - parent: 410 - - uid: 42 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 410 - - uid: 47 - components: - - type: Transform - pos: 2.5,10.5 - parent: 410 - - uid: 48 - components: - - type: Transform - pos: -3.5,0.5 - parent: 410 - - uid: 49 - components: - - type: Transform - pos: -0.5,8.5 - parent: 410 - - uid: 51 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 410 - - uid: 52 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 410 - - uid: 53 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 410 - - uid: 55 - components: - - type: Transform - pos: -0.5,4.5 - parent: 410 - - uid: 58 - components: - - type: Transform - pos: -1.5,8.5 - parent: 410 - - uid: 59 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 410 - - uid: 61 - components: - - type: Transform - pos: -0.5,0.5 - parent: 410 - - uid: 64 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 410 - - uid: 67 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 410 - - uid: 68 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 410 - - uid: 69 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 410 - - uid: 79 - components: - - type: Transform - pos: 2.5,9.5 - parent: 410 - - uid: 80 - components: - - type: Transform - pos: 2.5,6.5 - parent: 410 - - uid: 85 - components: - - type: Transform - pos: -1.5,4.5 - parent: 410 - - uid: 97 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 410 - - uid: 98 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 410 - - uid: 141 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 410 - - uid: 143 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 410 - - uid: 144 - components: - - type: Transform - pos: 2.5,8.5 - parent: 410 - - uid: 148 - components: - - type: Transform - pos: -1.5,10.5 - parent: 410 - - uid: 153 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 410 - - uid: 154 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 410 - - uid: 170 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 410 - - uid: 186 - components: - - type: Transform - pos: -1.5,0.5 - parent: 410 - - uid: 193 - components: - - type: Transform - pos: -3.5,4.5 - parent: 410 - - uid: 196 - components: - - type: Transform - pos: -3.5,10.5 - parent: 410 - - uid: 199 - components: - - type: Transform - pos: -4.5,8.5 - parent: 410 - - uid: 200 - components: - - type: Transform - pos: -3.5,8.5 - parent: 410 - - uid: 293 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 410 - - uid: 294 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 410 - - uid: 315 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 410 -- proto: WeaponCapacitorRecharger - entities: - - uid: 394 - components: - - type: Transform - pos: 0.5,12.5 - parent: 410 - - type: ContainerContainer - containers: - charger-slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - charger_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: Welder - entities: - - uid: 305 - components: - - type: Transform - pos: -3.4381084,-1.3950357 - parent: 410 - - type: Physics - canCollide: False -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 410 -- proto: WindowReinforcedDirectional - entities: - - uid: 65 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 410 - - uid: 66 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 410 - - uid: 123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 410 - - uid: 182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 410 - - uid: 307 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-3.5 - parent: 410 - - uid: 355 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 410 - - uid: 356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-4.5 - parent: 410 - - uid: 357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 410 - - uid: 358 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 410 -- proto: Wrench - entities: - - uid: 343 - components: - - type: Transform - pos: -2.5361183,-3.621922 - parent: 410 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 77: FloorReinforced + 89: FloorSteel + 104: FloorTechMaint + 108: FloorWhite + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 410 + components: + - type: MetaData + name: NT Evac Pill + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: DeviceNetwork + configurators: [] + deviceLists: [] + transmitFrequencyId: ShuttleTimer + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 35: -3,11 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 6: 0,-2 + 7: 0,-1 + 8: 1,1 + 9: 1,2 + 10: 1,3 + 11: -1,1 + 12: -2,1 + 13: -1,3 + 14: -2,3 + 15: -4,3 + 16: -5,3 + 17: -5,1 + 18: -4,1 + 19: -6,-2 + 20: -6,-1 + 21: -7,1 + 22: -7,2 + 23: -7,3 + 24: -6,5 + 25: -6,6 + 26: -6,7 + 27: 0,5 + 28: 0,6 + 29: 0,7 + 30: -1,11 + 31: -1,12 + 32: -5,12 + 33: -5,11 + 34: -3,12 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 5: -3,10 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 0: -3,5 + 1: -3,6 + 2: -3,7 + 3: -2,6 + 4: -4,6 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale180 + decals: + 36: -4,11 + 37: -2,11 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 41: -2,9 + 42: -1,9 + 43: 0,9 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 38: -4,9 + 39: -5,9 + 40: -6,9 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 32703 + 1: 32768 + 2: 64 + -1,-3: + 1: 480 + 0: 65024 + -1,-1: + 0: 61439 + 2: 4096 + -1,-2: + 0: 65535 + -2,1: + 0: 65535 + -1,0: + 0: 65535 + -1,1: + 2: 4096 + 0: 61439 + -1,2: + 0: 65535 + -1,3: + 1: 34 + 3: 512 + 0: 49373 + 4: 2048 + 5: 1024 + 6: 256 + 0,-3: + 1: 240 + 0: 65280 + 0,-2: + 0: 65535 + 0,-1: + 0: 65519 + 2: 16 + 1,-3: + 1: 528 + 0: 12544 + 1,-2: + 0: 13107 + 1,-1: + 1: 17442 + 0: 4369 + 0,1: + 0: 65535 + 0,2: + 2: 1 + 0: 65502 + 7: 32 + 0,3: + 0: 65229 + 8: 16 + 9: 256 + 10: 2 + 11: 32 + 0,0: + 0: 65535 + 1,3: + 1: 273 + 1,0: + 0: 30583 + 1,1: + 1: 25664 + 0: 4375 + 1,2: + 1: 34 + 0: 4369 + 0,4: + 1: 120 + 0: 7 + -1,4: + 1: 132 + 0: 8 + -2,0: + 0: 61167 + 12: 16 + 13: 256 + 14: 4096 + -2,2: + 0: 65499 + 7: 32 + 2: 4 + -2,3: + 0: 143 + 15: 32 + 16: 64 + 17: 1024 + 18: 2048 + -2,-2: + 0: 64256 + 19: 1024 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 20.04244 + - 75.39776 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 122.82263 + moles: + - 9.026207 + - 33.955734 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 282.50452 + moles: + - 21.024963 + - 79.0939 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 250.56815 + moles: + - 18.625212 + - 70.06627 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 192.74052 + moles: + - 14.27995 + - 53.719814 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.213781 + - 79.80423 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 292.48465 + moles: + - 21.774883 + - 81.91504 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 290.48862 + moles: + - 21.6249 + - 81.350815 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.10843 + moles: + - 21.821754 + - 82.09136 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 292.98364 + moles: + - 21.812382 + - 82.0561 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.53749 + moles: + - 16.36866 + - 61.57734 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 202.38438 + moles: + - 15.004604 + - 56.445892 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 197.84608 + moles: + - 14.66359 + - 55.163033 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 147.925 + moles: + - 10.912439 + - 41.05156 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 256.84375 + moles: + - 19.09677 + - 71.840225 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 138.84843 + moles: + - 10.230412 + - 38.485836 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 181.96211 + moles: + - 13.470042 + - 50.67302 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 220.5375 + moles: + - 16.36866 + - 61.57734 + - 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: 300 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 +- proto: AirlockCommandGlassLocked + entities: + - uid: 353 + components: + - type: Transform + pos: -2.5,10.5 + parent: 410 +- proto: AirlockEngineeringLocked + entities: + - uid: 232 + components: + - type: Transform + pos: -2.5,0.5 + parent: 410 +- proto: AirlockGlassShuttle + entities: + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 410 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 410 + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 410 + - uid: 14 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 410 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 410 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 410 + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,7.5 + parent: 410 + - uid: 152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 410 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 57 + components: + - type: Transform + pos: -2.5,8.5 + parent: 410 + - uid: 313 + components: + - type: Transform + pos: -2.5,4.5 + parent: 410 +- proto: APCHyperCapacity + entities: + - uid: 134 + components: + - type: Transform + pos: -1.5,8.5 + parent: 410 + - uid: 176 + components: + - type: Transform + pos: -3.5,0.5 + parent: 410 +- proto: AtmosDeviceFanTiny + entities: + - uid: 395 + components: + - type: Transform + pos: -7.5,5.5 + parent: 410 + - uid: 396 + components: + - type: Transform + pos: -7.5,7.5 + parent: 410 + - uid: 397 + components: + - type: Transform + pos: 2.5,7.5 + parent: 410 + - uid: 398 + components: + - type: Transform + pos: 2.5,5.5 + parent: 410 + - uid: 399 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 410 + - uid: 400 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 410 + - uid: 401 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 410 + - uid: 402 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 410 +- proto: BedsheetMedical + entities: + - uid: 319 + components: + - type: Transform + pos: -1.5,5.5 + parent: 410 + - type: Physics + canCollide: False + - uid: 320 + components: + - type: Transform + pos: -1.5,6.5 + parent: 410 + - type: Physics + canCollide: False +- proto: CableApcExtension + entities: + - uid: 43 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 410 + - uid: 44 + components: + - type: Transform + pos: 0.5,1.5 + parent: 410 + - uid: 45 + components: + - type: Transform + pos: -6.5,2.5 + parent: 410 + - uid: 46 + components: + - type: Transform + pos: 1.5,4.5 + parent: 410 + - uid: 73 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 410 + - uid: 74 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 410 + - uid: 75 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 410 + - uid: 76 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 410 + - uid: 77 + components: + - type: Transform + pos: -5.5,1.5 + parent: 410 + - uid: 81 + components: + - type: Transform + pos: -6.5,4.5 + parent: 410 + - uid: 82 + components: + - type: Transform + pos: -1.5,9.5 + parent: 410 + - uid: 84 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 410 + - uid: 86 + components: + - type: Transform + pos: -3.5,0.5 + parent: 410 + - uid: 92 + components: + - type: Transform + pos: 1.5,2.5 + parent: 410 + - uid: 93 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 410 + - uid: 94 + components: + - type: Transform + pos: -1.5,1.5 + parent: 410 + - uid: 95 + components: + - type: Transform + pos: -0.5,1.5 + parent: 410 + - uid: 96 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 410 + - uid: 103 + components: + - type: Transform + pos: -2.5,3.5 + parent: 410 + - uid: 104 + components: + - type: Transform + pos: -2.5,5.5 + parent: 410 + - uid: 105 + components: + - type: Transform + pos: -2.5,6.5 + parent: 410 + - uid: 106 + components: + - type: Transform + pos: -2.5,7.5 + parent: 410 + - uid: 107 + components: + - type: Transform + pos: -2.5,8.5 + parent: 410 + - uid: 108 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 410 + - uid: 109 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 410 + - uid: 110 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 410 + - uid: 111 + components: + - type: Transform + pos: 1.5,0.5 + parent: 410 + - uid: 112 + components: + - type: Transform + pos: 1.5,1.5 + parent: 410 + - uid: 113 + components: + - type: Transform + pos: -4.5,1.5 + parent: 410 + - uid: 114 + components: + - type: Transform + pos: -3.5,1.5 + parent: 410 + - uid: 115 + components: + - type: Transform + pos: -2.5,1.5 + parent: 410 + - uid: 116 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 410 + - uid: 117 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 410 + - uid: 133 + components: + - type: Transform + pos: -6.5,0.5 + parent: 410 + - uid: 136 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 410 + - uid: 137 + components: + - type: Transform + pos: 1.5,9.5 + parent: 410 + - uid: 138 + components: + - type: Transform + pos: 1.5,6.5 + parent: 410 + - uid: 139 + components: + - type: Transform + pos: 1.5,7.5 + parent: 410 + - uid: 140 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 410 + - uid: 142 + components: + - type: Transform + pos: -6.5,3.5 + parent: 410 + - uid: 150 + components: + - type: Transform + pos: 0.5,9.5 + parent: 410 + - uid: 151 + components: + - type: Transform + pos: 1.5,8.5 + parent: 410 + - uid: 177 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 410 + - uid: 178 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 410 + - uid: 179 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 410 + - uid: 180 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 410 + - uid: 184 + components: + - type: Transform + pos: -0.5,9.5 + parent: 410 + - uid: 185 + components: + - type: Transform + pos: -6.5,1.5 + parent: 410 + - uid: 187 + components: + - type: Transform + pos: -2.5,4.5 + parent: 410 + - uid: 188 + components: + - type: Transform + pos: -1.5,8.5 + parent: 410 + - uid: 192 + components: + - type: Transform + pos: -2.5,0.5 + parent: 410 + - uid: 194 + components: + - type: Transform + pos: 1.5,3.5 + parent: 410 + - uid: 201 + components: + - type: Transform + pos: -2.5,9.5 + parent: 410 + - uid: 202 + components: + - type: Transform + pos: -3.5,9.5 + parent: 410 + - uid: 203 + components: + - type: Transform + pos: -4.5,9.5 + parent: 410 + - uid: 204 + components: + - type: Transform + pos: -5.5,9.5 + parent: 410 + - uid: 205 + components: + - type: Transform + pos: -6.5,9.5 + parent: 410 + - uid: 206 + components: + - type: Transform + pos: -6.5,8.5 + parent: 410 + - uid: 207 + components: + - type: Transform + pos: -6.5,7.5 + parent: 410 + - uid: 208 + components: + - type: Transform + pos: -6.5,6.5 + parent: 410 + - uid: 209 + components: + - type: Transform + pos: -2.5,10.5 + parent: 410 + - uid: 210 + components: + - type: Transform + pos: -2.5,11.5 + parent: 410 + - uid: 211 + components: + - type: Transform + pos: -2.5,12.5 + parent: 410 + - uid: 212 + components: + - type: Transform + pos: -2.5,13.5 + parent: 410 + - uid: 213 + components: + - type: Transform + pos: -3.5,11.5 + parent: 410 + - uid: 214 + components: + - type: Transform + pos: -4.5,11.5 + parent: 410 + - uid: 215 + components: + - type: Transform + pos: -5.5,11.5 + parent: 410 + - uid: 216 + components: + - type: Transform + pos: -1.5,11.5 + parent: 410 + - uid: 217 + components: + - type: Transform + pos: -0.5,11.5 + parent: 410 + - uid: 218 + components: + - type: Transform + pos: 0.5,11.5 + parent: 410 + - uid: 219 + components: + - type: Transform + pos: -2.5,14.5 + parent: 410 + - uid: 220 + components: + - type: Transform + pos: -1.5,14.5 + parent: 410 + - uid: 221 + components: + - type: Transform + pos: -0.5,14.5 + parent: 410 + - uid: 222 + components: + - type: Transform + pos: 0.5,14.5 + parent: 410 + - uid: 223 + components: + - type: Transform + pos: 0.5,13.5 + parent: 410 + - uid: 224 + components: + - type: Transform + pos: 1.5,13.5 + parent: 410 + - uid: 225 + components: + - type: Transform + pos: 1.5,12.5 + parent: 410 + - uid: 226 + components: + - type: Transform + pos: -3.5,14.5 + parent: 410 + - uid: 227 + components: + - type: Transform + pos: -4.5,14.5 + parent: 410 + - uid: 228 + components: + - type: Transform + pos: -5.5,14.5 + parent: 410 + - uid: 229 + components: + - type: Transform + pos: -5.5,13.5 + parent: 410 + - uid: 230 + components: + - type: Transform + pos: -6.5,13.5 + parent: 410 + - uid: 231 + components: + - type: Transform + pos: -6.5,12.5 + parent: 410 +- proto: CableHV + entities: + - uid: 118 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 410 + - uid: 119 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 410 + - uid: 120 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 410 + - uid: 121 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 410 + - uid: 234 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 410 + - uid: 235 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 410 + - uid: 236 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 410 + - uid: 237 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 410 + - uid: 241 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 410 +- proto: CableMV + entities: + - uid: 83 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 410 + - uid: 87 + components: + - type: Transform + pos: -3.5,0.5 + parent: 410 + - uid: 90 + components: + - type: Transform + pos: -1.5,8.5 + parent: 410 + - uid: 91 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 410 + - uid: 128 + components: + - type: Transform + pos: -2.5,4.5 + parent: 410 + - uid: 129 + components: + - type: Transform + pos: -2.5,3.5 + parent: 410 + - uid: 130 + components: + - type: Transform + pos: -2.5,2.5 + parent: 410 + - uid: 131 + components: + - type: Transform + pos: -2.5,1.5 + parent: 410 + - uid: 132 + components: + - type: Transform + pos: -3.5,1.5 + parent: 410 + - uid: 174 + components: + - type: Transform + pos: -2.5,6.5 + parent: 410 + - uid: 183 + components: + - type: Transform + pos: -2.5,5.5 + parent: 410 + - uid: 191 + components: + - type: Transform + pos: -2.5,8.5 + parent: 410 + - uid: 195 + components: + - type: Transform + pos: -2.5,7.5 + parent: 410 +- proto: CableTerminal + entities: + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 410 +- proto: Catwalk + entities: + - uid: 406 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 410 + - uid: 407 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 410 +- proto: ChairOfficeLight + entities: + - uid: 350 + components: + - type: Transform + pos: -3.5,6.5 + parent: 410 +- proto: ChairPilotSeat + entities: + - uid: 287 + components: + - type: Transform + pos: -1.5,3.5 + parent: 410 + - uid: 288 + components: + - type: Transform + pos: -0.5,3.5 + parent: 410 + - uid: 289 + components: + - type: Transform + pos: -4.5,3.5 + parent: 410 + - uid: 290 + components: + - type: Transform + pos: -3.5,3.5 + parent: 410 + - uid: 323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 410 + - uid: 324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 410 + - uid: 325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 410 + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 410 + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 410 + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 410 + - uid: 329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 410 + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,5.5 + parent: 410 + - uid: 331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 410 + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,7.5 + parent: 410 + - uid: 333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 410 + - uid: 334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 410 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,2.5 + parent: 410 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,3.5 + parent: 410 + - uid: 337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 410 + - uid: 338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 410 + - uid: 339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 410 + - uid: 340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,1.5 + parent: 410 + - uid: 341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 410 + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,3.5 + parent: 410 + - uid: 366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 410 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,11.5 + parent: 410 + - uid: 376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 410 + - uid: 377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,11.5 + parent: 410 + - uid: 378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,12.5 + parent: 410 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 321 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 410 + - uid: 322 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 410 + - uid: 345 + components: + - type: Transform + pos: -5.5,8.5 + parent: 410 + - uid: 346 + components: + - type: Transform + pos: 0.5,8.5 + parent: 410 +- proto: ClosetFireFilled + entities: + - uid: 347 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 410 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 408 + components: + - type: Transform + pos: -6.5,10.5 + parent: 410 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 409 + components: + - type: Transform + pos: 1.5,10.5 + parent: 410 +- proto: ClothingHeadHatWelding + entities: + - uid: 306 + components: + - type: Transform + pos: -3.5006084,-1.3794107 + parent: 410 + - type: Physics + canCollide: False +- proto: ComputerComms + entities: + - uid: 368 + components: + - type: Transform + pos: -3.5,13.5 + parent: 410 +- proto: ComputerEmergencyShuttle + entities: + - uid: 354 + components: + - type: Transform + pos: -2.5,13.5 + parent: 410 +- proto: ComputerRadar + entities: + - uid: 367 + components: + - type: Transform + pos: -1.5,13.5 + parent: 410 +- proto: EmergencyLight + entities: + - uid: 391 + components: + - type: Transform + pos: -1.5,3.5 + parent: 410 + - type: PointLight + enabled: True + - uid: 392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,9.5 + parent: 410 + - type: PointLight + enabled: True +- proto: ExtinguisherCabinetFilled + entities: + - uid: 362 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 410 + - uid: 363 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 410 + - uid: 364 + components: + - type: Transform + pos: -0.5,8.5 + parent: 410 + - uid: 365 + components: + - type: Transform + pos: -4.5,8.5 + parent: 410 +- proto: FirelockGlass + entities: + - uid: 279 + components: + - type: Transform + pos: -5.5,0.5 + parent: 410 + - uid: 280 + components: + - type: Transform + pos: -6.5,0.5 + parent: 410 + - uid: 281 + components: + - type: Transform + pos: 1.5,0.5 + parent: 410 + - uid: 282 + components: + - type: Transform + pos: 0.5,0.5 + parent: 410 + - uid: 283 + components: + - type: Transform + pos: 1.5,4.5 + parent: 410 + - uid: 284 + components: + - type: Transform + pos: 0.5,4.5 + parent: 410 + - uid: 285 + components: + - type: Transform + pos: -5.5,4.5 + parent: 410 + - uid: 286 + components: + - type: Transform + pos: -6.5,4.5 + parent: 410 + - uid: 403 + components: + - type: Transform + pos: -4.5,9.5 + parent: 410 + - uid: 404 + components: + - type: Transform + pos: -0.5,9.5 + parent: 410 +- proto: GasOutletInjector + entities: + - uid: 70 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 +- proto: GasPassiveVent + entities: + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 +- proto: GasPipeBend + entities: + - uid: 291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 410 + - uid: 298 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 410 +- proto: GasPipeFourway + entities: + - uid: 250 + components: + - type: Transform + pos: -2.5,2.5 + parent: 410 +- proto: GasPipeStraight + entities: + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 410 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 410 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,5.5 + parent: 410 + - uid: 255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 410 + - uid: 256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,4.5 + parent: 410 + - uid: 257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 410 + - uid: 258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 410 + - uid: 259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,0.5 + parent: 410 + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 410 + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 410 + - uid: 262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,0.5 + parent: 410 + - uid: 263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 410 + - uid: 264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 410 + - uid: 265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,2.5 + parent: 410 + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,2.5 + parent: 410 + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,2.5 + parent: 410 + - uid: 268 + components: + - type: Transform + pos: -2.5,1.5 + parent: 410 + - uid: 269 + components: + - type: Transform + pos: -2.5,0.5 + parent: 410 + - uid: 271 + components: + - type: Transform + pos: -2.5,3.5 + parent: 410 + - uid: 272 + components: + - type: Transform + pos: -2.5,4.5 + parent: 410 + - uid: 273 + components: + - type: Transform + pos: -2.5,5.5 + parent: 410 + - uid: 274 + components: + - type: Transform + pos: -2.5,7.5 + parent: 410 + - uid: 275 + components: + - type: Transform + pos: -2.5,8.5 + parent: 410 + - uid: 276 + components: + - type: Transform + pos: -2.5,9.5 + parent: 410 + - uid: 277 + components: + - type: Transform + pos: -2.5,10.5 + parent: 410 + - uid: 278 + components: + - type: Transform + pos: -2.5,11.5 + parent: 410 +- proto: GasPipeTJunction + entities: + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,2.5 + parent: 410 + - uid: 249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,2.5 + parent: 410 + - uid: 251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,6.5 + parent: 410 +- proto: GasPort + entities: + - uid: 122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 +- proto: GasVentPump + entities: + - uid: 242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 + - uid: 243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-1.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 + - uid: 244 + components: + - type: Transform + pos: 0.5,6.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 + - uid: 245 + components: + - type: Transform + pos: -5.5,6.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 + - uid: 246 + components: + - type: Transform + pos: -2.5,12.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 + - uid: 247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,6.5 + parent: 410 + - type: AtmosDevice + joinedGrid: 410 +- proto: GeneratorBasic15kW + entities: + - uid: 239 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 410 + - uid: 240 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 410 +- proto: GeneratorWallmountAPU + entities: + - uid: 238 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 410 +- proto: GravityGeneratorMini + entities: + - uid: 299 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 410 +- proto: Grille + entities: + - uid: 101 + components: + - type: Transform + pos: 2.5,3.5 + parent: 410 + - uid: 124 + components: + - type: Transform + pos: -0.5,7.5 + parent: 410 + - uid: 125 + components: + - type: Transform + pos: -0.5,6.5 + parent: 410 + - uid: 126 + components: + - type: Transform + pos: -0.5,5.5 + parent: 410 + - uid: 127 + components: + - type: Transform + pos: -4.5,7.5 + parent: 410 + - uid: 155 + components: + - type: Transform + pos: 2.5,1.5 + parent: 410 + - uid: 156 + components: + - type: Transform + pos: -6.5,12.5 + parent: 410 + - uid: 157 + components: + - type: Transform + pos: -6.5,13.5 + parent: 410 + - uid: 158 + components: + - type: Transform + pos: -5.5,13.5 + parent: 410 + - uid: 159 + components: + - type: Transform + pos: -5.5,14.5 + parent: 410 + - uid: 160 + components: + - type: Transform + pos: -4.5,14.5 + parent: 410 + - uid: 161 + components: + - type: Transform + pos: -3.5,14.5 + parent: 410 + - uid: 162 + components: + - type: Transform + pos: -2.5,14.5 + parent: 410 + - uid: 163 + components: + - type: Transform + pos: -1.5,14.5 + parent: 410 + - uid: 164 + components: + - type: Transform + pos: -0.5,14.5 + parent: 410 + - uid: 165 + components: + - type: Transform + pos: 0.5,14.5 + parent: 410 + - uid: 166 + components: + - type: Transform + pos: 0.5,13.5 + parent: 410 + - uid: 167 + components: + - type: Transform + pos: 1.5,13.5 + parent: 410 + - uid: 168 + components: + - type: Transform + pos: 1.5,12.5 + parent: 410 + - uid: 169 + components: + - type: Transform + pos: 2.5,2.5 + parent: 410 + - uid: 171 + components: + - type: Transform + pos: -7.5,1.5 + parent: 410 + - uid: 172 + components: + - type: Transform + pos: -7.5,2.5 + parent: 410 + - uid: 173 + components: + - type: Transform + pos: -7.5,3.5 + parent: 410 + - uid: 189 + components: + - type: Transform + pos: -4.5,6.5 + parent: 410 + - uid: 190 + components: + - type: Transform + pos: -4.5,5.5 + parent: 410 + - uid: 312 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 410 + - uid: 314 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 410 + - uid: 359 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 410 + - uid: 360 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 410 +- proto: Gyroscope + entities: + - uid: 308 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 410 + - uid: 309 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 410 +- proto: HolofanProjector + entities: + - uid: 303 + components: + - type: Transform + pos: -1.5318584,-0.42628574 + parent: 410 + - type: Physics + canCollide: False +- proto: InflatableWallStack + entities: + - uid: 304 + components: + - type: Transform + pos: -1.3756084,-0.34816074 + parent: 410 + - type: Physics + canCollide: False +- proto: LockerMedicineFilled + entities: + - uid: 348 + components: + - type: Transform + pos: -3.5,7.5 + parent: 410 +- proto: MedicalBed + entities: + - uid: 317 + components: + - type: Transform + pos: -1.5,6.5 + parent: 410 + - uid: 318 + components: + - type: Transform + pos: -1.5,5.5 + parent: 410 +- proto: MedkitFilled + entities: + - uid: 351 + components: + - type: Transform + pos: -3.5306323,5.678626 + parent: 410 + - type: Physics + canCollide: False +- proto: MedkitOxygenFilled + entities: + - uid: 352 + components: + - type: Transform + pos: -3.4212573,5.444251 + parent: 410 + - type: Physics + canCollide: False +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 88 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 410 + - uid: 295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 410 + - uid: 296 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 410 + - uid: 297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 410 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 380 + components: + - type: Transform + pos: -7.5,9.5 + parent: 410 + - uid: 381 + components: + - type: Transform + pos: 2.5,9.5 + parent: 410 +- proto: Poweredlight + entities: + - uid: 382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 383 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,6.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 388 + components: + - type: Transform + pos: -1.5,7.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 390 + components: + - type: Transform + pos: -1.5,9.5 + parent: 410 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Screen + entities: + - uid: 411 + components: + - type: Transform + pos: -1.5,0.5 + parent: 410 + - uid: 412 + components: + - type: Transform + pos: -1.5,10.5 + parent: 410 +- proto: ShuttleWindow + entities: + - uid: 21 + components: + - type: Transform + pos: 2.5,3.5 + parent: 410 + - uid: 22 + components: + - type: Transform + pos: 1.5,13.5 + parent: 410 + - uid: 23 + components: + - type: Transform + pos: 0.5,13.5 + parent: 410 + - uid: 24 + components: + - type: Transform + pos: 0.5,14.5 + parent: 410 + - uid: 25 + components: + - type: Transform + pos: -0.5,14.5 + parent: 410 + - uid: 26 + components: + - type: Transform + pos: -1.5,14.5 + parent: 410 + - uid: 27 + components: + - type: Transform + pos: -4.5,14.5 + parent: 410 + - uid: 28 + components: + - type: Transform + pos: -5.5,14.5 + parent: 410 + - uid: 29 + components: + - type: Transform + pos: -5.5,13.5 + parent: 410 + - uid: 30 + components: + - type: Transform + pos: -6.5,13.5 + parent: 410 + - uid: 31 + components: + - type: Transform + pos: -6.5,12.5 + parent: 410 + - uid: 32 + components: + - type: Transform + pos: -3.5,14.5 + parent: 410 + - uid: 33 + components: + - type: Transform + pos: -2.5,14.5 + parent: 410 + - uid: 50 + components: + - type: Transform + pos: 1.5,12.5 + parent: 410 + - uid: 54 + components: + - type: Transform + pos: 2.5,1.5 + parent: 410 + - uid: 56 + components: + - type: Transform + pos: 2.5,2.5 + parent: 410 + - uid: 60 + components: + - type: Transform + pos: -0.5,7.5 + parent: 410 + - uid: 62 + components: + - type: Transform + pos: -0.5,6.5 + parent: 410 + - uid: 78 + components: + - type: Transform + pos: -0.5,5.5 + parent: 410 + - uid: 102 + components: + - type: Transform + pos: -4.5,7.5 + parent: 410 + - uid: 146 + components: + - type: Transform + pos: -4.5,5.5 + parent: 410 + - uid: 147 + components: + - type: Transform + pos: -7.5,1.5 + parent: 410 + - uid: 149 + components: + - type: Transform + pos: -4.5,6.5 + parent: 410 + - uid: 197 + components: + - type: Transform + pos: -7.5,2.5 + parent: 410 + - uid: 198 + components: + - type: Transform + pos: -7.5,3.5 + parent: 410 + - uid: 310 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 410 + - uid: 311 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 410 +- proto: SMESBasic + entities: + - uid: 63 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 410 +- proto: StasisBed + entities: + - uid: 316 + components: + - type: Transform + pos: -1.5,7.5 + parent: 410 +- proto: SubstationWallBasic + entities: + - uid: 1 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 410 +- proto: Table + entities: + - uid: 301 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 410 + - uid: 302 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 410 +- proto: TableGlass + entities: + - uid: 349 + components: + - type: Transform + pos: -3.5,5.5 + parent: 410 +- proto: TableReinforced + entities: + - uid: 369 + components: + - type: Transform + pos: -4.5,13.5 + parent: 410 + - uid: 370 + components: + - type: Transform + pos: -0.5,13.5 + parent: 410 + - uid: 371 + components: + - type: Transform + pos: 0.5,12.5 + parent: 410 + - uid: 372 + components: + - type: Transform + pos: 0.5,11.5 + parent: 410 + - uid: 373 + components: + - type: Transform + pos: -5.5,11.5 + parent: 410 + - uid: 374 + components: + - type: Transform + pos: -5.5,12.5 + parent: 410 +- proto: Thruster + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 410 + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 410 + - uid: 72 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 410 + - uid: 89 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,11.5 + parent: 410 + - uid: 135 + components: + - type: Transform + pos: -7.5,12.5 + parent: 410 + - uid: 175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 410 + - uid: 181 + components: + - type: Transform + pos: 2.5,12.5 + parent: 410 + - uid: 292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 410 +- proto: ToolboxElectricalFilled + entities: + - uid: 344 + components: + - type: Transform + pos: -3.4993823,-1.5213687 + parent: 410 + - type: Physics + canCollide: False +- proto: ToolboxEmergencyFilled + entities: + - uid: 379 + components: + - type: Transform + pos: -6.515904,9.4287615 + parent: 410 + - type: Physics + canCollide: False + - uid: 393 + components: + - type: Transform + pos: 1.494039,-2.6272569 + parent: 410 + - type: Physics + canCollide: False +- proto: VendingMachineWallMedical + entities: + - uid: 361 + components: + - type: Transform + pos: -3.5,4.5 + parent: 410 +- proto: WallShuttle + entities: + - uid: 3 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 410 + - uid: 5 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 410 + - uid: 7 + components: + - type: Transform + pos: -7.5,0.5 + parent: 410 + - uid: 8 + components: + - type: Transform + pos: -4.5,0.5 + parent: 410 + - uid: 9 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 410 + - uid: 10 + components: + - type: Transform + pos: 2.5,4.5 + parent: 410 + - uid: 11 + components: + - type: Transform + pos: -7.5,4.5 + parent: 410 + - uid: 13 + components: + - type: Transform + pos: -7.5,6.5 + parent: 410 + - uid: 15 + components: + - type: Transform + pos: -7.5,8.5 + parent: 410 + - uid: 16 + components: + - type: Transform + pos: -7.5,9.5 + parent: 410 + - uid: 17 + components: + - type: Transform + pos: -7.5,10.5 + parent: 410 + - uid: 18 + components: + - type: Transform + pos: -6.5,10.5 + parent: 410 + - uid: 19 + components: + - type: Transform + pos: -6.5,11.5 + parent: 410 + - uid: 20 + components: + - type: Transform + pos: 1.5,11.5 + parent: 410 + - uid: 34 + components: + - type: Transform + pos: 1.5,10.5 + parent: 410 + - uid: 35 + components: + - type: Transform + pos: 0.5,10.5 + parent: 410 + - uid: 36 + components: + - type: Transform + pos: -0.5,10.5 + parent: 410 + - uid: 37 + components: + - type: Transform + pos: -4.5,4.5 + parent: 410 + - uid: 38 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 410 + - uid: 39 + components: + - type: Transform + pos: -4.5,10.5 + parent: 410 + - uid: 40 + components: + - type: Transform + pos: -5.5,10.5 + parent: 410 + - uid: 41 + components: + - type: Transform + pos: 2.5,0.5 + parent: 410 + - uid: 42 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 410 + - uid: 47 + components: + - type: Transform + pos: 2.5,10.5 + parent: 410 + - uid: 48 + components: + - type: Transform + pos: -3.5,0.5 + parent: 410 + - uid: 49 + components: + - type: Transform + pos: -0.5,8.5 + parent: 410 + - uid: 51 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 410 + - uid: 52 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 410 + - uid: 53 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 410 + - uid: 55 + components: + - type: Transform + pos: -0.5,4.5 + parent: 410 + - uid: 58 + components: + - type: Transform + pos: -1.5,8.5 + parent: 410 + - uid: 59 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 410 + - uid: 61 + components: + - type: Transform + pos: -0.5,0.5 + parent: 410 + - uid: 64 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 410 + - uid: 67 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 410 + - uid: 68 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 410 + - uid: 69 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 410 + - uid: 79 + components: + - type: Transform + pos: 2.5,9.5 + parent: 410 + - uid: 80 + components: + - type: Transform + pos: 2.5,6.5 + parent: 410 + - uid: 85 + components: + - type: Transform + pos: -1.5,4.5 + parent: 410 + - uid: 97 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 410 + - uid: 98 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 410 + - uid: 141 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 410 + - uid: 143 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 410 + - uid: 144 + components: + - type: Transform + pos: 2.5,8.5 + parent: 410 + - uid: 148 + components: + - type: Transform + pos: -1.5,10.5 + parent: 410 + - uid: 153 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 410 + - uid: 154 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 410 + - uid: 170 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 410 + - uid: 186 + components: + - type: Transform + pos: -1.5,0.5 + parent: 410 + - uid: 193 + components: + - type: Transform + pos: -3.5,4.5 + parent: 410 + - uid: 196 + components: + - type: Transform + pos: -3.5,10.5 + parent: 410 + - uid: 199 + components: + - type: Transform + pos: -4.5,8.5 + parent: 410 + - uid: 200 + components: + - type: Transform + pos: -3.5,8.5 + parent: 410 + - uid: 293 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 410 + - uid: 294 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 410 + - uid: 315 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 410 +- proto: WeaponCapacitorRecharger + entities: + - uid: 394 + components: + - type: Transform + pos: 0.5,12.5 + parent: 410 + - type: ContainerContainer + containers: + charger-slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + charger_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: Welder + entities: + - uid: 305 + components: + - type: Transform + pos: -3.4381084,-1.3950357 + parent: 410 + - type: Physics + canCollide: False +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 410 +- proto: WindowReinforcedDirectional + entities: + - uid: 65 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 410 + - uid: 66 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 410 + - uid: 123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 410 + - uid: 182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 410 + - uid: 307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-3.5 + parent: 410 + - uid: 355 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 410 + - uid: 356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 410 + - uid: 357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 410 + - uid: 358 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 410 +- proto: Wrench + entities: + - uid: 343 + components: + - type: Transform + pos: -2.5361183,-3.621922 + parent: 410 +... diff --git a/Resources/Maps/Shuttles/infiltrator.yml b/Resources/Maps/Shuttles/infiltrator.yml index c6211b74e44..55955bfeeac 100644 --- a/Resources/Maps/Shuttles/infiltrator.yml +++ b/Resources/Maps/Shuttles/infiltrator.yml @@ -1,5678 +1,5678 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 3: FloorArcadeRed - 31: FloorDark - 36: FloorDarkMono - 40: FloorDarkPlastic - 56: FloorGreenCircuit - 79: FloorReinforced - 88: FloorShuttleRed - 89: FloorShuttleWhite - 93: FloorSteel - 104: FloorSteelMono - 110: FloorTechMaint3 - 122: FloorWood - 125: Lattice - 126: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - name: GX-13 Infiltrator - - type: Transform - pos: 0.64252126,4.1776605 - parent: invalid - - type: Tag - tags: - - Syndicate - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACWAAAAAAAHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACaAAAAAAAWQAAAAAAHwAAAAADHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADWQAAAAAAaAAAAAABWAAAAAAAHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADWAAAAAAAHwAAAAACHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: HwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABWAAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAAAHwAAAAAAegAAAAADegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAWAAAAAAAegAAAAAAAwAAAAAAegAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADWAAAAAAAfgAAAAAAAwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACTwAAAAAAHwAAAAABWAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAWAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAKAAAAAAAKAAAAAAAWAAAAAAAHwAAAAADHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAWAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAABWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: GridAtmosphere - version: 2 - data: - tiles: - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - -1,-1: - 0: 61439 - 0,-4: - 0: 65535 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-4: - 0: 30591 - 1,-3: - 0: 21879 - 1: 512 - 1,-2: - 0: 30325 - 2: 256 - 1,-1: - 0: 55 - 0,-5: - 0: 65535 - 1,-5: - 0: 65399 - -1,-5: - 0: 65535 - -3,-4: - 0: 12 - -2,-4: - 0: 61439 - -2,-2: - 0: 65516 - -2,-1: - 0: 2287 - -2,-3: - 0: 35054 - 1: 1536 - -1,0: - 0: 8 - -3,-5: - 0: 52224 - -2,-8: - 0: 65504 - -2,-7: - 0: 65535 - -2,-6: - 0: 65535 - -2,-5: - 0: 65535 - -1,-8: - 0: 65526 - -1,-7: - 0: 65535 - -1,-6: - 0: 65535 - 0,-8: - 0: 65523 - 0,-7: - 0: 61303 - 3: 4096 - 4: 136 - 0,-6: - 3: 1 - 0: 65534 - 1,-8: - 0: 30512 - 1,-7: - 0: 30549 - 5: 34 - 1,-6: - 0: 30583 - -1,-9: - 0: 26112 - 0,-9: - 0: 13056 - 2,-4: - 0: 1 - 2,-5: - 0: 4352 - 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 - - volume: 2500 - temperature: 293.14996 - moles: - - 20.078888 - - 75.53487 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 20.619795 - - 77.56971 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 6666.982 - - 0 - - 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 - chunkSize: 4 - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 115: -6,-24 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 112: -6,-27 - 113: -6,-26 - 114: -6,-25 - - node: - color: '#79150096' - id: Box - decals: - 110: -6,-21 - 111: -5,-21 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerNe - decals: - 10: 0,-4 - 43: 0,-9 - 51: 4,-20 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerNw - decals: - 11: -2,-4 - 42: -2,-9 - 45: -2,-20 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerSe - decals: - 36: 0,-14 - 50: 4,-22 - 76: 3,-18 - - node: - color: '#DE3A3A96' - id: BrickTileSteelCornerSw - decals: - 37: -2,-14 - 46: -2,-22 - 75: -5,-18 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineE - decals: - 6: 0,-7 - 9: 0,-5 - 32: 0,-11 - 33: 0,-10 - 34: 0,-12 - 35: 0,-13 - 52: 4,-21 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineN - decals: - 12: -1,-4 - 53: 3,-20 - 54: 2,-20 - 55: 1,-20 - 56: 0,-20 - 63: 0,-16 - 64: 1,-16 - 65: 2,-16 - 66: -2,-16 - 67: -3,-16 - 68: -4,-16 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineS - decals: - 47: 0,-22 - 48: 1,-22 - 49: 2,-22 - 69: 2,-18 - 70: 1,-18 - 71: 0,-18 - 72: -2,-18 - 73: -3,-18 - 74: -4,-18 - - node: - color: '#DE3A3A96' - id: BrickTileSteelLineW - decals: - 7: -2,-7 - 8: -2,-5 - 38: -2,-13 - 39: -2,-12 - 40: -2,-11 - 41: -2,-10 - - node: - color: '#79150096' - id: BrickTileWhiteCornerNe - decals: - 104: -5,-22 - - node: - color: '#79150096' - id: BrickTileWhiteCornerNw - decals: - 103: -7,-22 - - node: - color: '#79150096' - id: BrickTileWhiteCornerSe - decals: - 105: -5,-24 - - node: - color: '#79150096' - id: BrickTileWhiteCornerSw - decals: - 106: -7,-24 - - node: - color: '#79150096' - id: BrickTileWhiteLineE - decals: - 102: -5,-23 - - node: - color: '#79150096' - id: BrickTileWhiteLineN - decals: - 109: -6,-22 - - node: - color: '#79150096' - id: BrickTileWhiteLineS - decals: - 107: -6,-24 - - node: - color: '#79150096' - id: BrickTileWhiteLineW - decals: - 108: -7,-23 - - node: - color: '#79150096' - id: Delivery - decals: - 116: -1,-23 - - node: - color: '#DE3A3A96' - id: DeliveryGreyscale - decals: - 13: 1,-6 - 31: -3,-6 - 83: -1,-19 - 84: -3,-21 - 85: -1,-15 - 86: 4,-17 - 87: -6,-17 - 88: -5,-15 - 89: 3,-15 - 90: -1,-8 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - decals: - 29: -4,-7 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - decals: - 25: -4,-4 - 26: -5,-4 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - decals: - 27: -6,-6 - 28: -6,-5 - - node: - color: '#DE3A3A96' - id: MonoOverlay - decals: - 23: -5,-6 - 24: -4,-5 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNE - decals: - 81: 3,-16 - - node: - color: '#DE3A3A96' - id: WarnCornerGreyscaleNW - decals: - 80: -5,-16 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNE - decals: - 99: -7,-24 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNW - decals: - 98: -5,-24 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 97: -7,-22 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 101: -5,-22 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 3: -4,-23 - 4: -4,-24 - 5: -4,-25 - 95: -7,-23 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleE - decals: - 78: 3,-17 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleN - decals: - 44: -1,-9 - 59: -1,-20 - 82: -1,-16 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleS - decals: - 57: -1,-22 - 60: 3,-22 - 77: -1,-18 - - node: - color: '#DE3A3A96' - id: WarnLineGreyscaleW - decals: - 58: -2,-21 - 79: -5,-17 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 91: -5,-28 - 92: -6,-28 - 93: -7,-28 - 100: -6,-22 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 94: -5,-23 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 96: -6,-24 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 0: -4,-22 - 1: -4,-21 - 2: -4,-20 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinEndN - decals: - 62: 3,-4 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinEndS - decals: - 61: 3,-5 - - node: - color: '#FFFFFFFF' - id: syndlogo10 - decals: - 20: -2,-7 - - node: - color: '#FFFFFFFF' - id: syndlogo11 - decals: - 21: -1,-7 - - node: - color: '#FFFFFFFF' - id: syndlogo12 - decals: - 22: 0,-7 - - node: - color: '#FFFFFFFF' - id: syndlogo2 - decals: - 14: -2,-5 - - node: - color: '#FFFFFFFF' - id: syndlogo3 - decals: - 15: -1,-5 - - node: - color: '#FFFFFFFF' - id: syndlogo4 - decals: - 16: 0,-5 - - node: - color: '#FFFFFFFF' - id: syndlogo5 - decals: - 30: -3,-6 - - node: - color: '#FFFFFFFF' - id: syndlogo6 - decals: - 17: -2,-6 - - node: - color: '#FFFFFFFF' - id: syndlogo7 - decals: - 18: -1,-6 - - node: - color: '#FFFFFFFF' - id: syndlogo8 - decals: - 19: 0,-6 - - type: IFF - color: '#FFC000FF' - flags: Hide - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockExternalGlassShuttleSyndicateLocked - entities: - - uid: 8 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 13 - - type: DeviceLinkSource - linkedPorts: - 13: - - DoorStatus: Close - - uid: 10 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 3 - - type: DeviceLinkSource - linkedPorts: - 3: - - DoorStatus: Close -- proto: AirlockExternalSyndicateLocked - entities: - - uid: 2 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1 - - type: DeviceLinkSink - links: - - 14 - - type: DeviceLinkSource - linkedPorts: - 14: - - DoorStatus: DoorBolt - - uid: 3 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 10 - - type: DeviceLinkSource - linkedPorts: - 10: - - DoorStatus: Close - - uid: 7 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 1 - - type: DeviceLinkSink - links: - - 12 - - type: DeviceLinkSource - linkedPorts: - 12: - - DoorStatus: DoorBolt - - uid: 9 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1 - - type: DeviceLinkSink - links: - - 22 - - type: DeviceLinkSource - linkedPorts: - 22: - - DoorStatus: DoorBolt - - uid: 12 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1 - - type: DeviceLinkSink - links: - - 7 - - type: DeviceLinkSource - linkedPorts: - 7: - - DoorStatus: DoorBolt - - uid: 13 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 1 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 8 - - type: DeviceLinkSource - linkedPorts: - 8: - - DoorStatus: Close - - uid: 14 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 1 - - type: DeviceLinkSink - links: - - 2 - - type: DeviceLinkSource - linkedPorts: - 2: - - DoorStatus: DoorBolt - - uid: 22 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1 - - type: DeviceLinkSink - links: - - 9 - - type: DeviceLinkSource - linkedPorts: - 9: - - DoorStatus: DoorBolt -- proto: AirlockSyndicateGlassLocked - entities: - - uid: 4 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 5 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1 - - uid: 6 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - uid: 17 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1 -- proto: AirlockSyndicateLocked - entities: - - uid: 15 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - uid: 16 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 -- proto: APCBasic - entities: - - uid: 18 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 19 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 1 -- proto: AtmosFixNitrogenMarker - entities: - - uid: 25 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 1 - - uid: 26 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 1 -- proto: AtmosFixOxygenMarker - entities: - - uid: 27 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 1 -- proto: BannerSyndicate - entities: - - uid: 29 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 1 - - uid: 30 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 1 -- proto: Bed - entities: - - uid: 31 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 -- proto: BedsheetSyndie - entities: - - uid: 32 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 -- proto: BoxEncryptionKeySyndie - entities: - - uid: 34 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: BoxFlashbang - entities: - - uid: 42 - components: - - type: Transform - pos: 0.49331844,-13.366474 - parent: 1 -- proto: BoxHandcuff - entities: - - uid: 43 - components: - - type: Transform - pos: 1.4510483,-2.399527 - parent: 1 -- proto: Brutepack - entities: - - uid: 44 - components: - - type: Transform - pos: -3.292087,-4.1600046 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: -3.354587,-4.4256296 - parent: 1 -- proto: C4 - entities: - - uid: 46 - components: - - type: Transform - pos: 1.7857682,-12.631323 - parent: 1 - - uid: 47 - components: - - type: Transform - pos: 1.5045182,-12.646948 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: 1.5982682,-12.646948 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: 1.4107682,-12.646948 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: 1.6920182,-12.631323 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 51 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 1 - - uid: 55 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 1 - - uid: 57 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 1 - - uid: 62 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 1 - - uid: 63 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 72 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 1 - - uid: 73 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 1 - - uid: 74 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 1 - - uid: 78 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 1 - - uid: 79 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 1 - - uid: 80 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 81 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 1 - - uid: 82 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 1 - - uid: 83 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1 - - uid: 84 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 1 - - uid: 85 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 86 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 87 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 1 - - uid: 90 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - uid: 92 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - uid: 94 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - uid: 95 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 96 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 97 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 98 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 99 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - uid: 100 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 1 - - uid: 101 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 1 - - uid: 102 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 103 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 104 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 105 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 106 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 107 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1 - - uid: 109 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - uid: 110 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 111 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 112 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 113 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 114 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 115 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 - - uid: 117 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 118 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 119 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 1 - - uid: 120 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 1 - - uid: 121 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 1 - - uid: 122 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 123 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 1 - - uid: 126 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - uid: 127 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 1 - - uid: 128 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 129 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1 - - uid: 130 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1 - - uid: 131 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1 - - uid: 132 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1 - - uid: 133 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1 - - uid: 134 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1 - - uid: 135 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1 - - uid: 136 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1 - - uid: 137 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 1 - - uid: 138 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 1 - - uid: 139 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 1 - - uid: 140 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 1 - - uid: 141 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 1 - - uid: 143 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 1 - - uid: 145 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 146 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 1 - - uid: 149 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 1 - - uid: 150 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 1 - - uid: 151 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1 - - uid: 152 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1 - - uid: 153 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 1 - - uid: 155 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1 - - uid: 156 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1 - - uid: 158 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 1 - - uid: 159 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1 - - uid: 160 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1 - - uid: 161 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1 - - uid: 162 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 1 - - uid: 163 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 1 - - uid: 165 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 1 - - uid: 166 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 1 - - uid: 167 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 1 - - uid: 169 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 1 - - uid: 170 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 171 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 172 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 - - uid: 173 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 1 - - uid: 174 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 1 - - uid: 176 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 1 - - uid: 177 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 1 - - uid: 179 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 1 - - uid: 180 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 1 - - uid: 181 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 1 - - uid: 183 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 1 - - uid: 184 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 1 - - uid: 185 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 1 - - uid: 186 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 1 - - uid: 187 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 1 - - uid: 188 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 1 - - uid: 189 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 1 - - uid: 190 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 1 - - uid: 191 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 1 - - uid: 192 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 1 - - uid: 193 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 1 - - uid: 194 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 1 - - uid: 195 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 1 - - uid: 196 - components: - - type: Transform - pos: 5.5,-29.5 - parent: 1 -- proto: CableHV - entities: - - uid: 197 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1 - - uid: 198 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1 - - uid: 199 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 1 - - uid: 200 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 1 - - uid: 201 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 1 - - uid: 202 - components: - - type: Transform - pos: -5.5,-23.5 - parent: 1 - - uid: 203 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 1 - - uid: 204 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 1 - - uid: 205 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 1 - - uid: 206 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 1 - - uid: 207 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 1 - - uid: 208 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 209 - components: - - type: Transform - pos: -5.5,-21.5 - parent: 1 - - uid: 210 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 1 - - uid: 212 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 1 - - uid: 213 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1 - - uid: 217 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1 - - uid: 218 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1 - - uid: 219 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1 - - uid: 220 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 1 - - uid: 222 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 223 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1 - - uid: 224 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1 -- proto: CableMV - entities: - - uid: 225 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 - - uid: 226 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 227 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 1 - - uid: 228 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 1 - - uid: 229 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 1 - - uid: 230 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 231 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 - - uid: 232 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - uid: 233 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - uid: 234 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 235 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 236 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 237 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 238 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - uid: 239 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - uid: 240 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 1 - - uid: 241 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1 - - uid: 242 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1 - - uid: 243 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1 - - uid: 244 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1 - - uid: 245 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1 - - uid: 246 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1 - - uid: 247 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1 - - uid: 248 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 1 - - uid: 249 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 1 - - uid: 250 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 -- proto: CableTerminal - entities: - - uid: 251 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-20.5 - parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} - - uid: 252 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-20.5 - parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: Carpet - entities: - - uid: 253 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1 - - uid: 254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 1 -- proto: Catwalk - entities: - - uid: 255 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 1 - - uid: 256 - components: - - type: Transform - pos: -2.5,-28.5 - parent: 1 - - uid: 257 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 1 - - uid: 258 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1 - - uid: 259 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 1 - - uid: 260 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 1 - - uid: 261 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 262 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 1 - - uid: 263 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 1 - - uid: 264 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1 - - uid: 265 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 1 - - uid: 266 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 1 - - uid: 267 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 1 - - uid: 268 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 1 - - uid: 269 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1 - - uid: 270 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 1 - - uid: 271 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1 - - uid: 272 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1 - - uid: 273 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 1 - - uid: 274 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 275 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 1 - - uid: 276 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1 - - uid: 277 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 1 - - uid: 278 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 1 - - uid: 279 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 1 - - uid: 280 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 1 - - uid: 281 - components: - - type: Transform - pos: -2.5,-29.5 - parent: 1 - - uid: 282 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 1 - - uid: 283 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1 - - uid: 284 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 1 - - uid: 285 - components: - - type: Transform - pos: 1.5,-28.5 - parent: 1 - - uid: 286 - components: - - type: Transform - pos: 1.5,-29.5 - parent: 1 - - uid: 287 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 1 - - uid: 288 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 1 - - uid: 289 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 1 - - uid: 290 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 1 - - uid: 291 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 1 - - uid: 292 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1 - - uid: 293 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 1 - - uid: 294 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 1 - - uid: 295 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 296 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 297 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 -- proto: Chair - entities: - - uid: 298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-21.5 - parent: 1 - - uid: 299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-21.5 - parent: 1 -- proto: ChairOfficeDark - entities: - - uid: 300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-3.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-21.5 - parent: 1 - - uid: 302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-8.5 - parent: 1 - - uid: 303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 1 - - uid: 304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-10.5 - parent: 1 - - uid: 305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-8.5 - parent: 1 - - uid: 306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-10.5 - parent: 1 - - uid: 307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-9.5 - parent: 1 - - uid: 308 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 1 - - uid: 309 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 1 - - uid: 310 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 1 - - uid: 311 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 1 - - uid: 312 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-3.5 - parent: 1 -- proto: CigPackSyndicate - entities: - - uid: 313 - components: - - type: Transform - pos: -3.5658307,-17.516623 - parent: 1 -- proto: ClothingBackpackDuffelSyndicateFilledMedical - entities: - - uid: 314 - components: - - type: Transform - pos: -3.5044222,-6.293252 - parent: 1 -- proto: ClothingHeadHatSyndie - entities: - - uid: 315 - components: - - type: Transform - pos: -3.1200604,-17.289778 - parent: 1 -- proto: ClothingHeadHatSyndieMAA - entities: - - uid: 35 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadPyjamaSyndicateRed - entities: - - uid: 36 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingHeadsetAltSyndicate - entities: - - uid: 316 - components: - - type: Transform - pos: 1.3157192,-13.513277 - parent: 1 -- proto: ClothingMaskGasSyndicate - entities: - - uid: 317 - components: - - type: Transform - pos: 0.94071925,-13.482027 - parent: 1 -- proto: ClothingNeckMantleHOS - entities: - - uid: 37 - components: - - type: MetaData - desc: Looted from a fallen enemy, the commander earned this in battle. - name: commander mantle - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingOuterCoatSyndieCap - entities: - - uid: 38 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtSyndieFormalDress - entities: - - uid: 39 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitPyjamaSyndicateRed - entities: - - uid: 40 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitSyndieFormal - entities: - - uid: 41 - components: - - type: Transform - parent: 33 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ComfyChair - entities: - - uid: 318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 1 -- proto: computerBodyScanner - entities: - - uid: 319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-5.5 - parent: 1 -- proto: ComputerIFFSyndicate - entities: - - uid: 320 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 1 -- proto: ComputerPowerMonitoring - entities: - - uid: 321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 1 -- proto: ComputerRadar - entities: - - uid: 322 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 -- proto: ComputerShuttleSyndie - entities: - - uid: 323 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 -- proto: CrowbarRed - entities: - - uid: 324 - components: - - type: Transform - pos: -3.492848,-22.485775 - parent: 1 -- proto: DisposalBend - entities: - - uid: 325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 1 -- proto: DisposalJunction - entities: - - uid: 326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-19.5 - parent: 1 -- proto: DisposalPipe - entities: - - uid: 327 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 1 - - uid: 328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-19.5 - parent: 1 - - uid: 329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-19.5 - parent: 1 - - uid: 330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-19.5 - parent: 1 - - uid: 331 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-19.5 - parent: 1 - - uid: 332 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-19.5 - parent: 1 - - uid: 333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-19.5 - parent: 1 - - uid: 334 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - uid: 335 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - uid: 336 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - uid: 337 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - uid: 338 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - uid: 339 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - uid: 340 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - uid: 341 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1 - - uid: 342 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - uid: 343 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - uid: 344 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - uid: 345 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 -- proto: DisposalTrunk - entities: - - uid: 346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 1 - - uid: 347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 1 - - uid: 348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 1 -- proto: DisposalUnit - entities: - - uid: 349 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1 - - uid: 350 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 1 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 351 - components: - - type: Transform - pos: -1.6924903,-23.407444 - parent: 1 - - uid: 352 - components: - - type: Transform - pos: -1.4112403,-23.458082 - parent: 1 - - uid: 353 - components: - - type: Transform - pos: 5.390987,-17.346693 - parent: 1 - - uid: 354 - components: - - type: Transform - pos: -6.6334953,-17.346693 - parent: 1 -- proto: DrinkGlass - entities: - - uid: 355 - components: - - type: Transform - pos: 2.0779252,-19.21155 - parent: 1 - - uid: 356 - components: - - type: Transform - pos: 2.3123002,-19.21155 - parent: 1 -- proto: DrinkMugDog - entities: - - uid: 357 - components: - - type: Transform - pos: 2.2843437,-19.542192 - parent: 1 -- proto: DrinkMugMetal - entities: - - uid: 358 - components: - - type: Transform - pos: 2.0968437,-19.526567 - parent: 1 -- proto: DrinkMugRed - entities: - - uid: 359 - components: - - type: Transform - pos: 1.9918958,-17.588755 - parent: 1 -- proto: DrinkVacuumFlask - entities: - - uid: 360 - components: - - type: Transform - pos: 5.6435027,-21.180143 - parent: 1 - - uid: 361 - components: - - type: Transform - pos: 5.7372527,-21.398893 - parent: 1 -- proto: ExtendedEmergencyOxygenTankFilled - entities: - - uid: 362 - components: - - type: Transform - pos: -5.678572,-12.319441 - parent: 1 - - uid: 363 - components: - - type: Transform - pos: 4.305803,-12.272566 - parent: 1 -- proto: FireAxeFlaming - entities: - - uid: 23 - components: - - type: Transform - pos: -1.5018963,-3.4569345 - parent: 1 -- proto: FoodBoxDonkpocketPizza - entities: - - uid: 364 - components: - - type: Transform - pos: 2.7185502,-19.320925 - parent: 1 -- proto: FoodBoxDonut - entities: - - uid: 365 - components: - - type: Transform - pos: 5.5401826,-21.187487 - parent: 1 -- proto: FoodPizzaDonkpocket - entities: - - uid: 366 - components: - - type: Transform - pos: 1.4776825,-21.296862 - parent: 1 -- proto: FoodSnackSyndi - entities: - - uid: 367 - components: - - type: Transform - pos: 1.5361897,-17.367903 - parent: 1 -- proto: GasMinerNitrogen - entities: - - uid: 368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-27.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasMinerOxygen - entities: - - uid: 369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-27.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasMixer - entities: - - uid: 370 - components: - - type: MetaData - name: O2+N2 mixer - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-24.5 - parent: 1 - - type: GasMixer - inletTwoConcentration: 0.78 - inletOneConcentration: 0.22 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPassiveVent - entities: - - uid: 371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-26.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 372 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-26.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 373 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasPipeBend - entities: - - uid: 374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 375 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 1 - - uid: 376 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 379 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 380 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 382 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeFourway - entities: - - uid: 384 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 385 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 386 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 387 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPipeStraight - entities: - - uid: 388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-25.5 - parent: 1 - - uid: 389 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-25.5 - parent: 1 - - uid: 390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-24.5 - parent: 1 - - uid: 391 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 392 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 398 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 399 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 400 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 401 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 402 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 403 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 404 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 405 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 406 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 407 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 408 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 409 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 410 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 411 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 414 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 417 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 1 - - uid: 419 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 421 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-6.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 428 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-16.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-15.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 430 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-14.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-13.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 432 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 433 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 434 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-8.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 437 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-21.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 441 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-5.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 442 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-4.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPipeTJunction - entities: - - uid: 443 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 444 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-12.5 - parent: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasPort - entities: - - uid: 447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-23.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasPressurePump - entities: - - uid: 448 - components: - - type: MetaData - name: waste pump - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-19.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GasVentPump - entities: - - uid: 449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-21.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-23.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-21.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-16.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 455 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#0335FCFF' -- proto: GasVentScrubber - entities: - - uid: 456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-12.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-17.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-20.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 459 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-21.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 461 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - type: AtmosPipeColor - color: '#FF1212FF' -- proto: GeneratorBasic15kW - entities: - - uid: 462 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1 - - uid: 463 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1 - - uid: 464 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1 - - uid: 465 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 1 - - uid: 466 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 1 - - uid: 467 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 1 -- proto: GeneratorWallmountAPU - entities: - - uid: 468 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1 -- proto: GravityGeneratorMini - entities: - - uid: 469 - components: - - type: Transform - pos: -5.5,-22.5 - parent: 1 -- proto: Grille - entities: - - uid: 470 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1 - - uid: 471 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1 - - uid: 472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 1 - - uid: 473 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 474 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 475 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 476 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1 - - uid: 477 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 478 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 479 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 - - uid: 480 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 481 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - - uid: 482 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1 - - uid: 483 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 484 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1 - - uid: 485 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 1 - - uid: 486 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1 - - uid: 487 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 1 - - uid: 488 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 - - uid: 489 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1 - - uid: 490 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 1 - - uid: 491 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 1 - - uid: 492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 1 - - uid: 493 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 -- proto: Gyroscope - entities: - - uid: 494 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1 - - uid: 495 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1 -- proto: HospitalCurtainsOpen - entities: - - uid: 496 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 -- proto: KitchenMicrowave - entities: - - uid: 497 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 1 -- proto: KnifePlastic - entities: - - uid: 498 - components: - - type: Transform - pos: 5.3509636,-21.445768 - parent: 1 -- proto: Lamp - entities: - - uid: 499 - components: - - type: Transform - pos: -1.483297,-2.2444057 - parent: 1 -- proto: LockerSyndicatePersonal - entities: - - uid: 33 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 1 - - 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: - - 37 - - 39 - - 36 - - 40 - - 41 - - 38 - - 35 - - 34 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: MedicalBed - entities: - - uid: 500 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 -- proto: MedkitCombatFilled - entities: - - uid: 501 - components: - - type: Transform - pos: -3.401462,-3.5350046 - parent: 1 - - uid: 502 - components: - - type: Transform - pos: -3.557712,-3.4256296 - parent: 1 -- proto: Mirror - entities: - - uid: 503 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 -- proto: Multitool - entities: - - uid: 504 - components: - - type: Transform - pos: -3.383473,-22.548275 - parent: 1 -- proto: NitrogenTankFilled - entities: - - uid: 505 - components: - - type: Transform - pos: 4.633928,-12.616316 - parent: 1 - - uid: 506 - components: - - type: Transform - pos: -5.397322,-12.569441 - parent: 1 - - uid: 507 - components: - - type: Transform - pos: -6.3522453,-17.549818 - parent: 1 - - uid: 508 - components: - - type: Transform - pos: 5.6633797,-17.565443 - parent: 1 -- proto: NuclearBombUnanchored - entities: - - uid: 509 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 1 -- proto: NukeCodePaper - entities: - - uid: 510 - components: - - type: Transform - pos: -2.5286522,-11.44479 - parent: 1 -- proto: Ointment - entities: - - uid: 511 - components: - - type: Transform - pos: -3.651462,-4.5193796 - parent: 1 - - uid: 512 - components: - - type: Transform - pos: -3.667087,-4.2225046 - parent: 1 -- proto: OperatingTable - entities: - - uid: 513 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 1 -- proto: OxygenCanister - entities: - - uid: 514 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: OxygenTankFilled - entities: - - uid: 515 - components: - - type: Transform - pos: -5.600447,-12.569441 - parent: 1 - - uid: 516 - components: - - type: Transform - pos: 4.399553,-12.522566 - parent: 1 - - uid: 517 - components: - - type: Transform - pos: 5.5227547,-17.440443 - parent: 1 - - uid: 518 - components: - - type: Transform - pos: -6.4928703,-17.440443 - parent: 1 -- proto: PinpointerNuclear - entities: - - uid: 519 - components: - - type: Transform - pos: -2.4942985,-13.37949 - parent: 1 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-4.5 - parent: 1 - - uid: 521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 1 - - uid: 522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-3.5 - parent: 1 -- proto: PlushieNuke - entities: - - uid: 523 - components: - - type: Transform - pos: -2.4227936,-2.3320491 - parent: 1 -- proto: PosterContrabandC20r - entities: - - uid: 524 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1 -- proto: PosterContrabandCC64KAd - entities: - - uid: 525 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1 -- proto: PosterContrabandCybersun600 - entities: - - uid: 526 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 -- proto: PosterContrabandDonk - entities: - - uid: 527 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-18.5 - parent: 1 -- proto: PosterContrabandDonutCorp - entities: - - uid: 528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-22.5 - parent: 1 -- proto: PosterContrabandEnergySwords - entities: - - uid: 529 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 -- proto: PosterContrabandEnlistGorlex - entities: - - uid: 530 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-13.5 - parent: 1 -- proto: PosterContrabandFreeSyndicateEncryptionKey - entities: - - uid: 531 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 1 -- proto: PosterContrabandInterdyne - entities: - - uid: 532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 1 -- proto: PosterContrabandKosmicheskayaStantsiya - entities: - - uid: 533 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1 -- proto: PosterContrabandMoth - entities: - - uid: 534 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - uid: 535 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-13.5 - parent: 1 - - uid: 537 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1 -- proto: PosterContrabandSyndicatePistol - entities: - - uid: 538 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 1 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 539 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1 -- proto: PosterContrabandWaffleCorp - entities: - - uid: 540 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-23.5 - parent: 1 -- proto: Poweredlight - entities: - - uid: 541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-8.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-23.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 545 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-27.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-27.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 549 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 550 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-21.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-24.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-13.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-24.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 560 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 1 - - uid: 561 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 1 - - uid: 562 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 563 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 566 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1 - - uid: 567 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 1 - - uid: 568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-12.5 - parent: 1 - - uid: 569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-12.5 - parent: 1 - - uid: 570 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 1 - - uid: 571 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 1 - - uid: 572 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 573 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-19.5 - parent: 1 - - uid: 575 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 576 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1 - - uid: 577 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 578 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 579 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 - - uid: 580 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 581 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 582 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 583 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1 - - uid: 584 - components: - - type: Transform - pos: 4.5,-22.5 - parent: 1 - - uid: 585 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1 - - uid: 586 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1 - - uid: 587 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 1 - - uid: 588 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1 - - uid: 589 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - - uid: 590 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1 - - uid: 591 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 1 - - uid: 592 - components: - - type: Transform - pos: 5.5,-25.5 - parent: 1 - - uid: 593 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1 - - uid: 594 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1 - - uid: 595 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1 - - uid: 596 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1 -- proto: ShuttersNormalOpen - entities: - - uid: 597 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 598 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1 - - type: DeviceLinkSink - links: - - 20 - - uid: 599 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1 - - type: DeviceLinkSink - links: - - 609 - - uid: 600 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1 - - type: DeviceLinkSink - links: - - 609 - - uid: 601 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 602 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - type: DeviceLinkSink - links: - - 20 - - uid: 603 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 604 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 605 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 1 - - type: DeviceLinkSink - links: - - 611 - - uid: 606 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 607 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 - - uid: 608 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - type: DeviceLinkSink - links: - - 21 -- proto: SignalButton - entities: - - uid: 609 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 600: - - Pressed: Toggle - 599: - - Pressed: Toggle - - uid: 611 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 605: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 20 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 602: - - Pressed: Toggle - 598: - - Pressed: Toggle - - uid: 21 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 1 - - type: DeviceLinkSource - linkedPorts: - 597: - - Pressed: Toggle - 601: - - Pressed: Toggle - 608: - - Pressed: Toggle - 606: - - Pressed: Toggle - 604: - - Pressed: Toggle - 607: - - Pressed: Toggle - 603: - - Pressed: Toggle -- proto: SignDirectionalEvac - entities: - - uid: 613 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 1 - - uid: 614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-15.5 - parent: 1 - - uid: 615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-14.5 - parent: 1 - - uid: 616 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-14.5 - parent: 1 - - uid: 617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 1 -- proto: SignElectricalMed - entities: - - uid: 618 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1 -- proto: SignNosmoking - entities: - - uid: 619 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 1 -- proto: SignSecureSmallRed - entities: - - uid: 620 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 1 - - uid: 621 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 - - uid: 622 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 -- proto: SMESBasic - entities: - - uid: 623 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 1 - - uid: 624 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 1 -- proto: SoapSyndie - entities: - - uid: 625 - components: - - type: Transform - pos: 2.4424396,-17.430403 - parent: 1 -- proto: soda_dispenser - entities: - - uid: 626 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 1 -- proto: StorageCanister - entities: - - uid: 627 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: SubstationBasic - entities: - - uid: 628 - components: - - type: Transform - pos: -3.5,-19.5 - parent: 1 -- proto: SuitStorageEVASyndicate - entities: - - uid: 629 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 1 - - uid: 630 - components: - - type: Transform - pos: 0.5,-23.5 - parent: 1 - - uid: 631 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 1 - - uid: 632 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 1 -- proto: SyndieMiniBomb - entities: - - uid: 633 - components: - - type: Transform - pos: 1.4127003,-11.973867 - parent: 1 - - uid: 634 - components: - - type: Transform - pos: 1.6939503,-11.973867 - parent: 1 -- proto: SyringeInaprovaline - entities: - - uid: 635 - components: - - type: Transform - pos: -3.510837,-4.3787546 - parent: 1 - - uid: 636 - components: - - type: Transform - pos: -3.510837,-4.0193796 - parent: 1 -- proto: Table - entities: - - uid: 637 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 1 - - uid: 638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-21.5 - parent: 1 - - uid: 639 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 1 - - uid: 640 - components: - - type: Transform - pos: 2.5,-19.5 - parent: 1 - - uid: 641 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 1 -- proto: TablePlasmaGlass - entities: - - uid: 642 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1 - - uid: 643 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1 - - uid: 644 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 645 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 1 - - uid: 646 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1 - - uid: 647 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1 - - uid: 648 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 649 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1 - - uid: 650 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 1 - - uid: 651 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 1 - - uid: 652 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 1 - - uid: 653 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1 - - uid: 654 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1 - - uid: 655 - components: - - type: Transform - pos: -2.5,-17.5 - parent: 1 - - uid: 656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - uid: 657 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 1 - - uid: 658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 1 -- proto: Thruster - entities: - - uid: 659 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 660 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 1 - - uid: 661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-7.5 - parent: 1 - - uid: 662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 1 - - uid: 663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-13.5 - parent: 1 - - uid: 664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-13.5 - parent: 1 - - uid: 665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-30.5 - parent: 1 - - uid: 666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-30.5 - parent: 1 - - uid: 667 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-30.5 - parent: 1 - - uid: 668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-30.5 - parent: 1 -- proto: ToolboxSyndicate - entities: - - uid: 669 - components: - - type: Transform - pos: -2.5731854,-17.414778 - parent: 1 -- proto: ToolboxSyndicateFilled - entities: - - uid: 670 - components: - - type: Transform - pos: 1.5034143,-11.298322 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 671 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 1 - - uid: 672 - components: - - type: MetaData - name: tank dispenser - - type: Transform - pos: 2.5,-24.5 - parent: 1 - - uid: 673 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 1 -- proto: VendingMachineYouTool - entities: - - uid: 674 - components: - - type: Transform - pos: -3.5,-24.5 - parent: 1 -- proto: WallPlastitanium - entities: - - uid: 11 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 1 - - uid: 675 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 676 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - uid: 677 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 1 - - uid: 678 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1 - - uid: 679 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1 - - uid: 680 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1 - - uid: 681 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1 - - uid: 682 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 1 - - uid: 683 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1 - - uid: 684 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 1 - - uid: 685 - components: - - type: Transform - pos: -3.5,-26.5 - parent: 1 - - uid: 686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-7.5 - parent: 1 - - uid: 687 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 1 - - uid: 688 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 1 - - uid: 689 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1 - - uid: 690 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 - - uid: 691 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 1 - - uid: 692 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 1 - - uid: 693 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 1 - - uid: 694 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 1 - - uid: 695 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1 - - uid: 696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-7.5 - parent: 1 - - uid: 697 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 1 - - uid: 698 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 1 - - uid: 699 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 1 - - uid: 700 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 1 - - uid: 701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 1 - - uid: 702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-7.5 - parent: 1 - - uid: 703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 1 - - uid: 704 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 - - uid: 705 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1 - - uid: 706 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 1 - - uid: 707 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 1 - - uid: 708 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 1 - - uid: 709 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 1 - - uid: 710 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 1 - - uid: 711 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 1 - - uid: 712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 1 - - uid: 713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 1 - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-8.5 - parent: 1 - - uid: 715 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 1 - - uid: 716 - components: - - type: Transform - pos: 7.5,-15.5 - parent: 1 - - uid: 717 - components: - - type: Transform - pos: -6.5,-19.5 - parent: 1 - - uid: 718 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 1 - - uid: 719 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 1 - - uid: 720 - components: - - type: Transform - pos: 2.5,-25.5 - parent: 1 - - uid: 721 - components: - - type: Transform - pos: 2.5,-27.5 - parent: 1 - - uid: 722 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1 - - uid: 723 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 1 - - uid: 724 - components: - - type: Transform - pos: -7.5,-27.5 - parent: 1 - - uid: 725 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 1 - - uid: 726 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 1 - - uid: 727 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 1 - - uid: 728 - components: - - type: Transform - pos: 6.5,-26.5 - parent: 1 - - uid: 729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - uid: 730 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 1 - - uid: 731 - components: - - type: Transform - pos: -3.5,-27.5 - parent: 1 - - uid: 732 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 1 - - uid: 733 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 1 - - uid: 734 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 1 - - uid: 735 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1 - - uid: 736 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1 - - uid: 737 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1 - - uid: 738 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1 - - uid: 739 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 1 - - uid: 740 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 1 - - uid: 741 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 1 - - uid: 742 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 1 - - uid: 743 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1 - - uid: 744 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 1 - - uid: 745 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 1 - - uid: 746 - components: - - type: Transform - pos: 6.5,-25.5 - parent: 1 - - uid: 747 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 1 - - uid: 748 - components: - - type: Transform - pos: -7.5,-23.5 - parent: 1 - - uid: 749 - components: - - type: Transform - pos: -7.5,-26.5 - parent: 1 - - uid: 750 - components: - - type: Transform - pos: -7.5,-22.5 - parent: 1 - - uid: 751 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 1 - - uid: 752 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 1 - - uid: 753 - components: - - type: Transform - pos: 6.5,-28.5 - parent: 1 - - uid: 754 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 1 - - uid: 755 - components: - - type: Transform - pos: 6.5,-23.5 - parent: 1 - - uid: 756 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1 - - uid: 757 - components: - - type: Transform - pos: -7.5,-25.5 - parent: 1 - - uid: 758 - components: - - type: Transform - pos: -7.5,-28.5 - parent: 1 - - uid: 759 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-15.5 - parent: 1 - - uid: 760 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1 - - uid: 761 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1 - - uid: 762 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 1 - - uid: 763 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 764 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1 - - uid: 765 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-7.5 - parent: 1 - - uid: 766 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1 - - uid: 767 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 768 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 769 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 1 - - uid: 770 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 771 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 1 - - uid: 772 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-7.5 - parent: 1 - - uid: 773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 1 - - uid: 774 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 775 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 1 - - uid: 776 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 1 - - uid: 777 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 1 - - uid: 778 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 1 - - uid: 779 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 1 - - uid: 780 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1 - - uid: 781 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 1 - - uid: 782 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 1 - - uid: 783 - components: - - type: Transform - pos: 0.5,-25.5 - parent: 1 - - uid: 785 - components: - - type: Transform - pos: -1.5,-22.5 - parent: 1 - - uid: 786 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 1 - - uid: 787 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 1 - - uid: 788 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 1 - - uid: 789 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 1 - - uid: 790 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 1 - - uid: 791 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 1 - - uid: 792 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1 - - uid: 793 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 1 - - uid: 794 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 1 - - uid: 795 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 1 - - uid: 796 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 1 - - uid: 797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-28.5 - parent: 1 - - uid: 798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-28.5 - parent: 1 - - uid: 799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-28.5 - parent: 1 - - uid: 800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-28.5 - parent: 1 - - uid: 801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-28.5 - parent: 1 - - uid: 802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 1 - - uid: 803 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 1 - - uid: 804 - components: - - type: Transform - pos: 4.5,-26.5 - parent: 1 - - uid: 805 - components: - - type: Transform - pos: 4.5,-25.5 - parent: 1 - - uid: 806 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 - - uid: 807 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 1 - - uid: 808 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 1 - - uid: 809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-17.5 - parent: 1 - - uid: 810 - components: - - type: Transform - pos: 3.5,-29.5 - parent: 1 - - uid: 811 - components: - - type: Transform - pos: -5.5,-29.5 - parent: 1 - - uid: 812 - components: - - type: Transform - pos: 4.5,-29.5 - parent: 1 - - uid: 813 - components: - - type: Transform - pos: -4.5,-29.5 - parent: 1 - - uid: 814 - components: - - type: Transform - pos: 5.5,-29.5 - parent: 1 - - uid: 815 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 1 - - uid: 816 - components: - - type: Transform - pos: 2.5,-29.5 - parent: 1 - - uid: 817 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 1 - - uid: 818 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 1 - - uid: 819 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1 - - uid: 820 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 1 - - uid: 821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-30.5 - parent: 1 - - uid: 822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-30.5 - parent: 1 - - uid: 823 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 1 - - uid: 824 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 1 - - uid: 825 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 1 - - uid: 826 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 1 -- proto: WarningN2 - entities: - - uid: 827 - components: - - type: Transform - pos: 4.5,-25.5 - parent: 1 -- proto: WarningO2 - entities: - - uid: 828 - components: - - type: Transform - pos: 2.5,-25.5 - parent: 1 -- proto: WarningWaste - entities: - - uid: 829 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1 -- proto: WaterCooler - entities: - - uid: 830 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1 -- proto: WeaponTurretSyndicate - entities: - - uid: 24 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 610 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 1 -- proto: WindoorSecure - entities: - - uid: 831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-5.5 - parent: 1 -- proto: Wrench - entities: - - uid: 832 - components: - - type: Transform - pos: 5.4749,-23.512577 - parent: 1 - - uid: 833 - components: - - type: Transform - pos: 5.63115,-23.481327 - parent: 1 - - uid: 834 - components: - - type: Transform - pos: 1.6061028,-13.284962 - parent: 1 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 3: FloorArcadeRed + 31: FloorDark + 36: FloorDarkMono + 40: FloorDarkPlastic + 56: FloorGreenCircuit + 79: FloorReinforced + 88: FloorShuttleRed + 89: FloorShuttleWhite + 93: FloorSteel + 104: FloorSteelMono + 110: FloorTechMaint3 + 122: FloorWood + 125: Lattice + 126: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: GX-13 Infiltrator + - type: Transform + pos: 0.64252126,4.1776605 + parent: invalid + - type: Tag + tags: + - Syndicate + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAABHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACWAAAAAAAHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACaAAAAAAAWQAAAAAAHwAAAAADHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADWQAAAAAAaAAAAAABWAAAAAAAHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADWAAAAAAAHwAAAAACHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: HwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABWAAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAAAHwAAAAAAegAAAAADegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAWAAAAAAAegAAAAAAAwAAAAAAegAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADWAAAAAAAfgAAAAAAAwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAJAAAAAAAOAAAAAAAWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADWAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACTwAAAAAAHwAAAAABWAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAWAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAKAAAAAAAKAAAAAAAWAAAAAAAHwAAAAADHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAWAAAAAAAHwAAAAAAWAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAABWAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: GridAtmosphere + version: 2 + data: + tiles: + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + -1,-1: + 0: 61439 + 0,-4: + 0: 65535 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-4: + 0: 30591 + 1,-3: + 0: 21879 + 1: 512 + 1,-2: + 0: 30325 + 2: 256 + 1,-1: + 0: 55 + 0,-5: + 0: 65535 + 1,-5: + 0: 65399 + -1,-5: + 0: 65535 + -3,-4: + 0: 12 + -2,-4: + 0: 61439 + -2,-2: + 0: 65516 + -2,-1: + 0: 2287 + -2,-3: + 0: 35054 + 1: 1536 + -1,0: + 0: 8 + -3,-5: + 0: 52224 + -2,-8: + 0: 65504 + -2,-7: + 0: 65535 + -2,-6: + 0: 65535 + -2,-5: + 0: 65535 + -1,-8: + 0: 65526 + -1,-7: + 0: 65535 + -1,-6: + 0: 65535 + 0,-8: + 0: 65523 + 0,-7: + 0: 61303 + 3: 4096 + 4: 136 + 0,-6: + 3: 1 + 0: 65534 + 1,-8: + 0: 30512 + 1,-7: + 0: 30549 + 5: 34 + 1,-6: + 0: 30583 + -1,-9: + 0: 26112 + 0,-9: + 0: 13056 + 2,-4: + 0: 1 + 2,-5: + 0: 4352 + 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 + - volume: 2500 + temperature: 293.14996 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 20.619795 + - 77.56971 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 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 + chunkSize: 4 + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 115: -6,-24 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 112: -6,-27 + 113: -6,-26 + 114: -6,-25 + - node: + color: '#79150096' + id: Box + decals: + 110: -6,-21 + 111: -5,-21 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerNe + decals: + 10: 0,-4 + 43: 0,-9 + 51: 4,-20 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerNw + decals: + 11: -2,-4 + 42: -2,-9 + 45: -2,-20 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerSe + decals: + 36: 0,-14 + 50: 4,-22 + 76: 3,-18 + - node: + color: '#DE3A3A96' + id: BrickTileSteelCornerSw + decals: + 37: -2,-14 + 46: -2,-22 + 75: -5,-18 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineE + decals: + 6: 0,-7 + 9: 0,-5 + 32: 0,-11 + 33: 0,-10 + 34: 0,-12 + 35: 0,-13 + 52: 4,-21 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineN + decals: + 12: -1,-4 + 53: 3,-20 + 54: 2,-20 + 55: 1,-20 + 56: 0,-20 + 63: 0,-16 + 64: 1,-16 + 65: 2,-16 + 66: -2,-16 + 67: -3,-16 + 68: -4,-16 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineS + decals: + 47: 0,-22 + 48: 1,-22 + 49: 2,-22 + 69: 2,-18 + 70: 1,-18 + 71: 0,-18 + 72: -2,-18 + 73: -3,-18 + 74: -4,-18 + - node: + color: '#DE3A3A96' + id: BrickTileSteelLineW + decals: + 7: -2,-7 + 8: -2,-5 + 38: -2,-13 + 39: -2,-12 + 40: -2,-11 + 41: -2,-10 + - node: + color: '#79150096' + id: BrickTileWhiteCornerNe + decals: + 104: -5,-22 + - node: + color: '#79150096' + id: BrickTileWhiteCornerNw + decals: + 103: -7,-22 + - node: + color: '#79150096' + id: BrickTileWhiteCornerSe + decals: + 105: -5,-24 + - node: + color: '#79150096' + id: BrickTileWhiteCornerSw + decals: + 106: -7,-24 + - node: + color: '#79150096' + id: BrickTileWhiteLineE + decals: + 102: -5,-23 + - node: + color: '#79150096' + id: BrickTileWhiteLineN + decals: + 109: -6,-22 + - node: + color: '#79150096' + id: BrickTileWhiteLineS + decals: + 107: -6,-24 + - node: + color: '#79150096' + id: BrickTileWhiteLineW + decals: + 108: -7,-23 + - node: + color: '#79150096' + id: Delivery + decals: + 116: -1,-23 + - node: + color: '#DE3A3A96' + id: DeliveryGreyscale + decals: + 13: 1,-6 + 31: -3,-6 + 83: -1,-19 + 84: -3,-21 + 85: -1,-15 + 86: 4,-17 + 87: -6,-17 + 88: -5,-15 + 89: 3,-15 + 90: -1,-8 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 29: -4,-7 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 25: -4,-4 + 26: -5,-4 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 27: -6,-6 + 28: -6,-5 + - node: + color: '#DE3A3A96' + id: MonoOverlay + decals: + 23: -5,-6 + 24: -4,-5 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNE + decals: + 81: 3,-16 + - node: + color: '#DE3A3A96' + id: WarnCornerGreyscaleNW + decals: + 80: -5,-16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 99: -7,-24 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 98: -5,-24 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 97: -7,-22 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 101: -5,-22 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 3: -4,-23 + 4: -4,-24 + 5: -4,-25 + 95: -7,-23 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleE + decals: + 78: 3,-17 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleN + decals: + 44: -1,-9 + 59: -1,-20 + 82: -1,-16 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleS + decals: + 57: -1,-22 + 60: 3,-22 + 77: -1,-18 + - node: + color: '#DE3A3A96' + id: WarnLineGreyscaleW + decals: + 58: -2,-21 + 79: -5,-17 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 91: -5,-28 + 92: -6,-28 + 93: -7,-28 + 100: -6,-22 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 94: -5,-23 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 96: -6,-24 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 0: -4,-22 + 1: -4,-21 + 2: -4,-20 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndN + decals: + 62: 3,-4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndS + decals: + 61: 3,-5 + - node: + color: '#FFFFFFFF' + id: syndlogo10 + decals: + 20: -2,-7 + - node: + color: '#FFFFFFFF' + id: syndlogo11 + decals: + 21: -1,-7 + - node: + color: '#FFFFFFFF' + id: syndlogo12 + decals: + 22: 0,-7 + - node: + color: '#FFFFFFFF' + id: syndlogo2 + decals: + 14: -2,-5 + - node: + color: '#FFFFFFFF' + id: syndlogo3 + decals: + 15: -1,-5 + - node: + color: '#FFFFFFFF' + id: syndlogo4 + decals: + 16: 0,-5 + - node: + color: '#FFFFFFFF' + id: syndlogo5 + decals: + 30: -3,-6 + - node: + color: '#FFFFFFFF' + id: syndlogo6 + decals: + 17: -2,-6 + - node: + color: '#FFFFFFFF' + id: syndlogo7 + decals: + 18: -1,-6 + - node: + color: '#FFFFFFFF' + id: syndlogo8 + decals: + 19: 0,-6 + - type: IFF + color: '#FFC000FF' + flags: Hide + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockExternalGlassShuttleSyndicateLocked + entities: + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-16.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 13 + - type: DeviceLinkSource + linkedPorts: + 13: + - DoorStatus: Close + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 3 + - type: DeviceLinkSource + linkedPorts: + 3: + - DoorStatus: Close +- proto: AirlockExternalSyndicateLocked + entities: + - uid: 2 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1 + - type: DeviceLinkSink + links: + - 14 + - type: DeviceLinkSource + linkedPorts: + 14: + - DoorStatus: DoorBolt + - uid: 3 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 10 + - type: DeviceLinkSource + linkedPorts: + 10: + - DoorStatus: Close + - uid: 7 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - type: DeviceLinkSink + links: + - 12 + - type: DeviceLinkSource + linkedPorts: + 12: + - DoorStatus: DoorBolt + - uid: 9 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - type: DeviceLinkSink + links: + - 22 + - type: DeviceLinkSource + linkedPorts: + 22: + - DoorStatus: DoorBolt + - uid: 12 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - type: DeviceLinkSink + links: + - 7 + - type: DeviceLinkSource + linkedPorts: + 7: + - DoorStatus: DoorBolt + - uid: 13 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 8 + - type: DeviceLinkSource + linkedPorts: + 8: + - DoorStatus: Close + - uid: 14 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1 + - type: DeviceLinkSink + links: + - 2 + - type: DeviceLinkSource + linkedPorts: + 2: + - DoorStatus: DoorBolt + - uid: 22 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - type: DeviceLinkSink + links: + - 9 + - type: DeviceLinkSource + linkedPorts: + 9: + - DoorStatus: DoorBolt +- proto: AirlockSyndicateGlassLocked + entities: + - uid: 4 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 6 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 17 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 +- proto: AirlockSyndicateLocked + entities: + - uid: 15 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 16 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 18 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 25 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 1 +- proto: AtmosFixOxygenMarker + entities: + - uid: 27 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 1 +- proto: BannerSyndicate + entities: + - uid: 29 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 +- proto: Bed + entities: + - uid: 31 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: BedsheetSyndie + entities: + - uid: 32 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: BoxEncryptionKeySyndie + entities: + - uid: 34 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxFlashbang + entities: + - uid: 42 + components: + - type: Transform + pos: 0.49331844,-13.366474 + parent: 1 +- proto: BoxHandcuff + entities: + - uid: 43 + components: + - type: Transform + pos: 1.4510483,-2.399527 + parent: 1 +- proto: Brutepack + entities: + - uid: 44 + components: + - type: Transform + pos: -3.292087,-4.1600046 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -3.354587,-4.4256296 + parent: 1 +- proto: C4 + entities: + - uid: 46 + components: + - type: Transform + pos: 1.7857682,-12.631323 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 1.5045182,-12.646948 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: 1.5982682,-12.646948 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 1.4107682,-12.646948 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 1.6920182,-12.631323 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 51 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 1 +- proto: CableHV + entities: + - uid: 197 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -5.5,-23.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 +- proto: CableMV + entities: + - uid: 225 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} + - uid: 252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-20.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: Carpet + entities: + - uid: 253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 255 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 1 + - uid: 262 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1 + - uid: 263 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1 + - uid: 272 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1 + - uid: 274 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 275 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 + - uid: 276 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 277 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 1 + - uid: 279 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1 + - uid: 280 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 1 + - uid: 281 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 1 + - uid: 286 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1 + - uid: 289 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1 + - uid: 293 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 296 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 +- proto: Chair + entities: + - uid: 298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 1 + - uid: 302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 + - uid: 304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 1 + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 1 + - uid: 307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 1 + - uid: 308 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1 + - uid: 309 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 1 + - uid: 310 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 1 + - uid: 311 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1 + - uid: 312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-3.5 + parent: 1 +- proto: CigPackSyndicate + entities: + - uid: 313 + components: + - type: Transform + pos: -3.5658307,-17.516623 + parent: 1 +- proto: ClothingBackpackDuffelSyndicateFilledMedical + entities: + - uid: 314 + components: + - type: Transform + pos: -3.5044222,-6.293252 + parent: 1 +- proto: ClothingHeadHatSyndie + entities: + - uid: 315 + components: + - type: Transform + pos: -3.1200604,-17.289778 + parent: 1 +- proto: ClothingHeadHatSyndieMAA + entities: + - uid: 35 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadPyjamaSyndicateRed + entities: + - uid: 36 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHeadsetAltSyndicate + entities: + - uid: 316 + components: + - type: Transform + pos: 1.3157192,-13.513277 + parent: 1 +- proto: ClothingMaskGasSyndicate + entities: + - uid: 317 + components: + - type: Transform + pos: 0.94071925,-13.482027 + parent: 1 +- proto: ClothingNeckMantleHOS + entities: + - uid: 37 + components: + - type: MetaData + desc: Looted from a fallen enemy, the commander earned this in battle. + name: commander mantle + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingOuterCoatSyndieCap + entities: + - uid: 38 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpskirtSyndieFormalDress + entities: + - uid: 39 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitPyjamaSyndicateRed + entities: + - uid: 40 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitSyndieFormal + entities: + - uid: 41 + components: + - type: Transform + parent: 33 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ComfyChair + entities: + - uid: 318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 +- proto: computerBodyScanner + entities: + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 1 +- proto: ComputerIFFSyndicate + entities: + - uid: 320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 322 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 +- proto: ComputerShuttleSyndie + entities: + - uid: 323 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 324 + components: + - type: Transform + pos: -3.492848,-22.485775 + parent: 1 +- proto: DisposalBend + entities: + - uid: 325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 +- proto: DisposalJunction + entities: + - uid: 326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 1 +- proto: DisposalPipe + entities: + - uid: 327 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 1 + - uid: 329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-19.5 + parent: 1 + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 1 + - uid: 331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-19.5 + parent: 1 + - uid: 332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 1 + - uid: 333 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 1 + - uid: 334 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - uid: 335 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - uid: 336 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - uid: 338 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - uid: 339 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 340 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 341 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 344 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 +- proto: DisposalTrunk + entities: + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 1 +- proto: DisposalUnit + entities: + - uid: 349 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 1 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 351 + components: + - type: Transform + pos: -1.6924903,-23.407444 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -1.4112403,-23.458082 + parent: 1 + - uid: 353 + components: + - type: Transform + pos: 5.390987,-17.346693 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -6.6334953,-17.346693 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 355 + components: + - type: Transform + pos: 2.0779252,-19.21155 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: 2.3123002,-19.21155 + parent: 1 +- proto: DrinkMugDog + entities: + - uid: 357 + components: + - type: Transform + pos: 2.2843437,-19.542192 + parent: 1 +- proto: DrinkMugMetal + entities: + - uid: 358 + components: + - type: Transform + pos: 2.0968437,-19.526567 + parent: 1 +- proto: DrinkMugRed + entities: + - uid: 359 + components: + - type: Transform + pos: 1.9918958,-17.588755 + parent: 1 +- proto: DrinkVacuumFlask + entities: + - uid: 360 + components: + - type: Transform + pos: 5.6435027,-21.180143 + parent: 1 + - uid: 361 + components: + - type: Transform + pos: 5.7372527,-21.398893 + parent: 1 +- proto: ExtendedEmergencyOxygenTankFilled + entities: + - uid: 362 + components: + - type: Transform + pos: -5.678572,-12.319441 + parent: 1 + - uid: 363 + components: + - type: Transform + pos: 4.305803,-12.272566 + parent: 1 +- proto: FireAxeFlaming + entities: + - uid: 23 + components: + - type: Transform + pos: -1.5018963,-3.4569345 + parent: 1 +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 364 + components: + - type: Transform + pos: 2.7185502,-19.320925 + parent: 1 +- proto: FoodBoxDonut + entities: + - uid: 365 + components: + - type: Transform + pos: 5.5401826,-21.187487 + parent: 1 +- proto: FoodPizzaDonkpocket + entities: + - uid: 366 + components: + - type: Transform + pos: 1.4776825,-21.296862 + parent: 1 +- proto: FoodSnackSyndi + entities: + - uid: 367 + components: + - type: Transform + pos: 1.5361897,-17.367903 + parent: 1 +- proto: GasMinerNitrogen + entities: + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-27.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMinerOxygen + entities: + - uid: 369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-27.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasMixer + entities: + - uid: 370 + components: + - type: MetaData + name: O2+N2 mixer + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-24.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.78 + inletOneConcentration: 0.22 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPassiveVent + entities: + - uid: 371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-26.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-26.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPipeBend + entities: + - uid: 374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 375 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 1 + - uid: 376 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 380 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeFourway + entities: + - uid: 384 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 385 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 386 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 387 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-25.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-25.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-24.5 + parent: 1 + - uid: 391 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 392 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 399 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 400 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 401 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 402 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 403 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 404 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 405 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 406 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 407 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 408 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 409 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 410 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 411 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 1 + - uid: 419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-16.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-15.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 430 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-14.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 432 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 433 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 434 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 437 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-21.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 444 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPort + entities: + - uid: 447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPressurePump + entities: + - uid: 448 + components: + - type: MetaData + name: waste pump + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-19.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVentPump + entities: + - uid: 449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-23.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 455 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentScrubber + entities: + - uid: 456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-12.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-20.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-21.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 461 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GeneratorBasic15kW + entities: + - uid: 462 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1 + - uid: 463 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1 + - uid: 464 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1 + - uid: 465 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1 + - uid: 466 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 468 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 469 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 1 +- proto: Grille + entities: + - uid: 470 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 487 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 1 + - uid: 493 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 494 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1 + - uid: 495 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1 +- proto: HospitalCurtainsOpen + entities: + - uid: 496 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: KitchenMicrowave + entities: + - uid: 497 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 1 +- proto: KnifePlastic + entities: + - uid: 498 + components: + - type: Transform + pos: 5.3509636,-21.445768 + parent: 1 +- proto: Lamp + entities: + - uid: 499 + components: + - type: Transform + pos: -1.483297,-2.2444057 + parent: 1 +- proto: LockerSyndicatePersonal + entities: + - uid: 33 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - 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: + - 37 + - 39 + - 36 + - 40 + - 41 + - 38 + - 35 + - 34 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: MedicalBed + entities: + - uid: 500 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 +- proto: MedkitCombatFilled + entities: + - uid: 501 + components: + - type: Transform + pos: -3.401462,-3.5350046 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: -3.557712,-3.4256296 + parent: 1 +- proto: Mirror + entities: + - uid: 503 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 +- proto: Multitool + entities: + - uid: 504 + components: + - type: Transform + pos: -3.383473,-22.548275 + parent: 1 +- proto: NitrogenTankFilled + entities: + - uid: 505 + components: + - type: Transform + pos: 4.633928,-12.616316 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: -5.397322,-12.569441 + parent: 1 + - uid: 507 + components: + - type: Transform + pos: -6.3522453,-17.549818 + parent: 1 + - uid: 508 + components: + - type: Transform + pos: 5.6633797,-17.565443 + parent: 1 +- proto: NuclearBombUnanchored + entities: + - uid: 509 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 +- proto: NukeCodePaper + entities: + - uid: 510 + components: + - type: Transform + pos: -2.5286522,-11.44479 + parent: 1 +- proto: Ointment + entities: + - uid: 511 + components: + - type: Transform + pos: -3.651462,-4.5193796 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: -3.667087,-4.2225046 + parent: 1 +- proto: OperatingTable + entities: + - uid: 513 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1 +- proto: OxygenCanister + entities: + - uid: 514 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: OxygenTankFilled + entities: + - uid: 515 + components: + - type: Transform + pos: -5.600447,-12.569441 + parent: 1 + - uid: 516 + components: + - type: Transform + pos: 4.399553,-12.522566 + parent: 1 + - uid: 517 + components: + - type: Transform + pos: 5.5227547,-17.440443 + parent: 1 + - uid: 518 + components: + - type: Transform + pos: -6.4928703,-17.440443 + parent: 1 +- proto: PinpointerNuclear + entities: + - uid: 519 + components: + - type: Transform + pos: -2.4942985,-13.37949 + parent: 1 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 +- proto: PlushieNuke + entities: + - uid: 523 + components: + - type: Transform + pos: -2.4227936,-2.3320491 + parent: 1 +- proto: PosterContrabandC20r + entities: + - uid: 524 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 +- proto: PosterContrabandCC64KAd + entities: + - uid: 525 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 +- proto: PosterContrabandCybersun600 + entities: + - uid: 526 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 +- proto: PosterContrabandDonk + entities: + - uid: 527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-18.5 + parent: 1 +- proto: PosterContrabandDonutCorp + entities: + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-22.5 + parent: 1 +- proto: PosterContrabandEnergySwords + entities: + - uid: 529 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 +- proto: PosterContrabandEnlistGorlex + entities: + - uid: 530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-13.5 + parent: 1 +- proto: PosterContrabandFreeSyndicateEncryptionKey + entities: + - uid: 531 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 +- proto: PosterContrabandInterdyne + entities: + - uid: 532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 1 +- proto: PosterContrabandKosmicheskayaStantsiya + entities: + - uid: 533 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 +- proto: PosterContrabandMoth + entities: + - uid: 534 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 535 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 1 + - uid: 537 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 +- proto: PosterContrabandSyndicatePistol + entities: + - uid: 538 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 539 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 +- proto: PosterContrabandWaffleCorp + entities: + - uid: 540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-23.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-23.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-26.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 545 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-27.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 549 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 550 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-21.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-24.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-13.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-24.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 560 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 + - uid: 561 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 563 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 566 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1 + - uid: 568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-12.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 573 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-19.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 1 + - uid: 592 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 1 + - uid: 593 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1 + - uid: 594 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1 +- proto: ShuttersNormalOpen + entities: + - uid: 597 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 598 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - type: DeviceLinkSink + links: + - 20 + - uid: 599 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1 + - type: DeviceLinkSink + links: + - 609 + - uid: 600 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - type: DeviceLinkSink + links: + - 609 + - uid: 601 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 602 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - type: DeviceLinkSink + links: + - 20 + - uid: 603 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 604 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 605 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1 + - type: DeviceLinkSink + links: + - 611 + - uid: 606 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 607 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 + - uid: 608 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - type: DeviceLinkSink + links: + - 21 +- proto: SignalButton + entities: + - uid: 609 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 600: + - Pressed: Toggle + 599: + - Pressed: Toggle + - uid: 611 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 605: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 20 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 602: + - Pressed: Toggle + 598: + - Pressed: Toggle + - uid: 21 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 597: + - Pressed: Toggle + 601: + - Pressed: Toggle + 608: + - Pressed: Toggle + 606: + - Pressed: Toggle + 604: + - Pressed: Toggle + 607: + - Pressed: Toggle + 603: + - Pressed: Toggle +- proto: SignDirectionalEvac + entities: + - uid: 613 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 1 + - uid: 615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-14.5 + parent: 1 + - uid: 616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-14.5 + parent: 1 + - uid: 617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 1 +- proto: SignElectricalMed + entities: + - uid: 618 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 +- proto: SignNosmoking + entities: + - uid: 619 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 1 +- proto: SignSecureSmallRed + entities: + - uid: 620 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 621 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 623 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 1 + - uid: 624 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1 +- proto: SoapSyndie + entities: + - uid: 625 + components: + - type: Transform + pos: 2.4424396,-17.430403 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 626 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 +- proto: StorageCanister + entities: + - uid: 627 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: SubstationBasic + entities: + - uid: 628 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 1 +- proto: SuitStorageEVASyndicate + entities: + - uid: 629 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1 + - uid: 632 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1 +- proto: SyndieMiniBomb + entities: + - uid: 633 + components: + - type: Transform + pos: 1.4127003,-11.973867 + parent: 1 + - uid: 634 + components: + - type: Transform + pos: 1.6939503,-11.973867 + parent: 1 +- proto: SyringeInaprovaline + entities: + - uid: 635 + components: + - type: Transform + pos: -3.510837,-4.3787546 + parent: 1 + - uid: 636 + components: + - type: Transform + pos: -3.510837,-4.0193796 + parent: 1 +- proto: Table + entities: + - uid: 637 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-21.5 + parent: 1 + - uid: 639 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 1 + - uid: 640 + components: + - type: Transform + pos: 2.5,-19.5 + parent: 1 + - uid: 641 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1 +- proto: TablePlasmaGlass + entities: + - uid: 642 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1 + - uid: 643 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 644 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 645 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 647 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 648 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 649 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1 + - uid: 650 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1 + - uid: 651 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 1 + - uid: 652 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 653 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 1 + - uid: 656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 1 +- proto: Thruster + entities: + - uid: 659 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 1 + - uid: 662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 1 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 1 + - uid: 664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-13.5 + parent: 1 + - uid: 665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-30.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-30.5 + parent: 1 + - uid: 667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-30.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-30.5 + parent: 1 +- proto: ToolboxSyndicate + entities: + - uid: 669 + components: + - type: Transform + pos: -2.5731854,-17.414778 + parent: 1 +- proto: ToolboxSyndicateFilled + entities: + - uid: 670 + components: + - type: Transform + pos: 1.5034143,-11.298322 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 671 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1 + - uid: 672 + components: + - type: MetaData + name: tank dispenser + - type: Transform + pos: 2.5,-24.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 1 +- proto: VendingMachineYouTool + entities: + - uid: 674 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 11 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 1 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1 + - uid: 708 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 1 + - uid: 709 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 711 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 1 + - uid: 728 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1 + - uid: 736 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1 + - uid: 744 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 1 + - uid: 745 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 1 + - uid: 749 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 1 + - uid: 751 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1 + - uid: 757 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 1 + - uid: 758 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-15.5 + parent: 1 + - uid: 760 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1 + - uid: 761 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1 + - uid: 762 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1 + - uid: 763 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 764 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1 + - uid: 765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 766 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1 + - uid: 767 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 769 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 1 + - uid: 770 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 771 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1 + - uid: 773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 1 + - uid: 774 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 775 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1 + - uid: 776 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 1 + - uid: 777 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 1 + - uid: 778 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1 + - uid: 779 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1 + - uid: 781 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1 + - uid: 782 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 1 + - uid: 783 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 1 + - uid: 785 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1 + - uid: 786 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 1 + - uid: 787 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 1 + - uid: 788 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 1 + - uid: 789 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1 + - uid: 790 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 1 + - uid: 791 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1 + - uid: 792 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1 + - uid: 793 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 1 + - uid: 794 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1 + - uid: 795 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1 + - uid: 796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 1 + - uid: 797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-28.5 + parent: 1 + - uid: 798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-28.5 + parent: 1 + - uid: 799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 1 + - uid: 800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-28.5 + parent: 1 + - uid: 801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-28.5 + parent: 1 + - uid: 802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 803 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 1 + - uid: 804 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 1 + - uid: 805 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 1 + - uid: 806 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 807 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 808 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 1 + - uid: 809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-17.5 + parent: 1 + - uid: 810 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 1 + - uid: 811 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 1 + - uid: 812 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 1 + - uid: 813 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 1 + - uid: 814 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 1 + - uid: 815 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 1 + - uid: 816 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 1 + - uid: 817 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 1 + - uid: 818 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1 + - uid: 819 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1 + - uid: 820 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 1 + - uid: 821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-30.5 + parent: 1 + - uid: 822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-30.5 + parent: 1 + - uid: 823 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1 + - uid: 824 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1 + - uid: 825 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1 + - uid: 826 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1 +- proto: WarningN2 + entities: + - uid: 827 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 1 +- proto: WarningO2 + entities: + - uid: 828 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 1 +- proto: WarningWaste + entities: + - uid: 829 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1 +- proto: WaterCooler + entities: + - uid: 830 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1 +- proto: WeaponTurretSyndicate + entities: + - uid: 24 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 610 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1 +- proto: WindoorSecure + entities: + - uid: 831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 +- proto: Wrench + entities: + - uid: 832 + components: + - type: Transform + pos: 5.4749,-23.512577 + parent: 1 + - uid: 833 + components: + - type: Transform + pos: 5.63115,-23.481327 + parent: 1 + - uid: 834 + components: + - type: Transform + pos: 1.6061028,-13.284962 + parent: 1 +... diff --git a/Resources/Maps/Shuttles/mining.yml b/Resources/Maps/Shuttles/mining.yml index 9f3fc6b5fcb..f8a4f040b9c 100644 --- a/Resources/Maps/Shuttles/mining.yml +++ b/Resources/Maps/Shuttles/mining.yml @@ -1,1377 +1,1377 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 51: FloorGrayConcrete - 89: FloorSteel - 104: FloorTechMaint - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 181 - components: - - type: MetaData - name: NT-Reclaimer - - type: Transform - pos: 2.2710133,-2.4148211 - parent: invalid - - type: MapGrid - chunks: - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAABWQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAA - version: 6 - - type: Broadphase - - type: Physics - bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: SalvageShuttle - - 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: - 4: -5,-3 - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 3: -3,1 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 5: -1,-3 - - node: - color: '#FFFFFFFF' - id: ArrowsGreyscale - decals: - 185: -3,-5 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 183: -5,-5 - 184: -1,-5 - 188: -6,1 - 189: -5,1 - - node: - color: '#A4610696' - id: CheckerNWSE - decals: - 14: -3,2 - 15: -3,3 - 16: -3,4 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 2: -4,-1 - 186: -6,2 - 187: -5,2 - - node: - cleanable: True - color: '#FFFFFFFF' - id: Dirt - decals: - 49: -3,-6 - 50: -4,-6 - 51: -2,1 - 52: -4,2 - 53: -1,1 - 54: 0,2 - 55: -2,3 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 19: -4,-3 - 20: -2,2 - 21: -3,4 - 22: -4,5 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 28: -4,1 - 29: -3,2 - 30: -3,3 - 31: -2,4 - 32: -3,5 - 33: -2,-1 - 34: -3,-2 - 35: -2,-3 - 36: -3,-3 - 37: -3,-4 - 38: -2,-5 - 39: -1,-4 - 40: -1,-3 - 41: -3,-5 - 42: -4,-4 - 43: -5,-5 - 44: -5,-4 - 45: -5,-3 - 46: -5,-2 - 47: -4,-2 - 48: -1,-2 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: - 23: -2,-4 - 24: -4,-5 - 25: -2,-2 - 26: -3,-1 - 27: -3,1 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale - decals: - 8: -5,-2 - 9: -5,-1 - 18: -3,1 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - decals: - 12: -1,-5 - 13: -1,-4 - 17: -3,5 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale270 - decals: - 6: -5,-5 - 7: -5,-4 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - decals: - 10: -1,-1 - 11: -1,-2 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleSE - decals: - 182: -5,-5 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleSW - decals: - 181: -1,-5 - - node: - color: '#FFFFFFFF' - id: WarnEndN - decals: - 1: 0,2 - - node: - color: '#FFFFFFFF' - id: WarnEndS - decals: - 0: 0,1 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 178: -2,-5 - 179: -3,-5 - 180: -4,-5 - - node: - angle: -4.71238898038469 rad - color: '#00000034' - id: footprint - decals: - 120: -0.76830435,-4.312702 - 121: -1.1120543,-3.9220772 - 122: -1.2370543,-4.406452 - 123: -1.7526793,-4.109577 - 124: -1.7526793,-4.500202 - 125: -0.75267935,-2.5314522 - 126: -1.3308043,-2.1720772 - 127: -1.3933043,-2.6564522 - - node: - cleanable: True - angle: -3.141592653589793 rad - color: '#00000034' - id: footprint - decals: - 104: -2.8151793,1.7528267 - 105: -3.2995543,2.2528267 - 106: -2.8308043,2.3622017 - 107: -2.2995543,2.7372017 - 108: -2.3933043,1.1278267 - 109: -2.1276793,-1.5909233 - 110: -2.4089293,-1.9971733 - 111: -1.9245543,-2.6690483 - 112: -2.3620543,-3.0909233 - 113: -1.8776793,-3.6846733 - 114: -2.2683043,-4.0284233 - - node: - angle: -1.5707963267948966 rad - color: '#00000034' - id: footprint - decals: - 128: -1.2839293,-3.3127022 - 129: -0.94017935,-3.5627022 - 130: -5.2526793,-2.4064522 - 131: -4.8620543,-2.2814522 - 132: -4.2526793,-2.6720772 - 133: -4.0026793,-2.3595772 - - node: - cleanable: True - angle: -1.5707963267948966 rad - color: '#00000034' - id: footprint - decals: - 115: -5.1901793,-3.6720772 - 116: -4.7683043,-3.3752022 - 117: -4.2683043,-3.7970772 - 118: -4.0026793,-3.5002022 - 119: -3.4089293,-3.8908272 - - node: - angle: -1.5707963267948966 rad - color: '#0000004A' - id: footprint - decals: - 134: -5.1901793,-3.430749 - 135: -4.8464293,-3.602624 - 136: -4.4245543,-3.258874 - 137: -3.9558043,-3.586999 - 138: -3.5808043,-3.180749 - 139: -5.3776793,-4.086999 - 140: -4.5808043,-3.711999 - - node: - color: '#0000004A' - id: footprint - decals: - 141: -2.6433043,-2.883874 - 142: -2.3776793,-2.508874 - 143: -2.8933043,-1.8994989 - 144: -2.3933043,-1.5869989 - 145: -2.7683043,-0.89949894 - 146: -2.2370543,-0.71199894 - - node: - cleanable: True - angle: -4.71238898038469 rad - color: '#00000050' - id: footprint - decals: - 71: 0.44651008,1.0549397 - 72: -0.13161492,0.82056475 - 73: -0.49098992,1.0393147 - 74: -1.2097399,0.99243975 - 75: -1.6472399,1.2893147 - 76: -1.8659899,0.96118975 - 77: -2.89724,1.1486897 - 78: -4.1628647,1.2111897 - 79: -6.5534897,1.4611897 - 80: -6.7253647,1.1330647 - - node: - cleanable: True - angle: -1.5707963267948966 rad - color: '#00000050' - id: footprint - decals: - 64: -1.8659899,1.6955647 - 65: -1.5847399,1.2893147 - 66: -0.9753649,1.5861897 - 67: -0.28786492,1.2893147 - 68: 0.08713508,1.6643147 - 69: 0.5402601,1.4455647 - 70: 0.6652601,1.8518147 - - node: - cleanable: True - color: '#00000050' - id: footprint - decals: - 56: -2.61599,-0.929533 - 57: -2.86599,-0.648283 - 58: -3.11599,2.4611897 - 59: -2.787865,3.2268147 - 60: -2.86599,2.8205647 - 61: -3.11599,3.0393147 - 62: -3.08474,3.5393147 - 63: -2.67849,4.1486897 - 98: -3.162865,1.6799397 - 99: -2.39724,2.1643147 - 100: -2.037865,2.3674397 - 101: -2.39724,2.9768147 - 102: -3.17849,3.8205647 - 103: -3.569115,2.5705647 - - node: - cleanable: True - angle: 1.5707963267948966 rad - color: '#00000050' - id: footprint - decals: - 92: -1.7566149,0.91431475 - 93: -2.225365,1.7580647 - 94: -1.8503649,2.0861897 - 95: -1.5222399,2.1330647 - 96: -1.0847399,1.3049397 - 97: -2.569115,1.6955647 - - node: - cleanable: True - angle: 4.71238898038469 rad - color: '#00000050' - id: footprint - decals: - 81: -6.7878647,2.0080647 - 82: -6.5222397,1.8049397 - 83: -4.5691147,2.0080647 - 84: -4.1941147,1.7424397 - 85: -3.86599,1.9455647 - 86: -6.5534897,0.69556475 - 87: -4.4597397,0.89868975 - 88: -4.1941147,1.2268147 - 89: -3.70974,1.0080647 - 90: -3.975365,0.75806475 - 91: -3.694115,1.4143147 - - node: - cleanable: True - color: '#0000001F' - id: splatter - decals: - 147: -3.6745543,-4.4900737 - 148: -3.9714293,-4.5369487 - 149: -3.4714293,-5.0681987 - 150: -4.2370543,-4.9744487 - 151: -1.5495543,-1.4431987 - 152: -1.7058043,-1.2713237 - 153: -1.2058043,-1.3650737 - 154: -1.0339293,-1.9119487 - - node: - cleanable: True - color: '#A461060F' - id: splatter - decals: - 155: -1.4245543,-4.7713237 - 156: -1.7526793,-4.3650737 - 157: -4.0808043,-1.8806987 - 158: -4.3464293,-1.9119487 - 159: -3.5183043,-2.8338237 - 160: -4.8620543,-4.0994487 - 161: -4.4714293,-4.7869487 - 162: -3.9245543,-5.9275737 - 163: -3.4558043,-6.0838237 - 164: -2.6433043,1.3849263 - 165: -2.1589293,1.6661763 - 166: -2.4558043,1.8224263 - 167: -2.4089293,1.1193013 - - node: - cleanable: True - color: '#D381C909' - id: splatter - decals: - 168: -2.5808043,-4.6931987 - - node: - cleanable: True - color: '#EFB34109' - id: splatter - decals: - 169: -4.6901793,-1.6619487 - 170: -3.7370543,-1.4275737 - 171: -3.2995543,-1.4588237 - 172: -3.5651793,-0.8494487 - 173: -3.5339293,4.1436462 - 174: -3.3464293,3.6905212 - 175: -4.0495543,3.1123965 - 176: -3.9870543,3.6592712 - 177: -2.3151793,4.6123962 - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-1: - 0: 52428 - 1: 8192 - -1,-3: - 0: 65504 - -1,-1: - 0: 65535 - -1,-2: - 0: 65535 - -2,1: - 0: 52428 - -1,0: - 0: 65535 - -1,1: - 0: 65535 - -1,2: - 0: 61183 - -1,3: - 0: 52974 - 0,-3: - 0: 65520 - 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: 140 - -2,0: - 0: 52428 - 1: 8738 - -2,2: - 0: 140 - -2,-2: - 0: 32768 - 1: 19656 - 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: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay - - type: GridPathfinding -- proto: AirlockCargoGlass - entities: - - uid: 29 - components: - - type: Transform - pos: -2.5,0.5 - parent: 181 - - uid: 127 - components: - - type: Transform - pos: -1.5,0.5 - parent: 181 -- proto: AirlockExternal - entities: - - uid: 49 - components: - - type: Transform - pos: -0.5,2.5 - parent: 181 - - uid: 54 - components: - - type: Transform - pos: -0.5,1.5 - parent: 181 -- proto: AirlockShuttle - entities: - - uid: 4 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,2.5 - parent: 181 - - uid: 13 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 181 -- proto: APCBasic - entities: - - uid: 7 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 181 - - uid: 68 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,3.5 - parent: 181 -- proto: AtmosDeviceFanTiny - entities: - - uid: 128 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 181 - - uid: 129 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 181 - - uid: 130 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 181 -- proto: BlastDoorExterior1 - entities: - - uid: 37 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 181 - - type: DeviceLinkSink - links: - - 100 - - uid: 47 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 181 - - type: DeviceLinkSink - links: - - 100 - - uid: 69 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 181 - - type: DeviceLinkSink - links: - - 100 -- proto: BorgModuleMining - entities: - - uid: 94 - components: - - type: Transform - pos: -1.4982989,5.541272 - parent: 181 -- proto: CableApcExtension - entities: - - uid: 1 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 181 - - uid: 3 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 181 - - uid: 15 - components: - - type: Transform - pos: -4.5,3.5 - parent: 181 - - uid: 21 - components: - - type: Transform - pos: -3.5,3.5 - parent: 181 - - uid: 28 - components: - - type: Transform - pos: -2.5,3.5 - parent: 181 - - uid: 32 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 181 - - uid: 38 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 181 - - uid: 41 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 181 - - uid: 42 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 181 - - uid: 43 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 181 - - uid: 44 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 181 - - uid: 45 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 181 - - uid: 51 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 181 - - uid: 53 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 181 - - uid: 61 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 181 - - uid: 62 - components: - - type: Transform - pos: -2.5,4.5 - parent: 181 - - uid: 63 - components: - - type: Transform - pos: -2.5,2.5 - parent: 181 - - uid: 64 - components: - - type: Transform - pos: -2.5,1.5 - parent: 181 - - uid: 65 - components: - - type: Transform - pos: -2.5,5.5 - parent: 181 - - uid: 66 - components: - - type: Transform - pos: -1.5,2.5 - parent: 181 - - uid: 82 - components: - - type: Transform - pos: -0.5,2.5 - parent: 181 - - uid: 83 - components: - - type: Transform - pos: -4.5,1.5 - parent: 181 - - uid: 84 - components: - - type: Transform - pos: -3.5,1.5 - parent: 181 - - uid: 132 - components: - - type: Transform - pos: 0.5,2.5 - parent: 181 - - uid: 144 - components: - - type: Transform - pos: -5.5,1.5 - parent: 181 - - uid: 165 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 181 - - uid: 168 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 181 -- proto: CableHV - entities: - - uid: 6 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 181 - - uid: 58 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 181 - - uid: 59 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 181 - - uid: 74 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 181 - - uid: 75 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 181 - - uid: 76 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 181 -- proto: CableMV - entities: - - uid: 8 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 181 - - uid: 9 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 181 - - uid: 10 - components: - - type: Transform - pos: -2.5,2.5 - parent: 181 - - uid: 11 - components: - - type: Transform - pos: -2.5,3.5 - parent: 181 - - uid: 12 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 181 - - uid: 16 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 181 - - uid: 17 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 181 - - uid: 18 - components: - - type: Transform - pos: -4.5,3.5 - parent: 181 - - uid: 19 - components: - - type: Transform - pos: -2.5,0.5 - parent: 181 - - uid: 20 - components: - - type: Transform - pos: -3.5,3.5 - parent: 181 - - uid: 31 - components: - - type: Transform - pos: -2.5,1.5 - parent: 181 - - uid: 60 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 181 - - uid: 70 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 181 - - uid: 71 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 181 - - uid: 72 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 181 - - uid: 73 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 181 -- proto: CableTerminal - entities: - - uid: 77 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 181 -- proto: Catwalk - entities: - - uid: 48 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 181 -- proto: Chair - entities: - - uid: 55 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 - parent: 181 -- proto: ComputerCargoOrders - entities: - - uid: 153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 - parent: 181 -- proto: ComputerShuttle - entities: - - uid: 156 - components: - - type: Transform - pos: -2.5,6.5 - parent: 181 -- proto: GasPort - entities: - - uid: 25 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 181 - - type: AtmosDevice - joinedGrid: 181 -- proto: GasVentPump - entities: - - uid: 26 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 181 - - type: AtmosDevice - joinedGrid: 181 -- proto: GeneratorBasic - entities: - - uid: 40 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 181 -- proto: GeneratorBasic15kW - entities: - - uid: 67 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 181 -- proto: GravityGeneratorMini - entities: - - uid: 39 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 181 -- proto: Grille - entities: - - uid: 14 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 181 - - uid: 33 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 181 - - uid: 34 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 181 - - uid: 50 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 181 - - uid: 56 - components: - - type: Transform - pos: -3.5,6.5 - parent: 181 - - uid: 57 - components: - - type: Transform - pos: -0.5,5.5 - parent: 181 - - uid: 136 - components: - - type: Transform - pos: -2.5,7.5 - parent: 181 - - uid: 151 - components: - - type: Transform - pos: -1.5,6.5 - parent: 181 -- proto: GrilleDiagonal - entities: - - uid: 46 - components: - - type: Transform - pos: -4.5,6.5 - parent: 181 - - uid: 101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 181 - - uid: 121 - components: - - type: Transform - pos: -3.5,7.5 - parent: 181 -- proto: Gyroscope - entities: - - uid: 169 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 181 -- proto: PersonalAI - entities: - - uid: 167 - components: - - type: Transform - pos: -1.4453101,4.467156 - parent: 181 -- proto: PoweredSmallLight - entities: - - uid: 138 - components: - - type: Transform - pos: -5.5,2.5 - parent: 181 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,1.5 - parent: 181 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,4.5 - parent: 181 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 142 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 181 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 143 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-4.5 - parent: 181 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 27 - components: - - type: Transform - pos: -1.5,4.5 - parent: 181 - - uid: 52 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 181 -- proto: RandomPosterAny - entities: - - uid: 22 - components: - - type: Transform - pos: -0.5,3.5 - parent: 181 - - uid: 23 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 181 -- proto: SignalButtonExt1 - entities: - - uid: 100 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 181 - - type: DeviceLinkSource - linkedPorts: - 69: - - Pressed: Toggle - 37: - - Pressed: Toggle - 47: - - Pressed: Toggle -- proto: SMESBasic - entities: - - uid: 24 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 181 -- proto: SubstationWallBasic - entities: - - uid: 5 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-5.5 - parent: 181 -- proto: Table - entities: - - uid: 154 - components: - - type: Transform - pos: -1.5,5.5 - parent: 181 -- proto: Thruster - entities: - - uid: 35 - components: - - type: Transform - pos: 0.5,4.5 - parent: 181 - - uid: 115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 181 - - uid: 119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-6.5 - parent: 181 - - uid: 120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-0.5 - parent: 181 -- proto: WallSolid - entities: - - uid: 30 - components: - - type: Transform - pos: -3.5,0.5 - parent: 181 - - uid: 85 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 181 - - uid: 87 - components: - - type: Transform - pos: -4.5,3.5 - parent: 181 - - uid: 89 - components: - - type: Transform - pos: 0.5,0.5 - parent: 181 - - uid: 90 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 181 - - uid: 91 - components: - - type: Transform - pos: 1.5,3.5 - parent: 181 - - uid: 93 - components: - - type: Transform - pos: -6.5,1.5 - parent: 181 - - uid: 97 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 181 - - uid: 99 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 181 - - uid: 103 - components: - - type: Transform - pos: -6.5,3.5 - parent: 181 - - uid: 104 - components: - - type: Transform - pos: -0.5,3.5 - parent: 181 - - uid: 106 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 181 - - uid: 107 - components: - - type: Transform - pos: -4.5,4.5 - parent: 181 - - uid: 108 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 181 - - uid: 109 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 181 - - uid: 110 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 181 - - uid: 111 - components: - - type: Transform - pos: -5.5,3.5 - parent: 181 - - uid: 114 - components: - - type: Transform - pos: -5.5,0.5 - parent: 181 - - uid: 116 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 181 - - uid: 117 - components: - - type: Transform - pos: 0.5,3.5 - parent: 181 - - uid: 118 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 181 - - uid: 122 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 181 - - uid: 123 - components: - - type: Transform - pos: 1.5,0.5 - parent: 181 - - uid: 124 - components: - - type: Transform - pos: -6.5,0.5 - parent: 181 - - uid: 125 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 181 -- proto: WallSolidRust - entities: - - uid: 95 - components: - - type: Transform - pos: -6.5,2.5 - parent: 181 - - uid: 113 - components: - - type: Transform - pos: -0.5,0.5 - parent: 181 - - uid: 126 - components: - - type: Transform - pos: -4.5,0.5 - parent: 181 - - uid: 145 - components: - - type: Transform - pos: -0.5,4.5 - parent: 181 - - uid: 147 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 181 -- proto: Window - entities: - - uid: 2 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 181 - - uid: 36 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 181 - - uid: 78 - components: - - type: Transform - pos: -2.5,7.5 - parent: 181 - - uid: 79 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 181 - - uid: 81 - components: - - type: Transform - pos: -3.5,6.5 - parent: 181 - - uid: 86 - components: - - type: Transform - pos: -1.5,6.5 - parent: 181 - - uid: 88 - components: - - type: Transform - pos: -0.5,5.5 - parent: 181 - - uid: 96 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 181 - - uid: 98 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 181 - - uid: 102 - components: - - type: Transform - pos: -4.5,5.5 - parent: 181 -- proto: WindowDiagonal - entities: - - uid: 80 - components: - - type: Transform - pos: -3.5,7.5 - parent: 181 - - uid: 92 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 181 - - uid: 105 - components: - - type: Transform - pos: -4.5,6.5 - parent: 181 - - uid: 112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 - parent: 181 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 51: FloorGrayConcrete + 89: FloorSteel + 104: FloorTechMaint + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 181 + components: + - type: MetaData + name: NT-Reclaimer + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAMwAAAAAAMwAAAAAAeQAAAAAAWQAAAAABWQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: SalvageShuttle + - 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: + 4: -5,-3 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 3: -3,1 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 5: -1,-3 + - node: + color: '#FFFFFFFF' + id: ArrowsGreyscale + decals: + 185: -3,-5 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 183: -5,-5 + 184: -1,-5 + 188: -6,1 + 189: -5,1 + - node: + color: '#A4610696' + id: CheckerNWSE + decals: + 14: -3,2 + 15: -3,3 + 16: -3,4 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 2: -4,-1 + 186: -6,2 + 187: -5,2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Dirt + decals: + 49: -3,-6 + 50: -4,-6 + 51: -2,1 + 52: -4,2 + 53: -1,1 + 54: 0,2 + 55: -2,3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 19: -4,-3 + 20: -2,2 + 21: -3,4 + 22: -4,5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 28: -4,1 + 29: -3,2 + 30: -3,3 + 31: -2,4 + 32: -3,5 + 33: -2,-1 + 34: -3,-2 + 35: -2,-3 + 36: -3,-3 + 37: -3,-4 + 38: -2,-5 + 39: -1,-4 + 40: -1,-3 + 41: -3,-5 + 42: -4,-4 + 43: -5,-5 + 44: -5,-4 + 45: -5,-3 + 46: -5,-2 + 47: -4,-2 + 48: -1,-2 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 23: -2,-4 + 24: -4,-5 + 25: -2,-2 + 26: -3,-1 + 27: -3,1 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 8: -5,-2 + 9: -5,-1 + 18: -3,1 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 12: -1,-5 + 13: -1,-4 + 17: -3,5 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 6: -5,-5 + 7: -5,-4 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 10: -1,-1 + 11: -1,-2 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSE + decals: + 182: -5,-5 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSW + decals: + 181: -1,-5 + - node: + color: '#FFFFFFFF' + id: WarnEndN + decals: + 1: 0,2 + - node: + color: '#FFFFFFFF' + id: WarnEndS + decals: + 0: 0,1 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 178: -2,-5 + 179: -3,-5 + 180: -4,-5 + - node: + angle: -4.71238898038469 rad + color: '#00000034' + id: footprint + decals: + 120: -0.76830435,-4.312702 + 121: -1.1120543,-3.9220772 + 122: -1.2370543,-4.406452 + 123: -1.7526793,-4.109577 + 124: -1.7526793,-4.500202 + 125: -0.75267935,-2.5314522 + 126: -1.3308043,-2.1720772 + 127: -1.3933043,-2.6564522 + - node: + cleanable: True + angle: -3.141592653589793 rad + color: '#00000034' + id: footprint + decals: + 104: -2.8151793,1.7528267 + 105: -3.2995543,2.2528267 + 106: -2.8308043,2.3622017 + 107: -2.2995543,2.7372017 + 108: -2.3933043,1.1278267 + 109: -2.1276793,-1.5909233 + 110: -2.4089293,-1.9971733 + 111: -1.9245543,-2.6690483 + 112: -2.3620543,-3.0909233 + 113: -1.8776793,-3.6846733 + 114: -2.2683043,-4.0284233 + - node: + angle: -1.5707963267948966 rad + color: '#00000034' + id: footprint + decals: + 128: -1.2839293,-3.3127022 + 129: -0.94017935,-3.5627022 + 130: -5.2526793,-2.4064522 + 131: -4.8620543,-2.2814522 + 132: -4.2526793,-2.6720772 + 133: -4.0026793,-2.3595772 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#00000034' + id: footprint + decals: + 115: -5.1901793,-3.6720772 + 116: -4.7683043,-3.3752022 + 117: -4.2683043,-3.7970772 + 118: -4.0026793,-3.5002022 + 119: -3.4089293,-3.8908272 + - node: + angle: -1.5707963267948966 rad + color: '#0000004A' + id: footprint + decals: + 134: -5.1901793,-3.430749 + 135: -4.8464293,-3.602624 + 136: -4.4245543,-3.258874 + 137: -3.9558043,-3.586999 + 138: -3.5808043,-3.180749 + 139: -5.3776793,-4.086999 + 140: -4.5808043,-3.711999 + - node: + color: '#0000004A' + id: footprint + decals: + 141: -2.6433043,-2.883874 + 142: -2.3776793,-2.508874 + 143: -2.8933043,-1.8994989 + 144: -2.3933043,-1.5869989 + 145: -2.7683043,-0.89949894 + 146: -2.2370543,-0.71199894 + - node: + cleanable: True + angle: -4.71238898038469 rad + color: '#00000050' + id: footprint + decals: + 71: 0.44651008,1.0549397 + 72: -0.13161492,0.82056475 + 73: -0.49098992,1.0393147 + 74: -1.2097399,0.99243975 + 75: -1.6472399,1.2893147 + 76: -1.8659899,0.96118975 + 77: -2.89724,1.1486897 + 78: -4.1628647,1.2111897 + 79: -6.5534897,1.4611897 + 80: -6.7253647,1.1330647 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#00000050' + id: footprint + decals: + 64: -1.8659899,1.6955647 + 65: -1.5847399,1.2893147 + 66: -0.9753649,1.5861897 + 67: -0.28786492,1.2893147 + 68: 0.08713508,1.6643147 + 69: 0.5402601,1.4455647 + 70: 0.6652601,1.8518147 + - node: + cleanable: True + color: '#00000050' + id: footprint + decals: + 56: -2.61599,-0.929533 + 57: -2.86599,-0.648283 + 58: -3.11599,2.4611897 + 59: -2.787865,3.2268147 + 60: -2.86599,2.8205647 + 61: -3.11599,3.0393147 + 62: -3.08474,3.5393147 + 63: -2.67849,4.1486897 + 98: -3.162865,1.6799397 + 99: -2.39724,2.1643147 + 100: -2.037865,2.3674397 + 101: -2.39724,2.9768147 + 102: -3.17849,3.8205647 + 103: -3.569115,2.5705647 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#00000050' + id: footprint + decals: + 92: -1.7566149,0.91431475 + 93: -2.225365,1.7580647 + 94: -1.8503649,2.0861897 + 95: -1.5222399,2.1330647 + 96: -1.0847399,1.3049397 + 97: -2.569115,1.6955647 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#00000050' + id: footprint + decals: + 81: -6.7878647,2.0080647 + 82: -6.5222397,1.8049397 + 83: -4.5691147,2.0080647 + 84: -4.1941147,1.7424397 + 85: -3.86599,1.9455647 + 86: -6.5534897,0.69556475 + 87: -4.4597397,0.89868975 + 88: -4.1941147,1.2268147 + 89: -3.70974,1.0080647 + 90: -3.975365,0.75806475 + 91: -3.694115,1.4143147 + - node: + cleanable: True + color: '#0000001F' + id: splatter + decals: + 147: -3.6745543,-4.4900737 + 148: -3.9714293,-4.5369487 + 149: -3.4714293,-5.0681987 + 150: -4.2370543,-4.9744487 + 151: -1.5495543,-1.4431987 + 152: -1.7058043,-1.2713237 + 153: -1.2058043,-1.3650737 + 154: -1.0339293,-1.9119487 + - node: + cleanable: True + color: '#A461060F' + id: splatter + decals: + 155: -1.4245543,-4.7713237 + 156: -1.7526793,-4.3650737 + 157: -4.0808043,-1.8806987 + 158: -4.3464293,-1.9119487 + 159: -3.5183043,-2.8338237 + 160: -4.8620543,-4.0994487 + 161: -4.4714293,-4.7869487 + 162: -3.9245543,-5.9275737 + 163: -3.4558043,-6.0838237 + 164: -2.6433043,1.3849263 + 165: -2.1589293,1.6661763 + 166: -2.4558043,1.8224263 + 167: -2.4089293,1.1193013 + - node: + cleanable: True + color: '#D381C909' + id: splatter + decals: + 168: -2.5808043,-4.6931987 + - node: + cleanable: True + color: '#EFB34109' + id: splatter + decals: + 169: -4.6901793,-1.6619487 + 170: -3.7370543,-1.4275737 + 171: -3.2995543,-1.4588237 + 172: -3.5651793,-0.8494487 + 173: -3.5339293,4.1436462 + 174: -3.3464293,3.6905212 + 175: -4.0495543,3.1123965 + 176: -3.9870543,3.6592712 + 177: -2.3151793,4.6123962 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 52428 + 1: 8192 + -1,-3: + 0: 65504 + -1,-1: + 0: 65535 + -1,-2: + 0: 65535 + -2,1: + 0: 52428 + -1,0: + 0: 65535 + -1,1: + 0: 65535 + -1,2: + 0: 61183 + -1,3: + 0: 52974 + 0,-3: + 0: 65520 + 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: 140 + -2,0: + 0: 52428 + 1: 8738 + -2,2: + 0: 140 + -2,-2: + 0: 32768 + 1: 19656 + 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: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: GridPathfinding +- proto: AirlockCargoGlass + entities: + - uid: 29 + components: + - type: Transform + pos: -2.5,0.5 + parent: 181 + - uid: 127 + components: + - type: Transform + pos: -1.5,0.5 + parent: 181 +- proto: AirlockExternal + entities: + - uid: 49 + components: + - type: Transform + pos: -0.5,2.5 + parent: 181 + - uid: 54 + components: + - type: Transform + pos: -0.5,1.5 + parent: 181 +- proto: AirlockShuttle + entities: + - uid: 4 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,2.5 + parent: 181 + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 181 +- proto: APCBasic + entities: + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 181 + - uid: 68 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 181 +- proto: AtmosDeviceFanTiny + entities: + - uid: 128 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 181 + - uid: 129 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 181 + - uid: 130 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 181 +- proto: BlastDoorExterior1 + entities: + - uid: 37 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 181 + - type: DeviceLinkSink + links: + - 100 + - uid: 47 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 181 + - type: DeviceLinkSink + links: + - 100 + - uid: 69 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 181 + - type: DeviceLinkSink + links: + - 100 +- proto: BorgModuleMining + entities: + - uid: 94 + components: + - type: Transform + pos: -1.4982989,5.541272 + parent: 181 +- proto: CableApcExtension + entities: + - uid: 1 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 181 + - uid: 3 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 181 + - uid: 15 + components: + - type: Transform + pos: -4.5,3.5 + parent: 181 + - uid: 21 + components: + - type: Transform + pos: -3.5,3.5 + parent: 181 + - uid: 28 + components: + - type: Transform + pos: -2.5,3.5 + parent: 181 + - uid: 32 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 181 + - uid: 38 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 181 + - uid: 41 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 181 + - uid: 42 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 181 + - uid: 43 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 181 + - uid: 44 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 181 + - uid: 45 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 181 + - uid: 51 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 181 + - uid: 53 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 181 + - uid: 61 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 181 + - uid: 62 + components: + - type: Transform + pos: -2.5,4.5 + parent: 181 + - uid: 63 + components: + - type: Transform + pos: -2.5,2.5 + parent: 181 + - uid: 64 + components: + - type: Transform + pos: -2.5,1.5 + parent: 181 + - uid: 65 + components: + - type: Transform + pos: -2.5,5.5 + parent: 181 + - uid: 66 + components: + - type: Transform + pos: -1.5,2.5 + parent: 181 + - uid: 82 + components: + - type: Transform + pos: -0.5,2.5 + parent: 181 + - uid: 83 + components: + - type: Transform + pos: -4.5,1.5 + parent: 181 + - uid: 84 + components: + - type: Transform + pos: -3.5,1.5 + parent: 181 + - uid: 132 + components: + - type: Transform + pos: 0.5,2.5 + parent: 181 + - uid: 144 + components: + - type: Transform + pos: -5.5,1.5 + parent: 181 + - uid: 165 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 181 + - uid: 168 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 181 +- proto: CableHV + entities: + - uid: 6 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 181 + - uid: 58 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 181 + - uid: 59 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 181 + - uid: 74 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 181 + - uid: 75 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 181 + - uid: 76 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 181 +- proto: CableMV + entities: + - uid: 8 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 181 + - uid: 9 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 181 + - uid: 10 + components: + - type: Transform + pos: -2.5,2.5 + parent: 181 + - uid: 11 + components: + - type: Transform + pos: -2.5,3.5 + parent: 181 + - uid: 12 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 181 + - uid: 16 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 181 + - uid: 17 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 181 + - uid: 18 + components: + - type: Transform + pos: -4.5,3.5 + parent: 181 + - uid: 19 + components: + - type: Transform + pos: -2.5,0.5 + parent: 181 + - uid: 20 + components: + - type: Transform + pos: -3.5,3.5 + parent: 181 + - uid: 31 + components: + - type: Transform + pos: -2.5,1.5 + parent: 181 + - uid: 60 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 181 + - uid: 70 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 181 + - uid: 71 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 181 + - uid: 72 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 181 + - uid: 73 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 181 +- proto: CableTerminal + entities: + - uid: 77 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 181 +- proto: Catwalk + entities: + - uid: 48 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 181 +- proto: Chair + entities: + - uid: 55 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,5.5 + parent: 181 +- proto: ComputerCargoOrders + entities: + - uid: 153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 181 +- proto: ComputerShuttle + entities: + - uid: 156 + components: + - type: Transform + pos: -2.5,6.5 + parent: 181 +- proto: GasPort + entities: + - uid: 25 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 181 + - type: AtmosDevice + joinedGrid: 181 +- proto: GasVentPump + entities: + - uid: 26 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 181 + - type: AtmosDevice + joinedGrid: 181 +- proto: GeneratorBasic + entities: + - uid: 40 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 181 +- proto: GeneratorBasic15kW + entities: + - uid: 67 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 181 +- proto: GravityGeneratorMini + entities: + - uid: 39 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 181 +- proto: Grille + entities: + - uid: 14 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 181 + - uid: 33 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 181 + - uid: 34 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 181 + - uid: 50 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 181 + - uid: 56 + components: + - type: Transform + pos: -3.5,6.5 + parent: 181 + - uid: 57 + components: + - type: Transform + pos: -0.5,5.5 + parent: 181 + - uid: 136 + components: + - type: Transform + pos: -2.5,7.5 + parent: 181 + - uid: 151 + components: + - type: Transform + pos: -1.5,6.5 + parent: 181 +- proto: GrilleDiagonal + entities: + - uid: 46 + components: + - type: Transform + pos: -4.5,6.5 + parent: 181 + - uid: 101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 181 + - uid: 121 + components: + - type: Transform + pos: -3.5,7.5 + parent: 181 +- proto: Gyroscope + entities: + - uid: 169 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 181 +- proto: PersonalAI + entities: + - uid: 167 + components: + - type: Transform + pos: -1.4453101,4.467156 + parent: 181 +- proto: PoweredSmallLight + entities: + - uid: 138 + components: + - type: Transform + pos: -5.5,2.5 + parent: 181 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 181 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 181 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 142 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 181 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 181 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 27 + components: + - type: Transform + pos: -1.5,4.5 + parent: 181 + - uid: 52 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 181 +- proto: RandomPosterAny + entities: + - uid: 22 + components: + - type: Transform + pos: -0.5,3.5 + parent: 181 + - uid: 23 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 181 +- proto: SignalButtonExt1 + entities: + - uid: 100 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 181 + - type: DeviceLinkSource + linkedPorts: + 69: + - Pressed: Toggle + 37: + - Pressed: Toggle + 47: + - Pressed: Toggle +- proto: SMESBasic + entities: + - uid: 24 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 181 +- proto: SubstationWallBasic + entities: + - uid: 5 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-5.5 + parent: 181 +- proto: Table + entities: + - uid: 154 + components: + - type: Transform + pos: -1.5,5.5 + parent: 181 +- proto: Thruster + entities: + - uid: 35 + components: + - type: Transform + pos: 0.5,4.5 + parent: 181 + - uid: 115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 181 + - uid: 119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-6.5 + parent: 181 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 181 +- proto: WallSolid + entities: + - uid: 30 + components: + - type: Transform + pos: -3.5,0.5 + parent: 181 + - uid: 85 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 181 + - uid: 87 + components: + - type: Transform + pos: -4.5,3.5 + parent: 181 + - uid: 89 + components: + - type: Transform + pos: 0.5,0.5 + parent: 181 + - uid: 90 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 181 + - uid: 91 + components: + - type: Transform + pos: 1.5,3.5 + parent: 181 + - uid: 93 + components: + - type: Transform + pos: -6.5,1.5 + parent: 181 + - uid: 97 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 181 + - uid: 99 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 181 + - uid: 103 + components: + - type: Transform + pos: -6.5,3.5 + parent: 181 + - uid: 104 + components: + - type: Transform + pos: -0.5,3.5 + parent: 181 + - uid: 106 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 181 + - uid: 107 + components: + - type: Transform + pos: -4.5,4.5 + parent: 181 + - uid: 108 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 181 + - uid: 109 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 181 + - uid: 110 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 181 + - uid: 111 + components: + - type: Transform + pos: -5.5,3.5 + parent: 181 + - uid: 114 + components: + - type: Transform + pos: -5.5,0.5 + parent: 181 + - uid: 116 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 181 + - uid: 117 + components: + - type: Transform + pos: 0.5,3.5 + parent: 181 + - uid: 118 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 181 + - uid: 122 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 181 + - uid: 123 + components: + - type: Transform + pos: 1.5,0.5 + parent: 181 + - uid: 124 + components: + - type: Transform + pos: -6.5,0.5 + parent: 181 + - uid: 125 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 181 +- proto: WallSolidRust + entities: + - uid: 95 + components: + - type: Transform + pos: -6.5,2.5 + parent: 181 + - uid: 113 + components: + - type: Transform + pos: -0.5,0.5 + parent: 181 + - uid: 126 + components: + - type: Transform + pos: -4.5,0.5 + parent: 181 + - uid: 145 + components: + - type: Transform + pos: -0.5,4.5 + parent: 181 + - uid: 147 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 181 +- proto: Window + entities: + - uid: 2 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 181 + - uid: 36 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 181 + - uid: 78 + components: + - type: Transform + pos: -2.5,7.5 + parent: 181 + - uid: 79 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 181 + - uid: 81 + components: + - type: Transform + pos: -3.5,6.5 + parent: 181 + - uid: 86 + components: + - type: Transform + pos: -1.5,6.5 + parent: 181 + - uid: 88 + components: + - type: Transform + pos: -0.5,5.5 + parent: 181 + - uid: 96 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 181 + - uid: 98 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 181 + - uid: 102 + components: + - type: Transform + pos: -4.5,5.5 + parent: 181 +- proto: WindowDiagonal + entities: + - uid: 80 + components: + - type: Transform + pos: -3.5,7.5 + parent: 181 + - uid: 92 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,6.5 + parent: 181 + - uid: 105 + components: + - type: Transform + pos: -4.5,6.5 + parent: 181 + - uid: 112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 181 +... diff --git a/Resources/Maps/Shuttles/pirate.yml b/Resources/Maps/Shuttles/pirate.yml index e4a45969ca2..8d2912dbda8 100644 --- a/Resources/Maps/Shuttles/pirate.yml +++ b/Resources/Maps/Shuttles/pirate.yml @@ -1,5053 +1,5053 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 14: FloorBar - 29: FloorDark - 34: FloorDarkMono - 57: FloorHullReinforced - 64: FloorMetalDiamond - 77: FloorReinforced - 80: FloorShowroom - 89: FloorSteel - 96: FloorSteelDirty - 104: FloorTechMaint - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 1 - components: - - type: MetaData - - type: Transform - pos: 2.2710133,-2.4148211 - parent: invalid - - type: MapGrid - chunks: - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: eQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAYAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: - 121: -4,-4 - - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 81: -9,-1 - 82: -8,-1 - 83: -7,-6 - 92: -9,-5 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 5: 1,1 - 6: 1,1 - 7: 2,1 - 16: 3,9 - 17: 3,9 - 18: 3,8 - 19: 1,5 - 20: 2,4 - 21: 1,6 - 22: 0,6 - 23: -1,6 - 24: -1,7 - 25: -2,6 - 26: -1,6 - 27: -7,6 - 28: -6,6 - 29: -10,5 - 30: -9,8 - 31: -8,8 - 32: -5,9 - 33: -5,10 - 34: -3,9 - 35: -3,7 - 36: -3,7 - 37: -3,8 - 38: -2,9 - 39: -5,6 - 69: -1,0 - 70: -1,1 - 71: -5,0 - 133: 6,7 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtHeavyMonotile - decals: - 136: 7,6 - 137: 7,5 - 138: 6,6 - 139: 7,7 - 140: 4,3 - 141: 5,1 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 84: -10,-1 - 85: -7,-3 - 86: -6,-3 - 90: 1,7 - 91: 3,6 - 94: -9,-3 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 2: -7,3 - 3: -7,3 - 4: -8,3 - 9: 1,2 - 10: 1,3 - 11: 2,1 - 12: -9,3 - 13: -9,2 - 14: 2,4 - 15: -8,4 - 56: -10,6 - 57: -9,6 - 58: -3,6 - 59: -4,7 - 60: -2,7 - 61: -3,4 - 62: 3,6 - 63: 4,5 - 64: 1,7 - 65: -2,9 - 66: 4,6 - 67: 4,7 - 68: 3,6 - 111: -3,3 - 112: -2,2 - 113: -2,2 - 114: -2,2 - 115: -4,0 - 118: -9,1 - 119: -9,-1 - 120: -9,-1 - 134: 6,5 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: - 77: -9,1 - 78: -8,1 - 79: -7,-2 - 80: -7,-1 - 93: -9,-4 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: - 0: -7,2 - 1: -9,3 - 8: 2,2 - 40: -4,6 - 41: -5,7 - 42: -2,7 - 43: 2,5 - 44: 3,5 - 45: 2,3 - 46: -9,5 - 47: -8,4 - 48: -8,5 - 49: -7,5 - 50: -7,8 - 51: -8,6 - 52: -8,7 - 53: -4,9 - 54: -3,9 - 55: -2,10 - 72: -5,0 - 73: -2,0 - 74: -3,0 - 75: -1,2 - 76: -1,2 - 116: -3,4 - 117: 2,6 - 135: 6,6 - - node: - color: '#FFFFFF0C' - id: MiniTileOverlay - decals: - 122: -3,10 - 123: -3,9 - 124: -3,7 - 125: -3,6 - 126: -4,6 - 127: -5,6 - 128: -2,6 - 129: -1,6 - 130: -4,10 - 131: -5,10 - - node: - cleanable: True - color: '#FF7F8206' - id: MonoOverlay - decals: - 150: -3,12 - 151: -4,11 - 152: -2,11 - - node: - color: '#FFFFFF0C' - id: OffsetCheckerBOverlay - decals: - 132: 3,7 - - node: - color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale - decals: - 99: -4,3 - 100: -2,2 - 101: -3,2 - - node: - color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale180 - decals: - 97: -4,3 - 98: -3,3 - 102: -4,2 - 103: -3,2 - 108: -2,1 - - node: - color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale270 - decals: - 95: -2,3 - 96: -3,3 - 104: -2,2 - 105: -3,2 - 109: -4,1 - - node: - color: '#FFFFFFFF' - id: QuarterTileOverlayGreyscale90 - decals: - 106: -2,3 - 107: -3,1 - 110: -4,1 - - node: - cleanable: True - color: '#FFFFFFFF' - id: WarnLineE - decals: - 142: 5,3 - 143: 5,2 - 144: 5,1 - - node: - cleanable: True - color: '#FFFFFFFF' - id: WarnLineW - decals: - 145: -5,10 - 146: -4,10 - 147: -3,10 - 148: -2,10 - 149: -1,10 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarningLine - decals: - 87: -9,1 - 88: -9,2 - 89: -9,3 - - type: GridAtmosphere - version: 2 - data: - tiles: - -2,-1: - 0: 65535 - -1,-3: - 0: 65506 - -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: 53247 - 0,-3: - 0: 65520 - 0,-2: - 0: 65535 - 0,-1: - 0: 65535 - 1,-3: - 0: 13072 - 1,-2: - 0: 13107 - 1,-1: - 0: 30583 - 1: 34944 - 0,1: - 0: 65535 - 0,2: - 0: 65535 - 0,3: - 0: 65535 - 0,0: - 0: 65535 - 1,3: - 0: 4369 - 1,0: - 0: 30583 - 1: 34952 - 1,1: - 0: 30583 - 1: 34952 - 1,2: - 0: 4919 - 1: 8 - 0,4: - 0: 127 - -1,4: - 0: 140 - -2,0: - 0: 65535 - -3,0: - 0: 65535 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -2,2: - 0: 65535 - -2,3: - 0: 207 - -3,-1: - 0: 65535 - -3,-3: - 0: 8192 - -3,-2: - 0: 61154 - -2,-3: - 0: 4368 - -2,-2: - 0: 65531 - -3,3: - 0: 14 - 2,0: - 1: 4369 - 2,1: - 1: 4369 - 2,2: - 1: 1 - 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: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockExternalGlassShuttleSyndicateLocked - entities: - - uid: 2 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,15.5 - parent: 1 -- proto: AirlockExternalGlassSyndicateLocked - entities: - - uid: 3 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,8.5 - parent: 1 - - uid: 4 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,2.5 - parent: 1 - - uid: 5 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 -- proto: AirlockExternalShuttleSyndicateLocked - entities: - - uid: 6 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,2.5 - parent: 1 - - uid: 7 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,2.5 - parent: 1 -- proto: AirlockSyndicateGlassLocked - entities: - - uid: 8 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,0.5 - parent: 1 - - uid: 9 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,8.5 - parent: 1 - - uid: 10 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,6.5 - parent: 1 - - uid: 11 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,4.5 - parent: 1 - - uid: 12 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,4.5 - parent: 1 - - uid: 13 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 1 - - uid: 14 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,6.5 - parent: 1 -- proto: AirlockSyndicateLocked - entities: - - uid: 15 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 - parent: 1 - - uid: 16 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,8.5 - parent: 1 - - uid: 17 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,5.5 - parent: 1 - - uid: 18 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1 - - uid: 19 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,7.5 - parent: 1 - - uid: 20 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 1 -- proto: APCBasic - entities: - - uid: 21 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 22 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 23 - components: - - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 24 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 -- proto: AppraisalTool - entities: - - uid: 25 - components: - - type: Transform - pos: -7.2760534,-3.5222044 - parent: 1 - - uid: 26 - components: - - type: Transform - pos: -0.67882204,3.741016 - parent: 1 -- proto: AtmosDeviceFanTiny - entities: - - uid: 27 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,15.5 - parent: 1 - - uid: 28 - components: - - type: Transform - pos: -11.5,2.5 - parent: 1 - - uid: 772 - components: - - type: Transform - pos: 8.5,2.5 - parent: 1 -- proto: Bed - entities: - - uid: 29 - components: - - type: Transform - pos: -9.5,9.5 - parent: 1 - - uid: 30 - components: - - type: Transform - pos: 7.5,5.5 - parent: 1 -- proto: BedsheetBlack - entities: - - uid: 31 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,9.5 - parent: 1 -- proto: BedsheetOrange - entities: - - uid: 32 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,5.5 - parent: 1 -- proto: BoozeDispenser - entities: - - uid: 33 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-3.5 - parent: 1 - - type: ContainerContainer - containers: - ReagentDispenser-beaker: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - beakerSlot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: BoxLethalshot - entities: - - uid: 34 - components: - - type: Transform - pos: -3.588971,4.6360464 - parent: 1 -- proto: CableApcExtension - entities: - - uid: 35 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 36 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 37 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 38 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 - - uid: 39 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1 - - uid: 40 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 41 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 42 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1 - - uid: 43 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1 - - uid: 44 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1 - - uid: 45 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1 - - uid: 46 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1 - - uid: 47 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 48 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 49 - components: - - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 50 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 51 - components: - - type: Transform - pos: 4.5,6.5 - parent: 1 - - uid: 52 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1 - - uid: 53 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1 - - uid: 54 - components: - - type: Transform - pos: 3.5,9.5 - parent: 1 - - uid: 55 - components: - - type: Transform - pos: 3.5,10.5 - parent: 1 - - uid: 56 - components: - - type: Transform - pos: 3.5,11.5 - parent: 1 - - uid: 57 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 58 - components: - - type: Transform - pos: 3.5,13.5 - parent: 1 - - uid: 59 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 60 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 61 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 62 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 63 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 64 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1 - - uid: 65 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1 - - uid: 66 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1 - - uid: 67 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 68 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 69 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 70 - components: - - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 71 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 72 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1 - - uid: 73 - components: - - type: Transform - pos: -2.5,8.5 - parent: 1 - - uid: 74 - components: - - type: Transform - pos: -2.5,9.5 - parent: 1 - - uid: 75 - components: - - type: Transform - pos: -2.5,10.5 - parent: 1 - - uid: 76 - components: - - type: Transform - pos: -2.5,11.5 - parent: 1 - - uid: 77 - components: - - type: Transform - pos: -3.5,9.5 - parent: 1 - - uid: 78 - components: - - type: Transform - pos: -4.5,9.5 - parent: 1 - - uid: 79 - components: - - type: Transform - pos: -1.5,9.5 - parent: 1 - - uid: 80 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1 - - uid: 81 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 - - uid: 82 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 83 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 84 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 85 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 86 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 87 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 88 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 89 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 90 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 91 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 92 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 93 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 94 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 95 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1 - - uid: 96 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1 - - uid: 97 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1 - - uid: 98 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 - - uid: 99 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 100 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1 - - uid: 101 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 102 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - uid: 103 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 104 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 1 - - uid: 105 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 106 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 107 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 108 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 109 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 110 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 111 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 112 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 113 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 114 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 115 - components: - - type: Transform - pos: -8.5,2.5 - parent: 1 - - uid: 116 - components: - - type: Transform - pos: -9.5,2.5 - parent: 1 - - uid: 117 - components: - - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 118 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 119 - components: - - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 120 - components: - - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 121 - components: - - type: Transform - pos: -6.5,6.5 - parent: 1 - - uid: 122 - components: - - type: Transform - pos: -7.5,7.5 - parent: 1 - - uid: 123 - components: - - type: Transform - pos: -7.5,8.5 - parent: 1 - - uid: 124 - components: - - type: Transform - pos: -8.5,5.5 - parent: 1 - - uid: 125 - components: - - type: Transform - pos: -9.5,5.5 - parent: 1 - - uid: 126 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 127 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 128 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 129 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 130 - components: - - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 131 - components: - - type: Transform - pos: -7.5,9.5 - parent: 1 - - uid: 132 - components: - - type: Transform - pos: -10.5,5.5 - parent: 1 - - uid: 133 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 1 - - uid: 134 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1 - - uid: 135 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 1 - - uid: 136 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 1 - - uid: 137 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 138 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1 - - uid: 139 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 1 - - uid: 140 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 141 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 1 - - uid: 142 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1 - - uid: 143 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1 - - uid: 144 - components: - - type: Transform - pos: -8.5,9.5 - parent: 1 - - uid: 145 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1 - - uid: 146 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 147 - components: - - type: Transform - pos: -2.5,12.5 - parent: 1 - - uid: 148 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 149 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 150 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1 - - uid: 151 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1 - - uid: 152 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1 - - uid: 153 - components: - - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 154 - components: - - type: Transform - pos: -9.5,9.5 - parent: 1 - - uid: 155 - components: - - type: Transform - pos: -6.5,9.5 - parent: 1 - - uid: 156 - components: - - type: Transform - pos: 3.5,14.5 - parent: 1 - - uid: 157 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1 - - uid: 158 - components: - - type: Transform - pos: 7.5,2.5 - parent: 1 - - uid: 159 - components: - - type: Transform - pos: 5.5,6.5 - parent: 1 - - uid: 160 - components: - - type: Transform - pos: 6.5,6.5 - parent: 1 - - uid: 161 - components: - - type: Transform - pos: 7.5,6.5 - parent: 1 - - uid: 162 - components: - - type: Transform - pos: 5.5,7.5 - parent: 1 - - uid: 163 - components: - - type: Transform - pos: 5.5,5.5 - parent: 1 - - uid: 164 - components: - - type: Transform - pos: 8.5,6.5 - parent: 1 -- proto: Cablecuffs - entities: - - uid: 165 - components: - - type: Transform - pos: 1.5358834,5.585895 - parent: 1 -- proto: CableHV - entities: - - uid: 166 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 167 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - uid: 168 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 - - uid: 169 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 170 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 171 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1 - - uid: 172 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 173 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 174 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 - - uid: 175 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 1 - - uid: 176 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 - - uid: 177 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 178 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 179 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 180 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 181 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 182 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 183 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 184 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 185 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1 - - uid: 186 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1 - - uid: 187 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 188 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 189 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 190 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 191 - components: - - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 192 - components: - - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 193 - components: - - type: Transform - pos: -3.5,6.5 - parent: 1 - - uid: 194 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 195 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 196 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 197 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 198 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 199 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1 - - uid: 200 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 201 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1 - - uid: 202 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1 - - uid: 203 - components: - - type: Transform - pos: -6.5,6.5 - parent: 1 -- proto: CableMV - entities: - - uid: 204 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 - - uid: 205 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1 - - uid: 206 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1 - - uid: 207 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 208 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1 - - uid: 209 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1 - - uid: 210 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 211 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 1 - - uid: 212 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 213 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 214 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1 - - uid: 215 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1 - - uid: 216 - components: - - type: Transform - pos: -8.5,6.5 - parent: 1 - - uid: 217 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 218 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1 - - uid: 219 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1 - - uid: 220 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1 - - uid: 221 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1 - - uid: 222 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1 - - uid: 223 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1 - - uid: 224 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - uid: 225 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1 - - uid: 226 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 227 - components: - - type: Transform - pos: 4.5,8.5 - parent: 1 - - uid: 228 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 229 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 230 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 231 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 232 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 233 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 234 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1 -- proto: CableTerminal - entities: - - uid: 235 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 1 - - type: Physics - canCollide: False - - type: Fixtures - fixtures: {} -- proto: CarpetBlack - entities: - - uid: 236 - components: - - type: Transform - pos: -7.5,10.5 - parent: 1 - - uid: 237 - components: - - type: Transform - pos: -7.5,8.5 - parent: 1 - - uid: 238 - components: - - type: Transform - pos: -8.5,9.5 - parent: 1 - - uid: 239 - components: - - type: Transform - pos: -7.5,9.5 - parent: 1 - - uid: 240 - components: - - type: Transform - pos: -8.5,8.5 - parent: 1 - - uid: 241 - components: - - type: Transform - pos: -8.5,10.5 - parent: 1 - - uid: 242 - components: - - type: Transform - pos: -9.5,9.5 - parent: 1 - - uid: 243 - components: - - type: Transform - pos: -9.5,8.5 - parent: 1 - - uid: 244 - components: - - type: Transform - pos: -9.5,10.5 - parent: 1 -- proto: Catwalk - entities: - - uid: 245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,10.5 - parent: 1 - - uid: 246 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1 - - uid: 247 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 1 - - uid: 248 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1 - - uid: 249 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1 - - uid: 250 - components: - - type: Transform - pos: 0.5,-2.5 - parent: 1 - - uid: 251 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1 - - uid: 252 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1 - - uid: 253 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 254 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1 - - uid: 255 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1 - - uid: 256 - components: - - type: Transform - pos: 3.5,11.5 - parent: 1 - - uid: 257 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1 - - uid: 258 - components: - - type: Transform - pos: 3.5,13.5 - parent: 1 - - uid: 259 - components: - - type: Transform - pos: -10.5,2.5 - parent: 1 - - uid: 260 - components: - - type: Transform - pos: -7.5,1.5 - parent: 1 - - uid: 261 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 262 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 1 - - uid: 263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,14.5 - parent: 1 - - uid: 264 - components: - - type: Transform - pos: -6.5,6.5 - parent: 1 - - uid: 265 - components: - - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 266 - components: - - type: Transform - pos: -8.5,6.5 - parent: 1 - - uid: 267 - components: - - type: Transform - pos: -9.5,6.5 - parent: 1 - - uid: 268 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 269 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 270 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1 - - uid: 271 - components: - - type: Transform - pos: 7.5,2.5 - parent: 1 -- proto: Chair - entities: - - uid: 272 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,9.5 - parent: 1 - - uid: 273 - components: - - type: Transform - pos: -1.5,7.5 - parent: 1 -- proto: ChairPilotSeat - entities: - - uid: 274 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,12.5 - parent: 1 - - uid: 275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,11.5 - parent: 1 - - uid: 276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,11.5 - parent: 1 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 277 - components: - - type: Transform - pos: -10.5,3.5 - parent: 1 - - uid: 278 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 279 - components: - - type: Transform - pos: -2.4051805,-3.3849664 - parent: 1 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 280 - components: - - type: Transform - pos: 3.8298292,5.5017543 - parent: 1 - - type: Physics - canCollide: False -- proto: ClothingHeadHatPirate - entities: - - uid: 281 - components: - - type: Transform - pos: -6.554,8.790821 - parent: 1 -- proto: ClothingHeadHatPirateTricord - entities: - - uid: 282 - components: - - type: Transform - pos: -0.664912,7.833114 - parent: 1 -- proto: ClothingHeadHatWelding - entities: - - uid: 283 - components: - - type: Transform - pos: -6.50084,2.62934 - parent: 1 - - type: Physics - canCollide: False -- proto: ClothingHeadHelmetPodWars - entities: - - uid: 284 - components: - - type: Transform - pos: -4.5001793,0.72629523 - parent: 1 - - uid: 285 - components: - - type: Transform - pos: -4.7293463,0.43462825 - parent: 1 -- proto: ClothingMaskBreath - entities: - - uid: 286 - components: - - type: Transform - pos: 1.4823287,2.5088873 - parent: 1 - - uid: 287 - components: - - type: Transform - pos: 1.6489947,2.6338873 - parent: 1 - - uid: 288 - components: - - type: Transform - pos: 1.2739947,2.6963873 - parent: 1 -- proto: ClothingNeckCloakPirateCap - entities: - - uid: 289 - components: - - type: Transform - pos: -6.52275,8.478321 - parent: 1 -- proto: ClothingOuterArmorBasic - entities: - - uid: 290 - components: - - type: Transform - pos: -0.4558921,0.70815384 - parent: 1 - - uid: 291 - components: - - type: Transform - pos: -0.5808921,0.52065384 - parent: 1 - - uid: 292 - components: - - type: Transform - pos: -0.5965171,0.39565372 - parent: 1 -- proto: ClothingOuterArmorPodWars - entities: - - uid: 293 - components: - - type: Transform - pos: -4.6251793,0.7317376 - parent: 1 - - uid: 294 - components: - - type: Transform - pos: -4.6876793,0.56995964 - parent: 1 -- proto: ClothingOuterCoatPirate - entities: - - uid: 295 - components: - - type: Transform - pos: -6.27275,8.540821 - parent: 1 -- proto: ClothingOuterCoatSyndieCapArmored - entities: - - uid: 296 - components: - - type: Transform - pos: -0.47831082,10.750551 - parent: 1 -- proto: ClothingShoesBootsMag - entities: - - uid: 297 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 298 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 299 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 300 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 301 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 302 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 303 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 - - uid: 304 - components: - - type: Transform - pos: -0.55260205,3.4916167 - parent: 1 -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 305 - components: - - type: Transform - pos: -0.477412,7.442489 - parent: 1 - - uid: 306 - components: - - type: Transform - pos: -0.305537,7.583114 - parent: 1 -- proto: ComputerIFFSyndicate - entities: - - uid: 307 - components: - - type: Transform - pos: -1.5,12.5 - parent: 1 -- proto: ComputerRadar - entities: - - uid: 308 - components: - - type: Transform - pos: -3.5,12.5 - parent: 1 -- proto: ComputerShuttle - entities: - - uid: 309 - components: - - type: Transform - pos: -2.5,13.5 - parent: 1 -- proto: CratePirateChest - entities: - - uid: 310 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1 -- proto: CratePirateChestCaptain - entities: - - uid: 311 - components: - - type: Transform - pos: -9.5,8.5 - parent: 1 -- proto: CratePrivateSecure - entities: - - uid: 312 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1 -- proto: CrowbarRed - entities: - - uid: 313 - components: - - type: Transform - pos: -8.437552,-4.4587874 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkBottleAle - entities: - - uid: 314 - components: - - type: Transform - pos: -9.517828,-1.2026272 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkCognacBottleFull - entities: - - uid: 315 - components: - - type: Transform - pos: -9.455328,-1.4370022 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkGlass - entities: - - uid: 316 - components: - - type: Transform - pos: -7.3675203,-2.6619558 - parent: 1 - - type: Physics - canCollide: False - - uid: 317 - components: - - type: Transform - pos: -7.4925203,-2.2557058 - parent: 1 - - type: Physics - canCollide: False - - uid: 318 - components: - - type: Transform - pos: -7.2581453,-1.2869558 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkGrogGlass - entities: - - uid: 319 - components: - - type: Transform - pos: -7.611698,-3.9578404 - parent: 1 - - uid: 320 - components: - - type: Transform - pos: -7.580448,-1.5984654 - parent: 1 -- proto: DrinkShaker - entities: - - uid: 321 - components: - - type: Transform - pos: -9.676509,-1.6372542 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 322 - components: - - type: Transform - pos: -7.6487703,-3.1932058 - parent: 1 - - type: Physics - canCollide: False -- proto: DrinkWineBottleFull - entities: - - uid: 323 - components: - - type: Transform - pos: -9.720953,-1.2651272 - parent: 1 - - type: Physics - canCollide: False -- proto: FaxMachineSyndie - entities: - - uid: 324 - components: - - type: Transform - pos: -9.5,10.5 - parent: 1 - - type: FaxMachine - name: pirate fax -- proto: FireExtinguisher - entities: - - uid: 325 - components: - - type: Transform - pos: -4.625556,7.7085676 - parent: 1 - - type: Physics - canCollide: False - - uid: 326 - components: - - type: Transform - pos: -4.391181,7.6616926 - parent: 1 - - type: Physics - canCollide: False -- proto: Fireplace - entities: - - uid: 327 - components: - - type: Transform - pos: -7.5,10.5 - parent: 1 -- proto: GasMixerFlipped - entities: - - uid: 328 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 1 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasPassiveVent - entities: - - uid: 329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-7.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,10.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasPipeBend - entities: - - uid: 334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-2.5 - parent: 1 - - uid: 335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 1 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-2.5 - parent: 1 - - uid: 337 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1 - - uid: 338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-2.5 - parent: 1 - - uid: 339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 - parent: 1 - - uid: 340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,8.5 - parent: 1 -- proto: GasPipeFourway - entities: - - uid: 341 - components: - - type: Transform - pos: -7.5,6.5 - parent: 1 - - uid: 342 - components: - - type: Transform - pos: -2.5,6.5 - parent: 1 - - uid: 343 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 -- proto: GasPipeStraight - entities: - - uid: 344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 1 - - uid: 345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 1 - - uid: 346 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-3.5 - parent: 1 - - uid: 347 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-2.5 - parent: 1 - - uid: 348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-2.5 - parent: 1 - - uid: 349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 1 - - uid: 350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 1 - - uid: 351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-0.5 - parent: 1 - - uid: 352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,0.5 - parent: 1 - - uid: 353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,1.5 - parent: 1 - - uid: 354 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1 - - uid: 355 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1 - - uid: 356 - components: - - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,6.5 - parent: 1 - - uid: 358 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1 - - uid: 359 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 1 - - uid: 360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,6.5 - parent: 1 - - uid: 361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,6.5 - parent: 1 - - uid: 362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,6.5 - parent: 1 - - uid: 363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,6.5 - parent: 1 - - uid: 364 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1 - - uid: 365 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1 - - uid: 366 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1 - - uid: 367 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,1.5 - parent: 1 - - uid: 368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 - parent: 1 - - uid: 369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 1 - - uid: 370 - components: - - type: Transform - pos: -2.5,5.5 - parent: 1 - - uid: 371 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1 - - uid: 372 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1 - - uid: 373 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,2.5 - parent: 1 - - uid: 374 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,8.5 - parent: 1 - - uid: 375 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 1 - - uid: 376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,7.5 - parent: 1 - - uid: 377 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,8.5 - parent: 1 - - uid: 378 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1 - - uid: 379 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1 - - uid: 380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 1 - - uid: 381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-5.5 - parent: 1 - - uid: 382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 - parent: 1 - - uid: 383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-2.5 - parent: 1 - - uid: 385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-1.5 - parent: 1 - - uid: 386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,7.5 - parent: 1 - - uid: 387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,10.5 - parent: 1 - - uid: 388 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1 - - uid: 389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1 - - uid: 390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,10.5 - parent: 1 - - uid: 391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,10.5 - parent: 1 - - uid: 392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1 - - uid: 393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,1.5 - parent: 1 - - uid: 394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,6.5 - parent: 1 - - uid: 395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,6.5 - parent: 1 - - uid: 396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,6.5 - parent: 1 -- proto: GasPipeTJunction - entities: - - uid: 397 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,6.5 - parent: 1 - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 1 - - uid: 399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-3.5 - parent: 1 - - uid: 400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 1 - - uid: 401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,2.5 - parent: 1 - - uid: 402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 - parent: 1 - - uid: 403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,2.5 - parent: 1 - - uid: 404 - components: - - type: Transform - pos: -6.5,10.5 - parent: 1 -- proto: GasPort - entities: - - uid: 405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 406 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-5.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasPressurePump - entities: - - uid: 407 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-4.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasVentPump - entities: - - uid: 410 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,6.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-4.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 417 - components: - - type: Transform - pos: -2.5,9.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 418 - components: - - type: Transform - pos: 3.5,9.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,8.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,6.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GasVentScrubber - entities: - - uid: 422 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 423 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,10.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 425 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: GeneratorBasic15kW - entities: - - uid: 426 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - uid: 427 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1 - - uid: 428 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1 -- proto: GeneratorWallmountAPU - entities: - - uid: 429 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1 -- proto: GravityGeneratorMini - entities: - - uid: 430 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1 -- proto: Grille - entities: - - uid: 431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 1 - - uid: 432 - components: - - type: Transform - pos: 0.5,12.5 - parent: 1 - - uid: 433 - components: - - type: Transform - pos: -5.5,12.5 - parent: 1 - - uid: 434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 1 - - uid: 435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,13.5 - parent: 1 - - uid: 436 - components: - - type: Transform - pos: -10.5,8.5 - parent: 1 - - uid: 437 - components: - - type: Transform - pos: 4.5,11.5 - parent: 1 - - uid: 438 - components: - - type: Transform - pos: 2.5,12.5 - parent: 1 - - uid: 439 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1 - - uid: 440 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1 - - uid: 441 - components: - - type: Transform - pos: 2.5,11.5 - parent: 1 - - uid: 442 - components: - - type: Transform - pos: 4.5,13.5 - parent: 1 - - uid: 443 - components: - - type: Transform - pos: 4.5,12.5 - parent: 1 - - uid: 444 - components: - - type: Transform - pos: -10.5,10.5 - parent: 1 - - uid: 445 - components: - - type: Transform - pos: -10.5,9.5 - parent: 1 - - uid: 446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,13.5 - parent: 1 - - uid: 447 - components: - - type: Transform - pos: 2.5,13.5 - parent: 1 - - uid: 448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,1.5 - parent: 1 - - uid: 449 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,14.5 - parent: 1 - - uid: 450 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,14.5 - parent: 1 - - uid: 451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1 - - uid: 452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,14.5 - parent: 1 - - uid: 453 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,6.5 - parent: 1 - - uid: 454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 - parent: 1 - - uid: 455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 - parent: 1 -- proto: GrilleDiagonal - entities: - - uid: 456 - components: - - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,13.5 - parent: 1 - - uid: 458 - components: - - type: Transform - pos: -3.5,14.5 - parent: 1 - - uid: 459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,14.5 - parent: 1 -- proto: Gyroscope - entities: - - uid: 460 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1 - - uid: 461 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1 -- proto: HandheldHealthAnalyzer - entities: - - uid: 462 - components: - - type: Transform - pos: 3.4609303,5.7205043 - parent: 1 - - type: Physics - canCollide: False -- proto: Lighter - entities: - - uid: 463 - components: - - type: Transform - pos: -7.3640995,-4.4362655 - parent: 1 - - type: Physics - canCollide: False -- proto: MagazineBoxAntiMateriel - entities: - - uid: 464 - components: - - type: Transform - pos: -4.7390633,3.4536512 - parent: 1 -- proto: MagazineBoxMagnum - entities: - - uid: 465 - components: - - type: Transform - pos: -4.394046,3.4745688 - parent: 1 -- proto: MedkitFilled - entities: - - uid: 466 - components: - - type: Transform - pos: 4.3572884,5.694452 - parent: 1 - - uid: 467 - components: - - type: Transform - pos: 4.548579,5.6111293 - parent: 1 - - type: Physics - canCollide: False -- proto: MedkitOxygenFilled - entities: - - uid: 468 - components: - - type: Transform - pos: 4.579829,7.5955043 - parent: 1 - - type: Physics - canCollide: False -- proto: NitrogenCanister - entities: - - uid: 469 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: OxygenCanister - entities: - - uid: 470 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 471 - components: - - type: Transform - pos: -10.5,1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 472 - components: - - type: Transform - pos: -9.5,6.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 473 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 - - uid: 474 - components: - - type: Transform - pos: 7.5,1.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: PaperBin5 - entities: - - uid: 475 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1 -- proto: Pen - entities: - - uid: 476 - components: - - type: Transform - pos: -8.966801,10.694164 - parent: 1 -- proto: PosterContrabandRevolt - entities: - - uid: 477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,2.5 - parent: 1 -- proto: PosterContrabandRevolver - entities: - - uid: 478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,5.5 - parent: 1 -- proto: PosterContrabandRise - entities: - - uid: 479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,2.5 - parent: 1 -- proto: PosterContrabandSmoke - entities: - - uid: 480 - components: - - type: Transform - pos: -8.5,7.5 - parent: 1 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-0.5 - parent: 1 -- proto: PosterLegitUeNo - entities: - - uid: 482 - components: - - type: Transform - pos: -9.5,3.5 - parent: 1 -- proto: PowerCellRecharger - entities: - - uid: 483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 1 - - uid: 484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 1 -- proto: PoweredSmallLight - entities: - - uid: 485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,5.5 - parent: 1 - - uid: 486 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 487 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-4.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 490 - components: - - type: Transform - pos: -10.5,3.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,1.5 - parent: 1 - - uid: 492 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,3.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 495 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,2.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,0.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 498 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,11.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,6.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,5.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 502 - components: - - type: Transform - pos: -4.5,7.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 503 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,9.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 505 - components: - - type: Transform - pos: -8.5,10.5 - parent: 1 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,5.5 - parent: 1 - - uid: 507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 1 - - uid: 508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,1.5 - parent: 1 -- proto: Rack - entities: - - uid: 509 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1 - - uid: 510 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1 -- proto: RandomPosterContraband - entities: - - uid: 511 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1 - - uid: 512 - components: - - type: Transform - pos: -1.5,8.5 - parent: 1 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 513 - components: - - type: Transform - pos: 8.5,3.5 - parent: 1 - - uid: 514 - components: - - type: Transform - pos: -2.5,14.5 - parent: 1 - - uid: 515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,13.5 - parent: 1 - - uid: 516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,13.5 - parent: 1 - - uid: 517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 1 - - uid: 518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-1.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,13.5 - parent: 1 - - uid: 521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,12.5 - parent: 1 - - uid: 522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,12.5 - parent: 1 - - uid: 523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 - parent: 1 - - uid: 524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,10.5 - parent: 1 - - uid: 525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,12.5 - parent: 1 - - uid: 526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,11.5 - parent: 1 - - uid: 527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,13.5 - parent: 1 - - uid: 528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,8.5 - parent: 1 - - uid: 529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,14.5 - parent: 1 - - uid: 530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1 - - uid: 531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,9.5 - parent: 1 - - uid: 532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,12.5 - parent: 1 - - uid: 533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,14.5 - parent: 1 - - uid: 534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,1.5 - parent: 1 - - uid: 535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,3.5 - parent: 1 - - uid: 536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,7.5 - parent: 1 - - uid: 537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 - parent: 1 - - uid: 538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,6.5 - parent: 1 - - uid: 539 - components: - - type: Transform - pos: 8.5,1.5 - parent: 1 -- proto: ReinforcedPlasmaWindowDiagonal - entities: - - uid: 540 - components: - - type: Transform - pos: -5.5,13.5 - parent: 1 - - uid: 541 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,14.5 - parent: 1 - - uid: 542 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,13.5 - parent: 1 - - uid: 543 - components: - - type: Transform - pos: -3.5,14.5 - parent: 1 -- proto: RollerBed - entities: - - uid: 544 - components: - - type: Transform - pos: 1.5516887,5.6169386 - parent: 1 -- proto: SignPrison - entities: - - uid: 545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,7.5 - parent: 1 - - uid: 546 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,5.5 - parent: 1 -- proto: SinkWide - entities: - - uid: 547 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-4.5 - parent: 1 -- proto: SMESBasic - entities: - - uid: 548 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 1 -- proto: soda_dispenser - entities: - - uid: 549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-2.5 - parent: 1 - - type: ContainerContainer - containers: - ReagentDispenser-beaker: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - beakerSlot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: SpawnPointPirates - entities: - - uid: 550 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1 - - uid: 551 - components: - - type: Transform - pos: -8.5,9.5 - parent: 1 - - uid: 552 - components: - - type: Transform - pos: -7.5,2.5 - parent: 1 - - uid: 553 - components: - - type: Transform - pos: -7.5,5.5 - parent: 1 - - uid: 554 - components: - - type: Transform - pos: -2.5,10.5 - parent: 1 - - uid: 555 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1 - - uid: 556 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 1 - - uid: 557 - components: - - type: Transform - pos: 2.5,6.5 - parent: 1 - - uid: 558 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1 -- proto: StoolBar - entities: - - uid: 559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-3.5 - parent: 1 - - uid: 560 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-4.5 - parent: 1 - - uid: 561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 1 - - uid: 562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 1 -- proto: StorageCanister - entities: - - uid: 563 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1 - - type: AtmosDevice - joinedGrid: 1 -- proto: SubstationBasic - entities: - - uid: 564 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1 - - uid: 565 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1 -- proto: SuitStorageEVAPirate - entities: - - uid: 566 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1 - - uid: 567 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1 - - uid: 568 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1 - - uid: 569 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1 - - uid: 570 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1 - - uid: 571 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1 - - uid: 572 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1 - - uid: 573 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1 -- proto: SuitStoragePirateCap - entities: - - uid: 574 - components: - - type: Transform - pos: -8.5,8.5 - parent: 1 -- proto: SyndicatePersonalAI - entities: - - uid: 575 - components: - - type: Transform - pos: -4.477404,12.530636 - parent: 1 -- proto: Table - entities: - - uid: 576 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 1 - - uid: 577 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1 - - uid: 578 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1 - - uid: 579 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1 - - uid: 580 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 1 - - uid: 581 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 1 - - uid: 582 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 1 - - uid: 583 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1 - - uid: 584 - components: - - type: Transform - pos: -4.5,4.5 - parent: 1 - - uid: 585 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1 - - uid: 586 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1 - - uid: 587 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1 - - uid: 588 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1 - - uid: 589 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1 - - uid: 590 - components: - - type: Transform - pos: -4.5,7.5 - parent: 1 - - uid: 591 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1 - - uid: 592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 1 - - uid: 593 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 1 -- proto: TableReinforced - entities: - - uid: 594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,12.5 - parent: 1 - - uid: 595 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1 - - uid: 596 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1 - - uid: 597 - components: - - type: Transform - pos: -0.5,10.5 - parent: 1 - - uid: 598 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1 - - uid: 599 - components: - - type: Transform - pos: -4.5,9.5 - parent: 1 - - uid: 600 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1 -- proto: TableWood - entities: - - uid: 601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1 - - uid: 602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1 - - uid: 603 - components: - - type: Transform - pos: -6.5,8.5 - parent: 1 -- proto: Thruster - entities: - - uid: 604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 1 - - uid: 605 - components: - - type: Transform - pos: -7.5,12.5 - parent: 1 - - uid: 606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-6.5 - parent: 1 - - uid: 607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 - parent: 1 - - uid: 608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,9.5 - parent: 1 - - uid: 609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-6.5 - parent: 1 - - uid: 610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-6.5 - parent: 1 - - uid: 611 - components: - - type: Transform - pos: 1.5,11.5 - parent: 1 - - uid: 612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,6.5 - parent: 1 - - uid: 613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 1 - - uid: 614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 1 - - uid: 748 - components: - - type: Transform - pos: -8.5,12.5 - parent: 1 -- proto: ToolboxElectricalTurret - entities: - - uid: 615 - components: - - type: MetaData - name: turret box - - type: Transform - pos: -1.4007742,4.714716 - parent: 1 - - uid: 616 - components: - - type: MetaData - name: turret box - - type: Transform - pos: -1.6820242,4.308466 - parent: 1 -- proto: VendingMachineCigs - entities: - - uid: 617 - components: - - type: MetaData - name: cigarette machine - - type: Transform - pos: -6.5,-5.5 - parent: 1 -- proto: VendingMachineSovietSoda - entities: - - uid: 618 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 619 - components: - - type: Transform - pos: -9.5,5.5 - parent: 1 - - uid: 620 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1 -- proto: VendingMachineYouTool - entities: - - uid: 621 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1 -- proto: WallPlastitanium - entities: - - uid: 622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,4.5 - parent: 1 - - uid: 623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,8.5 - parent: 1 - - uid: 624 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,4.5 - parent: 1 - - uid: 625 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,8.5 - parent: 1 - - uid: 626 - components: - - type: Transform - pos: 7.5,0.5 - parent: 1 - - uid: 627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,7.5 - parent: 1 - - uid: 628 - components: - - type: Transform - pos: 8.5,4.5 - parent: 1 - - uid: 629 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1 - - uid: 630 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1 - - uid: 631 - components: - - type: Transform - pos: 0.5,11.5 - parent: 1 - - uid: 632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 - parent: 1 - - uid: 633 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,1.5 - parent: 1 - - uid: 634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 1 - - uid: 635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,2.5 - parent: 1 - - uid: 636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 1 - - uid: 637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,5.5 - parent: 1 - - uid: 638 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,1.5 - parent: 1 - - uid: 639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 1 - - uid: 640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 1 - - uid: 641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,5.5 - parent: 1 - - uid: 642 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 - parent: 1 - - uid: 643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-0.5 - parent: 1 - - uid: 644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-0.5 - parent: 1 - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 1 - - uid: 646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 1 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 1 - - uid: 648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-0.5 - parent: 1 - - uid: 649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1 - - uid: 650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 1 - - uid: 651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 - parent: 1 - - uid: 652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-0.5 - parent: 1 - - uid: 653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,5.5 - parent: 1 - - uid: 654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,2.5 - parent: 1 - - uid: 655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,9.5 - parent: 1 - - uid: 656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 - parent: 1 - - uid: 657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1 - - uid: 658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,10.5 - parent: 1 - - uid: 659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 - parent: 1 - - uid: 660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 1 - - uid: 661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 1 - - uid: 662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 1 - - uid: 663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,9.5 - parent: 1 - - uid: 664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-6.5 - parent: 1 - - uid: 665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 1 - - uid: 666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 1 - - uid: 667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-5.5 - parent: 1 - - uid: 668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 1 - - uid: 669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 1 - - uid: 670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,11.5 - parent: 1 - - uid: 671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-5.5 - parent: 1 - - uid: 672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,4.5 - parent: 1 - - uid: 673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,11.5 - parent: 1 - - uid: 674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 1 - - uid: 675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,10.5 - parent: 1 - - uid: 676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-6.5 - parent: 1 - - uid: 677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 1 - - uid: 678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 1 - - uid: 679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,11.5 - parent: 1 - - uid: 680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 1 - - uid: 681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,11.5 - parent: 1 - - uid: 682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 1 - - uid: 683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 1 - - uid: 684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 1 - - uid: 685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-4.5 - parent: 1 - - uid: 686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 1 - - uid: 687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 1 - - uid: 688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,7.5 - parent: 1 - - uid: 689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 1 - - uid: 690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,8.5 - parent: 1 - - uid: 691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 1 - - uid: 692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-5.5 - parent: 1 - - uid: 693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-6.5 - parent: 1 - - uid: 694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,9.5 - parent: 1 - - uid: 695 - components: - - type: Transform - pos: 6.5,3.5 - parent: 1 - - uid: 696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 - parent: 1 - - uid: 697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-6.5 - parent: 1 - - uid: 698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-3.5 - parent: 1 - - uid: 699 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,0.5 - parent: 1 - - uid: 700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,0.5 - parent: 1 - - uid: 701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 1 - - uid: 702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 1 - - uid: 703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,4.5 - parent: 1 - - uid: 704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,5.5 - parent: 1 - - uid: 705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,3.5 - parent: 1 - - uid: 706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,4.5 - parent: 1 - - uid: 707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,7.5 - parent: 1 - - uid: 708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 1 - - uid: 709 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,11.5 - parent: 1 - - uid: 710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,11.5 - parent: 1 - - uid: 711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,8.5 - parent: 1 - - uid: 712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 1 - - uid: 713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,8.5 - parent: 1 - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 1 - - uid: 715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 1 - - uid: 716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 1 - - uid: 717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,9.5 - parent: 1 - - uid: 718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 - parent: 1 - - uid: 719 - components: - - type: Transform - pos: 5.5,8.5 - parent: 1 - - uid: 720 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1 - - uid: 721 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 1 - - uid: 722 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,8.5 - parent: 1 - - uid: 723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,8.5 - parent: 1 - - uid: 724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 1 - - uid: 725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,7.5 - parent: 1 - - uid: 726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-4.5 - parent: 1 - - uid: 727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,10.5 - parent: 1 - - uid: 728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,6.5 - parent: 1 - - uid: 729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,7.5 - parent: 1 - - uid: 730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-4.5 - parent: 1 - - uid: 731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-3.5 - parent: 1 - - uid: 732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-2.5 - parent: 1 - - uid: 733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 1 - - uid: 734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 1 - - uid: 735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-2.5 - parent: 1 - - uid: 736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,7.5 - parent: 1 - - uid: 737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,10.5 - parent: 1 - - uid: 738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,15.5 - parent: 1 - - uid: 739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,15.5 - parent: 1 - - uid: 740 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-2.5 - parent: 1 - - uid: 741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,5.5 - parent: 1 - - uid: 742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-1.5 - parent: 1 - - uid: 743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-0.5 - parent: 1 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,8.5 - parent: 1 - - uid: 745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-2.5 - parent: 1 - - uid: 746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-7.5 - parent: 1 - - uid: 747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-2.5 - parent: 1 - - uid: 749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,12.5 - parent: 1 - - uid: 750 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 1 - - uid: 751 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-6.5 - parent: 1 - - uid: 752 - components: - - type: Transform - pos: -11.5,7.5 - parent: 1 - - uid: 753 - components: - - type: Transform - pos: -11.5,4.5 - parent: 1 - - uid: 754 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,5.5 - parent: 1 - - uid: 755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 1 - - uid: 756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,0.5 - parent: 1 - - uid: 757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 1 - - uid: 758 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,0.5 - parent: 1 - - uid: 759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 1 - - uid: 773 - components: - - type: Transform - pos: -9.5,12.5 - parent: 1 - - uid: 774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,10.5 - parent: 1 -- proto: WardrobePrisonFilled - entities: - - uid: 760 - components: - - type: Transform - pos: 7.5,7.5 - parent: 1 -- proto: WaterTankFull - entities: - - uid: 761 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1 -- proto: WeaponCapacitorRecharger - entities: - - uid: 762 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1 -- proto: WeaponLaserGun - entities: - - uid: 763 - components: - - type: Transform - pos: -8.532435,10.5924015 - parent: 1 -- proto: WeaponMakeshiftLaser - entities: - - uid: 764 - components: - - type: Transform - pos: -4.4356194,4.035976 - parent: 1 - - uid: 765 - components: - - type: Transform - pos: -4.3887444,4.004726 - parent: 1 -- proto: WeaponRevolverPirate - entities: - - uid: 766 - components: - - type: Transform - pos: -4.5137444,4.332851 - parent: 1 -- proto: WeaponShotgunBlunderbuss - entities: - - uid: 767 - components: - - type: Transform - pos: -4.4981194,4.692226 - parent: 1 - - uid: 768 - components: - - type: Transform - pos: -4.5263147,4.6892104 - parent: 1 -- proto: WelderMini - entities: - - uid: 769 - components: - - type: Transform - pos: -6.391465,2.47309 - parent: 1 - - type: Physics - canCollide: False -- proto: WeldingFuelTankFull - entities: - - uid: 770 - components: - - type: Transform - pos: -6.5,1.5 - parent: 1 -- proto: Wrench - entities: - - uid: 771 - components: - - type: Transform - pos: 2.4808617,-4.4780817 - parent: 1 - - type: Physics - canCollide: False -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 14: FloorBar + 29: FloorDark + 34: FloorDarkMono + 57: FloorHullReinforced + 64: FloorMetalDiamond + 77: FloorReinforced + 80: FloorShowroom + 89: FloorSteel + 96: FloorSteelDirty + 104: FloorTechMaint + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + - type: Transform + pos: 2.2710133,-2.4148211 + parent: invalid + - type: MapGrid + chunks: + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAQAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAIgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAOQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAOQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: eQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAYAAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQAAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: + 121: -4,-4 + - node: + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 81: -9,-1 + 82: -8,-1 + 83: -7,-6 + 92: -9,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 5: 1,1 + 6: 1,1 + 7: 2,1 + 16: 3,9 + 17: 3,9 + 18: 3,8 + 19: 1,5 + 20: 2,4 + 21: 1,6 + 22: 0,6 + 23: -1,6 + 24: -1,7 + 25: -2,6 + 26: -1,6 + 27: -7,6 + 28: -6,6 + 29: -10,5 + 30: -9,8 + 31: -8,8 + 32: -5,9 + 33: -5,10 + 34: -3,9 + 35: -3,7 + 36: -3,7 + 37: -3,8 + 38: -2,9 + 39: -5,6 + 69: -1,0 + 70: -1,1 + 71: -5,0 + 133: 6,7 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtHeavyMonotile + decals: + 136: 7,6 + 137: 7,5 + 138: 6,6 + 139: 7,7 + 140: 4,3 + 141: 5,1 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 84: -10,-1 + 85: -7,-3 + 86: -6,-3 + 90: 1,7 + 91: 3,6 + 94: -9,-3 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 2: -7,3 + 3: -7,3 + 4: -8,3 + 9: 1,2 + 10: 1,3 + 11: 2,1 + 12: -9,3 + 13: -9,2 + 14: 2,4 + 15: -8,4 + 56: -10,6 + 57: -9,6 + 58: -3,6 + 59: -4,7 + 60: -2,7 + 61: -3,4 + 62: 3,6 + 63: 4,5 + 64: 1,7 + 65: -2,9 + 66: 4,6 + 67: 4,7 + 68: 3,6 + 111: -3,3 + 112: -2,2 + 113: -2,2 + 114: -2,2 + 115: -4,0 + 118: -9,1 + 119: -9,-1 + 120: -9,-1 + 134: 6,5 + - node: + color: '#FFFFFFFF' + id: DirtMedium + decals: + 77: -9,1 + 78: -8,1 + 79: -7,-2 + 80: -7,-1 + 93: -9,-4 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtMedium + decals: + 0: -7,2 + 1: -9,3 + 8: 2,2 + 40: -4,6 + 41: -5,7 + 42: -2,7 + 43: 2,5 + 44: 3,5 + 45: 2,3 + 46: -9,5 + 47: -8,4 + 48: -8,5 + 49: -7,5 + 50: -7,8 + 51: -8,6 + 52: -8,7 + 53: -4,9 + 54: -3,9 + 55: -2,10 + 72: -5,0 + 73: -2,0 + 74: -3,0 + 75: -1,2 + 76: -1,2 + 116: -3,4 + 117: 2,6 + 135: 6,6 + - node: + color: '#FFFFFF0C' + id: MiniTileOverlay + decals: + 122: -3,10 + 123: -3,9 + 124: -3,7 + 125: -3,6 + 126: -4,6 + 127: -5,6 + 128: -2,6 + 129: -1,6 + 130: -4,10 + 131: -5,10 + - node: + cleanable: True + color: '#FF7F8206' + id: MonoOverlay + decals: + 150: -3,12 + 151: -4,11 + 152: -2,11 + - node: + color: '#FFFFFF0C' + id: OffsetCheckerBOverlay + decals: + 132: 3,7 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale + decals: + 99: -4,3 + 100: -2,2 + 101: -3,2 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale180 + decals: + 97: -4,3 + 98: -3,3 + 102: -4,2 + 103: -3,2 + 108: -2,1 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale270 + decals: + 95: -2,3 + 96: -3,3 + 104: -2,2 + 105: -3,2 + 109: -4,1 + - node: + color: '#FFFFFFFF' + id: QuarterTileOverlayGreyscale90 + decals: + 106: -2,3 + 107: -3,1 + 110: -4,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: WarnLineE + decals: + 142: 5,3 + 143: 5,2 + 144: 5,1 + - node: + cleanable: True + color: '#FFFFFFFF' + id: WarnLineW + decals: + 145: -5,10 + 146: -4,10 + 147: -3,10 + 148: -2,10 + 149: -1,10 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarningLine + decals: + 87: -9,1 + 88: -9,2 + 89: -9,3 + - type: GridAtmosphere + version: 2 + data: + tiles: + -2,-1: + 0: 65535 + -1,-3: + 0: 65506 + -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: 53247 + 0,-3: + 0: 65520 + 0,-2: + 0: 65535 + 0,-1: + 0: 65535 + 1,-3: + 0: 13072 + 1,-2: + 0: 13107 + 1,-1: + 0: 30583 + 1: 34944 + 0,1: + 0: 65535 + 0,2: + 0: 65535 + 0,3: + 0: 65535 + 0,0: + 0: 65535 + 1,3: + 0: 4369 + 1,0: + 0: 30583 + 1: 34952 + 1,1: + 0: 30583 + 1: 34952 + 1,2: + 0: 4919 + 1: 8 + 0,4: + 0: 127 + -1,4: + 0: 140 + -2,0: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -2,2: + 0: 65535 + -2,3: + 0: 207 + -3,-1: + 0: 65535 + -3,-3: + 0: 8192 + -3,-2: + 0: 61154 + -2,-3: + 0: 4368 + -2,-2: + 0: 65531 + -3,3: + 0: 14 + 2,0: + 1: 4369 + 2,1: + 1: 4369 + 2,2: + 1: 1 + 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: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockExternalGlassShuttleSyndicateLocked + entities: + - uid: 2 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 1 +- proto: AirlockExternalGlassSyndicateLocked + entities: + - uid: 3 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 1 + - uid: 4 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1 + - uid: 5 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 +- proto: AirlockExternalShuttleSyndicateLocked + entities: + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 1 + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 +- proto: AirlockSyndicateGlassLocked + entities: + - uid: 8 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 1 + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1 + - uid: 10 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1 + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,4.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1 +- proto: AirlockSyndicateLocked + entities: + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 1 + - uid: 16 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,8.5 + parent: 1 + - uid: 17 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,5.5 + parent: 1 + - uid: 18 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1 + - uid: 19 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,7.5 + parent: 1 + - uid: 20 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 +- proto: APCBasic + entities: + - uid: 21 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 22 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 23 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 24 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: AppraisalTool + entities: + - uid: 25 + components: + - type: Transform + pos: -7.2760534,-3.5222044 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -0.67882204,3.741016 + parent: 1 +- proto: AtmosDeviceFanTiny + entities: + - uid: 27 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,15.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1 + - uid: 772 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 +- proto: Bed + entities: + - uid: 29 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 30 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 +- proto: BedsheetBlack + entities: + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,9.5 + parent: 1 +- proto: BedsheetOrange + entities: + - uid: 32 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,5.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 33 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 1 + - type: ContainerContainer + containers: + ReagentDispenser-beaker: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + beakerSlot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: BoxLethalshot + entities: + - uid: 34 + components: + - type: Transform + pos: -3.588971,4.6360464 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 35 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 36 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 37 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 38 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 4.5,6.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: -3.5,9.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: -1.5,9.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 95 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 107 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -8.5,2.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -9.5,2.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -7.5,7.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -8.5,5.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1 + - uid: 133 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 6.5,6.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 7.5,6.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 +- proto: Cablecuffs + entities: + - uid: 165 + components: + - type: Transform + pos: 1.5358834,5.585895 + parent: 1 +- proto: CableHV + entities: + - uid: 166 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 184 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 +- proto: CableMV + entities: + - uid: 204 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1 + - uid: 206 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - type: Physics + canCollide: False + - type: Fixtures + fixtures: {} +- proto: CarpetBlack + entities: + - uid: 236 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 1 + - uid: 248 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1 + - uid: 249 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1 + - uid: 250 + components: + - type: Transform + pos: 0.5,-2.5 + parent: 1 + - uid: 251 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1 + - uid: 252 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 253 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 254 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 255 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1 + - uid: 256 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1 + - uid: 257 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1 + - uid: 258 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1 + - uid: 259 + components: + - type: Transform + pos: -10.5,2.5 + parent: 1 + - uid: 260 + components: + - type: Transform + pos: -7.5,1.5 + parent: 1 + - uid: 261 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,14.5 + parent: 1 + - uid: 264 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1 + - uid: 265 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 266 + components: + - type: Transform + pos: -8.5,6.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - uid: 268 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 269 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 270 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 271 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 +- proto: Chair + entities: + - uid: 272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,9.5 + parent: 1 + - uid: 273 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,11.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 277 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - uid: 278 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 279 + components: + - type: Transform + pos: -2.4051805,-3.3849664 + parent: 1 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 280 + components: + - type: Transform + pos: 3.8298292,5.5017543 + parent: 1 + - type: Physics + canCollide: False +- proto: ClothingHeadHatPirate + entities: + - uid: 281 + components: + - type: Transform + pos: -6.554,8.790821 + parent: 1 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 282 + components: + - type: Transform + pos: -0.664912,7.833114 + parent: 1 +- proto: ClothingHeadHatWelding + entities: + - uid: 283 + components: + - type: Transform + pos: -6.50084,2.62934 + parent: 1 + - type: Physics + canCollide: False +- proto: ClothingHeadHelmetPodWars + entities: + - uid: 284 + components: + - type: Transform + pos: -4.5001793,0.72629523 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: -4.7293463,0.43462825 + parent: 1 +- proto: ClothingMaskBreath + entities: + - uid: 286 + components: + - type: Transform + pos: 1.4823287,2.5088873 + parent: 1 + - uid: 287 + components: + - type: Transform + pos: 1.6489947,2.6338873 + parent: 1 + - uid: 288 + components: + - type: Transform + pos: 1.2739947,2.6963873 + parent: 1 +- proto: ClothingNeckCloakPirateCap + entities: + - uid: 289 + components: + - type: Transform + pos: -6.52275,8.478321 + parent: 1 +- proto: ClothingOuterArmorBasic + entities: + - uid: 290 + components: + - type: Transform + pos: -0.4558921,0.70815384 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: -0.5808921,0.52065384 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: -0.5965171,0.39565372 + parent: 1 +- proto: ClothingOuterArmorPodWars + entities: + - uid: 293 + components: + - type: Transform + pos: -4.6251793,0.7317376 + parent: 1 + - uid: 294 + components: + - type: Transform + pos: -4.6876793,0.56995964 + parent: 1 +- proto: ClothingOuterCoatPirate + entities: + - uid: 295 + components: + - type: Transform + pos: -6.27275,8.540821 + parent: 1 +- proto: ClothingOuterCoatSyndieCapArmored + entities: + - uid: 296 + components: + - type: Transform + pos: -0.47831082,10.750551 + parent: 1 +- proto: ClothingShoesBootsMag + entities: + - uid: 297 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 298 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 299 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 300 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 301 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 302 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 303 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 + - uid: 304 + components: + - type: Transform + pos: -0.55260205,3.4916167 + parent: 1 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 305 + components: + - type: Transform + pos: -0.477412,7.442489 + parent: 1 + - uid: 306 + components: + - type: Transform + pos: -0.305537,7.583114 + parent: 1 +- proto: ComputerIFFSyndicate + entities: + - uid: 307 + components: + - type: Transform + pos: -1.5,12.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 308 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1 +- proto: ComputerShuttle + entities: + - uid: 309 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1 +- proto: CratePirateChest + entities: + - uid: 310 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 +- proto: CratePirateChestCaptain + entities: + - uid: 311 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1 +- proto: CratePrivateSecure + entities: + - uid: 312 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 +- proto: CrowbarRed + entities: + - uid: 313 + components: + - type: Transform + pos: -8.437552,-4.4587874 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkBottleAle + entities: + - uid: 314 + components: + - type: Transform + pos: -9.517828,-1.2026272 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkCognacBottleFull + entities: + - uid: 315 + components: + - type: Transform + pos: -9.455328,-1.4370022 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkGlass + entities: + - uid: 316 + components: + - type: Transform + pos: -7.3675203,-2.6619558 + parent: 1 + - type: Physics + canCollide: False + - uid: 317 + components: + - type: Transform + pos: -7.4925203,-2.2557058 + parent: 1 + - type: Physics + canCollide: False + - uid: 318 + components: + - type: Transform + pos: -7.2581453,-1.2869558 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkGrogGlass + entities: + - uid: 319 + components: + - type: Transform + pos: -7.611698,-3.9578404 + parent: 1 + - uid: 320 + components: + - type: Transform + pos: -7.580448,-1.5984654 + parent: 1 +- proto: DrinkShaker + entities: + - uid: 321 + components: + - type: Transform + pos: -9.676509,-1.6372542 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 322 + components: + - type: Transform + pos: -7.6487703,-3.1932058 + parent: 1 + - type: Physics + canCollide: False +- proto: DrinkWineBottleFull + entities: + - uid: 323 + components: + - type: Transform + pos: -9.720953,-1.2651272 + parent: 1 + - type: Physics + canCollide: False +- proto: FaxMachineSyndie + entities: + - uid: 324 + components: + - type: Transform + pos: -9.5,10.5 + parent: 1 + - type: FaxMachine + name: pirate fax +- proto: FireExtinguisher + entities: + - uid: 325 + components: + - type: Transform + pos: -4.625556,7.7085676 + parent: 1 + - type: Physics + canCollide: False + - uid: 326 + components: + - type: Transform + pos: -4.391181,7.6616926 + parent: 1 + - type: Physics + canCollide: False +- proto: Fireplace + entities: + - uid: 327 + components: + - type: Transform + pos: -7.5,10.5 + parent: 1 +- proto: GasMixerFlipped + entities: + - uid: 328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 1 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPassiveVent + entities: + - uid: 329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPipeBend + entities: + - uid: 334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 337 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1 + - uid: 338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-2.5 + parent: 1 + - uid: 339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,8.5 + parent: 1 +- proto: GasPipeFourway + entities: + - uid: 341 + components: + - type: Transform + pos: -7.5,6.5 + parent: 1 + - uid: 342 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 +- proto: GasPipeStraight + entities: + - uid: 344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 1 + - uid: 345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 1 + - uid: 346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-2.5 + parent: 1 + - uid: 348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 1 + - uid: 350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-0.5 + parent: 1 + - uid: 352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,0.5 + parent: 1 + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,1.5 + parent: 1 + - uid: 354 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1 + - uid: 355 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1 + - uid: 356 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1 + - uid: 358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1 + - uid: 359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1 + - uid: 360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,6.5 + parent: 1 + - uid: 361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 + - uid: 362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,6.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 365 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1 + - uid: 366 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 1 + - uid: 368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,0.5 + parent: 1 + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 370 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 371 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1 + - uid: 372 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1 + - uid: 373 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 1 + - uid: 374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,8.5 + parent: 1 + - uid: 375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 1 + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 1 + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,8.5 + parent: 1 + - uid: 378 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 379 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-5.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-3.5 + parent: 1 + - uid: 384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-1.5 + parent: 1 + - uid: 386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,7.5 + parent: 1 + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,10.5 + parent: 1 + - uid: 388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1 + - uid: 389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1 + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 1 + - uid: 391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,10.5 + parent: 1 + - uid: 392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1 + - uid: 393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 1 + - uid: 394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,6.5 + parent: 1 + - uid: 395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,6.5 + parent: 1 + - uid: 396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1 +- proto: GasPipeTJunction + entities: + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,6.5 + parent: 1 + - uid: 398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 1 + - uid: 401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1 + - uid: 402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 1 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,2.5 + parent: 1 + - uid: 404 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1 +- proto: GasPort + entities: + - uid: 405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasPressurePump + entities: + - uid: 407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasVentPump + entities: + - uid: 410 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,7.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 417 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 418 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,8.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GasVentScrubber + entities: + - uid: 422 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 423 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: GeneratorBasic15kW + entities: + - uid: 426 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - uid: 427 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1 + - uid: 428 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 +- proto: GeneratorWallmountAPU + entities: + - uid: 429 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 430 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 +- proto: Grille + entities: + - uid: 431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 432 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1 + - uid: 433 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1 + - uid: 434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 436 + components: + - type: Transform + pos: -10.5,8.5 + parent: 1 + - uid: 437 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1 + - uid: 438 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1 + - uid: 439 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 440 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 441 + components: + - type: Transform + pos: 2.5,11.5 + parent: 1 + - uid: 442 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1 + - uid: 443 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1 + - uid: 444 + components: + - type: Transform + pos: -10.5,10.5 + parent: 1 + - uid: 445 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1 + - uid: 446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,13.5 + parent: 1 + - uid: 447 + components: + - type: Transform + pos: 2.5,13.5 + parent: 1 + - uid: 448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,14.5 + parent: 1 + - uid: 450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,14.5 + parent: 1 + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1 + - uid: 452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,14.5 + parent: 1 + - uid: 453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 1 + - uid: 454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 1 + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,1.5 + parent: 1 +- proto: GrilleDiagonal + entities: + - uid: 456 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 458 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 + - uid: 459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 460 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 461 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 +- proto: HandheldHealthAnalyzer + entities: + - uid: 462 + components: + - type: Transform + pos: 3.4609303,5.7205043 + parent: 1 + - type: Physics + canCollide: False +- proto: Lighter + entities: + - uid: 463 + components: + - type: Transform + pos: -7.3640995,-4.4362655 + parent: 1 + - type: Physics + canCollide: False +- proto: MagazineBoxAntiMateriel + entities: + - uid: 464 + components: + - type: Transform + pos: -4.7390633,3.4536512 + parent: 1 +- proto: MagazineBoxMagnum + entities: + - uid: 465 + components: + - type: Transform + pos: -4.394046,3.4745688 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 466 + components: + - type: Transform + pos: 4.3572884,5.694452 + parent: 1 + - uid: 467 + components: + - type: Transform + pos: 4.548579,5.6111293 + parent: 1 + - type: Physics + canCollide: False +- proto: MedkitOxygenFilled + entities: + - uid: 468 + components: + - type: Transform + pos: 4.579829,7.5955043 + parent: 1 + - type: Physics + canCollide: False +- proto: NitrogenCanister + entities: + - uid: 469 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: OxygenCanister + entities: + - uid: 470 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 471 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 472 + components: + - type: Transform + pos: -9.5,6.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 473 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 + - uid: 474 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: PaperBin5 + entities: + - uid: 475 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 +- proto: Pen + entities: + - uid: 476 + components: + - type: Transform + pos: -8.966801,10.694164 + parent: 1 +- proto: PosterContrabandRevolt + entities: + - uid: 477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 +- proto: PosterContrabandRevolver + entities: + - uid: 478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,5.5 + parent: 1 +- proto: PosterContrabandRise + entities: + - uid: 479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 1 +- proto: PosterContrabandSmoke + entities: + - uid: 480 + components: + - type: Transform + pos: -8.5,7.5 + parent: 1 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-0.5 + parent: 1 +- proto: PosterLegitUeNo + entities: + - uid: 482 + components: + - type: Transform + pos: -9.5,3.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 1 + - uid: 484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 487 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-4.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 490 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - uid: 492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,3.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,2.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,0.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 498 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,6.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,5.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 502 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 503 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,9.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 505 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,5.5 + parent: 1 + - uid: 507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,1.5 + parent: 1 +- proto: Rack + entities: + - uid: 509 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1 + - uid: 510 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1 +- proto: RandomPosterContraband + entities: + - uid: 511 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 512 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 513 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 514 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1 + - uid: 515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,13.5 + parent: 1 + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,13.5 + parent: 1 + - uid: 517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-1.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,13.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,12.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 1 + - uid: 527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,13.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,8.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1 + - uid: 530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1 + - uid: 531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,9.5 + parent: 1 + - uid: 532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,12.5 + parent: 1 + - uid: 533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,14.5 + parent: 1 + - uid: 534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,1.5 + parent: 1 + - uid: 535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,3.5 + parent: 1 + - uid: 536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 + - uid: 537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 + - uid: 538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1 +- proto: ReinforcedPlasmaWindowDiagonal + entities: + - uid: 540 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,14.5 + parent: 1 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,13.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: -3.5,14.5 + parent: 1 +- proto: RollerBed + entities: + - uid: 544 + components: + - type: Transform + pos: 1.5516887,5.6169386 + parent: 1 +- proto: SignPrison + entities: + - uid: 545 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,7.5 + parent: 1 + - uid: 546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,5.5 + parent: 1 +- proto: SinkWide + entities: + - uid: 547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-4.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 548 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 +- proto: soda_dispenser + entities: + - uid: 549 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 1 + - type: ContainerContainer + containers: + ReagentDispenser-beaker: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + beakerSlot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] +- proto: SpawnPointPirates + entities: + - uid: 550 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1 + - uid: 551 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1 + - uid: 552 + components: + - type: Transform + pos: -7.5,2.5 + parent: 1 + - uid: 553 + components: + - type: Transform + pos: -7.5,5.5 + parent: 1 + - uid: 554 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1 + - uid: 555 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1 + - uid: 556 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1 + - uid: 557 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 558 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-3.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-4.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 1 + - uid: 562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 1 +- proto: StorageCanister + entities: + - uid: 563 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1 + - type: AtmosDevice + joinedGrid: 1 +- proto: SubstationBasic + entities: + - uid: 564 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 +- proto: SuitStorageEVAPirate + entities: + - uid: 566 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 +- proto: SuitStoragePirateCap + entities: + - uid: 574 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1 +- proto: SyndicatePersonalAI + entities: + - uid: 575 + components: + - type: Transform + pos: -4.477404,12.530636 + parent: 1 +- proto: Table + entities: + - uid: 576 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1 + - uid: 582 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 587 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 588 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 589 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 590 + components: + - type: Transform + pos: -4.5,7.5 + parent: 1 + - uid: 591 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 1 + - uid: 593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 1 + - uid: 595 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 596 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 597 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1 + - uid: 598 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1 + - uid: 599 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1 + - uid: 600 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 +- proto: TableWood + entities: + - uid: 601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1 + - uid: 603 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1 +- proto: Thruster + entities: + - uid: 604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 1 + - uid: 605 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1 + - uid: 606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-6.5 + parent: 1 + - uid: 607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 1 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,9.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-6.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-6.5 + parent: 1 + - uid: 611 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,6.5 + parent: 1 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 + parent: 1 + - uid: 614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1 +- proto: ToolboxElectricalTurret + entities: + - uid: 615 + components: + - type: MetaData + name: turret box + - type: Transform + pos: -1.4007742,4.714716 + parent: 1 + - uid: 616 + components: + - type: MetaData + name: turret box + - type: Transform + pos: -1.6820242,4.308466 + parent: 1 +- proto: VendingMachineCigs + entities: + - uid: 617 + components: + - type: MetaData + name: cigarette machine + - type: Transform + pos: -6.5,-5.5 + parent: 1 +- proto: VendingMachineSovietSoda + entities: + - uid: 618 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 619 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1 + - uid: 620 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 +- proto: VendingMachineYouTool + entities: + - uid: 621 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1 +- proto: WallPlastitanium + entities: + - uid: 622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,4.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 1 + - uid: 624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,4.5 + parent: 1 + - uid: 625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,8.5 + parent: 1 + - uid: 626 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,7.5 + parent: 1 + - uid: 628 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 630 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 631 + components: + - type: Transform + pos: 0.5,11.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,1.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,2.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,1.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - uid: 644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - uid: 645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 1 + - uid: 646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1 + - uid: 648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1 + - uid: 650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1 + - uid: 651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,4.5 + parent: 1 + - uid: 652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - uid: 653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,5.5 + parent: 1 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,2.5 + parent: 1 + - uid: 655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,9.5 + parent: 1 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 1 + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1 + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 1 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 1 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 1 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,9.5 + parent: 1 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-6.5 + parent: 1 + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 1 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 1 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-5.5 + parent: 1 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 1 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,11.5 + parent: 1 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 1 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,4.5 + parent: 1 + - uid: 673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,11.5 + parent: 1 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,10.5 + parent: 1 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 1 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,11.5 + parent: 1 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,11.5 + parent: 1 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 1 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 1 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-4.5 + parent: 1 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 1 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 1 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 1 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 1 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,8.5 + parent: 1 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-5.5 + parent: 1 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 1 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-3.5 + parent: 1 + - uid: 699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 1 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,0.5 + parent: 1 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 1 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 1 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,5.5 + parent: 1 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1 + - uid: 706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,4.5 + parent: 1 + - uid: 707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,7.5 + parent: 1 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1 + - uid: 709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,11.5 + parent: 1 + - uid: 710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,11.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 1 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 1 + - uid: 717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,9.5 + parent: 1 + - uid: 718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 + - uid: 721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 1 + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,8.5 + parent: 1 + - uid: 723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,8.5 + parent: 1 + - uid: 724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1 + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 + - uid: 727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,10.5 + parent: 1 + - uid: 728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,6.5 + parent: 1 + - uid: 729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,7.5 + parent: 1 + - uid: 730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-4.5 + parent: 1 + - uid: 731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 1 + - uid: 732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-2.5 + parent: 1 + - uid: 733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 + - uid: 734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1 + - uid: 736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,7.5 + parent: 1 + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,10.5 + parent: 1 + - uid: 738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1 + - uid: 739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,15.5 + parent: 1 + - uid: 740 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-2.5 + parent: 1 + - uid: 741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 1 + - uid: 742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-1.5 + parent: 1 + - uid: 743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-0.5 + parent: 1 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,8.5 + parent: 1 + - uid: 745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 1 + - uid: 746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-7.5 + parent: 1 + - uid: 747 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-2.5 + parent: 1 + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,12.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1 + - uid: 751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1 + - uid: 754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,5.5 + parent: 1 + - uid: 755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1 + - uid: 756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 1 + - uid: 757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 1 + - uid: 758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,0.5 + parent: 1 + - uid: 759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1 + - uid: 773 + components: + - type: Transform + pos: -9.5,12.5 + parent: 1 + - uid: 774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,10.5 + parent: 1 +- proto: WardrobePrisonFilled + entities: + - uid: 760 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 +- proto: WaterTankFull + entities: + - uid: 761 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 762 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1 +- proto: WeaponLaserGun + entities: + - uid: 763 + components: + - type: Transform + pos: -8.532435,10.5924015 + parent: 1 +- proto: WeaponMakeshiftLaser + entities: + - uid: 764 + components: + - type: Transform + pos: -4.4356194,4.035976 + parent: 1 + - uid: 765 + components: + - type: Transform + pos: -4.3887444,4.004726 + parent: 1 +- proto: WeaponRevolverPirate + entities: + - uid: 766 + components: + - type: Transform + pos: -4.5137444,4.332851 + parent: 1 +- proto: WeaponShotgunBlunderbuss + entities: + - uid: 767 + components: + - type: Transform + pos: -4.4981194,4.692226 + parent: 1 + - uid: 768 + components: + - type: Transform + pos: -4.5263147,4.6892104 + parent: 1 +- proto: WelderMini + entities: + - uid: 769 + components: + - type: Transform + pos: -6.391465,2.47309 + parent: 1 + - type: Physics + canCollide: False +- proto: WeldingFuelTankFull + entities: + - uid: 770 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1 +- proto: Wrench + entities: + - uid: 771 + components: + - type: Transform + pos: 2.4808617,-4.4780817 + parent: 1 + - type: Physics + canCollide: False +... diff --git a/Resources/Maps/Shuttles/striker.yml b/Resources/Maps/Shuttles/striker.yml index 35b6178bd45..6a450f52669 100644 --- a/Resources/Maps/Shuttles/striker.yml +++ b/Resources/Maps/Shuttles/striker.yml @@ -1,2389 +1,2389 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 29: FloorDark - 84: FloorShuttleRed - 104: FloorTechMaint - 105: FloorTechMaint2 - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 325 - components: - - type: MetaData - - type: Transform - pos: 0.5638949,0.47865233 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAHQAAAAABHQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAB - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: VAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 11: 1,-1 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNw - decals: - 5: -3,-1 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSe - decals: - 4: 1,-3 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 3: -3,-3 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 0: -1,-3 - 1: -2,-3 - 2: 0,-3 - - node: - color: '#7F1C1FFF' - id: BrickTileWhiteCornerNe - decals: - 13: 1,-1 - - node: - color: '#7F1C1FFF' - id: BrickTileWhiteCornerNw - decals: - 12: -3,-1 - - node: - color: '#7F1C1FFF' - id: BrickTileWhiteCornerSe - decals: - 9: 1,-3 - - node: - color: '#7F1C1FFF' - id: BrickTileWhiteCornerSw - decals: - 10: -3,-3 - - node: - color: '#7F1C1FFF' - id: BrickTileWhiteLineS - decals: - 6: -2,-3 - 7: -1,-3 - 8: 0,-3 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 23: 2,-2 - 24: -4,-2 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 14: 1,-2 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 16: -3,-2 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 15: -1,-1 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 17: -1,-5 - 18: 0,-5 - 19: -2,-5 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 20: -2,-6 - 21: -1,-6 - 22: 0,-6 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -2,-1: - 0: 52424 - -1,-3: - 0: 65280 - -1,-2: - 0: 65535 - 0,-3: - 0: 30464 - 0,-2: - 0: 30583 - -2,0: - 0: 8 - -1,0: - 0: 3839 - 0,0: - 0: 895 - 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: GravityShake - shakeTimes: 10 - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirCanister - entities: - - uid: 91 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 325 - - type: AtmosDevice - joinedGrid: 325 -- proto: AirlockExternalShuttleSyndicateLocked - entities: - - uid: 142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 325 -- proto: AirlockSyndicateLocked - entities: - - uid: 20 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 325 - - uid: 88 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 325 -- proto: APCBasic - entities: - - uid: 107 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 325 - - type: PowerNetworkBattery - loadingNetworkDemand: 15107 - currentReceiving: 15106.935 - currentSupply: 15107 - supplyRampPosition: 0.064453125 -- proto: AtmosDeviceFanTiny - entities: - - uid: 6 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 325 -- proto: Bed - entities: - - uid: 76 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 325 -- proto: BedsheetSyndie - entities: - - uid: 164 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 325 -- proto: BlastDoorOpen - entities: - - uid: 190 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 331 - - type: DeviceLinkSink - links: - - 205 - - uid: 191 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 332 - - type: DeviceLinkSink - links: - - 205 - - uid: 192 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 333 - - type: DeviceLinkSink - links: - - 205 - - uid: 193 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 334 - - type: DeviceLinkSink - links: - - 205 - - uid: 196 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 337 - - type: DeviceLinkSink - links: - - 205 - - uid: 198 - components: - - type: Transform - pos: -1.5,1.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 339 - - type: DeviceLinkSink - links: - - 205 - - uid: 199 - components: - - type: Transform - pos: -1.5,2.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 340 - - type: DeviceLinkSink - links: - - 205 - - uid: 200 - components: - - type: Transform - pos: -0.5,2.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 341 - - type: DeviceLinkSink - links: - - 205 - - uid: 201 - components: - - type: Transform - pos: 0.5,2.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 342 - - type: DeviceLinkSink - links: - - 205 - - uid: 202 - components: - - type: Transform - pos: 0.5,1.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 343 - - type: DeviceLinkSink - links: - - 205 -- proto: BoxMRE - entities: - - uid: 320 - components: - - type: Transform - pos: 0.70504504,-7.29326 - parent: 325 -- proto: CableApcExtension - entities: - - uid: 120 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 325 - - uid: 121 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 325 - - uid: 122 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 325 - - uid: 123 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 325 - - uid: 124 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 325 - - uid: 125 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 325 - - uid: 126 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 325 - - uid: 127 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 325 - - uid: 128 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 325 - - uid: 129 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 325 - - uid: 130 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 325 - - uid: 131 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 325 - - uid: 132 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 325 - - uid: 133 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 325 - - uid: 134 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 325 - - uid: 135 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 325 - - uid: 136 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 325 - - uid: 137 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 325 - - uid: 138 - components: - - type: Transform - pos: -0.5,0.5 - parent: 325 - - uid: 139 - components: - - type: Transform - pos: -0.5,1.5 - parent: 325 - - uid: 140 - components: - - type: Transform - pos: -0.5,2.5 - parent: 325 - - uid: 141 - components: - - type: Transform - pos: -1.5,1.5 - parent: 325 - - uid: 143 - components: - - type: Transform - pos: 0.5,1.5 - parent: 325 - - uid: 145 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 325 - - uid: 146 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 325 - - uid: 147 - components: - - type: Transform - pos: -3.5,-1.5 - parent: 325 - - uid: 148 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 325 - - uid: 149 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 325 - - uid: 150 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 325 - - uid: 151 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 325 - - uid: 152 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 325 - - uid: 153 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 325 - - uid: 154 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 325 - - uid: 155 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 325 - - uid: 156 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 325 - - uid: 157 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 325 - - uid: 158 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 325 -- proto: CableHV - entities: - - uid: 111 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 325 - - uid: 112 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 325 - - uid: 113 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 325 - - uid: 114 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 325 - - uid: 115 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 325 - - uid: 116 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 325 -- proto: CableHVStack1 - entities: - - uid: 235 - components: - - type: Transform - parent: 41 - - type: Stack - count: 10 - - type: Physics - canCollide: False - - uid: 239 - components: - - type: Transform - parent: 56 - - type: Stack - count: 10 - - type: Physics - canCollide: False -- proto: CableMV - entities: - - uid: 117 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 325 - - uid: 118 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 325 - - uid: 119 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 325 -- proto: CapacitorStockPart - entities: - - uid: 233 - components: - - type: Transform - parent: 41 - - type: Physics - canCollide: False - - uid: 234 - components: - - type: Transform - parent: 41 - - type: Physics - canCollide: False - - uid: 237 - components: - - type: Transform - parent: 56 - - type: Physics - canCollide: False - - uid: 238 - components: - - type: Transform - parent: 56 - - type: Physics - canCollide: False - - uid: 241 - components: - - type: Transform - parent: 58 - - type: Physics - canCollide: False - - uid: 242 - components: - - type: Transform - parent: 58 - - type: Physics - canCollide: False - - uid: 243 - components: - - type: Transform - parent: 58 - - type: Physics - canCollide: False - - uid: 254 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 261 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 268 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 275 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 282 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 289 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 296 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 303 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False -- proto: Carpet - entities: - - uid: 74 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 325 - - uid: 89 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 325 -- proto: Catwalk - entities: - - uid: 159 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 325 - - uid: 160 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 325 - - uid: 161 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 325 -- proto: ChairOfficeDark - entities: - - uid: 93 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-2.5 - parent: 325 -- proto: ChairPilotSeat - entities: - - uid: 78 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 325 -- proto: ComputerIFFSyndicate - entities: - - uid: 40 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 325 -- proto: ComputerShuttleSyndie - entities: - - uid: 64 - components: - - type: Transform - pos: -0.5,1.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 245 -- proto: CyberPen - entities: - - uid: 77 - components: - - type: Transform - pos: -1.1813428,-5.15565 - parent: 325 -- proto: DoorElectronics - entities: - - uid: 331 - components: - - type: Transform - parent: 190 - - type: Physics - canCollide: False - - uid: 332 - components: - - type: Transform - parent: 191 - - type: Physics - canCollide: False - - uid: 333 - components: - - type: Transform - parent: 192 - - type: Physics - canCollide: False - - uid: 334 - components: - - type: Transform - parent: 193 - - type: Physics - canCollide: False - - uid: 337 - components: - - type: Transform - parent: 196 - - type: Physics - canCollide: False - - uid: 339 - components: - - type: Transform - parent: 198 - - type: Physics - canCollide: False - - uid: 340 - components: - - type: Transform - parent: 199 - - type: Physics - canCollide: False - - uid: 341 - components: - - type: Transform - parent: 200 - - type: Physics - canCollide: False - - uid: 342 - components: - - type: Transform - parent: 201 - - type: Physics - canCollide: False - - uid: 343 - components: - - type: Transform - parent: 202 - - type: Physics - canCollide: False - - uid: 346 - components: - - type: Transform - parent: 206 - - type: Physics - canCollide: False -- proto: DresserFilled - entities: - - uid: 85 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 325 -- proto: DrinkNukieCan - entities: - - uid: 144 - components: - - type: Transform - pos: -2.6964839,-2.109029 - parent: 325 -- proto: FaxMachineSyndie - entities: - - uid: 46 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 325 - - type: FaxMachine - name: Striker -- proto: filingCabinetRandom - entities: - - uid: 75 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 325 -- proto: Firelock - entities: - - uid: 224 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 350 - - type: DeviceNetwork - address: 44a24659 - receiveFrequency: 1621 - - uid: 225 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 351 - - type: DeviceNetwork - address: 6fdb75cf - receiveFrequency: 1621 -- proto: FirelockElectronics - entities: - - uid: 350 - components: - - type: Transform - parent: 224 - - type: Physics - canCollide: False - - uid: 351 - components: - - type: Transform - parent: 225 - - type: Physics - canCollide: False -- proto: FoodBoxDonut - entities: - - uid: 87 - components: - - type: Transform - pos: -2.470145,-2.3953476 - parent: 325 -- proto: GasPipeFourway - entities: - - uid: 216 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 325 -- proto: GasPipeStraight - entities: - - uid: 211 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-6.5 - parent: 325 - - uid: 213 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 325 - - uid: 214 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 325 - - uid: 215 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 325 - - uid: 217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 325 -- proto: GasPipeTJunction - entities: - - uid: 210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-7.5 - parent: 325 - - uid: 212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 325 -- proto: GasPort - entities: - - uid: 59 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 - parent: 325 - - type: AtmosDevice - joinedGrid: 325 -- proto: GasVentPump - entities: - - uid: 218 - components: - - type: Transform - pos: -0.5,0.5 - parent: 325 - - type: DeviceNetwork - address: Vnt-5f41a0ae - transmitFrequency: 1621 - receiveFrequency: 1621 - - type: AtmosDevice - joinedGrid: 325 - - uid: 219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-1.5 - parent: 325 - - type: DeviceNetwork - address: Vnt-129c27d2 - transmitFrequency: 1621 - receiveFrequency: 1621 - - type: AtmosDevice - joinedGrid: 325 - - uid: 220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 325 - - type: DeviceNetwork - address: Vnt-11c4609d - transmitFrequency: 1621 - receiveFrequency: 1621 - - type: AtmosDevice - joinedGrid: 325 - - uid: 221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 325 - - type: DeviceNetwork - address: Vnt-6859729f - transmitFrequency: 1621 - receiveFrequency: 1621 - - type: AtmosDevice - joinedGrid: 325 - - uid: 222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 325 - - type: DeviceNetwork - address: Vnt-19d24c7f - transmitFrequency: 1621 - receiveFrequency: 1621 - - type: AtmosDevice - joinedGrid: 325 -- proto: GeneratorBasic15kW - entities: - - uid: 41 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 325 - - type: PowerSupplier - supplyRampPosition: 7552.5303 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: - - 232 - machine_parts: !type:Container - ents: - - 233 - - 234 - - 235 - - uid: 56 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 325 - - type: PowerSupplier - supplyRampPosition: 7552.5303 - - type: ContainerContainer - containers: - machine_board: !type:Container - ents: - - 236 - machine_parts: !type:Container - ents: - - 237 - - 238 - - 239 -- proto: GravityGeneratorMini - entities: - - uid: 57 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 325 -- proto: Grille - entities: - - uid: 1 - components: - - type: Transform - pos: -0.5,2.5 - parent: 325 - - uid: 2 - components: - - type: Transform - pos: -1.5,2.5 - parent: 325 - - uid: 3 - components: - - type: Transform - pos: -1.5,1.5 - parent: 325 - - uid: 4 - components: - - type: Transform - pos: 0.5,2.5 - parent: 325 - - uid: 5 - components: - - type: Transform - pos: 0.5,1.5 - parent: 325 - - uid: 21 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 325 - - uid: 50 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-5.5 - parent: 325 - - uid: 51 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-4.5 - parent: 325 - - uid: 52 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-5.5 - parent: 325 - - uid: 53 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 325 -- proto: Gyroscope - entities: - - uid: 58 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-8.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 240 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 241 - - 242 - - 243 - - 244 -- proto: GyroscopeMachineCircuitboard - entities: - - uid: 240 - components: - - type: Transform - parent: 58 - - type: Physics - canCollide: False -- proto: MedkitCombatFilled - entities: - - uid: 19 - components: - - type: Transform - pos: 1.48298,-0.3211529 - parent: 325 -- proto: MicroManipulatorStockPart - entities: - - uid: 250 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 251 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 252 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 253 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 257 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 258 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 259 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 260 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 264 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 265 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 266 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 267 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 271 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 272 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 273 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 274 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 278 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 279 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 280 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 281 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 285 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 286 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 287 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 288 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 292 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 293 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 294 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 295 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 299 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False - - uid: 300 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False - - uid: 301 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False - - uid: 302 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False -- proto: Mirror - entities: - - uid: 321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-3.5 - parent: 325 -- proto: NitrogenTankFilled - entities: - - uid: 105 - components: - - type: Transform - pos: 1.373605,-0.2749618 - parent: 325 -- proto: NukeCodePaper - entities: - - uid: 323 - components: - - type: Transform - pos: 1.561105,-2.5567772 - parent: 325 -- proto: PinpointerNuclear - entities: - - uid: 162 - components: - - type: Transform - pos: 1.3790641,-2.3161128 - parent: 325 - - type: Physics - canCollide: False -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-0.5 - parent: 325 - - uid: 109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-0.5 - parent: 325 -- proto: PlushieNuke - entities: - - uid: 47 - components: - - type: Transform - pos: 0.5061571,-5.233775 - parent: 325 -- proto: PortableGeneratorSuperPacmanMachineCircuitboard - entities: - - uid: 232 - components: - - type: Transform - parent: 41 - - type: Physics - canCollide: False - - uid: 236 - components: - - type: Transform - parent: 56 - - type: Physics - canCollide: False -- proto: PosterContrabandC20r - entities: - - uid: 24 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 325 -- proto: PosterContrabandEnergySwords - entities: - - uid: 227 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 325 -- proto: PosterContrabandNuclearDeviceInformational - entities: - - uid: 228 - components: - - type: Transform - pos: -2.5,0.5 - parent: 325 -- proto: PosterContrabandSyndicateRecruitment - entities: - - uid: 229 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 325 -- proto: Poweredlight - entities: - - uid: 94 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 325 - - uid: 110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 325 -- proto: PoweredlightLED - entities: - - uid: 182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 - parent: 325 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-5.5 - parent: 325 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 184 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 325 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-5.5 - parent: 325 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 83 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 325 - - uid: 84 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 325 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 14 - components: - - type: Transform - pos: -1.5,1.5 - parent: 325 - - uid: 15 - components: - - type: Transform - pos: -1.5,2.5 - parent: 325 - - uid: 16 - components: - - type: Transform - pos: -0.5,2.5 - parent: 325 - - uid: 17 - components: - - type: Transform - pos: 0.5,2.5 - parent: 325 - - uid: 18 - components: - - type: Transform - pos: 0.5,1.5 - parent: 325 - - uid: 26 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 325 - - uid: 42 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 325 - - uid: 70 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 325 - - uid: 71 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 325 - - uid: 72 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 325 -- proto: RemoteSignaller - entities: - - uid: 176 - components: - - type: Transform - pos: 1.3427892,-2.379079 - parent: 325 - - type: Physics - canCollide: False -- proto: SheetGlass1 - entities: - - uid: 244 - components: - - type: Transform - parent: 58 - - type: Stack - count: 2 - - type: Physics - canCollide: False -- proto: SheetSteel1 - entities: - - uid: 255 - components: - - type: Transform - parent: 95 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 262 - components: - - type: Transform - parent: 96 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 269 - components: - - type: Transform - parent: 97 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 276 - components: - - type: Transform - parent: 98 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 283 - components: - - type: Transform - parent: 99 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 290 - components: - - type: Transform - parent: 100 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 297 - components: - - type: Transform - parent: 101 - - type: Stack - count: 5 - - type: Physics - canCollide: False - - uid: 304 - components: - - type: Transform - parent: 102 - - type: Stack - count: 5 - - type: Physics - canCollide: False -- proto: SignalButton - entities: - - uid: 205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 325 - - type: DeviceLinkSource - linkedPorts: - 193: - - Pressed: Toggle - 192: - - Pressed: Toggle - 190: - - Pressed: Toggle - 191: - - Pressed: Toggle - 196: - - Pressed: Toggle - 202: - - Pressed: Toggle - 201: - - Pressed: Toggle - 200: - - Pressed: Toggle - 199: - - Pressed: Toggle - 198: - - Pressed: Toggle -- proto: SignSpace - entities: - - uid: 230 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 325 -- proto: SoapSyndie - entities: - - uid: 90 - components: - - type: Transform - pos: 0.5436061,-7.5129323 - parent: 325 -- proto: SpawnPointLoneNukeOperative - entities: - - uid: 322 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 325 -- proto: StealthBox - entities: - - uid: 106 - components: - - type: Transform - pos: 0.49860507,-2.4513345 - parent: 325 - - type: Stealth - enabled: False - - type: EntityStorage - open: True -- proto: SubstationWallBasic - entities: - - uid: 103 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 325 - - type: PowerNetworkBattery - loadingNetworkDemand: 15106.935 - currentReceiving: 15105.06 - currentSupply: 15106.935 - supplyRampPosition: 1.875 -- proto: SuitStorageSyndie - entities: - - uid: 67 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 325 -- proto: SyndicateCommsComputerCircuitboard - entities: - - uid: 246 - components: - - type: Transform - parent: 65 - - type: Physics - canCollide: False -- proto: SyndicateComputerComms - entities: - - uid: 65 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 246 -- proto: SyndicateIDCard - entities: - - uid: 324 - components: - - type: Transform - pos: 1.57673,-2.3849022 - parent: 325 -- proto: SyndicateShuttleConsoleCircuitboard - entities: - - uid: 245 - components: - - type: Transform - parent: 64 - - type: Physics - canCollide: False -- proto: Table - entities: - - uid: 165 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 325 -- proto: TableWood - entities: - - uid: 45 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 325 -- proto: Thruster - entities: - - uid: 95 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-9.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 249 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 250 - - 251 - - 252 - - 253 - - 254 - - 255 - - uid: 96 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 256 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 257 - - 258 - - 259 - - 260 - - 261 - - 262 - - uid: 97 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 263 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 264 - - 265 - - 266 - - 267 - - 268 - - 269 - - uid: 98 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 270 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 271 - - 272 - - 273 - - 274 - - 275 - - 276 - - uid: 99 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 277 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 278 - - 279 - - 280 - - 281 - - 282 - - 283 - - uid: 100 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-5.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 284 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 285 - - 286 - - 287 - - 288 - - 289 - - 290 - - uid: 101 - components: - - type: Transform - pos: -3.5,1.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 291 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 292 - - 293 - - 294 - - 295 - - 296 - - 297 - - uid: 102 - components: - - type: Transform - pos: 2.5,1.5 - parent: 325 - - type: ContainerContainer - containers: - machine_board: !type:Container - showEnts: False - occludes: True - ents: - - 298 - machine_parts: !type:Container - showEnts: False - occludes: True - ents: - - 299 - - 300 - - 301 - - 302 - - 303 - - 304 -- proto: ThrusterMachineCircuitboard - entities: - - uid: 249 - components: - - type: Transform - parent: 95 - - type: Physics - canCollide: False - - uid: 256 - components: - - type: Transform - parent: 96 - - type: Physics - canCollide: False - - uid: 263 - components: - - type: Transform - parent: 97 - - type: Physics - canCollide: False - - uid: 270 - components: - - type: Transform - parent: 98 - - type: Physics - canCollide: False - - uid: 277 - components: - - type: Transform - parent: 99 - - type: Physics - canCollide: False - - uid: 284 - components: - - type: Transform - parent: 100 - - type: Physics - canCollide: False - - uid: 291 - components: - - type: Transform - parent: 101 - - type: Physics - canCollide: False - - uid: 298 - components: - - type: Transform - parent: 102 - - type: Physics - canCollide: False -- proto: ToolboxSyndicateFilled - entities: - - uid: 177 - components: - - type: Transform - pos: 1.5699697,-0.44908836 - parent: 325 - - type: Physics - canCollide: False -- proto: ToyFigurineNukie - entities: - - uid: 10 - components: - - type: Transform - pos: -2.3371089,-2.140279 - parent: 325 -- proto: VendingMachineSyndieDrobe - entities: - - uid: 163 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 325 -- proto: WallPlastitanium - entities: - - uid: 7 - components: - - type: Transform - pos: -2.5,0.5 - parent: 325 - - uid: 8 - components: - - type: Transform - pos: -3.5,0.5 - parent: 325 - - uid: 9 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 325 - - uid: 11 - components: - - type: Transform - pos: 1.5,0.5 - parent: 325 - - uid: 12 - components: - - type: Transform - pos: 2.5,0.5 - parent: 325 - - uid: 13 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 325 - - uid: 22 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 325 - - uid: 25 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 325 - - uid: 27 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 325 - - uid: 28 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 325 - - uid: 29 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 325 - - uid: 30 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 325 - - uid: 31 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-8.5 - parent: 325 - - uid: 32 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-8.5 - parent: 325 - - uid: 33 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 325 - - uid: 34 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-3.5 - parent: 325 - - uid: 35 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-9.5 - parent: 325 - - uid: 36 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-8.5 - parent: 325 - - uid: 37 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-9.5 - parent: 325 - - uid: 38 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 325 - - uid: 39 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-3.5 - parent: 325 - - uid: 44 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-8.5 - parent: 325 - - uid: 48 - components: - - type: Transform - pos: 2.5,-7.5 - parent: 325 - - uid: 49 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 325 - - uid: 54 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-3.5 - parent: 325 - - uid: 55 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-3.5 - parent: 325 - - uid: 60 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-6.5 - parent: 325 - - uid: 61 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-6.5 - parent: 325 - - uid: 62 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-3.5 - parent: 325 - - uid: 63 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-3.5 - parent: 325 - - uid: 66 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 325 - - uid: 69 - components: - - type: Transform - pos: -2.5,1.5 - parent: 325 - - uid: 73 - components: - - type: Transform - pos: 1.5,1.5 - parent: 325 - - uid: 80 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 325 - - uid: 81 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 325 - - uid: 92 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 325 - - uid: 108 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 325 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 23 - components: - - type: Transform - pos: -4.5,0.5 - parent: 325 - - uid: 43 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 325 - - uid: 68 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 - parent: 325 - - uid: 79 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-3.5 - parent: 325 - - uid: 82 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-3.5 - parent: 325 - - uid: 86 - components: - - type: Transform - pos: -2.5,2.5 - parent: 325 -- proto: WindoorSecure - entities: - - uid: 166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 325 - - uid: 206 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-0.5 - parent: 325 - - type: ContainerContainer - containers: - board: !type:Container - showEnts: False - occludes: True - ents: - - 346 -- proto: YellowOxygenTankFilled - entities: - - uid: 167 - components: - - type: Transform - pos: 1.60798,-0.3062118 - parent: 325 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 29: FloorDark + 84: FloorShuttleRed + 104: FloorTechMaint + 105: FloorTechMaint2 + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 325 + components: + - type: MetaData + - type: Transform + pos: 0.5638949,0.47865233 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAaQAAAAAAHQAAAAABHQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAAB + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: VAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 11: 1,-1 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 5: -3,-1 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 4: 1,-3 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 3: -3,-3 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 0: -1,-3 + 1: -2,-3 + 2: 0,-3 + - node: + color: '#7F1C1FFF' + id: BrickTileWhiteCornerNe + decals: + 13: 1,-1 + - node: + color: '#7F1C1FFF' + id: BrickTileWhiteCornerNw + decals: + 12: -3,-1 + - node: + color: '#7F1C1FFF' + id: BrickTileWhiteCornerSe + decals: + 9: 1,-3 + - node: + color: '#7F1C1FFF' + id: BrickTileWhiteCornerSw + decals: + 10: -3,-3 + - node: + color: '#7F1C1FFF' + id: BrickTileWhiteLineS + decals: + 6: -2,-3 + 7: -1,-3 + 8: 0,-3 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 23: 2,-2 + 24: -4,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 14: 1,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 16: -3,-2 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 15: -1,-1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 17: -1,-5 + 18: 0,-5 + 19: -2,-5 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 20: -2,-6 + 21: -1,-6 + 22: 0,-6 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -2,-1: + 0: 52424 + -1,-3: + 0: 65280 + -1,-2: + 0: 65535 + 0,-3: + 0: 30464 + 0,-2: + 0: 30583 + -2,0: + 0: 8 + -1,0: + 0: 3839 + 0,0: + 0: 895 + 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: GravityShake + shakeTimes: 10 + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirCanister + entities: + - uid: 91 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 325 + - type: AtmosDevice + joinedGrid: 325 +- proto: AirlockExternalShuttleSyndicateLocked + entities: + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 325 +- proto: AirlockSyndicateLocked + entities: + - uid: 20 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 325 + - uid: 88 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 325 +- proto: APCBasic + entities: + - uid: 107 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 325 + - type: PowerNetworkBattery + loadingNetworkDemand: 15107 + currentReceiving: 15106.935 + currentSupply: 15107 + supplyRampPosition: 0.064453125 +- proto: AtmosDeviceFanTiny + entities: + - uid: 6 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 325 +- proto: Bed + entities: + - uid: 76 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 325 +- proto: BedsheetSyndie + entities: + - uid: 164 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 325 +- proto: BlastDoorOpen + entities: + - uid: 190 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 331 + - type: DeviceLinkSink + links: + - 205 + - uid: 191 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 332 + - type: DeviceLinkSink + links: + - 205 + - uid: 192 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 333 + - type: DeviceLinkSink + links: + - 205 + - uid: 193 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 334 + - type: DeviceLinkSink + links: + - 205 + - uid: 196 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 337 + - type: DeviceLinkSink + links: + - 205 + - uid: 198 + components: + - type: Transform + pos: -1.5,1.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 339 + - type: DeviceLinkSink + links: + - 205 + - uid: 199 + components: + - type: Transform + pos: -1.5,2.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 340 + - type: DeviceLinkSink + links: + - 205 + - uid: 200 + components: + - type: Transform + pos: -0.5,2.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 341 + - type: DeviceLinkSink + links: + - 205 + - uid: 201 + components: + - type: Transform + pos: 0.5,2.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 342 + - type: DeviceLinkSink + links: + - 205 + - uid: 202 + components: + - type: Transform + pos: 0.5,1.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 343 + - type: DeviceLinkSink + links: + - 205 +- proto: BoxMRE + entities: + - uid: 320 + components: + - type: Transform + pos: 0.70504504,-7.29326 + parent: 325 +- proto: CableApcExtension + entities: + - uid: 120 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 325 + - uid: 121 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 325 + - uid: 122 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 325 + - uid: 123 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 325 + - uid: 124 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 325 + - uid: 125 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 325 + - uid: 126 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 325 + - uid: 127 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 325 + - uid: 128 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 325 + - uid: 129 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 325 + - uid: 130 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 325 + - uid: 131 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 325 + - uid: 132 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 325 + - uid: 133 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 325 + - uid: 134 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 325 + - uid: 135 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 325 + - uid: 136 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 325 + - uid: 137 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 325 + - uid: 138 + components: + - type: Transform + pos: -0.5,0.5 + parent: 325 + - uid: 139 + components: + - type: Transform + pos: -0.5,1.5 + parent: 325 + - uid: 140 + components: + - type: Transform + pos: -0.5,2.5 + parent: 325 + - uid: 141 + components: + - type: Transform + pos: -1.5,1.5 + parent: 325 + - uid: 143 + components: + - type: Transform + pos: 0.5,1.5 + parent: 325 + - uid: 145 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 325 + - uid: 146 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 325 + - uid: 147 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 325 + - uid: 148 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 325 + - uid: 149 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 325 + - uid: 150 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 325 + - uid: 151 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 325 + - uid: 152 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 325 + - uid: 153 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 325 + - uid: 154 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 325 + - uid: 155 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 325 + - uid: 156 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 325 + - uid: 157 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 325 + - uid: 158 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 325 +- proto: CableHV + entities: + - uid: 111 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 325 + - uid: 112 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 325 + - uid: 113 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 325 + - uid: 114 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 325 + - uid: 115 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 325 + - uid: 116 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 325 +- proto: CableHVStack1 + entities: + - uid: 235 + components: + - type: Transform + parent: 41 + - type: Stack + count: 10 + - type: Physics + canCollide: False + - uid: 239 + components: + - type: Transform + parent: 56 + - type: Stack + count: 10 + - type: Physics + canCollide: False +- proto: CableMV + entities: + - uid: 117 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 325 + - uid: 118 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 325 + - uid: 119 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 325 +- proto: CapacitorStockPart + entities: + - uid: 233 + components: + - type: Transform + parent: 41 + - type: Physics + canCollide: False + - uid: 234 + components: + - type: Transform + parent: 41 + - type: Physics + canCollide: False + - uid: 237 + components: + - type: Transform + parent: 56 + - type: Physics + canCollide: False + - uid: 238 + components: + - type: Transform + parent: 56 + - type: Physics + canCollide: False + - uid: 241 + components: + - type: Transform + parent: 58 + - type: Physics + canCollide: False + - uid: 242 + components: + - type: Transform + parent: 58 + - type: Physics + canCollide: False + - uid: 243 + components: + - type: Transform + parent: 58 + - type: Physics + canCollide: False + - uid: 254 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 261 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 268 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 275 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 282 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 289 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 296 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 303 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False +- proto: Carpet + entities: + - uid: 74 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 325 + - uid: 89 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 325 +- proto: Catwalk + entities: + - uid: 159 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 325 + - uid: 160 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 325 + - uid: 161 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 325 +- proto: ChairOfficeDark + entities: + - uid: 93 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-2.5 + parent: 325 +- proto: ChairPilotSeat + entities: + - uid: 78 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 325 +- proto: ComputerIFFSyndicate + entities: + - uid: 40 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 325 +- proto: ComputerShuttleSyndie + entities: + - uid: 64 + components: + - type: Transform + pos: -0.5,1.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 245 +- proto: CyberPen + entities: + - uid: 77 + components: + - type: Transform + pos: -1.1813428,-5.15565 + parent: 325 +- proto: DoorElectronics + entities: + - uid: 331 + components: + - type: Transform + parent: 190 + - type: Physics + canCollide: False + - uid: 332 + components: + - type: Transform + parent: 191 + - type: Physics + canCollide: False + - uid: 333 + components: + - type: Transform + parent: 192 + - type: Physics + canCollide: False + - uid: 334 + components: + - type: Transform + parent: 193 + - type: Physics + canCollide: False + - uid: 337 + components: + - type: Transform + parent: 196 + - type: Physics + canCollide: False + - uid: 339 + components: + - type: Transform + parent: 198 + - type: Physics + canCollide: False + - uid: 340 + components: + - type: Transform + parent: 199 + - type: Physics + canCollide: False + - uid: 341 + components: + - type: Transform + parent: 200 + - type: Physics + canCollide: False + - uid: 342 + components: + - type: Transform + parent: 201 + - type: Physics + canCollide: False + - uid: 343 + components: + - type: Transform + parent: 202 + - type: Physics + canCollide: False + - uid: 346 + components: + - type: Transform + parent: 206 + - type: Physics + canCollide: False +- proto: DresserFilled + entities: + - uid: 85 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 325 +- proto: DrinkNukieCan + entities: + - uid: 144 + components: + - type: Transform + pos: -2.6964839,-2.109029 + parent: 325 +- proto: FaxMachineSyndie + entities: + - uid: 46 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 325 + - type: FaxMachine + name: Striker +- proto: filingCabinetRandom + entities: + - uid: 75 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 325 +- proto: Firelock + entities: + - uid: 224 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 350 + - type: DeviceNetwork + address: 44a24659 + receiveFrequency: 1621 + - uid: 225 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 351 + - type: DeviceNetwork + address: 6fdb75cf + receiveFrequency: 1621 +- proto: FirelockElectronics + entities: + - uid: 350 + components: + - type: Transform + parent: 224 + - type: Physics + canCollide: False + - uid: 351 + components: + - type: Transform + parent: 225 + - type: Physics + canCollide: False +- proto: FoodBoxDonut + entities: + - uid: 87 + components: + - type: Transform + pos: -2.470145,-2.3953476 + parent: 325 +- proto: GasPipeFourway + entities: + - uid: 216 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 325 +- proto: GasPipeStraight + entities: + - uid: 211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-6.5 + parent: 325 + - uid: 213 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 325 + - uid: 214 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 325 + - uid: 215 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 325 + - uid: 217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 325 +- proto: GasPipeTJunction + entities: + - uid: 210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-7.5 + parent: 325 + - uid: 212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 325 +- proto: GasPort + entities: + - uid: 59 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 325 + - type: AtmosDevice + joinedGrid: 325 +- proto: GasVentPump + entities: + - uid: 218 + components: + - type: Transform + pos: -0.5,0.5 + parent: 325 + - type: DeviceNetwork + address: Vnt-5f41a0ae + transmitFrequency: 1621 + receiveFrequency: 1621 + - type: AtmosDevice + joinedGrid: 325 + - uid: 219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-1.5 + parent: 325 + - type: DeviceNetwork + address: Vnt-129c27d2 + transmitFrequency: 1621 + receiveFrequency: 1621 + - type: AtmosDevice + joinedGrid: 325 + - uid: 220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 325 + - type: DeviceNetwork + address: Vnt-11c4609d + transmitFrequency: 1621 + receiveFrequency: 1621 + - type: AtmosDevice + joinedGrid: 325 + - uid: 221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 325 + - type: DeviceNetwork + address: Vnt-6859729f + transmitFrequency: 1621 + receiveFrequency: 1621 + - type: AtmosDevice + joinedGrid: 325 + - uid: 222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 325 + - type: DeviceNetwork + address: Vnt-19d24c7f + transmitFrequency: 1621 + receiveFrequency: 1621 + - type: AtmosDevice + joinedGrid: 325 +- proto: GeneratorBasic15kW + entities: + - uid: 41 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 325 + - type: PowerSupplier + supplyRampPosition: 7552.5303 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: + - 232 + machine_parts: !type:Container + ents: + - 233 + - 234 + - 235 + - uid: 56 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 325 + - type: PowerSupplier + supplyRampPosition: 7552.5303 + - type: ContainerContainer + containers: + machine_board: !type:Container + ents: + - 236 + machine_parts: !type:Container + ents: + - 237 + - 238 + - 239 +- proto: GravityGeneratorMini + entities: + - uid: 57 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 325 +- proto: Grille + entities: + - uid: 1 + components: + - type: Transform + pos: -0.5,2.5 + parent: 325 + - uid: 2 + components: + - type: Transform + pos: -1.5,2.5 + parent: 325 + - uid: 3 + components: + - type: Transform + pos: -1.5,1.5 + parent: 325 + - uid: 4 + components: + - type: Transform + pos: 0.5,2.5 + parent: 325 + - uid: 5 + components: + - type: Transform + pos: 0.5,1.5 + parent: 325 + - uid: 21 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 325 + - uid: 50 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 325 + - uid: 51 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 325 + - uid: 52 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 325 + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 325 +- proto: Gyroscope + entities: + - uid: 58 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-8.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 240 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 241 + - 242 + - 243 + - 244 +- proto: GyroscopeMachineCircuitboard + entities: + - uid: 240 + components: + - type: Transform + parent: 58 + - type: Physics + canCollide: False +- proto: MedkitCombatFilled + entities: + - uid: 19 + components: + - type: Transform + pos: 1.48298,-0.3211529 + parent: 325 +- proto: MicroManipulatorStockPart + entities: + - uid: 250 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 251 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 252 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 253 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 257 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 258 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 259 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 260 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 264 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 265 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 266 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 267 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 271 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 272 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 273 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 274 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 278 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 279 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 280 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 281 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 285 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 286 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 287 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 288 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 292 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 293 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 294 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 295 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 299 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False + - uid: 300 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False + - uid: 301 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False + - uid: 302 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False +- proto: Mirror + entities: + - uid: 321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 325 +- proto: NitrogenTankFilled + entities: + - uid: 105 + components: + - type: Transform + pos: 1.373605,-0.2749618 + parent: 325 +- proto: NukeCodePaper + entities: + - uid: 323 + components: + - type: Transform + pos: 1.561105,-2.5567772 + parent: 325 +- proto: PinpointerNuclear + entities: + - uid: 162 + components: + - type: Transform + pos: 1.3790641,-2.3161128 + parent: 325 + - type: Physics + canCollide: False +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-0.5 + parent: 325 + - uid: 109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-0.5 + parent: 325 +- proto: PlushieNuke + entities: + - uid: 47 + components: + - type: Transform + pos: 0.5061571,-5.233775 + parent: 325 +- proto: PortableGeneratorSuperPacmanMachineCircuitboard + entities: + - uid: 232 + components: + - type: Transform + parent: 41 + - type: Physics + canCollide: False + - uid: 236 + components: + - type: Transform + parent: 56 + - type: Physics + canCollide: False +- proto: PosterContrabandC20r + entities: + - uid: 24 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 325 +- proto: PosterContrabandEnergySwords + entities: + - uid: 227 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 325 +- proto: PosterContrabandNuclearDeviceInformational + entities: + - uid: 228 + components: + - type: Transform + pos: -2.5,0.5 + parent: 325 +- proto: PosterContrabandSyndicateRecruitment + entities: + - uid: 229 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 325 +- proto: Poweredlight + entities: + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 325 + - uid: 110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 325 +- proto: PoweredlightLED + entities: + - uid: 182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 325 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-5.5 + parent: 325 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 184 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 325 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-5.5 + parent: 325 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 83 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 325 + - uid: 84 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 325 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 14 + components: + - type: Transform + pos: -1.5,1.5 + parent: 325 + - uid: 15 + components: + - type: Transform + pos: -1.5,2.5 + parent: 325 + - uid: 16 + components: + - type: Transform + pos: -0.5,2.5 + parent: 325 + - uid: 17 + components: + - type: Transform + pos: 0.5,2.5 + parent: 325 + - uid: 18 + components: + - type: Transform + pos: 0.5,1.5 + parent: 325 + - uid: 26 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 325 + - uid: 42 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 325 + - uid: 70 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 325 + - uid: 71 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 325 + - uid: 72 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 325 +- proto: RemoteSignaller + entities: + - uid: 176 + components: + - type: Transform + pos: 1.3427892,-2.379079 + parent: 325 + - type: Physics + canCollide: False +- proto: SheetGlass1 + entities: + - uid: 244 + components: + - type: Transform + parent: 58 + - type: Stack + count: 2 + - type: Physics + canCollide: False +- proto: SheetSteel1 + entities: + - uid: 255 + components: + - type: Transform + parent: 95 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 262 + components: + - type: Transform + parent: 96 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 269 + components: + - type: Transform + parent: 97 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 276 + components: + - type: Transform + parent: 98 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 283 + components: + - type: Transform + parent: 99 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 290 + components: + - type: Transform + parent: 100 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 297 + components: + - type: Transform + parent: 101 + - type: Stack + count: 5 + - type: Physics + canCollide: False + - uid: 304 + components: + - type: Transform + parent: 102 + - type: Stack + count: 5 + - type: Physics + canCollide: False +- proto: SignalButton + entities: + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 325 + - type: DeviceLinkSource + linkedPorts: + 193: + - Pressed: Toggle + 192: + - Pressed: Toggle + 190: + - Pressed: Toggle + 191: + - Pressed: Toggle + 196: + - Pressed: Toggle + 202: + - Pressed: Toggle + 201: + - Pressed: Toggle + 200: + - Pressed: Toggle + 199: + - Pressed: Toggle + 198: + - Pressed: Toggle +- proto: SignSpace + entities: + - uid: 230 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 325 +- proto: SoapSyndie + entities: + - uid: 90 + components: + - type: Transform + pos: 0.5436061,-7.5129323 + parent: 325 +- proto: SpawnPointLoneNukeOperative + entities: + - uid: 322 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 325 +- proto: StealthBox + entities: + - uid: 106 + components: + - type: Transform + pos: 0.49860507,-2.4513345 + parent: 325 + - type: Stealth + enabled: False + - type: EntityStorage + open: True +- proto: SubstationWallBasic + entities: + - uid: 103 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 325 + - type: PowerNetworkBattery + loadingNetworkDemand: 15106.935 + currentReceiving: 15105.06 + currentSupply: 15106.935 + supplyRampPosition: 1.875 +- proto: SuitStorageSyndie + entities: + - uid: 67 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 325 +- proto: SyndicateCommsComputerCircuitboard + entities: + - uid: 246 + components: + - type: Transform + parent: 65 + - type: Physics + canCollide: False +- proto: SyndicateComputerComms + entities: + - uid: 65 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 246 +- proto: SyndicateIDCard + entities: + - uid: 324 + components: + - type: Transform + pos: 1.57673,-2.3849022 + parent: 325 +- proto: SyndicateShuttleConsoleCircuitboard + entities: + - uid: 245 + components: + - type: Transform + parent: 64 + - type: Physics + canCollide: False +- proto: Table + entities: + - uid: 165 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 325 +- proto: TableWood + entities: + - uid: 45 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 325 +- proto: Thruster + entities: + - uid: 95 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-9.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 249 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 250 + - 251 + - 252 + - 253 + - 254 + - 255 + - uid: 96 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-9.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 256 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 257 + - 258 + - 259 + - 260 + - 261 + - 262 + - uid: 97 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 263 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 264 + - 265 + - 266 + - 267 + - 268 + - 269 + - uid: 98 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 270 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 271 + - 272 + - 273 + - 274 + - 275 + - 276 + - uid: 99 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 277 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 278 + - 279 + - 280 + - 281 + - 282 + - 283 + - uid: 100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 284 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 285 + - 286 + - 287 + - 288 + - 289 + - 290 + - uid: 101 + components: + - type: Transform + pos: -3.5,1.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 291 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 292 + - 293 + - 294 + - 295 + - 296 + - 297 + - uid: 102 + components: + - type: Transform + pos: 2.5,1.5 + parent: 325 + - type: ContainerContainer + containers: + machine_board: !type:Container + showEnts: False + occludes: True + ents: + - 298 + machine_parts: !type:Container + showEnts: False + occludes: True + ents: + - 299 + - 300 + - 301 + - 302 + - 303 + - 304 +- proto: ThrusterMachineCircuitboard + entities: + - uid: 249 + components: + - type: Transform + parent: 95 + - type: Physics + canCollide: False + - uid: 256 + components: + - type: Transform + parent: 96 + - type: Physics + canCollide: False + - uid: 263 + components: + - type: Transform + parent: 97 + - type: Physics + canCollide: False + - uid: 270 + components: + - type: Transform + parent: 98 + - type: Physics + canCollide: False + - uid: 277 + components: + - type: Transform + parent: 99 + - type: Physics + canCollide: False + - uid: 284 + components: + - type: Transform + parent: 100 + - type: Physics + canCollide: False + - uid: 291 + components: + - type: Transform + parent: 101 + - type: Physics + canCollide: False + - uid: 298 + components: + - type: Transform + parent: 102 + - type: Physics + canCollide: False +- proto: ToolboxSyndicateFilled + entities: + - uid: 177 + components: + - type: Transform + pos: 1.5699697,-0.44908836 + parent: 325 + - type: Physics + canCollide: False +- proto: ToyFigurineNukie + entities: + - uid: 10 + components: + - type: Transform + pos: -2.3371089,-2.140279 + parent: 325 +- proto: VendingMachineSyndieDrobe + entities: + - uid: 163 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 325 +- proto: WallPlastitanium + entities: + - uid: 7 + components: + - type: Transform + pos: -2.5,0.5 + parent: 325 + - uid: 8 + components: + - type: Transform + pos: -3.5,0.5 + parent: 325 + - uid: 9 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 325 + - uid: 11 + components: + - type: Transform + pos: 1.5,0.5 + parent: 325 + - uid: 12 + components: + - type: Transform + pos: 2.5,0.5 + parent: 325 + - uid: 13 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 325 + - uid: 22 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 325 + - uid: 25 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 325 + - uid: 27 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 325 + - uid: 28 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 325 + - uid: 29 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 325 + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 325 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 325 + - uid: 32 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 325 + - uid: 33 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 325 + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-3.5 + parent: 325 + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 325 + - uid: 36 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-8.5 + parent: 325 + - uid: 37 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 325 + - uid: 38 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 325 + - uid: 39 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 325 + - uid: 44 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-8.5 + parent: 325 + - uid: 48 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 325 + - uid: 49 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 325 + - uid: 54 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 325 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-3.5 + parent: 325 + - uid: 60 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-6.5 + parent: 325 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-6.5 + parent: 325 + - uid: 62 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 325 + - uid: 63 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-3.5 + parent: 325 + - uid: 66 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 325 + - uid: 69 + components: + - type: Transform + pos: -2.5,1.5 + parent: 325 + - uid: 73 + components: + - type: Transform + pos: 1.5,1.5 + parent: 325 + - uid: 80 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 325 + - uid: 81 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 325 + - uid: 92 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 325 + - uid: 108 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 325 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 23 + components: + - type: Transform + pos: -4.5,0.5 + parent: 325 + - uid: 43 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 325 + - uid: 68 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,2.5 + parent: 325 + - uid: 79 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-3.5 + parent: 325 + - uid: 82 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-3.5 + parent: 325 + - uid: 86 + components: + - type: Transform + pos: -2.5,2.5 + parent: 325 +- proto: WindoorSecure + entities: + - uid: 166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 325 + - uid: 206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-0.5 + parent: 325 + - type: ContainerContainer + containers: + board: !type:Container + showEnts: False + occludes: True + ents: + - 346 +- proto: YellowOxygenTankFilled + entities: + - uid: 167 + components: + - type: Transform + pos: 1.60798,-0.3062118 + parent: 325 +... diff --git a/Resources/Maps/Shuttles/wizard.yml b/Resources/Maps/Shuttles/wizard.yml index 031b547a8f2..a46944361d3 100644 --- a/Resources/Maps/Shuttles/wizard.yml +++ b/Resources/Maps/Shuttles/wizard.yml @@ -1,4886 +1,4886 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 23: FloorCaveDrought - 29: FloorDark - 30: FloorDarkDiagonal - 32: FloorDarkHerringbone - 34: FloorDarkMono - 35: FloorDarkOffset - 36: FloorDarkPavement - 37: FloorDarkPavementVertical - 48: FloorGrassDark - 89: FloorSteel - 100: FloorSteelMono - 104: FloorTechMaint - 108: FloorWhite - 112: FloorWhiteMini - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 768 - components: - - type: MetaData - - type: Transform - pos: 0.3842575,0.4217209 - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAADZAAAAAADWQAAAAABeQAAAAAAdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAAAZAAAAAACWQAAAAACeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIAAAAAABJQAAAAABIAAAAAAAJQAAAAACIAAAAAABJQAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIAAAAAADJAAAAAADeQAAAAAAJAAAAAADeQAAAAAAJAAAAAACeQAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAJQAAAAACIAAAAAAAJQAAAAACIAAAAAABJQAAAAABIAAAAAABJQAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAMAAAAAABMAAAAAAAMAAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAADIgAAAAACIgAAAAADHQAAAAACHQAAAAADeQAAAAAAMAAAAAABHgAAAAACHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAMAAAAAAAHgAAAAACHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIgAAAAACHQAAAAAAHQAAAAADeQAAAAAAMAAAAAABHgAAAAADHgAAAAABHgAAAAAC - version: 6 - 0,-1: - ind: 0,-1 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAbAAAAAADcAAAAAACbAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAACIAAAAAADJQAAAAACIAAAAAABJQAAAAADIAAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJAAAAAAAeQAAAAAAJAAAAAABeQAAAAAAJAAAAAABIAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAABIAAAAAABJQAAAAACIAAAAAACJQAAAAACIAAAAAACJQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAACMAAAAAADMAAAAAAAeQAAAAAAFwAAAAAEFwAAAAAGFwAAAAAHFwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADMAAAAAACeQAAAAAAFwAAAAADFwAAAAADFwAAAAAGFwAAAAAEFwAAAAACIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAACMAAAAAADeQAAAAAAFwAAAAAHFwAAAAAEFwAAAAADFwAAAAADFwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACMAAAAAADeQAAAAAAFwAAAAAHFwAAAAACFwAAAAABFwAAAAAEFwAAAAABIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADIgAAAAACeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAADMAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAABdgAAAAADeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAAAIgAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: MAAAAAADMAAAAAABMAAAAAADeQAAAAAAFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAADdgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAABdgAAAAABdgAAAAAAdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-2: - ind: -1,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - 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: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 0: -6,-11 - 1: -5,-11 - 2: -5,-12 - 3: -6,-12 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 4: 1,-1 - 29: 0,6 - 30: 1,9 - 31: 0,10 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNw - decals: - 5: -3,-1 - 32: -2,10 - 33: -3,9 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSe - decals: - 6: 1,-3 - 36: 1,8 - 39: 0,2 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 7: -3,-3 - 37: -3,8 - 38: -2,2 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerNe - decals: - 34: 0,9 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkInnerNw - decals: - 35: -2,9 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 13: 1,-2 - 26: 0,5 - 27: 0,4 - 28: 0,3 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 8: -2,-1 - 9: -1,-1 - 10: 0,-1 - 19: -1,6 - 20: -1,10 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 14: -2,-3 - 15: -1,-3 - 16: 0,-3 - 17: -1,2 - 18: -1,8 - 21: -2,8 - 22: 0,8 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 11: -3,-1 - 12: -3,-2 - 23: -2,3 - 24: -2,4 - 25: -2,5 - - node: - color: '#739D6FC3' - id: Busha3 - decals: - 123: 2.1557868,-0.9164014 - 124: -4.142126,-3.8997116 - 125: -4.017002,-0.6243291 - 126: -2.8074682,0.37706184 - 127: -3.683338,-2.0012412 - 128: -0.95146155,-3.6076393 - 129: 1.5301669,-0.019321948 - - node: - color: '#739D6FC3' - id: Bushb3 - decals: - 118: -3.933586,-2.8148713 - 119: -1.9941614,-3.8162622 - 120: 0.13294822,-3.7953997 - 121: 0.696007,0.001540184 - 122: -1.6604974,-0.22794488 - - node: - color: '#739D6FC3' - id: Bushc3 - decals: - 114: 2.0098097,-2.042966 - 115: -0.86804557,0.08498955 - 116: -3.683338,-0.019321948 - 117: -4.017002,-0.9164014 - - node: - color: '#739D6FC3' - id: Bushf1 - decals: - 100: -3.725046,-3.8997116 - 101: 1.2799189,-3.9414358 - 102: -0.09644675,0.10585165 - 103: -2.5780752,-0.08190873 - 104: -2.0358694,-4.024885 - 105: 1.9681017,-2.8983202 - 113: -2.4946592,-4.191784 - - node: - color: '#739D6FC3' - id: Bushf2 - decals: - 106: -3.933586,-1.6465821 - 107: 2.0306628,-0.18622068 - 108: 2.0098097,-2.856596 - 109: 1.9681017,-4.0666094 - 110: 0.11209321,-4.0040226 - 111: -2.2027032,0.022402763 - 112: -1.3893964,-3.98316 - - node: - color: '#73CA6FC3' - id: Flowersbr3 - decals: - 133: 1.1130869,-4.1500587 - - node: - color: '#73CA6FC3' - id: Flowerspv2 - decals: - 134: -2.9325922,-3.9414358 - 135: -2.1818483,0.043264866 - - node: - color: '#73CA6FC3' - id: Flowersy1 - decals: - 131: -4.05871,-0.29053214 - 132: 2.0515177,-1.3127851 - 136: 0.34148818,-0.10277131 - 137: 2.1557868,-3.3364286 - - node: - color: '#73CA6FC3' - id: Flowersy3 - decals: - 130: -3.9752939,-2.543661 - - node: - color: '#0E7F1B67' - id: Grassa5 - decals: - 86: -3.579067,-4.024885 - 87: -4.204688,-2.522799 - - node: - color: '#0E7F1BC3' - id: Grassa5 - decals: - 96: -3.01601,-4.1500587 - 97: 0.09124017,-0.144496 - 98: -4.142126,-0.24880746 - 99: 0.9254,-4.2126455 - - node: - color: '#0E7F1BC3' - id: Grassb2 - decals: - 88: -3.9127328,-1.3545098 - 89: -3.036863,-0.144496 - 90: 0.779423,0.064127445 - - node: - color: '#0E7F1BC3' - id: Grassb3 - decals: - 91: 1.8846858,-1.6883063 - 92: 1.6969988,-3.8579865 - 93: -0.30498672,-4.1083345 - 94: -4.079564,-2.4602118 - 95: -1.3685415,-0.019321948 - - node: - angle: 4.71238898038469 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 79: -10,-1 - 80: -10,-3 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteInnerNe - decals: - 46: 2,-12 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteInnerNw - decals: - 47: 4,-12 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteInnerSe - decals: - 45: 2,-10 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteInnerSw - decals: - 44: 4,-10 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteLineE - decals: - 40: 2,-11 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteLineN - decals: - 41: 3,-12 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteLineS - decals: - 43: 3,-10 - - node: - color: '#FFFFFFFF' - id: MiniTileWhiteLineW - decals: - 42: 4,-11 - - node: - color: '#FFFFFFFF' - id: Rock01 - decals: - 82: 7.413066,-1.4588213 - - node: - color: '#FFFFFFFF' - id: Rock02 - decals: - 83: 5.7864523,-3.1695304 - 85: 1.6761458,-0.18622068 - - node: - color: '#FFFFFFFF' - id: Rock03 - decals: - 84: -3.891878,-3.628501 - - node: - color: '#FFFFFFFF' - id: Rock04 - decals: - 81: 4.8271685,-0.9789882 - - node: - color: '#FFFFFFFF' - id: Rock06 - decals: - 78: 5.2864194,-2.8357334 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 49: 1,-15 - 50: 1,-14 - 74: -9,-3 - 75: -9,-1 - 76: 8,-1 - 77: 8,-3 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 48: -4,-12 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 72: -7,-3 - 73: -7,-1 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 145: -5,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSe - decals: - 58: -4,2 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinCornerSw - decals: - 67: 2,2 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 59: -4,3 - 60: -4,4 - 61: -4,5 - 62: -4,6 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 51: -2,-10 - 52: -1,-10 - 53: 0,-10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 54: -8,2 - 55: -7,2 - 56: -6,2 - 57: -5,2 - 68: 3,2 - 69: 4,2 - 70: 5,2 - 71: 6,2 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 63: 2,6 - 64: 2,5 - 65: 2,4 - 66: 2,3 - - node: - color: '#175C138B' - id: grasssnowc1 - decals: - 138: -4.017002,-2.4810743 - 139: -4.142126,0.2518878 - 140: -3.933586,-0.3948436 - 141: 2.1140788,-1.3127851 - 142: 1.9472468,-3.3781538 - 143: 0.904547,-4.087472 - 144: 0.2997802,0.001540184 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -1,0: - 0: 65535 - -3,-2: - 0: 61128 - -3,-1: - 0: 61166 - -3,-3: - 0: 32768 - -2,-3: - 0: 65535 - -2,-2: - 0: 65535 - -2,-1: - 0: 65535 - -2,-4: - 0: 61164 - -1,-4: - 0: 65535 - -1,-3: - 0: 65535 - -1,-2: - 0: 65535 - 0,-4: - 0: 62271 - 1: 192 - 2: 3072 - 0,-3: - 0: 65535 - 0,-2: - 0: 65535 - 1,-4: - 0: 13105 - 1,-3: - 0: 63351 - 1,-2: - 0: 65535 - 1,-1: - 0: 65535 - 2,-2: - 0: 12560 - 2,-1: - 0: 13107 - -3,0: - 0: 52974 - -3,1: - 0: 136 - -2,0: - 0: 65535 - -2,1: - 0: 52991 - -2,2: - 0: 136 - -1,1: - 0: 65535 - -1,2: - 0: 65535 - -1,3: - 0: 14 - 0,0: - 0: 65535 - 0,1: - 0: 65535 - 0,2: - 0: 30719 - 0,3: - 0: 3 - 1,0: - 0: 65535 - 1,1: - 0: 5119 - 2,0: - 0: 4403 - -2,-5: - 0: 32768 - -1,-5: - 0: 65280 - 0,-5: - 0: 63232 - 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: - - 6666.982 - - 0 - - 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 - chunkSize: 4 - - type: GasTileOverlay - - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding -- proto: AirlockExternalGlass - entities: - - uid: 344 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 768 - - uid: 345 - components: - - type: Transform - pos: -7.5,-2.5 - parent: 768 -- proto: AirlockGlassShuttle - entities: - - uid: 342 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 768 - - uid: 343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 768 - - uid: 671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 768 - - uid: 672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 768 -- proto: APCBasic - entities: - - uid: 436 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 768 - - uid: 437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,5.5 - parent: 768 -- proto: AtmosDeviceFanTiny - entities: - - uid: 338 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 768 - - uid: 339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-2.5 - parent: 768 - - uid: 340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 768 - - uid: 341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-2.5 - parent: 768 -- proto: AtmosFixNitrogenMarker - entities: - - uid: 754 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 768 - - uid: 755 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 768 -- proto: AtmosFixOxygenMarker - entities: - - uid: 756 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 768 - - uid: 757 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 768 -- proto: Bed - entities: - - uid: 355 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 768 -- proto: BedsheetWiz - entities: - - uid: 356 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 768 -- proto: BookFishing - entities: - - uid: 587 - components: - - type: Transform - pos: 3.5160534,-11.342207 - parent: 768 -- proto: BookRandom - entities: - - uid: 217 - components: - - type: Transform - pos: -7.387626,2.56149 - parent: 768 - - uid: 221 - components: - - type: Transform - pos: -7.700435,2.7283878 - parent: 768 -- proto: BooksBag - entities: - - uid: 219 - components: - - type: Transform - pos: -4.509771,6.4627414 - parent: 768 -- proto: Bookshelf - entities: - - uid: 580 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 768 - - uid: 583 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 768 - - uid: 607 - components: - - type: Transform - pos: -5.5,5.5 - parent: 768 - - uid: 608 - components: - - type: Transform - pos: -6.5,4.5 - parent: 768 - - uid: 634 - components: - - type: Transform - pos: 2.5,2.5 - parent: 768 -- proto: BoxFolderBase - entities: - - uid: 614 - components: - - type: Transform - pos: -3.3141003,2.4580417 - parent: 768 - - uid: 618 - components: - - type: Transform - pos: -3.3558083,2.7709756 - parent: 768 - - uid: 620 - components: - - type: Transform - pos: -3.6477642,2.6040778 - parent: 768 -- proto: CableApcExtension - entities: - - uid: 438 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 768 - - uid: 439 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 768 - - uid: 440 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 768 - - uid: 441 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 768 - - uid: 442 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 768 - - uid: 443 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 768 - - uid: 444 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 768 - - uid: 445 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 768 - - uid: 446 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 768 - - uid: 447 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 768 - - uid: 448 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 768 - - uid: 449 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 768 - - uid: 450 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 768 - - uid: 451 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 768 - - uid: 452 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 768 - - uid: 453 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 768 - - uid: 454 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 768 - - uid: 455 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 768 - - uid: 456 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 768 - - uid: 457 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 768 - - uid: 458 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 768 - - uid: 459 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 768 - - uid: 460 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 768 - - uid: 461 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 768 - - uid: 462 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 768 - - uid: 463 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 768 - - uid: 464 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 768 - - uid: 465 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 768 - - uid: 466 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 768 - - uid: 467 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 768 - - uid: 468 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 768 - - uid: 469 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 768 - - uid: 470 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 768 - - uid: 471 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 768 - - uid: 472 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 768 - - uid: 473 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 768 - - uid: 474 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 768 - - uid: 475 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 768 - - uid: 476 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 768 - - uid: 477 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 768 - - uid: 478 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 768 - - uid: 479 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 768 - - uid: 480 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 768 - - uid: 481 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 768 - - uid: 482 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 768 - - uid: 483 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 768 - - uid: 484 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 768 - - uid: 485 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 768 - - uid: 486 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 768 - - uid: 487 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 768 - - uid: 488 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 768 - - uid: 489 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 768 - - uid: 490 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 768 - - uid: 491 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 768 - - uid: 492 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 768 - - uid: 493 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 768 - - uid: 494 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 768 - - uid: 495 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 768 - - uid: 496 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 768 - - uid: 497 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 768 - - uid: 498 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 768 - - uid: 499 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 768 - - uid: 500 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 768 - - uid: 501 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 768 - - uid: 502 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 768 - - uid: 503 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 768 - - uid: 504 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 768 - - uid: 505 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 768 - - uid: 506 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 768 - - uid: 507 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 768 - - uid: 508 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 768 - - uid: 509 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 768 - - uid: 510 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 768 - - uid: 511 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 768 - - uid: 512 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 768 - - uid: 513 - components: - - type: Transform - pos: -2.5,5.5 - parent: 768 - - uid: 514 - components: - - type: Transform - pos: -1.5,5.5 - parent: 768 - - uid: 515 - components: - - type: Transform - pos: -0.5,5.5 - parent: 768 - - uid: 516 - components: - - type: Transform - pos: -0.5,6.5 - parent: 768 - - uid: 517 - components: - - type: Transform - pos: -0.5,7.5 - parent: 768 - - uid: 518 - components: - - type: Transform - pos: -0.5,8.5 - parent: 768 - - uid: 519 - components: - - type: Transform - pos: -0.5,9.5 - parent: 768 - - uid: 520 - components: - - type: Transform - pos: -0.5,10.5 - parent: 768 - - uid: 521 - components: - - type: Transform - pos: -0.5,11.5 - parent: 768 - - uid: 522 - components: - - type: Transform - pos: -1.5,11.5 - parent: 768 - - uid: 523 - components: - - type: Transform - pos: 0.5,11.5 - parent: 768 - - uid: 524 - components: - - type: Transform - pos: -1.5,8.5 - parent: 768 - - uid: 525 - components: - - type: Transform - pos: -2.5,8.5 - parent: 768 - - uid: 526 - components: - - type: Transform - pos: -3.5,8.5 - parent: 768 - - uid: 527 - components: - - type: Transform - pos: -3.5,9.5 - parent: 768 - - uid: 528 - components: - - type: Transform - pos: 0.5,8.5 - parent: 768 - - uid: 529 - components: - - type: Transform - pos: 1.5,8.5 - parent: 768 - - uid: 530 - components: - - type: Transform - pos: 2.5,8.5 - parent: 768 - - uid: 531 - components: - - type: Transform - pos: 2.5,9.5 - parent: 768 - - uid: 532 - components: - - type: Transform - pos: -0.5,4.5 - parent: 768 - - uid: 533 - components: - - type: Transform - pos: -0.5,3.5 - parent: 768 - - uid: 534 - components: - - type: Transform - pos: -0.5,2.5 - parent: 768 - - uid: 535 - components: - - type: Transform - pos: -0.5,1.5 - parent: 768 - - uid: 536 - components: - - type: Transform - pos: -2.5,5.5 - parent: 768 - - uid: 537 - components: - - type: Transform - pos: -3.5,5.5 - parent: 768 - - uid: 538 - components: - - type: Transform - pos: -4.5,5.5 - parent: 768 - - uid: 539 - components: - - type: Transform - pos: -5.5,5.5 - parent: 768 - - uid: 540 - components: - - type: Transform - pos: -5.5,4.5 - parent: 768 - - uid: 541 - components: - - type: Transform - pos: -6.5,4.5 - parent: 768 - - uid: 542 - components: - - type: Transform - pos: -6.5,3.5 - parent: 768 - - uid: 543 - components: - - type: Transform - pos: -6.5,2.5 - parent: 768 - - uid: 544 - components: - - type: Transform - pos: -6.5,1.5 - parent: 768 - - uid: 545 - components: - - type: Transform - pos: -6.5,0.5 - parent: 768 - - uid: 546 - components: - - type: Transform - pos: -7.5,0.5 - parent: 768 - - uid: 547 - components: - - type: Transform - pos: -8.5,0.5 - parent: 768 - - uid: 548 - components: - - type: Transform - pos: -9.5,0.5 - parent: 768 - - uid: 549 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 768 - - uid: 550 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 768 - - uid: 551 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 768 - - uid: 552 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 768 - - uid: 553 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 768 - - uid: 554 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 768 - - uid: 555 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 768 - - uid: 556 - components: - - type: Transform - pos: 0.5,4.5 - parent: 768 - - uid: 557 - components: - - type: Transform - pos: 1.5,4.5 - parent: 768 - - uid: 558 - components: - - type: Transform - pos: 2.5,4.5 - parent: 768 - - uid: 559 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 - - uid: 560 - components: - - type: Transform - pos: 4.5,4.5 - parent: 768 - - uid: 561 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 - - uid: 562 - components: - - type: Transform - pos: 4.5,2.5 - parent: 768 - - uid: 563 - components: - - type: Transform - pos: 4.5,1.5 - parent: 768 - - uid: 564 - components: - - type: Transform - pos: 6.5,1.5 - parent: 768 - - uid: 565 - components: - - type: Transform - pos: 5.5,1.5 - parent: 768 - - uid: 566 - components: - - type: Transform - pos: 7.5,1.5 - parent: 768 -- proto: CableHV - entities: - - uid: 363 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 768 - - uid: 364 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 768 - - uid: 366 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 768 - - uid: 367 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 768 -- proto: CableMV - entities: - - uid: 368 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 768 - - uid: 369 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 768 - - uid: 370 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 768 - - uid: 371 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 768 - - uid: 372 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 768 - - uid: 373 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 768 - - uid: 374 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 768 - - uid: 375 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 768 - - uid: 376 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 768 - - uid: 377 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 768 - - uid: 378 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 768 - - uid: 379 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 768 - - uid: 380 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 768 - - uid: 381 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 768 - - uid: 382 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 768 - - uid: 383 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 768 - - uid: 384 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 768 - - uid: 385 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 768 - - uid: 386 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 768 - - uid: 387 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 768 - - uid: 388 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 768 - - uid: 389 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 768 - - uid: 390 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 768 - - uid: 391 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 768 - - uid: 392 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 768 - - uid: 393 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 768 - - uid: 394 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 768 - - uid: 395 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 768 - - uid: 396 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 768 - - uid: 397 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 768 - - uid: 398 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 768 - - uid: 399 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 768 - - uid: 400 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 768 - - uid: 401 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 768 - - uid: 402 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 768 - - uid: 403 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 768 - - uid: 404 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 768 - - uid: 405 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 768 - - uid: 406 - components: - - type: Transform - pos: -5.5,0.5 - parent: 768 - - uid: 407 - components: - - type: Transform - pos: -6.5,0.5 - parent: 768 - - uid: 408 - components: - - type: Transform - pos: -6.5,1.5 - parent: 768 - - uid: 409 - components: - - type: Transform - pos: -6.5,2.5 - parent: 768 - - uid: 410 - components: - - type: Transform - pos: -6.5,3.5 - parent: 768 - - uid: 411 - components: - - type: Transform - pos: -6.5,4.5 - parent: 768 - - uid: 412 - components: - - type: Transform - pos: -5.5,4.5 - parent: 768 - - uid: 413 - components: - - type: Transform - pos: -4.5,4.5 - parent: 768 - - uid: 414 - components: - - type: Transform - pos: -3.5,4.5 - parent: 768 - - uid: 415 - components: - - type: Transform - pos: -2.5,4.5 - parent: 768 - - uid: 416 - components: - - type: Transform - pos: -1.5,4.5 - parent: 768 - - uid: 417 - components: - - type: Transform - pos: -0.5,4.5 - parent: 768 - - uid: 418 - components: - - type: Transform - pos: 0.5,4.5 - parent: 768 - - uid: 419 - components: - - type: Transform - pos: 1.5,4.5 - parent: 768 - - uid: 420 - components: - - type: Transform - pos: 2.5,4.5 - parent: 768 - - uid: 421 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 - - uid: 422 - components: - - type: Transform - pos: 4.5,4.5 - parent: 768 - - uid: 423 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 - - uid: 424 - components: - - type: Transform - pos: 4.5,2.5 - parent: 768 - - uid: 425 - components: - - type: Transform - pos: 4.5,1.5 - parent: 768 - - uid: 426 - components: - - type: Transform - pos: 5.5,1.5 - parent: 768 - - uid: 427 - components: - - type: Transform - pos: 6.5,1.5 - parent: 768 - - uid: 428 - components: - - type: Transform - pos: -3.5,-7.5 - parent: 768 - - uid: 429 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 768 - - uid: 430 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 768 - - uid: 431 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 768 - - uid: 432 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 768 - - uid: 433 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 768 - - uid: 434 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 768 - - uid: 435 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 768 - - uid: 763 - components: - - type: Transform - pos: -2.5,5.5 - parent: 768 -- proto: CableTerminal - entities: - - uid: 365 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 - parent: 768 -- proto: CarpetPurple - entities: - - uid: 567 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-11.5 - parent: 768 - - uid: 568 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-10.5 - parent: 768 - - uid: 569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-11.5 - parent: 768 - - uid: 570 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-10.5 - parent: 768 - - uid: 637 - components: - - type: Transform - pos: 3.5,3.5 - parent: 768 - - uid: 638 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 - - uid: 639 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 - - uid: 640 - components: - - type: Transform - pos: 4.5,4.5 - parent: 768 - - uid: 641 - components: - - type: Transform - pos: 5.5,3.5 - parent: 768 - - uid: 642 - components: - - type: Transform - pos: 5.5,4.5 - parent: 768 - - uid: 643 - components: - - type: Transform - pos: 3.5,5.5 - parent: 768 - - uid: 644 - components: - - type: Transform - pos: 4.5,5.5 - parent: 768 - - uid: 645 - components: - - type: Transform - pos: -3.5,3.5 - parent: 768 - - uid: 646 - components: - - type: Transform - pos: -3.5,2.5 - parent: 768 - - uid: 647 - components: - - type: Transform - pos: -4.5,3.5 - parent: 768 - - uid: 648 - components: - - type: Transform - pos: -4.5,2.5 - parent: 768 - - uid: 649 - components: - - type: Transform - pos: -4.5,5.5 - parent: 768 - - uid: 650 - components: - - type: Transform - pos: -4.5,6.5 - parent: 768 - - uid: 651 - components: - - type: Transform - pos: -3.5,5.5 - parent: 768 - - uid: 652 - components: - - type: Transform - pos: -3.5,6.5 - parent: 768 -- proto: Catwalk - entities: - - uid: 241 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 768 - - uid: 242 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 768 - - uid: 243 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 768 - - uid: 244 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 768 -- proto: ChairFolding - entities: - - uid: 589 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 768 -- proto: ChairPilotSeat - entities: - - uid: 213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,9.5 - parent: 768 -- proto: ChairWood - entities: - - uid: 222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,5.5 - parent: 768 - - uid: 223 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,3.5 - parent: 768 - - uid: 224 - components: - - type: Transform - pos: -3.5,3.5 - parent: 768 - - uid: 629 - components: - - type: Transform - pos: 3.5,5.5 - parent: 768 - - uid: 630 - components: - - type: Transform - pos: 4.5,5.5 - parent: 768 - - uid: 631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,4.5 - parent: 768 - - uid: 632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 - parent: 768 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 635 - components: - - type: Transform - pos: -4.45475,-13.4387665 - parent: 768 -- proto: ClothingBeltWand - entities: - - uid: 611 - components: - - type: Transform - pos: -2.4604146,-1.0363866 - parent: 768 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 353 - components: - - type: Transform - pos: -9.39363,-3.5328693 - parent: 768 -- proto: ClothingHeadHatWitch1 - entities: - - uid: 590 - components: - - type: Transform - pos: -5.52865,-9.359842 - parent: 768 -- proto: ClothingHeadHatWizardFake - entities: - - uid: 610 - components: - - type: Transform - pos: -2.4916646,-1.7707616 - parent: 768 -- proto: ClothingHeadHelmetWizardHelm - entities: - - uid: 576 - components: - - type: Transform - pos: -1.3289549,-9.370714 - parent: 768 -- proto: ClothingMaskGasChameleon - entities: - - uid: 352 - components: - - type: Transform - pos: -9.537922,-3.3987489 - parent: 768 -- proto: ClothingShoesWizard - entities: - - uid: 574 - components: - - type: Transform - pos: -2.4604146,-2.2863867 - parent: 768 -- proto: ClothingUniformJumpskirtColorBlack - entities: - - uid: 591 - components: - - type: Transform - pos: -5.617341,-9.575869 - parent: 768 -- proto: ClothingUniformJumpsuitColorBlack - entities: - - uid: 592 - components: - - type: Transform - pos: -5.429654,-9.555006 - parent: 768 -- proto: ComfyChair - entities: - - uid: 220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 - parent: 768 - - uid: 575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-10.5 - parent: 768 -- proto: ComputerIFFSyndicate - entities: - - uid: 208 - components: - - type: Transform - pos: -1.5,10.5 - parent: 768 -- proto: ComputerShuttle - entities: - - uid: 194 - components: - - type: Transform - pos: -0.5,10.5 - parent: 768 -- proto: ComputerSurveillanceWirelessCameraMonitor - entities: - - uid: 621 - components: - - type: Transform - pos: -3.5,6.5 - parent: 768 -- proto: CrayonBox - entities: - - uid: 612 - components: - - type: Transform - pos: -3.8145962,2.6666646 - parent: 768 -- proto: CrayonRainbow - entities: - - uid: 613 - components: - - type: Transform - pos: -3.6894722,2.437179 - parent: 768 -- proto: DiceBag - entities: - - uid: 662 - components: - - type: Transform - pos: 4.037085,4.423369 - parent: 768 -- proto: Dresser - entities: - - uid: 572 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 768 -- proto: FaxMachineSyndie - entities: - - uid: 619 - components: - - type: Transform - pos: -4.5,2.5 - parent: 768 -- proto: FigureSpawner - entities: - - uid: 653 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 - - uid: 654 - components: - - type: Transform - pos: 4.5,4.5 - parent: 768 - - uid: 655 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 -- proto: FirelockGlass - entities: - - uid: 758 - components: - - type: Transform - pos: -0.5,1.5 - parent: 768 - - uid: 759 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 768 - - uid: 760 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 768 - - uid: 761 - components: - - type: Transform - pos: -0.5,7.5 - parent: 768 -- proto: Fireplace - entities: - - uid: 354 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 768 -- proto: FloorDrain - entities: - - uid: 579 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 768 - - type: Fixtures - fixtures: {} -- proto: FloraRockSolid01 - entities: - - uid: 594 - components: - - type: Transform - pos: 6.5734406,0.1678339 - parent: 768 -- proto: FloraRockSolid02 - entities: - - uid: 595 - components: - - type: Transform - pos: 5.280491,-2.8363385 - parent: 768 -- proto: FoodBurgerSpell - entities: - - uid: 577 - components: - - type: Transform - pos: -1.6417658,-9.454163 - parent: 768 -- proto: FoodMeat - entities: - - uid: 598 - components: - - type: Transform - pos: 5.238783,-2.0018458 - parent: 768 - - uid: 599 - components: - - type: Transform - pos: 5.551594,-0.20768729 - parent: 768 - - uid: 600 - components: - - type: Transform - pos: 7.5535793,-3.0240989 - parent: 768 -- proto: GasMinerNitrogen - entities: - - uid: 249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-13.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: GasMinerOxygen - entities: - - uid: 248 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-14.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: GasMixerFlipped - entities: - - uid: 250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-13.5 - parent: 768 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - - type: AtmosDevice - joinedGrid: 768 -- proto: GasPassiveVent - entities: - - uid: 251 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-13.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 252 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: GasPipeBend - entities: - - uid: 253 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-14.5 - parent: 768 - - uid: 263 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 768 - - uid: 269 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 768 - - uid: 271 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-5.5 - parent: 768 - - uid: 275 - components: - - type: Transform - pos: -5.5,0.5 - parent: 768 - - uid: 276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,0.5 - parent: 768 - - uid: 279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,3.5 - parent: 768 - - uid: 281 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,3.5 - parent: 768 - - uid: 291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-7.5 - parent: 768 - - uid: 323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,3.5 - parent: 768 - - uid: 324 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 -- proto: GasPipeFourway - entities: - - uid: 285 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 768 - - uid: 315 - components: - - type: Transform - pos: -0.5,4.5 - parent: 768 -- proto: GasPipeStraight - entities: - - uid: 254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-13.5 - parent: 768 - - uid: 255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-13.5 - parent: 768 - - uid: 256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-13.5 - parent: 768 - - uid: 259 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 768 - - uid: 260 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-11.5 - parent: 768 - - uid: 262 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-10.5 - parent: 768 - - uid: 266 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 768 - - uid: 268 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 768 - - uid: 272 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 768 - - uid: 273 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 768 - - uid: 274 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 768 - - uid: 277 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,1.5 - parent: 768 - - uid: 278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,2.5 - parent: 768 - - uid: 280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 768 - - uid: 282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 768 - - uid: 283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-7.5 - parent: 768 - - uid: 284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-7.5 - parent: 768 - - uid: 286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-7.5 - parent: 768 - - uid: 287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-7.5 - parent: 768 - - uid: 288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-7.5 - parent: 768 - - uid: 290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 768 - - uid: 295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-8.5 - parent: 768 - - uid: 296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-9.5 - parent: 768 - - uid: 297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-8.5 - parent: 768 - - uid: 298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-9.5 - parent: 768 - - uid: 299 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-6.5 - parent: 768 - - uid: 300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-5.5 - parent: 768 - - uid: 301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,4.5 - parent: 768 - - uid: 305 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 768 - - uid: 311 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 - parent: 768 - - uid: 314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,4.5 - parent: 768 - - uid: 316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 - parent: 768 - - uid: 317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 - parent: 768 - - uid: 318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 - parent: 768 - - uid: 319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 - parent: 768 - - uid: 320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 768 - - uid: 321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 - parent: 768 - - uid: 325 - components: - - type: Transform - pos: 4.5,2.5 - parent: 768 - - uid: 326 - components: - - type: Transform - pos: 4.5,1.5 - parent: 768 - - uid: 334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-2.5 - parent: 768 - - uid: 335 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 768 - - uid: 336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-0.5 - parent: 768 - - uid: 337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 768 -- proto: GasPipeTJunction - entities: - - uid: 258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 768 - - uid: 265 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-9.5 - parent: 768 - - uid: 267 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-7.5 - parent: 768 - - uid: 270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 768 - - uid: 289 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 768 - - uid: 302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 - parent: 768 - - uid: 304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 768 - - uid: 310 - components: - - type: Transform - pos: -4.5,4.5 - parent: 768 - - uid: 322 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 -- proto: GasPressurePump - entities: - - uid: 257 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-13.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: GasVentPump - entities: - - uid: 261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-14.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 292 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-10.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-10.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 303 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,0.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 329 - components: - - type: Transform - pos: -0.5,8.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-2.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 - - uid: 362 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: GeneratorBasic15kW - entities: - - uid: 358 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 768 - - uid: 359 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 768 -- proto: GravityGeneratorMini - entities: - - uid: 357 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 768 -- proto: Grille - entities: - - uid: 1 - components: - - type: Transform - pos: -8.5,2.5 - parent: 768 - - uid: 22 - components: - - type: Transform - pos: -3.5,9.5 - parent: 768 - - uid: 23 - components: - - type: Transform - pos: -3.5,8.5 - parent: 768 - - uid: 24 - components: - - type: Transform - pos: 2.5,9.5 - parent: 768 - - uid: 25 - components: - - type: Transform - pos: 2.5,8.5 - parent: 768 - - uid: 26 - components: - - type: Transform - pos: 0.5,11.5 - parent: 768 - - uid: 27 - components: - - type: Transform - pos: -0.5,11.5 - parent: 768 - - uid: 28 - components: - - type: Transform - pos: -1.5,11.5 - parent: 768 - - uid: 33 - components: - - type: Transform - pos: -8.5,3.5 - parent: 768 - - uid: 44 - components: - - type: Transform - pos: 7.5,3.5 - parent: 768 - - uid: 45 - components: - - type: Transform - pos: 7.5,2.5 - parent: 768 - - uid: 47 - components: - - type: Transform - pos: 6.5,1.5 - parent: 768 - - uid: 48 - components: - - type: Transform - pos: 5.5,1.5 - parent: 768 - - uid: 49 - components: - - type: Transform - pos: 4.5,1.5 - parent: 768 - - uid: 65 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 768 - - uid: 67 - components: - - type: Transform - pos: -9.5,1.5 - parent: 768 - - uid: 78 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 768 - - uid: 79 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 768 - - uid: 89 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 768 - - uid: 90 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 768 - - uid: 91 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 768 - - uid: 92 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 768 - - uid: 94 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 768 - - uid: 116 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 768 - - uid: 117 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 768 - - uid: 118 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 768 - - uid: 119 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 768 - - uid: 120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 768 - - uid: 121 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 768 - - uid: 122 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 768 - - uid: 123 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 768 - - uid: 124 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 768 - - uid: 125 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 768 - - uid: 126 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 768 - - uid: 127 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 768 - - uid: 128 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 768 - - uid: 129 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 768 - - uid: 130 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 768 - - uid: 139 - components: - - type: Transform - pos: -1.5,7.5 - parent: 768 - - uid: 140 - components: - - type: Transform - pos: 0.5,7.5 - parent: 768 - - uid: 147 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 768 - - uid: 148 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 768 - - uid: 226 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 768 - - uid: 227 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 768 - - uid: 228 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 768 - - uid: 229 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 768 - - uid: 234 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 768 - - uid: 235 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 768 - - uid: 238 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 768 - - uid: 348 - components: - - type: Transform - pos: -7.5,0.5 - parent: 768 - - uid: 349 - components: - - type: Transform - pos: -10.5,0.5 - parent: 768 -- proto: Gyroscope - entities: - - uid: 636 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 768 -- proto: HospitalCurtains - entities: - - uid: 578 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 768 - - type: Occluder - enabled: False - - type: Door - state: Open - - type: Physics - canCollide: False -- proto: HospitalCurtainsOpen - entities: - - uid: 573 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 768 -- proto: IntercomAll - entities: - - uid: 617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,3.5 - parent: 768 -- proto: JetpackMiniFilled - entities: - - uid: 673 - components: - - type: Transform - pos: -9.508206,-3.3199291 - parent: 768 -- proto: MedkitAdvancedFilled - entities: - - uid: 726 - components: - - type: Transform - pos: -2.5632703,-0.42328313 - parent: 768 -- proto: MedkitOxygenFilled - entities: - - uid: 727 - components: - - type: Transform - pos: -2.3338752,-0.5901818 - parent: 768 -- proto: Mirror - entities: - - uid: 582 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 768 -- proto: NitrogenCanister - entities: - - uid: 601 - components: - - type: Transform - pos: -9.5,0.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: OxygenCanister - entities: - - uid: 602 - components: - - type: Transform - pos: -8.5,0.5 - parent: 768 - - type: AtmosDevice - joinedGrid: 768 -- proto: Paper - entities: - - uid: 622 - components: - - type: Transform - pos: -3.4183693,2.541491 - parent: 768 - - uid: 623 - components: - - type: Transform - pos: -3.3349533,2.7083888 - parent: 768 - - uid: 656 - components: - - type: Transform - pos: 3.578297,4.715441 - parent: 768 - - uid: 657 - components: - - type: Transform - pos: 4.349894,4.652854 - parent: 768 - - uid: 658 - components: - - type: Transform - pos: 4.600142,4.193884 - parent: 768 - - uid: 659 - components: - - type: Transform - pos: 4.662705,3.5888767 - parent: 768 -- proto: Pen - entities: - - uid: 660 - components: - - type: Transform - pos: 4.391602,3.9643984 - parent: 768 - - uid: 661 - components: - - type: Transform - pos: 3.80769,4.652854 - parent: 768 -- proto: PersonalAI - entities: - - uid: 674 - components: - - type: Transform - pos: 1.5621729,-0.9631119 - parent: 768 -- proto: PlasmaDoor - entities: - - uid: 7 - components: - - type: Transform - pos: -0.5,7.5 - parent: 768 - - uid: 663 - components: - - type: Transform - pos: -2.5,4.5 - parent: 768 - - uid: 664 - components: - - type: Transform - pos: 1.5,4.5 - parent: 768 - - uid: 665 - components: - - type: Transform - pos: -0.5,1.5 - parent: 768 - - uid: 666 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 768 - - uid: 667 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 768 - - uid: 668 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 768 - - uid: 669 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 768 - - uid: 670 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 768 - - uid: 677 - components: - - type: Transform - pos: -6.5,1.5 - parent: 768 - - uid: 678 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 768 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 - parent: 768 - - uid: 245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-13.5 - parent: 768 - - uid: 246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-14.5 - parent: 768 - - uid: 247 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-14.5 - parent: 768 - - uid: 689 - components: - - type: Transform - pos: -1.5,12.5 - parent: 768 - - uid: 690 - components: - - type: Transform - pos: -0.5,12.5 - parent: 768 - - uid: 691 - components: - - type: Transform - pos: 0.5,12.5 - parent: 768 - - uid: 692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,9.5 - parent: 768 - - uid: 693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 768 - - uid: 694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,9.5 - parent: 768 - - uid: 695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,8.5 - parent: 768 - - uid: 696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 - parent: 768 - - uid: 697 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,2.5 - parent: 768 - - uid: 698 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 - parent: 768 - - uid: 699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-6.5 - parent: 768 - - uid: 700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-10.5 - parent: 768 - - uid: 701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-10.5 - parent: 768 - - uid: 702 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-11.5 - parent: 768 - - uid: 703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 768 - - uid: 704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-13.5 - parent: 768 - - uid: 705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-14.5 - parent: 768 - - uid: 706 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-17.5 - parent: 768 - - uid: 707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-17.5 - parent: 768 - - uid: 708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-17.5 - parent: 768 - - uid: 709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-17.5 - parent: 768 - - uid: 710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 - parent: 768 - - uid: 711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-13.5 - parent: 768 - - uid: 712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 768 - - uid: 713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,3.5 - parent: 768 - - uid: 714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-5.5 - parent: 768 - - uid: 715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-6.5 - parent: 768 - - uid: 716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 768 - - uid: 717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-2.5 - parent: 768 - - uid: 718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 768 - - uid: 719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 768 - - uid: 720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,0.5 - parent: 768 - - uid: 721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 - parent: 768 - - uid: 722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,0.5 - parent: 768 - - uid: 723 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 768 - - uid: 724 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 768 - - uid: 725 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 768 -- proto: PonderingOrb - entities: - - uid: 675 - components: - - type: Transform - pos: 1.5413198,-1.6515679 - parent: 768 -- proto: PowerCellRecharger - entities: - - uid: 216 - components: - - type: Transform - pos: 1.5,9.5 - parent: 768 -- proto: Poweredlight - entities: - - uid: 728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-7.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-7.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 730 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 731 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 732 - components: - - type: Transform - pos: -2.5,0.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 733 - components: - - type: Transform - pos: 1.5,0.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 734 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-0.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 735 - components: - - type: Transform - pos: -9.5,-2.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 736 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-3.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 737 - components: - - type: Transform - pos: 7.5,0.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 738 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,5.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 741 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 742 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,8.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,12.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,12.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 745 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,1.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,2.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 748 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 749 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 750 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-16.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 764 - components: - - type: Transform - pos: -4.5,6.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 765 - components: - - type: Transform - pos: 3.5,6.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 766 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 768 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: Rack - entities: - - uid: 351 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 768 - - uid: 633 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 768 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 5 - components: - - type: Transform - pos: -1.5,7.5 - parent: 768 - - uid: 6 - components: - - type: Transform - pos: 0.5,7.5 - parent: 768 - - uid: 131 - components: - - type: Transform - pos: -7.5,0.5 - parent: 768 - - uid: 132 - components: - - type: Transform - pos: 2.5,9.5 - parent: 768 - - uid: 133 - components: - - type: Transform - pos: 2.5,8.5 - parent: 768 - - uid: 134 - components: - - type: Transform - pos: -1.5,11.5 - parent: 768 - - uid: 135 - components: - - type: Transform - pos: -0.5,11.5 - parent: 768 - - uid: 136 - components: - - type: Transform - pos: 0.5,11.5 - parent: 768 - - uid: 137 - components: - - type: Transform - pos: -3.5,9.5 - parent: 768 - - uid: 138 - components: - - type: Transform - pos: -3.5,8.5 - parent: 768 - - uid: 152 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 768 - - uid: 153 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 768 - - uid: 154 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 768 - - uid: 155 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 768 - - uid: 156 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 768 - - uid: 157 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 768 - - uid: 158 - components: - - type: Transform - pos: -5.5,-14.5 - parent: 768 - - uid: 159 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 768 - - uid: 160 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 768 - - uid: 161 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 768 - - uid: 162 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 768 - - uid: 163 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 768 - - uid: 164 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 768 - - uid: 165 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 768 - - uid: 166 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 768 - - uid: 167 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 768 - - uid: 168 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 768 - - uid: 169 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 768 - - uid: 170 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 768 - - uid: 172 - components: - - type: Transform - pos: 4.5,1.5 - parent: 768 - - uid: 173 - components: - - type: Transform - pos: 5.5,1.5 - parent: 768 - - uid: 174 - components: - - type: Transform - pos: 6.5,1.5 - parent: 768 - - uid: 175 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 768 - - uid: 176 - components: - - type: Transform - pos: -8.5,-5.5 - parent: 768 - - uid: 177 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 768 - - uid: 178 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 768 - - uid: 179 - components: - - type: Transform - pos: -9.5,1.5 - parent: 768 - - uid: 230 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 768 - - uid: 231 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 768 - - uid: 232 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 768 - - uid: 233 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 768 - - uid: 236 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 768 - - uid: 237 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 768 - - uid: 239 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 768 - - uid: 312 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-0.5 - parent: 768 - - uid: 346 - components: - - type: Transform - pos: -10.5,0.5 - parent: 768 - - uid: 347 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 768 - - uid: 603 - components: - - type: Transform - pos: -8.5,2.5 - parent: 768 - - uid: 604 - components: - - type: Transform - pos: -8.5,3.5 - parent: 768 - - uid: 605 - components: - - type: Transform - pos: 7.5,2.5 - parent: 768 - - uid: 606 - components: - - type: Transform - pos: 7.5,3.5 - parent: 768 -- proto: SinkWide - entities: - - uid: 581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-9.5 - parent: 768 -- proto: Skub - entities: - - uid: 586 - components: - - type: Transform - pos: 4.572705,-11.394358 - parent: 768 -- proto: SMESBasic - entities: - - uid: 360 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 768 -- proto: SoapOmega - entities: - - uid: 585 - components: - - type: Transform - pos: 2.4979851,-9.465773 - parent: 768 -- proto: SpawnMobBear - entities: - - uid: 596 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 768 - - uid: 597 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 768 -- proto: SpawnPointCaptain - entities: - - uid: 767 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 768 -- proto: SpawnPointLatejoin - entities: - - uid: 762 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 768 -- proto: StealthBox - entities: - - uid: 588 - components: - - type: Transform - pos: -5.369279,-11.020669 - parent: 768 - - type: Stealth - enabled: False - - type: EntityStorage - open: True -- proto: SubstationBasic - entities: - - uid: 361 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 768 -- proto: SuitStorageWizard - entities: - - uid: 307 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 768 -- proto: SyndicateComputerComms - entities: - - uid: 207 - components: - - type: Transform - pos: 0.5,10.5 - parent: 768 -- proto: TableCarpet - entities: - - uid: 624 - components: - - type: Transform - pos: 3.5,4.5 - parent: 768 - - uid: 625 - components: - - type: Transform - pos: 4.5,3.5 - parent: 768 - - uid: 626 - components: - - type: Transform - pos: 4.5,4.5 - parent: 768 -- proto: TableStone - entities: - - uid: 171 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 768 - - uid: 306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-0.5 - parent: 768 - - uid: 308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-0.5 - parent: 768 - - uid: 309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 - parent: 768 - - uid: 313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 768 - - uid: 609 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 768 -- proto: TableWood - entities: - - uid: 209 - components: - - type: Transform - pos: 1.5,8.5 - parent: 768 - - uid: 210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,9.5 - parent: 768 - - uid: 211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,9.5 - parent: 768 - - uid: 212 - components: - - type: Transform - pos: -2.5,8.5 - parent: 768 - - uid: 215 - components: - - type: Transform - pos: -4.5,6.5 - parent: 768 - - uid: 218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 768 - - uid: 571 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-9.5 - parent: 768 - - uid: 615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,2.5 - parent: 768 - - uid: 616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,2.5 - parent: 768 -- proto: TargetStrange - entities: - - uid: 593 - components: - - type: Transform - pos: -4.5,-11.5 - parent: 768 -- proto: Thruster - entities: - - uid: 680 - components: - - type: Transform - pos: -3.5,11.5 - parent: 768 - - uid: 681 - components: - - type: Transform - pos: 2.5,11.5 - parent: 768 - - uid: 682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,5.5 - parent: 768 - - uid: 683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,5.5 - parent: 768 - - uid: 684 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-16.5 - parent: 768 - - uid: 685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-17.5 - parent: 768 - - uid: 686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-16.5 - parent: 768 - - uid: 687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-8.5 - parent: 768 - - uid: 688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-8.5 - parent: 768 -- proto: ToiletEmpty - entities: - - uid: 584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-11.5 - parent: 768 -- proto: VendingMachineCoffee - entities: - - uid: 628 - components: - - type: Transform - pos: 3.5,6.5 - parent: 768 -- proto: VendingMachineDiscount - entities: - - uid: 679 - components: - - type: Transform - pos: 0.5,2.5 - parent: 768 -- proto: VendingMachineGames - entities: - - uid: 627 - components: - - type: Transform - pos: 2.5,6.5 - parent: 768 -- proto: VendingMachineMagivend - entities: - - uid: 2 - components: - - type: Transform - pos: -1.5,2.5 - parent: 768 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 350 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 768 -- proto: WallDiamond - entities: - - uid: 141 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 768 - - uid: 142 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 768 - - uid: 143 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 768 - - uid: 144 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 768 - - uid: 145 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 768 - - uid: 146 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 768 -- proto: WallUranium - entities: - - uid: 3 - components: - - type: Transform - pos: -2.5,6.5 - parent: 768 - - uid: 4 - components: - - type: Transform - pos: 1.5,6.5 - parent: 768 - - uid: 8 - components: - - type: Transform - pos: 1.5,11.5 - parent: 768 - - uid: 9 - components: - - type: Transform - pos: 1.5,10.5 - parent: 768 - - uid: 10 - components: - - type: Transform - pos: 2.5,10.5 - parent: 768 - - uid: 11 - components: - - type: Transform - pos: 2.5,7.5 - parent: 768 - - uid: 12 - components: - - type: Transform - pos: 1.5,7.5 - parent: 768 - - uid: 13 - components: - - type: Transform - pos: -2.5,11.5 - parent: 768 - - uid: 14 - components: - - type: Transform - pos: -2.5,10.5 - parent: 768 - - uid: 15 - components: - - type: Transform - pos: -3.5,10.5 - parent: 768 - - uid: 16 - components: - - type: Transform - pos: -2.5,7.5 - parent: 768 - - uid: 17 - components: - - type: Transform - pos: -3.5,7.5 - parent: 768 - - uid: 18 - components: - - type: Transform - pos: -6.5,6.5 - parent: 768 - - uid: 19 - components: - - type: Transform - pos: -5.5,6.5 - parent: 768 - - uid: 20 - components: - - type: Transform - pos: -5.5,7.5 - parent: 768 - - uid: 21 - components: - - type: Transform - pos: -4.5,7.5 - parent: 768 - - uid: 29 - components: - - type: Transform - pos: -6.5,5.5 - parent: 768 - - uid: 30 - components: - - type: Transform - pos: -7.5,5.5 - parent: 768 - - uid: 31 - components: - - type: Transform - pos: -7.5,4.5 - parent: 768 - - uid: 32 - components: - - type: Transform - pos: -8.5,4.5 - parent: 768 - - uid: 34 - components: - - type: Transform - pos: -1.5,1.5 - parent: 768 - - uid: 35 - components: - - type: Transform - pos: 0.5,1.5 - parent: 768 - - uid: 36 - components: - - type: Transform - pos: 3.5,7.5 - parent: 768 - - uid: 37 - components: - - type: Transform - pos: 4.5,7.5 - parent: 768 - - uid: 38 - components: - - type: Transform - pos: 4.5,6.5 - parent: 768 - - uid: 39 - components: - - type: Transform - pos: 5.5,6.5 - parent: 768 - - uid: 40 - components: - - type: Transform - pos: 5.5,5.5 - parent: 768 - - uid: 41 - components: - - type: Transform - pos: 6.5,5.5 - parent: 768 - - uid: 42 - components: - - type: Transform - pos: 6.5,4.5 - parent: 768 - - uid: 43 - components: - - type: Transform - pos: 7.5,4.5 - parent: 768 - - uid: 46 - components: - - type: Transform - pos: 7.5,1.5 - parent: 768 - - uid: 50 - components: - - type: Transform - pos: 3.5,1.5 - parent: 768 - - uid: 51 - components: - - type: Transform - pos: 2.5,1.5 - parent: 768 - - uid: 52 - components: - - type: Transform - pos: 1.5,1.5 - parent: 768 - - uid: 53 - components: - - type: Transform - pos: 1.5,3.5 - parent: 768 - - uid: 54 - components: - - type: Transform - pos: 1.5,2.5 - parent: 768 - - uid: 55 - components: - - type: Transform - pos: 1.5,5.5 - parent: 768 - - uid: 56 - components: - - type: Transform - pos: -2.5,1.5 - parent: 768 - - uid: 57 - components: - - type: Transform - pos: -2.5,2.5 - parent: 768 - - uid: 58 - components: - - type: Transform - pos: -2.5,3.5 - parent: 768 - - uid: 59 - components: - - type: Transform - pos: -2.5,5.5 - parent: 768 - - uid: 60 - components: - - type: Transform - pos: -3.5,1.5 - parent: 768 - - uid: 61 - components: - - type: Transform - pos: -4.5,1.5 - parent: 768 - - uid: 62 - components: - - type: Transform - pos: -5.5,1.5 - parent: 768 - - uid: 63 - components: - - type: Transform - pos: -7.5,1.5 - parent: 768 - - uid: 64 - components: - - type: Transform - pos: -8.5,1.5 - parent: 768 - - uid: 66 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 768 - - uid: 68 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 768 - - uid: 69 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 768 - - uid: 70 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 768 - - uid: 71 - components: - - type: Transform - pos: 8.5,1.5 - parent: 768 - - uid: 72 - components: - - type: Transform - pos: 8.5,0.5 - parent: 768 - - uid: 73 - components: - - type: Transform - pos: 9.5,0.5 - parent: 768 - - uid: 74 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 768 - - uid: 75 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 768 - - uid: 76 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 768 - - uid: 77 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 768 - - uid: 80 - components: - - type: Transform - pos: 3.5,0.5 - parent: 768 - - uid: 81 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 768 - - uid: 82 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 768 - - uid: 83 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 768 - - uid: 84 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 768 - - uid: 85 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 768 - - uid: 86 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 768 - - uid: 87 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 768 - - uid: 88 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 768 - - uid: 93 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 768 - - uid: 95 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 768 - - uid: 96 - components: - - type: Transform - pos: -4.5,0.5 - parent: 768 - - uid: 97 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 768 - - uid: 98 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 768 - - uid: 99 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 768 - - uid: 100 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 768 - - uid: 101 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 768 - - uid: 102 - components: - - type: Transform - pos: -7.5,-7.5 - parent: 768 - - uid: 103 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 768 - - uid: 104 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 768 - - uid: 105 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 768 - - uid: 106 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 768 - - uid: 107 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 768 - - uid: 108 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 768 - - uid: 109 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 768 - - uid: 110 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 768 - - uid: 111 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 768 - - uid: 112 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 768 - - uid: 113 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 768 - - uid: 114 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 768 - - uid: 115 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 768 - - uid: 149 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 768 - - uid: 150 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 768 - - uid: 151 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 768 - - uid: 180 - components: - - type: Transform - pos: -10.5,-4.5 - parent: 768 - - uid: 181 - components: - - type: Transform - pos: -10.5,1.5 - parent: 768 - - uid: 182 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 768 - - uid: 183 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 768 - - uid: 184 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 768 - - uid: 185 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 768 - - uid: 186 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 768 - - uid: 187 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 768 - - uid: 188 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 768 - - uid: 189 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 768 - - uid: 190 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 768 - - uid: 191 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 768 - - uid: 192 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 768 - - uid: 193 - components: - - type: Transform - pos: -4.5,-12.5 - parent: 768 - - uid: 195 - components: - - type: Transform - pos: -2.5,-12.5 - parent: 768 - - uid: 196 - components: - - type: Transform - pos: -2.5,-11.5 - parent: 768 - - uid: 197 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 768 - - uid: 198 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 768 - - uid: 199 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 768 - - uid: 200 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 768 - - uid: 201 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 768 - - uid: 202 - components: - - type: Transform - pos: 1.5,-12.5 - parent: 768 - - uid: 203 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 768 - - uid: 204 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 768 - - uid: 205 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 768 - - uid: 206 - components: - - type: Transform - pos: 3.5,-12.5 - parent: 768 - - uid: 225 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 768 -- proto: WeaponCapacitorRecharger - entities: - - uid: 214 - components: - - type: Transform - pos: -2.5,9.5 - parent: 768 -- proto: WoodblockInstrument - entities: - - uid: 676 - components: - - type: Transform - pos: 1.5449836,-2.289194 - parent: 768 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 23: FloorCaveDrought + 29: FloorDark + 30: FloorDarkDiagonal + 32: FloorDarkHerringbone + 34: FloorDarkMono + 35: FloorDarkOffset + 36: FloorDarkPavement + 37: FloorDarkPavementVertical + 48: FloorGrassDark + 89: FloorSteel + 100: FloorSteelMono + 104: FloorTechMaint + 108: FloorWhite + 112: FloorWhiteMini + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 768 + components: + - type: MetaData + - type: Transform + pos: 0.3842575,0.4217209 + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAADZAAAAAADWQAAAAABeQAAAAAAdgAAAAACdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAZAAAAAAAZAAAAAACWQAAAAACeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIAAAAAABJQAAAAABIAAAAAAAJQAAAAACIAAAAAABJQAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIAAAAAADJAAAAAADeQAAAAAAJAAAAAADeQAAAAAAJAAAAAACeQAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAJQAAAAACIAAAAAAAJQAAAAACIAAAAAABJQAAAAABIAAAAAABJQAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAAAIgAAAAAAeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAMAAAAAABMAAAAAAAMAAAAAABMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAADIgAAAAACIgAAAAADHQAAAAACHQAAAAADeQAAAAAAMAAAAAABHgAAAAACHgAAAAACHgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAMAAAAAAAHgAAAAACHgAAAAACHgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIgAAAAACHQAAAAAAHQAAAAADeQAAAAAAMAAAAAABHgAAAAADHgAAAAABHgAAAAAC + version: 6 + 0,-1: + ind: 0,-1 + tiles: aAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAbAAAAAADcAAAAAACbAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAACIAAAAAADJQAAAAACIAAAAAABJQAAAAADIAAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAJAAAAAAAeQAAAAAAJAAAAAABeQAAAAAAJAAAAAABIAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJQAAAAABIAAAAAABJQAAAAACIAAAAAACJQAAAAACIAAAAAACJQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAACMAAAAAADMAAAAAAAeQAAAAAAFwAAAAAEFwAAAAAGFwAAAAAHFwAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAABHgAAAAADMAAAAAACeQAAAAAAFwAAAAADFwAAAAADFwAAAAAGFwAAAAAEFwAAAAACIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAADHgAAAAACMAAAAAADeQAAAAAAFwAAAAAHFwAAAAAEFwAAAAADFwAAAAADFwAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAAACHgAAAAACMAAAAAADeQAAAAAAFwAAAAAHFwAAAAACFwAAAAABFwAAAAAEFwAAAAABIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAIgAAAAADIgAAAAACeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAMAAAAAAAMAAAAAAAMAAAAAADMAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAABdgAAAAADeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAAAIgAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAIgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAIwAAAAAAIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: MAAAAAADMAAAAAABMAAAAAADeQAAAAAAFwAAAAAFFwAAAAAAFwAAAAAFFwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAABdgAAAAADdgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAABdgAAAAABdgAAAAAAdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 0: -6,-11 + 1: -5,-11 + 2: -5,-12 + 3: -6,-12 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 4: 1,-1 + 29: 0,6 + 30: 1,9 + 31: 0,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 5: -3,-1 + 32: -2,10 + 33: -3,9 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 6: 1,-3 + 36: 1,8 + 39: 0,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 7: -3,-3 + 37: -3,8 + 38: -2,2 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 34: 0,9 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 35: -2,9 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 13: 1,-2 + 26: 0,5 + 27: 0,4 + 28: 0,3 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 8: -2,-1 + 9: -1,-1 + 10: 0,-1 + 19: -1,6 + 20: -1,10 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 14: -2,-3 + 15: -1,-3 + 16: 0,-3 + 17: -1,2 + 18: -1,8 + 21: -2,8 + 22: 0,8 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 11: -3,-1 + 12: -3,-2 + 23: -2,3 + 24: -2,4 + 25: -2,5 + - node: + color: '#739D6FC3' + id: Busha3 + decals: + 123: 2.1557868,-0.9164014 + 124: -4.142126,-3.8997116 + 125: -4.017002,-0.6243291 + 126: -2.8074682,0.37706184 + 127: -3.683338,-2.0012412 + 128: -0.95146155,-3.6076393 + 129: 1.5301669,-0.019321948 + - node: + color: '#739D6FC3' + id: Bushb3 + decals: + 118: -3.933586,-2.8148713 + 119: -1.9941614,-3.8162622 + 120: 0.13294822,-3.7953997 + 121: 0.696007,0.001540184 + 122: -1.6604974,-0.22794488 + - node: + color: '#739D6FC3' + id: Bushc3 + decals: + 114: 2.0098097,-2.042966 + 115: -0.86804557,0.08498955 + 116: -3.683338,-0.019321948 + 117: -4.017002,-0.9164014 + - node: + color: '#739D6FC3' + id: Bushf1 + decals: + 100: -3.725046,-3.8997116 + 101: 1.2799189,-3.9414358 + 102: -0.09644675,0.10585165 + 103: -2.5780752,-0.08190873 + 104: -2.0358694,-4.024885 + 105: 1.9681017,-2.8983202 + 113: -2.4946592,-4.191784 + - node: + color: '#739D6FC3' + id: Bushf2 + decals: + 106: -3.933586,-1.6465821 + 107: 2.0306628,-0.18622068 + 108: 2.0098097,-2.856596 + 109: 1.9681017,-4.0666094 + 110: 0.11209321,-4.0040226 + 111: -2.2027032,0.022402763 + 112: -1.3893964,-3.98316 + - node: + color: '#73CA6FC3' + id: Flowersbr3 + decals: + 133: 1.1130869,-4.1500587 + - node: + color: '#73CA6FC3' + id: Flowerspv2 + decals: + 134: -2.9325922,-3.9414358 + 135: -2.1818483,0.043264866 + - node: + color: '#73CA6FC3' + id: Flowersy1 + decals: + 131: -4.05871,-0.29053214 + 132: 2.0515177,-1.3127851 + 136: 0.34148818,-0.10277131 + 137: 2.1557868,-3.3364286 + - node: + color: '#73CA6FC3' + id: Flowersy3 + decals: + 130: -3.9752939,-2.543661 + - node: + color: '#0E7F1B67' + id: Grassa5 + decals: + 86: -3.579067,-4.024885 + 87: -4.204688,-2.522799 + - node: + color: '#0E7F1BC3' + id: Grassa5 + decals: + 96: -3.01601,-4.1500587 + 97: 0.09124017,-0.144496 + 98: -4.142126,-0.24880746 + 99: 0.9254,-4.2126455 + - node: + color: '#0E7F1BC3' + id: Grassb2 + decals: + 88: -3.9127328,-1.3545098 + 89: -3.036863,-0.144496 + 90: 0.779423,0.064127445 + - node: + color: '#0E7F1BC3' + id: Grassb3 + decals: + 91: 1.8846858,-1.6883063 + 92: 1.6969988,-3.8579865 + 93: -0.30498672,-4.1083345 + 94: -4.079564,-2.4602118 + 95: -1.3685415,-0.019321948 + - node: + angle: 4.71238898038469 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 79: -10,-1 + 80: -10,-3 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNe + decals: + 46: 2,-12 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerNw + decals: + 47: 4,-12 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSe + decals: + 45: 2,-10 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteInnerSw + decals: + 44: 4,-10 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineE + decals: + 40: 2,-11 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineN + decals: + 41: 3,-12 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineS + decals: + 43: 3,-10 + - node: + color: '#FFFFFFFF' + id: MiniTileWhiteLineW + decals: + 42: 4,-11 + - node: + color: '#FFFFFFFF' + id: Rock01 + decals: + 82: 7.413066,-1.4588213 + - node: + color: '#FFFFFFFF' + id: Rock02 + decals: + 83: 5.7864523,-3.1695304 + 85: 1.6761458,-0.18622068 + - node: + color: '#FFFFFFFF' + id: Rock03 + decals: + 84: -3.891878,-3.628501 + - node: + color: '#FFFFFFFF' + id: Rock04 + decals: + 81: 4.8271685,-0.9789882 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 78: 5.2864194,-2.8357334 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 49: 1,-15 + 50: 1,-14 + 74: -9,-3 + 75: -9,-1 + 76: 8,-1 + 77: 8,-3 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 48: -4,-12 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 72: -7,-3 + 73: -7,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 145: -5,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 58: -4,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 67: 2,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 59: -4,3 + 60: -4,4 + 61: -4,5 + 62: -4,6 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 51: -2,-10 + 52: -1,-10 + 53: 0,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 54: -8,2 + 55: -7,2 + 56: -6,2 + 57: -5,2 + 68: 3,2 + 69: 4,2 + 70: 5,2 + 71: 6,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 63: 2,6 + 64: 2,5 + 65: 2,4 + 66: 2,3 + - node: + color: '#175C138B' + id: grasssnowc1 + decals: + 138: -4.017002,-2.4810743 + 139: -4.142126,0.2518878 + 140: -3.933586,-0.3948436 + 141: 2.1140788,-1.3127851 + 142: 1.9472468,-3.3781538 + 143: 0.904547,-4.087472 + 144: 0.2997802,0.001540184 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -1,0: + 0: 65535 + -3,-2: + 0: 61128 + -3,-1: + 0: 61166 + -3,-3: + 0: 32768 + -2,-3: + 0: 65535 + -2,-2: + 0: 65535 + -2,-1: + 0: 65535 + -2,-4: + 0: 61164 + -1,-4: + 0: 65535 + -1,-3: + 0: 65535 + -1,-2: + 0: 65535 + 0,-4: + 0: 62271 + 1: 192 + 2: 3072 + 0,-3: + 0: 65535 + 0,-2: + 0: 65535 + 1,-4: + 0: 13105 + 1,-3: + 0: 63351 + 1,-2: + 0: 65535 + 1,-1: + 0: 65535 + 2,-2: + 0: 12560 + 2,-1: + 0: 13107 + -3,0: + 0: 52974 + -3,1: + 0: 136 + -2,0: + 0: 65535 + -2,1: + 0: 52991 + -2,2: + 0: 136 + -1,1: + 0: 65535 + -1,2: + 0: 65535 + -1,3: + 0: 14 + 0,0: + 0: 65535 + 0,1: + 0: 65535 + 0,2: + 0: 30719 + 0,3: + 0: 3 + 1,0: + 0: 65535 + 1,1: + 0: 5119 + 2,0: + 0: 4403 + -2,-5: + 0: 32768 + -1,-5: + 0: 65280 + 0,-5: + 0: 63232 + 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: + - 6666.982 + - 0 + - 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 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance + - type: SpreaderGrid + - type: GridPathfinding +- proto: AirlockExternalGlass + entities: + - uid: 344 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 768 + - uid: 345 + components: + - type: Transform + pos: -7.5,-2.5 + parent: 768 +- proto: AirlockGlassShuttle + entities: + - uid: 342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 768 + - uid: 343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 768 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 768 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 768 +- proto: APCBasic + entities: + - uid: 436 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 768 + - uid: 437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,5.5 + parent: 768 +- proto: AtmosDeviceFanTiny + entities: + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 768 + - uid: 339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 768 + - uid: 340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 768 + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-2.5 + parent: 768 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 754 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 768 + - uid: 755 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 768 +- proto: AtmosFixOxygenMarker + entities: + - uid: 756 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 768 + - uid: 757 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 768 +- proto: Bed + entities: + - uid: 355 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 768 +- proto: BedsheetWiz + entities: + - uid: 356 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 768 +- proto: BookFishing + entities: + - uid: 587 + components: + - type: Transform + pos: 3.5160534,-11.342207 + parent: 768 +- proto: BookRandom + entities: + - uid: 217 + components: + - type: Transform + pos: -7.387626,2.56149 + parent: 768 + - uid: 221 + components: + - type: Transform + pos: -7.700435,2.7283878 + parent: 768 +- proto: BooksBag + entities: + - uid: 219 + components: + - type: Transform + pos: -4.509771,6.4627414 + parent: 768 +- proto: Bookshelf + entities: + - uid: 580 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 768 + - uid: 583 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 768 + - uid: 607 + components: + - type: Transform + pos: -5.5,5.5 + parent: 768 + - uid: 608 + components: + - type: Transform + pos: -6.5,4.5 + parent: 768 + - uid: 634 + components: + - type: Transform + pos: 2.5,2.5 + parent: 768 +- proto: BoxFolderBase + entities: + - uid: 614 + components: + - type: Transform + pos: -3.3141003,2.4580417 + parent: 768 + - uid: 618 + components: + - type: Transform + pos: -3.3558083,2.7709756 + parent: 768 + - uid: 620 + components: + - type: Transform + pos: -3.6477642,2.6040778 + parent: 768 +- proto: CableApcExtension + entities: + - uid: 438 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 768 + - uid: 439 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 768 + - uid: 440 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 768 + - uid: 441 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 768 + - uid: 442 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 768 + - uid: 443 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 768 + - uid: 444 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 768 + - uid: 445 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 768 + - uid: 446 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 768 + - uid: 447 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 768 + - uid: 448 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 768 + - uid: 449 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 768 + - uid: 450 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 768 + - uid: 451 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 768 + - uid: 452 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 768 + - uid: 453 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 768 + - uid: 454 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 768 + - uid: 455 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 768 + - uid: 456 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 768 + - uid: 457 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 768 + - uid: 458 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 768 + - uid: 459 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 768 + - uid: 460 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 768 + - uid: 461 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 768 + - uid: 462 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 768 + - uid: 463 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 768 + - uid: 464 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 768 + - uid: 465 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 768 + - uid: 466 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 768 + - uid: 467 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 768 + - uid: 468 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 768 + - uid: 469 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 768 + - uid: 470 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 768 + - uid: 471 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 768 + - uid: 472 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 768 + - uid: 473 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 768 + - uid: 474 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 768 + - uid: 475 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 768 + - uid: 476 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 768 + - uid: 477 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 768 + - uid: 478 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 768 + - uid: 479 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 768 + - uid: 480 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 768 + - uid: 481 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 768 + - uid: 482 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 768 + - uid: 483 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 768 + - uid: 484 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 768 + - uid: 485 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 768 + - uid: 486 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 768 + - uid: 487 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 768 + - uid: 488 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 768 + - uid: 489 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 768 + - uid: 490 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 768 + - uid: 491 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 768 + - uid: 492 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 768 + - uid: 493 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 768 + - uid: 494 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 768 + - uid: 495 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 768 + - uid: 496 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 768 + - uid: 497 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 768 + - uid: 498 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 768 + - uid: 499 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 768 + - uid: 500 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 768 + - uid: 501 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 768 + - uid: 502 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 768 + - uid: 503 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 768 + - uid: 504 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 768 + - uid: 505 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 768 + - uid: 506 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 768 + - uid: 507 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 768 + - uid: 508 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 768 + - uid: 509 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 768 + - uid: 510 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 768 + - uid: 511 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 768 + - uid: 512 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 768 + - uid: 513 + components: + - type: Transform + pos: -2.5,5.5 + parent: 768 + - uid: 514 + components: + - type: Transform + pos: -1.5,5.5 + parent: 768 + - uid: 515 + components: + - type: Transform + pos: -0.5,5.5 + parent: 768 + - uid: 516 + components: + - type: Transform + pos: -0.5,6.5 + parent: 768 + - uid: 517 + components: + - type: Transform + pos: -0.5,7.5 + parent: 768 + - uid: 518 + components: + - type: Transform + pos: -0.5,8.5 + parent: 768 + - uid: 519 + components: + - type: Transform + pos: -0.5,9.5 + parent: 768 + - uid: 520 + components: + - type: Transform + pos: -0.5,10.5 + parent: 768 + - uid: 521 + components: + - type: Transform + pos: -0.5,11.5 + parent: 768 + - uid: 522 + components: + - type: Transform + pos: -1.5,11.5 + parent: 768 + - uid: 523 + components: + - type: Transform + pos: 0.5,11.5 + parent: 768 + - uid: 524 + components: + - type: Transform + pos: -1.5,8.5 + parent: 768 + - uid: 525 + components: + - type: Transform + pos: -2.5,8.5 + parent: 768 + - uid: 526 + components: + - type: Transform + pos: -3.5,8.5 + parent: 768 + - uid: 527 + components: + - type: Transform + pos: -3.5,9.5 + parent: 768 + - uid: 528 + components: + - type: Transform + pos: 0.5,8.5 + parent: 768 + - uid: 529 + components: + - type: Transform + pos: 1.5,8.5 + parent: 768 + - uid: 530 + components: + - type: Transform + pos: 2.5,8.5 + parent: 768 + - uid: 531 + components: + - type: Transform + pos: 2.5,9.5 + parent: 768 + - uid: 532 + components: + - type: Transform + pos: -0.5,4.5 + parent: 768 + - uid: 533 + components: + - type: Transform + pos: -0.5,3.5 + parent: 768 + - uid: 534 + components: + - type: Transform + pos: -0.5,2.5 + parent: 768 + - uid: 535 + components: + - type: Transform + pos: -0.5,1.5 + parent: 768 + - uid: 536 + components: + - type: Transform + pos: -2.5,5.5 + parent: 768 + - uid: 537 + components: + - type: Transform + pos: -3.5,5.5 + parent: 768 + - uid: 538 + components: + - type: Transform + pos: -4.5,5.5 + parent: 768 + - uid: 539 + components: + - type: Transform + pos: -5.5,5.5 + parent: 768 + - uid: 540 + components: + - type: Transform + pos: -5.5,4.5 + parent: 768 + - uid: 541 + components: + - type: Transform + pos: -6.5,4.5 + parent: 768 + - uid: 542 + components: + - type: Transform + pos: -6.5,3.5 + parent: 768 + - uid: 543 + components: + - type: Transform + pos: -6.5,2.5 + parent: 768 + - uid: 544 + components: + - type: Transform + pos: -6.5,1.5 + parent: 768 + - uid: 545 + components: + - type: Transform + pos: -6.5,0.5 + parent: 768 + - uid: 546 + components: + - type: Transform + pos: -7.5,0.5 + parent: 768 + - uid: 547 + components: + - type: Transform + pos: -8.5,0.5 + parent: 768 + - uid: 548 + components: + - type: Transform + pos: -9.5,0.5 + parent: 768 + - uid: 549 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 768 + - uid: 550 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 768 + - uid: 551 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 768 + - uid: 552 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 768 + - uid: 553 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 768 + - uid: 554 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 768 + - uid: 555 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 768 + - uid: 556 + components: + - type: Transform + pos: 0.5,4.5 + parent: 768 + - uid: 557 + components: + - type: Transform + pos: 1.5,4.5 + parent: 768 + - uid: 558 + components: + - type: Transform + pos: 2.5,4.5 + parent: 768 + - uid: 559 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 + - uid: 560 + components: + - type: Transform + pos: 4.5,4.5 + parent: 768 + - uid: 561 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 + - uid: 562 + components: + - type: Transform + pos: 4.5,2.5 + parent: 768 + - uid: 563 + components: + - type: Transform + pos: 4.5,1.5 + parent: 768 + - uid: 564 + components: + - type: Transform + pos: 6.5,1.5 + parent: 768 + - uid: 565 + components: + - type: Transform + pos: 5.5,1.5 + parent: 768 + - uid: 566 + components: + - type: Transform + pos: 7.5,1.5 + parent: 768 +- proto: CableHV + entities: + - uid: 363 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 768 + - uid: 364 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 768 + - uid: 366 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 768 + - uid: 367 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 768 +- proto: CableMV + entities: + - uid: 368 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 768 + - uid: 369 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 768 + - uid: 370 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 768 + - uid: 371 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 768 + - uid: 372 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 768 + - uid: 373 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 768 + - uid: 374 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 768 + - uid: 375 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 768 + - uid: 376 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 768 + - uid: 377 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 768 + - uid: 378 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 768 + - uid: 379 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 768 + - uid: 380 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 768 + - uid: 381 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 768 + - uid: 382 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 768 + - uid: 383 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 768 + - uid: 384 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 768 + - uid: 385 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 768 + - uid: 386 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 768 + - uid: 387 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 768 + - uid: 388 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 768 + - uid: 389 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 768 + - uid: 390 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 768 + - uid: 391 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 768 + - uid: 392 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 768 + - uid: 393 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 768 + - uid: 394 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 768 + - uid: 395 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 768 + - uid: 396 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 768 + - uid: 397 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 768 + - uid: 398 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 768 + - uid: 399 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 768 + - uid: 400 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 768 + - uid: 401 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 768 + - uid: 402 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 768 + - uid: 403 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 768 + - uid: 404 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 768 + - uid: 405 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 768 + - uid: 406 + components: + - type: Transform + pos: -5.5,0.5 + parent: 768 + - uid: 407 + components: + - type: Transform + pos: -6.5,0.5 + parent: 768 + - uid: 408 + components: + - type: Transform + pos: -6.5,1.5 + parent: 768 + - uid: 409 + components: + - type: Transform + pos: -6.5,2.5 + parent: 768 + - uid: 410 + components: + - type: Transform + pos: -6.5,3.5 + parent: 768 + - uid: 411 + components: + - type: Transform + pos: -6.5,4.5 + parent: 768 + - uid: 412 + components: + - type: Transform + pos: -5.5,4.5 + parent: 768 + - uid: 413 + components: + - type: Transform + pos: -4.5,4.5 + parent: 768 + - uid: 414 + components: + - type: Transform + pos: -3.5,4.5 + parent: 768 + - uid: 415 + components: + - type: Transform + pos: -2.5,4.5 + parent: 768 + - uid: 416 + components: + - type: Transform + pos: -1.5,4.5 + parent: 768 + - uid: 417 + components: + - type: Transform + pos: -0.5,4.5 + parent: 768 + - uid: 418 + components: + - type: Transform + pos: 0.5,4.5 + parent: 768 + - uid: 419 + components: + - type: Transform + pos: 1.5,4.5 + parent: 768 + - uid: 420 + components: + - type: Transform + pos: 2.5,4.5 + parent: 768 + - uid: 421 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 + - uid: 422 + components: + - type: Transform + pos: 4.5,4.5 + parent: 768 + - uid: 423 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 + - uid: 424 + components: + - type: Transform + pos: 4.5,2.5 + parent: 768 + - uid: 425 + components: + - type: Transform + pos: 4.5,1.5 + parent: 768 + - uid: 426 + components: + - type: Transform + pos: 5.5,1.5 + parent: 768 + - uid: 427 + components: + - type: Transform + pos: 6.5,1.5 + parent: 768 + - uid: 428 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 768 + - uid: 429 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 768 + - uid: 430 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 768 + - uid: 431 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 768 + - uid: 432 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 768 + - uid: 433 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 768 + - uid: 434 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 768 + - uid: 435 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 768 + - uid: 763 + components: + - type: Transform + pos: -2.5,5.5 + parent: 768 +- proto: CableTerminal + entities: + - uid: 365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 + parent: 768 +- proto: CarpetPurple + entities: + - uid: 567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 768 + - uid: 568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 768 + - uid: 569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-11.5 + parent: 768 + - uid: 570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-10.5 + parent: 768 + - uid: 637 + components: + - type: Transform + pos: 3.5,3.5 + parent: 768 + - uid: 638 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 + - uid: 639 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 + - uid: 640 + components: + - type: Transform + pos: 4.5,4.5 + parent: 768 + - uid: 641 + components: + - type: Transform + pos: 5.5,3.5 + parent: 768 + - uid: 642 + components: + - type: Transform + pos: 5.5,4.5 + parent: 768 + - uid: 643 + components: + - type: Transform + pos: 3.5,5.5 + parent: 768 + - uid: 644 + components: + - type: Transform + pos: 4.5,5.5 + parent: 768 + - uid: 645 + components: + - type: Transform + pos: -3.5,3.5 + parent: 768 + - uid: 646 + components: + - type: Transform + pos: -3.5,2.5 + parent: 768 + - uid: 647 + components: + - type: Transform + pos: -4.5,3.5 + parent: 768 + - uid: 648 + components: + - type: Transform + pos: -4.5,2.5 + parent: 768 + - uid: 649 + components: + - type: Transform + pos: -4.5,5.5 + parent: 768 + - uid: 650 + components: + - type: Transform + pos: -4.5,6.5 + parent: 768 + - uid: 651 + components: + - type: Transform + pos: -3.5,5.5 + parent: 768 + - uid: 652 + components: + - type: Transform + pos: -3.5,6.5 + parent: 768 +- proto: Catwalk + entities: + - uid: 241 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 768 + - uid: 242 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 768 + - uid: 243 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 768 + - uid: 244 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 768 +- proto: ChairFolding + entities: + - uid: 589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 768 +- proto: ChairPilotSeat + entities: + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 768 +- proto: ChairWood + entities: + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,5.5 + parent: 768 + - uid: 223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 768 + - uid: 224 + components: + - type: Transform + pos: -3.5,3.5 + parent: 768 + - uid: 629 + components: + - type: Transform + pos: 3.5,5.5 + parent: 768 + - uid: 630 + components: + - type: Transform + pos: 4.5,5.5 + parent: 768 + - uid: 631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,4.5 + parent: 768 + - uid: 632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 768 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 635 + components: + - type: Transform + pos: -4.45475,-13.4387665 + parent: 768 +- proto: ClothingBeltWand + entities: + - uid: 611 + components: + - type: Transform + pos: -2.4604146,-1.0363866 + parent: 768 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 353 + components: + - type: Transform + pos: -9.39363,-3.5328693 + parent: 768 +- proto: ClothingHeadHatWitch1 + entities: + - uid: 590 + components: + - type: Transform + pos: -5.52865,-9.359842 + parent: 768 +- proto: ClothingHeadHatWizardFake + entities: + - uid: 610 + components: + - type: Transform + pos: -2.4916646,-1.7707616 + parent: 768 +- proto: ClothingHeadHelmetWizardHelm + entities: + - uid: 576 + components: + - type: Transform + pos: -1.3289549,-9.370714 + parent: 768 +- proto: ClothingMaskGasChameleon + entities: + - uid: 352 + components: + - type: Transform + pos: -9.537922,-3.3987489 + parent: 768 +- proto: ClothingShoesWizard + entities: + - uid: 574 + components: + - type: Transform + pos: -2.4604146,-2.2863867 + parent: 768 +- proto: ClothingUniformJumpskirtColorBlack + entities: + - uid: 591 + components: + - type: Transform + pos: -5.617341,-9.575869 + parent: 768 +- proto: ClothingUniformJumpsuitColorBlack + entities: + - uid: 592 + components: + - type: Transform + pos: -5.429654,-9.555006 + parent: 768 +- proto: ComfyChair + entities: + - uid: 220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 768 + - uid: 575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 768 +- proto: ComputerIFFSyndicate + entities: + - uid: 208 + components: + - type: Transform + pos: -1.5,10.5 + parent: 768 +- proto: ComputerShuttle + entities: + - uid: 194 + components: + - type: Transform + pos: -0.5,10.5 + parent: 768 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 621 + components: + - type: Transform + pos: -3.5,6.5 + parent: 768 +- proto: CrayonBox + entities: + - uid: 612 + components: + - type: Transform + pos: -3.8145962,2.6666646 + parent: 768 +- proto: CrayonRainbow + entities: + - uid: 613 + components: + - type: Transform + pos: -3.6894722,2.437179 + parent: 768 +- proto: DiceBag + entities: + - uid: 662 + components: + - type: Transform + pos: 4.037085,4.423369 + parent: 768 +- proto: Dresser + entities: + - uid: 572 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 768 +- proto: FaxMachineSyndie + entities: + - uid: 619 + components: + - type: Transform + pos: -4.5,2.5 + parent: 768 +- proto: FigureSpawner + entities: + - uid: 653 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 + - uid: 654 + components: + - type: Transform + pos: 4.5,4.5 + parent: 768 + - uid: 655 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 +- proto: FirelockGlass + entities: + - uid: 758 + components: + - type: Transform + pos: -0.5,1.5 + parent: 768 + - uid: 759 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 768 + - uid: 760 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 768 + - uid: 761 + components: + - type: Transform + pos: -0.5,7.5 + parent: 768 +- proto: Fireplace + entities: + - uid: 354 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 768 +- proto: FloorDrain + entities: + - uid: 579 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 768 + - type: Fixtures + fixtures: {} +- proto: FloraRockSolid01 + entities: + - uid: 594 + components: + - type: Transform + pos: 6.5734406,0.1678339 + parent: 768 +- proto: FloraRockSolid02 + entities: + - uid: 595 + components: + - type: Transform + pos: 5.280491,-2.8363385 + parent: 768 +- proto: FoodBurgerSpell + entities: + - uid: 577 + components: + - type: Transform + pos: -1.6417658,-9.454163 + parent: 768 +- proto: FoodMeat + entities: + - uid: 598 + components: + - type: Transform + pos: 5.238783,-2.0018458 + parent: 768 + - uid: 599 + components: + - type: Transform + pos: 5.551594,-0.20768729 + parent: 768 + - uid: 600 + components: + - type: Transform + pos: 7.5535793,-3.0240989 + parent: 768 +- proto: GasMinerNitrogen + entities: + - uid: 249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-13.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: GasMinerOxygen + entities: + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-14.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: GasMixerFlipped + entities: + - uid: 250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 768 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + - type: AtmosDevice + joinedGrid: 768 +- proto: GasPassiveVent + entities: + - uid: 251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: GasPipeBend + entities: + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-14.5 + parent: 768 + - uid: 263 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 768 + - uid: 269 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 768 + - uid: 271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-5.5 + parent: 768 + - uid: 275 + components: + - type: Transform + pos: -5.5,0.5 + parent: 768 + - uid: 276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,0.5 + parent: 768 + - uid: 279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,3.5 + parent: 768 + - uid: 281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 768 + - uid: 291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 768 + - uid: 323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,3.5 + parent: 768 + - uid: 324 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 +- proto: GasPipeFourway + entities: + - uid: 285 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 768 + - uid: 315 + components: + - type: Transform + pos: -0.5,4.5 + parent: 768 +- proto: GasPipeStraight + entities: + - uid: 254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-13.5 + parent: 768 + - uid: 255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-13.5 + parent: 768 + - uid: 256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-13.5 + parent: 768 + - uid: 259 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 768 + - uid: 260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 768 + - uid: 262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-10.5 + parent: 768 + - uid: 266 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 768 + - uid: 268 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 768 + - uid: 272 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 768 + - uid: 273 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 768 + - uid: 274 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 768 + - uid: 277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 768 + - uid: 278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 768 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 768 + - uid: 282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 768 + - uid: 283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 768 + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 768 + - uid: 286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 768 + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 768 + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 768 + - uid: 290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 768 + - uid: 295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-8.5 + parent: 768 + - uid: 296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-9.5 + parent: 768 + - uid: 297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 768 + - uid: 298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 768 + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-6.5 + parent: 768 + - uid: 300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-5.5 + parent: 768 + - uid: 301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,4.5 + parent: 768 + - uid: 305 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 768 + - uid: 311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,4.5 + parent: 768 + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,4.5 + parent: 768 + - uid: 316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 768 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 768 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 768 + - uid: 319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 768 + - uid: 320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 768 + - uid: 321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 768 + - uid: 325 + components: + - type: Transform + pos: 4.5,2.5 + parent: 768 + - uid: 326 + components: + - type: Transform + pos: 4.5,1.5 + parent: 768 + - uid: 334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 768 + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 768 + - uid: 336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 768 + - uid: 337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 768 +- proto: GasPipeTJunction + entities: + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 768 + - uid: 265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-9.5 + parent: 768 + - uid: 267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-7.5 + parent: 768 + - uid: 270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 768 + - uid: 289 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 768 + - uid: 302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 + parent: 768 + - uid: 304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 768 + - uid: 310 + components: + - type: Transform + pos: -4.5,4.5 + parent: 768 + - uid: 322 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 +- proto: GasPressurePump + entities: + - uid: 257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-13.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: GasVentPump + entities: + - uid: 261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-14.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 292 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-10.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 303 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,4.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 329 + components: + - type: Transform + pos: -0.5,8.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,4.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-2.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 + - uid: 362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: GeneratorBasic15kW + entities: + - uid: 358 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 768 + - uid: 359 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 768 +- proto: GravityGeneratorMini + entities: + - uid: 357 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 768 +- proto: Grille + entities: + - uid: 1 + components: + - type: Transform + pos: -8.5,2.5 + parent: 768 + - uid: 22 + components: + - type: Transform + pos: -3.5,9.5 + parent: 768 + - uid: 23 + components: + - type: Transform + pos: -3.5,8.5 + parent: 768 + - uid: 24 + components: + - type: Transform + pos: 2.5,9.5 + parent: 768 + - uid: 25 + components: + - type: Transform + pos: 2.5,8.5 + parent: 768 + - uid: 26 + components: + - type: Transform + pos: 0.5,11.5 + parent: 768 + - uid: 27 + components: + - type: Transform + pos: -0.5,11.5 + parent: 768 + - uid: 28 + components: + - type: Transform + pos: -1.5,11.5 + parent: 768 + - uid: 33 + components: + - type: Transform + pos: -8.5,3.5 + parent: 768 + - uid: 44 + components: + - type: Transform + pos: 7.5,3.5 + parent: 768 + - uid: 45 + components: + - type: Transform + pos: 7.5,2.5 + parent: 768 + - uid: 47 + components: + - type: Transform + pos: 6.5,1.5 + parent: 768 + - uid: 48 + components: + - type: Transform + pos: 5.5,1.5 + parent: 768 + - uid: 49 + components: + - type: Transform + pos: 4.5,1.5 + parent: 768 + - uid: 65 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 768 + - uid: 67 + components: + - type: Transform + pos: -9.5,1.5 + parent: 768 + - uid: 78 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 768 + - uid: 79 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 768 + - uid: 89 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 768 + - uid: 90 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 768 + - uid: 91 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 768 + - uid: 92 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 768 + - uid: 94 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 768 + - uid: 116 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 768 + - uid: 117 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 768 + - uid: 118 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 768 + - uid: 119 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 768 + - uid: 120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 768 + - uid: 121 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 768 + - uid: 122 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 768 + - uid: 123 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 768 + - uid: 124 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 768 + - uid: 125 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 768 + - uid: 126 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 768 + - uid: 127 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 768 + - uid: 128 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 768 + - uid: 129 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 768 + - uid: 130 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 768 + - uid: 139 + components: + - type: Transform + pos: -1.5,7.5 + parent: 768 + - uid: 140 + components: + - type: Transform + pos: 0.5,7.5 + parent: 768 + - uid: 147 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 768 + - uid: 148 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 768 + - uid: 226 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 768 + - uid: 227 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 768 + - uid: 228 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 768 + - uid: 229 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 768 + - uid: 234 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 768 + - uid: 235 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 768 + - uid: 238 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 768 + - uid: 348 + components: + - type: Transform + pos: -7.5,0.5 + parent: 768 + - uid: 349 + components: + - type: Transform + pos: -10.5,0.5 + parent: 768 +- proto: Gyroscope + entities: + - uid: 636 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 768 +- proto: HospitalCurtains + entities: + - uid: 578 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 768 + - type: Occluder + enabled: False + - type: Door + state: Open + - type: Physics + canCollide: False +- proto: HospitalCurtainsOpen + entities: + - uid: 573 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 768 +- proto: IntercomAll + entities: + - uid: 617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 768 +- proto: JetpackMiniFilled + entities: + - uid: 673 + components: + - type: Transform + pos: -9.508206,-3.3199291 + parent: 768 +- proto: MedkitAdvancedFilled + entities: + - uid: 726 + components: + - type: Transform + pos: -2.5632703,-0.42328313 + parent: 768 +- proto: MedkitOxygenFilled + entities: + - uid: 727 + components: + - type: Transform + pos: -2.3338752,-0.5901818 + parent: 768 +- proto: Mirror + entities: + - uid: 582 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 768 +- proto: NitrogenCanister + entities: + - uid: 601 + components: + - type: Transform + pos: -9.5,0.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: OxygenCanister + entities: + - uid: 602 + components: + - type: Transform + pos: -8.5,0.5 + parent: 768 + - type: AtmosDevice + joinedGrid: 768 +- proto: Paper + entities: + - uid: 622 + components: + - type: Transform + pos: -3.4183693,2.541491 + parent: 768 + - uid: 623 + components: + - type: Transform + pos: -3.3349533,2.7083888 + parent: 768 + - uid: 656 + components: + - type: Transform + pos: 3.578297,4.715441 + parent: 768 + - uid: 657 + components: + - type: Transform + pos: 4.349894,4.652854 + parent: 768 + - uid: 658 + components: + - type: Transform + pos: 4.600142,4.193884 + parent: 768 + - uid: 659 + components: + - type: Transform + pos: 4.662705,3.5888767 + parent: 768 +- proto: Pen + entities: + - uid: 660 + components: + - type: Transform + pos: 4.391602,3.9643984 + parent: 768 + - uid: 661 + components: + - type: Transform + pos: 3.80769,4.652854 + parent: 768 +- proto: PersonalAI + entities: + - uid: 674 + components: + - type: Transform + pos: 1.5621729,-0.9631119 + parent: 768 +- proto: PlasmaDoor + entities: + - uid: 7 + components: + - type: Transform + pos: -0.5,7.5 + parent: 768 + - uid: 663 + components: + - type: Transform + pos: -2.5,4.5 + parent: 768 + - uid: 664 + components: + - type: Transform + pos: 1.5,4.5 + parent: 768 + - uid: 665 + components: + - type: Transform + pos: -0.5,1.5 + parent: 768 + - uid: 666 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 768 + - uid: 667 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 768 + - uid: 668 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 768 + - uid: 669 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 768 + - uid: 670 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 768 + - uid: 677 + components: + - type: Transform + pos: -6.5,1.5 + parent: 768 + - uid: 678 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 768 +- proto: PlasmaReinforcedWindowDirectional + entities: + - uid: 240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 + parent: 768 + - uid: 245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-13.5 + parent: 768 + - uid: 246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-14.5 + parent: 768 + - uid: 247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-14.5 + parent: 768 + - uid: 689 + components: + - type: Transform + pos: -1.5,12.5 + parent: 768 + - uid: 690 + components: + - type: Transform + pos: -0.5,12.5 + parent: 768 + - uid: 691 + components: + - type: Transform + pos: 0.5,12.5 + parent: 768 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,9.5 + parent: 768 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 768 + - uid: 694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,9.5 + parent: 768 + - uid: 695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,8.5 + parent: 768 + - uid: 696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 768 + - uid: 697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 768 + - uid: 698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 768 + - uid: 699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-6.5 + parent: 768 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-10.5 + parent: 768 + - uid: 701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 768 + - uid: 702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 768 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 768 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 + parent: 768 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 768 + - uid: 706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-17.5 + parent: 768 + - uid: 707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-17.5 + parent: 768 + - uid: 708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-17.5 + parent: 768 + - uid: 709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-17.5 + parent: 768 + - uid: 710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 768 + - uid: 711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-13.5 + parent: 768 + - uid: 712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 768 + - uid: 713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 768 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 768 + - uid: 715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-6.5 + parent: 768 + - uid: 716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 768 + - uid: 717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 768 + - uid: 718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 768 + - uid: 719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 768 + - uid: 720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 768 + - uid: 721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 768 + - uid: 722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,0.5 + parent: 768 + - uid: 723 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 768 + - uid: 724 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 768 + - uid: 725 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 768 +- proto: PonderingOrb + entities: + - uid: 675 + components: + - type: Transform + pos: 1.5413198,-1.6515679 + parent: 768 +- proto: PowerCellRecharger + entities: + - uid: 216 + components: + - type: Transform + pos: 1.5,9.5 + parent: 768 +- proto: Poweredlight + entities: + - uid: 728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-7.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 730 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 731 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 732 + components: + - type: Transform + pos: -2.5,0.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 733 + components: + - type: Transform + pos: 1.5,0.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-0.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 735 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-3.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 737 + components: + - type: Transform + pos: 7.5,0.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,8.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,12.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,12.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 745 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,2.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 748 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 749 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 750 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-16.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 764 + components: + - type: Transform + pos: -4.5,6.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 765 + components: + - type: Transform + pos: 3.5,6.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 766 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 768 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: Rack + entities: + - uid: 351 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 768 + - uid: 633 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 768 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 5 + components: + - type: Transform + pos: -1.5,7.5 + parent: 768 + - uid: 6 + components: + - type: Transform + pos: 0.5,7.5 + parent: 768 + - uid: 131 + components: + - type: Transform + pos: -7.5,0.5 + parent: 768 + - uid: 132 + components: + - type: Transform + pos: 2.5,9.5 + parent: 768 + - uid: 133 + components: + - type: Transform + pos: 2.5,8.5 + parent: 768 + - uid: 134 + components: + - type: Transform + pos: -1.5,11.5 + parent: 768 + - uid: 135 + components: + - type: Transform + pos: -0.5,11.5 + parent: 768 + - uid: 136 + components: + - type: Transform + pos: 0.5,11.5 + parent: 768 + - uid: 137 + components: + - type: Transform + pos: -3.5,9.5 + parent: 768 + - uid: 138 + components: + - type: Transform + pos: -3.5,8.5 + parent: 768 + - uid: 152 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 768 + - uid: 153 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 768 + - uid: 154 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 768 + - uid: 155 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 768 + - uid: 156 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 768 + - uid: 157 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 768 + - uid: 158 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 768 + - uid: 159 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 768 + - uid: 160 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 768 + - uid: 161 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 768 + - uid: 162 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 768 + - uid: 163 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 768 + - uid: 164 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 768 + - uid: 165 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 768 + - uid: 166 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 768 + - uid: 167 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 768 + - uid: 168 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 768 + - uid: 169 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 768 + - uid: 170 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 768 + - uid: 172 + components: + - type: Transform + pos: 4.5,1.5 + parent: 768 + - uid: 173 + components: + - type: Transform + pos: 5.5,1.5 + parent: 768 + - uid: 174 + components: + - type: Transform + pos: 6.5,1.5 + parent: 768 + - uid: 175 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 768 + - uid: 176 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 768 + - uid: 177 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 768 + - uid: 178 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 768 + - uid: 179 + components: + - type: Transform + pos: -9.5,1.5 + parent: 768 + - uid: 230 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 768 + - uid: 231 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 768 + - uid: 232 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 768 + - uid: 233 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 768 + - uid: 236 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 768 + - uid: 237 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 768 + - uid: 239 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 768 + - uid: 312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 768 + - uid: 346 + components: + - type: Transform + pos: -10.5,0.5 + parent: 768 + - uid: 347 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 768 + - uid: 603 + components: + - type: Transform + pos: -8.5,2.5 + parent: 768 + - uid: 604 + components: + - type: Transform + pos: -8.5,3.5 + parent: 768 + - uid: 605 + components: + - type: Transform + pos: 7.5,2.5 + parent: 768 + - uid: 606 + components: + - type: Transform + pos: 7.5,3.5 + parent: 768 +- proto: SinkWide + entities: + - uid: 581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 768 +- proto: Skub + entities: + - uid: 586 + components: + - type: Transform + pos: 4.572705,-11.394358 + parent: 768 +- proto: SMESBasic + entities: + - uid: 360 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 768 +- proto: SoapOmega + entities: + - uid: 585 + components: + - type: Transform + pos: 2.4979851,-9.465773 + parent: 768 +- proto: SpawnMobBear + entities: + - uid: 596 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 768 + - uid: 597 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 768 +- proto: SpawnPointCaptain + entities: + - uid: 767 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 768 +- proto: SpawnPointLatejoin + entities: + - uid: 762 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 768 +- proto: StealthBox + entities: + - uid: 588 + components: + - type: Transform + pos: -5.369279,-11.020669 + parent: 768 + - type: Stealth + enabled: False + - type: EntityStorage + open: True +- proto: SubstationBasic + entities: + - uid: 361 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 768 +- proto: SuitStorageWizard + entities: + - uid: 307 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 768 +- proto: SyndicateComputerComms + entities: + - uid: 207 + components: + - type: Transform + pos: 0.5,10.5 + parent: 768 +- proto: TableCarpet + entities: + - uid: 624 + components: + - type: Transform + pos: 3.5,4.5 + parent: 768 + - uid: 625 + components: + - type: Transform + pos: 4.5,3.5 + parent: 768 + - uid: 626 + components: + - type: Transform + pos: 4.5,4.5 + parent: 768 +- proto: TableStone + entities: + - uid: 171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 768 + - uid: 306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 768 + - uid: 308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 768 + - uid: 309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 + parent: 768 + - uid: 313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 768 + - uid: 609 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 768 +- proto: TableWood + entities: + - uid: 209 + components: + - type: Transform + pos: 1.5,8.5 + parent: 768 + - uid: 210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,9.5 + parent: 768 + - uid: 211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,9.5 + parent: 768 + - uid: 212 + components: + - type: Transform + pos: -2.5,8.5 + parent: 768 + - uid: 215 + components: + - type: Transform + pos: -4.5,6.5 + parent: 768 + - uid: 218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 768 + - uid: 571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 768 + - uid: 615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,2.5 + parent: 768 + - uid: 616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,2.5 + parent: 768 +- proto: TargetStrange + entities: + - uid: 593 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 768 +- proto: Thruster + entities: + - uid: 680 + components: + - type: Transform + pos: -3.5,11.5 + parent: 768 + - uid: 681 + components: + - type: Transform + pos: 2.5,11.5 + parent: 768 + - uid: 682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,5.5 + parent: 768 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,5.5 + parent: 768 + - uid: 684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-16.5 + parent: 768 + - uid: 685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-17.5 + parent: 768 + - uid: 686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-16.5 + parent: 768 + - uid: 687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-8.5 + parent: 768 + - uid: 688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 768 +- proto: ToiletEmpty + entities: + - uid: 584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-11.5 + parent: 768 +- proto: VendingMachineCoffee + entities: + - uid: 628 + components: + - type: Transform + pos: 3.5,6.5 + parent: 768 +- proto: VendingMachineDiscount + entities: + - uid: 679 + components: + - type: Transform + pos: 0.5,2.5 + parent: 768 +- proto: VendingMachineGames + entities: + - uid: 627 + components: + - type: Transform + pos: 2.5,6.5 + parent: 768 +- proto: VendingMachineMagivend + entities: + - uid: 2 + components: + - type: Transform + pos: -1.5,2.5 + parent: 768 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 350 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 768 +- proto: WallDiamond + entities: + - uid: 141 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 768 + - uid: 142 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 768 + - uid: 143 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 768 + - uid: 144 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 768 + - uid: 145 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 768 + - uid: 146 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 768 +- proto: WallUranium + entities: + - uid: 3 + components: + - type: Transform + pos: -2.5,6.5 + parent: 768 + - uid: 4 + components: + - type: Transform + pos: 1.5,6.5 + parent: 768 + - uid: 8 + components: + - type: Transform + pos: 1.5,11.5 + parent: 768 + - uid: 9 + components: + - type: Transform + pos: 1.5,10.5 + parent: 768 + - uid: 10 + components: + - type: Transform + pos: 2.5,10.5 + parent: 768 + - uid: 11 + components: + - type: Transform + pos: 2.5,7.5 + parent: 768 + - uid: 12 + components: + - type: Transform + pos: 1.5,7.5 + parent: 768 + - uid: 13 + components: + - type: Transform + pos: -2.5,11.5 + parent: 768 + - uid: 14 + components: + - type: Transform + pos: -2.5,10.5 + parent: 768 + - uid: 15 + components: + - type: Transform + pos: -3.5,10.5 + parent: 768 + - uid: 16 + components: + - type: Transform + pos: -2.5,7.5 + parent: 768 + - uid: 17 + components: + - type: Transform + pos: -3.5,7.5 + parent: 768 + - uid: 18 + components: + - type: Transform + pos: -6.5,6.5 + parent: 768 + - uid: 19 + components: + - type: Transform + pos: -5.5,6.5 + parent: 768 + - uid: 20 + components: + - type: Transform + pos: -5.5,7.5 + parent: 768 + - uid: 21 + components: + - type: Transform + pos: -4.5,7.5 + parent: 768 + - uid: 29 + components: + - type: Transform + pos: -6.5,5.5 + parent: 768 + - uid: 30 + components: + - type: Transform + pos: -7.5,5.5 + parent: 768 + - uid: 31 + components: + - type: Transform + pos: -7.5,4.5 + parent: 768 + - uid: 32 + components: + - type: Transform + pos: -8.5,4.5 + parent: 768 + - uid: 34 + components: + - type: Transform + pos: -1.5,1.5 + parent: 768 + - uid: 35 + components: + - type: Transform + pos: 0.5,1.5 + parent: 768 + - uid: 36 + components: + - type: Transform + pos: 3.5,7.5 + parent: 768 + - uid: 37 + components: + - type: Transform + pos: 4.5,7.5 + parent: 768 + - uid: 38 + components: + - type: Transform + pos: 4.5,6.5 + parent: 768 + - uid: 39 + components: + - type: Transform + pos: 5.5,6.5 + parent: 768 + - uid: 40 + components: + - type: Transform + pos: 5.5,5.5 + parent: 768 + - uid: 41 + components: + - type: Transform + pos: 6.5,5.5 + parent: 768 + - uid: 42 + components: + - type: Transform + pos: 6.5,4.5 + parent: 768 + - uid: 43 + components: + - type: Transform + pos: 7.5,4.5 + parent: 768 + - uid: 46 + components: + - type: Transform + pos: 7.5,1.5 + parent: 768 + - uid: 50 + components: + - type: Transform + pos: 3.5,1.5 + parent: 768 + - uid: 51 + components: + - type: Transform + pos: 2.5,1.5 + parent: 768 + - uid: 52 + components: + - type: Transform + pos: 1.5,1.5 + parent: 768 + - uid: 53 + components: + - type: Transform + pos: 1.5,3.5 + parent: 768 + - uid: 54 + components: + - type: Transform + pos: 1.5,2.5 + parent: 768 + - uid: 55 + components: + - type: Transform + pos: 1.5,5.5 + parent: 768 + - uid: 56 + components: + - type: Transform + pos: -2.5,1.5 + parent: 768 + - uid: 57 + components: + - type: Transform + pos: -2.5,2.5 + parent: 768 + - uid: 58 + components: + - type: Transform + pos: -2.5,3.5 + parent: 768 + - uid: 59 + components: + - type: Transform + pos: -2.5,5.5 + parent: 768 + - uid: 60 + components: + - type: Transform + pos: -3.5,1.5 + parent: 768 + - uid: 61 + components: + - type: Transform + pos: -4.5,1.5 + parent: 768 + - uid: 62 + components: + - type: Transform + pos: -5.5,1.5 + parent: 768 + - uid: 63 + components: + - type: Transform + pos: -7.5,1.5 + parent: 768 + - uid: 64 + components: + - type: Transform + pos: -8.5,1.5 + parent: 768 + - uid: 66 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 768 + - uid: 68 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 768 + - uid: 69 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 768 + - uid: 70 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 768 + - uid: 71 + components: + - type: Transform + pos: 8.5,1.5 + parent: 768 + - uid: 72 + components: + - type: Transform + pos: 8.5,0.5 + parent: 768 + - uid: 73 + components: + - type: Transform + pos: 9.5,0.5 + parent: 768 + - uid: 74 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 768 + - uid: 75 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 768 + - uid: 76 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 768 + - uid: 77 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 768 + - uid: 80 + components: + - type: Transform + pos: 3.5,0.5 + parent: 768 + - uid: 81 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 768 + - uid: 82 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 768 + - uid: 83 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 768 + - uid: 84 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 768 + - uid: 85 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 768 + - uid: 86 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 768 + - uid: 87 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 768 + - uid: 88 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 768 + - uid: 93 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 768 + - uid: 95 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 768 + - uid: 96 + components: + - type: Transform + pos: -4.5,0.5 + parent: 768 + - uid: 97 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 768 + - uid: 98 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 768 + - uid: 99 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 768 + - uid: 100 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 768 + - uid: 101 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 768 + - uid: 102 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 768 + - uid: 103 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 768 + - uid: 104 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 768 + - uid: 105 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 768 + - uid: 106 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 768 + - uid: 107 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 768 + - uid: 108 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 768 + - uid: 109 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 768 + - uid: 110 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 768 + - uid: 111 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 768 + - uid: 112 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 768 + - uid: 113 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 768 + - uid: 114 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 768 + - uid: 115 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 768 + - uid: 149 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 768 + - uid: 150 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 768 + - uid: 151 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 768 + - uid: 180 + components: + - type: Transform + pos: -10.5,-4.5 + parent: 768 + - uid: 181 + components: + - type: Transform + pos: -10.5,1.5 + parent: 768 + - uid: 182 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 768 + - uid: 183 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 768 + - uid: 184 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 768 + - uid: 185 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 768 + - uid: 186 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 768 + - uid: 187 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 768 + - uid: 188 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 768 + - uid: 189 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 768 + - uid: 190 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 768 + - uid: 191 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 768 + - uid: 192 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 768 + - uid: 193 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 768 + - uid: 195 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 768 + - uid: 196 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 768 + - uid: 197 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 768 + - uid: 198 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 768 + - uid: 199 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 768 + - uid: 200 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 768 + - uid: 201 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 768 + - uid: 202 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 768 + - uid: 203 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 768 + - uid: 204 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 768 + - uid: 205 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 768 + - uid: 206 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 768 + - uid: 225 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 768 +- proto: WeaponCapacitorRecharger + entities: + - uid: 214 + components: + - type: Transform + pos: -2.5,9.5 + parent: 768 +- proto: WoodblockInstrument + entities: + - uid: 676 + components: + - type: Transform + pos: 1.5449836,-2.289194 + parent: 768 +... diff --git a/Resources/Maps/centcomm.yml b/Resources/Maps/centcomm.yml index b64158f08b4..4a95755a1e4 100644 --- a/Resources/Maps/centcomm.yml +++ b/Resources/Maps/centcomm.yml @@ -1,42061 +1,42061 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 7: FloorAsteroidSand - 14: FloorBar - 17: FloorBlueCircuit - 29: FloorDark - 38: FloorDarkPlastic - 47: FloorGrass - 54: FloorGreenCircuit - 60: FloorKitchen - 61: FloorLaundry - 62: FloorLino - 77: FloorReinforced - 89: FloorSteel - 104: FloorTechMaint - 108: FloorWhite - 118: FloorWood - 120: Lattice - 121: Plating -entities: -- proto: "" - entities: - - uid: 1668 - components: - - type: MetaData - name: Central Command - - type: Transform - parent: invalid - - type: MapGrid - chunks: - -1,-1: - ind: -1,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAABWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABHQAAAAADHQAAAAACHQAAAAABWQAAAAAAWQAAAAACeQAAAAAAHQAAAAADdgAAAAADPgAAAAAAPgAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAABdgAAAAADPgAAAAAAPgAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: WQAAAAABWQAAAAADHQAAAAABHQAAAAADHQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAACWQAAAAADHQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAADWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAALwAAAAAAeQAAAAAAHQAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAbAAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACbAAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAbAAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACbAAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAbAAAAAADeQAAAAAAPgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAPgAAAAAAdgAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABHQAAAAAAHQAAAAAAHQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAPgAAAAAAdgAAAAABHQAAAAADeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAC - version: 6 - -1,0: - ind: -1,0 - tiles: WQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAHQAAAAADHQAAAAAAHQAAAAADWQAAAAAAWQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADLwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADPgAAAAAAHQAAAAACeQAAAAAAHQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADPgAAAAAAHQAAAAABeQAAAAAAHQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADPgAAAAAAHQAAAAADeQAAAAAAHQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADHQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABHQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAC - version: 6 - 0,0: - ind: 0,0 - tiles: HQAAAAABHQAAAAADHQAAAAACHQAAAAADWQAAAAACWQAAAAACHQAAAAABHQAAAAABHQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAALwAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAACHQAAAAAAHQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAHQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABHQAAAAAAHQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAABHQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAHQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAACeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAB - version: 6 - 1,0: - ind: 1,0 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAABwAAAAAABwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADHQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAADHQAAAAACdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAAA - version: 6 - 0,-2: - ind: 0,-2 - tiles: AAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAHQAAAAAAHQAAAAABdgAAAAAAHQAAAAADHQAAAAACHQAAAAAADgAAAAABDgAAAAACDgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAdgAAAAABHQAAAAABHQAAAAACHQAAAAADDgAAAAAADgAAAAABHQAAAAAAHQAAAAABdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAADHQAAAAAAHQAAAAACdgAAAAAAdgAAAAADHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAADgAAAAADDgAAAAAAHQAAAAABHQAAAAAAHQAAAAAADgAAAAADHQAAAAACHQAAAAAAdgAAAAABdgAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABDgAAAAAADgAAAAACHQAAAAAAHQAAAAAAHQAAAAAADgAAAAADHQAAAAADHQAAAAAAdgAAAAACdgAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAADdgAAAAACHQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACHQAAAAABeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABHQAAAAACeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAACHQAAAAACWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAWQAAAAACWQAAAAABHQAAAAACHQAAAAACHQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAWQAAAAACWQAAAAABeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - 1,-2: - ind: 1,-2 - tiles: HQAAAAADHQAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAaAAAAAAAaAAAAAAAJgAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADWQAAAAACHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAATQAAAAAANgAAAAAANgAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAATQAAAAAAEQAAAAAAEQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACHQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABHQAAAAACWQAAAAADWQAAAAAB - version: 6 - -1,-2: - ind: -1,-2 - tiles: eQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADDgAAAAABDgAAAAAAHQAAAAADHQAAAAACHQAAAAAAdgAAAAADdgAAAAABeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAADgAAAAADDgAAAAABDgAAAAADHQAAAAABHQAAAAABHQAAAAABdgAAAAAAdgAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAACPAAAAAAAPAAAAAAAHQAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAABHQAAAAADWQAAAAAAWQAAAAABeQAAAAAAHQAAAAABPAAAAAAAPAAAAAAAHQAAAAABDgAAAAADDgAAAAADHQAAAAAAHQAAAAAAHQAAAAAADgAAAAACDgAAAAACDgAAAAABeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAADPAAAAAAAPAAAAAAAHQAAAAADDgAAAAADDgAAAAADHQAAAAACHQAAAAABHQAAAAABDgAAAAAADgAAAAADDgAAAAABHQAAAAABWQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAWQAAAAADWQAAAAADHQAAAAAAHQAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAADeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA - version: 6 - 2,0: - ind: 2,0 - tiles: WQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAdgAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAdgAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: WQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: HQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAABHQAAAAABAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: WQAAAAABWQAAAAAAWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAABwAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAWQAAAAADWQAAAAADWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAABTQAAAAAA - version: 6 - 2,-2: - ind: 2,-2 - tiles: HQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAANgAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: HQAAAAADHQAAAAADHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAACaAAAAAAAeQAAAAAAHQAAAAAAdgAAAAABdgAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAADdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAADdgAAAAADdgAAAAAAHQAAAAACHQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,1: - ind: -2,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,0: - ind: -2,0 - tiles: WQAAAAACWQAAAAAAWQAAAAAAHQAAAAADHQAAAAABHQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADeQAAAAAALwAAAAAAHQAAAAACHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABdgAAAAADdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAADdgAAAAABdgAAAAABdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAA - version: 6 - -1,2: - ind: -1,2 - tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,1: - ind: 2,1 - tiles: HQAAAAADPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,2: - ind: 0,2 - tiles: eQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAACHQAAAAADeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,2: - ind: 1,2 - tiles: TQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -2,-1: - ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAWQAAAAAAHQAAAAABWQAAAAABHQAAAAACWQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAADHQAAAAADWQAAAAACHQAAAAADWQAAAAACHQAAAAACWQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACWQAAAAAANgAAAAAANgAAAAAAWQAAAAAAWQAAAAADHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAADHQAAAAABWQAAAAAAHQAAAAACWQAAAAACHQAAAAADWQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABWQAAAAACHQAAAAACWQAAAAADHQAAAAADWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADHQAAAAAAHQAAAAACHQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAC - version: 6 - -3,-1: - ind: -3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -3,0: - ind: -3,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -1,-3: - ind: -1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAHQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,-3: - ind: 0,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAA - version: 6 - 1,-3: - ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA - version: 6 - -2,-3: - ind: -2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAC - version: 6 - -2,-2: - ind: -2,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA - version: 6 - 2,-3: - ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - - type: Broadphase - - type: Physics - bodyStatus: InAir - angularDamping: 0.05 - linearDamping: 0.05 - fixedRotation: False - bodyType: Dynamic - - type: Fixtures - fixtures: {} - - type: BecomesStation - id: centcomm - - type: Gravity - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - - type: DecalGrid - chunkCollection: - version: 2 - nodes: - - node: - angle: -1.5707963267948966 rad - color: '#DE3A3A96' - id: Arrows - decals: - 521: 8,28 - - node: - angle: 1.5707963267948966 rad - color: '#DE3A3A96' - id: Arrows - decals: - 520: 10,28 - - node: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 786: 29,-22 - 787: 33,-27 - 799: 32,-14 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 400: -11,28 - 473: 15,31 - 475: 5,31 - 910: 19,-26 - 976: 3,-43 - - node: - color: '#FFFFFFFF' - id: Arrows - decals: - 780: 33,-21 - 781: 31,-21 - 785: 29,-26 - 914: 17,-31 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 375: -6,15 - 399: -11,24 - 474: 3,31 - 476: 13,31 - 909: 21,-26 - 977: -5,-43 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Arrows - decals: - 789: 31,-27 - - node: - angle: -3.141592653589793 rad - color: '#52B4E9C3' - id: ArrowsGreyscale - decals: - 307: 11,-15 - - node: - color: '#DE3A3A96' - id: Bot - decals: - 301: 9,6 - 302: 13,4 - 533: 8,31 - 534: 10,31 - 535: 12,31 - 537: 6,31 - 761: 22,-11 - 762: 19,-11 - - node: - color: '#FFFFFFFF' - id: Bot - decals: - 49: 31,-6 - 50: 31,-4 - 51: 30,-6 - 52: 30,-4 - 53: 31,2 - 54: 30,2 - 55: 31,4 - 56: 30,4 - 103: 14,-3 - 104: 12,-3 - 234: -3,-13 - 235: 1,-13 - 236: -1,-12 - 276: 4,0 - 277: -6,0 - 371: -4,10 - 372: -4,15 - 376: -6,16 - 377: -6,17 - 378: -6,14 - 381: -7,28 - 382: -8,28 - 383: -9,28 - 384: -7,26 - 385: -8,26 - 386: -9,26 - 387: -7,24 - 388: -8,24 - 389: -9,24 - 390: -7,22 - 391: -8,22 - 392: -9,22 - 564: 9,15 - 566: 14,13 - 567: 14,11 - 568: 6,11 - 569: 6,13 - 574: 11,25 - 575: 8,22 - 576: -1,13 - 577: -1,11 - 579: -34,1 - 580: -34,-3 - 583: -31,-2 - 584: -30,-2 - 585: -31,0 - 586: -30,0 - 618: -22,0 - 619: -21,-2 - 620: -23,-2 - 621: -14,-1 - 673: -15,-8 - 674: -15,-7 - 675: -15,-6 - 676: -12,-8 - 677: -12,-7 - 678: -12,-6 - 713: 4,25 - 714: 4,28 - 715: 14,28 - 716: 14,25 - 717: 14,22 - 782: 29,-23 - 783: 29,-25 - 790: 32,-12 - 795: 32,-13 - 796: 31,-12 - 797: 32,-11 - 798: 33,-12 - 895: 23,-24 - 896: 23,-23 - 897: 28,-14 - 898: 27,-14 - 899: 34,-19 - 900: 34,-16 - 907: 17,-26 - 908: 23,-26 - 911: 17,-32 - 912: 16,-32 - 931: -20,-27 - 932: -19,-27 - 933: -20,-25 - 934: -19,-25 - 978: -5,-41 - 979: -5,-44 - 986: 3,-41 - 987: 3,-44 - 1222: 21,-27 - 1223: 20,-27 - 1224: 19,-27 - - node: - color: '#FFFFFFFF' - id: BotLeft - decals: - 573: 8,25 - 791: 33,-11 - 792: 31,-13 - 982: -6,-42 - 983: -6,-43 - 984: 4,-43 - 985: 4,-42 - - node: - color: '#FFFFFFFF' - id: BotRight - decals: - 793: 33,-13 - 794: 31,-11 - 1151: 13,-15 - 1152: 13,-14 - - node: - color: '#FFFFFFFF' - id: Box - decals: - 1295: -12,4 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNe - decals: - 1093: 19,15 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerNw - decals: - 1099: 17,15 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSe - decals: - 1097: 19,11 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkCornerSw - decals: - 1098: 17,11 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineE - decals: - 1094: 19,14 - 1095: 19,13 - 1096: 19,12 - 1107: 33,21 - 1108: 33,22 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineN - decals: - 1101: 18,15 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineS - decals: - 1100: 18,11 - - node: - color: '#FFFFFFFF' - id: BrickTileDarkLineW - decals: - 1102: 17,12 - 1103: 17,13 - 1104: 17,14 - 1105: 23,21 - 1106: 23,22 - - node: - color: '#52B4E996' - id: BrickTileSteelCornerNe - decals: - 1290: 7,-10 - - node: - color: '#52B4E996' - id: BrickTileSteelCornerNw - decals: - 1118: 3,-10 - - node: - color: '#52B4E996' - id: BrickTileSteelCornerSe - decals: - 1119: 5,-14 - - node: - color: '#52B4E996' - id: BrickTileSteelCornerSw - decals: - 1114: 3,-14 - - node: - color: '#52B4E996' - id: BrickTileSteelInnerNe - decals: - 1294: 7,-12 - - node: - color: '#52B4E996' - id: BrickTileSteelInnerSe - decals: - 1141: 13,-12 - 1293: 5,-12 - - node: - color: '#52B4E996' - id: BrickTileSteelInnerSw - decals: - 1134: 9,-12 - - node: - color: '#52B4E996' - id: BrickTileSteelLineE - decals: - 1121: 5,-13 - 1138: 13,-15 - 1139: 13,-14 - 1140: 13,-13 - 1289: 7,-11 - - node: - color: '#52B4E996' - id: BrickTileSteelLineN - decals: - 1125: 15,-12 - 1126: 14,-12 - 1127: 13,-12 - 1128: 12,-12 - 1129: 11,-12 - 1130: 10,-12 - 1131: 9,-12 - 1132: 8,-12 - 1142: 16,-12 - 1291: 6,-10 - 1292: 5,-10 - - node: - color: '#52B4E996' - id: BrickTileSteelLineS - decals: - 1120: 4,-14 - 1133: 8,-12 - 1143: 16,-12 - 1144: 15,-12 - 1145: 14,-12 - 1287: 6,-12 - 1288: 7,-12 - - node: - color: '#52B4E996' - id: BrickTileSteelLineW - decals: - 1115: 3,-13 - 1116: 3,-12 - 1117: 3,-11 - 1135: 9,-13 - 1136: 9,-14 - 1137: 9,-15 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNe - decals: - 1157: 1,-16 - 1162: 4,-19 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerNw - decals: - 1158: -3,-16 - 1161: -6,-19 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSe - decals: - 1159: 4,-20 - - node: - color: '#9FED5896' - id: BrickTileWhiteCornerSw - decals: - 1160: -6,-20 - - node: - color: '#9FED5896' - id: BrickTileWhiteInnerNe - decals: - 1164: 1,-19 - - node: - color: '#9FED5896' - id: BrickTileWhiteInnerNw - decals: - 1163: -3,-19 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineE - decals: - 1165: 1,-18 - - node: - color: '#79150096' - id: BrickTileWhiteLineN - decals: - 1220: 33,-32 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineN - decals: - 1166: 2,-19 - 1176: 0,-16 - 1177: -2,-16 - - node: - color: '#A4610696' - id: BrickTileWhiteLineN - decals: - 1218: 30,-32 - - node: - color: '#D4D4D428' - id: BrickTileWhiteLineN - decals: - 1221: 32,-32 - - node: - color: '#D4D4D496' - id: BrickTileWhiteLineN - decals: - 1217: 29,-32 - - node: - color: '#DE3A3A96' - id: BrickTileWhiteLineN - decals: - 1219: 31,-32 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineS - decals: - 1212: 29,-29 - - node: - color: '#52B4E996' - id: BrickTileWhiteLineS - decals: - 1216: 33,-29 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineS - decals: - 1167: 2,-20 - 1168: 1,-20 - 1169: 0,-20 - 1170: -2,-20 - 1171: -3,-20 - 1172: -4,-20 - 1173: -5,-20 - 1184: 3,-20 - 1214: 31,-29 - - node: - color: '#D381C996' - id: BrickTileWhiteLineS - decals: - 1213: 30,-29 - - node: - color: '#EFB34196' - id: BrickTileWhiteLineS - decals: - 1215: 32,-29 - - node: - color: '#9FED5896' - id: BrickTileWhiteLineW - decals: - 1174: -3,-18 - 1175: -3,-17 - - node: - color: '#FFFFFFFF' - id: Bushb1 - decals: - 1233: -9,6 - - node: - color: '#FFFFFFFF' - id: Bushb3 - decals: - 451: 10,8 - 725: 9.488686,-17.018105 - - node: - color: '#FFFFFFFF' - id: Bushc1 - decals: - 722: -11.564524,-16.986855 - - node: - color: '#FFFFFFFF' - id: Bushe1 - decals: - 150: 25.445843,7.7053776 - 179: 11.130266,-9.945588 - 316: -4,18 - 457: 10.845012,7.992337 - - node: - color: '#FFFFFFFF' - id: Bushe2 - decals: - 149: 26.461468,7.8616276 - 180: 14.583391,-9.976838 - 181: 13.520891,-10.008088 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 151: 28.82894,6.877252 - 152: 23.178217,6.861627 - 315: 2,18 - 458: 9.048137,8.023587 - 1113: 17.154882,7.7859535 - - node: - color: '#FFFFFFFF' - id: Bushe4 - decals: - 153: 18.801558,6.901756 - 154: 33.138065,6.979881 - - node: - color: '#FFFFFFFF' - id: Bushf1 - decals: - 178: 9.755266,-9.992463 - 456: 10.782512,8.007962 - - node: - color: '#FFFFFFFF' - id: Bushf2 - decals: - 177: 10.411516,-10.008088 - 314: -4,18 - 455: 9.141887,8.007962 - - node: - color: '#FFFFFFFF' - id: Bushf3 - decals: - 176: 14.052141,-10.008088 - 313: 2,18 - - node: - color: '#FFFFFFFF' - id: Bushg1 - decals: - 648: -11.486805,2.0009332 - - node: - color: '#FFFFFFFF' - id: Bushh1 - decals: - 312: -4,18 - 459: 13.141887,8.086087 - 460: 6.0012617,8.086087 - 467: 8.798137,7.961087 - 723: -10.814524,-16.955605 - 727: 8.848061,-16.97123 - - node: - color: '#FFFFFFFF' - id: Bushh2 - decals: - 724: -12.142649,-17.03373 - - node: - color: '#FFFFFFFF' - id: Bushh3 - decals: - 185: 10.099016,-9.945588 - 311: 2,18 - 466: 11.282512,7.929837 - 726: 10.098061,-16.97123 - 1110: 16.470638,7.9648323 - - node: - color: '#FFFFFFFF' - id: Bushi1 - decals: - 141: 22.818914,7.5022526 - 142: 19.100164,8.142878 - 143: 27.037664,6.330377 - 144: 29.052135,7.267877 - 145: 32.06776,8.049128 - 171: 32.98406,-8.985069 - 173: 17.014437,2.9736261 - 174: 16.998812,6.958001 - 175: 17.020891,-5.0002565 - 197: -3.9782841,6.046785 - 200: -8.985234,-13.989886 - 642: -16.924305,2.0790582 - 643: -10.93993,2.0321832 - 711: -5.975403,-22.996408 - - node: - color: '#FFFFFFFF' - id: Bushi2 - decals: - 172: 19.006546,-8.953819 - 195: 6.9877787,-14.02815 - 196: -8.025159,5.99991 - 201: -9.047734,-10.021136 - 712: 3.9464722,-22.996408 - - node: - color: '#FFFFFFFF' - id: Bushi3 - decals: - 644: -12.93993,1.9853082 - - node: - color: '#FFFFFFFF' - id: Bushj1 - decals: - 170: 30.968433,-8.891319 - - node: - color: '#FFFFFFFF' - id: Bushj2 - decals: - 169: 20.959995,-9.000694 - 461: 13.579387,8.023587 - - node: - color: '#FFFFFFFF' - id: Bushj3 - decals: - 463: 6.5325117,8.164212 - - node: - color: '#FFFFFFFF' - id: Bushk2 - decals: - 310: 4,16 - - node: - color: '#FFFFFFFF' - id: Bushk3 - decals: - 148: 20.972792,7.5335026 - 646: -16.03368,2.0478082 - - node: - color: '#FFFFFFFF' - id: Bushl1 - decals: - 190: 7.116846,-5.379048 - - node: - color: '#FFFFFFFF' - id: Bushl2 - decals: - 645: -15.03368,2.0165582 - - node: - color: '#FFFFFFFF' - id: Bushl4 - decals: - 647: -12.00243,1.9853082 - 710: -6.022278,-23.574533 - - node: - color: '#FFFFFFFF' - id: Bushm1 - decals: - 147: 31.989635,7.5335026 - - node: - color: '#FFFFFFFF' - id: Bushm2 - decals: - 222: 3.9493294,6.054844 - 707: 4.008972,-23.668283 - - node: - color: '#FFFFFFFF' - id: Bushm3 - decals: - 146: 30.208385,7.5960026 - 223: -9.056177,3.4392257 - 708: 4.008972,-22.558908 - - node: - color: '#FFFFFFFF' - id: Bushm4 - decals: - 709: -6.022278,-22.512033 - - node: - color: '#FFFFFFFF' - id: Bushn1 - decals: - 199: 34.054134,-1.0223641 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: Caution - decals: - 1286: 23,-27 - - node: - color: '#52B4E996' - id: CheckerNESW - decals: - 68: 12,-5 - 69: 13,-5 - 70: 14,-5 - 71: 15,-5 - 72: 15,-6 - 73: 15,-7 - 74: 15,-8 - 75: 11,-5 - 76: 10,-5 - 77: 9,-5 - 78: 9,-6 - 79: 9,-7 - 80: 9,-8 - - node: - color: '#D4D4D428' - id: CheckerNWSE - decals: - 27: 31,-3 - 28: 30,-2 - 29: 29,-1 - 30: 21,1 - 31: 22,0 - 32: 23,-1 - 1185: -1,-19 - 1186: -1,-18 - 1187: -1,-17 - 1188: 0,-18 - 1189: -2,-18 - 1190: 0,-17 - 1191: -2,-17 - 1192: -2,-19 - 1193: 0,-19 - - node: - color: '#DE3A3A96' - id: Delivery - decals: - 524: 13,32 - 525: 12,32 - 526: 6,32 - 527: 5,32 - 528: 3,32 - 529: 3,30 - 530: 15,30 - 532: 15,32 - - node: - color: '#FFFFFFFF' - id: Delivery - decals: - 45: 32,4 - 46: 32,2 - 47: 32,-4 - 48: 32,-6 - 99: 12,1 - 100: 14,1 - 379: -8,17 - 380: -8,16 - 393: -10,22 - 394: -10,24 - 395: -10,26 - 396: -10,28 - 401: -14,30 - 402: -14,31 - 405: -14,22 - 406: -14,21 - 407: -14,20 - 581: -32,-2 - 582: -32,0 - 718: 6,-16 - 719: 7,-16 - 720: -9,-16 - 721: -8,-16 - 784: 29,-24 - 904: 32,-15 - 905: 16,-24 - 913: 15,-32 - 929: -21,-27 - 930: -21,-25 - 980: -6,-41 - 981: -6,-44 - 988: 4,-44 - 989: 4,-41 - 1231: 22,-26 - 1232: 18,-26 - 1242: -4,-35 - 1243: -5,-35 - 1244: -6,-35 - 1245: 2,-35 - 1246: 3,-35 - 1247: 4,-35 - 1248: 12,-30 - 1249: 13,-30 - 1250: 12,-21 - 1251: 13,-21 - 1252: -15,-21 - 1253: -14,-21 - 1254: -14,-30 - 1255: -15,-30 - 1256: -5,-6 - 1257: -5,-5 - 1258: -6,-4 - 1259: -7,-4 - 1260: -7,2 - 1261: -6,2 - 1262: -5,3 - 1263: -5,4 - 1264: 3,3 - 1265: 3,4 - 1266: 4,2 - 1267: 5,2 - 1268: 5,-4 - 1269: 4,-4 - 1270: 3,-5 - 1271: 3,-6 - 1272: -9,-12 - 1273: -14,-17 - 1279: -10,33 - - node: - color: '#52B4E996' - id: DeliveryGreyscale - decals: - 1122: 4,-7 - 1123: 17,-7 - 1124: 17,-12 - 1146: 16,-12 - 1147: 8,-12 - 1148: 16,-7 - 1149: 12,-4 - 1150: 14,-4 - - node: - color: '#FFFFFFFF' - id: DeliveryGreyscale - decals: - 1274: 4,-8 - 1275: -6,-8 - 1276: -6,6 - 1277: 7,3 - 1278: 17,5 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 57: 32,2 - 58: 32,-5 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 59: 31,-6 - 60: 32,3 - 61: 31,4 - 62: 29,4 - - node: - color: '#FFFFFFFF' - id: Flowersbr1 - decals: - 189: 7.054346,-5.972798 - 217: -8.98181,3.039219 - 218: 4.0382257,5.992344 - 640: -12.455555,2.0009332 - 704: -5.959778,-23.277658 - - node: - color: '#FFFFFFFF' - id: Flowersbr2 - decals: - 140: 25.64704,7.7835026 - 163: 21.006866,-8.969444 - 164: 21.928741,-8.985069 - 165: 32.30374,-9.031944 - 639: -17.09618,2.0009332 - - node: - color: '#FFFFFFFF' - id: Flowersbr3 - decals: - 137: 31.017263,7.330377 - 138: 20.33454,7.330377 - 139: 26.99079,6.721002 - 188: 6.991846,-5.004048 - 209: -4.0670047,-7.975866 - - node: - color: '#FFFFFFFF' - id: Flowerspv1 - decals: - 166: 31.131866,-9.000694 - 167: 20.241241,-8.953819 - 168: 32.80374,-9.000694 - 219: 7.0694757,4.992344 - 220: 3.9757257,7.992344 - 1156: 7,-8 - - node: - color: '#FFFFFFFF' - id: Flowerspv2 - decals: - 194: 5.962157,-7.9708443 - 206: -7.8673525,-7.959863 - 641: -14.90868,2.0634332 - 705: 4.102722,-23.308908 - 706: -5.991028,-22.152658 - - node: - color: '#FFFFFFFF' - id: Flowerspv3 - decals: - 134: 21.940147,6.877252 - 135: 26.987022,7.6116276 - 136: 32.829765,6.955377 - 207: -8.9611025,-5.006738 - 309: 4,16 - 1155: -9,-8 - - node: - color: '#FFFFFFFF' - id: Flowersy1 - decals: - 193: 2.0246568,-7.9552193 - - node: - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 216: -8.91931,3.929844 - - node: - color: '#FFFFFFFF' - id: Flowersy3 - decals: - 221: 1.9913507,6.023594 - 703: -5.975403,-23.949533 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 129: 25.080772,6.455377 - 130: 29.596397,7.017877 - 131: 32.737022,7.9397526 - 132: 21.674522,8.017878 - 133: 19.190147,7.174127 - 161: 30.038116,-9.047569 - 162: 18.959991,-8.985069 - 182: 15.052141,-10.039338 - 183: 9.052141,-9.976838 - 184: 13.005266,-9.992463 - 208: -9.0236025,-5.991113 - 462: 6.6731367,7.961087 - 638: -13.12743,2.0009332 - 702: 4.024597,-22.012033 - 1111: 6.9923015,5.882874 - 1112: 6.0391765,5.945374 - - node: - color: '#334E6DC8' - id: FullTileOverlayGreyscale - decals: - 9: 27,-1 - 10: 26,-1 - 11: 25,-1 - 12: 27,-2 - 39: 25,0 - 679: -24,-5 - 680: -22,-5 - 681: -20,-5 - 682: -18,-5 - 683: -19,-6 - 684: -18,-7 - 685: -19,-8 - 686: -18,-9 - 687: -20,-9 - 688: -22,-9 - 689: -21,-8 - 690: -21,-6 - 691: -20,-7 - 692: -23,-8 - 693: -23,-6 - 694: -24,-7 - 695: -24,-9 - - node: - color: '#52B4E996' - id: FullTileOverlayGreyscale - decals: - 63: 10,-7 - 64: 11,-6 - 65: 12,-7 - 66: 13,-6 - 67: 14,-7 - - node: - color: '#DE3A3A96' - id: FullTileOverlayGreyscale - decals: - 479: 14,28 - 480: 14,25 - 481: 14,22 - 482: 4,25 - 483: 4,28 - 499: 9,27 - 500: 9,28 - 501: 9,29 - 502: 9,30 - 503: 9,31 - 504: 9,32 - - node: - color: '#EFB34196' - id: FullTileOverlayGreyscale - decals: - 823: 19,-23 - 824: 20,-23 - 825: 21,-23 - - node: - color: '#FFFFFFFF' - id: Grassa4 - decals: - 454: 14,8 - - node: - color: '#FFFFFFFF' - id: Grassb1 - decals: - 452: 9,8 - 464: 11.391887,8.179837 - 465: 7.2825117,8.054837 - - node: - color: '#FFFFFFFF' - id: Grassb5 - decals: - 453: 13,8 - 1109: 16.017513,8.027332 - - node: - color: '#FFFFFFFF' - id: Grassd1 - decals: - 123: 30.685312,7.0542355 - 124: 33.18531,8.16361 - 125: 22.82111,7.9761105 - 126: 26.85236,8.13236 - 127: 24.842615,8.147985 - 128: 19.093754,6.9448605 - 160: 32.92874,-8.891319 - 635: -12.75243,1.9384332 - - node: - color: '#FFFFFFFF' - id: Grassd3 - decals: - 192: 2.0715318,-7.9395943 - 634: -14.955555,2.0165582 - 701: 3.9620972,-23.215158 - - node: - color: '#FFFFFFFF' - id: Grasse1 - decals: - 117: 31.288973,7.8974113 - 118: 22.757723,7.1474113 - 119: 20.210848,7.8817863 - 120: 25.163973,7.1167355 - 121: 26.195223,6.1636105 - 122: 29.242098,7.9917355 - 156: 20.2297,-9.031944 - 157: 30.694366,-8.953819 - 203: -8.907109,-5.8244467 - 212: 1.9943819,6.0206404 - 213: 3.947507,8.005015 - 636: -11.986805,1.9696832 - 700: -6.084778,-23.808908 - - node: - color: '#FFFFFFFF' - id: Grasse2 - decals: - 113: 31.617165,7.1005363 - 114: 26.992098,6.2724113 - 115: 21.070223,7.2411613 - 116: 20.007723,6.9442863 - 187: 7.054346,-5.004048 - 204: -8.985234,-5.0900717 - 205: -3.9383593,-7.9338217 - 210: -8.996265,3.0206404 - 211: -8.965015,3.9112654 - 215: 6.954139,4.9425154 - 633: -15.861805,1.9071832 - 637: -11.049305,1.8915582 - 698: 3.9464722,-22.418283 - 699: -5.928528,-22.652658 - 1153: 7,-8 - 1154: -9,-8 - - node: - color: '#FFFFFFFF' - id: Grasse3 - decals: - 105: 25.217262,6.1942863 - 106: 26.967262,7.3974113 - 107: 25.389137,7.8036613 - 108: 21.686012,7.6161613 - 109: 19.107887,7.5067863 - 110: 29.420387,7.0224113 - 111: 30.092262,7.5849113 - 112: 32.41404,7.2099113 - 155: 19.2922,-8.953819 - 158: 31.506866,-8.985069 - 159: 21.444366,-8.953819 - 186: 7.023096,-5.941548 - 191: 5.962157,-8.002094 - 198: 34.00726,-1.0379891 - 202: -7.9071093,-7.9963217 - 214: 4.041257,6.0675154 - 308: 4,16 - 632: -16.674305,2.0478082 - 696: 4,-24 - 697: -6,-22 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale - decals: - 288: -1,1 - 655: -11,-5 - 656: -12,-5 - 657: -13,-5 - 658: -14,-5 - 659: -15,-5 - 660: -16,-5 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale - decals: - 88: 10,1 - 361: 1,16 - 362: 0,16 - 363: -1,16 - 364: -2,16 - 365: -3,16 - 562: 7,15 - 731: 8,-20 - 734: 10,-20 - 735: 12,-20 - 740: -10,-20 - 741: -12,-20 - 742: -14,-20 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale - decals: - 321: -8,11 - 322: -9,11 - 323: -10,11 - 324: -11,11 - 333: -12,16 - 334: -13,16 - 335: -14,16 - 423: -7,31 - 424: -8,31 - 425: -9,31 - 426: -11,31 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - decals: - 86: 13,1 - 87: 11,1 - 556: 13,15 - 557: 10,15 - 558: 8,15 - 752: 28,-9 - 753: 27,-9 - 754: 26,-9 - 755: 25,-9 - 756: 24,-9 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale180 - decals: - 617: -22,-2 - 649: -16,-9 - 650: -15,-9 - 651: -14,-9 - 652: -13,-9 - 653: -12,-9 - 654: -11,-9 - - node: - color: '#52B4E996' - id: HalfTileOverlayGreyscale180 - decals: - 84: 13,-3 - 85: 11,-3 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale180 - decals: - 353: 1,8 - 354: 0,8 - 355: -1,8 - 356: -2,8 - 357: -3,8 - 547: 13,10 - 548: 12,10 - 549: 11,10 - 550: 10,10 - 551: 9,10 - 552: 8,10 - 553: 7,10 - 578: 10,-3 - 732: 9,-19 - 733: 11,-19 - 743: -11,-19 - 744: -13,-19 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale180 - decals: - 327: -8,9 - 328: -10,9 - 329: -11,9 - 330: -9,9 - 331: -13,15 - 332: -14,15 - 340: -12,15 - 440: -8,19 - 441: -9,19 - 442: -10,19 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - decals: - 291: 13,3 - 292: 15,3 - 293: 11,3 - 518: 10,21 - 519: 9,21 - - node: - color: '#EFB34196' - id: HalfTileOverlayGreyscale180 - decals: - 817: 15,-22 - 818: 16,-22 - 819: 17,-22 - 820: 18,-22 - 821: 19,-22 - 822: 20,-22 - 826: 21,-22 - 842: 26,-27 - 843: 25,-27 - 844: 24,-27 - 865: 28,-19 - 866: 27,-19 - 867: 23,-19 - 868: 22,-19 - 869: 30,-19 - 870: 34,-19 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale270 - decals: - 0: 28,-1 - 3: 28,1 - 4: 28,0 - 5: 28,-2 - 17: 23,1 - 18: 29,-3 - 19: 29,-2 - 33: 25,-3 - 44: 25,-2 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale270 - decals: - 96: 9,-2 - 97: 9,-1 - 98: 9,0 - 563: 6,14 - 601: -26,-1 - 738: -8,-18 - 917: -14,-24 - 919: -14,-26 - 920: -14,-28 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale270 - decals: - 326: -12,10 - 341: -4,11 - 342: -4,12 - 343: -4,13 - 428: -12,30 - 429: -12,29 - 430: -12,28 - 431: -12,27 - 432: -12,26 - 433: -12,25 - 434: -12,24 - 435: -12,23 - 436: -12,22 - 437: -12,21 - 438: -12,20 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - decals: - 484: 5,24 - 485: 5,25 - 486: 5,26 - 487: 5,27 - 488: 5,28 - 489: 5,29 - 505: 11,16 - 506: 11,17 - 507: 11,18 - 508: 11,19 - 509: 11,20 - 554: 6,12 - 571: 8,22 - 572: 8,23 - - node: - color: '#EFB34196' - id: HalfTileOverlayGreyscale270 - decals: - 827: 23,-21 - 828: 23,-22 - 829: 23,-23 - 830: 23,-24 - 831: 23,-25 - 832: 23,-27 - 891: 19,-19 - 892: 19,-17 - 893: 19,-16 - 894: 19,-14 - - node: - color: '#334E6DC8' - id: HalfTileOverlayGreyscale90 - decals: - 1: 24,-1 - 2: 27,1 - 6: 24,-2 - 7: 24,-3 - 8: 24,0 - 13: 23,1 - 14: 23,0 - 22: 29,-3 - 38: 27,0 - - node: - color: '#9FED5896' - id: HalfTileOverlayGreyscale90 - decals: - 93: 15,-2 - 94: 15,-1 - 95: 15,0 - 351: 2,9 - 359: 2,15 - 560: 14,14 - 587: -11,-1 - 729: 6,-18 - 916: -15,-23 - 918: -15,-25 - 921: -15,-27 - - node: - color: '#A4610696' - id: HalfTileOverlayGreyscale90 - decals: - 325: -7,10 - 412: -6,20 - 413: -6,22 - 414: -6,23 - 415: -6,24 - 416: -6,25 - 417: -6,26 - 418: -6,27 - 419: -6,28 - 420: -6,29 - 421: -6,30 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - decals: - 239: -5,-14 - 240: -5,-13 - 241: -5,-12 - 242: -5,-11 - 243: -5,-10 - 366: 2,10 - 367: 2,11 - 368: 2,12 - 369: 2,13 - 370: 2,14 - 490: 13,21 - 491: 13,22 - 492: 13,23 - 493: 13,24 - 494: 13,25 - 495: 13,27 - 496: 13,26 - 497: 13,28 - 498: 13,29 - 510: 12,16 - 511: 12,17 - 512: 12,18 - 513: 12,19 - 514: 12,20 - 555: 14,12 - - node: - color: '#EFB34196' - id: HalfTileOverlayGreyscale90 - decals: - 833: 27,-27 - 834: 27,-26 - 835: 27,-22 - 836: 27,-21 - 837: 27,-24 - 838: 27,-23 - 839: 27,-25 - 846: 21,-21 - - node: - angle: -3.141592653589793 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 373: -4,9 - 374: -4,14 - - node: - angle: -1.5707963267948966 rad - color: '#FFFFFFFF' - id: LoadingArea - decals: - 397: -14,25 - 398: -14,27 - 403: -13,30 - 404: -13,31 - 408: -13,20 - 409: -13,21 - 410: -13,22 - - node: - color: '#FFFFFFFF' - id: LoadingArea - decals: - 101: 14,0 - 102: 12,0 - 237: 1,-12 - 238: -3,-12 - 565: 9,14 - 906: 16,-25 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale - decals: - 15: 23,0 - 35: 28,-3 - 278: -4,1 - 279: -4,-1 - 280: -4,-2 - 285: -3,1 - 286: -2,1 - 290: -4,-3 - 615: -23,0 - 972: -3,-42 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale - decals: - 306: 10,-13 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale - decals: - 231: -2,-10 - 256: -7,1 - 257: -7,0 - 258: -4,4 - 259: -3,4 - 260: -2,4 - 598: -26,0 - 599: -25,0 - 600: -24,0 - 624: -33,5 - 625: -32,5 - 924: -21,-23 - 939: 8,-31 - 940: 9,-31 - 941: 10,-31 - 942: 11,-31 - 943: 12,-22 - 955: 2,-32 - 956: 3,-32 - 957: 4,-32 - 958: 6,-32 - 959: 7,-32 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale - decals: - 253: -7,3 - 254: -7,4 - 255: -6,4 - 346: -8,17 - 349: -8,16 - - node: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale - decals: - 1197: 0,-20 - 1198: -1,-20 - 1199: -2,-20 - 1200: -3,-20 - 1201: -4,-20 - 1202: -5,-20 - 1203: 1,-20 - 1204: 2,-20 - 1205: 3,-20 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale - decals: - 232: -3,-11 - 544: 11,15 - 758: 19,-11 - 759: 20,-11 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale - decals: - 871: 30,-16 - 872: 31,-16 - 876: 19,-25 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale180 - decals: - 20: 29,-2 - 34: 24,1 - 960: 1,-38 - 961: 2,-38 - 962: 3,-38 - 963: 4,-38 - 970: 4,-37 - 971: 4,-36 - 973: 1,-44 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale180 - decals: - 244: 4,-6 - 245: 5,-6 - 246: 5,-5 - 303: 12,-15 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale180 - decals: - 229: 0,-14 - 271: 0,-6 - 272: 1,-6 - 273: 2,-6 - 274: 5,-3 - 275: 5,-2 - 605: -20,-2 - 606: -19,-2 - 607: -18,-2 - 608: -17,-2 - 609: -16,-2 - 610: -15,-2 - 611: -14,-2 - 612: -13,-2 - 613: -12,-2 - 614: -11,-2 - 628: -30,4 - 629: -31,4 - 737: -9,-17 - 745: -15,-19 - 746: 0,-24 - 747: 0,-23 - 748: 0,-22 - 927: -19,-29 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale180 - decals: - 344: -6,14 - - node: - color: '#D4D4D428' - id: QuarterTileOverlayGreyscale180 - decals: - 1194: -2,-16 - 1195: -1,-16 - 1196: 0,-16 - 1206: 1,-19 - 1207: 2,-19 - 1208: 3,-19 - 1209: -3,-19 - 1210: -4,-19 - 1211: -5,-19 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale180 - decals: - 294: 10,3 - 515: 12,21 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale180 - decals: - 807: 13,-29 - 808: 17,-28 - 809: 16,-28 - 810: 15,-28 - 811: 14,-28 - 812: 17,-27 - 840: 23,-27 - 877: 21,-27 - 928: -19,-30 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale270 - decals: - 40: 28,-3 - 964: -3,-38 - 965: -4,-38 - 966: -6,-38 - 967: -5,-38 - 968: -6,-37 - 969: -6,-36 - 974: -3,-44 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale270 - decals: - 304: 10,-15 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale270 - decals: - 228: -2,-14 - 266: -7,-2 - 267: -7,-3 - 268: -4,-6 - 269: -3,-6 - 270: -2,-6 - 602: -26,-2 - 603: -25,-2 - 604: -24,-2 - 630: -32,4 - 631: -33,4 - 728: 7,-17 - 736: 13,-19 - 749: -2,-24 - 750: -2,-23 - 751: -2,-22 - 915: -14,-22 - 925: -21,-30 - 926: -21,-29 - 944: 12,-29 - 945: 12,-28 - 946: 12,-24 - 947: 12,-25 - 948: 12,-26 - 949: 12,-27 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale270 - decals: - 345: -8,14 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale270 - decals: - 247: -6,-6 - 248: -7,-6 - 249: -7,-5 - 516: 13,21 - 517: 11,21 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale270 - decals: - 841: 27,-27 - 878: 19,-27 - - node: - color: '#334E6DC8' - id: QuarterTileOverlayGreyscale90 - decals: - 41: 24,1 - 281: 2,-2 - 282: 2,-1 - 283: 2,1 - 284: 1,1 - 287: 0,1 - 289: 2,-3 - 616: -21,0 - 975: 1,-42 - - node: - color: '#52B4E996' - id: QuarterTileOverlayGreyscale90 - decals: - 233: 1,-11 - 305: 12,-13 - - node: - color: '#9FED5896' - id: QuarterTileOverlayGreyscale90 - decals: - 230: 0,-10 - 261: 0,4 - 262: 1,4 - 263: 2,4 - 264: 5,1 - 265: 5,0 - 588: -11,0 - 589: -12,0 - 590: -13,0 - 591: -14,0 - 592: -15,0 - 593: -16,0 - 594: -17,0 - 595: -18,0 - 596: -20,0 - 597: -19,0 - 626: -31,5 - 627: -30,5 - 922: -15,-29 - 923: -19,-23 - 935: -10,-31 - 936: -12,-31 - 937: -11,-31 - 938: -13,-31 - 950: -4,-32 - 951: -5,-32 - 952: -6,-32 - 953: -8,-32 - 954: -9,-32 - - node: - color: '#A4610696' - id: QuarterTileOverlayGreyscale90 - decals: - 347: -6,17 - 348: -6,16 - - node: - color: '#DE3A3A96' - id: QuarterTileOverlayGreyscale90 - decals: - 250: 5,3 - 251: 5,4 - 252: 4,4 - 295: 15,6 - 296: 14,6 - 297: 13,6 - 298: 12,6 - 299: 11,6 - 300: 10,6 - 543: 12,15 - 757: 22,-11 - 760: 21,-11 - - node: - color: '#EFB34196' - id: QuarterTileOverlayGreyscale90 - decals: - 805: 13,-22 - 806: 13,-23 - 813: 17,-25 - 814: 17,-24 - 815: 15,-24 - 816: 14,-24 - 845: 21,-22 - 873: 34,-16 - 874: 33,-16 - 875: 21,-25 - - node: - color: '#FFFFFFFF' - id: StandClear - decals: - 779: 32,-21 - - node: - color: '#9FED5896' - id: ThreeQuarterTileOverlayGreyscale - decals: - 91: 9,1 - 225: -3,-10 - 358: -4,16 - 561: 6,15 - 622: -34,5 - - node: - color: '#A4610696' - id: ThreeQuarterTileOverlayGreyscale - decals: - 318: -12,11 - 337: -15,16 - 427: -12,31 - - node: - color: '#9FED5896' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 92: 15,-3 - 227: 1,-14 - 352: 2,8 - 546: 14,10 - 739: -9,-19 - - node: - color: '#A4610696' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 319: -7,9 - 339: -11,15 - 411: -6,19 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 21: 30,-3 - 36: 25,1 - 37: 26,0 - - node: - color: '#9FED5896' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 90: 9,-3 - 226: -3,-14 - 350: -4,8 - 545: 6,10 - 623: -34,4 - 730: 7,-19 - - node: - color: '#A4610696' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 320: -12,9 - 336: -15,15 - 439: -12,19 - - node: - color: '#DE3A3A96' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 570: 8,21 - - node: - color: '#334E6DC8' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 16: 22,1 - 42: 27,-3 - 43: 26,-2 - - node: - color: '#9FED5896' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 89: 15,1 - 224: 1,-10 - 360: 2,16 - 559: 14,15 - - node: - color: '#A4610696' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 317: -7,11 - 338: -11,16 - 422: -6,31 - - node: - color: '#FFFFFFFF' - id: WarnBox - decals: - 23: 34,-6 - 24: 34,-4 - 25: 34,2 - 26: 34,4 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 1281: 20,-30 - - node: - color: '#FFFFFFFF' - id: WarnCornerSW - decals: - 1280: 24,-30 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleNE - decals: - 1241: 28,-32 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleNW - decals: - 1240: 34,-32 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleSE - decals: - 1239: 28,-29 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallGreyscaleSW - decals: - 1238: 34,-29 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNE - decals: - 890: 21,-19 - 903: 31,-16 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallNW - decals: - 889: 23,-19 - 902: 33,-16 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 773: 29,-21 - 887: 21,-15 - - node: - angle: 1.5707963267948966 rad - color: '#FFFFFFFF' - id: WarnCornerSmallSE - decals: - 767: 29,-27 - - node: - color: '#FFFFFFFF' - id: WarnCornerSmallSW - decals: - 888: 23,-15 - - node: - color: '#FFFFFFFF' - id: WarnLineE - decals: - 468: 3,30 - 469: 3,31 - 472: 3,32 - 477: 10,28 - 774: 29,-26 - 775: 29,-25 - 776: 29,-24 - 777: 29,-23 - 778: 29,-22 - 859: 29,-19 - 860: 29,-18 - 861: 29,-17 - 884: 21,-18 - 885: 21,-17 - 886: 21,-16 - 1284: 20,-29 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleE - decals: - 1181: 1,-17 - 1236: 28,-31 - 1237: 28,-30 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleN - decals: - 1179: 3,-19 - 1180: -1,-16 - 1182: -4,-19 - 1183: -5,-19 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleS - decals: - 1178: -1,-20 - - node: - color: '#FFFFFFFF' - id: WarnLineGreyscaleW - decals: - 1234: 34,-31 - 1235: 34,-30 - - node: - color: '#DE3A3A96' - id: WarnLineN - decals: - 522: 13,31 - 523: 5,31 - 536: 12,31 - 538: 12,31 - 539: 13,31 - 540: 5,31 - 541: 6,31 - 542: 6,31 - - node: - color: '#FFFFFFFF' - id: WarnLineN - decals: - 667: -11,-9 - 668: -12,-9 - 669: -13,-9 - 670: -14,-9 - 671: -15,-9 - 672: -16,-9 - 768: 34,-21 - 769: 33,-21 - 770: 32,-21 - 771: 31,-21 - 772: 30,-21 - 800: 34,-14 - 801: 33,-14 - 802: 32,-14 - 803: 31,-14 - 804: 30,-14 - 853: 26,-20 - 854: 25,-20 - 855: 24,-20 - 856: 21,-20 - 857: 20,-20 - 858: 19,-20 - 882: 22,-15 - 1225: 19,-26 - 1226: 20,-26 - 1227: 21,-26 - 1282: 19,-30 - 1283: 25,-30 - - node: - color: '#FFFFFFFF' - id: WarnLineS - decals: - 443: -14,25 - 444: -14,27 - 445: -14,26 - 446: -14,24 - 447: -14,28 - 448: -14,29 - 449: -14,23 - 470: 15,30 - 471: 15,31 - 478: 8,28 - 531: 15,32 - 862: 29,-19 - 863: 29,-18 - 864: 29,-17 - 879: 23,-18 - 880: 23,-17 - 881: 23,-16 - 1285: 24,-29 - - node: - color: '#FFFFFFFF' - id: WarnLineW - decals: - 81: 11,-8 - 82: 12,-8 - 83: 13,-8 - 450: -10,31 - 661: -11,-5 - 662: -12,-5 - 663: -13,-5 - 664: -14,-5 - 665: -15,-5 - 666: -16,-5 - 763: 34,-27 - 764: 33,-27 - 765: 32,-27 - 766: 30,-27 - 788: 31,-27 - 847: 26,-20 - 848: 24,-20 - 849: 25,-20 - 850: 21,-20 - 851: 20,-20 - 852: 19,-20 - 883: 22,-19 - 901: 32,-16 - 1228: 21,-26 - 1229: 20,-26 - 1230: 19,-26 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNe - decals: - 1030: 24,21 - 1063: -24,2 - 1091: 22,10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerNw - decals: - 1031: 32,21 - 1089: 34,10 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSe - decals: - 1082: -3,-28 - 1090: 22,13 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSw - decals: - 1081: 1,-28 - 1092: 34,13 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 990: 20,19 - 991: 20,20 - 992: 20,21 - 993: 20,22 - 994: 20,18 - 1000: 18,18 - 1001: 18,19 - 1002: 18,20 - 1003: 18,21 - 1004: 18,22 - 1013: 30,18 - 1014: 30,17 - 1015: 30,16 - 1021: 24,22 - 1059: -24,3 - 1060: -24,4 - 1061: -24,5 - 1062: -24,6 - 1064: -23,10 - 1065: -23,11 - 1085: 22,11 - 1086: 22,12 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 1008: 26,18 - 1009: 27,18 - 1010: 28,18 - 1011: 29,18 - 1012: 30,18 - 1023: 31,21 - 1024: 30,21 - 1025: 29,21 - 1026: 28,21 - 1027: 27,21 - 1028: 26,21 - 1029: 25,21 - 1043: 23,10 - 1044: 24,10 - 1045: 25,10 - 1046: 26,10 - 1047: 27,10 - 1048: 28,10 - 1049: 29,10 - 1050: 30,10 - 1051: 31,10 - 1052: 32,10 - 1053: 33,10 - 1054: -19,2 - 1055: -20,2 - 1056: -21,2 - 1057: -22,2 - 1058: -23,2 - 1073: -22,8 - 1074: -23,8 - 1075: -24,8 - 1076: -25,8 - 1077: -26,8 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 1016: 30,16 - 1017: 29,16 - 1018: 28,16 - 1019: 27,16 - 1020: 26,16 - 1032: 33,13 - 1033: 32,13 - 1034: 31,13 - 1035: 30,13 - 1036: 29,13 - 1037: 28,13 - 1038: 27,13 - 1039: 26,13 - 1040: 23,13 - 1041: 24,13 - 1042: 25,13 - 1068: -22,12 - 1069: -23,12 - 1070: -24,12 - 1071: -25,12 - 1072: -26,12 - 1078: 0,-28 - 1079: -1,-28 - 1080: -2,-28 - 1083: 1,0 - 1084: -3,0 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 995: 19,18 - 996: 19,19 - 997: 19,20 - 998: 19,21 - 999: 19,22 - 1005: 26,16 - 1006: 26,17 - 1007: 26,18 - 1022: 32,22 - 1066: -25,10 - 1067: -25,11 - 1087: 34,11 - 1088: 34,12 - - type: GridAtmosphere - version: 2 - data: - tiles: - -1,-1: - 0: 65535 - 0,-1: - 0: 65535 - -4,-4: - 0: 52431 - -4,-3: - 0: 65532 - -4,-2: - 0: 65535 - -4,-1: - 0: 65535 - -3,-4: - 0: 64719 - -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: 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: 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 - -4,0: - 0: 65535 - -4,1: - 0: 65535 - -4,2: - 0: 65535 - -4,3: - 0: 65535 - -3,0: - 0: 65535 - -3,1: - 0: 65535 - -3,2: - 0: 65535 - -3,3: - 0: 65535 - -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: 65535 - -1,3: - 0: 65535 - 0,0: - 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: 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 - 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 - 7,3: - 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,-6: - 0: 65535 - 4,-5: - 0: 65535 - 5,-6: - 0: 65535 - 5,-5: - 0: 65535 - 6,-6: - 0: 65535 - 6,-5: - 0: 65535 - 7,-6: - 0: 65535 - 7,-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,0: - 0: 65535 - 8,1: - 0: 65535 - 8,2: - 0: 65535 - 8,3: - 0: 65535 - 8,-4: - 0: 65535 - 8,-3: - 0: 65535 - 8,-2: - 0: 65535 - 8,-1: - 0: 65535 - -4,4: - 0: 61439 - -4,5: - 0: 65262 - -4,6: - 0: 65535 - -4,7: - 0: 61183 - -3,4: - 0: 65535 - -3,5: - 0: 65535 - -3,6: - 0: 65535 - -3,7: - 0: 65535 - -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: 12287 - -1,7: - 0: 12079 - 0,4: - 0: 65535 - 0,5: - 0: 65535 - 0,6: - 0: 65535 - 0,7: - 0: 65535 - 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 - 8,-6: - 0: 65535 - 8,-5: - 0: 65535 - 4,4: - 0: 65535 - 4,5: - 0: 65535 - 4,6: - 0: 30719 - 4,7: - 0: 30583 - 5,4: - 0: 65535 - 5,5: - 0: 65535 - 5,6: - 0: 255 - 6,4: - 0: 65535 - 6,5: - 0: 65535 - 6,6: - 0: 255 - 7,4: - 0: 65535 - 7,5: - 0: 65535 - 7,6: - 0: 255 - -6,4: - 0: 14 - -5,4: - 0: 2185 - -5,5: - 0: 32768 - -5,6: - 0: 34952 - -5,7: - 0: 136 - -8,0: - 0: 65535 - -8,1: - 0: 65535 - -7,0: - 0: 65535 - -7,1: - 0: 65535 - -7,2: - 0: 65535 - -7,3: - 0: 255 - -6,0: - 0: 65535 - -6,1: - 0: 65535 - -6,2: - 0: 65535 - -6,3: - 0: 61183 - -5,0: - 0: 65535 - -5,1: - 0: 65535 - -5,2: - 0: 65535 - -5,3: - 0: 65535 - -4,8: - 0: 14 - -3,8: - 0: 4095 - -2,8: - 0: 287 - -1,8: - 0: 15 - 8,4: - 0: 65535 - 8,5: - 0: 65535 - 8,6: - 0: 255 - 0,8: - 0: 4095 - 1,8: - 0: 4095 - 2,8: - 0: 4095 - 3,8: - 0: 4095 - 4,8: - 0: 1911 - -8,-1: - 0: 65535 - -8,-3: - 0: 34944 - -8,-2: - 0: 34952 - -7,-3: - 0: 65520 - -7,-2: - 0: 65535 - -7,-1: - 0: 65535 - -6,-3: - 0: 65520 - -6,-2: - 0: 65535 - -6,-1: - 0: 65535 - -5,-3: - 0: 65520 - -5,-2: - 0: 65535 - -5,-1: - 0: 65535 - -9,-1: - 0: 61166 - -9,0: - 0: 61166 - -9,1: - 0: 61166 - -4,-9: - 0: 65520 - -3,-9: - 0: 65520 - -2,-9: - 0: 65535 - -1,-9: - 0: 65535 - 0,-9: - 0: 65535 - 1,-9: - 0: 65535 - 2,-9: - 0: 65535 - 3,-9: - 0: 65535 - 4,-8: - 0: 30719 - 1: 34816 - 4,-7: - 0: 65535 - 5,-8: - 0: 61183 - 1: 4352 - 5,-7: - 0: 65535 - 6,-8: - 0: 52479 - 2: 13056 - 6,-7: - 0: 65535 - 7,-8: - 0: 65535 - 7,-7: - 0: 65535 - 8,-8: - 0: 65535 - 8,-7: - 0: 65535 - 4,-9: - 0: 65280 - 5,-9: - 0: 65280 - 6,-9: - 0: 65280 - 7,-9: - 0: 61440 - 8,-9: - 0: 61440 - -5,-4: - 0: 8 - -2,-12: - 0: 61440 - -2,-11: - 0: 65535 - -2,-10: - 0: 65535 - -1,-12: - 0: 65520 - -1,-11: - 0: 65535 - -1,-10: - 0: 65535 - 0,-12: - 0: 63344 - 0,-11: - 0: 65535 - 0,-10: - 0: 65535 - 1,-12: - 0: 28672 - 1,-11: - 0: 30583 - 1,-10: - 0: 30583 - -6,-9: - 0: 52352 - -5,-9: - 0: 65520 - -6,-8: - 0: 65484 - -6,-7: - 0: 65535 - -6,-6: - 0: 4095 - -5,-8: - 0: 65535 - -5,-7: - 0: 65535 - -5,-6: - 0: 36863 - -5,-5: - 0: 34952 - 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: - - 6666.982 - - 0 - - 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 - chunkSize: 4 - - type: OccluderTree - - type: Shuttle - - type: RadiationGridResistance - - type: GravityShake - shakeTimes: 10 - - type: GasTileOverlay - - type: SpreaderGrid - - type: GridPathfinding -- proto: AcousticGuitarInstrument - entities: - - uid: 1455 - components: - - type: Transform - pos: 15.537778,1.6263883 - parent: 1668 - - uid: 2742 - components: - - type: Transform - pos: 4.5448904,18.624214 - parent: 1668 -- proto: AirCanister - entities: - - uid: 3695 - components: - - type: Transform - pos: -16.5,4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: Airlock - entities: - - uid: 5314 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 1668 -- proto: AirlockArmoryLocked - entities: - - uid: 2555 - components: - - type: Transform - pos: 7.5,19.5 - parent: 1668 -- proto: AirlockAtmosphericsLocked - entities: - - uid: 4746 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 1668 - - uid: 5403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-30.5 - parent: 1668 - - uid: 5404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-27.5 - parent: 1668 -- proto: AirlockBarLocked - entities: - - uid: 4343 - components: - - type: Transform - pos: 11.5,-22.5 - parent: 1668 -- proto: AirlockBrigGlassLocked - entities: - - uid: 2299 - components: - - type: Transform - pos: 28.5,14.5 - parent: 1668 - - uid: 2316 - components: - - type: Transform - pos: 23.5,20.5 - parent: 1668 - - uid: 2340 - components: - - type: Transform - pos: 24.5,18.5 - parent: 1668 - - uid: 2342 - components: - - type: Transform - pos: 22.5,14.5 - parent: 1668 -- proto: AirlockBrigLocked - entities: - - uid: 2300 - components: - - type: Transform - pos: 21.5,22.5 - parent: 1668 - - uid: 2317 - components: - - type: Transform - pos: 19.5,17.5 - parent: 1668 - - uid: 2343 - components: - - type: Transform - pos: 33.5,20.5 - parent: 1668 - - uid: 2344 - components: - - type: Transform - pos: 21.5,18.5 - parent: 1668 -- proto: AirlockCargoGlassLocked - entities: - - uid: 1191 - components: - - type: Transform - pos: -5.5,7.5 - parent: 1668 - - uid: 1629 - components: - - type: Transform - pos: -6.5,13.5 - parent: 1668 - - uid: 1630 - components: - - type: Transform - pos: -10.5,13.5 - parent: 1668 - - uid: 1631 - components: - - type: Transform - pos: -8.5,15.5 - parent: 1668 -- proto: AirlockCargoLocked - entities: - - uid: 1192 - components: - - type: Transform - pos: -5.5,5.5 - parent: 1668 - - uid: 1632 - components: - - type: Transform - pos: -10.5,18.5 - parent: 1668 - - uid: 1633 - components: - - type: Transform - pos: -6.5,18.5 - parent: 1668 -- proto: AirlockCentralCommandGlass - entities: - - uid: 48 - components: - - type: Transform - pos: -1.5,-38.5 - parent: 1668 - - uid: 49 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 1668 - - uid: 566 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1668 - - uid: 567 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1668 - - uid: 568 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1668 - - uid: 569 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1668 - - uid: 570 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 1668 - - uid: 571 - components: - - type: Transform - pos: 5.5,-30.5 - parent: 1668 - - uid: 572 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 1668 - - uid: 573 - components: - - type: Transform - pos: -26.5,0.5 - parent: 1668 - - uid: 3861 - components: - - type: Transform - pos: 0.5,-40.5 - parent: 1668 - - uid: 3862 - components: - - type: Transform - pos: 0.5,-38.5 - parent: 1668 - - uid: 4287 - components: - - type: Transform - pos: 8.5,0.5 - parent: 1668 - - uid: 4339 - components: - - type: Transform - pos: 6.5,0.5 - parent: 1668 - - uid: 4575 - components: - - type: Transform - pos: 6.5,-1.5 - parent: 1668 - - uid: 4639 - components: - - type: Transform - pos: 8.5,-1.5 - parent: 1668 - - uid: 4640 - components: - - type: Transform - pos: 18.5,-1.5 - parent: 1668 - - uid: 5253 - components: - - type: Transform - pos: 18.5,0.5 - parent: 1668 - - uid: 5414 - components: - - type: Transform - pos: 16.5,0.5 - parent: 1668 - - uid: 5420 - components: - - type: Transform - pos: 16.5,-1.5 - parent: 1668 - - uid: 5853 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1668 - - uid: 5945 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1668 - - uid: 5946 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 1668 - - uid: 6276 - components: - - type: Transform - pos: -9.5,-1.5 - parent: 1668 - - uid: 6278 - components: - - type: Transform - pos: -9.5,0.5 - parent: 1668 - - uid: 6279 - components: - - type: Transform - pos: -7.5,0.5 - parent: 1668 - - uid: 6313 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1668 - - uid: 6395 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1668 - - uid: 6396 - components: - - type: Transform - pos: 15.5,13.5 - parent: 1668 - - uid: 6475 - components: - - type: Transform - pos: 15.5,11.5 - parent: 1668 - - uid: 6476 - components: - - type: Transform - pos: 5.5,11.5 - parent: 1668 - - uid: 6477 - components: - - type: Transform - pos: 5.5,13.5 - parent: 1668 - - uid: 6478 - components: - - type: Transform - pos: 3.5,13.5 - parent: 1668 - - uid: 6479 - components: - - type: Transform - pos: 3.5,11.5 - parent: 1668 - - uid: 6480 - components: - - type: Transform - pos: -28.5,0.5 - parent: 1668 - - uid: 6481 - components: - - type: Transform - pos: -28.5,-1.5 - parent: 1668 - - uid: 6482 - components: - - type: Transform - pos: -26.5,-1.5 - parent: 1668 - - uid: 6484 - components: - - type: Transform - pos: -15.5,-26.5 - parent: 1668 - - uid: 6485 - components: - - type: Transform - pos: -17.5,-26.5 - parent: 1668 - - uid: 6486 - components: - - type: Transform - pos: -17.5,-24.5 - parent: 1668 - - uid: 6487 - components: - - type: Transform - pos: -15.5,-24.5 - parent: 1668 -- proto: AirlockCentralCommandGlassLocked - entities: - - uid: 3572 - components: - - type: Transform - pos: -23.5,7.5 - parent: 1668 -- proto: AirlockCentralCommandLocked - entities: - - uid: 3781 - components: - - type: Transform - pos: -17.5,11.5 - parent: 1668 - - uid: 3782 - components: - - type: Transform - pos: -17.5,5.5 - parent: 1668 - - uid: 3792 - components: - - type: Transform - pos: -21.5,1.5 - parent: 1668 - - uid: 3793 - components: - - type: Transform - pos: -19.5,7.5 - parent: 1668 -- proto: AirlockEngineeringGlassLocked - entities: - - uid: 5175 - components: - - type: Transform - pos: 32.5,-19.5 - parent: 1668 -- proto: AirlockEngineeringLocked - entities: - - uid: 1131 - components: - - type: Transform - pos: 17.5,-12.5 - parent: 1668 - - uid: 1177 - components: - - type: Transform - pos: 18.5,-14.5 - parent: 1668 - - uid: 1534 - components: - - type: Transform - pos: -0.5,17.5 - parent: 1668 - - uid: 2522 - components: - - type: Transform - pos: 14.5,16.5 - parent: 1668 - - uid: 3948 - components: - - type: Transform - pos: -28.5,4.5 - parent: 1668 - - uid: 4258 - components: - - type: Transform - pos: 27.5,-27.5 - parent: 1668 - - uid: 4755 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 1668 - - uid: 4756 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 1668 - - uid: 4763 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 1668 - - uid: 6005 - components: - - type: Transform - pos: -17.5,-29.5 - parent: 1668 -- proto: AirlockExternalGlass - entities: - - uid: 481 - components: - - type: Transform - pos: 33.5,4.5 - parent: 1668 - - uid: 482 - components: - - type: Transform - pos: 33.5,2.5 - parent: 1668 - - uid: 483 - components: - - type: Transform - pos: 33.5,-3.5 - parent: 1668 - - uid: 484 - components: - - type: Transform - pos: 33.5,-5.5 - parent: 1668 - - uid: 1615 - components: - - type: Transform - pos: -14.5,25.5 - parent: 1668 - - uid: 1616 - components: - - type: Transform - pos: -14.5,27.5 - parent: 1668 - - uid: 3970 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 1668 - - uid: 3971 - components: - - type: Transform - pos: -32.5,0.5 - parent: 1668 - - uid: 6284 - components: - - type: Transform - pos: -1.5,-44.5 - parent: 1668 - - uid: 6285 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 1668 -- proto: AirlockExternalGlassLocked - entities: - - uid: 1673 - components: - - type: Transform - pos: -9.5,32.5 - parent: 1668 - - uid: 2010 - components: - - type: Transform - pos: -0.5,22.5 - parent: 1668 - - uid: 4243 - components: - - type: Transform - pos: -13.5,-17.5 - parent: 1668 - - uid: 5961 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 1668 - - uid: 5962 - components: - - type: Transform - pos: -21.5,-24.5 - parent: 1668 -- proto: AirlockExternalGlassShuttleEmergencyLocked - entities: - - uid: 434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,4.5 - parent: 1668 - - uid: 435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,2.5 - parent: 1668 - - uid: 436 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-3.5 - parent: 1668 - - uid: 437 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-5.5 - parent: 1668 -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 1613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,25.5 - parent: 1668 - - uid: 1614 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,27.5 - parent: 1668 - - uid: 1672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,34.5 - parent: 1668 - - uid: 3968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-1.5 - parent: 1668 - - uid: 3969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,0.5 - parent: 1668 - - uid: 5959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-24.5 - parent: 1668 - - uid: 5960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-26.5 - parent: 1668 - - uid: 6282 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 1668 - - uid: 6283 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 1668 -- proto: AirlockExternalLocked - entities: - - uid: 777 - components: - - type: Transform - pos: -9.5,-11.5 - parent: 1668 - - uid: 2011 - components: - - type: Transform - pos: -2.5,25.5 - parent: 1668 - - uid: 4242 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 1668 -- proto: AirlockFreezer - entities: - - uid: 3419 - components: - - type: Transform - pos: -21.5,13.5 - parent: 1668 -- proto: AirlockGlass - entities: - - uid: 3947 - components: - - type: Transform - pos: -30.5,2.5 - parent: 1668 - - uid: 4259 - components: - - type: Transform - pos: 21.5,12.5 - parent: 1668 - - uid: 4260 - components: - - type: Transform - pos: 21.5,11.5 - parent: 1668 -- proto: AirlockKitchenGlassLocked - entities: - - uid: 4342 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 1668 -- proto: AirlockKitchenLocked - entities: - - uid: 4341 - components: - - type: Transform - pos: -12.5,-22.5 - parent: 1668 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 557 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 1668 - - uid: 558 - components: - - type: Transform - pos: 14.5,-3.5 - parent: 1668 - - uid: 730 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1668 -- proto: AirlockMedicalLocked - entities: - - uid: 574 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 1668 - - uid: 729 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 1668 - - uid: 731 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 1668 - - uid: 852 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 1668 - - uid: 854 - components: - - type: Transform - pos: 12.5,-17.5 - parent: 1668 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 130 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 1668 - - uid: 774 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1668 - - uid: 974 - components: - - type: Transform - pos: 23.5,-11.5 - parent: 1668 - - uid: 2497 - components: - - type: Transform - pos: 12.5,16.5 - parent: 1668 - - uid: 2498 - components: - - type: Transform - pos: 11.5,16.5 - parent: 1668 - - uid: 2499 - components: - - type: Transform - pos: 12.5,19.5 - parent: 1668 - - uid: 2500 - components: - - type: Transform - pos: 11.5,19.5 - parent: 1668 -- proto: AirlockSecurityLocked - entities: - - uid: 509 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 1668 - - uid: 549 - components: - - type: Transform - pos: 18.5,5.5 - parent: 1668 - - uid: 550 - components: - - type: Transform - pos: 16.5,5.5 - parent: 1668 - - uid: 551 - components: - - type: Transform - pos: 8.5,3.5 - parent: 1668 - - uid: 552 - components: - - type: Transform - pos: 6.5,3.5 - parent: 1668 - - uid: 775 - components: - - type: Transform - pos: -5.5,-6.5 - parent: 1668 - - uid: 2825 - components: - - type: Transform - pos: 5.5,23.5 - parent: 1668 -- proto: APCBasic - entities: - - uid: 688 - components: - - type: Transform - pos: -3.5,5.5 - parent: 1668 - - uid: 856 - components: - - type: Transform - pos: 20.5,6.5 - parent: 1668 - - uid: 905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-7.5 - parent: 1668 - - uid: 963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-10.5 - parent: 1668 - - uid: 977 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 1668 - - uid: 978 - components: - - type: Transform - pos: 12.5,7.5 - parent: 1668 - - uid: 979 - components: - - type: Transform - pos: 9.5,2.5 - parent: 1668 - - uid: 1088 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1668 - - uid: 1201 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 1668 - - uid: 1235 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 1668 - - uid: 1341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-9.5 - parent: 1668 - - uid: 1674 - components: - - type: Transform - pos: -14.5,18.5 - parent: 1668 - - uid: 1675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,17.5 - parent: 1668 - - uid: 1676 - components: - - type: Transform - pos: -8.5,13.5 - parent: 1668 - - uid: 1677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,19.5 - parent: 1668 - - uid: 1955 - components: - - type: Transform - pos: 1.5,17.5 - parent: 1668 - - uid: 2013 - components: - - type: Transform - pos: -1.5,22.5 - parent: 1668 - - uid: 2562 - components: - - type: Transform - pos: 7.5,16.5 - parent: 1668 - - uid: 2563 - components: - - type: Transform - pos: 17.5,17.5 - parent: 1668 - - uid: 2564 - components: - - type: Transform - pos: 24.5,14.5 - parent: 1668 - - uid: 2565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,19.5 - parent: 1668 - - uid: 2566 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,21.5 - parent: 1668 - - uid: 2944 - components: - - type: Transform - pos: 9.5,26.5 - parent: 1668 - - uid: 2945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,18.5 - parent: 1668 - - uid: 2946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,30.5 - parent: 1668 - - uid: 3463 - components: - - type: Transform - pos: -22.5,7.5 - parent: 1668 - - uid: 3464 - components: - - type: Transform - pos: -16.5,13.5 - parent: 1668 - - uid: 3465 - components: - - type: Transform - pos: -22.5,13.5 - parent: 1668 - - uid: 3466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,6.5 - parent: 1668 - - uid: 3986 - components: - - type: Transform - pos: -31.5,2.5 - parent: 1668 - - uid: 3987 - components: - - type: Transform - pos: -31.5,7.5 - parent: 1668 - - uid: 3988 - components: - - type: Transform - pos: -21.5,-2.5 - parent: 1668 - - uid: 3989 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 1668 - - uid: 3990 - components: - - type: Transform - pos: -17.5,1.5 - parent: 1668 - - uid: 4361 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 1668 - - uid: 4475 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 1668 - - uid: 4476 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-24.5 - parent: 1668 - - uid: 4477 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-24.5 - parent: 1668 - - uid: 4478 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 1668 - - uid: 4479 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 1668 - - uid: 4480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-20.5 - parent: 1668 - - uid: 4977 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 1668 - - uid: 4992 - components: - - type: Transform - pos: 18.5,-19.5 - parent: 1668 - - uid: 5133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-23.5 - parent: 1668 - - uid: 5146 - components: - - type: Transform - pos: 29.5,-19.5 - parent: 1668 - - uid: 5257 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 1668 - - uid: 5321 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 1668 - - uid: 5423 - components: - - type: Transform - pos: 16.5,-28.5 - parent: 1668 - - uid: 5934 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 1668 - - uid: 6004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-22.5 - parent: 1668 - - uid: 6103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-28.5 - parent: 1668 - - uid: 6180 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 1668 - - uid: 6181 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 1668 - - uid: 6277 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 1668 - - uid: 6397 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 1668 -- proto: Ash - entities: - - uid: 3828 - components: - - type: Transform - pos: -10.652057,6.7775984 - parent: 1668 -- proto: AtmosDeviceFanTiny - entities: - - uid: 438 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 1668 - - uid: 439 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 1668 - - uid: 440 - components: - - type: Transform - pos: 35.5,2.5 - parent: 1668 - - uid: 441 - components: - - type: Transform - pos: 35.5,4.5 - parent: 1668 - - uid: 553 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1668 - - uid: 554 - components: - - type: Transform - pos: 17.5,5.5 - parent: 1668 - - uid: 555 - components: - - type: Transform - pos: 17.5,-6.5 - parent: 1668 - - uid: 556 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1668 - - uid: 763 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 1668 - - uid: 1473 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1668 - - uid: 1474 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 1668 - - uid: 1634 - components: - - type: Transform - pos: -16.5,25.5 - parent: 1668 - - uid: 1635 - components: - - type: Transform - pos: -16.5,27.5 - parent: 1668 - - uid: 1671 - components: - - type: Transform - pos: -9.5,33.5 - parent: 1668 - - uid: 2012 - components: - - type: Transform - pos: -2.5,25.5 - parent: 1668 - - uid: 2921 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 1668 - - uid: 4144 - components: - - type: Transform - pos: -34.5,-1.5 - parent: 1668 - - uid: 4145 - components: - - type: Transform - pos: -34.5,0.5 - parent: 1668 - - uid: 4241 - components: - - type: Transform - pos: -13.5,-16.5 - parent: 1668 - - uid: 5996 - components: - - type: Transform - pos: -23.5,-26.5 - parent: 1668 - - uid: 5997 - components: - - type: Transform - pos: -23.5,-24.5 - parent: 1668 - - uid: 6286 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 1668 - - uid: 6287 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 1668 -- proto: AtmosFixNitrogenMarker - entities: - - uid: 6789 - components: - - type: Transform - pos: 25.5,-28.5 - parent: 1668 - - uid: 6963 - components: - - type: Transform - pos: 24.5,-29.5 - parent: 1668 - - uid: 6964 - components: - - type: Transform - pos: 24.5,-29.5 - parent: 1668 - - uid: 6965 - components: - - type: Transform - pos: 24.5,-28.5 - parent: 1668 - - uid: 6966 - components: - - type: Transform - pos: 25.5,-29.5 - parent: 1668 -- proto: AtmosFixOxygenMarker - entities: - - uid: 5051 - components: - - type: Transform - pos: 19.5,-28.5 - parent: 1668 - - uid: 6967 - components: - - type: Transform - pos: 19.5,-28.5 - parent: 1668 - - uid: 6968 - components: - - type: Transform - pos: 19.5,-29.5 - parent: 1668 - - uid: 6969 - components: - - type: Transform - pos: 20.5,-28.5 - parent: 1668 - - uid: 6970 - components: - - type: Transform - pos: 20.5,-29.5 - parent: 1668 -- proto: Autolathe - entities: - - uid: 5310 - components: - - type: Transform - pos: 19.5,-22.5 - parent: 1668 -- proto: BarSignTheLooseGoose - entities: - - uid: 4345 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 1668 - - uid: 4346 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 1668 -- proto: BaseGasCondenser - entities: - - uid: 640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: Bed - entities: - - uid: 2718 - components: - - type: Transform - pos: 5.5,18.5 - parent: 1668 - - uid: 2763 - components: - - type: Transform - pos: 16.5,21.5 - parent: 1668 - - uid: 2774 - components: - - type: Transform - pos: 16.5,24.5 - parent: 1668 - - uid: 2864 - components: - - type: Transform - pos: 3.5,24.5 - parent: 1668 - - uid: 2865 - components: - - type: Transform - pos: 3.5,27.5 - parent: 1668 - - uid: 2866 - components: - - type: Transform - pos: 16.5,27.5 - parent: 1668 - - uid: 3624 - components: - - type: Transform - pos: -15.5,8.5 - parent: 1668 -- proto: BedsheetCentcom - entities: - - uid: 3625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,8.5 - parent: 1668 - - uid: 6643 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 1668 -- proto: BedsheetHOS - entities: - - uid: 2719 - components: - - type: MetaData - name: Warden's - - type: Transform - pos: 5.5,18.5 - parent: 1668 -- proto: BedsheetMedical - entities: - - uid: 1199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 - parent: 1668 - - uid: 1200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-13.5 - parent: 1668 -- proto: BedsheetOrange - entities: - - uid: 2764 - components: - - type: Transform - pos: 16.5,21.5 - parent: 1668 - - uid: 2775 - components: - - type: Transform - pos: 16.5,24.5 - parent: 1668 - - uid: 2867 - components: - - type: Transform - pos: 3.5,24.5 - parent: 1668 - - uid: 2868 - components: - - type: Transform - pos: 3.5,27.5 - parent: 1668 - - uid: 2869 - components: - - type: Transform - pos: 16.5,27.5 - parent: 1668 -- proto: BiomassReclaimer - entities: - - uid: 6604 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 1668 -- proto: BlastDoor - entities: - - uid: 1552 - components: - - type: Transform - pos: -4.5,21.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1804 - - uid: 1607 - components: - - type: Transform - pos: -16.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1611 - - uid: 1608 - components: - - type: Transform - pos: -16.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1612 - - uid: 1609 - components: - - type: Transform - pos: -14.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1612 - - uid: 1610 - components: - - type: Transform - pos: -14.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1611 - - uid: 2790 - components: - - type: Transform - pos: 11.5,31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2928 - - uid: 2886 - components: - - type: Transform - pos: 14.5,31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2928 - - uid: 2925 - components: - - type: Transform - pos: 7.5,31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2927 - - uid: 2926 - components: - - type: Transform - pos: 4.5,31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2927 - - uid: 3787 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2920 - - uid: 3788 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2920 - - uid: 3789 - components: - - type: Transform - pos: -16.5,-5.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2920 - - uid: 4762 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 1668 -- proto: BlastDoorExterior1Open - entities: - - uid: 710 - components: - - type: Transform - pos: 17.5,1.5 - parent: 1668 - - uid: 711 - components: - - type: Transform - pos: 17.5,0.5 - parent: 1668 - - uid: 712 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 1668 - - uid: 713 - components: - - type: Transform - pos: 17.5,-1.5 - parent: 1668 - - uid: 714 - components: - - type: Transform - pos: 17.5,-2.5 - parent: 1668 -- proto: BlastDoorExterior2Open - entities: - - uid: 716 - components: - - type: Transform - pos: 7.5,-2.5 - parent: 1668 - - uid: 717 - components: - - type: Transform - pos: 7.5,-1.5 - parent: 1668 - - uid: 718 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 1668 - - uid: 719 - components: - - type: Transform - pos: 7.5,0.5 - parent: 1668 - - uid: 720 - components: - - type: Transform - pos: 7.5,1.5 - parent: 1668 -- proto: BlastDoorOpen - entities: - - uid: 786 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 789 - - uid: 787 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 789 - - uid: 788 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 789 - - uid: 1430 - components: - - type: Transform - pos: -1.5,6.5 - parent: 1668 - - uid: 1431 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1668 - - uid: 1432 - components: - - type: Transform - pos: 0.5,6.5 - parent: 1668 - - uid: 1437 - components: - - type: Transform - pos: -8.5,-2.5 - parent: 1668 - - uid: 1438 - components: - - type: Transform - pos: -8.5,-1.5 - parent: 1668 - - uid: 1439 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 1668 - - uid: 1440 - components: - - type: Transform - pos: -8.5,0.5 - parent: 1668 - - uid: 1441 - components: - - type: Transform - pos: -8.5,1.5 - parent: 1668 - - uid: 2146 - components: - - type: Transform - pos: 4.5,10.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2712 - - uid: 2147 - components: - - type: Transform - pos: 4.5,11.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2712 - - uid: 2148 - components: - - type: Transform - pos: 4.5,12.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2712 - - uid: 2149 - components: - - type: Transform - pos: 4.5,13.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2712 - - uid: 2150 - components: - - type: Transform - pos: 4.5,14.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 2712 - - uid: 3865 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 1668 - - uid: 3866 - components: - - type: Transform - pos: -27.5,0.5 - parent: 1668 - - uid: 5234 - components: - - type: Transform - pos: 28.5,-25.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5235 - components: - - type: Transform - pos: 28.5,-24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5236 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5237 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5238 - components: - - type: Transform - pos: 28.5,-21.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5239 - components: - - type: Transform - pos: 31.5,-19.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5240 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5241 - components: - - type: Transform - pos: 32.5,-19.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5242 - - uid: 5951 - components: - - type: Transform - pos: -16.5,-27.5 - parent: 1668 - - uid: 5952 - components: - - type: Transform - pos: -16.5,-26.5 - parent: 1668 - - uid: 5953 - components: - - type: Transform - pos: -16.5,-25.5 - parent: 1668 - - uid: 5954 - components: - - type: Transform - pos: -16.5,-24.5 - parent: 1668 - - uid: 5955 - components: - - type: Transform - pos: -16.5,-23.5 - parent: 1668 - - uid: 6483 - components: - - type: Transform - pos: -27.5,-1.5 - parent: 1668 - - uid: 6521 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6442 - - uid: 6522 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6442 - - uid: 6523 - components: - - type: Transform - pos: -0.5,-39.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6442 - - uid: 6524 - components: - - type: Transform - pos: 0.5,-39.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6442 - - uid: 6525 - components: - - type: Transform - pos: 1.5,-39.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6442 -- proto: Bookshelf - entities: - - uid: 2370 - components: - - type: Transform - pos: 23.5,23.5 - parent: 1668 - - uid: 2371 - components: - - type: Transform - pos: 24.5,23.5 - parent: 1668 - - uid: 2372 - components: - - type: Transform - pos: 25.5,23.5 - parent: 1668 - - uid: 2373 - components: - - type: Transform - pos: 32.5,23.5 - parent: 1668 - - uid: 2374 - components: - - type: Transform - pos: 33.5,23.5 - parent: 1668 - - uid: 2375 - components: - - type: Transform - pos: 31.5,23.5 - parent: 1668 - - uid: 2376 - components: - - type: Transform - pos: 26.5,10.5 - parent: 1668 - - uid: 2377 - components: - - type: Transform - pos: 25.5,10.5 - parent: 1668 - - uid: 2378 - components: - - type: Transform - pos: 24.5,10.5 - parent: 1668 - - uid: 2379 - components: - - type: Transform - pos: 30.5,10.5 - parent: 1668 - - uid: 2380 - components: - - type: Transform - pos: 31.5,10.5 - parent: 1668 - - uid: 2382 - components: - - type: Transform - pos: 32.5,10.5 - parent: 1668 - - uid: 3433 - components: - - type: Transform - pos: -24.5,2.5 - parent: 1668 - - uid: 3434 - components: - - type: Transform - pos: -26.5,10.5 - parent: 1668 - - uid: 3821 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 1668 - - uid: 4185 - components: - - type: Transform - pos: -27.5,-7.5 - parent: 1668 - - uid: 4186 - components: - - type: Transform - pos: -27.5,-6.5 - parent: 1668 - - uid: 4187 - components: - - type: Transform - pos: -27.5,-5.5 - parent: 1668 -- proto: BookshelfFilled - entities: - - uid: 3631 - components: - - type: Transform - pos: 20.5,10.5 - parent: 1668 - - uid: 3716 - components: - - type: Transform - pos: 16.5,16.5 - parent: 1668 - - uid: 3717 - components: - - type: Transform - pos: 16.5,15.5 - parent: 1668 - - uid: 6607 - components: - - type: Transform - pos: 19.5,10.5 - parent: 1668 - - uid: 6650 - components: - - type: Transform - pos: 17.5,10.5 - parent: 1668 - - uid: 6933 - components: - - type: Transform - pos: 20.5,14.5 - parent: 1668 - - uid: 6934 - components: - - type: Transform - pos: 20.5,15.5 - parent: 1668 - - uid: 6935 - components: - - type: Transform - pos: 20.5,16.5 - parent: 1668 -- proto: BoozeDispenser - entities: - - uid: 4426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-24.5 - parent: 1668 - - uid: 4428 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 1668 -- proto: BoxFlashbang - entities: - - uid: 1450 - components: - - type: Transform - pos: 13.475631,6.6059804 - parent: 1668 -- proto: BoxFolderBlack - entities: - - uid: 2236 - components: - - type: Transform - pos: -8.478459,8.547297 - parent: 1668 - - uid: 3750 - components: - - type: Transform - pos: -20.479141,11.485098 - parent: 1668 -- proto: BoxFolderBlue - entities: - - uid: 1443 - components: - - type: Transform - pos: -0.35287756,1.4752237 - parent: 1668 - - uid: 2462 - components: - - type: Transform - pos: 30.518238,17.551378 - parent: 1668 - - uid: 2463 - components: - - type: Transform - pos: 29.486988,21.410753 - parent: 1668 - - uid: 3839 - components: - - type: Transform - pos: -24.426022,-5.7340455 - parent: 1668 -- proto: BoxFolderCentCom - entities: - - uid: 6501 - components: - - type: Transform - pos: -20.339329,11.399686 - parent: 1668 - - uid: 6987 - components: - - type: Transform - pos: 0.751516,0.4821344 - parent: 1668 - - uid: 6990 - components: - - type: Transform - pos: -20.40427,4.6069345 - parent: 1668 -- proto: BoxFolderCentComClipboard - entities: - - uid: 2198 - components: - - type: Transform - pos: -1.5118587,0.6696344 - parent: 1668 - - uid: 6991 - components: - - type: Transform - pos: -20.46677,5.55778 - parent: 1668 -- proto: BoxFolderRed - entities: - - uid: 1398 - components: - - type: Transform - pos: -3.4754791,-12.432284 - parent: 1668 - - uid: 1444 - components: - - type: Transform - pos: -0.22787756,1.6627237 - parent: 1668 - - uid: 2461 - components: - - type: Transform - pos: 27.393238,17.582628 - parent: 1668 - - uid: 3838 - components: - - type: Transform - pos: -24.551022,-5.5465455 - parent: 1668 - - uid: 6504 - components: - - type: Transform - pos: 27.483435,-7.4993086 - parent: 1668 -- proto: BoxFolderWhite - entities: - - uid: 1397 - components: - - type: Transform - pos: 2.5401459,-12.541659 - parent: 1668 -- proto: BoxFolderYellow - entities: - - uid: 2230 - components: - - type: Transform - pos: -15.424221,14.516905 - parent: 1668 - - uid: 2231 - components: - - type: Transform - pos: -8.454054,12.663795 - parent: 1668 - - uid: 2232 - components: - - type: Transform - pos: -12.532179,10.67942 - parent: 1668 - - uid: 6612 - components: - - type: Transform - pos: 2.170168,-2.5148773 - parent: 1668 - - uid: 6618 - components: - - type: Transform - pos: 2.060793,-2.4055023 - parent: 1668 -- proto: BoxHandcuff - entities: - - uid: 516 - components: - - type: Transform - pos: 21.459097,-10.359755 - parent: 1668 - - uid: 1453 - components: - - type: Transform - pos: 15.460006,6.6372304 - parent: 1668 - - uid: 3150 - components: - - type: Transform - pos: 10.465678,25.678463 - parent: 1668 - - uid: 3898 - components: - - type: Transform - pos: -12.656932,-5.6960163 - parent: 1668 -- proto: BoxLatexGloves - entities: - - uid: 4391 - components: - - type: Transform - pos: 10.34866,-7.2899737 - parent: 1668 -- proto: BoxPDA - entities: - - uid: 1457 - components: - - type: Transform - pos: 1.5702643,-2.4016738 - parent: 1668 -- proto: BoxSterileMask - entities: - - uid: 627 - components: - - type: Transform - pos: 10.430174,-7.5213776 - parent: 1668 -- proto: BoxZiptie - entities: - - uid: 4696 - components: - - type: Transform - pos: 28.527084,-11.476642 - parent: 1668 -- proto: BriefcaseBrownFilled - entities: - - uid: 2468 - components: - - type: Transform - pos: 34.408863,23.770128 - parent: 1668 - - uid: 2469 - components: - - type: Transform - pos: 34.533863,23.582628 - parent: 1668 - - uid: 2470 - components: - - type: Transform - pos: 32.486988,19.707628 - parent: 1668 -- proto: BrigTimer - entities: - - uid: 3723 - components: - - type: Transform - pos: 4.5,26.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2832: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 3870 - components: - - type: Transform - pos: 14.5,29.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2863: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 3906 - components: - - type: Transform - pos: 14.5,26.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2776: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 6602 - components: - - type: Transform - pos: 4.5,29.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2862: - - Start: Close - - Timer: AutoClose - - Timer: Open - - uid: 6649 - components: - - type: Transform - pos: 14.5,23.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2558: - - Start: Close - - Timer: AutoClose - - Timer: Open -- proto: CableApcExtension - entities: - - uid: 857 - components: - - type: Transform - pos: 20.5,6.5 - parent: 1668 - - uid: 858 - components: - - type: Transform - pos: 20.5,5.5 - parent: 1668 - - uid: 859 - components: - - type: Transform - pos: 20.5,4.5 - parent: 1668 - - uid: 860 - components: - - type: Transform - pos: 20.5,3.5 - parent: 1668 - - uid: 861 - components: - - type: Transform - pos: 20.5,2.5 - parent: 1668 - - uid: 862 - components: - - type: Transform - pos: 21.5,2.5 - parent: 1668 - - uid: 863 - components: - - type: Transform - pos: 22.5,2.5 - parent: 1668 - - uid: 864 - components: - - type: Transform - pos: 23.5,2.5 - parent: 1668 - - uid: 865 - components: - - type: Transform - pos: 24.5,2.5 - parent: 1668 - - uid: 866 - components: - - type: Transform - pos: 25.5,2.5 - parent: 1668 - - uid: 867 - components: - - type: Transform - pos: 26.5,2.5 - parent: 1668 - - uid: 868 - components: - - type: Transform - pos: 27.5,2.5 - parent: 1668 - - uid: 869 - components: - - type: Transform - pos: 28.5,2.5 - parent: 1668 - - uid: 870 - components: - - type: Transform - pos: 29.5,2.5 - parent: 1668 - - uid: 871 - components: - - type: Transform - pos: 30.5,2.5 - parent: 1668 - - uid: 872 - components: - - type: Transform - pos: 31.5,2.5 - parent: 1668 - - uid: 873 - components: - - type: Transform - pos: 32.5,2.5 - parent: 1668 - - uid: 874 - components: - - type: Transform - pos: 33.5,2.5 - parent: 1668 - - uid: 875 - components: - - type: Transform - pos: 34.5,2.5 - parent: 1668 - - uid: 876 - components: - - type: Transform - pos: 21.5,4.5 - parent: 1668 - - uid: 877 - components: - - type: Transform - pos: 22.5,4.5 - parent: 1668 - - uid: 878 - components: - - type: Transform - pos: 23.5,4.5 - parent: 1668 - - uid: 879 - components: - - type: Transform - pos: 24.5,4.5 - parent: 1668 - - uid: 880 - components: - - type: Transform - pos: 25.5,4.5 - parent: 1668 - - uid: 881 - components: - - type: Transform - pos: 26.5,4.5 - parent: 1668 - - uid: 882 - components: - - type: Transform - pos: 27.5,4.5 - parent: 1668 - - uid: 883 - components: - - type: Transform - pos: 28.5,4.5 - parent: 1668 - - uid: 884 - components: - - type: Transform - pos: 29.5,4.5 - parent: 1668 - - uid: 885 - components: - - type: Transform - pos: 30.5,4.5 - parent: 1668 - - uid: 886 - components: - - type: Transform - pos: 31.5,4.5 - parent: 1668 - - uid: 887 - components: - - type: Transform - pos: 32.5,4.5 - parent: 1668 - - uid: 888 - components: - - type: Transform - pos: 33.5,4.5 - parent: 1668 - - uid: 889 - components: - - type: Transform - pos: 26.5,5.5 - parent: 1668 - - uid: 890 - components: - - type: Transform - pos: 30.5,6.5 - parent: 1668 - - uid: 891 - components: - - type: Transform - pos: 28.5,6.5 - parent: 1668 - - uid: 892 - components: - - type: Transform - pos: 20.5,-2.5 - parent: 1668 - - uid: 893 - components: - - type: Transform - pos: 24.5,7.5 - parent: 1668 - - uid: 894 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 1668 - - uid: 895 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 1668 - - uid: 896 - components: - - type: Transform - pos: 32.5,1.5 - parent: 1668 - - uid: 897 - components: - - type: Transform - pos: 32.5,0.5 - parent: 1668 - - uid: 899 - components: - - type: Transform - pos: 29.5,6.5 - parent: 1668 - - uid: 900 - components: - - type: Transform - pos: 28.5,7.5 - parent: 1668 - - uid: 901 - components: - - type: Transform - pos: 31.5,5.5 - parent: 1668 - - uid: 902 - components: - - type: Transform - pos: 24.5,6.5 - parent: 1668 - - uid: 903 - components: - - type: Transform - pos: 23.5,6.5 - parent: 1668 - - uid: 904 - components: - - type: Transform - pos: 22.5,6.5 - parent: 1668 - - uid: 906 - components: - - type: Transform - pos: 20.5,-7.5 - parent: 1668 - - uid: 907 - components: - - type: Transform - pos: 20.5,-6.5 - parent: 1668 - - uid: 908 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 1668 - - uid: 909 - components: - - type: Transform - pos: 20.5,-4.5 - parent: 1668 - - uid: 910 - components: - - type: Transform - pos: 20.5,-3.5 - parent: 1668 - - uid: 911 - components: - - type: Transform - pos: 21.5,-3.5 - parent: 1668 - - uid: 912 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 1668 - - uid: 913 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 1668 - - uid: 914 - components: - - type: Transform - pos: 24.5,-3.5 - parent: 1668 - - uid: 915 - components: - - type: Transform - pos: 25.5,-3.5 - parent: 1668 - - uid: 916 - components: - - type: Transform - pos: 26.5,-3.5 - parent: 1668 - - uid: 917 - components: - - type: Transform - pos: 27.5,-3.5 - parent: 1668 - - uid: 918 - components: - - type: Transform - pos: 28.5,-3.5 - parent: 1668 - - uid: 919 - components: - - type: Transform - pos: 29.5,-3.5 - parent: 1668 - - uid: 920 - components: - - type: Transform - pos: 30.5,-3.5 - parent: 1668 - - uid: 921 - components: - - type: Transform - pos: 31.5,-3.5 - parent: 1668 - - uid: 922 - components: - - type: Transform - pos: 32.5,-3.5 - parent: 1668 - - uid: 923 - components: - - type: Transform - pos: 33.5,-3.5 - parent: 1668 - - uid: 924 - components: - - type: Transform - pos: 34.5,-3.5 - parent: 1668 - - uid: 925 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 1668 - - uid: 926 - components: - - type: Transform - pos: 22.5,-5.5 - parent: 1668 - - uid: 927 - components: - - type: Transform - pos: 23.5,-5.5 - parent: 1668 - - uid: 928 - components: - - type: Transform - pos: 24.5,-5.5 - parent: 1668 - - uid: 929 - components: - - type: Transform - pos: 25.5,-5.5 - parent: 1668 - - uid: 930 - components: - - type: Transform - pos: 26.5,-5.5 - parent: 1668 - - uid: 931 - components: - - type: Transform - pos: 27.5,-5.5 - parent: 1668 - - uid: 932 - components: - - type: Transform - pos: 28.5,-5.5 - parent: 1668 - - uid: 933 - components: - - type: Transform - pos: 29.5,-5.5 - parent: 1668 - - uid: 934 - components: - - type: Transform - pos: 30.5,-5.5 - parent: 1668 - - uid: 935 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 1668 - - uid: 936 - components: - - type: Transform - pos: 32.5,-5.5 - parent: 1668 - - uid: 937 - components: - - type: Transform - pos: 33.5,-5.5 - parent: 1668 - - uid: 938 - components: - - type: Transform - pos: 31.5,-6.5 - parent: 1668 - - uid: 939 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 1668 - - uid: 940 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 1668 - - uid: 941 - components: - - type: Transform - pos: 21.5,6.5 - parent: 1668 - - uid: 942 - components: - - type: Transform - pos: 31.5,6.5 - parent: 1668 - - uid: 943 - components: - - type: Transform - pos: 33.5,3.5 - parent: 1668 - - uid: 944 - components: - - type: Transform - pos: 33.5,5.5 - parent: 1668 - - uid: 945 - components: - - type: Transform - pos: 33.5,1.5 - parent: 1668 - - uid: 946 - components: - - type: Transform - pos: 35.5,2.5 - parent: 1668 - - uid: 947 - components: - - type: Transform - pos: 35.5,1.5 - parent: 1668 - - uid: 948 - components: - - type: Transform - pos: 35.5,3.5 - parent: 1668 - - uid: 949 - components: - - type: Transform - pos: 35.5,4.5 - parent: 1668 - - uid: 950 - components: - - type: Transform - pos: 35.5,5.5 - parent: 1668 - - uid: 951 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 1668 - - uid: 952 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 1668 - - uid: 953 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 1668 - - uid: 954 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 1668 - - uid: 955 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 1668 - - uid: 956 - components: - - type: Transform - pos: 33.5,-6.5 - parent: 1668 - - uid: 957 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 1668 - - uid: 958 - components: - - type: Transform - pos: 33.5,-2.5 - parent: 1668 - - uid: 959 - components: - - type: Transform - pos: 34.5,-2.5 - parent: 1668 - - uid: 960 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 1668 - - uid: 961 - components: - - type: Transform - pos: 34.5,0.5 - parent: 1668 - - uid: 962 - components: - - type: Transform - pos: 34.5,1.5 - parent: 1668 - - uid: 964 - components: - - type: Transform - pos: 23.5,-10.5 - parent: 1668 - - uid: 965 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 1668 - - uid: 966 - components: - - type: Transform - pos: 25.5,-10.5 - parent: 1668 - - uid: 967 - components: - - type: Transform - pos: 26.5,-10.5 - parent: 1668 - - uid: 968 - components: - - type: Transform - pos: 26.5,-9.5 - parent: 1668 - - uid: 969 - components: - - type: Transform - pos: 26.5,-8.5 - parent: 1668 - - uid: 970 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 1668 - - uid: 971 - components: - - type: Transform - pos: 22.5,-10.5 - parent: 1668 - - uid: 972 - components: - - type: Transform - pos: 22.5,-11.5 - parent: 1668 - - uid: 973 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 1668 - - uid: 975 - components: - - type: Transform - pos: 20.5,-10.5 - parent: 1668 - - uid: 976 - components: - - type: Transform - pos: 32.5,-0.5 - parent: 1668 - - uid: 980 - components: - - type: Transform - pos: 9.5,2.5 - parent: 1668 - - uid: 981 - components: - - type: Transform - pos: 9.5,1.5 - parent: 1668 - - uid: 982 - components: - - type: Transform - pos: 9.5,0.5 - parent: 1668 - - uid: 983 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 1668 - - uid: 984 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 1668 - - uid: 985 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 1668 - - uid: 986 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 1668 - - uid: 987 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 1668 - - uid: 988 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 1668 - - uid: 989 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 1668 - - uid: 990 - components: - - type: Transform - pos: 14.5,-0.5 - parent: 1668 - - uid: 991 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 1668 - - uid: 992 - components: - - type: Transform - pos: 15.5,0.5 - parent: 1668 - - uid: 993 - components: - - type: Transform - pos: 16.5,0.5 - parent: 1668 - - uid: 994 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 1668 - - uid: 995 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 1668 - - uid: 996 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 1668 - - uid: 997 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1668 - - uid: 998 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1668 - - uid: 999 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1668 - - uid: 1000 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 1668 - - uid: 1001 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 1668 - - uid: 1002 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 1668 - - uid: 1003 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 1668 - - uid: 1004 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 1668 - - uid: 1005 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 1668 - - uid: 1006 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 1668 - - uid: 1007 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 1668 - - uid: 1008 - components: - - type: Transform - pos: 14.5,-6.5 - parent: 1668 - - uid: 1009 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 1668 - - uid: 1010 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 1668 - - uid: 1011 - components: - - type: Transform - pos: 17.5,-6.5 - parent: 1668 - - uid: 1012 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 1668 - - uid: 1013 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 1668 - - uid: 1014 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 1668 - - uid: 1015 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 1668 - - uid: 1016 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 1668 - - uid: 1017 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 1668 - - uid: 1018 - components: - - type: Transform - pos: 14.5,-3.5 - parent: 1668 - - uid: 1019 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 1668 - - uid: 1020 - components: - - type: Transform - pos: 12.5,7.5 - parent: 1668 - - uid: 1021 - components: - - type: Transform - pos: 12.5,6.5 - parent: 1668 - - uid: 1022 - components: - - type: Transform - pos: 12.5,5.5 - parent: 1668 - - uid: 1023 - components: - - type: Transform - pos: 12.5,4.5 - parent: 1668 - - uid: 1024 - components: - - type: Transform - pos: 12.5,3.5 - parent: 1668 - - uid: 1025 - components: - - type: Transform - pos: 12.5,2.5 - parent: 1668 - - uid: 1026 - components: - - type: Transform - pos: 13.5,2.5 - parent: 1668 - - uid: 1027 - components: - - type: Transform - pos: 14.5,2.5 - parent: 1668 - - uid: 1028 - components: - - type: Transform - pos: 15.5,2.5 - parent: 1668 - - uid: 1029 - components: - - type: Transform - pos: 11.5,2.5 - parent: 1668 - - uid: 1030 - components: - - type: Transform - pos: 13.5,5.5 - parent: 1668 - - uid: 1031 - components: - - type: Transform - pos: 14.5,5.5 - parent: 1668 - - uid: 1032 - components: - - type: Transform - pos: 15.5,5.5 - parent: 1668 - - uid: 1033 - components: - - type: Transform - pos: 16.5,5.5 - parent: 1668 - - uid: 1034 - components: - - type: Transform - pos: 17.5,5.5 - parent: 1668 - - uid: 1035 - components: - - type: Transform - pos: 17.5,4.5 - parent: 1668 - - uid: 1036 - components: - - type: Transform - pos: 17.5,6.5 - parent: 1668 - - uid: 1037 - components: - - type: Transform - pos: 13.5,7.5 - parent: 1668 - - uid: 1038 - components: - - type: Transform - pos: 14.5,7.5 - parent: 1668 - - uid: 1039 - components: - - type: Transform - pos: 11.5,7.5 - parent: 1668 - - uid: 1040 - components: - - type: Transform - pos: 10.5,7.5 - parent: 1668 - - uid: 1041 - components: - - type: Transform - pos: 9.5,7.5 - parent: 1668 - - uid: 1042 - components: - - type: Transform - pos: 11.5,5.5 - parent: 1668 - - uid: 1043 - components: - - type: Transform - pos: 10.5,5.5 - parent: 1668 - - uid: 1044 - components: - - type: Transform - pos: 9.5,5.5 - parent: 1668 - - uid: 1045 - components: - - type: Transform - pos: 8.5,5.5 - parent: 1668 - - uid: 1046 - components: - - type: Transform - pos: 9.5,4.5 - parent: 1668 - - uid: 1047 - components: - - type: Transform - pos: 8.5,4.5 - parent: 1668 - - uid: 1048 - components: - - type: Transform - pos: 8.5,3.5 - parent: 1668 - - uid: 1049 - components: - - type: Transform - pos: 7.5,3.5 - parent: 1668 - - uid: 1050 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1668 - - uid: 1051 - components: - - type: Transform - pos: 12.5,8.5 - parent: 1668 - - uid: 1052 - components: - - type: Transform - pos: 12.5,9.5 - parent: 1668 - - uid: 1053 - components: - - type: Transform - pos: 13.5,9.5 - parent: 1668 - - uid: 1054 - components: - - type: Transform - pos: 14.5,9.5 - parent: 1668 - - uid: 1055 - components: - - type: Transform - pos: 11.5,9.5 - parent: 1668 - - uid: 1056 - components: - - type: Transform - pos: 10.5,9.5 - parent: 1668 - - uid: 1057 - components: - - type: Transform - pos: 9.5,9.5 - parent: 1668 - - uid: 1058 - components: - - type: Transform - pos: 8.5,9.5 - parent: 1668 - - uid: 1059 - components: - - type: Transform - pos: 7.5,9.5 - parent: 1668 - - uid: 1060 - components: - - type: Transform - pos: 6.5,9.5 - parent: 1668 - - uid: 1061 - components: - - type: Transform - pos: 8.5,8.5 - parent: 1668 - - uid: 1062 - components: - - type: Transform - pos: 28.5,1.5 - parent: 1668 - - uid: 1063 - components: - - type: Transform - pos: 28.5,0.5 - parent: 1668 - - uid: 1064 - components: - - type: Transform - pos: 28.5,-0.5 - parent: 1668 - - uid: 1068 - components: - - type: Transform - pos: 24.5,-2.5 - parent: 1668 - - uid: 1069 - components: - - type: Transform - pos: 24.5,-1.5 - parent: 1668 - - uid: 1070 - components: - - type: Transform - pos: 24.5,-0.5 - parent: 1668 - - uid: 1089 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1668 - - uid: 1090 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1668 - - uid: 1091 - components: - - type: Transform - pos: -2.5,0.5 - parent: 1668 - - uid: 1092 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 1668 - - uid: 1093 - components: - - type: Transform - pos: -2.5,-1.5 - parent: 1668 - - uid: 1094 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1668 - - uid: 1095 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1668 - - uid: 1096 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1668 - - uid: 1097 - components: - - type: Transform - pos: 1.5,0.5 - parent: 1668 - - uid: 1098 - components: - - type: Transform - pos: 2.5,0.5 - parent: 1668 - - uid: 1099 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1668 - - uid: 1100 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1668 - - uid: 1101 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1668 - - uid: 1102 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1668 - - uid: 1103 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1668 - - uid: 1104 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1668 - - uid: 1105 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1668 - - uid: 1106 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1668 - - uid: 1107 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1668 - - uid: 1108 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1668 - - uid: 1109 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1668 - - uid: 1110 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 1668 - - uid: 1111 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1668 - - uid: 1112 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1668 - - uid: 1113 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1668 - - uid: 1114 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1668 - - uid: 1115 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1668 - - uid: 1116 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1668 - - uid: 1117 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1668 - - uid: 1118 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 1668 - - uid: 1119 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 1668 - - uid: 1120 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1668 - - uid: 1121 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1668 - - uid: 1122 - components: - - type: Transform - pos: 1.5,-1.5 - parent: 1668 - - uid: 1123 - components: - - type: Transform - pos: 2.5,-1.5 - parent: 1668 - - uid: 1124 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1668 - - uid: 1125 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1668 - - uid: 1126 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1668 - - uid: 1127 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1668 - - uid: 1128 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1668 - - uid: 1129 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1668 - - uid: 1137 - components: - - type: Transform - pos: 21.5,-10.5 - parent: 1668 - - uid: 1202 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 1668 - - uid: 1203 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 1668 - - uid: 1204 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 1668 - - uid: 1205 - components: - - type: Transform - pos: 14.5,-7.5 - parent: 1668 - - uid: 1206 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 1668 - - uid: 1207 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 1668 - - uid: 1208 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 1668 - - uid: 1209 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 1668 - - uid: 1210 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 1668 - - uid: 1211 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 1668 - - uid: 1212 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 1668 - - uid: 1213 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 1668 - - uid: 1214 - components: - - type: Transform - pos: 16.5,-10.5 - parent: 1668 - - uid: 1215 - components: - - type: Transform - pos: 16.5,-9.5 - parent: 1668 - - uid: 1216 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 1668 - - uid: 1217 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 1668 - - uid: 1218 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 1668 - - uid: 1219 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 1668 - - uid: 1220 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 1668 - - uid: 1221 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 1668 - - uid: 1222 - components: - - type: Transform - pos: 12.5,-14.5 - parent: 1668 - - uid: 1223 - components: - - type: Transform - pos: 12.5,-14.5 - parent: 1668 - - uid: 1224 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 1668 - - uid: 1225 - components: - - type: Transform - pos: 12.5,-15.5 - parent: 1668 - - uid: 1226 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 1668 - - uid: 1227 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 1668 - - uid: 1228 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 1668 - - uid: 1229 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 1668 - - uid: 1230 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 1668 - - uid: 1231 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 1668 - - uid: 1232 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 1668 - - uid: 1233 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 1668 - - uid: 1234 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 1668 - - uid: 1236 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 1668 - - uid: 1237 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1668 - - uid: 1238 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1668 - - uid: 1239 - components: - - type: Transform - pos: 4.5,-10.5 - parent: 1668 - - uid: 1240 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1668 - - uid: 1241 - components: - - type: Transform - pos: 4.5,-12.5 - parent: 1668 - - uid: 1242 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1668 - - uid: 1243 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 1668 - - uid: 1244 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 1668 - - uid: 1245 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 1668 - - uid: 1246 - components: - - type: Transform - pos: 7.5,-10.5 - parent: 1668 - - uid: 1247 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 1668 - - uid: 1248 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 1668 - - uid: 1249 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 1668 - - uid: 1250 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 1668 - - uid: 1251 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 1668 - - uid: 1252 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1668 - - uid: 1253 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1668 - - uid: 1254 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 1668 - - uid: 1255 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 1668 - - uid: 1256 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1668 - - uid: 1257 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1668 - - uid: 1258 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1668 - - uid: 1259 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 1668 - - uid: 1260 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1668 - - uid: 1261 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1668 - - uid: 1262 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1668 - - uid: 1263 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 1668 - - uid: 1264 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1668 - - uid: 1265 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 1668 - - uid: 1266 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 1668 - - uid: 1267 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1668 - - uid: 1268 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1668 - - uid: 1269 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 1668 - - uid: 1270 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 1668 - - uid: 1271 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1668 - - uid: 1272 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1668 - - uid: 1273 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 1668 - - uid: 1274 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1668 - - uid: 1275 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 1668 - - uid: 1276 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 1668 - - uid: 1277 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 1668 - - uid: 1278 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 1668 - - uid: 1279 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 1668 - - uid: 1280 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1668 - - uid: 1281 - components: - - type: Transform - pos: 5.5,1.5 - parent: 1668 - - uid: 1282 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1668 - - uid: 1283 - components: - - type: Transform - pos: 5.5,3.5 - parent: 1668 - - uid: 1284 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1668 - - uid: 1285 - components: - - type: Transform - pos: 4.5,4.5 - parent: 1668 - - uid: 1286 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1668 - - uid: 1287 - components: - - type: Transform - pos: 2.5,4.5 - parent: 1668 - - uid: 1288 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1668 - - uid: 1289 - components: - - type: Transform - pos: 0.5,4.5 - parent: 1668 - - uid: 1290 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1668 - - uid: 1291 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1668 - - uid: 1292 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1668 - - uid: 1293 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1668 - - uid: 1294 - components: - - type: Transform - pos: -4.5,4.5 - parent: 1668 - - uid: 1295 - components: - - type: Transform - pos: -5.5,4.5 - parent: 1668 - - uid: 1296 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1668 - - uid: 1297 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1668 - - uid: 1298 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1668 - - uid: 1299 - components: - - type: Transform - pos: -6.5,1.5 - parent: 1668 - - uid: 1300 - components: - - type: Transform - pos: -6.5,0.5 - parent: 1668 - - uid: 1301 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1668 - - uid: 1302 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1668 - - uid: 1303 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1668 - - uid: 1304 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1668 - - uid: 1305 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1668 - - uid: 1306 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 1668 - - uid: 1307 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 1668 - - uid: 1308 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1668 - - uid: 1309 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 1668 - - uid: 1310 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 1668 - - uid: 1311 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1668 - - uid: 1312 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1668 - - uid: 1313 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1668 - - uid: 1314 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1668 - - uid: 1315 - components: - - type: Transform - pos: -7.5,3.5 - parent: 1668 - - uid: 1316 - components: - - type: Transform - pos: -7.5,4.5 - parent: 1668 - - uid: 1317 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1668 - - uid: 1318 - components: - - type: Transform - pos: 0.5,5.5 - parent: 1668 - - uid: 1319 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1668 - - uid: 1320 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1668 - - uid: 1342 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 1668 - - uid: 1343 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1668 - - uid: 1344 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1668 - - uid: 1345 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1668 - - uid: 1346 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 1668 - - uid: 1347 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1668 - - uid: 1348 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1668 - - uid: 1349 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1668 - - uid: 1350 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1668 - - uid: 1351 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1668 - - uid: 1352 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1668 - - uid: 1353 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1668 - - uid: 1354 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1668 - - uid: 1355 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1668 - - uid: 1356 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1668 - - uid: 1357 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1668 - - uid: 1358 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1668 - - uid: 1359 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 1668 - - uid: 1360 - components: - - type: Transform - pos: -5.5,-9.5 - parent: 1668 - - uid: 1361 - components: - - type: Transform - pos: -5.5,-8.5 - parent: 1668 - - uid: 1362 - components: - - type: Transform - pos: -5.5,-7.5 - parent: 1668 - - uid: 1363 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1668 - - uid: 1364 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1668 - - uid: 1365 - components: - - type: Transform - pos: -5.5,-10.5 - parent: 1668 - - uid: 1366 - components: - - type: Transform - pos: -5.5,-11.5 - parent: 1668 - - uid: 1367 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 1668 - - uid: 1368 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 1668 - - uid: 1369 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 1668 - - uid: 1370 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 1668 - - uid: 1371 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 1668 - - uid: 1372 - components: - - type: Transform - pos: -5.5,-12.5 - parent: 1668 - - uid: 1373 - components: - - type: Transform - pos: -5.5,-13.5 - parent: 1668 - - uid: 1374 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1668 - - uid: 1375 - components: - - type: Transform - pos: -3.5,-10.5 - parent: 1668 - - uid: 1376 - components: - - type: Transform - pos: -3.5,-13.5 - parent: 1668 - - uid: 1377 - components: - - type: Transform - pos: -4.5,-13.5 - parent: 1668 - - uid: 1378 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 1668 - - uid: 1379 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 1668 - - uid: 1380 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 1668 - - uid: 1381 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 1668 - - uid: 1382 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 1668 - - uid: 1383 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 1668 - - uid: 1468 - components: - - type: Transform - pos: 15.5,-4.5 - parent: 1668 - - uid: 1469 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 1668 - - uid: 1470 - components: - - type: Transform - pos: 15.5,4.5 - parent: 1668 - - uid: 1471 - components: - - type: Transform - pos: 15.5,3.5 - parent: 1668 - - uid: 1472 - components: - - type: Transform - pos: 16.5,3.5 - parent: 1668 - - uid: 1678 - components: - - type: Transform - pos: -6.5,16.5 - parent: 1668 - - uid: 1679 - components: - - type: Transform - pos: -6.5,15.5 - parent: 1668 - - uid: 1680 - components: - - type: Transform - pos: -6.5,17.5 - parent: 1668 - - uid: 1681 - components: - - type: Transform - pos: -5.5,17.5 - parent: 1668 - - uid: 1682 - components: - - type: Transform - pos: -4.5,17.5 - parent: 1668 - - uid: 1683 - components: - - type: Transform - pos: -8.5,13.5 - parent: 1668 - - uid: 1684 - components: - - type: Transform - pos: -8.5,12.5 - parent: 1668 - - uid: 1685 - components: - - type: Transform - pos: -8.5,11.5 - parent: 1668 - - uid: 1686 - components: - - type: Transform - pos: -8.5,10.5 - parent: 1668 - - uid: 1687 - components: - - type: Transform - pos: -8.5,9.5 - parent: 1668 - - uid: 1688 - components: - - type: Transform - pos: -7.5,9.5 - parent: 1668 - - uid: 1689 - components: - - type: Transform - pos: -6.5,9.5 - parent: 1668 - - uid: 1690 - components: - - type: Transform - pos: -5.5,9.5 - parent: 1668 - - uid: 1691 - components: - - type: Transform - pos: -5.5,8.5 - parent: 1668 - - uid: 1692 - components: - - type: Transform - pos: -4.5,8.5 - parent: 1668 - - uid: 1693 - components: - - type: Transform - pos: -5.5,7.5 - parent: 1668 - - uid: 1694 - components: - - type: Transform - pos: -5.5,6.5 - parent: 1668 - - uid: 1695 - components: - - type: Transform - pos: -4.5,6.5 - parent: 1668 - - uid: 1696 - components: - - type: Transform - pos: -6.5,6.5 - parent: 1668 - - uid: 1697 - components: - - type: Transform - pos: -9.5,9.5 - parent: 1668 - - uid: 1698 - components: - - type: Transform - pos: -10.5,9.5 - parent: 1668 - - uid: 1699 - components: - - type: Transform - pos: -11.5,9.5 - parent: 1668 - - uid: 1700 - components: - - type: Transform - pos: -9.5,11.5 - parent: 1668 - - uid: 1701 - components: - - type: Transform - pos: -10.5,11.5 - parent: 1668 - - uid: 1702 - components: - - type: Transform - pos: -11.5,11.5 - parent: 1668 - - uid: 1703 - components: - - type: Transform - pos: -7.5,11.5 - parent: 1668 - - uid: 1704 - components: - - type: Transform - pos: -6.5,11.5 - parent: 1668 - - uid: 1705 - components: - - type: Transform - pos: -6.5,12.5 - parent: 1668 - - uid: 1706 - components: - - type: Transform - pos: -14.5,18.5 - parent: 1668 - - uid: 1707 - components: - - type: Transform - pos: -14.5,17.5 - parent: 1668 - - uid: 1708 - components: - - type: Transform - pos: -15.5,17.5 - parent: 1668 - - uid: 1709 - components: - - type: Transform - pos: -16.5,17.5 - parent: 1668 - - uid: 1710 - components: - - type: Transform - pos: -16.5,18.5 - parent: 1668 - - uid: 1711 - components: - - type: Transform - pos: -15.5,18.5 - parent: 1668 - - uid: 1712 - components: - - type: Transform - pos: -13.5,18.5 - parent: 1668 - - uid: 1713 - components: - - type: Transform - pos: -12.5,18.5 - parent: 1668 - - uid: 1714 - components: - - type: Transform - pos: -14.5,16.5 - parent: 1668 - - uid: 1715 - components: - - type: Transform - pos: -14.5,15.5 - parent: 1668 - - uid: 1716 - components: - - type: Transform - pos: -13.5,15.5 - parent: 1668 - - uid: 1717 - components: - - type: Transform - pos: -12.5,15.5 - parent: 1668 - - uid: 1718 - components: - - type: Transform - pos: -11.5,15.5 - parent: 1668 - - uid: 1719 - components: - - type: Transform - pos: -10.5,15.5 - parent: 1668 - - uid: 1720 - components: - - type: Transform - pos: -9.5,15.5 - parent: 1668 - - uid: 1721 - components: - - type: Transform - pos: -10.5,14.5 - parent: 1668 - - uid: 1722 - components: - - type: Transform - pos: -10.5,16.5 - parent: 1668 - - uid: 1723 - components: - - type: Transform - pos: -10.5,17.5 - parent: 1668 - - uid: 1724 - components: - - type: Transform - pos: -4.5,19.5 - parent: 1668 - - uid: 1725 - components: - - type: Transform - pos: -5.5,19.5 - parent: 1668 - - uid: 1726 - components: - - type: Transform - pos: -6.5,19.5 - parent: 1668 - - uid: 1727 - components: - - type: Transform - pos: -7.5,19.5 - parent: 1668 - - uid: 1728 - components: - - type: Transform - pos: -8.5,19.5 - parent: 1668 - - uid: 1729 - components: - - type: Transform - pos: -9.5,19.5 - parent: 1668 - - uid: 1730 - components: - - type: Transform - pos: -10.5,19.5 - parent: 1668 - - uid: 1731 - components: - - type: Transform - pos: -11.5,19.5 - parent: 1668 - - uid: 1732 - components: - - type: Transform - pos: -11.5,20.5 - parent: 1668 - - uid: 1733 - components: - - type: Transform - pos: -11.5,21.5 - parent: 1668 - - uid: 1734 - components: - - type: Transform - pos: -11.5,22.5 - parent: 1668 - - uid: 1735 - components: - - type: Transform - pos: -11.5,23.5 - parent: 1668 - - uid: 1736 - components: - - type: Transform - pos: -11.5,24.5 - parent: 1668 - - uid: 1737 - components: - - type: Transform - pos: -11.5,25.5 - parent: 1668 - - uid: 1738 - components: - - type: Transform - pos: -11.5,26.5 - parent: 1668 - - uid: 1739 - components: - - type: Transform - pos: -11.5,27.5 - parent: 1668 - - uid: 1740 - components: - - type: Transform - pos: -11.5,28.5 - parent: 1668 - - uid: 1741 - components: - - type: Transform - pos: -11.5,29.5 - parent: 1668 - - uid: 1742 - components: - - type: Transform - pos: -11.5,30.5 - parent: 1668 - - uid: 1743 - components: - - type: Transform - pos: -11.5,31.5 - parent: 1668 - - uid: 1744 - components: - - type: Transform - pos: -12.5,31.5 - parent: 1668 - - uid: 1745 - components: - - type: Transform - pos: -12.5,32.5 - parent: 1668 - - uid: 1746 - components: - - type: Transform - pos: -10.5,31.5 - parent: 1668 - - uid: 1747 - components: - - type: Transform - pos: -9.5,31.5 - parent: 1668 - - uid: 1748 - components: - - type: Transform - pos: -8.5,31.5 - parent: 1668 - - uid: 1749 - components: - - type: Transform - pos: -7.5,31.5 - parent: 1668 - - uid: 1750 - components: - - type: Transform - pos: -6.5,31.5 - parent: 1668 - - uid: 1751 - components: - - type: Transform - pos: -6.5,32.5 - parent: 1668 - - uid: 1752 - components: - - type: Transform - pos: -9.5,32.5 - parent: 1668 - - uid: 1753 - components: - - type: Transform - pos: -9.5,33.5 - parent: 1668 - - uid: 1754 - components: - - type: Transform - pos: -12.5,30.5 - parent: 1668 - - uid: 1755 - components: - - type: Transform - pos: -13.5,30.5 - parent: 1668 - - uid: 1756 - components: - - type: Transform - pos: -14.5,30.5 - parent: 1668 - - uid: 1757 - components: - - type: Transform - pos: -14.5,29.5 - parent: 1668 - - uid: 1758 - components: - - type: Transform - pos: -15.5,29.5 - parent: 1668 - - uid: 1759 - components: - - type: Transform - pos: -16.5,29.5 - parent: 1668 - - uid: 1760 - components: - - type: Transform - pos: -12.5,26.5 - parent: 1668 - - uid: 1761 - components: - - type: Transform - pos: -13.5,26.5 - parent: 1668 - - uid: 1762 - components: - - type: Transform - pos: -14.5,26.5 - parent: 1668 - - uid: 1763 - components: - - type: Transform - pos: -15.5,26.5 - parent: 1668 - - uid: 1764 - components: - - type: Transform - pos: -16.5,26.5 - parent: 1668 - - uid: 1765 - components: - - type: Transform - pos: -12.5,23.5 - parent: 1668 - - uid: 1766 - components: - - type: Transform - pos: -13.5,23.5 - parent: 1668 - - uid: 1767 - components: - - type: Transform - pos: -14.5,23.5 - parent: 1668 - - uid: 1768 - components: - - type: Transform - pos: -15.5,23.5 - parent: 1668 - - uid: 1769 - components: - - type: Transform - pos: -16.5,23.5 - parent: 1668 - - uid: 1770 - components: - - type: Transform - pos: -14.5,22.5 - parent: 1668 - - uid: 1771 - components: - - type: Transform - pos: -14.5,21.5 - parent: 1668 - - uid: 1772 - components: - - type: Transform - pos: -14.5,20.5 - parent: 1668 - - uid: 1773 - components: - - type: Transform - pos: -10.5,23.5 - parent: 1668 - - uid: 1774 - components: - - type: Transform - pos: -9.5,23.5 - parent: 1668 - - uid: 1775 - components: - - type: Transform - pos: -8.5,23.5 - parent: 1668 - - uid: 1776 - components: - - type: Transform - pos: -7.5,23.5 - parent: 1668 - - uid: 1777 - components: - - type: Transform - pos: -6.5,23.5 - parent: 1668 - - uid: 1778 - components: - - type: Transform - pos: -6.5,20.5 - parent: 1668 - - uid: 1779 - components: - - type: Transform - pos: -6.5,21.5 - parent: 1668 - - uid: 1780 - components: - - type: Transform - pos: -6.5,22.5 - parent: 1668 - - uid: 1781 - components: - - type: Transform - pos: -6.5,24.5 - parent: 1668 - - uid: 1782 - components: - - type: Transform - pos: -6.5,25.5 - parent: 1668 - - uid: 1783 - components: - - type: Transform - pos: -6.5,26.5 - parent: 1668 - - uid: 1784 - components: - - type: Transform - pos: -6.5,27.5 - parent: 1668 - - uid: 1785 - components: - - type: Transform - pos: -6.5,28.5 - parent: 1668 - - uid: 1786 - components: - - type: Transform - pos: -6.5,29.5 - parent: 1668 - - uid: 1787 - components: - - type: Transform - pos: -6.5,30.5 - parent: 1668 - - uid: 1788 - components: - - type: Transform - pos: -7.5,27.5 - parent: 1668 - - uid: 1789 - components: - - type: Transform - pos: -8.5,27.5 - parent: 1668 - - uid: 1790 - components: - - type: Transform - pos: -9.5,27.5 - parent: 1668 - - uid: 1791 - components: - - type: Transform - pos: -10.5,27.5 - parent: 1668 - - uid: 1956 - components: - - type: Transform - pos: 1.5,17.5 - parent: 1668 - - uid: 1957 - components: - - type: Transform - pos: 1.5,16.5 - parent: 1668 - - uid: 1958 - components: - - type: Transform - pos: 1.5,15.5 - parent: 1668 - - uid: 1959 - components: - - type: Transform - pos: 1.5,14.5 - parent: 1668 - - uid: 1960 - components: - - type: Transform - pos: 1.5,13.5 - parent: 1668 - - uid: 1961 - components: - - type: Transform - pos: 1.5,12.5 - parent: 1668 - - uid: 1962 - components: - - type: Transform - pos: 1.5,11.5 - parent: 1668 - - uid: 1963 - components: - - type: Transform - pos: 1.5,10.5 - parent: 1668 - - uid: 1964 - components: - - type: Transform - pos: 1.5,9.5 - parent: 1668 - - uid: 1965 - components: - - type: Transform - pos: 1.5,8.5 - parent: 1668 - - uid: 1966 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1668 - - uid: 1967 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1668 - - uid: 1968 - components: - - type: Transform - pos: 2.5,10.5 - parent: 1668 - - uid: 1969 - components: - - type: Transform - pos: 3.5,10.5 - parent: 1668 - - uid: 1970 - components: - - type: Transform - pos: 2.5,12.5 - parent: 1668 - - uid: 1971 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1668 - - uid: 1972 - components: - - type: Transform - pos: 2.5,14.5 - parent: 1668 - - uid: 1973 - components: - - type: Transform - pos: 3.5,14.5 - parent: 1668 - - uid: 1974 - components: - - type: Transform - pos: 2.5,16.5 - parent: 1668 - - uid: 1975 - components: - - type: Transform - pos: 3.5,16.5 - parent: 1668 - - uid: 1976 - components: - - type: Transform - pos: 2.5,17.5 - parent: 1668 - - uid: 1977 - components: - - type: Transform - pos: -3.5,17.5 - parent: 1668 - - uid: 1978 - components: - - type: Transform - pos: 0.5,15.5 - parent: 1668 - - uid: 1979 - components: - - type: Transform - pos: -0.5,15.5 - parent: 1668 - - uid: 1980 - components: - - type: Transform - pos: -1.5,15.5 - parent: 1668 - - uid: 1981 - components: - - type: Transform - pos: -2.5,15.5 - parent: 1668 - - uid: 1982 - components: - - type: Transform - pos: -2.5,14.5 - parent: 1668 - - uid: 1983 - components: - - type: Transform - pos: -2.5,13.5 - parent: 1668 - - uid: 1984 - components: - - type: Transform - pos: -2.5,12.5 - parent: 1668 - - uid: 1985 - components: - - type: Transform - pos: -2.5,11.5 - parent: 1668 - - uid: 1986 - components: - - type: Transform - pos: -2.5,10.5 - parent: 1668 - - uid: 1987 - components: - - type: Transform - pos: -2.5,9.5 - parent: 1668 - - uid: 1988 - components: - - type: Transform - pos: -2.5,8.5 - parent: 1668 - - uid: 1989 - components: - - type: Transform - pos: -1.5,8.5 - parent: 1668 - - uid: 1990 - components: - - type: Transform - pos: -1.5,7.5 - parent: 1668 - - uid: 1991 - components: - - type: Transform - pos: 0.5,8.5 - parent: 1668 - - uid: 1992 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1668 - - uid: 1993 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1668 - - uid: 2020 - components: - - type: Transform - pos: -1.5,22.5 - parent: 1668 - - uid: 2021 - components: - - type: Transform - pos: -1.5,23.5 - parent: 1668 - - uid: 2022 - components: - - type: Transform - pos: -1.5,24.5 - parent: 1668 - - uid: 2023 - components: - - type: Transform - pos: -2.5,24.5 - parent: 1668 - - uid: 2024 - components: - - type: Transform - pos: -1.5,21.5 - parent: 1668 - - uid: 2025 - components: - - type: Transform - pos: -1.5,20.5 - parent: 1668 - - uid: 2026 - components: - - type: Transform - pos: -0.5,20.5 - parent: 1668 - - uid: 2027 - components: - - type: Transform - pos: -0.5,19.5 - parent: 1668 - - uid: 2028 - components: - - type: Transform - pos: -0.5,18.5 - parent: 1668 - - uid: 2029 - components: - - type: Transform - pos: 0.5,20.5 - parent: 1668 - - uid: 2030 - components: - - type: Transform - pos: 1.5,20.5 - parent: 1668 - - uid: 2031 - components: - - type: Transform - pos: -2.5,21.5 - parent: 1668 - - uid: 2057 - components: - - type: Transform - pos: -3.5,5.5 - parent: 1668 - - uid: 2567 - components: - - type: Transform - pos: 17.5,17.5 - parent: 1668 - - uid: 2568 - components: - - type: Transform - pos: 17.5,16.5 - parent: 1668 - - uid: 2569 - components: - - type: Transform - pos: 17.5,15.5 - parent: 1668 - - uid: 2570 - components: - - type: Transform - pos: 17.5,14.5 - parent: 1668 - - uid: 2571 - components: - - type: Transform - pos: 17.5,13.5 - parent: 1668 - - uid: 2572 - components: - - type: Transform - pos: 17.5,12.5 - parent: 1668 - - uid: 2573 - components: - - type: Transform - pos: 17.5,11.5 - parent: 1668 - - uid: 2574 - components: - - type: Transform - pos: 16.5,12.5 - parent: 1668 - - uid: 2575 - components: - - type: Transform - pos: 15.5,12.5 - parent: 1668 - - uid: 2576 - components: - - type: Transform - pos: 16.5,14.5 - parent: 1668 - - uid: 2577 - components: - - type: Transform - pos: 15.5,14.5 - parent: 1668 - - uid: 2578 - components: - - type: Transform - pos: 17.5,10.5 - parent: 1668 - - uid: 2579 - components: - - type: Transform - pos: 16.5,10.5 - parent: 1668 - - uid: 2580 - components: - - type: Transform - pos: 15.5,10.5 - parent: 1668 - - uid: 2581 - components: - - type: Transform - pos: 18.5,11.5 - parent: 1668 - - uid: 2582 - components: - - type: Transform - pos: 19.5,11.5 - parent: 1668 - - uid: 2583 - components: - - type: Transform - pos: 20.5,11.5 - parent: 1668 - - uid: 2584 - components: - - type: Transform - pos: 18.5,14.5 - parent: 1668 - - uid: 2585 - components: - - type: Transform - pos: 19.5,14.5 - parent: 1668 - - uid: 2586 - components: - - type: Transform - pos: 20.5,14.5 - parent: 1668 - - uid: 2587 - components: - - type: Transform - pos: 19.5,15.5 - parent: 1668 - - uid: 2588 - components: - - type: Transform - pos: 21.5,20.5 - parent: 1668 - - uid: 2589 - components: - - type: Transform - pos: 20.5,20.5 - parent: 1668 - - uid: 2590 - components: - - type: Transform - pos: 19.5,20.5 - parent: 1668 - - uid: 2591 - components: - - type: Transform - pos: 18.5,20.5 - parent: 1668 - - uid: 2592 - components: - - type: Transform - pos: 19.5,19.5 - parent: 1668 - - uid: 2593 - components: - - type: Transform - pos: 19.5,18.5 - parent: 1668 - - uid: 2594 - components: - - type: Transform - pos: 19.5,21.5 - parent: 1668 - - uid: 2595 - components: - - type: Transform - pos: 19.5,22.5 - parent: 1668 - - uid: 2596 - components: - - type: Transform - pos: 21.5,21.5 - parent: 1668 - - uid: 2597 - components: - - type: Transform - pos: 22.5,21.5 - parent: 1668 - - uid: 2598 - components: - - type: Transform - pos: 23.5,21.5 - parent: 1668 - - uid: 2599 - components: - - type: Transform - pos: 23.5,22.5 - parent: 1668 - - uid: 2600 - components: - - type: Transform - pos: 24.5,22.5 - parent: 1668 - - uid: 2601 - components: - - type: Transform - pos: 25.5,22.5 - parent: 1668 - - uid: 2602 - components: - - type: Transform - pos: 26.5,22.5 - parent: 1668 - - uid: 2603 - components: - - type: Transform - pos: 27.5,22.5 - parent: 1668 - - uid: 2604 - components: - - type: Transform - pos: 28.5,22.5 - parent: 1668 - - uid: 2605 - components: - - type: Transform - pos: 29.5,22.5 - parent: 1668 - - uid: 2606 - components: - - type: Transform - pos: 30.5,22.5 - parent: 1668 - - uid: 2607 - components: - - type: Transform - pos: 31.5,22.5 - parent: 1668 - - uid: 2608 - components: - - type: Transform - pos: 32.5,22.5 - parent: 1668 - - uid: 2609 - components: - - type: Transform - pos: 33.5,22.5 - parent: 1668 - - uid: 2610 - components: - - type: Transform - pos: 34.5,22.5 - parent: 1668 - - uid: 2611 - components: - - type: Transform - pos: 33.5,21.5 - parent: 1668 - - uid: 2612 - components: - - type: Transform - pos: 28.5,21.5 - parent: 1668 - - uid: 2613 - components: - - type: Transform - pos: 20.5,21.5 - parent: 1668 - - uid: 2614 - components: - - type: Transform - pos: 23.5,20.5 - parent: 1668 - - uid: 2615 - components: - - type: Transform - pos: 23.5,19.5 - parent: 1668 - - uid: 2616 - components: - - type: Transform - pos: 23.5,18.5 - parent: 1668 - - uid: 2617 - components: - - type: Transform - pos: 23.5,17.5 - parent: 1668 - - uid: 2618 - components: - - type: Transform - pos: 23.5,16.5 - parent: 1668 - - uid: 2619 - components: - - type: Transform - pos: 23.5,15.5 - parent: 1668 - - uid: 2620 - components: - - type: Transform - pos: 24.5,17.5 - parent: 1668 - - uid: 2621 - components: - - type: Transform - pos: 24.5,16.5 - parent: 1668 - - uid: 2622 - components: - - type: Transform - pos: 24.5,15.5 - parent: 1668 - - uid: 2623 - components: - - type: Transform - pos: 24.5,19.5 - parent: 1668 - - uid: 2624 - components: - - type: Transform - pos: 24.5,14.5 - parent: 1668 - - uid: 2625 - components: - - type: Transform - pos: 24.5,13.5 - parent: 1668 - - uid: 2626 - components: - - type: Transform - pos: 25.5,13.5 - parent: 1668 - - uid: 2627 - components: - - type: Transform - pos: 26.5,13.5 - parent: 1668 - - uid: 2628 - components: - - type: Transform - pos: 27.5,13.5 - parent: 1668 - - uid: 2629 - components: - - type: Transform - pos: 28.5,13.5 - parent: 1668 - - uid: 2630 - components: - - type: Transform - pos: 29.5,13.5 - parent: 1668 - - uid: 2631 - components: - - type: Transform - pos: 30.5,13.5 - parent: 1668 - - uid: 2632 - components: - - type: Transform - pos: 31.5,13.5 - parent: 1668 - - uid: 2633 - components: - - type: Transform - pos: 32.5,13.5 - parent: 1668 - - uid: 2634 - components: - - type: Transform - pos: 33.5,13.5 - parent: 1668 - - uid: 2635 - components: - - type: Transform - pos: 33.5,14.5 - parent: 1668 - - uid: 2636 - components: - - type: Transform - pos: 31.5,14.5 - parent: 1668 - - uid: 2637 - components: - - type: Transform - pos: 30.5,14.5 - parent: 1668 - - uid: 2638 - components: - - type: Transform - pos: 29.5,14.5 - parent: 1668 - - uid: 2639 - components: - - type: Transform - pos: 27.5,14.5 - parent: 1668 - - uid: 2640 - components: - - type: Transform - pos: 26.5,14.5 - parent: 1668 - - uid: 2641 - components: - - type: Transform - pos: 25.5,14.5 - parent: 1668 - - uid: 2642 - components: - - type: Transform - pos: 28.5,14.5 - parent: 1668 - - uid: 2643 - components: - - type: Transform - pos: 28.5,15.5 - parent: 1668 - - uid: 2644 - components: - - type: Transform - pos: 28.5,16.5 - parent: 1668 - - uid: 2645 - components: - - type: Transform - pos: 28.5,17.5 - parent: 1668 - - uid: 2646 - components: - - type: Transform - pos: 28.5,18.5 - parent: 1668 - - uid: 2647 - components: - - type: Transform - pos: 29.5,18.5 - parent: 1668 - - uid: 2648 - components: - - type: Transform - pos: 30.5,18.5 - parent: 1668 - - uid: 2649 - components: - - type: Transform - pos: 31.5,18.5 - parent: 1668 - - uid: 2650 - components: - - type: Transform - pos: 27.5,18.5 - parent: 1668 - - uid: 2651 - components: - - type: Transform - pos: 26.5,18.5 - parent: 1668 - - uid: 2652 - components: - - type: Transform - pos: 25.5,18.5 - parent: 1668 - - uid: 2653 - components: - - type: Transform - pos: 27.5,15.5 - parent: 1668 - - uid: 2654 - components: - - type: Transform - pos: 26.5,15.5 - parent: 1668 - - uid: 2655 - components: - - type: Transform - pos: 29.5,15.5 - parent: 1668 - - uid: 2656 - components: - - type: Transform - pos: 30.5,15.5 - parent: 1668 - - uid: 2657 - components: - - type: Transform - pos: 24.5,12.5 - parent: 1668 - - uid: 2658 - components: - - type: Transform - pos: 23.5,12.5 - parent: 1668 - - uid: 2659 - components: - - type: Transform - pos: 22.5,12.5 - parent: 1668 - - uid: 2660 - components: - - type: Transform - pos: 33.5,12.5 - parent: 1668 - - uid: 2661 - components: - - type: Transform - pos: 34.5,12.5 - parent: 1668 - - uid: 2662 - components: - - type: Transform - pos: 33.5,11.5 - parent: 1668 - - uid: 2663 - components: - - type: Transform - pos: 32.5,11.5 - parent: 1668 - - uid: 2664 - components: - - type: Transform - pos: 31.5,11.5 - parent: 1668 - - uid: 2665 - components: - - type: Transform - pos: 30.5,11.5 - parent: 1668 - - uid: 2666 - components: - - type: Transform - pos: 29.5,11.5 - parent: 1668 - - uid: 2667 - components: - - type: Transform - pos: 28.5,11.5 - parent: 1668 - - uid: 2668 - components: - - type: Transform - pos: 27.5,11.5 - parent: 1668 - - uid: 2669 - components: - - type: Transform - pos: 26.5,11.5 - parent: 1668 - - uid: 2670 - components: - - type: Transform - pos: 25.5,11.5 - parent: 1668 - - uid: 2671 - components: - - type: Transform - pos: 24.5,11.5 - parent: 1668 - - uid: 2672 - components: - - type: Transform - pos: 23.5,11.5 - parent: 1668 - - uid: 2673 - components: - - type: Transform - pos: 35.5,19.5 - parent: 1668 - - uid: 2674 - components: - - type: Transform - pos: 34.5,19.5 - parent: 1668 - - uid: 2675 - components: - - type: Transform - pos: 33.5,19.5 - parent: 1668 - - uid: 2676 - components: - - type: Transform - pos: 33.5,18.5 - parent: 1668 - - uid: 2677 - components: - - type: Transform - pos: 33.5,17.5 - parent: 1668 - - uid: 2678 - components: - - type: Transform - pos: 33.5,16.5 - parent: 1668 - - uid: 2679 - components: - - type: Transform - pos: 7.5,16.5 - parent: 1668 - - uid: 2680 - components: - - type: Transform - pos: 7.5,15.5 - parent: 1668 - - uid: 2681 - components: - - type: Transform - pos: 7.5,14.5 - parent: 1668 - - uid: 2682 - components: - - type: Transform - pos: 7.5,13.5 - parent: 1668 - - uid: 2683 - components: - - type: Transform - pos: 7.5,12.5 - parent: 1668 - - uid: 2684 - components: - - type: Transform - pos: 7.5,11.5 - parent: 1668 - - uid: 2685 - components: - - type: Transform - pos: 6.5,12.5 - parent: 1668 - - uid: 2686 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1668 - - uid: 2687 - components: - - type: Transform - pos: 6.5,14.5 - parent: 1668 - - uid: 2688 - components: - - type: Transform - pos: 5.5,14.5 - parent: 1668 - - uid: 2689 - components: - - type: Transform - pos: 8.5,14.5 - parent: 1668 - - uid: 2690 - components: - - type: Transform - pos: 9.5,14.5 - parent: 1668 - - uid: 2691 - components: - - type: Transform - pos: 10.5,14.5 - parent: 1668 - - uid: 2692 - components: - - type: Transform - pos: 11.5,14.5 - parent: 1668 - - uid: 2693 - components: - - type: Transform - pos: 12.5,14.5 - parent: 1668 - - uid: 2694 - components: - - type: Transform - pos: 8.5,12.5 - parent: 1668 - - uid: 2695 - components: - - type: Transform - pos: 9.5,12.5 - parent: 1668 - - uid: 2696 - components: - - type: Transform - pos: 10.5,12.5 - parent: 1668 - - uid: 2697 - components: - - type: Transform - pos: 11.5,12.5 - parent: 1668 - - uid: 2698 - components: - - type: Transform - pos: 12.5,12.5 - parent: 1668 - - uid: 2699 - components: - - type: Transform - pos: 13.5,14.5 - parent: 1668 - - uid: 2700 - components: - - type: Transform - pos: 13.5,15.5 - parent: 1668 - - uid: 2701 - components: - - type: Transform - pos: 14.5,15.5 - parent: 1668 - - uid: 2702 - components: - - type: Transform - pos: 14.5,16.5 - parent: 1668 - - uid: 2703 - components: - - type: Transform - pos: 14.5,17.5 - parent: 1668 - - uid: 2704 - components: - - type: Transform - pos: 14.5,18.5 - parent: 1668 - - uid: 2705 - components: - - type: Transform - pos: 15.5,18.5 - parent: 1668 - - uid: 2706 - components: - - type: Transform - pos: 13.5,13.5 - parent: 1668 - - uid: 2707 - components: - - type: Transform - pos: 13.5,12.5 - parent: 1668 - - uid: 2708 - components: - - type: Transform - pos: 13.5,11.5 - parent: 1668 - - uid: 2709 - components: - - type: Transform - pos: 10.5,13.5 - parent: 1668 - - uid: 2711 - components: - - type: Transform - pos: 10.5,11.5 - parent: 1668 - - uid: 2743 - components: - - type: Transform - pos: 10.5,22.5 - parent: 1668 - - uid: 3033 - components: - - type: Transform - pos: 7.5,30.5 - parent: 1668 - - uid: 3034 - components: - - type: Transform - pos: 8.5,30.5 - parent: 1668 - - uid: 3035 - components: - - type: Transform - pos: 9.5,30.5 - parent: 1668 - - uid: 3036 - components: - - type: Transform - pos: 9.5,31.5 - parent: 1668 - - uid: 3037 - components: - - type: Transform - pos: 10.5,31.5 - parent: 1668 - - uid: 3038 - components: - - type: Transform - pos: 11.5,31.5 - parent: 1668 - - uid: 3039 - components: - - type: Transform - pos: 12.5,31.5 - parent: 1668 - - uid: 3040 - components: - - type: Transform - pos: 13.5,31.5 - parent: 1668 - - uid: 3041 - components: - - type: Transform - pos: 14.5,31.5 - parent: 1668 - - uid: 3042 - components: - - type: Transform - pos: 15.5,31.5 - parent: 1668 - - uid: 3043 - components: - - type: Transform - pos: 8.5,31.5 - parent: 1668 - - uid: 3044 - components: - - type: Transform - pos: 7.5,31.5 - parent: 1668 - - uid: 3045 - components: - - type: Transform - pos: 6.5,31.5 - parent: 1668 - - uid: 3046 - components: - - type: Transform - pos: 5.5,31.5 - parent: 1668 - - uid: 3047 - components: - - type: Transform - pos: 4.5,31.5 - parent: 1668 - - uid: 3048 - components: - - type: Transform - pos: 3.5,31.5 - parent: 1668 - - uid: 3049 - components: - - type: Transform - pos: 9.5,29.5 - parent: 1668 - - uid: 3050 - components: - - type: Transform - pos: 9.5,28.5 - parent: 1668 - - uid: 3051 - components: - - type: Transform - pos: 8.5,29.5 - parent: 1668 - - uid: 3052 - components: - - type: Transform - pos: 7.5,29.5 - parent: 1668 - - uid: 3053 - components: - - type: Transform - pos: 10.5,29.5 - parent: 1668 - - uid: 3054 - components: - - type: Transform - pos: 11.5,29.5 - parent: 1668 - - uid: 3055 - components: - - type: Transform - pos: 9.5,26.5 - parent: 1668 - - uid: 3056 - components: - - type: Transform - pos: 9.5,25.5 - parent: 1668 - - uid: 3057 - components: - - type: Transform - pos: 8.5,25.5 - parent: 1668 - - uid: 3058 - components: - - type: Transform - pos: 8.5,26.5 - parent: 1668 - - uid: 3059 - components: - - type: Transform - pos: 7.5,26.5 - parent: 1668 - - uid: 3060 - components: - - type: Transform - pos: 7.5,27.5 - parent: 1668 - - uid: 3061 - components: - - type: Transform - pos: 10.5,25.5 - parent: 1668 - - uid: 3062 - components: - - type: Transform - pos: 10.5,26.5 - parent: 1668 - - uid: 3063 - components: - - type: Transform - pos: 11.5,26.5 - parent: 1668 - - uid: 3064 - components: - - type: Transform - pos: 11.5,27.5 - parent: 1668 - - uid: 3065 - components: - - type: Transform - pos: 9.5,24.5 - parent: 1668 - - uid: 3066 - components: - - type: Transform - pos: 9.5,23.5 - parent: 1668 - - uid: 3067 - components: - - type: Transform - pos: 9.5,22.5 - parent: 1668 - - uid: 3068 - components: - - type: Transform - pos: 8.5,22.5 - parent: 1668 - - uid: 3069 - components: - - type: Transform - pos: 7.5,22.5 - parent: 1668 - - uid: 3070 - components: - - type: Transform - pos: 7.5,21.5 - parent: 1668 - - uid: 3071 - components: - - type: Transform - pos: 7.5,18.5 - parent: 1668 - - uid: 3072 - components: - - type: Transform - pos: 6.5,18.5 - parent: 1668 - - uid: 3073 - components: - - type: Transform - pos: 5.5,18.5 - parent: 1668 - - uid: 3074 - components: - - type: Transform - pos: 8.5,18.5 - parent: 1668 - - uid: 3075 - components: - - type: Transform - pos: 9.5,18.5 - parent: 1668 - - uid: 3076 - components: - - type: Transform - pos: 10.5,18.5 - parent: 1668 - - uid: 3077 - components: - - type: Transform - pos: 10.5,17.5 - parent: 1668 - - uid: 3078 - components: - - type: Transform - pos: 10.5,16.5 - parent: 1668 - - uid: 3080 - components: - - type: Transform - pos: 8.5,16.5 - parent: 1668 - - uid: 3081 - components: - - type: Transform - pos: 8.5,20.5 - parent: 1668 - - uid: 3082 - components: - - type: Transform - pos: 8.5,19.5 - parent: 1668 - - uid: 3083 - components: - - type: Transform - pos: 11.5,22.5 - parent: 1668 - - uid: 3084 - components: - - type: Transform - pos: 12.5,22.5 - parent: 1668 - - uid: 3085 - components: - - type: Transform - pos: 13.5,22.5 - parent: 1668 - - uid: 3086 - components: - - type: Transform - pos: 14.5,22.5 - parent: 1668 - - uid: 3087 - components: - - type: Transform - pos: 15.5,22.5 - parent: 1668 - - uid: 3088 - components: - - type: Transform - pos: 11.5,25.5 - parent: 1668 - - uid: 3089 - components: - - type: Transform - pos: 12.5,25.5 - parent: 1668 - - uid: 3090 - components: - - type: Transform - pos: 13.5,25.5 - parent: 1668 - - uid: 3091 - components: - - type: Transform - pos: 14.5,25.5 - parent: 1668 - - uid: 3092 - components: - - type: Transform - pos: 15.5,25.5 - parent: 1668 - - uid: 3093 - components: - - type: Transform - pos: 13.5,26.5 - parent: 1668 - - uid: 3094 - components: - - type: Transform - pos: 13.5,27.5 - parent: 1668 - - uid: 3095 - components: - - type: Transform - pos: 13.5,28.5 - parent: 1668 - - uid: 3096 - components: - - type: Transform - pos: 14.5,28.5 - parent: 1668 - - uid: 3097 - components: - - type: Transform - pos: 15.5,28.5 - parent: 1668 - - uid: 3098 - components: - - type: Transform - pos: 7.5,25.5 - parent: 1668 - - uid: 3099 - components: - - type: Transform - pos: 6.5,25.5 - parent: 1668 - - uid: 3100 - components: - - type: Transform - pos: 5.5,25.5 - parent: 1668 - - uid: 3101 - components: - - type: Transform - pos: 4.5,25.5 - parent: 1668 - - uid: 3102 - components: - - type: Transform - pos: 3.5,25.5 - parent: 1668 - - uid: 3103 - components: - - type: Transform - pos: 5.5,26.5 - parent: 1668 - - uid: 3104 - components: - - type: Transform - pos: 5.5,27.5 - parent: 1668 - - uid: 3105 - components: - - type: Transform - pos: 5.5,28.5 - parent: 1668 - - uid: 3106 - components: - - type: Transform - pos: 4.5,28.5 - parent: 1668 - - uid: 3107 - components: - - type: Transform - pos: 3.5,28.5 - parent: 1668 - - uid: 3108 - components: - - type: Transform - pos: 4.5,24.5 - parent: 1668 - - uid: 3109 - components: - - type: Transform - pos: 4.5,27.5 - parent: 1668 - - uid: 3110 - components: - - type: Transform - pos: 14.5,27.5 - parent: 1668 - - uid: 3111 - components: - - type: Transform - pos: 14.5,24.5 - parent: 1668 - - uid: 3112 - components: - - type: Transform - pos: 14.5,21.5 - parent: 1668 - - uid: 3113 - components: - - type: Transform - pos: 6.5,30.5 - parent: 1668 - - uid: 3114 - components: - - type: Transform - pos: 5.5,30.5 - parent: 1668 - - uid: 3115 - components: - - type: Transform - pos: 12.5,30.5 - parent: 1668 - - uid: 3116 - components: - - type: Transform - pos: 13.5,30.5 - parent: 1668 - - uid: 3467 - components: - - type: Transform - pos: -22.5,12.5 - parent: 1668 - - uid: 3468 - components: - - type: Transform - pos: -22.5,13.5 - parent: 1668 - - uid: 3469 - components: - - type: Transform - pos: -21.5,12.5 - parent: 1668 - - uid: 3470 - components: - - type: Transform - pos: -21.5,13.5 - parent: 1668 - - uid: 3471 - components: - - type: Transform - pos: -21.5,14.5 - parent: 1668 - - uid: 3472 - components: - - type: Transform - pos: -21.5,11.5 - parent: 1668 - - uid: 3473 - components: - - type: Transform - pos: -21.5,10.5 - parent: 1668 - - uid: 3474 - components: - - type: Transform - pos: -21.5,9.5 - parent: 1668 - - uid: 3475 - components: - - type: Transform - pos: -20.5,11.5 - parent: 1668 - - uid: 3476 - components: - - type: Transform - pos: -19.5,11.5 - parent: 1668 - - uid: 3477 - components: - - type: Transform - pos: -22.5,11.5 - parent: 1668 - - uid: 3478 - components: - - type: Transform - pos: -23.5,11.5 - parent: 1668 - - uid: 3479 - components: - - type: Transform - pos: -24.5,11.5 - parent: 1668 - - uid: 3480 - components: - - type: Transform - pos: -25.5,11.5 - parent: 1668 - - uid: 3481 - components: - - type: Transform - pos: -26.5,11.5 - parent: 1668 - - uid: 3482 - components: - - type: Transform - pos: -27.5,11.5 - parent: 1668 - - uid: 3483 - components: - - type: Transform - pos: -27.5,12.5 - parent: 1668 - - uid: 3484 - components: - - type: Transform - pos: -25.5,10.5 - parent: 1668 - - uid: 3485 - components: - - type: Transform - pos: -25.5,9.5 - parent: 1668 - - uid: 3486 - components: - - type: Transform - pos: -26.5,9.5 - parent: 1668 - - uid: 3487 - components: - - type: Transform - pos: -27.5,9.5 - parent: 1668 - - uid: 3488 - components: - - type: Transform - pos: -27.5,8.5 - parent: 1668 - - uid: 3489 - components: - - type: Transform - pos: -22.5,7.5 - parent: 1668 - - uid: 3490 - components: - - type: Transform - pos: -22.5,6.5 - parent: 1668 - - uid: 3491 - components: - - type: Transform - pos: -22.5,5.5 - parent: 1668 - - uid: 3492 - components: - - type: Transform - pos: -22.5,4.5 - parent: 1668 - - uid: 3493 - components: - - type: Transform - pos: -22.5,3.5 - parent: 1668 - - uid: 3494 - components: - - type: Transform - pos: -22.5,2.5 - parent: 1668 - - uid: 3495 - components: - - type: Transform - pos: -21.5,3.5 - parent: 1668 - - uid: 3496 - components: - - type: Transform - pos: -20.5,3.5 - parent: 1668 - - uid: 3497 - components: - - type: Transform - pos: -19.5,3.5 - parent: 1668 - - uid: 3498 - components: - - type: Transform - pos: -18.5,3.5 - parent: 1668 - - uid: 3499 - components: - - type: Transform - pos: -21.5,5.5 - parent: 1668 - - uid: 3500 - components: - - type: Transform - pos: -20.5,5.5 - parent: 1668 - - uid: 3501 - components: - - type: Transform - pos: -19.5,5.5 - parent: 1668 - - uid: 3502 - components: - - type: Transform - pos: -23.5,5.5 - parent: 1668 - - uid: 3503 - components: - - type: Transform - pos: -23.5,3.5 - parent: 1668 - - uid: 3504 - components: - - type: Transform - pos: -13.5,6.5 - parent: 1668 - - uid: 3505 - components: - - type: Transform - pos: -14.5,6.5 - parent: 1668 - - uid: 3506 - components: - - type: Transform - pos: -14.5,5.5 - parent: 1668 - - uid: 3507 - components: - - type: Transform - pos: -12.5,6.5 - parent: 1668 - - uid: 3508 - components: - - type: Transform - pos: -12.5,5.5 - parent: 1668 - - uid: 3509 - components: - - type: Transform - pos: -11.5,5.5 - parent: 1668 - - uid: 3510 - components: - - type: Transform - pos: -15.5,5.5 - parent: 1668 - - uid: 3511 - components: - - type: Transform - pos: -16.5,5.5 - parent: 1668 - - uid: 3512 - components: - - type: Transform - pos: -10.5,5.5 - parent: 1668 - - uid: 3513 - components: - - type: Transform - pos: -16.5,13.5 - parent: 1668 - - uid: 3514 - components: - - type: Transform - pos: -16.5,12.5 - parent: 1668 - - uid: 3515 - components: - - type: Transform - pos: -15.5,12.5 - parent: 1668 - - uid: 3516 - components: - - type: Transform - pos: -15.5,11.5 - parent: 1668 - - uid: 3517 - components: - - type: Transform - pos: -15.5,10.5 - parent: 1668 - - uid: 3518 - components: - - type: Transform - pos: -15.5,9.5 - parent: 1668 - - uid: 3519 - components: - - type: Transform - pos: -20.5,9.5 - parent: 1668 - - uid: 3520 - components: - - type: Transform - pos: -19.5,9.5 - parent: 1668 - - uid: 3521 - components: - - type: Transform - pos: -22.5,9.5 - parent: 1668 - - uid: 3522 - components: - - type: Transform - pos: -23.5,9.5 - parent: 1668 - - uid: 3991 - components: - - type: Transform - pos: -31.5,2.5 - parent: 1668 - - uid: 3992 - components: - - type: Transform - pos: -31.5,1.5 - parent: 1668 - - uid: 3993 - components: - - type: Transform - pos: -31.5,0.5 - parent: 1668 - - uid: 3994 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 1668 - - uid: 3995 - components: - - type: Transform - pos: -31.5,-1.5 - parent: 1668 - - uid: 3996 - components: - - type: Transform - pos: -31.5,-2.5 - parent: 1668 - - uid: 3997 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 1668 - - uid: 3998 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 1668 - - uid: 3999 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 1668 - - uid: 4000 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 1668 - - uid: 4001 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 1668 - - uid: 4002 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 1668 - - uid: 4003 - components: - - type: Transform - pos: -32.5,1.5 - parent: 1668 - - uid: 4004 - components: - - type: Transform - pos: -33.5,1.5 - parent: 1668 - - uid: 4005 - components: - - type: Transform - pos: -34.5,1.5 - parent: 1668 - - uid: 4006 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 1668 - - uid: 4007 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 1668 - - uid: 4008 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 1668 - - uid: 4009 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 1668 - - uid: 4010 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 1668 - - uid: 4011 - components: - - type: Transform - pos: -24.5,-0.5 - parent: 1668 - - uid: 4012 - components: - - type: Transform - pos: -23.5,-0.5 - parent: 1668 - - uid: 4013 - components: - - type: Transform - pos: -22.5,-0.5 - parent: 1668 - - uid: 4014 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 1668 - - uid: 4015 - components: - - type: Transform - pos: -20.5,-0.5 - parent: 1668 - - uid: 4016 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 1668 - - uid: 4017 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 1668 - - uid: 4018 - components: - - type: Transform - pos: -17.5,-0.5 - parent: 1668 - - uid: 4019 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 1668 - - uid: 4020 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 1668 - - uid: 4021 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 1668 - - uid: 4022 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 1668 - - uid: 4023 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 1668 - - uid: 4024 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 1668 - - uid: 4025 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 1668 - - uid: 4026 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1668 - - uid: 4027 - components: - - type: Transform - pos: -14.5,0.5 - parent: 1668 - - uid: 4028 - components: - - type: Transform - pos: -14.5,1.5 - parent: 1668 - - uid: 4029 - components: - - type: Transform - pos: -15.5,1.5 - parent: 1668 - - uid: 4030 - components: - - type: Transform - pos: -16.5,1.5 - parent: 1668 - - uid: 4031 - components: - - type: Transform - pos: -12.5,0.5 - parent: 1668 - - uid: 4032 - components: - - type: Transform - pos: -12.5,1.5 - parent: 1668 - - uid: 4033 - components: - - type: Transform - pos: -11.5,1.5 - parent: 1668 - - uid: 4034 - components: - - type: Transform - pos: -10.5,1.5 - parent: 1668 - - uid: 4035 - components: - - type: Transform - pos: -13.5,1.5 - parent: 1668 - - uid: 4036 - components: - - type: Transform - pos: -13.5,2.5 - parent: 1668 - - uid: 4037 - components: - - type: Transform - pos: -17.5,0.5 - parent: 1668 - - uid: 4038 - components: - - type: Transform - pos: -17.5,1.5 - parent: 1668 - - uid: 4039 - components: - - type: Transform - pos: -21.5,-2.5 - parent: 1668 - - uid: 4040 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 1668 - - uid: 4041 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 1668 - - uid: 4042 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 1668 - - uid: 4043 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 1668 - - uid: 4044 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 1668 - - uid: 4045 - components: - - type: Transform - pos: -21.5,-8.5 - parent: 1668 - - uid: 4046 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 1668 - - uid: 4047 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 1668 - - uid: 4048 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 1668 - - uid: 4049 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 1668 - - uid: 4050 - components: - - type: Transform - pos: -26.5,-5.5 - parent: 1668 - - uid: 4051 - components: - - type: Transform - pos: -26.5,-6.5 - parent: 1668 - - uid: 4052 - components: - - type: Transform - pos: -26.5,-7.5 - parent: 1668 - - uid: 4053 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 1668 - - uid: 4054 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 1668 - - uid: 4055 - components: - - type: Transform - pos: -23.5,-7.5 - parent: 1668 - - uid: 4056 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 1668 - - uid: 4057 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 1668 - - uid: 4058 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 1668 - - uid: 4059 - components: - - type: Transform - pos: -18.5,-5.5 - parent: 1668 - - uid: 4060 - components: - - type: Transform - pos: -17.5,-5.5 - parent: 1668 - - uid: 4061 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 1668 - - uid: 4062 - components: - - type: Transform - pos: -17.5,-7.5 - parent: 1668 - - uid: 4063 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 1668 - - uid: 4064 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 1668 - - uid: 4065 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 1668 - - uid: 4066 - components: - - type: Transform - pos: -26.5,-4.5 - parent: 1668 - - uid: 4067 - components: - - type: Transform - pos: -26.5,-8.5 - parent: 1668 - - uid: 4068 - components: - - type: Transform - pos: -17.5,-8.5 - parent: 1668 - - uid: 4069 - components: - - type: Transform - pos: -17.5,-4.5 - parent: 1668 - - uid: 4070 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 1668 - - uid: 4071 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 1668 - - uid: 4072 - components: - - type: Transform - pos: -13.5,-4.5 - parent: 1668 - - uid: 4073 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 1668 - - uid: 4074 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 1668 - - uid: 4075 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 1668 - - uid: 4076 - components: - - type: Transform - pos: -13.5,-8.5 - parent: 1668 - - uid: 4077 - components: - - type: Transform - pos: -12.5,-8.5 - parent: 1668 - - uid: 4078 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 1668 - - uid: 4079 - components: - - type: Transform - pos: -12.5,-4.5 - parent: 1668 - - uid: 4080 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 1668 - - uid: 4081 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 1668 - - uid: 4082 - components: - - type: Transform - pos: -14.5,-8.5 - parent: 1668 - - uid: 4083 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 1668 - - uid: 4084 - components: - - type: Transform - pos: -12.5,-6.5 - parent: 1668 - - uid: 4085 - components: - - type: Transform - pos: -31.5,7.5 - parent: 1668 - - uid: 4086 - components: - - type: Transform - pos: -31.5,6.5 - parent: 1668 - - uid: 4087 - components: - - type: Transform - pos: -31.5,5.5 - parent: 1668 - - uid: 4088 - components: - - type: Transform - pos: -31.5,4.5 - parent: 1668 - - uid: 4089 - components: - - type: Transform - pos: -32.5,4.5 - parent: 1668 - - uid: 4090 - components: - - type: Transform - pos: -33.5,4.5 - parent: 1668 - - uid: 4091 - components: - - type: Transform - pos: -34.5,4.5 - parent: 1668 - - uid: 4092 - components: - - type: Transform - pos: -34.5,3.5 - parent: 1668 - - uid: 4093 - components: - - type: Transform - pos: -34.5,5.5 - parent: 1668 - - uid: 4094 - components: - - type: Transform - pos: -34.5,6.5 - parent: 1668 - - uid: 4095 - components: - - type: Transform - pos: -32.5,6.5 - parent: 1668 - - uid: 4096 - components: - - type: Transform - pos: -32.5,7.5 - parent: 1668 - - uid: 4097 - components: - - type: Transform - pos: -33.5,7.5 - parent: 1668 - - uid: 4098 - components: - - type: Transform - pos: -30.5,7.5 - parent: 1668 - - uid: 4099 - components: - - type: Transform - pos: -30.5,4.5 - parent: 1668 - - uid: 4100 - components: - - type: Transform - pos: -29.5,4.5 - parent: 1668 - - uid: 4101 - components: - - type: Transform - pos: -28.5,4.5 - parent: 1668 - - uid: 4102 - components: - - type: Transform - pos: -27.5,4.5 - parent: 1668 - - uid: 4103 - components: - - type: Transform - pos: -27.5,3.5 - parent: 1668 - - uid: 4104 - components: - - type: Transform - pos: -27.5,5.5 - parent: 1668 - - uid: 4481 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1668 - - uid: 4482 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 1668 - - uid: 4483 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1668 - - uid: 4484 - components: - - type: Transform - pos: 1.5,-17.5 - parent: 1668 - - uid: 4485 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 1668 - - uid: 4486 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1668 - - uid: 4487 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 1668 - - uid: 4488 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1668 - - uid: 4489 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1668 - - uid: 4490 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1668 - - uid: 4491 - components: - - type: Transform - pos: -10.5,-24.5 - parent: 1668 - - uid: 4492 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1668 - - uid: 4493 - components: - - type: Transform - pos: -4.5,-17.5 - parent: 1668 - - uid: 4494 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 1668 - - uid: 4495 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 1668 - - uid: 4496 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 1668 - - uid: 4497 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 1668 - - uid: 4498 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 1668 - - uid: 4500 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 1668 - - uid: 4501 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 1668 - - uid: 4502 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1668 - - uid: 4503 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 1668 - - uid: 4505 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 1668 - - uid: 4506 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 1668 - - uid: 4507 - components: - - type: Transform - pos: -3.5,-17.5 - parent: 1668 - - uid: 4508 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 1668 - - uid: 4509 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1668 - - uid: 4510 - components: - - type: Transform - pos: -10.5,-25.5 - parent: 1668 - - uid: 4511 - components: - - type: Transform - pos: -10.5,-26.5 - parent: 1668 - - uid: 4512 - components: - - type: Transform - pos: -10.5,-27.5 - parent: 1668 - - uid: 4513 - components: - - type: Transform - pos: -10.5,-23.5 - parent: 1668 - - uid: 4514 - components: - - type: Transform - pos: -10.5,-22.5 - parent: 1668 - - uid: 4515 - components: - - type: Transform - pos: -9.5,-22.5 - parent: 1668 - - uid: 4516 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 1668 - - uid: 4517 - components: - - type: Transform - pos: 7.5,-24.5 - parent: 1668 - - uid: 4518 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 1668 - - uid: 4519 - components: - - type: Transform - pos: 9.5,-24.5 - parent: 1668 - - uid: 4520 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 1668 - - uid: 4521 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 1668 - - uid: 4522 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 1668 - - uid: 4523 - components: - - type: Transform - pos: 9.5,-23.5 - parent: 1668 - - uid: 4524 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 1668 - - uid: 4525 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 1668 - - uid: 4526 - components: - - type: Transform - pos: 7.5,-22.5 - parent: 1668 - - uid: 4527 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 1668 - - uid: 4528 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 1668 - - uid: 4529 - components: - - type: Transform - pos: -2.5,-26.5 - parent: 1668 - - uid: 4530 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 1668 - - uid: 4531 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 1668 - - uid: 4532 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 1668 - - uid: 4533 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 1668 - - uid: 4534 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 1668 - - uid: 4535 - components: - - type: Transform - pos: 2.5,-27.5 - parent: 1668 - - uid: 4536 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 1668 - - uid: 4537 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 1668 - - uid: 4538 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 1668 - - uid: 4539 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 1668 - - uid: 4540 - components: - - type: Transform - pos: -3.5,-27.5 - parent: 1668 - - uid: 4541 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 1668 - - uid: 4542 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 1668 - - uid: 4543 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 1668 - - uid: 4544 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 1668 - - uid: 4545 - components: - - type: Transform - pos: -6.5,-26.5 - parent: 1668 - - uid: 4546 - components: - - type: Transform - pos: 5.5,-26.5 - parent: 1668 - - uid: 4547 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 1668 - - uid: 4548 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 1668 - - uid: 4549 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1668 - - uid: 4550 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1668 - - uid: 4551 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 1668 - - uid: 4552 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 1668 - - uid: 4553 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1668 - - uid: 4554 - components: - - type: Transform - pos: -1.5,-22.5 - parent: 1668 - - uid: 4555 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1668 - - uid: 4556 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 1668 - - uid: 4557 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1668 - - uid: 4558 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1668 - - uid: 4559 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1668 - - uid: 4560 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1668 - - uid: 4561 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1668 - - uid: 4562 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 1668 - - uid: 4563 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 1668 - - uid: 4564 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 1668 - - uid: 4565 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1668 - - uid: 4566 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1668 - - uid: 4567 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1668 - - uid: 4898 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 1668 - - uid: 4899 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 1668 - - uid: 4900 - components: - - type: Transform - pos: 8.5,-19.5 - parent: 1668 - - uid: 4901 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1668 - - uid: 4902 - components: - - type: Transform - pos: 10.5,-19.5 - parent: 1668 - - uid: 4903 - components: - - type: Transform - pos: 11.5,-19.5 - parent: 1668 - - uid: 4904 - components: - - type: Transform - pos: 12.5,-19.5 - parent: 1668 - - uid: 4905 - components: - - type: Transform - pos: 13.5,-19.5 - parent: 1668 - - uid: 4906 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 1668 - - uid: 4907 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 1668 - - uid: 4908 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 1668 - - uid: 4909 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 1668 - - uid: 4910 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 1668 - - uid: 4911 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 1668 - - uid: 4912 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 1668 - - uid: 4913 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 1668 - - uid: 4914 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 1668 - - uid: 4915 - components: - - type: Transform - pos: -9.5,-19.5 - parent: 1668 - - uid: 4916 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 1668 - - uid: 4917 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 1668 - - uid: 4918 - components: - - type: Transform - pos: -12.5,-19.5 - parent: 1668 - - uid: 4919 - components: - - type: Transform - pos: -13.5,-19.5 - parent: 1668 - - uid: 4920 - components: - - type: Transform - pos: -13.5,-18.5 - parent: 1668 - - uid: 4921 - components: - - type: Transform - pos: -13.5,-17.5 - parent: 1668 - - uid: 4922 - components: - - type: Transform - pos: -13.5,-16.5 - parent: 1668 - - uid: 4993 - components: - - type: Transform - pos: 18.5,-19.5 - parent: 1668 - - uid: 4994 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 1668 - - uid: 4995 - components: - - type: Transform - pos: 17.5,-20.5 - parent: 1668 - - uid: 4996 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 1668 - - uid: 4997 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 1668 - - uid: 4998 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 1668 - - uid: 4999 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 1668 - - uid: 5000 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 1668 - - uid: 5001 - components: - - type: Transform - pos: 20.5,-14.5 - parent: 1668 - - uid: 5002 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 1668 - - uid: 5003 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 1668 - - uid: 5004 - components: - - type: Transform - pos: 19.5,-14.5 - parent: 1668 - - uid: 5005 - components: - - type: Transform - pos: 18.5,-14.5 - parent: 1668 - - uid: 5006 - components: - - type: Transform - pos: 17.5,-14.5 - parent: 1668 - - uid: 5007 - components: - - type: Transform - pos: 16.5,-14.5 - parent: 1668 - - uid: 5008 - components: - - type: Transform - pos: 15.5,-14.5 - parent: 1668 - - uid: 5009 - components: - - type: Transform - pos: 21.5,-14.5 - parent: 1668 - - uid: 5010 - components: - - type: Transform - pos: 22.5,-14.5 - parent: 1668 - - uid: 5011 - components: - - type: Transform - pos: 19.5,-19.5 - parent: 1668 - - uid: 5012 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 1668 - - uid: 5013 - components: - - type: Transform - pos: 21.5,-19.5 - parent: 1668 - - uid: 5014 - components: - - type: Transform - pos: 21.5,-18.5 - parent: 1668 - - uid: 5015 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 1668 - - uid: 5016 - components: - - type: Transform - pos: 21.5,-20.5 - parent: 1668 - - uid: 5017 - components: - - type: Transform - pos: 21.5,-21.5 - parent: 1668 - - uid: 5018 - components: - - type: Transform - pos: 21.5,-22.5 - parent: 1668 - - uid: 5019 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 1668 - - uid: 5020 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 1668 - - uid: 5021 - components: - - type: Transform - pos: 16.5,-23.5 - parent: 1668 - - uid: 5022 - components: - - type: Transform - pos: 16.5,-24.5 - parent: 1668 - - uid: 5023 - components: - - type: Transform - pos: 16.5,-25.5 - parent: 1668 - - uid: 5024 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 1668 - - uid: 5026 - components: - - type: Transform - pos: 15.5,-24.5 - parent: 1668 - - uid: 5027 - components: - - type: Transform - pos: 14.5,-24.5 - parent: 1668 - - uid: 5028 - components: - - type: Transform - pos: 13.5,-24.5 - parent: 1668 - - uid: 5029 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 1668 - - uid: 5030 - components: - - type: Transform - pos: 13.5,-22.5 - parent: 1668 - - uid: 5031 - components: - - type: Transform - pos: 13.5,-21.5 - parent: 1668 - - uid: 5032 - components: - - type: Transform - pos: 13.5,-25.5 - parent: 1668 - - uid: 5033 - components: - - type: Transform - pos: 13.5,-26.5 - parent: 1668 - - uid: 5034 - components: - - type: Transform - pos: 13.5,-27.5 - parent: 1668 - - uid: 5035 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 1668 - - uid: 5036 - components: - - type: Transform - pos: 17.5,-25.5 - parent: 1668 - - uid: 5037 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 1668 - - uid: 5038 - components: - - type: Transform - pos: 19.5,-25.5 - parent: 1668 - - uid: 5039 - components: - - type: Transform - pos: 20.5,-25.5 - parent: 1668 - - uid: 5040 - components: - - type: Transform - pos: 21.5,-25.5 - parent: 1668 - - uid: 5121 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 1668 - - uid: 5122 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 1668 - - uid: 5123 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 1668 - - uid: 5124 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 1668 - - uid: 5125 - components: - - type: Transform - pos: 34.5,-13.5 - parent: 1668 - - uid: 5126 - components: - - type: Transform - pos: 33.5,-13.5 - parent: 1668 - - uid: 5127 - components: - - type: Transform - pos: 32.5,-13.5 - parent: 1668 - - uid: 5128 - components: - - type: Transform - pos: 32.5,-14.5 - parent: 1668 - - uid: 5129 - components: - - type: Transform - pos: 31.5,-13.5 - parent: 1668 - - uid: 5130 - components: - - type: Transform - pos: 30.5,-13.5 - parent: 1668 - - uid: 5131 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 1668 - - uid: 5132 - components: - - type: Transform - pos: 30.5,-11.5 - parent: 1668 - - uid: 5134 - components: - - type: Transform - pos: 22.5,-23.5 - parent: 1668 - - uid: 5135 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 1668 - - uid: 5136 - components: - - type: Transform - pos: 24.5,-23.5 - parent: 1668 - - uid: 5137 - components: - - type: Transform - pos: 25.5,-23.5 - parent: 1668 - - uid: 5138 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 1668 - - uid: 5139 - components: - - type: Transform - pos: 25.5,-24.5 - parent: 1668 - - uid: 5140 - components: - - type: Transform - pos: 25.5,-25.5 - parent: 1668 - - uid: 5141 - components: - - type: Transform - pos: 25.5,-26.5 - parent: 1668 - - uid: 5142 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 1668 - - uid: 5143 - components: - - type: Transform - pos: 25.5,-21.5 - parent: 1668 - - uid: 5144 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 1668 - - uid: 5145 - components: - - type: Transform - pos: 25.5,-19.5 - parent: 1668 - - uid: 5147 - components: - - type: Transform - pos: 29.5,-19.5 - parent: 1668 - - uid: 5148 - components: - - type: Transform - pos: 29.5,-20.5 - parent: 1668 - - uid: 5149 - components: - - type: Transform - pos: 29.5,-21.5 - parent: 1668 - - uid: 5150 - components: - - type: Transform - pos: 29.5,-22.5 - parent: 1668 - - uid: 5151 - components: - - type: Transform - pos: 29.5,-23.5 - parent: 1668 - - uid: 5152 - components: - - type: Transform - pos: 29.5,-24.5 - parent: 1668 - - uid: 5153 - components: - - type: Transform - pos: 29.5,-25.5 - parent: 1668 - - uid: 5154 - components: - - type: Transform - pos: 28.5,-25.5 - parent: 1668 - - uid: 5155 - components: - - type: Transform - pos: 28.5,-24.5 - parent: 1668 - - uid: 5156 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 1668 - - uid: 5157 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 1668 - - uid: 5158 - components: - - type: Transform - pos: 28.5,-21.5 - parent: 1668 - - uid: 5159 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 1668 - - uid: 5160 - components: - - type: Transform - pos: 31.5,-25.5 - parent: 1668 - - uid: 5161 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 1668 - - uid: 5162 - components: - - type: Transform - pos: 33.5,-25.5 - parent: 1668 - - uid: 5163 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 1668 - - uid: 5164 - components: - - type: Transform - pos: 31.5,-21.5 - parent: 1668 - - uid: 5165 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 1668 - - uid: 5166 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 1668 - - uid: 5171 - components: - - type: Transform - pos: 31.5,-20.5 - parent: 1668 - - uid: 5172 - components: - - type: Transform - pos: 31.5,-19.5 - parent: 1668 - - uid: 5173 - components: - - type: Transform - pos: 33.5,-20.5 - parent: 1668 - - uid: 5174 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 1668 - - uid: 5258 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 1668 - - uid: 5259 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 1668 - - uid: 5260 - components: - - type: Transform - pos: 30.5,-16.5 - parent: 1668 - - uid: 5261 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 1668 - - uid: 5262 - components: - - type: Transform - pos: 31.5,-17.5 - parent: 1668 - - uid: 5263 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 1668 - - uid: 5264 - components: - - type: Transform - pos: 33.5,-17.5 - parent: 1668 - - uid: 5265 - components: - - type: Transform - pos: 29.5,-17.5 - parent: 1668 - - uid: 5266 - components: - - type: Transform - pos: 28.5,-17.5 - parent: 1668 - - uid: 5267 - components: - - type: Transform - pos: 27.5,-17.5 - parent: 1668 - - uid: 5268 - components: - - type: Transform - pos: 26.5,-17.5 - parent: 1668 - - uid: 5269 - components: - - type: Transform - pos: 25.5,-17.5 - parent: 1668 - - uid: 5270 - components: - - type: Transform - pos: 24.5,-17.5 - parent: 1668 - - uid: 5271 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 1668 - - uid: 5272 - components: - - type: Transform - pos: 24.5,-15.5 - parent: 1668 - - uid: 5273 - components: - - type: Transform - pos: 24.5,-14.5 - parent: 1668 - - uid: 5274 - components: - - type: Transform - pos: 27.5,-16.5 - parent: 1668 - - uid: 5275 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 1668 - - uid: 5276 - components: - - type: Transform - pos: 27.5,-14.5 - parent: 1668 - - uid: 5441 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 1668 - - uid: 5442 - components: - - type: Transform - pos: 17.5,-22.5 - parent: 1668 - - uid: 5443 - components: - - type: Transform - pos: 16.5,-28.5 - parent: 1668 - - uid: 5444 - components: - - type: Transform - pos: 16.5,-29.5 - parent: 1668 - - uid: 5445 - components: - - type: Transform - pos: 16.5,-30.5 - parent: 1668 - - uid: 5446 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 1668 - - uid: 5447 - components: - - type: Transform - pos: 17.5,-30.5 - parent: 1668 - - uid: 5448 - components: - - type: Transform - pos: 18.5,-30.5 - parent: 1668 - - uid: 5449 - components: - - type: Transform - pos: 18.5,-31.5 - parent: 1668 - - uid: 5450 - components: - - type: Transform - pos: 18.5,-29.5 - parent: 1668 - - uid: 5585 - components: - - type: Transform - pos: 21.5,-26.5 - parent: 1668 - - uid: 5935 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 1668 - - uid: 5936 - components: - - type: Transform - pos: -16.5,-31.5 - parent: 1668 - - uid: 5937 - components: - - type: Transform - pos: -16.5,-32.5 - parent: 1668 - - uid: 5938 - components: - - type: Transform - pos: -16.5,-33.5 - parent: 1668 - - uid: 5939 - components: - - type: Transform - pos: -17.5,-33.5 - parent: 1668 - - uid: 5940 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 1668 - - uid: 6067 - components: - - type: Transform - pos: -17.5,-22.5 - parent: 1668 - - uid: 6068 - components: - - type: Transform - pos: -18.5,-22.5 - parent: 1668 - - uid: 6069 - components: - - type: Transform - pos: -19.5,-22.5 - parent: 1668 - - uid: 6070 - components: - - type: Transform - pos: -19.5,-23.5 - parent: 1668 - - uid: 6071 - components: - - type: Transform - pos: -19.5,-24.5 - parent: 1668 - - uid: 6072 - components: - - type: Transform - pos: -19.5,-25.5 - parent: 1668 - - uid: 6073 - components: - - type: Transform - pos: -19.5,-26.5 - parent: 1668 - - uid: 6074 - components: - - type: Transform - pos: -19.5,-27.5 - parent: 1668 - - uid: 6075 - components: - - type: Transform - pos: -19.5,-28.5 - parent: 1668 - - uid: 6076 - components: - - type: Transform - pos: -20.5,-26.5 - parent: 1668 - - uid: 6077 - components: - - type: Transform - pos: -21.5,-26.5 - parent: 1668 - - uid: 6078 - components: - - type: Transform - pos: -22.5,-26.5 - parent: 1668 - - uid: 6079 - components: - - type: Transform - pos: -20.5,-24.5 - parent: 1668 - - uid: 6080 - components: - - type: Transform - pos: -21.5,-24.5 - parent: 1668 - - uid: 6081 - components: - - type: Transform - pos: -22.5,-24.5 - parent: 1668 - - uid: 6082 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 1668 - - uid: 6083 - components: - - type: Transform - pos: -18.5,-21.5 - parent: 1668 - - uid: 6084 - components: - - type: Transform - pos: -20.5,-21.5 - parent: 1668 - - uid: 6085 - components: - - type: Transform - pos: -21.5,-23.5 - parent: 1668 - - uid: 6086 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 1668 - - uid: 6087 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 1668 - - uid: 6088 - components: - - type: Transform - pos: -22.5,-25.5 - parent: 1668 - - uid: 6089 - components: - - type: Transform - pos: -23.5,-25.5 - parent: 1668 - - uid: 6090 - components: - - type: Transform - pos: -23.5,-26.5 - parent: 1668 - - uid: 6091 - components: - - type: Transform - pos: -23.5,-27.5 - parent: 1668 - - uid: 6092 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 1668 - - uid: 6093 - components: - - type: Transform - pos: -23.5,-24.5 - parent: 1668 - - uid: 6094 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 1668 - - uid: 6095 - components: - - type: Transform - pos: -17.5,-34.5 - parent: 1668 - - uid: 6096 - components: - - type: Transform - pos: -19.5,-34.5 - parent: 1668 - - uid: 6097 - components: - - type: Transform - pos: -19.5,-33.5 - parent: 1668 - - uid: 6098 - components: - - type: Transform - pos: -20.5,-33.5 - parent: 1668 - - uid: 6099 - components: - - type: Transform - pos: -20.5,-32.5 - parent: 1668 - - uid: 6100 - components: - - type: Transform - pos: -20.5,-31.5 - parent: 1668 - - uid: 6112 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 1668 - - uid: 6113 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 1668 - - uid: 6114 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 1668 - - uid: 6115 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 1668 - - uid: 6116 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 1668 - - uid: 6117 - components: - - type: Transform - pos: -13.5,-31.5 - parent: 1668 - - uid: 6118 - components: - - type: Transform - pos: -13.5,-32.5 - parent: 1668 - - uid: 6119 - components: - - type: Transform - pos: -13.5,-33.5 - parent: 1668 - - uid: 6120 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 1668 - - uid: 6121 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 1668 - - uid: 6122 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 1668 - - uid: 6123 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 1668 - - uid: 6124 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 1668 - - uid: 6125 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 1668 - - uid: 6126 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 1668 - - uid: 6127 - components: - - type: Transform - pos: 15.5,-30.5 - parent: 1668 - - uid: 6128 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 1668 - - uid: 6129 - components: - - type: Transform - pos: 13.5,-30.5 - parent: 1668 - - uid: 6131 - components: - - type: Transform - pos: 13.5,-32.5 - parent: 1668 - - uid: 6132 - components: - - type: Transform - pos: 13.5,-33.5 - parent: 1668 - - uid: 6133 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 1668 - - uid: 6134 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 1668 - - uid: 6135 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 1668 - - uid: 6136 - components: - - type: Transform - pos: 0.5,-30.5 - parent: 1668 - - uid: 6202 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 1668 - - uid: 6203 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 1668 - - uid: 6204 - components: - - type: Transform - pos: -8.5,-33.5 - parent: 1668 - - uid: 6205 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 1668 - - uid: 6206 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 1668 - - uid: 6207 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 1668 - - uid: 6208 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 1668 - - uid: 6209 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 1668 - - uid: 6210 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 1668 - - uid: 6211 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 1668 - - uid: 6212 - components: - - type: Transform - pos: -11.5,-32.5 - parent: 1668 - - uid: 6213 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 1668 - - uid: 6214 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 1668 - - uid: 6215 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 1668 - - uid: 6216 - components: - - type: Transform - pos: 7.5,-33.5 - parent: 1668 - - uid: 6217 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 1668 - - uid: 6218 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 1668 - - uid: 6219 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 1668 - - uid: 6220 - components: - - type: Transform - pos: 3.5,-32.5 - parent: 1668 - - uid: 6221 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 1668 - - uid: 6222 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 1668 - - uid: 6223 - components: - - type: Transform - pos: 10.5,-32.5 - parent: 1668 - - uid: 6224 - components: - - type: Transform - pos: 11.5,-32.5 - parent: 1668 - - uid: 6225 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 1668 - - uid: 6346 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 1668 - - uid: 6347 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 1668 - - uid: 6348 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 1668 - - uid: 6349 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 1668 - - uid: 6350 - components: - - type: Transform - pos: -1.5,-36.5 - parent: 1668 - - uid: 6351 - components: - - type: Transform - pos: -0.5,-36.5 - parent: 1668 - - uid: 6352 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 1668 - - uid: 6353 - components: - - type: Transform - pos: 1.5,-36.5 - parent: 1668 - - uid: 6354 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 1668 - - uid: 6355 - components: - - type: Transform - pos: 3.5,-36.5 - parent: 1668 - - uid: 6356 - components: - - type: Transform - pos: -3.5,-36.5 - parent: 1668 - - uid: 6357 - components: - - type: Transform - pos: -4.5,-36.5 - parent: 1668 - - uid: 6358 - components: - - type: Transform - pos: -5.5,-36.5 - parent: 1668 - - uid: 6359 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 1668 - - uid: 6360 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 1668 - - uid: 6409 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 1668 - - uid: 6410 - components: - - type: Transform - pos: -2.5,-41.5 - parent: 1668 - - uid: 6411 - components: - - type: Transform - pos: -2.5,-42.5 - parent: 1668 - - uid: 6412 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 1668 - - uid: 6413 - components: - - type: Transform - pos: -1.5,-42.5 - parent: 1668 - - uid: 6414 - components: - - type: Transform - pos: -0.5,-42.5 - parent: 1668 - - uid: 6415 - components: - - type: Transform - pos: 0.5,-42.5 - parent: 1668 - - uid: 6416 - components: - - type: Transform - pos: 1.5,-42.5 - parent: 1668 - - uid: 6417 - components: - - type: Transform - pos: 2.5,-42.5 - parent: 1668 - - uid: 6418 - components: - - type: Transform - pos: 3.5,-42.5 - parent: 1668 - - uid: 6419 - components: - - type: Transform - pos: 4.5,-42.5 - parent: 1668 - - uid: 6420 - components: - - type: Transform - pos: 4.5,-41.5 - parent: 1668 - - uid: 6421 - components: - - type: Transform - pos: 4.5,-40.5 - parent: 1668 - - uid: 6422 - components: - - type: Transform - pos: -3.5,-42.5 - parent: 1668 - - uid: 6423 - components: - - type: Transform - pos: -4.5,-42.5 - parent: 1668 - - uid: 6424 - components: - - type: Transform - pos: -5.5,-42.5 - parent: 1668 - - uid: 6425 - components: - - type: Transform - pos: -5.5,-41.5 - parent: 1668 - - uid: 6426 - components: - - type: Transform - pos: -5.5,-40.5 - parent: 1668 - - uid: 6427 - components: - - type: Transform - pos: -0.5,-41.5 - parent: 1668 - - uid: 6428 - components: - - type: Transform - pos: -0.5,-40.5 - parent: 1668 - - uid: 6429 - components: - - type: Transform - pos: -0.5,-43.5 - parent: 1668 - - uid: 6430 - components: - - type: Transform - pos: -0.5,-44.5 - parent: 1668 - - uid: 6431 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 1668 - - uid: 6432 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 1668 - - uid: 6433 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 1668 - - uid: 6434 - components: - - type: Transform - pos: -2.5,-45.5 - parent: 1668 - - uid: 6435 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 1668 - - uid: 6436 - components: - - type: Transform - pos: 1.5,-44.5 - parent: 1668 - - uid: 6437 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 1668 - - uid: 6438 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 1668 - - uid: 6439 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 1668 - - uid: 6774 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 1668 - - uid: 6776 - components: - - type: Transform - pos: 27.5,-26.5 - parent: 1668 - - uid: 6854 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 1668 - - uid: 6855 - components: - - type: Transform - pos: 32.5,-28.5 - parent: 1668 - - uid: 6856 - components: - - type: Transform - pos: 32.5,-29.5 - parent: 1668 - - uid: 6857 - components: - - type: Transform - pos: 32.5,-30.5 - parent: 1668 - - uid: 6858 - components: - - type: Transform - pos: 32.5,-31.5 - parent: 1668 - - uid: 6859 - components: - - type: Transform - pos: 31.5,-30.5 - parent: 1668 - - uid: 6860 - components: - - type: Transform - pos: 30.5,-30.5 - parent: 1668 - - uid: 6861 - components: - - type: Transform - pos: 29.5,-30.5 - parent: 1668 - - uid: 6862 - components: - - type: Transform - pos: 28.5,-30.5 - parent: 1668 - - uid: 6863 - components: - - type: Transform - pos: 33.5,-30.5 - parent: 1668 - - uid: 6971 - components: - - type: Transform - pos: 19.5,-30.5 - parent: 1668 - - uid: 6972 - components: - - type: Transform - pos: 20.5,-30.5 - parent: 1668 - - uid: 6973 - components: - - type: Transform - pos: 21.5,-30.5 - parent: 1668 - - uid: 6974 - components: - - type: Transform - pos: 22.5,-30.5 - parent: 1668 - - uid: 6975 - components: - - type: Transform - pos: 22.5,-29.5 - parent: 1668 - - uid: 6976 - components: - - type: Transform - pos: 22.5,-31.5 - parent: 1668 -- proto: CableHV - entities: - - uid: 1391 - components: - - type: Transform - pos: 27.5,-31.5 - parent: 1668 - - uid: 1465 - components: - - type: Transform - pos: 26.5,-25.5 - parent: 1668 - - uid: 1475 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 1668 - - uid: 1476 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 1668 - - uid: 1477 - components: - - type: Transform - pos: 17.5,-13.5 - parent: 1668 - - uid: 1478 - components: - - type: Transform - pos: 17.5,-14.5 - parent: 1668 - - uid: 1479 - components: - - type: Transform - pos: 18.5,-14.5 - parent: 1668 - - uid: 1480 - components: - - type: Transform - pos: 19.5,-14.5 - parent: 1668 - - uid: 1482 - components: - - type: Transform - pos: 25.5,-25.5 - parent: 1668 - - uid: 1659 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 1668 - - uid: 1864 - components: - - type: Transform - pos: -3.5,20.5 - parent: 1668 - - uid: 1865 - components: - - type: Transform - pos: -2.5,20.5 - parent: 1668 - - uid: 1866 - components: - - type: Transform - pos: -1.5,20.5 - parent: 1668 - - uid: 1867 - components: - - type: Transform - pos: -0.5,20.5 - parent: 1668 - - uid: 1868 - components: - - type: Transform - pos: 0.5,20.5 - parent: 1668 - - uid: 1869 - components: - - type: Transform - pos: 1.5,20.5 - parent: 1668 - - uid: 1870 - components: - - type: Transform - pos: 2.5,20.5 - parent: 1668 - - uid: 1871 - components: - - type: Transform - pos: -0.5,19.5 - parent: 1668 - - uid: 1872 - components: - - type: Transform - pos: -0.5,18.5 - parent: 1668 - - uid: 1873 - components: - - type: Transform - pos: -0.5,17.5 - parent: 1668 - - uid: 1874 - components: - - type: Transform - pos: -0.5,16.5 - parent: 1668 - - uid: 1875 - components: - - type: Transform - pos: -0.5,15.5 - parent: 1668 - - uid: 1876 - components: - - type: Transform - pos: -0.5,14.5 - parent: 1668 - - uid: 1877 - components: - - type: Transform - pos: -0.5,13.5 - parent: 1668 - - uid: 1878 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1668 - - uid: 1879 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1668 - - uid: 1880 - components: - - type: Transform - pos: -0.5,10.5 - parent: 1668 - - uid: 1881 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1668 - - uid: 1882 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1668 - - uid: 1883 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1668 - - uid: 1884 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1668 - - uid: 1885 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1668 - - uid: 1886 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1668 - - uid: 1887 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1668 - - uid: 1888 - components: - - type: Transform - pos: 0.5,3.5 - parent: 1668 - - uid: 1889 - components: - - type: Transform - pos: 1.5,3.5 - parent: 1668 - - uid: 1890 - components: - - type: Transform - pos: 2.5,3.5 - parent: 1668 - - uid: 1891 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1668 - - uid: 1892 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1668 - - uid: 1893 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1668 - - uid: 1894 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1668 - - uid: 1895 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1668 - - uid: 1896 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 1668 - - uid: 1897 - components: - - type: Transform - pos: 17.5,-12.5 - parent: 1668 - - uid: 1898 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 1668 - - uid: 1899 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 1668 - - uid: 1900 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 1668 - - uid: 1901 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 1668 - - uid: 1902 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 1668 - - uid: 1903 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 1668 - - uid: 1904 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 1668 - - uid: 1905 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 1668 - - uid: 1906 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 1668 - - uid: 1907 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 1668 - - uid: 1908 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 1668 - - uid: 1909 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 1668 - - uid: 1910 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 1668 - - uid: 1911 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1668 - - uid: 1912 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1668 - - uid: 1913 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1668 - - uid: 1914 - components: - - type: Transform - pos: 1.5,-11.5 - parent: 1668 - - uid: 1915 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 1668 - - uid: 1916 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1668 - - uid: 1917 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1668 - - uid: 1918 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1668 - - uid: 1919 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1668 - - uid: 1920 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1668 - - uid: 1921 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1668 - - uid: 1922 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 1668 - - uid: 1923 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1668 - - uid: 1924 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1668 - - uid: 1925 - components: - - type: Transform - pos: 1.5,-4.5 - parent: 1668 - - uid: 1926 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 1668 - - uid: 1927 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 1668 - - uid: 1928 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1668 - - uid: 1929 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1668 - - uid: 1930 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1668 - - uid: 1931 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1668 - - uid: 1932 - components: - - type: Transform - pos: 17.5,-10.5 - parent: 1668 - - uid: 1933 - components: - - type: Transform - pos: 17.5,-9.5 - parent: 1668 - - uid: 1934 - components: - - type: Transform - pos: 17.5,-8.5 - parent: 1668 - - uid: 1935 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 1668 - - uid: 1936 - components: - - type: Transform - pos: 17.5,-6.5 - parent: 1668 - - uid: 1937 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 1668 - - uid: 1938 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 1668 - - uid: 1939 - components: - - type: Transform - pos: 14.5,-6.5 - parent: 1668 - - uid: 1940 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 1668 - - uid: 1941 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 1668 - - uid: 1942 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 1668 - - uid: 1943 - components: - - type: Transform - pos: 12.5,-4.5 - parent: 1668 - - uid: 1944 - components: - - type: Transform - pos: 12.5,-3.5 - parent: 1668 - - uid: 1945 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 1668 - - uid: 1946 - components: - - type: Transform - pos: 12.5,-1.5 - parent: 1668 - - uid: 1947 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 1668 - - uid: 1948 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 1668 - - uid: 1949 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 1668 - - uid: 1950 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 1668 - - uid: 1951 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1668 - - uid: 1952 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 1668 - - uid: 1953 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1668 - - uid: 1954 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 1668 - - uid: 2523 - components: - - type: Transform - pos: 0.5,12.5 - parent: 1668 - - uid: 2524 - components: - - type: Transform - pos: 1.5,12.5 - parent: 1668 - - uid: 2525 - components: - - type: Transform - pos: 2.5,12.5 - parent: 1668 - - uid: 2526 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1668 - - uid: 2527 - components: - - type: Transform - pos: 4.5,12.5 - parent: 1668 - - uid: 2528 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1668 - - uid: 2529 - components: - - type: Transform - pos: 6.5,12.5 - parent: 1668 - - uid: 2530 - components: - - type: Transform - pos: 7.5,12.5 - parent: 1668 - - uid: 2531 - components: - - type: Transform - pos: 8.5,12.5 - parent: 1668 - - uid: 2532 - components: - - type: Transform - pos: 9.5,12.5 - parent: 1668 - - uid: 2533 - components: - - type: Transform - pos: 10.5,12.5 - parent: 1668 - - uid: 2534 - components: - - type: Transform - pos: 11.5,12.5 - parent: 1668 - - uid: 2535 - components: - - type: Transform - pos: 12.5,12.5 - parent: 1668 - - uid: 2536 - components: - - type: Transform - pos: 13.5,12.5 - parent: 1668 - - uid: 2537 - components: - - type: Transform - pos: 14.5,12.5 - parent: 1668 - - uid: 2538 - components: - - type: Transform - pos: 14.5,13.5 - parent: 1668 - - uid: 2539 - components: - - type: Transform - pos: 14.5,14.5 - parent: 1668 - - uid: 2540 - components: - - type: Transform - pos: 14.5,15.5 - parent: 1668 - - uid: 2541 - components: - - type: Transform - pos: 14.5,16.5 - parent: 1668 - - uid: 2542 - components: - - type: Transform - pos: 14.5,17.5 - parent: 1668 - - uid: 2543 - components: - - type: Transform - pos: 14.5,18.5 - parent: 1668 - - uid: 2544 - components: - - type: Transform - pos: 15.5,18.5 - parent: 1668 - - uid: 2545 - components: - - type: Transform - pos: 15.5,19.5 - parent: 1668 - - uid: 3257 - components: - - type: Transform - pos: 16.5,18.5 - parent: 1668 - - uid: 3523 - components: - - type: Transform - pos: -1.5,-4.5 - parent: 1668 - - uid: 3524 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1668 - - uid: 3525 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1668 - - uid: 3526 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1668 - - uid: 3527 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1668 - - uid: 3528 - components: - - type: Transform - pos: -4.5,4.5 - parent: 1668 - - uid: 3529 - components: - - type: Transform - pos: -5.5,4.5 - parent: 1668 - - uid: 3530 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1668 - - uid: 3531 - components: - - type: Transform - pos: -2.5,-4.5 - parent: 1668 - - uid: 3532 - components: - - type: Transform - pos: -3.5,-4.5 - parent: 1668 - - uid: 3533 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1668 - - uid: 3534 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 1668 - - uid: 3535 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 1668 - - uid: 3536 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1668 - - uid: 3537 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 1668 - - uid: 3538 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 1668 - - uid: 3539 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 1668 - - uid: 3540 - components: - - type: Transform - pos: -6.5,0.5 - parent: 1668 - - uid: 3541 - components: - - type: Transform - pos: -6.5,1.5 - parent: 1668 - - uid: 3542 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1668 - - uid: 3543 - components: - - type: Transform - pos: -6.5,3.5 - parent: 1668 - - uid: 3544 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1668 - - uid: 3545 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 1668 - - uid: 3546 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1668 - - uid: 3547 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 1668 - - uid: 3548 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 1668 - - uid: 3549 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 1668 - - uid: 3550 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 1668 - - uid: 3551 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 1668 - - uid: 3552 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 1668 - - uid: 3553 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 1668 - - uid: 3554 - components: - - type: Transform - pos: -17.5,-0.5 - parent: 1668 - - uid: 3555 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 1668 - - uid: 3556 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 1668 - - uid: 3557 - components: - - type: Transform - pos: -20.5,0.5 - parent: 1668 - - uid: 3558 - components: - - type: Transform - pos: -19.5,0.5 - parent: 1668 - - uid: 3559 - components: - - type: Transform - pos: -21.5,0.5 - parent: 1668 - - uid: 3560 - components: - - type: Transform - pos: -21.5,1.5 - parent: 1668 - - uid: 3561 - components: - - type: Transform - pos: -21.5,2.5 - parent: 1668 - - uid: 3562 - components: - - type: Transform - pos: -21.5,3.5 - parent: 1668 - - uid: 3563 - components: - - type: Transform - pos: -21.5,4.5 - parent: 1668 - - uid: 3564 - components: - - type: Transform - pos: -21.5,5.5 - parent: 1668 - - uid: 3565 - components: - - type: Transform - pos: -20.5,5.5 - parent: 1668 - - uid: 3566 - components: - - type: Transform - pos: -19.5,5.5 - parent: 1668 - - uid: 3567 - components: - - type: Transform - pos: -18.5,5.5 - parent: 1668 - - uid: 3568 - components: - - type: Transform - pos: -17.5,5.5 - parent: 1668 - - uid: 3569 - components: - - type: Transform - pos: -16.5,5.5 - parent: 1668 - - uid: 3570 - components: - - type: Transform - pos: -15.5,5.5 - parent: 1668 - - uid: 3571 - components: - - type: Transform - pos: -15.5,6.5 - parent: 1668 - - uid: 3574 - components: - - type: Transform - pos: -15.5,4.5 - parent: 1668 - - uid: 3950 - components: - - type: Transform - pos: -22.5,0.5 - parent: 1668 - - uid: 3951 - components: - - type: Transform - pos: -23.5,0.5 - parent: 1668 - - uid: 3952 - components: - - type: Transform - pos: -24.5,0.5 - parent: 1668 - - uid: 3953 - components: - - type: Transform - pos: -25.5,0.5 - parent: 1668 - - uid: 3954 - components: - - type: Transform - pos: -26.5,0.5 - parent: 1668 - - uid: 3955 - components: - - type: Transform - pos: -27.5,0.5 - parent: 1668 - - uid: 3956 - components: - - type: Transform - pos: -28.5,0.5 - parent: 1668 - - uid: 3957 - components: - - type: Transform - pos: -29.5,0.5 - parent: 1668 - - uid: 3958 - components: - - type: Transform - pos: -30.5,0.5 - parent: 1668 - - uid: 3959 - components: - - type: Transform - pos: -30.5,1.5 - parent: 1668 - - uid: 3960 - components: - - type: Transform - pos: -30.5,2.5 - parent: 1668 - - uid: 3961 - components: - - type: Transform - pos: -30.5,3.5 - parent: 1668 - - uid: 3962 - components: - - type: Transform - pos: -30.5,4.5 - parent: 1668 - - uid: 3963 - components: - - type: Transform - pos: -29.5,4.5 - parent: 1668 - - uid: 3964 - components: - - type: Transform - pos: -28.5,4.5 - parent: 1668 - - uid: 3965 - components: - - type: Transform - pos: -27.5,4.5 - parent: 1668 - - uid: 3966 - components: - - type: Transform - pos: -27.5,5.5 - parent: 1668 - - uid: 3967 - components: - - type: Transform - pos: -27.5,6.5 - parent: 1668 - - uid: 4359 - components: - - type: Transform - pos: 22.5,-16.5 - parent: 1668 - - uid: 4360 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 1668 - - uid: 4577 - components: - - type: Transform - pos: 24.5,-25.5 - parent: 1668 - - uid: 4580 - components: - - type: Transform - pos: 19.5,-25.5 - parent: 1668 - - uid: 4634 - components: - - type: Transform - pos: 27.5,-27.5 - parent: 1668 - - uid: 4667 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 1668 - - uid: 4668 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 1668 - - uid: 4669 - components: - - type: Transform - pos: 5.5,-29.5 - parent: 1668 - - uid: 4764 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 1668 - - uid: 4765 - components: - - type: Transform - pos: 16.5,-17.5 - parent: 1668 - - uid: 4766 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 1668 - - uid: 4767 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 1668 - - uid: 4768 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 1668 - - uid: 4769 - components: - - type: Transform - pos: 17.5,-20.5 - parent: 1668 - - uid: 4770 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 1668 - - uid: 4771 - components: - - type: Transform - pos: 19.5,-20.5 - parent: 1668 - - uid: 4772 - components: - - type: Transform - pos: 20.5,-20.5 - parent: 1668 - - uid: 4773 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 1668 - - uid: 4774 - components: - - type: Transform - pos: 20.5,-18.5 - parent: 1668 - - uid: 4775 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 1668 - - uid: 4776 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 1668 - - uid: 4777 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 1668 - - uid: 4778 - components: - - type: Transform - pos: 20.5,-14.5 - parent: 1668 - - uid: 4779 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 1668 - - uid: 4780 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 1668 - - uid: 4781 - components: - - type: Transform - pos: 16.5,-23.5 - parent: 1668 - - uid: 4782 - components: - - type: Transform - pos: 16.5,-24.5 - parent: 1668 - - uid: 4783 - components: - - type: Transform - pos: 16.5,-25.5 - parent: 1668 - - uid: 4784 - components: - - type: Transform - pos: 15.5,-25.5 - parent: 1668 - - uid: 4785 - components: - - type: Transform - pos: 14.5,-25.5 - parent: 1668 - - uid: 4786 - components: - - type: Transform - pos: 13.5,-25.5 - parent: 1668 - - uid: 4787 - components: - - type: Transform - pos: 12.5,-25.5 - parent: 1668 - - uid: 4788 - components: - - type: Transform - pos: 12.5,-24.5 - parent: 1668 - - uid: 4789 - components: - - type: Transform - pos: 12.5,-23.5 - parent: 1668 - - uid: 4790 - components: - - type: Transform - pos: 12.5,-22.5 - parent: 1668 - - uid: 4791 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 1668 - - uid: 4792 - components: - - type: Transform - pos: 12.5,-20.5 - parent: 1668 - - uid: 4793 - components: - - type: Transform - pos: 12.5,-19.5 - parent: 1668 - - uid: 4794 - components: - - type: Transform - pos: 12.5,-18.5 - parent: 1668 - - uid: 4795 - components: - - type: Transform - pos: 11.5,-18.5 - parent: 1668 - - uid: 4796 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 1668 - - uid: 4797 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 1668 - - uid: 4798 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 1668 - - uid: 4799 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 1668 - - uid: 4800 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 1668 - - uid: 4801 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1668 - - uid: 4802 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1668 - - uid: 4803 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 1668 - - uid: 4804 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1668 - - uid: 4805 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1668 - - uid: 4806 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1668 - - uid: 4808 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1668 - - uid: 4809 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1668 - - uid: 4810 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1668 - - uid: 4811 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1668 - - uid: 4812 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1668 - - uid: 4813 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1668 - - uid: 4814 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 1668 - - uid: 4856 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1668 - - uid: 4972 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 1668 - - uid: 4974 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 1668 - - uid: 4975 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 1668 - - uid: 5071 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 1668 - - uid: 5072 - components: - - type: Transform - pos: 23.5,-15.5 - parent: 1668 - - uid: 5073 - components: - - type: Transform - pos: 23.5,-16.5 - parent: 1668 - - uid: 5074 - components: - - type: Transform - pos: 23.5,-17.5 - parent: 1668 - - uid: 5081 - components: - - type: Transform - pos: 21.5,-16.5 - parent: 1668 - - uid: 5082 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 1668 - - uid: 5083 - components: - - type: Transform - pos: 21.5,-15.5 - parent: 1668 - - uid: 5084 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 1668 - - uid: 5085 - components: - - type: Transform - pos: 25.5,-16.5 - parent: 1668 - - uid: 5086 - components: - - type: Transform - pos: 26.5,-16.5 - parent: 1668 - - uid: 5087 - components: - - type: Transform - pos: 27.5,-16.5 - parent: 1668 - - uid: 5088 - components: - - type: Transform - pos: 28.5,-16.5 - parent: 1668 - - uid: 5089 - components: - - type: Transform - pos: 29.5,-16.5 - parent: 1668 - - uid: 5090 - components: - - type: Transform - pos: 30.5,-16.5 - parent: 1668 - - uid: 5091 - components: - - type: Transform - pos: 31.5,-16.5 - parent: 1668 - - uid: 5092 - components: - - type: Transform - pos: 32.5,-16.5 - parent: 1668 - - uid: 5093 - components: - - type: Transform - pos: 32.5,-17.5 - parent: 1668 - - uid: 5094 - components: - - type: Transform - pos: 32.5,-18.5 - parent: 1668 - - uid: 5095 - components: - - type: Transform - pos: 32.5,-19.5 - parent: 1668 - - uid: 5096 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 1668 - - uid: 5097 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 1668 - - uid: 5098 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 1668 - - uid: 5099 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 1668 - - uid: 5100 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 1668 - - uid: 5101 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 1668 - - uid: 5185 - components: - - type: Transform - pos: 31.5,-25.5 - parent: 1668 - - uid: 5186 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 1668 - - uid: 5187 - components: - - type: Transform - pos: 33.5,-25.5 - parent: 1668 - - uid: 5188 - components: - - type: Transform - pos: 34.5,-25.5 - parent: 1668 - - uid: 5189 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 1668 - - uid: 5190 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 1668 - - uid: 5191 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 1668 - - uid: 5192 - components: - - type: Transform - pos: 30.5,-23.5 - parent: 1668 - - uid: 5193 - components: - - type: Transform - pos: 31.5,-21.5 - parent: 1668 - - uid: 5194 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 1668 - - uid: 5195 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 1668 - - uid: 5196 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 1668 - - uid: 5341 - components: - - type: Transform - pos: 27.5,-26.5 - parent: 1668 - - uid: 5342 - components: - - type: Transform - pos: 20.5,-25.5 - parent: 1668 - - uid: 5343 - components: - - type: Transform - pos: 23.5,-25.5 - parent: 1668 - - uid: 5370 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 1668 - - uid: 5393 - components: - - type: Transform - pos: 27.5,-25.5 - parent: 1668 - - uid: 5807 - components: - - type: Transform - pos: -3.5,-27.5 - parent: 1668 - - uid: 5808 - components: - - type: Transform - pos: 1.5,-27.5 - parent: 1668 - - uid: 5809 - components: - - type: Transform - pos: 2.5,-27.5 - parent: 1668 - - uid: 5810 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 1668 - - uid: 5811 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 1668 - - uid: 5812 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 1668 - - uid: 5813 - components: - - type: Transform - pos: -2.5,-27.5 - parent: 1668 - - uid: 6006 - components: - - type: Transform - pos: 12.5,-26.5 - parent: 1668 - - uid: 6007 - components: - - type: Transform - pos: 12.5,-27.5 - parent: 1668 - - uid: 6008 - components: - - type: Transform - pos: 12.5,-28.5 - parent: 1668 - - uid: 6009 - components: - - type: Transform - pos: 12.5,-29.5 - parent: 1668 - - uid: 6010 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 1668 - - uid: 6011 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 1668 - - uid: 6012 - components: - - type: Transform - pos: 11.5,-31.5 - parent: 1668 - - uid: 6013 - components: - - type: Transform - pos: 10.5,-31.5 - parent: 1668 - - uid: 6014 - components: - - type: Transform - pos: 9.5,-31.5 - parent: 1668 - - uid: 6015 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 1668 - - uid: 6016 - components: - - type: Transform - pos: 7.5,-31.5 - parent: 1668 - - uid: 6017 - components: - - type: Transform - pos: 6.5,-31.5 - parent: 1668 - - uid: 6018 - components: - - type: Transform - pos: 5.5,-31.5 - parent: 1668 - - uid: 6019 - components: - - type: Transform - pos: -6.5,-28.5 - parent: 1668 - - uid: 6020 - components: - - type: Transform - pos: -6.5,-27.5 - parent: 1668 - - uid: 6021 - components: - - type: Transform - pos: -5.5,-27.5 - parent: 1668 - - uid: 6022 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 1668 - - uid: 6023 - components: - - type: Transform - pos: 5.5,-30.5 - parent: 1668 - - uid: 6026 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 1668 - - uid: 6027 - components: - - type: Transform - pos: -4.5,-27.5 - parent: 1668 - - uid: 6028 - components: - - type: Transform - pos: -6.5,-30.5 - parent: 1668 - - uid: 6029 - components: - - type: Transform - pos: -6.5,-29.5 - parent: 1668 - - uid: 6030 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 1668 - - uid: 6031 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 1668 - - uid: 6032 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 1668 - - uid: 6033 - components: - - type: Transform - pos: -9.5,-31.5 - parent: 1668 - - uid: 6034 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 1668 - - uid: 6035 - components: - - type: Transform - pos: -11.5,-31.5 - parent: 1668 - - uid: 6036 - components: - - type: Transform - pos: -12.5,-31.5 - parent: 1668 - - uid: 6037 - components: - - type: Transform - pos: -13.5,-31.5 - parent: 1668 - - uid: 6038 - components: - - type: Transform - pos: -14.5,-31.5 - parent: 1668 - - uid: 6039 - components: - - type: Transform - pos: -14.5,-30.5 - parent: 1668 - - uid: 6040 - components: - - type: Transform - pos: -14.5,-29.5 - parent: 1668 - - uid: 6041 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 1668 - - uid: 6042 - components: - - type: Transform - pos: -14.5,-27.5 - parent: 1668 - - uid: 6043 - components: - - type: Transform - pos: -14.5,-26.5 - parent: 1668 - - uid: 6044 - components: - - type: Transform - pos: -14.5,-25.5 - parent: 1668 - - uid: 6045 - components: - - type: Transform - pos: -15.5,-25.5 - parent: 1668 - - uid: 6046 - components: - - type: Transform - pos: -16.5,-25.5 - parent: 1668 - - uid: 6047 - components: - - type: Transform - pos: -17.5,-25.5 - parent: 1668 - - uid: 6048 - components: - - type: Transform - pos: -18.5,-25.5 - parent: 1668 - - uid: 6049 - components: - - type: Transform - pos: -18.5,-26.5 - parent: 1668 - - uid: 6050 - components: - - type: Transform - pos: -18.5,-27.5 - parent: 1668 - - uid: 6051 - components: - - type: Transform - pos: -18.5,-28.5 - parent: 1668 - - uid: 6052 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 1668 - - uid: 6053 - components: - - type: Transform - pos: -17.5,-29.5 - parent: 1668 - - uid: 6054 - components: - - type: Transform - pos: -16.5,-29.5 - parent: 1668 - - uid: 6166 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 1668 - - uid: 6167 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 1668 - - uid: 6168 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 1668 - - uid: 6169 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 1668 - - uid: 6170 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 1668 - - uid: 6171 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 1668 - - uid: 6172 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 1668 - - uid: 6173 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 1668 - - uid: 6174 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 1668 - - uid: 6175 - components: - - type: Transform - pos: 3.5,-32.5 - parent: 1668 - - uid: 6176 - components: - - type: Transform - pos: 2.5,-32.5 - parent: 1668 - - uid: 6177 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 1668 - - uid: 6178 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 1668 - - uid: 6179 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 1668 - - uid: 6253 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 1668 - - uid: 6254 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 1668 - - uid: 6255 - components: - - type: Transform - pos: -3.5,-35.5 - parent: 1668 - - uid: 6256 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 1668 - - uid: 6257 - components: - - type: Transform - pos: -1.5,-35.5 - parent: 1668 - - uid: 6258 - components: - - type: Transform - pos: -0.5,-35.5 - parent: 1668 - - uid: 6259 - components: - - type: Transform - pos: 0.5,-35.5 - parent: 1668 - - uid: 6260 - components: - - type: Transform - pos: 1.5,-35.5 - parent: 1668 - - uid: 6261 - components: - - type: Transform - pos: 2.5,-35.5 - parent: 1668 - - uid: 6262 - components: - - type: Transform - pos: 2.5,-34.5 - parent: 1668 - - uid: 6263 - components: - - type: Transform - pos: 2.5,-33.5 - parent: 1668 - - uid: 6264 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 1668 - - uid: 6265 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 1668 - - uid: 6266 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 1668 - - uid: 6594 - components: - - type: Transform - pos: 27.5,-29.5 - parent: 1668 - - uid: 6631 - components: - - type: Transform - pos: 27.5,-28.5 - parent: 1668 - - uid: 6773 - components: - - type: Transform - pos: 17.5,-25.5 - parent: 1668 - - uid: 6777 - components: - - type: Transform - pos: 27.5,-30.5 - parent: 1668 - - uid: 6786 - components: - - type: Transform - pos: 21.5,-25.5 - parent: 1668 -- proto: CableMV - entities: - - uid: 1146 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 1668 - - uid: 1147 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 1668 - - uid: 1148 - components: - - type: Transform - pos: 17.5,-13.5 - parent: 1668 - - uid: 1149 - components: - - type: Transform - pos: 17.5,-12.5 - parent: 1668 - - uid: 1150 - components: - - type: Transform - pos: 17.5,-11.5 - parent: 1668 - - uid: 1151 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 1668 - - uid: 1153 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 1668 - - uid: 1154 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 1668 - - uid: 1155 - components: - - type: Transform - pos: 22.5,-11.5 - parent: 1668 - - uid: 1156 - components: - - type: Transform - pos: 23.5,-11.5 - parent: 1668 - - uid: 1157 - components: - - type: Transform - pos: 23.5,-10.5 - parent: 1668 - - uid: 1158 - components: - - type: Transform - pos: 17.5,-10.5 - parent: 1668 - - uid: 1159 - components: - - type: Transform - pos: 17.5,-9.5 - parent: 1668 - - uid: 1160 - components: - - type: Transform - pos: 17.5,-8.5 - parent: 1668 - - uid: 1161 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 1668 - - uid: 1162 - components: - - type: Transform - pos: 17.5,-6.5 - parent: 1668 - - uid: 1163 - components: - - type: Transform - pos: 18.5,-6.5 - parent: 1668 - - uid: 1164 - components: - - type: Transform - pos: 19.5,-6.5 - parent: 1668 - - uid: 1165 - components: - - type: Transform - pos: 20.5,-6.5 - parent: 1668 - - uid: 1166 - components: - - type: Transform - pos: 20.5,-7.5 - parent: 1668 - - uid: 1167 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 1668 - - uid: 1168 - components: - - type: Transform - pos: 15.5,-6.5 - parent: 1668 - - uid: 1169 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 1668 - - uid: 1170 - components: - - type: Transform - pos: 14.5,-6.5 - parent: 1668 - - uid: 1171 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 1668 - - uid: 1172 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 1668 - - uid: 1173 - components: - - type: Transform - pos: 10.5,-6.5 - parent: 1668 - - uid: 1174 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 1668 - - uid: 1175 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 1668 - - uid: 1176 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 1668 - - uid: 1182 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 1668 - - uid: 1321 - components: - - type: Transform - pos: -3.5,4.5 - parent: 1668 - - uid: 1323 - components: - - type: Transform - pos: 16.5,-11.5 - parent: 1668 - - uid: 1324 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 1668 - - uid: 1325 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 1668 - - uid: 1326 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 1668 - - uid: 1327 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 1668 - - uid: 1328 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 1668 - - uid: 1329 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 1668 - - uid: 1330 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 1668 - - uid: 1331 - components: - - type: Transform - pos: 9.5,-11.5 - parent: 1668 - - uid: 1332 - components: - - type: Transform - pos: 8.5,-11.5 - parent: 1668 - - uid: 1333 - components: - - type: Transform - pos: 7.5,-11.5 - parent: 1668 - - uid: 1334 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 1668 - - uid: 1335 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 1668 - - uid: 1336 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1668 - - uid: 1337 - components: - - type: Transform - pos: 3.5,-11.5 - parent: 1668 - - uid: 1338 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1668 - - uid: 1339 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1668 - - uid: 1340 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 1668 - - uid: 1483 - components: - - type: Transform - pos: 27.5,-31.5 - parent: 1668 - - uid: 1486 - components: - - type: Transform - pos: 28.5,-31.5 - parent: 1668 - - uid: 1487 - components: - - type: Transform - pos: 30.5,-31.5 - parent: 1668 - - uid: 1658 - components: - - type: Transform - pos: 31.5,-31.5 - parent: 1668 - - uid: 1805 - components: - - type: Transform - pos: -3.5,20.5 - parent: 1668 - - uid: 1806 - components: - - type: Transform - pos: -3.5,21.5 - parent: 1668 - - uid: 1807 - components: - - type: Transform - pos: -4.5,21.5 - parent: 1668 - - uid: 1808 - components: - - type: Transform - pos: -5.5,21.5 - parent: 1668 - - uid: 1809 - components: - - type: Transform - pos: -5.5,20.5 - parent: 1668 - - uid: 1810 - components: - - type: Transform - pos: -5.5,19.5 - parent: 1668 - - uid: 1811 - components: - - type: Transform - pos: -4.5,19.5 - parent: 1668 - - uid: 1812 - components: - - type: Transform - pos: -6.5,19.5 - parent: 1668 - - uid: 1813 - components: - - type: Transform - pos: -6.5,18.5 - parent: 1668 - - uid: 1814 - components: - - type: Transform - pos: -6.5,17.5 - parent: 1668 - - uid: 1815 - components: - - type: Transform - pos: -5.5,17.5 - parent: 1668 - - uid: 1816 - components: - - type: Transform - pos: -4.5,17.5 - parent: 1668 - - uid: 1817 - components: - - type: Transform - pos: -6.5,16.5 - parent: 1668 - - uid: 1818 - components: - - type: Transform - pos: -6.5,15.5 - parent: 1668 - - uid: 1819 - components: - - type: Transform - pos: -6.5,14.5 - parent: 1668 - - uid: 1820 - components: - - type: Transform - pos: -6.5,13.5 - parent: 1668 - - uid: 1821 - components: - - type: Transform - pos: -6.5,12.5 - parent: 1668 - - uid: 1822 - components: - - type: Transform - pos: -7.5,12.5 - parent: 1668 - - uid: 1823 - components: - - type: Transform - pos: -8.5,12.5 - parent: 1668 - - uid: 1824 - components: - - type: Transform - pos: -8.5,13.5 - parent: 1668 - - uid: 1825 - components: - - type: Transform - pos: -5.5,12.5 - parent: 1668 - - uid: 1826 - components: - - type: Transform - pos: -5.5,11.5 - parent: 1668 - - uid: 1827 - components: - - type: Transform - pos: -4.5,11.5 - parent: 1668 - - uid: 1828 - components: - - type: Transform - pos: -7.5,19.5 - parent: 1668 - - uid: 1829 - components: - - type: Transform - pos: -8.5,19.5 - parent: 1668 - - uid: 1830 - components: - - type: Transform - pos: -9.5,19.5 - parent: 1668 - - uid: 1831 - components: - - type: Transform - pos: -10.5,19.5 - parent: 1668 - - uid: 1832 - components: - - type: Transform - pos: -10.5,18.5 - parent: 1668 - - uid: 1833 - components: - - type: Transform - pos: -10.5,17.5 - parent: 1668 - - uid: 1834 - components: - - type: Transform - pos: -11.5,17.5 - parent: 1668 - - uid: 1835 - components: - - type: Transform - pos: -12.5,17.5 - parent: 1668 - - uid: 1836 - components: - - type: Transform - pos: -13.5,17.5 - parent: 1668 - - uid: 1837 - components: - - type: Transform - pos: -14.5,17.5 - parent: 1668 - - uid: 1838 - components: - - type: Transform - pos: -14.5,18.5 - parent: 1668 - - uid: 1839 - components: - - type: Transform - pos: 2.5,20.5 - parent: 1668 - - uid: 1840 - components: - - type: Transform - pos: 1.5,20.5 - parent: 1668 - - uid: 1841 - components: - - type: Transform - pos: 0.5,20.5 - parent: 1668 - - uid: 1842 - components: - - type: Transform - pos: -0.5,20.5 - parent: 1668 - - uid: 1843 - components: - - type: Transform - pos: -0.5,19.5 - parent: 1668 - - uid: 1844 - components: - - type: Transform - pos: -0.5,18.5 - parent: 1668 - - uid: 1845 - components: - - type: Transform - pos: -0.5,17.5 - parent: 1668 - - uid: 1846 - components: - - type: Transform - pos: -0.5,16.5 - parent: 1668 - - uid: 1847 - components: - - type: Transform - pos: -0.5,15.5 - parent: 1668 - - uid: 1848 - components: - - type: Transform - pos: -0.5,14.5 - parent: 1668 - - uid: 1849 - components: - - type: Transform - pos: -0.5,13.5 - parent: 1668 - - uid: 1850 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1668 - - uid: 1851 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1668 - - uid: 1852 - components: - - type: Transform - pos: -0.5,10.5 - parent: 1668 - - uid: 1853 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1668 - - uid: 1854 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1668 - - uid: 1855 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1668 - - uid: 1856 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1668 - - uid: 1857 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1668 - - uid: 1858 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1668 - - uid: 1859 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1668 - - uid: 1860 - components: - - type: Transform - pos: -2.5,4.5 - parent: 1668 - - uid: 1862 - components: - - type: Transform - pos: -2.5,3.5 - parent: 1668 - - uid: 1863 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1668 - - uid: 2014 - components: - - type: Transform - pos: 0.5,16.5 - parent: 1668 - - uid: 2015 - components: - - type: Transform - pos: 1.5,16.5 - parent: 1668 - - uid: 2016 - components: - - type: Transform - pos: 1.5,17.5 - parent: 1668 - - uid: 2017 - components: - - type: Transform - pos: -0.5,21.5 - parent: 1668 - - uid: 2018 - components: - - type: Transform - pos: -1.5,21.5 - parent: 1668 - - uid: 2019 - components: - - type: Transform - pos: -1.5,22.5 - parent: 1668 - - uid: 2056 - components: - - type: Transform - pos: -3.5,5.5 - parent: 1668 - - uid: 2947 - components: - - type: Transform - pos: 15.5,19.5 - parent: 1668 - - uid: 2948 - components: - - type: Transform - pos: 15.5,18.5 - parent: 1668 - - uid: 2949 - components: - - type: Transform - pos: 14.5,18.5 - parent: 1668 - - uid: 2950 - components: - - type: Transform - pos: 14.5,17.5 - parent: 1668 - - uid: 2951 - components: - - type: Transform - pos: 14.5,16.5 - parent: 1668 - - uid: 2952 - components: - - type: Transform - pos: 14.5,15.5 - parent: 1668 - - uid: 2953 - components: - - type: Transform - pos: 14.5,14.5 - parent: 1668 - - uid: 2954 - components: - - type: Transform - pos: 14.5,13.5 - parent: 1668 - - uid: 2955 - components: - - type: Transform - pos: 15.5,13.5 - parent: 1668 - - uid: 2956 - components: - - type: Transform - pos: 16.5,13.5 - parent: 1668 - - uid: 2957 - components: - - type: Transform - pos: 17.5,13.5 - parent: 1668 - - uid: 2958 - components: - - type: Transform - pos: 17.5,14.5 - parent: 1668 - - uid: 2959 - components: - - type: Transform - pos: 17.5,15.5 - parent: 1668 - - uid: 2960 - components: - - type: Transform - pos: 17.5,16.5 - parent: 1668 - - uid: 2961 - components: - - type: Transform - pos: 17.5,17.5 - parent: 1668 - - uid: 2962 - components: - - type: Transform - pos: 17.5,12.5 - parent: 1668 - - uid: 2963 - components: - - type: Transform - pos: 18.5,12.5 - parent: 1668 - - uid: 2964 - components: - - type: Transform - pos: 19.5,12.5 - parent: 1668 - - uid: 2965 - components: - - type: Transform - pos: 20.5,12.5 - parent: 1668 - - uid: 2966 - components: - - type: Transform - pos: 21.5,12.5 - parent: 1668 - - uid: 2967 - components: - - type: Transform - pos: 22.5,12.5 - parent: 1668 - - uid: 2968 - components: - - type: Transform - pos: 23.5,12.5 - parent: 1668 - - uid: 2969 - components: - - type: Transform - pos: 24.5,12.5 - parent: 1668 - - uid: 2970 - components: - - type: Transform - pos: 24.5,13.5 - parent: 1668 - - uid: 2971 - components: - - type: Transform - pos: 24.5,14.5 - parent: 1668 - - uid: 2972 - components: - - type: Transform - pos: 19.5,13.5 - parent: 1668 - - uid: 2973 - components: - - type: Transform - pos: 19.5,14.5 - parent: 1668 - - uid: 2974 - components: - - type: Transform - pos: 19.5,15.5 - parent: 1668 - - uid: 2975 - components: - - type: Transform - pos: 19.5,16.5 - parent: 1668 - - uid: 2976 - components: - - type: Transform - pos: 19.5,17.5 - parent: 1668 - - uid: 2977 - components: - - type: Transform - pos: 19.5,18.5 - parent: 1668 - - uid: 2978 - components: - - type: Transform - pos: 19.5,19.5 - parent: 1668 - - uid: 2979 - components: - - type: Transform - pos: 19.5,20.5 - parent: 1668 - - uid: 2980 - components: - - type: Transform - pos: 19.5,21.5 - parent: 1668 - - uid: 2981 - components: - - type: Transform - pos: 20.5,21.5 - parent: 1668 - - uid: 2982 - components: - - type: Transform - pos: 21.5,21.5 - parent: 1668 - - uid: 2983 - components: - - type: Transform - pos: 25.5,12.5 - parent: 1668 - - uid: 2984 - components: - - type: Transform - pos: 26.5,12.5 - parent: 1668 - - uid: 2985 - components: - - type: Transform - pos: 27.5,12.5 - parent: 1668 - - uid: 2986 - components: - - type: Transform - pos: 28.5,12.5 - parent: 1668 - - uid: 2987 - components: - - type: Transform - pos: 29.5,12.5 - parent: 1668 - - uid: 2988 - components: - - type: Transform - pos: 30.5,12.5 - parent: 1668 - - uid: 2989 - components: - - type: Transform - pos: 31.5,12.5 - parent: 1668 - - uid: 2990 - components: - - type: Transform - pos: 32.5,12.5 - parent: 1668 - - uid: 2991 - components: - - type: Transform - pos: 33.5,12.5 - parent: 1668 - - uid: 2992 - components: - - type: Transform - pos: 34.5,12.5 - parent: 1668 - - uid: 2993 - components: - - type: Transform - pos: 34.5,13.5 - parent: 1668 - - uid: 2994 - components: - - type: Transform - pos: 34.5,14.5 - parent: 1668 - - uid: 2995 - components: - - type: Transform - pos: 34.5,15.5 - parent: 1668 - - uid: 2996 - components: - - type: Transform - pos: 34.5,16.5 - parent: 1668 - - uid: 2997 - components: - - type: Transform - pos: 34.5,17.5 - parent: 1668 - - uid: 2998 - components: - - type: Transform - pos: 34.5,18.5 - parent: 1668 - - uid: 2999 - components: - - type: Transform - pos: 34.5,19.5 - parent: 1668 - - uid: 3000 - components: - - type: Transform - pos: 35.5,19.5 - parent: 1668 - - uid: 3001 - components: - - type: Transform - pos: 13.5,15.5 - parent: 1668 - - uid: 3002 - components: - - type: Transform - pos: 12.5,15.5 - parent: 1668 - - uid: 3003 - components: - - type: Transform - pos: 11.5,15.5 - parent: 1668 - - uid: 3004 - components: - - type: Transform - pos: 10.5,15.5 - parent: 1668 - - uid: 3005 - components: - - type: Transform - pos: 9.5,15.5 - parent: 1668 - - uid: 3006 - components: - - type: Transform - pos: 8.5,15.5 - parent: 1668 - - uid: 3007 - components: - - type: Transform - pos: 7.5,15.5 - parent: 1668 - - uid: 3008 - components: - - type: Transform - pos: 7.5,16.5 - parent: 1668 - - uid: 3009 - components: - - type: Transform - pos: 11.5,16.5 - parent: 1668 - - uid: 3010 - components: - - type: Transform - pos: 11.5,17.5 - parent: 1668 - - uid: 3011 - components: - - type: Transform - pos: 11.5,18.5 - parent: 1668 - - uid: 3012 - components: - - type: Transform - pos: 11.5,19.5 - parent: 1668 - - uid: 3013 - components: - - type: Transform - pos: 11.5,20.5 - parent: 1668 - - uid: 3014 - components: - - type: Transform - pos: 11.5,21.5 - parent: 1668 - - uid: 3015 - components: - - type: Transform - pos: 10.5,21.5 - parent: 1668 - - uid: 3016 - components: - - type: Transform - pos: 9.5,21.5 - parent: 1668 - - uid: 3017 - components: - - type: Transform - pos: 9.5,20.5 - parent: 1668 - - uid: 3018 - components: - - type: Transform - pos: 9.5,19.5 - parent: 1668 - - uid: 3019 - components: - - type: Transform - pos: 9.5,18.5 - parent: 1668 - - uid: 3020 - components: - - type: Transform - pos: 8.5,18.5 - parent: 1668 - - uid: 3021 - components: - - type: Transform - pos: 7.5,18.5 - parent: 1668 - - uid: 3022 - components: - - type: Transform - pos: 9.5,22.5 - parent: 1668 - - uid: 3023 - components: - - type: Transform - pos: 9.5,23.5 - parent: 1668 - - uid: 3024 - components: - - type: Transform - pos: 9.5,24.5 - parent: 1668 - - uid: 3025 - components: - - type: Transform - pos: 9.5,25.5 - parent: 1668 - - uid: 3026 - components: - - type: Transform - pos: 9.5,26.5 - parent: 1668 - - uid: 3027 - components: - - type: Transform - pos: 9.5,27.5 - parent: 1668 - - uid: 3028 - components: - - type: Transform - pos: 9.5,28.5 - parent: 1668 - - uid: 3029 - components: - - type: Transform - pos: 9.5,29.5 - parent: 1668 - - uid: 3030 - components: - - type: Transform - pos: 9.5,30.5 - parent: 1668 - - uid: 3031 - components: - - type: Transform - pos: 8.5,30.5 - parent: 1668 - - uid: 3032 - components: - - type: Transform - pos: 7.5,30.5 - parent: 1668 - - uid: 3575 - components: - - type: Transform - pos: -15.5,6.5 - parent: 1668 - - uid: 3576 - components: - - type: Transform - pos: -15.5,5.5 - parent: 1668 - - uid: 3578 - components: - - type: Transform - pos: -14.5,6.5 - parent: 1668 - - uid: 3579 - components: - - type: Transform - pos: -13.5,6.5 - parent: 1668 - - uid: 3580 - components: - - type: Transform - pos: -16.5,5.5 - parent: 1668 - - uid: 3581 - components: - - type: Transform - pos: -17.5,5.5 - parent: 1668 - - uid: 3582 - components: - - type: Transform - pos: -18.5,5.5 - parent: 1668 - - uid: 3583 - components: - - type: Transform - pos: -19.5,5.5 - parent: 1668 - - uid: 3584 - components: - - type: Transform - pos: -20.5,5.5 - parent: 1668 - - uid: 3585 - components: - - type: Transform - pos: -21.5,5.5 - parent: 1668 - - uid: 3586 - components: - - type: Transform - pos: -22.5,5.5 - parent: 1668 - - uid: 3587 - components: - - type: Transform - pos: -22.5,6.5 - parent: 1668 - - uid: 3588 - components: - - type: Transform - pos: -22.5,7.5 - parent: 1668 - - uid: 3589 - components: - - type: Transform - pos: -22.5,8.5 - parent: 1668 - - uid: 3590 - components: - - type: Transform - pos: -22.5,9.5 - parent: 1668 - - uid: 3591 - components: - - type: Transform - pos: -22.5,10.5 - parent: 1668 - - uid: 3592 - components: - - type: Transform - pos: -22.5,11.5 - parent: 1668 - - uid: 3593 - components: - - type: Transform - pos: -22.5,12.5 - parent: 1668 - - uid: 3594 - components: - - type: Transform - pos: -22.5,13.5 - parent: 1668 - - uid: 3595 - components: - - type: Transform - pos: -21.5,11.5 - parent: 1668 - - uid: 3596 - components: - - type: Transform - pos: -20.5,11.5 - parent: 1668 - - uid: 3597 - components: - - type: Transform - pos: -19.5,11.5 - parent: 1668 - - uid: 3598 - components: - - type: Transform - pos: -18.5,11.5 - parent: 1668 - - uid: 3599 - components: - - type: Transform - pos: -17.5,11.5 - parent: 1668 - - uid: 3600 - components: - - type: Transform - pos: -16.5,11.5 - parent: 1668 - - uid: 3601 - components: - - type: Transform - pos: -16.5,12.5 - parent: 1668 - - uid: 3602 - components: - - type: Transform - pos: -16.5,13.5 - parent: 1668 - - uid: 4105 - components: - - type: Transform - pos: -31.5,2.5 - parent: 1668 - - uid: 4106 - components: - - type: Transform - pos: -31.5,3.5 - parent: 1668 - - uid: 4107 - components: - - type: Transform - pos: -31.5,4.5 - parent: 1668 - - uid: 4108 - components: - - type: Transform - pos: -31.5,5.5 - parent: 1668 - - uid: 4109 - components: - - type: Transform - pos: -31.5,6.5 - parent: 1668 - - uid: 4110 - components: - - type: Transform - pos: -30.5,4.5 - parent: 1668 - - uid: 4111 - components: - - type: Transform - pos: -29.5,4.5 - parent: 1668 - - uid: 4112 - components: - - type: Transform - pos: -28.5,4.5 - parent: 1668 - - uid: 4113 - components: - - type: Transform - pos: -27.5,4.5 - parent: 1668 - - uid: 4114 - components: - - type: Transform - pos: -27.5,5.5 - parent: 1668 - - uid: 4115 - components: - - type: Transform - pos: -27.5,6.5 - parent: 1668 - - uid: 4116 - components: - - type: Transform - pos: -31.5,7.5 - parent: 1668 - - uid: 4117 - components: - - type: Transform - pos: -31.5,1.5 - parent: 1668 - - uid: 4118 - components: - - type: Transform - pos: -31.5,0.5 - parent: 1668 - - uid: 4119 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 1668 - - uid: 4120 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 1668 - - uid: 4121 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 1668 - - uid: 4122 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 1668 - - uid: 4123 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 1668 - - uid: 4124 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 1668 - - uid: 4125 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 1668 - - uid: 4126 - components: - - type: Transform - pos: -24.5,-0.5 - parent: 1668 - - uid: 4127 - components: - - type: Transform - pos: -23.5,-0.5 - parent: 1668 - - uid: 4128 - components: - - type: Transform - pos: -22.5,-0.5 - parent: 1668 - - uid: 4129 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 1668 - - uid: 4130 - components: - - type: Transform - pos: -21.5,-1.5 - parent: 1668 - - uid: 4131 - components: - - type: Transform - pos: -21.5,-2.5 - parent: 1668 - - uid: 4132 - components: - - type: Transform - pos: -20.5,-0.5 - parent: 1668 - - uid: 4133 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 1668 - - uid: 4134 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 1668 - - uid: 4135 - components: - - type: Transform - pos: -17.5,-0.5 - parent: 1668 - - uid: 4136 - components: - - type: Transform - pos: -17.5,0.5 - parent: 1668 - - uid: 4137 - components: - - type: Transform - pos: -17.5,1.5 - parent: 1668 - - uid: 4138 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 1668 - - uid: 4139 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 1668 - - uid: 4140 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 1668 - - uid: 4141 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 1668 - - uid: 4142 - components: - - type: Transform - pos: -13.5,-1.5 - parent: 1668 - - uid: 4143 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 1668 - - uid: 4257 - components: - - type: Transform - pos: 29.5,-31.5 - parent: 1668 - - uid: 4807 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1668 - - uid: 4817 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 1668 - - uid: 4818 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 1668 - - uid: 4819 - components: - - type: Transform - pos: 16.5,-18.5 - parent: 1668 - - uid: 4820 - components: - - type: Transform - pos: 16.5,-19.5 - parent: 1668 - - uid: 4821 - components: - - type: Transform - pos: 16.5,-20.5 - parent: 1668 - - uid: 4822 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 1668 - - uid: 4823 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 1668 - - uid: 4824 - components: - - type: Transform - pos: 16.5,-23.5 - parent: 1668 - - uid: 4825 - components: - - type: Transform - pos: 15.5,-23.5 - parent: 1668 - - uid: 4826 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 1668 - - uid: 4827 - components: - - type: Transform - pos: 13.5,-23.5 - parent: 1668 - - uid: 4828 - components: - - type: Transform - pos: 13.5,-22.5 - parent: 1668 - - uid: 4829 - components: - - type: Transform - pos: 12.5,-22.5 - parent: 1668 - - uid: 4830 - components: - - type: Transform - pos: 11.5,-22.5 - parent: 1668 - - uid: 4831 - components: - - type: Transform - pos: 10.5,-22.5 - parent: 1668 - - uid: 4832 - components: - - type: Transform - pos: 9.5,-22.5 - parent: 1668 - - uid: 4833 - components: - - type: Transform - pos: 8.5,-22.5 - parent: 1668 - - uid: 4834 - components: - - type: Transform - pos: 8.5,-23.5 - parent: 1668 - - uid: 4835 - components: - - type: Transform - pos: 8.5,-24.5 - parent: 1668 - - uid: 4836 - components: - - type: Transform - pos: 7.5,-24.5 - parent: 1668 - - uid: 4837 - components: - - type: Transform - pos: 12.5,-21.5 - parent: 1668 - - uid: 4838 - components: - - type: Transform - pos: 12.5,-20.5 - parent: 1668 - - uid: 4839 - components: - - type: Transform - pos: 12.5,-19.5 - parent: 1668 - - uid: 4840 - components: - - type: Transform - pos: 11.5,-19.5 - parent: 1668 - - uid: 4841 - components: - - type: Transform - pos: 10.5,-19.5 - parent: 1668 - - uid: 4842 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 1668 - - uid: 4843 - components: - - type: Transform - pos: 8.5,-19.5 - parent: 1668 - - uid: 4844 - components: - - type: Transform - pos: 8.5,-18.5 - parent: 1668 - - uid: 4845 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 1668 - - uid: 4846 - components: - - type: Transform - pos: 7.5,-18.5 - parent: 1668 - - uid: 4847 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 1668 - - uid: 4848 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 1668 - - uid: 4849 - components: - - type: Transform - pos: 4.5,-18.5 - parent: 1668 - - uid: 4850 - components: - - type: Transform - pos: 3.5,-18.5 - parent: 1668 - - uid: 4851 - components: - - type: Transform - pos: 2.5,-18.5 - parent: 1668 - - uid: 4852 - components: - - type: Transform - pos: 1.5,-18.5 - parent: 1668 - - uid: 4853 - components: - - type: Transform - pos: 1.5,-19.5 - parent: 1668 - - uid: 4854 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1668 - - uid: 4855 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 1668 - - uid: 4857 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1668 - - uid: 4858 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1668 - - uid: 4859 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1668 - - uid: 4860 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1668 - - uid: 4861 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1668 - - uid: 4862 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1668 - - uid: 4863 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1668 - - uid: 4864 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1668 - - uid: 4865 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1668 - - uid: 4866 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 1668 - - uid: 4867 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1668 - - uid: 4868 - components: - - type: Transform - pos: -3.5,-9.5 - parent: 1668 - - uid: 4869 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 1668 - - uid: 4870 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1668 - - uid: 4871 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 1668 - - uid: 4872 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 1668 - - uid: 4873 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 1668 - - uid: 4874 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1668 - - uid: 4875 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1668 - - uid: 4876 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 1668 - - uid: 4877 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 1668 - - uid: 4878 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 1668 - - uid: 4879 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 1668 - - uid: 4880 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1668 - - uid: 4881 - components: - - type: Transform - pos: -5.5,-25.5 - parent: 1668 - - uid: 4882 - components: - - type: Transform - pos: -6.5,-25.5 - parent: 1668 - - uid: 4883 - components: - - type: Transform - pos: -7.5,-25.5 - parent: 1668 - - uid: 4884 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 1668 - - uid: 4885 - components: - - type: Transform - pos: -9.5,-25.5 - parent: 1668 - - uid: 4886 - components: - - type: Transform - pos: -9.5,-24.5 - parent: 1668 - - uid: 4887 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 1668 - - uid: 4888 - components: - - type: Transform - pos: -1.5,-18.5 - parent: 1668 - - uid: 4889 - components: - - type: Transform - pos: -2.5,-18.5 - parent: 1668 - - uid: 4890 - components: - - type: Transform - pos: -3.5,-18.5 - parent: 1668 - - uid: 4891 - components: - - type: Transform - pos: -4.5,-18.5 - parent: 1668 - - uid: 4892 - components: - - type: Transform - pos: -5.5,-18.5 - parent: 1668 - - uid: 4893 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 1668 - - uid: 4894 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 1668 - - uid: 4895 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 1668 - - uid: 4896 - components: - - type: Transform - pos: -9.5,-18.5 - parent: 1668 - - uid: 4897 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 1668 - - uid: 4966 - components: - - type: Transform - pos: -1.5,-19.5 - parent: 1668 - - uid: 4967 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 1668 - - uid: 4976 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 1668 - - uid: 4978 - components: - - type: Transform - pos: 18.5,-17.5 - parent: 1668 - - uid: 4979 - components: - - type: Transform - pos: 19.5,-17.5 - parent: 1668 - - uid: 4980 - components: - - type: Transform - pos: 20.5,-17.5 - parent: 1668 - - uid: 4981 - components: - - type: Transform - pos: 20.5,-16.5 - parent: 1668 - - uid: 4982 - components: - - type: Transform - pos: 20.5,-15.5 - parent: 1668 - - uid: 4983 - components: - - type: Transform - pos: 20.5,-14.5 - parent: 1668 - - uid: 4984 - components: - - type: Transform - pos: 20.5,-13.5 - parent: 1668 - - uid: 4985 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 1668 - - uid: 4986 - components: - - type: Transform - pos: 20.5,-10.5 - parent: 1668 - - uid: 4987 - components: - - type: Transform - pos: 21.5,-10.5 - parent: 1668 - - uid: 4988 - components: - - type: Transform - pos: 20.5,-18.5 - parent: 1668 - - uid: 4989 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 1668 - - uid: 4990 - components: - - type: Transform - pos: 19.5,-19.5 - parent: 1668 - - uid: 4991 - components: - - type: Transform - pos: 18.5,-19.5 - parent: 1668 - - uid: 5277 - components: - - type: Transform - pos: 21.5,-18.5 - parent: 1668 - - uid: 5278 - components: - - type: Transform - pos: 22.5,-18.5 - parent: 1668 - - uid: 5279 - components: - - type: Transform - pos: 23.5,-18.5 - parent: 1668 - - uid: 5280 - components: - - type: Transform - pos: 24.5,-18.5 - parent: 1668 - - uid: 5281 - components: - - type: Transform - pos: 25.5,-18.5 - parent: 1668 - - uid: 5282 - components: - - type: Transform - pos: 26.5,-18.5 - parent: 1668 - - uid: 5283 - components: - - type: Transform - pos: 27.5,-18.5 - parent: 1668 - - uid: 5284 - components: - - type: Transform - pos: 28.5,-18.5 - parent: 1668 - - uid: 5285 - components: - - type: Transform - pos: 29.5,-18.5 - parent: 1668 - - uid: 5286 - components: - - type: Transform - pos: 29.5,-19.5 - parent: 1668 - - uid: 5287 - components: - - type: Transform - pos: 30.5,-18.5 - parent: 1668 - - uid: 5288 - components: - - type: Transform - pos: 30.5,-17.5 - parent: 1668 - - uid: 5289 - components: - - type: Transform - pos: 30.5,-16.5 - parent: 1668 - - uid: 5290 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 1668 - - uid: 5291 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 1668 - - uid: 5292 - components: - - type: Transform - pos: 30.5,-13.5 - parent: 1668 - - uid: 5293 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 1668 - - uid: 5294 - components: - - type: Transform - pos: 30.5,-11.5 - parent: 1668 - - uid: 5295 - components: - - type: Transform - pos: 30.5,-10.5 - parent: 1668 - - uid: 5296 - components: - - type: Transform - pos: 31.5,-10.5 - parent: 1668 - - uid: 5297 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 1668 - - uid: 5298 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 1668 - - uid: 5299 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 1668 - - uid: 5300 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 1668 - - uid: 5301 - components: - - type: Transform - pos: 22.5,-23.5 - parent: 1668 - - uid: 5302 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 1668 - - uid: 5303 - components: - - type: Transform - pos: 24.5,-23.5 - parent: 1668 - - uid: 5304 - components: - - type: Transform - pos: 24.5,-22.5 - parent: 1668 - - uid: 5305 - components: - - type: Transform - pos: 24.5,-21.5 - parent: 1668 - - uid: 5306 - components: - - type: Transform - pos: 24.5,-20.5 - parent: 1668 - - uid: 5307 - components: - - type: Transform - pos: 24.5,-19.5 - parent: 1668 - - uid: 5424 - components: - - type: Transform - pos: 16.5,-28.5 - parent: 1668 - - uid: 5425 - components: - - type: Transform - pos: 16.5,-27.5 - parent: 1668 - - uid: 5426 - components: - - type: Transform - pos: 16.5,-26.5 - parent: 1668 - - uid: 5427 - components: - - type: Transform - pos: 16.5,-25.5 - parent: 1668 - - uid: 5428 - components: - - type: Transform - pos: 17.5,-25.5 - parent: 1668 - - uid: 5429 - components: - - type: Transform - pos: 18.5,-25.5 - parent: 1668 - - uid: 5430 - components: - - type: Transform - pos: 19.5,-25.5 - parent: 1668 - - uid: 5431 - components: - - type: Transform - pos: 20.5,-25.5 - parent: 1668 - - uid: 5432 - components: - - type: Transform - pos: 21.5,-25.5 - parent: 1668 - - uid: 5433 - components: - - type: Transform - pos: 22.5,-25.5 - parent: 1668 - - uid: 5434 - components: - - type: Transform - pos: 23.5,-25.5 - parent: 1668 - - uid: 5435 - components: - - type: Transform - pos: 24.5,-25.5 - parent: 1668 - - uid: 5436 - components: - - type: Transform - pos: 24.5,-24.5 - parent: 1668 - - uid: 5437 - components: - - type: Transform - pos: 20.5,-24.5 - parent: 1668 - - uid: 5438 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 1668 - - uid: 5439 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 1668 - - uid: 5440 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 1668 - - uid: 5832 - components: - - type: Transform - pos: 10.5,6.5 - parent: 1668 - - uid: 5833 - components: - - type: Transform - pos: 9.5,6.5 - parent: 1668 - - uid: 5834 - components: - - type: Transform - pos: 9.5,5.5 - parent: 1668 - - uid: 5835 - components: - - type: Transform - pos: 9.5,4.5 - parent: 1668 - - uid: 5836 - components: - - type: Transform - pos: 9.5,3.5 - parent: 1668 - - uid: 5837 - components: - - type: Transform - pos: 9.5,2.5 - parent: 1668 - - uid: 5838 - components: - - type: Transform - pos: 9.5,1.5 - parent: 1668 - - uid: 5839 - components: - - type: Transform - pos: 10.5,1.5 - parent: 1668 - - uid: 5840 - components: - - type: Transform - pos: 10.5,0.5 - parent: 1668 - - uid: 5841 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 1668 - - uid: 5842 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 1668 - - uid: 5843 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 1668 - - uid: 5844 - components: - - type: Transform - pos: 11.5,6.5 - parent: 1668 - - uid: 5845 - components: - - type: Transform - pos: 12.5,6.5 - parent: 1668 - - uid: 5846 - components: - - type: Transform - pos: 12.5,7.5 - parent: 1668 - - uid: 5854 - components: - - type: Transform - pos: 20.5,6.5 - parent: 1668 - - uid: 5855 - components: - - type: Transform - pos: 20.5,5.5 - parent: 1668 - - uid: 5856 - components: - - type: Transform - pos: 19.5,5.5 - parent: 1668 - - uid: 5857 - components: - - type: Transform - pos: 18.5,5.5 - parent: 1668 - - uid: 5858 - components: - - type: Transform - pos: 17.5,5.5 - parent: 1668 - - uid: 5859 - components: - - type: Transform - pos: 16.5,5.5 - parent: 1668 - - uid: 5860 - components: - - type: Transform - pos: 15.5,5.5 - parent: 1668 - - uid: 5861 - components: - - type: Transform - pos: 14.5,5.5 - parent: 1668 - - uid: 5862 - components: - - type: Transform - pos: 13.5,5.5 - parent: 1668 - - uid: 5863 - components: - - type: Transform - pos: 12.5,5.5 - parent: 1668 - - uid: 5865 - components: - - type: Transform - pos: 20.5,4.5 - parent: 1668 - - uid: 5866 - components: - - type: Transform - pos: 20.5,3.5 - parent: 1668 - - uid: 5867 - components: - - type: Transform - pos: 20.5,2.5 - parent: 1668 - - uid: 5868 - components: - - type: Transform - pos: 20.5,1.5 - parent: 1668 - - uid: 5869 - components: - - type: Transform - pos: 20.5,0.5 - parent: 1668 - - uid: 5870 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 1668 - - uid: 5871 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 1668 - - uid: 5872 - components: - - type: Transform - pos: 20.5,-2.5 - parent: 1668 - - uid: 5873 - components: - - type: Transform - pos: 20.5,-3.5 - parent: 1668 - - uid: 5874 - components: - - type: Transform - pos: 20.5,-4.5 - parent: 1668 - - uid: 5875 - components: - - type: Transform - pos: 20.5,-5.5 - parent: 1668 - - uid: 6055 - components: - - type: Transform - pos: -16.5,-29.5 - parent: 1668 - - uid: 6056 - components: - - type: Transform - pos: -16.5,-30.5 - parent: 1668 - - uid: 6057 - components: - - type: Transform - pos: -17.5,-29.5 - parent: 1668 - - uid: 6058 - components: - - type: Transform - pos: -18.5,-29.5 - parent: 1668 - - uid: 6059 - components: - - type: Transform - pos: -18.5,-28.5 - parent: 1668 - - uid: 6060 - components: - - type: Transform - pos: -18.5,-27.5 - parent: 1668 - - uid: 6061 - components: - - type: Transform - pos: -18.5,-26.5 - parent: 1668 - - uid: 6062 - components: - - type: Transform - pos: -18.5,-25.5 - parent: 1668 - - uid: 6063 - components: - - type: Transform - pos: -18.5,-24.5 - parent: 1668 - - uid: 6064 - components: - - type: Transform - pos: -18.5,-23.5 - parent: 1668 - - uid: 6065 - components: - - type: Transform - pos: -18.5,-22.5 - parent: 1668 - - uid: 6066 - components: - - type: Transform - pos: -17.5,-22.5 - parent: 1668 - - uid: 6104 - components: - - type: Transform - pos: -17.5,-26.5 - parent: 1668 - - uid: 6105 - components: - - type: Transform - pos: -16.5,-26.5 - parent: 1668 - - uid: 6106 - components: - - type: Transform - pos: -15.5,-26.5 - parent: 1668 - - uid: 6107 - components: - - type: Transform - pos: -14.5,-26.5 - parent: 1668 - - uid: 6108 - components: - - type: Transform - pos: -14.5,-27.5 - parent: 1668 - - uid: 6109 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 1668 - - uid: 6110 - components: - - type: Transform - pos: -14.5,-28.5 - parent: 1668 - - uid: 6111 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 1668 - - uid: 6182 - components: - - type: Transform - pos: -14.5,-29.5 - parent: 1668 - - uid: 6183 - components: - - type: Transform - pos: -14.5,-30.5 - parent: 1668 - - uid: 6184 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 1668 - - uid: 6185 - components: - - type: Transform - pos: -12.5,-30.5 - parent: 1668 - - uid: 6186 - components: - - type: Transform - pos: -11.5,-30.5 - parent: 1668 - - uid: 6187 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 1668 - - uid: 6188 - components: - - type: Transform - pos: -9.5,-30.5 - parent: 1668 - - uid: 6189 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 1668 - - uid: 6190 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 1668 - - uid: 6191 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 1668 - - uid: 6192 - components: - - type: Transform - pos: 9.5,-30.5 - parent: 1668 - - uid: 6193 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 1668 - - uid: 6194 - components: - - type: Transform - pos: 11.5,-30.5 - parent: 1668 - - uid: 6195 - components: - - type: Transform - pos: 12.5,-30.5 - parent: 1668 - - uid: 6196 - components: - - type: Transform - pos: 13.5,-30.5 - parent: 1668 - - uid: 6197 - components: - - type: Transform - pos: 13.5,-29.5 - parent: 1668 - - uid: 6198 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 1668 - - uid: 6199 - components: - - type: Transform - pos: 13.5,-27.5 - parent: 1668 - - uid: 6200 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 1668 - - uid: 6201 - components: - - type: Transform - pos: 15.5,-27.5 - parent: 1668 - - uid: 6336 - components: - - type: Transform - pos: -8.5,-31.5 - parent: 1668 - - uid: 6337 - components: - - type: Transform - pos: -7.5,-31.5 - parent: 1668 - - uid: 6338 - components: - - type: Transform - pos: -6.5,-31.5 - parent: 1668 - - uid: 6339 - components: - - type: Transform - pos: -5.5,-31.5 - parent: 1668 - - uid: 6340 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 1668 - - uid: 6341 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 1668 - - uid: 6342 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 1668 - - uid: 6343 - components: - - type: Transform - pos: -3.5,-33.5 - parent: 1668 - - uid: 6344 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 1668 - - uid: 6345 - components: - - type: Transform - pos: -2.5,-34.5 - parent: 1668 - - uid: 6398 - components: - - type: Transform - pos: -2.5,-35.5 - parent: 1668 - - uid: 6399 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 1668 - - uid: 6400 - components: - - type: Transform - pos: -2.5,-36.5 - parent: 1668 - - uid: 6401 - components: - - type: Transform - pos: -1.5,-37.5 - parent: 1668 - - uid: 6402 - components: - - type: Transform - pos: -2.5,-37.5 - parent: 1668 - - uid: 6403 - components: - - type: Transform - pos: -1.5,-38.5 - parent: 1668 - - uid: 6404 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 1668 - - uid: 6405 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 1668 - - uid: 6406 - components: - - type: Transform - pos: -1.5,-41.5 - parent: 1668 - - uid: 6407 - components: - - type: Transform - pos: -2.5,-41.5 - parent: 1668 - - uid: 6408 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 1668 - - uid: 6849 - components: - - type: Transform - pos: 32.5,-31.5 - parent: 1668 - - uid: 6850 - components: - - type: Transform - pos: 32.5,-30.5 - parent: 1668 - - uid: 6851 - components: - - type: Transform - pos: 32.5,-29.5 - parent: 1668 - - uid: 6852 - components: - - type: Transform - pos: 32.5,-28.5 - parent: 1668 - - uid: 6853 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 1668 -- proto: CableTerminal - entities: - - uid: 2191 - components: - - type: Transform - pos: 27.5,-29.5 - parent: 1668 - - uid: 5075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-15.5 - parent: 1668 - - uid: 5076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-16.5 - parent: 1668 - - uid: 5077 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-17.5 - parent: 1668 -- proto: CargoPallet - entities: - - uid: 6924 - components: - - type: Transform - pos: -6.5,26.5 - parent: 1668 - - uid: 6925 - components: - - type: Transform - pos: -7.5,26.5 - parent: 1668 - - uid: 6926 - components: - - type: Transform - pos: -8.5,26.5 - parent: 1668 - - uid: 6927 - components: - - type: Transform - pos: -6.5,28.5 - parent: 1668 - - uid: 6928 - components: - - type: Transform - pos: -7.5,28.5 - parent: 1668 - - uid: 6929 - components: - - type: Transform - pos: -8.5,28.5 - parent: 1668 -- proto: Carpet - entities: - - uid: 2714 - components: - - type: Transform - pos: 6.5,18.5 - parent: 1668 - - uid: 2715 - components: - - type: Transform - pos: 6.5,19.5 - parent: 1668 - - uid: 2716 - components: - - type: Transform - pos: 5.5,18.5 - parent: 1668 - - uid: 2717 - components: - - type: Transform - pos: 5.5,19.5 - parent: 1668 -- proto: CarpetGreen - entities: - - uid: 148 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1668 - - uid: 149 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 1668 - - uid: 204 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 1668 - - uid: 205 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 1668 - - uid: 207 - components: - - type: Transform - pos: -0.5,0.5 - parent: 1668 - - uid: 1428 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1668 - - uid: 3728 - components: - - type: Transform - pos: -16.5,10.5 - parent: 1668 - - uid: 3729 - components: - - type: Transform - pos: -16.5,11.5 - parent: 1668 - - uid: 3730 - components: - - type: Transform - pos: -15.5,10.5 - parent: 1668 - - uid: 3731 - components: - - type: Transform - pos: -15.5,11.5 - parent: 1668 - - uid: 3732 - components: - - type: Transform - pos: -19.5,11.5 - parent: 1668 - - uid: 3733 - components: - - type: Transform - pos: -19.5,10.5 - parent: 1668 - - uid: 3735 - components: - - type: Transform - pos: -18.5,11.5 - parent: 1668 - - uid: 3736 - components: - - type: Transform - pos: -18.5,10.5 - parent: 1668 - - uid: 3738 - components: - - type: Transform - pos: -19.5,5.5 - parent: 1668 - - uid: 3739 - components: - - type: Transform - pos: -19.5,6.5 - parent: 1668 - - uid: 3740 - components: - - type: Transform - pos: -18.5,5.5 - parent: 1668 - - uid: 3741 - components: - - type: Transform - pos: -18.5,6.5 - parent: 1668 -- proto: Catwalk - entities: - - uid: 347 - components: - - type: Transform - pos: 34.5,2.5 - parent: 1668 - - uid: 1065 - components: - - type: Transform - pos: 34.5,-3.5 - parent: 1668 - - uid: 1066 - components: - - type: Transform - pos: 34.5,-5.5 - parent: 1668 - - uid: 1067 - components: - - type: Transform - pos: 34.5,4.5 - parent: 1668 - - uid: 1179 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 1668 - - uid: 2032 - components: - - type: Transform - pos: -0.5,18.5 - parent: 1668 - - uid: 2033 - components: - - type: Transform - pos: -0.5,19.5 - parent: 1668 - - uid: 2034 - components: - - type: Transform - pos: -0.5,20.5 - parent: 1668 - - uid: 2035 - components: - - type: Transform - pos: 0.5,20.5 - parent: 1668 - - uid: 2036 - components: - - type: Transform - pos: 1.5,20.5 - parent: 1668 - - uid: 2037 - components: - - type: Transform - pos: -1.5,20.5 - parent: 1668 - - uid: 2038 - components: - - type: Transform - pos: -2.5,20.5 - parent: 1668 - - uid: 2046 - components: - - type: Transform - pos: -0.5,23.5 - parent: 1668 - - uid: 2047 - components: - - type: Transform - pos: -1.5,23.5 - parent: 1668 - - uid: 2048 - components: - - type: Transform - pos: -2.5,23.5 - parent: 1668 - - uid: 2049 - components: - - type: Transform - pos: -2.5,24.5 - parent: 1668 - - uid: 3239 - components: - - type: Transform - pos: -2.5,26.5 - parent: 1668 - - uid: 3240 - components: - - type: Transform - pos: -2.5,27.5 - parent: 1668 - - uid: 3241 - components: - - type: Transform - pos: -2.5,28.5 - parent: 1668 - - uid: 3242 - components: - - type: Transform - pos: -2.5,29.5 - parent: 1668 - - uid: 3243 - components: - - type: Transform - pos: -2.5,30.5 - parent: 1668 - - uid: 3244 - components: - - type: Transform - pos: -2.5,31.5 - parent: 1668 - - uid: 3246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,32.5 - parent: 1668 - - uid: 3251 - components: - - type: Transform - pos: 14.5,17.5 - parent: 1668 - - uid: 3252 - components: - - type: Transform - pos: 14.5,18.5 - parent: 1668 - - uid: 3253 - components: - - type: Transform - pos: 15.5,18.5 - parent: 1668 - - uid: 3709 - components: - - type: Transform - pos: -16.5,4.5 - parent: 1668 - - uid: 3710 - components: - - type: Transform - pos: -15.5,4.5 - parent: 1668 - - uid: 3711 - components: - - type: Transform - pos: -14.5,4.5 - parent: 1668 - - uid: 3712 - components: - - type: Transform - pos: -14.5,6.5 - parent: 1668 - - uid: 4146 - components: - - type: Transform - pos: -33.5,0.5 - parent: 1668 - - uid: 4147 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 1668 - - uid: 4181 - components: - - type: Transform - pos: -27.5,3.5 - parent: 1668 - - uid: 4182 - components: - - type: Transform - pos: -27.5,4.5 - parent: 1668 - - uid: 4183 - components: - - type: Transform - pos: -27.5,5.5 - parent: 1668 - - uid: 4568 - components: - - type: Transform - pos: -13.5,-14.5 - parent: 1668 - - uid: 4569 - components: - - type: Transform - pos: -13.5,-13.5 - parent: 1668 - - uid: 4570 - components: - - type: Transform - pos: -13.5,-12.5 - parent: 1668 - - uid: 4571 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 1668 - - uid: 4572 - components: - - type: Transform - pos: -12.5,-11.5 - parent: 1668 - - uid: 4573 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 1668 - - uid: 4574 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 1668 - - uid: 5197 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 1668 - - uid: 5198 - components: - - type: Transform - pos: 31.5,-25.5 - parent: 1668 - - uid: 5199 - components: - - type: Transform - pos: 33.5,-25.5 - parent: 1668 - - uid: 5200 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 1668 - - uid: 5201 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 1668 - - uid: 5202 - components: - - type: Transform - pos: 34.5,-25.5 - parent: 1668 - - uid: 5203 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 1668 - - uid: 5204 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 1668 - - uid: 5205 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 1668 - - uid: 5206 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 1668 - - uid: 5207 - components: - - type: Transform - pos: 30.5,-23.5 - parent: 1668 - - uid: 5208 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 1668 - - uid: 5209 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 1668 - - uid: 5210 - components: - - type: Transform - pos: 31.5,-21.5 - parent: 1668 - - uid: 5211 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 1668 - - uid: 5212 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 1668 - - uid: 5213 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 1668 - - uid: 5323 - components: - - type: Transform - pos: 24.5,-16.5 - parent: 1668 - - uid: 5324 - components: - - type: Transform - pos: 25.5,-16.5 - parent: 1668 - - uid: 5325 - components: - - type: Transform - pos: 26.5,-16.5 - parent: 1668 - - uid: 5326 - components: - - type: Transform - pos: 27.5,-16.5 - parent: 1668 - - uid: 6142 - components: - - type: Transform - pos: -22.5,-26.5 - parent: 1668 - - uid: 6143 - components: - - type: Transform - pos: -22.5,-24.5 - parent: 1668 - - uid: 6440 - components: - - type: Transform - pos: -1.5,-45.5 - parent: 1668 - - uid: 6441 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 1668 -- proto: CentcomIDCard - entities: - - uid: 3721 - components: - - type: Transform - pos: -16.521366,8.567018 - parent: 1668 -- proto: CentcomPDA - entities: - - uid: 6617 - components: - - type: Transform - pos: -20.428675,10.647655 - parent: 1668 -- proto: Chair - entities: - - uid: 517 - components: - - type: Transform - pos: 22.5,5.5 - parent: 1668 - - uid: 518 - components: - - type: Transform - pos: 23.5,5.5 - parent: 1668 - - uid: 519 - components: - - type: Transform - pos: 24.5,5.5 - parent: 1668 - - uid: 520 - components: - - type: Transform - pos: 28.5,5.5 - parent: 1668 - - uid: 521 - components: - - type: Transform - pos: 29.5,5.5 - parent: 1668 - - uid: 522 - components: - - type: Transform - pos: 30.5,5.5 - parent: 1668 - - uid: 532 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-6.5 - parent: 1668 - - uid: 533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-6.5 - parent: 1668 - - uid: 534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-6.5 - parent: 1668 - - uid: 535 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,-6.5 - parent: 1668 - - uid: 536 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-6.5 - parent: 1668 - - uid: 537 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-6.5 - parent: 1668 - - uid: 538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-4.5 - parent: 1668 - - uid: 539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-2.5 - parent: 1668 - - uid: 540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,1.5 - parent: 1668 - - uid: 541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,3.5 - parent: 1668 - - uid: 634 - components: - - type: Transform - pos: 10.5,1.5 - parent: 1668 - - uid: 635 - components: - - type: Transform - pos: 11.5,1.5 - parent: 1668 - - uid: 636 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 - parent: 1668 - - uid: 637 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-2.5 - parent: 1668 - - uid: 638 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-2.5 - parent: 1668 - - uid: 639 - components: - - type: Transform - pos: 13.5,1.5 - parent: 1668 - - uid: 1644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,11.5 - parent: 1668 - - uid: 1645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1668 - - uid: 2168 - components: - - type: Transform - pos: 1.5,16.5 - parent: 1668 - - uid: 2169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,15.5 - parent: 1668 - - uid: 2170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,14.5 - parent: 1668 - - uid: 2171 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,8.5 - parent: 1668 - - uid: 2172 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,8.5 - parent: 1668 - - uid: 2173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 - parent: 1668 - - uid: 2174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,8.5 - parent: 1668 - - uid: 2175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,9.5 - parent: 1668 - - uid: 2176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,10.5 - parent: 1668 - - uid: 2415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,16.5 - parent: 1668 - - uid: 2416 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,16.5 - parent: 1668 - - uid: 2417 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,16.5 - parent: 1668 - - uid: 2418 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,16.5 - parent: 1668 - - uid: 2419 - components: - - type: Transform - pos: 26.5,21.5 - parent: 1668 - - uid: 2420 - components: - - type: Transform - pos: 30.5,21.5 - parent: 1668 - - uid: 2427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,15.5 - parent: 1668 - - uid: 2428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,16.5 - parent: 1668 - - uid: 2429 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,17.5 - parent: 1668 - - uid: 2430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,18.5 - parent: 1668 - - uid: 2431 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,15.5 - parent: 1668 - - uid: 2432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,16.5 - parent: 1668 - - uid: 2433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,17.5 - parent: 1668 - - uid: 2434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,18.5 - parent: 1668 - - uid: 2441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 1668 - - uid: 2472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,13.5 - parent: 1668 - - uid: 2473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,13.5 - parent: 1668 - - uid: 2474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,13.5 - parent: 1668 - - uid: 2475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,13.5 - parent: 1668 - - uid: 2476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,13.5 - parent: 1668 - - uid: 2477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,13.5 - parent: 1668 - - uid: 2478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,12.5 - parent: 1668 - - uid: 2479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,12.5 - parent: 1668 - - uid: 2480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,12.5 - parent: 1668 - - uid: 2481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,12.5 - parent: 1668 - - uid: 2482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,12.5 - parent: 1668 - - uid: 2483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,12.5 - parent: 1668 - - uid: 2484 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,12.5 - parent: 1668 - - uid: 2485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,12.5 - parent: 1668 - - uid: 2827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,21.5 - parent: 1668 - - uid: 2828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,21.5 - parent: 1668 - - uid: 3172 - components: - - type: Transform - pos: 8.5,15.5 - parent: 1668 - - uid: 3173 - components: - - type: Transform - pos: 7.5,15.5 - parent: 1668 - - uid: 3174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,10.5 - parent: 1668 - - uid: 3175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,10.5 - parent: 1668 - - uid: 3176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,10.5 - parent: 1668 - - uid: 3177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,10.5 - parent: 1668 - - uid: 3827 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,23.5 - parent: 1668 - - uid: 4152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,1.5 - parent: 1668 - - uid: 4153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-0.5 - parent: 1668 - - uid: 4154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-2.5 - parent: 1668 - - uid: 4155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-2.5 - parent: 1668 - - uid: 4156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 - parent: 1668 - - uid: 4157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,1.5 - parent: 1668 - - uid: 4160 - components: - - type: Transform - pos: -31.5,6.5 - parent: 1668 - - uid: 4161 - components: - - type: Transform - pos: -32.5,6.5 - parent: 1668 - - uid: 4162 - components: - - type: Transform - pos: -33.5,6.5 - parent: 1668 - - uid: 4163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,3.5 - parent: 1668 - - uid: 4164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,3.5 - parent: 1668 - - uid: 4165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 - parent: 1668 - - uid: 5246 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-24.5 - parent: 1668 - - uid: 5249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-24.5 - parent: 1668 - - uid: 5308 - components: - - type: Transform - pos: 27.5,-21.5 - parent: 1668 - - uid: 5309 - components: - - type: Transform - pos: 26.5,-21.5 - parent: 1668 - - uid: 5384 - components: - - type: Transform - pos: 15.5,-23.5 - parent: 1668 - - uid: 5385 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 1668 - - uid: 6148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-22.5 - parent: 1668 - - uid: 6149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-22.5 - parent: 1668 - - uid: 6152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-28.5 - parent: 1668 - - uid: 6153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-27.5 - parent: 1668 - - uid: 6240 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-27.5 - parent: 1668 - - uid: 6243 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-27.5 - parent: 1668 - - uid: 6391 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-43.5 - parent: 1668 - - uid: 6392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-41.5 - parent: 1668 - - uid: 6393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-43.5 - parent: 1668 - - uid: 6394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-41.5 - parent: 1668 - - uid: 6567 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-33.5 - parent: 1668 - - uid: 6568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-33.5 - parent: 1668 - - uid: 6569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-33.5 - parent: 1668 - - uid: 6570 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-33.5 - parent: 1668 - - uid: 6579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-30.5 - parent: 1668 - - uid: 6580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-30.5 - parent: 1668 - - uid: 6585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-30.5 - parent: 1668 - - uid: 6586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-30.5 - parent: 1668 - - uid: 6587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-33.5 - parent: 1668 - - uid: 6588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-33.5 - parent: 1668 - - uid: 6589 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-33.5 - parent: 1668 - - uid: 6590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-33.5 - parent: 1668 - - uid: 6748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 1668 -- proto: ChairOfficeDark - entities: - - uid: 506 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-8.5 - parent: 1668 - - uid: 507 - components: - - type: Transform - pos: 27.5,-10.5 - parent: 1668 - - uid: 604 - components: - - type: Transform - pos: 12.5,3.5 - parent: 1668 - - uid: 605 - components: - - type: Transform - pos: 14.5,3.5 - parent: 1668 - - uid: 817 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-12.5 - parent: 1668 - - uid: 818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-12.5 - parent: 1668 - - uid: 1401 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 1668 - - uid: 1402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 1668 - - uid: 1403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 1668 - - uid: 1404 - components: - - type: Transform - pos: 0.5,-1.5 - parent: 1668 - - uid: 1405 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 1668 - - uid: 1646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1668 - - uid: 1647 - components: - - type: Transform - pos: -8.5,9.5 - parent: 1668 - - uid: 1648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,11.5 - parent: 1668 - - uid: 1649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,10.5 - parent: 1668 - - uid: 2744 - components: - - type: Transform - pos: 9.5,17.5 - parent: 1668 - - uid: 3621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,4.5 - parent: 1668 - - uid: 3622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,5.5 - parent: 1668 - - uid: 3623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 1668 - - uid: 3880 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 1668 - - uid: 3881 - components: - - type: Transform - pos: -20.5,-4.5 - parent: 1668 - - uid: 3882 - components: - - type: Transform - pos: -19.5,-4.5 - parent: 1668 - - uid: 3883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 - parent: 1668 - - uid: 3884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-6.5 - parent: 1668 - - uid: 3885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-7.5 - parent: 1668 - - uid: 3886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-8.5 - parent: 1668 - - uid: 3887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-8.5 - parent: 1668 - - uid: 3888 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-8.5 - parent: 1668 - - uid: 5243 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 1668 - - uid: 5336 - components: - - type: Transform - pos: 16.5,-21.5 - parent: 1668 - - uid: 5337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-21.5 - parent: 1668 - - uid: 6939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,30.5 - parent: 1668 - - uid: 6940 - components: - - type: Transform - pos: -10.5,30.5 - parent: 1668 - - uid: 6941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,25.5 - parent: 1668 -- proto: ChairWood - entities: - - uid: 4617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-29.5 - parent: 1668 -- proto: chem_master - entities: - - uid: 825 - components: - - type: Transform - pos: 4.5,-13.5 - parent: 1668 - - uid: 4425 - components: - - type: Transform - pos: 10.5,-23.5 - parent: 1668 -- proto: ChemDispenser - entities: - - uid: 824 - components: - - type: Transform - pos: 3.5,-13.5 - parent: 1668 -- proto: ChemistryHotplate - entities: - - uid: 254 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1668 -- proto: ChessBoard - entities: - - uid: 3762 - components: - - type: Transform - pos: -23.529772,4.584259 - parent: 1668 -- proto: CigarGold - entities: - - uid: 2465 - components: - - type: Transform - pos: 30.393238,23.676378 - parent: 1668 - - uid: 2466 - components: - - type: Transform - pos: 30.502613,23.598253 - parent: 1668 - - uid: 3746 - components: - - type: Transform - pos: -23.553053,10.781973 - parent: 1668 - - uid: 3747 - components: - - type: Transform - pos: -23.443678,10.672598 - parent: 1668 - - uid: 3877 - components: - - type: Transform - pos: -26.36634,-3.4881558 - parent: 1668 - - uid: 3878 - components: - - type: Transform - pos: -26.30384,-3.5194058 - parent: 1668 -- proto: CloningPod - entities: - - uid: 722 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 575 - - type: Construction - containers: - - machine_parts - - machine_board -- proto: ClosetChefFilled - entities: - - uid: 4579 - components: - - type: Transform - pos: -9.5,-21.5 - parent: 1668 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 1071 - components: - - type: Transform - pos: 34.5,-2.5 - parent: 1668 - - uid: 1072 - components: - - type: Transform - pos: 34.5,5.5 - parent: 1668 - - uid: 2044 - components: - - type: Transform - pos: -3.5,24.5 - parent: 1668 - - uid: 4148 - components: - - type: Transform - pos: -33.5,1.5 - parent: 1668 - - uid: 4149 - components: - - type: Transform - pos: -33.5,-2.5 - parent: 1668 - - uid: 4159 - components: - - type: Transform - pos: -30.5,6.5 - parent: 1668 - - uid: 5352 - components: - - type: Transform - pos: 20.5,-26.5 - parent: 1668 - - uid: 6147 - components: - - type: Transform - pos: -22.5,-22.5 - parent: 1668 - - uid: 6252 - components: - - type: Transform - pos: -14.5,-16.5 - parent: 1668 -- proto: ClosetFireFilled - entities: - - uid: 1073 - components: - - type: Transform - pos: 34.5,1.5 - parent: 1668 - - uid: 1074 - components: - - type: Transform - pos: 34.5,-6.5 - parent: 1668 - - uid: 4158 - components: - - type: Transform - pos: -29.5,6.5 - parent: 1668 - - uid: 5356 - components: - - type: Transform - pos: 19.5,-26.5 - parent: 1668 - - uid: 6146 - components: - - type: Transform - pos: -22.5,-28.5 - parent: 1668 -- proto: ClosetL3JanitorFilled - entities: - - uid: 6229 - components: - - type: Transform - pos: -16.5,-31.5 - parent: 1668 -- proto: ClosetLegalFilled - entities: - - uid: 2490 - components: - - type: Transform - pos: 19.5,23.5 - parent: 1668 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 2442 - components: - - type: Transform - pos: 21.5,-26.5 - parent: 1668 - - uid: 5331 - components: - - type: Transform - pos: 34.5,-15.5 - parent: 1668 - - uid: 5332 - components: - - type: Transform - pos: 34.5,-18.5 - parent: 1668 -- proto: ClosetSteelBase - entities: - - uid: 2491 - components: - - type: Transform - pos: 20.5,23.5 - parent: 1668 -- proto: ClosetToolFilled - entities: - - uid: 3254 - components: - - type: Transform - pos: 14.5,19.5 - parent: 1668 -- proto: ClothingBackpackDuffelCargo - entities: - - uid: 6932 - components: - - type: Transform - pos: -5.4863143,25.64425 - parent: 1668 -- proto: ClothingBackpackERTSecurity - entities: - - uid: 2901 - components: - - type: Transform - pos: 16.642612,32.410297 - parent: 1668 - - uid: 2902 - components: - - type: Transform - pos: 16.439487,32.566547 - parent: 1668 - - uid: 2903 - components: - - type: Transform - pos: 2.6113625,32.457172 - parent: 1668 - - uid: 2904 - components: - - type: Transform - pos: 2.4551125,32.613422 - parent: 1668 -- proto: ClothingBackpackSatchelHolding - entities: - - uid: 3737 - components: - - type: Transform - pos: -26.540686,12.537982 - parent: 1668 -- proto: ClothingBeltChiefEngineerFilled - entities: - - uid: 6956 - components: - - type: Transform - pos: 20.568373,-22.468605 - parent: 1668 -- proto: ClothingBeltSecurityFilled - entities: - - uid: 1460 - components: - - type: Transform - pos: -6.4730563,-12.590733 - parent: 1668 - - uid: 3151 - components: - - type: Transform - pos: 9.512553,25.678463 - parent: 1668 - - uid: 3152 - components: - - type: Transform - pos: 9.637553,25.537838 - parent: 1668 -- proto: ClothingBeltSheathFilled - entities: - - uid: 3725 - components: - - type: Transform - pos: -15.72449,12.605259 - parent: 1668 -- proto: ClothingBeltUtilityFilled - entities: - - uid: 2241 - components: - - type: Transform - pos: -9.339353,8.480244 - parent: 1668 - - uid: 3909 - components: - - type: Transform - pos: -13.494019,-9.4266615 - parent: 1668 - - uid: 5345 - components: - - type: Transform - pos: 25.530863,-26.462372 - parent: 1668 -- proto: ClothingEyesGlassesChemical - entities: - - uid: 6846 - components: - - type: Transform - pos: 3.5108106,-10.103214 - parent: 1668 -- proto: ClothingEyesGlassesSecurity - entities: - - uid: 2204 - components: - - type: Transform - pos: 16.59961,30.616188 - parent: 1668 - - uid: 2205 - components: - - type: Transform - pos: 16.490234,30.741188 - parent: 1668 - - uid: 4173 - components: - - type: Transform - pos: 2.5571308,30.616188 - parent: 1668 - - uid: 4388 - components: - - type: Transform - pos: 2.4477558,30.694313 - parent: 1668 -- proto: ClothingEyesGlassesSunglasses - entities: - - uid: 2449 - components: - - type: Transform - pos: -15.8832245,12.471813 - parent: 1668 - - uid: 6947 - components: - - type: Transform - pos: -27.440563,-8.922831 - parent: 1668 - - uid: 6948 - components: - - type: Transform - pos: -27.440563,-8.922831 - parent: 1668 - - uid: 6949 - components: - - type: Transform - pos: -27.440563,-8.922831 - parent: 1668 -- proto: ClothingEyesHudDiagnostic - entities: - - uid: 5371 - components: - - type: Transform - pos: 26.529047,-22.34483 - parent: 1668 -- proto: ClothingHandsGlovesColorBlue - entities: - - uid: 6950 - components: - - type: Transform - pos: -26.706188,-9.407206 - parent: 1668 - - uid: 6951 - components: - - type: Transform - pos: -26.706188,-9.407206 - parent: 1668 - - uid: 6952 - components: - - type: Transform - pos: -26.706188,-9.407206 - parent: 1668 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 255 - components: - - type: Transform - pos: 2.4165058,30.959938 - parent: 1668 - - uid: 297 - components: - - type: Transform - pos: 2.6508808,30.850563 - parent: 1668 - - uid: 823 - components: - - type: Transform - pos: 16.41518,30.975563 - parent: 1668 - - uid: 833 - components: - - type: Transform - pos: 16.57143,30.913063 - parent: 1668 - - uid: 3724 - components: - - type: Transform - pos: -16.552616,8.708888 - parent: 1668 -- proto: ClothingHeadHatHairflower - entities: - - uid: 6605 - components: - - type: Transform - pos: -11.182456,6.7149878 - parent: 1668 -- proto: ClothingHeadHatWelding - entities: - - uid: 2197 - components: - - type: Transform - pos: -1.4187617,24.501104 - parent: 1668 - - uid: 3700 - components: - - type: Transform - pos: -16.435745,6.5478344 - parent: 1668 - - uid: 5372 - components: - - type: Transform - pos: 27.357172,-22.34483 - parent: 1668 - - uid: 5373 - components: - - type: Transform - pos: 27.544672,-22.46983 - parent: 1668 -- proto: ClothingHeadsetAltCentCom - entities: - - uid: 1435 - components: - - type: Transform - pos: 0.47396702,1.5393463 - parent: 1668 - - uid: 3823 - components: - - type: Transform - pos: 2.6429226,32.7473 - parent: 1668 - - uid: 3824 - components: - - type: Transform - pos: 2.7522976,32.637924 - parent: 1668 - - uid: 3825 - components: - - type: Transform - pos: 16.661858,32.6848 - parent: 1668 - - uid: 3826 - components: - - type: Transform - pos: 16.771233,32.575424 - parent: 1668 -- proto: ClothingMaskGas - entities: - - uid: 2224 - components: - - type: Transform - pos: -11.500146,17.576977 - parent: 1668 -- proto: ClothingMaskGasAtmos - entities: - - uid: 5346 - components: - - type: Transform - pos: 21.493792,-17.470217 - parent: 1668 -- proto: ClothingMaskGasDeathSquad - entities: - - uid: 299 - components: - - type: Transform - pos: 16.360958,32.006813 - parent: 1668 - - uid: 821 - components: - - type: Transform - pos: 2.59024,31.975563 - parent: 1668 - - uid: 822 - components: - - type: Transform - pos: 2.34024,32.022438 - parent: 1668 - - uid: 1434 - components: - - type: Transform - pos: 16.595333,31.897438 - parent: 1668 -- proto: ClothingNeckBronzeheart - entities: - - uid: 4377 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1668 -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 2452 - components: - - type: Transform - pos: -27.456188,-9.313456 - parent: 1668 - - uid: 2737 - components: - - type: Transform - pos: -27.456188,-9.313456 - parent: 1668 - - uid: 4266 - components: - - type: Transform - pos: -27.456188,-9.313456 - parent: 1668 - - uid: 4615 - components: - - type: Transform - pos: -27.456188,-9.313456 - parent: 1668 -- proto: ClothingNeckGoldmedal - entities: - - uid: 4378 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 1668 -- proto: ClothingNeckLawyerbadge - entities: - - uid: 4379 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 1668 - - uid: 6936 - components: - - type: Transform - pos: 19.539907,21.362776 - parent: 1668 -- proto: ClothingOuterArmorCaptainCarapace - entities: - - uid: 3771 - components: - - type: Transform - pos: -12.455681,6.5291095 - parent: 1668 -- proto: ClothingOuterHardsuitDeathsquad - entities: - - uid: 2897 - components: - - type: Transform - pos: 3.403695,32.551796 - parent: 1668 - - uid: 2898 - components: - - type: Transform - pos: 3.653695,32.69242 - parent: 1668 - - uid: 2899 - components: - - type: Transform - pos: 15.372445,32.53617 - parent: 1668 - - 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=yellow]Blunt[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Slash[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Heat[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Radiation[/color] damage reduced by [color=lightblue]90%[/color]. - - - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=orange]Explosion[/color] damage reduced by [color=lightblue]80%[/color]. - priority: 0 - component: Armor - title: null - - uid: 2900 - components: - - type: Transform - pos: 15.653695,32.676796 - parent: 1668 - - 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=yellow]Blunt[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Slash[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Heat[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=yellow]Radiation[/color] damage reduced by [color=lightblue]90%[/color]. - - - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]80%[/color]. - - - [color=orange]Explosion[/color] damage reduced by [color=lightblue]80%[/color]. - priority: 0 - component: Armor - title: null -- proto: ClothingShoesBootsLaceup - entities: - - uid: 3722 - components: - - type: Transform - pos: -16.568241,9.145143 - parent: 1668 - - uid: 6953 - components: - - type: Transform - pos: -27.518688,-8.610331 - parent: 1668 - - uid: 6954 - components: - - type: Transform - pos: -27.518688,-8.610331 - parent: 1668 - - uid: 6955 - components: - - type: Transform - pos: -27.518688,-8.610331 - parent: 1668 -- proto: ClothingShoesBootsMagAdv - entities: - - uid: 2909 - components: - - type: Transform - pos: 3.4296377,30.58716 - parent: 1668 - - uid: 2910 - components: - - type: Transform - pos: 3.6171377,30.446535 - parent: 1668 - - uid: 2911 - components: - - type: Transform - pos: 15.407025,30.634035 - parent: 1668 - - uid: 2912 - components: - - type: Transform - pos: 15.6414,30.415285 - parent: 1668 -- proto: ClothingShoesLeather - entities: - - uid: 3775 - components: - - type: Transform - pos: -10.574664,4.498021 - parent: 1668 -- proto: ClothingUniformJumpsuitDeathSquad - entities: - - uid: 2206 - components: - - type: Transform - pos: 15.35466,32.444313 - parent: 1668 - - uid: 2722 - components: - - type: Transform - pos: 3.637115,32.584938 - parent: 1668 - - uid: 4398 - components: - - type: Transform - pos: 3.40274,32.428688 - parent: 1668 - - uid: 4723 - components: - - type: Transform - pos: 15.651535,32.600563 - parent: 1668 -- proto: ClothingUniformJumpsuitNanotrasen - entities: - - uid: 2446 - components: - - type: Transform - pos: -27.362438,-9.485331 - parent: 1668 - - uid: 2451 - components: - - type: Transform - pos: -27.362438,-9.485331 - parent: 1668 - - uid: 2453 - components: - - type: Transform - pos: -27.362438,-9.485331 - parent: 1668 - - uid: 2728 - components: - - type: Transform - pos: -27.362438,-9.485331 - parent: 1668 -- proto: ComfyChair - entities: - - uid: 502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,12.5 - parent: 1668 - - uid: 2194 - components: - - type: Transform - pos: -0.5,24.5 - parent: 1668 - - uid: 2421 - components: - - type: Transform - pos: 28.5,21.5 - parent: 1668 - - uid: 2447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,9.5 - parent: 1668 - - uid: 2450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,14.5 - parent: 1668 - - uid: 2492 - components: - - type: Transform - pos: 20.5,21.5 - parent: 1668 - - uid: 2493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,19.5 - parent: 1668 - - uid: 2494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,19.5 - parent: 1668 - - uid: 3171 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,13.5 - parent: 1668 - - uid: 3611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,11.5 - parent: 1668 - - uid: 3612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,11.5 - parent: 1668 - - uid: 3613 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,10.5 - parent: 1668 - - uid: 3614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,11.5 - parent: 1668 - - uid: 3615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,11.5 - parent: 1668 - - uid: 3616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,10.5 - parent: 1668 - - uid: 3617 - components: - - type: Transform - pos: -24.5,5.5 - parent: 1668 - - uid: 3618 - components: - - type: Transform - pos: -23.5,5.5 - parent: 1668 - - uid: 3619 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,3.5 - parent: 1668 - - uid: 3620 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,3.5 - parent: 1668 - - uid: 3718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,12.5 - parent: 1668 - - uid: 3879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-6.5 - parent: 1668 - - uid: 4189 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,13.5 - parent: 1668 - - uid: 4437 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-26.5 - parent: 1668 - - uid: 4441 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 1668 - - uid: 4442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-29.5 - parent: 1668 - - uid: 4443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 1668 - - uid: 4444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-26.5 - parent: 1668 - - uid: 4445 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-25.5 - parent: 1668 - - uid: 4446 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-26.5 - parent: 1668 - - uid: 4447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 1668 - - uid: 4448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-26.5 - parent: 1668 - - uid: 4449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-25.5 - parent: 1668 - - uid: 4450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 1668 - - uid: 4451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-28.5 - parent: 1668 - - uid: 4453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-29.5 - parent: 1668 - - uid: 4458 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-28.5 - parent: 1668 - - uid: 4470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-28.5 - parent: 1668 - - uid: 4472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 1668 - - uid: 5422 - components: - - type: Transform - pos: 17.5,-29.5 - parent: 1668 - - uid: 6614 - components: - - type: Transform - pos: 18.5,15.5 - parent: 1668 - - uid: 6616 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,14.5 - parent: 1668 -- proto: ComputerAlert - entities: - - uid: 655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 1668 - - uid: 4973 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-20.5 - parent: 1668 - - uid: 5338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-16.5 - parent: 1668 -- proto: computerBodyScanner - entities: - - uid: 611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-6.5 - parent: 1668 -- proto: ComputerCargoBounty - entities: - - uid: 6923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,23.5 - parent: 1668 -- proto: ComputerCargoOrders - entities: - - uid: 1624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,11.5 - parent: 1668 - - uid: 1650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,16.5 - parent: 1668 - - uid: 1653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,14.5 - parent: 1668 -- proto: ComputerCargoShuttle - entities: - - uid: 1625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,12.5 - parent: 1668 - - uid: 1651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,15.5 - parent: 1668 - - uid: 1652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,14.5 - parent: 1668 - - uid: 3818 - components: - - type: Transform - pos: -13.5,17.5 - parent: 1668 -- proto: ComputerCloningConsole - entities: - - uid: 575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 722: - - CloningPodSender: CloningPodReceiver -- proto: ComputerComms - entities: - - uid: 652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 1668 - - uid: 3447 - components: - - type: Transform - pos: -19.5,12.5 - parent: 1668 - - uid: 3629 - components: - - type: Transform - pos: -18.5,6.5 - parent: 1668 - - uid: 3630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,11.5 - parent: 1668 - - uid: 3837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 - parent: 1668 -- proto: ComputerCrewMonitoring - entities: - - uid: 593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,3.5 - parent: 1668 - - uid: 608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-4.5 - parent: 1668 - - uid: 656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 1668 -- proto: ComputerCriminalRecords - entities: - - uid: 498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-8.5 - parent: 1668 - - uid: 591 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,4.5 - parent: 1668 - - uid: 653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 - parent: 1668 - - uid: 813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-13.5 - parent: 1668 - - uid: 2426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,17.5 - parent: 1668 - - uid: 3258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,22.5 - parent: 1668 -- proto: ComputerId - entities: - - uid: 589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 - parent: 1668 - - uid: 651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-0.5 - parent: 1668 - - uid: 3448 - components: - - type: Transform - pos: -18.5,12.5 - parent: 1668 - - uid: 3907 - components: - - type: Transform - pos: -25.5,-5.5 - parent: 1668 -- proto: ComputerMedicalRecords - entities: - - uid: 657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-0.5 - parent: 1668 -- proto: ComputerPalletConsole - entities: - - uid: 6930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,27.5 - parent: 1668 -- proto: ComputerPowerMonitoring - entities: - - uid: 3256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,18.5 - parent: 1668 - - uid: 3573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,4.5 - parent: 1668 - - uid: 4971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-21.5 - parent: 1668 -- proto: ComputerShuttleCargo - entities: - - uid: 3719 - components: - - type: Transform - pos: -12.5,17.5 - parent: 1668 -- proto: ComputerStationRecords - entities: - - uid: 3720 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 1668 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-9.5 - parent: 1668 - - uid: 654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 - parent: 1668 - - uid: 814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-13.5 - parent: 1668 - - uid: 2250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,3.5 - parent: 1668 - - uid: 2745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,18.5 - parent: 1668 -- proto: ComputerTelevision - entities: - - uid: 3715 - components: - - type: Transform - pos: -14.5,12.5 - parent: 1668 -- proto: ConveyorBelt - entities: - - uid: 1576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,24.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1588 - - uid: 1582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 1583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 1584 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 1585 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 1586 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 1587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 1589 - - uid: 5902 - components: - - type: Transform - pos: -19.5,-33.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5906 - - uid: 5903 - components: - - type: Transform - pos: -19.5,-32.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5906 - - uid: 5904 - components: - - type: Transform - pos: -19.5,-31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5906 -- proto: CrateArmoryLaser - entities: - - uid: 6533 - components: - - type: Transform - pos: -7.5,22.5 - parent: 1668 -- proto: CrateArmoryShotgun - entities: - - uid: 6532 - components: - - type: Transform - pos: -9.5,24.5 - parent: 1668 -- proto: CrateArmorySMG - entities: - - uid: 6531 - components: - - type: Transform - pos: -6.5,26.5 - parent: 1668 -- proto: CrateEmergencyRadiation - entities: - - uid: 5379 - components: - - type: Transform - pos: 23.5,-13.5 - parent: 1668 -- proto: CrateEngineeringAMEShielding - entities: - - uid: 792 - components: - - type: Transform - pos: 21.5,-13.5 - parent: 1668 -- proto: CrateEngineeringCableBulk - entities: - - uid: 5328 - components: - - type: Transform - pos: 30.5,-15.5 - parent: 1668 -- proto: CrateEngineeringCableLV - entities: - - uid: 5380 - components: - - type: Transform - pos: 19.5,-13.5 - parent: 1668 -- proto: CrateEngineeringCableMV - entities: - - uid: 5381 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 1668 -- proto: CrateEngineeringShuttle - entities: - - uid: 2144 - components: - - type: Transform - pos: 22.5,-13.5 - parent: 1668 -- proto: CrateFoodPizza - entities: - - uid: 6528 - components: - - type: Transform - pos: -8.5,22.5 - parent: 1668 -- proto: CrateFunPlushie - entities: - - uid: 6530 - components: - - type: Transform - pos: -8.5,28.5 - parent: 1668 -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 6527 - components: - - type: Transform - pos: -5.5,17.5 - parent: 1668 -- proto: CrateMedicalSurgery - entities: - - uid: 629 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 1668 -- proto: CrateMousetrapBoxes - entities: - - uid: 6529 - components: - - type: Transform - pos: -7.5,26.5 - parent: 1668 -- proto: CrowbarRed - entities: - - uid: 515 - components: - - type: Transform - pos: 20.552847,-10.547255 - parent: 1668 - - uid: 1451 - components: - - type: Transform - pos: 14.506881,6.5434804 - parent: 1668 - - uid: 2225 - components: - - type: Transform - pos: -11.468896,17.467602 - parent: 1668 - - uid: 2467 - components: - - type: Transform - pos: 22.533863,23.410753 - parent: 1668 - - uid: 2870 - components: - - type: Transform - pos: 4.561338,19.119057 - parent: 1668 - - uid: 3899 - components: - - type: Transform - pos: -12.531932,-6.3835163 - parent: 1668 - - uid: 5347 - components: - - type: Transform - pos: 21.478167,-17.501467 - parent: 1668 -- proto: CryogenicSleepUnit - entities: - - uid: 3154 - components: - - type: Transform - pos: -3.5,-15.5 - parent: 1668 - - uid: 3633 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 1668 -- proto: CryoPod - entities: - - uid: 6642 - components: - - type: Transform - pos: 11.5,-4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: DeathsquadPDA - entities: - - uid: 298 - components: - - type: Transform - pos: 2.579019,31.366188 - parent: 1668 - - uid: 579 - components: - - type: Transform - pos: 16.399555,31.459938 - parent: 1668 - - uid: 820 - components: - - type: Transform - pos: 16.587055,31.366188 - parent: 1668 - - uid: 834 - components: - - type: Transform - pos: 2.407144,31.491188 - parent: 1668 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 2914 - components: - - type: Transform - pos: 10.5,2.5 - parent: 1668 - - uid: 3123 - components: - - type: Transform - pos: 19.5,6.5 - parent: 1668 - - uid: 3133 - components: - - type: Transform - pos: 11.5,-17.5 - parent: 1668 - - uid: 3139 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1668 - - uid: 6644 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 1668 -- proto: DeployableBarrier - entities: - - uid: 3144 - components: - - type: Transform - pos: 6.5,29.5 - parent: 1668 - - uid: 3145 - components: - - type: Transform - pos: 5.5,29.5 - parent: 1668 - - uid: 3146 - components: - - type: Transform - pos: 12.5,29.5 - parent: 1668 - - uid: 3147 - components: - - type: Transform - pos: 13.5,29.5 - parent: 1668 -- proto: DiceBag - entities: - - uid: 3763 - components: - - type: Transform - pos: -24.498522,4.631134 - parent: 1668 -- proto: DisposalBend - entities: - - uid: 2059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,14.5 - parent: 1668 - - uid: 2073 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,10.5 - parent: 1668 - - uid: 2074 - components: - - type: Transform - pos: -5.5,10.5 - parent: 1668 - - uid: 2076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 1668 - - uid: 2086 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-4.5 - parent: 1668 - - uid: 2091 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1668 - - uid: 2093 - components: - - type: Transform - pos: 31.5,-5.5 - parent: 1668 - - uid: 2117 - components: - - type: Transform - pos: 20.5,-1.5 - parent: 1668 - - uid: 2118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-5.5 - parent: 1668 - - uid: 2125 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 1668 - - uid: 2129 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1668 - - uid: 2179 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1668 - - uid: 2180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 - parent: 1668 - - uid: 3639 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,2.5 - parent: 1668 - - uid: 3852 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-0.5 - parent: 1668 - - uid: 4649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-32.5 - parent: 1668 - - uid: 4650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-33.5 - parent: 1668 - - uid: 4925 - components: - - type: Transform - pos: -11.5,-22.5 - parent: 1668 - - uid: 4949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-18.5 - parent: 1668 - - uid: 4951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 1668 - - uid: 4952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-18.5 - parent: 1668 - - uid: 5897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-32.5 - parent: 1668 -- proto: DisposalJunction - entities: - - uid: 2082 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 1668 - - uid: 4948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-18.5 - parent: 1668 -- proto: DisposalJunctionFlipped - entities: - - uid: 2080 - components: - - type: Transform - pos: -5.5,3.5 - parent: 1668 - - uid: 2081 - components: - - type: Transform - pos: -5.5,0.5 - parent: 1668 - - uid: 2120 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 1668 - - uid: 2134 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1668 - - uid: 3640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-0.5 - parent: 1668 - - uid: 4927 - components: - - type: Transform - pos: -13.5,-22.5 - parent: 1668 -- proto: DisposalPipe - entities: - - uid: 2060 - components: - - type: Transform - pos: -10.5,13.5 - parent: 1668 - - uid: 2061 - components: - - type: Transform - pos: -10.5,12.5 - parent: 1668 - - uid: 2062 - components: - - type: Transform - pos: -10.5,11.5 - parent: 1668 - - uid: 2063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1668 - - uid: 2064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1668 - - uid: 2065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,10.5 - parent: 1668 - - uid: 2066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,10.5 - parent: 1668 - - uid: 2067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,9.5 - parent: 1668 - - uid: 2068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,8.5 - parent: 1668 - - uid: 2069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,7.5 - parent: 1668 - - uid: 2070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,6.5 - parent: 1668 - - uid: 2071 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,5.5 - parent: 1668 - - uid: 2072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,4.5 - parent: 1668 - - uid: 2077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 1668 - - uid: 2078 - components: - - type: Transform - pos: -5.5,1.5 - parent: 1668 - - uid: 2079 - components: - - type: Transform - pos: -5.5,2.5 - parent: 1668 - - uid: 2083 - components: - - type: Transform - pos: -5.5,-1.5 - parent: 1668 - - uid: 2084 - components: - - type: Transform - pos: -5.5,-2.5 - parent: 1668 - - uid: 2085 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1668 - - uid: 2087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 1668 - - uid: 2088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 1668 - - uid: 2089 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-4.5 - parent: 1668 - - uid: 2090 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 1668 - - uid: 2094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-5.5 - parent: 1668 - - uid: 2095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-5.5 - parent: 1668 - - uid: 2096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-5.5 - parent: 1668 - - uid: 2097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-5.5 - parent: 1668 - - uid: 2098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-5.5 - parent: 1668 - - uid: 2099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-5.5 - parent: 1668 - - uid: 2100 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-5.5 - parent: 1668 - - uid: 2101 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 1668 - - uid: 2102 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-5.5 - parent: 1668 - - uid: 2103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-5.5 - parent: 1668 - - uid: 2104 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-4.5 - parent: 1668 - - uid: 2105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-3.5 - parent: 1668 - - uid: 2106 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-2.5 - parent: 1668 - - uid: 2107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-1.5 - parent: 1668 - - uid: 2108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-1.5 - parent: 1668 - - uid: 2109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-1.5 - parent: 1668 - - uid: 2110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-1.5 - parent: 1668 - - uid: 2111 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-1.5 - parent: 1668 - - uid: 2112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-1.5 - parent: 1668 - - uid: 2113 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-1.5 - parent: 1668 - - uid: 2114 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-1.5 - parent: 1668 - - uid: 2115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-1.5 - parent: 1668 - - uid: 2116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 1668 - - uid: 2121 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 1668 - - uid: 2122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 1668 - - uid: 2123 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 1668 - - uid: 2124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 1668 - - uid: 2126 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1668 - - uid: 2127 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1668 - - uid: 2128 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 1668 - - uid: 2130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 1668 - - uid: 2131 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 1668 - - uid: 2132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-5.5 - parent: 1668 - - uid: 2133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 1668 - - uid: 2135 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1668 - - uid: 2136 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1668 - - uid: 2137 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1668 - - uid: 2138 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1668 - - uid: 2139 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1668 - - uid: 2140 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1668 - - uid: 2141 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 1668 - - uid: 2181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 1668 - - uid: 2182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,5.5 - parent: 1668 - - uid: 2183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 - parent: 1668 - - uid: 2184 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 - parent: 1668 - - uid: 2185 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,8.5 - parent: 1668 - - uid: 2186 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,8.5 - parent: 1668 - - uid: 2187 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,3.5 - parent: 1668 - - uid: 2188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 - parent: 1668 - - uid: 2189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 1668 - - uid: 2190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,3.5 - parent: 1668 - - uid: 3641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,2.5 - parent: 1668 - - uid: 3642 - components: - - type: Transform - pos: -21.5,1.5 - parent: 1668 - - uid: 3643 - components: - - type: Transform - pos: -21.5,0.5 - parent: 1668 - - uid: 3644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-0.5 - parent: 1668 - - uid: 3645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 1668 - - uid: 3646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 - parent: 1668 - - uid: 3647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 1668 - - uid: 3648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-0.5 - parent: 1668 - - uid: 3649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 1668 - - uid: 3650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 1668 - - uid: 3651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 1668 - - uid: 3652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 1668 - - uid: 3653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-0.5 - parent: 1668 - - uid: 3654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 1668 - - uid: 3655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1668 - - uid: 3656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 1668 - - uid: 3657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 1668 - - uid: 3658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-0.5 - parent: 1668 - - uid: 3844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-8.5 - parent: 1668 - - uid: 3845 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-7.5 - parent: 1668 - - uid: 3846 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-6.5 - parent: 1668 - - uid: 3847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-5.5 - parent: 1668 - - uid: 3848 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-4.5 - parent: 1668 - - uid: 3849 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-3.5 - parent: 1668 - - uid: 3850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-2.5 - parent: 1668 - - uid: 3851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-1.5 - parent: 1668 - - uid: 4926 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-22.5 - parent: 1668 - - uid: 4928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-21.5 - parent: 1668 - - uid: 4929 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-20.5 - parent: 1668 - - uid: 4930 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-19.5 - parent: 1668 - - uid: 4931 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-18.5 - parent: 1668 - - uid: 4932 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-18.5 - parent: 1668 - - uid: 4933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-18.5 - parent: 1668 - - uid: 4934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-18.5 - parent: 1668 - - uid: 4935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-18.5 - parent: 1668 - - uid: 4936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-18.5 - parent: 1668 - - uid: 4937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 1668 - - uid: 4938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 1668 - - uid: 4939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-18.5 - parent: 1668 - - uid: 4940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-18.5 - parent: 1668 - - uid: 4941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-18.5 - parent: 1668 - - uid: 4942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-18.5 - parent: 1668 - - uid: 4943 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 1668 - - uid: 4944 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 1668 - - uid: 4945 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 1668 - - uid: 4946 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 1668 - - uid: 4947 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 1668 - - uid: 4953 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-17.5 - parent: 1668 - - uid: 4954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-18.5 - parent: 1668 - - uid: 4955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-18.5 - parent: 1668 - - uid: 4956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-18.5 - parent: 1668 - - uid: 4957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-18.5 - parent: 1668 - - uid: 4958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 1668 - - uid: 4959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 1668 - - uid: 4960 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-18.5 - parent: 1668 - - uid: 4961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-18.5 - parent: 1668 - - uid: 4962 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-18.5 - parent: 1668 - - uid: 4963 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-18.5 - parent: 1668 - - uid: 4964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-18.5 - parent: 1668 - - uid: 4965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-18.5 - parent: 1668 - - uid: 5785 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-32.5 - parent: 1668 - - uid: 5888 - components: - - type: Transform - pos: -13.5,-23.5 - parent: 1668 - - uid: 5889 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 1668 - - uid: 5890 - components: - - type: Transform - pos: -13.5,-25.5 - parent: 1668 - - uid: 5891 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 1668 - - uid: 5892 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 1668 - - uid: 5893 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 1668 - - uid: 5894 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 1668 - - uid: 5895 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 1668 - - uid: 5896 - components: - - type: Transform - pos: -13.5,-31.5 - parent: 1668 - - uid: 5898 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-32.5 - parent: 1668 - - uid: 5899 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-33.5 - parent: 1668 - - uid: 5900 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-33.5 - parent: 1668 -- proto: DisposalTrunk - entities: - - uid: 2058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,14.5 - parent: 1668 - - uid: 2075 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1668 - - uid: 2092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-6.5 - parent: 1668 - - uid: 2119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-2.5 - parent: 1668 - - uid: 2178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 1668 - - uid: 3638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,2.5 - parent: 1668 - - uid: 3843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-9.5 - parent: 1668 - - uid: 4924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-23.5 - parent: 1668 - - uid: 4950 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 1668 - - uid: 5901 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-33.5 - parent: 1668 -- proto: DisposalUnit - entities: - - uid: 531 - components: - - type: Transform - pos: 31.5,-6.5 - parent: 1668 - - uid: 630 - components: - - type: Transform - pos: 9.5,-2.5 - parent: 1668 - - uid: 836 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 1668 - - uid: 1407 - components: - - type: Transform - pos: -3.5,1.5 - parent: 1668 - - uid: 1663 - components: - - type: Transform - pos: -9.5,14.5 - parent: 1668 - - uid: 2177 - components: - - type: Transform - pos: -3.5,8.5 - parent: 1668 - - uid: 3462 - components: - - type: Transform - pos: -19.5,2.5 - parent: 1668 - - uid: 3842 - components: - - type: Transform - pos: -22.5,-9.5 - parent: 1668 - - uid: 4923 - components: - - type: Transform - pos: -11.5,-23.5 - parent: 1668 -- proto: Dresser - entities: - - uid: 3435 - components: - - type: Transform - pos: -14.5,8.5 - parent: 1668 -- proto: DrinkFlask - entities: - - uid: 3773 - components: - - type: Transform - pos: -11.533806,6.6228595 - parent: 1668 -- proto: DrinkGoldenCup - entities: - - uid: 3769 - components: - - type: Transform - pos: -26.535545,11.773157 - parent: 1668 - - uid: 4375 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1668 - - uid: 4376 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1668 -- proto: DrinkHotCoffee - entities: - - uid: 5464 - components: - - type: Transform - pos: 16.572073,-29.470444 - parent: 1668 -- proto: DrinkMugHeart - entities: - - uid: 1399 - components: - - type: Transform - pos: 2.5713959,-11.619784 - parent: 1668 -- proto: DrinkShaker - entities: - - uid: 6621 - components: - - type: Transform - pos: 10.4809675,-21.408005 - parent: 1668 -- proto: DrinkShotGlass - entities: - - uid: 3889 - components: - - type: Transform - pos: -24.572554,-3.3475308 - parent: 1668 - - uid: 3890 - components: - - type: Transform - pos: -24.400679,-3.4725308 - parent: 1668 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 3875 - components: - - type: Transform - pos: -27.52259,-4.144406 - parent: 1668 -- proto: EmergencyLight - entities: - - uid: 3155 - components: - - type: Transform - pos: 9.5,25.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,29.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,29.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3158 - components: - - type: Transform - pos: 7.5,15.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3159 - components: - - type: Transform - pos: 24.5,13.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3160 - components: - - type: Transform - pos: 29.5,23.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3161 - components: - - type: Transform - pos: 23.5,5.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3162 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-6.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3163 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-5.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3165 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3166 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,26.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3168 - components: - - type: Transform - pos: -2.5,16.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,31.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight - - uid: 3170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,31.5 - parent: 1668 - - type: PointLight - enabled: True - - type: ActiveEmergencyLight -- proto: EpinephrineChemistryBottle - entities: - - uid: 1462 - components: - - type: Transform - pos: 13.808971,-12.626007 - parent: 1668 - - uid: 1463 - components: - - type: Transform - pos: 13.818524,-12.297882 - parent: 1668 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 628 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 1668 - - uid: 2237 - components: - - type: Transform - pos: 8.5,6.5 - parent: 1668 - - uid: 3908 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 1668 - - uid: 3910 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 1668 - - uid: 3911 - components: - - type: Transform - pos: -13.5,10.5 - parent: 1668 - - uid: 3912 - components: - - type: Transform - pos: -4.5,16.5 - parent: 1668 - - uid: 3913 - components: - - type: Transform - pos: 15.5,15.5 - parent: 1668 - - uid: 3914 - components: - - type: Transform - pos: 21.5,17.5 - parent: 1668 - - uid: 3915 - components: - - type: Transform - pos: 13.5,18.5 - parent: 1668 - - uid: 3916 - components: - - type: Transform - pos: 18.5,2.5 - parent: 1668 - - uid: 3917 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 1668 - - uid: 3918 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 1668 - - uid: 4150 - components: - - type: Transform - pos: -28.5,1.5 - parent: 1668 -- proto: FaxMachineCentcom - entities: - - uid: 76 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1668 - - type: FaxMachine - name: CentComm -- proto: filingCabinet - entities: - - uid: 594 - components: - - type: Transform - pos: 10.5,6.5 - parent: 1668 - - uid: 595 - components: - - type: Transform - pos: 11.5,6.5 - parent: 1668 - - uid: 650 - components: - - type: Transform - pos: 1.5,1.5 - parent: 1668 - - uid: 816 - components: - - type: Transform - pos: -6.5,-9.5 - parent: 1668 - - uid: 3840 - components: - - type: Transform - pos: -24.5,-9.5 - parent: 1668 - - uid: 3841 - components: - - type: Transform - pos: -23.5,-9.5 - parent: 1668 -- proto: filingCabinetDrawer - entities: - - uid: 1628 - components: - - type: Transform - pos: -12.5,12.5 - parent: 1668 - - uid: 1660 - components: - - type: Transform - pos: -11.5,14.5 - parent: 1668 -- proto: filingCabinetTall - entities: - - uid: 1626 - components: - - type: Transform - pos: -12.5,8.5 - parent: 1668 - - uid: 1627 - components: - - type: Transform - pos: -11.5,8.5 - parent: 1668 - - uid: 1661 - components: - - type: Transform - pos: -9.5,17.5 - parent: 1668 -- proto: FireAxeCabinetFilled - entities: - - uid: 6647 - components: - - type: Transform - pos: 15.5,-28.5 - parent: 1668 -- proto: FirelockGlass - entities: - - uid: 15 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 1668 - - uid: 16 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1668 - - uid: 17 - components: - - type: Transform - pos: 3.5,-4.5 - parent: 1668 - - uid: 18 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 1668 - - uid: 19 - components: - - type: Transform - pos: 5.5,2.5 - parent: 1668 - - uid: 20 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1668 - - uid: 21 - components: - - type: Transform - pos: 3.5,4.5 - parent: 1668 - - uid: 22 - components: - - type: Transform - pos: 3.5,3.5 - parent: 1668 - - uid: 23 - components: - - type: Transform - pos: -4.5,4.5 - parent: 1668 - - uid: 24 - components: - - type: Transform - pos: -4.5,3.5 - parent: 1668 - - uid: 25 - components: - - type: Transform - pos: -6.5,2.5 - parent: 1668 - - uid: 26 - components: - - type: Transform - pos: -5.5,2.5 - parent: 1668 - - uid: 27 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 1668 - - uid: 28 - components: - - type: Transform - pos: -5.5,-3.5 - parent: 1668 - - uid: 29 - components: - - type: Transform - pos: -4.5,-4.5 - parent: 1668 - - uid: 125 - components: - - type: Transform - pos: 9.5,16.5 - parent: 1668 - - uid: 131 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 1668 - - uid: 492 - components: - - type: Transform - pos: 25.5,-7.5 - parent: 1668 - - uid: 493 - components: - - type: Transform - pos: 26.5,-7.5 - parent: 1668 - - uid: 495 - components: - - type: Transform - pos: 27.5,-7.5 - parent: 1668 - - uid: 559 - components: - - type: Transform - pos: 12.5,2.5 - parent: 1668 - - uid: 560 - components: - - type: Transform - pos: 14.5,2.5 - parent: 1668 - - uid: 733 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1668 - - uid: 735 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1668 - - uid: 772 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1668 - - uid: 773 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 1668 - - uid: 1619 - components: - - type: Transform - pos: -4.5,9.5 - parent: 1668 - - uid: 1620 - components: - - type: Transform - pos: -4.5,10.5 - parent: 1668 - - uid: 4299 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 1668 - - uid: 4404 - components: - - type: Transform - pos: -8.5,-27.5 - parent: 1668 - - uid: 4405 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 1668 - - uid: 4406 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 1668 - - uid: 4407 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 1668 - - uid: 4408 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 1668 - - uid: 4409 - components: - - type: Transform - pos: 7.5,-25.5 - parent: 1668 - - uid: 4630 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 1668 - - uid: 4631 - components: - - type: Transform - pos: -14.5,-20.5 - parent: 1668 - - uid: 4632 - components: - - type: Transform - pos: 13.5,-20.5 - parent: 1668 - - uid: 4633 - components: - - type: Transform - pos: 12.5,-20.5 - parent: 1668 - - uid: 4754 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 1668 - - uid: 4968 - components: - - type: Transform - pos: 12.5,-29.5 - parent: 1668 - - uid: 4969 - components: - - type: Transform - pos: 13.5,-29.5 - parent: 1668 - - uid: 5045 - components: - - type: Transform - pos: 19.5,-19.5 - parent: 1668 - - uid: 5046 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 1668 - - uid: 5047 - components: - - type: Transform - pos: 21.5,-19.5 - parent: 1668 - - uid: 5222 - components: - - type: Transform - pos: 25.5,-19.5 - parent: 1668 - - uid: 5224 - components: - - type: Transform - pos: 24.5,-19.5 - parent: 1668 - - uid: 5233 - components: - - type: Transform - pos: 26.5,-19.5 - parent: 1668 - - uid: 5254 - components: - - type: Transform - pos: 29.5,-18.5 - parent: 1668 - - uid: 5255 - components: - - type: Transform - pos: 29.5,-17.5 - parent: 1668 - - uid: 5256 - components: - - type: Transform - pos: 29.5,-16.5 - parent: 1668 - - uid: 5876 - components: - - type: Transform - pos: -14.5,-29.5 - parent: 1668 - - uid: 5877 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 1668 - - uid: 6239 - components: - - type: Transform - pos: 3.5,-34.5 - parent: 1668 - - uid: 6244 - components: - - type: Transform - pos: 2.5,-34.5 - parent: 1668 - - uid: 6245 - components: - - type: Transform - pos: 4.5,-34.5 - parent: 1668 - - uid: 6267 - components: - - type: Transform - pos: -5.5,-34.5 - parent: 1668 - - uid: 6268 - components: - - type: Transform - pos: -4.5,-34.5 - parent: 1668 - - uid: 6269 - components: - - type: Transform - pos: -3.5,-34.5 - parent: 1668 -- proto: Fireplace - entities: - - uid: 3393 - components: - - type: Transform - pos: -23.5,12.5 - parent: 1668 -- proto: Flash - entities: - - uid: 1452 - components: - - type: Transform - pos: 10.538131,4.4341054 - parent: 1668 - - uid: 3748 - components: - - type: Transform - pos: -26.453917,8.594473 - parent: 1668 - - uid: 4698 - components: - - type: Transform - pos: 24.48021,-8.554767 - parent: 1668 -- proto: FloorDrain - entities: - - uid: 3421 - components: - - type: Transform - pos: -20.5,15.5 - parent: 1668 - - type: Fixtures - fixtures: {} - - uid: 6622 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 1668 - - type: Fixtures - fixtures: {} - - uid: 6623 - components: - - type: Transform - pos: -16.5,-33.5 - parent: 1668 - - type: Fixtures - fixtures: {} - - uid: 6718 - components: - - type: Transform - pos: -8.5,-22.5 - parent: 1668 - - type: Fixtures - fixtures: {} - - uid: 6876 - components: - - type: Transform - pos: 20.5,-25.5 - parent: 1668 - - type: Fixtures - fixtures: {} -- proto: FoodBoxDonkpocketPizza - entities: - - uid: 2227 - components: - - type: Transform - pos: -14.517971,17.62628 - parent: 1668 - - uid: 3905 - components: - - type: Transform - pos: -13.406932,-7.1178913 - parent: 1668 -- proto: FoodBoxDonut - entities: - - uid: 1400 - components: - - type: Transform - pos: -3.5536041,-11.463534 - parent: 1668 - - uid: 2496 - components: - - type: Transform - pos: 28.583382,10.652384 - parent: 1668 - - uid: 3745 - components: - - type: Transform - pos: -23.474928,11.563223 - parent: 1668 - - uid: 3752 - components: - - type: Transform - pos: -19.463516,4.614471 - parent: 1668 - - uid: 3874 - components: - - type: Transform - pos: -27.444466,-3.3787808 - parent: 1668 - - uid: 3891 - components: - - type: Transform - pos: -22.447554,-6.441281 - parent: 1668 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 4592 - components: - - type: Transform - pos: -11.611271,-26.1594 - parent: 1668 - - uid: 4593 - components: - - type: Transform - pos: -11.470646,-26.268776 - parent: 1668 -- proto: FoodCondimentPacketPepper - entities: - - uid: 4619 - components: - - type: Transform - pos: 2.4944715,-29.54472 - parent: 1668 -- proto: FoodCondimentPacketSalt - entities: - - uid: 4618 - components: - - type: Transform - pos: 2.4007215,-29.404095 - parent: 1668 -- proto: FoodMeat - entities: - - uid: 5459 - components: - - type: Transform - parent: 5458 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5460 - components: - - type: Transform - parent: 5458 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5461 - components: - - type: Transform - parent: 5458 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5462 - components: - - type: Transform - parent: 5458 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 5848 - components: - - type: Transform - parent: 5458 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: FoodPlateSmall - entities: - - uid: 6627 - components: - - type: Transform - pos: 0.5503339,-25.456686 - parent: 1668 - - uid: 6628 - components: - - type: Transform - pos: 0.5503339,-25.394186 - parent: 1668 - - uid: 6629 - components: - - type: Transform - pos: 0.5503339,-25.316061 - parent: 1668 -- proto: FoodSaladColeslaw - entities: - - uid: 6937 - components: - - type: Transform - pos: 19.664907,20.706526 - parent: 1668 -- proto: FoodTartGapple - entities: - - uid: 4380 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1668 -- proto: ForkPlastic - entities: - - uid: 4200 - components: - - type: Transform - pos: 0.20438054,-25.436565 - parent: 1668 - - uid: 4252 - components: - - type: Transform - pos: 0.20438054,-25.436565 - parent: 1668 - - uid: 5451 - components: - - type: Transform - pos: 0.20438054,-25.436565 - parent: 1668 -- proto: GasFilter - entities: - - uid: 6652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-5.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasMinerNitrogenStation - entities: - - uid: 4715 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-29.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GasMinerOxygenStation - entities: - - uid: 4703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-29.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GasMixer - entities: - - uid: 5070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-30.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GasPassiveVent - entities: - - uid: 3430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 5399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-28.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 6141 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 6312 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-28.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GasPipeBend - entities: - - uid: 3660 - components: - - type: Transform - pos: -16.5,5.5 - parent: 1668 - - uid: 3670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,5.5 - parent: 1668 - - uid: 3674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,9.5 - parent: 1668 - - uid: 3675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,9.5 - parent: 1668 - - uid: 3676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,11.5 - parent: 1668 - - uid: 3684 - components: - - type: Transform - pos: -15.5,11.5 - parent: 1668 - - uid: 3686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,9.5 - parent: 1668 - - uid: 4712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-32.5 - parent: 1668 - - uid: 4714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-31.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 4716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-30.5 - parent: 1668 - - uid: 5067 - components: - - type: Transform - pos: 21.5,-28.5 - parent: 1668 - - uid: 5069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-28.5 - parent: 1668 - - uid: 5389 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5513 - components: - - type: Transform - pos: 13.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5529 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5540 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5541 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5555 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5598 - components: - - type: Transform - pos: 4.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5661 - components: - - type: Transform - pos: -20.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,27.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6311 - components: - - type: Transform - pos: 21.5,-31.5 - parent: 1668 - - uid: 6656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-6.5 - parent: 1668 - - uid: 6657 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-6.5 - parent: 1668 - - uid: 6660 - components: - - type: Transform - pos: 12.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6664 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6678 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6679 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6680 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6681 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6712 - components: - - type: Transform - pos: 15.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeFourway - entities: - - uid: 3678 - components: - - type: Transform - pos: -21.5,9.5 - parent: 1668 - - uid: 5492 - components: - - type: Transform - pos: 25.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5571 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6310 - components: - - type: Transform - pos: -0.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasPipeStraight - entities: - - uid: 3664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,5.5 - parent: 1668 - - uid: 3665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,5.5 - parent: 1668 - - uid: 3666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 1668 - - uid: 3667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,5.5 - parent: 1668 - - uid: 3668 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 1668 - - uid: 3669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,5.5 - parent: 1668 - - uid: 3672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,7.5 - parent: 1668 - - uid: 3673 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,8.5 - parent: 1668 - - uid: 3677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,9.5 - parent: 1668 - - uid: 3679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,9.5 - parent: 1668 - - uid: 3680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,9.5 - parent: 1668 - - uid: 3681 - components: - - type: Transform - pos: -18.5,10.5 - parent: 1668 - - uid: 3682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,11.5 - parent: 1668 - - uid: 3683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,11.5 - parent: 1668 - - uid: 3685 - components: - - type: Transform - pos: -15.5,10.5 - parent: 1668 - - uid: 3690 - components: - - type: Transform - pos: -21.5,10.5 - parent: 1668 - - uid: 3691 - components: - - type: Transform - pos: -21.5,11.5 - parent: 1668 - - uid: 3692 - components: - - type: Transform - pos: -21.5,12.5 - parent: 1668 - - uid: 3693 - components: - - type: Transform - pos: -21.5,13.5 - parent: 1668 - - uid: 4702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-32.5 - parent: 1668 - - uid: 4711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-30.5 - parent: 1668 - - uid: 4713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-29.5 - parent: 1668 - - uid: 5068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-29.5 - parent: 1668 - - uid: 5387 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-31.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 5394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-32.5 - parent: 1668 - - uid: 5418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5466 - components: - - type: Transform - pos: 13.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5467 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5468 - components: - - type: Transform - pos: 13.5,-27.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5469 - components: - - type: Transform - pos: 13.5,-26.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5479 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5486 - components: - - type: Transform - pos: 25.5,-24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5487 - components: - - type: Transform - pos: 25.5,-23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5488 - components: - - type: Transform - pos: 25.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5489 - components: - - type: Transform - pos: 25.5,-21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5490 - components: - - type: Transform - pos: 25.5,-20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5491 - components: - - type: Transform - pos: 25.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5504 - components: - - type: Transform - pos: 20.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5508 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5509 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5533 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5534 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5536 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5545 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5546 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5547 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5548 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5549 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5550 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5556 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5557 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5561 - components: - - type: Transform - pos: -13.5,-20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5562 - components: - - type: Transform - pos: -13.5,-21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5564 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-15.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5568 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-13.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5574 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5577 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5578 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5586 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5587 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5588 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5589 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5590 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5591 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5610 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5611 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5612 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5614 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5618 - components: - - type: Transform - pos: 4.5,2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5619 - components: - - type: Transform - pos: 4.5,1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5620 - components: - - type: Transform - pos: 4.5,0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5621 - components: - - type: Transform - pos: 4.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5622 - components: - - type: Transform - pos: 4.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5623 - components: - - type: Transform - pos: 4.5,-3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5631 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5632 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5634 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5639 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5641 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5644 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5647 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5649 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5650 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5653 - components: - - type: Transform - pos: -30.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5654 - components: - - type: Transform - pos: -30.5,0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5655 - components: - - type: Transform - pos: -30.5,1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5656 - components: - - type: Transform - pos: -30.5,2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5657 - components: - - type: Transform - pos: -30.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5662 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5672 - components: - - type: Transform - pos: -0.5,4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5673 - components: - - type: Transform - pos: -0.5,5.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5674 - components: - - type: Transform - pos: -0.5,6.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5675 - components: - - type: Transform - pos: -0.5,7.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5676 - components: - - type: Transform - pos: -0.5,8.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5677 - components: - - type: Transform - pos: -0.5,9.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5680 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5692 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5693 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5694 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5701 - components: - - type: Transform - pos: -10.5,17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5702 - components: - - type: Transform - pos: -10.5,18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5703 - components: - - type: Transform - pos: -10.5,19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5704 - components: - - type: Transform - pos: -10.5,20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5705 - components: - - type: Transform - pos: -10.5,21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5706 - components: - - type: Transform - pos: -10.5,22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5708 - components: - - type: Transform - pos: -10.5,24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5709 - components: - - type: Transform - pos: -10.5,25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5710 - components: - - type: Transform - pos: -10.5,26.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5718 - components: - - type: Transform - pos: -10.5,11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5719 - components: - - type: Transform - pos: -10.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5720 - components: - - type: Transform - pos: -10.5,13.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5721 - components: - - type: Transform - pos: -10.5,14.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5722 - components: - - type: Transform - pos: -10.5,15.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5725 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5727 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5728 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5729 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5730 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5745 - components: - - type: Transform - pos: 11.5,13.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5746 - components: - - type: Transform - pos: 11.5,14.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5747 - components: - - type: Transform - pos: 11.5,15.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5748 - components: - - type: Transform - pos: 11.5,16.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5749 - components: - - type: Transform - pos: 11.5,17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5750 - components: - - type: Transform - pos: 11.5,18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5751 - components: - - type: Transform - pos: 11.5,19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5752 - components: - - type: Transform - pos: 11.5,20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5753 - components: - - type: Transform - pos: 11.5,21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5754 - components: - - type: Transform - pos: 11.5,22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5755 - components: - - type: Transform - pos: 11.5,23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5757 - components: - - type: Transform - pos: 28.5,13.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5758 - components: - - type: Transform - pos: 28.5,14.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5759 - components: - - type: Transform - pos: 28.5,15.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5760 - components: - - type: Transform - pos: 28.5,16.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5761 - components: - - type: Transform - pos: 28.5,17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5762 - components: - - type: Transform - pos: 28.5,18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5790 - components: - - type: Transform - pos: -13.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5791 - components: - - type: Transform - pos: -13.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5792 - components: - - type: Transform - pos: -13.5,-28.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5793 - components: - - type: Transform - pos: -13.5,-27.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5794 - components: - - type: Transform - pos: -13.5,-26.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5796 - components: - - type: Transform - pos: -13.5,-24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5798 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5800 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5801 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5802 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-32.5 - parent: 1668 - - uid: 6138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-32.5 - parent: 1668 - - uid: 6139 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-32.5 - parent: 1668 - - uid: 6226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6315 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-36.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-35.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-34.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-33.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6319 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6321 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6322 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6324 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6326 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-37.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6327 - components: - - type: Transform - pos: 4.5,-36.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6328 - components: - - type: Transform - pos: 4.5,-35.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6329 - components: - - type: Transform - pos: 4.5,-34.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6330 - components: - - type: Transform - pos: 4.5,-33.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6331 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6332 - components: - - type: Transform - pos: -0.5,-39.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6333 - components: - - type: Transform - pos: -0.5,-40.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6658 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-2.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6674 - components: - - type: Transform - pos: 4.5,-6.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6675 - components: - - type: Transform - pos: 4.5,-7.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6676 - components: - - type: Transform - pos: 4.5,-8.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6677 - components: - - type: Transform - pos: 4.5,-9.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-13.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6690 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-14.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6691 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-15.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-16.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6693 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6695 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-20.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-21.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-24.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-26.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-27.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-28.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6710 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-32.5 - parent: 1668 - - uid: 6714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-31.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6716 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeTJunction - entities: - - uid: 3671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,6.5 - parent: 1668 - - uid: 5465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-30.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5470 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5473 - components: - - type: Transform - pos: 16.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-18.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5542 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-17.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5544 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-16.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5563 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-22.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5572 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5592 - components: - - type: Transform - pos: -0.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5594 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5607 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,3.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5627 - components: - - type: Transform - pos: 0.5,-4.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5628 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5643 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5660 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-1.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5665 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5679 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5698 - components: - - type: Transform - pos: -6.5,10.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,16.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5723 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5731 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,12.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5772 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-31.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5789 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-31.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5795 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-23.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5805 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5815 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-5.5 - parent: 1668 - - uid: 6653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-5.5 - parent: 1668 - - uid: 6654 - components: - - type: Transform - pos: 12.5,-6.5 - parent: 1668 - - uid: 6708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-32.5 - parent: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPort - entities: - - uid: 208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3659 - components: - - type: Transform - pos: -14.5,6.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3662 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 6655 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-7.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 6705 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6706 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPressurePump - entities: - - uid: 3663 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,5.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 5395 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-30.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-31.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasThermoMachineFreezer - entities: - - uid: 6641 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GasVentPump - entities: - - uid: 3687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,9.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3688 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,8.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,6.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 3694 - components: - - type: Transform - pos: -21.5,14.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 5474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-26.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5475 - components: - - type: Transform - pos: 20.5,-24.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-25.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-20.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5506 - components: - - type: Transform - pos: 25.5,-17.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-18.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5521 - components: - - type: Transform - pos: 7.5,-17.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5538 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-26.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5554 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-22.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-22.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5566 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-16.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-12.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-11.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-11.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5658 - components: - - type: Transform - pos: -30.5,4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5659 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-2.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5664 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-3.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5666 - components: - - type: Transform - pos: -6.5,0.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5667 - components: - - type: Transform - pos: 5.5,0.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5669 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,0.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-5.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5671 - components: - - type: Transform - pos: -1.5,4.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,12.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5712 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,27.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,23.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,16.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5742 - components: - - type: Transform - pos: 10.5,13.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,11.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5744 - components: - - type: Transform - pos: 18.5,13.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5756 - components: - - type: Transform - pos: 11.5,24.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5763 - components: - - type: Transform - pos: 28.5,19.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5779 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-1.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-0.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5814 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5824 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-31.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-31.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-23.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-25.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6334 - components: - - type: Transform - pos: -0.5,-36.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-41.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 6140 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-32.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: GeneratorBasic15kW - entities: - - uid: 5176 - components: - - type: Transform - pos: 30.5,-21.5 - parent: 1668 - - uid: 5177 - components: - - type: Transform - pos: 30.5,-25.5 - parent: 1668 - - uid: 5178 - components: - - type: Transform - pos: 30.5,-23.5 - parent: 1668 - - uid: 5179 - components: - - type: Transform - pos: 34.5,-25.5 - parent: 1668 - - uid: 5180 - components: - - type: Transform - pos: 34.5,-23.5 - parent: 1668 - - uid: 5181 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 1668 - - uid: 5455 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 1668 - - uid: 5456 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 1668 - - uid: 6596 - components: - - type: Transform - pos: 33.5,-25.5 - parent: 1668 - - uid: 6597 - components: - - type: Transform - pos: 31.5,-25.5 - parent: 1668 - - uid: 6598 - components: - - type: Transform - pos: 33.5,-23.5 - parent: 1668 - - uid: 6599 - components: - - type: Transform - pos: 31.5,-23.5 - parent: 1668 - - uid: 6635 - components: - - type: Transform - pos: 31.5,-21.5 - parent: 1668 - - uid: 6636 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 1668 -- proto: GeneratorRTG - entities: - - uid: 5182 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 1668 - - uid: 5183 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 1668 - - uid: 5184 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 1668 -- proto: GravityGenerator - entities: - - uid: 1140 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 1668 -- proto: Grille - entities: - - uid: 30 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1668 - - uid: 31 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1668 - - uid: 32 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1668 - - uid: 33 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1668 - - uid: 34 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1668 - - uid: 35 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1668 - - uid: 36 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1668 - - uid: 37 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1668 - - uid: 38 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1668 - - uid: 39 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1668 - - uid: 40 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1668 - - uid: 41 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1668 - - uid: 42 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1668 - - uid: 43 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1668 - - uid: 44 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1668 - - uid: 45 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1668 - - uid: 46 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1668 - - uid: 47 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1668 - - uid: 80 - components: - - type: Transform - pos: 8.5,5.5 - parent: 1668 - - uid: 81 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1668 - - uid: 82 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1668 - - uid: 83 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1668 - - uid: 84 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1668 - - uid: 85 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1668 - - uid: 105 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 1668 - - uid: 106 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 1668 - - uid: 107 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1668 - - uid: 108 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1668 - - uid: 132 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1668 - - uid: 133 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1668 - - uid: 154 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1668 - - uid: 155 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 1668 - - uid: 156 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1668 - - uid: 157 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1668 - - uid: 158 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1668 - - uid: 159 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 1668 - - uid: 160 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 1668 - - uid: 186 - components: - - type: Transform - pos: 16.5,3.5 - parent: 1668 - - uid: 189 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 1668 - - uid: 191 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 1668 - - uid: 192 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 1668 - - uid: 193 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 1668 - - uid: 194 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 1668 - - uid: 195 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 1668 - - uid: 196 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 1668 - - uid: 197 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 1668 - - uid: 198 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 1668 - - uid: 199 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 1668 - - uid: 200 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 1668 - - uid: 201 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 1668 - - uid: 202 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 1668 - - uid: 203 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 1668 - - uid: 212 - components: - - type: Transform - pos: 16.5,-9.5 - parent: 1668 - - uid: 223 - components: - - type: Transform - pos: 15.5,2.5 - parent: 1668 - - uid: 224 - components: - - type: Transform - pos: 13.5,2.5 - parent: 1668 - - uid: 225 - components: - - type: Transform - pos: 11.5,2.5 - parent: 1668 - - uid: 238 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 1668 - - uid: 239 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 1668 - - uid: 240 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 1668 - - uid: 241 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 1668 - - uid: 242 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1668 - - uid: 245 - components: - - type: Transform - pos: 17.5,6.5 - parent: 1668 - - uid: 246 - components: - - type: Transform - pos: 17.5,4.5 - parent: 1668 - - uid: 278 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1668 - - uid: 279 - components: - - type: Transform - pos: 6.5,9.5 - parent: 1668 - - uid: 280 - components: - - type: Transform - pos: 7.5,9.5 - parent: 1668 - - uid: 281 - components: - - type: Transform - pos: 8.5,8.5 - parent: 1668 - - uid: 282 - components: - - type: Transform - pos: 9.5,7.5 - parent: 1668 - - uid: 283 - components: - - type: Transform - pos: 10.5,7.5 - parent: 1668 - - uid: 284 - components: - - type: Transform - pos: 11.5,7.5 - parent: 1668 - - uid: 285 - components: - - type: Transform - pos: 13.5,7.5 - parent: 1668 - - uid: 286 - components: - - type: Transform - pos: 14.5,7.5 - parent: 1668 - - uid: 287 - components: - - type: Transform - pos: 12.5,8.5 - parent: 1668 - - uid: 288 - components: - - type: Transform - pos: 14.5,9.5 - parent: 1668 - - uid: 289 - components: - - type: Transform - pos: 13.5,9.5 - parent: 1668 - - uid: 290 - components: - - type: Transform - pos: 11.5,9.5 - parent: 1668 - - uid: 291 - components: - - type: Transform - pos: 10.5,9.5 - parent: 1668 - - uid: 292 - components: - - type: Transform - pos: 9.5,9.5 - parent: 1668 - - uid: 304 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 1668 - - uid: 305 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 1668 - - uid: 306 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 1668 - - uid: 311 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1668 - - uid: 312 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1668 - - uid: 313 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1668 - - uid: 314 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1668 - - uid: 341 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1668 - - uid: 342 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1668 - - uid: 343 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1668 - - uid: 344 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1668 - - uid: 345 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1668 - - uid: 448 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 1668 - - uid: 449 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 1668 - - uid: 450 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 1668 - - uid: 451 - components: - - type: Transform - pos: 35.5,1.5 - parent: 1668 - - uid: 452 - components: - - type: Transform - pos: 35.5,3.5 - parent: 1668 - - uid: 453 - components: - - type: Transform - pos: 35.5,5.5 - parent: 1668 - - uid: 454 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 1668 - - uid: 455 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 1668 - - uid: 456 - components: - - type: Transform - pos: 29.5,-8.5 - parent: 1668 - - uid: 457 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 1668 - - uid: 458 - components: - - type: Transform - pos: 31.5,6.5 - parent: 1668 - - uid: 459 - components: - - type: Transform - pos: 28.5,7.5 - parent: 1668 - - uid: 460 - components: - - type: Transform - pos: 24.5,7.5 - parent: 1668 - - uid: 461 - components: - - type: Transform - pos: 21.5,6.5 - parent: 1668 - - uid: 473 - components: - - type: Transform - pos: 33.5,-6.5 - parent: 1668 - - uid: 474 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 1668 - - uid: 475 - components: - - type: Transform - pos: 33.5,-2.5 - parent: 1668 - - uid: 476 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 1668 - - uid: 477 - components: - - type: Transform - pos: 34.5,0.5 - parent: 1668 - - uid: 478 - components: - - type: Transform - pos: 33.5,1.5 - parent: 1668 - - uid: 479 - components: - - type: Transform - pos: 33.5,3.5 - parent: 1668 - - uid: 480 - components: - - type: Transform - pos: 33.5,5.5 - parent: 1668 - - uid: 672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1668 - - uid: 673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 1668 - - uid: 674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 - parent: 1668 - - uid: 675 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,4.5 - parent: 1668 - - uid: 678 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 1668 - - uid: 679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,7.5 - parent: 1668 - - uid: 680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1668 - - uid: 681 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 1668 - - uid: 702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1668 - - uid: 703 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,6.5 - parent: 1668 - - uid: 704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 1668 - - uid: 725 - components: - - type: Transform - pos: 3.5,14.5 - parent: 1668 - - uid: 742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 1668 - - uid: 743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 1668 - - uid: 765 - components: - - type: Transform - pos: -7.5,-9.5 - parent: 1668 - - uid: 766 - components: - - type: Transform - pos: -8.5,-10.5 - parent: 1668 - - uid: 767 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 1668 - - uid: 768 - components: - - type: Transform - pos: -7.5,-13.5 - parent: 1668 - - uid: 769 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 1668 - - uid: 782 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1668 - - uid: 783 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1668 - - uid: 784 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1668 - - uid: 785 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1668 - - uid: 845 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 1668 - - uid: 846 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1668 - - uid: 847 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 1668 - - uid: 848 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 1668 - - uid: 849 - components: - - type: Transform - pos: -4.5,11.5 - parent: 1668 - - uid: 850 - components: - - type: Transform - pos: -3.5,17.5 - parent: 1668 - - uid: 853 - components: - - type: Transform - pos: 3.5,16.5 - parent: 1668 - - uid: 855 - components: - - type: Transform - pos: 2.5,17.5 - parent: 1668 - - uid: 1424 - components: - - type: Transform - pos: -10.5,32.5 - parent: 1668 - - uid: 1425 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 1668 - - uid: 1467 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 1668 - - uid: 1488 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1668 - - uid: 1489 - components: - - type: Transform - pos: 3.5,10.5 - parent: 1668 - - uid: 1513 - components: - - type: Transform - pos: -13.5,18.5 - parent: 1668 - - uid: 1514 - components: - - type: Transform - pos: -12.5,18.5 - parent: 1668 - - uid: 1515 - components: - - type: Transform - pos: -16.5,17.5 - parent: 1668 - - uid: 1516 - components: - - type: Transform - pos: -16.5,18.5 - parent: 1668 - - uid: 1517 - components: - - type: Transform - pos: -15.5,18.5 - parent: 1668 - - uid: 1594 - components: - - type: Transform - pos: -14.5,20.5 - parent: 1668 - - uid: 1595 - components: - - type: Transform - pos: -14.5,21.5 - parent: 1668 - - uid: 1596 - components: - - type: Transform - pos: -14.5,22.5 - parent: 1668 - - uid: 1597 - components: - - type: Transform - pos: -14.5,23.5 - parent: 1668 - - uid: 1598 - components: - - type: Transform - pos: -15.5,23.5 - parent: 1668 - - uid: 1599 - components: - - type: Transform - pos: -16.5,23.5 - parent: 1668 - - uid: 1600 - components: - - type: Transform - pos: -16.5,26.5 - parent: 1668 - - uid: 1601 - components: - - type: Transform - pos: -15.5,26.5 - parent: 1668 - - uid: 1602 - components: - - type: Transform - pos: -14.5,26.5 - parent: 1668 - - uid: 1603 - components: - - type: Transform - pos: -16.5,29.5 - parent: 1668 - - uid: 1604 - components: - - type: Transform - pos: -15.5,29.5 - parent: 1668 - - uid: 1605 - components: - - type: Transform - pos: -14.5,29.5 - parent: 1668 - - uid: 1606 - components: - - type: Transform - pos: -14.5,30.5 - parent: 1668 - - uid: 1667 - components: - - type: Transform - pos: -8.5,32.5 - parent: 1668 - - uid: 1669 - components: - - type: Transform - pos: -6.5,32.5 - parent: 1668 - - uid: 1670 - components: - - type: Transform - pos: -12.5,32.5 - parent: 1668 - - uid: 2002 - components: - - type: Transform - pos: 5.5,10.5 - parent: 1668 - - uid: 2003 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1668 - - uid: 2004 - components: - - type: Transform - pos: 5.5,14.5 - parent: 1668 - - uid: 2246 - components: - - type: Transform - pos: 15.5,14.5 - parent: 1668 - - uid: 2247 - components: - - type: Transform - pos: 15.5,12.5 - parent: 1668 - - uid: 2248 - components: - - type: Transform - pos: 15.5,10.5 - parent: 1668 - - uid: 2284 - components: - - type: Transform - pos: 23.5,14.5 - parent: 1668 - - uid: 2285 - components: - - type: Transform - pos: 25.5,14.5 - parent: 1668 - - uid: 2286 - components: - - type: Transform - pos: 26.5,14.5 - parent: 1668 - - uid: 2287 - components: - - type: Transform - pos: 27.5,14.5 - parent: 1668 - - uid: 2288 - components: - - type: Transform - pos: 29.5,14.5 - parent: 1668 - - uid: 2289 - components: - - type: Transform - pos: 30.5,14.5 - parent: 1668 - - uid: 2290 - components: - - type: Transform - pos: 31.5,14.5 - parent: 1668 - - uid: 2291 - components: - - type: Transform - pos: 33.5,14.5 - parent: 1668 - - uid: 2346 - components: - - type: Transform - pos: 24.5,15.5 - parent: 1668 - - uid: 2347 - components: - - type: Transform - pos: 24.5,16.5 - parent: 1668 - - uid: 2348 - components: - - type: Transform - pos: 24.5,17.5 - parent: 1668 - - uid: 2349 - components: - - type: Transform - pos: 24.5,19.5 - parent: 1668 - - uid: 2510 - components: - - type: Transform - pos: 10.5,16.5 - parent: 1668 - - uid: 2511 - components: - - type: Transform - pos: 10.5,17.5 - parent: 1668 - - uid: 2512 - components: - - type: Transform - pos: 10.5,18.5 - parent: 1668 - - uid: 2513 - components: - - type: Transform - pos: 8.5,16.5 - parent: 1668 - - uid: 2546 - components: - - type: Transform - pos: 8.5,20.5 - parent: 1668 - - uid: 2557 - components: - - type: Transform - pos: 14.5,21.5 - parent: 1668 - - uid: 2754 - components: - - type: Transform - pos: 4.5,24.5 - parent: 1668 - - uid: 2756 - components: - - type: Transform - pos: 7.5,21.5 - parent: 1668 - - uid: 2758 - components: - - type: Transform - pos: 7.5,22.5 - parent: 1668 - - uid: 2772 - components: - - type: Transform - pos: 14.5,24.5 - parent: 1668 - - uid: 2792 - components: - - type: Transform - pos: 13.5,30.5 - parent: 1668 - - uid: 2808 - components: - - type: Transform - pos: 8.5,26.5 - parent: 1668 - - uid: 2809 - components: - - type: Transform - pos: 7.5,26.5 - parent: 1668 - - uid: 2810 - components: - - type: Transform - pos: 7.5,27.5 - parent: 1668 - - uid: 2811 - components: - - type: Transform - pos: 7.5,29.5 - parent: 1668 - - uid: 2815 - components: - - type: Transform - pos: 6.5,30.5 - parent: 1668 - - uid: 2816 - components: - - type: Transform - pos: 11.5,29.5 - parent: 1668 - - uid: 2817 - components: - - type: Transform - pos: 11.5,27.5 - parent: 1668 - - uid: 2818 - components: - - type: Transform - pos: 11.5,26.5 - parent: 1668 - - uid: 2819 - components: - - type: Transform - pos: 10.5,26.5 - parent: 1668 - - uid: 2860 - components: - - type: Transform - pos: 4.5,27.5 - parent: 1668 - - uid: 2861 - components: - - type: Transform - pos: 14.5,27.5 - parent: 1668 - - uid: 2880 - components: - - type: Transform - pos: 12.5,30.5 - parent: 1668 - - uid: 2887 - components: - - type: Transform - pos: 5.5,30.5 - parent: 1668 - - uid: 2907 - components: - - type: Transform - pos: 7.5,7.5 - parent: 1668 - - uid: 3134 - components: - - type: Transform - pos: 6.5,7.5 - parent: 1668 - - uid: 3141 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 1668 - - uid: 3247 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 1668 - - uid: 3387 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 1668 - - uid: 3388 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 1668 - - uid: 3389 - components: - - type: Transform - pos: -27.5,11.5 - parent: 1668 - - uid: 3390 - components: - - type: Transform - pos: -27.5,12.5 - parent: 1668 - - uid: 3391 - components: - - type: Transform - pos: -27.5,8.5 - parent: 1668 - - uid: 3392 - components: - - type: Transform - pos: -27.5,9.5 - parent: 1668 - - uid: 3436 - components: - - type: Transform - pos: -13.5,2.5 - parent: 1668 - - uid: 3437 - components: - - type: Transform - pos: -10.5,1.5 - parent: 1668 - - uid: 3438 - components: - - type: Transform - pos: -11.5,1.5 - parent: 1668 - - uid: 3439 - components: - - type: Transform - pos: -12.5,1.5 - parent: 1668 - - uid: 3440 - components: - - type: Transform - pos: -14.5,1.5 - parent: 1668 - - uid: 3441 - components: - - type: Transform - pos: -15.5,1.5 - parent: 1668 - - uid: 3442 - components: - - type: Transform - pos: -16.5,1.5 - parent: 1668 - - uid: 3936 - components: - - type: Transform - pos: -30.5,7.5 - parent: 1668 - - uid: 3937 - components: - - type: Transform - pos: -32.5,7.5 - parent: 1668 - - uid: 3938 - components: - - type: Transform - pos: -33.5,7.5 - parent: 1668 - - uid: 3943 - components: - - type: Transform - pos: -34.5,6.5 - parent: 1668 - - uid: 3944 - components: - - type: Transform - pos: -34.5,5.5 - parent: 1668 - - uid: 3945 - components: - - type: Transform - pos: -34.5,4.5 - parent: 1668 - - uid: 3946 - components: - - type: Transform - pos: -34.5,3.5 - parent: 1668 - - uid: 3979 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 1668 - - uid: 3980 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 1668 - - uid: 3981 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 1668 - - uid: 3982 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 1668 - - uid: 3983 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 1668 - - uid: 3984 - components: - - type: Transform - pos: -32.5,1.5 - parent: 1668 - - uid: 3985 - components: - - type: Transform - pos: -34.5,1.5 - parent: 1668 - - uid: 4201 - components: - - type: Transform - pos: 15.5,8.5 - parent: 1668 - - uid: 4226 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 1668 - - uid: 4227 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 1668 - - uid: 4228 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 1668 - - uid: 4229 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 1668 - - uid: 4264 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 1668 - - uid: 4317 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1668 - - uid: 4318 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1668 - - uid: 4319 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1668 - - uid: 4320 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 1668 - - uid: 4321 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1668 - - uid: 4322 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1668 - - uid: 4323 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1668 - - uid: 4324 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1668 - - uid: 4325 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1668 - - uid: 4326 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 1668 - - uid: 4327 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 1668 - - uid: 4328 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 1668 - - uid: 4366 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 1668 - - uid: 4602 - components: - - type: Transform - pos: 6.5,-30.5 - parent: 1668 - - uid: 4671 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 1668 - - uid: 4672 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 1668 - - uid: 4673 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 1668 - - uid: 4750 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 1668 - - uid: 4751 - components: - - type: Transform - pos: 17.5,-22.5 - parent: 1668 - - uid: 5025 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 1668 - - uid: 5064 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 1668 - - uid: 5065 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 1668 - - uid: 5114 - components: - - type: Transform - pos: 28.5,-25.5 - parent: 1668 - - uid: 5115 - components: - - type: Transform - pos: 28.5,-24.5 - parent: 1668 - - uid: 5116 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 1668 - - uid: 5117 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 1668 - - uid: 5118 - components: - - type: Transform - pos: 28.5,-21.5 - parent: 1668 - - uid: 5169 - components: - - type: Transform - pos: 31.5,-19.5 - parent: 1668 - - uid: 5170 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 1668 - - uid: 5320 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 1668 - - uid: 5412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-32.5 - parent: 1668 - - uid: 5781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 1668 - - uid: 5782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-30.5 - parent: 1668 - - uid: 5783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-30.5 - parent: 1668 - - uid: 5922 - components: - - type: Transform - pos: -20.5,-33.5 - parent: 1668 - - uid: 5923 - components: - - type: Transform - pos: -20.5,-32.5 - parent: 1668 - - uid: 5924 - components: - - type: Transform - pos: -20.5,-31.5 - parent: 1668 - - uid: 5925 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 1668 - - uid: 5926 - components: - - type: Transform - pos: -17.5,-34.5 - parent: 1668 - - uid: 5927 - components: - - type: Transform - pos: -19.5,-34.5 - parent: 1668 - - uid: 5949 - components: - - type: Transform - pos: -15.5,-25.5 - parent: 1668 - - uid: 5950 - components: - - type: Transform - pos: -17.5,-25.5 - parent: 1668 - - uid: 5983 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 1668 - - uid: 5984 - components: - - type: Transform - pos: -23.5,-27.5 - parent: 1668 - - uid: 5985 - components: - - type: Transform - pos: -23.5,-25.5 - parent: 1668 - - uid: 5986 - components: - - type: Transform - pos: -22.5,-25.5 - parent: 1668 - - uid: 5987 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 1668 - - uid: 5988 - components: - - type: Transform - pos: -21.5,-23.5 - parent: 1668 - - uid: 5989 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 1668 - - uid: 5993 - components: - - type: Transform - pos: -18.5,-21.5 - parent: 1668 - - uid: 5994 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 1668 - - uid: 5995 - components: - - type: Transform - pos: -20.5,-21.5 - parent: 1668 - - uid: 6160 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 1668 - - uid: 6161 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 1668 - - uid: 6162 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 1668 - - uid: 6163 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 1668 - - uid: 6164 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 1668 - - uid: 6165 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 1668 - - uid: 6280 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 1668 - - uid: 6281 - components: - - type: Transform - pos: -0.5,-40.5 - parent: 1668 - - uid: 6301 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 1668 - - uid: 6302 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 1668 - - uid: 6303 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 1668 - - uid: 6304 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 1668 - - uid: 6305 - components: - - type: Transform - pos: -0.5,-44.5 - parent: 1668 - - uid: 6306 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 1668 - - uid: 6307 - components: - - type: Transform - pos: 1.5,-44.5 - parent: 1668 - - uid: 6505 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1668 - - uid: 6575 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 1668 - - uid: 6576 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 1668 - - uid: 6768 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 1668 - - uid: 6769 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 1668 - - uid: 6779 - components: - - type: Transform - pos: 5.5,6.5 - parent: 1668 -- proto: GroundTobacco - entities: - - uid: 3755 - components: - - type: Transform - pos: -18.558027,8.843213 - parent: 1668 - - uid: 3756 - components: - - type: Transform - pos: -18.370527,8.827588 - parent: 1668 -- proto: GunSafeShotgunKammerer - entities: - - uid: 6526 - components: - - type: Transform - pos: 10.5,30.5 - parent: 1668 -- proto: GunSafeSubMachineGunDrozd - entities: - - uid: 2923 - components: - - type: Transform - pos: 8.5,30.5 - parent: 1668 -- proto: Handcuffs - entities: - - uid: 3751 - components: - - type: Transform - pos: -25.604141,8.625723 - parent: 1668 -- proto: HandheldCrewMonitor - entities: - - uid: 1461 - components: - - type: Transform - pos: 13.504195,-12.438507 - parent: 1668 -- proto: HandLabeler - entities: - - uid: 2228 - components: - - type: Transform - pos: -14.611721,14.56378 - parent: 1668 - - uid: 2229 - components: - - type: Transform - pos: -9.361721,12.50128 - parent: 1668 - - uid: 2240 - components: - - type: Transform - pos: -3.4985683,16.513187 - parent: 1668 -- proto: HighSecArmoryLocked - entities: - - uid: 2553 - components: - - type: Transform - pos: 9.5,20.5 - parent: 1668 - - uid: 2784 - components: - - type: Transform - pos: 7.5,28.5 - parent: 1668 - - uid: 2785 - components: - - type: Transform - pos: 11.5,28.5 - parent: 1668 -- proto: HighSecCentralCommandLocked - entities: - - uid: 3791 - components: - - type: Transform - pos: -13.5,5.5 - parent: 1668 - - uid: 3794 - components: - - type: Transform - pos: -4.5,0.5 - parent: 1668 - - uid: 3795 - components: - - type: Transform - pos: 3.5,0.5 - parent: 1668 - - uid: 3797 - components: - - type: Transform - pos: -20.5,-2.5 - parent: 1668 - - uid: 3860 - components: - - type: Transform - pos: -22.5,-2.5 - parent: 1668 - - uid: 3863 - components: - - type: Transform - pos: 2.5,-42.5 - parent: 1668 - - uid: 3864 - components: - - type: Transform - pos: -3.5,-42.5 - parent: 1668 -- proto: HighSecCommandLocked - entities: - - uid: 123 - components: - - type: Transform - pos: 32.5,-14.5 - parent: 1668 -- proto: HighSecDoor - entities: - - uid: 565 - components: - - type: Transform - pos: 18.5,-6.5 - parent: 1668 - - uid: 5932 - components: - - type: Transform - pos: -15.5,-32.5 - parent: 1668 -- proto: HospitalCurtainsOpen - entities: - - uid: 3422 - components: - - type: Transform - pos: -20.5,15.5 - parent: 1668 -- proto: JanitorialTrolley - entities: - - uid: 2881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-31.5 - parent: 1668 -- proto: JawsOfLife - entities: - - uid: 4261 - components: - - type: Transform - pos: 21.501507,-22.363987 - parent: 1668 -- proto: KitchenMicrowave - entities: - - uid: 2226 - components: - - type: Transform - pos: -15.5,17.5 - parent: 1668 - - uid: 4585 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 1668 - - uid: 4589 - components: - - type: Transform - pos: -11.5,-28.5 - parent: 1668 -- proto: KitchenReagentGrinder - entities: - - uid: 2922 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1668 - - uid: 4590 - components: - - type: Transform - pos: -11.5,-25.5 - parent: 1668 - - uid: 4591 - components: - - type: Transform - pos: -9.5,-28.5 - parent: 1668 -- proto: KitchenSpike - entities: - - uid: 4581 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 1668 -- proto: KnifePlastic - entities: - - uid: 3726 - components: - - type: Transform - pos: 0.9231305,-25.45219 - parent: 1668 - - uid: 4253 - components: - - type: Transform - pos: 0.9231305,-25.45219 - parent: 1668 - - uid: 5214 - components: - - type: Transform - pos: 0.9231305,-25.45219 - parent: 1668 -- proto: Lamp - entities: - - uid: 1442 - components: - - type: Transform - pos: -0.93100256,1.9752237 - parent: 1668 - - uid: 2829 - components: - - type: Transform - pos: 5.496662,21.877665 - parent: 1668 - - uid: 3626 - components: - - type: Transform - pos: -20.472635,6.7337127 - parent: 1668 - - uid: 3627 - components: - - type: Transform - pos: -20.48826,12.764963 - parent: 1668 -- proto: LampGold - entities: - - uid: 3628 - components: - - type: Transform - pos: -16.37576,12.926986 - parent: 1668 -- proto: LargeBeaker - entities: - - uid: 5066 - components: - - type: Transform - pos: -10.010703,-28.243814 - parent: 1668 -- proto: Lighter - entities: - - uid: 3754 - components: - - type: Transform - pos: -18.379215,8.381029 - parent: 1668 -- proto: LockerAtmosphericsFilledHardsuit - entities: - - uid: 3790 - components: - - type: Transform - pos: 15.5,-29.5 - parent: 1668 -- proto: LockerBoozeFilled - entities: - - uid: 4417 - components: - - type: Transform - pos: 10.5,-28.5 - parent: 1668 -- proto: LockerChemistryFilled - entities: - - uid: 2876 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 1668 -- proto: LockerChiefEngineerFilled - entities: - - uid: 6491 - components: - - type: Transform - pos: -14.5,-3.5 - parent: 1668 -- proto: LockerChiefMedicalOfficerFilled - entities: - - uid: 6495 - components: - - type: Transform - pos: -14.5,-9.5 - parent: 1668 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 1178 - components: - - type: Transform - pos: 15.5,-15.5 - parent: 1668 - - uid: 2039 - components: - - type: Transform - pos: 2.5,21.5 - parent: 1668 - - uid: 5322 - components: - - type: Transform - pos: 27.5,-13.5 - parent: 1668 -- proto: LockerEngineerFilledHardsuit - entities: - - uid: 3796 - components: - - type: Transform - pos: 23.5,-23.5 - parent: 1668 - - uid: 5252 - components: - - type: Transform - pos: 23.5,-22.5 - parent: 1668 -- proto: LockerEvidence - entities: - - uid: 3148 - components: - - type: Transform - pos: 8.5,25.5 - parent: 1668 -- proto: LockerFreezer - entities: - - uid: 5458 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 1668 - - 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: - - 5459 - - 5460 - - 5461 - - 5462 - - 5848 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerHeadOfSecurityFilled - entities: - - uid: 3153 - components: - - type: Transform - pos: -11.5,-9.5 - parent: 1668 -- proto: LockerQuarterMasterFilled - entities: - - uid: 2235 - components: - - type: Transform - pos: -8.5,19.5 - parent: 1668 -- proto: LockerResearchDirectorFilled - entities: - - uid: 6494 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 1668 -- proto: LockerSecurityFilled - entities: - - uid: 511 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 1668 - - uid: 512 - components: - - type: Transform - pos: 22.5,-10.5 - parent: 1668 - - uid: 815 - components: - - type: Transform - pos: -6.5,-10.5 - parent: 1668 -- proto: LockerWardenFilled - entities: - - uid: 2713 - components: - - type: Transform - pos: 6.5,17.5 - parent: 1668 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 129 - components: - - type: Transform - pos: -26.5,2.5 - parent: 1668 - - uid: 2040 - components: - - type: Transform - pos: 0.5,19.5 - parent: 1668 - - uid: 5319 - components: - - type: Transform - pos: 28.5,-13.5 - parent: 1668 -- proto: MachineCentrifuge - entities: - - uid: 1426 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 1668 -- proto: MachineElectrolysisUnit - entities: - - uid: 6506 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 1668 -- proto: MagazinePistolSubMachineGunTopMounted - entities: - - uid: 3896 - components: - - type: Transform - pos: -13.453807,-3.1600308 - parent: 1668 -- proto: MaterialBiomass - entities: - - uid: 2495 - components: - - type: Transform - pos: 13.210049,-12.580112 - parent: 1668 -- proto: MedalCase - entities: - - uid: 6922 - components: - - type: Transform - pos: -18.47654,4.596927 - parent: 1668 -- proto: MedicalBed - entities: - - uid: 612 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 1668 - - uid: 1195 - components: - - type: Transform - pos: 13.5,-14.5 - parent: 1668 - - uid: 1196 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 1668 -- proto: MedicalScanner - entities: - - uid: 723 - components: - - type: Transform - pos: 9.5,-14.5 - parent: 1668 -- proto: MedicalTechFab - entities: - - uid: 616 - components: - - type: Transform - pos: 9.5,-7.5 - parent: 1668 -- proto: MedkitBruteFilled - entities: - - uid: 622 - components: - - type: Transform - pos: 14.703841,-7.3571634 - parent: 1668 -- proto: MedkitBurnFilled - entities: - - uid: 621 - components: - - type: Transform - pos: 14.594466,-7.4821634 - parent: 1668 -- proto: MedkitFilled - entities: - - uid: 620 - components: - - type: Transform - pos: 14.516341,-7.5759134 - parent: 1668 - - uid: 1454 - components: - - type: Transform - pos: 15.537778,-2.524952 - parent: 1668 - - uid: 3897 - components: - - type: Transform - pos: -13.438182,-5.5085163 - parent: 1668 -- proto: MedkitOxygenFilled - entities: - - uid: 625 - components: - - type: Transform - pos: 15.547591,-7.3884134 - parent: 1668 -- proto: MedkitRadiationFilled - entities: - - uid: 623 - components: - - type: Transform - pos: 15.266341,-7.6071634 - parent: 1668 -- proto: MedkitToxinFilled - entities: - - uid: 624 - components: - - type: Transform - pos: 15.406966,-7.4977884 - parent: 1668 -- proto: Mirror - entities: - - uid: 3426 - components: - - type: Transform - pos: -19.5,14.5 - parent: 1668 - - uid: 6845 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 1668 -- proto: MopItem - entities: - - uid: 6230 - components: - - type: Transform - pos: -17.485325,-31.461966 - parent: 1668 -- proto: NitrogenCanister - entities: - - uid: 5413 - components: - - type: Transform - pos: 25.5,-28.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: NTFlag - entities: - - uid: 1190 - components: - - type: Transform - pos: 15.5,7.5 - parent: 1668 - - uid: 2143 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 1668 - - uid: 2249 - components: - - type: Transform - pos: 4.5,-38.5 - parent: 1668 -- proto: NTHandyFlag - entities: - - uid: 1187 - components: - - type: Transform - pos: 31.51589,5.5499916 - parent: 1668 -- proto: Omnitool - entities: - - uid: 4393 - components: - - type: Transform - pos: 24.630873,-13.468605 - parent: 1668 -- proto: OperatingTable - entities: - - uid: 610 - components: - - type: Transform - pos: 9.5,-5.5 - parent: 1668 -- proto: OxygenCanister - entities: - - uid: 5415 - components: - - type: Transform - pos: 19.5,-28.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 - - uid: 6719 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: PaintingAmogusTriptych - entities: - - uid: 3766 - components: - - type: Transform - pos: -21.5,7.5 - parent: 1668 - - uid: 6942 - components: - - type: Transform - pos: -14.5,7.5 - parent: 1668 -- proto: PaintingHelloWorld - entities: - - uid: 3767 - components: - - type: Transform - pos: -17.5,3.5 - parent: 1668 -- proto: PaintingNightHawks - entities: - - uid: 3779 - components: - - type: Transform - pos: -25.5,4.5 - parent: 1668 -- proto: PaintingSadClown - entities: - - uid: 6943 - components: - - type: Transform - pos: -16.5,7.5 - parent: 1668 -- proto: PaintingSaturn - entities: - - uid: 3776 - components: - - type: Transform - pos: -9.5,5.5 - parent: 1668 -- proto: PaintingTheGreatWave - entities: - - uid: 3743 - components: - - type: Transform - pos: -20.5,13.5 - parent: 1668 -- proto: PaintingTheSonOfMan - entities: - - uid: 3744 - components: - - type: Transform - pos: -17.5,9.5 - parent: 1668 -- proto: Paper - entities: - - uid: 2915 - components: - - type: Transform - pos: 0.536467,0.64872134 - parent: 1668 - - uid: 2916 - components: - - type: Transform - pos: 0.44271702,0.72684634 - parent: 1668 - - uid: 2919 - components: - - type: Transform - pos: 0.645842,0.55497134 - parent: 1668 -- proto: PaperBin10 - entities: - - uid: 6630 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1668 -- proto: ParchisBoard - entities: - - uid: 3764 - components: - - type: Transform - pos: -23.482897,2.599884 - parent: 1668 -- proto: PenCentcom - entities: - - uid: 2905 - components: - - type: Transform - pos: -20.468134,12.0128975 - parent: 1668 - - uid: 2924 - components: - - type: Transform - pos: 0.16146702,1.3987213 - parent: 1668 - - uid: 6600 - components: - - type: Transform - pos: -1.4166579,1.6018463 - parent: 1668 -- proto: PercentileDie - entities: - - uid: 3765 - components: - - type: Transform - pos: -18.522638,2.6762333 - parent: 1668 -- proto: PhoneInstrument - entities: - - uid: 2464 - components: - - type: Transform - pos: 29.471363,23.660753 - parent: 1668 - - uid: 3742 - components: - - type: Transform - pos: -19.555511,10.655831 - parent: 1668 - - uid: 3876 - components: - - type: Transform - pos: -26.67884,-3.3787808 - parent: 1668 -- proto: PianoInstrument - entities: - - uid: 4474 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-29.5 - parent: 1668 -- proto: PlaqueAtmos - entities: - - uid: 4383 - components: - - type: Transform - pos: 2.5,-24.5 - parent: 1668 - - uid: 6646 - components: - - type: Transform - pos: 17.5,-28.5 - parent: 1668 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 1590 - components: - - type: Transform - pos: -16.5,24.5 - parent: 1668 - - uid: 1591 - components: - - type: Transform - pos: -14.5,24.5 - parent: 1668 - - uid: 1592 - components: - - type: Transform - pos: -16.5,28.5 - parent: 1668 - - uid: 1593 - components: - - type: Transform - pos: -14.5,28.5 - parent: 1668 - - uid: 1623 - components: - - type: Transform - pos: -4.5,15.5 - parent: 1668 -- proto: PlushieAtmosian - entities: - - uid: 6890 - components: - - type: Transform - pos: 17.549469,-29.409344 - parent: 1668 -- proto: PortableScrubber - entities: - - uid: 3696 - components: - - type: Transform - pos: -14.5,4.5 - parent: 1668 - - uid: 5764 - components: - - type: Transform - pos: 16.5,-31.5 - parent: 1668 - - uid: 5765 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 1668 -- proto: PosterContrabandBeachStarYamamoto - entities: - - uid: 6638 - components: - - type: MetaData - desc: A picture depicting a woman at the beach. Neat. - name: Beach Star Bratton! - - type: Transform - pos: 15.5,33.5 - parent: 1668 -- proto: PosterContrabandC20r - entities: - - uid: 6734 - components: - - type: Transform - pos: 9.5,33.5 - parent: 1668 -- proto: PosterContrabandEAT - entities: - - uid: 6737 - components: - - type: Transform - pos: -12.5,-26.5 - parent: 1668 -- proto: PosterContrabandHighEffectEngineering - entities: - - uid: 4576 - components: - - type: Transform - pos: 22.5,-20.5 - parent: 1668 -- proto: PosterContrabandMissingGloves - entities: - - uid: 6945 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 1668 -- proto: PosterContrabandRedRum - entities: - - uid: 6918 - components: - - type: Transform - pos: -4.5,25.5 - parent: 1668 -- proto: PosterContrabandRobustSoftdrinks - entities: - - uid: 6958 - components: - - type: Transform - pos: -7.5,-14.5 - parent: 1668 -- proto: PosterContrabandSpaceUp - entities: - - uid: 6746 - components: - - type: Transform - pos: 29.5,-7.5 - parent: 1668 -- proto: PosterContrabandTools - entities: - - uid: 6731 - components: - - type: Transform - pos: 22.5,-21.5 - parent: 1668 -- proto: PosterContrabandUnreadableAnnouncement - entities: - - uid: 6917 - components: - - type: Transform - pos: -8.5,18.5 - parent: 1668 -- proto: PosterContrabandVoteWeh - entities: - - uid: 6745 - components: - - type: Transform - pos: 29.5,6.5 - parent: 1668 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 6733 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 1668 -- proto: PosterLegitCarpMount - entities: - - uid: 6740 - components: - - type: Transform - pos: 8.5,33.5 - parent: 1668 - - uid: 6915 - components: - - type: Transform - pos: -9.5,7.5 - parent: 1668 -- proto: PosterLegitCleanliness - entities: - - uid: 6735 - components: - - type: Transform - pos: -15.5,-31.5 - parent: 1668 - - uid: 6736 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 1668 -- proto: PosterLegitCohibaRobustoAd - entities: - - uid: 6732 - components: - - type: Transform - pos: 11.5,-24.5 - parent: 1668 -- proto: PosterLegitEnlist - entities: - - uid: 6633 - components: - - type: Transform - pos: 6.5,16.5 - parent: 1668 - - uid: 6639 - components: - - type: Transform - pos: 3.5,33.5 - parent: 1668 -- proto: PosterLegitHelpOthers - entities: - - uid: 6738 - components: - - type: Transform - pos: 11.5,-27.5 - parent: 1668 -- proto: PosterLegitHereForYourSafety - entities: - - uid: 6959 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 1668 -- proto: PosterLegitHighClassMartini - entities: - - uid: 6739 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 1668 -- proto: PosterLegitJustAWeekAway - entities: - - uid: 6741 - components: - - type: Transform - pos: 33.5,-0.5 - parent: 1668 -- proto: PosterLegitLoveIan - entities: - - uid: 6957 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 1668 - - uid: 6960 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 1668 -- proto: PosterLegitNanomichiAd - entities: - - uid: 3778 - components: - - type: Transform - pos: -25.5,6.5 - parent: 1668 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 469 - components: - - type: Transform - pos: -24.5,13.5 - parent: 1668 - - uid: 797 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 1668 - - uid: 798 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1668 - - uid: 799 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1668 - - uid: 800 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 1668 - - uid: 801 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1668 - - uid: 802 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1668 - - uid: 1464 - components: - - type: Transform - pos: 14.5,30.5 - parent: 1668 - - uid: 1861 - components: - - type: Transform - pos: -2.5,5.5 - parent: 1668 - - uid: 2053 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1668 - - uid: 2054 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1668 - - uid: 2055 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1668 - - uid: 2454 - components: - - type: Transform - pos: 21.5,10.5 - parent: 1668 - - uid: 2455 - components: - - type: Transform - pos: 21.5,13.5 - parent: 1668 - - uid: 2456 - components: - - type: Transform - pos: 28.5,24.5 - parent: 1668 - - uid: 2457 - components: - - type: Transform - pos: 30.5,24.5 - parent: 1668 - - uid: 2458 - components: - - type: Transform - pos: 26.5,24.5 - parent: 1668 - - uid: 2459 - components: - - type: Transform - pos: 34.5,20.5 - parent: 1668 - - uid: 2460 - components: - - type: Transform - pos: 22.5,20.5 - parent: 1668 - - uid: 2918 - components: - - type: Transform - pos: -19.5,13.5 - parent: 1668 - - uid: 3450 - components: - - type: Transform - pos: -13.5,1.5 - parent: 1668 - - uid: 3603 - components: - - type: Transform - pos: -11.5,7.5 - parent: 1668 - - uid: 3604 - components: - - type: Transform - pos: -15.5,7.5 - parent: 1668 - - uid: 3605 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 1668 - - uid: 3606 - components: - - type: Transform - pos: -17.5,-2.5 - parent: 1668 - - uid: 3777 - components: - - type: Transform - pos: -25.5,2.5 - parent: 1668 - - uid: 3867 - components: - - type: Transform - pos: -25.5,-2.5 - parent: 1668 - - uid: 4395 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 1668 - - uid: 4635 - components: - - type: Transform - pos: -3.5,-14.5 - parent: 1668 - - uid: 4636 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1668 - - uid: 6446 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 1668 - - uid: 6447 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 1668 - - uid: 6448 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 1668 - - uid: 6557 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 1668 - - uid: 6558 - components: - - type: Transform - pos: -15.5,-27.5 - parent: 1668 - - uid: 6559 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 1668 - - uid: 6560 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 1668 - - uid: 6613 - components: - - type: Transform - pos: 4.5,30.5 - parent: 1668 - - uid: 6632 - components: - - type: Transform - pos: 13.5,16.5 - parent: 1668 - - uid: 6721 - components: - - type: Transform - pos: 16.5,1.5 - parent: 1668 - - uid: 6722 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 1668 - - uid: 6882 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1668 -- proto: PosterLegitNTTGC - entities: - - uid: 6884 - components: - - type: Transform - pos: 18.5,17.5 - parent: 1668 -- proto: PosterLegitPeriodicTable - entities: - - uid: 6913 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 1668 -- proto: PosterLegitRenault - entities: - - uid: 6962 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 1668 -- proto: PosterLegitReportCrimes - entities: - - uid: 6743 - components: - - type: Transform - pos: -19.5,1.5 - parent: 1668 -- proto: PosterLegitSafetyEyeProtection - entities: - - uid: 6914 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 1668 -- proto: PosterLegitSafetyMothDelam - entities: - - uid: 6912 - components: - - type: Transform - pos: 23.5,-12.5 - parent: 1668 -- proto: PosterLegitSafetyMothEpi - entities: - - uid: 6910 - components: - - type: Transform - pos: 12.5,-8.5 - parent: 1668 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 6911 - components: - - type: Transform - pos: 14.5,-20.5 - parent: 1668 -- proto: PosterLegitSafetyMothMeth - entities: - - uid: 6909 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 1668 -- proto: PosterLegitSafetyMothPiping - entities: - - uid: 6887 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 1668 -- proto: PosterLegitSafetyReport - entities: - - uid: 6747 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 1668 -- proto: PosterLegitSecWatch - entities: - - uid: 6781 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 1668 -- proto: PosterLegitUeNo - entities: - - uid: 6744 - components: - - type: Transform - pos: 23.5,6.5 - parent: 1668 -- proto: PosterLegitVacation - entities: - - uid: 6885 - components: - - type: Transform - pos: 8.5,9.5 - parent: 1668 - - uid: 6886 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 1668 - - uid: 6919 - components: - - type: Transform - pos: -4.5,28.5 - parent: 1668 - - uid: 6946 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 1668 -- proto: PosterLegitWalk - entities: - - uid: 6961 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 1668 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 6742 - components: - - type: Transform - pos: 10.5,33.5 - parent: 1668 - - uid: 6916 - components: - - type: Transform - pos: -12.5,13.5 - parent: 1668 -- proto: PosterMapBagel - entities: - - uid: 6749 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1668 -- proto: PosterMapDelta - entities: - - uid: 6750 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 1668 -- proto: PosterMapLighthouse - entities: - - uid: 6754 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 1668 -- proto: PosterMapMarathon - entities: - - uid: 6751 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1668 -- proto: PosterMapMetaRight - entities: - - uid: 6752 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 1668 -- proto: PosterMapMoose - entities: - - uid: 6755 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 1668 -- proto: PosterMapOrigin - entities: - - uid: 6759 - components: - - type: Transform - pos: -4.5,5.5 - parent: 1668 -- proto: PosterMapPillar - entities: - - uid: 6753 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 1668 -- proto: PosterMapSaltern - entities: - - uid: 6756 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 1668 -- proto: PosterMapSplit - entities: - - uid: 6757 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1668 -- proto: PosterMapWaystation - entities: - - uid: 6758 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 1668 -- proto: PottedPlant15 - entities: - - uid: 3459 - components: - - type: Transform - pos: -24.5,12.5 - parent: 1668 -- proto: PottedPlant21 - entities: - - uid: 508 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 1668 - - uid: 542 - components: - - type: Transform - pos: 19.5,-5.5 - parent: 1668 - - uid: 543 - components: - - type: Transform - pos: 19.5,4.5 - parent: 1668 - - uid: 602 - components: - - type: MetaData - name: security plant - - type: Transform - pos: 9.5,6.5 - parent: 1668 - - uid: 606 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 1668 - - uid: 607 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 1668 - - uid: 708 - components: - - type: Transform - pos: -6.5,-5.5 - parent: 1668 - - uid: 709 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1668 - - uid: 803 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 1668 - - uid: 2160 - components: - - type: Transform - pos: 0.5,16.5 - parent: 1668 - - uid: 2161 - components: - - type: Transform - pos: -1.5,16.5 - parent: 1668 - - uid: 2162 - components: - - type: Transform - pos: 2.5,12.5 - parent: 1668 - - uid: 2381 - components: - - type: Transform - pos: 22.5,10.5 - parent: 1668 - - uid: 2383 - components: - - type: Transform - pos: 34.5,10.5 - parent: 1668 - - uid: 2384 - components: - - type: Transform - pos: 24.5,21.5 - parent: 1668 - - uid: 2385 - components: - - type: Transform - pos: 32.5,21.5 - parent: 1668 - - uid: 2386 - components: - - type: Transform - pos: 18.5,18.5 - parent: 1668 - - uid: 2422 - components: - - type: Transform - pos: 28.5,23.5 - parent: 1668 - - uid: 3178 - components: - - type: Transform - pos: 6.5,10.5 - parent: 1668 - - uid: 3179 - components: - - type: Transform - pos: 13.5,15.5 - parent: 1668 - - uid: 3456 - components: - - type: Transform - pos: -20.5,2.5 - parent: 1668 - - uid: 3457 - components: - - type: Transform - pos: -21.5,6.5 - parent: 1668 - - uid: 3458 - components: - - type: Transform - pos: -24.5,8.5 - parent: 1668 - - uid: 3460 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 1668 - - uid: 3461 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 1668 - - uid: 3856 - components: - - type: Transform - pos: -18.5,-3.5 - parent: 1668 - - uid: 3857 - components: - - type: Transform - pos: -18.5,-9.5 - parent: 1668 - - uid: 3858 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 1668 - - uid: 4624 - components: - - type: Transform - pos: -7.5,-19.5 - parent: 1668 - - uid: 4625 - components: - - type: Transform - pos: -5.5,-19.5 - parent: 1668 - - uid: 4626 - components: - - type: Transform - pos: 4.5,-19.5 - parent: 1668 - - uid: 4627 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 1668 - - uid: 4628 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 1668 - - uid: 4629 - components: - - type: Transform - pos: -14.5,-18.5 - parent: 1668 - - uid: 5375 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 1668 - - uid: 5382 - components: - - type: Transform - pos: 17.5,-23.5 - parent: 1668 - - uid: 6561 - components: - - type: Transform - pos: -18.5,-27.5 - parent: 1668 - - uid: 6562 - components: - - type: Transform - pos: -3.5,-31.5 - parent: 1668 - - uid: 6563 - components: - - type: Transform - pos: 2.5,-31.5 - parent: 1668 -- proto: PottedPlant22 - entities: - - uid: 544 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 1668 - - uid: 603 - components: - - type: MetaData - name: security plant - - type: Transform - pos: 13.5,4.5 - parent: 1668 - - uid: 706 - components: - - type: Transform - pos: -6.5,4.5 - parent: 1668 - - uid: 707 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 1668 - - uid: 804 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 1668 - - uid: 2193 - components: - - type: Transform - pos: -2.5,16.5 - parent: 1668 - - uid: 2387 - components: - - type: Transform - pos: 23.5,10.5 - parent: 1668 - - uid: 2388 - components: - - type: Transform - pos: 33.5,10.5 - parent: 1668 - - uid: 2389 - components: - - type: Transform - pos: 34.5,21.5 - parent: 1668 - - uid: 2390 - components: - - type: Transform - pos: 22.5,21.5 - parent: 1668 - - uid: 2391 - components: - - type: Transform - pos: 25.5,21.5 - parent: 1668 - - uid: 2392 - components: - - type: Transform - pos: 31.5,21.5 - parent: 1668 - - uid: 2393 - components: - - type: Transform - pos: 18.5,22.5 - parent: 1668 - - uid: 2394 - components: - - type: Transform - pos: 16.5,12.5 - parent: 1668 - - uid: 3180 - components: - - type: Transform - pos: 6.5,15.5 - parent: 1668 - - uid: 3181 - components: - - type: Transform - pos: 14.5,10.5 - parent: 1668 - - uid: 3453 - components: - - type: Transform - pos: -22.5,2.5 - parent: 1668 - - uid: 3454 - components: - - type: Transform - pos: -24.5,6.5 - parent: 1668 - - uid: 3455 - components: - - type: Transform - pos: -22.5,8.5 - parent: 1668 - - uid: 3853 - components: - - type: Transform - pos: -21.5,-9.5 - parent: 1668 - - uid: 3854 - components: - - type: Transform - pos: -19.5,-9.5 - parent: 1668 - - uid: 3855 - components: - - type: Transform - pos: -19.5,-3.5 - parent: 1668 - - uid: 4620 - components: - - type: Transform - pos: -4.5,-19.5 - parent: 1668 - - uid: 4621 - components: - - type: Transform - pos: 3.5,-19.5 - parent: 1668 - - uid: 4622 - components: - - type: Transform - pos: 7.5,-19.5 - parent: 1668 - - uid: 4623 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 1668 - - uid: 5377 - components: - - type: Transform - pos: 27.5,-25.5 - parent: 1668 - - uid: 5383 - components: - - type: Transform - pos: 17.5,-27.5 - parent: 1668 - - uid: 6564 - components: - - type: Transform - pos: -14.5,-33.5 - parent: 1668 - - uid: 6565 - components: - - type: Transform - pos: 13.5,-33.5 - parent: 1668 -- proto: PottedPlantBioluminscent - entities: - - uid: 6566 - components: - - type: Transform - pos: -0.5,-41.5 - parent: 1668 -- proto: PowerCellRecharger - entities: - - uid: 1448 - components: - - type: Transform - pos: 12.5,6.5 - parent: 1668 - - uid: 1458 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1668 - - uid: 5376 - components: - - type: Transform - pos: 21.5,-21.5 - parent: 1668 - - uid: 5378 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 1668 - - uid: 6498 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 1668 -- proto: PowerDrill - entities: - - uid: 3698 - components: - - type: Transform - pos: -16.54512,6.5009594 - parent: 1668 -- proto: Poweredlight - entities: - - uid: 510 - components: - - type: Transform - pos: 20.5,-10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 524 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 525 - components: - - type: Transform - pos: 26.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 526 - components: - - type: Transform - pos: 21.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 527 - components: - - type: Transform - pos: 31.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 576 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 577 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-7.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,3.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 580 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 581 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 582 - components: - - type: Transform - pos: 34.5,5.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 583 - components: - - type: Transform - pos: 23.5,5.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 584 - components: - - type: Transform - pos: 29.5,5.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 585 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 586 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 587 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-3.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,2.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 739 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1384 - components: - - type: Transform - pos: 7.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1385 - components: - - type: Transform - pos: 17.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1386 - components: - - type: Transform - pos: -8.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-2.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1388 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1390 - components: - - type: Transform - pos: 5.5,4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-5.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1396 - components: - - type: Transform - pos: 1.5,4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 1485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2151 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,16.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2152 - components: - - type: Transform - pos: -11.5,17.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,14.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2154 - components: - - type: Transform - pos: -8.5,12.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2159 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-16.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2219 - components: - - type: Transform - pos: -11.5,31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2220 - components: - - type: Transform - pos: -7.5,31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,22.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,1.5 - parent: 1668 - - uid: 2723 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,8.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2724 - components: - - type: Transform - pos: 4.5,14.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2725 - components: - - type: Transform - pos: 6.5,15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2726 - components: - - type: Transform - pos: 13.5,15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2731 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2739 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2908 - components: - - type: Transform - pos: 17.5,8.5 - parent: 1668 - - uid: 2931 - components: - - type: Transform - pos: 12.5,32.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2932 - components: - - type: Transform - pos: 6.5,32.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2933 - components: - - type: Transform - pos: 9.5,32.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2939 - components: - - type: Transform - pos: 9.5,25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2941 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3135 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,6.5 - parent: 1668 - - uid: 3701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,14.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3702 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3704 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,10.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3705 - components: - - type: Transform - pos: -21.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3707 - components: - - type: Transform - pos: -15.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3708 - components: - - type: Transform - pos: -11.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4167 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4169 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-2.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4170 - components: - - type: Transform - pos: -31.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4171 - components: - - type: Transform - pos: -27.5,0.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,4.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4176 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4177 - components: - - type: Transform - pos: -12.5,-3.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4178 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-9.5 - parent: 1668 - - uid: 4334 - components: - - type: Transform - pos: -26.5,-3.5 - parent: 1668 - - uid: 4340 - components: - - type: Transform - pos: -8.5,-4.5 - parent: 1668 - - uid: 4392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-7.5 - parent: 1668 - - uid: 4396 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-7.5 - parent: 1668 - - uid: 4397 - components: - - type: Transform - pos: 7.5,-4.5 - parent: 1668 - - uid: 4399 - components: - - type: Transform - pos: 18.5,16.5 - parent: 1668 - - uid: 4400 - components: - - type: Transform - pos: 28.5,23.5 - parent: 1668 - - uid: 4402 - components: - - type: Transform - pos: 34.5,23.5 - parent: 1668 - - uid: 4499 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,6.5 - parent: 1668 - - uid: 4596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4597 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4598 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4599 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4600 - components: - - type: Transform - pos: -3.5,-25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4601 - components: - - type: Transform - pos: 2.5,-25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-22.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-22.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4637 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-29.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-29.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-11.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5056 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-2.5 - parent: 1668 - - uid: 5353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5354 - components: - - type: Transform - pos: 14.5,-23.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5358 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5359 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5360 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5361 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5364 - components: - - type: Transform - pos: 31.5,-15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5365 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-13.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-16.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5367 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-14.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5408 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-32.5 - parent: 1668 - - uid: 5452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,8.5 - parent: 1668 - - uid: 5582 - components: - - type: Transform - pos: 16.5,-29.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5827 - components: - - type: Transform - pos: -14.5,-18.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5830 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5831 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,33.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5849 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5850 - components: - - type: Transform - pos: -4.5,-15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-16.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5852 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5884 - components: - - type: Transform - pos: 12.5,6.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5885 - components: - - type: Transform - pos: 9.5,1.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-2.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5933 - components: - - type: Transform - pos: -17.5,-31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6102 - components: - - type: Transform - pos: -16.5,-23.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-29.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 1668 - - uid: 6463 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6464 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6465 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-41.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-43.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-39.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6468 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-39.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6469 - components: - - type: Transform - pos: -11.5,-30.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6470 - components: - - type: Transform - pos: 10.5,-30.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6471 - components: - - type: Transform - pos: 3.5,-31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6472 - components: - - type: Transform - pos: -4.5,-31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-37.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-37.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-9.5 - parent: 1668 - - uid: 6609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,18.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6723 - components: - - type: Transform - pos: -15.5,2.5 - parent: 1668 - - uid: 6724 - components: - - type: Transform - pos: -11.5,2.5 - parent: 1668 - - uid: 6725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-1.5 - parent: 1668 - - uid: 6730 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,10.5 - parent: 1668 - - uid: 6760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-7.5 - parent: 1668 - - uid: 6761 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-7.5 - parent: 1668 - - uid: 6766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,6.5 - parent: 1668 - - uid: 6784 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-22.5 - parent: 1668 - - uid: 6874 - components: - - type: Transform - pos: 31.5,-28.5 - parent: 1668 - - uid: 6875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-31.5 - parent: 1668 - - uid: 6883 - components: - - type: Transform - pos: 22.5,23.5 - parent: 1668 - - uid: 6920 - components: - - type: Transform - pos: 2.5,18.5 - parent: 1668 - - uid: 6921 - components: - - type: Transform - pos: -3.5,18.5 - parent: 1668 - - uid: 6944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,16.5 - parent: 1668 -- proto: PoweredlightLED - entities: - - uid: 5584 - components: - - type: Transform - pos: 22.5,-28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredlightSodium - entities: - - uid: 3245 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5227 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5229 - components: - - type: Transform - pos: 34.5,-20.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 -- proto: PoweredSmallLight - entities: - - uid: 2050 - components: - - type: Transform - pos: -1.5,24.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2051 - components: - - type: Transform - pos: -2.5,21.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2052 - components: - - type: Transform - pos: 1.5,21.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2217 - components: - - type: Transform - pos: -15.5,28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2218 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,24.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2740 - components: - - type: Transform - pos: 14.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2762 - components: - - type: Transform - pos: 16.5,22.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,21.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,31.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2935 - components: - - type: Transform - pos: 16.5,25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2936 - components: - - type: Transform - pos: 16.5,28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2937 - components: - - type: Transform - pos: 2.5,28.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2938 - components: - - type: Transform - pos: 2.5,25.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 2943 - components: - - type: Transform - pos: 5.5,19.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-22.5 - parent: 1668 - - uid: 5368 - components: - - type: Transform - pos: 16.5,-17.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-15.5 - parent: 1668 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-28.5 - parent: 1668 -- proto: Protolathe - entities: - - uid: 5311 - components: - - type: Transform - pos: 24.5,-26.5 - parent: 1668 -- proto: Rack - entities: - - uid: 1662 - components: - - type: Transform - pos: -11.5,17.5 - parent: 1668 - - uid: 2167 - components: - - type: Transform - pos: -3.5,16.5 - parent: 1668 - - uid: 2195 - components: - - type: Transform - pos: -1.5,24.5 - parent: 1668 - - uid: 2200 - components: - - type: Transform - pos: 15.5,30.5 - parent: 1668 - - uid: 2201 - components: - - type: Transform - pos: 3.5,30.5 - parent: 1668 - - uid: 2889 - components: - - type: Transform - pos: 3.5,32.5 - parent: 1668 - - uid: 2890 - components: - - type: Transform - pos: 15.5,32.5 - parent: 1668 - - uid: 3117 - components: - - type: Transform - pos: 5.5,32.5 - parent: 1668 - - uid: 3118 - components: - - type: Transform - pos: 6.5,32.5 - parent: 1668 - - uid: 3119 - components: - - type: Transform - pos: 12.5,32.5 - parent: 1668 - - uid: 3120 - components: - - type: Transform - pos: 13.5,32.5 - parent: 1668 - - uid: 5327 - components: - - type: Transform - pos: 24.5,-13.5 - parent: 1668 - - uid: 5340 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 1668 - - uid: 6449 - components: - - type: Transform - pos: -6.5,-40.5 - parent: 1668 - - uid: 6450 - components: - - type: Transform - pos: -6.5,-42.5 - parent: 1668 - - uid: 6451 - components: - - type: Transform - pos: 5.5,-42.5 - parent: 1668 - - uid: 6452 - components: - - type: Transform - pos: 5.5,-40.5 - parent: 1668 -- proto: RadioHandheld - entities: - - uid: 3903 - components: - - type: Transform - pos: -13.516307,-6.3210163 - parent: 1668 - - uid: 3904 - components: - - type: Transform - pos: -13.344432,-6.4147663 - parent: 1668 -- proto: Railing - entities: - - uid: 1075 - components: - - type: Transform - pos: 34.5,-4.5 - parent: 1668 - - uid: 1076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-4.5 - parent: 1668 - - uid: 1077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,3.5 - parent: 1668 - - uid: 1078 - components: - - type: Transform - pos: 34.5,3.5 - parent: 1668 - - uid: 4434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-25.5 - parent: 1668 - - uid: 4435 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-26.5 - parent: 1668 - - uid: 4436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-25.5 - parent: 1668 - - uid: 4438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-26.5 - parent: 1668 - - uid: 4439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-26.5 - parent: 1668 - - uid: 4440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-25.5 - parent: 1668 - - uid: 4454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-29.5 - parent: 1668 - - uid: 4455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-28.5 - parent: 1668 - - uid: 4456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-29.5 - parent: 1668 - - uid: 4457 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-29.5 - parent: 1668 - - uid: 4460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-28.5 - parent: 1668 - - uid: 4461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-29.5 - parent: 1668 - - uid: 4462 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-28.5 - parent: 1668 - - uid: 4463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-28.5 - parent: 1668 - - uid: 4464 - components: - - type: Transform - pos: 0.5,-27.5 - parent: 1668 - - uid: 4465 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 1668 - - uid: 4468 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-25.5 - parent: 1668 - - uid: 4469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-26.5 - parent: 1668 - - uid: 5216 - components: - - type: Transform - pos: 34.5,-20.5 - parent: 1668 - - uid: 5218 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 1668 - - uid: 5220 - components: - - type: Transform - pos: 30.5,-20.5 - parent: 1668 - - uid: 5221 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 - parent: 1668 - - uid: 5223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-26.5 - parent: 1668 - - uid: 5225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-26.5 - parent: 1668 - - uid: 5226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-25.5 - parent: 1668 - - uid: 5228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-23.5 - parent: 1668 - - uid: 5230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-21.5 - parent: 1668 - - uid: 6144 - components: - - type: Transform - pos: -22.5,-23.5 - parent: 1668 - - uid: 6145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-27.5 - parent: 1668 -- proto: RailingCornerSmall - entities: - - uid: 4471 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-27.5 - parent: 1668 - - uid: 4473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-27.5 - parent: 1668 - - uid: 5231 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-26.5 - parent: 1668 - - uid: 5232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-20.5 - parent: 1668 -- proto: RandomDrinkBottle - entities: - - uid: 4607 - components: - - type: Transform - pos: 10.5,-27.5 - parent: 1668 - - uid: 4610 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 1668 -- proto: RandomDrinkGlass - entities: - - uid: 4611 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 1668 - - uid: 4612 - components: - - type: Transform - pos: 7.5,-25.5 - parent: 1668 - - uid: 4613 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 1668 - - uid: 4614 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1668 -- proto: RandomFoodBakedSingle - entities: - - uid: 4616 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 1668 -- proto: RandomFoodMeal - entities: - - uid: 4608 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 1668 - - uid: 4609 - components: - - type: Transform - pos: -8.5,-27.5 - parent: 1668 -- proto: RandomFoodSingle - entities: - - uid: 4605 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1668 - - uid: 4606 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 1668 -- proto: ReagentContainerFlour - entities: - - uid: 4594 - components: - - type: Transform - pos: -10.626896,-28.3469 - parent: 1668 - - uid: 4595 - components: - - type: Transform - pos: -10.376896,-28.50315 - parent: 1668 -- proto: Recycler - entities: - - uid: 5908 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-31.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 5907 -- proto: ReinforcedPlasmaWindow - entities: - - uid: 2791 - components: - - type: Transform - pos: 6.5,30.5 - parent: 1668 - - uid: 2812 - components: - - type: Transform - pos: 12.5,30.5 - parent: 1668 - - uid: 2813 - components: - - type: Transform - pos: 5.5,30.5 - parent: 1668 - - uid: 2877 - components: - - type: Transform - pos: 13.5,30.5 - parent: 1668 - - uid: 5108 - components: - - type: Transform - pos: 28.5,-25.5 - parent: 1668 - - uid: 5109 - components: - - type: Transform - pos: 28.5,-24.5 - parent: 1668 - - uid: 5110 - components: - - type: Transform - pos: 28.5,-23.5 - parent: 1668 - - uid: 5111 - components: - - type: Transform - pos: 28.5,-22.5 - parent: 1668 - - uid: 5112 - components: - - type: Transform - pos: 28.5,-21.5 - parent: 1668 - - uid: 5167 - components: - - type: Transform - pos: 31.5,-19.5 - parent: 1668 - - uid: 5168 - components: - - type: Transform - pos: 33.5,-19.5 - parent: 1668 -- proto: ReinforcedWindow - entities: - - uid: 50 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 1668 - - uid: 51 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 1668 - - uid: 52 - components: - - type: Transform - pos: 3.5,-2.5 - parent: 1668 - - uid: 53 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 1668 - - uid: 54 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 1668 - - uid: 55 - components: - - type: Transform - pos: 3.5,1.5 - parent: 1668 - - uid: 56 - components: - - type: Transform - pos: 3.5,2.5 - parent: 1668 - - uid: 57 - components: - - type: Transform - pos: 2.5,2.5 - parent: 1668 - - uid: 58 - components: - - type: Transform - pos: 0.5,2.5 - parent: 1668 - - uid: 59 - components: - - type: Transform - pos: -1.5,2.5 - parent: 1668 - - uid: 60 - components: - - type: Transform - pos: -0.5,2.5 - parent: 1668 - - uid: 61 - components: - - type: Transform - pos: -3.5,2.5 - parent: 1668 - - uid: 62 - components: - - type: Transform - pos: -4.5,2.5 - parent: 1668 - - uid: 63 - components: - - type: Transform - pos: -4.5,1.5 - parent: 1668 - - uid: 64 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 1668 - - uid: 65 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 1668 - - uid: 66 - components: - - type: Transform - pos: -4.5,-2.5 - parent: 1668 - - uid: 67 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 1668 - - uid: 68 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 1668 - - uid: 69 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 1668 - - uid: 77 - components: - - type: Transform - pos: 6.5,-4.5 - parent: 1668 - - uid: 92 - components: - - type: Transform - pos: 2.5,5.5 - parent: 1668 - - uid: 93 - components: - - type: Transform - pos: 4.5,7.5 - parent: 1668 - - uid: 94 - components: - - type: Transform - pos: 3.5,6.5 - parent: 1668 - - uid: 95 - components: - - type: Transform - pos: 4.5,5.5 - parent: 1668 - - uid: 103 - components: - - type: Transform - pos: 8.5,5.5 - parent: 1668 - - uid: 104 - components: - - type: Transform - pos: 7.5,4.5 - parent: 1668 - - uid: 109 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 1668 - - uid: 110 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 1668 - - uid: 111 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1668 - - uid: 112 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1668 - - uid: 124 - components: - - type: Transform - pos: 8.5,20.5 - parent: 1668 - - uid: 134 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 1668 - - uid: 135 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 1668 - - uid: 136 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 1668 - - uid: 150 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 1668 - - uid: 151 - components: - - type: Transform - pos: 2.5,-6.5 - parent: 1668 - - uid: 152 - components: - - type: Transform - pos: 3.5,-7.5 - parent: 1668 - - uid: 153 - components: - - type: Transform - pos: 5.5,-7.5 - parent: 1668 - - uid: 161 - components: - - type: Transform - pos: 9.5,-8.5 - parent: 1668 - - uid: 162 - components: - - type: Transform - pos: 10.5,-8.5 - parent: 1668 - - uid: 163 - components: - - type: Transform - pos: 11.5,-8.5 - parent: 1668 - - uid: 164 - components: - - type: Transform - pos: 13.5,-8.5 - parent: 1668 - - uid: 165 - components: - - type: Transform - pos: 15.5,-8.5 - parent: 1668 - - uid: 166 - components: - - type: Transform - pos: 14.5,-8.5 - parent: 1668 - - uid: 167 - components: - - type: Transform - pos: 12.5,-9.5 - parent: 1668 - - uid: 168 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 1668 - - uid: 169 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 1668 - - uid: 170 - components: - - type: Transform - pos: 9.5,-10.5 - parent: 1668 - - uid: 171 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 1668 - - uid: 172 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 1668 - - uid: 173 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 1668 - - uid: 183 - components: - - type: Transform - pos: 16.5,-9.5 - parent: 1668 - - uid: 190 - components: - - type: Transform - pos: 17.5,-5.5 - parent: 1668 - - uid: 214 - components: - - type: Transform - pos: 2.5,-10.5 - parent: 1668 - - uid: 215 - components: - - type: Transform - pos: 2.5,-13.5 - parent: 1668 - - uid: 220 - components: - - type: Transform - pos: 11.5,2.5 - parent: 1668 - - uid: 221 - components: - - type: Transform - pos: 13.5,2.5 - parent: 1668 - - uid: 222 - components: - - type: Transform - pos: 15.5,2.5 - parent: 1668 - - uid: 226 - components: - - type: Transform - pos: 7.5,-14.5 - parent: 1668 - - uid: 227 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 1668 - - uid: 228 - components: - - type: Transform - pos: 7.5,-12.5 - parent: 1668 - - uid: 243 - components: - - type: Transform - pos: 17.5,4.5 - parent: 1668 - - uid: 244 - components: - - type: Transform - pos: 17.5,6.5 - parent: 1668 - - uid: 247 - components: - - type: Transform - pos: 16.5,3.5 - parent: 1668 - - uid: 259 - components: - - type: Transform - pos: 9.5,7.5 - parent: 1668 - - uid: 260 - components: - - type: Transform - pos: 10.5,7.5 - parent: 1668 - - uid: 261 - components: - - type: Transform - pos: 11.5,7.5 - parent: 1668 - - uid: 262 - components: - - type: Transform - pos: 13.5,7.5 - parent: 1668 - - uid: 263 - components: - - type: Transform - pos: 14.5,7.5 - parent: 1668 - - uid: 264 - components: - - type: Transform - pos: 11.5,9.5 - parent: 1668 - - uid: 265 - components: - - type: Transform - pos: 10.5,9.5 - parent: 1668 - - uid: 266 - components: - - type: Transform - pos: 9.5,9.5 - parent: 1668 - - uid: 267 - components: - - type: Transform - pos: 3.5,8.5 - parent: 1668 - - uid: 268 - components: - - type: Transform - pos: 14.5,9.5 - parent: 1668 - - uid: 269 - components: - - type: Transform - pos: 7.5,9.5 - parent: 1668 - - uid: 270 - components: - - type: Transform - pos: 6.5,9.5 - parent: 1668 - - uid: 271 - components: - - type: Transform - pos: 8.5,8.5 - parent: 1668 - - uid: 272 - components: - - type: Transform - pos: 12.5,8.5 - parent: 1668 - - uid: 275 - components: - - type: Transform - pos: 13.5,9.5 - parent: 1668 - - uid: 301 - components: - - type: Transform - pos: 11.5,-3.5 - parent: 1668 - - uid: 302 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 1668 - - uid: 303 - components: - - type: Transform - pos: 15.5,-3.5 - parent: 1668 - - uid: 307 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1668 - - uid: 308 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 1668 - - uid: 309 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1668 - - uid: 310 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 1668 - - uid: 336 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 1668 - - uid: 337 - components: - - type: Transform - pos: -7.5,-4.5 - parent: 1668 - - uid: 338 - components: - - type: Transform - pos: -3.5,-6.5 - parent: 1668 - - uid: 339 - components: - - type: Transform - pos: -4.5,-7.5 - parent: 1668 - - uid: 340 - components: - - type: Transform - pos: -6.5,-7.5 - parent: 1668 - - uid: 348 - components: - - type: Transform - pos: 21.5,6.5 - parent: 1668 - - uid: 355 - components: - - type: Transform - pos: 31.5,6.5 - parent: 1668 - - uid: 360 - components: - - type: Transform - pos: 24.5,7.5 - parent: 1668 - - uid: 361 - components: - - type: Transform - pos: 28.5,7.5 - parent: 1668 - - uid: 393 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 1668 - - uid: 396 - components: - - type: Transform - pos: 23.5,-8.5 - parent: 1668 - - uid: 401 - components: - - type: Transform - pos: 29.5,-8.5 - parent: 1668 - - uid: 408 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 1668 - - uid: 442 - components: - - type: Transform - pos: 35.5,1.5 - parent: 1668 - - uid: 443 - components: - - type: Transform - pos: 35.5,3.5 - parent: 1668 - - uid: 444 - components: - - type: Transform - pos: 35.5,5.5 - parent: 1668 - - uid: 445 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 1668 - - uid: 446 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 1668 - - uid: 447 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 1668 - - uid: 462 - components: - - type: Transform - pos: 33.5,5.5 - parent: 1668 - - uid: 463 - components: - - type: Transform - pos: 33.5,3.5 - parent: 1668 - - uid: 464 - components: - - type: Transform - pos: 33.5,1.5 - parent: 1668 - - uid: 465 - components: - - type: Transform - pos: 33.5,-2.5 - parent: 1668 - - uid: 466 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 1668 - - uid: 467 - components: - - type: Transform - pos: 33.5,-6.5 - parent: 1668 - - uid: 471 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 1668 - - uid: 472 - components: - - type: Transform - pos: 34.5,0.5 - parent: 1668 - - uid: 670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 1668 - - uid: 671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 1668 - - uid: 676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,4.5 - parent: 1668 - - uid: 677 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,3.5 - parent: 1668 - - uid: 682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,7.5 - parent: 1668 - - uid: 683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,7.5 - parent: 1668 - - uid: 684 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,5.5 - parent: 1668 - - uid: 685 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,5.5 - parent: 1668 - - uid: 700 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,6.5 - parent: 1668 - - uid: 701 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,6.5 - parent: 1668 - - uid: 705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,8.5 - parent: 1668 - - uid: 741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-10.5 - parent: 1668 - - uid: 744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-13.5 - parent: 1668 - - uid: 758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-14.5 - parent: 1668 - - uid: 759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-13.5 - parent: 1668 - - uid: 760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-12.5 - parent: 1668 - - uid: 761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-10.5 - parent: 1668 - - uid: 762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-9.5 - parent: 1668 - - uid: 778 - components: - - type: Transform - pos: -2.5,-14.5 - parent: 1668 - - uid: 779 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 1668 - - uid: 780 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 1668 - - uid: 781 - components: - - type: Transform - pos: 1.5,-14.5 - parent: 1668 - - uid: 819 - components: - - type: Transform - pos: -10.5,32.5 - parent: 1668 - - uid: 828 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 1668 - - uid: 829 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 1668 - - uid: 830 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 1668 - - uid: 831 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 1668 - - uid: 1193 - components: - - type: Transform - pos: -8.5,32.5 - parent: 1668 - - uid: 1417 - components: - - type: Transform - pos: -4.5,11.5 - parent: 1668 - - uid: 1418 - components: - - type: Transform - pos: -3.5,17.5 - parent: 1668 - - uid: 1419 - components: - - type: Transform - pos: 2.5,17.5 - parent: 1668 - - uid: 1420 - components: - - type: Transform - pos: 3.5,16.5 - parent: 1668 - - uid: 1421 - components: - - type: Transform - pos: 3.5,14.5 - parent: 1668 - - uid: 1422 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1668 - - uid: 1423 - components: - - type: Transform - pos: 3.5,10.5 - parent: 1668 - - uid: 1429 - components: - - type: Transform - pos: 6.5,-8.5 - parent: 1668 - - uid: 1466 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 1668 - - uid: 1518 - components: - - type: Transform - pos: -16.5,17.5 - parent: 1668 - - uid: 1519 - components: - - type: Transform - pos: -16.5,18.5 - parent: 1668 - - uid: 1520 - components: - - type: Transform - pos: -15.5,18.5 - parent: 1668 - - uid: 1521 - components: - - type: Transform - pos: -13.5,18.5 - parent: 1668 - - uid: 1522 - components: - - type: Transform - pos: -12.5,18.5 - parent: 1668 - - uid: 1539 - components: - - type: Transform - pos: -14.5,20.5 - parent: 1668 - - uid: 1540 - components: - - type: Transform - pos: -14.5,21.5 - parent: 1668 - - uid: 1541 - components: - - type: Transform - pos: -14.5,22.5 - parent: 1668 - - uid: 1542 - components: - - type: Transform - pos: -14.5,23.5 - parent: 1668 - - uid: 1543 - components: - - type: Transform - pos: -15.5,23.5 - parent: 1668 - - uid: 1544 - components: - - type: Transform - pos: -16.5,23.5 - parent: 1668 - - uid: 1545 - components: - - type: Transform - pos: -14.5,29.5 - parent: 1668 - - uid: 1546 - components: - - type: Transform - pos: -15.5,29.5 - parent: 1668 - - uid: 1547 - components: - - type: Transform - pos: -16.5,29.5 - parent: 1668 - - uid: 1548 - components: - - type: Transform - pos: -14.5,30.5 - parent: 1668 - - uid: 1549 - components: - - type: Transform - pos: -14.5,26.5 - parent: 1668 - - uid: 1550 - components: - - type: Transform - pos: -15.5,26.5 - parent: 1668 - - uid: 1551 - components: - - type: Transform - pos: -16.5,26.5 - parent: 1668 - - uid: 1566 - components: - - type: Transform - pos: -12.5,32.5 - parent: 1668 - - uid: 1572 - components: - - type: Transform - pos: -6.5,32.5 - parent: 1668 - - uid: 1999 - components: - - type: Transform - pos: 5.5,10.5 - parent: 1668 - - uid: 2000 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1668 - - uid: 2001 - components: - - type: Transform - pos: 5.5,14.5 - parent: 1668 - - uid: 2242 - components: - - type: Transform - pos: 15.5,10.5 - parent: 1668 - - uid: 2243 - components: - - type: Transform - pos: 15.5,12.5 - parent: 1668 - - uid: 2244 - components: - - type: Transform - pos: 15.5,14.5 - parent: 1668 - - uid: 2276 - components: - - type: Transform - pos: 23.5,14.5 - parent: 1668 - - uid: 2277 - components: - - type: Transform - pos: 33.5,14.5 - parent: 1668 - - uid: 2278 - components: - - type: Transform - pos: 31.5,14.5 - parent: 1668 - - uid: 2279 - components: - - type: Transform - pos: 30.5,14.5 - parent: 1668 - - uid: 2280 - components: - - type: Transform - pos: 29.5,14.5 - parent: 1668 - - uid: 2281 - components: - - type: Transform - pos: 27.5,14.5 - parent: 1668 - - uid: 2282 - components: - - type: Transform - pos: 26.5,14.5 - parent: 1668 - - uid: 2283 - components: - - type: Transform - pos: 25.5,14.5 - parent: 1668 - - uid: 2337 - components: - - type: Transform - pos: 24.5,15.5 - parent: 1668 - - uid: 2338 - components: - - type: Transform - pos: 24.5,16.5 - parent: 1668 - - uid: 2339 - components: - - type: Transform - pos: 24.5,17.5 - parent: 1668 - - uid: 2341 - components: - - type: Transform - pos: 24.5,19.5 - parent: 1668 - - uid: 2505 - components: - - type: Transform - pos: 10.5,16.5 - parent: 1668 - - uid: 2506 - components: - - type: Transform - pos: 10.5,17.5 - parent: 1668 - - uid: 2507 - components: - - type: Transform - pos: 10.5,18.5 - parent: 1668 - - uid: 2509 - components: - - type: Transform - pos: 8.5,16.5 - parent: 1668 - - uid: 2556 - components: - - type: Transform - pos: 14.5,21.5 - parent: 1668 - - uid: 2755 - components: - - type: Transform - pos: 4.5,24.5 - parent: 1668 - - uid: 2771 - components: - - type: Transform - pos: 14.5,24.5 - parent: 1668 - - uid: 2777 - components: - - type: Transform - pos: 10.5,26.5 - parent: 1668 - - uid: 2778 - components: - - type: Transform - pos: 11.5,26.5 - parent: 1668 - - uid: 2779 - components: - - type: Transform - pos: 11.5,27.5 - parent: 1668 - - uid: 2780 - components: - - type: Transform - pos: 8.5,26.5 - parent: 1668 - - uid: 2781 - components: - - type: Transform - pos: 7.5,26.5 - parent: 1668 - - uid: 2782 - components: - - type: Transform - pos: 7.5,27.5 - parent: 1668 - - uid: 2786 - components: - - type: Transform - pos: 7.5,29.5 - parent: 1668 - - uid: 2787 - components: - - type: Transform - pos: 11.5,29.5 - parent: 1668 - - uid: 2858 - components: - - type: Transform - pos: 14.5,27.5 - parent: 1668 - - uid: 2859 - components: - - type: Transform - pos: 4.5,27.5 - parent: 1668 - - uid: 2906 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 1668 - - uid: 3122 - components: - - type: Transform - pos: 7.5,-8.5 - parent: 1668 - - uid: 3126 - components: - - type: Transform - pos: 7.5,7.5 - parent: 1668 - - uid: 3127 - components: - - type: Transform - pos: 6.5,7.5 - parent: 1668 - - uid: 3128 - components: - - type: Transform - pos: 9.5,-15.5 - parent: 1668 - - uid: 3248 - components: - - type: Transform - pos: 17.5,-32.5 - parent: 1668 - - uid: 3249 - components: - - type: Transform - pos: 16.5,-32.5 - parent: 1668 - - uid: 3250 - components: - - type: Transform - pos: 15.5,-32.5 - parent: 1668 - - uid: 3287 - components: - - type: Transform - pos: -10.5,1.5 - parent: 1668 - - uid: 3288 - components: - - type: Transform - pos: -11.5,1.5 - parent: 1668 - - uid: 3289 - components: - - type: Transform - pos: -12.5,1.5 - parent: 1668 - - uid: 3290 - components: - - type: Transform - pos: -14.5,1.5 - parent: 1668 - - uid: 3291 - components: - - type: Transform - pos: -15.5,1.5 - parent: 1668 - - uid: 3292 - components: - - type: Transform - pos: -16.5,1.5 - parent: 1668 - - uid: 3293 - components: - - type: Transform - pos: -13.5,2.5 - parent: 1668 - - uid: 3327 - components: - - type: Transform - pos: -27.5,8.5 - parent: 1668 - - uid: 3328 - components: - - type: Transform - pos: -27.5,9.5 - parent: 1668 - - uid: 3329 - components: - - type: Transform - pos: -27.5,12.5 - parent: 1668 - - uid: 3330 - components: - - type: Transform - pos: -27.5,11.5 - parent: 1668 - - uid: 3385 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 1668 - - uid: 3386 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 1668 - - uid: 3933 - components: - - type: Transform - pos: -33.5,7.5 - parent: 1668 - - uid: 3934 - components: - - type: Transform - pos: -32.5,7.5 - parent: 1668 - - uid: 3935 - components: - - type: Transform - pos: -30.5,7.5 - parent: 1668 - - uid: 3939 - components: - - type: Transform - pos: -34.5,3.5 - parent: 1668 - - uid: 3940 - components: - - type: Transform - pos: -34.5,4.5 - parent: 1668 - - uid: 3941 - components: - - type: Transform - pos: -34.5,5.5 - parent: 1668 - - uid: 3942 - components: - - type: Transform - pos: -34.5,6.5 - parent: 1668 - - uid: 3972 - components: - - type: Transform - pos: -34.5,-2.5 - parent: 1668 - - uid: 3973 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 1668 - - uid: 3974 - components: - - type: Transform - pos: -34.5,1.5 - parent: 1668 - - uid: 3975 - components: - - type: Transform - pos: -32.5,1.5 - parent: 1668 - - uid: 3976 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 1668 - - uid: 3977 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 1668 - - uid: 3978 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 1668 - - uid: 4222 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 1668 - - uid: 4223 - components: - - type: Transform - pos: -10.5,-17.5 - parent: 1668 - - uid: 4224 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 1668 - - uid: 4225 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 1668 - - uid: 4265 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 1668 - - uid: 4305 - components: - - type: Transform - pos: -4.5,-21.5 - parent: 1668 - - uid: 4306 - components: - - type: Transform - pos: -4.5,-22.5 - parent: 1668 - - uid: 4307 - components: - - type: Transform - pos: -4.5,-23.5 - parent: 1668 - - uid: 4308 - components: - - type: Transform - pos: -2.5,-23.5 - parent: 1668 - - uid: 4309 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 1668 - - uid: 4310 - components: - - type: Transform - pos: -2.5,-21.5 - parent: 1668 - - uid: 4311 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 1668 - - uid: 4312 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 1668 - - uid: 4313 - components: - - type: Transform - pos: 1.5,-23.5 - parent: 1668 - - uid: 4314 - components: - - type: Transform - pos: 3.5,-23.5 - parent: 1668 - - uid: 4315 - components: - - type: Transform - pos: 3.5,-22.5 - parent: 1668 - - uid: 4316 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 1668 - - uid: 4354 - components: - - type: Transform - pos: -5.5,-30.5 - parent: 1668 - - uid: 4355 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 1668 - - uid: 4365 - components: - - type: Transform - pos: 4.5,-30.5 - parent: 1668 - - uid: 4367 - components: - - type: Transform - pos: 6.5,-30.5 - parent: 1668 - - uid: 4651 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-30.5 - parent: 1668 - - uid: 4652 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-30.5 - parent: 1668 - - uid: 4653 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-30.5 - parent: 1668 - - uid: 4663 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 1668 - - uid: 4664 - components: - - type: Transform - pos: -0.5,-34.5 - parent: 1668 - - uid: 4665 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 1668 - - uid: 4752 - components: - - type: Transform - pos: 17.5,-22.5 - parent: 1668 - - uid: 4753 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 1668 - - uid: 5333 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 1668 - - uid: 5334 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 1668 - - uid: 5335 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 1668 - - uid: 5880 - components: - - type: Transform - pos: -0.5,-40.5 - parent: 1668 - - uid: 5910 - components: - - type: Transform - pos: -17.5,-34.5 - parent: 1668 - - uid: 5911 - components: - - type: Transform - pos: -18.5,-34.5 - parent: 1668 - - uid: 5912 - components: - - type: Transform - pos: -19.5,-34.5 - parent: 1668 - - uid: 5914 - components: - - type: Transform - pos: -20.5,-31.5 - parent: 1668 - - uid: 5915 - components: - - type: Transform - pos: -20.5,-32.5 - parent: 1668 - - uid: 5916 - components: - - type: Transform - pos: -20.5,-33.5 - parent: 1668 - - uid: 5947 - components: - - type: Transform - pos: -15.5,-25.5 - parent: 1668 - - uid: 5948 - components: - - type: Transform - pos: -17.5,-25.5 - parent: 1668 - - uid: 5976 - components: - - type: Transform - pos: -23.5,-27.5 - parent: 1668 - - uid: 5977 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 1668 - - uid: 5978 - components: - - type: Transform - pos: -21.5,-23.5 - parent: 1668 - - uid: 5979 - components: - - type: Transform - pos: -23.5,-23.5 - parent: 1668 - - uid: 5980 - components: - - type: Transform - pos: -23.5,-25.5 - parent: 1668 - - uid: 5981 - components: - - type: Transform - pos: -22.5,-25.5 - parent: 1668 - - uid: 5982 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 1668 - - uid: 5990 - components: - - type: Transform - pos: -20.5,-21.5 - parent: 1668 - - uid: 5991 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 1668 - - uid: 5992 - components: - - type: Transform - pos: -18.5,-21.5 - parent: 1668 - - uid: 6024 - components: - - type: Transform - pos: -2.5,-33.5 - parent: 1668 - - uid: 6025 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 1668 - - uid: 6156 - components: - - type: Transform - pos: -2.5,-31.5 - parent: 1668 - - uid: 6157 - components: - - type: Transform - pos: 1.5,-33.5 - parent: 1668 - - uid: 6158 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 1668 - - uid: 6159 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 1668 - - uid: 6275 - components: - - type: Transform - pos: -0.5,-38.5 - parent: 1668 - - uid: 6288 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 1668 - - uid: 6289 - components: - - type: Transform - pos: -0.5,-45.5 - parent: 1668 - - uid: 6290 - components: - - type: Transform - pos: -0.5,-44.5 - parent: 1668 - - uid: 6291 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 1668 - - uid: 6295 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 1668 - - uid: 6296 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 1668 - - uid: 6300 - components: - - type: Transform - pos: 1.5,-44.5 - parent: 1668 - - uid: 6707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-32.5 - parent: 1668 - - uid: 6770 - components: - - type: Transform - pos: -1.5,-20.5 - parent: 1668 - - uid: 6771 - components: - - type: Transform - pos: 0.5,-24.5 - parent: 1668 - - uid: 6783 - components: - - type: Transform - pos: 5.5,6.5 - parent: 1668 - - uid: 6847 - components: - - type: Transform - pos: 15.5,8.5 - parent: 1668 -- proto: RubberStampApproved - entities: - - uid: 6489 - components: - - type: Transform - pos: 25.503832,-7.398362 - parent: 1668 -- proto: RubberStampCentcom - entities: - - uid: 2917 - components: - - type: Transform - pos: 0.630217,1.1330963 - parent: 1668 - - uid: 3749 - components: - - type: Transform - pos: -20.5068,11.16328 - parent: 1668 -- proto: RubberStampDenied - entities: - - uid: 590 - components: - - type: Transform - pos: 25.691332,-7.585862 - parent: 1668 -- proto: RubberStampQm - entities: - - uid: 2234 - components: - - type: Transform - pos: -12.516554,9.632545 - parent: 1668 -- proto: RubberStampTrader - entities: - - uid: 2233 - components: - - type: Transform - pos: -12.532179,11.55442 - parent: 1668 -- proto: Screen - entities: - - uid: 6988 - components: - - type: Transform - pos: 33.5,3.5 - parent: 1668 - - uid: 6989 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 1668 -- proto: SecurityTechFab - entities: - - uid: 2874 - components: - - type: Transform - pos: 9.5,32.5 - parent: 1668 -- proto: SeismicCharge - entities: - - uid: 1079 - components: - - type: Transform - pos: -12.4071865,-3.4493918 - parent: 1668 - - uid: 3129 - components: - - type: Transform - pos: -12.5634365,-3.3712668 - parent: 1668 -- proto: ShowcaseRobotAntique - entities: - - uid: 6931 - components: - - type: Transform - pos: -6.5,8.5 - parent: 1668 -- proto: ShuttersRadiationOpen - entities: - - uid: 6879 - components: - - type: Transform - pos: 21.5,-23.5 - parent: 1668 - - uid: 6880 - components: - - type: Transform - pos: 20.5,-23.5 - parent: 1668 - - uid: 6881 - components: - - type: Transform - pos: 19.5,-23.5 - parent: 1668 -- proto: SignalButton - entities: - - uid: 789 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 786: - - Pressed: Toggle - 787: - - Pressed: Toggle - 788: - - Pressed: Toggle - - uid: 1611 - components: - - type: Transform - pos: -14.5,23.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 1607: - - Pressed: Toggle - 1610: - - Pressed: Toggle - - uid: 1612 - components: - - type: Transform - pos: -14.5,29.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 1608: - - Pressed: Toggle - 1609: - - Pressed: Toggle - - uid: 1804 - components: - - type: Transform - pos: -2.5,19.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 1552: - - Pressed: Toggle - - uid: 2712 - components: - - type: Transform - pos: 7.5,17.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2150: - - Pressed: Toggle - 2149: - - Pressed: Toggle - 2148: - - Pressed: Toggle - 2147: - - Pressed: Toggle - 2146: - - Pressed: Toggle - - uid: 2920 - components: - - type: Transform - pos: -16.5,-4.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 3789: - - Pressed: Toggle - 3788: - - Pressed: Toggle - 3787: - - Pressed: Toggle - - uid: 2927 - components: - - type: MetaData - name: le funny admin button - - type: Transform - pos: 4.5,32.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2926: - - Pressed: Toggle - 2925: - - Pressed: Toggle - - uid: 2928 - components: - - type: MetaData - name: le funny admin button - - type: Transform - pos: 14.5,32.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 2886: - - Pressed: Toggle - 2790: - - Pressed: Toggle - - uid: 5242 - components: - - type: Transform - pos: 28.5,-20.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 5238: - - Pressed: Toggle - 5237: - - Pressed: Toggle - 5236: - - Pressed: Toggle - 5235: - - Pressed: Toggle - 5234: - - Pressed: Toggle - 5239: - - Pressed: Toggle - 5241: - - Pressed: Toggle - 5240: - - Pressed: Toggle - - uid: 6442 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 6521: - - Pressed: Toggle - 6525: - - Pressed: Toggle - 6524: - - Pressed: Toggle - 6523: - - Pressed: Toggle - 6522: - - Pressed: Toggle -- proto: SignalButtonExt1 - entities: - - uid: 715 - components: - - type: MetaData - name: East Checkpoint Doors - - type: Transform - pos: 16.5,4.5 - parent: 1668 -- proto: SignalButtonExt2 - entities: - - uid: 721 - components: - - type: MetaData - name: West Checkpoint Doors - - type: Transform - pos: 8.5,4.5 - parent: 1668 -- proto: SignAtmosMinsky - entities: - - uid: 6888 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 1668 -- proto: SignCargo - entities: - - uid: 2207 - components: - - type: Transform - pos: -4.5,13.5 - parent: 1668 -- proto: SignChemistry1 - entities: - - uid: 6764 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 1668 -- proto: SignCloning - entities: - - uid: 6763 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 1668 -- proto: SignDirectionalEng - entities: - - uid: 2882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-17.5 - parent: 1668 - - uid: 6593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-34.5 - parent: 1668 -- proto: SignDoors - entities: - - uid: 545 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 1668 - - uid: 546 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 1668 - - uid: 547 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 1668 - - uid: 548 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 1668 - - uid: 795 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 1668 - - uid: 796 - components: - - type: Transform - pos: 0.5,-6.5 - parent: 1668 - - uid: 2269 - components: - - type: Transform - pos: 5.5,12.5 - parent: 1668 - - uid: 2270 - components: - - type: Transform - pos: 3.5,12.5 - parent: 1668 - - uid: 2271 - components: - - type: Transform - pos: 15.5,12.5 - parent: 1668 - - uid: 2272 - components: - - type: Transform - pos: -1.5,5.5 - parent: 1668 - - uid: 2273 - components: - - type: Transform - pos: 0.5,7.5 - parent: 1668 - - uid: 3607 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 1668 - - uid: 3608 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 1668 - - uid: 3609 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 1668 - - uid: 3610 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 1668 -- proto: SignElectricalMed - entities: - - uid: 1533 - components: - - type: Transform - pos: -1.5,17.5 - parent: 1668 - - uid: 5351 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 1668 -- proto: SignEngineering - entities: - - uid: 4970 - components: - - type: Transform - pos: 18.5,-24.5 - parent: 1668 -- proto: SignGravity - entities: - - uid: 5215 - components: - - type: Transform - pos: 31.5,-14.5 - parent: 1668 -- proto: SignInterrogation - entities: - - uid: 2830 - components: - - type: Transform - pos: 6.5,23.5 - parent: 1668 -- proto: SignKiddiePlaque - entities: - - uid: 4384 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 1668 - - uid: 4385 - components: - - type: Transform - pos: -13.5,12.5 - parent: 1668 - - uid: 4386 - components: - - type: Transform - pos: 21.5,16.5 - parent: 1668 - - uid: 4387 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1668 -- proto: SignMedical - entities: - - uid: 736 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 1668 - - uid: 6762 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 1668 -- proto: SignPlaque - entities: - - uid: 3770 - components: - - type: Transform - pos: -18.5,13.5 - parent: 1668 - - uid: 4381 - components: - - type: Transform - pos: -3.5,-24.5 - parent: 1668 - - uid: 4382 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1668 - - uid: 6645 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1668 -- proto: SignRadiationMed - entities: - - uid: 5348 - components: - - type: Transform - pos: 33.5,-14.5 - parent: 1668 - - uid: 5349 - components: - - type: Transform - pos: 34.5,-19.5 - parent: 1668 - - uid: 5350 - components: - - type: Transform - pos: 30.5,-19.5 - parent: 1668 -- proto: SignSecureMed - entities: - - uid: 776 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 1668 - - uid: 3451 - components: - - type: Transform - pos: -20.5,1.5 - parent: 1668 - - uid: 3713 - components: - - type: Transform - pos: -17.5,6.5 - parent: 1668 - - uid: 3714 - components: - - type: Transform - pos: -13.5,4.5 - parent: 1668 - - uid: 3871 - components: - - type: Transform - pos: -16.5,-8.5 - parent: 1668 - - uid: 3872 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 1668 - - uid: 3873 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 1668 - - uid: 4151 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 1668 - - uid: 6443 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 1668 - - uid: 6444 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 1668 - - uid: 6445 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 1668 -- proto: SignSecureSmall - entities: - - uid: 3868 - components: - - type: Transform - pos: -23.5,-2.5 - parent: 1668 - - uid: 3869 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 1668 -- proto: SignSpace - entities: - - uid: 1792 - components: - - type: Transform - pos: -15.5,23.5 - parent: 1668 - - uid: 1793 - components: - - type: Transform - pos: -15.5,29.5 - parent: 1668 - - uid: 2741 - components: - - type: Transform - pos: 0.5,22.5 - parent: 1668 - - uid: 5956 - components: - - type: Transform - pos: -15.5,-25.5 - parent: 1668 - - uid: 5957 - components: - - type: Transform - pos: -17.5,-25.5 - parent: 1668 - - uid: 6231 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 1668 - - uid: 6232 - components: - - type: Transform - pos: -21.5,-25.5 - parent: 1668 -- proto: Sink - entities: - - uid: 3425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,14.5 - parent: 1668 -- proto: SinkWide - entities: - - uid: 6619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-27.5 - parent: 1668 - - uid: 6620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-22.5 - parent: 1668 - - uid: 6877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-24.5 - parent: 1668 - - uid: 6878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-24.5 - parent: 1668 -- proto: SMESBasic - entities: - - uid: 327 - components: - - type: Transform - pos: 27.5,-30.5 - parent: 1668 - - uid: 5078 - components: - - type: Transform - pos: 22.5,-17.5 - parent: 1668 - - uid: 5079 - components: - - type: Transform - pos: 22.5,-15.5 - parent: 1668 - - uid: 5080 - components: - - type: Transform - pos: 22.5,-16.5 - parent: 1668 -- proto: SmokingPipeFilledTobacco - entities: - - uid: 3753 - components: - - type: Transform - pos: -18.510391,8.646521 - parent: 1668 -- proto: SoapDeluxe - entities: - - uid: 3424 - components: - - type: Transform - pos: -20.47715,15.560694 - parent: 1668 -- proto: soda_dispenser - entities: - - uid: 4427 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-25.5 - parent: 1668 - - uid: 4429 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1668 -- proto: SpawnVehicleSecway - entities: - - uid: 2823 - components: - - type: Transform - pos: 11.5,25.5 - parent: 1668 -- proto: SS13Memorial - entities: - - uid: 486 - components: - - type: Transform - pos: 26.5,7.5 - parent: 1668 -- proto: StasisBed - entities: - - uid: 609 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 1668 -- proto: StatueVenusBlue - entities: - - uid: 4180 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 1668 -- proto: StatueVenusRed - entities: - - uid: 4179 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 1668 -- proto: Stool - entities: - - uid: 2913 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 1668 -- proto: StoolBar - entities: - - uid: 4412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-25.5 - parent: 1668 - - uid: 4413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-26.5 - parent: 1668 - - uid: 4414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-27.5 - parent: 1668 -- proto: StorageCanister - entities: - - uid: 3661 - components: - - type: Transform - pos: -14.5,6.5 - parent: 1668 - - type: AtmosDevice - joinedGrid: 1668 -- proto: Stunbaton - entities: - - uid: 2746 - components: - - type: Transform - pos: 4.4667654,19.499214 - parent: 1668 -- proto: SubstationBasic - entities: - - uid: 1130 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 1668 - - uid: 1802 - components: - - type: Transform - pos: -3.5,20.5 - parent: 1668 - - uid: 1803 - components: - - type: Transform - pos: 2.5,20.5 - parent: 1668 - - uid: 2199 - components: - - type: Transform - pos: 27.5,-31.5 - parent: 1668 - - uid: 2521 - components: - - type: Transform - pos: 15.5,19.5 - parent: 1668 - - uid: 3432 - components: - - type: Transform - pos: -15.5,6.5 - parent: 1668 - - uid: 3949 - components: - - type: Transform - pos: -27.5,6.5 - parent: 1668 - - uid: 4815 - components: - - type: Transform - pos: 17.5,-17.5 - parent: 1668 - - uid: 4816 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 1668 - - uid: 5958 - components: - - type: Transform - pos: -16.5,-29.5 - parent: 1668 -- proto: SuitStorageBasic - entities: - - uid: 1185 - components: - - type: Transform - pos: -10.5,-7.5 - parent: 1668 - - uid: 1188 - components: - - type: Transform - pos: -10.5,-5.5 - parent: 1668 - - uid: 3431 - components: - - type: Transform - pos: -10.5,-6.5 - parent: 1668 -- proto: SuitStorageCaptain - entities: - - uid: 3768 - components: - - type: Transform - pos: -11.5,4.5 - parent: 1668 -- proto: SuitStorageCE - entities: - - uid: 6490 - components: - - type: Transform - pos: -15.5,-3.5 - parent: 1668 -- proto: SuitStorageCMO - entities: - - uid: 6497 - components: - - type: Transform - pos: -15.5,-9.5 - parent: 1668 -- proto: SuitStorageHOS - entities: - - uid: 6496 - components: - - type: Transform - pos: -10.5,-9.5 - parent: 1668 -- proto: SuitStorageRD - entities: - - uid: 6493 - components: - - type: Transform - pos: -10.5,-3.5 - parent: 1668 -- proto: SurveillanceCameraCommand - entities: - - uid: 6817 - components: - - type: Transform - pos: -1.5,-2.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Operator Room - - uid: 6818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-3.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Conference Room - - uid: 6819 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-6.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: HighSec Storage Room - - uid: 6820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,6.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Command Reception - - uid: 6821 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,12.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Command Conference Room - - uid: 6822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,9.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: Command Bedroom - - uid: 6825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-41.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: ERT West Room - - uid: 6826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-41.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: ERT East Room - - uid: 6827 - components: - - type: Transform - pos: -0.5,-43.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: ERT Central Room -- proto: SurveillanceCameraEngineering - entities: - - uid: 5407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-31.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics - - uid: 6790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-20.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Eng Lobby - - uid: 6791 - components: - - type: Transform - pos: 23.5,-18.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Power Supply - - uid: 6792 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-23.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Power Generation - - uid: 6793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-12.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Grav Generation - - uid: 6810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,21.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: North Substation - - uid: 6823 - components: - - type: Transform - pos: -15.5,4.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Command Substation - - uid: 6824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,4.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: West Substation - - uid: 6828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-15.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Medbay Substation - - uid: 6829 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Eng Substation -- proto: SurveillanceCameraGeneral - entities: - - uid: 6830 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,0.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals East - - uid: 6831 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-0.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arrivals West - - uid: 6832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway North - - uid: 6833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-25.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway West - - uid: 6834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-25.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Docking SouthWest - - uid: 6835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-31.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway SouthWest - - uid: 6836 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-31.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway SouthEast - - uid: 6837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-25.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway East - - uid: 6838 - components: - - type: Transform - pos: 8.5,-19.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Service Hallway NorthEast - - uid: 6839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-0.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Docking West - - uid: 6840 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,5.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Waiting Room West - - uid: 6841 - components: - - type: Transform - pos: -17.5,-1.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: West Hallway -- proto: SurveillanceCameraMedical - entities: - - uid: 6794 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Cloning - - uid: 6795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-12.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Chemistry - - uid: 6796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-4.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Medical -- proto: SurveillanceCameraRouterCommand - entities: - - uid: 6864 - components: - - type: Transform - pos: 29.5,-29.5 - parent: 1668 -- proto: SurveillanceCameraRouterEngineering - entities: - - uid: 6871 - components: - - type: Transform - pos: 32.5,-29.5 - parent: 1668 -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 6869 - components: - - type: Transform - pos: 29.5,-30.5 - parent: 1668 -- proto: SurveillanceCameraRouterMedical - entities: - - uid: 6870 - components: - - type: Transform - pos: 33.5,-29.5 - parent: 1668 -- proto: SurveillanceCameraRouterScience - entities: - - uid: 6873 - components: - - type: Transform - pos: 30.5,-29.5 - parent: 1668 -- proto: SurveillanceCameraRouterSecurity - entities: - - uid: 6867 - components: - - type: Transform - pos: 31.5,-30.5 - parent: 1668 -- proto: SurveillanceCameraRouterService - entities: - - uid: 6872 - components: - - type: Transform - pos: 31.5,-29.5 - parent: 1668 -- proto: SurveillanceCameraRouterSupply - entities: - - uid: 6868 - components: - - type: Transform - pos: 30.5,-30.5 - parent: 1668 -- proto: SurveillanceCameraSecurity - entities: - - uid: 6765 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Service checkpoint - - uid: 6801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,19.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Court room north - - uid: 6802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,13.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Court room south - - uid: 6803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,20.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Judge room - - uid: 6804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,15.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig lobby - - uid: 6805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,19.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Warden room - - uid: 6806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,22.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Interrogation room - - uid: 6807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,26.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig west - - uid: 6808 - components: - - type: Transform - pos: 9.5,27.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Armory - - uid: 6809 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,26.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Brig east - - uid: 6815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,1.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Medbay checkpoint - - uid: 6816 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Arrivals checkpoint -- proto: SurveillanceCameraService - entities: - - uid: 6797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-24.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Bar - - uid: 6798 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Canteen - - uid: 6799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-24.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Kitchen - - uid: 6800 - components: - - type: Transform - pos: -16.5,-33.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Jani closet -- proto: SurveillanceCameraSupply - entities: - - uid: 6811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,11.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo lobby - - uid: 6812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,17.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo command room - - uid: 6813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,31.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo bay north - - uid: 6814 - components: - - type: Transform - pos: -7.5,19.5 - parent: 1668 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSupply - nameSet: True - id: Cargo bay south -- proto: SurveillanceCameraWirelessRouterConstructed - entities: - - uid: 6866 - components: - - type: Transform - pos: 32.5,-30.5 - parent: 1668 -- proto: SurveillanceCameraWirelessRouterEntertainment - entities: - - uid: 6865 - components: - - type: Transform - pos: 33.5,-30.5 - parent: 1668 -- proto: Table - entities: - - uid: 528 - components: - - type: Transform - pos: 21.5,5.5 - parent: 1668 - - uid: 529 - components: - - type: Transform - pos: 31.5,5.5 - parent: 1668 - - uid: 530 - components: - - type: Transform - pos: 21.5,-6.5 - parent: 1668 - - uid: 631 - components: - - type: Transform - pos: 9.5,1.5 - parent: 1668 - - uid: 632 - components: - - type: Transform - pos: 15.5,1.5 - parent: 1668 - - uid: 633 - components: - - type: Transform - pos: 15.5,-2.5 - parent: 1668 - - uid: 807 - components: - - type: Transform - pos: -2.5,-9.5 - parent: 1668 - - uid: 808 - components: - - type: Transform - pos: 1.5,-9.5 - parent: 1668 - - uid: 1180 - components: - - type: Transform - pos: 17.5,-15.5 - parent: 1668 - - uid: 1181 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 1668 - - uid: 2043 - components: - - type: Transform - pos: -1.5,19.5 - parent: 1668 - - uid: 2163 - components: - - type: Transform - pos: -0.5,12.5 - parent: 1668 - - uid: 2164 - components: - - type: Transform - pos: -3.5,12.5 - parent: 1668 - - uid: 2165 - components: - - type: Transform - pos: 2.5,8.5 - parent: 1668 - - uid: 2166 - components: - - type: Transform - pos: 2.5,16.5 - parent: 1668 - - uid: 2210 - components: - - type: Transform - pos: -6.5,31.5 - parent: 1668 - - uid: 2211 - components: - - type: Transform - pos: -7.5,31.5 - parent: 1668 - - uid: 2212 - components: - - type: Transform - pos: -5.5,24.5 - parent: 1668 - - uid: 2213 - components: - - type: Transform - pos: -5.5,25.5 - parent: 1668 - - uid: 2214 - components: - - type: Transform - pos: -5.5,26.5 - parent: 1668 - - uid: 2215 - components: - - type: Transform - pos: -11.5,31.5 - parent: 1668 - - uid: 2216 - components: - - type: Transform - pos: -10.5,31.5 - parent: 1668 - - uid: 2826 - components: - - type: Transform - pos: 5.5,21.5 - parent: 1668 - - uid: 3142 - components: - - type: Transform - pos: 10.5,25.5 - parent: 1668 - - uid: 3143 - components: - - type: Transform - pos: 9.5,25.5 - parent: 1668 - - uid: 3182 - components: - - type: Transform - pos: 10.5,15.5 - parent: 1668 - - uid: 3183 - components: - - type: Transform - pos: 10.5,10.5 - parent: 1668 - - uid: 3260 - components: - - type: Transform - pos: 8.5,23.5 - parent: 1668 - - uid: 5244 - components: - - type: Transform - pos: 27.5,-23.5 - parent: 1668 - - uid: 5245 - components: - - type: Transform - pos: 27.5,-22.5 - parent: 1668 - - uid: 5247 - components: - - type: Transform - pos: 26.5,-22.5 - parent: 1668 - - uid: 5248 - components: - - type: Transform - pos: 26.5,-23.5 - parent: 1668 - - uid: 5329 - components: - - type: Transform - pos: 34.5,-17.5 - parent: 1668 - - uid: 5330 - components: - - type: Transform - pos: 34.5,-16.5 - parent: 1668 - - uid: 5339 - components: - - type: Transform - pos: 21.5,-15.5 - parent: 1668 - - uid: 5421 - components: - - type: Transform - pos: 16.5,-29.5 - parent: 1668 - - uid: 6151 - components: - - type: Transform - pos: -19.5,-22.5 - parent: 1668 - - uid: 6270 - components: - - type: Transform - pos: 14.5,-27.5 - parent: 1668 - - uid: 6571 - components: - - type: Transform - pos: -12.5,-33.5 - parent: 1668 - - uid: 6572 - components: - - type: Transform - pos: -8.5,-33.5 - parent: 1668 - - uid: 6581 - components: - - type: Transform - pos: -10.5,-30.5 - parent: 1668 - - uid: 6582 - components: - - type: Transform - pos: 9.5,-30.5 - parent: 1668 - - uid: 6583 - components: - - type: Transform - pos: 11.5,-33.5 - parent: 1668 - - uid: 6584 - components: - - type: Transform - pos: 7.5,-33.5 - parent: 1668 - - uid: 6624 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 1668 - - uid: 6625 - components: - - type: Transform - pos: 0.5,-25.5 - parent: 1668 -- proto: TableCarpet - entities: - - uid: 699 - components: - - type: Transform - pos: 18.5,14.5 - parent: 1668 - - uid: 6595 - components: - - type: Transform - pos: 18.5,12.5 - parent: 1668 - - uid: 6606 - components: - - type: Transform - pos: 18.5,13.5 - parent: 1668 -- proto: TableReinforced - entities: - - uid: 98 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 1668 - - uid: 99 - components: - - type: Transform - pos: 3.5,-10.5 - parent: 1668 - - uid: 126 - components: - - type: Transform - pos: 9.5,16.5 - parent: 1668 - - uid: 206 - components: - - type: Transform - pos: 0.5,0.5 - parent: 1668 - - uid: 216 - components: - - type: Transform - pos: 2.5,-12.5 - parent: 1668 - - uid: 217 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1668 - - uid: 218 - components: - - type: Transform - pos: 12.5,2.5 - parent: 1668 - - uid: 219 - components: - - type: Transform - pos: 14.5,2.5 - parent: 1668 - - uid: 489 - components: - - type: Transform - pos: 27.5,-7.5 - parent: 1668 - - uid: 491 - components: - - type: Transform - pos: 25.5,-7.5 - parent: 1668 - - uid: 494 - components: - - type: Transform - pos: 26.5,-7.5 - parent: 1668 - - uid: 500 - components: - - type: Transform - pos: 24.5,-9.5 - parent: 1668 - - uid: 501 - components: - - type: Transform - pos: 24.5,-8.5 - parent: 1668 - - uid: 503 - components: - - type: Transform - pos: 28.5,-11.5 - parent: 1668 - - uid: 504 - components: - - type: Transform - pos: 27.5,-11.5 - parent: 1668 - - uid: 505 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 1668 - - uid: 513 - components: - - type: Transform - pos: 20.5,-10.5 - parent: 1668 - - uid: 514 - components: - - type: Transform - pos: 21.5,-10.5 - parent: 1668 - - uid: 596 - components: - - type: Transform - pos: 10.5,3.5 - parent: 1668 - - uid: 597 - components: - - type: Transform - pos: 10.5,4.5 - parent: 1668 - - uid: 598 - components: - - type: Transform - pos: 12.5,6.5 - parent: 1668 - - uid: 599 - components: - - type: Transform - pos: 13.5,6.5 - parent: 1668 - - uid: 600 - components: - - type: Transform - pos: 14.5,6.5 - parent: 1668 - - uid: 601 - components: - - type: Transform - pos: 15.5,6.5 - parent: 1668 - - uid: 613 - components: - - type: Transform - pos: 14.5,-7.5 - parent: 1668 - - uid: 614 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 1668 - - uid: 615 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 1668 - - uid: 618 - components: - - type: Transform - pos: 9.5,-4.5 - parent: 1668 - - uid: 641 - components: - - type: Transform - pos: -1.5,0.5 - parent: 1668 - - uid: 642 - components: - - type: Transform - pos: -0.5,1.5 - parent: 1668 - - uid: 643 - components: - - type: Transform - pos: 0.5,1.5 - parent: 1668 - - uid: 645 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1668 - - uid: 646 - components: - - type: Transform - pos: 1.5,-2.5 - parent: 1668 - - uid: 647 - components: - - type: Transform - pos: -2.5,-2.5 - parent: 1668 - - uid: 648 - components: - - type: Transform - pos: -3.5,-2.5 - parent: 1668 - - uid: 738 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 1668 - - uid: 770 - components: - - type: Transform - pos: -3.5,-12.5 - parent: 1668 - - uid: 771 - components: - - type: Transform - pos: -3.5,-11.5 - parent: 1668 - - uid: 794 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 1668 - - uid: 805 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1668 - - uid: 809 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 1668 - - uid: 810 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 1668 - - uid: 811 - components: - - type: Transform - pos: -4.5,-10.5 - parent: 1668 - - uid: 812 - components: - - type: Transform - pos: -4.5,-9.5 - parent: 1668 - - uid: 1194 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 1668 - - uid: 1427 - components: - - type: Transform - pos: 6.5,-9.5 - parent: 1668 - - uid: 1433 - components: - - type: Transform - pos: -1.5,1.5 - parent: 1668 - - uid: 1617 - components: - - type: Transform - pos: -4.5,9.5 - parent: 1668 - - uid: 1618 - components: - - type: Transform - pos: -4.5,10.5 - parent: 1668 - - uid: 1636 - components: - - type: Transform - pos: -9.5,8.5 - parent: 1668 - - uid: 1637 - components: - - type: Transform - pos: -8.5,8.5 - parent: 1668 - - uid: 1638 - components: - - type: Transform - pos: -7.5,8.5 - parent: 1668 - - uid: 1639 - components: - - type: Transform - pos: -12.5,9.5 - parent: 1668 - - uid: 1640 - components: - - type: Transform - pos: -12.5,10.5 - parent: 1668 - - uid: 1641 - components: - - type: Transform - pos: -12.5,11.5 - parent: 1668 - - uid: 1642 - components: - - type: Transform - pos: -8.5,12.5 - parent: 1668 - - uid: 1643 - components: - - type: Transform - pos: -9.5,12.5 - parent: 1668 - - uid: 1654 - components: - - type: Transform - pos: -15.5,14.5 - parent: 1668 - - uid: 1655 - components: - - type: Transform - pos: -14.5,14.5 - parent: 1668 - - uid: 1656 - components: - - type: Transform - pos: -15.5,17.5 - parent: 1668 - - uid: 1657 - components: - - type: Transform - pos: -14.5,17.5 - parent: 1668 - - uid: 2423 - components: - - type: Transform - pos: 23.5,15.5 - parent: 1668 - - uid: 2424 - components: - - type: Transform - pos: 23.5,16.5 - parent: 1668 - - uid: 2720 - components: - - type: Transform - pos: 4.5,18.5 - parent: 1668 - - uid: 2721 - components: - - type: Transform - pos: 4.5,19.5 - parent: 1668 - - uid: 2822 - components: - - type: Transform - pos: 10.5,27.5 - parent: 1668 - - uid: 2875 - components: - - type: Transform - pos: 8.5,29.5 - parent: 1668 - - uid: 2878 - components: - - type: Transform - pos: 8.5,32.5 - parent: 1668 - - uid: 2879 - components: - - type: Transform - pos: 10.5,32.5 - parent: 1668 - - uid: 2891 - components: - - type: Transform - pos: 2.5,30.5 - parent: 1668 - - uid: 2892 - components: - - type: Transform - pos: 2.5,31.5 - parent: 1668 - - uid: 2893 - components: - - type: Transform - pos: 2.5,32.5 - parent: 1668 - - uid: 2894 - components: - - type: Transform - pos: 16.5,30.5 - parent: 1668 - - uid: 2895 - components: - - type: Transform - pos: 16.5,31.5 - parent: 1668 - - uid: 2896 - components: - - type: Transform - pos: 16.5,32.5 - parent: 1668 - - uid: 3079 - components: - - type: Transform - pos: 8.5,17.5 - parent: 1668 - - uid: 3255 - components: - - type: Transform - pos: 16.5,19.5 - parent: 1668 - - uid: 3412 - components: - - type: Transform - pos: -18.5,4.5 - parent: 1668 - - uid: 3413 - components: - - type: Transform - pos: -19.5,4.5 - parent: 1668 - - uid: 3414 - components: - - type: Transform - pos: -20.5,4.5 - parent: 1668 - - uid: 3415 - components: - - type: Transform - pos: -20.5,5.5 - parent: 1668 - - uid: 3416 - components: - - type: Transform - pos: -20.5,6.5 - parent: 1668 - - uid: 3632 - components: - - type: Transform - pos: -12.5,4.5 - parent: 1668 - - uid: 3634 - components: - - type: Transform - pos: -10.5,4.5 - parent: 1668 - - uid: 3635 - components: - - type: Transform - pos: -10.5,6.5 - parent: 1668 - - uid: 3636 - components: - - type: Transform - pos: -11.5,6.5 - parent: 1668 - - uid: 3637 - components: - - type: Transform - pos: -12.5,6.5 - parent: 1668 - - uid: 3697 - components: - - type: Transform - pos: -16.5,6.5 - parent: 1668 - - uid: 3798 - components: - - type: Transform - pos: -13.5,-9.5 - parent: 1668 - - uid: 3799 - components: - - type: Transform - pos: -12.5,-9.5 - parent: 1668 - - uid: 3800 - components: - - type: Transform - pos: -12.5,-3.5 - parent: 1668 - - uid: 3801 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 1668 - - uid: 3802 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 1668 - - uid: 3803 - components: - - type: Transform - pos: -13.5,-6.5 - parent: 1668 - - uid: 3804 - components: - - type: Transform - pos: -13.5,-5.5 - parent: 1668 - - uid: 3805 - components: - - type: Transform - pos: -12.5,-7.5 - parent: 1668 - - uid: 3806 - components: - - type: Transform - pos: -12.5,-6.5 - parent: 1668 - - uid: 3807 - components: - - type: Transform - pos: -12.5,-5.5 - parent: 1668 - - uid: 3808 - components: - - type: Transform - pos: -19.5,-7.5 - parent: 1668 - - uid: 3809 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 1668 - - uid: 3810 - components: - - type: Transform - pos: -19.5,-5.5 - parent: 1668 - - uid: 3811 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 1668 - - uid: 3812 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 1668 - - uid: 3813 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 1668 - - uid: 3814 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 1668 - - uid: 3815 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 1668 - - uid: 3816 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 1668 - - uid: 3817 - components: - - type: Transform - pos: -22.5,-7.5 - parent: 1668 - - uid: 3819 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 1668 - - uid: 3820 - components: - - type: Transform - pos: -20.5,-7.5 - parent: 1668 - - uid: 3822 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 1668 - - uid: 4256 - components: - - type: Transform - pos: 2.5,-15.5 - parent: 1668 - - uid: 4263 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 1668 - - uid: 4344 - components: - - type: Transform - pos: 6.5,-24.5 - parent: 1668 - - uid: 4347 - components: - - type: Transform - pos: -8.5,-25.5 - parent: 1668 - - uid: 4348 - components: - - type: Transform - pos: -8.5,-26.5 - parent: 1668 - - uid: 4349 - components: - - type: Transform - pos: -8.5,-27.5 - parent: 1668 - - uid: 4350 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 1668 - - uid: 4351 - components: - - type: Transform - pos: 7.5,-26.5 - parent: 1668 - - uid: 4352 - components: - - type: Transform - pos: 7.5,-25.5 - parent: 1668 - - uid: 4430 - components: - - type: Transform - pos: 3.5,-25.5 - parent: 1668 - - uid: 4431 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 1668 - - uid: 4432 - components: - - type: Transform - pos: -4.5,-25.5 - parent: 1668 - - uid: 4433 - components: - - type: Transform - pos: -4.5,-26.5 - parent: 1668 - - uid: 4452 - components: - - type: Transform - pos: 2.5,-29.5 - parent: 1668 - - uid: 4459 - components: - - type: Transform - pos: -3.5,-29.5 - parent: 1668 - - uid: 4466 - components: - - type: Transform - pos: -3.5,-28.5 - parent: 1668 - - uid: 4467 - components: - - type: Transform - pos: 2.5,-28.5 - parent: 1668 - - uid: 4582 - components: - - type: Transform - pos: -10.5,-28.5 - parent: 1668 - - uid: 4583 - components: - - type: Transform - pos: -9.5,-28.5 - parent: 1668 - - uid: 4584 - components: - - type: Transform - pos: -11.5,-28.5 - parent: 1668 - - uid: 4586 - components: - - type: Transform - pos: -11.5,-26.5 - parent: 1668 - - uid: 4587 - components: - - type: Transform - pos: -11.5,-25.5 - parent: 1668 - - uid: 4588 - components: - - type: Transform - pos: -11.5,-24.5 - parent: 1668 - - uid: 4749 - components: - - type: Transform - pos: 16.5,-22.5 - parent: 1668 - - uid: 5312 - components: - - type: Transform - pos: 25.5,-26.5 - parent: 1668 - - uid: 5313 - components: - - type: Transform - pos: 26.5,-26.5 - parent: 1668 - - uid: 5315 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 1668 - - uid: 5316 - components: - - type: Transform - pos: 21.5,-22.5 - parent: 1668 - - uid: 5317 - components: - - type: Transform - pos: 21.5,-21.5 - parent: 1668 - - uid: 6453 - components: - - type: Transform - pos: -6.5,-43.5 - parent: 1668 - - uid: 6454 - components: - - type: Transform - pos: -6.5,-41.5 - parent: 1668 - - uid: 6455 - components: - - type: Transform - pos: -6.5,-39.5 - parent: 1668 - - uid: 6456 - components: - - type: Transform - pos: -5.5,-39.5 - parent: 1668 - - uid: 6457 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 1668 - - uid: 6458 - components: - - type: Transform - pos: 4.5,-39.5 - parent: 1668 - - uid: 6459 - components: - - type: Transform - pos: 5.5,-39.5 - parent: 1668 - - uid: 6460 - components: - - type: Transform - pos: 3.5,-39.5 - parent: 1668 - - uid: 6461 - components: - - type: Transform - pos: 5.5,-41.5 - parent: 1668 - - uid: 6462 - components: - - type: Transform - pos: 5.5,-43.5 - parent: 1668 - - uid: 6767 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1668 -- proto: TableWood - entities: - - uid: 2352 - components: - - type: Transform - pos: 32.5,15.5 - parent: 1668 - - uid: 2353 - components: - - type: Transform - pos: 32.5,16.5 - parent: 1668 - - uid: 2354 - components: - - type: Transform - pos: 32.5,17.5 - parent: 1668 - - uid: 2355 - components: - - type: Transform - pos: 32.5,18.5 - parent: 1668 - - uid: 2356 - components: - - type: Transform - pos: 32.5,19.5 - parent: 1668 - - uid: 2357 - components: - - type: Transform - pos: 27.5,20.5 - parent: 1668 - - uid: 2358 - components: - - type: Transform - pos: 28.5,20.5 - parent: 1668 - - uid: 2359 - components: - - type: Transform - pos: 29.5,20.5 - parent: 1668 - - uid: 2360 - components: - - type: Transform - pos: 29.5,21.5 - parent: 1668 - - uid: 2361 - components: - - type: Transform - pos: 27.5,21.5 - parent: 1668 - - uid: 2362 - components: - - type: Transform - pos: 30.5,20.5 - parent: 1668 - - uid: 2363 - components: - - type: Transform - pos: 26.5,20.5 - parent: 1668 - - uid: 2364 - components: - - type: Transform - pos: 22.5,23.5 - parent: 1668 - - uid: 2365 - components: - - type: Transform - pos: 34.5,23.5 - parent: 1668 - - uid: 2366 - components: - - type: Transform - pos: 30.5,23.5 - parent: 1668 - - uid: 2367 - components: - - type: Transform - pos: 29.5,23.5 - parent: 1668 - - uid: 2368 - components: - - type: Transform - pos: 27.5,23.5 - parent: 1668 - - uid: 2369 - components: - - type: Transform - pos: 26.5,23.5 - parent: 1668 - - uid: 2411 - components: - - type: Transform - pos: 27.5,17.5 - parent: 1668 - - uid: 2412 - components: - - type: Transform - pos: 26.5,17.5 - parent: 1668 - - uid: 2413 - components: - - type: Transform - pos: 30.5,17.5 - parent: 1668 - - uid: 2414 - components: - - type: Transform - pos: 29.5,17.5 - parent: 1668 - - uid: 2435 - components: - - type: Transform - pos: 28.5,10.5 - parent: 1668 - - uid: 2436 - components: - - type: Transform - pos: 34.5,11.5 - parent: 1668 - - uid: 2437 - components: - - type: Transform - pos: 34.5,12.5 - parent: 1668 - - uid: 2486 - components: - - type: Transform - pos: 20.5,20.5 - parent: 1668 - - uid: 2487 - components: - - type: Transform - pos: 19.5,20.5 - parent: 1668 - - uid: 2488 - components: - - type: Transform - pos: 19.5,21.5 - parent: 1668 - - uid: 3394 - components: - - type: Transform - pos: -25.5,8.5 - parent: 1668 - - uid: 3395 - components: - - type: Transform - pos: -26.5,8.5 - parent: 1668 - - uid: 3396 - components: - - type: Transform - pos: -26.5,9.5 - parent: 1668 - - uid: 3397 - components: - - type: Transform - pos: -26.5,11.5 - parent: 1668 - - uid: 3398 - components: - - type: Transform - pos: -26.5,12.5 - parent: 1668 - - uid: 3399 - components: - - type: Transform - pos: -25.5,12.5 - parent: 1668 - - uid: 3400 - components: - - type: Transform - pos: -15.5,12.5 - parent: 1668 - - uid: 3401 - components: - - type: Transform - pos: -14.5,12.5 - parent: 1668 - - uid: 3402 - components: - - type: Transform - pos: -16.5,12.5 - parent: 1668 - - uid: 3403 - components: - - type: Transform - pos: -16.5,8.5 - parent: 1668 - - uid: 3404 - components: - - type: Transform - pos: -19.5,10.5 - parent: 1668 - - uid: 3405 - components: - - type: Transform - pos: -20.5,10.5 - parent: 1668 - - uid: 3406 - components: - - type: Transform - pos: -20.5,11.5 - parent: 1668 - - uid: 3407 - components: - - type: Transform - pos: -20.5,12.5 - parent: 1668 - - uid: 3409 - components: - - type: Transform - pos: -18.5,8.5 - parent: 1668 - - uid: 3410 - components: - - type: Transform - pos: -24.5,4.5 - parent: 1668 - - uid: 3411 - components: - - type: Transform - pos: -23.5,4.5 - parent: 1668 - - uid: 3417 - components: - - type: Transform - pos: -23.5,2.5 - parent: 1668 - - uid: 3418 - components: - - type: Transform - pos: -18.5,2.5 - parent: 1668 - - uid: 3445 - components: - - type: Transform - pos: -23.5,10.5 - parent: 1668 - - uid: 3446 - components: - - type: Transform - pos: -23.5,11.5 - parent: 1668 - - uid: 3829 - components: - - type: Transform - pos: -26.5,-9.5 - parent: 1668 - - uid: 3830 - components: - - type: Transform - pos: -27.5,-9.5 - parent: 1668 - - uid: 3831 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 1668 - - uid: 3832 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 1668 - - uid: 3833 - components: - - type: Transform - pos: -26.5,-3.5 - parent: 1668 - - uid: 3834 - components: - - type: Transform - pos: -24.5,-3.5 - parent: 1668 - - uid: 3835 - components: - - type: Transform - pos: -17.5,-9.5 - parent: 1668 - - uid: 3836 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 1668 - - uid: 4184 - components: - - type: Transform - pos: -27.5,-8.5 - parent: 1668 - - uid: 4369 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 1668 - - uid: 4370 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 1668 - - uid: 4371 - components: - - type: Transform - pos: -3.5,-21.5 - parent: 1668 - - uid: 4372 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 1668 - - uid: 4373 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 1668 - - uid: 4374 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 1668 - - uid: 4418 - components: - - type: Transform - pos: 10.5,-27.5 - parent: 1668 - - uid: 4419 - components: - - type: Transform - pos: 8.5,-21.5 - parent: 1668 - - uid: 4420 - components: - - type: Transform - pos: 7.5,-21.5 - parent: 1668 - - uid: 4421 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 1668 - - uid: 4422 - components: - - type: Transform - pos: 10.5,-21.5 - parent: 1668 - - uid: 4423 - components: - - type: Transform - pos: 10.5,-25.5 - parent: 1668 - - uid: 4424 - components: - - type: Transform - pos: 10.5,-24.5 - parent: 1668 - - uid: 6728 - components: - - type: Transform - pos: 18.5,10.5 - parent: 1668 -- proto: TelecomServerFilled - entities: - - uid: 3121 - components: - - type: Transform - pos: 4.5,-15.5 - parent: 1668 -- proto: Telecrystal5 - entities: - - uid: 3772 - components: - - type: Transform - pos: -10.611931,6.5603595 - parent: 1668 -- proto: TintedWindow - entities: - - uid: 2752 - components: - - type: Transform - pos: 7.5,22.5 - parent: 1668 - - uid: 2760 - components: - - type: Transform - pos: 7.5,21.5 - parent: 1668 -- proto: ToiletEmpty - entities: - - uid: 3420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,15.5 - parent: 1668 -- proto: ToolboxMechanicalFilled - entities: - - uid: 3900 - components: - - type: Transform - pos: -12.610057,-7.2428913 - parent: 1668 -- proto: ToyFigurineAtmosTech - entities: - - uid: 6889 - components: - - type: Transform - pos: 16.377594,-29.299969 - parent: 1668 -- proto: ToyFigurineBartender - entities: - - uid: 6898 - components: - - type: Transform - pos: 6.5385118,-24.247501 - parent: 1668 -- proto: ToyFigurineBoxer - entities: - - uid: 793 - components: - - type: Transform - pos: 2.494053,-15.45146 - parent: 1668 -- proto: ToyFigurineCaptain - entities: - - uid: 1189 - components: - - type: Transform - pos: -12.035681,6.6117244 - parent: 1668 -- proto: ToyFigurineCargoTech - entities: - - uid: 6897 - components: - - type: Transform - pos: -5.366757,26.262602 - parent: 1668 -- proto: ToyFigurineChaplain - entities: - - uid: 1186 - components: - - type: Transform - pos: 2.6200008,16.762861 - parent: 1668 -- proto: ToyFigurineChef - entities: - - uid: 6899 - components: - - type: Transform - pos: -10.860091,-28.497501 - parent: 1668 -- proto: ToyFigurineChemist - entities: - - uid: 6901 - components: - - type: Transform - pos: 3.7089076,-9.834605 - parent: 1668 -- proto: ToyFigurineChiefEngineer - entities: - - uid: 6892 - components: - - type: Transform - pos: 27.221512,-23.216656 - parent: 1668 -- proto: ToyFigurineChiefMedicalOfficer - entities: - - uid: 6900 - components: - - type: Transform - pos: 13.343676,-12.106804 - parent: 1668 -- proto: ToyFigurineClown - entities: - - uid: 6907 - components: - - type: Transform - pos: -8.574588,-33.40033 - parent: 1668 -- proto: ToyFigurineDetective - entities: - - uid: 2145 - components: - - type: Transform - pos: 8.249651,23.679073 - parent: 1668 -- proto: ToyFigurineEngineer - entities: - - uid: 6891 - components: - - type: Transform - pos: 26.955887,-23.01353 - parent: 1668 -- proto: ToyFigurineGreytider - entities: - - uid: 2142 - components: - - type: Transform - pos: -1.5147417,19.684673 - parent: 1668 -- proto: ToyFigurineHamlet - entities: - - uid: 6503 - components: - - type: Transform - pos: -9.969621,-28.458797 - parent: 1668 -- proto: ToyFigurineHeadOfPersonnel - entities: - - uid: 6500 - components: - - type: Transform - pos: 2.714695,-2.0789247 - parent: 1668 -- proto: ToyFigurineHeadOfSecurity - entities: - - uid: 592 - components: - - type: Transform - pos: 8.675076,17.818161 - parent: 1668 -- proto: ToyFigurineJanitor - entities: - - uid: 6905 - components: - - type: Transform - pos: -18.176952,-31.706894 - parent: 1668 -- proto: ToyFigurineLawyer - entities: - - uid: 6904 - components: - - type: Transform - pos: 19.429096,21.772528 - parent: 1668 -- proto: ToyFigurineLibrarian - entities: - - uid: 6903 - components: - - type: Transform - pos: 18.65788,12.674046 - parent: 1668 -- proto: ToyFigurineMedicalDoctor - entities: - - uid: 6902 - components: - - type: Transform - pos: 9.723116,-4.147105 - parent: 1668 -- proto: ToyFigurineMime - entities: - - uid: 6908 - components: - - type: Transform - pos: 9.395194,-30.337831 - parent: 1668 -- proto: ToyFigurineMusician - entities: - - uid: 6499 - components: - - type: Transform - pos: 0.78786826,-28.113647 - parent: 1668 -- proto: ToyFigurineParamedic - entities: - - uid: 3427 - components: - - type: Transform - pos: 10.656263,-7.212401 - parent: 1668 -- proto: ToyFigurinePassenger - entities: - - uid: 3428 - components: - - type: Transform - pos: 21.387323,5.715851 - parent: 1668 -- proto: ToyFigurineQuartermaster - entities: - - uid: 6896 - components: - - type: Transform - pos: -15.016072,14.885906 - parent: 1668 -- proto: ToyFigurineRatKing - entities: - - uid: 6906 - components: - - type: Transform - pos: 18.512383,13.407988 - parent: 1668 -- proto: ToyFigurineResearchDirector - entities: - - uid: 3429 - components: - - type: Transform - pos: -32.494865,6.5819006 - parent: 1668 -- proto: ToyFigurineSalvage - entities: - - uid: 6895 - components: - - type: Transform - pos: -5.514065,26.593782 - parent: 1668 -- proto: ToyFigurineSecurity - entities: - - uid: 6488 - components: - - type: Transform - pos: 10.024659,25.7943 - parent: 1668 - - uid: 6893 - components: - - type: Transform - pos: 27.445951,-11.38564 - parent: 1668 -- proto: ToyFigurineWarden - entities: - - uid: 6894 - components: - - type: Transform - pos: 4.3459373,19.764877 - parent: 1668 -- proto: ToyRubberDuck - entities: - - uid: 3423 - components: - - type: Transform - pos: -20.47715,15.513819 - parent: 1668 -- proto: TwoWayLever - entities: - - uid: 1588 - components: - - type: Transform - pos: -12.5,23.5 - parent: 1668 - - type: TwoWayLever - nextSignalLeft: True - - type: DeviceLinkSource - linkedPorts: - 1576: - - Left: Forward - - Right: Reverse - - Middle: Off - 1577: - - Left: Forward - - Right: Reverse - - Middle: Off - 1578: - - Left: Forward - - Right: Reverse - - Middle: Off - 1579: - - Left: Forward - - Right: Reverse - - Middle: Off - 1580: - - Left: Forward - - Right: Reverse - - Middle: Off - 1581: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 1589 - components: - - type: Transform - pos: -12.5,29.5 - parent: 1668 - - type: TwoWayLever - nextSignalLeft: True - - type: DeviceLinkSource - linkedPorts: - 1582: - - Left: Forward - - Right: Reverse - - Middle: Off - 1583: - - Left: Forward - - Right: Reverse - - Middle: Off - 1584: - - Left: Forward - - Right: Reverse - - Middle: Off - 1585: - - Left: Forward - - Right: Reverse - - Middle: Off - 1586: - - Left: Forward - - Right: Reverse - - Middle: Off - 1587: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 5906 - components: - - type: Transform - pos: -18.5,-32.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 5902: - - Left: Forward - - Right: Reverse - - Middle: Off - 5903: - - Left: Forward - - Right: Reverse - - Middle: Off - 5904: - - Left: Forward - - Right: Reverse - - Middle: Off - - uid: 5907 - components: - - type: Transform - pos: -18.5,-31.5 - parent: 1668 - - type: DeviceLinkSource - linkedPorts: - 5908: - - Left: Forward - - Right: Reverse - - Middle: Off -- proto: VehicleKeySecway - entities: - - uid: 3149 - components: - - type: Transform - pos: 10.387553,25.600338 - parent: 1668 -- proto: VendingMachineAmmo - entities: - - uid: 2821 - components: - - type: Transform - pos: 8.5,27.5 - parent: 1668 -- proto: VendingMachineBooze - entities: - - uid: 3408 - components: - - type: Transform - pos: -20.5,8.5 - parent: 1668 - - uid: 4415 - components: - - type: Transform - pos: 10.5,-26.5 - parent: 1668 - - uid: 4416 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 1668 -- proto: VendingMachineCargoDrobe - entities: - - uid: 2209 - components: - - type: Transform - pos: -5.5,31.5 - parent: 1668 -- proto: VendingMachineCart - entities: - - uid: 764 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 1668 -- proto: VendingMachineCentDrobe - entities: - - uid: 649 - components: - - type: Transform - pos: 2.5,1.5 - parent: 1668 - - uid: 2444 - components: - - type: Transform - pos: -14.5,10.5 - parent: 1668 -- proto: VendingMachineChang - entities: - - uid: 1406 - components: - - type: Transform - pos: -2.5,1.5 - parent: 1668 - - uid: 2445 - components: - - type: Transform - pos: 1.5,-15.5 - parent: 1668 - - uid: 6573 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 1668 -- proto: VendingMachineChefvend - entities: - - uid: 4262 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 1668 -- proto: VendingMachineChemicals - entities: - - uid: 644 - components: - - type: Transform - pos: 7.5,-9.5 - parent: 1668 -- proto: VendingMachineCigs - entities: - - uid: 2439 - components: - - type: Transform - pos: 29.5,10.5 - parent: 1668 - - uid: 6574 - components: - - type: Transform - pos: -5.5,-37.5 - parent: 1668 -- proto: VendingMachineClothing - entities: - - uid: 2738 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 1668 - - uid: 6150 - components: - - type: Transform - pos: -20.5,-29.5 - parent: 1668 -- proto: VendingMachineCoffee - entities: - - uid: 2438 - components: - - type: Transform - pos: 27.5,10.5 - parent: 1668 - - uid: 5463 - components: - - type: Transform - pos: 15.5,-31.5 - parent: 1668 - - uid: 6591 - components: - - type: Transform - pos: 9.5,-33.5 - parent: 1668 -- proto: VendingMachineCola - entities: - - uid: 2192 - components: - - type: Transform - pos: -0.5,13.5 - parent: 1668 - - uid: 4403 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 1668 -- proto: VendingMachineColaBlack - entities: - - uid: 6729 - components: - - type: Transform - pos: 1.5,-13.5 - parent: 1668 -- proto: VendingMachineCondiments - entities: - - uid: 6626 - components: - - type: Transform - pos: 1.5,-25.5 - parent: 1668 -- proto: VendingMachineDinnerware - entities: - - uid: 4578 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 1668 -- proto: VendingMachineDiscount - entities: - - uid: 3185 - components: - - type: Transform - pos: 9.5,10.5 - parent: 1668 - - uid: 6651 - components: - - type: Transform - pos: -7.5,-15.5 - parent: 1668 -- proto: VendingMachineDonut - entities: - - uid: 3186 - components: - - type: Transform - pos: 11.5,10.5 - parent: 1668 -- proto: VendingMachineEngivend - entities: - - uid: 5250 - components: - - type: Transform - pos: 23.5,-20.5 - parent: 1668 -- proto: VendingMachineGames - entities: - - uid: 6608 - components: - - type: Transform - pos: 16.5,10.5 - parent: 1668 -- proto: VendingMachineLawDrobe - entities: - - uid: 2489 - components: - - type: Transform - pos: 18.5,23.5 - parent: 1668 -- proto: VendingMachineMedical - entities: - - uid: 617 - components: - - type: Transform - pos: 15.5,-5.5 - parent: 1668 - - uid: 6601 - components: - - type: Transform - pos: 9.5,-12.5 - parent: 1668 -- proto: VendingMachinePwrGame - entities: - - uid: 6634 - components: - - type: Transform - pos: -2.5,-15.5 - parent: 1668 -- proto: VendingMachineSalvage - entities: - - uid: 6938 - components: - - type: Transform - pos: -8.5,31.5 - parent: 1668 -- proto: VendingMachineSec - entities: - - uid: 2820 - components: - - type: Transform - pos: 9.5,27.5 - parent: 1668 - - uid: 3259 - components: - - type: Transform - pos: 8.5,21.5 - parent: 1668 - - uid: 5457 - components: - - type: Transform - pos: 28.5,-10.5 - parent: 1668 -- proto: VendingMachineSnack - entities: - - uid: 4166 - components: - - type: Transform - pos: -29.5,3.5 - parent: 1668 - - uid: 4401 - components: - - type: Transform - pos: 7.5,-15.5 - parent: 1668 -- proto: VendingMachineSnackOrange - entities: - - uid: 6726 - components: - - type: Transform - pos: -2.5,-13.5 - parent: 1668 -- proto: VendingMachineSnackTeal - entities: - - uid: 6727 - components: - - type: Transform - pos: -0.5,11.5 - parent: 1668 -- proto: VendingMachineSoda - entities: - - uid: 6648 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 1668 -- proto: VendingMachineTankDispenserEngineering - entities: - - uid: 6556 - components: - - type: Transform - pos: -2.5,-45.5 - parent: 1668 -- proto: VendingMachineTankDispenserEVA - entities: - - uid: 2045 - components: - - type: Transform - pos: -3.5,23.5 - parent: 1668 - - uid: 4286 - components: - - type: Transform - pos: 10.5,29.5 - parent: 1668 - - uid: 6555 - components: - - type: Transform - pos: 1.5,-45.5 - parent: 1668 -- proto: VendingMachineTheater - entities: - - uid: 2448 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 1668 -- proto: VendingMachineWinter - entities: - - uid: 2443 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 1668 -- proto: VendingMachineYouTool - entities: - - uid: 5251 - components: - - type: Transform - pos: 23.5,-21.5 - parent: 1668 -- proto: WallmountTelescreen - entities: - - uid: 3449 - components: - - type: Transform - pos: -18.5,7.5 - parent: 1668 -- proto: WallmountTelevision - entities: - - uid: 3452 - components: - - type: Transform - pos: -23.5,1.5 - parent: 1668 -- proto: WallRiveted - entities: - - uid: 1 - components: - - type: Transform - pos: 10.5,2.5 - parent: 1668 - - uid: 2 - components: - - type: Transform - pos: 9.5,2.5 - parent: 1668 - - uid: 3 - components: - - type: Transform - pos: 8.5,1.5 - parent: 1668 - - uid: 4 - components: - - type: Transform - pos: 8.5,2.5 - parent: 1668 - - uid: 5 - components: - - type: Transform - pos: 7.5,2.5 - parent: 1668 - - uid: 6 - components: - - type: Transform - pos: 6.5,2.5 - parent: 1668 - - uid: 7 - components: - - type: Transform - pos: 6.5,1.5 - parent: 1668 - - uid: 8 - components: - - type: Transform - pos: 10.5,-3.5 - parent: 1668 - - uid: 9 - components: - - type: Transform - pos: 9.5,-3.5 - parent: 1668 - - uid: 10 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 1668 - - uid: 11 - components: - - type: Transform - pos: 8.5,-3.5 - parent: 1668 - - uid: 12 - components: - - type: Transform - pos: 7.5,-3.5 - parent: 1668 - - uid: 13 - components: - - type: Transform - pos: 6.5,-3.5 - parent: 1668 - - uid: 14 - components: - - type: Transform - pos: 6.5,-2.5 - parent: 1668 - - uid: 70 - components: - - type: Transform - pos: 3.5,-3.5 - parent: 1668 - - uid: 71 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 1668 - - uid: 72 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 1668 - - uid: 73 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 1668 - - uid: 74 - components: - - type: Transform - pos: 1.5,2.5 - parent: 1668 - - uid: 75 - components: - - type: Transform - pos: -2.5,2.5 - parent: 1668 - - uid: 78 - components: - - type: Transform - pos: 5.5,7.5 - parent: 1668 - - uid: 86 - components: - - type: Transform - pos: 3.5,5.5 - parent: 1668 - - uid: 87 - components: - - type: Transform - pos: 3.5,7.5 - parent: 1668 - - uid: 88 - components: - - type: Transform - pos: 2.5,7.5 - parent: 1668 - - uid: 89 - components: - - type: Transform - pos: 1.5,7.5 - parent: 1668 - - uid: 90 - components: - - type: Transform - pos: 1.5,6.5 - parent: 1668 - - uid: 91 - components: - - type: Transform - pos: 1.5,5.5 - parent: 1668 - - uid: 96 - components: - - type: Transform - pos: 5.5,5.5 - parent: 1668 - - uid: 97 - components: - - type: Transform - pos: 8.5,6.5 - parent: 1668 - - uid: 100 - components: - - type: Transform - pos: 6.5,5.5 - parent: 1668 - - uid: 101 - components: - - type: Transform - pos: 6.5,4.5 - parent: 1668 - - uid: 102 - components: - - type: Transform - pos: 8.5,4.5 - parent: 1668 - - uid: 113 - components: - - type: Transform - pos: 16.5,1.5 - parent: 1668 - - uid: 114 - components: - - type: Transform - pos: 16.5,2.5 - parent: 1668 - - uid: 115 - components: - - type: Transform - pos: 17.5,2.5 - parent: 1668 - - uid: 116 - components: - - type: Transform - pos: 18.5,2.5 - parent: 1668 - - uid: 117 - components: - - type: Transform - pos: 18.5,1.5 - parent: 1668 - - uid: 118 - components: - - type: Transform - pos: 18.5,-2.5 - parent: 1668 - - uid: 119 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 1668 - - uid: 120 - components: - - type: Transform - pos: 17.5,-3.5 - parent: 1668 - - uid: 121 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 1668 - - uid: 122 - components: - - type: Transform - pos: 16.5,-3.5 - parent: 1668 - - uid: 137 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 1668 - - uid: 138 - components: - - type: Transform - pos: 7.5,-6.5 - parent: 1668 - - uid: 139 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 1668 - - uid: 140 - components: - - type: Transform - pos: 5.5,-6.5 - parent: 1668 - - uid: 141 - components: - - type: Transform - pos: 3.5,-6.5 - parent: 1668 - - uid: 142 - components: - - type: Transform - pos: 1.5,-6.5 - parent: 1668 - - uid: 143 - components: - - type: Transform - pos: 1.5,-7.5 - parent: 1668 - - uid: 144 - components: - - type: Transform - pos: 1.5,-8.5 - parent: 1668 - - uid: 145 - components: - - type: Transform - pos: 2.5,-8.5 - parent: 1668 - - uid: 146 - components: - - type: Transform - pos: 3.5,-8.5 - parent: 1668 - - uid: 147 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 1668 - - uid: 174 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 1668 - - uid: 175 - components: - - type: Transform - pos: 8.5,-8.5 - parent: 1668 - - uid: 176 - components: - - type: Transform - pos: 8.5,-9.5 - parent: 1668 - - uid: 177 - components: - - type: Transform - pos: 8.5,-10.5 - parent: 1668 - - uid: 178 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 1668 - - uid: 179 - components: - - type: Transform - pos: 12.5,-8.5 - parent: 1668 - - uid: 180 - components: - - type: Transform - pos: 16.5,-7.5 - parent: 1668 - - uid: 181 - components: - - type: Transform - pos: 16.5,-8.5 - parent: 1668 - - uid: 182 - components: - - type: Transform - pos: 16.5,-10.5 - parent: 1668 - - uid: 184 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 1668 - - uid: 185 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 1668 - - uid: 187 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 1668 - - uid: 188 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 1668 - - uid: 209 - components: - - type: Transform - pos: 18.5,-8.5 - parent: 1668 - - uid: 210 - components: - - type: Transform - pos: 18.5,-10.5 - parent: 1668 - - uid: 211 - components: - - type: Transform - pos: 18.5,-9.5 - parent: 1668 - - uid: 213 - components: - - type: Transform - pos: 2.5,-9.5 - parent: 1668 - - uid: 229 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 1668 - - uid: 230 - components: - - type: Transform - pos: 8.5,-13.5 - parent: 1668 - - uid: 231 - components: - - type: Transform - pos: 8.5,-12.5 - parent: 1668 - - uid: 232 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 1668 - - uid: 233 - components: - - type: Transform - pos: 5.5,-14.5 - parent: 1668 - - uid: 234 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 1668 - - uid: 235 - components: - - type: Transform - pos: 3.5,-14.5 - parent: 1668 - - uid: 236 - components: - - type: Transform - pos: 2.5,-14.5 - parent: 1668 - - uid: 237 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 1668 - - uid: 248 - components: - - type: Transform - pos: 16.5,4.5 - parent: 1668 - - uid: 249 - components: - - type: Transform - pos: 18.5,3.5 - parent: 1668 - - uid: 250 - components: - - type: Transform - pos: 18.5,4.5 - parent: 1668 - - uid: 251 - components: - - type: Transform - pos: 18.5,6.5 - parent: 1668 - - uid: 252 - components: - - type: Transform - pos: 18.5,7.5 - parent: 1668 - - uid: 253 - components: - - type: Transform - pos: 18.5,8.5 - parent: 1668 - - uid: 256 - components: - - type: Transform - pos: 16.5,7.5 - parent: 1668 - - uid: 257 - components: - - type: Transform - pos: 16.5,6.5 - parent: 1668 - - uid: 258 - components: - - type: Transform - pos: 15.5,7.5 - parent: 1668 - - uid: 273 - components: - - type: Transform - pos: 8.5,7.5 - parent: 1668 - - uid: 274 - components: - - type: Transform - pos: 8.5,9.5 - parent: 1668 - - uid: 276 - components: - - type: Transform - pos: 12.5,9.5 - parent: 1668 - - uid: 277 - components: - - type: Transform - pos: 12.5,7.5 - parent: 1668 - - uid: 293 - components: - - type: Transform - pos: 3.5,9.5 - parent: 1668 - - uid: 294 - components: - - type: Transform - pos: 4.5,9.5 - parent: 1668 - - uid: 295 - components: - - type: Transform - pos: 5.5,9.5 - parent: 1668 - - uid: 296 - components: - - type: Transform - pos: 5.5,8.5 - parent: 1668 - - uid: 300 - components: - - type: Transform - pos: 15.5,9.5 - parent: 1668 - - uid: 315 - components: - - type: Transform - pos: -2.5,-6.5 - parent: 1668 - - uid: 316 - components: - - type: Transform - pos: -2.5,-7.5 - parent: 1668 - - uid: 317 - components: - - type: Transform - pos: -2.5,-8.5 - parent: 1668 - - uid: 318 - components: - - type: Transform - pos: -3.5,-8.5 - parent: 1668 - - uid: 319 - components: - - type: Transform - pos: -4.5,-8.5 - parent: 1668 - - uid: 320 - components: - - type: Transform - pos: -4.5,-6.5 - parent: 1668 - - uid: 321 - components: - - type: Transform - pos: -6.5,-6.5 - parent: 1668 - - uid: 322 - components: - - type: Transform - pos: -7.5,-6.5 - parent: 1668 - - uid: 323 - components: - - type: Transform - pos: -8.5,-6.5 - parent: 1668 - - uid: 324 - components: - - type: Transform - pos: -6.5,-8.5 - parent: 1668 - - uid: 325 - components: - - type: Transform - pos: -7.5,-8.5 - parent: 1668 - - uid: 326 - components: - - type: Transform - pos: -8.5,-8.5 - parent: 1668 - - uid: 328 - components: - - type: Transform - pos: -7.5,-3.5 - parent: 1668 - - uid: 329 - components: - - type: Transform - pos: -8.5,-3.5 - parent: 1668 - - uid: 330 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 1668 - - uid: 331 - components: - - type: Transform - pos: -9.5,-4.5 - parent: 1668 - - uid: 332 - components: - - type: Transform - pos: -9.5,-5.5 - parent: 1668 - - uid: 333 - components: - - type: Transform - pos: -9.5,-6.5 - parent: 1668 - - uid: 334 - components: - - type: Transform - pos: -9.5,-7.5 - parent: 1668 - - uid: 335 - components: - - type: Transform - pos: -9.5,-8.5 - parent: 1668 - - uid: 346 - components: - - type: Transform - pos: 19.5,6.5 - parent: 1668 - - uid: 349 - components: - - type: Transform - pos: 22.5,6.5 - parent: 1668 - - uid: 350 - components: - - type: Transform - pos: 23.5,6.5 - parent: 1668 - - uid: 351 - components: - - type: Transform - pos: 24.5,6.5 - parent: 1668 - - uid: 352 - components: - - type: Transform - pos: 28.5,6.5 - parent: 1668 - - uid: 353 - components: - - type: Transform - pos: 29.5,6.5 - parent: 1668 - - uid: 354 - components: - - type: Transform - pos: 30.5,6.5 - parent: 1668 - - uid: 356 - components: - - type: Transform - pos: 32.5,6.5 - parent: 1668 - - uid: 357 - components: - - type: Transform - pos: 33.5,6.5 - parent: 1668 - - uid: 358 - components: - - type: Transform - pos: 34.5,6.5 - parent: 1668 - - uid: 359 - components: - - type: Transform - pos: 35.5,6.5 - parent: 1668 - - uid: 362 - components: - - type: Transform - pos: 18.5,9.5 - parent: 1668 - - uid: 363 - components: - - type: Transform - pos: 19.5,9.5 - parent: 1668 - - uid: 364 - components: - - type: Transform - pos: 20.5,9.5 - parent: 1668 - - uid: 365 - components: - - type: Transform - pos: 21.5,9.5 - parent: 1668 - - uid: 366 - components: - - type: Transform - pos: 22.5,9.5 - parent: 1668 - - uid: 367 - components: - - type: Transform - pos: 23.5,9.5 - parent: 1668 - - uid: 368 - components: - - type: Transform - pos: 24.5,9.5 - parent: 1668 - - uid: 369 - components: - - type: Transform - pos: 25.5,9.5 - parent: 1668 - - uid: 370 - components: - - type: Transform - pos: 26.5,9.5 - parent: 1668 - - uid: 371 - components: - - type: Transform - pos: 27.5,9.5 - parent: 1668 - - uid: 372 - components: - - type: Transform - pos: 28.5,9.5 - parent: 1668 - - uid: 373 - components: - - type: Transform - pos: 29.5,9.5 - parent: 1668 - - uid: 374 - components: - - type: Transform - pos: 30.5,9.5 - parent: 1668 - - uid: 375 - components: - - type: Transform - pos: 31.5,9.5 - parent: 1668 - - uid: 376 - components: - - type: Transform - pos: 32.5,9.5 - parent: 1668 - - uid: 377 - components: - - type: Transform - pos: 33.5,9.5 - parent: 1668 - - uid: 378 - components: - - type: Transform - pos: 34.5,9.5 - parent: 1668 - - uid: 379 - components: - - type: Transform - pos: 35.5,9.5 - parent: 1668 - - uid: 380 - components: - - type: Transform - pos: 35.5,8.5 - parent: 1668 - - uid: 381 - components: - - type: Transform - pos: 35.5,7.5 - parent: 1668 - - uid: 382 - components: - - type: Transform - pos: 34.5,8.5 - parent: 1668 - - uid: 383 - components: - - type: Transform - pos: 34.5,7.5 - parent: 1668 - - uid: 384 - components: - - type: Transform - pos: 28.5,8.5 - parent: 1668 - - uid: 385 - components: - - type: Transform - pos: 24.5,8.5 - parent: 1668 - - uid: 386 - components: - - type: Transform - pos: 35.5,-7.5 - parent: 1668 - - uid: 387 - components: - - type: Transform - pos: 35.5,-8.5 - parent: 1668 - - uid: 388 - components: - - type: Transform - pos: 35.5,-9.5 - parent: 1668 - - uid: 389 - components: - - type: Transform - pos: 34.5,-9.5 - parent: 1668 - - uid: 390 - components: - - type: Transform - pos: 34.5,-8.5 - parent: 1668 - - uid: 391 - components: - - type: Transform - pos: 34.5,-7.5 - parent: 1668 - - uid: 392 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 1668 - - uid: 394 - components: - - type: Transform - pos: 32.5,-7.5 - parent: 1668 - - uid: 395 - components: - - type: Transform - pos: 30.5,-7.5 - parent: 1668 - - uid: 397 - components: - - type: Transform - pos: 32.5,-9.5 - parent: 1668 - - uid: 398 - components: - - type: Transform - pos: 23.5,-9.5 - parent: 1668 - - uid: 399 - components: - - type: Transform - pos: 30.5,-9.5 - parent: 1668 - - uid: 400 - components: - - type: Transform - pos: 28.5,-7.5 - parent: 1668 - - uid: 402 - components: - - type: Transform - pos: 33.5,-9.5 - parent: 1668 - - uid: 403 - components: - - type: Transform - pos: 29.5,-9.5 - parent: 1668 - - uid: 404 - components: - - type: Transform - pos: 31.5,-9.5 - parent: 1668 - - uid: 405 - components: - - type: Transform - pos: 29.5,-7.5 - parent: 1668 - - uid: 406 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 1668 - - uid: 407 - components: - - type: Transform - pos: 20.5,-7.5 - parent: 1668 - - uid: 409 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 1668 - - uid: 410 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 1668 - - uid: 411 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 1668 - - uid: 412 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 1668 - - uid: 413 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 1668 - - uid: 414 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 1668 - - uid: 415 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 1668 - - uid: 416 - components: - - type: Transform - pos: 23.5,-10.5 - parent: 1668 - - uid: 417 - components: - - type: Transform - pos: 29.5,-10.5 - parent: 1668 - - uid: 418 - components: - - type: Transform - pos: 29.5,-11.5 - parent: 1668 - - uid: 419 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 1668 - - uid: 420 - components: - - type: Transform - pos: 28.5,-12.5 - parent: 1668 - - uid: 421 - components: - - type: Transform - pos: 27.5,-12.5 - parent: 1668 - - uid: 422 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 1668 - - uid: 423 - components: - - type: Transform - pos: 25.5,-12.5 - parent: 1668 - - uid: 424 - components: - - type: Transform - pos: 24.5,-12.5 - parent: 1668 - - uid: 425 - components: - - type: Transform - pos: 23.5,-12.5 - parent: 1668 - - uid: 426 - components: - - type: Transform - pos: 22.5,-12.5 - parent: 1668 - - uid: 427 - components: - - type: Transform - pos: 21.5,-12.5 - parent: 1668 - - uid: 428 - components: - - type: Transform - pos: 20.5,-12.5 - parent: 1668 - - uid: 429 - components: - - type: Transform - pos: 19.5,-12.5 - parent: 1668 - - uid: 430 - components: - - type: Transform - pos: 18.5,-12.5 - parent: 1668 - - uid: 431 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 1668 - - uid: 432 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 1668 - - uid: 433 - components: - - type: Transform - pos: 35.5,0.5 - parent: 1668 - - uid: 468 - components: - - type: Transform - pos: 33.5,-1.5 - parent: 1668 - - uid: 470 - components: - - type: Transform - pos: 33.5,0.5 - parent: 1668 - - uid: 658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-2.5 - parent: 1668 - - uid: 659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-2.5 - parent: 1668 - - uid: 660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,1.5 - parent: 1668 - - uid: 661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 - parent: 1668 - - uid: 662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,2.5 - parent: 1668 - - uid: 663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 1668 - - uid: 664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 - parent: 1668 - - uid: 665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,3.5 - parent: 1668 - - uid: 666 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,4.5 - parent: 1668 - - uid: 667 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,5.5 - parent: 1668 - - uid: 668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,5.5 - parent: 1668 - - uid: 669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,5.5 - parent: 1668 - - uid: 686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,5.5 - parent: 1668 - - uid: 687 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 - parent: 1668 - - uid: 689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,6.5 - parent: 1668 - - uid: 690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,7.5 - parent: 1668 - - uid: 691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 - parent: 1668 - - uid: 692 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,7.5 - parent: 1668 - - uid: 693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,6.5 - parent: 1668 - - uid: 694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,7.5 - parent: 1668 - - uid: 695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,7.5 - parent: 1668 - - uid: 696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,7.5 - parent: 1668 - - uid: 697 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,5.5 - parent: 1668 - - uid: 698 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,7.5 - parent: 1668 - - uid: 724 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-9.5 - parent: 1668 - - uid: 726 - components: - - type: Transform - pos: 14.5,-12.5 - parent: 1668 - - uid: 727 - components: - - type: Transform - pos: 15.5,-12.5 - parent: 1668 - - uid: 728 - components: - - type: Transform - pos: 16.5,-12.5 - parent: 1668 - - uid: 745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-14.5 - parent: 1668 - - uid: 746 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-14.5 - parent: 1668 - - uid: 747 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-14.5 - parent: 1668 - - uid: 748 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-14.5 - parent: 1668 - - uid: 749 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-14.5 - parent: 1668 - - uid: 750 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-14.5 - parent: 1668 - - uid: 751 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-15.5 - parent: 1668 - - uid: 752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-13.5 - parent: 1668 - - uid: 753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-12.5 - parent: 1668 - - uid: 754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-10.5 - parent: 1668 - - uid: 755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-9.5 - parent: 1668 - - uid: 756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-10.5 - parent: 1668 - - uid: 757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-12.5 - parent: 1668 - - uid: 806 - components: - - type: Transform - pos: 35.5,-29.5 - parent: 1668 - - uid: 826 - components: - - type: Transform - pos: -13.5,11.5 - parent: 1668 - - uid: 827 - components: - - type: Transform - pos: -13.5,12.5 - parent: 1668 - - uid: 832 - components: - - type: Transform - pos: 11.5,-15.5 - parent: 1668 - - uid: 835 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 1668 - - uid: 837 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 1668 - - uid: 838 - components: - - type: Transform - pos: 14.5,-14.5 - parent: 1668 - - uid: 839 - components: - - type: Transform - pos: 14.5,-13.5 - parent: 1668 - - uid: 840 - components: - - type: Transform - pos: 8.5,-17.5 - parent: 1668 - - uid: 841 - components: - - type: Transform - pos: 11.5,-17.5 - parent: 1668 - - uid: 842 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 1668 - - uid: 843 - components: - - type: Transform - pos: 14.5,-17.5 - parent: 1668 - - uid: 844 - components: - - type: Transform - pos: 14.5,-16.5 - parent: 1668 - - uid: 851 - components: - - type: Transform - pos: -13.5,10.5 - parent: 1668 - - uid: 898 - components: - - type: Transform - pos: 20.5,6.5 - parent: 1668 - - uid: 1080 - components: - - type: Transform - pos: -13.5,9.5 - parent: 1668 - - uid: 1081 - components: - - type: Transform - pos: -13.5,8.5 - parent: 1668 - - uid: 1082 - components: - - type: Transform - pos: -13.5,7.5 - parent: 1668 - - uid: 1083 - components: - - type: Transform - pos: -12.5,7.5 - parent: 1668 - - uid: 1084 - components: - - type: Transform - pos: -11.5,7.5 - parent: 1668 - - uid: 1085 - components: - - type: Transform - pos: -10.5,7.5 - parent: 1668 - - uid: 1132 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 1668 - - uid: 1133 - components: - - type: Transform - pos: 16.5,-16.5 - parent: 1668 - - uid: 1134 - components: - - type: Transform - pos: 17.5,-16.5 - parent: 1668 - - uid: 1135 - components: - - type: Transform - pos: 18.5,-16.5 - parent: 1668 - - uid: 1136 - components: - - type: Transform - pos: 18.5,-15.5 - parent: 1668 - - uid: 1138 - components: - - type: Transform - pos: 18.5,-13.5 - parent: 1668 - - uid: 1139 - components: - - type: Transform - pos: 29.5,-14.5 - parent: 1668 - - uid: 1141 - components: - - type: Transform - pos: 35.5,-13.5 - parent: 1668 - - uid: 1142 - components: - - type: Transform - pos: 35.5,-14.5 - parent: 1668 - - uid: 1143 - components: - - type: Transform - pos: 35.5,-15.5 - parent: 1668 - - uid: 1144 - components: - - type: Transform - pos: 35.5,-16.5 - parent: 1668 - - uid: 1145 - components: - - type: Transform - pos: 35.5,-17.5 - parent: 1668 - - uid: 1152 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 1668 - - uid: 1183 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 1668 - - uid: 1184 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 1668 - - uid: 1322 - components: - - type: Transform - pos: -2.5,5.5 - parent: 1668 - - uid: 1392 - components: - - type: Transform - pos: 35.5,-30.5 - parent: 1668 - - uid: 1394 - components: - - type: Transform - pos: 35.5,-31.5 - parent: 1668 - - uid: 1395 - components: - - type: Transform - pos: 35.5,-32.5 - parent: 1668 - - uid: 1408 - components: - - type: Transform - pos: -4.5,17.5 - parent: 1668 - - uid: 1409 - components: - - type: Transform - pos: -2.5,17.5 - parent: 1668 - - uid: 1410 - components: - - type: Transform - pos: 1.5,17.5 - parent: 1668 - - uid: 1411 - components: - - type: Transform - pos: 3.5,17.5 - parent: 1668 - - uid: 1412 - components: - - type: Transform - pos: 3.5,15.5 - parent: 1668 - - uid: 1413 - components: - - type: Transform - pos: -4.5,16.5 - parent: 1668 - - uid: 1414 - components: - - type: Transform - pos: -4.5,14.5 - parent: 1668 - - uid: 1415 - components: - - type: Transform - pos: -4.5,13.5 - parent: 1668 - - uid: 1416 - components: - - type: Transform - pos: -4.5,12.5 - parent: 1668 - - uid: 1490 - components: - - type: Transform - pos: -5.5,13.5 - parent: 1668 - - uid: 1491 - components: - - type: Transform - pos: -7.5,13.5 - parent: 1668 - - uid: 1492 - components: - - type: Transform - pos: -9.5,13.5 - parent: 1668 - - uid: 1493 - components: - - type: Transform - pos: -8.5,13.5 - parent: 1668 - - uid: 1494 - components: - - type: Transform - pos: -8.5,14.5 - parent: 1668 - - uid: 1495 - components: - - type: Transform - pos: -11.5,13.5 - parent: 1668 - - uid: 1496 - components: - - type: Transform - pos: -12.5,13.5 - parent: 1668 - - uid: 1497 - components: - - type: Transform - pos: -13.5,13.5 - parent: 1668 - - uid: 1498 - components: - - type: Transform - pos: -14.5,13.5 - parent: 1668 - - uid: 1499 - components: - - type: Transform - pos: -15.5,13.5 - parent: 1668 - - uid: 1500 - components: - - type: Transform - pos: -16.5,13.5 - parent: 1668 - - uid: 1501 - components: - - type: Transform - pos: -16.5,14.5 - parent: 1668 - - uid: 1502 - components: - - type: Transform - pos: -16.5,15.5 - parent: 1668 - - uid: 1503 - components: - - type: Transform - pos: -16.5,16.5 - parent: 1668 - - uid: 1504 - components: - - type: Transform - pos: -14.5,18.5 - parent: 1668 - - uid: 1505 - components: - - type: Transform - pos: -8.5,16.5 - parent: 1668 - - uid: 1506 - components: - - type: Transform - pos: -8.5,17.5 - parent: 1668 - - uid: 1507 - components: - - type: Transform - pos: -8.5,18.5 - parent: 1668 - - uid: 1508 - components: - - type: Transform - pos: -7.5,18.5 - parent: 1668 - - uid: 1509 - components: - - type: Transform - pos: -4.5,18.5 - parent: 1668 - - uid: 1510 - components: - - type: Transform - pos: -5.5,18.5 - parent: 1668 - - uid: 1511 - components: - - type: Transform - pos: -9.5,18.5 - parent: 1668 - - uid: 1512 - components: - - type: Transform - pos: -11.5,18.5 - parent: 1668 - - uid: 1523 - components: - - type: Transform - pos: -2.5,18.5 - parent: 1668 - - uid: 1524 - components: - - type: Transform - pos: -2.5,19.5 - parent: 1668 - - uid: 1525 - components: - - type: Transform - pos: -3.5,19.5 - parent: 1668 - - uid: 1526 - components: - - type: Transform - pos: -4.5,19.5 - parent: 1668 - - uid: 1527 - components: - - type: Transform - pos: 1.5,18.5 - parent: 1668 - - uid: 1528 - components: - - type: Transform - pos: 1.5,19.5 - parent: 1668 - - uid: 1529 - components: - - type: Transform - pos: 2.5,19.5 - parent: 1668 - - uid: 1530 - components: - - type: Transform - pos: 3.5,19.5 - parent: 1668 - - uid: 1531 - components: - - type: Transform - pos: 3.5,18.5 - parent: 1668 - - uid: 1532 - components: - - type: Transform - pos: 0.5,17.5 - parent: 1668 - - uid: 1535 - components: - - type: Transform - pos: -1.5,17.5 - parent: 1668 - - uid: 1536 - components: - - type: Transform - pos: 3.5,21.5 - parent: 1668 - - uid: 1537 - components: - - type: Transform - pos: 3.5,20.5 - parent: 1668 - - uid: 1538 - components: - - type: Transform - pos: -14.5,19.5 - parent: 1668 - - uid: 1553 - components: - - type: Transform - pos: -4.5,20.5 - parent: 1668 - - uid: 1554 - components: - - type: Transform - pos: -4.5,22.5 - parent: 1668 - - uid: 1555 - components: - - type: Transform - pos: -4.5,23.5 - parent: 1668 - - uid: 1556 - components: - - type: Transform - pos: -4.5,24.5 - parent: 1668 - - uid: 1557 - components: - - type: Transform - pos: -4.5,25.5 - parent: 1668 - - uid: 1558 - components: - - type: Transform - pos: -4.5,26.5 - parent: 1668 - - uid: 1559 - components: - - type: Transform - pos: -4.5,27.5 - parent: 1668 - - uid: 1560 - components: - - type: Transform - pos: -4.5,28.5 - parent: 1668 - - uid: 1561 - components: - - type: Transform - pos: -4.5,29.5 - parent: 1668 - - uid: 1562 - components: - - type: Transform - pos: -4.5,30.5 - parent: 1668 - - uid: 1563 - components: - - type: Transform - pos: -4.5,31.5 - parent: 1668 - - uid: 1564 - components: - - type: Transform - pos: -4.5,32.5 - parent: 1668 - - uid: 1565 - components: - - type: Transform - pos: -5.5,32.5 - parent: 1668 - - uid: 1567 - components: - - type: Transform - pos: -11.5,32.5 - parent: 1668 - - uid: 1568 - components: - - type: Transform - pos: -11.5,34.5 - parent: 1668 - - uid: 1569 - components: - - type: Transform - pos: -7.5,33.5 - parent: 1668 - - uid: 1570 - components: - - type: Transform - pos: -7.5,32.5 - parent: 1668 - - uid: 1571 - components: - - type: Transform - pos: -11.5,33.5 - parent: 1668 - - uid: 1573 - components: - - type: Transform - pos: -13.5,32.5 - parent: 1668 - - uid: 1574 - components: - - type: Transform - pos: -14.5,32.5 - parent: 1668 - - uid: 1575 - components: - - type: Transform - pos: -14.5,31.5 - parent: 1668 - - uid: 1664 - components: - - type: Transform - pos: -7.5,34.5 - parent: 1668 - - uid: 1665 - components: - - type: Transform - pos: -8.5,34.5 - parent: 1668 - - uid: 1666 - components: - - type: Transform - pos: -10.5,34.5 - parent: 1668 - - uid: 1794 - components: - - type: Transform - pos: 3.5,22.5 - parent: 1668 - - uid: 1795 - components: - - type: Transform - pos: 2.5,22.5 - parent: 1668 - - uid: 1796 - components: - - type: Transform - pos: 1.5,22.5 - parent: 1668 - - uid: 1797 - components: - - type: Transform - pos: 0.5,22.5 - parent: 1668 - - uid: 1798 - components: - - type: Transform - pos: 0.5,23.5 - parent: 1668 - - uid: 1799 - components: - - type: Transform - pos: -1.5,22.5 - parent: 1668 - - uid: 1800 - components: - - type: Transform - pos: -2.5,22.5 - parent: 1668 - - uid: 1801 - components: - - type: Transform - pos: -3.5,22.5 - parent: 1668 - - uid: 1994 - components: - - type: Transform - pos: 4.5,15.5 - parent: 1668 - - uid: 1995 - components: - - type: Transform - pos: 5.5,15.5 - parent: 1668 - - uid: 1996 - components: - - type: Transform - pos: 5.5,16.5 - parent: 1668 - - uid: 1997 - components: - - type: Transform - pos: 5.5,17.5 - parent: 1668 - - uid: 1998 - components: - - type: Transform - pos: 4.5,17.5 - parent: 1668 - - uid: 2005 - components: - - type: Transform - pos: 0.5,24.5 - parent: 1668 - - uid: 2006 - components: - - type: Transform - pos: 0.5,25.5 - parent: 1668 - - uid: 2007 - components: - - type: Transform - pos: -0.5,25.5 - parent: 1668 - - uid: 2008 - components: - - type: Transform - pos: -1.5,25.5 - parent: 1668 - - uid: 2009 - components: - - type: Transform - pos: -3.5,25.5 - parent: 1668 - - uid: 2238 - components: - - type: Transform - pos: 17.5,9.5 - parent: 1668 - - uid: 2239 - components: - - type: Transform - pos: 16.5,9.5 - parent: 1668 - - uid: 2245 - components: - - type: Transform - pos: 15.5,15.5 - parent: 1668 - - uid: 2251 - components: - - type: Transform - pos: 15.5,16.5 - parent: 1668 - - uid: 2252 - components: - - type: Transform - pos: 15.5,17.5 - parent: 1668 - - uid: 2253 - components: - - type: Transform - pos: 16.5,17.5 - parent: 1668 - - uid: 2254 - components: - - type: Transform - pos: 17.5,17.5 - parent: 1668 - - uid: 2255 - components: - - type: Transform - pos: 18.5,17.5 - parent: 1668 - - uid: 2256 - components: - - type: Transform - pos: 20.5,17.5 - parent: 1668 - - uid: 2257 - components: - - type: Transform - pos: 21.5,10.5 - parent: 1668 - - uid: 2258 - components: - - type: Transform - pos: 21.5,13.5 - parent: 1668 - - uid: 2259 - components: - - type: Transform - pos: 21.5,14.5 - parent: 1668 - - uid: 2260 - components: - - type: Transform - pos: 21.5,15.5 - parent: 1668 - - uid: 2261 - components: - - type: Transform - pos: 21.5,16.5 - parent: 1668 - - uid: 2262 - components: - - type: Transform - pos: 21.5,17.5 - parent: 1668 - - uid: 2263 - components: - - type: Transform - pos: 35.5,10.5 - parent: 1668 - - uid: 2264 - components: - - type: Transform - pos: 35.5,11.5 - parent: 1668 - - uid: 2265 - components: - - type: Transform - pos: 35.5,12.5 - parent: 1668 - - uid: 2266 - components: - - type: Transform - pos: 35.5,13.5 - parent: 1668 - - uid: 2267 - components: - - type: Transform - pos: 35.5,14.5 - parent: 1668 - - uid: 2268 - components: - - type: Transform - pos: 35.5,15.5 - parent: 1668 - - uid: 2274 - components: - - type: Transform - pos: 24.5,14.5 - parent: 1668 - - uid: 2275 - components: - - type: Transform - pos: 32.5,14.5 - parent: 1668 - - uid: 2292 - components: - - type: Transform - pos: 35.5,16.5 - parent: 1668 - - uid: 2293 - components: - - type: Transform - pos: 35.5,17.5 - parent: 1668 - - uid: 2294 - components: - - type: Transform - pos: 35.5,18.5 - parent: 1668 - - uid: 2295 - components: - - type: Transform - pos: 35.5,19.5 - parent: 1668 - - uid: 2296 - components: - - type: Transform - pos: 35.5,20.5 - parent: 1668 - - uid: 2297 - components: - - type: Transform - pos: 35.5,21.5 - parent: 1668 - - uid: 2298 - components: - - type: Transform - pos: 35.5,22.5 - parent: 1668 - - uid: 2301 - components: - - type: Transform - pos: 17.5,18.5 - parent: 1668 - - uid: 2302 - components: - - type: Transform - pos: 17.5,19.5 - parent: 1668 - - uid: 2303 - components: - - type: Transform - pos: 17.5,20.5 - parent: 1668 - - uid: 2304 - components: - - type: Transform - pos: 17.5,21.5 - parent: 1668 - - uid: 2305 - components: - - type: Transform - pos: 17.5,22.5 - parent: 1668 - - uid: 2306 - components: - - type: Transform - pos: 17.5,23.5 - parent: 1668 - - uid: 2307 - components: - - type: Transform - pos: 17.5,24.5 - parent: 1668 - - uid: 2308 - components: - - type: Transform - pos: 18.5,24.5 - parent: 1668 - - uid: 2309 - components: - - type: Transform - pos: 19.5,24.5 - parent: 1668 - - uid: 2310 - components: - - type: Transform - pos: 20.5,24.5 - parent: 1668 - - uid: 2311 - components: - - type: Transform - pos: 21.5,24.5 - parent: 1668 - - uid: 2312 - components: - - type: Transform - pos: 21.5,23.5 - parent: 1668 - - uid: 2313 - components: - - type: Transform - pos: 21.5,19.5 - parent: 1668 - - uid: 2314 - components: - - type: Transform - pos: 21.5,20.5 - parent: 1668 - - uid: 2315 - components: - - type: Transform - pos: 21.5,21.5 - parent: 1668 - - uid: 2318 - components: - - type: Transform - pos: 35.5,23.5 - parent: 1668 - - uid: 2319 - components: - - type: Transform - pos: 35.5,24.5 - parent: 1668 - - uid: 2320 - components: - - type: Transform - pos: 34.5,24.5 - parent: 1668 - - uid: 2321 - components: - - type: Transform - pos: 33.5,24.5 - parent: 1668 - - uid: 2322 - components: - - type: Transform - pos: 32.5,24.5 - parent: 1668 - - uid: 2323 - components: - - type: Transform - pos: 31.5,24.5 - parent: 1668 - - uid: 2324 - components: - - type: Transform - pos: 30.5,24.5 - parent: 1668 - - uid: 2325 - components: - - type: Transform - pos: 29.5,24.5 - parent: 1668 - - uid: 2326 - components: - - type: Transform - pos: 28.5,24.5 - parent: 1668 - - uid: 2327 - components: - - type: Transform - pos: 27.5,24.5 - parent: 1668 - - uid: 2328 - components: - - type: Transform - pos: 26.5,24.5 - parent: 1668 - - uid: 2329 - components: - - type: Transform - pos: 25.5,24.5 - parent: 1668 - - uid: 2330 - components: - - type: Transform - pos: 24.5,24.5 - parent: 1668 - - uid: 2331 - components: - - type: Transform - pos: 23.5,24.5 - parent: 1668 - - uid: 2332 - components: - - type: Transform - pos: 22.5,24.5 - parent: 1668 - - uid: 2333 - components: - - type: Transform - pos: 22.5,20.5 - parent: 1668 - - uid: 2334 - components: - - type: Transform - pos: 24.5,20.5 - parent: 1668 - - uid: 2335 - components: - - type: Transform - pos: 34.5,20.5 - parent: 1668 - - uid: 2336 - components: - - type: Transform - pos: 32.5,20.5 - parent: 1668 - - uid: 2350 - components: - - type: Transform - pos: 35.5,-28.5 - parent: 1668 - - uid: 2501 - components: - - type: Transform - pos: 13.5,16.5 - parent: 1668 - - uid: 2502 - components: - - type: Transform - pos: 13.5,17.5 - parent: 1668 - - uid: 2503 - components: - - type: Transform - pos: 13.5,18.5 - parent: 1668 - - uid: 2504 - components: - - type: Transform - pos: 13.5,19.5 - parent: 1668 - - uid: 2508 - components: - - type: Transform - pos: 10.5,19.5 - parent: 1668 - - uid: 2514 - components: - - type: Transform - pos: 7.5,16.5 - parent: 1668 - - uid: 2515 - components: - - type: Transform - pos: 6.5,16.5 - parent: 1668 - - uid: 2516 - components: - - type: Transform - pos: 10.5,20.5 - parent: 1668 - - uid: 2517 - components: - - type: Transform - pos: 13.5,20.5 - parent: 1668 - - uid: 2518 - components: - - type: Transform - pos: 14.5,20.5 - parent: 1668 - - uid: 2519 - components: - - type: Transform - pos: 15.5,20.5 - parent: 1668 - - uid: 2520 - components: - - type: Transform - pos: 16.5,20.5 - parent: 1668 - - uid: 2547 - components: - - type: Transform - pos: 7.5,20.5 - parent: 1668 - - uid: 2548 - components: - - type: Transform - pos: 6.5,20.5 - parent: 1668 - - uid: 2549 - components: - - type: Transform - pos: 5.5,20.5 - parent: 1668 - - uid: 2550 - components: - - type: Transform - pos: 4.5,20.5 - parent: 1668 - - uid: 2551 - components: - - type: Transform - pos: 7.5,17.5 - parent: 1668 - - uid: 2552 - components: - - type: Transform - pos: 7.5,18.5 - parent: 1668 - - uid: 2559 - components: - - type: Transform - pos: 16.5,23.5 - parent: 1668 - - uid: 2560 - components: - - type: Transform - pos: 15.5,23.5 - parent: 1668 - - uid: 2561 - components: - - type: Transform - pos: 14.5,23.5 - parent: 1668 - - uid: 2748 - components: - - type: Transform - pos: 3.5,26.5 - parent: 1668 - - uid: 2749 - components: - - type: Transform - pos: 4.5,26.5 - parent: 1668 - - uid: 2750 - components: - - type: Transform - pos: 1.5,26.5 - parent: 1668 - - uid: 2751 - components: - - type: Transform - pos: 4.5,23.5 - parent: 1668 - - uid: 2753 - components: - - type: Transform - pos: 3.5,23.5 - parent: 1668 - - uid: 2757 - components: - - type: Transform - pos: 6.5,23.5 - parent: 1668 - - uid: 2759 - components: - - type: Transform - pos: 7.5,23.5 - parent: 1668 - - uid: 2761 - components: - - type: Transform - pos: 2.5,26.5 - parent: 1668 - - uid: 2766 - components: - - type: Transform - pos: 17.5,25.5 - parent: 1668 - - uid: 2767 - components: - - type: Transform - pos: 17.5,26.5 - parent: 1668 - - uid: 2768 - components: - - type: Transform - pos: 16.5,26.5 - parent: 1668 - - uid: 2769 - components: - - type: Transform - pos: 15.5,26.5 - parent: 1668 - - uid: 2770 - components: - - type: Transform - pos: 14.5,26.5 - parent: 1668 - - uid: 2783 - components: - - type: Transform - pos: 9.5,26.5 - parent: 1668 - - uid: 2788 - components: - - type: Transform - pos: 11.5,30.5 - parent: 1668 - - uid: 2789 - components: - - type: Transform - pos: 7.5,30.5 - parent: 1668 - - uid: 2793 - components: - - type: Transform - pos: 7.5,32.5 - parent: 1668 - - uid: 2794 - components: - - type: Transform - pos: 14.5,33.5 - parent: 1668 - - uid: 2795 - components: - - type: Transform - pos: 13.5,33.5 - parent: 1668 - - uid: 2796 - components: - - type: Transform - pos: 12.5,33.5 - parent: 1668 - - uid: 2797 - components: - - type: Transform - pos: 11.5,33.5 - parent: 1668 - - uid: 2798 - components: - - type: Transform - pos: 10.5,33.5 - parent: 1668 - - uid: 2799 - components: - - type: Transform - pos: 9.5,33.5 - parent: 1668 - - uid: 2800 - components: - - type: Transform - pos: 8.5,33.5 - parent: 1668 - - uid: 2801 - components: - - type: Transform - pos: 7.5,33.5 - parent: 1668 - - uid: 2802 - components: - - type: Transform - pos: 6.5,33.5 - parent: 1668 - - uid: 2803 - components: - - type: Transform - pos: 5.5,33.5 - parent: 1668 - - uid: 2804 - components: - - type: Transform - pos: 4.5,33.5 - parent: 1668 - - uid: 2805 - components: - - type: Transform - pos: 3.5,33.5 - parent: 1668 - - uid: 2806 - components: - - type: Transform - pos: 2.5,33.5 - parent: 1668 - - uid: 2807 - components: - - type: Transform - pos: 1.5,33.5 - parent: 1668 - - uid: 2814 - components: - - type: Transform - pos: 11.5,32.5 - parent: 1668 - - uid: 2833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 - parent: 1668 - - uid: 2834 - components: - - type: Transform - pos: 1.5,23.5 - parent: 1668 - - uid: 2835 - components: - - type: Transform - pos: 1.5,24.5 - parent: 1668 - - uid: 2836 - components: - - type: Transform - pos: 1.5,25.5 - parent: 1668 - - uid: 2837 - components: - - type: Transform - pos: 1.5,27.5 - parent: 1668 - - uid: 2838 - components: - - type: Transform - pos: 1.5,28.5 - parent: 1668 - - uid: 2839 - components: - - type: Transform - pos: 1.5,29.5 - parent: 1668 - - uid: 2840 - components: - - type: Transform - pos: 1.5,30.5 - parent: 1668 - - uid: 2841 - components: - - type: Transform - pos: 1.5,31.5 - parent: 1668 - - uid: 2842 - components: - - type: Transform - pos: 1.5,32.5 - parent: 1668 - - uid: 2843 - components: - - type: Transform - pos: 17.5,27.5 - parent: 1668 - - uid: 2844 - components: - - type: Transform - pos: 17.5,28.5 - parent: 1668 - - uid: 2845 - components: - - type: Transform - pos: 17.5,29.5 - parent: 1668 - - uid: 2846 - components: - - type: Transform - pos: 17.5,30.5 - parent: 1668 - - uid: 2847 - components: - - type: Transform - pos: 17.5,31.5 - parent: 1668 - - uid: 2848 - components: - - type: Transform - pos: 17.5,32.5 - parent: 1668 - - uid: 2849 - components: - - type: Transform - pos: 17.5,33.5 - parent: 1668 - - uid: 2850 - components: - - type: Transform - pos: 16.5,33.5 - parent: 1668 - - uid: 2851 - components: - - type: Transform - pos: 15.5,33.5 - parent: 1668 - - uid: 2852 - components: - - type: Transform - pos: 16.5,29.5 - parent: 1668 - - uid: 2853 - components: - - type: Transform - pos: 14.5,29.5 - parent: 1668 - - uid: 2854 - components: - - type: Transform - pos: 15.5,29.5 - parent: 1668 - - uid: 2855 - components: - - type: Transform - pos: 2.5,29.5 - parent: 1668 - - uid: 2856 - components: - - type: Transform - pos: 3.5,29.5 - parent: 1668 - - uid: 2857 - components: - - type: Transform - pos: 4.5,29.5 - parent: 1668 - - uid: 2883 - components: - - type: Transform - pos: 4.5,32.5 - parent: 1668 - - uid: 2884 - components: - - type: Transform - pos: 14.5,32.5 - parent: 1668 - - uid: 2885 - components: - - type: Transform - pos: 4.5,30.5 - parent: 1668 - - uid: 2888 - components: - - type: Transform - pos: 14.5,30.5 - parent: 1668 - - uid: 3140 - components: - - type: Transform - pos: 33.5,-0.5 - parent: 1668 - - uid: 3184 - components: - - type: Transform - pos: 0.5,26.5 - parent: 1668 - - uid: 3187 - components: - - type: Transform - pos: 0.5,27.5 - parent: 1668 - - uid: 3188 - components: - - type: Transform - pos: 0.5,28.5 - parent: 1668 - - uid: 3189 - components: - - type: Transform - pos: 0.5,29.5 - parent: 1668 - - uid: 3190 - components: - - type: Transform - pos: 0.5,30.5 - parent: 1668 - - uid: 3191 - components: - - type: Transform - pos: 0.5,31.5 - parent: 1668 - - uid: 3192 - components: - - type: Transform - pos: 0.5,32.5 - parent: 1668 - - uid: 3193 - components: - - type: Transform - pos: 0.5,33.5 - parent: 1668 - - uid: 3194 - components: - - type: Transform - pos: 0.5,34.5 - parent: 1668 - - uid: 3195 - components: - - type: Transform - pos: 1.5,34.5 - parent: 1668 - - uid: 3196 - components: - - type: Transform - pos: 2.5,34.5 - parent: 1668 - - uid: 3197 - components: - - type: Transform - pos: 3.5,34.5 - parent: 1668 - - uid: 3198 - components: - - type: Transform - pos: 4.5,34.5 - parent: 1668 - - uid: 3199 - components: - - type: Transform - pos: 5.5,34.5 - parent: 1668 - - uid: 3200 - components: - - type: Transform - pos: 6.5,34.5 - parent: 1668 - - uid: 3201 - components: - - type: Transform - pos: 7.5,34.5 - parent: 1668 - - uid: 3202 - components: - - type: Transform - pos: 8.5,34.5 - parent: 1668 - - uid: 3203 - components: - - type: Transform - pos: 9.5,34.5 - parent: 1668 - - uid: 3204 - components: - - type: Transform - pos: 10.5,34.5 - parent: 1668 - - uid: 3205 - components: - - type: Transform - pos: 11.5,34.5 - parent: 1668 - - uid: 3206 - components: - - type: Transform - pos: 12.5,34.5 - parent: 1668 - - uid: 3207 - components: - - type: Transform - pos: 13.5,34.5 - parent: 1668 - - uid: 3208 - components: - - type: Transform - pos: 14.5,34.5 - parent: 1668 - - uid: 3209 - components: - - type: Transform - pos: 15.5,34.5 - parent: 1668 - - uid: 3210 - components: - - type: Transform - pos: 16.5,34.5 - parent: 1668 - - uid: 3211 - components: - - type: Transform - pos: 17.5,34.5 - parent: 1668 - - uid: 3212 - components: - - type: Transform - pos: 18.5,34.5 - parent: 1668 - - uid: 3213 - components: - - type: Transform - pos: 18.5,33.5 - parent: 1668 - - uid: 3214 - components: - - type: Transform - pos: 18.5,32.5 - parent: 1668 - - uid: 3215 - components: - - type: Transform - pos: 18.5,31.5 - parent: 1668 - - uid: 3216 - components: - - type: Transform - pos: 18.5,30.5 - parent: 1668 - - uid: 3217 - components: - - type: Transform - pos: 18.5,29.5 - parent: 1668 - - uid: 3218 - components: - - type: Transform - pos: 18.5,28.5 - parent: 1668 - - uid: 3219 - components: - - type: Transform - pos: 18.5,27.5 - parent: 1668 - - uid: 3220 - components: - - type: Transform - pos: 18.5,26.5 - parent: 1668 - - uid: 3221 - components: - - type: Transform - pos: 18.5,25.5 - parent: 1668 - - uid: 3222 - components: - - type: Transform - pos: 35.5,25.5 - parent: 1668 - - uid: 3223 - components: - - type: Transform - pos: 34.5,25.5 - parent: 1668 - - uid: 3224 - components: - - type: Transform - pos: 33.5,25.5 - parent: 1668 - - uid: 3225 - components: - - type: Transform - pos: 32.5,25.5 - parent: 1668 - - uid: 3226 - components: - - type: Transform - pos: 31.5,25.5 - parent: 1668 - - uid: 3227 - components: - - type: Transform - pos: 30.5,25.5 - parent: 1668 - - uid: 3228 - components: - - type: Transform - pos: 29.5,25.5 - parent: 1668 - - uid: 3229 - components: - - type: Transform - pos: 28.5,25.5 - parent: 1668 - - uid: 3230 - components: - - type: Transform - pos: 27.5,25.5 - parent: 1668 - - uid: 3231 - components: - - type: Transform - pos: 26.5,25.5 - parent: 1668 - - uid: 3232 - components: - - type: Transform - pos: 25.5,25.5 - parent: 1668 - - uid: 3233 - components: - - type: Transform - pos: 24.5,25.5 - parent: 1668 - - uid: 3234 - components: - - type: Transform - pos: 23.5,25.5 - parent: 1668 - - uid: 3235 - components: - - type: Transform - pos: 22.5,25.5 - parent: 1668 - - uid: 3236 - components: - - type: Transform - pos: 21.5,25.5 - parent: 1668 - - uid: 3237 - components: - - type: Transform - pos: 20.5,25.5 - parent: 1668 - - uid: 3238 - components: - - type: Transform - pos: 19.5,25.5 - parent: 1668 - - uid: 3262 - components: - - type: Transform - pos: -10.5,-10.5 - parent: 1668 - - uid: 3263 - components: - - type: Transform - pos: -11.5,-10.5 - parent: 1668 - - uid: 3264 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 1668 - - uid: 3265 - components: - - type: Transform - pos: -13.5,-10.5 - parent: 1668 - - uid: 3266 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 1668 - - uid: 3267 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 1668 - - uid: 3268 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 1668 - - uid: 3269 - components: - - type: Transform - pos: -17.5,-10.5 - parent: 1668 - - uid: 3270 - components: - - type: Transform - pos: -18.5,-10.5 - parent: 1668 - - uid: 3271 - components: - - type: Transform - pos: -19.5,-10.5 - parent: 1668 - - uid: 3272 - components: - - type: Transform - pos: -20.5,-10.5 - parent: 1668 - - uid: 3273 - components: - - type: Transform - pos: -21.5,-10.5 - parent: 1668 - - uid: 3274 - components: - - type: Transform - pos: -17.5,13.5 - parent: 1668 - - uid: 3275 - components: - - type: Transform - pos: -18.5,13.5 - parent: 1668 - - uid: 3276 - components: - - type: Transform - pos: -19.5,13.5 - parent: 1668 - - uid: 3277 - components: - - type: Transform - pos: -19.5,14.5 - parent: 1668 - - uid: 3278 - components: - - type: Transform - pos: -19.5,15.5 - parent: 1668 - - uid: 3279 - components: - - type: Transform - pos: -19.5,16.5 - parent: 1668 - - uid: 3280 - components: - - type: Transform - pos: -20.5,16.5 - parent: 1668 - - uid: 3281 - components: - - type: Transform - pos: -21.5,16.5 - parent: 1668 - - uid: 3282 - components: - - type: Transform - pos: -22.5,16.5 - parent: 1668 - - uid: 3283 - components: - - type: Transform - pos: -22.5,15.5 - parent: 1668 - - uid: 3284 - components: - - type: Transform - pos: -22.5,14.5 - parent: 1668 - - uid: 3285 - components: - - type: Transform - pos: -22.5,13.5 - parent: 1668 - - uid: 3286 - components: - - type: Transform - pos: -20.5,13.5 - parent: 1668 - - uid: 3294 - components: - - type: Transform - pos: -10.5,3.5 - parent: 1668 - - uid: 3295 - components: - - type: Transform - pos: -11.5,3.5 - parent: 1668 - - uid: 3296 - components: - - type: Transform - pos: -12.5,3.5 - parent: 1668 - - uid: 3297 - components: - - type: Transform - pos: -13.5,3.5 - parent: 1668 - - uid: 3298 - components: - - type: Transform - pos: -14.5,3.5 - parent: 1668 - - uid: 3299 - components: - - type: Transform - pos: -15.5,3.5 - parent: 1668 - - uid: 3300 - components: - - type: Transform - pos: -16.5,3.5 - parent: 1668 - - uid: 3301 - components: - - type: Transform - pos: -17.5,3.5 - parent: 1668 - - uid: 3302 - components: - - type: Transform - pos: -17.5,2.5 - parent: 1668 - - uid: 3303 - components: - - type: Transform - pos: -17.5,1.5 - parent: 1668 - - uid: 3304 - components: - - type: Transform - pos: -13.5,1.5 - parent: 1668 - - uid: 3305 - components: - - type: Transform - pos: -10.5,-2.5 - parent: 1668 - - uid: 3306 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 1668 - - uid: 3307 - components: - - type: Transform - pos: -12.5,-2.5 - parent: 1668 - - uid: 3308 - components: - - type: Transform - pos: -13.5,-2.5 - parent: 1668 - - uid: 3309 - components: - - type: Transform - pos: -14.5,-2.5 - parent: 1668 - - uid: 3310 - components: - - type: Transform - pos: -15.5,-2.5 - parent: 1668 - - uid: 3311 - components: - - type: Transform - pos: -16.5,-2.5 - parent: 1668 - - uid: 3312 - components: - - type: Transform - pos: -17.5,-2.5 - parent: 1668 - - uid: 3313 - components: - - type: Transform - pos: -16.5,-3.5 - parent: 1668 - - uid: 3314 - components: - - type: Transform - pos: -16.5,-4.5 - parent: 1668 - - uid: 3315 - components: - - type: Transform - pos: -16.5,-9.5 - parent: 1668 - - uid: 3316 - components: - - type: Transform - pos: -16.5,-8.5 - parent: 1668 - - uid: 3317 - components: - - type: Transform - pos: -18.5,1.5 - parent: 1668 - - uid: 3318 - components: - - type: Transform - pos: -19.5,1.5 - parent: 1668 - - uid: 3319 - components: - - type: Transform - pos: -20.5,1.5 - parent: 1668 - - uid: 3320 - components: - - type: Transform - pos: -23.5,13.5 - parent: 1668 - - uid: 3321 - components: - - type: Transform - pos: -24.5,13.5 - parent: 1668 - - uid: 3322 - components: - - type: Transform - pos: -25.5,13.5 - parent: 1668 - - uid: 3323 - components: - - type: Transform - pos: -26.5,13.5 - parent: 1668 - - uid: 3324 - components: - - type: Transform - pos: -27.5,13.5 - parent: 1668 - - uid: 3325 - components: - - type: Transform - pos: -27.5,10.5 - parent: 1668 - - uid: 3326 - components: - - type: Transform - pos: -27.5,7.5 - parent: 1668 - - uid: 3331 - components: - - type: Transform - pos: -17.5,12.5 - parent: 1668 - - uid: 3332 - components: - - type: Transform - pos: -17.5,10.5 - parent: 1668 - - uid: 3333 - components: - - type: Transform - pos: -17.5,9.5 - parent: 1668 - - uid: 3334 - components: - - type: Transform - pos: -17.5,8.5 - parent: 1668 - - uid: 3335 - components: - - type: Transform - pos: -17.5,7.5 - parent: 1668 - - uid: 3336 - components: - - type: Transform - pos: -13.5,6.5 - parent: 1668 - - uid: 3337 - components: - - type: Transform - pos: -13.5,4.5 - parent: 1668 - - uid: 3338 - components: - - type: Transform - pos: -14.5,7.5 - parent: 1668 - - uid: 3339 - components: - - type: Transform - pos: -15.5,7.5 - parent: 1668 - - uid: 3340 - components: - - type: Transform - pos: -16.5,7.5 - parent: 1668 - - uid: 3341 - components: - - type: Transform - pos: -17.5,4.5 - parent: 1668 - - uid: 3342 - components: - - type: Transform - pos: -17.5,6.5 - parent: 1668 - - uid: 3343 - components: - - type: Transform - pos: -18.5,7.5 - parent: 1668 - - uid: 3344 - components: - - type: Transform - pos: -20.5,7.5 - parent: 1668 - - uid: 3345 - components: - - type: Transform - pos: -21.5,7.5 - parent: 1668 - - uid: 3346 - components: - - type: Transform - pos: -22.5,7.5 - parent: 1668 - - uid: 3347 - components: - - type: Transform - pos: -22.5,1.5 - parent: 1668 - - uid: 3348 - components: - - type: Transform - pos: -26.5,7.5 - parent: 1668 - - uid: 3349 - components: - - type: Transform - pos: -25.5,7.5 - parent: 1668 - - uid: 3350 - components: - - type: Transform - pos: -24.5,7.5 - parent: 1668 - - uid: 3351 - components: - - type: Transform - pos: -25.5,6.5 - parent: 1668 - - uid: 3352 - components: - - type: Transform - pos: -23.5,1.5 - parent: 1668 - - uid: 3353 - components: - - type: Transform - pos: -24.5,1.5 - parent: 1668 - - uid: 3354 - components: - - type: Transform - pos: -25.5,1.5 - parent: 1668 - - uid: 3355 - components: - - type: Transform - pos: -25.5,2.5 - parent: 1668 - - uid: 3356 - components: - - type: Transform - pos: -25.5,3.5 - parent: 1668 - - uid: 3357 - components: - - type: Transform - pos: -25.5,4.5 - parent: 1668 - - uid: 3358 - components: - - type: Transform - pos: -25.5,5.5 - parent: 1668 - - uid: 3359 - components: - - type: Transform - pos: -28.5,1.5 - parent: 1668 - - uid: 3360 - components: - - type: Transform - pos: -28.5,2.5 - parent: 1668 - - uid: 3361 - components: - - type: Transform - pos: -28.5,3.5 - parent: 1668 - - uid: 3362 - components: - - type: Transform - pos: -26.5,1.5 - parent: 1668 - - uid: 3363 - components: - - type: Transform - pos: -28.5,5.5 - parent: 1668 - - uid: 3364 - components: - - type: Transform - pos: -28.5,6.5 - parent: 1668 - - uid: 3365 - components: - - type: Transform - pos: -28.5,7.5 - parent: 1668 - - uid: 3366 - components: - - type: Transform - pos: -27.5,1.5 - parent: 1668 - - uid: 3367 - components: - - type: Transform - pos: -22.5,-10.5 - parent: 1668 - - uid: 3368 - components: - - type: Transform - pos: -23.5,-10.5 - parent: 1668 - - uid: 3369 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 1668 - - uid: 3370 - components: - - type: Transform - pos: -25.5,-10.5 - parent: 1668 - - uid: 3371 - components: - - type: Transform - pos: -26.5,-10.5 - parent: 1668 - - uid: 3372 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 1668 - - uid: 3373 - components: - - type: Transform - pos: -28.5,-10.5 - parent: 1668 - - uid: 3374 - components: - - type: Transform - pos: -18.5,-2.5 - parent: 1668 - - uid: 3375 - components: - - type: Transform - pos: -19.5,-2.5 - parent: 1668 - - uid: 3376 - components: - - type: Transform - pos: -23.5,-2.5 - parent: 1668 - - uid: 3377 - components: - - type: Transform - pos: -24.5,-2.5 - parent: 1668 - - uid: 3378 - components: - - type: Transform - pos: -25.5,-2.5 - parent: 1668 - - uid: 3379 - components: - - type: Transform - pos: -26.5,-2.5 - parent: 1668 - - uid: 3380 - components: - - type: Transform - pos: -27.5,-2.5 - parent: 1668 - - uid: 3381 - components: - - type: Transform - pos: -28.5,-2.5 - parent: 1668 - - uid: 3382 - components: - - type: Transform - pos: -28.5,-3.5 - parent: 1668 - - uid: 3383 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 1668 - - uid: 3384 - components: - - type: Transform - pos: -28.5,-9.5 - parent: 1668 - - uid: 3443 - components: - - type: Transform - pos: -17.5,14.5 - parent: 1668 - - uid: 3444 - components: - - type: Transform - pos: -18.5,14.5 - parent: 1668 - - uid: 3780 - components: - - type: Transform - pos: -21.5,-2.5 - parent: 1668 - - uid: 3783 - components: - - type: Transform - pos: -28.5,-5.5 - parent: 1668 - - uid: 3784 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 1668 - - uid: 3785 - components: - - type: Transform - pos: -28.5,-7.5 - parent: 1668 - - uid: 3786 - components: - - type: Transform - pos: -28.5,-8.5 - parent: 1668 - - uid: 3919 - components: - - type: Transform - pos: -29.5,2.5 - parent: 1668 - - uid: 3920 - components: - - type: Transform - pos: -31.5,2.5 - parent: 1668 - - uid: 3921 - components: - - type: Transform - pos: -32.5,2.5 - parent: 1668 - - uid: 3922 - components: - - type: Transform - pos: -33.5,2.5 - parent: 1668 - - uid: 3923 - components: - - type: Transform - pos: -34.5,2.5 - parent: 1668 - - uid: 3924 - components: - - type: Transform - pos: -34.5,-3.5 - parent: 1668 - - uid: 3925 - components: - - type: Transform - pos: -33.5,-3.5 - parent: 1668 - - uid: 3926 - components: - - type: Transform - pos: -32.5,-3.5 - parent: 1668 - - uid: 3927 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 1668 - - uid: 3928 - components: - - type: Transform - pos: -30.5,-3.5 - parent: 1668 - - uid: 3929 - components: - - type: Transform - pos: -29.5,-3.5 - parent: 1668 - - uid: 3930 - components: - - type: Transform - pos: -29.5,7.5 - parent: 1668 - - uid: 3931 - components: - - type: Transform - pos: -31.5,7.5 - parent: 1668 - - uid: 3932 - components: - - type: Transform - pos: -34.5,7.5 - parent: 1668 - - uid: 4188 - components: - - type: Transform - pos: 5.5,-15.5 - parent: 1668 - - uid: 4190 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 1668 - - uid: 4191 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 1668 - - uid: 4192 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 1668 - - uid: 4193 - components: - - type: Transform - pos: -6.5,-19.5 - parent: 1668 - - uid: 4194 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 1668 - - uid: 4195 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 1668 - - uid: 4196 - components: - - type: Transform - pos: 4.5,-20.5 - parent: 1668 - - uid: 4197 - components: - - type: Transform - pos: 3.5,-20.5 - parent: 1668 - - uid: 4198 - components: - - type: Transform - pos: 2.5,-20.5 - parent: 1668 - - uid: 4199 - components: - - type: Transform - pos: 1.5,-20.5 - parent: 1668 - - uid: 4202 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 1668 - - uid: 4203 - components: - - type: Transform - pos: -3.5,-20.5 - parent: 1668 - - uid: 4204 - components: - - type: Transform - pos: -4.5,-20.5 - parent: 1668 - - uid: 4205 - components: - - type: Transform - pos: -5.5,-20.5 - parent: 1668 - - uid: 4206 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 1668 - - uid: 4207 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 1668 - - uid: 4208 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 1668 - - uid: 4209 - components: - - type: Transform - pos: 14.5,-20.5 - parent: 1668 - - uid: 4210 - components: - - type: Transform - pos: 11.5,-20.5 - parent: 1668 - - uid: 4211 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 1668 - - uid: 4212 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 1668 - - uid: 4213 - components: - - type: Transform - pos: 8.5,-20.5 - parent: 1668 - - uid: 4214 - components: - - type: Transform - pos: 7.5,-20.5 - parent: 1668 - - uid: 4215 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 1668 - - uid: 4216 - components: - - type: Transform - pos: -9.5,-15.5 - parent: 1668 - - uid: 4217 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 1668 - - uid: 4218 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 1668 - - uid: 4219 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 1668 - - uid: 4220 - components: - - type: Transform - pos: -9.5,-17.5 - parent: 1668 - - uid: 4221 - components: - - type: Transform - pos: -12.5,-17.5 - parent: 1668 - - uid: 4234 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 1668 - - uid: 4235 - components: - - type: Transform - pos: -15.5,-17.5 - parent: 1668 - - uid: 4236 - components: - - type: Transform - pos: -15.5,-16.5 - parent: 1668 - - uid: 4237 - components: - - type: Transform - pos: -15.5,-15.5 - parent: 1668 - - uid: 4238 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 1668 - - uid: 4239 - components: - - type: Transform - pos: -15.5,-19.5 - parent: 1668 - - uid: 4240 - components: - - type: Transform - pos: -15.5,-18.5 - parent: 1668 - - uid: 4244 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 1668 - - uid: 4245 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 1668 - - uid: 4246 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 1668 - - uid: 4247 - components: - - type: Transform - pos: -9.5,-20.5 - parent: 1668 - - uid: 4248 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 1668 - - uid: 4249 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 1668 - - uid: 4250 - components: - - type: Transform - pos: -15.5,-20.5 - parent: 1668 - - uid: 4267 - components: - - type: Transform - pos: -12.5,-21.5 - parent: 1668 - - uid: 4268 - components: - - type: Transform - pos: 11.5,-21.5 - parent: 1668 - - uid: 4269 - components: - - type: Transform - pos: -12.5,-23.5 - parent: 1668 - - uid: 4270 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 1668 - - uid: 4271 - components: - - type: Transform - pos: -6.5,-22.5 - parent: 1668 - - uid: 4272 - components: - - type: Transform - pos: -6.5,-23.5 - parent: 1668 - - uid: 4273 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 1668 - - uid: 4274 - components: - - type: Transform - pos: -8.5,-24.5 - parent: 1668 - - uid: 4275 - components: - - type: Transform - pos: -8.5,-28.5 - parent: 1668 - - uid: 4276 - components: - - type: Transform - pos: -8.5,-29.5 - parent: 1668 - - uid: 4277 - components: - - type: Transform - pos: -9.5,-29.5 - parent: 1668 - - uid: 4278 - components: - - type: Transform - pos: -10.5,-29.5 - parent: 1668 - - uid: 4279 - components: - - type: Transform - pos: -11.5,-29.5 - parent: 1668 - - uid: 4280 - components: - - type: Transform - pos: -12.5,-29.5 - parent: 1668 - - uid: 4281 - components: - - type: Transform - pos: -12.5,-28.5 - parent: 1668 - - uid: 4282 - components: - - type: Transform - pos: -12.5,-27.5 - parent: 1668 - - uid: 4283 - components: - - type: Transform - pos: -12.5,-26.5 - parent: 1668 - - uid: 4284 - components: - - type: Transform - pos: -12.5,-25.5 - parent: 1668 - - uid: 4285 - components: - - type: Transform - pos: -12.5,-24.5 - parent: 1668 - - uid: 4288 - components: - - type: Transform - pos: 11.5,-29.5 - parent: 1668 - - uid: 4289 - components: - - type: Transform - pos: 10.5,-29.5 - parent: 1668 - - uid: 4290 - components: - - type: Transform - pos: 9.5,-29.5 - parent: 1668 - - uid: 4291 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 1668 - - uid: 4292 - components: - - type: Transform - pos: 7.5,-29.5 - parent: 1668 - - uid: 4293 - components: - - type: Transform - pos: 11.5,-28.5 - parent: 1668 - - uid: 4294 - components: - - type: Transform - pos: 11.5,-27.5 - parent: 1668 - - uid: 4295 - components: - - type: Transform - pos: 11.5,-26.5 - parent: 1668 - - uid: 4296 - components: - - type: Transform - pos: 11.5,-25.5 - parent: 1668 - - uid: 4297 - components: - - type: Transform - pos: 11.5,-24.5 - parent: 1668 - - uid: 4298 - components: - - type: Transform - pos: 11.5,-23.5 - parent: 1668 - - uid: 4300 - components: - - type: Transform - pos: 7.5,-24.5 - parent: 1668 - - uid: 4301 - components: - - type: Transform - pos: 5.5,-24.5 - parent: 1668 - - uid: 4302 - components: - - type: Transform - pos: 5.5,-23.5 - parent: 1668 - - uid: 4303 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 1668 - - uid: 4304 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 1668 - - uid: 4330 - components: - - type: Transform - pos: -2.5,-24.5 - parent: 1668 - - uid: 4331 - components: - - type: Transform - pos: -3.5,-24.5 - parent: 1668 - - uid: 4332 - components: - - type: Transform - pos: -4.5,-24.5 - parent: 1668 - - uid: 4333 - components: - - type: Transform - pos: -5.5,-24.5 - parent: 1668 - - uid: 4335 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 1668 - - uid: 4336 - components: - - type: Transform - pos: 2.5,-24.5 - parent: 1668 - - uid: 4337 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 1668 - - uid: 4338 - components: - - type: Transform - pos: 4.5,-24.5 - parent: 1668 - - uid: 4353 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 1668 - - uid: 4356 - components: - - type: Transform - pos: -4.5,-30.5 - parent: 1668 - - uid: 4357 - components: - - type: Transform - pos: -3.5,-30.5 - parent: 1668 - - uid: 4358 - components: - - type: Transform - pos: -2.5,-30.5 - parent: 1668 - - uid: 4362 - components: - - type: Transform - pos: 1.5,-30.5 - parent: 1668 - - uid: 4363 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 1668 - - uid: 4364 - components: - - type: Transform - pos: 3.5,-30.5 - parent: 1668 - - uid: 4368 - components: - - type: Transform - pos: 7.5,-30.5 - parent: 1668 - - uid: 4641 - components: - - type: Transform - pos: -15.5,-27.5 - parent: 1668 - - uid: 4642 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 1668 - - uid: 4643 - components: - - type: Transform - pos: -15.5,-23.5 - parent: 1668 - - uid: 4644 - components: - - type: Transform - pos: -15.5,-22.5 - parent: 1668 - - uid: 4645 - components: - - type: Transform - pos: -15.5,-21.5 - parent: 1668 - - uid: 4646 - components: - - type: Transform - pos: -16.5,-28.5 - parent: 1668 - - uid: 4647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-29.5 - parent: 1668 - - uid: 4648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-30.5 - parent: 1668 - - uid: 4654 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-34.5 - parent: 1668 - - uid: 4655 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-34.5 - parent: 1668 - - uid: 4656 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-34.5 - parent: 1668 - - uid: 4657 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-34.5 - parent: 1668 - - uid: 4658 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-34.5 - parent: 1668 - - uid: 4659 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-34.5 - parent: 1668 - - uid: 4660 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-34.5 - parent: 1668 - - uid: 4661 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-34.5 - parent: 1668 - - uid: 4662 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-34.5 - parent: 1668 - - uid: 4666 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-34.5 - parent: 1668 - - uid: 4670 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-34.5 - parent: 1668 - - uid: 4674 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-34.5 - parent: 1668 - - uid: 4675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-34.5 - parent: 1668 - - uid: 4676 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-34.5 - parent: 1668 - - uid: 4677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-34.5 - parent: 1668 - - uid: 4678 - components: - - type: Transform - pos: 29.5,-13.5 - parent: 1668 - - uid: 4679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-34.5 - parent: 1668 - - uid: 4680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-34.5 - parent: 1668 - - uid: 4681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-34.5 - parent: 1668 - - uid: 4682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-32.5 - parent: 1668 - - uid: 4683 - components: - - type: Transform - pos: 14.5,-33.5 - parent: 1668 - - uid: 4684 - components: - - type: Transform - pos: 35.5,-18.5 - parent: 1668 - - uid: 4685 - components: - - type: Transform - pos: 35.5,-19.5 - parent: 1668 - - uid: 4686 - components: - - type: Transform - pos: 35.5,-20.5 - parent: 1668 - - uid: 4687 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 1668 - - uid: 4688 - components: - - type: Transform - pos: 35.5,-23.5 - parent: 1668 - - uid: 4689 - components: - - type: Transform - pos: 35.5,-24.5 - parent: 1668 - - uid: 4690 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 1668 - - uid: 4691 - components: - - type: Transform - pos: 35.5,-25.5 - parent: 1668 - - uid: 4692 - components: - - type: Transform - pos: 35.5,-26.5 - parent: 1668 - - uid: 4693 - components: - - type: Transform - pos: 35.5,-27.5 - parent: 1668 - - uid: 4699 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-34.5 - parent: 1668 - - uid: 4700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-34.5 - parent: 1668 - - uid: 4701 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-34.5 - parent: 1668 - - uid: 4704 - components: - - type: Transform - pos: 22.5,-33.5 - parent: 1668 - - uid: 4705 - components: - - type: Transform - pos: 21.5,-33.5 - parent: 1668 - - uid: 4706 - components: - - type: Transform - pos: 26.5,-31.5 - parent: 1668 - - uid: 4707 - components: - - type: Transform - pos: 26.5,-32.5 - parent: 1668 - - uid: 4708 - components: - - type: Transform - pos: 26.5,-30.5 - parent: 1668 - - uid: 4709 - components: - - type: Transform - pos: 26.5,-29.5 - parent: 1668 - - uid: 4710 - components: - - type: Transform - pos: 26.5,-28.5 - parent: 1668 - - uid: 4717 - components: - - type: Transform - pos: 20.5,-33.5 - parent: 1668 - - uid: 4718 - components: - - type: Transform - pos: 23.5,-33.5 - parent: 1668 - - uid: 4719 - components: - - type: Transform - pos: 24.5,-33.5 - parent: 1668 - - uid: 4720 - components: - - type: Transform - pos: 18.5,-32.5 - parent: 1668 - - uid: 4724 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 1668 - - uid: 4725 - components: - - type: Transform - pos: 14.5,-22.5 - parent: 1668 - - uid: 4726 - components: - - type: Transform - pos: 22.5,-27.5 - parent: 1668 - - uid: 4727 - components: - - type: Transform - pos: 21.5,-27.5 - parent: 1668 - - uid: 4728 - components: - - type: Transform - pos: 20.5,-27.5 - parent: 1668 - - uid: 4729 - components: - - type: Transform - pos: 18.5,-22.5 - parent: 1668 - - uid: 4730 - components: - - type: Transform - pos: 18.5,-23.5 - parent: 1668 - - uid: 4731 - components: - - type: Transform - pos: 18.5,-24.5 - parent: 1668 - - uid: 4732 - components: - - type: Transform - pos: 19.5,-27.5 - parent: 1668 - - uid: 4733 - components: - - type: Transform - pos: 18.5,-26.5 - parent: 1668 - - uid: 4734 - components: - - type: Transform - pos: 18.5,-27.5 - parent: 1668 - - uid: 4735 - components: - - type: Transform - pos: 18.5,-28.5 - parent: 1668 - - uid: 4736 - components: - - type: Transform - pos: 17.5,-28.5 - parent: 1668 - - uid: 4737 - components: - - type: Transform - pos: 16.5,-28.5 - parent: 1668 - - uid: 4738 - components: - - type: Transform - pos: 15.5,-28.5 - parent: 1668 - - uid: 4739 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 1668 - - uid: 4740 - components: - - type: Transform - pos: 14.5,-29.5 - parent: 1668 - - uid: 4741 - components: - - type: Transform - pos: 18.5,-33.5 - parent: 1668 - - uid: 4742 - components: - - type: Transform - pos: 14.5,-31.5 - parent: 1668 - - uid: 4743 - components: - - type: Transform - pos: 22.5,-26.5 - parent: 1668 - - uid: 4744 - components: - - type: Transform - pos: 19.5,-33.5 - parent: 1668 - - uid: 4745 - components: - - type: Transform - pos: 25.5,-33.5 - parent: 1668 - - uid: 4747 - components: - - type: Transform - pos: 22.5,-23.5 - parent: 1668 - - uid: 4748 - components: - - type: Transform - pos: 22.5,-24.5 - parent: 1668 - - uid: 4758 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 1668 - - uid: 4759 - components: - - type: Transform - pos: 17.5,-19.5 - parent: 1668 - - uid: 4760 - components: - - type: Transform - pos: 18.5,-19.5 - parent: 1668 - - uid: 4761 - components: - - type: Transform - pos: 18.5,-18.5 - parent: 1668 - - uid: 5041 - components: - - type: Transform - pos: 22.5,-22.5 - parent: 1668 - - uid: 5042 - components: - - type: Transform - pos: 22.5,-21.5 - parent: 1668 - - uid: 5043 - components: - - type: Transform - pos: 22.5,-20.5 - parent: 1668 - - uid: 5044 - components: - - type: Transform - pos: 22.5,-19.5 - parent: 1668 - - uid: 5048 - components: - - type: Transform - pos: 30.5,-14.5 - parent: 1668 - - uid: 5049 - components: - - type: Transform - pos: 33.5,-14.5 - parent: 1668 - - uid: 5050 - components: - - type: Transform - pos: 34.5,-14.5 - parent: 1668 - - uid: 5052 - components: - - type: Transform - pos: 31.5,-14.5 - parent: 1668 - - uid: 5053 - components: - - type: Transform - pos: 24.5,-27.5 - parent: 1668 - - uid: 5054 - components: - - type: Transform - pos: 25.5,-27.5 - parent: 1668 - - uid: 5055 - components: - - type: Transform - pos: 26.5,-27.5 - parent: 1668 - - uid: 5057 - components: - - type: Transform - pos: 28.5,-27.5 - parent: 1668 - - uid: 5059 - components: - - type: Transform - pos: 30.5,-27.5 - parent: 1668 - - uid: 5060 - components: - - type: Transform - pos: 31.5,-27.5 - parent: 1668 - - uid: 5061 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 1668 - - uid: 5062 - components: - - type: Transform - pos: 33.5,-27.5 - parent: 1668 - - uid: 5063 - components: - - type: Transform - pos: 34.5,-27.5 - parent: 1668 - - uid: 5102 - components: - - type: Transform - pos: 29.5,-15.5 - parent: 1668 - - uid: 5103 - components: - - type: Transform - pos: 29.5,-19.5 - parent: 1668 - - uid: 5104 - components: - - type: Transform - pos: 28.5,-19.5 - parent: 1668 - - uid: 5105 - components: - - type: Transform - pos: 27.5,-19.5 - parent: 1668 - - uid: 5106 - components: - - type: Transform - pos: 23.5,-19.5 - parent: 1668 - - uid: 5107 - components: - - type: Transform - pos: 28.5,-20.5 - parent: 1668 - - uid: 5113 - components: - - type: Transform - pos: 28.5,-26.5 - parent: 1668 - - uid: 5119 - components: - - type: Transform - pos: 30.5,-19.5 - parent: 1668 - - uid: 5120 - components: - - type: Transform - pos: 34.5,-19.5 - parent: 1668 - - uid: 5344 - components: - - type: Transform - pos: 33.5,-32.5 - parent: 1668 - - uid: 5355 - components: - - type: Transform - pos: 31.5,-32.5 - parent: 1668 - - uid: 5388 - components: - - type: Transform - pos: 18.5,-31.5 - parent: 1668 - - uid: 5390 - components: - - type: Transform - pos: 18.5,-29.5 - parent: 1668 - - uid: 5392 - components: - - type: Transform - pos: 32.5,-32.5 - parent: 1668 - - uid: 5396 - components: - - type: Transform - pos: 26.5,-33.5 - parent: 1668 - - uid: 5405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-31.5 - parent: 1668 - - uid: 5409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-31.5 - parent: 1668 - - uid: 5784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-34.5 - parent: 1668 - - uid: 5864 - components: - - type: Transform - pos: -17.5,-28.5 - parent: 1668 - - uid: 5879 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 1668 - - uid: 5881 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 1668 - - uid: 5882 - components: - - type: Transform - pos: -2.5,-38.5 - parent: 1668 - - uid: 5905 - components: - - type: Transform - pos: -3.5,-38.5 - parent: 1668 - - uid: 5909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-34.5 - parent: 1668 - - uid: 5913 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-34.5 - parent: 1668 - - uid: 5917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-30.5 - parent: 1668 - - uid: 5918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-30.5 - parent: 1668 - - uid: 5919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-30.5 - parent: 1668 - - uid: 5920 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-30.5 - parent: 1668 - - uid: 5921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-30.5 - parent: 1668 - - uid: 5930 - components: - - type: Transform - pos: -15.5,-33.5 - parent: 1668 - - uid: 5931 - components: - - type: Transform - pos: -15.5,-31.5 - parent: 1668 - - uid: 5941 - components: - - type: Transform - pos: -17.5,-27.5 - parent: 1668 - - uid: 5942 - components: - - type: Transform - pos: -16.5,-22.5 - parent: 1668 - - uid: 5943 - components: - - type: Transform - pos: -17.5,-22.5 - parent: 1668 - - uid: 5944 - components: - - type: Transform - pos: -17.5,-23.5 - parent: 1668 - - uid: 5963 - components: - - type: Transform - pos: -21.5,-30.5 - parent: 1668 - - uid: 5964 - components: - - type: Transform - pos: -21.5,-29.5 - parent: 1668 - - uid: 5965 - components: - - type: Transform - pos: -22.5,-29.5 - parent: 1668 - - uid: 5966 - components: - - type: Transform - pos: -23.5,-29.5 - parent: 1668 - - uid: 5967 - components: - - type: Transform - pos: -23.5,-21.5 - parent: 1668 - - uid: 5968 - components: - - type: Transform - pos: -22.5,-21.5 - parent: 1668 - - uid: 5969 - components: - - type: Transform - pos: -21.5,-21.5 - parent: 1668 - - uid: 5970 - components: - - type: Transform - pos: -17.5,-21.5 - parent: 1668 - - uid: 5971 - components: - - type: Transform - pos: -16.5,-21.5 - parent: 1668 - - uid: 5972 - components: - - type: Transform - pos: -23.5,-28.5 - parent: 1668 - - uid: 5973 - components: - - type: Transform - pos: -23.5,-22.5 - parent: 1668 - - uid: 5974 - components: - - type: Transform - pos: -21.5,-28.5 - parent: 1668 - - uid: 5975 - components: - - type: Transform - pos: -21.5,-22.5 - parent: 1668 - - uid: 6101 - components: - - type: Transform - pos: 28.5,-32.5 - parent: 1668 - - uid: 6233 - components: - - type: Transform - pos: -6.5,-35.5 - parent: 1668 - - uid: 6234 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 1668 - - uid: 6235 - components: - - type: Transform - pos: -6.5,-37.5 - parent: 1668 - - uid: 6236 - components: - - type: Transform - pos: -6.5,-38.5 - parent: 1668 - - uid: 6237 - components: - - type: Transform - pos: -5.5,-38.5 - parent: 1668 - - uid: 6238 - components: - - type: Transform - pos: -4.5,-38.5 - parent: 1668 - - uid: 6241 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 1668 - - uid: 6242 - components: - - type: Transform - pos: 2.5,-38.5 - parent: 1668 - - uid: 6246 - components: - - type: Transform - pos: 3.5,-38.5 - parent: 1668 - - uid: 6247 - components: - - type: Transform - pos: 4.5,-38.5 - parent: 1668 - - uid: 6248 - components: - - type: Transform - pos: 5.5,-38.5 - parent: 1668 - - uid: 6249 - components: - - type: Transform - pos: 5.5,-37.5 - parent: 1668 - - uid: 6250 - components: - - type: Transform - pos: 5.5,-36.5 - parent: 1668 - - uid: 6251 - components: - - type: Transform - pos: 5.5,-35.5 - parent: 1668 - - uid: 6271 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 1668 - - uid: 6272 - components: - - type: Transform - pos: 2.5,-39.5 - parent: 1668 - - uid: 6273 - components: - - type: Transform - pos: 2.5,-40.5 - parent: 1668 - - uid: 6274 - components: - - type: Transform - pos: 1.5,-40.5 - parent: 1668 - - uid: 6292 - components: - - type: Transform - pos: -3.5,-44.5 - parent: 1668 - - uid: 6293 - components: - - type: Transform - pos: -3.5,-45.5 - parent: 1668 - - uid: 6294 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 1668 - - uid: 6297 - components: - - type: Transform - pos: 2.5,-44.5 - parent: 1668 - - uid: 6298 - components: - - type: Transform - pos: 2.5,-45.5 - parent: 1668 - - uid: 6299 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 1668 - - uid: 6361 - components: - - type: Transform - pos: -4.5,-44.5 - parent: 1668 - - uid: 6362 - components: - - type: Transform - pos: -5.5,-44.5 - parent: 1668 - - uid: 6363 - components: - - type: Transform - pos: -6.5,-44.5 - parent: 1668 - - uid: 6364 - components: - - type: Transform - pos: -7.5,-44.5 - parent: 1668 - - uid: 6365 - components: - - type: Transform - pos: -7.5,-43.5 - parent: 1668 - - uid: 6366 - components: - - type: Transform - pos: -7.5,-42.5 - parent: 1668 - - uid: 6367 - components: - - type: Transform - pos: -7.5,-41.5 - parent: 1668 - - uid: 6368 - components: - - type: Transform - pos: -7.5,-40.5 - parent: 1668 - - uid: 6369 - components: - - type: Transform - pos: -7.5,-39.5 - parent: 1668 - - uid: 6370 - components: - - type: Transform - pos: -7.5,-38.5 - parent: 1668 - - uid: 6371 - components: - - type: Transform - pos: -7.5,-37.5 - parent: 1668 - - uid: 6372 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 1668 - - uid: 6373 - components: - - type: Transform - pos: -7.5,-35.5 - parent: 1668 - - uid: 6374 - components: - - type: Transform - pos: 6.5,-35.5 - parent: 1668 - - uid: 6375 - components: - - type: Transform - pos: 6.5,-36.5 - parent: 1668 - - uid: 6376 - components: - - type: Transform - pos: 6.5,-37.5 - parent: 1668 - - uid: 6377 - components: - - type: Transform - pos: 6.5,-38.5 - parent: 1668 - - uid: 6378 - components: - - type: Transform - pos: 6.5,-39.5 - parent: 1668 - - uid: 6379 - components: - - type: Transform - pos: 6.5,-40.5 - parent: 1668 - - uid: 6380 - components: - - type: Transform - pos: 6.5,-41.5 - parent: 1668 - - uid: 6381 - components: - - type: Transform - pos: 6.5,-42.5 - parent: 1668 - - uid: 6382 - components: - - type: Transform - pos: 6.5,-43.5 - parent: 1668 - - uid: 6383 - components: - - type: Transform - pos: 6.5,-44.5 - parent: 1668 - - uid: 6384 - components: - - type: Transform - pos: 5.5,-44.5 - parent: 1668 - - uid: 6385 - components: - - type: Transform - pos: 4.5,-44.5 - parent: 1668 - - uid: 6386 - components: - - type: Transform - pos: 3.5,-44.5 - parent: 1668 - - uid: 6387 - components: - - type: Transform - pos: 2.5,-43.5 - parent: 1668 - - uid: 6388 - components: - - type: Transform - pos: 2.5,-41.5 - parent: 1668 - - uid: 6389 - components: - - type: Transform - pos: -3.5,-43.5 - parent: 1668 - - uid: 6390 - components: - - type: Transform - pos: -3.5,-41.5 - parent: 1668 - - uid: 6534 - components: - - type: Transform - pos: 7.5,-35.5 - parent: 1668 - - uid: 6535 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 1668 - - uid: 6536 - components: - - type: Transform - pos: 9.5,-35.5 - parent: 1668 - - uid: 6537 - components: - - type: Transform - pos: 10.5,-35.5 - parent: 1668 - - uid: 6538 - components: - - type: Transform - pos: 11.5,-35.5 - parent: 1668 - - uid: 6539 - components: - - type: Transform - pos: 12.5,-35.5 - parent: 1668 - - uid: 6540 - components: - - type: Transform - pos: 13.5,-35.5 - parent: 1668 - - uid: 6541 - components: - - type: Transform - pos: 14.5,-35.5 - parent: 1668 - - uid: 6542 - components: - - type: Transform - pos: 15.5,-35.5 - parent: 1668 - - uid: 6543 - components: - - type: Transform - pos: 15.5,-34.5 - parent: 1668 - - uid: 6544 - components: - - type: Transform - pos: 15.5,-33.5 - parent: 1668 - - uid: 6545 - components: - - type: Transform - pos: 16.5,-33.5 - parent: 1668 - - uid: 6546 - components: - - type: Transform - pos: 17.5,-33.5 - parent: 1668 - - uid: 6772 - components: - - type: Transform - pos: 27.5,-32.5 - parent: 1668 - - uid: 6778 - components: - - type: Transform - pos: 30.5,-32.5 - parent: 1668 - - uid: 6785 - components: - - type: Transform - pos: 29.5,-32.5 - parent: 1668 - - uid: 6788 - components: - - type: Transform - pos: 29.5,-27.5 - parent: 1668 - - uid: 6842 - components: - - type: Transform - pos: 34.5,-32.5 - parent: 1668 -- proto: WardrobeCargoFilled - entities: - - uid: 2208 - components: - - type: Transform - pos: -5.5,19.5 - parent: 1668 -- proto: WardrobePrisonFilled - entities: - - uid: 2765 - components: - - type: Transform - pos: 15.5,21.5 - parent: 1668 - - uid: 2773 - components: - - type: Transform - pos: 15.5,24.5 - parent: 1668 - - uid: 2871 - components: - - type: Transform - pos: 2.5,24.5 - parent: 1668 - - uid: 2872 - components: - - type: Transform - pos: 2.5,27.5 - parent: 1668 - - uid: 2873 - components: - - type: Transform - pos: 15.5,27.5 - parent: 1668 -- proto: WarpPoint - entities: - - uid: 6637 - components: - - type: Transform - pos: -0.5,3.5 - parent: 1668 - - type: WarpPoint - location: Centcomm -- proto: WaterCooler - entities: - - uid: 5318 - components: - - type: Transform - pos: 27.5,-20.5 - parent: 1668 -- proto: WaterTankFull - entities: - - uid: 128 - components: - - type: Transform - pos: -27.5,2.5 - parent: 1668 - - uid: 2042 - components: - - type: Transform - pos: -1.5,18.5 - parent: 1668 -- proto: WeaponAdvancedLaser - entities: - - uid: 3130 - components: - - type: Transform - pos: 10.557603,32.615883 - parent: 1668 - - uid: 3131 - components: - - type: Transform - pos: 10.604478,32.490883 - parent: 1668 - - uid: 3132 - components: - - type: Transform - pos: 10.651353,32.365883 - parent: 1668 -- proto: WeaponCapacitorRecharger - entities: - - uid: 1446 - components: - - type: Transform - pos: 2.5,-2.5 - parent: 1668 - - uid: 1447 - components: - - type: Transform - pos: 10.5,3.5 - parent: 1668 - - uid: 1449 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 1668 - - uid: 2471 - components: - - type: Transform - pos: 23.5,15.5 - parent: 1668 - - uid: 2747 - components: - - type: Transform - pos: 8.5,17.5 - parent: 1668 - - uid: 2824 - components: - - type: Transform - pos: 10.5,27.5 - parent: 1668 - - uid: 3261 - components: - - type: Transform - pos: 8.5,23.5 - parent: 1668 - - uid: 3734 - components: - - type: Transform - pos: -26.5,9.5 - parent: 1668 - - uid: 3859 - components: - - type: Transform - pos: -17.5,-3.5 - parent: 1668 - - uid: 4695 - components: - - type: Transform - pos: 24.5,-9.5 - parent: 1668 -- proto: WeaponDisabler - entities: - - uid: 4697 - components: - - type: Transform - pos: 20.88646,-10.507892 - parent: 1668 -- proto: WeaponPistolN1984 - entities: - - uid: 3774 - components: - - type: Transform - pos: -12.4228115,-9.521386 - parent: 1668 - - uid: 3894 - components: - - type: Transform - pos: -12.346658,4.475792 - parent: 1668 -- proto: WeaponPulseCarbine - entities: - - uid: 2202 - components: - - type: Transform - pos: 6.5531197,32.415283 - parent: 1668 - - uid: 2203 - components: - - type: Transform - pos: 6.5062447,32.64966 - parent: 1668 - - uid: 3124 - components: - - type: Transform - pos: 12.544843,32.634033 - parent: 1668 - - uid: 3125 - components: - - type: Transform - pos: 12.669843,32.477783 - parent: 1668 -- proto: WeaponPulsePistol - entities: - - uid: 4389 - components: - - type: Transform - pos: 5.546056,32.663063 - parent: 1668 - - uid: 4390 - components: - - type: Transform - pos: 5.686681,32.522438 - parent: 1668 - - uid: 4721 - components: - - type: Transform - pos: 13.653802,32.491188 - parent: 1668 - - uid: 4722 - components: - - type: Transform - pos: 13.481927,32.663063 - parent: 1668 -- proto: WeaponRevolverMateba - entities: - - uid: 1436 - components: - - type: Transform - pos: 2.4898672,30.350563 - parent: 1668 - - uid: 1445 - components: - - type: Transform - pos: 2.6461172,30.288063 - parent: 1668 - - uid: 1456 - components: - - type: Transform - pos: 16.456459,30.319313 - parent: 1668 - - uid: 6611 - components: - - type: Transform - pos: 16.628334,30.272438 - parent: 1668 -- proto: WeaponSniperHristov - entities: - - uid: 3138 - components: - - type: Transform - pos: 8.479478,29.789814 - parent: 1668 -- proto: WeaponSubMachineGunAtreides - entities: - - uid: 6603 - components: - - type: Transform - pos: 8.51666,29.42835 - parent: 1668 -- proto: WeaponSubMachineGunWt550 - entities: - - uid: 3895 - components: - - type: Transform - pos: -13.438182,-3.4256558 - parent: 1668 -- proto: WeaponTaser - entities: - - uid: 79 - components: - - type: Transform - pos: 10.5444565,3.9803991 - parent: 1668 - - uid: 1459 - components: - - type: Transform - pos: -4.4574313,-9.606358 - parent: 1668 - - uid: 3727 - components: - - type: Transform - pos: -25.555511,12.593331 - parent: 1668 - - uid: 6780 - components: - - type: Transform - pos: 26.613934,-11.4401045 - parent: 1668 -- proto: WeaponXrayCannon - entities: - - uid: 3136 - components: - - type: Transform - pos: 8.510728,32.664814 - parent: 1668 - - uid: 3137 - components: - - type: Transform - pos: 8.526353,32.55544 - parent: 1668 -- proto: WelderExperimental - entities: - - uid: 3699 - components: - - type: Transform - pos: -16.435745,6.6259594 - parent: 1668 - - uid: 4394 - components: - - type: Transform - pos: 21.568373,-15.468605 - parent: 1668 -- proto: WelderIndustrial - entities: - - uid: 5374 - components: - - type: Transform - pos: 26.560297,-23.266705 - parent: 1668 -- proto: WelderIndustrialAdvanced - entities: - - uid: 2196 - components: - - type: Transform - pos: -1.3562617,24.407354 - parent: 1668 -- proto: WeldingFuelTankFull - entities: - - uid: 127 - components: - - type: Transform - pos: -26.5,6.5 - parent: 1668 - - uid: 2041 - components: - - type: Transform - pos: 0.5,18.5 - parent: 1668 -- proto: WeldingFuelTankHighCapacity - entities: - - uid: 6843 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 1668 - - uid: 6844 - components: - - type: Transform - pos: 25.5,-13.5 - parent: 1668 -- proto: WetFloorSign - entities: - - uid: 5883 - components: - - type: Transform - pos: -17.066446,-31.95819 - parent: 1668 -- proto: Windoor - entities: - - uid: 563 - components: - - type: Transform - pos: 12.5,2.5 - parent: 1668 - - uid: 564 - components: - - type: Transform - pos: 14.5,2.5 - parent: 1668 - - uid: 2409 - components: - - type: Transform - pos: 25.5,20.5 - parent: 1668 - - uid: 2410 - components: - - type: Transform - pos: 31.5,20.5 - parent: 1668 - - uid: 2710 - components: - - type: Transform - pos: 9.5,16.5 - parent: 1668 - - uid: 4255 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-16.5 - parent: 1668 - - uid: 6848 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 1668 -- proto: WindoorBarLocked - entities: - - uid: 4410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-28.5 - parent: 1668 -- proto: WindoorSecure - entities: - - uid: 2345 - components: - - type: Transform - pos: 34.5,14.5 - parent: 1668 - - uid: 3760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,11.5 - parent: 1668 - - uid: 3761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,9.5 - parent: 1668 -- proto: WindoorSecureArmoryLocked - entities: - - uid: 2554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 - parent: 1668 -- proto: WindoorSecureBrigLocked - entities: - - uid: 2425 - components: - - type: Transform - pos: 28.5,20.5 - parent: 1668 -- proto: WindoorSecureCargoLocked - entities: - - uid: 1621 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,9.5 - parent: 1668 - - uid: 1622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,10.5 - parent: 1668 -- proto: WindoorSecureCommandLocked - entities: - - uid: 4230 - components: - - type: Transform - pos: -12.5,-3.5 - parent: 1668 - - uid: 4231 - components: - - type: Transform - pos: -13.5,-3.5 - parent: 1668 - - uid: 4232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-9.5 - parent: 1668 - - uid: 4233 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-9.5 - parent: 1668 -- proto: WindoorSecureEngineeringLocked - entities: - - uid: 4757 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-22.5 - parent: 1668 -- proto: WindoorSecureMedicalLocked - entities: - - uid: 732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-11.5 - parent: 1668 - - uid: 734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-12.5 - parent: 1668 - - uid: 1198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-15.5 - parent: 1668 -- proto: WindoorSecureSecurityLocked - entities: - - uid: 497 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-7.5 - parent: 1668 - - uid: 561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,2.5 - parent: 1668 - - uid: 562 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,2.5 - parent: 1668 - - uid: 790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-11.5 - parent: 1668 - - uid: 791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-12.5 - parent: 1668 - - uid: 2558 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,22.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6649 - - uid: 2776 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,25.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 3906 - - uid: 2832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,25.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 3723 - - uid: 2862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 6602 - - uid: 2863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,28.5 - parent: 1668 - - type: DeviceLinkSink - links: - - 3870 -- proto: WindowReinforcedDirectional - entities: - - uid: 485 - components: - - type: Transform - pos: 25.5,6.5 - parent: 1668 - - uid: 487 - components: - - type: Transform - pos: 26.5,6.5 - parent: 1668 - - uid: 488 - components: - - type: Transform - pos: 27.5,6.5 - parent: 1668 - - uid: 490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,-7.5 - parent: 1668 - - uid: 496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-7.5 - parent: 1668 - - uid: 619 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-7.5 - parent: 1668 - - uid: 626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-7.5 - parent: 1668 - - uid: 1086 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-9.5 - parent: 1668 - - uid: 1087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-9.5 - parent: 1668 - - uid: 1197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-15.5 - parent: 1668 - - uid: 2395 - components: - - type: Transform - pos: 26.5,22.5 - parent: 1668 - - uid: 2396 - components: - - type: Transform - pos: 25.5,22.5 - parent: 1668 - - uid: 2397 - components: - - type: Transform - pos: 31.5,22.5 - parent: 1668 - - uid: 2398 - components: - - type: Transform - pos: 30.5,22.5 - parent: 1668 - - uid: 2399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,21.5 - parent: 1668 - - uid: 2400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,21.5 - parent: 1668 - - uid: 2401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,20.5 - parent: 1668 - - uid: 2402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,21.5 - parent: 1668 - - uid: 2403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,20.5 - parent: 1668 - - uid: 2404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,21.5 - parent: 1668 - - uid: 2405 - components: - - type: Transform - pos: 27.5,20.5 - parent: 1668 - - uid: 2406 - components: - - type: Transform - pos: 29.5,20.5 - parent: 1668 - - uid: 2407 - components: - - type: Transform - pos: 30.5,20.5 - parent: 1668 - - uid: 2408 - components: - - type: Transform - pos: 26.5,20.5 - parent: 1668 - - uid: 2440 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-15.5 - parent: 1668 - - uid: 3757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,8.5 - parent: 1668 - - uid: 3758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,12.5 - parent: 1668 - - uid: 3759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,10.5 - parent: 1668 - - uid: 3892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-3.5 - parent: 1668 - - uid: 3893 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-3.5 - parent: 1668 - - uid: 4254 - components: - - type: Transform - pos: 2.5,-17.5 - parent: 1668 - - uid: 4411 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 1668 - - uid: 5217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-15.5 - parent: 1668 - - uid: 5219 - components: - - type: Transform - pos: 4.5,-17.5 - parent: 1668 - - uid: 5386 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-28.5 - parent: 1668 - - uid: 5397 - components: - - type: Transform - pos: 19.5,-29.5 - parent: 1668 - - uid: 5398 - components: - - type: Transform - pos: 20.5,-29.5 - parent: 1668 - - uid: 5410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-29.5 - parent: 1668 - - uid: 5411 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-28.5 - parent: 1668 - - uid: 5416 - components: - - type: Transform - pos: 24.5,-29.5 - parent: 1668 - - uid: 5417 - components: - - type: Transform - pos: 25.5,-29.5 - parent: 1668 - - uid: 5453 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 1668 - - uid: 5454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 1668 - - uid: 5928 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-31.5 - parent: 1668 - - uid: 5929 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-32.5 - parent: 1668 - - uid: 6314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-29.5 - parent: 1668 - - uid: 6787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 1668 -- proto: Wrench - entities: - - uid: 6720 - components: - - type: Transform - pos: 9.506623,-4.4162817 - parent: 1668 -- proto: YellowOxygenTankFilled - entities: - - uid: 3901 - components: - - type: Transform - pos: -12.625682,-7.0710163 - parent: 1668 -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 7: FloorAsteroidSand + 14: FloorBar + 17: FloorBlueCircuit + 29: FloorDark + 38: FloorDarkPlastic + 47: FloorGrass + 54: FloorGreenCircuit + 60: FloorKitchen + 61: FloorLaundry + 62: FloorLino + 77: FloorReinforced + 89: FloorSteel + 104: FloorTechMaint + 108: FloorWhite + 118: FloorWood + 120: Lattice + 121: Plating +entities: +- proto: "" + entities: + - uid: 1668 + components: + - type: MetaData + name: Central Command + - type: Transform + parent: invalid + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAABWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAABwAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABHQAAAAADHQAAAAACHQAAAAABWQAAAAAAWQAAAAACeQAAAAAAHQAAAAADdgAAAAADPgAAAAAAPgAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAABdgAAAAADPgAAAAAAPgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: WQAAAAABWQAAAAADHQAAAAABHQAAAAADHQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAAAWQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAACWQAAAAADHQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAADWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAALwAAAAAAeQAAAAAAHQAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAbAAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACbAAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAbAAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACbAAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAbAAAAAADeQAAAAAAPgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAPgAAAAAAdgAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABHQAAAAAAHQAAAAAAHQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAPgAAAAAAdgAAAAABHQAAAAADeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAC + version: 6 + -1,0: + ind: -1,0 + tiles: WQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAHQAAAAADHQAAAAAAHQAAAAADWQAAAAAAWQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADLwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADPgAAAAAAHQAAAAACeQAAAAAAHQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADPgAAAAAAHQAAAAABeQAAAAAAHQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADPgAAAAAAHQAAAAADeQAAAAAAHQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADHQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABHQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAC + version: 6 + 0,0: + ind: 0,0 + tiles: HQAAAAABHQAAAAADHQAAAAACHQAAAAADWQAAAAACWQAAAAACHQAAAAABHQAAAAABHQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAALwAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAABwAAAAAAeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAACHQAAAAAAHQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAHQAAAAABWQAAAAADWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABHQAAAAAAHQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAABHQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAHQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: aAAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAACeQAAAAAALwAAAAAALwAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACeQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAB + version: 6 + 1,0: + ind: 1,0 + tiles: HQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAABwAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAABwAAAAAABwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADHQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAADHQAAAAACdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAAA + version: 6 + 0,-2: + ind: 0,-2 + tiles: AAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAHQAAAAAAHQAAAAABdgAAAAAAHQAAAAADHQAAAAACHQAAAAAADgAAAAABDgAAAAACDgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAdgAAAAABHQAAAAABHQAAAAACHQAAAAADDgAAAAAADgAAAAABHQAAAAAAHQAAAAABdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAADHQAAAAAAHQAAAAACdgAAAAAAdgAAAAADHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAADgAAAAADDgAAAAAAHQAAAAABHQAAAAAAHQAAAAAADgAAAAADHQAAAAACHQAAAAAAdgAAAAABdgAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABDgAAAAAADgAAAAACHQAAAAAAHQAAAAAAHQAAAAAADgAAAAADHQAAAAADHQAAAAAAdgAAAAACdgAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAADdgAAAAACHQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACHQAAAAABeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABHQAAAAACeQAAAAAAHQAAAAABeQAAAAAALwAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAACHQAAAAACWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAWQAAAAACWQAAAAABHQAAAAACHQAAAAACHQAAAAABeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAWQAAAAACWQAAAAABeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + 1,-2: + ind: 1,-2 + tiles: HQAAAAADHQAAAAABJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADJgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAaAAAAAAAaAAAAAAAJgAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAJgAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADWQAAAAACHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAATQAAAAAANgAAAAAANgAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAATQAAAAAAEQAAAAAAEQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACHQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABHQAAAAACWQAAAAADWQAAAAAB + version: 6 + -1,-2: + ind: -1,-2 + tiles: eQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADDgAAAAABDgAAAAAAHQAAAAADHQAAAAACHQAAAAAAdgAAAAADdgAAAAABeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAADgAAAAADDgAAAAABDgAAAAADHQAAAAABHQAAAAABHQAAAAABdgAAAAAAdgAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAACPAAAAAAAPAAAAAAAHQAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAABHQAAAAADWQAAAAAAWQAAAAABeQAAAAAAHQAAAAABPAAAAAAAPAAAAAAAHQAAAAABDgAAAAADDgAAAAADHQAAAAAAHQAAAAAAHQAAAAAADgAAAAACDgAAAAACDgAAAAABeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAADPAAAAAAAPAAAAAAAHQAAAAADDgAAAAADDgAAAAADHQAAAAACHQAAAAABHQAAAAABDgAAAAAADgAAAAADDgAAAAABHQAAAAABWQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAACPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAABHQAAAAABeQAAAAAAWQAAAAADWQAAAAADHQAAAAAAHQAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAADeQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAADeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAABwAAAAAABwAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: WQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAdgAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAdgAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: WQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAALwAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: HQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADHQAAAAADHQAAAAADHQAAAAAAHQAAAAABHQAAAAABAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: WQAAAAABWQAAAAAAWQAAAAACeQAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAABwAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAWQAAAAADWQAAAAADWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAABTQAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: HQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAANgAAAAAANgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: HQAAAAADHQAAAAADHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAACaAAAAAAAeQAAAAAAHQAAAAAAdgAAAAABdgAAAAABHQAAAAADHQAAAAACHQAAAAAAHQAAAAADdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAaAAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADeQAAAAAAHQAAAAADdgAAAAADdgAAAAAAHQAAAAACHQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAADdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: WQAAAAACWQAAAAAAWQAAAAAAHQAAAAADHQAAAAABHQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADeQAAAAAALwAAAAAAHQAAAAACHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAACdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABdgAAAAADdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABdgAAAAADdgAAAAADdgAAAAABdgAAAAABdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAACPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: HQAAAAADPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: eQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAACHQAAAAADeQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: TQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAWQAAAAAAHQAAAAABWQAAAAABHQAAAAACWQAAAAABHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAADHQAAAAADWQAAAAACHQAAAAADWQAAAAACHQAAAAACWQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACWQAAAAAANgAAAAAANgAAAAAAWQAAAAAAWQAAAAADHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAWQAAAAADHQAAAAABWQAAAAAAHQAAAAACWQAAAAACHQAAAAADWQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABWQAAAAACHQAAAAACWQAAAAADHQAAAAADWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADHQAAAAAAHQAAAAACHQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAC + version: 6 + -3,-1: + ind: -3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -3,0: + ind: -3,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAHQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAA + version: 6 + 1,-3: + ind: 1,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + version: 6 + -2,-3: + ind: -2,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAC + version: 6 + -2,-2: + ind: -2,-2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAHQAAAAABHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + version: 6 + 2,-3: + ind: 2,-3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: BecomesStation + id: centcomm + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: Arrows + decals: + 521: 8,28 + - node: + angle: 1.5707963267948966 rad + color: '#DE3A3A96' + id: Arrows + decals: + 520: 10,28 + - node: + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 786: 29,-22 + 787: 33,-27 + 799: 32,-14 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 400: -11,28 + 473: 15,31 + 475: 5,31 + 910: 19,-26 + 976: 3,-43 + - node: + color: '#FFFFFFFF' + id: Arrows + decals: + 780: 33,-21 + 781: 31,-21 + 785: 29,-26 + 914: 17,-31 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 375: -6,15 + 399: -11,24 + 474: 3,31 + 476: 13,31 + 909: 21,-26 + 977: -5,-43 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 789: 31,-27 + - node: + angle: -3.141592653589793 rad + color: '#52B4E9C3' + id: ArrowsGreyscale + decals: + 307: 11,-15 + - node: + color: '#DE3A3A96' + id: Bot + decals: + 301: 9,6 + 302: 13,4 + 533: 8,31 + 534: 10,31 + 535: 12,31 + 537: 6,31 + 761: 22,-11 + 762: 19,-11 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 49: 31,-6 + 50: 31,-4 + 51: 30,-6 + 52: 30,-4 + 53: 31,2 + 54: 30,2 + 55: 31,4 + 56: 30,4 + 103: 14,-3 + 104: 12,-3 + 234: -3,-13 + 235: 1,-13 + 236: -1,-12 + 276: 4,0 + 277: -6,0 + 371: -4,10 + 372: -4,15 + 376: -6,16 + 377: -6,17 + 378: -6,14 + 381: -7,28 + 382: -8,28 + 383: -9,28 + 384: -7,26 + 385: -8,26 + 386: -9,26 + 387: -7,24 + 388: -8,24 + 389: -9,24 + 390: -7,22 + 391: -8,22 + 392: -9,22 + 564: 9,15 + 566: 14,13 + 567: 14,11 + 568: 6,11 + 569: 6,13 + 574: 11,25 + 575: 8,22 + 576: -1,13 + 577: -1,11 + 579: -34,1 + 580: -34,-3 + 583: -31,-2 + 584: -30,-2 + 585: -31,0 + 586: -30,0 + 618: -22,0 + 619: -21,-2 + 620: -23,-2 + 621: -14,-1 + 673: -15,-8 + 674: -15,-7 + 675: -15,-6 + 676: -12,-8 + 677: -12,-7 + 678: -12,-6 + 713: 4,25 + 714: 4,28 + 715: 14,28 + 716: 14,25 + 717: 14,22 + 782: 29,-23 + 783: 29,-25 + 790: 32,-12 + 795: 32,-13 + 796: 31,-12 + 797: 32,-11 + 798: 33,-12 + 895: 23,-24 + 896: 23,-23 + 897: 28,-14 + 898: 27,-14 + 899: 34,-19 + 900: 34,-16 + 907: 17,-26 + 908: 23,-26 + 911: 17,-32 + 912: 16,-32 + 931: -20,-27 + 932: -19,-27 + 933: -20,-25 + 934: -19,-25 + 978: -5,-41 + 979: -5,-44 + 986: 3,-41 + 987: 3,-44 + 1222: 21,-27 + 1223: 20,-27 + 1224: 19,-27 + - node: + color: '#FFFFFFFF' + id: BotLeft + decals: + 573: 8,25 + 791: 33,-11 + 792: 31,-13 + 982: -6,-42 + 983: -6,-43 + 984: 4,-43 + 985: 4,-42 + - node: + color: '#FFFFFFFF' + id: BotRight + decals: + 793: 33,-13 + 794: 31,-11 + 1151: 13,-15 + 1152: 13,-14 + - node: + color: '#FFFFFFFF' + id: Box + decals: + 1295: -12,4 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 1093: 19,15 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 1099: 17,15 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 1097: 19,11 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 1098: 17,11 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 1094: 19,14 + 1095: 19,13 + 1096: 19,12 + 1107: 33,21 + 1108: 33,22 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 1101: 18,15 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 1100: 18,11 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 1102: 17,12 + 1103: 17,13 + 1104: 17,14 + 1105: 23,21 + 1106: 23,22 + - node: + color: '#52B4E996' + id: BrickTileSteelCornerNe + decals: + 1290: 7,-10 + - node: + color: '#52B4E996' + id: BrickTileSteelCornerNw + decals: + 1118: 3,-10 + - node: + color: '#52B4E996' + id: BrickTileSteelCornerSe + decals: + 1119: 5,-14 + - node: + color: '#52B4E996' + id: BrickTileSteelCornerSw + decals: + 1114: 3,-14 + - node: + color: '#52B4E996' + id: BrickTileSteelInnerNe + decals: + 1294: 7,-12 + - node: + color: '#52B4E996' + id: BrickTileSteelInnerSe + decals: + 1141: 13,-12 + 1293: 5,-12 + - node: + color: '#52B4E996' + id: BrickTileSteelInnerSw + decals: + 1134: 9,-12 + - node: + color: '#52B4E996' + id: BrickTileSteelLineE + decals: + 1121: 5,-13 + 1138: 13,-15 + 1139: 13,-14 + 1140: 13,-13 + 1289: 7,-11 + - node: + color: '#52B4E996' + id: BrickTileSteelLineN + decals: + 1125: 15,-12 + 1126: 14,-12 + 1127: 13,-12 + 1128: 12,-12 + 1129: 11,-12 + 1130: 10,-12 + 1131: 9,-12 + 1132: 8,-12 + 1142: 16,-12 + 1291: 6,-10 + 1292: 5,-10 + - node: + color: '#52B4E996' + id: BrickTileSteelLineS + decals: + 1120: 4,-14 + 1133: 8,-12 + 1143: 16,-12 + 1144: 15,-12 + 1145: 14,-12 + 1287: 6,-12 + 1288: 7,-12 + - node: + color: '#52B4E996' + id: BrickTileSteelLineW + decals: + 1115: 3,-13 + 1116: 3,-12 + 1117: 3,-11 + 1135: 9,-13 + 1136: 9,-14 + 1137: 9,-15 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNe + decals: + 1157: 1,-16 + 1162: 4,-19 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerNw + decals: + 1158: -3,-16 + 1161: -6,-19 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSe + decals: + 1159: 4,-20 + - node: + color: '#9FED5896' + id: BrickTileWhiteCornerSw + decals: + 1160: -6,-20 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNe + decals: + 1164: 1,-19 + - node: + color: '#9FED5896' + id: BrickTileWhiteInnerNw + decals: + 1163: -3,-19 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 1165: 1,-18 + - node: + color: '#79150096' + id: BrickTileWhiteLineN + decals: + 1220: 33,-32 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineN + decals: + 1166: 2,-19 + 1176: 0,-16 + 1177: -2,-16 + - node: + color: '#A4610696' + id: BrickTileWhiteLineN + decals: + 1218: 30,-32 + - node: + color: '#D4D4D428' + id: BrickTileWhiteLineN + decals: + 1221: 32,-32 + - node: + color: '#D4D4D496' + id: BrickTileWhiteLineN + decals: + 1217: 29,-32 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 1219: 31,-32 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineS + decals: + 1212: 29,-29 + - node: + color: '#52B4E996' + id: BrickTileWhiteLineS + decals: + 1216: 33,-29 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineS + decals: + 1167: 2,-20 + 1168: 1,-20 + 1169: 0,-20 + 1170: -2,-20 + 1171: -3,-20 + 1172: -4,-20 + 1173: -5,-20 + 1184: 3,-20 + 1214: 31,-29 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 1213: 30,-29 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 1215: 32,-29 + - node: + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 1174: -3,-18 + 1175: -3,-17 + - node: + color: '#FFFFFFFF' + id: Bushb1 + decals: + 1233: -9,6 + - node: + color: '#FFFFFFFF' + id: Bushb3 + decals: + 451: 10,8 + 725: 9.488686,-17.018105 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 722: -11.564524,-16.986855 + - node: + color: '#FFFFFFFF' + id: Bushe1 + decals: + 150: 25.445843,7.7053776 + 179: 11.130266,-9.945588 + 316: -4,18 + 457: 10.845012,7.992337 + - node: + color: '#FFFFFFFF' + id: Bushe2 + decals: + 149: 26.461468,7.8616276 + 180: 14.583391,-9.976838 + 181: 13.520891,-10.008088 + - node: + color: '#FFFFFFFF' + id: Bushe3 + decals: + 151: 28.82894,6.877252 + 152: 23.178217,6.861627 + 315: 2,18 + 458: 9.048137,8.023587 + 1113: 17.154882,7.7859535 + - node: + color: '#FFFFFFFF' + id: Bushe4 + decals: + 153: 18.801558,6.901756 + 154: 33.138065,6.979881 + - node: + color: '#FFFFFFFF' + id: Bushf1 + decals: + 178: 9.755266,-9.992463 + 456: 10.782512,8.007962 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 177: 10.411516,-10.008088 + 314: -4,18 + 455: 9.141887,8.007962 + - node: + color: '#FFFFFFFF' + id: Bushf3 + decals: + 176: 14.052141,-10.008088 + 313: 2,18 + - node: + color: '#FFFFFFFF' + id: Bushg1 + decals: + 648: -11.486805,2.0009332 + - node: + color: '#FFFFFFFF' + id: Bushh1 + decals: + 312: -4,18 + 459: 13.141887,8.086087 + 460: 6.0012617,8.086087 + 467: 8.798137,7.961087 + 723: -10.814524,-16.955605 + 727: 8.848061,-16.97123 + - node: + color: '#FFFFFFFF' + id: Bushh2 + decals: + 724: -12.142649,-17.03373 + - node: + color: '#FFFFFFFF' + id: Bushh3 + decals: + 185: 10.099016,-9.945588 + 311: 2,18 + 466: 11.282512,7.929837 + 726: 10.098061,-16.97123 + 1110: 16.470638,7.9648323 + - node: + color: '#FFFFFFFF' + id: Bushi1 + decals: + 141: 22.818914,7.5022526 + 142: 19.100164,8.142878 + 143: 27.037664,6.330377 + 144: 29.052135,7.267877 + 145: 32.06776,8.049128 + 171: 32.98406,-8.985069 + 173: 17.014437,2.9736261 + 174: 16.998812,6.958001 + 175: 17.020891,-5.0002565 + 197: -3.9782841,6.046785 + 200: -8.985234,-13.989886 + 642: -16.924305,2.0790582 + 643: -10.93993,2.0321832 + 711: -5.975403,-22.996408 + - node: + color: '#FFFFFFFF' + id: Bushi2 + decals: + 172: 19.006546,-8.953819 + 195: 6.9877787,-14.02815 + 196: -8.025159,5.99991 + 201: -9.047734,-10.021136 + 712: 3.9464722,-22.996408 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 644: -12.93993,1.9853082 + - node: + color: '#FFFFFFFF' + id: Bushj1 + decals: + 170: 30.968433,-8.891319 + - node: + color: '#FFFFFFFF' + id: Bushj2 + decals: + 169: 20.959995,-9.000694 + 461: 13.579387,8.023587 + - node: + color: '#FFFFFFFF' + id: Bushj3 + decals: + 463: 6.5325117,8.164212 + - node: + color: '#FFFFFFFF' + id: Bushk2 + decals: + 310: 4,16 + - node: + color: '#FFFFFFFF' + id: Bushk3 + decals: + 148: 20.972792,7.5335026 + 646: -16.03368,2.0478082 + - node: + color: '#FFFFFFFF' + id: Bushl1 + decals: + 190: 7.116846,-5.379048 + - node: + color: '#FFFFFFFF' + id: Bushl2 + decals: + 645: -15.03368,2.0165582 + - node: + color: '#FFFFFFFF' + id: Bushl4 + decals: + 647: -12.00243,1.9853082 + 710: -6.022278,-23.574533 + - node: + color: '#FFFFFFFF' + id: Bushm1 + decals: + 147: 31.989635,7.5335026 + - node: + color: '#FFFFFFFF' + id: Bushm2 + decals: + 222: 3.9493294,6.054844 + 707: 4.008972,-23.668283 + - node: + color: '#FFFFFFFF' + id: Bushm3 + decals: + 146: 30.208385,7.5960026 + 223: -9.056177,3.4392257 + 708: 4.008972,-22.558908 + - node: + color: '#FFFFFFFF' + id: Bushm4 + decals: + 709: -6.022278,-22.512033 + - node: + color: '#FFFFFFFF' + id: Bushn1 + decals: + 199: 34.054134,-1.0223641 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: Caution + decals: + 1286: 23,-27 + - node: + color: '#52B4E996' + id: CheckerNESW + decals: + 68: 12,-5 + 69: 13,-5 + 70: 14,-5 + 71: 15,-5 + 72: 15,-6 + 73: 15,-7 + 74: 15,-8 + 75: 11,-5 + 76: 10,-5 + 77: 9,-5 + 78: 9,-6 + 79: 9,-7 + 80: 9,-8 + - node: + color: '#D4D4D428' + id: CheckerNWSE + decals: + 27: 31,-3 + 28: 30,-2 + 29: 29,-1 + 30: 21,1 + 31: 22,0 + 32: 23,-1 + 1185: -1,-19 + 1186: -1,-18 + 1187: -1,-17 + 1188: 0,-18 + 1189: -2,-18 + 1190: 0,-17 + 1191: -2,-17 + 1192: -2,-19 + 1193: 0,-19 + - node: + color: '#DE3A3A96' + id: Delivery + decals: + 524: 13,32 + 525: 12,32 + 526: 6,32 + 527: 5,32 + 528: 3,32 + 529: 3,30 + 530: 15,30 + 532: 15,32 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 45: 32,4 + 46: 32,2 + 47: 32,-4 + 48: 32,-6 + 99: 12,1 + 100: 14,1 + 379: -8,17 + 380: -8,16 + 393: -10,22 + 394: -10,24 + 395: -10,26 + 396: -10,28 + 401: -14,30 + 402: -14,31 + 405: -14,22 + 406: -14,21 + 407: -14,20 + 581: -32,-2 + 582: -32,0 + 718: 6,-16 + 719: 7,-16 + 720: -9,-16 + 721: -8,-16 + 784: 29,-24 + 904: 32,-15 + 905: 16,-24 + 913: 15,-32 + 929: -21,-27 + 930: -21,-25 + 980: -6,-41 + 981: -6,-44 + 988: 4,-44 + 989: 4,-41 + 1231: 22,-26 + 1232: 18,-26 + 1242: -4,-35 + 1243: -5,-35 + 1244: -6,-35 + 1245: 2,-35 + 1246: 3,-35 + 1247: 4,-35 + 1248: 12,-30 + 1249: 13,-30 + 1250: 12,-21 + 1251: 13,-21 + 1252: -15,-21 + 1253: -14,-21 + 1254: -14,-30 + 1255: -15,-30 + 1256: -5,-6 + 1257: -5,-5 + 1258: -6,-4 + 1259: -7,-4 + 1260: -7,2 + 1261: -6,2 + 1262: -5,3 + 1263: -5,4 + 1264: 3,3 + 1265: 3,4 + 1266: 4,2 + 1267: 5,2 + 1268: 5,-4 + 1269: 4,-4 + 1270: 3,-5 + 1271: 3,-6 + 1272: -9,-12 + 1273: -14,-17 + 1279: -10,33 + - node: + color: '#52B4E996' + id: DeliveryGreyscale + decals: + 1122: 4,-7 + 1123: 17,-7 + 1124: 17,-12 + 1146: 16,-12 + 1147: 8,-12 + 1148: 16,-7 + 1149: 12,-4 + 1150: 14,-4 + - node: + color: '#FFFFFFFF' + id: DeliveryGreyscale + decals: + 1274: 4,-8 + 1275: -6,-8 + 1276: -6,6 + 1277: 7,3 + 1278: 17,5 + - node: + color: '#FFFFFFFF' + id: DirtLight + decals: + 57: 32,2 + 58: 32,-5 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 59: 31,-6 + 60: 32,3 + 61: 31,4 + 62: 29,4 + - node: + color: '#FFFFFFFF' + id: Flowersbr1 + decals: + 189: 7.054346,-5.972798 + 217: -8.98181,3.039219 + 218: 4.0382257,5.992344 + 640: -12.455555,2.0009332 + 704: -5.959778,-23.277658 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 140: 25.64704,7.7835026 + 163: 21.006866,-8.969444 + 164: 21.928741,-8.985069 + 165: 32.30374,-9.031944 + 639: -17.09618,2.0009332 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 137: 31.017263,7.330377 + 138: 20.33454,7.330377 + 139: 26.99079,6.721002 + 188: 6.991846,-5.004048 + 209: -4.0670047,-7.975866 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 166: 31.131866,-9.000694 + 167: 20.241241,-8.953819 + 168: 32.80374,-9.000694 + 219: 7.0694757,4.992344 + 220: 3.9757257,7.992344 + 1156: 7,-8 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 194: 5.962157,-7.9708443 + 206: -7.8673525,-7.959863 + 641: -14.90868,2.0634332 + 705: 4.102722,-23.308908 + 706: -5.991028,-22.152658 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 134: 21.940147,6.877252 + 135: 26.987022,7.6116276 + 136: 32.829765,6.955377 + 207: -8.9611025,-5.006738 + 309: 4,16 + 1155: -9,-8 + - node: + color: '#FFFFFFFF' + id: Flowersy1 + decals: + 193: 2.0246568,-7.9552193 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 216: -8.91931,3.929844 + - node: + color: '#FFFFFFFF' + id: Flowersy3 + decals: + 221: 1.9913507,6.023594 + 703: -5.975403,-23.949533 + - node: + color: '#FFFFFFFF' + id: Flowersy4 + decals: + 129: 25.080772,6.455377 + 130: 29.596397,7.017877 + 131: 32.737022,7.9397526 + 132: 21.674522,8.017878 + 133: 19.190147,7.174127 + 161: 30.038116,-9.047569 + 162: 18.959991,-8.985069 + 182: 15.052141,-10.039338 + 183: 9.052141,-9.976838 + 184: 13.005266,-9.992463 + 208: -9.0236025,-5.991113 + 462: 6.6731367,7.961087 + 638: -13.12743,2.0009332 + 702: 4.024597,-22.012033 + 1111: 6.9923015,5.882874 + 1112: 6.0391765,5.945374 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 9: 27,-1 + 10: 26,-1 + 11: 25,-1 + 12: 27,-2 + 39: 25,0 + 679: -24,-5 + 680: -22,-5 + 681: -20,-5 + 682: -18,-5 + 683: -19,-6 + 684: -18,-7 + 685: -19,-8 + 686: -18,-9 + 687: -20,-9 + 688: -22,-9 + 689: -21,-8 + 690: -21,-6 + 691: -20,-7 + 692: -23,-8 + 693: -23,-6 + 694: -24,-7 + 695: -24,-9 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 63: 10,-7 + 64: 11,-6 + 65: 12,-7 + 66: 13,-6 + 67: 14,-7 + - node: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + decals: + 479: 14,28 + 480: 14,25 + 481: 14,22 + 482: 4,25 + 483: 4,28 + 499: 9,27 + 500: 9,28 + 501: 9,29 + 502: 9,30 + 503: 9,31 + 504: 9,32 + - node: + color: '#EFB34196' + id: FullTileOverlayGreyscale + decals: + 823: 19,-23 + 824: 20,-23 + 825: 21,-23 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 454: 14,8 + - node: + color: '#FFFFFFFF' + id: Grassb1 + decals: + 452: 9,8 + 464: 11.391887,8.179837 + 465: 7.2825117,8.054837 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 453: 13,8 + 1109: 16.017513,8.027332 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 123: 30.685312,7.0542355 + 124: 33.18531,8.16361 + 125: 22.82111,7.9761105 + 126: 26.85236,8.13236 + 127: 24.842615,8.147985 + 128: 19.093754,6.9448605 + 160: 32.92874,-8.891319 + 635: -12.75243,1.9384332 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 192: 2.0715318,-7.9395943 + 634: -14.955555,2.0165582 + 701: 3.9620972,-23.215158 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 117: 31.288973,7.8974113 + 118: 22.757723,7.1474113 + 119: 20.210848,7.8817863 + 120: 25.163973,7.1167355 + 121: 26.195223,6.1636105 + 122: 29.242098,7.9917355 + 156: 20.2297,-9.031944 + 157: 30.694366,-8.953819 + 203: -8.907109,-5.8244467 + 212: 1.9943819,6.0206404 + 213: 3.947507,8.005015 + 636: -11.986805,1.9696832 + 700: -6.084778,-23.808908 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 113: 31.617165,7.1005363 + 114: 26.992098,6.2724113 + 115: 21.070223,7.2411613 + 116: 20.007723,6.9442863 + 187: 7.054346,-5.004048 + 204: -8.985234,-5.0900717 + 205: -3.9383593,-7.9338217 + 210: -8.996265,3.0206404 + 211: -8.965015,3.9112654 + 215: 6.954139,4.9425154 + 633: -15.861805,1.9071832 + 637: -11.049305,1.8915582 + 698: 3.9464722,-22.418283 + 699: -5.928528,-22.652658 + 1153: 7,-8 + 1154: -9,-8 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 105: 25.217262,6.1942863 + 106: 26.967262,7.3974113 + 107: 25.389137,7.8036613 + 108: 21.686012,7.6161613 + 109: 19.107887,7.5067863 + 110: 29.420387,7.0224113 + 111: 30.092262,7.5849113 + 112: 32.41404,7.2099113 + 155: 19.2922,-8.953819 + 158: 31.506866,-8.985069 + 159: 21.444366,-8.953819 + 186: 7.023096,-5.941548 + 191: 5.962157,-8.002094 + 198: 34.00726,-1.0379891 + 202: -7.9071093,-7.9963217 + 214: 4.041257,6.0675154 + 308: 4,16 + 632: -16.674305,2.0478082 + 696: 4,-24 + 697: -6,-22 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 288: -1,1 + 655: -11,-5 + 656: -12,-5 + 657: -13,-5 + 658: -14,-5 + 659: -15,-5 + 660: -16,-5 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale + decals: + 88: 10,1 + 361: 1,16 + 362: 0,16 + 363: -1,16 + 364: -2,16 + 365: -3,16 + 562: 7,15 + 731: 8,-20 + 734: 10,-20 + 735: 12,-20 + 740: -10,-20 + 741: -12,-20 + 742: -14,-20 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale + decals: + 321: -8,11 + 322: -9,11 + 323: -10,11 + 324: -11,11 + 333: -12,16 + 334: -13,16 + 335: -14,16 + 423: -7,31 + 424: -8,31 + 425: -9,31 + 426: -11,31 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 86: 13,1 + 87: 11,1 + 556: 13,15 + 557: 10,15 + 558: 8,15 + 752: 28,-9 + 753: 27,-9 + 754: 26,-9 + 755: 25,-9 + 756: 24,-9 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale180 + decals: + 617: -22,-2 + 649: -16,-9 + 650: -15,-9 + 651: -14,-9 + 652: -13,-9 + 653: -12,-9 + 654: -11,-9 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 84: 13,-3 + 85: 11,-3 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale180 + decals: + 353: 1,8 + 354: 0,8 + 355: -1,8 + 356: -2,8 + 357: -3,8 + 547: 13,10 + 548: 12,10 + 549: 11,10 + 550: 10,10 + 551: 9,10 + 552: 8,10 + 553: 7,10 + 578: 10,-3 + 732: 9,-19 + 733: 11,-19 + 743: -11,-19 + 744: -13,-19 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale180 + decals: + 327: -8,9 + 328: -10,9 + 329: -11,9 + 330: -9,9 + 331: -13,15 + 332: -14,15 + 340: -12,15 + 440: -8,19 + 441: -9,19 + 442: -10,19 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 291: 13,3 + 292: 15,3 + 293: 11,3 + 518: 10,21 + 519: 9,21 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale180 + decals: + 817: 15,-22 + 818: 16,-22 + 819: 17,-22 + 820: 18,-22 + 821: 19,-22 + 822: 20,-22 + 826: 21,-22 + 842: 26,-27 + 843: 25,-27 + 844: 24,-27 + 865: 28,-19 + 866: 27,-19 + 867: 23,-19 + 868: 22,-19 + 869: 30,-19 + 870: 34,-19 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 0: 28,-1 + 3: 28,1 + 4: 28,0 + 5: 28,-2 + 17: 23,1 + 18: 29,-3 + 19: 29,-2 + 33: 25,-3 + 44: 25,-2 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale270 + decals: + 96: 9,-2 + 97: 9,-1 + 98: 9,0 + 563: 6,14 + 601: -26,-1 + 738: -8,-18 + 917: -14,-24 + 919: -14,-26 + 920: -14,-28 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale270 + decals: + 326: -12,10 + 341: -4,11 + 342: -4,12 + 343: -4,13 + 428: -12,30 + 429: -12,29 + 430: -12,28 + 431: -12,27 + 432: -12,26 + 433: -12,25 + 434: -12,24 + 435: -12,23 + 436: -12,22 + 437: -12,21 + 438: -12,20 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 484: 5,24 + 485: 5,25 + 486: 5,26 + 487: 5,27 + 488: 5,28 + 489: 5,29 + 505: 11,16 + 506: 11,17 + 507: 11,18 + 508: 11,19 + 509: 11,20 + 554: 6,12 + 571: 8,22 + 572: 8,23 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale270 + decals: + 827: 23,-21 + 828: 23,-22 + 829: 23,-23 + 830: 23,-24 + 831: 23,-25 + 832: 23,-27 + 891: 19,-19 + 892: 19,-17 + 893: 19,-16 + 894: 19,-14 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 1: 24,-1 + 2: 27,1 + 6: 24,-2 + 7: 24,-3 + 8: 24,0 + 13: 23,1 + 14: 23,0 + 22: 29,-3 + 38: 27,0 + - node: + color: '#9FED5896' + id: HalfTileOverlayGreyscale90 + decals: + 93: 15,-2 + 94: 15,-1 + 95: 15,0 + 351: 2,9 + 359: 2,15 + 560: 14,14 + 587: -11,-1 + 729: 6,-18 + 916: -15,-23 + 918: -15,-25 + 921: -15,-27 + - node: + color: '#A4610696' + id: HalfTileOverlayGreyscale90 + decals: + 325: -7,10 + 412: -6,20 + 413: -6,22 + 414: -6,23 + 415: -6,24 + 416: -6,25 + 417: -6,26 + 418: -6,27 + 419: -6,28 + 420: -6,29 + 421: -6,30 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 239: -5,-14 + 240: -5,-13 + 241: -5,-12 + 242: -5,-11 + 243: -5,-10 + 366: 2,10 + 367: 2,11 + 368: 2,12 + 369: 2,13 + 370: 2,14 + 490: 13,21 + 491: 13,22 + 492: 13,23 + 493: 13,24 + 494: 13,25 + 495: 13,27 + 496: 13,26 + 497: 13,28 + 498: 13,29 + 510: 12,16 + 511: 12,17 + 512: 12,18 + 513: 12,19 + 514: 12,20 + 555: 14,12 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale90 + decals: + 833: 27,-27 + 834: 27,-26 + 835: 27,-22 + 836: 27,-21 + 837: 27,-24 + 838: 27,-23 + 839: 27,-25 + 846: 21,-21 + - node: + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 373: -4,9 + 374: -4,14 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 397: -14,25 + 398: -14,27 + 403: -13,30 + 404: -13,31 + 408: -13,20 + 409: -13,21 + 410: -13,22 + - node: + color: '#FFFFFFFF' + id: LoadingArea + decals: + 101: 14,0 + 102: 12,0 + 237: 1,-12 + 238: -3,-12 + 565: 9,14 + 906: 16,-25 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 15: 23,0 + 35: 28,-3 + 278: -4,1 + 279: -4,-1 + 280: -4,-2 + 285: -3,1 + 286: -2,1 + 290: -4,-3 + 615: -23,0 + 972: -3,-42 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 306: 10,-13 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale + decals: + 231: -2,-10 + 256: -7,1 + 257: -7,0 + 258: -4,4 + 259: -3,4 + 260: -2,4 + 598: -26,0 + 599: -25,0 + 600: -24,0 + 624: -33,5 + 625: -32,5 + 924: -21,-23 + 939: 8,-31 + 940: 9,-31 + 941: 10,-31 + 942: 11,-31 + 943: 12,-22 + 955: 2,-32 + 956: 3,-32 + 957: 4,-32 + 958: 6,-32 + 959: 7,-32 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 253: -7,3 + 254: -7,4 + 255: -6,4 + 346: -8,17 + 349: -8,16 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale + decals: + 1197: 0,-20 + 1198: -1,-20 + 1199: -2,-20 + 1200: -3,-20 + 1201: -4,-20 + 1202: -5,-20 + 1203: 1,-20 + 1204: 2,-20 + 1205: 3,-20 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale + decals: + 232: -3,-11 + 544: 11,15 + 758: 19,-11 + 759: 20,-11 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale + decals: + 871: 30,-16 + 872: 31,-16 + 876: 19,-25 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale180 + decals: + 20: 29,-2 + 34: 24,1 + 960: 1,-38 + 961: 2,-38 + 962: 3,-38 + 963: 4,-38 + 970: 4,-37 + 971: 4,-36 + 973: 1,-44 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 244: 4,-6 + 245: 5,-6 + 246: 5,-5 + 303: 12,-15 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale180 + decals: + 229: 0,-14 + 271: 0,-6 + 272: 1,-6 + 273: 2,-6 + 274: 5,-3 + 275: 5,-2 + 605: -20,-2 + 606: -19,-2 + 607: -18,-2 + 608: -17,-2 + 609: -16,-2 + 610: -15,-2 + 611: -14,-2 + 612: -13,-2 + 613: -12,-2 + 614: -11,-2 + 628: -30,4 + 629: -31,4 + 737: -9,-17 + 745: -15,-19 + 746: 0,-24 + 747: 0,-23 + 748: 0,-22 + 927: -19,-29 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale180 + decals: + 344: -6,14 + - node: + color: '#D4D4D428' + id: QuarterTileOverlayGreyscale180 + decals: + 1194: -2,-16 + 1195: -1,-16 + 1196: 0,-16 + 1206: 1,-19 + 1207: 2,-19 + 1208: 3,-19 + 1209: -3,-19 + 1210: -4,-19 + 1211: -5,-19 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale180 + decals: + 294: 10,3 + 515: 12,21 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale180 + decals: + 807: 13,-29 + 808: 17,-28 + 809: 16,-28 + 810: 15,-28 + 811: 14,-28 + 812: 17,-27 + 840: 23,-27 + 877: 21,-27 + 928: -19,-30 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 40: 28,-3 + 964: -3,-38 + 965: -4,-38 + 966: -6,-38 + 967: -5,-38 + 968: -6,-37 + 969: -6,-36 + 974: -3,-44 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale270 + decals: + 304: 10,-15 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale270 + decals: + 228: -2,-14 + 266: -7,-2 + 267: -7,-3 + 268: -4,-6 + 269: -3,-6 + 270: -2,-6 + 602: -26,-2 + 603: -25,-2 + 604: -24,-2 + 630: -32,4 + 631: -33,4 + 728: 7,-17 + 736: 13,-19 + 749: -2,-24 + 750: -2,-23 + 751: -2,-22 + 915: -14,-22 + 925: -21,-30 + 926: -21,-29 + 944: 12,-29 + 945: 12,-28 + 946: 12,-24 + 947: 12,-25 + 948: 12,-26 + 949: 12,-27 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 345: -8,14 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale270 + decals: + 247: -6,-6 + 248: -7,-6 + 249: -7,-5 + 516: 13,21 + 517: 11,21 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale270 + decals: + 841: 27,-27 + 878: 19,-27 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale90 + decals: + 41: 24,1 + 281: 2,-2 + 282: 2,-1 + 283: 2,1 + 284: 1,1 + 287: 0,1 + 289: 2,-3 + 616: -21,0 + 975: 1,-42 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale90 + decals: + 233: 1,-11 + 305: 12,-13 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale90 + decals: + 230: 0,-10 + 261: 0,4 + 262: 1,4 + 263: 2,4 + 264: 5,1 + 265: 5,0 + 588: -11,0 + 589: -12,0 + 590: -13,0 + 591: -14,0 + 592: -15,0 + 593: -16,0 + 594: -17,0 + 595: -18,0 + 596: -20,0 + 597: -19,0 + 626: -31,5 + 627: -30,5 + 922: -15,-29 + 923: -19,-23 + 935: -10,-31 + 936: -12,-31 + 937: -11,-31 + 938: -13,-31 + 950: -4,-32 + 951: -5,-32 + 952: -6,-32 + 953: -8,-32 + 954: -9,-32 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 347: -6,17 + 348: -6,16 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale90 + decals: + 250: 5,3 + 251: 5,4 + 252: 4,4 + 295: 15,6 + 296: 14,6 + 297: 13,6 + 298: 12,6 + 299: 11,6 + 300: 10,6 + 543: 12,15 + 757: 22,-11 + 760: 21,-11 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 805: 13,-22 + 806: 13,-23 + 813: 17,-25 + 814: 17,-24 + 815: 15,-24 + 816: 14,-24 + 845: 21,-22 + 873: 34,-16 + 874: 33,-16 + 875: 21,-25 + - node: + color: '#FFFFFFFF' + id: StandClear + decals: + 779: 32,-21 + - node: + color: '#9FED5896' + id: ThreeQuarterTileOverlayGreyscale + decals: + 91: 9,1 + 225: -3,-10 + 358: -4,16 + 561: 6,15 + 622: -34,5 + - node: + color: '#A4610696' + id: ThreeQuarterTileOverlayGreyscale + decals: + 318: -12,11 + 337: -15,16 + 427: -12,31 + - node: + color: '#9FED5896' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 92: 15,-3 + 227: 1,-14 + 352: 2,8 + 546: 14,10 + 739: -9,-19 + - node: + color: '#A4610696' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 319: -7,9 + 339: -11,15 + 411: -6,19 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 21: 30,-3 + 36: 25,1 + 37: 26,0 + - node: + color: '#9FED5896' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 90: 9,-3 + 226: -3,-14 + 350: -4,8 + 545: 6,10 + 623: -34,4 + 730: 7,-19 + - node: + color: '#A4610696' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 320: -12,9 + 336: -15,15 + 439: -12,19 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 570: 8,21 + - node: + color: '#334E6DC8' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 16: 22,1 + 42: 27,-3 + 43: 26,-2 + - node: + color: '#9FED5896' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 89: 15,1 + 224: 1,-10 + 360: 2,16 + 559: 14,15 + - node: + color: '#A4610696' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 317: -7,11 + 338: -11,16 + 422: -6,31 + - node: + color: '#FFFFFFFF' + id: WarnBox + decals: + 23: 34,-6 + 24: 34,-4 + 25: 34,2 + 26: 34,4 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 1281: 20,-30 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 1280: 24,-30 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleNE + decals: + 1241: 28,-32 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleNW + decals: + 1240: 34,-32 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSE + decals: + 1239: 28,-29 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSW + decals: + 1238: 34,-29 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 890: 21,-19 + 903: 31,-16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 889: 23,-19 + 902: 33,-16 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 773: 29,-21 + 887: 21,-15 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 767: 29,-27 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 888: 23,-15 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 468: 3,30 + 469: 3,31 + 472: 3,32 + 477: 10,28 + 774: 29,-26 + 775: 29,-25 + 776: 29,-24 + 777: 29,-23 + 778: 29,-22 + 859: 29,-19 + 860: 29,-18 + 861: 29,-17 + 884: 21,-18 + 885: 21,-17 + 886: 21,-16 + 1284: 20,-29 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleE + decals: + 1181: 1,-17 + 1236: 28,-31 + 1237: 28,-30 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 1179: 3,-19 + 1180: -1,-16 + 1182: -4,-19 + 1183: -5,-19 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 1178: -1,-20 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleW + decals: + 1234: 34,-31 + 1235: 34,-30 + - node: + color: '#DE3A3A96' + id: WarnLineN + decals: + 522: 13,31 + 523: 5,31 + 536: 12,31 + 538: 12,31 + 539: 13,31 + 540: 5,31 + 541: 6,31 + 542: 6,31 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 667: -11,-9 + 668: -12,-9 + 669: -13,-9 + 670: -14,-9 + 671: -15,-9 + 672: -16,-9 + 768: 34,-21 + 769: 33,-21 + 770: 32,-21 + 771: 31,-21 + 772: 30,-21 + 800: 34,-14 + 801: 33,-14 + 802: 32,-14 + 803: 31,-14 + 804: 30,-14 + 853: 26,-20 + 854: 25,-20 + 855: 24,-20 + 856: 21,-20 + 857: 20,-20 + 858: 19,-20 + 882: 22,-15 + 1225: 19,-26 + 1226: 20,-26 + 1227: 21,-26 + 1282: 19,-30 + 1283: 25,-30 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 443: -14,25 + 444: -14,27 + 445: -14,26 + 446: -14,24 + 447: -14,28 + 448: -14,29 + 449: -14,23 + 470: 15,30 + 471: 15,31 + 478: 8,28 + 531: 15,32 + 862: 29,-19 + 863: 29,-18 + 864: 29,-17 + 879: 23,-18 + 880: 23,-17 + 881: 23,-16 + 1285: 24,-29 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 81: 11,-8 + 82: 12,-8 + 83: 13,-8 + 450: -10,31 + 661: -11,-5 + 662: -12,-5 + 663: -13,-5 + 664: -14,-5 + 665: -15,-5 + 666: -16,-5 + 763: 34,-27 + 764: 33,-27 + 765: 32,-27 + 766: 30,-27 + 788: 31,-27 + 847: 26,-20 + 848: 24,-20 + 849: 25,-20 + 850: 21,-20 + 851: 20,-20 + 852: 19,-20 + 883: 22,-19 + 901: 32,-16 + 1228: 21,-26 + 1229: 20,-26 + 1230: 19,-26 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 1030: 24,21 + 1063: -24,2 + 1091: 22,10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 1031: 32,21 + 1089: 34,10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 1082: -3,-28 + 1090: 22,13 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 1081: 1,-28 + 1092: 34,13 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 990: 20,19 + 991: 20,20 + 992: 20,21 + 993: 20,22 + 994: 20,18 + 1000: 18,18 + 1001: 18,19 + 1002: 18,20 + 1003: 18,21 + 1004: 18,22 + 1013: 30,18 + 1014: 30,17 + 1015: 30,16 + 1021: 24,22 + 1059: -24,3 + 1060: -24,4 + 1061: -24,5 + 1062: -24,6 + 1064: -23,10 + 1065: -23,11 + 1085: 22,11 + 1086: 22,12 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 1008: 26,18 + 1009: 27,18 + 1010: 28,18 + 1011: 29,18 + 1012: 30,18 + 1023: 31,21 + 1024: 30,21 + 1025: 29,21 + 1026: 28,21 + 1027: 27,21 + 1028: 26,21 + 1029: 25,21 + 1043: 23,10 + 1044: 24,10 + 1045: 25,10 + 1046: 26,10 + 1047: 27,10 + 1048: 28,10 + 1049: 29,10 + 1050: 30,10 + 1051: 31,10 + 1052: 32,10 + 1053: 33,10 + 1054: -19,2 + 1055: -20,2 + 1056: -21,2 + 1057: -22,2 + 1058: -23,2 + 1073: -22,8 + 1074: -23,8 + 1075: -24,8 + 1076: -25,8 + 1077: -26,8 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 1016: 30,16 + 1017: 29,16 + 1018: 28,16 + 1019: 27,16 + 1020: 26,16 + 1032: 33,13 + 1033: 32,13 + 1034: 31,13 + 1035: 30,13 + 1036: 29,13 + 1037: 28,13 + 1038: 27,13 + 1039: 26,13 + 1040: 23,13 + 1041: 24,13 + 1042: 25,13 + 1068: -22,12 + 1069: -23,12 + 1070: -24,12 + 1071: -25,12 + 1072: -26,12 + 1078: 0,-28 + 1079: -1,-28 + 1080: -2,-28 + 1083: 1,0 + 1084: -3,0 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 995: 19,18 + 996: 19,19 + 997: 19,20 + 998: 19,21 + 999: 19,22 + 1005: 26,16 + 1006: 26,17 + 1007: 26,18 + 1022: 32,22 + 1066: -25,10 + 1067: -25,11 + 1087: 34,11 + 1088: 34,12 + - type: GridAtmosphere + version: 2 + data: + tiles: + -1,-1: + 0: 65535 + 0,-1: + 0: 65535 + -4,-4: + 0: 52431 + -4,-3: + 0: 65532 + -4,-2: + 0: 65535 + -4,-1: + 0: 65535 + -3,-4: + 0: 64719 + -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: 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: 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 + -4,0: + 0: 65535 + -4,1: + 0: 65535 + -4,2: + 0: 65535 + -4,3: + 0: 65535 + -3,0: + 0: 65535 + -3,1: + 0: 65535 + -3,2: + 0: 65535 + -3,3: + 0: 65535 + -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: 65535 + -1,3: + 0: 65535 + 0,0: + 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: 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 + 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 + 7,3: + 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,-6: + 0: 65535 + 4,-5: + 0: 65535 + 5,-6: + 0: 65535 + 5,-5: + 0: 65535 + 6,-6: + 0: 65535 + 6,-5: + 0: 65535 + 7,-6: + 0: 65535 + 7,-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,0: + 0: 65535 + 8,1: + 0: 65535 + 8,2: + 0: 65535 + 8,3: + 0: 65535 + 8,-4: + 0: 65535 + 8,-3: + 0: 65535 + 8,-2: + 0: 65535 + 8,-1: + 0: 65535 + -4,4: + 0: 61439 + -4,5: + 0: 65262 + -4,6: + 0: 65535 + -4,7: + 0: 61183 + -3,4: + 0: 65535 + -3,5: + 0: 65535 + -3,6: + 0: 65535 + -3,7: + 0: 65535 + -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: 12287 + -1,7: + 0: 12079 + 0,4: + 0: 65535 + 0,5: + 0: 65535 + 0,6: + 0: 65535 + 0,7: + 0: 65535 + 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 + 8,-6: + 0: 65535 + 8,-5: + 0: 65535 + 4,4: + 0: 65535 + 4,5: + 0: 65535 + 4,6: + 0: 30719 + 4,7: + 0: 30583 + 5,4: + 0: 65535 + 5,5: + 0: 65535 + 5,6: + 0: 255 + 6,4: + 0: 65535 + 6,5: + 0: 65535 + 6,6: + 0: 255 + 7,4: + 0: 65535 + 7,5: + 0: 65535 + 7,6: + 0: 255 + -6,4: + 0: 14 + -5,4: + 0: 2185 + -5,5: + 0: 32768 + -5,6: + 0: 34952 + -5,7: + 0: 136 + -8,0: + 0: 65535 + -8,1: + 0: 65535 + -7,0: + 0: 65535 + -7,1: + 0: 65535 + -7,2: + 0: 65535 + -7,3: + 0: 255 + -6,0: + 0: 65535 + -6,1: + 0: 65535 + -6,2: + 0: 65535 + -6,3: + 0: 61183 + -5,0: + 0: 65535 + -5,1: + 0: 65535 + -5,2: + 0: 65535 + -5,3: + 0: 65535 + -4,8: + 0: 14 + -3,8: + 0: 4095 + -2,8: + 0: 287 + -1,8: + 0: 15 + 8,4: + 0: 65535 + 8,5: + 0: 65535 + 8,6: + 0: 255 + 0,8: + 0: 4095 + 1,8: + 0: 4095 + 2,8: + 0: 4095 + 3,8: + 0: 4095 + 4,8: + 0: 1911 + -8,-1: + 0: 65535 + -8,-3: + 0: 34944 + -8,-2: + 0: 34952 + -7,-3: + 0: 65520 + -7,-2: + 0: 65535 + -7,-1: + 0: 65535 + -6,-3: + 0: 65520 + -6,-2: + 0: 65535 + -6,-1: + 0: 65535 + -5,-3: + 0: 65520 + -5,-2: + 0: 65535 + -5,-1: + 0: 65535 + -9,-1: + 0: 61166 + -9,0: + 0: 61166 + -9,1: + 0: 61166 + -4,-9: + 0: 65520 + -3,-9: + 0: 65520 + -2,-9: + 0: 65535 + -1,-9: + 0: 65535 + 0,-9: + 0: 65535 + 1,-9: + 0: 65535 + 2,-9: + 0: 65535 + 3,-9: + 0: 65535 + 4,-8: + 0: 30719 + 1: 34816 + 4,-7: + 0: 65535 + 5,-8: + 0: 61183 + 1: 4352 + 5,-7: + 0: 65535 + 6,-8: + 0: 52479 + 2: 13056 + 6,-7: + 0: 65535 + 7,-8: + 0: 65535 + 7,-7: + 0: 65535 + 8,-8: + 0: 65535 + 8,-7: + 0: 65535 + 4,-9: + 0: 65280 + 5,-9: + 0: 65280 + 6,-9: + 0: 65280 + 7,-9: + 0: 61440 + 8,-9: + 0: 61440 + -5,-4: + 0: 8 + -2,-12: + 0: 61440 + -2,-11: + 0: 65535 + -2,-10: + 0: 65535 + -1,-12: + 0: 65520 + -1,-11: + 0: 65535 + -1,-10: + 0: 65535 + 0,-12: + 0: 63344 + 0,-11: + 0: 65535 + 0,-10: + 0: 65535 + 1,-12: + 0: 28672 + 1,-11: + 0: 30583 + 1,-10: + 0: 30583 + -6,-9: + 0: 52352 + -5,-9: + 0: 65520 + -6,-8: + 0: 65484 + -6,-7: + 0: 65535 + -6,-6: + 0: 4095 + -5,-8: + 0: 65535 + -5,-7: + 0: 65535 + -5,-6: + 0: 36863 + -5,-5: + 0: 34952 + 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: + - 6666.982 + - 0 + - 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 + chunkSize: 4 + - type: OccluderTree + - type: Shuttle + - type: RadiationGridResistance + - type: GravityShake + shakeTimes: 10 + - type: GasTileOverlay + - type: SpreaderGrid + - type: GridPathfinding +- proto: AcousticGuitarInstrument + entities: + - uid: 1455 + components: + - type: Transform + pos: 15.537778,1.6263883 + parent: 1668 + - uid: 2742 + components: + - type: Transform + pos: 4.5448904,18.624214 + parent: 1668 +- proto: AirCanister + entities: + - uid: 3695 + components: + - type: Transform + pos: -16.5,4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: Airlock + entities: + - uid: 5314 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 1668 +- proto: AirlockArmoryLocked + entities: + - uid: 2555 + components: + - type: Transform + pos: 7.5,19.5 + parent: 1668 +- proto: AirlockAtmosphericsLocked + entities: + - uid: 4746 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 1668 + - uid: 5403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-30.5 + parent: 1668 + - uid: 5404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-27.5 + parent: 1668 +- proto: AirlockBarLocked + entities: + - uid: 4343 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 1668 +- proto: AirlockBrigGlassLocked + entities: + - uid: 2299 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1668 + - uid: 2316 + components: + - type: Transform + pos: 23.5,20.5 + parent: 1668 + - uid: 2340 + components: + - type: Transform + pos: 24.5,18.5 + parent: 1668 + - uid: 2342 + components: + - type: Transform + pos: 22.5,14.5 + parent: 1668 +- proto: AirlockBrigLocked + entities: + - uid: 2300 + components: + - type: Transform + pos: 21.5,22.5 + parent: 1668 + - uid: 2317 + components: + - type: Transform + pos: 19.5,17.5 + parent: 1668 + - uid: 2343 + components: + - type: Transform + pos: 33.5,20.5 + parent: 1668 + - uid: 2344 + components: + - type: Transform + pos: 21.5,18.5 + parent: 1668 +- proto: AirlockCargoGlassLocked + entities: + - uid: 1191 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1668 + - uid: 1629 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1668 + - uid: 1630 + components: + - type: Transform + pos: -10.5,13.5 + parent: 1668 + - uid: 1631 + components: + - type: Transform + pos: -8.5,15.5 + parent: 1668 +- proto: AirlockCargoLocked + entities: + - uid: 1192 + components: + - type: Transform + pos: -5.5,5.5 + parent: 1668 + - uid: 1632 + components: + - type: Transform + pos: -10.5,18.5 + parent: 1668 + - uid: 1633 + components: + - type: Transform + pos: -6.5,18.5 + parent: 1668 +- proto: AirlockCentralCommandGlass + entities: + - uid: 48 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 1668 + - uid: 49 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 1668 + - uid: 566 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1668 + - uid: 567 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1668 + - uid: 568 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1668 + - uid: 569 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1668 + - uid: 570 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 1668 + - uid: 571 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 1668 + - uid: 572 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1668 + - uid: 573 + components: + - type: Transform + pos: -26.5,0.5 + parent: 1668 + - uid: 3861 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 1668 + - uid: 3862 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 1668 + - uid: 4287 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1668 + - uid: 4339 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1668 + - uid: 4575 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 1668 + - uid: 4639 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1668 + - uid: 4640 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 1668 + - uid: 5253 + components: + - type: Transform + pos: 18.5,0.5 + parent: 1668 + - uid: 5414 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1668 + - uid: 5420 + components: + - type: Transform + pos: 16.5,-1.5 + parent: 1668 + - uid: 5853 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1668 + - uid: 5945 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1668 + - uid: 5946 + components: + - type: Transform + pos: -7.5,-1.5 + parent: 1668 + - uid: 6276 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 1668 + - uid: 6278 + components: + - type: Transform + pos: -9.5,0.5 + parent: 1668 + - uid: 6279 + components: + - type: Transform + pos: -7.5,0.5 + parent: 1668 + - uid: 6313 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1668 + - uid: 6395 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1668 + - uid: 6396 + components: + - type: Transform + pos: 15.5,13.5 + parent: 1668 + - uid: 6475 + components: + - type: Transform + pos: 15.5,11.5 + parent: 1668 + - uid: 6476 + components: + - type: Transform + pos: 5.5,11.5 + parent: 1668 + - uid: 6477 + components: + - type: Transform + pos: 5.5,13.5 + parent: 1668 + - uid: 6478 + components: + - type: Transform + pos: 3.5,13.5 + parent: 1668 + - uid: 6479 + components: + - type: Transform + pos: 3.5,11.5 + parent: 1668 + - uid: 6480 + components: + - type: Transform + pos: -28.5,0.5 + parent: 1668 + - uid: 6481 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 1668 + - uid: 6482 + components: + - type: Transform + pos: -26.5,-1.5 + parent: 1668 + - uid: 6484 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 1668 + - uid: 6485 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 1668 + - uid: 6486 + components: + - type: Transform + pos: -17.5,-24.5 + parent: 1668 + - uid: 6487 + components: + - type: Transform + pos: -15.5,-24.5 + parent: 1668 +- proto: AirlockCentralCommandGlassLocked + entities: + - uid: 3572 + components: + - type: Transform + pos: -23.5,7.5 + parent: 1668 +- proto: AirlockCentralCommandLocked + entities: + - uid: 3781 + components: + - type: Transform + pos: -17.5,11.5 + parent: 1668 + - uid: 3782 + components: + - type: Transform + pos: -17.5,5.5 + parent: 1668 + - uid: 3792 + components: + - type: Transform + pos: -21.5,1.5 + parent: 1668 + - uid: 3793 + components: + - type: Transform + pos: -19.5,7.5 + parent: 1668 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 5175 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 1668 +- proto: AirlockEngineeringLocked + entities: + - uid: 1131 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 1668 + - uid: 1177 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 1668 + - uid: 1534 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1668 + - uid: 2522 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1668 + - uid: 3948 + components: + - type: Transform + pos: -28.5,4.5 + parent: 1668 + - uid: 4258 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 1668 + - uid: 4755 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 1668 + - uid: 4756 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 1668 + - uid: 4763 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 1668 + - uid: 6005 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 1668 +- proto: AirlockExternalGlass + entities: + - uid: 481 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1668 + - uid: 482 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1668 + - uid: 483 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 1668 + - uid: 484 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 1668 + - uid: 1615 + components: + - type: Transform + pos: -14.5,25.5 + parent: 1668 + - uid: 1616 + components: + - type: Transform + pos: -14.5,27.5 + parent: 1668 + - uid: 3970 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 1668 + - uid: 3971 + components: + - type: Transform + pos: -32.5,0.5 + parent: 1668 + - uid: 6284 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 1668 + - uid: 6285 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 1668 +- proto: AirlockExternalGlassLocked + entities: + - uid: 1673 + components: + - type: Transform + pos: -9.5,32.5 + parent: 1668 + - uid: 2010 + components: + - type: Transform + pos: -0.5,22.5 + parent: 1668 + - uid: 4243 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 1668 + - uid: 5961 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 1668 + - uid: 5962 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 1668 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,4.5 + parent: 1668 + - uid: 435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,2.5 + parent: 1668 + - uid: 436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 1668 + - uid: 437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-5.5 + parent: 1668 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 1613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,25.5 + parent: 1668 + - uid: 1614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,27.5 + parent: 1668 + - uid: 1672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,34.5 + parent: 1668 + - uid: 3968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-1.5 + parent: 1668 + - uid: 3969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,0.5 + parent: 1668 + - uid: 5959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-24.5 + parent: 1668 + - uid: 5960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-26.5 + parent: 1668 + - uid: 6282 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 1668 + - uid: 6283 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 1668 +- proto: AirlockExternalLocked + entities: + - uid: 777 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 1668 + - uid: 2011 + components: + - type: Transform + pos: -2.5,25.5 + parent: 1668 + - uid: 4242 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 1668 +- proto: AirlockFreezer + entities: + - uid: 3419 + components: + - type: Transform + pos: -21.5,13.5 + parent: 1668 +- proto: AirlockGlass + entities: + - uid: 3947 + components: + - type: Transform + pos: -30.5,2.5 + parent: 1668 + - uid: 4259 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1668 + - uid: 4260 + components: + - type: Transform + pos: 21.5,11.5 + parent: 1668 +- proto: AirlockKitchenGlassLocked + entities: + - uid: 4342 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 1668 +- proto: AirlockKitchenLocked + entities: + - uid: 4341 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 1668 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 557 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1668 + - uid: 558 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1668 + - uid: 730 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1668 +- proto: AirlockMedicalLocked + entities: + - uid: 574 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1668 + - uid: 729 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1668 + - uid: 731 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1668 + - uid: 852 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 1668 + - uid: 854 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 1668 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 130 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1668 + - uid: 774 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1668 + - uid: 974 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 1668 + - uid: 2497 + components: + - type: Transform + pos: 12.5,16.5 + parent: 1668 + - uid: 2498 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1668 + - uid: 2499 + components: + - type: Transform + pos: 12.5,19.5 + parent: 1668 + - uid: 2500 + components: + - type: Transform + pos: 11.5,19.5 + parent: 1668 +- proto: AirlockSecurityLocked + entities: + - uid: 509 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 1668 + - uid: 549 + components: + - type: Transform + pos: 18.5,5.5 + parent: 1668 + - uid: 550 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1668 + - uid: 551 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1668 + - uid: 552 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1668 + - uid: 775 + components: + - type: Transform + pos: -5.5,-6.5 + parent: 1668 + - uid: 2825 + components: + - type: Transform + pos: 5.5,23.5 + parent: 1668 +- proto: APCBasic + entities: + - uid: 688 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1668 + - uid: 856 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1668 + - uid: 905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-7.5 + parent: 1668 + - uid: 963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-10.5 + parent: 1668 + - uid: 977 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1668 + - uid: 978 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1668 + - uid: 979 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1668 + - uid: 1088 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1668 + - uid: 1201 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1668 + - uid: 1235 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1668 + - uid: 1341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1668 + - uid: 1674 + components: + - type: Transform + pos: -14.5,18.5 + parent: 1668 + - uid: 1675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,17.5 + parent: 1668 + - uid: 1676 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1668 + - uid: 1677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,19.5 + parent: 1668 + - uid: 1955 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1668 + - uid: 2013 + components: + - type: Transform + pos: -1.5,22.5 + parent: 1668 + - uid: 2562 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1668 + - uid: 2563 + components: + - type: Transform + pos: 17.5,17.5 + parent: 1668 + - uid: 2564 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1668 + - uid: 2565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,19.5 + parent: 1668 + - uid: 2566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,21.5 + parent: 1668 + - uid: 2944 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1668 + - uid: 2945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,18.5 + parent: 1668 + - uid: 2946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,30.5 + parent: 1668 + - uid: 3463 + components: + - type: Transform + pos: -22.5,7.5 + parent: 1668 + - uid: 3464 + components: + - type: Transform + pos: -16.5,13.5 + parent: 1668 + - uid: 3465 + components: + - type: Transform + pos: -22.5,13.5 + parent: 1668 + - uid: 3466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,6.5 + parent: 1668 + - uid: 3986 + components: + - type: Transform + pos: -31.5,2.5 + parent: 1668 + - uid: 3987 + components: + - type: Transform + pos: -31.5,7.5 + parent: 1668 + - uid: 3988 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 1668 + - uid: 3989 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1668 + - uid: 3990 + components: + - type: Transform + pos: -17.5,1.5 + parent: 1668 + - uid: 4361 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 1668 + - uid: 4475 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 1668 + - uid: 4476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-24.5 + parent: 1668 + - uid: 4477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-24.5 + parent: 1668 + - uid: 4478 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1668 + - uid: 4479 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1668 + - uid: 4480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-20.5 + parent: 1668 + - uid: 4977 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 1668 + - uid: 4992 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 1668 + - uid: 5133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-23.5 + parent: 1668 + - uid: 5146 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 1668 + - uid: 5257 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 1668 + - uid: 5321 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 1668 + - uid: 5423 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 1668 + - uid: 5934 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 1668 + - uid: 6004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-22.5 + parent: 1668 + - uid: 6103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-28.5 + parent: 1668 + - uid: 6180 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1668 + - uid: 6181 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 1668 + - uid: 6277 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1668 + - uid: 6397 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 1668 +- proto: Ash + entities: + - uid: 3828 + components: + - type: Transform + pos: -10.652057,6.7775984 + parent: 1668 +- proto: AtmosDeviceFanTiny + entities: + - uid: 438 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 1668 + - uid: 439 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 1668 + - uid: 440 + components: + - type: Transform + pos: 35.5,2.5 + parent: 1668 + - uid: 441 + components: + - type: Transform + pos: 35.5,4.5 + parent: 1668 + - uid: 553 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1668 + - uid: 554 + components: + - type: Transform + pos: 17.5,5.5 + parent: 1668 + - uid: 555 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1668 + - uid: 556 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1668 + - uid: 763 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1668 + - uid: 1473 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1668 + - uid: 1474 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1668 + - uid: 1634 + components: + - type: Transform + pos: -16.5,25.5 + parent: 1668 + - uid: 1635 + components: + - type: Transform + pos: -16.5,27.5 + parent: 1668 + - uid: 1671 + components: + - type: Transform + pos: -9.5,33.5 + parent: 1668 + - uid: 2012 + components: + - type: Transform + pos: -2.5,25.5 + parent: 1668 + - uid: 2921 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 1668 + - uid: 4144 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 1668 + - uid: 4145 + components: + - type: Transform + pos: -34.5,0.5 + parent: 1668 + - uid: 4241 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 1668 + - uid: 5996 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 1668 + - uid: 5997 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 1668 + - uid: 6286 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 1668 + - uid: 6287 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 1668 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 6789 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 1668 + - uid: 6963 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 1668 + - uid: 6964 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 1668 + - uid: 6965 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 1668 + - uid: 6966 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 1668 +- proto: AtmosFixOxygenMarker + entities: + - uid: 5051 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 1668 + - uid: 6967 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 1668 + - uid: 6968 + components: + - type: Transform + pos: 19.5,-29.5 + parent: 1668 + - uid: 6969 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 1668 + - uid: 6970 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 1668 +- proto: Autolathe + entities: + - uid: 5310 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 1668 +- proto: BarSignTheLooseGoose + entities: + - uid: 4345 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1668 + - uid: 4346 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 1668 +- proto: BaseGasCondenser + entities: + - uid: 640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: Bed + entities: + - uid: 2718 + components: + - type: Transform + pos: 5.5,18.5 + parent: 1668 + - uid: 2763 + components: + - type: Transform + pos: 16.5,21.5 + parent: 1668 + - uid: 2774 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1668 + - uid: 2864 + components: + - type: Transform + pos: 3.5,24.5 + parent: 1668 + - uid: 2865 + components: + - type: Transform + pos: 3.5,27.5 + parent: 1668 + - uid: 2866 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1668 + - uid: 3624 + components: + - type: Transform + pos: -15.5,8.5 + parent: 1668 +- proto: BedsheetCentcom + entities: + - uid: 3625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,8.5 + parent: 1668 + - uid: 6643 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 1668 +- proto: BedsheetHOS + entities: + - uid: 2719 + components: + - type: MetaData + name: Warden's + - type: Transform + pos: 5.5,18.5 + parent: 1668 +- proto: BedsheetMedical + entities: + - uid: 1199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-14.5 + parent: 1668 + - uid: 1200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-13.5 + parent: 1668 +- proto: BedsheetOrange + entities: + - uid: 2764 + components: + - type: Transform + pos: 16.5,21.5 + parent: 1668 + - uid: 2775 + components: + - type: Transform + pos: 16.5,24.5 + parent: 1668 + - uid: 2867 + components: + - type: Transform + pos: 3.5,24.5 + parent: 1668 + - uid: 2868 + components: + - type: Transform + pos: 3.5,27.5 + parent: 1668 + - uid: 2869 + components: + - type: Transform + pos: 16.5,27.5 + parent: 1668 +- proto: BiomassReclaimer + entities: + - uid: 6604 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 1668 +- proto: BlastDoor + entities: + - uid: 1552 + components: + - type: Transform + pos: -4.5,21.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1804 + - uid: 1607 + components: + - type: Transform + pos: -16.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1611 + - uid: 1608 + components: + - type: Transform + pos: -16.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1612 + - uid: 1609 + components: + - type: Transform + pos: -14.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1612 + - uid: 1610 + components: + - type: Transform + pos: -14.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1611 + - uid: 2790 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2928 + - uid: 2886 + components: + - type: Transform + pos: 14.5,31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2928 + - uid: 2925 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2927 + - uid: 2926 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2927 + - uid: 3787 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2920 + - uid: 3788 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2920 + - uid: 3789 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2920 + - uid: 4762 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 1668 +- proto: BlastDoorExterior1Open + entities: + - uid: 710 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1668 + - uid: 711 + components: + - type: Transform + pos: 17.5,0.5 + parent: 1668 + - uid: 712 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 1668 + - uid: 713 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 1668 + - uid: 714 + components: + - type: Transform + pos: 17.5,-2.5 + parent: 1668 +- proto: BlastDoorExterior2Open + entities: + - uid: 716 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1668 + - uid: 717 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1668 + - uid: 718 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1668 + - uid: 719 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1668 + - uid: 720 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1668 +- proto: BlastDoorOpen + entities: + - uid: 786 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 789 + - uid: 787 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 789 + - uid: 788 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 789 + - uid: 1430 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1668 + - uid: 1431 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1668 + - uid: 1432 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1668 + - uid: 1437 + components: + - type: Transform + pos: -8.5,-2.5 + parent: 1668 + - uid: 1438 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 1668 + - uid: 1439 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1668 + - uid: 1440 + components: + - type: Transform + pos: -8.5,0.5 + parent: 1668 + - uid: 1441 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1668 + - uid: 2146 + components: + - type: Transform + pos: 4.5,10.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2712 + - uid: 2147 + components: + - type: Transform + pos: 4.5,11.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2712 + - uid: 2148 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2712 + - uid: 2149 + components: + - type: Transform + pos: 4.5,13.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2712 + - uid: 2150 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 2712 + - uid: 3865 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 1668 + - uid: 3866 + components: + - type: Transform + pos: -27.5,0.5 + parent: 1668 + - uid: 5234 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5235 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5236 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5237 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5238 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5239 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5240 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5241 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5242 + - uid: 5951 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 1668 + - uid: 5952 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 1668 + - uid: 5953 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 1668 + - uid: 5954 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 1668 + - uid: 5955 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 1668 + - uid: 6483 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 1668 + - uid: 6521 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6442 + - uid: 6522 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6442 + - uid: 6523 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6442 + - uid: 6524 + components: + - type: Transform + pos: 0.5,-39.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6442 + - uid: 6525 + components: + - type: Transform + pos: 1.5,-39.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6442 +- proto: Bookshelf + entities: + - uid: 2370 + components: + - type: Transform + pos: 23.5,23.5 + parent: 1668 + - uid: 2371 + components: + - type: Transform + pos: 24.5,23.5 + parent: 1668 + - uid: 2372 + components: + - type: Transform + pos: 25.5,23.5 + parent: 1668 + - uid: 2373 + components: + - type: Transform + pos: 32.5,23.5 + parent: 1668 + - uid: 2374 + components: + - type: Transform + pos: 33.5,23.5 + parent: 1668 + - uid: 2375 + components: + - type: Transform + pos: 31.5,23.5 + parent: 1668 + - uid: 2376 + components: + - type: Transform + pos: 26.5,10.5 + parent: 1668 + - uid: 2377 + components: + - type: Transform + pos: 25.5,10.5 + parent: 1668 + - uid: 2378 + components: + - type: Transform + pos: 24.5,10.5 + parent: 1668 + - uid: 2379 + components: + - type: Transform + pos: 30.5,10.5 + parent: 1668 + - uid: 2380 + components: + - type: Transform + pos: 31.5,10.5 + parent: 1668 + - uid: 2382 + components: + - type: Transform + pos: 32.5,10.5 + parent: 1668 + - uid: 3433 + components: + - type: Transform + pos: -24.5,2.5 + parent: 1668 + - uid: 3434 + components: + - type: Transform + pos: -26.5,10.5 + parent: 1668 + - uid: 3821 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 1668 + - uid: 4185 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 1668 + - uid: 4186 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 1668 + - uid: 4187 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 1668 +- proto: BookshelfFilled + entities: + - uid: 3631 + components: + - type: Transform + pos: 20.5,10.5 + parent: 1668 + - uid: 3716 + components: + - type: Transform + pos: 16.5,16.5 + parent: 1668 + - uid: 3717 + components: + - type: Transform + pos: 16.5,15.5 + parent: 1668 + - uid: 6607 + components: + - type: Transform + pos: 19.5,10.5 + parent: 1668 + - uid: 6650 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1668 + - uid: 6933 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1668 + - uid: 6934 + components: + - type: Transform + pos: 20.5,15.5 + parent: 1668 + - uid: 6935 + components: + - type: Transform + pos: 20.5,16.5 + parent: 1668 +- proto: BoozeDispenser + entities: + - uid: 4426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 1668 + - uid: 4428 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1668 +- proto: BoxFlashbang + entities: + - uid: 1450 + components: + - type: Transform + pos: 13.475631,6.6059804 + parent: 1668 +- proto: BoxFolderBlack + entities: + - uid: 2236 + components: + - type: Transform + pos: -8.478459,8.547297 + parent: 1668 + - uid: 3750 + components: + - type: Transform + pos: -20.479141,11.485098 + parent: 1668 +- proto: BoxFolderBlue + entities: + - uid: 1443 + components: + - type: Transform + pos: -0.35287756,1.4752237 + parent: 1668 + - uid: 2462 + components: + - type: Transform + pos: 30.518238,17.551378 + parent: 1668 + - uid: 2463 + components: + - type: Transform + pos: 29.486988,21.410753 + parent: 1668 + - uid: 3839 + components: + - type: Transform + pos: -24.426022,-5.7340455 + parent: 1668 +- proto: BoxFolderCentCom + entities: + - uid: 6501 + components: + - type: Transform + pos: -20.339329,11.399686 + parent: 1668 + - uid: 6987 + components: + - type: Transform + pos: 0.751516,0.4821344 + parent: 1668 + - uid: 6990 + components: + - type: Transform + pos: -20.40427,4.6069345 + parent: 1668 +- proto: BoxFolderCentComClipboard + entities: + - uid: 2198 + components: + - type: Transform + pos: -1.5118587,0.6696344 + parent: 1668 + - uid: 6991 + components: + - type: Transform + pos: -20.46677,5.55778 + parent: 1668 +- proto: BoxFolderRed + entities: + - uid: 1398 + components: + - type: Transform + pos: -3.4754791,-12.432284 + parent: 1668 + - uid: 1444 + components: + - type: Transform + pos: -0.22787756,1.6627237 + parent: 1668 + - uid: 2461 + components: + - type: Transform + pos: 27.393238,17.582628 + parent: 1668 + - uid: 3838 + components: + - type: Transform + pos: -24.551022,-5.5465455 + parent: 1668 + - uid: 6504 + components: + - type: Transform + pos: 27.483435,-7.4993086 + parent: 1668 +- proto: BoxFolderWhite + entities: + - uid: 1397 + components: + - type: Transform + pos: 2.5401459,-12.541659 + parent: 1668 +- proto: BoxFolderYellow + entities: + - uid: 2230 + components: + - type: Transform + pos: -15.424221,14.516905 + parent: 1668 + - uid: 2231 + components: + - type: Transform + pos: -8.454054,12.663795 + parent: 1668 + - uid: 2232 + components: + - type: Transform + pos: -12.532179,10.67942 + parent: 1668 + - uid: 6612 + components: + - type: Transform + pos: 2.170168,-2.5148773 + parent: 1668 + - uid: 6618 + components: + - type: Transform + pos: 2.060793,-2.4055023 + parent: 1668 +- proto: BoxHandcuff + entities: + - uid: 516 + components: + - type: Transform + pos: 21.459097,-10.359755 + parent: 1668 + - uid: 1453 + components: + - type: Transform + pos: 15.460006,6.6372304 + parent: 1668 + - uid: 3150 + components: + - type: Transform + pos: 10.465678,25.678463 + parent: 1668 + - uid: 3898 + components: + - type: Transform + pos: -12.656932,-5.6960163 + parent: 1668 +- proto: BoxLatexGloves + entities: + - uid: 4391 + components: + - type: Transform + pos: 10.34866,-7.2899737 + parent: 1668 +- proto: BoxPDA + entities: + - uid: 1457 + components: + - type: Transform + pos: 1.5702643,-2.4016738 + parent: 1668 +- proto: BoxSterileMask + entities: + - uid: 627 + components: + - type: Transform + pos: 10.430174,-7.5213776 + parent: 1668 +- proto: BoxZiptie + entities: + - uid: 4696 + components: + - type: Transform + pos: 28.527084,-11.476642 + parent: 1668 +- proto: BriefcaseBrownFilled + entities: + - uid: 2468 + components: + - type: Transform + pos: 34.408863,23.770128 + parent: 1668 + - uid: 2469 + components: + - type: Transform + pos: 34.533863,23.582628 + parent: 1668 + - uid: 2470 + components: + - type: Transform + pos: 32.486988,19.707628 + parent: 1668 +- proto: BrigTimer + entities: + - uid: 3723 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2832: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 3870 + components: + - type: Transform + pos: 14.5,29.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2863: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 3906 + components: + - type: Transform + pos: 14.5,26.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2776: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 6602 + components: + - type: Transform + pos: 4.5,29.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2862: + - Start: Close + - Timer: AutoClose + - Timer: Open + - uid: 6649 + components: + - type: Transform + pos: 14.5,23.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2558: + - Start: Close + - Timer: AutoClose + - Timer: Open +- proto: CableApcExtension + entities: + - uid: 857 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1668 + - uid: 858 + components: + - type: Transform + pos: 20.5,5.5 + parent: 1668 + - uid: 859 + components: + - type: Transform + pos: 20.5,4.5 + parent: 1668 + - uid: 860 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1668 + - uid: 861 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1668 + - uid: 862 + components: + - type: Transform + pos: 21.5,2.5 + parent: 1668 + - uid: 863 + components: + - type: Transform + pos: 22.5,2.5 + parent: 1668 + - uid: 864 + components: + - type: Transform + pos: 23.5,2.5 + parent: 1668 + - uid: 865 + components: + - type: Transform + pos: 24.5,2.5 + parent: 1668 + - uid: 866 + components: + - type: Transform + pos: 25.5,2.5 + parent: 1668 + - uid: 867 + components: + - type: Transform + pos: 26.5,2.5 + parent: 1668 + - uid: 868 + components: + - type: Transform + pos: 27.5,2.5 + parent: 1668 + - uid: 869 + components: + - type: Transform + pos: 28.5,2.5 + parent: 1668 + - uid: 870 + components: + - type: Transform + pos: 29.5,2.5 + parent: 1668 + - uid: 871 + components: + - type: Transform + pos: 30.5,2.5 + parent: 1668 + - uid: 872 + components: + - type: Transform + pos: 31.5,2.5 + parent: 1668 + - uid: 873 + components: + - type: Transform + pos: 32.5,2.5 + parent: 1668 + - uid: 874 + components: + - type: Transform + pos: 33.5,2.5 + parent: 1668 + - uid: 875 + components: + - type: Transform + pos: 34.5,2.5 + parent: 1668 + - uid: 876 + components: + - type: Transform + pos: 21.5,4.5 + parent: 1668 + - uid: 877 + components: + - type: Transform + pos: 22.5,4.5 + parent: 1668 + - uid: 878 + components: + - type: Transform + pos: 23.5,4.5 + parent: 1668 + - uid: 879 + components: + - type: Transform + pos: 24.5,4.5 + parent: 1668 + - uid: 880 + components: + - type: Transform + pos: 25.5,4.5 + parent: 1668 + - uid: 881 + components: + - type: Transform + pos: 26.5,4.5 + parent: 1668 + - uid: 882 + components: + - type: Transform + pos: 27.5,4.5 + parent: 1668 + - uid: 883 + components: + - type: Transform + pos: 28.5,4.5 + parent: 1668 + - uid: 884 + components: + - type: Transform + pos: 29.5,4.5 + parent: 1668 + - uid: 885 + components: + - type: Transform + pos: 30.5,4.5 + parent: 1668 + - uid: 886 + components: + - type: Transform + pos: 31.5,4.5 + parent: 1668 + - uid: 887 + components: + - type: Transform + pos: 32.5,4.5 + parent: 1668 + - uid: 888 + components: + - type: Transform + pos: 33.5,4.5 + parent: 1668 + - uid: 889 + components: + - type: Transform + pos: 26.5,5.5 + parent: 1668 + - uid: 890 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1668 + - uid: 891 + components: + - type: Transform + pos: 28.5,6.5 + parent: 1668 + - uid: 892 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 1668 + - uid: 893 + components: + - type: Transform + pos: 24.5,7.5 + parent: 1668 + - uid: 894 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 1668 + - uid: 895 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 1668 + - uid: 896 + components: + - type: Transform + pos: 32.5,1.5 + parent: 1668 + - uid: 897 + components: + - type: Transform + pos: 32.5,0.5 + parent: 1668 + - uid: 899 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1668 + - uid: 900 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1668 + - uid: 901 + components: + - type: Transform + pos: 31.5,5.5 + parent: 1668 + - uid: 902 + components: + - type: Transform + pos: 24.5,6.5 + parent: 1668 + - uid: 903 + components: + - type: Transform + pos: 23.5,6.5 + parent: 1668 + - uid: 904 + components: + - type: Transform + pos: 22.5,6.5 + parent: 1668 + - uid: 906 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 1668 + - uid: 907 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 1668 + - uid: 908 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 1668 + - uid: 909 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 1668 + - uid: 910 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 1668 + - uid: 911 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 1668 + - uid: 912 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 1668 + - uid: 913 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 1668 + - uid: 914 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 1668 + - uid: 915 + components: + - type: Transform + pos: 25.5,-3.5 + parent: 1668 + - uid: 916 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 1668 + - uid: 917 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 1668 + - uid: 918 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 1668 + - uid: 919 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 1668 + - uid: 920 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 1668 + - uid: 921 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 1668 + - uid: 922 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 1668 + - uid: 923 + components: + - type: Transform + pos: 33.5,-3.5 + parent: 1668 + - uid: 924 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 1668 + - uid: 925 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 1668 + - uid: 926 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 1668 + - uid: 927 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 1668 + - uid: 928 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 1668 + - uid: 929 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 1668 + - uid: 930 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 1668 + - uid: 931 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 1668 + - uid: 932 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 1668 + - uid: 933 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 1668 + - uid: 934 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 1668 + - uid: 935 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 1668 + - uid: 936 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 1668 + - uid: 937 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 1668 + - uid: 938 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 1668 + - uid: 939 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 1668 + - uid: 940 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 1668 + - uid: 941 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1668 + - uid: 942 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1668 + - uid: 943 + components: + - type: Transform + pos: 33.5,3.5 + parent: 1668 + - uid: 944 + components: + - type: Transform + pos: 33.5,5.5 + parent: 1668 + - uid: 945 + components: + - type: Transform + pos: 33.5,1.5 + parent: 1668 + - uid: 946 + components: + - type: Transform + pos: 35.5,2.5 + parent: 1668 + - uid: 947 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1668 + - uid: 948 + components: + - type: Transform + pos: 35.5,3.5 + parent: 1668 + - uid: 949 + components: + - type: Transform + pos: 35.5,4.5 + parent: 1668 + - uid: 950 + components: + - type: Transform + pos: 35.5,5.5 + parent: 1668 + - uid: 951 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 1668 + - uid: 952 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 1668 + - uid: 953 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 1668 + - uid: 954 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 1668 + - uid: 955 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 1668 + - uid: 956 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 1668 + - uid: 957 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 1668 + - uid: 958 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 1668 + - uid: 959 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 1668 + - uid: 960 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 1668 + - uid: 961 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1668 + - uid: 962 + components: + - type: Transform + pos: 34.5,1.5 + parent: 1668 + - uid: 964 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 1668 + - uid: 965 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 1668 + - uid: 966 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 1668 + - uid: 967 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 1668 + - uid: 968 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 1668 + - uid: 969 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 1668 + - uid: 970 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 1668 + - uid: 971 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 1668 + - uid: 972 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 1668 + - uid: 973 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 1668 + - uid: 975 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1668 + - uid: 976 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 1668 + - uid: 980 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1668 + - uid: 981 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1668 + - uid: 982 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1668 + - uid: 983 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1668 + - uid: 984 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1668 + - uid: 985 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1668 + - uid: 986 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1668 + - uid: 987 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1668 + - uid: 988 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1668 + - uid: 989 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 1668 + - uid: 990 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 1668 + - uid: 991 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1668 + - uid: 992 + components: + - type: Transform + pos: 15.5,0.5 + parent: 1668 + - uid: 993 + components: + - type: Transform + pos: 16.5,0.5 + parent: 1668 + - uid: 994 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1668 + - uid: 995 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 1668 + - uid: 996 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1668 + - uid: 997 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1668 + - uid: 998 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1668 + - uid: 999 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1668 + - uid: 1000 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1668 + - uid: 1001 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1668 + - uid: 1002 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1668 + - uid: 1003 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 1668 + - uid: 1004 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1668 + - uid: 1005 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1668 + - uid: 1006 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1668 + - uid: 1007 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 1668 + - uid: 1008 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1668 + - uid: 1009 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1668 + - uid: 1010 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1668 + - uid: 1011 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1668 + - uid: 1012 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 1668 + - uid: 1013 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 1668 + - uid: 1014 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1668 + - uid: 1015 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1668 + - uid: 1016 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1668 + - uid: 1017 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1668 + - uid: 1018 + components: + - type: Transform + pos: 14.5,-3.5 + parent: 1668 + - uid: 1019 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1668 + - uid: 1020 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1668 + - uid: 1021 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1668 + - uid: 1022 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1668 + - uid: 1023 + components: + - type: Transform + pos: 12.5,4.5 + parent: 1668 + - uid: 1024 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1668 + - uid: 1025 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1668 + - uid: 1026 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1668 + - uid: 1027 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1668 + - uid: 1028 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1668 + - uid: 1029 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1668 + - uid: 1030 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1668 + - uid: 1031 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1668 + - uid: 1032 + components: + - type: Transform + pos: 15.5,5.5 + parent: 1668 + - uid: 1033 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1668 + - uid: 1034 + components: + - type: Transform + pos: 17.5,5.5 + parent: 1668 + - uid: 1035 + components: + - type: Transform + pos: 17.5,4.5 + parent: 1668 + - uid: 1036 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1668 + - uid: 1037 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1668 + - uid: 1038 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1668 + - uid: 1039 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1668 + - uid: 1040 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1668 + - uid: 1041 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1668 + - uid: 1042 + components: + - type: Transform + pos: 11.5,5.5 + parent: 1668 + - uid: 1043 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1668 + - uid: 1044 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1668 + - uid: 1045 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1668 + - uid: 1046 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1668 + - uid: 1047 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1668 + - uid: 1048 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1668 + - uid: 1049 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1668 + - uid: 1050 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1668 + - uid: 1051 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1668 + - uid: 1052 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1668 + - uid: 1053 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1668 + - uid: 1054 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1668 + - uid: 1055 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1668 + - uid: 1056 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1668 + - uid: 1057 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1668 + - uid: 1058 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1668 + - uid: 1059 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1668 + - uid: 1060 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1668 + - uid: 1061 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1668 + - uid: 1062 + components: + - type: Transform + pos: 28.5,1.5 + parent: 1668 + - uid: 1063 + components: + - type: Transform + pos: 28.5,0.5 + parent: 1668 + - uid: 1064 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 1668 + - uid: 1068 + components: + - type: Transform + pos: 24.5,-2.5 + parent: 1668 + - uid: 1069 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 1668 + - uid: 1070 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 1668 + - uid: 1089 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1668 + - uid: 1090 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1668 + - uid: 1091 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1668 + - uid: 1092 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1668 + - uid: 1093 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1668 + - uid: 1094 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1668 + - uid: 1095 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1668 + - uid: 1096 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1668 + - uid: 1097 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1668 + - uid: 1098 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1668 + - uid: 1099 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1668 + - uid: 1100 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1668 + - uid: 1101 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1668 + - uid: 1102 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1668 + - uid: 1103 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1668 + - uid: 1104 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1668 + - uid: 1105 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1668 + - uid: 1106 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1668 + - uid: 1107 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1668 + - uid: 1108 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1668 + - uid: 1109 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1668 + - uid: 1110 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1668 + - uid: 1111 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1668 + - uid: 1112 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1668 + - uid: 1113 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1668 + - uid: 1114 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1668 + - uid: 1115 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1668 + - uid: 1116 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1668 + - uid: 1117 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1668 + - uid: 1118 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 1668 + - uid: 1119 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 1668 + - uid: 1120 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1668 + - uid: 1121 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1668 + - uid: 1122 + components: + - type: Transform + pos: 1.5,-1.5 + parent: 1668 + - uid: 1123 + components: + - type: Transform + pos: 2.5,-1.5 + parent: 1668 + - uid: 1124 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1668 + - uid: 1125 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1668 + - uid: 1126 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1668 + - uid: 1127 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1668 + - uid: 1128 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1668 + - uid: 1129 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1668 + - uid: 1137 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 1668 + - uid: 1202 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1668 + - uid: 1203 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1668 + - uid: 1204 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1668 + - uid: 1205 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 1668 + - uid: 1206 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1668 + - uid: 1207 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 1668 + - uid: 1208 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1668 + - uid: 1209 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1668 + - uid: 1210 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 1668 + - uid: 1211 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 1668 + - uid: 1212 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 1668 + - uid: 1213 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 1668 + - uid: 1214 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 1668 + - uid: 1215 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 1668 + - uid: 1216 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1668 + - uid: 1217 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1668 + - uid: 1218 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1668 + - uid: 1219 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1668 + - uid: 1220 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 1668 + - uid: 1221 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 1668 + - uid: 1222 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 1668 + - uid: 1223 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 1668 + - uid: 1224 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 1668 + - uid: 1225 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 1668 + - uid: 1226 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 1668 + - uid: 1227 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 1668 + - uid: 1228 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1668 + - uid: 1229 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1668 + - uid: 1230 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 1668 + - uid: 1231 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 1668 + - uid: 1232 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 1668 + - uid: 1233 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 1668 + - uid: 1234 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 1668 + - uid: 1236 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1668 + - uid: 1237 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1668 + - uid: 1238 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1668 + - uid: 1239 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 1668 + - uid: 1240 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1668 + - uid: 1241 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 1668 + - uid: 1242 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1668 + - uid: 1243 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1668 + - uid: 1244 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1668 + - uid: 1245 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1668 + - uid: 1246 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1668 + - uid: 1247 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1668 + - uid: 1248 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1668 + - uid: 1249 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1668 + - uid: 1250 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1668 + - uid: 1251 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1668 + - uid: 1252 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1668 + - uid: 1253 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1668 + - uid: 1254 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1668 + - uid: 1255 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1668 + - uid: 1256 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1668 + - uid: 1257 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1668 + - uid: 1258 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1668 + - uid: 1259 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1668 + - uid: 1260 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1668 + - uid: 1261 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1668 + - uid: 1262 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1668 + - uid: 1263 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 1668 + - uid: 1264 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1668 + - uid: 1265 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 1668 + - uid: 1266 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1668 + - uid: 1267 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1668 + - uid: 1268 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1668 + - uid: 1269 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 1668 + - uid: 1270 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1668 + - uid: 1271 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1668 + - uid: 1272 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1668 + - uid: 1273 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1668 + - uid: 1274 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1668 + - uid: 1275 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1668 + - uid: 1276 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1668 + - uid: 1277 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1668 + - uid: 1278 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1668 + - uid: 1279 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1668 + - uid: 1280 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1668 + - uid: 1281 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1668 + - uid: 1282 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1668 + - uid: 1283 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1668 + - uid: 1284 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1668 + - uid: 1285 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1668 + - uid: 1286 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1668 + - uid: 1287 + components: + - type: Transform + pos: 2.5,4.5 + parent: 1668 + - uid: 1288 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1668 + - uid: 1289 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1668 + - uid: 1290 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1668 + - uid: 1291 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1668 + - uid: 1292 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1668 + - uid: 1293 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1668 + - uid: 1294 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1668 + - uid: 1295 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1668 + - uid: 1296 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1668 + - uid: 1297 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1668 + - uid: 1298 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1668 + - uid: 1299 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1668 + - uid: 1300 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1668 + - uid: 1301 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1668 + - uid: 1302 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1668 + - uid: 1303 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1668 + - uid: 1304 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1668 + - uid: 1305 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1668 + - uid: 1306 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1668 + - uid: 1307 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 1668 + - uid: 1308 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1668 + - uid: 1309 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1668 + - uid: 1310 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1668 + - uid: 1311 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1668 + - uid: 1312 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1668 + - uid: 1313 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1668 + - uid: 1314 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1668 + - uid: 1315 + components: + - type: Transform + pos: -7.5,3.5 + parent: 1668 + - uid: 1316 + components: + - type: Transform + pos: -7.5,4.5 + parent: 1668 + - uid: 1317 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1668 + - uid: 1318 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1668 + - uid: 1319 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1668 + - uid: 1320 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1668 + - uid: 1342 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1668 + - uid: 1343 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1668 + - uid: 1344 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1668 + - uid: 1345 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1668 + - uid: 1346 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1668 + - uid: 1347 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1668 + - uid: 1348 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1668 + - uid: 1349 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1668 + - uid: 1350 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1668 + - uid: 1351 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1668 + - uid: 1352 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1668 + - uid: 1353 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1668 + - uid: 1354 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1668 + - uid: 1355 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1668 + - uid: 1356 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1668 + - uid: 1357 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1668 + - uid: 1358 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1668 + - uid: 1359 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1668 + - uid: 1360 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 1668 + - uid: 1361 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 1668 + - uid: 1362 + components: + - type: Transform + pos: -5.5,-7.5 + parent: 1668 + - uid: 1363 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1668 + - uid: 1364 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1668 + - uid: 1365 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 1668 + - uid: 1366 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 1668 + - uid: 1367 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 1668 + - uid: 1368 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 1668 + - uid: 1369 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 1668 + - uid: 1370 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1668 + - uid: 1371 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1668 + - uid: 1372 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 1668 + - uid: 1373 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 1668 + - uid: 1374 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1668 + - uid: 1375 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1668 + - uid: 1376 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1668 + - uid: 1377 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 1668 + - uid: 1378 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1668 + - uid: 1379 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1668 + - uid: 1380 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1668 + - uid: 1381 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1668 + - uid: 1382 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1668 + - uid: 1383 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1668 + - uid: 1468 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 1668 + - uid: 1469 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 1668 + - uid: 1470 + components: + - type: Transform + pos: 15.5,4.5 + parent: 1668 + - uid: 1471 + components: + - type: Transform + pos: 15.5,3.5 + parent: 1668 + - uid: 1472 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1668 + - uid: 1678 + components: + - type: Transform + pos: -6.5,16.5 + parent: 1668 + - uid: 1679 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1668 + - uid: 1680 + components: + - type: Transform + pos: -6.5,17.5 + parent: 1668 + - uid: 1681 + components: + - type: Transform + pos: -5.5,17.5 + parent: 1668 + - uid: 1682 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1668 + - uid: 1683 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1668 + - uid: 1684 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1668 + - uid: 1685 + components: + - type: Transform + pos: -8.5,11.5 + parent: 1668 + - uid: 1686 + components: + - type: Transform + pos: -8.5,10.5 + parent: 1668 + - uid: 1687 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1668 + - uid: 1688 + components: + - type: Transform + pos: -7.5,9.5 + parent: 1668 + - uid: 1689 + components: + - type: Transform + pos: -6.5,9.5 + parent: 1668 + - uid: 1690 + components: + - type: Transform + pos: -5.5,9.5 + parent: 1668 + - uid: 1691 + components: + - type: Transform + pos: -5.5,8.5 + parent: 1668 + - uid: 1692 + components: + - type: Transform + pos: -4.5,8.5 + parent: 1668 + - uid: 1693 + components: + - type: Transform + pos: -5.5,7.5 + parent: 1668 + - uid: 1694 + components: + - type: Transform + pos: -5.5,6.5 + parent: 1668 + - uid: 1695 + components: + - type: Transform + pos: -4.5,6.5 + parent: 1668 + - uid: 1696 + components: + - type: Transform + pos: -6.5,6.5 + parent: 1668 + - uid: 1697 + components: + - type: Transform + pos: -9.5,9.5 + parent: 1668 + - uid: 1698 + components: + - type: Transform + pos: -10.5,9.5 + parent: 1668 + - uid: 1699 + components: + - type: Transform + pos: -11.5,9.5 + parent: 1668 + - uid: 1700 + components: + - type: Transform + pos: -9.5,11.5 + parent: 1668 + - uid: 1701 + components: + - type: Transform + pos: -10.5,11.5 + parent: 1668 + - uid: 1702 + components: + - type: Transform + pos: -11.5,11.5 + parent: 1668 + - uid: 1703 + components: + - type: Transform + pos: -7.5,11.5 + parent: 1668 + - uid: 1704 + components: + - type: Transform + pos: -6.5,11.5 + parent: 1668 + - uid: 1705 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1668 + - uid: 1706 + components: + - type: Transform + pos: -14.5,18.5 + parent: 1668 + - uid: 1707 + components: + - type: Transform + pos: -14.5,17.5 + parent: 1668 + - uid: 1708 + components: + - type: Transform + pos: -15.5,17.5 + parent: 1668 + - uid: 1709 + components: + - type: Transform + pos: -16.5,17.5 + parent: 1668 + - uid: 1710 + components: + - type: Transform + pos: -16.5,18.5 + parent: 1668 + - uid: 1711 + components: + - type: Transform + pos: -15.5,18.5 + parent: 1668 + - uid: 1712 + components: + - type: Transform + pos: -13.5,18.5 + parent: 1668 + - uid: 1713 + components: + - type: Transform + pos: -12.5,18.5 + parent: 1668 + - uid: 1714 + components: + - type: Transform + pos: -14.5,16.5 + parent: 1668 + - uid: 1715 + components: + - type: Transform + pos: -14.5,15.5 + parent: 1668 + - uid: 1716 + components: + - type: Transform + pos: -13.5,15.5 + parent: 1668 + - uid: 1717 + components: + - type: Transform + pos: -12.5,15.5 + parent: 1668 + - uid: 1718 + components: + - type: Transform + pos: -11.5,15.5 + parent: 1668 + - uid: 1719 + components: + - type: Transform + pos: -10.5,15.5 + parent: 1668 + - uid: 1720 + components: + - type: Transform + pos: -9.5,15.5 + parent: 1668 + - uid: 1721 + components: + - type: Transform + pos: -10.5,14.5 + parent: 1668 + - uid: 1722 + components: + - type: Transform + pos: -10.5,16.5 + parent: 1668 + - uid: 1723 + components: + - type: Transform + pos: -10.5,17.5 + parent: 1668 + - uid: 1724 + components: + - type: Transform + pos: -4.5,19.5 + parent: 1668 + - uid: 1725 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1668 + - uid: 1726 + components: + - type: Transform + pos: -6.5,19.5 + parent: 1668 + - uid: 1727 + components: + - type: Transform + pos: -7.5,19.5 + parent: 1668 + - uid: 1728 + components: + - type: Transform + pos: -8.5,19.5 + parent: 1668 + - uid: 1729 + components: + - type: Transform + pos: -9.5,19.5 + parent: 1668 + - uid: 1730 + components: + - type: Transform + pos: -10.5,19.5 + parent: 1668 + - uid: 1731 + components: + - type: Transform + pos: -11.5,19.5 + parent: 1668 + - uid: 1732 + components: + - type: Transform + pos: -11.5,20.5 + parent: 1668 + - uid: 1733 + components: + - type: Transform + pos: -11.5,21.5 + parent: 1668 + - uid: 1734 + components: + - type: Transform + pos: -11.5,22.5 + parent: 1668 + - uid: 1735 + components: + - type: Transform + pos: -11.5,23.5 + parent: 1668 + - uid: 1736 + components: + - type: Transform + pos: -11.5,24.5 + parent: 1668 + - uid: 1737 + components: + - type: Transform + pos: -11.5,25.5 + parent: 1668 + - uid: 1738 + components: + - type: Transform + pos: -11.5,26.5 + parent: 1668 + - uid: 1739 + components: + - type: Transform + pos: -11.5,27.5 + parent: 1668 + - uid: 1740 + components: + - type: Transform + pos: -11.5,28.5 + parent: 1668 + - uid: 1741 + components: + - type: Transform + pos: -11.5,29.5 + parent: 1668 + - uid: 1742 + components: + - type: Transform + pos: -11.5,30.5 + parent: 1668 + - uid: 1743 + components: + - type: Transform + pos: -11.5,31.5 + parent: 1668 + - uid: 1744 + components: + - type: Transform + pos: -12.5,31.5 + parent: 1668 + - uid: 1745 + components: + - type: Transform + pos: -12.5,32.5 + parent: 1668 + - uid: 1746 + components: + - type: Transform + pos: -10.5,31.5 + parent: 1668 + - uid: 1747 + components: + - type: Transform + pos: -9.5,31.5 + parent: 1668 + - uid: 1748 + components: + - type: Transform + pos: -8.5,31.5 + parent: 1668 + - uid: 1749 + components: + - type: Transform + pos: -7.5,31.5 + parent: 1668 + - uid: 1750 + components: + - type: Transform + pos: -6.5,31.5 + parent: 1668 + - uid: 1751 + components: + - type: Transform + pos: -6.5,32.5 + parent: 1668 + - uid: 1752 + components: + - type: Transform + pos: -9.5,32.5 + parent: 1668 + - uid: 1753 + components: + - type: Transform + pos: -9.5,33.5 + parent: 1668 + - uid: 1754 + components: + - type: Transform + pos: -12.5,30.5 + parent: 1668 + - uid: 1755 + components: + - type: Transform + pos: -13.5,30.5 + parent: 1668 + - uid: 1756 + components: + - type: Transform + pos: -14.5,30.5 + parent: 1668 + - uid: 1757 + components: + - type: Transform + pos: -14.5,29.5 + parent: 1668 + - uid: 1758 + components: + - type: Transform + pos: -15.5,29.5 + parent: 1668 + - uid: 1759 + components: + - type: Transform + pos: -16.5,29.5 + parent: 1668 + - uid: 1760 + components: + - type: Transform + pos: -12.5,26.5 + parent: 1668 + - uid: 1761 + components: + - type: Transform + pos: -13.5,26.5 + parent: 1668 + - uid: 1762 + components: + - type: Transform + pos: -14.5,26.5 + parent: 1668 + - uid: 1763 + components: + - type: Transform + pos: -15.5,26.5 + parent: 1668 + - uid: 1764 + components: + - type: Transform + pos: -16.5,26.5 + parent: 1668 + - uid: 1765 + components: + - type: Transform + pos: -12.5,23.5 + parent: 1668 + - uid: 1766 + components: + - type: Transform + pos: -13.5,23.5 + parent: 1668 + - uid: 1767 + components: + - type: Transform + pos: -14.5,23.5 + parent: 1668 + - uid: 1768 + components: + - type: Transform + pos: -15.5,23.5 + parent: 1668 + - uid: 1769 + components: + - type: Transform + pos: -16.5,23.5 + parent: 1668 + - uid: 1770 + components: + - type: Transform + pos: -14.5,22.5 + parent: 1668 + - uid: 1771 + components: + - type: Transform + pos: -14.5,21.5 + parent: 1668 + - uid: 1772 + components: + - type: Transform + pos: -14.5,20.5 + parent: 1668 + - uid: 1773 + components: + - type: Transform + pos: -10.5,23.5 + parent: 1668 + - uid: 1774 + components: + - type: Transform + pos: -9.5,23.5 + parent: 1668 + - uid: 1775 + components: + - type: Transform + pos: -8.5,23.5 + parent: 1668 + - uid: 1776 + components: + - type: Transform + pos: -7.5,23.5 + parent: 1668 + - uid: 1777 + components: + - type: Transform + pos: -6.5,23.5 + parent: 1668 + - uid: 1778 + components: + - type: Transform + pos: -6.5,20.5 + parent: 1668 + - uid: 1779 + components: + - type: Transform + pos: -6.5,21.5 + parent: 1668 + - uid: 1780 + components: + - type: Transform + pos: -6.5,22.5 + parent: 1668 + - uid: 1781 + components: + - type: Transform + pos: -6.5,24.5 + parent: 1668 + - uid: 1782 + components: + - type: Transform + pos: -6.5,25.5 + parent: 1668 + - uid: 1783 + components: + - type: Transform + pos: -6.5,26.5 + parent: 1668 + - uid: 1784 + components: + - type: Transform + pos: -6.5,27.5 + parent: 1668 + - uid: 1785 + components: + - type: Transform + pos: -6.5,28.5 + parent: 1668 + - uid: 1786 + components: + - type: Transform + pos: -6.5,29.5 + parent: 1668 + - uid: 1787 + components: + - type: Transform + pos: -6.5,30.5 + parent: 1668 + - uid: 1788 + components: + - type: Transform + pos: -7.5,27.5 + parent: 1668 + - uid: 1789 + components: + - type: Transform + pos: -8.5,27.5 + parent: 1668 + - uid: 1790 + components: + - type: Transform + pos: -9.5,27.5 + parent: 1668 + - uid: 1791 + components: + - type: Transform + pos: -10.5,27.5 + parent: 1668 + - uid: 1956 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1668 + - uid: 1957 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1668 + - uid: 1958 + components: + - type: Transform + pos: 1.5,15.5 + parent: 1668 + - uid: 1959 + components: + - type: Transform + pos: 1.5,14.5 + parent: 1668 + - uid: 1960 + components: + - type: Transform + pos: 1.5,13.5 + parent: 1668 + - uid: 1961 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1668 + - uid: 1962 + components: + - type: Transform + pos: 1.5,11.5 + parent: 1668 + - uid: 1963 + components: + - type: Transform + pos: 1.5,10.5 + parent: 1668 + - uid: 1964 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1668 + - uid: 1965 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1668 + - uid: 1966 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1668 + - uid: 1967 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1668 + - uid: 1968 + components: + - type: Transform + pos: 2.5,10.5 + parent: 1668 + - uid: 1969 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1668 + - uid: 1970 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1668 + - uid: 1971 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1668 + - uid: 1972 + components: + - type: Transform + pos: 2.5,14.5 + parent: 1668 + - uid: 1973 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1668 + - uid: 1974 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1668 + - uid: 1975 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1668 + - uid: 1976 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1668 + - uid: 1977 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1668 + - uid: 1978 + components: + - type: Transform + pos: 0.5,15.5 + parent: 1668 + - uid: 1979 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1668 + - uid: 1980 + components: + - type: Transform + pos: -1.5,15.5 + parent: 1668 + - uid: 1981 + components: + - type: Transform + pos: -2.5,15.5 + parent: 1668 + - uid: 1982 + components: + - type: Transform + pos: -2.5,14.5 + parent: 1668 + - uid: 1983 + components: + - type: Transform + pos: -2.5,13.5 + parent: 1668 + - uid: 1984 + components: + - type: Transform + pos: -2.5,12.5 + parent: 1668 + - uid: 1985 + components: + - type: Transform + pos: -2.5,11.5 + parent: 1668 + - uid: 1986 + components: + - type: Transform + pos: -2.5,10.5 + parent: 1668 + - uid: 1987 + components: + - type: Transform + pos: -2.5,9.5 + parent: 1668 + - uid: 1988 + components: + - type: Transform + pos: -2.5,8.5 + parent: 1668 + - uid: 1989 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1668 + - uid: 1990 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1668 + - uid: 1991 + components: + - type: Transform + pos: 0.5,8.5 + parent: 1668 + - uid: 1992 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1668 + - uid: 1993 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1668 + - uid: 2020 + components: + - type: Transform + pos: -1.5,22.5 + parent: 1668 + - uid: 2021 + components: + - type: Transform + pos: -1.5,23.5 + parent: 1668 + - uid: 2022 + components: + - type: Transform + pos: -1.5,24.5 + parent: 1668 + - uid: 2023 + components: + - type: Transform + pos: -2.5,24.5 + parent: 1668 + - uid: 2024 + components: + - type: Transform + pos: -1.5,21.5 + parent: 1668 + - uid: 2025 + components: + - type: Transform + pos: -1.5,20.5 + parent: 1668 + - uid: 2026 + components: + - type: Transform + pos: -0.5,20.5 + parent: 1668 + - uid: 2027 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1668 + - uid: 2028 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1668 + - uid: 2029 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1668 + - uid: 2030 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1668 + - uid: 2031 + components: + - type: Transform + pos: -2.5,21.5 + parent: 1668 + - uid: 2057 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1668 + - uid: 2567 + components: + - type: Transform + pos: 17.5,17.5 + parent: 1668 + - uid: 2568 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1668 + - uid: 2569 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1668 + - uid: 2570 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1668 + - uid: 2571 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1668 + - uid: 2572 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1668 + - uid: 2573 + components: + - type: Transform + pos: 17.5,11.5 + parent: 1668 + - uid: 2574 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1668 + - uid: 2575 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1668 + - uid: 2576 + components: + - type: Transform + pos: 16.5,14.5 + parent: 1668 + - uid: 2577 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1668 + - uid: 2578 + components: + - type: Transform + pos: 17.5,10.5 + parent: 1668 + - uid: 2579 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1668 + - uid: 2580 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1668 + - uid: 2581 + components: + - type: Transform + pos: 18.5,11.5 + parent: 1668 + - uid: 2582 + components: + - type: Transform + pos: 19.5,11.5 + parent: 1668 + - uid: 2583 + components: + - type: Transform + pos: 20.5,11.5 + parent: 1668 + - uid: 2584 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1668 + - uid: 2585 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1668 + - uid: 2586 + components: + - type: Transform + pos: 20.5,14.5 + parent: 1668 + - uid: 2587 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1668 + - uid: 2588 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1668 + - uid: 2589 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1668 + - uid: 2590 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1668 + - uid: 2591 + components: + - type: Transform + pos: 18.5,20.5 + parent: 1668 + - uid: 2592 + components: + - type: Transform + pos: 19.5,19.5 + parent: 1668 + - uid: 2593 + components: + - type: Transform + pos: 19.5,18.5 + parent: 1668 + - uid: 2594 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1668 + - uid: 2595 + components: + - type: Transform + pos: 19.5,22.5 + parent: 1668 + - uid: 2596 + components: + - type: Transform + pos: 21.5,21.5 + parent: 1668 + - uid: 2597 + components: + - type: Transform + pos: 22.5,21.5 + parent: 1668 + - uid: 2598 + components: + - type: Transform + pos: 23.5,21.5 + parent: 1668 + - uid: 2599 + components: + - type: Transform + pos: 23.5,22.5 + parent: 1668 + - uid: 2600 + components: + - type: Transform + pos: 24.5,22.5 + parent: 1668 + - uid: 2601 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1668 + - uid: 2602 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1668 + - uid: 2603 + components: + - type: Transform + pos: 27.5,22.5 + parent: 1668 + - uid: 2604 + components: + - type: Transform + pos: 28.5,22.5 + parent: 1668 + - uid: 2605 + components: + - type: Transform + pos: 29.5,22.5 + parent: 1668 + - uid: 2606 + components: + - type: Transform + pos: 30.5,22.5 + parent: 1668 + - uid: 2607 + components: + - type: Transform + pos: 31.5,22.5 + parent: 1668 + - uid: 2608 + components: + - type: Transform + pos: 32.5,22.5 + parent: 1668 + - uid: 2609 + components: + - type: Transform + pos: 33.5,22.5 + parent: 1668 + - uid: 2610 + components: + - type: Transform + pos: 34.5,22.5 + parent: 1668 + - uid: 2611 + components: + - type: Transform + pos: 33.5,21.5 + parent: 1668 + - uid: 2612 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1668 + - uid: 2613 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1668 + - uid: 2614 + components: + - type: Transform + pos: 23.5,20.5 + parent: 1668 + - uid: 2615 + components: + - type: Transform + pos: 23.5,19.5 + parent: 1668 + - uid: 2616 + components: + - type: Transform + pos: 23.5,18.5 + parent: 1668 + - uid: 2617 + components: + - type: Transform + pos: 23.5,17.5 + parent: 1668 + - uid: 2618 + components: + - type: Transform + pos: 23.5,16.5 + parent: 1668 + - uid: 2619 + components: + - type: Transform + pos: 23.5,15.5 + parent: 1668 + - uid: 2620 + components: + - type: Transform + pos: 24.5,17.5 + parent: 1668 + - uid: 2621 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1668 + - uid: 2622 + components: + - type: Transform + pos: 24.5,15.5 + parent: 1668 + - uid: 2623 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1668 + - uid: 2624 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1668 + - uid: 2625 + components: + - type: Transform + pos: 24.5,13.5 + parent: 1668 + - uid: 2626 + components: + - type: Transform + pos: 25.5,13.5 + parent: 1668 + - uid: 2627 + components: + - type: Transform + pos: 26.5,13.5 + parent: 1668 + - uid: 2628 + components: + - type: Transform + pos: 27.5,13.5 + parent: 1668 + - uid: 2629 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1668 + - uid: 2630 + components: + - type: Transform + pos: 29.5,13.5 + parent: 1668 + - uid: 2631 + components: + - type: Transform + pos: 30.5,13.5 + parent: 1668 + - uid: 2632 + components: + - type: Transform + pos: 31.5,13.5 + parent: 1668 + - uid: 2633 + components: + - type: Transform + pos: 32.5,13.5 + parent: 1668 + - uid: 2634 + components: + - type: Transform + pos: 33.5,13.5 + parent: 1668 + - uid: 2635 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1668 + - uid: 2636 + components: + - type: Transform + pos: 31.5,14.5 + parent: 1668 + - uid: 2637 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1668 + - uid: 2638 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1668 + - uid: 2639 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1668 + - uid: 2640 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1668 + - uid: 2641 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1668 + - uid: 2642 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1668 + - uid: 2643 + components: + - type: Transform + pos: 28.5,15.5 + parent: 1668 + - uid: 2644 + components: + - type: Transform + pos: 28.5,16.5 + parent: 1668 + - uid: 2645 + components: + - type: Transform + pos: 28.5,17.5 + parent: 1668 + - uid: 2646 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1668 + - uid: 2647 + components: + - type: Transform + pos: 29.5,18.5 + parent: 1668 + - uid: 2648 + components: + - type: Transform + pos: 30.5,18.5 + parent: 1668 + - uid: 2649 + components: + - type: Transform + pos: 31.5,18.5 + parent: 1668 + - uid: 2650 + components: + - type: Transform + pos: 27.5,18.5 + parent: 1668 + - uid: 2651 + components: + - type: Transform + pos: 26.5,18.5 + parent: 1668 + - uid: 2652 + components: + - type: Transform + pos: 25.5,18.5 + parent: 1668 + - uid: 2653 + components: + - type: Transform + pos: 27.5,15.5 + parent: 1668 + - uid: 2654 + components: + - type: Transform + pos: 26.5,15.5 + parent: 1668 + - uid: 2655 + components: + - type: Transform + pos: 29.5,15.5 + parent: 1668 + - uid: 2656 + components: + - type: Transform + pos: 30.5,15.5 + parent: 1668 + - uid: 2657 + components: + - type: Transform + pos: 24.5,12.5 + parent: 1668 + - uid: 2658 + components: + - type: Transform + pos: 23.5,12.5 + parent: 1668 + - uid: 2659 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1668 + - uid: 2660 + components: + - type: Transform + pos: 33.5,12.5 + parent: 1668 + - uid: 2661 + components: + - type: Transform + pos: 34.5,12.5 + parent: 1668 + - uid: 2662 + components: + - type: Transform + pos: 33.5,11.5 + parent: 1668 + - uid: 2663 + components: + - type: Transform + pos: 32.5,11.5 + parent: 1668 + - uid: 2664 + components: + - type: Transform + pos: 31.5,11.5 + parent: 1668 + - uid: 2665 + components: + - type: Transform + pos: 30.5,11.5 + parent: 1668 + - uid: 2666 + components: + - type: Transform + pos: 29.5,11.5 + parent: 1668 + - uid: 2667 + components: + - type: Transform + pos: 28.5,11.5 + parent: 1668 + - uid: 2668 + components: + - type: Transform + pos: 27.5,11.5 + parent: 1668 + - uid: 2669 + components: + - type: Transform + pos: 26.5,11.5 + parent: 1668 + - uid: 2670 + components: + - type: Transform + pos: 25.5,11.5 + parent: 1668 + - uid: 2671 + components: + - type: Transform + pos: 24.5,11.5 + parent: 1668 + - uid: 2672 + components: + - type: Transform + pos: 23.5,11.5 + parent: 1668 + - uid: 2673 + components: + - type: Transform + pos: 35.5,19.5 + parent: 1668 + - uid: 2674 + components: + - type: Transform + pos: 34.5,19.5 + parent: 1668 + - uid: 2675 + components: + - type: Transform + pos: 33.5,19.5 + parent: 1668 + - uid: 2676 + components: + - type: Transform + pos: 33.5,18.5 + parent: 1668 + - uid: 2677 + components: + - type: Transform + pos: 33.5,17.5 + parent: 1668 + - uid: 2678 + components: + - type: Transform + pos: 33.5,16.5 + parent: 1668 + - uid: 2679 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1668 + - uid: 2680 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1668 + - uid: 2681 + components: + - type: Transform + pos: 7.5,14.5 + parent: 1668 + - uid: 2682 + components: + - type: Transform + pos: 7.5,13.5 + parent: 1668 + - uid: 2683 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1668 + - uid: 2684 + components: + - type: Transform + pos: 7.5,11.5 + parent: 1668 + - uid: 2685 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1668 + - uid: 2686 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1668 + - uid: 2687 + components: + - type: Transform + pos: 6.5,14.5 + parent: 1668 + - uid: 2688 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1668 + - uid: 2689 + components: + - type: Transform + pos: 8.5,14.5 + parent: 1668 + - uid: 2690 + components: + - type: Transform + pos: 9.5,14.5 + parent: 1668 + - uid: 2691 + components: + - type: Transform + pos: 10.5,14.5 + parent: 1668 + - uid: 2692 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1668 + - uid: 2693 + components: + - type: Transform + pos: 12.5,14.5 + parent: 1668 + - uid: 2694 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1668 + - uid: 2695 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1668 + - uid: 2696 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1668 + - uid: 2697 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1668 + - uid: 2698 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1668 + - uid: 2699 + components: + - type: Transform + pos: 13.5,14.5 + parent: 1668 + - uid: 2700 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1668 + - uid: 2701 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1668 + - uid: 2702 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1668 + - uid: 2703 + components: + - type: Transform + pos: 14.5,17.5 + parent: 1668 + - uid: 2704 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1668 + - uid: 2705 + components: + - type: Transform + pos: 15.5,18.5 + parent: 1668 + - uid: 2706 + components: + - type: Transform + pos: 13.5,13.5 + parent: 1668 + - uid: 2707 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1668 + - uid: 2708 + components: + - type: Transform + pos: 13.5,11.5 + parent: 1668 + - uid: 2709 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1668 + - uid: 2711 + components: + - type: Transform + pos: 10.5,11.5 + parent: 1668 + - uid: 2743 + components: + - type: Transform + pos: 10.5,22.5 + parent: 1668 + - uid: 3033 + components: + - type: Transform + pos: 7.5,30.5 + parent: 1668 + - uid: 3034 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1668 + - uid: 3035 + components: + - type: Transform + pos: 9.5,30.5 + parent: 1668 + - uid: 3036 + components: + - type: Transform + pos: 9.5,31.5 + parent: 1668 + - uid: 3037 + components: + - type: Transform + pos: 10.5,31.5 + parent: 1668 + - uid: 3038 + components: + - type: Transform + pos: 11.5,31.5 + parent: 1668 + - uid: 3039 + components: + - type: Transform + pos: 12.5,31.5 + parent: 1668 + - uid: 3040 + components: + - type: Transform + pos: 13.5,31.5 + parent: 1668 + - uid: 3041 + components: + - type: Transform + pos: 14.5,31.5 + parent: 1668 + - uid: 3042 + components: + - type: Transform + pos: 15.5,31.5 + parent: 1668 + - uid: 3043 + components: + - type: Transform + pos: 8.5,31.5 + parent: 1668 + - uid: 3044 + components: + - type: Transform + pos: 7.5,31.5 + parent: 1668 + - uid: 3045 + components: + - type: Transform + pos: 6.5,31.5 + parent: 1668 + - uid: 3046 + components: + - type: Transform + pos: 5.5,31.5 + parent: 1668 + - uid: 3047 + components: + - type: Transform + pos: 4.5,31.5 + parent: 1668 + - uid: 3048 + components: + - type: Transform + pos: 3.5,31.5 + parent: 1668 + - uid: 3049 + components: + - type: Transform + pos: 9.5,29.5 + parent: 1668 + - uid: 3050 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1668 + - uid: 3051 + components: + - type: Transform + pos: 8.5,29.5 + parent: 1668 + - uid: 3052 + components: + - type: Transform + pos: 7.5,29.5 + parent: 1668 + - uid: 3053 + components: + - type: Transform + pos: 10.5,29.5 + parent: 1668 + - uid: 3054 + components: + - type: Transform + pos: 11.5,29.5 + parent: 1668 + - uid: 3055 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1668 + - uid: 3056 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1668 + - uid: 3057 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1668 + - uid: 3058 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1668 + - uid: 3059 + components: + - type: Transform + pos: 7.5,26.5 + parent: 1668 + - uid: 3060 + components: + - type: Transform + pos: 7.5,27.5 + parent: 1668 + - uid: 3061 + components: + - type: Transform + pos: 10.5,25.5 + parent: 1668 + - uid: 3062 + components: + - type: Transform + pos: 10.5,26.5 + parent: 1668 + - uid: 3063 + components: + - type: Transform + pos: 11.5,26.5 + parent: 1668 + - uid: 3064 + components: + - type: Transform + pos: 11.5,27.5 + parent: 1668 + - uid: 3065 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1668 + - uid: 3066 + components: + - type: Transform + pos: 9.5,23.5 + parent: 1668 + - uid: 3067 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1668 + - uid: 3068 + components: + - type: Transform + pos: 8.5,22.5 + parent: 1668 + - uid: 3069 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1668 + - uid: 3070 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1668 + - uid: 3071 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1668 + - uid: 3072 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1668 + - uid: 3073 + components: + - type: Transform + pos: 5.5,18.5 + parent: 1668 + - uid: 3074 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1668 + - uid: 3075 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1668 + - uid: 3076 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1668 + - uid: 3077 + components: + - type: Transform + pos: 10.5,17.5 + parent: 1668 + - uid: 3078 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1668 + - uid: 3080 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1668 + - uid: 3081 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1668 + - uid: 3082 + components: + - type: Transform + pos: 8.5,19.5 + parent: 1668 + - uid: 3083 + components: + - type: Transform + pos: 11.5,22.5 + parent: 1668 + - uid: 3084 + components: + - type: Transform + pos: 12.5,22.5 + parent: 1668 + - uid: 3085 + components: + - type: Transform + pos: 13.5,22.5 + parent: 1668 + - uid: 3086 + components: + - type: Transform + pos: 14.5,22.5 + parent: 1668 + - uid: 3087 + components: + - type: Transform + pos: 15.5,22.5 + parent: 1668 + - uid: 3088 + components: + - type: Transform + pos: 11.5,25.5 + parent: 1668 + - uid: 3089 + components: + - type: Transform + pos: 12.5,25.5 + parent: 1668 + - uid: 3090 + components: + - type: Transform + pos: 13.5,25.5 + parent: 1668 + - uid: 3091 + components: + - type: Transform + pos: 14.5,25.5 + parent: 1668 + - uid: 3092 + components: + - type: Transform + pos: 15.5,25.5 + parent: 1668 + - uid: 3093 + components: + - type: Transform + pos: 13.5,26.5 + parent: 1668 + - uid: 3094 + components: + - type: Transform + pos: 13.5,27.5 + parent: 1668 + - uid: 3095 + components: + - type: Transform + pos: 13.5,28.5 + parent: 1668 + - uid: 3096 + components: + - type: Transform + pos: 14.5,28.5 + parent: 1668 + - uid: 3097 + components: + - type: Transform + pos: 15.5,28.5 + parent: 1668 + - uid: 3098 + components: + - type: Transform + pos: 7.5,25.5 + parent: 1668 + - uid: 3099 + components: + - type: Transform + pos: 6.5,25.5 + parent: 1668 + - uid: 3100 + components: + - type: Transform + pos: 5.5,25.5 + parent: 1668 + - uid: 3101 + components: + - type: Transform + pos: 4.5,25.5 + parent: 1668 + - uid: 3102 + components: + - type: Transform + pos: 3.5,25.5 + parent: 1668 + - uid: 3103 + components: + - type: Transform + pos: 5.5,26.5 + parent: 1668 + - uid: 3104 + components: + - type: Transform + pos: 5.5,27.5 + parent: 1668 + - uid: 3105 + components: + - type: Transform + pos: 5.5,28.5 + parent: 1668 + - uid: 3106 + components: + - type: Transform + pos: 4.5,28.5 + parent: 1668 + - uid: 3107 + components: + - type: Transform + pos: 3.5,28.5 + parent: 1668 + - uid: 3108 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1668 + - uid: 3109 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1668 + - uid: 3110 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1668 + - uid: 3111 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1668 + - uid: 3112 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1668 + - uid: 3113 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1668 + - uid: 3114 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1668 + - uid: 3115 + components: + - type: Transform + pos: 12.5,30.5 + parent: 1668 + - uid: 3116 + components: + - type: Transform + pos: 13.5,30.5 + parent: 1668 + - uid: 3467 + components: + - type: Transform + pos: -22.5,12.5 + parent: 1668 + - uid: 3468 + components: + - type: Transform + pos: -22.5,13.5 + parent: 1668 + - uid: 3469 + components: + - type: Transform + pos: -21.5,12.5 + parent: 1668 + - uid: 3470 + components: + - type: Transform + pos: -21.5,13.5 + parent: 1668 + - uid: 3471 + components: + - type: Transform + pos: -21.5,14.5 + parent: 1668 + - uid: 3472 + components: + - type: Transform + pos: -21.5,11.5 + parent: 1668 + - uid: 3473 + components: + - type: Transform + pos: -21.5,10.5 + parent: 1668 + - uid: 3474 + components: + - type: Transform + pos: -21.5,9.5 + parent: 1668 + - uid: 3475 + components: + - type: Transform + pos: -20.5,11.5 + parent: 1668 + - uid: 3476 + components: + - type: Transform + pos: -19.5,11.5 + parent: 1668 + - uid: 3477 + components: + - type: Transform + pos: -22.5,11.5 + parent: 1668 + - uid: 3478 + components: + - type: Transform + pos: -23.5,11.5 + parent: 1668 + - uid: 3479 + components: + - type: Transform + pos: -24.5,11.5 + parent: 1668 + - uid: 3480 + components: + - type: Transform + pos: -25.5,11.5 + parent: 1668 + - uid: 3481 + components: + - type: Transform + pos: -26.5,11.5 + parent: 1668 + - uid: 3482 + components: + - type: Transform + pos: -27.5,11.5 + parent: 1668 + - uid: 3483 + components: + - type: Transform + pos: -27.5,12.5 + parent: 1668 + - uid: 3484 + components: + - type: Transform + pos: -25.5,10.5 + parent: 1668 + - uid: 3485 + components: + - type: Transform + pos: -25.5,9.5 + parent: 1668 + - uid: 3486 + components: + - type: Transform + pos: -26.5,9.5 + parent: 1668 + - uid: 3487 + components: + - type: Transform + pos: -27.5,9.5 + parent: 1668 + - uid: 3488 + components: + - type: Transform + pos: -27.5,8.5 + parent: 1668 + - uid: 3489 + components: + - type: Transform + pos: -22.5,7.5 + parent: 1668 + - uid: 3490 + components: + - type: Transform + pos: -22.5,6.5 + parent: 1668 + - uid: 3491 + components: + - type: Transform + pos: -22.5,5.5 + parent: 1668 + - uid: 3492 + components: + - type: Transform + pos: -22.5,4.5 + parent: 1668 + - uid: 3493 + components: + - type: Transform + pos: -22.5,3.5 + parent: 1668 + - uid: 3494 + components: + - type: Transform + pos: -22.5,2.5 + parent: 1668 + - uid: 3495 + components: + - type: Transform + pos: -21.5,3.5 + parent: 1668 + - uid: 3496 + components: + - type: Transform + pos: -20.5,3.5 + parent: 1668 + - uid: 3497 + components: + - type: Transform + pos: -19.5,3.5 + parent: 1668 + - uid: 3498 + components: + - type: Transform + pos: -18.5,3.5 + parent: 1668 + - uid: 3499 + components: + - type: Transform + pos: -21.5,5.5 + parent: 1668 + - uid: 3500 + components: + - type: Transform + pos: -20.5,5.5 + parent: 1668 + - uid: 3501 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1668 + - uid: 3502 + components: + - type: Transform + pos: -23.5,5.5 + parent: 1668 + - uid: 3503 + components: + - type: Transform + pos: -23.5,3.5 + parent: 1668 + - uid: 3504 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1668 + - uid: 3505 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1668 + - uid: 3506 + components: + - type: Transform + pos: -14.5,5.5 + parent: 1668 + - uid: 3507 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1668 + - uid: 3508 + components: + - type: Transform + pos: -12.5,5.5 + parent: 1668 + - uid: 3509 + components: + - type: Transform + pos: -11.5,5.5 + parent: 1668 + - uid: 3510 + components: + - type: Transform + pos: -15.5,5.5 + parent: 1668 + - uid: 3511 + components: + - type: Transform + pos: -16.5,5.5 + parent: 1668 + - uid: 3512 + components: + - type: Transform + pos: -10.5,5.5 + parent: 1668 + - uid: 3513 + components: + - type: Transform + pos: -16.5,13.5 + parent: 1668 + - uid: 3514 + components: + - type: Transform + pos: -16.5,12.5 + parent: 1668 + - uid: 3515 + components: + - type: Transform + pos: -15.5,12.5 + parent: 1668 + - uid: 3516 + components: + - type: Transform + pos: -15.5,11.5 + parent: 1668 + - uid: 3517 + components: + - type: Transform + pos: -15.5,10.5 + parent: 1668 + - uid: 3518 + components: + - type: Transform + pos: -15.5,9.5 + parent: 1668 + - uid: 3519 + components: + - type: Transform + pos: -20.5,9.5 + parent: 1668 + - uid: 3520 + components: + - type: Transform + pos: -19.5,9.5 + parent: 1668 + - uid: 3521 + components: + - type: Transform + pos: -22.5,9.5 + parent: 1668 + - uid: 3522 + components: + - type: Transform + pos: -23.5,9.5 + parent: 1668 + - uid: 3991 + components: + - type: Transform + pos: -31.5,2.5 + parent: 1668 + - uid: 3992 + components: + - type: Transform + pos: -31.5,1.5 + parent: 1668 + - uid: 3993 + components: + - type: Transform + pos: -31.5,0.5 + parent: 1668 + - uid: 3994 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 1668 + - uid: 3995 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 1668 + - uid: 3996 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 1668 + - uid: 3997 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 1668 + - uid: 3998 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 1668 + - uid: 3999 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 1668 + - uid: 4000 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 1668 + - uid: 4001 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 1668 + - uid: 4002 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 1668 + - uid: 4003 + components: + - type: Transform + pos: -32.5,1.5 + parent: 1668 + - uid: 4004 + components: + - type: Transform + pos: -33.5,1.5 + parent: 1668 + - uid: 4005 + components: + - type: Transform + pos: -34.5,1.5 + parent: 1668 + - uid: 4006 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 1668 + - uid: 4007 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 1668 + - uid: 4008 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 1668 + - uid: 4009 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 1668 + - uid: 4010 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 1668 + - uid: 4011 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 1668 + - uid: 4012 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 1668 + - uid: 4013 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 1668 + - uid: 4014 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 1668 + - uid: 4015 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 1668 + - uid: 4016 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1668 + - uid: 4017 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 1668 + - uid: 4018 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 1668 + - uid: 4019 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 1668 + - uid: 4020 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1668 + - uid: 4021 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1668 + - uid: 4022 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1668 + - uid: 4023 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1668 + - uid: 4024 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1668 + - uid: 4025 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1668 + - uid: 4026 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1668 + - uid: 4027 + components: + - type: Transform + pos: -14.5,0.5 + parent: 1668 + - uid: 4028 + components: + - type: Transform + pos: -14.5,1.5 + parent: 1668 + - uid: 4029 + components: + - type: Transform + pos: -15.5,1.5 + parent: 1668 + - uid: 4030 + components: + - type: Transform + pos: -16.5,1.5 + parent: 1668 + - uid: 4031 + components: + - type: Transform + pos: -12.5,0.5 + parent: 1668 + - uid: 4032 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1668 + - uid: 4033 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1668 + - uid: 4034 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1668 + - uid: 4035 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1668 + - uid: 4036 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1668 + - uid: 4037 + components: + - type: Transform + pos: -17.5,0.5 + parent: 1668 + - uid: 4038 + components: + - type: Transform + pos: -17.5,1.5 + parent: 1668 + - uid: 4039 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 1668 + - uid: 4040 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 1668 + - uid: 4041 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 1668 + - uid: 4042 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 1668 + - uid: 4043 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 1668 + - uid: 4044 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 1668 + - uid: 4045 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 1668 + - uid: 4046 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 1668 + - uid: 4047 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 1668 + - uid: 4048 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 1668 + - uid: 4049 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 1668 + - uid: 4050 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 1668 + - uid: 4051 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 1668 + - uid: 4052 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 1668 + - uid: 4053 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 1668 + - uid: 4054 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 1668 + - uid: 4055 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 1668 + - uid: 4056 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 1668 + - uid: 4057 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 1668 + - uid: 4058 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 1668 + - uid: 4059 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 1668 + - uid: 4060 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 1668 + - uid: 4061 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 1668 + - uid: 4062 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 1668 + - uid: 4063 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 1668 + - uid: 4064 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 1668 + - uid: 4065 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 1668 + - uid: 4066 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 1668 + - uid: 4067 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 1668 + - uid: 4068 + components: + - type: Transform + pos: -17.5,-8.5 + parent: 1668 + - uid: 4069 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 1668 + - uid: 4070 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1668 + - uid: 4071 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1668 + - uid: 4072 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 1668 + - uid: 4073 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1668 + - uid: 4074 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1668 + - uid: 4075 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1668 + - uid: 4076 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 1668 + - uid: 4077 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 1668 + - uid: 4078 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 1668 + - uid: 4079 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 1668 + - uid: 4080 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 1668 + - uid: 4081 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 1668 + - uid: 4082 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 1668 + - uid: 4083 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 1668 + - uid: 4084 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 1668 + - uid: 4085 + components: + - type: Transform + pos: -31.5,7.5 + parent: 1668 + - uid: 4086 + components: + - type: Transform + pos: -31.5,6.5 + parent: 1668 + - uid: 4087 + components: + - type: Transform + pos: -31.5,5.5 + parent: 1668 + - uid: 4088 + components: + - type: Transform + pos: -31.5,4.5 + parent: 1668 + - uid: 4089 + components: + - type: Transform + pos: -32.5,4.5 + parent: 1668 + - uid: 4090 + components: + - type: Transform + pos: -33.5,4.5 + parent: 1668 + - uid: 4091 + components: + - type: Transform + pos: -34.5,4.5 + parent: 1668 + - uid: 4092 + components: + - type: Transform + pos: -34.5,3.5 + parent: 1668 + - uid: 4093 + components: + - type: Transform + pos: -34.5,5.5 + parent: 1668 + - uid: 4094 + components: + - type: Transform + pos: -34.5,6.5 + parent: 1668 + - uid: 4095 + components: + - type: Transform + pos: -32.5,6.5 + parent: 1668 + - uid: 4096 + components: + - type: Transform + pos: -32.5,7.5 + parent: 1668 + - uid: 4097 + components: + - type: Transform + pos: -33.5,7.5 + parent: 1668 + - uid: 4098 + components: + - type: Transform + pos: -30.5,7.5 + parent: 1668 + - uid: 4099 + components: + - type: Transform + pos: -30.5,4.5 + parent: 1668 + - uid: 4100 + components: + - type: Transform + pos: -29.5,4.5 + parent: 1668 + - uid: 4101 + components: + - type: Transform + pos: -28.5,4.5 + parent: 1668 + - uid: 4102 + components: + - type: Transform + pos: -27.5,4.5 + parent: 1668 + - uid: 4103 + components: + - type: Transform + pos: -27.5,3.5 + parent: 1668 + - uid: 4104 + components: + - type: Transform + pos: -27.5,5.5 + parent: 1668 + - uid: 4481 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1668 + - uid: 4482 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1668 + - uid: 4483 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1668 + - uid: 4484 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 1668 + - uid: 4485 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 1668 + - uid: 4486 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1668 + - uid: 4487 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 1668 + - uid: 4488 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1668 + - uid: 4489 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1668 + - uid: 4490 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1668 + - uid: 4491 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 1668 + - uid: 4492 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1668 + - uid: 4493 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 1668 + - uid: 4494 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 1668 + - uid: 4495 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1668 + - uid: 4496 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 1668 + - uid: 4497 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1668 + - uid: 4498 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1668 + - uid: 4500 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1668 + - uid: 4501 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 1668 + - uid: 4502 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1668 + - uid: 4503 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1668 + - uid: 4505 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1668 + - uid: 4506 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1668 + - uid: 4507 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 1668 + - uid: 4508 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1668 + - uid: 4509 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1668 + - uid: 4510 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 1668 + - uid: 4511 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 1668 + - uid: 4512 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 1668 + - uid: 4513 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 1668 + - uid: 4514 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 1668 + - uid: 4515 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 1668 + - uid: 4516 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 1668 + - uid: 4517 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1668 + - uid: 4518 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 1668 + - uid: 4519 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 1668 + - uid: 4520 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 1668 + - uid: 4521 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 1668 + - uid: 4522 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 1668 + - uid: 4523 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 1668 + - uid: 4524 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 1668 + - uid: 4525 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 1668 + - uid: 4526 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 1668 + - uid: 4527 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 1668 + - uid: 4528 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 1668 + - uid: 4529 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 1668 + - uid: 4530 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 1668 + - uid: 4531 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 1668 + - uid: 4532 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 1668 + - uid: 4533 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 1668 + - uid: 4534 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1668 + - uid: 4535 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 1668 + - uid: 4536 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 1668 + - uid: 4537 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 1668 + - uid: 4538 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 1668 + - uid: 4539 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 1668 + - uid: 4540 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1668 + - uid: 4541 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 1668 + - uid: 4542 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 1668 + - uid: 4543 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 1668 + - uid: 4544 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 1668 + - uid: 4545 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 1668 + - uid: 4546 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 1668 + - uid: 4547 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 1668 + - uid: 4548 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 1668 + - uid: 4549 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1668 + - uid: 4550 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1668 + - uid: 4551 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1668 + - uid: 4552 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1668 + - uid: 4553 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1668 + - uid: 4554 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 1668 + - uid: 4555 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1668 + - uid: 4556 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1668 + - uid: 4557 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1668 + - uid: 4558 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1668 + - uid: 4559 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1668 + - uid: 4560 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1668 + - uid: 4561 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1668 + - uid: 4562 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1668 + - uid: 4563 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1668 + - uid: 4564 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 1668 + - uid: 4565 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1668 + - uid: 4566 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1668 + - uid: 4567 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1668 + - uid: 4898 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1668 + - uid: 4899 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 1668 + - uid: 4900 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1668 + - uid: 4901 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1668 + - uid: 4902 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 1668 + - uid: 4903 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 1668 + - uid: 4904 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 1668 + - uid: 4905 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 1668 + - uid: 4906 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1668 + - uid: 4907 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1668 + - uid: 4908 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 1668 + - uid: 4909 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 1668 + - uid: 4910 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1668 + - uid: 4911 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1668 + - uid: 4912 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1668 + - uid: 4913 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1668 + - uid: 4914 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 1668 + - uid: 4915 + components: + - type: Transform + pos: -9.5,-19.5 + parent: 1668 + - uid: 4916 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 1668 + - uid: 4917 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 1668 + - uid: 4918 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 1668 + - uid: 4919 + components: + - type: Transform + pos: -13.5,-19.5 + parent: 1668 + - uid: 4920 + components: + - type: Transform + pos: -13.5,-18.5 + parent: 1668 + - uid: 4921 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 1668 + - uid: 4922 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 1668 + - uid: 4993 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 1668 + - uid: 4994 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 1668 + - uid: 4995 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 1668 + - uid: 4996 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 1668 + - uid: 4997 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 1668 + - uid: 4998 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 1668 + - uid: 4999 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 1668 + - uid: 5000 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 1668 + - uid: 5001 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 1668 + - uid: 5002 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 1668 + - uid: 5003 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 1668 + - uid: 5004 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 1668 + - uid: 5005 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 1668 + - uid: 5006 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 1668 + - uid: 5007 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 1668 + - uid: 5008 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 1668 + - uid: 5009 + components: + - type: Transform + pos: 21.5,-14.5 + parent: 1668 + - uid: 5010 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 1668 + - uid: 5011 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 1668 + - uid: 5012 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 1668 + - uid: 5013 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 1668 + - uid: 5014 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 1668 + - uid: 5015 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 1668 + - uid: 5016 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 1668 + - uid: 5017 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 1668 + - uid: 5018 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 1668 + - uid: 5019 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 1668 + - uid: 5020 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 1668 + - uid: 5021 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 1668 + - uid: 5022 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 1668 + - uid: 5023 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 1668 + - uid: 5024 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 1668 + - uid: 5026 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 1668 + - uid: 5027 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 1668 + - uid: 5028 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 1668 + - uid: 5029 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 1668 + - uid: 5030 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 1668 + - uid: 5031 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 1668 + - uid: 5032 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 1668 + - uid: 5033 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 1668 + - uid: 5034 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 1668 + - uid: 5035 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 1668 + - uid: 5036 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 1668 + - uid: 5037 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 1668 + - uid: 5038 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 1668 + - uid: 5039 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 1668 + - uid: 5040 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 1668 + - uid: 5121 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 1668 + - uid: 5122 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 1668 + - uid: 5123 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 1668 + - uid: 5124 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 1668 + - uid: 5125 + components: + - type: Transform + pos: 34.5,-13.5 + parent: 1668 + - uid: 5126 + components: + - type: Transform + pos: 33.5,-13.5 + parent: 1668 + - uid: 5127 + components: + - type: Transform + pos: 32.5,-13.5 + parent: 1668 + - uid: 5128 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 1668 + - uid: 5129 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 1668 + - uid: 5130 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 1668 + - uid: 5131 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 1668 + - uid: 5132 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 1668 + - uid: 5134 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 1668 + - uid: 5135 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 1668 + - uid: 5136 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 1668 + - uid: 5137 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 1668 + - uid: 5138 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 1668 + - uid: 5139 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 1668 + - uid: 5140 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 1668 + - uid: 5141 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 1668 + - uid: 5142 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 1668 + - uid: 5143 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 1668 + - uid: 5144 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 1668 + - uid: 5145 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 1668 + - uid: 5147 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 1668 + - uid: 5148 + components: + - type: Transform + pos: 29.5,-20.5 + parent: 1668 + - uid: 5149 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 1668 + - uid: 5150 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 1668 + - uid: 5151 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 1668 + - uid: 5152 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 1668 + - uid: 5153 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 1668 + - uid: 5154 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 1668 + - uid: 5155 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 1668 + - uid: 5156 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 1668 + - uid: 5157 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 1668 + - uid: 5158 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 1668 + - uid: 5159 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 1668 + - uid: 5160 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 1668 + - uid: 5161 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 1668 + - uid: 5162 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 1668 + - uid: 5163 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 1668 + - uid: 5164 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 1668 + - uid: 5165 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 1668 + - uid: 5166 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 1668 + - uid: 5171 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 1668 + - uid: 5172 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 1668 + - uid: 5173 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 1668 + - uid: 5174 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 1668 + - uid: 5258 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 1668 + - uid: 5259 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 1668 + - uid: 5260 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 1668 + - uid: 5261 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 1668 + - uid: 5262 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 1668 + - uid: 5263 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 1668 + - uid: 5264 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 1668 + - uid: 5265 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 1668 + - uid: 5266 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 1668 + - uid: 5267 + components: + - type: Transform + pos: 27.5,-17.5 + parent: 1668 + - uid: 5268 + components: + - type: Transform + pos: 26.5,-17.5 + parent: 1668 + - uid: 5269 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 1668 + - uid: 5270 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 1668 + - uid: 5271 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 1668 + - uid: 5272 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 1668 + - uid: 5273 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 1668 + - uid: 5274 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 1668 + - uid: 5275 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 1668 + - uid: 5276 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 1668 + - uid: 5441 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 1668 + - uid: 5442 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 1668 + - uid: 5443 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 1668 + - uid: 5444 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 1668 + - uid: 5445 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 1668 + - uid: 5446 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 1668 + - uid: 5447 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 1668 + - uid: 5448 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 1668 + - uid: 5449 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 1668 + - uid: 5450 + components: + - type: Transform + pos: 18.5,-29.5 + parent: 1668 + - uid: 5585 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 1668 + - uid: 5935 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 1668 + - uid: 5936 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 1668 + - uid: 5937 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 1668 + - uid: 5938 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 1668 + - uid: 5939 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 1668 + - uid: 5940 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 1668 + - uid: 6067 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 1668 + - uid: 6068 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 1668 + - uid: 6069 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 1668 + - uid: 6070 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 1668 + - uid: 6071 + components: + - type: Transform + pos: -19.5,-24.5 + parent: 1668 + - uid: 6072 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 1668 + - uid: 6073 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 1668 + - uid: 6074 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 1668 + - uid: 6075 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 1668 + - uid: 6076 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 1668 + - uid: 6077 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 1668 + - uid: 6078 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 1668 + - uid: 6079 + components: + - type: Transform + pos: -20.5,-24.5 + parent: 1668 + - uid: 6080 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 1668 + - uid: 6081 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 1668 + - uid: 6082 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 1668 + - uid: 6083 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 1668 + - uid: 6084 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 1668 + - uid: 6085 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 1668 + - uid: 6086 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 1668 + - uid: 6087 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 1668 + - uid: 6088 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 1668 + - uid: 6089 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 1668 + - uid: 6090 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 1668 + - uid: 6091 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 1668 + - uid: 6092 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 1668 + - uid: 6093 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 1668 + - uid: 6094 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 1668 + - uid: 6095 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 1668 + - uid: 6096 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 1668 + - uid: 6097 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 1668 + - uid: 6098 + components: + - type: Transform + pos: -20.5,-33.5 + parent: 1668 + - uid: 6099 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 1668 + - uid: 6100 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 1668 + - uid: 6112 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 1668 + - uid: 6113 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 1668 + - uid: 6114 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 1668 + - uid: 6115 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 1668 + - uid: 6116 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 1668 + - uid: 6117 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 1668 + - uid: 6118 + components: + - type: Transform + pos: -13.5,-32.5 + parent: 1668 + - uid: 6119 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 1668 + - uid: 6120 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 1668 + - uid: 6121 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 1668 + - uid: 6122 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 1668 + - uid: 6123 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 1668 + - uid: 6124 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 1668 + - uid: 6125 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 1668 + - uid: 6126 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 1668 + - uid: 6127 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 1668 + - uid: 6128 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 1668 + - uid: 6129 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 1668 + - uid: 6131 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 1668 + - uid: 6132 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 1668 + - uid: 6133 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 1668 + - uid: 6134 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 1668 + - uid: 6135 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 1668 + - uid: 6136 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 1668 + - uid: 6202 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 1668 + - uid: 6203 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 1668 + - uid: 6204 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 1668 + - uid: 6205 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 1668 + - uid: 6206 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 1668 + - uid: 6207 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 1668 + - uid: 6208 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 1668 + - uid: 6209 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 1668 + - uid: 6210 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 1668 + - uid: 6211 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 1668 + - uid: 6212 + components: + - type: Transform + pos: -11.5,-32.5 + parent: 1668 + - uid: 6213 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1668 + - uid: 6214 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1668 + - uid: 6215 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 1668 + - uid: 6216 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1668 + - uid: 6217 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 1668 + - uid: 6218 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 1668 + - uid: 6219 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 1668 + - uid: 6220 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 1668 + - uid: 6221 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 1668 + - uid: 6222 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 1668 + - uid: 6223 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 1668 + - uid: 6224 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 1668 + - uid: 6225 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 1668 + - uid: 6346 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1668 + - uid: 6347 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 1668 + - uid: 6348 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 1668 + - uid: 6349 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 1668 + - uid: 6350 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 1668 + - uid: 6351 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 1668 + - uid: 6352 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 1668 + - uid: 6353 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 1668 + - uid: 6354 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 1668 + - uid: 6355 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 1668 + - uid: 6356 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 1668 + - uid: 6357 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 1668 + - uid: 6358 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 1668 + - uid: 6359 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 1668 + - uid: 6360 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1668 + - uid: 6409 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 1668 + - uid: 6410 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 1668 + - uid: 6411 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 1668 + - uid: 6412 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 1668 + - uid: 6413 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 1668 + - uid: 6414 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 1668 + - uid: 6415 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 1668 + - uid: 6416 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 1668 + - uid: 6417 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 1668 + - uid: 6418 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 1668 + - uid: 6419 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 1668 + - uid: 6420 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 1668 + - uid: 6421 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 1668 + - uid: 6422 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 1668 + - uid: 6423 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 1668 + - uid: 6424 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 1668 + - uid: 6425 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 1668 + - uid: 6426 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 1668 + - uid: 6427 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 1668 + - uid: 6428 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 1668 + - uid: 6429 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 1668 + - uid: 6430 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 1668 + - uid: 6431 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 1668 + - uid: 6432 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 1668 + - uid: 6433 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 1668 + - uid: 6434 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 1668 + - uid: 6435 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 1668 + - uid: 6436 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 1668 + - uid: 6437 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 1668 + - uid: 6438 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 1668 + - uid: 6439 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 1668 + - uid: 6774 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 1668 + - uid: 6776 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 1668 + - uid: 6854 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 1668 + - uid: 6855 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 1668 + - uid: 6856 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 1668 + - uid: 6857 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 1668 + - uid: 6858 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 1668 + - uid: 6859 + components: + - type: Transform + pos: 31.5,-30.5 + parent: 1668 + - uid: 6860 + components: + - type: Transform + pos: 30.5,-30.5 + parent: 1668 + - uid: 6861 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 1668 + - uid: 6862 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 1668 + - uid: 6863 + components: + - type: Transform + pos: 33.5,-30.5 + parent: 1668 + - uid: 6971 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 1668 + - uid: 6972 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 1668 + - uid: 6973 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 1668 + - uid: 6974 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 1668 + - uid: 6975 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 1668 + - uid: 6976 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 1668 +- proto: CableHV + entities: + - uid: 1391 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 1668 + - uid: 1465 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 1668 + - uid: 1475 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 1668 + - uid: 1476 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 1668 + - uid: 1477 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 1668 + - uid: 1478 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 1668 + - uid: 1479 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 1668 + - uid: 1480 + components: + - type: Transform + pos: 19.5,-14.5 + parent: 1668 + - uid: 1482 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 1668 + - uid: 1659 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 1668 + - uid: 1864 + components: + - type: Transform + pos: -3.5,20.5 + parent: 1668 + - uid: 1865 + components: + - type: Transform + pos: -2.5,20.5 + parent: 1668 + - uid: 1866 + components: + - type: Transform + pos: -1.5,20.5 + parent: 1668 + - uid: 1867 + components: + - type: Transform + pos: -0.5,20.5 + parent: 1668 + - uid: 1868 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1668 + - uid: 1869 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1668 + - uid: 1870 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1668 + - uid: 1871 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1668 + - uid: 1872 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1668 + - uid: 1873 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1668 + - uid: 1874 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1668 + - uid: 1875 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1668 + - uid: 1876 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1668 + - uid: 1877 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1668 + - uid: 1878 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1668 + - uid: 1879 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1668 + - uid: 1880 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1668 + - uid: 1881 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1668 + - uid: 1882 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1668 + - uid: 1883 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1668 + - uid: 1884 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1668 + - uid: 1885 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1668 + - uid: 1886 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1668 + - uid: 1887 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1668 + - uid: 1888 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1668 + - uid: 1889 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1668 + - uid: 1890 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1668 + - uid: 1891 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1668 + - uid: 1892 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1668 + - uid: 1893 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1668 + - uid: 1894 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1668 + - uid: 1895 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1668 + - uid: 1896 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 1668 + - uid: 1897 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 1668 + - uid: 1898 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 1668 + - uid: 1899 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 1668 + - uid: 1900 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 1668 + - uid: 1901 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 1668 + - uid: 1902 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 1668 + - uid: 1903 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1668 + - uid: 1904 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 1668 + - uid: 1905 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1668 + - uid: 1906 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1668 + - uid: 1907 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1668 + - uid: 1908 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1668 + - uid: 1909 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1668 + - uid: 1910 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1668 + - uid: 1911 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1668 + - uid: 1912 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1668 + - uid: 1913 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1668 + - uid: 1914 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1668 + - uid: 1915 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1668 + - uid: 1916 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1668 + - uid: 1917 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1668 + - uid: 1918 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1668 + - uid: 1919 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1668 + - uid: 1920 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1668 + - uid: 1921 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1668 + - uid: 1922 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1668 + - uid: 1923 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1668 + - uid: 1924 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1668 + - uid: 1925 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1668 + - uid: 1926 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1668 + - uid: 1927 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1668 + - uid: 1928 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1668 + - uid: 1929 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1668 + - uid: 1930 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1668 + - uid: 1931 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1668 + - uid: 1932 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 1668 + - uid: 1933 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 1668 + - uid: 1934 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 1668 + - uid: 1935 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 1668 + - uid: 1936 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1668 + - uid: 1937 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1668 + - uid: 1938 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1668 + - uid: 1939 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1668 + - uid: 1940 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 1668 + - uid: 1941 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1668 + - uid: 1942 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 1668 + - uid: 1943 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 1668 + - uid: 1944 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 1668 + - uid: 1945 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1668 + - uid: 1946 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 1668 + - uid: 1947 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1668 + - uid: 1948 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 1668 + - uid: 1949 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1668 + - uid: 1950 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1668 + - uid: 1951 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1668 + - uid: 1952 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1668 + - uid: 1953 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1668 + - uid: 1954 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 1668 + - uid: 2523 + components: + - type: Transform + pos: 0.5,12.5 + parent: 1668 + - uid: 2524 + components: + - type: Transform + pos: 1.5,12.5 + parent: 1668 + - uid: 2525 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1668 + - uid: 2526 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1668 + - uid: 2527 + components: + - type: Transform + pos: 4.5,12.5 + parent: 1668 + - uid: 2528 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1668 + - uid: 2529 + components: + - type: Transform + pos: 6.5,12.5 + parent: 1668 + - uid: 2530 + components: + - type: Transform + pos: 7.5,12.5 + parent: 1668 + - uid: 2531 + components: + - type: Transform + pos: 8.5,12.5 + parent: 1668 + - uid: 2532 + components: + - type: Transform + pos: 9.5,12.5 + parent: 1668 + - uid: 2533 + components: + - type: Transform + pos: 10.5,12.5 + parent: 1668 + - uid: 2534 + components: + - type: Transform + pos: 11.5,12.5 + parent: 1668 + - uid: 2535 + components: + - type: Transform + pos: 12.5,12.5 + parent: 1668 + - uid: 2536 + components: + - type: Transform + pos: 13.5,12.5 + parent: 1668 + - uid: 2537 + components: + - type: Transform + pos: 14.5,12.5 + parent: 1668 + - uid: 2538 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1668 + - uid: 2539 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1668 + - uid: 2540 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1668 + - uid: 2541 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1668 + - uid: 2542 + components: + - type: Transform + pos: 14.5,17.5 + parent: 1668 + - uid: 2543 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1668 + - uid: 2544 + components: + - type: Transform + pos: 15.5,18.5 + parent: 1668 + - uid: 2545 + components: + - type: Transform + pos: 15.5,19.5 + parent: 1668 + - uid: 3257 + components: + - type: Transform + pos: 16.5,18.5 + parent: 1668 + - uid: 3523 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1668 + - uid: 3524 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1668 + - uid: 3525 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1668 + - uid: 3526 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1668 + - uid: 3527 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1668 + - uid: 3528 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1668 + - uid: 3529 + components: + - type: Transform + pos: -5.5,4.5 + parent: 1668 + - uid: 3530 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1668 + - uid: 3531 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 1668 + - uid: 3532 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 1668 + - uid: 3533 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1668 + - uid: 3534 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 1668 + - uid: 3535 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 1668 + - uid: 3536 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1668 + - uid: 3537 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 1668 + - uid: 3538 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 1668 + - uid: 3539 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 1668 + - uid: 3540 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1668 + - uid: 3541 + components: + - type: Transform + pos: -6.5,1.5 + parent: 1668 + - uid: 3542 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1668 + - uid: 3543 + components: + - type: Transform + pos: -6.5,3.5 + parent: 1668 + - uid: 3544 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1668 + - uid: 3545 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 1668 + - uid: 3546 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1668 + - uid: 3547 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1668 + - uid: 3548 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 1668 + - uid: 3549 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 1668 + - uid: 3550 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1668 + - uid: 3551 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1668 + - uid: 3552 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1668 + - uid: 3553 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 1668 + - uid: 3554 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 1668 + - uid: 3555 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 1668 + - uid: 3556 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1668 + - uid: 3557 + components: + - type: Transform + pos: -20.5,0.5 + parent: 1668 + - uid: 3558 + components: + - type: Transform + pos: -19.5,0.5 + parent: 1668 + - uid: 3559 + components: + - type: Transform + pos: -21.5,0.5 + parent: 1668 + - uid: 3560 + components: + - type: Transform + pos: -21.5,1.5 + parent: 1668 + - uid: 3561 + components: + - type: Transform + pos: -21.5,2.5 + parent: 1668 + - uid: 3562 + components: + - type: Transform + pos: -21.5,3.5 + parent: 1668 + - uid: 3563 + components: + - type: Transform + pos: -21.5,4.5 + parent: 1668 + - uid: 3564 + components: + - type: Transform + pos: -21.5,5.5 + parent: 1668 + - uid: 3565 + components: + - type: Transform + pos: -20.5,5.5 + parent: 1668 + - uid: 3566 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1668 + - uid: 3567 + components: + - type: Transform + pos: -18.5,5.5 + parent: 1668 + - uid: 3568 + components: + - type: Transform + pos: -17.5,5.5 + parent: 1668 + - uid: 3569 + components: + - type: Transform + pos: -16.5,5.5 + parent: 1668 + - uid: 3570 + components: + - type: Transform + pos: -15.5,5.5 + parent: 1668 + - uid: 3571 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1668 + - uid: 3574 + components: + - type: Transform + pos: -15.5,4.5 + parent: 1668 + - uid: 3950 + components: + - type: Transform + pos: -22.5,0.5 + parent: 1668 + - uid: 3951 + components: + - type: Transform + pos: -23.5,0.5 + parent: 1668 + - uid: 3952 + components: + - type: Transform + pos: -24.5,0.5 + parent: 1668 + - uid: 3953 + components: + - type: Transform + pos: -25.5,0.5 + parent: 1668 + - uid: 3954 + components: + - type: Transform + pos: -26.5,0.5 + parent: 1668 + - uid: 3955 + components: + - type: Transform + pos: -27.5,0.5 + parent: 1668 + - uid: 3956 + components: + - type: Transform + pos: -28.5,0.5 + parent: 1668 + - uid: 3957 + components: + - type: Transform + pos: -29.5,0.5 + parent: 1668 + - uid: 3958 + components: + - type: Transform + pos: -30.5,0.5 + parent: 1668 + - uid: 3959 + components: + - type: Transform + pos: -30.5,1.5 + parent: 1668 + - uid: 3960 + components: + - type: Transform + pos: -30.5,2.5 + parent: 1668 + - uid: 3961 + components: + - type: Transform + pos: -30.5,3.5 + parent: 1668 + - uid: 3962 + components: + - type: Transform + pos: -30.5,4.5 + parent: 1668 + - uid: 3963 + components: + - type: Transform + pos: -29.5,4.5 + parent: 1668 + - uid: 3964 + components: + - type: Transform + pos: -28.5,4.5 + parent: 1668 + - uid: 3965 + components: + - type: Transform + pos: -27.5,4.5 + parent: 1668 + - uid: 3966 + components: + - type: Transform + pos: -27.5,5.5 + parent: 1668 + - uid: 3967 + components: + - type: Transform + pos: -27.5,6.5 + parent: 1668 + - uid: 4359 + components: + - type: Transform + pos: 22.5,-16.5 + parent: 1668 + - uid: 4360 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 1668 + - uid: 4577 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 1668 + - uid: 4580 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 1668 + - uid: 4634 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 1668 + - uid: 4667 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 1668 + - uid: 4668 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 1668 + - uid: 4669 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 1668 + - uid: 4764 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 1668 + - uid: 4765 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 1668 + - uid: 4766 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 1668 + - uid: 4767 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 1668 + - uid: 4768 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 1668 + - uid: 4769 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 1668 + - uid: 4770 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 1668 + - uid: 4771 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 1668 + - uid: 4772 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 1668 + - uid: 4773 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 1668 + - uid: 4774 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 1668 + - uid: 4775 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 1668 + - uid: 4776 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 1668 + - uid: 4777 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 1668 + - uid: 4778 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 1668 + - uid: 4779 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 1668 + - uid: 4780 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 1668 + - uid: 4781 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 1668 + - uid: 4782 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 1668 + - uid: 4783 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 1668 + - uid: 4784 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 1668 + - uid: 4785 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 1668 + - uid: 4786 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 1668 + - uid: 4787 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 1668 + - uid: 4788 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 1668 + - uid: 4789 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 1668 + - uid: 4790 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 1668 + - uid: 4791 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 1668 + - uid: 4792 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 1668 + - uid: 4793 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 1668 + - uid: 4794 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 1668 + - uid: 4795 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 1668 + - uid: 4796 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 1668 + - uid: 4797 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 1668 + - uid: 4798 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 1668 + - uid: 4799 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1668 + - uid: 4800 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1668 + - uid: 4801 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1668 + - uid: 4802 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1668 + - uid: 4803 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 1668 + - uid: 4804 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1668 + - uid: 4805 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1668 + - uid: 4806 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1668 + - uid: 4808 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1668 + - uid: 4809 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1668 + - uid: 4810 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1668 + - uid: 4811 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1668 + - uid: 4812 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1668 + - uid: 4813 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1668 + - uid: 4814 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 1668 + - uid: 4856 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1668 + - uid: 4972 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 1668 + - uid: 4974 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 1668 + - uid: 4975 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 1668 + - uid: 5071 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 1668 + - uid: 5072 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 1668 + - uid: 5073 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 1668 + - uid: 5074 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 1668 + - uid: 5081 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 1668 + - uid: 5082 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 1668 + - uid: 5083 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 1668 + - uid: 5084 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 1668 + - uid: 5085 + components: + - type: Transform + pos: 25.5,-16.5 + parent: 1668 + - uid: 5086 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 1668 + - uid: 5087 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 1668 + - uid: 5088 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 1668 + - uid: 5089 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 1668 + - uid: 5090 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 1668 + - uid: 5091 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 1668 + - uid: 5092 + components: + - type: Transform + pos: 32.5,-16.5 + parent: 1668 + - uid: 5093 + components: + - type: Transform + pos: 32.5,-17.5 + parent: 1668 + - uid: 5094 + components: + - type: Transform + pos: 32.5,-18.5 + parent: 1668 + - uid: 5095 + components: + - type: Transform + pos: 32.5,-19.5 + parent: 1668 + - uid: 5096 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 1668 + - uid: 5097 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 1668 + - uid: 5098 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 1668 + - uid: 5099 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 1668 + - uid: 5100 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 1668 + - uid: 5101 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 1668 + - uid: 5185 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 1668 + - uid: 5186 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 1668 + - uid: 5187 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 1668 + - uid: 5188 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 1668 + - uid: 5189 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 1668 + - uid: 5190 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 1668 + - uid: 5191 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 1668 + - uid: 5192 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 1668 + - uid: 5193 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 1668 + - uid: 5194 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 1668 + - uid: 5195 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 1668 + - uid: 5196 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 1668 + - uid: 5341 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 1668 + - uid: 5342 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 1668 + - uid: 5343 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 1668 + - uid: 5370 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 1668 + - uid: 5393 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 1668 + - uid: 5807 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 1668 + - uid: 5808 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 1668 + - uid: 5809 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 1668 + - uid: 5810 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 1668 + - uid: 5811 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 1668 + - uid: 5812 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 1668 + - uid: 5813 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 1668 + - uid: 6006 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 1668 + - uid: 6007 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 1668 + - uid: 6008 + components: + - type: Transform + pos: 12.5,-28.5 + parent: 1668 + - uid: 6009 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 1668 + - uid: 6010 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 1668 + - uid: 6011 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 1668 + - uid: 6012 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 1668 + - uid: 6013 + components: + - type: Transform + pos: 10.5,-31.5 + parent: 1668 + - uid: 6014 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 1668 + - uid: 6015 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 1668 + - uid: 6016 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 1668 + - uid: 6017 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 1668 + - uid: 6018 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 1668 + - uid: 6019 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 1668 + - uid: 6020 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 1668 + - uid: 6021 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 1668 + - uid: 6022 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 1668 + - uid: 6023 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 1668 + - uid: 6026 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 1668 + - uid: 6027 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 1668 + - uid: 6028 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 1668 + - uid: 6029 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 1668 + - uid: 6030 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 1668 + - uid: 6031 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 1668 + - uid: 6032 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 1668 + - uid: 6033 + components: + - type: Transform + pos: -9.5,-31.5 + parent: 1668 + - uid: 6034 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 1668 + - uid: 6035 + components: + - type: Transform + pos: -11.5,-31.5 + parent: 1668 + - uid: 6036 + components: + - type: Transform + pos: -12.5,-31.5 + parent: 1668 + - uid: 6037 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 1668 + - uid: 6038 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 1668 + - uid: 6039 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 1668 + - uid: 6040 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 1668 + - uid: 6041 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 1668 + - uid: 6042 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 1668 + - uid: 6043 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 1668 + - uid: 6044 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 1668 + - uid: 6045 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 1668 + - uid: 6046 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 1668 + - uid: 6047 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 1668 + - uid: 6048 + components: + - type: Transform + pos: -18.5,-25.5 + parent: 1668 + - uid: 6049 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 1668 + - uid: 6050 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 1668 + - uid: 6051 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 1668 + - uid: 6052 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 1668 + - uid: 6053 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 1668 + - uid: 6054 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 1668 + - uid: 6166 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 1668 + - uid: 6167 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 1668 + - uid: 6168 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 1668 + - uid: 6169 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 1668 + - uid: 6170 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 1668 + - uid: 6171 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 1668 + - uid: 6172 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 1668 + - uid: 6173 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 1668 + - uid: 6174 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 1668 + - uid: 6175 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 1668 + - uid: 6176 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 1668 + - uid: 6177 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 1668 + - uid: 6178 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 1668 + - uid: 6179 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 1668 + - uid: 6253 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 1668 + - uid: 6254 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1668 + - uid: 6255 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 1668 + - uid: 6256 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 1668 + - uid: 6257 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 1668 + - uid: 6258 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 1668 + - uid: 6259 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 1668 + - uid: 6260 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 1668 + - uid: 6261 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 1668 + - uid: 6262 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 1668 + - uid: 6263 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 1668 + - uid: 6264 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 1668 + - uid: 6265 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 1668 + - uid: 6266 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 1668 + - uid: 6594 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 1668 + - uid: 6631 + components: + - type: Transform + pos: 27.5,-28.5 + parent: 1668 + - uid: 6773 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 1668 + - uid: 6777 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 1668 + - uid: 6786 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 1668 +- proto: CableMV + entities: + - uid: 1146 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 1668 + - uid: 1147 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 1668 + - uid: 1148 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 1668 + - uid: 1149 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 1668 + - uid: 1150 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 1668 + - uid: 1151 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 1668 + - uid: 1153 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 1668 + - uid: 1154 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 1668 + - uid: 1155 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 1668 + - uid: 1156 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 1668 + - uid: 1157 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 1668 + - uid: 1158 + components: + - type: Transform + pos: 17.5,-10.5 + parent: 1668 + - uid: 1159 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 1668 + - uid: 1160 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 1668 + - uid: 1161 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 1668 + - uid: 1162 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 1668 + - uid: 1163 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 1668 + - uid: 1164 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 1668 + - uid: 1165 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 1668 + - uid: 1166 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 1668 + - uid: 1167 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 1668 + - uid: 1168 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 1668 + - uid: 1169 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 1668 + - uid: 1170 + components: + - type: Transform + pos: 14.5,-6.5 + parent: 1668 + - uid: 1171 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1668 + - uid: 1172 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1668 + - uid: 1173 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 1668 + - uid: 1174 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1668 + - uid: 1175 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1668 + - uid: 1176 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1668 + - uid: 1182 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 1668 + - uid: 1321 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1668 + - uid: 1323 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 1668 + - uid: 1324 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 1668 + - uid: 1325 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 1668 + - uid: 1326 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 1668 + - uid: 1327 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1668 + - uid: 1328 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1668 + - uid: 1329 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 1668 + - uid: 1330 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1668 + - uid: 1331 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1668 + - uid: 1332 + components: + - type: Transform + pos: 8.5,-11.5 + parent: 1668 + - uid: 1333 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1668 + - uid: 1334 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1668 + - uid: 1335 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1668 + - uid: 1336 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1668 + - uid: 1337 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1668 + - uid: 1338 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1668 + - uid: 1339 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1668 + - uid: 1340 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1668 + - uid: 1483 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 1668 + - uid: 1486 + components: + - type: Transform + pos: 28.5,-31.5 + parent: 1668 + - uid: 1487 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 1668 + - uid: 1658 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 1668 + - uid: 1805 + components: + - type: Transform + pos: -3.5,20.5 + parent: 1668 + - uid: 1806 + components: + - type: Transform + pos: -3.5,21.5 + parent: 1668 + - uid: 1807 + components: + - type: Transform + pos: -4.5,21.5 + parent: 1668 + - uid: 1808 + components: + - type: Transform + pos: -5.5,21.5 + parent: 1668 + - uid: 1809 + components: + - type: Transform + pos: -5.5,20.5 + parent: 1668 + - uid: 1810 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1668 + - uid: 1811 + components: + - type: Transform + pos: -4.5,19.5 + parent: 1668 + - uid: 1812 + components: + - type: Transform + pos: -6.5,19.5 + parent: 1668 + - uid: 1813 + components: + - type: Transform + pos: -6.5,18.5 + parent: 1668 + - uid: 1814 + components: + - type: Transform + pos: -6.5,17.5 + parent: 1668 + - uid: 1815 + components: + - type: Transform + pos: -5.5,17.5 + parent: 1668 + - uid: 1816 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1668 + - uid: 1817 + components: + - type: Transform + pos: -6.5,16.5 + parent: 1668 + - uid: 1818 + components: + - type: Transform + pos: -6.5,15.5 + parent: 1668 + - uid: 1819 + components: + - type: Transform + pos: -6.5,14.5 + parent: 1668 + - uid: 1820 + components: + - type: Transform + pos: -6.5,13.5 + parent: 1668 + - uid: 1821 + components: + - type: Transform + pos: -6.5,12.5 + parent: 1668 + - uid: 1822 + components: + - type: Transform + pos: -7.5,12.5 + parent: 1668 + - uid: 1823 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1668 + - uid: 1824 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1668 + - uid: 1825 + components: + - type: Transform + pos: -5.5,12.5 + parent: 1668 + - uid: 1826 + components: + - type: Transform + pos: -5.5,11.5 + parent: 1668 + - uid: 1827 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1668 + - uid: 1828 + components: + - type: Transform + pos: -7.5,19.5 + parent: 1668 + - uid: 1829 + components: + - type: Transform + pos: -8.5,19.5 + parent: 1668 + - uid: 1830 + components: + - type: Transform + pos: -9.5,19.5 + parent: 1668 + - uid: 1831 + components: + - type: Transform + pos: -10.5,19.5 + parent: 1668 + - uid: 1832 + components: + - type: Transform + pos: -10.5,18.5 + parent: 1668 + - uid: 1833 + components: + - type: Transform + pos: -10.5,17.5 + parent: 1668 + - uid: 1834 + components: + - type: Transform + pos: -11.5,17.5 + parent: 1668 + - uid: 1835 + components: + - type: Transform + pos: -12.5,17.5 + parent: 1668 + - uid: 1836 + components: + - type: Transform + pos: -13.5,17.5 + parent: 1668 + - uid: 1837 + components: + - type: Transform + pos: -14.5,17.5 + parent: 1668 + - uid: 1838 + components: + - type: Transform + pos: -14.5,18.5 + parent: 1668 + - uid: 1839 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1668 + - uid: 1840 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1668 + - uid: 1841 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1668 + - uid: 1842 + components: + - type: Transform + pos: -0.5,20.5 + parent: 1668 + - uid: 1843 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1668 + - uid: 1844 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1668 + - uid: 1845 + components: + - type: Transform + pos: -0.5,17.5 + parent: 1668 + - uid: 1846 + components: + - type: Transform + pos: -0.5,16.5 + parent: 1668 + - uid: 1847 + components: + - type: Transform + pos: -0.5,15.5 + parent: 1668 + - uid: 1848 + components: + - type: Transform + pos: -0.5,14.5 + parent: 1668 + - uid: 1849 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1668 + - uid: 1850 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1668 + - uid: 1851 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1668 + - uid: 1852 + components: + - type: Transform + pos: -0.5,10.5 + parent: 1668 + - uid: 1853 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1668 + - uid: 1854 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1668 + - uid: 1855 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1668 + - uid: 1856 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1668 + - uid: 1857 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1668 + - uid: 1858 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1668 + - uid: 1859 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1668 + - uid: 1860 + components: + - type: Transform + pos: -2.5,4.5 + parent: 1668 + - uid: 1862 + components: + - type: Transform + pos: -2.5,3.5 + parent: 1668 + - uid: 1863 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1668 + - uid: 2014 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1668 + - uid: 2015 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1668 + - uid: 2016 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1668 + - uid: 2017 + components: + - type: Transform + pos: -0.5,21.5 + parent: 1668 + - uid: 2018 + components: + - type: Transform + pos: -1.5,21.5 + parent: 1668 + - uid: 2019 + components: + - type: Transform + pos: -1.5,22.5 + parent: 1668 + - uid: 2056 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1668 + - uid: 2947 + components: + - type: Transform + pos: 15.5,19.5 + parent: 1668 + - uid: 2948 + components: + - type: Transform + pos: 15.5,18.5 + parent: 1668 + - uid: 2949 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1668 + - uid: 2950 + components: + - type: Transform + pos: 14.5,17.5 + parent: 1668 + - uid: 2951 + components: + - type: Transform + pos: 14.5,16.5 + parent: 1668 + - uid: 2952 + components: + - type: Transform + pos: 14.5,15.5 + parent: 1668 + - uid: 2953 + components: + - type: Transform + pos: 14.5,14.5 + parent: 1668 + - uid: 2954 + components: + - type: Transform + pos: 14.5,13.5 + parent: 1668 + - uid: 2955 + components: + - type: Transform + pos: 15.5,13.5 + parent: 1668 + - uid: 2956 + components: + - type: Transform + pos: 16.5,13.5 + parent: 1668 + - uid: 2957 + components: + - type: Transform + pos: 17.5,13.5 + parent: 1668 + - uid: 2958 + components: + - type: Transform + pos: 17.5,14.5 + parent: 1668 + - uid: 2959 + components: + - type: Transform + pos: 17.5,15.5 + parent: 1668 + - uid: 2960 + components: + - type: Transform + pos: 17.5,16.5 + parent: 1668 + - uid: 2961 + components: + - type: Transform + pos: 17.5,17.5 + parent: 1668 + - uid: 2962 + components: + - type: Transform + pos: 17.5,12.5 + parent: 1668 + - uid: 2963 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1668 + - uid: 2964 + components: + - type: Transform + pos: 19.5,12.5 + parent: 1668 + - uid: 2965 + components: + - type: Transform + pos: 20.5,12.5 + parent: 1668 + - uid: 2966 + components: + - type: Transform + pos: 21.5,12.5 + parent: 1668 + - uid: 2967 + components: + - type: Transform + pos: 22.5,12.5 + parent: 1668 + - uid: 2968 + components: + - type: Transform + pos: 23.5,12.5 + parent: 1668 + - uid: 2969 + components: + - type: Transform + pos: 24.5,12.5 + parent: 1668 + - uid: 2970 + components: + - type: Transform + pos: 24.5,13.5 + parent: 1668 + - uid: 2971 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1668 + - uid: 2972 + components: + - type: Transform + pos: 19.5,13.5 + parent: 1668 + - uid: 2973 + components: + - type: Transform + pos: 19.5,14.5 + parent: 1668 + - uid: 2974 + components: + - type: Transform + pos: 19.5,15.5 + parent: 1668 + - uid: 2975 + components: + - type: Transform + pos: 19.5,16.5 + parent: 1668 + - uid: 2976 + components: + - type: Transform + pos: 19.5,17.5 + parent: 1668 + - uid: 2977 + components: + - type: Transform + pos: 19.5,18.5 + parent: 1668 + - uid: 2978 + components: + - type: Transform + pos: 19.5,19.5 + parent: 1668 + - uid: 2979 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1668 + - uid: 2980 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1668 + - uid: 2981 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1668 + - uid: 2982 + components: + - type: Transform + pos: 21.5,21.5 + parent: 1668 + - uid: 2983 + components: + - type: Transform + pos: 25.5,12.5 + parent: 1668 + - uid: 2984 + components: + - type: Transform + pos: 26.5,12.5 + parent: 1668 + - uid: 2985 + components: + - type: Transform + pos: 27.5,12.5 + parent: 1668 + - uid: 2986 + components: + - type: Transform + pos: 28.5,12.5 + parent: 1668 + - uid: 2987 + components: + - type: Transform + pos: 29.5,12.5 + parent: 1668 + - uid: 2988 + components: + - type: Transform + pos: 30.5,12.5 + parent: 1668 + - uid: 2989 + components: + - type: Transform + pos: 31.5,12.5 + parent: 1668 + - uid: 2990 + components: + - type: Transform + pos: 32.5,12.5 + parent: 1668 + - uid: 2991 + components: + - type: Transform + pos: 33.5,12.5 + parent: 1668 + - uid: 2992 + components: + - type: Transform + pos: 34.5,12.5 + parent: 1668 + - uid: 2993 + components: + - type: Transform + pos: 34.5,13.5 + parent: 1668 + - uid: 2994 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1668 + - uid: 2995 + components: + - type: Transform + pos: 34.5,15.5 + parent: 1668 + - uid: 2996 + components: + - type: Transform + pos: 34.5,16.5 + parent: 1668 + - uid: 2997 + components: + - type: Transform + pos: 34.5,17.5 + parent: 1668 + - uid: 2998 + components: + - type: Transform + pos: 34.5,18.5 + parent: 1668 + - uid: 2999 + components: + - type: Transform + pos: 34.5,19.5 + parent: 1668 + - uid: 3000 + components: + - type: Transform + pos: 35.5,19.5 + parent: 1668 + - uid: 3001 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1668 + - uid: 3002 + components: + - type: Transform + pos: 12.5,15.5 + parent: 1668 + - uid: 3003 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1668 + - uid: 3004 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1668 + - uid: 3005 + components: + - type: Transform + pos: 9.5,15.5 + parent: 1668 + - uid: 3006 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1668 + - uid: 3007 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1668 + - uid: 3008 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1668 + - uid: 3009 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1668 + - uid: 3010 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1668 + - uid: 3011 + components: + - type: Transform + pos: 11.5,18.5 + parent: 1668 + - uid: 3012 + components: + - type: Transform + pos: 11.5,19.5 + parent: 1668 + - uid: 3013 + components: + - type: Transform + pos: 11.5,20.5 + parent: 1668 + - uid: 3014 + components: + - type: Transform + pos: 11.5,21.5 + parent: 1668 + - uid: 3015 + components: + - type: Transform + pos: 10.5,21.5 + parent: 1668 + - uid: 3016 + components: + - type: Transform + pos: 9.5,21.5 + parent: 1668 + - uid: 3017 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1668 + - uid: 3018 + components: + - type: Transform + pos: 9.5,19.5 + parent: 1668 + - uid: 3019 + components: + - type: Transform + pos: 9.5,18.5 + parent: 1668 + - uid: 3020 + components: + - type: Transform + pos: 8.5,18.5 + parent: 1668 + - uid: 3021 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1668 + - uid: 3022 + components: + - type: Transform + pos: 9.5,22.5 + parent: 1668 + - uid: 3023 + components: + - type: Transform + pos: 9.5,23.5 + parent: 1668 + - uid: 3024 + components: + - type: Transform + pos: 9.5,24.5 + parent: 1668 + - uid: 3025 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1668 + - uid: 3026 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1668 + - uid: 3027 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1668 + - uid: 3028 + components: + - type: Transform + pos: 9.5,28.5 + parent: 1668 + - uid: 3029 + components: + - type: Transform + pos: 9.5,29.5 + parent: 1668 + - uid: 3030 + components: + - type: Transform + pos: 9.5,30.5 + parent: 1668 + - uid: 3031 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1668 + - uid: 3032 + components: + - type: Transform + pos: 7.5,30.5 + parent: 1668 + - uid: 3575 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1668 + - uid: 3576 + components: + - type: Transform + pos: -15.5,5.5 + parent: 1668 + - uid: 3578 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1668 + - uid: 3579 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1668 + - uid: 3580 + components: + - type: Transform + pos: -16.5,5.5 + parent: 1668 + - uid: 3581 + components: + - type: Transform + pos: -17.5,5.5 + parent: 1668 + - uid: 3582 + components: + - type: Transform + pos: -18.5,5.5 + parent: 1668 + - uid: 3583 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1668 + - uid: 3584 + components: + - type: Transform + pos: -20.5,5.5 + parent: 1668 + - uid: 3585 + components: + - type: Transform + pos: -21.5,5.5 + parent: 1668 + - uid: 3586 + components: + - type: Transform + pos: -22.5,5.5 + parent: 1668 + - uid: 3587 + components: + - type: Transform + pos: -22.5,6.5 + parent: 1668 + - uid: 3588 + components: + - type: Transform + pos: -22.5,7.5 + parent: 1668 + - uid: 3589 + components: + - type: Transform + pos: -22.5,8.5 + parent: 1668 + - uid: 3590 + components: + - type: Transform + pos: -22.5,9.5 + parent: 1668 + - uid: 3591 + components: + - type: Transform + pos: -22.5,10.5 + parent: 1668 + - uid: 3592 + components: + - type: Transform + pos: -22.5,11.5 + parent: 1668 + - uid: 3593 + components: + - type: Transform + pos: -22.5,12.5 + parent: 1668 + - uid: 3594 + components: + - type: Transform + pos: -22.5,13.5 + parent: 1668 + - uid: 3595 + components: + - type: Transform + pos: -21.5,11.5 + parent: 1668 + - uid: 3596 + components: + - type: Transform + pos: -20.5,11.5 + parent: 1668 + - uid: 3597 + components: + - type: Transform + pos: -19.5,11.5 + parent: 1668 + - uid: 3598 + components: + - type: Transform + pos: -18.5,11.5 + parent: 1668 + - uid: 3599 + components: + - type: Transform + pos: -17.5,11.5 + parent: 1668 + - uid: 3600 + components: + - type: Transform + pos: -16.5,11.5 + parent: 1668 + - uid: 3601 + components: + - type: Transform + pos: -16.5,12.5 + parent: 1668 + - uid: 3602 + components: + - type: Transform + pos: -16.5,13.5 + parent: 1668 + - uid: 4105 + components: + - type: Transform + pos: -31.5,2.5 + parent: 1668 + - uid: 4106 + components: + - type: Transform + pos: -31.5,3.5 + parent: 1668 + - uid: 4107 + components: + - type: Transform + pos: -31.5,4.5 + parent: 1668 + - uid: 4108 + components: + - type: Transform + pos: -31.5,5.5 + parent: 1668 + - uid: 4109 + components: + - type: Transform + pos: -31.5,6.5 + parent: 1668 + - uid: 4110 + components: + - type: Transform + pos: -30.5,4.5 + parent: 1668 + - uid: 4111 + components: + - type: Transform + pos: -29.5,4.5 + parent: 1668 + - uid: 4112 + components: + - type: Transform + pos: -28.5,4.5 + parent: 1668 + - uid: 4113 + components: + - type: Transform + pos: -27.5,4.5 + parent: 1668 + - uid: 4114 + components: + - type: Transform + pos: -27.5,5.5 + parent: 1668 + - uid: 4115 + components: + - type: Transform + pos: -27.5,6.5 + parent: 1668 + - uid: 4116 + components: + - type: Transform + pos: -31.5,7.5 + parent: 1668 + - uid: 4117 + components: + - type: Transform + pos: -31.5,1.5 + parent: 1668 + - uid: 4118 + components: + - type: Transform + pos: -31.5,0.5 + parent: 1668 + - uid: 4119 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 1668 + - uid: 4120 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 1668 + - uid: 4121 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 1668 + - uid: 4122 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 1668 + - uid: 4123 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 1668 + - uid: 4124 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 1668 + - uid: 4125 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 1668 + - uid: 4126 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 1668 + - uid: 4127 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 1668 + - uid: 4128 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 1668 + - uid: 4129 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 1668 + - uid: 4130 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 1668 + - uid: 4131 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 1668 + - uid: 4132 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 1668 + - uid: 4133 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 1668 + - uid: 4134 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 1668 + - uid: 4135 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 1668 + - uid: 4136 + components: + - type: Transform + pos: -17.5,0.5 + parent: 1668 + - uid: 4137 + components: + - type: Transform + pos: -17.5,1.5 + parent: 1668 + - uid: 4138 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 1668 + - uid: 4139 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 1668 + - uid: 4140 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 1668 + - uid: 4141 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 1668 + - uid: 4142 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 1668 + - uid: 4143 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1668 + - uid: 4257 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 1668 + - uid: 4807 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1668 + - uid: 4817 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 1668 + - uid: 4818 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 1668 + - uid: 4819 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 1668 + - uid: 4820 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 1668 + - uid: 4821 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 1668 + - uid: 4822 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 1668 + - uid: 4823 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 1668 + - uid: 4824 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 1668 + - uid: 4825 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 1668 + - uid: 4826 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 1668 + - uid: 4827 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 1668 + - uid: 4828 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 1668 + - uid: 4829 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 1668 + - uid: 4830 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 1668 + - uid: 4831 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 1668 + - uid: 4832 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 1668 + - uid: 4833 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 1668 + - uid: 4834 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 1668 + - uid: 4835 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 1668 + - uid: 4836 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1668 + - uid: 4837 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 1668 + - uid: 4838 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 1668 + - uid: 4839 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 1668 + - uid: 4840 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 1668 + - uid: 4841 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 1668 + - uid: 4842 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 1668 + - uid: 4843 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1668 + - uid: 4844 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 1668 + - uid: 4845 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1668 + - uid: 4846 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 1668 + - uid: 4847 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 1668 + - uid: 4848 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 1668 + - uid: 4849 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 1668 + - uid: 4850 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 1668 + - uid: 4851 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 1668 + - uid: 4852 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 1668 + - uid: 4853 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 1668 + - uid: 4854 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1668 + - uid: 4855 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 1668 + - uid: 4857 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1668 + - uid: 4858 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1668 + - uid: 4859 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1668 + - uid: 4860 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1668 + - uid: 4861 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1668 + - uid: 4862 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1668 + - uid: 4863 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1668 + - uid: 4864 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1668 + - uid: 4865 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1668 + - uid: 4866 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 1668 + - uid: 4867 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1668 + - uid: 4868 + components: + - type: Transform + pos: -3.5,-9.5 + parent: 1668 + - uid: 4869 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1668 + - uid: 4870 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1668 + - uid: 4871 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1668 + - uid: 4872 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1668 + - uid: 4873 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1668 + - uid: 4874 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1668 + - uid: 4875 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1668 + - uid: 4876 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 1668 + - uid: 4877 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 1668 + - uid: 4878 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 1668 + - uid: 4879 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1668 + - uid: 4880 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1668 + - uid: 4881 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 1668 + - uid: 4882 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 1668 + - uid: 4883 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 1668 + - uid: 4884 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 1668 + - uid: 4885 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 1668 + - uid: 4886 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 1668 + - uid: 4887 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1668 + - uid: 4888 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 1668 + - uid: 4889 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 1668 + - uid: 4890 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 1668 + - uid: 4891 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 1668 + - uid: 4892 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 1668 + - uid: 4893 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 1668 + - uid: 4894 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 1668 + - uid: 4895 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 1668 + - uid: 4896 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 1668 + - uid: 4897 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1668 + - uid: 4966 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 1668 + - uid: 4967 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 1668 + - uid: 4976 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 1668 + - uid: 4978 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 1668 + - uid: 4979 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 1668 + - uid: 4980 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 1668 + - uid: 4981 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 1668 + - uid: 4982 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 1668 + - uid: 4983 + components: + - type: Transform + pos: 20.5,-14.5 + parent: 1668 + - uid: 4984 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 1668 + - uid: 4985 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 1668 + - uid: 4986 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1668 + - uid: 4987 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 1668 + - uid: 4988 + components: + - type: Transform + pos: 20.5,-18.5 + parent: 1668 + - uid: 4989 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 1668 + - uid: 4990 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 1668 + - uid: 4991 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 1668 + - uid: 5277 + components: + - type: Transform + pos: 21.5,-18.5 + parent: 1668 + - uid: 5278 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 1668 + - uid: 5279 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 1668 + - uid: 5280 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 1668 + - uid: 5281 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 1668 + - uid: 5282 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 1668 + - uid: 5283 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 1668 + - uid: 5284 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 1668 + - uid: 5285 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 1668 + - uid: 5286 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 1668 + - uid: 5287 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 1668 + - uid: 5288 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 1668 + - uid: 5289 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 1668 + - uid: 5290 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 1668 + - uid: 5291 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 1668 + - uid: 5292 + components: + - type: Transform + pos: 30.5,-13.5 + parent: 1668 + - uid: 5293 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 1668 + - uid: 5294 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 1668 + - uid: 5295 + components: + - type: Transform + pos: 30.5,-10.5 + parent: 1668 + - uid: 5296 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 1668 + - uid: 5297 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 1668 + - uid: 5298 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 1668 + - uid: 5299 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 1668 + - uid: 5300 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 1668 + - uid: 5301 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 1668 + - uid: 5302 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 1668 + - uid: 5303 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 1668 + - uid: 5304 + components: + - type: Transform + pos: 24.5,-22.5 + parent: 1668 + - uid: 5305 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 1668 + - uid: 5306 + components: + - type: Transform + pos: 24.5,-20.5 + parent: 1668 + - uid: 5307 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 1668 + - uid: 5424 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 1668 + - uid: 5425 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 1668 + - uid: 5426 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 1668 + - uid: 5427 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 1668 + - uid: 5428 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 1668 + - uid: 5429 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 1668 + - uid: 5430 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 1668 + - uid: 5431 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 1668 + - uid: 5432 + components: + - type: Transform + pos: 21.5,-25.5 + parent: 1668 + - uid: 5433 + components: + - type: Transform + pos: 22.5,-25.5 + parent: 1668 + - uid: 5434 + components: + - type: Transform + pos: 23.5,-25.5 + parent: 1668 + - uid: 5435 + components: + - type: Transform + pos: 24.5,-25.5 + parent: 1668 + - uid: 5436 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 1668 + - uid: 5437 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 1668 + - uid: 5438 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 1668 + - uid: 5439 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 1668 + - uid: 5440 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 1668 + - uid: 5832 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1668 + - uid: 5833 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1668 + - uid: 5834 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1668 + - uid: 5835 + components: + - type: Transform + pos: 9.5,4.5 + parent: 1668 + - uid: 5836 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1668 + - uid: 5837 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1668 + - uid: 5838 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1668 + - uid: 5839 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1668 + - uid: 5840 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1668 + - uid: 5841 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1668 + - uid: 5842 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1668 + - uid: 5843 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1668 + - uid: 5844 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1668 + - uid: 5845 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1668 + - uid: 5846 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1668 + - uid: 5854 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1668 + - uid: 5855 + components: + - type: Transform + pos: 20.5,5.5 + parent: 1668 + - uid: 5856 + components: + - type: Transform + pos: 19.5,5.5 + parent: 1668 + - uid: 5857 + components: + - type: Transform + pos: 18.5,5.5 + parent: 1668 + - uid: 5858 + components: + - type: Transform + pos: 17.5,5.5 + parent: 1668 + - uid: 5859 + components: + - type: Transform + pos: 16.5,5.5 + parent: 1668 + - uid: 5860 + components: + - type: Transform + pos: 15.5,5.5 + parent: 1668 + - uid: 5861 + components: + - type: Transform + pos: 14.5,5.5 + parent: 1668 + - uid: 5862 + components: + - type: Transform + pos: 13.5,5.5 + parent: 1668 + - uid: 5863 + components: + - type: Transform + pos: 12.5,5.5 + parent: 1668 + - uid: 5865 + components: + - type: Transform + pos: 20.5,4.5 + parent: 1668 + - uid: 5866 + components: + - type: Transform + pos: 20.5,3.5 + parent: 1668 + - uid: 5867 + components: + - type: Transform + pos: 20.5,2.5 + parent: 1668 + - uid: 5868 + components: + - type: Transform + pos: 20.5,1.5 + parent: 1668 + - uid: 5869 + components: + - type: Transform + pos: 20.5,0.5 + parent: 1668 + - uid: 5870 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 1668 + - uid: 5871 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 1668 + - uid: 5872 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 1668 + - uid: 5873 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 1668 + - uid: 5874 + components: + - type: Transform + pos: 20.5,-4.5 + parent: 1668 + - uid: 5875 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 1668 + - uid: 6055 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 1668 + - uid: 6056 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 1668 + - uid: 6057 + components: + - type: Transform + pos: -17.5,-29.5 + parent: 1668 + - uid: 6058 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 1668 + - uid: 6059 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 1668 + - uid: 6060 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 1668 + - uid: 6061 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 1668 + - uid: 6062 + components: + - type: Transform + pos: -18.5,-25.5 + parent: 1668 + - uid: 6063 + components: + - type: Transform + pos: -18.5,-24.5 + parent: 1668 + - uid: 6064 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 1668 + - uid: 6065 + components: + - type: Transform + pos: -18.5,-22.5 + parent: 1668 + - uid: 6066 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 1668 + - uid: 6104 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 1668 + - uid: 6105 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 1668 + - uid: 6106 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 1668 + - uid: 6107 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 1668 + - uid: 6108 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 1668 + - uid: 6109 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 1668 + - uid: 6110 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 1668 + - uid: 6111 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 1668 + - uid: 6182 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 1668 + - uid: 6183 + components: + - type: Transform + pos: -14.5,-30.5 + parent: 1668 + - uid: 6184 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 1668 + - uid: 6185 + components: + - type: Transform + pos: -12.5,-30.5 + parent: 1668 + - uid: 6186 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 1668 + - uid: 6187 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 1668 + - uid: 6188 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 1668 + - uid: 6189 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 1668 + - uid: 6190 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1668 + - uid: 6191 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 1668 + - uid: 6192 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 1668 + - uid: 6193 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 1668 + - uid: 6194 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 1668 + - uid: 6195 + components: + - type: Transform + pos: 12.5,-30.5 + parent: 1668 + - uid: 6196 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 1668 + - uid: 6197 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 1668 + - uid: 6198 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 1668 + - uid: 6199 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 1668 + - uid: 6200 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 1668 + - uid: 6201 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 1668 + - uid: 6336 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 1668 + - uid: 6337 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 1668 + - uid: 6338 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 1668 + - uid: 6339 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 1668 + - uid: 6340 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 1668 + - uid: 6341 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 1668 + - uid: 6342 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 1668 + - uid: 6343 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 1668 + - uid: 6344 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1668 + - uid: 6345 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 1668 + - uid: 6398 + components: + - type: Transform + pos: -2.5,-35.5 + parent: 1668 + - uid: 6399 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 1668 + - uid: 6400 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 1668 + - uid: 6401 + components: + - type: Transform + pos: -1.5,-37.5 + parent: 1668 + - uid: 6402 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 1668 + - uid: 6403 + components: + - type: Transform + pos: -1.5,-38.5 + parent: 1668 + - uid: 6404 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 1668 + - uid: 6405 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 1668 + - uid: 6406 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 1668 + - uid: 6407 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 1668 + - uid: 6408 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 1668 + - uid: 6849 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 1668 + - uid: 6850 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 1668 + - uid: 6851 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 1668 + - uid: 6852 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 1668 + - uid: 6853 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 1668 +- proto: CableTerminal + entities: + - uid: 2191 + components: + - type: Transform + pos: 27.5,-29.5 + parent: 1668 + - uid: 5075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-15.5 + parent: 1668 + - uid: 5076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-16.5 + parent: 1668 + - uid: 5077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-17.5 + parent: 1668 +- proto: CargoPallet + entities: + - uid: 6924 + components: + - type: Transform + pos: -6.5,26.5 + parent: 1668 + - uid: 6925 + components: + - type: Transform + pos: -7.5,26.5 + parent: 1668 + - uid: 6926 + components: + - type: Transform + pos: -8.5,26.5 + parent: 1668 + - uid: 6927 + components: + - type: Transform + pos: -6.5,28.5 + parent: 1668 + - uid: 6928 + components: + - type: Transform + pos: -7.5,28.5 + parent: 1668 + - uid: 6929 + components: + - type: Transform + pos: -8.5,28.5 + parent: 1668 +- proto: Carpet + entities: + - uid: 2714 + components: + - type: Transform + pos: 6.5,18.5 + parent: 1668 + - uid: 2715 + components: + - type: Transform + pos: 6.5,19.5 + parent: 1668 + - uid: 2716 + components: + - type: Transform + pos: 5.5,18.5 + parent: 1668 + - uid: 2717 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1668 +- proto: CarpetGreen + entities: + - uid: 148 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1668 + - uid: 149 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1668 + - uid: 204 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1668 + - uid: 205 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1668 + - uid: 207 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1668 + - uid: 1428 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1668 + - uid: 3728 + components: + - type: Transform + pos: -16.5,10.5 + parent: 1668 + - uid: 3729 + components: + - type: Transform + pos: -16.5,11.5 + parent: 1668 + - uid: 3730 + components: + - type: Transform + pos: -15.5,10.5 + parent: 1668 + - uid: 3731 + components: + - type: Transform + pos: -15.5,11.5 + parent: 1668 + - uid: 3732 + components: + - type: Transform + pos: -19.5,11.5 + parent: 1668 + - uid: 3733 + components: + - type: Transform + pos: -19.5,10.5 + parent: 1668 + - uid: 3735 + components: + - type: Transform + pos: -18.5,11.5 + parent: 1668 + - uid: 3736 + components: + - type: Transform + pos: -18.5,10.5 + parent: 1668 + - uid: 3738 + components: + - type: Transform + pos: -19.5,5.5 + parent: 1668 + - uid: 3739 + components: + - type: Transform + pos: -19.5,6.5 + parent: 1668 + - uid: 3740 + components: + - type: Transform + pos: -18.5,5.5 + parent: 1668 + - uid: 3741 + components: + - type: Transform + pos: -18.5,6.5 + parent: 1668 +- proto: Catwalk + entities: + - uid: 347 + components: + - type: Transform + pos: 34.5,2.5 + parent: 1668 + - uid: 1065 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 1668 + - uid: 1066 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 1668 + - uid: 1067 + components: + - type: Transform + pos: 34.5,4.5 + parent: 1668 + - uid: 1179 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 1668 + - uid: 2032 + components: + - type: Transform + pos: -0.5,18.5 + parent: 1668 + - uid: 2033 + components: + - type: Transform + pos: -0.5,19.5 + parent: 1668 + - uid: 2034 + components: + - type: Transform + pos: -0.5,20.5 + parent: 1668 + - uid: 2035 + components: + - type: Transform + pos: 0.5,20.5 + parent: 1668 + - uid: 2036 + components: + - type: Transform + pos: 1.5,20.5 + parent: 1668 + - uid: 2037 + components: + - type: Transform + pos: -1.5,20.5 + parent: 1668 + - uid: 2038 + components: + - type: Transform + pos: -2.5,20.5 + parent: 1668 + - uid: 2046 + components: + - type: Transform + pos: -0.5,23.5 + parent: 1668 + - uid: 2047 + components: + - type: Transform + pos: -1.5,23.5 + parent: 1668 + - uid: 2048 + components: + - type: Transform + pos: -2.5,23.5 + parent: 1668 + - uid: 2049 + components: + - type: Transform + pos: -2.5,24.5 + parent: 1668 + - uid: 3239 + components: + - type: Transform + pos: -2.5,26.5 + parent: 1668 + - uid: 3240 + components: + - type: Transform + pos: -2.5,27.5 + parent: 1668 + - uid: 3241 + components: + - type: Transform + pos: -2.5,28.5 + parent: 1668 + - uid: 3242 + components: + - type: Transform + pos: -2.5,29.5 + parent: 1668 + - uid: 3243 + components: + - type: Transform + pos: -2.5,30.5 + parent: 1668 + - uid: 3244 + components: + - type: Transform + pos: -2.5,31.5 + parent: 1668 + - uid: 3246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,32.5 + parent: 1668 + - uid: 3251 + components: + - type: Transform + pos: 14.5,17.5 + parent: 1668 + - uid: 3252 + components: + - type: Transform + pos: 14.5,18.5 + parent: 1668 + - uid: 3253 + components: + - type: Transform + pos: 15.5,18.5 + parent: 1668 + - uid: 3709 + components: + - type: Transform + pos: -16.5,4.5 + parent: 1668 + - uid: 3710 + components: + - type: Transform + pos: -15.5,4.5 + parent: 1668 + - uid: 3711 + components: + - type: Transform + pos: -14.5,4.5 + parent: 1668 + - uid: 3712 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1668 + - uid: 4146 + components: + - type: Transform + pos: -33.5,0.5 + parent: 1668 + - uid: 4147 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 1668 + - uid: 4181 + components: + - type: Transform + pos: -27.5,3.5 + parent: 1668 + - uid: 4182 + components: + - type: Transform + pos: -27.5,4.5 + parent: 1668 + - uid: 4183 + components: + - type: Transform + pos: -27.5,5.5 + parent: 1668 + - uid: 4568 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 1668 + - uid: 4569 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 1668 + - uid: 4570 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 1668 + - uid: 4571 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 1668 + - uid: 4572 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 1668 + - uid: 4573 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 1668 + - uid: 4574 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 1668 + - uid: 5197 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 1668 + - uid: 5198 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 1668 + - uid: 5199 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 1668 + - uid: 5200 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 1668 + - uid: 5201 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 1668 + - uid: 5202 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 1668 + - uid: 5203 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 1668 + - uid: 5204 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 1668 + - uid: 5205 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 1668 + - uid: 5206 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 1668 + - uid: 5207 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 1668 + - uid: 5208 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 1668 + - uid: 5209 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 1668 + - uid: 5210 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 1668 + - uid: 5211 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 1668 + - uid: 5212 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 1668 + - uid: 5213 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 1668 + - uid: 5323 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 1668 + - uid: 5324 + components: + - type: Transform + pos: 25.5,-16.5 + parent: 1668 + - uid: 5325 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 1668 + - uid: 5326 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 1668 + - uid: 6142 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 1668 + - uid: 6143 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 1668 + - uid: 6440 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 1668 + - uid: 6441 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 1668 +- proto: CentcomIDCard + entities: + - uid: 3721 + components: + - type: Transform + pos: -16.521366,8.567018 + parent: 1668 +- proto: CentcomPDA + entities: + - uid: 6617 + components: + - type: Transform + pos: -20.428675,10.647655 + parent: 1668 +- proto: Chair + entities: + - uid: 517 + components: + - type: Transform + pos: 22.5,5.5 + parent: 1668 + - uid: 518 + components: + - type: Transform + pos: 23.5,5.5 + parent: 1668 + - uid: 519 + components: + - type: Transform + pos: 24.5,5.5 + parent: 1668 + - uid: 520 + components: + - type: Transform + pos: 28.5,5.5 + parent: 1668 + - uid: 521 + components: + - type: Transform + pos: 29.5,5.5 + parent: 1668 + - uid: 522 + components: + - type: Transform + pos: 30.5,5.5 + parent: 1668 + - uid: 532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-6.5 + parent: 1668 + - uid: 533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 1668 + - uid: 534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-6.5 + parent: 1668 + - uid: 535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-6.5 + parent: 1668 + - uid: 536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 1668 + - uid: 537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-6.5 + parent: 1668 + - uid: 538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-4.5 + parent: 1668 + - uid: 539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 1668 + - uid: 540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,1.5 + parent: 1668 + - uid: 541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,3.5 + parent: 1668 + - uid: 634 + components: + - type: Transform + pos: 10.5,1.5 + parent: 1668 + - uid: 635 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1668 + - uid: 636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 1668 + - uid: 637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-2.5 + parent: 1668 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-2.5 + parent: 1668 + - uid: 639 + components: + - type: Transform + pos: 13.5,1.5 + parent: 1668 + - uid: 1644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,11.5 + parent: 1668 + - uid: 1645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1668 + - uid: 2168 + components: + - type: Transform + pos: 1.5,16.5 + parent: 1668 + - uid: 2169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1668 + - uid: 2170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,14.5 + parent: 1668 + - uid: 2171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,8.5 + parent: 1668 + - uid: 2172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,8.5 + parent: 1668 + - uid: 2173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,8.5 + parent: 1668 + - uid: 2174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 1668 + - uid: 2175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,9.5 + parent: 1668 + - uid: 2176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 1668 + - uid: 2415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,16.5 + parent: 1668 + - uid: 2416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,16.5 + parent: 1668 + - uid: 2417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,16.5 + parent: 1668 + - uid: 2418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,16.5 + parent: 1668 + - uid: 2419 + components: + - type: Transform + pos: 26.5,21.5 + parent: 1668 + - uid: 2420 + components: + - type: Transform + pos: 30.5,21.5 + parent: 1668 + - uid: 2427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,15.5 + parent: 1668 + - uid: 2428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,16.5 + parent: 1668 + - uid: 2429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,17.5 + parent: 1668 + - uid: 2430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,18.5 + parent: 1668 + - uid: 2431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,15.5 + parent: 1668 + - uid: 2432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,16.5 + parent: 1668 + - uid: 2433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,17.5 + parent: 1668 + - uid: 2434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,18.5 + parent: 1668 + - uid: 2441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 1668 + - uid: 2472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,13.5 + parent: 1668 + - uid: 2473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,13.5 + parent: 1668 + - uid: 2474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,13.5 + parent: 1668 + - uid: 2475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,13.5 + parent: 1668 + - uid: 2476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,13.5 + parent: 1668 + - uid: 2477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,13.5 + parent: 1668 + - uid: 2478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,12.5 + parent: 1668 + - uid: 2479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,12.5 + parent: 1668 + - uid: 2480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,12.5 + parent: 1668 + - uid: 2481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,12.5 + parent: 1668 + - uid: 2482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,12.5 + parent: 1668 + - uid: 2483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,12.5 + parent: 1668 + - uid: 2484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,12.5 + parent: 1668 + - uid: 2485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,12.5 + parent: 1668 + - uid: 2827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,21.5 + parent: 1668 + - uid: 2828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,21.5 + parent: 1668 + - uid: 3172 + components: + - type: Transform + pos: 8.5,15.5 + parent: 1668 + - uid: 3173 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1668 + - uid: 3174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 1668 + - uid: 3175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,10.5 + parent: 1668 + - uid: 3176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,10.5 + parent: 1668 + - uid: 3177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,10.5 + parent: 1668 + - uid: 3827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,23.5 + parent: 1668 + - uid: 4152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,1.5 + parent: 1668 + - uid: 4153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-0.5 + parent: 1668 + - uid: 4154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-2.5 + parent: 1668 + - uid: 4155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-2.5 + parent: 1668 + - uid: 4156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 1668 + - uid: 4157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,1.5 + parent: 1668 + - uid: 4160 + components: + - type: Transform + pos: -31.5,6.5 + parent: 1668 + - uid: 4161 + components: + - type: Transform + pos: -32.5,6.5 + parent: 1668 + - uid: 4162 + components: + - type: Transform + pos: -33.5,6.5 + parent: 1668 + - uid: 4163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,3.5 + parent: 1668 + - uid: 4164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,3.5 + parent: 1668 + - uid: 4165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,3.5 + parent: 1668 + - uid: 5246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-24.5 + parent: 1668 + - uid: 5249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-24.5 + parent: 1668 + - uid: 5308 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 1668 + - uid: 5309 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 1668 + - uid: 5384 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 1668 + - uid: 5385 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 1668 + - uid: 6148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-22.5 + parent: 1668 + - uid: 6149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-22.5 + parent: 1668 + - uid: 6152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-28.5 + parent: 1668 + - uid: 6153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-27.5 + parent: 1668 + - uid: 6240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-27.5 + parent: 1668 + - uid: 6243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-27.5 + parent: 1668 + - uid: 6391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-43.5 + parent: 1668 + - uid: 6392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-41.5 + parent: 1668 + - uid: 6393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-43.5 + parent: 1668 + - uid: 6394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 1668 + - uid: 6567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-33.5 + parent: 1668 + - uid: 6568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-33.5 + parent: 1668 + - uid: 6569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-33.5 + parent: 1668 + - uid: 6570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-33.5 + parent: 1668 + - uid: 6579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-30.5 + parent: 1668 + - uid: 6580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-30.5 + parent: 1668 + - uid: 6585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-30.5 + parent: 1668 + - uid: 6586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-30.5 + parent: 1668 + - uid: 6587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-33.5 + parent: 1668 + - uid: 6588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-33.5 + parent: 1668 + - uid: 6589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-33.5 + parent: 1668 + - uid: 6590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-33.5 + parent: 1668 + - uid: 6748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1668 +- proto: ChairOfficeDark + entities: + - uid: 506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-8.5 + parent: 1668 + - uid: 507 + components: + - type: Transform + pos: 27.5,-10.5 + parent: 1668 + - uid: 604 + components: + - type: Transform + pos: 12.5,3.5 + parent: 1668 + - uid: 605 + components: + - type: Transform + pos: 14.5,3.5 + parent: 1668 + - uid: 817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 1668 + - uid: 818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-12.5 + parent: 1668 + - uid: 1401 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1668 + - uid: 1402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1668 + - uid: 1403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 1668 + - uid: 1404 + components: + - type: Transform + pos: 0.5,-1.5 + parent: 1668 + - uid: 1405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 1668 + - uid: 1646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1668 + - uid: 1647 + components: + - type: Transform + pos: -8.5,9.5 + parent: 1668 + - uid: 1648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,11.5 + parent: 1668 + - uid: 1649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,10.5 + parent: 1668 + - uid: 2744 + components: + - type: Transform + pos: 9.5,17.5 + parent: 1668 + - uid: 3621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,4.5 + parent: 1668 + - uid: 3622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,5.5 + parent: 1668 + - uid: 3623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 1668 + - uid: 3880 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 1668 + - uid: 3881 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 1668 + - uid: 3882 + components: + - type: Transform + pos: -19.5,-4.5 + parent: 1668 + - uid: 3883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 + parent: 1668 + - uid: 3884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-6.5 + parent: 1668 + - uid: 3885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-7.5 + parent: 1668 + - uid: 3886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-8.5 + parent: 1668 + - uid: 3887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-8.5 + parent: 1668 + - uid: 3888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-8.5 + parent: 1668 + - uid: 5243 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 1668 + - uid: 5336 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 1668 + - uid: 5337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 1668 + - uid: 6939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,30.5 + parent: 1668 + - uid: 6940 + components: + - type: Transform + pos: -10.5,30.5 + parent: 1668 + - uid: 6941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,25.5 + parent: 1668 +- proto: ChairWood + entities: + - uid: 4617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-29.5 + parent: 1668 +- proto: chem_master + entities: + - uid: 825 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 1668 + - uid: 4425 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 1668 +- proto: ChemDispenser + entities: + - uid: 824 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 1668 +- proto: ChemistryHotplate + entities: + - uid: 254 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1668 +- proto: ChessBoard + entities: + - uid: 3762 + components: + - type: Transform + pos: -23.529772,4.584259 + parent: 1668 +- proto: CigarGold + entities: + - uid: 2465 + components: + - type: Transform + pos: 30.393238,23.676378 + parent: 1668 + - uid: 2466 + components: + - type: Transform + pos: 30.502613,23.598253 + parent: 1668 + - uid: 3746 + components: + - type: Transform + pos: -23.553053,10.781973 + parent: 1668 + - uid: 3747 + components: + - type: Transform + pos: -23.443678,10.672598 + parent: 1668 + - uid: 3877 + components: + - type: Transform + pos: -26.36634,-3.4881558 + parent: 1668 + - uid: 3878 + components: + - type: Transform + pos: -26.30384,-3.5194058 + parent: 1668 +- proto: CloningPod + entities: + - uid: 722 + components: + - type: Transform + pos: 11.5,-13.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 575 + - type: Construction + containers: + - machine_parts + - machine_board +- proto: ClosetChefFilled + entities: + - uid: 4579 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 1668 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 1071 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 1668 + - uid: 1072 + components: + - type: Transform + pos: 34.5,5.5 + parent: 1668 + - uid: 2044 + components: + - type: Transform + pos: -3.5,24.5 + parent: 1668 + - uid: 4148 + components: + - type: Transform + pos: -33.5,1.5 + parent: 1668 + - uid: 4149 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 1668 + - uid: 4159 + components: + - type: Transform + pos: -30.5,6.5 + parent: 1668 + - uid: 5352 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 1668 + - uid: 6147 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 1668 + - uid: 6252 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 1668 +- proto: ClosetFireFilled + entities: + - uid: 1073 + components: + - type: Transform + pos: 34.5,1.5 + parent: 1668 + - uid: 1074 + components: + - type: Transform + pos: 34.5,-6.5 + parent: 1668 + - uid: 4158 + components: + - type: Transform + pos: -29.5,6.5 + parent: 1668 + - uid: 5356 + components: + - type: Transform + pos: 19.5,-26.5 + parent: 1668 + - uid: 6146 + components: + - type: Transform + pos: -22.5,-28.5 + parent: 1668 +- proto: ClosetL3JanitorFilled + entities: + - uid: 6229 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 1668 +- proto: ClosetLegalFilled + entities: + - uid: 2490 + components: + - type: Transform + pos: 19.5,23.5 + parent: 1668 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 2442 + components: + - type: Transform + pos: 21.5,-26.5 + parent: 1668 + - uid: 5331 + components: + - type: Transform + pos: 34.5,-15.5 + parent: 1668 + - uid: 5332 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 1668 +- proto: ClosetSteelBase + entities: + - uid: 2491 + components: + - type: Transform + pos: 20.5,23.5 + parent: 1668 +- proto: ClosetToolFilled + entities: + - uid: 3254 + components: + - type: Transform + pos: 14.5,19.5 + parent: 1668 +- proto: ClothingBackpackDuffelCargo + entities: + - uid: 6932 + components: + - type: Transform + pos: -5.4863143,25.64425 + parent: 1668 +- proto: ClothingBackpackERTSecurity + entities: + - uid: 2901 + components: + - type: Transform + pos: 16.642612,32.410297 + parent: 1668 + - uid: 2902 + components: + - type: Transform + pos: 16.439487,32.566547 + parent: 1668 + - uid: 2903 + components: + - type: Transform + pos: 2.6113625,32.457172 + parent: 1668 + - uid: 2904 + components: + - type: Transform + pos: 2.4551125,32.613422 + parent: 1668 +- proto: ClothingBackpackSatchelHolding + entities: + - uid: 3737 + components: + - type: Transform + pos: -26.540686,12.537982 + parent: 1668 +- proto: ClothingBeltChiefEngineerFilled + entities: + - uid: 6956 + components: + - type: Transform + pos: 20.568373,-22.468605 + parent: 1668 +- proto: ClothingBeltSecurityFilled + entities: + - uid: 1460 + components: + - type: Transform + pos: -6.4730563,-12.590733 + parent: 1668 + - uid: 3151 + components: + - type: Transform + pos: 9.512553,25.678463 + parent: 1668 + - uid: 3152 + components: + - type: Transform + pos: 9.637553,25.537838 + parent: 1668 +- proto: ClothingBeltSheathFilled + entities: + - uid: 3725 + components: + - type: Transform + pos: -15.72449,12.605259 + parent: 1668 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 2241 + components: + - type: Transform + pos: -9.339353,8.480244 + parent: 1668 + - uid: 3909 + components: + - type: Transform + pos: -13.494019,-9.4266615 + parent: 1668 + - uid: 5345 + components: + - type: Transform + pos: 25.530863,-26.462372 + parent: 1668 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 6846 + components: + - type: Transform + pos: 3.5108106,-10.103214 + parent: 1668 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 2204 + components: + - type: Transform + pos: 16.59961,30.616188 + parent: 1668 + - uid: 2205 + components: + - type: Transform + pos: 16.490234,30.741188 + parent: 1668 + - uid: 4173 + components: + - type: Transform + pos: 2.5571308,30.616188 + parent: 1668 + - uid: 4388 + components: + - type: Transform + pos: 2.4477558,30.694313 + parent: 1668 +- proto: ClothingEyesGlassesSunglasses + entities: + - uid: 2449 + components: + - type: Transform + pos: -15.8832245,12.471813 + parent: 1668 + - uid: 6947 + components: + - type: Transform + pos: -27.440563,-8.922831 + parent: 1668 + - uid: 6948 + components: + - type: Transform + pos: -27.440563,-8.922831 + parent: 1668 + - uid: 6949 + components: + - type: Transform + pos: -27.440563,-8.922831 + parent: 1668 +- proto: ClothingEyesHudDiagnostic + entities: + - uid: 5371 + components: + - type: Transform + pos: 26.529047,-22.34483 + parent: 1668 +- proto: ClothingHandsGlovesColorBlue + entities: + - uid: 6950 + components: + - type: Transform + pos: -26.706188,-9.407206 + parent: 1668 + - uid: 6951 + components: + - type: Transform + pos: -26.706188,-9.407206 + parent: 1668 + - uid: 6952 + components: + - type: Transform + pos: -26.706188,-9.407206 + parent: 1668 +- proto: ClothingHandsGlovesCombat + entities: + - uid: 255 + components: + - type: Transform + pos: 2.4165058,30.959938 + parent: 1668 + - uid: 297 + components: + - type: Transform + pos: 2.6508808,30.850563 + parent: 1668 + - uid: 823 + components: + - type: Transform + pos: 16.41518,30.975563 + parent: 1668 + - uid: 833 + components: + - type: Transform + pos: 16.57143,30.913063 + parent: 1668 + - uid: 3724 + components: + - type: Transform + pos: -16.552616,8.708888 + parent: 1668 +- proto: ClothingHeadHatHairflower + entities: + - uid: 6605 + components: + - type: Transform + pos: -11.182456,6.7149878 + parent: 1668 +- proto: ClothingHeadHatWelding + entities: + - uid: 2197 + components: + - type: Transform + pos: -1.4187617,24.501104 + parent: 1668 + - uid: 3700 + components: + - type: Transform + pos: -16.435745,6.5478344 + parent: 1668 + - uid: 5372 + components: + - type: Transform + pos: 27.357172,-22.34483 + parent: 1668 + - uid: 5373 + components: + - type: Transform + pos: 27.544672,-22.46983 + parent: 1668 +- proto: ClothingHeadsetAltCentCom + entities: + - uid: 1435 + components: + - type: Transform + pos: 0.47396702,1.5393463 + parent: 1668 + - uid: 3823 + components: + - type: Transform + pos: 2.6429226,32.7473 + parent: 1668 + - uid: 3824 + components: + - type: Transform + pos: 2.7522976,32.637924 + parent: 1668 + - uid: 3825 + components: + - type: Transform + pos: 16.661858,32.6848 + parent: 1668 + - uid: 3826 + components: + - type: Transform + pos: 16.771233,32.575424 + parent: 1668 +- proto: ClothingMaskGas + entities: + - uid: 2224 + components: + - type: Transform + pos: -11.500146,17.576977 + parent: 1668 +- proto: ClothingMaskGasAtmos + entities: + - uid: 5346 + components: + - type: Transform + pos: 21.493792,-17.470217 + parent: 1668 +- proto: ClothingMaskGasDeathSquad + entities: + - uid: 299 + components: + - type: Transform + pos: 16.360958,32.006813 + parent: 1668 + - uid: 821 + components: + - type: Transform + pos: 2.59024,31.975563 + parent: 1668 + - uid: 822 + components: + - type: Transform + pos: 2.34024,32.022438 + parent: 1668 + - uid: 1434 + components: + - type: Transform + pos: 16.595333,31.897438 + parent: 1668 +- proto: ClothingNeckBronzeheart + entities: + - uid: 4377 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1668 +- proto: ClothingNeckCloakNanotrasen + entities: + - uid: 2452 + components: + - type: Transform + pos: -27.456188,-9.313456 + parent: 1668 + - uid: 2737 + components: + - type: Transform + pos: -27.456188,-9.313456 + parent: 1668 + - uid: 4266 + components: + - type: Transform + pos: -27.456188,-9.313456 + parent: 1668 + - uid: 4615 + components: + - type: Transform + pos: -27.456188,-9.313456 + parent: 1668 +- proto: ClothingNeckGoldmedal + entities: + - uid: 4378 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 1668 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 4379 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1668 + - uid: 6936 + components: + - type: Transform + pos: 19.539907,21.362776 + parent: 1668 +- proto: ClothingOuterArmorCaptainCarapace + entities: + - uid: 3771 + components: + - type: Transform + pos: -12.455681,6.5291095 + parent: 1668 +- proto: ClothingOuterHardsuitDeathsquad + entities: + - uid: 2897 + components: + - type: Transform + pos: 3.403695,32.551796 + parent: 1668 + - uid: 2898 + components: + - type: Transform + pos: 3.653695,32.69242 + parent: 1668 + - uid: 2899 + components: + - type: Transform + pos: 15.372445,32.53617 + parent: 1668 + - 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=yellow]Blunt[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Radiation[/color] damage reduced by [color=lightblue]90%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]80%[/color]. + priority: 0 + component: Armor + title: null + - uid: 2900 + components: + - type: Transform + pos: 15.653695,32.676796 + parent: 1668 + - 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=yellow]Blunt[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=yellow]Radiation[/color] damage reduced by [color=lightblue]90%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]80%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]80%[/color]. + priority: 0 + component: Armor + title: null +- proto: ClothingShoesBootsLaceup + entities: + - uid: 3722 + components: + - type: Transform + pos: -16.568241,9.145143 + parent: 1668 + - uid: 6953 + components: + - type: Transform + pos: -27.518688,-8.610331 + parent: 1668 + - uid: 6954 + components: + - type: Transform + pos: -27.518688,-8.610331 + parent: 1668 + - uid: 6955 + components: + - type: Transform + pos: -27.518688,-8.610331 + parent: 1668 +- proto: ClothingShoesBootsMagAdv + entities: + - uid: 2909 + components: + - type: Transform + pos: 3.4296377,30.58716 + parent: 1668 + - uid: 2910 + components: + - type: Transform + pos: 3.6171377,30.446535 + parent: 1668 + - uid: 2911 + components: + - type: Transform + pos: 15.407025,30.634035 + parent: 1668 + - uid: 2912 + components: + - type: Transform + pos: 15.6414,30.415285 + parent: 1668 +- proto: ClothingShoesLeather + entities: + - uid: 3775 + components: + - type: Transform + pos: -10.574664,4.498021 + parent: 1668 +- proto: ClothingUniformJumpsuitDeathSquad + entities: + - uid: 2206 + components: + - type: Transform + pos: 15.35466,32.444313 + parent: 1668 + - uid: 2722 + components: + - type: Transform + pos: 3.637115,32.584938 + parent: 1668 + - uid: 4398 + components: + - type: Transform + pos: 3.40274,32.428688 + parent: 1668 + - uid: 4723 + components: + - type: Transform + pos: 15.651535,32.600563 + parent: 1668 +- proto: ClothingUniformJumpsuitNanotrasen + entities: + - uid: 2446 + components: + - type: Transform + pos: -27.362438,-9.485331 + parent: 1668 + - uid: 2451 + components: + - type: Transform + pos: -27.362438,-9.485331 + parent: 1668 + - uid: 2453 + components: + - type: Transform + pos: -27.362438,-9.485331 + parent: 1668 + - uid: 2728 + components: + - type: Transform + pos: -27.362438,-9.485331 + parent: 1668 +- proto: ComfyChair + entities: + - uid: 502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,12.5 + parent: 1668 + - uid: 2194 + components: + - type: Transform + pos: -0.5,24.5 + parent: 1668 + - uid: 2421 + components: + - type: Transform + pos: 28.5,21.5 + parent: 1668 + - uid: 2447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,9.5 + parent: 1668 + - uid: 2450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,14.5 + parent: 1668 + - uid: 2492 + components: + - type: Transform + pos: 20.5,21.5 + parent: 1668 + - uid: 2493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,19.5 + parent: 1668 + - uid: 2494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,19.5 + parent: 1668 + - uid: 3171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,13.5 + parent: 1668 + - uid: 3611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,11.5 + parent: 1668 + - uid: 3612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,11.5 + parent: 1668 + - uid: 3613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,10.5 + parent: 1668 + - uid: 3614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,11.5 + parent: 1668 + - uid: 3615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,11.5 + parent: 1668 + - uid: 3616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,10.5 + parent: 1668 + - uid: 3617 + components: + - type: Transform + pos: -24.5,5.5 + parent: 1668 + - uid: 3618 + components: + - type: Transform + pos: -23.5,5.5 + parent: 1668 + - uid: 3619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,3.5 + parent: 1668 + - uid: 3620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,3.5 + parent: 1668 + - uid: 3718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,12.5 + parent: 1668 + - uid: 3879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-6.5 + parent: 1668 + - uid: 4189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,13.5 + parent: 1668 + - uid: 4437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-26.5 + parent: 1668 + - uid: 4441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-29.5 + parent: 1668 + - uid: 4442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-29.5 + parent: 1668 + - uid: 4443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 1668 + - uid: 4444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-26.5 + parent: 1668 + - uid: 4445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-25.5 + parent: 1668 + - uid: 4446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 1668 + - uid: 4447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 1668 + - uid: 4448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 1668 + - uid: 4449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-25.5 + parent: 1668 + - uid: 4450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 1668 + - uid: 4451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-28.5 + parent: 1668 + - uid: 4453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-29.5 + parent: 1668 + - uid: 4458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 1668 + - uid: 4470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 1668 + - uid: 4472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-29.5 + parent: 1668 + - uid: 5422 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 1668 + - uid: 6614 + components: + - type: Transform + pos: 18.5,15.5 + parent: 1668 + - uid: 6616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,14.5 + parent: 1668 +- proto: ComputerAlert + entities: + - uid: 655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1668 + - uid: 4973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-20.5 + parent: 1668 + - uid: 5338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-16.5 + parent: 1668 +- proto: computerBodyScanner + entities: + - uid: 611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-6.5 + parent: 1668 +- proto: ComputerCargoBounty + entities: + - uid: 6923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,23.5 + parent: 1668 +- proto: ComputerCargoOrders + entities: + - uid: 1624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,11.5 + parent: 1668 + - uid: 1650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,16.5 + parent: 1668 + - uid: 1653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,14.5 + parent: 1668 +- proto: ComputerCargoShuttle + entities: + - uid: 1625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,12.5 + parent: 1668 + - uid: 1651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,15.5 + parent: 1668 + - uid: 1652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,14.5 + parent: 1668 + - uid: 3818 + components: + - type: Transform + pos: -13.5,17.5 + parent: 1668 +- proto: ComputerCloningConsole + entities: + - uid: 575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 722: + - CloningPodSender: CloningPodReceiver +- proto: ComputerComms + entities: + - uid: 652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1668 + - uid: 3447 + components: + - type: Transform + pos: -19.5,12.5 + parent: 1668 + - uid: 3629 + components: + - type: Transform + pos: -18.5,6.5 + parent: 1668 + - uid: 3630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,11.5 + parent: 1668 + - uid: 3837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-7.5 + parent: 1668 +- proto: ComputerCrewMonitoring + entities: + - uid: 593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,3.5 + parent: 1668 + - uid: 608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-4.5 + parent: 1668 + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 1668 +- proto: ComputerCriminalRecords + entities: + - uid: 498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-8.5 + parent: 1668 + - uid: 591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,4.5 + parent: 1668 + - uid: 653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 1668 + - uid: 813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-13.5 + parent: 1668 + - uid: 2426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,17.5 + parent: 1668 + - uid: 3258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,22.5 + parent: 1668 +- proto: ComputerId + entities: + - uid: 589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,3.5 + parent: 1668 + - uid: 651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1668 + - uid: 3448 + components: + - type: Transform + pos: -18.5,12.5 + parent: 1668 + - uid: 3907 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 1668 +- proto: ComputerMedicalRecords + entities: + - uid: 657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-0.5 + parent: 1668 +- proto: ComputerPalletConsole + entities: + - uid: 6930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,27.5 + parent: 1668 +- proto: ComputerPowerMonitoring + entities: + - uid: 3256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,18.5 + parent: 1668 + - uid: 3573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,4.5 + parent: 1668 + - uid: 4971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-21.5 + parent: 1668 +- proto: ComputerShuttleCargo + entities: + - uid: 3719 + components: + - type: Transform + pos: -12.5,17.5 + parent: 1668 +- proto: ComputerStationRecords + entities: + - uid: 3720 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1668 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-9.5 + parent: 1668 + - uid: 654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 1668 + - uid: 814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-13.5 + parent: 1668 + - uid: 2250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,3.5 + parent: 1668 + - uid: 2745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,18.5 + parent: 1668 +- proto: ComputerTelevision + entities: + - uid: 3715 + components: + - type: Transform + pos: -14.5,12.5 + parent: 1668 +- proto: ConveyorBelt + entities: + - uid: 1576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,24.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1588 + - uid: 1582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 1583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 1584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 1585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 1586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 1587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 1589 + - uid: 5902 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5906 + - uid: 5903 + components: + - type: Transform + pos: -19.5,-32.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5906 + - uid: 5904 + components: + - type: Transform + pos: -19.5,-31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5906 +- proto: CrateArmoryLaser + entities: + - uid: 6533 + components: + - type: Transform + pos: -7.5,22.5 + parent: 1668 +- proto: CrateArmoryShotgun + entities: + - uid: 6532 + components: + - type: Transform + pos: -9.5,24.5 + parent: 1668 +- proto: CrateArmorySMG + entities: + - uid: 6531 + components: + - type: Transform + pos: -6.5,26.5 + parent: 1668 +- proto: CrateEmergencyRadiation + entities: + - uid: 5379 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 1668 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 792 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 1668 +- proto: CrateEngineeringCableBulk + entities: + - uid: 5328 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 1668 +- proto: CrateEngineeringCableLV + entities: + - uid: 5380 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 1668 +- proto: CrateEngineeringCableMV + entities: + - uid: 5381 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 1668 +- proto: CrateEngineeringShuttle + entities: + - uid: 2144 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 1668 +- proto: CrateFoodPizza + entities: + - uid: 6528 + components: + - type: Transform + pos: -8.5,22.5 + parent: 1668 +- proto: CrateFunPlushie + entities: + - uid: 6530 + components: + - type: Transform + pos: -8.5,28.5 + parent: 1668 +- proto: CrateHydroponicsSeedsExotic + entities: + - uid: 6527 + components: + - type: Transform + pos: -5.5,17.5 + parent: 1668 +- proto: CrateMedicalSurgery + entities: + - uid: 629 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1668 +- proto: CrateMousetrapBoxes + entities: + - uid: 6529 + components: + - type: Transform + pos: -7.5,26.5 + parent: 1668 +- proto: CrowbarRed + entities: + - uid: 515 + components: + - type: Transform + pos: 20.552847,-10.547255 + parent: 1668 + - uid: 1451 + components: + - type: Transform + pos: 14.506881,6.5434804 + parent: 1668 + - uid: 2225 + components: + - type: Transform + pos: -11.468896,17.467602 + parent: 1668 + - uid: 2467 + components: + - type: Transform + pos: 22.533863,23.410753 + parent: 1668 + - uid: 2870 + components: + - type: Transform + pos: 4.561338,19.119057 + parent: 1668 + - uid: 3899 + components: + - type: Transform + pos: -12.531932,-6.3835163 + parent: 1668 + - uid: 5347 + components: + - type: Transform + pos: 21.478167,-17.501467 + parent: 1668 +- proto: CryogenicSleepUnit + entities: + - uid: 3154 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 1668 + - uid: 3633 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 1668 +- proto: CryoPod + entities: + - uid: 6642 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: DeathsquadPDA + entities: + - uid: 298 + components: + - type: Transform + pos: 2.579019,31.366188 + parent: 1668 + - uid: 579 + components: + - type: Transform + pos: 16.399555,31.459938 + parent: 1668 + - uid: 820 + components: + - type: Transform + pos: 16.587055,31.366188 + parent: 1668 + - uid: 834 + components: + - type: Transform + pos: 2.407144,31.491188 + parent: 1668 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 2914 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1668 + - uid: 3123 + components: + - type: Transform + pos: 19.5,6.5 + parent: 1668 + - uid: 3133 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 1668 + - uid: 3139 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1668 + - uid: 6644 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1668 +- proto: DeployableBarrier + entities: + - uid: 3144 + components: + - type: Transform + pos: 6.5,29.5 + parent: 1668 + - uid: 3145 + components: + - type: Transform + pos: 5.5,29.5 + parent: 1668 + - uid: 3146 + components: + - type: Transform + pos: 12.5,29.5 + parent: 1668 + - uid: 3147 + components: + - type: Transform + pos: 13.5,29.5 + parent: 1668 +- proto: DiceBag + entities: + - uid: 3763 + components: + - type: Transform + pos: -24.498522,4.631134 + parent: 1668 +- proto: DisposalBend + entities: + - uid: 2059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,14.5 + parent: 1668 + - uid: 2073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,10.5 + parent: 1668 + - uid: 2074 + components: + - type: Transform + pos: -5.5,10.5 + parent: 1668 + - uid: 2076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1668 + - uid: 2086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 1668 + - uid: 2091 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1668 + - uid: 2093 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 1668 + - uid: 2117 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 1668 + - uid: 2118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-5.5 + parent: 1668 + - uid: 2125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 1668 + - uid: 2129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1668 + - uid: 2179 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1668 + - uid: 2180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1668 + - uid: 3639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,2.5 + parent: 1668 + - uid: 3852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 1668 + - uid: 4649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-32.5 + parent: 1668 + - uid: 4650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-33.5 + parent: 1668 + - uid: 4925 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 1668 + - uid: 4949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-18.5 + parent: 1668 + - uid: 4951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 1668 + - uid: 4952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-18.5 + parent: 1668 + - uid: 5897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-32.5 + parent: 1668 +- proto: DisposalJunction + entities: + - uid: 2082 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 1668 + - uid: 4948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-18.5 + parent: 1668 +- proto: DisposalJunctionFlipped + entities: + - uid: 2080 + components: + - type: Transform + pos: -5.5,3.5 + parent: 1668 + - uid: 2081 + components: + - type: Transform + pos: -5.5,0.5 + parent: 1668 + - uid: 2120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 1668 + - uid: 2134 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1668 + - uid: 3640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-0.5 + parent: 1668 + - uid: 4927 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 1668 +- proto: DisposalPipe + entities: + - uid: 2060 + components: + - type: Transform + pos: -10.5,13.5 + parent: 1668 + - uid: 2061 + components: + - type: Transform + pos: -10.5,12.5 + parent: 1668 + - uid: 2062 + components: + - type: Transform + pos: -10.5,11.5 + parent: 1668 + - uid: 2063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1668 + - uid: 2064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1668 + - uid: 2065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,10.5 + parent: 1668 + - uid: 2066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,10.5 + parent: 1668 + - uid: 2067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,9.5 + parent: 1668 + - uid: 2068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,8.5 + parent: 1668 + - uid: 2069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,7.5 + parent: 1668 + - uid: 2070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,6.5 + parent: 1668 + - uid: 2071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,5.5 + parent: 1668 + - uid: 2072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,4.5 + parent: 1668 + - uid: 2077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 1668 + - uid: 2078 + components: + - type: Transform + pos: -5.5,1.5 + parent: 1668 + - uid: 2079 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1668 + - uid: 2083 + components: + - type: Transform + pos: -5.5,-1.5 + parent: 1668 + - uid: 2084 + components: + - type: Transform + pos: -5.5,-2.5 + parent: 1668 + - uid: 2085 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1668 + - uid: 2087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1668 + - uid: 2088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 1668 + - uid: 2089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1668 + - uid: 2090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1668 + - uid: 2094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 1668 + - uid: 2095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-5.5 + parent: 1668 + - uid: 2096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-5.5 + parent: 1668 + - uid: 2097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-5.5 + parent: 1668 + - uid: 2098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-5.5 + parent: 1668 + - uid: 2099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-5.5 + parent: 1668 + - uid: 2100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-5.5 + parent: 1668 + - uid: 2101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 1668 + - uid: 2102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 1668 + - uid: 2103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-5.5 + parent: 1668 + - uid: 2104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-4.5 + parent: 1668 + - uid: 2105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-3.5 + parent: 1668 + - uid: 2106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-2.5 + parent: 1668 + - uid: 2107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 1668 + - uid: 2108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 1668 + - uid: 2109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 1668 + - uid: 2110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 1668 + - uid: 2111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 1668 + - uid: 2112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 1668 + - uid: 2113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 1668 + - uid: 2114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 1668 + - uid: 2115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 1668 + - uid: 2116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 1668 + - uid: 2121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1668 + - uid: 2122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1668 + - uid: 2123 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 1668 + - uid: 2124 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1668 + - uid: 2126 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1668 + - uid: 2127 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1668 + - uid: 2128 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1668 + - uid: 2130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 1668 + - uid: 2131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 1668 + - uid: 2132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 1668 + - uid: 2133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 1668 + - uid: 2135 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1668 + - uid: 2136 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1668 + - uid: 2137 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1668 + - uid: 2138 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1668 + - uid: 2139 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1668 + - uid: 2140 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1668 + - uid: 2141 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1668 + - uid: 2181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 1668 + - uid: 2182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 1668 + - uid: 2183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,6.5 + parent: 1668 + - uid: 2184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 1668 + - uid: 2185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,8.5 + parent: 1668 + - uid: 2186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,8.5 + parent: 1668 + - uid: 2187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1668 + - uid: 2188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1668 + - uid: 2189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 1668 + - uid: 2190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1668 + - uid: 3641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,2.5 + parent: 1668 + - uid: 3642 + components: + - type: Transform + pos: -21.5,1.5 + parent: 1668 + - uid: 3643 + components: + - type: Transform + pos: -21.5,0.5 + parent: 1668 + - uid: 3644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-0.5 + parent: 1668 + - uid: 3645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-0.5 + parent: 1668 + - uid: 3646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 + parent: 1668 + - uid: 3647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 1668 + - uid: 3648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 1668 + - uid: 3649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 1668 + - uid: 3650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 1668 + - uid: 3651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 1668 + - uid: 3652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 1668 + - uid: 3653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 + parent: 1668 + - uid: 3654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1668 + - uid: 3655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1668 + - uid: 3656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 1668 + - uid: 3657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1668 + - uid: 3658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 1668 + - uid: 3844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-8.5 + parent: 1668 + - uid: 3845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-7.5 + parent: 1668 + - uid: 3846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-6.5 + parent: 1668 + - uid: 3847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-5.5 + parent: 1668 + - uid: 3848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-4.5 + parent: 1668 + - uid: 3849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-3.5 + parent: 1668 + - uid: 3850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-2.5 + parent: 1668 + - uid: 3851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-1.5 + parent: 1668 + - uid: 4926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-22.5 + parent: 1668 + - uid: 4928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-21.5 + parent: 1668 + - uid: 4929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-20.5 + parent: 1668 + - uid: 4930 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-19.5 + parent: 1668 + - uid: 4931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-18.5 + parent: 1668 + - uid: 4932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-18.5 + parent: 1668 + - uid: 4933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-18.5 + parent: 1668 + - uid: 4934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-18.5 + parent: 1668 + - uid: 4935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-18.5 + parent: 1668 + - uid: 4936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 1668 + - uid: 4937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 1668 + - uid: 4938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 1668 + - uid: 4939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 1668 + - uid: 4940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 1668 + - uid: 4941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-18.5 + parent: 1668 + - uid: 4942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-18.5 + parent: 1668 + - uid: 4943 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 1668 + - uid: 4944 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 1668 + - uid: 4945 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 1668 + - uid: 4946 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 1668 + - uid: 4947 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1668 + - uid: 4953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-17.5 + parent: 1668 + - uid: 4954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-18.5 + parent: 1668 + - uid: 4955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-18.5 + parent: 1668 + - uid: 4956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-18.5 + parent: 1668 + - uid: 4957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-18.5 + parent: 1668 + - uid: 4958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 1668 + - uid: 4959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 1668 + - uid: 4960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 1668 + - uid: 4961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 1668 + - uid: 4962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-18.5 + parent: 1668 + - uid: 4963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-18.5 + parent: 1668 + - uid: 4964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 1668 + - uid: 4965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-18.5 + parent: 1668 + - uid: 5785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-32.5 + parent: 1668 + - uid: 5888 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 1668 + - uid: 5889 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 1668 + - uid: 5890 + components: + - type: Transform + pos: -13.5,-25.5 + parent: 1668 + - uid: 5891 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 1668 + - uid: 5892 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 1668 + - uid: 5893 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 1668 + - uid: 5894 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 1668 + - uid: 5895 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 1668 + - uid: 5896 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 1668 + - uid: 5898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 1668 + - uid: 5899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-33.5 + parent: 1668 + - uid: 5900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-33.5 + parent: 1668 +- proto: DisposalTrunk + entities: + - uid: 2058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,14.5 + parent: 1668 + - uid: 2075 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1668 + - uid: 2092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-6.5 + parent: 1668 + - uid: 2119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-2.5 + parent: 1668 + - uid: 2178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 1668 + - uid: 3638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,2.5 + parent: 1668 + - uid: 3843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-9.5 + parent: 1668 + - uid: 4924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-23.5 + parent: 1668 + - uid: 4950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 1668 + - uid: 5901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-33.5 + parent: 1668 +- proto: DisposalUnit + entities: + - uid: 531 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 1668 + - uid: 630 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1668 + - uid: 836 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 1668 + - uid: 1407 + components: + - type: Transform + pos: -3.5,1.5 + parent: 1668 + - uid: 1663 + components: + - type: Transform + pos: -9.5,14.5 + parent: 1668 + - uid: 2177 + components: + - type: Transform + pos: -3.5,8.5 + parent: 1668 + - uid: 3462 + components: + - type: Transform + pos: -19.5,2.5 + parent: 1668 + - uid: 3842 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 1668 + - uid: 4923 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 1668 +- proto: Dresser + entities: + - uid: 3435 + components: + - type: Transform + pos: -14.5,8.5 + parent: 1668 +- proto: DrinkFlask + entities: + - uid: 3773 + components: + - type: Transform + pos: -11.533806,6.6228595 + parent: 1668 +- proto: DrinkGoldenCup + entities: + - uid: 3769 + components: + - type: Transform + pos: -26.535545,11.773157 + parent: 1668 + - uid: 4375 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1668 + - uid: 4376 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1668 +- proto: DrinkHotCoffee + entities: + - uid: 5464 + components: + - type: Transform + pos: 16.572073,-29.470444 + parent: 1668 +- proto: DrinkMugHeart + entities: + - uid: 1399 + components: + - type: Transform + pos: 2.5713959,-11.619784 + parent: 1668 +- proto: DrinkShaker + entities: + - uid: 6621 + components: + - type: Transform + pos: 10.4809675,-21.408005 + parent: 1668 +- proto: DrinkShotGlass + entities: + - uid: 3889 + components: + - type: Transform + pos: -24.572554,-3.3475308 + parent: 1668 + - uid: 3890 + components: + - type: Transform + pos: -24.400679,-3.4725308 + parent: 1668 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 3875 + components: + - type: Transform + pos: -27.52259,-4.144406 + parent: 1668 +- proto: EmergencyLight + entities: + - uid: 3155 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,29.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,29.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3158 + components: + - type: Transform + pos: 7.5,15.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3159 + components: + - type: Transform + pos: 24.5,13.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3160 + components: + - type: Transform + pos: 29.5,23.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3161 + components: + - type: Transform + pos: 23.5,5.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-2.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3165 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3166 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,26.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3168 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight + - uid: 3170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,31.5 + parent: 1668 + - type: PointLight + enabled: True + - type: ActiveEmergencyLight +- proto: EpinephrineChemistryBottle + entities: + - uid: 1462 + components: + - type: Transform + pos: 13.808971,-12.626007 + parent: 1668 + - uid: 1463 + components: + - type: Transform + pos: 13.818524,-12.297882 + parent: 1668 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 628 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 1668 + - uid: 2237 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1668 + - uid: 3908 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 1668 + - uid: 3910 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1668 + - uid: 3911 + components: + - type: Transform + pos: -13.5,10.5 + parent: 1668 + - uid: 3912 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1668 + - uid: 3913 + components: + - type: Transform + pos: 15.5,15.5 + parent: 1668 + - uid: 3914 + components: + - type: Transform + pos: 21.5,17.5 + parent: 1668 + - uid: 3915 + components: + - type: Transform + pos: 13.5,18.5 + parent: 1668 + - uid: 3916 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1668 + - uid: 3917 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 1668 + - uid: 3918 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1668 + - uid: 4150 + components: + - type: Transform + pos: -28.5,1.5 + parent: 1668 +- proto: FaxMachineCentcom + entities: + - uid: 76 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1668 + - type: FaxMachine + name: CentComm +- proto: filingCabinet + entities: + - uid: 594 + components: + - type: Transform + pos: 10.5,6.5 + parent: 1668 + - uid: 595 + components: + - type: Transform + pos: 11.5,6.5 + parent: 1668 + - uid: 650 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1668 + - uid: 816 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 1668 + - uid: 3840 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 1668 + - uid: 3841 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 1668 +- proto: filingCabinetDrawer + entities: + - uid: 1628 + components: + - type: Transform + pos: -12.5,12.5 + parent: 1668 + - uid: 1660 + components: + - type: Transform + pos: -11.5,14.5 + parent: 1668 +- proto: filingCabinetTall + entities: + - uid: 1626 + components: + - type: Transform + pos: -12.5,8.5 + parent: 1668 + - uid: 1627 + components: + - type: Transform + pos: -11.5,8.5 + parent: 1668 + - uid: 1661 + components: + - type: Transform + pos: -9.5,17.5 + parent: 1668 +- proto: FireAxeCabinetFilled + entities: + - uid: 6647 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 1668 +- proto: FirelockGlass + entities: + - uid: 15 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 1668 + - uid: 16 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1668 + - uid: 17 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1668 + - uid: 18 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 1668 + - uid: 19 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1668 + - uid: 20 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1668 + - uid: 21 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1668 + - uid: 22 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1668 + - uid: 23 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1668 + - uid: 24 + components: + - type: Transform + pos: -4.5,3.5 + parent: 1668 + - uid: 25 + components: + - type: Transform + pos: -6.5,2.5 + parent: 1668 + - uid: 26 + components: + - type: Transform + pos: -5.5,2.5 + parent: 1668 + - uid: 27 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 1668 + - uid: 28 + components: + - type: Transform + pos: -5.5,-3.5 + parent: 1668 + - uid: 29 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 1668 + - uid: 125 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1668 + - uid: 131 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1668 + - uid: 492 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 1668 + - uid: 493 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 1668 + - uid: 495 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 1668 + - uid: 559 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1668 + - uid: 560 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1668 + - uid: 733 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1668 + - uid: 735 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1668 + - uid: 772 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1668 + - uid: 773 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1668 + - uid: 1619 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1668 + - uid: 1620 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1668 + - uid: 4299 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 1668 + - uid: 4404 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 1668 + - uid: 4405 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 1668 + - uid: 4406 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 1668 + - uid: 4407 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1668 + - uid: 4408 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1668 + - uid: 4409 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1668 + - uid: 4630 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 1668 + - uid: 4631 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 1668 + - uid: 4632 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 1668 + - uid: 4633 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 1668 + - uid: 4754 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 1668 + - uid: 4968 + components: + - type: Transform + pos: 12.5,-29.5 + parent: 1668 + - uid: 4969 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 1668 + - uid: 5045 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 1668 + - uid: 5046 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 1668 + - uid: 5047 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 1668 + - uid: 5222 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 1668 + - uid: 5224 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 1668 + - uid: 5233 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 1668 + - uid: 5254 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 1668 + - uid: 5255 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 1668 + - uid: 5256 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 1668 + - uid: 5876 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 1668 + - uid: 5877 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 1668 + - uid: 6239 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 1668 + - uid: 6244 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 1668 + - uid: 6245 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 1668 + - uid: 6267 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 1668 + - uid: 6268 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 1668 + - uid: 6269 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 1668 +- proto: Fireplace + entities: + - uid: 3393 + components: + - type: Transform + pos: -23.5,12.5 + parent: 1668 +- proto: Flash + entities: + - uid: 1452 + components: + - type: Transform + pos: 10.538131,4.4341054 + parent: 1668 + - uid: 3748 + components: + - type: Transform + pos: -26.453917,8.594473 + parent: 1668 + - uid: 4698 + components: + - type: Transform + pos: 24.48021,-8.554767 + parent: 1668 +- proto: FloorDrain + entities: + - uid: 3421 + components: + - type: Transform + pos: -20.5,15.5 + parent: 1668 + - type: Fixtures + fixtures: {} + - uid: 6622 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 1668 + - type: Fixtures + fixtures: {} + - uid: 6623 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 1668 + - type: Fixtures + fixtures: {} + - uid: 6718 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 1668 + - type: Fixtures + fixtures: {} + - uid: 6876 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 1668 + - type: Fixtures + fixtures: {} +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 2227 + components: + - type: Transform + pos: -14.517971,17.62628 + parent: 1668 + - uid: 3905 + components: + - type: Transform + pos: -13.406932,-7.1178913 + parent: 1668 +- proto: FoodBoxDonut + entities: + - uid: 1400 + components: + - type: Transform + pos: -3.5536041,-11.463534 + parent: 1668 + - uid: 2496 + components: + - type: Transform + pos: 28.583382,10.652384 + parent: 1668 + - uid: 3745 + components: + - type: Transform + pos: -23.474928,11.563223 + parent: 1668 + - uid: 3752 + components: + - type: Transform + pos: -19.463516,4.614471 + parent: 1668 + - uid: 3874 + components: + - type: Transform + pos: -27.444466,-3.3787808 + parent: 1668 + - uid: 3891 + components: + - type: Transform + pos: -22.447554,-6.441281 + parent: 1668 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 4592 + components: + - type: Transform + pos: -11.611271,-26.1594 + parent: 1668 + - uid: 4593 + components: + - type: Transform + pos: -11.470646,-26.268776 + parent: 1668 +- proto: FoodCondimentPacketPepper + entities: + - uid: 4619 + components: + - type: Transform + pos: 2.4944715,-29.54472 + parent: 1668 +- proto: FoodCondimentPacketSalt + entities: + - uid: 4618 + components: + - type: Transform + pos: 2.4007215,-29.404095 + parent: 1668 +- proto: FoodMeat + entities: + - uid: 5459 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5460 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5461 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5462 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 5848 + components: + - type: Transform + parent: 5458 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodPlateSmall + entities: + - uid: 6627 + components: + - type: Transform + pos: 0.5503339,-25.456686 + parent: 1668 + - uid: 6628 + components: + - type: Transform + pos: 0.5503339,-25.394186 + parent: 1668 + - uid: 6629 + components: + - type: Transform + pos: 0.5503339,-25.316061 + parent: 1668 +- proto: FoodSaladColeslaw + entities: + - uid: 6937 + components: + - type: Transform + pos: 19.664907,20.706526 + parent: 1668 +- proto: FoodTartGapple + entities: + - uid: 4380 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1668 +- proto: ForkPlastic + entities: + - uid: 4200 + components: + - type: Transform + pos: 0.20438054,-25.436565 + parent: 1668 + - uid: 4252 + components: + - type: Transform + pos: 0.20438054,-25.436565 + parent: 1668 + - uid: 5451 + components: + - type: Transform + pos: 0.20438054,-25.436565 + parent: 1668 +- proto: GasFilter + entities: + - uid: 6652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasMinerNitrogenStation + entities: + - uid: 4715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-29.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GasMinerOxygenStation + entities: + - uid: 4703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-29.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GasMixer + entities: + - uid: 5070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-30.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GasPassiveVent + entities: + - uid: 3430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 5399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-28.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 6141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 6312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-28.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GasPipeBend + entities: + - uid: 3660 + components: + - type: Transform + pos: -16.5,5.5 + parent: 1668 + - uid: 3670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,5.5 + parent: 1668 + - uid: 3674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,9.5 + parent: 1668 + - uid: 3675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,9.5 + parent: 1668 + - uid: 3676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,11.5 + parent: 1668 + - uid: 3684 + components: + - type: Transform + pos: -15.5,11.5 + parent: 1668 + - uid: 3686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,9.5 + parent: 1668 + - uid: 4712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-32.5 + parent: 1668 + - uid: 4714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-31.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-30.5 + parent: 1668 + - uid: 5067 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 1668 + - uid: 5069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-28.5 + parent: 1668 + - uid: 5389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5513 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5540 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5598 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5661 + components: + - type: Transform + pos: -20.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,27.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6311 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 1668 + - uid: 6656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-6.5 + parent: 1668 + - uid: 6657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-6.5 + parent: 1668 + - uid: 6660 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6664 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6679 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6681 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6712 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeFourway + entities: + - uid: 3678 + components: + - type: Transform + pos: -21.5,9.5 + parent: 1668 + - uid: 5492 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5571 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6310 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraight + entities: + - uid: 3664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 1668 + - uid: 3665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,5.5 + parent: 1668 + - uid: 3666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 1668 + - uid: 3667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,5.5 + parent: 1668 + - uid: 3668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,5.5 + parent: 1668 + - uid: 3669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,5.5 + parent: 1668 + - uid: 3672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,7.5 + parent: 1668 + - uid: 3673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,8.5 + parent: 1668 + - uid: 3677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,9.5 + parent: 1668 + - uid: 3679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,9.5 + parent: 1668 + - uid: 3680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,9.5 + parent: 1668 + - uid: 3681 + components: + - type: Transform + pos: -18.5,10.5 + parent: 1668 + - uid: 3682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,11.5 + parent: 1668 + - uid: 3683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,11.5 + parent: 1668 + - uid: 3685 + components: + - type: Transform + pos: -15.5,10.5 + parent: 1668 + - uid: 3690 + components: + - type: Transform + pos: -21.5,10.5 + parent: 1668 + - uid: 3691 + components: + - type: Transform + pos: -21.5,11.5 + parent: 1668 + - uid: 3692 + components: + - type: Transform + pos: -21.5,12.5 + parent: 1668 + - uid: 3693 + components: + - type: Transform + pos: -21.5,13.5 + parent: 1668 + - uid: 4702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-32.5 + parent: 1668 + - uid: 4711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-30.5 + parent: 1668 + - uid: 4713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-29.5 + parent: 1668 + - uid: 5068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-29.5 + parent: 1668 + - uid: 5387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-31.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 1668 + - uid: 5418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5466 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5467 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5468 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5469 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5486 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5487 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5488 + components: + - type: Transform + pos: 25.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5489 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5490 + components: + - type: Transform + pos: 25.5,-20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5491 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5504 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5512 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5545 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5546 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5547 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5548 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5549 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5550 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5561 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5562 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-13.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5586 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5587 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5588 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5589 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5590 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5591 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5618 + components: + - type: Transform + pos: 4.5,2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5619 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5620 + components: + - type: Transform + pos: 4.5,0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5621 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5622 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5623 + components: + - type: Transform + pos: 4.5,-3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5632 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5653 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5654 + components: + - type: Transform + pos: -30.5,0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5655 + components: + - type: Transform + pos: -30.5,1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5656 + components: + - type: Transform + pos: -30.5,2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5657 + components: + - type: Transform + pos: -30.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5662 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5672 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5673 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5674 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5675 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5676 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5677 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5680 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5701 + components: + - type: Transform + pos: -10.5,17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5702 + components: + - type: Transform + pos: -10.5,18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5703 + components: + - type: Transform + pos: -10.5,19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5704 + components: + - type: Transform + pos: -10.5,20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5705 + components: + - type: Transform + pos: -10.5,21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5706 + components: + - type: Transform + pos: -10.5,22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5708 + components: + - type: Transform + pos: -10.5,24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5709 + components: + - type: Transform + pos: -10.5,25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5710 + components: + - type: Transform + pos: -10.5,26.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5718 + components: + - type: Transform + pos: -10.5,11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5719 + components: + - type: Transform + pos: -10.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5720 + components: + - type: Transform + pos: -10.5,13.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5721 + components: + - type: Transform + pos: -10.5,14.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5722 + components: + - type: Transform + pos: -10.5,15.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5745 + components: + - type: Transform + pos: 11.5,13.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5746 + components: + - type: Transform + pos: 11.5,14.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5747 + components: + - type: Transform + pos: 11.5,15.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5748 + components: + - type: Transform + pos: 11.5,16.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5749 + components: + - type: Transform + pos: 11.5,17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5750 + components: + - type: Transform + pos: 11.5,18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5751 + components: + - type: Transform + pos: 11.5,19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5752 + components: + - type: Transform + pos: 11.5,20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5753 + components: + - type: Transform + pos: 11.5,21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5754 + components: + - type: Transform + pos: 11.5,22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5755 + components: + - type: Transform + pos: 11.5,23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5757 + components: + - type: Transform + pos: 28.5,13.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5758 + components: + - type: Transform + pos: 28.5,14.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5759 + components: + - type: Transform + pos: 28.5,15.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5760 + components: + - type: Transform + pos: 28.5,16.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5761 + components: + - type: Transform + pos: 28.5,17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5762 + components: + - type: Transform + pos: 28.5,18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5790 + components: + - type: Transform + pos: -13.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5791 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5792 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5793 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5794 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5796 + components: + - type: Transform + pos: -13.5,-24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5998 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-32.5 + parent: 1668 + - uid: 6138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-32.5 + parent: 1668 + - uid: 6139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-32.5 + parent: 1668 + - uid: 6226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-36.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-35.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-34.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-33.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6327 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6328 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6329 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6330 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6331 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6332 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6333 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-2.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6674 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6675 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6676 + components: + - type: Transform + pos: 4.5,-8.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6677 + components: + - type: Transform + pos: 4.5,-9.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-13.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-14.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-16.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-20.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-21.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-24.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-26.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-27.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-28.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-32.5 + parent: 1668 + - uid: 6714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-31.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-29.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeTJunction + entities: + - uid: 3671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,6.5 + parent: 1668 + - uid: 5465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-30.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5473 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-18.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5542 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-17.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5572 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5592 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5627 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5643 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-1.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5679 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5698 + components: + - type: Transform + pos: -6.5,10.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,16.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,12.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5772 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-31.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-31.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-23.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5805 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5815 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-5.5 + parent: 1668 + - uid: 6653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 1668 + - uid: 6654 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 1668 + - uid: 6708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-32.5 + parent: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPort + entities: + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3659 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 6655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-7.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 6705 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6706 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPressurePump + entities: + - uid: 3663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,5.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 5395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-30.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-31.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasThermoMachineFreezer + entities: + - uid: 6641 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GasVentPump + entities: + - uid: 3687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,9.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,8.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,6.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 3694 + components: + - type: Transform + pos: -21.5,14.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 5474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-26.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5475 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-25.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-20.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5506 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-18.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5521 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5538 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-22.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-22.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-12.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5658 + components: + - type: Transform + pos: -30.5,4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-2.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-3.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5666 + components: + - type: Transform + pos: -6.5,0.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5667 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-5.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5671 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,12.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,27.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,23.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,16.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5742 + components: + - type: Transform + pos: 10.5,13.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,11.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5744 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5756 + components: + - type: Transform + pos: 11.5,24.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5763 + components: + - type: Transform + pos: 28.5,19.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-1.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-31.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-31.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-23.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-25.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6334 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-41.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: + - uid: 6140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-32.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: GeneratorBasic15kW + entities: + - uid: 5176 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 1668 + - uid: 5177 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 1668 + - uid: 5178 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 1668 + - uid: 5179 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 1668 + - uid: 5180 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 1668 + - uid: 5181 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 1668 + - uid: 5455 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 1668 + - uid: 5456 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 1668 + - uid: 6596 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 1668 + - uid: 6597 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 1668 + - uid: 6598 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 1668 + - uid: 6599 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 1668 + - uid: 6635 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 1668 + - uid: 6636 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 1668 +- proto: GeneratorRTG + entities: + - uid: 5182 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 1668 + - uid: 5183 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 1668 + - uid: 5184 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 1668 +- proto: GravityGenerator + entities: + - uid: 1140 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 1668 +- proto: Grille + entities: + - uid: 30 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1668 + - uid: 31 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1668 + - uid: 32 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1668 + - uid: 33 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1668 + - uid: 34 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1668 + - uid: 35 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1668 + - uid: 36 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1668 + - uid: 37 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1668 + - uid: 38 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1668 + - uid: 39 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1668 + - uid: 40 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1668 + - uid: 41 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1668 + - uid: 42 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1668 + - uid: 43 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1668 + - uid: 44 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1668 + - uid: 45 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1668 + - uid: 46 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1668 + - uid: 47 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1668 + - uid: 80 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1668 + - uid: 81 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1668 + - uid: 82 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1668 + - uid: 83 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1668 + - uid: 84 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1668 + - uid: 85 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1668 + - uid: 105 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1668 + - uid: 106 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1668 + - uid: 107 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1668 + - uid: 108 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1668 + - uid: 132 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1668 + - uid: 133 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1668 + - uid: 154 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1668 + - uid: 155 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1668 + - uid: 156 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1668 + - uid: 157 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1668 + - uid: 158 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1668 + - uid: 159 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1668 + - uid: 160 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1668 + - uid: 186 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1668 + - uid: 189 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 1668 + - uid: 191 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1668 + - uid: 192 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1668 + - uid: 193 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1668 + - uid: 194 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 1668 + - uid: 195 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1668 + - uid: 196 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1668 + - uid: 197 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1668 + - uid: 198 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 1668 + - uid: 199 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 1668 + - uid: 200 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 1668 + - uid: 201 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 1668 + - uid: 202 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1668 + - uid: 203 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1668 + - uid: 212 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 1668 + - uid: 223 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1668 + - uid: 224 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1668 + - uid: 225 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1668 + - uid: 238 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1668 + - uid: 239 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1668 + - uid: 240 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1668 + - uid: 241 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1668 + - uid: 242 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1668 + - uid: 245 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1668 + - uid: 246 + components: + - type: Transform + pos: 17.5,4.5 + parent: 1668 + - uid: 278 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1668 + - uid: 279 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1668 + - uid: 280 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1668 + - uid: 281 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1668 + - uid: 282 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1668 + - uid: 283 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1668 + - uid: 284 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1668 + - uid: 285 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1668 + - uid: 286 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1668 + - uid: 287 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1668 + - uid: 288 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1668 + - uid: 289 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1668 + - uid: 290 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1668 + - uid: 291 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1668 + - uid: 292 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1668 + - uid: 304 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1668 + - uid: 305 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1668 + - uid: 306 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1668 + - uid: 311 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1668 + - uid: 312 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1668 + - uid: 313 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1668 + - uid: 314 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1668 + - uid: 341 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1668 + - uid: 342 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1668 + - uid: 343 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1668 + - uid: 344 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1668 + - uid: 345 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1668 + - uid: 448 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 1668 + - uid: 449 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 1668 + - uid: 450 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 1668 + - uid: 451 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1668 + - uid: 452 + components: + - type: Transform + pos: 35.5,3.5 + parent: 1668 + - uid: 453 + components: + - type: Transform + pos: 35.5,5.5 + parent: 1668 + - uid: 454 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 1668 + - uid: 455 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 1668 + - uid: 456 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 1668 + - uid: 457 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 1668 + - uid: 458 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1668 + - uid: 459 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1668 + - uid: 460 + components: + - type: Transform + pos: 24.5,7.5 + parent: 1668 + - uid: 461 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1668 + - uid: 473 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 1668 + - uid: 474 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 1668 + - uid: 475 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 1668 + - uid: 476 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 1668 + - uid: 477 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1668 + - uid: 478 + components: + - type: Transform + pos: 33.5,1.5 + parent: 1668 + - uid: 479 + components: + - type: Transform + pos: 33.5,3.5 + parent: 1668 + - uid: 480 + components: + - type: Transform + pos: 33.5,5.5 + parent: 1668 + - uid: 672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1668 + - uid: 673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1668 + - uid: 674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1668 + - uid: 675 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1668 + - uid: 678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1668 + - uid: 679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1668 + - uid: 680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1668 + - uid: 681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1668 + - uid: 702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1668 + - uid: 703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1668 + - uid: 704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1668 + - uid: 725 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1668 + - uid: 742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1668 + - uid: 743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1668 + - uid: 765 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 1668 + - uid: 766 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 1668 + - uid: 767 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 1668 + - uid: 768 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 1668 + - uid: 769 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 1668 + - uid: 782 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1668 + - uid: 783 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1668 + - uid: 784 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1668 + - uid: 785 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1668 + - uid: 845 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 1668 + - uid: 846 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1668 + - uid: 847 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 1668 + - uid: 848 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 1668 + - uid: 849 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1668 + - uid: 850 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1668 + - uid: 853 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1668 + - uid: 855 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1668 + - uid: 1424 + components: + - type: Transform + pos: -10.5,32.5 + parent: 1668 + - uid: 1425 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1668 + - uid: 1467 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 1668 + - uid: 1488 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1668 + - uid: 1489 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1668 + - uid: 1513 + components: + - type: Transform + pos: -13.5,18.5 + parent: 1668 + - uid: 1514 + components: + - type: Transform + pos: -12.5,18.5 + parent: 1668 + - uid: 1515 + components: + - type: Transform + pos: -16.5,17.5 + parent: 1668 + - uid: 1516 + components: + - type: Transform + pos: -16.5,18.5 + parent: 1668 + - uid: 1517 + components: + - type: Transform + pos: -15.5,18.5 + parent: 1668 + - uid: 1594 + components: + - type: Transform + pos: -14.5,20.5 + parent: 1668 + - uid: 1595 + components: + - type: Transform + pos: -14.5,21.5 + parent: 1668 + - uid: 1596 + components: + - type: Transform + pos: -14.5,22.5 + parent: 1668 + - uid: 1597 + components: + - type: Transform + pos: -14.5,23.5 + parent: 1668 + - uid: 1598 + components: + - type: Transform + pos: -15.5,23.5 + parent: 1668 + - uid: 1599 + components: + - type: Transform + pos: -16.5,23.5 + parent: 1668 + - uid: 1600 + components: + - type: Transform + pos: -16.5,26.5 + parent: 1668 + - uid: 1601 + components: + - type: Transform + pos: -15.5,26.5 + parent: 1668 + - uid: 1602 + components: + - type: Transform + pos: -14.5,26.5 + parent: 1668 + - uid: 1603 + components: + - type: Transform + pos: -16.5,29.5 + parent: 1668 + - uid: 1604 + components: + - type: Transform + pos: -15.5,29.5 + parent: 1668 + - uid: 1605 + components: + - type: Transform + pos: -14.5,29.5 + parent: 1668 + - uid: 1606 + components: + - type: Transform + pos: -14.5,30.5 + parent: 1668 + - uid: 1667 + components: + - type: Transform + pos: -8.5,32.5 + parent: 1668 + - uid: 1669 + components: + - type: Transform + pos: -6.5,32.5 + parent: 1668 + - uid: 1670 + components: + - type: Transform + pos: -12.5,32.5 + parent: 1668 + - uid: 2002 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1668 + - uid: 2003 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1668 + - uid: 2004 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1668 + - uid: 2246 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1668 + - uid: 2247 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1668 + - uid: 2248 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1668 + - uid: 2284 + components: + - type: Transform + pos: 23.5,14.5 + parent: 1668 + - uid: 2285 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1668 + - uid: 2286 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1668 + - uid: 2287 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1668 + - uid: 2288 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1668 + - uid: 2289 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1668 + - uid: 2290 + components: + - type: Transform + pos: 31.5,14.5 + parent: 1668 + - uid: 2291 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1668 + - uid: 2346 + components: + - type: Transform + pos: 24.5,15.5 + parent: 1668 + - uid: 2347 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1668 + - uid: 2348 + components: + - type: Transform + pos: 24.5,17.5 + parent: 1668 + - uid: 2349 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1668 + - uid: 2510 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1668 + - uid: 2511 + components: + - type: Transform + pos: 10.5,17.5 + parent: 1668 + - uid: 2512 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1668 + - uid: 2513 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1668 + - uid: 2546 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1668 + - uid: 2557 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1668 + - uid: 2754 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1668 + - uid: 2756 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1668 + - uid: 2758 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1668 + - uid: 2772 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1668 + - uid: 2792 + components: + - type: Transform + pos: 13.5,30.5 + parent: 1668 + - uid: 2808 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1668 + - uid: 2809 + components: + - type: Transform + pos: 7.5,26.5 + parent: 1668 + - uid: 2810 + components: + - type: Transform + pos: 7.5,27.5 + parent: 1668 + - uid: 2811 + components: + - type: Transform + pos: 7.5,29.5 + parent: 1668 + - uid: 2815 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1668 + - uid: 2816 + components: + - type: Transform + pos: 11.5,29.5 + parent: 1668 + - uid: 2817 + components: + - type: Transform + pos: 11.5,27.5 + parent: 1668 + - uid: 2818 + components: + - type: Transform + pos: 11.5,26.5 + parent: 1668 + - uid: 2819 + components: + - type: Transform + pos: 10.5,26.5 + parent: 1668 + - uid: 2860 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1668 + - uid: 2861 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1668 + - uid: 2880 + components: + - type: Transform + pos: 12.5,30.5 + parent: 1668 + - uid: 2887 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1668 + - uid: 2907 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1668 + - uid: 3134 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1668 + - uid: 3141 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 1668 + - uid: 3247 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 1668 + - uid: 3387 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 1668 + - uid: 3388 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 1668 + - uid: 3389 + components: + - type: Transform + pos: -27.5,11.5 + parent: 1668 + - uid: 3390 + components: + - type: Transform + pos: -27.5,12.5 + parent: 1668 + - uid: 3391 + components: + - type: Transform + pos: -27.5,8.5 + parent: 1668 + - uid: 3392 + components: + - type: Transform + pos: -27.5,9.5 + parent: 1668 + - uid: 3436 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1668 + - uid: 3437 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1668 + - uid: 3438 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1668 + - uid: 3439 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1668 + - uid: 3440 + components: + - type: Transform + pos: -14.5,1.5 + parent: 1668 + - uid: 3441 + components: + - type: Transform + pos: -15.5,1.5 + parent: 1668 + - uid: 3442 + components: + - type: Transform + pos: -16.5,1.5 + parent: 1668 + - uid: 3936 + components: + - type: Transform + pos: -30.5,7.5 + parent: 1668 + - uid: 3937 + components: + - type: Transform + pos: -32.5,7.5 + parent: 1668 + - uid: 3938 + components: + - type: Transform + pos: -33.5,7.5 + parent: 1668 + - uid: 3943 + components: + - type: Transform + pos: -34.5,6.5 + parent: 1668 + - uid: 3944 + components: + - type: Transform + pos: -34.5,5.5 + parent: 1668 + - uid: 3945 + components: + - type: Transform + pos: -34.5,4.5 + parent: 1668 + - uid: 3946 + components: + - type: Transform + pos: -34.5,3.5 + parent: 1668 + - uid: 3979 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 1668 + - uid: 3980 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 1668 + - uid: 3981 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 1668 + - uid: 3982 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 1668 + - uid: 3983 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 1668 + - uid: 3984 + components: + - type: Transform + pos: -32.5,1.5 + parent: 1668 + - uid: 3985 + components: + - type: Transform + pos: -34.5,1.5 + parent: 1668 + - uid: 4201 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1668 + - uid: 4226 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1668 + - uid: 4227 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1668 + - uid: 4228 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1668 + - uid: 4229 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 1668 + - uid: 4264 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1668 + - uid: 4317 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1668 + - uid: 4318 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1668 + - uid: 4319 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1668 + - uid: 4320 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1668 + - uid: 4321 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1668 + - uid: 4322 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1668 + - uid: 4323 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1668 + - uid: 4324 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1668 + - uid: 4325 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1668 + - uid: 4326 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 1668 + - uid: 4327 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1668 + - uid: 4328 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1668 + - uid: 4366 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 1668 + - uid: 4602 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 1668 + - uid: 4671 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 1668 + - uid: 4672 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 1668 + - uid: 4673 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 1668 + - uid: 4750 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 1668 + - uid: 4751 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 1668 + - uid: 5025 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 1668 + - uid: 5064 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 1668 + - uid: 5065 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 1668 + - uid: 5114 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 1668 + - uid: 5115 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 1668 + - uid: 5116 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 1668 + - uid: 5117 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 1668 + - uid: 5118 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 1668 + - uid: 5169 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 1668 + - uid: 5170 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 1668 + - uid: 5320 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 1668 + - uid: 5412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 1668 + - uid: 5781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-30.5 + parent: 1668 + - uid: 5782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-30.5 + parent: 1668 + - uid: 5783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-30.5 + parent: 1668 + - uid: 5922 + components: + - type: Transform + pos: -20.5,-33.5 + parent: 1668 + - uid: 5923 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 1668 + - uid: 5924 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 1668 + - uid: 5925 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 1668 + - uid: 5926 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 1668 + - uid: 5927 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 1668 + - uid: 5949 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 1668 + - uid: 5950 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 1668 + - uid: 5983 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 1668 + - uid: 5984 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 1668 + - uid: 5985 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 1668 + - uid: 5986 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 1668 + - uid: 5987 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 1668 + - uid: 5988 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 1668 + - uid: 5989 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 1668 + - uid: 5993 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 1668 + - uid: 5994 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 1668 + - uid: 5995 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 1668 + - uid: 6160 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 1668 + - uid: 6161 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 1668 + - uid: 6162 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 1668 + - uid: 6163 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 1668 + - uid: 6164 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 1668 + - uid: 6165 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 1668 + - uid: 6280 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1668 + - uid: 6281 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 1668 + - uid: 6301 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 1668 + - uid: 6302 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 1668 + - uid: 6303 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 1668 + - uid: 6304 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 1668 + - uid: 6305 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 1668 + - uid: 6306 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 1668 + - uid: 6307 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 1668 + - uid: 6505 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1668 + - uid: 6575 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 1668 + - uid: 6576 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 1668 + - uid: 6768 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1668 + - uid: 6769 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 1668 + - uid: 6779 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1668 +- proto: GroundTobacco + entities: + - uid: 3755 + components: + - type: Transform + pos: -18.558027,8.843213 + parent: 1668 + - uid: 3756 + components: + - type: Transform + pos: -18.370527,8.827588 + parent: 1668 +- proto: GunSafeShotgunKammerer + entities: + - uid: 6526 + components: + - type: Transform + pos: 10.5,30.5 + parent: 1668 +- proto: GunSafeSubMachineGunDrozd + entities: + - uid: 2923 + components: + - type: Transform + pos: 8.5,30.5 + parent: 1668 +- proto: Handcuffs + entities: + - uid: 3751 + components: + - type: Transform + pos: -25.604141,8.625723 + parent: 1668 +- proto: HandheldCrewMonitor + entities: + - uid: 1461 + components: + - type: Transform + pos: 13.504195,-12.438507 + parent: 1668 +- proto: HandLabeler + entities: + - uid: 2228 + components: + - type: Transform + pos: -14.611721,14.56378 + parent: 1668 + - uid: 2229 + components: + - type: Transform + pos: -9.361721,12.50128 + parent: 1668 + - uid: 2240 + components: + - type: Transform + pos: -3.4985683,16.513187 + parent: 1668 +- proto: HighSecArmoryLocked + entities: + - uid: 2553 + components: + - type: Transform + pos: 9.5,20.5 + parent: 1668 + - uid: 2784 + components: + - type: Transform + pos: 7.5,28.5 + parent: 1668 + - uid: 2785 + components: + - type: Transform + pos: 11.5,28.5 + parent: 1668 +- proto: HighSecCentralCommandLocked + entities: + - uid: 3791 + components: + - type: Transform + pos: -13.5,5.5 + parent: 1668 + - uid: 3794 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1668 + - uid: 3795 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1668 + - uid: 3797 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 1668 + - uid: 3860 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 1668 + - uid: 3863 + components: + - type: Transform + pos: 2.5,-42.5 + parent: 1668 + - uid: 3864 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 1668 +- proto: HighSecCommandLocked + entities: + - uid: 123 + components: + - type: Transform + pos: 32.5,-14.5 + parent: 1668 +- proto: HighSecDoor + entities: + - uid: 565 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 1668 + - uid: 5932 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 1668 +- proto: HospitalCurtainsOpen + entities: + - uid: 3422 + components: + - type: Transform + pos: -20.5,15.5 + parent: 1668 +- proto: JanitorialTrolley + entities: + - uid: 2881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-31.5 + parent: 1668 +- proto: JawsOfLife + entities: + - uid: 4261 + components: + - type: Transform + pos: 21.501507,-22.363987 + parent: 1668 +- proto: KitchenMicrowave + entities: + - uid: 2226 + components: + - type: Transform + pos: -15.5,17.5 + parent: 1668 + - uid: 4585 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 1668 + - uid: 4589 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 1668 +- proto: KitchenReagentGrinder + entities: + - uid: 2922 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1668 + - uid: 4590 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 1668 + - uid: 4591 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 1668 +- proto: KitchenSpike + entities: + - uid: 4581 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 1668 +- proto: KnifePlastic + entities: + - uid: 3726 + components: + - type: Transform + pos: 0.9231305,-25.45219 + parent: 1668 + - uid: 4253 + components: + - type: Transform + pos: 0.9231305,-25.45219 + parent: 1668 + - uid: 5214 + components: + - type: Transform + pos: 0.9231305,-25.45219 + parent: 1668 +- proto: Lamp + entities: + - uid: 1442 + components: + - type: Transform + pos: -0.93100256,1.9752237 + parent: 1668 + - uid: 2829 + components: + - type: Transform + pos: 5.496662,21.877665 + parent: 1668 + - uid: 3626 + components: + - type: Transform + pos: -20.472635,6.7337127 + parent: 1668 + - uid: 3627 + components: + - type: Transform + pos: -20.48826,12.764963 + parent: 1668 +- proto: LampGold + entities: + - uid: 3628 + components: + - type: Transform + pos: -16.37576,12.926986 + parent: 1668 +- proto: LargeBeaker + entities: + - uid: 5066 + components: + - type: Transform + pos: -10.010703,-28.243814 + parent: 1668 +- proto: Lighter + entities: + - uid: 3754 + components: + - type: Transform + pos: -18.379215,8.381029 + parent: 1668 +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 3790 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 1668 +- proto: LockerBoozeFilled + entities: + - uid: 4417 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 1668 +- proto: LockerChemistryFilled + entities: + - uid: 2876 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 1668 +- proto: LockerChiefEngineerFilled + entities: + - uid: 6491 + components: + - type: Transform + pos: -14.5,-3.5 + parent: 1668 +- proto: LockerChiefMedicalOfficerFilled + entities: + - uid: 6495 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 1668 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 1178 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 1668 + - uid: 2039 + components: + - type: Transform + pos: 2.5,21.5 + parent: 1668 + - uid: 5322 + components: + - type: Transform + pos: 27.5,-13.5 + parent: 1668 +- proto: LockerEngineerFilledHardsuit + entities: + - uid: 3796 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 1668 + - uid: 5252 + components: + - type: Transform + pos: 23.5,-22.5 + parent: 1668 +- proto: LockerEvidence + entities: + - uid: 3148 + components: + - type: Transform + pos: 8.5,25.5 + parent: 1668 +- proto: LockerFreezer + entities: + - uid: 5458 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1668 + - 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: + - 5459 + - 5460 + - 5461 + - 5462 + - 5848 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 3153 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 1668 +- proto: LockerQuarterMasterFilled + entities: + - uid: 2235 + components: + - type: Transform + pos: -8.5,19.5 + parent: 1668 +- proto: LockerResearchDirectorFilled + entities: + - uid: 6494 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 1668 +- proto: LockerSecurityFilled + entities: + - uid: 511 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 1668 + - uid: 512 + components: + - type: Transform + pos: 22.5,-10.5 + parent: 1668 + - uid: 815 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 1668 +- proto: LockerWardenFilled + entities: + - uid: 2713 + components: + - type: Transform + pos: 6.5,17.5 + parent: 1668 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 129 + components: + - type: Transform + pos: -26.5,2.5 + parent: 1668 + - uid: 2040 + components: + - type: Transform + pos: 0.5,19.5 + parent: 1668 + - uid: 5319 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 1668 +- proto: MachineCentrifuge + entities: + - uid: 1426 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1668 +- proto: MachineElectrolysisUnit + entities: + - uid: 6506 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1668 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 3896 + components: + - type: Transform + pos: -13.453807,-3.1600308 + parent: 1668 +- proto: MaterialBiomass + entities: + - uid: 2495 + components: + - type: Transform + pos: 13.210049,-12.580112 + parent: 1668 +- proto: MedalCase + entities: + - uid: 6922 + components: + - type: Transform + pos: -18.47654,4.596927 + parent: 1668 +- proto: MedicalBed + entities: + - uid: 612 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 1668 + - uid: 1195 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 1668 + - uid: 1196 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 1668 +- proto: MedicalScanner + entities: + - uid: 723 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 1668 +- proto: MedicalTechFab + entities: + - uid: 616 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1668 +- proto: MedkitBruteFilled + entities: + - uid: 622 + components: + - type: Transform + pos: 14.703841,-7.3571634 + parent: 1668 +- proto: MedkitBurnFilled + entities: + - uid: 621 + components: + - type: Transform + pos: 14.594466,-7.4821634 + parent: 1668 +- proto: MedkitFilled + entities: + - uid: 620 + components: + - type: Transform + pos: 14.516341,-7.5759134 + parent: 1668 + - uid: 1454 + components: + - type: Transform + pos: 15.537778,-2.524952 + parent: 1668 + - uid: 3897 + components: + - type: Transform + pos: -13.438182,-5.5085163 + parent: 1668 +- proto: MedkitOxygenFilled + entities: + - uid: 625 + components: + - type: Transform + pos: 15.547591,-7.3884134 + parent: 1668 +- proto: MedkitRadiationFilled + entities: + - uid: 623 + components: + - type: Transform + pos: 15.266341,-7.6071634 + parent: 1668 +- proto: MedkitToxinFilled + entities: + - uid: 624 + components: + - type: Transform + pos: 15.406966,-7.4977884 + parent: 1668 +- proto: Mirror + entities: + - uid: 3426 + components: + - type: Transform + pos: -19.5,14.5 + parent: 1668 + - uid: 6845 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 1668 +- proto: MopItem + entities: + - uid: 6230 + components: + - type: Transform + pos: -17.485325,-31.461966 + parent: 1668 +- proto: NitrogenCanister + entities: + - uid: 5413 + components: + - type: Transform + pos: 25.5,-28.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: NTFlag + entities: + - uid: 1190 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1668 + - uid: 2143 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 1668 + - uid: 2249 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 1668 +- proto: NTHandyFlag + entities: + - uid: 1187 + components: + - type: Transform + pos: 31.51589,5.5499916 + parent: 1668 +- proto: Omnitool + entities: + - uid: 4393 + components: + - type: Transform + pos: 24.630873,-13.468605 + parent: 1668 +- proto: OperatingTable + entities: + - uid: 610 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1668 +- proto: OxygenCanister + entities: + - uid: 5415 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 + - uid: 6719 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: PaintingAmogusTriptych + entities: + - uid: 3766 + components: + - type: Transform + pos: -21.5,7.5 + parent: 1668 + - uid: 6942 + components: + - type: Transform + pos: -14.5,7.5 + parent: 1668 +- proto: PaintingHelloWorld + entities: + - uid: 3767 + components: + - type: Transform + pos: -17.5,3.5 + parent: 1668 +- proto: PaintingNightHawks + entities: + - uid: 3779 + components: + - type: Transform + pos: -25.5,4.5 + parent: 1668 +- proto: PaintingSadClown + entities: + - uid: 6943 + components: + - type: Transform + pos: -16.5,7.5 + parent: 1668 +- proto: PaintingSaturn + entities: + - uid: 3776 + components: + - type: Transform + pos: -9.5,5.5 + parent: 1668 +- proto: PaintingTheGreatWave + entities: + - uid: 3743 + components: + - type: Transform + pos: -20.5,13.5 + parent: 1668 +- proto: PaintingTheSonOfMan + entities: + - uid: 3744 + components: + - type: Transform + pos: -17.5,9.5 + parent: 1668 +- proto: Paper + entities: + - uid: 2915 + components: + - type: Transform + pos: 0.536467,0.64872134 + parent: 1668 + - uid: 2916 + components: + - type: Transform + pos: 0.44271702,0.72684634 + parent: 1668 + - uid: 2919 + components: + - type: Transform + pos: 0.645842,0.55497134 + parent: 1668 +- proto: PaperBin10 + entities: + - uid: 6630 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1668 +- proto: ParchisBoard + entities: + - uid: 3764 + components: + - type: Transform + pos: -23.482897,2.599884 + parent: 1668 +- proto: PenCentcom + entities: + - uid: 2905 + components: + - type: Transform + pos: -20.468134,12.0128975 + parent: 1668 + - uid: 2924 + components: + - type: Transform + pos: 0.16146702,1.3987213 + parent: 1668 + - uid: 6600 + components: + - type: Transform + pos: -1.4166579,1.6018463 + parent: 1668 +- proto: PercentileDie + entities: + - uid: 3765 + components: + - type: Transform + pos: -18.522638,2.6762333 + parent: 1668 +- proto: PhoneInstrument + entities: + - uid: 2464 + components: + - type: Transform + pos: 29.471363,23.660753 + parent: 1668 + - uid: 3742 + components: + - type: Transform + pos: -19.555511,10.655831 + parent: 1668 + - uid: 3876 + components: + - type: Transform + pos: -26.67884,-3.3787808 + parent: 1668 +- proto: PianoInstrument + entities: + - uid: 4474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-29.5 + parent: 1668 +- proto: PlaqueAtmos + entities: + - uid: 4383 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 1668 + - uid: 6646 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 1668 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 1590 + components: + - type: Transform + pos: -16.5,24.5 + parent: 1668 + - uid: 1591 + components: + - type: Transform + pos: -14.5,24.5 + parent: 1668 + - uid: 1592 + components: + - type: Transform + pos: -16.5,28.5 + parent: 1668 + - uid: 1593 + components: + - type: Transform + pos: -14.5,28.5 + parent: 1668 + - uid: 1623 + components: + - type: Transform + pos: -4.5,15.5 + parent: 1668 +- proto: PlushieAtmosian + entities: + - uid: 6890 + components: + - type: Transform + pos: 17.549469,-29.409344 + parent: 1668 +- proto: PortableScrubber + entities: + - uid: 3696 + components: + - type: Transform + pos: -14.5,4.5 + parent: 1668 + - uid: 5764 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 1668 + - uid: 5765 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 1668 +- proto: PosterContrabandBeachStarYamamoto + entities: + - uid: 6638 + components: + - type: MetaData + desc: A picture depicting a woman at the beach. Neat. + name: Beach Star Bratton! + - type: Transform + pos: 15.5,33.5 + parent: 1668 +- proto: PosterContrabandC20r + entities: + - uid: 6734 + components: + - type: Transform + pos: 9.5,33.5 + parent: 1668 +- proto: PosterContrabandEAT + entities: + - uid: 6737 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 1668 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 4576 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 1668 +- proto: PosterContrabandMissingGloves + entities: + - uid: 6945 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 1668 +- proto: PosterContrabandRedRum + entities: + - uid: 6918 + components: + - type: Transform + pos: -4.5,25.5 + parent: 1668 +- proto: PosterContrabandRobustSoftdrinks + entities: + - uid: 6958 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 1668 +- proto: PosterContrabandSpaceUp + entities: + - uid: 6746 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 1668 +- proto: PosterContrabandTools + entities: + - uid: 6731 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 1668 +- proto: PosterContrabandUnreadableAnnouncement + entities: + - uid: 6917 + components: + - type: Transform + pos: -8.5,18.5 + parent: 1668 +- proto: PosterContrabandVoteWeh + entities: + - uid: 6745 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1668 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 6733 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1668 +- proto: PosterLegitCarpMount + entities: + - uid: 6740 + components: + - type: Transform + pos: 8.5,33.5 + parent: 1668 + - uid: 6915 + components: + - type: Transform + pos: -9.5,7.5 + parent: 1668 +- proto: PosterLegitCleanliness + entities: + - uid: 6735 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 1668 + - uid: 6736 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1668 +- proto: PosterLegitCohibaRobustoAd + entities: + - uid: 6732 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 1668 +- proto: PosterLegitEnlist + entities: + - uid: 6633 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1668 + - uid: 6639 + components: + - type: Transform + pos: 3.5,33.5 + parent: 1668 +- proto: PosterLegitHelpOthers + entities: + - uid: 6738 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 1668 +- proto: PosterLegitHereForYourSafety + entities: + - uid: 6959 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1668 +- proto: PosterLegitHighClassMartini + entities: + - uid: 6739 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1668 +- proto: PosterLegitJustAWeekAway + entities: + - uid: 6741 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 1668 +- proto: PosterLegitLoveIan + entities: + - uid: 6957 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1668 + - uid: 6960 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 1668 +- proto: PosterLegitNanomichiAd + entities: + - uid: 3778 + components: + - type: Transform + pos: -25.5,6.5 + parent: 1668 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 469 + components: + - type: Transform + pos: -24.5,13.5 + parent: 1668 + - uid: 797 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1668 + - uid: 798 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1668 + - uid: 799 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1668 + - uid: 800 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1668 + - uid: 801 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1668 + - uid: 802 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1668 + - uid: 1464 + components: + - type: Transform + pos: 14.5,30.5 + parent: 1668 + - uid: 1861 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1668 + - uid: 2053 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1668 + - uid: 2054 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1668 + - uid: 2055 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1668 + - uid: 2454 + components: + - type: Transform + pos: 21.5,10.5 + parent: 1668 + - uid: 2455 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1668 + - uid: 2456 + components: + - type: Transform + pos: 28.5,24.5 + parent: 1668 + - uid: 2457 + components: + - type: Transform + pos: 30.5,24.5 + parent: 1668 + - uid: 2458 + components: + - type: Transform + pos: 26.5,24.5 + parent: 1668 + - uid: 2459 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1668 + - uid: 2460 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1668 + - uid: 2918 + components: + - type: Transform + pos: -19.5,13.5 + parent: 1668 + - uid: 3450 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1668 + - uid: 3603 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1668 + - uid: 3604 + components: + - type: Transform + pos: -15.5,7.5 + parent: 1668 + - uid: 3605 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1668 + - uid: 3606 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 1668 + - uid: 3777 + components: + - type: Transform + pos: -25.5,2.5 + parent: 1668 + - uid: 3867 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 1668 + - uid: 4395 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 1668 + - uid: 4635 + components: + - type: Transform + pos: -3.5,-14.5 + parent: 1668 + - uid: 4636 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1668 + - uid: 6446 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 1668 + - uid: 6447 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 1668 + - uid: 6448 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 1668 + - uid: 6557 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 1668 + - uid: 6558 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 1668 + - uid: 6559 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 1668 + - uid: 6560 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 1668 + - uid: 6613 + components: + - type: Transform + pos: 4.5,30.5 + parent: 1668 + - uid: 6632 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1668 + - uid: 6721 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1668 + - uid: 6722 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1668 + - uid: 6882 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1668 +- proto: PosterLegitNTTGC + entities: + - uid: 6884 + components: + - type: Transform + pos: 18.5,17.5 + parent: 1668 +- proto: PosterLegitPeriodicTable + entities: + - uid: 6913 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1668 +- proto: PosterLegitRenault + entities: + - uid: 6962 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1668 +- proto: PosterLegitReportCrimes + entities: + - uid: 6743 + components: + - type: Transform + pos: -19.5,1.5 + parent: 1668 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 6914 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1668 +- proto: PosterLegitSafetyMothDelam + entities: + - uid: 6912 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 1668 +- proto: PosterLegitSafetyMothEpi + entities: + - uid: 6910 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 1668 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 6911 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 1668 +- proto: PosterLegitSafetyMothMeth + entities: + - uid: 6909 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1668 +- proto: PosterLegitSafetyMothPiping + entities: + - uid: 6887 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 1668 +- proto: PosterLegitSafetyReport + entities: + - uid: 6747 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 1668 +- proto: PosterLegitSecWatch + entities: + - uid: 6781 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 1668 +- proto: PosterLegitUeNo + entities: + - uid: 6744 + components: + - type: Transform + pos: 23.5,6.5 + parent: 1668 +- proto: PosterLegitVacation + entities: + - uid: 6885 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1668 + - uid: 6886 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 1668 + - uid: 6919 + components: + - type: Transform + pos: -4.5,28.5 + parent: 1668 + - uid: 6946 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 1668 +- proto: PosterLegitWalk + entities: + - uid: 6961 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 1668 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 6742 + components: + - type: Transform + pos: 10.5,33.5 + parent: 1668 + - uid: 6916 + components: + - type: Transform + pos: -12.5,13.5 + parent: 1668 +- proto: PosterMapBagel + entities: + - uid: 6749 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1668 +- proto: PosterMapDelta + entities: + - uid: 6750 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1668 +- proto: PosterMapLighthouse + entities: + - uid: 6754 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 1668 +- proto: PosterMapMarathon + entities: + - uid: 6751 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1668 +- proto: PosterMapMetaRight + entities: + - uid: 6752 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1668 +- proto: PosterMapMoose + entities: + - uid: 6755 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 1668 +- proto: PosterMapOrigin + entities: + - uid: 6759 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1668 +- proto: PosterMapPillar + entities: + - uid: 6753 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1668 +- proto: PosterMapSaltern + entities: + - uid: 6756 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 1668 +- proto: PosterMapSplit + entities: + - uid: 6757 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1668 +- proto: PosterMapWaystation + entities: + - uid: 6758 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1668 +- proto: PottedPlant15 + entities: + - uid: 3459 + components: + - type: Transform + pos: -24.5,12.5 + parent: 1668 +- proto: PottedPlant21 + entities: + - uid: 508 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 1668 + - uid: 542 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 1668 + - uid: 543 + components: + - type: Transform + pos: 19.5,4.5 + parent: 1668 + - uid: 602 + components: + - type: MetaData + name: security plant + - type: Transform + pos: 9.5,6.5 + parent: 1668 + - uid: 606 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 1668 + - uid: 607 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 1668 + - uid: 708 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 1668 + - uid: 709 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1668 + - uid: 803 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1668 + - uid: 2160 + components: + - type: Transform + pos: 0.5,16.5 + parent: 1668 + - uid: 2161 + components: + - type: Transform + pos: -1.5,16.5 + parent: 1668 + - uid: 2162 + components: + - type: Transform + pos: 2.5,12.5 + parent: 1668 + - uid: 2381 + components: + - type: Transform + pos: 22.5,10.5 + parent: 1668 + - uid: 2383 + components: + - type: Transform + pos: 34.5,10.5 + parent: 1668 + - uid: 2384 + components: + - type: Transform + pos: 24.5,21.5 + parent: 1668 + - uid: 2385 + components: + - type: Transform + pos: 32.5,21.5 + parent: 1668 + - uid: 2386 + components: + - type: Transform + pos: 18.5,18.5 + parent: 1668 + - uid: 2422 + components: + - type: Transform + pos: 28.5,23.5 + parent: 1668 + - uid: 3178 + components: + - type: Transform + pos: 6.5,10.5 + parent: 1668 + - uid: 3179 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1668 + - uid: 3456 + components: + - type: Transform + pos: -20.5,2.5 + parent: 1668 + - uid: 3457 + components: + - type: Transform + pos: -21.5,6.5 + parent: 1668 + - uid: 3458 + components: + - type: Transform + pos: -24.5,8.5 + parent: 1668 + - uid: 3460 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 1668 + - uid: 3461 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 1668 + - uid: 3856 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 1668 + - uid: 3857 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 1668 + - uid: 3858 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 1668 + - uid: 4624 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 1668 + - uid: 4625 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 1668 + - uid: 4626 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 1668 + - uid: 4627 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 1668 + - uid: 4628 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 1668 + - uid: 4629 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 1668 + - uid: 5375 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 1668 + - uid: 5382 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 1668 + - uid: 6561 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 1668 + - uid: 6562 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 1668 + - uid: 6563 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 1668 +- proto: PottedPlant22 + entities: + - uid: 544 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 1668 + - uid: 603 + components: + - type: MetaData + name: security plant + - type: Transform + pos: 13.5,4.5 + parent: 1668 + - uid: 706 + components: + - type: Transform + pos: -6.5,4.5 + parent: 1668 + - uid: 707 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 1668 + - uid: 804 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 1668 + - uid: 2193 + components: + - type: Transform + pos: -2.5,16.5 + parent: 1668 + - uid: 2387 + components: + - type: Transform + pos: 23.5,10.5 + parent: 1668 + - uid: 2388 + components: + - type: Transform + pos: 33.5,10.5 + parent: 1668 + - uid: 2389 + components: + - type: Transform + pos: 34.5,21.5 + parent: 1668 + - uid: 2390 + components: + - type: Transform + pos: 22.5,21.5 + parent: 1668 + - uid: 2391 + components: + - type: Transform + pos: 25.5,21.5 + parent: 1668 + - uid: 2392 + components: + - type: Transform + pos: 31.5,21.5 + parent: 1668 + - uid: 2393 + components: + - type: Transform + pos: 18.5,22.5 + parent: 1668 + - uid: 2394 + components: + - type: Transform + pos: 16.5,12.5 + parent: 1668 + - uid: 3180 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1668 + - uid: 3181 + components: + - type: Transform + pos: 14.5,10.5 + parent: 1668 + - uid: 3453 + components: + - type: Transform + pos: -22.5,2.5 + parent: 1668 + - uid: 3454 + components: + - type: Transform + pos: -24.5,6.5 + parent: 1668 + - uid: 3455 + components: + - type: Transform + pos: -22.5,8.5 + parent: 1668 + - uid: 3853 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 1668 + - uid: 3854 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 1668 + - uid: 3855 + components: + - type: Transform + pos: -19.5,-3.5 + parent: 1668 + - uid: 4620 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 1668 + - uid: 4621 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 1668 + - uid: 4622 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 1668 + - uid: 4623 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 1668 + - uid: 5377 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 1668 + - uid: 5383 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 1668 + - uid: 6564 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 1668 + - uid: 6565 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 1668 +- proto: PottedPlantBioluminscent + entities: + - uid: 6566 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 1668 +- proto: PowerCellRecharger + entities: + - uid: 1448 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1668 + - uid: 1458 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1668 + - uid: 5376 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 1668 + - uid: 5378 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 1668 + - uid: 6498 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1668 +- proto: PowerDrill + entities: + - uid: 3698 + components: + - type: Transform + pos: -16.54512,6.5009594 + parent: 1668 +- proto: Poweredlight + entities: + - uid: 510 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 525 + components: + - type: Transform + pos: 26.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 526 + components: + - type: Transform + pos: 21.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 527 + components: + - type: Transform + pos: 31.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 576 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-7.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,3.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-0.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 582 + components: + - type: Transform + pos: 34.5,5.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 583 + components: + - type: Transform + pos: 23.5,5.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 584 + components: + - type: Transform + pos: 29.5,5.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,2.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 739 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1384 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1385 + components: + - type: Transform + pos: 17.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1386 + components: + - type: Transform + pos: -8.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-2.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1388 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1390 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-5.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1396 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 1485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,16.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2152 + components: + - type: Transform + pos: -11.5,17.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,14.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2154 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-16.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2219 + components: + - type: Transform + pos: -11.5,31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2220 + components: + - type: Transform + pos: -7.5,31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,22.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,1.5 + parent: 1668 + - uid: 2723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,8.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2724 + components: + - type: Transform + pos: 4.5,14.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2725 + components: + - type: Transform + pos: 6.5,15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2726 + components: + - type: Transform + pos: 13.5,15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2908 + components: + - type: Transform + pos: 17.5,8.5 + parent: 1668 + - uid: 2931 + components: + - type: Transform + pos: 12.5,32.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2932 + components: + - type: Transform + pos: 6.5,32.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2933 + components: + - type: Transform + pos: 9.5,32.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,27.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2939 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1668 + - uid: 3701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,14.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,10.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3705 + components: + - type: Transform + pos: -21.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3707 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 3708 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,3.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-2.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4170 + components: + - type: Transform + pos: -31.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4171 + components: + - type: Transform + pos: -27.5,0.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,4.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4176 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4177 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-9.5 + parent: 1668 + - uid: 4334 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 1668 + - uid: 4340 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 1668 + - uid: 4392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-7.5 + parent: 1668 + - uid: 4396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 1668 + - uid: 4397 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1668 + - uid: 4399 + components: + - type: Transform + pos: 18.5,16.5 + parent: 1668 + - uid: 4400 + components: + - type: Transform + pos: 28.5,23.5 + parent: 1668 + - uid: 4402 + components: + - type: Transform + pos: 34.5,23.5 + parent: 1668 + - uid: 4499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,6.5 + parent: 1668 + - uid: 4596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4597 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4598 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4600 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4601 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-22.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-29.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-29.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-11.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 1668 + - uid: 5353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5354 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5359 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5360 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5364 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-13.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-16.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-14.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-32.5 + parent: 1668 + - uid: 5452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,8.5 + parent: 1668 + - uid: 5582 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5827 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5830 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5831 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,33.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5849 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5850 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5852 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5884 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5885 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-2.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5933 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6102 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-29.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 1668 + - uid: 6463 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6464 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-41.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-43.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-39.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-39.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6469 + components: + - type: Transform + pos: -11.5,-30.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6470 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6471 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6472 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-37.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-37.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 1668 + - uid: 6609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,18.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6723 + components: + - type: Transform + pos: -15.5,2.5 + parent: 1668 + - uid: 6724 + components: + - type: Transform + pos: -11.5,2.5 + parent: 1668 + - uid: 6725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-1.5 + parent: 1668 + - uid: 6730 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,10.5 + parent: 1668 + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 1668 + - uid: 6761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 1668 + - uid: 6766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 1668 + - uid: 6784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-22.5 + parent: 1668 + - uid: 6874 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 1668 + - uid: 6875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-31.5 + parent: 1668 + - uid: 6883 + components: + - type: Transform + pos: 22.5,23.5 + parent: 1668 + - uid: 6920 + components: + - type: Transform + pos: 2.5,18.5 + parent: 1668 + - uid: 6921 + components: + - type: Transform + pos: -3.5,18.5 + parent: 1668 + - uid: 6944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,16.5 + parent: 1668 +- proto: PoweredlightLED + entities: + - uid: 5584 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredlightSodium + entities: + - uid: 3245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-26.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5229 + components: + - type: Transform + pos: 34.5,-20.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 +- proto: PoweredSmallLight + entities: + - uid: 2050 + components: + - type: Transform + pos: -1.5,24.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2051 + components: + - type: Transform + pos: -2.5,21.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2052 + components: + - type: Transform + pos: 1.5,21.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2217 + components: + - type: Transform + pos: -15.5,28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,24.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2740 + components: + - type: Transform + pos: 14.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2762 + components: + - type: Transform + pos: 16.5,22.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,21.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,31.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2935 + components: + - type: Transform + pos: 16.5,25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2936 + components: + - type: Transform + pos: 16.5,28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2937 + components: + - type: Transform + pos: 2.5,28.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2938 + components: + - type: Transform + pos: 2.5,25.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 2943 + components: + - type: Transform + pos: 5.5,19.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 4504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-22.5 + parent: 1668 + - uid: 5368 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 5369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-15.5 + parent: 1668 + - type: ApcPowerReceiver + powerLoad: 0 + - uid: 6782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-28.5 + parent: 1668 +- proto: Protolathe + entities: + - uid: 5311 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 1668 +- proto: Rack + entities: + - uid: 1662 + components: + - type: Transform + pos: -11.5,17.5 + parent: 1668 + - uid: 2167 + components: + - type: Transform + pos: -3.5,16.5 + parent: 1668 + - uid: 2195 + components: + - type: Transform + pos: -1.5,24.5 + parent: 1668 + - uid: 2200 + components: + - type: Transform + pos: 15.5,30.5 + parent: 1668 + - uid: 2201 + components: + - type: Transform + pos: 3.5,30.5 + parent: 1668 + - uid: 2889 + components: + - type: Transform + pos: 3.5,32.5 + parent: 1668 + - uid: 2890 + components: + - type: Transform + pos: 15.5,32.5 + parent: 1668 + - uid: 3117 + components: + - type: Transform + pos: 5.5,32.5 + parent: 1668 + - uid: 3118 + components: + - type: Transform + pos: 6.5,32.5 + parent: 1668 + - uid: 3119 + components: + - type: Transform + pos: 12.5,32.5 + parent: 1668 + - uid: 3120 + components: + - type: Transform + pos: 13.5,32.5 + parent: 1668 + - uid: 5327 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 1668 + - uid: 5340 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 1668 + - uid: 6449 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 1668 + - uid: 6450 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 1668 + - uid: 6451 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 1668 + - uid: 6452 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 1668 +- proto: RadioHandheld + entities: + - uid: 3903 + components: + - type: Transform + pos: -13.516307,-6.3210163 + parent: 1668 + - uid: 3904 + components: + - type: Transform + pos: -13.344432,-6.4147663 + parent: 1668 +- proto: Railing + entities: + - uid: 1075 + components: + - type: Transform + pos: 34.5,-4.5 + parent: 1668 + - uid: 1076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-4.5 + parent: 1668 + - uid: 1077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,3.5 + parent: 1668 + - uid: 1078 + components: + - type: Transform + pos: 34.5,3.5 + parent: 1668 + - uid: 4434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-25.5 + parent: 1668 + - uid: 4435 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-26.5 + parent: 1668 + - uid: 4436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-25.5 + parent: 1668 + - uid: 4438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-26.5 + parent: 1668 + - uid: 4439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-26.5 + parent: 1668 + - uid: 4440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-25.5 + parent: 1668 + - uid: 4454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-29.5 + parent: 1668 + - uid: 4455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-28.5 + parent: 1668 + - uid: 4456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-29.5 + parent: 1668 + - uid: 4457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-29.5 + parent: 1668 + - uid: 4460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-28.5 + parent: 1668 + - uid: 4461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-29.5 + parent: 1668 + - uid: 4462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 1668 + - uid: 4463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 + parent: 1668 + - uid: 4464 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 1668 + - uid: 4465 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 1668 + - uid: 4468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-25.5 + parent: 1668 + - uid: 4469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-26.5 + parent: 1668 + - uid: 5216 + components: + - type: Transform + pos: 34.5,-20.5 + parent: 1668 + - uid: 5218 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 1668 + - uid: 5220 + components: + - type: Transform + pos: 30.5,-20.5 + parent: 1668 + - uid: 5221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-26.5 + parent: 1668 + - uid: 5223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-26.5 + parent: 1668 + - uid: 5225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-26.5 + parent: 1668 + - uid: 5226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-25.5 + parent: 1668 + - uid: 5228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-23.5 + parent: 1668 + - uid: 5230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-21.5 + parent: 1668 + - uid: 6144 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 1668 + - uid: 6145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-27.5 + parent: 1668 +- proto: RailingCornerSmall + entities: + - uid: 4471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-27.5 + parent: 1668 + - uid: 4473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-27.5 + parent: 1668 + - uid: 5231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-26.5 + parent: 1668 + - uid: 5232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-20.5 + parent: 1668 +- proto: RandomDrinkBottle + entities: + - uid: 4607 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 1668 + - uid: 4610 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 1668 +- proto: RandomDrinkGlass + entities: + - uid: 4611 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1668 + - uid: 4612 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1668 + - uid: 4613 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 1668 + - uid: 4614 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1668 +- proto: RandomFoodBakedSingle + entities: + - uid: 4616 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 1668 +- proto: RandomFoodMeal + entities: + - uid: 4608 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 1668 + - uid: 4609 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 1668 +- proto: RandomFoodSingle + entities: + - uid: 4605 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1668 + - uid: 4606 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 1668 +- proto: ReagentContainerFlour + entities: + - uid: 4594 + components: + - type: Transform + pos: -10.626896,-28.3469 + parent: 1668 + - uid: 4595 + components: + - type: Transform + pos: -10.376896,-28.50315 + parent: 1668 +- proto: Recycler + entities: + - uid: 5908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-31.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 5907 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 2791 + components: + - type: Transform + pos: 6.5,30.5 + parent: 1668 + - uid: 2812 + components: + - type: Transform + pos: 12.5,30.5 + parent: 1668 + - uid: 2813 + components: + - type: Transform + pos: 5.5,30.5 + parent: 1668 + - uid: 2877 + components: + - type: Transform + pos: 13.5,30.5 + parent: 1668 + - uid: 5108 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 1668 + - uid: 5109 + components: + - type: Transform + pos: 28.5,-24.5 + parent: 1668 + - uid: 5110 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 1668 + - uid: 5111 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 1668 + - uid: 5112 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 1668 + - uid: 5167 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 1668 + - uid: 5168 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 1668 +- proto: ReinforcedWindow + entities: + - uid: 50 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 1668 + - uid: 51 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 1668 + - uid: 52 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1668 + - uid: 53 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1668 + - uid: 54 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1668 + - uid: 55 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1668 + - uid: 56 + components: + - type: Transform + pos: 3.5,2.5 + parent: 1668 + - uid: 57 + components: + - type: Transform + pos: 2.5,2.5 + parent: 1668 + - uid: 58 + components: + - type: Transform + pos: 0.5,2.5 + parent: 1668 + - uid: 59 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1668 + - uid: 60 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1668 + - uid: 61 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1668 + - uid: 62 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1668 + - uid: 63 + components: + - type: Transform + pos: -4.5,1.5 + parent: 1668 + - uid: 64 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 1668 + - uid: 65 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 1668 + - uid: 66 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 1668 + - uid: 67 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1668 + - uid: 68 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1668 + - uid: 69 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 1668 + - uid: 77 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1668 + - uid: 92 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1668 + - uid: 93 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1668 + - uid: 94 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1668 + - uid: 95 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1668 + - uid: 103 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1668 + - uid: 104 + components: + - type: Transform + pos: 7.5,4.5 + parent: 1668 + - uid: 109 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1668 + - uid: 110 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1668 + - uid: 111 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1668 + - uid: 112 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1668 + - uid: 124 + components: + - type: Transform + pos: 8.5,20.5 + parent: 1668 + - uid: 134 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 1668 + - uid: 135 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1668 + - uid: 136 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1668 + - uid: 150 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 1668 + - uid: 151 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1668 + - uid: 152 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1668 + - uid: 153 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1668 + - uid: 161 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1668 + - uid: 162 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 1668 + - uid: 163 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1668 + - uid: 164 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 1668 + - uid: 165 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 1668 + - uid: 166 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 1668 + - uid: 167 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 1668 + - uid: 168 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1668 + - uid: 169 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 1668 + - uid: 170 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1668 + - uid: 171 + components: + - type: Transform + pos: 13.5,-10.5 + parent: 1668 + - uid: 172 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 1668 + - uid: 173 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 1668 + - uid: 183 + components: + - type: Transform + pos: 16.5,-9.5 + parent: 1668 + - uid: 190 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 1668 + - uid: 214 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 1668 + - uid: 215 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 1668 + - uid: 220 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1668 + - uid: 221 + components: + - type: Transform + pos: 13.5,2.5 + parent: 1668 + - uid: 222 + components: + - type: Transform + pos: 15.5,2.5 + parent: 1668 + - uid: 226 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 1668 + - uid: 227 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 1668 + - uid: 228 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1668 + - uid: 243 + components: + - type: Transform + pos: 17.5,4.5 + parent: 1668 + - uid: 244 + components: + - type: Transform + pos: 17.5,6.5 + parent: 1668 + - uid: 247 + components: + - type: Transform + pos: 16.5,3.5 + parent: 1668 + - uid: 259 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1668 + - uid: 260 + components: + - type: Transform + pos: 10.5,7.5 + parent: 1668 + - uid: 261 + components: + - type: Transform + pos: 11.5,7.5 + parent: 1668 + - uid: 262 + components: + - type: Transform + pos: 13.5,7.5 + parent: 1668 + - uid: 263 + components: + - type: Transform + pos: 14.5,7.5 + parent: 1668 + - uid: 264 + components: + - type: Transform + pos: 11.5,9.5 + parent: 1668 + - uid: 265 + components: + - type: Transform + pos: 10.5,9.5 + parent: 1668 + - uid: 266 + components: + - type: Transform + pos: 9.5,9.5 + parent: 1668 + - uid: 267 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1668 + - uid: 268 + components: + - type: Transform + pos: 14.5,9.5 + parent: 1668 + - uid: 269 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1668 + - uid: 270 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1668 + - uid: 271 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1668 + - uid: 272 + components: + - type: Transform + pos: 12.5,8.5 + parent: 1668 + - uid: 275 + components: + - type: Transform + pos: 13.5,9.5 + parent: 1668 + - uid: 301 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1668 + - uid: 302 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 1668 + - uid: 303 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 1668 + - uid: 307 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1668 + - uid: 308 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1668 + - uid: 309 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1668 + - uid: 310 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1668 + - uid: 336 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 1668 + - uid: 337 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 1668 + - uid: 338 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 1668 + - uid: 339 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1668 + - uid: 340 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 1668 + - uid: 348 + components: + - type: Transform + pos: 21.5,6.5 + parent: 1668 + - uid: 355 + components: + - type: Transform + pos: 31.5,6.5 + parent: 1668 + - uid: 360 + components: + - type: Transform + pos: 24.5,7.5 + parent: 1668 + - uid: 361 + components: + - type: Transform + pos: 28.5,7.5 + parent: 1668 + - uid: 393 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 1668 + - uid: 396 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 1668 + - uid: 401 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 1668 + - uid: 408 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 1668 + - uid: 442 + components: + - type: Transform + pos: 35.5,1.5 + parent: 1668 + - uid: 443 + components: + - type: Transform + pos: 35.5,3.5 + parent: 1668 + - uid: 444 + components: + - type: Transform + pos: 35.5,5.5 + parent: 1668 + - uid: 445 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 1668 + - uid: 446 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 1668 + - uid: 447 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 1668 + - uid: 462 + components: + - type: Transform + pos: 33.5,5.5 + parent: 1668 + - uid: 463 + components: + - type: Transform + pos: 33.5,3.5 + parent: 1668 + - uid: 464 + components: + - type: Transform + pos: 33.5,1.5 + parent: 1668 + - uid: 465 + components: + - type: Transform + pos: 33.5,-2.5 + parent: 1668 + - uid: 466 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 1668 + - uid: 467 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 1668 + - uid: 471 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 1668 + - uid: 472 + components: + - type: Transform + pos: 34.5,0.5 + parent: 1668 + - uid: 670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 1668 + - uid: 671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 1668 + - uid: 676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,4.5 + parent: 1668 + - uid: 677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,3.5 + parent: 1668 + - uid: 682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,7.5 + parent: 1668 + - uid: 683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,7.5 + parent: 1668 + - uid: 684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,5.5 + parent: 1668 + - uid: 685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 1668 + - uid: 700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 1668 + - uid: 701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 1668 + - uid: 705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,8.5 + parent: 1668 + - uid: 741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1668 + - uid: 744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-13.5 + parent: 1668 + - uid: 758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 1668 + - uid: 759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 1668 + - uid: 760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 1668 + - uid: 761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 1668 + - uid: 762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 1668 + - uid: 778 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 1668 + - uid: 779 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 1668 + - uid: 780 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 1668 + - uid: 781 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 1668 + - uid: 819 + components: + - type: Transform + pos: -10.5,32.5 + parent: 1668 + - uid: 828 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 1668 + - uid: 829 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 1668 + - uid: 830 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 1668 + - uid: 831 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 1668 + - uid: 1193 + components: + - type: Transform + pos: -8.5,32.5 + parent: 1668 + - uid: 1417 + components: + - type: Transform + pos: -4.5,11.5 + parent: 1668 + - uid: 1418 + components: + - type: Transform + pos: -3.5,17.5 + parent: 1668 + - uid: 1419 + components: + - type: Transform + pos: 2.5,17.5 + parent: 1668 + - uid: 1420 + components: + - type: Transform + pos: 3.5,16.5 + parent: 1668 + - uid: 1421 + components: + - type: Transform + pos: 3.5,14.5 + parent: 1668 + - uid: 1422 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1668 + - uid: 1423 + components: + - type: Transform + pos: 3.5,10.5 + parent: 1668 + - uid: 1429 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1668 + - uid: 1466 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 1668 + - uid: 1518 + components: + - type: Transform + pos: -16.5,17.5 + parent: 1668 + - uid: 1519 + components: + - type: Transform + pos: -16.5,18.5 + parent: 1668 + - uid: 1520 + components: + - type: Transform + pos: -15.5,18.5 + parent: 1668 + - uid: 1521 + components: + - type: Transform + pos: -13.5,18.5 + parent: 1668 + - uid: 1522 + components: + - type: Transform + pos: -12.5,18.5 + parent: 1668 + - uid: 1539 + components: + - type: Transform + pos: -14.5,20.5 + parent: 1668 + - uid: 1540 + components: + - type: Transform + pos: -14.5,21.5 + parent: 1668 + - uid: 1541 + components: + - type: Transform + pos: -14.5,22.5 + parent: 1668 + - uid: 1542 + components: + - type: Transform + pos: -14.5,23.5 + parent: 1668 + - uid: 1543 + components: + - type: Transform + pos: -15.5,23.5 + parent: 1668 + - uid: 1544 + components: + - type: Transform + pos: -16.5,23.5 + parent: 1668 + - uid: 1545 + components: + - type: Transform + pos: -14.5,29.5 + parent: 1668 + - uid: 1546 + components: + - type: Transform + pos: -15.5,29.5 + parent: 1668 + - uid: 1547 + components: + - type: Transform + pos: -16.5,29.5 + parent: 1668 + - uid: 1548 + components: + - type: Transform + pos: -14.5,30.5 + parent: 1668 + - uid: 1549 + components: + - type: Transform + pos: -14.5,26.5 + parent: 1668 + - uid: 1550 + components: + - type: Transform + pos: -15.5,26.5 + parent: 1668 + - uid: 1551 + components: + - type: Transform + pos: -16.5,26.5 + parent: 1668 + - uid: 1566 + components: + - type: Transform + pos: -12.5,32.5 + parent: 1668 + - uid: 1572 + components: + - type: Transform + pos: -6.5,32.5 + parent: 1668 + - uid: 1999 + components: + - type: Transform + pos: 5.5,10.5 + parent: 1668 + - uid: 2000 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1668 + - uid: 2001 + components: + - type: Transform + pos: 5.5,14.5 + parent: 1668 + - uid: 2242 + components: + - type: Transform + pos: 15.5,10.5 + parent: 1668 + - uid: 2243 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1668 + - uid: 2244 + components: + - type: Transform + pos: 15.5,14.5 + parent: 1668 + - uid: 2276 + components: + - type: Transform + pos: 23.5,14.5 + parent: 1668 + - uid: 2277 + components: + - type: Transform + pos: 33.5,14.5 + parent: 1668 + - uid: 2278 + components: + - type: Transform + pos: 31.5,14.5 + parent: 1668 + - uid: 2279 + components: + - type: Transform + pos: 30.5,14.5 + parent: 1668 + - uid: 2280 + components: + - type: Transform + pos: 29.5,14.5 + parent: 1668 + - uid: 2281 + components: + - type: Transform + pos: 27.5,14.5 + parent: 1668 + - uid: 2282 + components: + - type: Transform + pos: 26.5,14.5 + parent: 1668 + - uid: 2283 + components: + - type: Transform + pos: 25.5,14.5 + parent: 1668 + - uid: 2337 + components: + - type: Transform + pos: 24.5,15.5 + parent: 1668 + - uid: 2338 + components: + - type: Transform + pos: 24.5,16.5 + parent: 1668 + - uid: 2339 + components: + - type: Transform + pos: 24.5,17.5 + parent: 1668 + - uid: 2341 + components: + - type: Transform + pos: 24.5,19.5 + parent: 1668 + - uid: 2505 + components: + - type: Transform + pos: 10.5,16.5 + parent: 1668 + - uid: 2506 + components: + - type: Transform + pos: 10.5,17.5 + parent: 1668 + - uid: 2507 + components: + - type: Transform + pos: 10.5,18.5 + parent: 1668 + - uid: 2509 + components: + - type: Transform + pos: 8.5,16.5 + parent: 1668 + - uid: 2556 + components: + - type: Transform + pos: 14.5,21.5 + parent: 1668 + - uid: 2755 + components: + - type: Transform + pos: 4.5,24.5 + parent: 1668 + - uid: 2771 + components: + - type: Transform + pos: 14.5,24.5 + parent: 1668 + - uid: 2777 + components: + - type: Transform + pos: 10.5,26.5 + parent: 1668 + - uid: 2778 + components: + - type: Transform + pos: 11.5,26.5 + parent: 1668 + - uid: 2779 + components: + - type: Transform + pos: 11.5,27.5 + parent: 1668 + - uid: 2780 + components: + - type: Transform + pos: 8.5,26.5 + parent: 1668 + - uid: 2781 + components: + - type: Transform + pos: 7.5,26.5 + parent: 1668 + - uid: 2782 + components: + - type: Transform + pos: 7.5,27.5 + parent: 1668 + - uid: 2786 + components: + - type: Transform + pos: 7.5,29.5 + parent: 1668 + - uid: 2787 + components: + - type: Transform + pos: 11.5,29.5 + parent: 1668 + - uid: 2858 + components: + - type: Transform + pos: 14.5,27.5 + parent: 1668 + - uid: 2859 + components: + - type: Transform + pos: 4.5,27.5 + parent: 1668 + - uid: 2906 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 1668 + - uid: 3122 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1668 + - uid: 3126 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1668 + - uid: 3127 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1668 + - uid: 3128 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 1668 + - uid: 3248 + components: + - type: Transform + pos: 17.5,-32.5 + parent: 1668 + - uid: 3249 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 1668 + - uid: 3250 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 1668 + - uid: 3287 + components: + - type: Transform + pos: -10.5,1.5 + parent: 1668 + - uid: 3288 + components: + - type: Transform + pos: -11.5,1.5 + parent: 1668 + - uid: 3289 + components: + - type: Transform + pos: -12.5,1.5 + parent: 1668 + - uid: 3290 + components: + - type: Transform + pos: -14.5,1.5 + parent: 1668 + - uid: 3291 + components: + - type: Transform + pos: -15.5,1.5 + parent: 1668 + - uid: 3292 + components: + - type: Transform + pos: -16.5,1.5 + parent: 1668 + - uid: 3293 + components: + - type: Transform + pos: -13.5,2.5 + parent: 1668 + - uid: 3327 + components: + - type: Transform + pos: -27.5,8.5 + parent: 1668 + - uid: 3328 + components: + - type: Transform + pos: -27.5,9.5 + parent: 1668 + - uid: 3329 + components: + - type: Transform + pos: -27.5,12.5 + parent: 1668 + - uid: 3330 + components: + - type: Transform + pos: -27.5,11.5 + parent: 1668 + - uid: 3385 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 1668 + - uid: 3386 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 1668 + - uid: 3933 + components: + - type: Transform + pos: -33.5,7.5 + parent: 1668 + - uid: 3934 + components: + - type: Transform + pos: -32.5,7.5 + parent: 1668 + - uid: 3935 + components: + - type: Transform + pos: -30.5,7.5 + parent: 1668 + - uid: 3939 + components: + - type: Transform + pos: -34.5,3.5 + parent: 1668 + - uid: 3940 + components: + - type: Transform + pos: -34.5,4.5 + parent: 1668 + - uid: 3941 + components: + - type: Transform + pos: -34.5,5.5 + parent: 1668 + - uid: 3942 + components: + - type: Transform + pos: -34.5,6.5 + parent: 1668 + - uid: 3972 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 1668 + - uid: 3973 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 1668 + - uid: 3974 + components: + - type: Transform + pos: -34.5,1.5 + parent: 1668 + - uid: 3975 + components: + - type: Transform + pos: -32.5,1.5 + parent: 1668 + - uid: 3976 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 1668 + - uid: 3977 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 1668 + - uid: 3978 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 1668 + - uid: 4222 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 1668 + - uid: 4223 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 1668 + - uid: 4224 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 1668 + - uid: 4225 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 1668 + - uid: 4265 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 1668 + - uid: 4305 + components: + - type: Transform + pos: -4.5,-21.5 + parent: 1668 + - uid: 4306 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 1668 + - uid: 4307 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 1668 + - uid: 4308 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 1668 + - uid: 4309 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 1668 + - uid: 4310 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 1668 + - uid: 4311 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 1668 + - uid: 4312 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 1668 + - uid: 4313 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 1668 + - uid: 4314 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 1668 + - uid: 4315 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 1668 + - uid: 4316 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 1668 + - uid: 4354 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 1668 + - uid: 4355 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 1668 + - uid: 4365 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 1668 + - uid: 4367 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 1668 + - uid: 4651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-30.5 + parent: 1668 + - uid: 4652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-30.5 + parent: 1668 + - uid: 4653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-30.5 + parent: 1668 + - uid: 4663 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 1668 + - uid: 4664 + components: + - type: Transform + pos: -0.5,-34.5 + parent: 1668 + - uid: 4665 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 1668 + - uid: 4752 + components: + - type: Transform + pos: 17.5,-22.5 + parent: 1668 + - uid: 4753 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 1668 + - uid: 5333 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 1668 + - uid: 5334 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 1668 + - uid: 5335 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 1668 + - uid: 5880 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 1668 + - uid: 5910 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 1668 + - uid: 5911 + components: + - type: Transform + pos: -18.5,-34.5 + parent: 1668 + - uid: 5912 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 1668 + - uid: 5914 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 1668 + - uid: 5915 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 1668 + - uid: 5916 + components: + - type: Transform + pos: -20.5,-33.5 + parent: 1668 + - uid: 5947 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 1668 + - uid: 5948 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 1668 + - uid: 5976 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 1668 + - uid: 5977 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 1668 + - uid: 5978 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 1668 + - uid: 5979 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 1668 + - uid: 5980 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 1668 + - uid: 5981 + components: + - type: Transform + pos: -22.5,-25.5 + parent: 1668 + - uid: 5982 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 1668 + - uid: 5990 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 1668 + - uid: 5991 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 1668 + - uid: 5992 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 1668 + - uid: 6024 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 1668 + - uid: 6025 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 1668 + - uid: 6156 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 1668 + - uid: 6157 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 1668 + - uid: 6158 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 1668 + - uid: 6159 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 1668 + - uid: 6275 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 1668 + - uid: 6288 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 1668 + - uid: 6289 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 1668 + - uid: 6290 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 1668 + - uid: 6291 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 1668 + - uid: 6295 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 1668 + - uid: 6296 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 1668 + - uid: 6300 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 1668 + - uid: 6707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-32.5 + parent: 1668 + - uid: 6770 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 1668 + - uid: 6771 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 1668 + - uid: 6783 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1668 + - uid: 6847 + components: + - type: Transform + pos: 15.5,8.5 + parent: 1668 +- proto: RubberStampApproved + entities: + - uid: 6489 + components: + - type: Transform + pos: 25.503832,-7.398362 + parent: 1668 +- proto: RubberStampCentcom + entities: + - uid: 2917 + components: + - type: Transform + pos: 0.630217,1.1330963 + parent: 1668 + - uid: 3749 + components: + - type: Transform + pos: -20.5068,11.16328 + parent: 1668 +- proto: RubberStampDenied + entities: + - uid: 590 + components: + - type: Transform + pos: 25.691332,-7.585862 + parent: 1668 +- proto: RubberStampQm + entities: + - uid: 2234 + components: + - type: Transform + pos: -12.516554,9.632545 + parent: 1668 +- proto: RubberStampTrader + entities: + - uid: 2233 + components: + - type: Transform + pos: -12.532179,11.55442 + parent: 1668 +- proto: Screen + entities: + - uid: 6988 + components: + - type: Transform + pos: 33.5,3.5 + parent: 1668 + - uid: 6989 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 1668 +- proto: SecurityTechFab + entities: + - uid: 2874 + components: + - type: Transform + pos: 9.5,32.5 + parent: 1668 +- proto: SeismicCharge + entities: + - uid: 1079 + components: + - type: Transform + pos: -12.4071865,-3.4493918 + parent: 1668 + - uid: 3129 + components: + - type: Transform + pos: -12.5634365,-3.3712668 + parent: 1668 +- proto: ShowcaseRobotAntique + entities: + - uid: 6931 + components: + - type: Transform + pos: -6.5,8.5 + parent: 1668 +- proto: ShuttersRadiationOpen + entities: + - uid: 6879 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 1668 + - uid: 6880 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 1668 + - uid: 6881 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 1668 +- proto: SignalButton + entities: + - uid: 789 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 786: + - Pressed: Toggle + 787: + - Pressed: Toggle + 788: + - Pressed: Toggle + - uid: 1611 + components: + - type: Transform + pos: -14.5,23.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 1607: + - Pressed: Toggle + 1610: + - Pressed: Toggle + - uid: 1612 + components: + - type: Transform + pos: -14.5,29.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 1608: + - Pressed: Toggle + 1609: + - Pressed: Toggle + - uid: 1804 + components: + - type: Transform + pos: -2.5,19.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 1552: + - Pressed: Toggle + - uid: 2712 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2150: + - Pressed: Toggle + 2149: + - Pressed: Toggle + 2148: + - Pressed: Toggle + 2147: + - Pressed: Toggle + 2146: + - Pressed: Toggle + - uid: 2920 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 3789: + - Pressed: Toggle + 3788: + - Pressed: Toggle + 3787: + - Pressed: Toggle + - uid: 2927 + components: + - type: MetaData + name: le funny admin button + - type: Transform + pos: 4.5,32.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2926: + - Pressed: Toggle + 2925: + - Pressed: Toggle + - uid: 2928 + components: + - type: MetaData + name: le funny admin button + - type: Transform + pos: 14.5,32.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 2886: + - Pressed: Toggle + 2790: + - Pressed: Toggle + - uid: 5242 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 5238: + - Pressed: Toggle + 5237: + - Pressed: Toggle + 5236: + - Pressed: Toggle + 5235: + - Pressed: Toggle + 5234: + - Pressed: Toggle + 5239: + - Pressed: Toggle + 5241: + - Pressed: Toggle + 5240: + - Pressed: Toggle + - uid: 6442 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 6521: + - Pressed: Toggle + 6525: + - Pressed: Toggle + 6524: + - Pressed: Toggle + 6523: + - Pressed: Toggle + 6522: + - Pressed: Toggle +- proto: SignalButtonExt1 + entities: + - uid: 715 + components: + - type: MetaData + name: East Checkpoint Doors + - type: Transform + pos: 16.5,4.5 + parent: 1668 +- proto: SignalButtonExt2 + entities: + - uid: 721 + components: + - type: MetaData + name: West Checkpoint Doors + - type: Transform + pos: 8.5,4.5 + parent: 1668 +- proto: SignAtmosMinsky + entities: + - uid: 6888 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 1668 +- proto: SignCargo + entities: + - uid: 2207 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1668 +- proto: SignChemistry1 + entities: + - uid: 6764 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1668 +- proto: SignCloning + entities: + - uid: 6763 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 1668 +- proto: SignDirectionalEng + entities: + - uid: 2882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-17.5 + parent: 1668 + - uid: 6593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 1668 +- proto: SignDoors + entities: + - uid: 545 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 1668 + - uid: 546 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 1668 + - uid: 547 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 1668 + - uid: 548 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 1668 + - uid: 795 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1668 + - uid: 796 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1668 + - uid: 2269 + components: + - type: Transform + pos: 5.5,12.5 + parent: 1668 + - uid: 2270 + components: + - type: Transform + pos: 3.5,12.5 + parent: 1668 + - uid: 2271 + components: + - type: Transform + pos: 15.5,12.5 + parent: 1668 + - uid: 2272 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1668 + - uid: 2273 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1668 + - uid: 3607 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 1668 + - uid: 3608 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 1668 + - uid: 3609 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 1668 + - uid: 3610 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 1668 +- proto: SignElectricalMed + entities: + - uid: 1533 + components: + - type: Transform + pos: -1.5,17.5 + parent: 1668 + - uid: 5351 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 1668 +- proto: SignEngineering + entities: + - uid: 4970 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 1668 +- proto: SignGravity + entities: + - uid: 5215 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 1668 +- proto: SignInterrogation + entities: + - uid: 2830 + components: + - type: Transform + pos: 6.5,23.5 + parent: 1668 +- proto: SignKiddiePlaque + entities: + - uid: 4384 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1668 + - uid: 4385 + components: + - type: Transform + pos: -13.5,12.5 + parent: 1668 + - uid: 4386 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1668 + - uid: 4387 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1668 +- proto: SignMedical + entities: + - uid: 736 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1668 + - uid: 6762 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1668 +- proto: SignPlaque + entities: + - uid: 3770 + components: + - type: Transform + pos: -18.5,13.5 + parent: 1668 + - uid: 4381 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 1668 + - uid: 4382 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1668 + - uid: 6645 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1668 +- proto: SignRadiationMed + entities: + - uid: 5348 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 1668 + - uid: 5349 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 1668 + - uid: 5350 + components: + - type: Transform + pos: 30.5,-19.5 + parent: 1668 +- proto: SignSecureMed + entities: + - uid: 776 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1668 + - uid: 3451 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1668 + - uid: 3713 + components: + - type: Transform + pos: -17.5,6.5 + parent: 1668 + - uid: 3714 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1668 + - uid: 3871 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 1668 + - uid: 3872 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1668 + - uid: 3873 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1668 + - uid: 4151 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 1668 + - uid: 6443 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 1668 + - uid: 6444 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 1668 + - uid: 6445 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 1668 +- proto: SignSecureSmall + entities: + - uid: 3868 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 1668 + - uid: 3869 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 1668 +- proto: SignSpace + entities: + - uid: 1792 + components: + - type: Transform + pos: -15.5,23.5 + parent: 1668 + - uid: 1793 + components: + - type: Transform + pos: -15.5,29.5 + parent: 1668 + - uid: 2741 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1668 + - uid: 5956 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 1668 + - uid: 5957 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 1668 + - uid: 6231 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 1668 + - uid: 6232 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 1668 +- proto: Sink + entities: + - uid: 3425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,14.5 + parent: 1668 +- proto: SinkWide + entities: + - uid: 6619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-27.5 + parent: 1668 + - uid: 6620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-22.5 + parent: 1668 + - uid: 6877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-24.5 + parent: 1668 + - uid: 6878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-24.5 + parent: 1668 +- proto: SMESBasic + entities: + - uid: 327 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 1668 + - uid: 5078 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 1668 + - uid: 5079 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 1668 + - uid: 5080 + components: + - type: Transform + pos: 22.5,-16.5 + parent: 1668 +- proto: SmokingPipeFilledTobacco + entities: + - uid: 3753 + components: + - type: Transform + pos: -18.510391,8.646521 + parent: 1668 +- proto: SoapDeluxe + entities: + - uid: 3424 + components: + - type: Transform + pos: -20.47715,15.560694 + parent: 1668 +- proto: soda_dispenser + entities: + - uid: 4427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-25.5 + parent: 1668 + - uid: 4429 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1668 +- proto: SpawnVehicleSecway + entities: + - uid: 2823 + components: + - type: Transform + pos: 11.5,25.5 + parent: 1668 +- proto: SS13Memorial + entities: + - uid: 486 + components: + - type: Transform + pos: 26.5,7.5 + parent: 1668 +- proto: StasisBed + entities: + - uid: 609 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1668 +- proto: StatueVenusBlue + entities: + - uid: 4180 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 1668 +- proto: StatueVenusRed + entities: + - uid: 4179 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 1668 +- proto: Stool + entities: + - uid: 2913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 1668 +- proto: StoolBar + entities: + - uid: 4412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-25.5 + parent: 1668 + - uid: 4413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-26.5 + parent: 1668 + - uid: 4414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-27.5 + parent: 1668 +- proto: StorageCanister + entities: + - uid: 3661 + components: + - type: Transform + pos: -14.5,6.5 + parent: 1668 + - type: AtmosDevice + joinedGrid: 1668 +- proto: Stunbaton + entities: + - uid: 2746 + components: + - type: Transform + pos: 4.4667654,19.499214 + parent: 1668 +- proto: SubstationBasic + entities: + - uid: 1130 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 1668 + - uid: 1802 + components: + - type: Transform + pos: -3.5,20.5 + parent: 1668 + - uid: 1803 + components: + - type: Transform + pos: 2.5,20.5 + parent: 1668 + - uid: 2199 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 1668 + - uid: 2521 + components: + - type: Transform + pos: 15.5,19.5 + parent: 1668 + - uid: 3432 + components: + - type: Transform + pos: -15.5,6.5 + parent: 1668 + - uid: 3949 + components: + - type: Transform + pos: -27.5,6.5 + parent: 1668 + - uid: 4815 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 1668 + - uid: 4816 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 1668 + - uid: 5958 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 1668 +- proto: SuitStorageBasic + entities: + - uid: 1185 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 1668 + - uid: 1188 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 1668 + - uid: 3431 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 1668 +- proto: SuitStorageCaptain + entities: + - uid: 3768 + components: + - type: Transform + pos: -11.5,4.5 + parent: 1668 +- proto: SuitStorageCE + entities: + - uid: 6490 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 1668 +- proto: SuitStorageCMO + entities: + - uid: 6497 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 1668 +- proto: SuitStorageHOS + entities: + - uid: 6496 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 1668 +- proto: SuitStorageRD + entities: + - uid: 6493 + components: + - type: Transform + pos: -10.5,-3.5 + parent: 1668 +- proto: SurveillanceCameraCommand + entities: + - uid: 6817 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Operator Room + - uid: 6818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-3.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Conference Room + - uid: 6819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: HighSec Storage Room + - uid: 6820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,6.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Command Reception + - uid: 6821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,12.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Command Conference Room + - uid: 6822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,9.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Command Bedroom + - uid: 6825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-41.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: ERT West Room + - uid: 6826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-41.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: ERT East Room + - uid: 6827 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: ERT Central Room +- proto: SurveillanceCameraEngineering + entities: + - uid: 5407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-31.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Atmospherics + - uid: 6790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-20.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Eng Lobby + - uid: 6791 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Power Supply + - uid: 6792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-23.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Power Generation + - uid: 6793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Grav Generation + - uid: 6810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,21.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: North Substation + - uid: 6823 + components: + - type: Transform + pos: -15.5,4.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Command Substation + - uid: 6824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,4.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: West Substation + - uid: 6828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-15.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Medbay Substation + - uid: 6829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-18.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Eng Substation +- proto: SurveillanceCameraGeneral + entities: + - uid: 6830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,0.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals East + - uid: 6831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals West + - uid: 6832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway North + - uid: 6833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway West + - uid: 6834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-25.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Docking SouthWest + - uid: 6835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-31.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway SouthWest + - uid: 6836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-31.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway SouthEast + - uid: 6837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-25.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway East + - uid: 6838 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Service Hallway NorthEast + - uid: 6839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-0.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Docking West + - uid: 6840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,5.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Waiting Room West + - uid: 6841 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: West Hallway +- proto: SurveillanceCameraMedical + entities: + - uid: 6794 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Cloning + - uid: 6795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Chemistry + - uid: 6796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-4.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Medical +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 6864 + components: + - type: Transform + pos: 29.5,-29.5 + parent: 1668 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 6871 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 1668 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 6869 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 1668 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 6870 + components: + - type: Transform + pos: 33.5,-29.5 + parent: 1668 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 6873 + components: + - type: Transform + pos: 30.5,-29.5 + parent: 1668 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 6867 + components: + - type: Transform + pos: 31.5,-30.5 + parent: 1668 +- proto: SurveillanceCameraRouterService + entities: + - uid: 6872 + components: + - type: Transform + pos: 31.5,-29.5 + parent: 1668 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 6868 + components: + - type: Transform + pos: 30.5,-30.5 + parent: 1668 +- proto: SurveillanceCameraSecurity + entities: + - uid: 6765 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Service checkpoint + - uid: 6801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,19.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Court room north + - uid: 6802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,13.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Court room south + - uid: 6803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,20.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Judge room + - uid: 6804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,15.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig lobby + - uid: 6805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,19.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Warden room + - uid: 6806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,22.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Interrogation room + - uid: 6807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,26.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig west + - uid: 6808 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Armory + - uid: 6809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,26.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Brig east + - uid: 6815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,1.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Medbay checkpoint + - uid: 6816 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Arrivals checkpoint +- proto: SurveillanceCameraService + entities: + - uid: 6797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Bar + - uid: 6798 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Canteen + - uid: 6799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-24.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Kitchen + - uid: 6800 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Jani closet +- proto: SurveillanceCameraSupply + entities: + - uid: 6811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,11.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo lobby + - uid: 6812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,17.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo command room + - uid: 6813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,31.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo bay north + - uid: 6814 + components: + - type: Transform + pos: -7.5,19.5 + parent: 1668 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo bay south +- proto: SurveillanceCameraWirelessRouterConstructed + entities: + - uid: 6866 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 1668 +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 6865 + components: + - type: Transform + pos: 33.5,-30.5 + parent: 1668 +- proto: Table + entities: + - uid: 528 + components: + - type: Transform + pos: 21.5,5.5 + parent: 1668 + - uid: 529 + components: + - type: Transform + pos: 31.5,5.5 + parent: 1668 + - uid: 530 + components: + - type: Transform + pos: 21.5,-6.5 + parent: 1668 + - uid: 631 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1668 + - uid: 632 + components: + - type: Transform + pos: 15.5,1.5 + parent: 1668 + - uid: 633 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 1668 + - uid: 807 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1668 + - uid: 808 + components: + - type: Transform + pos: 1.5,-9.5 + parent: 1668 + - uid: 1180 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 1668 + - uid: 1181 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 1668 + - uid: 2043 + components: + - type: Transform + pos: -1.5,19.5 + parent: 1668 + - uid: 2163 + components: + - type: Transform + pos: -0.5,12.5 + parent: 1668 + - uid: 2164 + components: + - type: Transform + pos: -3.5,12.5 + parent: 1668 + - uid: 2165 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1668 + - uid: 2166 + components: + - type: Transform + pos: 2.5,16.5 + parent: 1668 + - uid: 2210 + components: + - type: Transform + pos: -6.5,31.5 + parent: 1668 + - uid: 2211 + components: + - type: Transform + pos: -7.5,31.5 + parent: 1668 + - uid: 2212 + components: + - type: Transform + pos: -5.5,24.5 + parent: 1668 + - uid: 2213 + components: + - type: Transform + pos: -5.5,25.5 + parent: 1668 + - uid: 2214 + components: + - type: Transform + pos: -5.5,26.5 + parent: 1668 + - uid: 2215 + components: + - type: Transform + pos: -11.5,31.5 + parent: 1668 + - uid: 2216 + components: + - type: Transform + pos: -10.5,31.5 + parent: 1668 + - uid: 2826 + components: + - type: Transform + pos: 5.5,21.5 + parent: 1668 + - uid: 3142 + components: + - type: Transform + pos: 10.5,25.5 + parent: 1668 + - uid: 3143 + components: + - type: Transform + pos: 9.5,25.5 + parent: 1668 + - uid: 3182 + components: + - type: Transform + pos: 10.5,15.5 + parent: 1668 + - uid: 3183 + components: + - type: Transform + pos: 10.5,10.5 + parent: 1668 + - uid: 3260 + components: + - type: Transform + pos: 8.5,23.5 + parent: 1668 + - uid: 5244 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 1668 + - uid: 5245 + components: + - type: Transform + pos: 27.5,-22.5 + parent: 1668 + - uid: 5247 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 1668 + - uid: 5248 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 1668 + - uid: 5329 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 1668 + - uid: 5330 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 1668 + - uid: 5339 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 1668 + - uid: 5421 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 1668 + - uid: 6151 + components: + - type: Transform + pos: -19.5,-22.5 + parent: 1668 + - uid: 6270 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 1668 + - uid: 6571 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 1668 + - uid: 6572 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 1668 + - uid: 6581 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 1668 + - uid: 6582 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 1668 + - uid: 6583 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 1668 + - uid: 6584 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 1668 + - uid: 6624 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 1668 + - uid: 6625 + components: + - type: Transform + pos: 0.5,-25.5 + parent: 1668 +- proto: TableCarpet + entities: + - uid: 699 + components: + - type: Transform + pos: 18.5,14.5 + parent: 1668 + - uid: 6595 + components: + - type: Transform + pos: 18.5,12.5 + parent: 1668 + - uid: 6606 + components: + - type: Transform + pos: 18.5,13.5 + parent: 1668 +- proto: TableReinforced + entities: + - uid: 98 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1668 + - uid: 99 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1668 + - uid: 126 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1668 + - uid: 206 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1668 + - uid: 216 + components: + - type: Transform + pos: 2.5,-12.5 + parent: 1668 + - uid: 217 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1668 + - uid: 218 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1668 + - uid: 219 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1668 + - uid: 489 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 1668 + - uid: 491 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 1668 + - uid: 494 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 1668 + - uid: 500 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 1668 + - uid: 501 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 1668 + - uid: 503 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 1668 + - uid: 504 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 1668 + - uid: 505 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 1668 + - uid: 513 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 1668 + - uid: 514 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 1668 + - uid: 596 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1668 + - uid: 597 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1668 + - uid: 598 + components: + - type: Transform + pos: 12.5,6.5 + parent: 1668 + - uid: 599 + components: + - type: Transform + pos: 13.5,6.5 + parent: 1668 + - uid: 600 + components: + - type: Transform + pos: 14.5,6.5 + parent: 1668 + - uid: 601 + components: + - type: Transform + pos: 15.5,6.5 + parent: 1668 + - uid: 613 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 1668 + - uid: 614 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 1668 + - uid: 615 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1668 + - uid: 618 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1668 + - uid: 641 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1668 + - uid: 642 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1668 + - uid: 643 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1668 + - uid: 645 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1668 + - uid: 646 + components: + - type: Transform + pos: 1.5,-2.5 + parent: 1668 + - uid: 647 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 1668 + - uid: 648 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1668 + - uid: 738 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1668 + - uid: 770 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1668 + - uid: 771 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 1668 + - uid: 794 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1668 + - uid: 805 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1668 + - uid: 809 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1668 + - uid: 810 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 1668 + - uid: 811 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1668 + - uid: 812 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1668 + - uid: 1194 + components: + - type: Transform + pos: 13.5,-12.5 + parent: 1668 + - uid: 1427 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1668 + - uid: 1433 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1668 + - uid: 1617 + components: + - type: Transform + pos: -4.5,9.5 + parent: 1668 + - uid: 1618 + components: + - type: Transform + pos: -4.5,10.5 + parent: 1668 + - uid: 1636 + components: + - type: Transform + pos: -9.5,8.5 + parent: 1668 + - uid: 1637 + components: + - type: Transform + pos: -8.5,8.5 + parent: 1668 + - uid: 1638 + components: + - type: Transform + pos: -7.5,8.5 + parent: 1668 + - uid: 1639 + components: + - type: Transform + pos: -12.5,9.5 + parent: 1668 + - uid: 1640 + components: + - type: Transform + pos: -12.5,10.5 + parent: 1668 + - uid: 1641 + components: + - type: Transform + pos: -12.5,11.5 + parent: 1668 + - uid: 1642 + components: + - type: Transform + pos: -8.5,12.5 + parent: 1668 + - uid: 1643 + components: + - type: Transform + pos: -9.5,12.5 + parent: 1668 + - uid: 1654 + components: + - type: Transform + pos: -15.5,14.5 + parent: 1668 + - uid: 1655 + components: + - type: Transform + pos: -14.5,14.5 + parent: 1668 + - uid: 1656 + components: + - type: Transform + pos: -15.5,17.5 + parent: 1668 + - uid: 1657 + components: + - type: Transform + pos: -14.5,17.5 + parent: 1668 + - uid: 2423 + components: + - type: Transform + pos: 23.5,15.5 + parent: 1668 + - uid: 2424 + components: + - type: Transform + pos: 23.5,16.5 + parent: 1668 + - uid: 2720 + components: + - type: Transform + pos: 4.5,18.5 + parent: 1668 + - uid: 2721 + components: + - type: Transform + pos: 4.5,19.5 + parent: 1668 + - uid: 2822 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1668 + - uid: 2875 + components: + - type: Transform + pos: 8.5,29.5 + parent: 1668 + - uid: 2878 + components: + - type: Transform + pos: 8.5,32.5 + parent: 1668 + - uid: 2879 + components: + - type: Transform + pos: 10.5,32.5 + parent: 1668 + - uid: 2891 + components: + - type: Transform + pos: 2.5,30.5 + parent: 1668 + - uid: 2892 + components: + - type: Transform + pos: 2.5,31.5 + parent: 1668 + - uid: 2893 + components: + - type: Transform + pos: 2.5,32.5 + parent: 1668 + - uid: 2894 + components: + - type: Transform + pos: 16.5,30.5 + parent: 1668 + - uid: 2895 + components: + - type: Transform + pos: 16.5,31.5 + parent: 1668 + - uid: 2896 + components: + - type: Transform + pos: 16.5,32.5 + parent: 1668 + - uid: 3079 + components: + - type: Transform + pos: 8.5,17.5 + parent: 1668 + - uid: 3255 + components: + - type: Transform + pos: 16.5,19.5 + parent: 1668 + - uid: 3412 + components: + - type: Transform + pos: -18.5,4.5 + parent: 1668 + - uid: 3413 + components: + - type: Transform + pos: -19.5,4.5 + parent: 1668 + - uid: 3414 + components: + - type: Transform + pos: -20.5,4.5 + parent: 1668 + - uid: 3415 + components: + - type: Transform + pos: -20.5,5.5 + parent: 1668 + - uid: 3416 + components: + - type: Transform + pos: -20.5,6.5 + parent: 1668 + - uid: 3632 + components: + - type: Transform + pos: -12.5,4.5 + parent: 1668 + - uid: 3634 + components: + - type: Transform + pos: -10.5,4.5 + parent: 1668 + - uid: 3635 + components: + - type: Transform + pos: -10.5,6.5 + parent: 1668 + - uid: 3636 + components: + - type: Transform + pos: -11.5,6.5 + parent: 1668 + - uid: 3637 + components: + - type: Transform + pos: -12.5,6.5 + parent: 1668 + - uid: 3697 + components: + - type: Transform + pos: -16.5,6.5 + parent: 1668 + - uid: 3798 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 1668 + - uid: 3799 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 1668 + - uid: 3800 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1668 + - uid: 3801 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1668 + - uid: 3802 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 1668 + - uid: 3803 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 1668 + - uid: 3804 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 1668 + - uid: 3805 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 1668 + - uid: 3806 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 1668 + - uid: 3807 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 1668 + - uid: 3808 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 1668 + - uid: 3809 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 1668 + - uid: 3810 + components: + - type: Transform + pos: -19.5,-5.5 + parent: 1668 + - uid: 3811 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 1668 + - uid: 3812 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 1668 + - uid: 3813 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 1668 + - uid: 3814 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 1668 + - uid: 3815 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 1668 + - uid: 3816 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 1668 + - uid: 3817 + components: + - type: Transform + pos: -22.5,-7.5 + parent: 1668 + - uid: 3819 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 1668 + - uid: 3820 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 1668 + - uid: 3822 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 1668 + - uid: 4256 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 1668 + - uid: 4263 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 1668 + - uid: 4344 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 1668 + - uid: 4347 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 1668 + - uid: 4348 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 1668 + - uid: 4349 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 1668 + - uid: 4350 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1668 + - uid: 4351 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 1668 + - uid: 4352 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 1668 + - uid: 4430 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 1668 + - uid: 4431 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 1668 + - uid: 4432 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 1668 + - uid: 4433 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 1668 + - uid: 4452 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 1668 + - uid: 4459 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 1668 + - uid: 4466 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 1668 + - uid: 4467 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 1668 + - uid: 4582 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 1668 + - uid: 4583 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 1668 + - uid: 4584 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 1668 + - uid: 4586 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 1668 + - uid: 4587 + components: + - type: Transform + pos: -11.5,-25.5 + parent: 1668 + - uid: 4588 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 1668 + - uid: 4749 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 1668 + - uid: 5312 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 1668 + - uid: 5313 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 1668 + - uid: 5315 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 1668 + - uid: 5316 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 1668 + - uid: 5317 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 1668 + - uid: 6453 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 1668 + - uid: 6454 + components: + - type: Transform + pos: -6.5,-41.5 + parent: 1668 + - uid: 6455 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 1668 + - uid: 6456 + components: + - type: Transform + pos: -5.5,-39.5 + parent: 1668 + - uid: 6457 + components: + - type: Transform + pos: -4.5,-39.5 + parent: 1668 + - uid: 6458 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 1668 + - uid: 6459 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 1668 + - uid: 6460 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 1668 + - uid: 6461 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 1668 + - uid: 6462 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 1668 + - uid: 6767 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1668 +- proto: TableWood + entities: + - uid: 2352 + components: + - type: Transform + pos: 32.5,15.5 + parent: 1668 + - uid: 2353 + components: + - type: Transform + pos: 32.5,16.5 + parent: 1668 + - uid: 2354 + components: + - type: Transform + pos: 32.5,17.5 + parent: 1668 + - uid: 2355 + components: + - type: Transform + pos: 32.5,18.5 + parent: 1668 + - uid: 2356 + components: + - type: Transform + pos: 32.5,19.5 + parent: 1668 + - uid: 2357 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1668 + - uid: 2358 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1668 + - uid: 2359 + components: + - type: Transform + pos: 29.5,20.5 + parent: 1668 + - uid: 2360 + components: + - type: Transform + pos: 29.5,21.5 + parent: 1668 + - uid: 2361 + components: + - type: Transform + pos: 27.5,21.5 + parent: 1668 + - uid: 2362 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1668 + - uid: 2363 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1668 + - uid: 2364 + components: + - type: Transform + pos: 22.5,23.5 + parent: 1668 + - uid: 2365 + components: + - type: Transform + pos: 34.5,23.5 + parent: 1668 + - uid: 2366 + components: + - type: Transform + pos: 30.5,23.5 + parent: 1668 + - uid: 2367 + components: + - type: Transform + pos: 29.5,23.5 + parent: 1668 + - uid: 2368 + components: + - type: Transform + pos: 27.5,23.5 + parent: 1668 + - uid: 2369 + components: + - type: Transform + pos: 26.5,23.5 + parent: 1668 + - uid: 2411 + components: + - type: Transform + pos: 27.5,17.5 + parent: 1668 + - uid: 2412 + components: + - type: Transform + pos: 26.5,17.5 + parent: 1668 + - uid: 2413 + components: + - type: Transform + pos: 30.5,17.5 + parent: 1668 + - uid: 2414 + components: + - type: Transform + pos: 29.5,17.5 + parent: 1668 + - uid: 2435 + components: + - type: Transform + pos: 28.5,10.5 + parent: 1668 + - uid: 2436 + components: + - type: Transform + pos: 34.5,11.5 + parent: 1668 + - uid: 2437 + components: + - type: Transform + pos: 34.5,12.5 + parent: 1668 + - uid: 2486 + components: + - type: Transform + pos: 20.5,20.5 + parent: 1668 + - uid: 2487 + components: + - type: Transform + pos: 19.5,20.5 + parent: 1668 + - uid: 2488 + components: + - type: Transform + pos: 19.5,21.5 + parent: 1668 + - uid: 3394 + components: + - type: Transform + pos: -25.5,8.5 + parent: 1668 + - uid: 3395 + components: + - type: Transform + pos: -26.5,8.5 + parent: 1668 + - uid: 3396 + components: + - type: Transform + pos: -26.5,9.5 + parent: 1668 + - uid: 3397 + components: + - type: Transform + pos: -26.5,11.5 + parent: 1668 + - uid: 3398 + components: + - type: Transform + pos: -26.5,12.5 + parent: 1668 + - uid: 3399 + components: + - type: Transform + pos: -25.5,12.5 + parent: 1668 + - uid: 3400 + components: + - type: Transform + pos: -15.5,12.5 + parent: 1668 + - uid: 3401 + components: + - type: Transform + pos: -14.5,12.5 + parent: 1668 + - uid: 3402 + components: + - type: Transform + pos: -16.5,12.5 + parent: 1668 + - uid: 3403 + components: + - type: Transform + pos: -16.5,8.5 + parent: 1668 + - uid: 3404 + components: + - type: Transform + pos: -19.5,10.5 + parent: 1668 + - uid: 3405 + components: + - type: Transform + pos: -20.5,10.5 + parent: 1668 + - uid: 3406 + components: + - type: Transform + pos: -20.5,11.5 + parent: 1668 + - uid: 3407 + components: + - type: Transform + pos: -20.5,12.5 + parent: 1668 + - uid: 3409 + components: + - type: Transform + pos: -18.5,8.5 + parent: 1668 + - uid: 3410 + components: + - type: Transform + pos: -24.5,4.5 + parent: 1668 + - uid: 3411 + components: + - type: Transform + pos: -23.5,4.5 + parent: 1668 + - uid: 3417 + components: + - type: Transform + pos: -23.5,2.5 + parent: 1668 + - uid: 3418 + components: + - type: Transform + pos: -18.5,2.5 + parent: 1668 + - uid: 3445 + components: + - type: Transform + pos: -23.5,10.5 + parent: 1668 + - uid: 3446 + components: + - type: Transform + pos: -23.5,11.5 + parent: 1668 + - uid: 3829 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 1668 + - uid: 3830 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 1668 + - uid: 3831 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 1668 + - uid: 3832 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 1668 + - uid: 3833 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 1668 + - uid: 3834 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 1668 + - uid: 3835 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 1668 + - uid: 3836 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 1668 + - uid: 4184 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 1668 + - uid: 4369 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 1668 + - uid: 4370 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 1668 + - uid: 4371 + components: + - type: Transform + pos: -3.5,-21.5 + parent: 1668 + - uid: 4372 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 1668 + - uid: 4373 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 1668 + - uid: 4374 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 1668 + - uid: 4418 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 1668 + - uid: 4419 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 1668 + - uid: 4420 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 1668 + - uid: 4421 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 1668 + - uid: 4422 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 1668 + - uid: 4423 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 1668 + - uid: 4424 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 1668 + - uid: 6728 + components: + - type: Transform + pos: 18.5,10.5 + parent: 1668 +- proto: TelecomServerFilled + entities: + - uid: 3121 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 1668 +- proto: Telecrystal5 + entities: + - uid: 3772 + components: + - type: Transform + pos: -10.611931,6.5603595 + parent: 1668 +- proto: TintedWindow + entities: + - uid: 2752 + components: + - type: Transform + pos: 7.5,22.5 + parent: 1668 + - uid: 2760 + components: + - type: Transform + pos: 7.5,21.5 + parent: 1668 +- proto: ToiletEmpty + entities: + - uid: 3420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,15.5 + parent: 1668 +- proto: ToolboxMechanicalFilled + entities: + - uid: 3900 + components: + - type: Transform + pos: -12.610057,-7.2428913 + parent: 1668 +- proto: ToyFigurineAtmosTech + entities: + - uid: 6889 + components: + - type: Transform + pos: 16.377594,-29.299969 + parent: 1668 +- proto: ToyFigurineBartender + entities: + - uid: 6898 + components: + - type: Transform + pos: 6.5385118,-24.247501 + parent: 1668 +- proto: ToyFigurineBoxer + entities: + - uid: 793 + components: + - type: Transform + pos: 2.494053,-15.45146 + parent: 1668 +- proto: ToyFigurineCaptain + entities: + - uid: 1189 + components: + - type: Transform + pos: -12.035681,6.6117244 + parent: 1668 +- proto: ToyFigurineCargoTech + entities: + - uid: 6897 + components: + - type: Transform + pos: -5.366757,26.262602 + parent: 1668 +- proto: ToyFigurineChaplain + entities: + - uid: 1186 + components: + - type: Transform + pos: 2.6200008,16.762861 + parent: 1668 +- proto: ToyFigurineChef + entities: + - uid: 6899 + components: + - type: Transform + pos: -10.860091,-28.497501 + parent: 1668 +- proto: ToyFigurineChemist + entities: + - uid: 6901 + components: + - type: Transform + pos: 3.7089076,-9.834605 + parent: 1668 +- proto: ToyFigurineChiefEngineer + entities: + - uid: 6892 + components: + - type: Transform + pos: 27.221512,-23.216656 + parent: 1668 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 6900 + components: + - type: Transform + pos: 13.343676,-12.106804 + parent: 1668 +- proto: ToyFigurineClown + entities: + - uid: 6907 + components: + - type: Transform + pos: -8.574588,-33.40033 + parent: 1668 +- proto: ToyFigurineDetective + entities: + - uid: 2145 + components: + - type: Transform + pos: 8.249651,23.679073 + parent: 1668 +- proto: ToyFigurineEngineer + entities: + - uid: 6891 + components: + - type: Transform + pos: 26.955887,-23.01353 + parent: 1668 +- proto: ToyFigurineGreytider + entities: + - uid: 2142 + components: + - type: Transform + pos: -1.5147417,19.684673 + parent: 1668 +- proto: ToyFigurineHamlet + entities: + - uid: 6503 + components: + - type: Transform + pos: -9.969621,-28.458797 + parent: 1668 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 6500 + components: + - type: Transform + pos: 2.714695,-2.0789247 + parent: 1668 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 592 + components: + - type: Transform + pos: 8.675076,17.818161 + parent: 1668 +- proto: ToyFigurineJanitor + entities: + - uid: 6905 + components: + - type: Transform + pos: -18.176952,-31.706894 + parent: 1668 +- proto: ToyFigurineLawyer + entities: + - uid: 6904 + components: + - type: Transform + pos: 19.429096,21.772528 + parent: 1668 +- proto: ToyFigurineLibrarian + entities: + - uid: 6903 + components: + - type: Transform + pos: 18.65788,12.674046 + parent: 1668 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 6902 + components: + - type: Transform + pos: 9.723116,-4.147105 + parent: 1668 +- proto: ToyFigurineMime + entities: + - uid: 6908 + components: + - type: Transform + pos: 9.395194,-30.337831 + parent: 1668 +- proto: ToyFigurineMusician + entities: + - uid: 6499 + components: + - type: Transform + pos: 0.78786826,-28.113647 + parent: 1668 +- proto: ToyFigurineParamedic + entities: + - uid: 3427 + components: + - type: Transform + pos: 10.656263,-7.212401 + parent: 1668 +- proto: ToyFigurinePassenger + entities: + - uid: 3428 + components: + - type: Transform + pos: 21.387323,5.715851 + parent: 1668 +- proto: ToyFigurineQuartermaster + entities: + - uid: 6896 + components: + - type: Transform + pos: -15.016072,14.885906 + parent: 1668 +- proto: ToyFigurineRatKing + entities: + - uid: 6906 + components: + - type: Transform + pos: 18.512383,13.407988 + parent: 1668 +- proto: ToyFigurineResearchDirector + entities: + - uid: 3429 + components: + - type: Transform + pos: -32.494865,6.5819006 + parent: 1668 +- proto: ToyFigurineSalvage + entities: + - uid: 6895 + components: + - type: Transform + pos: -5.514065,26.593782 + parent: 1668 +- proto: ToyFigurineSecurity + entities: + - uid: 6488 + components: + - type: Transform + pos: 10.024659,25.7943 + parent: 1668 + - uid: 6893 + components: + - type: Transform + pos: 27.445951,-11.38564 + parent: 1668 +- proto: ToyFigurineWarden + entities: + - uid: 6894 + components: + - type: Transform + pos: 4.3459373,19.764877 + parent: 1668 +- proto: ToyRubberDuck + entities: + - uid: 3423 + components: + - type: Transform + pos: -20.47715,15.513819 + parent: 1668 +- proto: TwoWayLever + entities: + - uid: 1588 + components: + - type: Transform + pos: -12.5,23.5 + parent: 1668 + - type: TwoWayLever + nextSignalLeft: True + - type: DeviceLinkSource + linkedPorts: + 1576: + - Left: Forward + - Right: Reverse + - Middle: Off + 1577: + - Left: Forward + - Right: Reverse + - Middle: Off + 1578: + - Left: Forward + - Right: Reverse + - Middle: Off + 1579: + - Left: Forward + - Right: Reverse + - Middle: Off + 1580: + - Left: Forward + - Right: Reverse + - Middle: Off + 1581: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 1589 + components: + - type: Transform + pos: -12.5,29.5 + parent: 1668 + - type: TwoWayLever + nextSignalLeft: True + - type: DeviceLinkSource + linkedPorts: + 1582: + - Left: Forward + - Right: Reverse + - Middle: Off + 1583: + - Left: Forward + - Right: Reverse + - Middle: Off + 1584: + - Left: Forward + - Right: Reverse + - Middle: Off + 1585: + - Left: Forward + - Right: Reverse + - Middle: Off + 1586: + - Left: Forward + - Right: Reverse + - Middle: Off + 1587: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 5906 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 5902: + - Left: Forward + - Right: Reverse + - Middle: Off + 5903: + - Left: Forward + - Right: Reverse + - Middle: Off + 5904: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 5907 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 1668 + - type: DeviceLinkSource + linkedPorts: + 5908: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: VehicleKeySecway + entities: + - uid: 3149 + components: + - type: Transform + pos: 10.387553,25.600338 + parent: 1668 +- proto: VendingMachineAmmo + entities: + - uid: 2821 + components: + - type: Transform + pos: 8.5,27.5 + parent: 1668 +- proto: VendingMachineBooze + entities: + - uid: 3408 + components: + - type: Transform + pos: -20.5,8.5 + parent: 1668 + - uid: 4415 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 1668 + - uid: 4416 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 1668 +- proto: VendingMachineCargoDrobe + entities: + - uid: 2209 + components: + - type: Transform + pos: -5.5,31.5 + parent: 1668 +- proto: VendingMachineCart + entities: + - uid: 764 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 1668 +- proto: VendingMachineCentDrobe + entities: + - uid: 649 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1668 + - uid: 2444 + components: + - type: Transform + pos: -14.5,10.5 + parent: 1668 +- proto: VendingMachineChang + entities: + - uid: 1406 + components: + - type: Transform + pos: -2.5,1.5 + parent: 1668 + - uid: 2445 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 1668 + - uid: 6573 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 1668 +- proto: VendingMachineChefvend + entities: + - uid: 4262 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 1668 +- proto: VendingMachineChemicals + entities: + - uid: 644 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1668 +- proto: VendingMachineCigs + entities: + - uid: 2439 + components: + - type: Transform + pos: 29.5,10.5 + parent: 1668 + - uid: 6574 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 1668 +- proto: VendingMachineClothing + entities: + - uid: 2738 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 1668 + - uid: 6150 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 1668 +- proto: VendingMachineCoffee + entities: + - uid: 2438 + components: + - type: Transform + pos: 27.5,10.5 + parent: 1668 + - uid: 5463 + components: + - type: Transform + pos: 15.5,-31.5 + parent: 1668 + - uid: 6591 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 1668 +- proto: VendingMachineCola + entities: + - uid: 2192 + components: + - type: Transform + pos: -0.5,13.5 + parent: 1668 + - uid: 4403 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 1668 +- proto: VendingMachineColaBlack + entities: + - uid: 6729 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 1668 +- proto: VendingMachineCondiments + entities: + - uid: 6626 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 1668 +- proto: VendingMachineDinnerware + entities: + - uid: 4578 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 1668 +- proto: VendingMachineDiscount + entities: + - uid: 3185 + components: + - type: Transform + pos: 9.5,10.5 + parent: 1668 + - uid: 6651 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 1668 +- proto: VendingMachineDonut + entities: + - uid: 3186 + components: + - type: Transform + pos: 11.5,10.5 + parent: 1668 +- proto: VendingMachineEngivend + entities: + - uid: 5250 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 1668 +- proto: VendingMachineGames + entities: + - uid: 6608 + components: + - type: Transform + pos: 16.5,10.5 + parent: 1668 +- proto: VendingMachineLawDrobe + entities: + - uid: 2489 + components: + - type: Transform + pos: 18.5,23.5 + parent: 1668 +- proto: VendingMachineMedical + entities: + - uid: 617 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 1668 + - uid: 6601 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1668 +- proto: VendingMachinePwrGame + entities: + - uid: 6634 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 1668 +- proto: VendingMachineSalvage + entities: + - uid: 6938 + components: + - type: Transform + pos: -8.5,31.5 + parent: 1668 +- proto: VendingMachineSec + entities: + - uid: 2820 + components: + - type: Transform + pos: 9.5,27.5 + parent: 1668 + - uid: 3259 + components: + - type: Transform + pos: 8.5,21.5 + parent: 1668 + - uid: 5457 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 1668 +- proto: VendingMachineSnack + entities: + - uid: 4166 + components: + - type: Transform + pos: -29.5,3.5 + parent: 1668 + - uid: 4401 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 1668 +- proto: VendingMachineSnackOrange + entities: + - uid: 6726 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1668 +- proto: VendingMachineSnackTeal + entities: + - uid: 6727 + components: + - type: Transform + pos: -0.5,11.5 + parent: 1668 +- proto: VendingMachineSoda + entities: + - uid: 6648 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 1668 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 6556 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 1668 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 2045 + components: + - type: Transform + pos: -3.5,23.5 + parent: 1668 + - uid: 4286 + components: + - type: Transform + pos: 10.5,29.5 + parent: 1668 + - uid: 6555 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 1668 +- proto: VendingMachineTheater + entities: + - uid: 2448 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 1668 +- proto: VendingMachineWinter + entities: + - uid: 2443 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 1668 +- proto: VendingMachineYouTool + entities: + - uid: 5251 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 1668 +- proto: WallmountTelescreen + entities: + - uid: 3449 + components: + - type: Transform + pos: -18.5,7.5 + parent: 1668 +- proto: WallmountTelevision + entities: + - uid: 3452 + components: + - type: Transform + pos: -23.5,1.5 + parent: 1668 +- proto: WallRiveted + entities: + - uid: 1 + components: + - type: Transform + pos: 10.5,2.5 + parent: 1668 + - uid: 2 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1668 + - uid: 3 + components: + - type: Transform + pos: 8.5,1.5 + parent: 1668 + - uid: 4 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1668 + - uid: 5 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1668 + - uid: 6 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1668 + - uid: 7 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1668 + - uid: 8 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1668 + - uid: 9 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1668 + - uid: 10 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1668 + - uid: 11 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1668 + - uid: 12 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1668 + - uid: 13 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 1668 + - uid: 14 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 1668 + - uid: 70 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1668 + - uid: 71 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1668 + - uid: 72 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1668 + - uid: 73 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 1668 + - uid: 74 + components: + - type: Transform + pos: 1.5,2.5 + parent: 1668 + - uid: 75 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1668 + - uid: 78 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1668 + - uid: 86 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1668 + - uid: 87 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1668 + - uid: 88 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1668 + - uid: 89 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1668 + - uid: 90 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1668 + - uid: 91 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1668 + - uid: 96 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1668 + - uid: 97 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1668 + - uid: 100 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1668 + - uid: 101 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1668 + - uid: 102 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1668 + - uid: 113 + components: + - type: Transform + pos: 16.5,1.5 + parent: 1668 + - uid: 114 + components: + - type: Transform + pos: 16.5,2.5 + parent: 1668 + - uid: 115 + components: + - type: Transform + pos: 17.5,2.5 + parent: 1668 + - uid: 116 + components: + - type: Transform + pos: 18.5,2.5 + parent: 1668 + - uid: 117 + components: + - type: Transform + pos: 18.5,1.5 + parent: 1668 + - uid: 118 + components: + - type: Transform + pos: 18.5,-2.5 + parent: 1668 + - uid: 119 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 1668 + - uid: 120 + components: + - type: Transform + pos: 17.5,-3.5 + parent: 1668 + - uid: 121 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 1668 + - uid: 122 + components: + - type: Transform + pos: 16.5,-3.5 + parent: 1668 + - uid: 137 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1668 + - uid: 138 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 1668 + - uid: 139 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1668 + - uid: 140 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1668 + - uid: 141 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1668 + - uid: 142 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1668 + - uid: 143 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1668 + - uid: 144 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1668 + - uid: 145 + components: + - type: Transform + pos: 2.5,-8.5 + parent: 1668 + - uid: 146 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1668 + - uid: 147 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1668 + - uid: 174 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1668 + - uid: 175 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 1668 + - uid: 176 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 1668 + - uid: 177 + components: + - type: Transform + pos: 8.5,-10.5 + parent: 1668 + - uid: 178 + components: + - type: Transform + pos: 12.5,-10.5 + parent: 1668 + - uid: 179 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 1668 + - uid: 180 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 1668 + - uid: 181 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 1668 + - uid: 182 + components: + - type: Transform + pos: 16.5,-10.5 + parent: 1668 + - uid: 184 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 1668 + - uid: 185 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 1668 + - uid: 187 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 1668 + - uid: 188 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 1668 + - uid: 209 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 1668 + - uid: 210 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 1668 + - uid: 211 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 1668 + - uid: 213 + components: + - type: Transform + pos: 2.5,-9.5 + parent: 1668 + - uid: 229 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 1668 + - uid: 230 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1668 + - uid: 231 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1668 + - uid: 232 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 1668 + - uid: 233 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 1668 + - uid: 234 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 1668 + - uid: 235 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 1668 + - uid: 236 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 1668 + - uid: 237 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1668 + - uid: 248 + components: + - type: Transform + pos: 16.5,4.5 + parent: 1668 + - uid: 249 + components: + - type: Transform + pos: 18.5,3.5 + parent: 1668 + - uid: 250 + components: + - type: Transform + pos: 18.5,4.5 + parent: 1668 + - uid: 251 + components: + - type: Transform + pos: 18.5,6.5 + parent: 1668 + - uid: 252 + components: + - type: Transform + pos: 18.5,7.5 + parent: 1668 + - uid: 253 + components: + - type: Transform + pos: 18.5,8.5 + parent: 1668 + - uid: 256 + components: + - type: Transform + pos: 16.5,7.5 + parent: 1668 + - uid: 257 + components: + - type: Transform + pos: 16.5,6.5 + parent: 1668 + - uid: 258 + components: + - type: Transform + pos: 15.5,7.5 + parent: 1668 + - uid: 273 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1668 + - uid: 274 + components: + - type: Transform + pos: 8.5,9.5 + parent: 1668 + - uid: 276 + components: + - type: Transform + pos: 12.5,9.5 + parent: 1668 + - uid: 277 + components: + - type: Transform + pos: 12.5,7.5 + parent: 1668 + - uid: 293 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1668 + - uid: 294 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1668 + - uid: 295 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1668 + - uid: 296 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1668 + - uid: 300 + components: + - type: Transform + pos: 15.5,9.5 + parent: 1668 + - uid: 315 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 1668 + - uid: 316 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1668 + - uid: 317 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1668 + - uid: 318 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1668 + - uid: 319 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1668 + - uid: 320 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 1668 + - uid: 321 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 1668 + - uid: 322 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 1668 + - uid: 323 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 1668 + - uid: 324 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 1668 + - uid: 325 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 1668 + - uid: 326 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 1668 + - uid: 328 + components: + - type: Transform + pos: -7.5,-3.5 + parent: 1668 + - uid: 329 + components: + - type: Transform + pos: -8.5,-3.5 + parent: 1668 + - uid: 330 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 1668 + - uid: 331 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 1668 + - uid: 332 + components: + - type: Transform + pos: -9.5,-5.5 + parent: 1668 + - uid: 333 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 1668 + - uid: 334 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 1668 + - uid: 335 + components: + - type: Transform + pos: -9.5,-8.5 + parent: 1668 + - uid: 346 + components: + - type: Transform + pos: 19.5,6.5 + parent: 1668 + - uid: 349 + components: + - type: Transform + pos: 22.5,6.5 + parent: 1668 + - uid: 350 + components: + - type: Transform + pos: 23.5,6.5 + parent: 1668 + - uid: 351 + components: + - type: Transform + pos: 24.5,6.5 + parent: 1668 + - uid: 352 + components: + - type: Transform + pos: 28.5,6.5 + parent: 1668 + - uid: 353 + components: + - type: Transform + pos: 29.5,6.5 + parent: 1668 + - uid: 354 + components: + - type: Transform + pos: 30.5,6.5 + parent: 1668 + - uid: 356 + components: + - type: Transform + pos: 32.5,6.5 + parent: 1668 + - uid: 357 + components: + - type: Transform + pos: 33.5,6.5 + parent: 1668 + - uid: 358 + components: + - type: Transform + pos: 34.5,6.5 + parent: 1668 + - uid: 359 + components: + - type: Transform + pos: 35.5,6.5 + parent: 1668 + - uid: 362 + components: + - type: Transform + pos: 18.5,9.5 + parent: 1668 + - uid: 363 + components: + - type: Transform + pos: 19.5,9.5 + parent: 1668 + - uid: 364 + components: + - type: Transform + pos: 20.5,9.5 + parent: 1668 + - uid: 365 + components: + - type: Transform + pos: 21.5,9.5 + parent: 1668 + - uid: 366 + components: + - type: Transform + pos: 22.5,9.5 + parent: 1668 + - uid: 367 + components: + - type: Transform + pos: 23.5,9.5 + parent: 1668 + - uid: 368 + components: + - type: Transform + pos: 24.5,9.5 + parent: 1668 + - uid: 369 + components: + - type: Transform + pos: 25.5,9.5 + parent: 1668 + - uid: 370 + components: + - type: Transform + pos: 26.5,9.5 + parent: 1668 + - uid: 371 + components: + - type: Transform + pos: 27.5,9.5 + parent: 1668 + - uid: 372 + components: + - type: Transform + pos: 28.5,9.5 + parent: 1668 + - uid: 373 + components: + - type: Transform + pos: 29.5,9.5 + parent: 1668 + - uid: 374 + components: + - type: Transform + pos: 30.5,9.5 + parent: 1668 + - uid: 375 + components: + - type: Transform + pos: 31.5,9.5 + parent: 1668 + - uid: 376 + components: + - type: Transform + pos: 32.5,9.5 + parent: 1668 + - uid: 377 + components: + - type: Transform + pos: 33.5,9.5 + parent: 1668 + - uid: 378 + components: + - type: Transform + pos: 34.5,9.5 + parent: 1668 + - uid: 379 + components: + - type: Transform + pos: 35.5,9.5 + parent: 1668 + - uid: 380 + components: + - type: Transform + pos: 35.5,8.5 + parent: 1668 + - uid: 381 + components: + - type: Transform + pos: 35.5,7.5 + parent: 1668 + - uid: 382 + components: + - type: Transform + pos: 34.5,8.5 + parent: 1668 + - uid: 383 + components: + - type: Transform + pos: 34.5,7.5 + parent: 1668 + - uid: 384 + components: + - type: Transform + pos: 28.5,8.5 + parent: 1668 + - uid: 385 + components: + - type: Transform + pos: 24.5,8.5 + parent: 1668 + - uid: 386 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 1668 + - uid: 387 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 1668 + - uid: 388 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 1668 + - uid: 389 + components: + - type: Transform + pos: 34.5,-9.5 + parent: 1668 + - uid: 390 + components: + - type: Transform + pos: 34.5,-8.5 + parent: 1668 + - uid: 391 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 1668 + - uid: 392 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 1668 + - uid: 394 + components: + - type: Transform + pos: 32.5,-7.5 + parent: 1668 + - uid: 395 + components: + - type: Transform + pos: 30.5,-7.5 + parent: 1668 + - uid: 397 + components: + - type: Transform + pos: 32.5,-9.5 + parent: 1668 + - uid: 398 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 1668 + - uid: 399 + components: + - type: Transform + pos: 30.5,-9.5 + parent: 1668 + - uid: 400 + components: + - type: Transform + pos: 28.5,-7.5 + parent: 1668 + - uid: 402 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 1668 + - uid: 403 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 1668 + - uid: 404 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 1668 + - uid: 405 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 1668 + - uid: 406 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 1668 + - uid: 407 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 1668 + - uid: 409 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 1668 + - uid: 410 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 1668 + - uid: 411 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 1668 + - uid: 412 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 1668 + - uid: 413 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 1668 + - uid: 414 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 1668 + - uid: 415 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 1668 + - uid: 416 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 1668 + - uid: 417 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 1668 + - uid: 418 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 1668 + - uid: 419 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 1668 + - uid: 420 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 1668 + - uid: 421 + components: + - type: Transform + pos: 27.5,-12.5 + parent: 1668 + - uid: 422 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 1668 + - uid: 423 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 1668 + - uid: 424 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 1668 + - uid: 425 + components: + - type: Transform + pos: 23.5,-12.5 + parent: 1668 + - uid: 426 + components: + - type: Transform + pos: 22.5,-12.5 + parent: 1668 + - uid: 427 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 1668 + - uid: 428 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 1668 + - uid: 429 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 1668 + - uid: 430 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 1668 + - uid: 431 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 1668 + - uid: 432 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 1668 + - uid: 433 + components: + - type: Transform + pos: 35.5,0.5 + parent: 1668 + - uid: 468 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 1668 + - uid: 470 + components: + - type: Transform + pos: 33.5,0.5 + parent: 1668 + - uid: 658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 1668 + - uid: 659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-2.5 + parent: 1668 + - uid: 660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,1.5 + parent: 1668 + - uid: 661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,2.5 + parent: 1668 + - uid: 662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,2.5 + parent: 1668 + - uid: 663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 1668 + - uid: 664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,1.5 + parent: 1668 + - uid: 665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,3.5 + parent: 1668 + - uid: 666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,4.5 + parent: 1668 + - uid: 667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,5.5 + parent: 1668 + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,5.5 + parent: 1668 + - uid: 669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,5.5 + parent: 1668 + - uid: 686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,5.5 + parent: 1668 + - uid: 687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,5.5 + parent: 1668 + - uid: 689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,6.5 + parent: 1668 + - uid: 690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,7.5 + parent: 1668 + - uid: 691 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,7.5 + parent: 1668 + - uid: 692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,7.5 + parent: 1668 + - uid: 693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,6.5 + parent: 1668 + - uid: 694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,7.5 + parent: 1668 + - uid: 695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,7.5 + parent: 1668 + - uid: 696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,7.5 + parent: 1668 + - uid: 697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,5.5 + parent: 1668 + - uid: 698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,7.5 + parent: 1668 + - uid: 724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1668 + - uid: 726 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 1668 + - uid: 727 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 1668 + - uid: 728 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 1668 + - uid: 745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 1668 + - uid: 746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-14.5 + parent: 1668 + - uid: 747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 1668 + - uid: 748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 1668 + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 1668 + - uid: 750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-14.5 + parent: 1668 + - uid: 751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-15.5 + parent: 1668 + - uid: 752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 1668 + - uid: 753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 1668 + - uid: 754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-10.5 + parent: 1668 + - uid: 755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-9.5 + parent: 1668 + - uid: 756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-10.5 + parent: 1668 + - uid: 757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 1668 + - uid: 806 + components: + - type: Transform + pos: 35.5,-29.5 + parent: 1668 + - uid: 826 + components: + - type: Transform + pos: -13.5,11.5 + parent: 1668 + - uid: 827 + components: + - type: Transform + pos: -13.5,12.5 + parent: 1668 + - uid: 832 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 1668 + - uid: 835 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 1668 + - uid: 837 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 1668 + - uid: 838 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 1668 + - uid: 839 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 1668 + - uid: 840 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 1668 + - uid: 841 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 1668 + - uid: 842 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 1668 + - uid: 843 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 1668 + - uid: 844 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 1668 + - uid: 851 + components: + - type: Transform + pos: -13.5,10.5 + parent: 1668 + - uid: 898 + components: + - type: Transform + pos: 20.5,6.5 + parent: 1668 + - uid: 1080 + components: + - type: Transform + pos: -13.5,9.5 + parent: 1668 + - uid: 1081 + components: + - type: Transform + pos: -13.5,8.5 + parent: 1668 + - uid: 1082 + components: + - type: Transform + pos: -13.5,7.5 + parent: 1668 + - uid: 1083 + components: + - type: Transform + pos: -12.5,7.5 + parent: 1668 + - uid: 1084 + components: + - type: Transform + pos: -11.5,7.5 + parent: 1668 + - uid: 1085 + components: + - type: Transform + pos: -10.5,7.5 + parent: 1668 + - uid: 1132 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 1668 + - uid: 1133 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 1668 + - uid: 1134 + components: + - type: Transform + pos: 17.5,-16.5 + parent: 1668 + - uid: 1135 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 1668 + - uid: 1136 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 1668 + - uid: 1138 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 1668 + - uid: 1139 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 1668 + - uid: 1141 + components: + - type: Transform + pos: 35.5,-13.5 + parent: 1668 + - uid: 1142 + components: + - type: Transform + pos: 35.5,-14.5 + parent: 1668 + - uid: 1143 + components: + - type: Transform + pos: 35.5,-15.5 + parent: 1668 + - uid: 1144 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 1668 + - uid: 1145 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 1668 + - uid: 1152 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 1668 + - uid: 1183 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 1668 + - uid: 1184 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 1668 + - uid: 1322 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1668 + - uid: 1392 + components: + - type: Transform + pos: 35.5,-30.5 + parent: 1668 + - uid: 1394 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 1668 + - uid: 1395 + components: + - type: Transform + pos: 35.5,-32.5 + parent: 1668 + - uid: 1408 + components: + - type: Transform + pos: -4.5,17.5 + parent: 1668 + - uid: 1409 + components: + - type: Transform + pos: -2.5,17.5 + parent: 1668 + - uid: 1410 + components: + - type: Transform + pos: 1.5,17.5 + parent: 1668 + - uid: 1411 + components: + - type: Transform + pos: 3.5,17.5 + parent: 1668 + - uid: 1412 + components: + - type: Transform + pos: 3.5,15.5 + parent: 1668 + - uid: 1413 + components: + - type: Transform + pos: -4.5,16.5 + parent: 1668 + - uid: 1414 + components: + - type: Transform + pos: -4.5,14.5 + parent: 1668 + - uid: 1415 + components: + - type: Transform + pos: -4.5,13.5 + parent: 1668 + - uid: 1416 + components: + - type: Transform + pos: -4.5,12.5 + parent: 1668 + - uid: 1490 + components: + - type: Transform + pos: -5.5,13.5 + parent: 1668 + - uid: 1491 + components: + - type: Transform + pos: -7.5,13.5 + parent: 1668 + - uid: 1492 + components: + - type: Transform + pos: -9.5,13.5 + parent: 1668 + - uid: 1493 + components: + - type: Transform + pos: -8.5,13.5 + parent: 1668 + - uid: 1494 + components: + - type: Transform + pos: -8.5,14.5 + parent: 1668 + - uid: 1495 + components: + - type: Transform + pos: -11.5,13.5 + parent: 1668 + - uid: 1496 + components: + - type: Transform + pos: -12.5,13.5 + parent: 1668 + - uid: 1497 + components: + - type: Transform + pos: -13.5,13.5 + parent: 1668 + - uid: 1498 + components: + - type: Transform + pos: -14.5,13.5 + parent: 1668 + - uid: 1499 + components: + - type: Transform + pos: -15.5,13.5 + parent: 1668 + - uid: 1500 + components: + - type: Transform + pos: -16.5,13.5 + parent: 1668 + - uid: 1501 + components: + - type: Transform + pos: -16.5,14.5 + parent: 1668 + - uid: 1502 + components: + - type: Transform + pos: -16.5,15.5 + parent: 1668 + - uid: 1503 + components: + - type: Transform + pos: -16.5,16.5 + parent: 1668 + - uid: 1504 + components: + - type: Transform + pos: -14.5,18.5 + parent: 1668 + - uid: 1505 + components: + - type: Transform + pos: -8.5,16.5 + parent: 1668 + - uid: 1506 + components: + - type: Transform + pos: -8.5,17.5 + parent: 1668 + - uid: 1507 + components: + - type: Transform + pos: -8.5,18.5 + parent: 1668 + - uid: 1508 + components: + - type: Transform + pos: -7.5,18.5 + parent: 1668 + - uid: 1509 + components: + - type: Transform + pos: -4.5,18.5 + parent: 1668 + - uid: 1510 + components: + - type: Transform + pos: -5.5,18.5 + parent: 1668 + - uid: 1511 + components: + - type: Transform + pos: -9.5,18.5 + parent: 1668 + - uid: 1512 + components: + - type: Transform + pos: -11.5,18.5 + parent: 1668 + - uid: 1523 + components: + - type: Transform + pos: -2.5,18.5 + parent: 1668 + - uid: 1524 + components: + - type: Transform + pos: -2.5,19.5 + parent: 1668 + - uid: 1525 + components: + - type: Transform + pos: -3.5,19.5 + parent: 1668 + - uid: 1526 + components: + - type: Transform + pos: -4.5,19.5 + parent: 1668 + - uid: 1527 + components: + - type: Transform + pos: 1.5,18.5 + parent: 1668 + - uid: 1528 + components: + - type: Transform + pos: 1.5,19.5 + parent: 1668 + - uid: 1529 + components: + - type: Transform + pos: 2.5,19.5 + parent: 1668 + - uid: 1530 + components: + - type: Transform + pos: 3.5,19.5 + parent: 1668 + - uid: 1531 + components: + - type: Transform + pos: 3.5,18.5 + parent: 1668 + - uid: 1532 + components: + - type: Transform + pos: 0.5,17.5 + parent: 1668 + - uid: 1535 + components: + - type: Transform + pos: -1.5,17.5 + parent: 1668 + - uid: 1536 + components: + - type: Transform + pos: 3.5,21.5 + parent: 1668 + - uid: 1537 + components: + - type: Transform + pos: 3.5,20.5 + parent: 1668 + - uid: 1538 + components: + - type: Transform + pos: -14.5,19.5 + parent: 1668 + - uid: 1553 + components: + - type: Transform + pos: -4.5,20.5 + parent: 1668 + - uid: 1554 + components: + - type: Transform + pos: -4.5,22.5 + parent: 1668 + - uid: 1555 + components: + - type: Transform + pos: -4.5,23.5 + parent: 1668 + - uid: 1556 + components: + - type: Transform + pos: -4.5,24.5 + parent: 1668 + - uid: 1557 + components: + - type: Transform + pos: -4.5,25.5 + parent: 1668 + - uid: 1558 + components: + - type: Transform + pos: -4.5,26.5 + parent: 1668 + - uid: 1559 + components: + - type: Transform + pos: -4.5,27.5 + parent: 1668 + - uid: 1560 + components: + - type: Transform + pos: -4.5,28.5 + parent: 1668 + - uid: 1561 + components: + - type: Transform + pos: -4.5,29.5 + parent: 1668 + - uid: 1562 + components: + - type: Transform + pos: -4.5,30.5 + parent: 1668 + - uid: 1563 + components: + - type: Transform + pos: -4.5,31.5 + parent: 1668 + - uid: 1564 + components: + - type: Transform + pos: -4.5,32.5 + parent: 1668 + - uid: 1565 + components: + - type: Transform + pos: -5.5,32.5 + parent: 1668 + - uid: 1567 + components: + - type: Transform + pos: -11.5,32.5 + parent: 1668 + - uid: 1568 + components: + - type: Transform + pos: -11.5,34.5 + parent: 1668 + - uid: 1569 + components: + - type: Transform + pos: -7.5,33.5 + parent: 1668 + - uid: 1570 + components: + - type: Transform + pos: -7.5,32.5 + parent: 1668 + - uid: 1571 + components: + - type: Transform + pos: -11.5,33.5 + parent: 1668 + - uid: 1573 + components: + - type: Transform + pos: -13.5,32.5 + parent: 1668 + - uid: 1574 + components: + - type: Transform + pos: -14.5,32.5 + parent: 1668 + - uid: 1575 + components: + - type: Transform + pos: -14.5,31.5 + parent: 1668 + - uid: 1664 + components: + - type: Transform + pos: -7.5,34.5 + parent: 1668 + - uid: 1665 + components: + - type: Transform + pos: -8.5,34.5 + parent: 1668 + - uid: 1666 + components: + - type: Transform + pos: -10.5,34.5 + parent: 1668 + - uid: 1794 + components: + - type: Transform + pos: 3.5,22.5 + parent: 1668 + - uid: 1795 + components: + - type: Transform + pos: 2.5,22.5 + parent: 1668 + - uid: 1796 + components: + - type: Transform + pos: 1.5,22.5 + parent: 1668 + - uid: 1797 + components: + - type: Transform + pos: 0.5,22.5 + parent: 1668 + - uid: 1798 + components: + - type: Transform + pos: 0.5,23.5 + parent: 1668 + - uid: 1799 + components: + - type: Transform + pos: -1.5,22.5 + parent: 1668 + - uid: 1800 + components: + - type: Transform + pos: -2.5,22.5 + parent: 1668 + - uid: 1801 + components: + - type: Transform + pos: -3.5,22.5 + parent: 1668 + - uid: 1994 + components: + - type: Transform + pos: 4.5,15.5 + parent: 1668 + - uid: 1995 + components: + - type: Transform + pos: 5.5,15.5 + parent: 1668 + - uid: 1996 + components: + - type: Transform + pos: 5.5,16.5 + parent: 1668 + - uid: 1997 + components: + - type: Transform + pos: 5.5,17.5 + parent: 1668 + - uid: 1998 + components: + - type: Transform + pos: 4.5,17.5 + parent: 1668 + - uid: 2005 + components: + - type: Transform + pos: 0.5,24.5 + parent: 1668 + - uid: 2006 + components: + - type: Transform + pos: 0.5,25.5 + parent: 1668 + - uid: 2007 + components: + - type: Transform + pos: -0.5,25.5 + parent: 1668 + - uid: 2008 + components: + - type: Transform + pos: -1.5,25.5 + parent: 1668 + - uid: 2009 + components: + - type: Transform + pos: -3.5,25.5 + parent: 1668 + - uid: 2238 + components: + - type: Transform + pos: 17.5,9.5 + parent: 1668 + - uid: 2239 + components: + - type: Transform + pos: 16.5,9.5 + parent: 1668 + - uid: 2245 + components: + - type: Transform + pos: 15.5,15.5 + parent: 1668 + - uid: 2251 + components: + - type: Transform + pos: 15.5,16.5 + parent: 1668 + - uid: 2252 + components: + - type: Transform + pos: 15.5,17.5 + parent: 1668 + - uid: 2253 + components: + - type: Transform + pos: 16.5,17.5 + parent: 1668 + - uid: 2254 + components: + - type: Transform + pos: 17.5,17.5 + parent: 1668 + - uid: 2255 + components: + - type: Transform + pos: 18.5,17.5 + parent: 1668 + - uid: 2256 + components: + - type: Transform + pos: 20.5,17.5 + parent: 1668 + - uid: 2257 + components: + - type: Transform + pos: 21.5,10.5 + parent: 1668 + - uid: 2258 + components: + - type: Transform + pos: 21.5,13.5 + parent: 1668 + - uid: 2259 + components: + - type: Transform + pos: 21.5,14.5 + parent: 1668 + - uid: 2260 + components: + - type: Transform + pos: 21.5,15.5 + parent: 1668 + - uid: 2261 + components: + - type: Transform + pos: 21.5,16.5 + parent: 1668 + - uid: 2262 + components: + - type: Transform + pos: 21.5,17.5 + parent: 1668 + - uid: 2263 + components: + - type: Transform + pos: 35.5,10.5 + parent: 1668 + - uid: 2264 + components: + - type: Transform + pos: 35.5,11.5 + parent: 1668 + - uid: 2265 + components: + - type: Transform + pos: 35.5,12.5 + parent: 1668 + - uid: 2266 + components: + - type: Transform + pos: 35.5,13.5 + parent: 1668 + - uid: 2267 + components: + - type: Transform + pos: 35.5,14.5 + parent: 1668 + - uid: 2268 + components: + - type: Transform + pos: 35.5,15.5 + parent: 1668 + - uid: 2274 + components: + - type: Transform + pos: 24.5,14.5 + parent: 1668 + - uid: 2275 + components: + - type: Transform + pos: 32.5,14.5 + parent: 1668 + - uid: 2292 + components: + - type: Transform + pos: 35.5,16.5 + parent: 1668 + - uid: 2293 + components: + - type: Transform + pos: 35.5,17.5 + parent: 1668 + - uid: 2294 + components: + - type: Transform + pos: 35.5,18.5 + parent: 1668 + - uid: 2295 + components: + - type: Transform + pos: 35.5,19.5 + parent: 1668 + - uid: 2296 + components: + - type: Transform + pos: 35.5,20.5 + parent: 1668 + - uid: 2297 + components: + - type: Transform + pos: 35.5,21.5 + parent: 1668 + - uid: 2298 + components: + - type: Transform + pos: 35.5,22.5 + parent: 1668 + - uid: 2301 + components: + - type: Transform + pos: 17.5,18.5 + parent: 1668 + - uid: 2302 + components: + - type: Transform + pos: 17.5,19.5 + parent: 1668 + - uid: 2303 + components: + - type: Transform + pos: 17.5,20.5 + parent: 1668 + - uid: 2304 + components: + - type: Transform + pos: 17.5,21.5 + parent: 1668 + - uid: 2305 + components: + - type: Transform + pos: 17.5,22.5 + parent: 1668 + - uid: 2306 + components: + - type: Transform + pos: 17.5,23.5 + parent: 1668 + - uid: 2307 + components: + - type: Transform + pos: 17.5,24.5 + parent: 1668 + - uid: 2308 + components: + - type: Transform + pos: 18.5,24.5 + parent: 1668 + - uid: 2309 + components: + - type: Transform + pos: 19.5,24.5 + parent: 1668 + - uid: 2310 + components: + - type: Transform + pos: 20.5,24.5 + parent: 1668 + - uid: 2311 + components: + - type: Transform + pos: 21.5,24.5 + parent: 1668 + - uid: 2312 + components: + - type: Transform + pos: 21.5,23.5 + parent: 1668 + - uid: 2313 + components: + - type: Transform + pos: 21.5,19.5 + parent: 1668 + - uid: 2314 + components: + - type: Transform + pos: 21.5,20.5 + parent: 1668 + - uid: 2315 + components: + - type: Transform + pos: 21.5,21.5 + parent: 1668 + - uid: 2318 + components: + - type: Transform + pos: 35.5,23.5 + parent: 1668 + - uid: 2319 + components: + - type: Transform + pos: 35.5,24.5 + parent: 1668 + - uid: 2320 + components: + - type: Transform + pos: 34.5,24.5 + parent: 1668 + - uid: 2321 + components: + - type: Transform + pos: 33.5,24.5 + parent: 1668 + - uid: 2322 + components: + - type: Transform + pos: 32.5,24.5 + parent: 1668 + - uid: 2323 + components: + - type: Transform + pos: 31.5,24.5 + parent: 1668 + - uid: 2324 + components: + - type: Transform + pos: 30.5,24.5 + parent: 1668 + - uid: 2325 + components: + - type: Transform + pos: 29.5,24.5 + parent: 1668 + - uid: 2326 + components: + - type: Transform + pos: 28.5,24.5 + parent: 1668 + - uid: 2327 + components: + - type: Transform + pos: 27.5,24.5 + parent: 1668 + - uid: 2328 + components: + - type: Transform + pos: 26.5,24.5 + parent: 1668 + - uid: 2329 + components: + - type: Transform + pos: 25.5,24.5 + parent: 1668 + - uid: 2330 + components: + - type: Transform + pos: 24.5,24.5 + parent: 1668 + - uid: 2331 + components: + - type: Transform + pos: 23.5,24.5 + parent: 1668 + - uid: 2332 + components: + - type: Transform + pos: 22.5,24.5 + parent: 1668 + - uid: 2333 + components: + - type: Transform + pos: 22.5,20.5 + parent: 1668 + - uid: 2334 + components: + - type: Transform + pos: 24.5,20.5 + parent: 1668 + - uid: 2335 + components: + - type: Transform + pos: 34.5,20.5 + parent: 1668 + - uid: 2336 + components: + - type: Transform + pos: 32.5,20.5 + parent: 1668 + - uid: 2350 + components: + - type: Transform + pos: 35.5,-28.5 + parent: 1668 + - uid: 2501 + components: + - type: Transform + pos: 13.5,16.5 + parent: 1668 + - uid: 2502 + components: + - type: Transform + pos: 13.5,17.5 + parent: 1668 + - uid: 2503 + components: + - type: Transform + pos: 13.5,18.5 + parent: 1668 + - uid: 2504 + components: + - type: Transform + pos: 13.5,19.5 + parent: 1668 + - uid: 2508 + components: + - type: Transform + pos: 10.5,19.5 + parent: 1668 + - uid: 2514 + components: + - type: Transform + pos: 7.5,16.5 + parent: 1668 + - uid: 2515 + components: + - type: Transform + pos: 6.5,16.5 + parent: 1668 + - uid: 2516 + components: + - type: Transform + pos: 10.5,20.5 + parent: 1668 + - uid: 2517 + components: + - type: Transform + pos: 13.5,20.5 + parent: 1668 + - uid: 2518 + components: + - type: Transform + pos: 14.5,20.5 + parent: 1668 + - uid: 2519 + components: + - type: Transform + pos: 15.5,20.5 + parent: 1668 + - uid: 2520 + components: + - type: Transform + pos: 16.5,20.5 + parent: 1668 + - uid: 2547 + components: + - type: Transform + pos: 7.5,20.5 + parent: 1668 + - uid: 2548 + components: + - type: Transform + pos: 6.5,20.5 + parent: 1668 + - uid: 2549 + components: + - type: Transform + pos: 5.5,20.5 + parent: 1668 + - uid: 2550 + components: + - type: Transform + pos: 4.5,20.5 + parent: 1668 + - uid: 2551 + components: + - type: Transform + pos: 7.5,17.5 + parent: 1668 + - uid: 2552 + components: + - type: Transform + pos: 7.5,18.5 + parent: 1668 + - uid: 2559 + components: + - type: Transform + pos: 16.5,23.5 + parent: 1668 + - uid: 2560 + components: + - type: Transform + pos: 15.5,23.5 + parent: 1668 + - uid: 2561 + components: + - type: Transform + pos: 14.5,23.5 + parent: 1668 + - uid: 2748 + components: + - type: Transform + pos: 3.5,26.5 + parent: 1668 + - uid: 2749 + components: + - type: Transform + pos: 4.5,26.5 + parent: 1668 + - uid: 2750 + components: + - type: Transform + pos: 1.5,26.5 + parent: 1668 + - uid: 2751 + components: + - type: Transform + pos: 4.5,23.5 + parent: 1668 + - uid: 2753 + components: + - type: Transform + pos: 3.5,23.5 + parent: 1668 + - uid: 2757 + components: + - type: Transform + pos: 6.5,23.5 + parent: 1668 + - uid: 2759 + components: + - type: Transform + pos: 7.5,23.5 + parent: 1668 + - uid: 2761 + components: + - type: Transform + pos: 2.5,26.5 + parent: 1668 + - uid: 2766 + components: + - type: Transform + pos: 17.5,25.5 + parent: 1668 + - uid: 2767 + components: + - type: Transform + pos: 17.5,26.5 + parent: 1668 + - uid: 2768 + components: + - type: Transform + pos: 16.5,26.5 + parent: 1668 + - uid: 2769 + components: + - type: Transform + pos: 15.5,26.5 + parent: 1668 + - uid: 2770 + components: + - type: Transform + pos: 14.5,26.5 + parent: 1668 + - uid: 2783 + components: + - type: Transform + pos: 9.5,26.5 + parent: 1668 + - uid: 2788 + components: + - type: Transform + pos: 11.5,30.5 + parent: 1668 + - uid: 2789 + components: + - type: Transform + pos: 7.5,30.5 + parent: 1668 + - uid: 2793 + components: + - type: Transform + pos: 7.5,32.5 + parent: 1668 + - uid: 2794 + components: + - type: Transform + pos: 14.5,33.5 + parent: 1668 + - uid: 2795 + components: + - type: Transform + pos: 13.5,33.5 + parent: 1668 + - uid: 2796 + components: + - type: Transform + pos: 12.5,33.5 + parent: 1668 + - uid: 2797 + components: + - type: Transform + pos: 11.5,33.5 + parent: 1668 + - uid: 2798 + components: + - type: Transform + pos: 10.5,33.5 + parent: 1668 + - uid: 2799 + components: + - type: Transform + pos: 9.5,33.5 + parent: 1668 + - uid: 2800 + components: + - type: Transform + pos: 8.5,33.5 + parent: 1668 + - uid: 2801 + components: + - type: Transform + pos: 7.5,33.5 + parent: 1668 + - uid: 2802 + components: + - type: Transform + pos: 6.5,33.5 + parent: 1668 + - uid: 2803 + components: + - type: Transform + pos: 5.5,33.5 + parent: 1668 + - uid: 2804 + components: + - type: Transform + pos: 4.5,33.5 + parent: 1668 + - uid: 2805 + components: + - type: Transform + pos: 3.5,33.5 + parent: 1668 + - uid: 2806 + components: + - type: Transform + pos: 2.5,33.5 + parent: 1668 + - uid: 2807 + components: + - type: Transform + pos: 1.5,33.5 + parent: 1668 + - uid: 2814 + components: + - type: Transform + pos: 11.5,32.5 + parent: 1668 + - uid: 2833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,23.5 + parent: 1668 + - uid: 2834 + components: + - type: Transform + pos: 1.5,23.5 + parent: 1668 + - uid: 2835 + components: + - type: Transform + pos: 1.5,24.5 + parent: 1668 + - uid: 2836 + components: + - type: Transform + pos: 1.5,25.5 + parent: 1668 + - uid: 2837 + components: + - type: Transform + pos: 1.5,27.5 + parent: 1668 + - uid: 2838 + components: + - type: Transform + pos: 1.5,28.5 + parent: 1668 + - uid: 2839 + components: + - type: Transform + pos: 1.5,29.5 + parent: 1668 + - uid: 2840 + components: + - type: Transform + pos: 1.5,30.5 + parent: 1668 + - uid: 2841 + components: + - type: Transform + pos: 1.5,31.5 + parent: 1668 + - uid: 2842 + components: + - type: Transform + pos: 1.5,32.5 + parent: 1668 + - uid: 2843 + components: + - type: Transform + pos: 17.5,27.5 + parent: 1668 + - uid: 2844 + components: + - type: Transform + pos: 17.5,28.5 + parent: 1668 + - uid: 2845 + components: + - type: Transform + pos: 17.5,29.5 + parent: 1668 + - uid: 2846 + components: + - type: Transform + pos: 17.5,30.5 + parent: 1668 + - uid: 2847 + components: + - type: Transform + pos: 17.5,31.5 + parent: 1668 + - uid: 2848 + components: + - type: Transform + pos: 17.5,32.5 + parent: 1668 + - uid: 2849 + components: + - type: Transform + pos: 17.5,33.5 + parent: 1668 + - uid: 2850 + components: + - type: Transform + pos: 16.5,33.5 + parent: 1668 + - uid: 2851 + components: + - type: Transform + pos: 15.5,33.5 + parent: 1668 + - uid: 2852 + components: + - type: Transform + pos: 16.5,29.5 + parent: 1668 + - uid: 2853 + components: + - type: Transform + pos: 14.5,29.5 + parent: 1668 + - uid: 2854 + components: + - type: Transform + pos: 15.5,29.5 + parent: 1668 + - uid: 2855 + components: + - type: Transform + pos: 2.5,29.5 + parent: 1668 + - uid: 2856 + components: + - type: Transform + pos: 3.5,29.5 + parent: 1668 + - uid: 2857 + components: + - type: Transform + pos: 4.5,29.5 + parent: 1668 + - uid: 2883 + components: + - type: Transform + pos: 4.5,32.5 + parent: 1668 + - uid: 2884 + components: + - type: Transform + pos: 14.5,32.5 + parent: 1668 + - uid: 2885 + components: + - type: Transform + pos: 4.5,30.5 + parent: 1668 + - uid: 2888 + components: + - type: Transform + pos: 14.5,30.5 + parent: 1668 + - uid: 3140 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 1668 + - uid: 3184 + components: + - type: Transform + pos: 0.5,26.5 + parent: 1668 + - uid: 3187 + components: + - type: Transform + pos: 0.5,27.5 + parent: 1668 + - uid: 3188 + components: + - type: Transform + pos: 0.5,28.5 + parent: 1668 + - uid: 3189 + components: + - type: Transform + pos: 0.5,29.5 + parent: 1668 + - uid: 3190 + components: + - type: Transform + pos: 0.5,30.5 + parent: 1668 + - uid: 3191 + components: + - type: Transform + pos: 0.5,31.5 + parent: 1668 + - uid: 3192 + components: + - type: Transform + pos: 0.5,32.5 + parent: 1668 + - uid: 3193 + components: + - type: Transform + pos: 0.5,33.5 + parent: 1668 + - uid: 3194 + components: + - type: Transform + pos: 0.5,34.5 + parent: 1668 + - uid: 3195 + components: + - type: Transform + pos: 1.5,34.5 + parent: 1668 + - uid: 3196 + components: + - type: Transform + pos: 2.5,34.5 + parent: 1668 + - uid: 3197 + components: + - type: Transform + pos: 3.5,34.5 + parent: 1668 + - uid: 3198 + components: + - type: Transform + pos: 4.5,34.5 + parent: 1668 + - uid: 3199 + components: + - type: Transform + pos: 5.5,34.5 + parent: 1668 + - uid: 3200 + components: + - type: Transform + pos: 6.5,34.5 + parent: 1668 + - uid: 3201 + components: + - type: Transform + pos: 7.5,34.5 + parent: 1668 + - uid: 3202 + components: + - type: Transform + pos: 8.5,34.5 + parent: 1668 + - uid: 3203 + components: + - type: Transform + pos: 9.5,34.5 + parent: 1668 + - uid: 3204 + components: + - type: Transform + pos: 10.5,34.5 + parent: 1668 + - uid: 3205 + components: + - type: Transform + pos: 11.5,34.5 + parent: 1668 + - uid: 3206 + components: + - type: Transform + pos: 12.5,34.5 + parent: 1668 + - uid: 3207 + components: + - type: Transform + pos: 13.5,34.5 + parent: 1668 + - uid: 3208 + components: + - type: Transform + pos: 14.5,34.5 + parent: 1668 + - uid: 3209 + components: + - type: Transform + pos: 15.5,34.5 + parent: 1668 + - uid: 3210 + components: + - type: Transform + pos: 16.5,34.5 + parent: 1668 + - uid: 3211 + components: + - type: Transform + pos: 17.5,34.5 + parent: 1668 + - uid: 3212 + components: + - type: Transform + pos: 18.5,34.5 + parent: 1668 + - uid: 3213 + components: + - type: Transform + pos: 18.5,33.5 + parent: 1668 + - uid: 3214 + components: + - type: Transform + pos: 18.5,32.5 + parent: 1668 + - uid: 3215 + components: + - type: Transform + pos: 18.5,31.5 + parent: 1668 + - uid: 3216 + components: + - type: Transform + pos: 18.5,30.5 + parent: 1668 + - uid: 3217 + components: + - type: Transform + pos: 18.5,29.5 + parent: 1668 + - uid: 3218 + components: + - type: Transform + pos: 18.5,28.5 + parent: 1668 + - uid: 3219 + components: + - type: Transform + pos: 18.5,27.5 + parent: 1668 + - uid: 3220 + components: + - type: Transform + pos: 18.5,26.5 + parent: 1668 + - uid: 3221 + components: + - type: Transform + pos: 18.5,25.5 + parent: 1668 + - uid: 3222 + components: + - type: Transform + pos: 35.5,25.5 + parent: 1668 + - uid: 3223 + components: + - type: Transform + pos: 34.5,25.5 + parent: 1668 + - uid: 3224 + components: + - type: Transform + pos: 33.5,25.5 + parent: 1668 + - uid: 3225 + components: + - type: Transform + pos: 32.5,25.5 + parent: 1668 + - uid: 3226 + components: + - type: Transform + pos: 31.5,25.5 + parent: 1668 + - uid: 3227 + components: + - type: Transform + pos: 30.5,25.5 + parent: 1668 + - uid: 3228 + components: + - type: Transform + pos: 29.5,25.5 + parent: 1668 + - uid: 3229 + components: + - type: Transform + pos: 28.5,25.5 + parent: 1668 + - uid: 3230 + components: + - type: Transform + pos: 27.5,25.5 + parent: 1668 + - uid: 3231 + components: + - type: Transform + pos: 26.5,25.5 + parent: 1668 + - uid: 3232 + components: + - type: Transform + pos: 25.5,25.5 + parent: 1668 + - uid: 3233 + components: + - type: Transform + pos: 24.5,25.5 + parent: 1668 + - uid: 3234 + components: + - type: Transform + pos: 23.5,25.5 + parent: 1668 + - uid: 3235 + components: + - type: Transform + pos: 22.5,25.5 + parent: 1668 + - uid: 3236 + components: + - type: Transform + pos: 21.5,25.5 + parent: 1668 + - uid: 3237 + components: + - type: Transform + pos: 20.5,25.5 + parent: 1668 + - uid: 3238 + components: + - type: Transform + pos: 19.5,25.5 + parent: 1668 + - uid: 3262 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 1668 + - uid: 3263 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 1668 + - uid: 3264 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 1668 + - uid: 3265 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 1668 + - uid: 3266 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 1668 + - uid: 3267 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 1668 + - uid: 3268 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 1668 + - uid: 3269 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 1668 + - uid: 3270 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 1668 + - uid: 3271 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 1668 + - uid: 3272 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 1668 + - uid: 3273 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 1668 + - uid: 3274 + components: + - type: Transform + pos: -17.5,13.5 + parent: 1668 + - uid: 3275 + components: + - type: Transform + pos: -18.5,13.5 + parent: 1668 + - uid: 3276 + components: + - type: Transform + pos: -19.5,13.5 + parent: 1668 + - uid: 3277 + components: + - type: Transform + pos: -19.5,14.5 + parent: 1668 + - uid: 3278 + components: + - type: Transform + pos: -19.5,15.5 + parent: 1668 + - uid: 3279 + components: + - type: Transform + pos: -19.5,16.5 + parent: 1668 + - uid: 3280 + components: + - type: Transform + pos: -20.5,16.5 + parent: 1668 + - uid: 3281 + components: + - type: Transform + pos: -21.5,16.5 + parent: 1668 + - uid: 3282 + components: + - type: Transform + pos: -22.5,16.5 + parent: 1668 + - uid: 3283 + components: + - type: Transform + pos: -22.5,15.5 + parent: 1668 + - uid: 3284 + components: + - type: Transform + pos: -22.5,14.5 + parent: 1668 + - uid: 3285 + components: + - type: Transform + pos: -22.5,13.5 + parent: 1668 + - uid: 3286 + components: + - type: Transform + pos: -20.5,13.5 + parent: 1668 + - uid: 3294 + components: + - type: Transform + pos: -10.5,3.5 + parent: 1668 + - uid: 3295 + components: + - type: Transform + pos: -11.5,3.5 + parent: 1668 + - uid: 3296 + components: + - type: Transform + pos: -12.5,3.5 + parent: 1668 + - uid: 3297 + components: + - type: Transform + pos: -13.5,3.5 + parent: 1668 + - uid: 3298 + components: + - type: Transform + pos: -14.5,3.5 + parent: 1668 + - uid: 3299 + components: + - type: Transform + pos: -15.5,3.5 + parent: 1668 + - uid: 3300 + components: + - type: Transform + pos: -16.5,3.5 + parent: 1668 + - uid: 3301 + components: + - type: Transform + pos: -17.5,3.5 + parent: 1668 + - uid: 3302 + components: + - type: Transform + pos: -17.5,2.5 + parent: 1668 + - uid: 3303 + components: + - type: Transform + pos: -17.5,1.5 + parent: 1668 + - uid: 3304 + components: + - type: Transform + pos: -13.5,1.5 + parent: 1668 + - uid: 3305 + components: + - type: Transform + pos: -10.5,-2.5 + parent: 1668 + - uid: 3306 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 1668 + - uid: 3307 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 1668 + - uid: 3308 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 1668 + - uid: 3309 + components: + - type: Transform + pos: -14.5,-2.5 + parent: 1668 + - uid: 3310 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 1668 + - uid: 3311 + components: + - type: Transform + pos: -16.5,-2.5 + parent: 1668 + - uid: 3312 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 1668 + - uid: 3313 + components: + - type: Transform + pos: -16.5,-3.5 + parent: 1668 + - uid: 3314 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 1668 + - uid: 3315 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 1668 + - uid: 3316 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 1668 + - uid: 3317 + components: + - type: Transform + pos: -18.5,1.5 + parent: 1668 + - uid: 3318 + components: + - type: Transform + pos: -19.5,1.5 + parent: 1668 + - uid: 3319 + components: + - type: Transform + pos: -20.5,1.5 + parent: 1668 + - uid: 3320 + components: + - type: Transform + pos: -23.5,13.5 + parent: 1668 + - uid: 3321 + components: + - type: Transform + pos: -24.5,13.5 + parent: 1668 + - uid: 3322 + components: + - type: Transform + pos: -25.5,13.5 + parent: 1668 + - uid: 3323 + components: + - type: Transform + pos: -26.5,13.5 + parent: 1668 + - uid: 3324 + components: + - type: Transform + pos: -27.5,13.5 + parent: 1668 + - uid: 3325 + components: + - type: Transform + pos: -27.5,10.5 + parent: 1668 + - uid: 3326 + components: + - type: Transform + pos: -27.5,7.5 + parent: 1668 + - uid: 3331 + components: + - type: Transform + pos: -17.5,12.5 + parent: 1668 + - uid: 3332 + components: + - type: Transform + pos: -17.5,10.5 + parent: 1668 + - uid: 3333 + components: + - type: Transform + pos: -17.5,9.5 + parent: 1668 + - uid: 3334 + components: + - type: Transform + pos: -17.5,8.5 + parent: 1668 + - uid: 3335 + components: + - type: Transform + pos: -17.5,7.5 + parent: 1668 + - uid: 3336 + components: + - type: Transform + pos: -13.5,6.5 + parent: 1668 + - uid: 3337 + components: + - type: Transform + pos: -13.5,4.5 + parent: 1668 + - uid: 3338 + components: + - type: Transform + pos: -14.5,7.5 + parent: 1668 + - uid: 3339 + components: + - type: Transform + pos: -15.5,7.5 + parent: 1668 + - uid: 3340 + components: + - type: Transform + pos: -16.5,7.5 + parent: 1668 + - uid: 3341 + components: + - type: Transform + pos: -17.5,4.5 + parent: 1668 + - uid: 3342 + components: + - type: Transform + pos: -17.5,6.5 + parent: 1668 + - uid: 3343 + components: + - type: Transform + pos: -18.5,7.5 + parent: 1668 + - uid: 3344 + components: + - type: Transform + pos: -20.5,7.5 + parent: 1668 + - uid: 3345 + components: + - type: Transform + pos: -21.5,7.5 + parent: 1668 + - uid: 3346 + components: + - type: Transform + pos: -22.5,7.5 + parent: 1668 + - uid: 3347 + components: + - type: Transform + pos: -22.5,1.5 + parent: 1668 + - uid: 3348 + components: + - type: Transform + pos: -26.5,7.5 + parent: 1668 + - uid: 3349 + components: + - type: Transform + pos: -25.5,7.5 + parent: 1668 + - uid: 3350 + components: + - type: Transform + pos: -24.5,7.5 + parent: 1668 + - uid: 3351 + components: + - type: Transform + pos: -25.5,6.5 + parent: 1668 + - uid: 3352 + components: + - type: Transform + pos: -23.5,1.5 + parent: 1668 + - uid: 3353 + components: + - type: Transform + pos: -24.5,1.5 + parent: 1668 + - uid: 3354 + components: + - type: Transform + pos: -25.5,1.5 + parent: 1668 + - uid: 3355 + components: + - type: Transform + pos: -25.5,2.5 + parent: 1668 + - uid: 3356 + components: + - type: Transform + pos: -25.5,3.5 + parent: 1668 + - uid: 3357 + components: + - type: Transform + pos: -25.5,4.5 + parent: 1668 + - uid: 3358 + components: + - type: Transform + pos: -25.5,5.5 + parent: 1668 + - uid: 3359 + components: + - type: Transform + pos: -28.5,1.5 + parent: 1668 + - uid: 3360 + components: + - type: Transform + pos: -28.5,2.5 + parent: 1668 + - uid: 3361 + components: + - type: Transform + pos: -28.5,3.5 + parent: 1668 + - uid: 3362 + components: + - type: Transform + pos: -26.5,1.5 + parent: 1668 + - uid: 3363 + components: + - type: Transform + pos: -28.5,5.5 + parent: 1668 + - uid: 3364 + components: + - type: Transform + pos: -28.5,6.5 + parent: 1668 + - uid: 3365 + components: + - type: Transform + pos: -28.5,7.5 + parent: 1668 + - uid: 3366 + components: + - type: Transform + pos: -27.5,1.5 + parent: 1668 + - uid: 3367 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 1668 + - uid: 3368 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 1668 + - uid: 3369 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 1668 + - uid: 3370 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 1668 + - uid: 3371 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 1668 + - uid: 3372 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 1668 + - uid: 3373 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 1668 + - uid: 3374 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 1668 + - uid: 3375 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 1668 + - uid: 3376 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 1668 + - uid: 3377 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 1668 + - uid: 3378 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 1668 + - uid: 3379 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 1668 + - uid: 3380 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 1668 + - uid: 3381 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 1668 + - uid: 3382 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 1668 + - uid: 3383 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 1668 + - uid: 3384 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 1668 + - uid: 3443 + components: + - type: Transform + pos: -17.5,14.5 + parent: 1668 + - uid: 3444 + components: + - type: Transform + pos: -18.5,14.5 + parent: 1668 + - uid: 3780 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 1668 + - uid: 3783 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 1668 + - uid: 3784 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 1668 + - uid: 3785 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 1668 + - uid: 3786 + components: + - type: Transform + pos: -28.5,-8.5 + parent: 1668 + - uid: 3919 + components: + - type: Transform + pos: -29.5,2.5 + parent: 1668 + - uid: 3920 + components: + - type: Transform + pos: -31.5,2.5 + parent: 1668 + - uid: 3921 + components: + - type: Transform + pos: -32.5,2.5 + parent: 1668 + - uid: 3922 + components: + - type: Transform + pos: -33.5,2.5 + parent: 1668 + - uid: 3923 + components: + - type: Transform + pos: -34.5,2.5 + parent: 1668 + - uid: 3924 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 1668 + - uid: 3925 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 1668 + - uid: 3926 + components: + - type: Transform + pos: -32.5,-3.5 + parent: 1668 + - uid: 3927 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 1668 + - uid: 3928 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 1668 + - uid: 3929 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 1668 + - uid: 3930 + components: + - type: Transform + pos: -29.5,7.5 + parent: 1668 + - uid: 3931 + components: + - type: Transform + pos: -31.5,7.5 + parent: 1668 + - uid: 3932 + components: + - type: Transform + pos: -34.5,7.5 + parent: 1668 + - uid: 4188 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 1668 + - uid: 4190 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 1668 + - uid: 4191 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 1668 + - uid: 4192 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 1668 + - uid: 4193 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 1668 + - uid: 4194 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 1668 + - uid: 4195 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 1668 + - uid: 4196 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 1668 + - uid: 4197 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 1668 + - uid: 4198 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 1668 + - uid: 4199 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 1668 + - uid: 4202 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 1668 + - uid: 4203 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 1668 + - uid: 4204 + components: + - type: Transform + pos: -4.5,-20.5 + parent: 1668 + - uid: 4205 + components: + - type: Transform + pos: -5.5,-20.5 + parent: 1668 + - uid: 4206 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 1668 + - uid: 4207 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 1668 + - uid: 4208 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 1668 + - uid: 4209 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 1668 + - uid: 4210 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 1668 + - uid: 4211 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 1668 + - uid: 4212 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 1668 + - uid: 4213 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 1668 + - uid: 4214 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 1668 + - uid: 4215 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 1668 + - uid: 4216 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 1668 + - uid: 4217 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 1668 + - uid: 4218 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 1668 + - uid: 4219 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 1668 + - uid: 4220 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 1668 + - uid: 4221 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 1668 + - uid: 4234 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 1668 + - uid: 4235 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 1668 + - uid: 4236 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 1668 + - uid: 4237 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 1668 + - uid: 4238 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 1668 + - uid: 4239 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 1668 + - uid: 4240 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 1668 + - uid: 4244 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 1668 + - uid: 4245 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 1668 + - uid: 4246 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 1668 + - uid: 4247 + components: + - type: Transform + pos: -9.5,-20.5 + parent: 1668 + - uid: 4248 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 1668 + - uid: 4249 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 1668 + - uid: 4250 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 1668 + - uid: 4267 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 1668 + - uid: 4268 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 1668 + - uid: 4269 + components: + - type: Transform + pos: -12.5,-23.5 + parent: 1668 + - uid: 4270 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 1668 + - uid: 4271 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 1668 + - uid: 4272 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 1668 + - uid: 4273 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 1668 + - uid: 4274 + components: + - type: Transform + pos: -8.5,-24.5 + parent: 1668 + - uid: 4275 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 1668 + - uid: 4276 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 1668 + - uid: 4277 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 1668 + - uid: 4278 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 1668 + - uid: 4279 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 1668 + - uid: 4280 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 1668 + - uid: 4281 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 1668 + - uid: 4282 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 1668 + - uid: 4283 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 1668 + - uid: 4284 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 1668 + - uid: 4285 + components: + - type: Transform + pos: -12.5,-24.5 + parent: 1668 + - uid: 4288 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 1668 + - uid: 4289 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 1668 + - uid: 4290 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 1668 + - uid: 4291 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 1668 + - uid: 4292 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 1668 + - uid: 4293 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 1668 + - uid: 4294 + components: + - type: Transform + pos: 11.5,-27.5 + parent: 1668 + - uid: 4295 + components: + - type: Transform + pos: 11.5,-26.5 + parent: 1668 + - uid: 4296 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 1668 + - uid: 4297 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 1668 + - uid: 4298 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 1668 + - uid: 4300 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 1668 + - uid: 4301 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 1668 + - uid: 4302 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 1668 + - uid: 4303 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 1668 + - uid: 4304 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 1668 + - uid: 4330 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 1668 + - uid: 4331 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 1668 + - uid: 4332 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 1668 + - uid: 4333 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 1668 + - uid: 4335 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 1668 + - uid: 4336 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 1668 + - uid: 4337 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 1668 + - uid: 4338 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 1668 + - uid: 4353 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 1668 + - uid: 4356 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 1668 + - uid: 4357 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 1668 + - uid: 4358 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 1668 + - uid: 4362 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 1668 + - uid: 4363 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 1668 + - uid: 4364 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 1668 + - uid: 4368 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 1668 + - uid: 4641 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 1668 + - uid: 4642 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 1668 + - uid: 4643 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 1668 + - uid: 4644 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 1668 + - uid: 4645 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 1668 + - uid: 4646 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 1668 + - uid: 4647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-29.5 + parent: 1668 + - uid: 4648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-30.5 + parent: 1668 + - uid: 4654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-34.5 + parent: 1668 + - uid: 4655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-34.5 + parent: 1668 + - uid: 4656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-34.5 + parent: 1668 + - uid: 4657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-34.5 + parent: 1668 + - uid: 4658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-34.5 + parent: 1668 + - uid: 4659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-34.5 + parent: 1668 + - uid: 4660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-34.5 + parent: 1668 + - uid: 4661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-34.5 + parent: 1668 + - uid: 4662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-34.5 + parent: 1668 + - uid: 4666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-34.5 + parent: 1668 + - uid: 4670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-34.5 + parent: 1668 + - uid: 4674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-34.5 + parent: 1668 + - uid: 4675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-34.5 + parent: 1668 + - uid: 4676 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-34.5 + parent: 1668 + - uid: 4677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-34.5 + parent: 1668 + - uid: 4678 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 1668 + - uid: 4679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-34.5 + parent: 1668 + - uid: 4680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-34.5 + parent: 1668 + - uid: 4681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-34.5 + parent: 1668 + - uid: 4682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-32.5 + parent: 1668 + - uid: 4683 + components: + - type: Transform + pos: 14.5,-33.5 + parent: 1668 + - uid: 4684 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 1668 + - uid: 4685 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 1668 + - uid: 4686 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 1668 + - uid: 4687 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 1668 + - uid: 4688 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 1668 + - uid: 4689 + components: + - type: Transform + pos: 35.5,-24.5 + parent: 1668 + - uid: 4690 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 1668 + - uid: 4691 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 1668 + - uid: 4692 + components: + - type: Transform + pos: 35.5,-26.5 + parent: 1668 + - uid: 4693 + components: + - type: Transform + pos: 35.5,-27.5 + parent: 1668 + - uid: 4699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-34.5 + parent: 1668 + - uid: 4700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-34.5 + parent: 1668 + - uid: 4701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-34.5 + parent: 1668 + - uid: 4704 + components: + - type: Transform + pos: 22.5,-33.5 + parent: 1668 + - uid: 4705 + components: + - type: Transform + pos: 21.5,-33.5 + parent: 1668 + - uid: 4706 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 1668 + - uid: 4707 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 1668 + - uid: 4708 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 1668 + - uid: 4709 + components: + - type: Transform + pos: 26.5,-29.5 + parent: 1668 + - uid: 4710 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 1668 + - uid: 4717 + components: + - type: Transform + pos: 20.5,-33.5 + parent: 1668 + - uid: 4718 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 1668 + - uid: 4719 + components: + - type: Transform + pos: 24.5,-33.5 + parent: 1668 + - uid: 4720 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 1668 + - uid: 4724 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 1668 + - uid: 4725 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 1668 + - uid: 4726 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 1668 + - uid: 4727 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 1668 + - uid: 4728 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 1668 + - uid: 4729 + components: + - type: Transform + pos: 18.5,-22.5 + parent: 1668 + - uid: 4730 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 1668 + - uid: 4731 + components: + - type: Transform + pos: 18.5,-24.5 + parent: 1668 + - uid: 4732 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 1668 + - uid: 4733 + components: + - type: Transform + pos: 18.5,-26.5 + parent: 1668 + - uid: 4734 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 1668 + - uid: 4735 + components: + - type: Transform + pos: 18.5,-28.5 + parent: 1668 + - uid: 4736 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 1668 + - uid: 4737 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 1668 + - uid: 4738 + components: + - type: Transform + pos: 15.5,-28.5 + parent: 1668 + - uid: 4739 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 1668 + - uid: 4740 + components: + - type: Transform + pos: 14.5,-29.5 + parent: 1668 + - uid: 4741 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 1668 + - uid: 4742 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 1668 + - uid: 4743 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 1668 + - uid: 4744 + components: + - type: Transform + pos: 19.5,-33.5 + parent: 1668 + - uid: 4745 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 1668 + - uid: 4747 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 1668 + - uid: 4748 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 1668 + - uid: 4758 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 1668 + - uid: 4759 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 1668 + - uid: 4760 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 1668 + - uid: 4761 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 1668 + - uid: 5041 + components: + - type: Transform + pos: 22.5,-22.5 + parent: 1668 + - uid: 5042 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 1668 + - uid: 5043 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 1668 + - uid: 5044 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 1668 + - uid: 5048 + components: + - type: Transform + pos: 30.5,-14.5 + parent: 1668 + - uid: 5049 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 1668 + - uid: 5050 + components: + - type: Transform + pos: 34.5,-14.5 + parent: 1668 + - uid: 5052 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 1668 + - uid: 5053 + components: + - type: Transform + pos: 24.5,-27.5 + parent: 1668 + - uid: 5054 + components: + - type: Transform + pos: 25.5,-27.5 + parent: 1668 + - uid: 5055 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 1668 + - uid: 5057 + components: + - type: Transform + pos: 28.5,-27.5 + parent: 1668 + - uid: 5059 + components: + - type: Transform + pos: 30.5,-27.5 + parent: 1668 + - uid: 5060 + components: + - type: Transform + pos: 31.5,-27.5 + parent: 1668 + - uid: 5061 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 1668 + - uid: 5062 + components: + - type: Transform + pos: 33.5,-27.5 + parent: 1668 + - uid: 5063 + components: + - type: Transform + pos: 34.5,-27.5 + parent: 1668 + - uid: 5102 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 1668 + - uid: 5103 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 1668 + - uid: 5104 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 1668 + - uid: 5105 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 1668 + - uid: 5106 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 1668 + - uid: 5107 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 1668 + - uid: 5113 + components: + - type: Transform + pos: 28.5,-26.5 + parent: 1668 + - uid: 5119 + components: + - type: Transform + pos: 30.5,-19.5 + parent: 1668 + - uid: 5120 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 1668 + - uid: 5344 + components: + - type: Transform + pos: 33.5,-32.5 + parent: 1668 + - uid: 5355 + components: + - type: Transform + pos: 31.5,-32.5 + parent: 1668 + - uid: 5388 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 1668 + - uid: 5390 + components: + - type: Transform + pos: 18.5,-29.5 + parent: 1668 + - uid: 5392 + components: + - type: Transform + pos: 32.5,-32.5 + parent: 1668 + - uid: 5396 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 1668 + - uid: 5405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-31.5 + parent: 1668 + - uid: 5409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 + parent: 1668 + - uid: 5784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-34.5 + parent: 1668 + - uid: 5864 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 1668 + - uid: 5879 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 1668 + - uid: 5881 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 1668 + - uid: 5882 + components: + - type: Transform + pos: -2.5,-38.5 + parent: 1668 + - uid: 5905 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 1668 + - uid: 5909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-34.5 + parent: 1668 + - uid: 5913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-34.5 + parent: 1668 + - uid: 5917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-30.5 + parent: 1668 + - uid: 5918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-30.5 + parent: 1668 + - uid: 5919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-30.5 + parent: 1668 + - uid: 5920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-30.5 + parent: 1668 + - uid: 5921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-30.5 + parent: 1668 + - uid: 5930 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 1668 + - uid: 5931 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 1668 + - uid: 5941 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 1668 + - uid: 5942 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 1668 + - uid: 5943 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 1668 + - uid: 5944 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 1668 + - uid: 5963 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 1668 + - uid: 5964 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 1668 + - uid: 5965 + components: + - type: Transform + pos: -22.5,-29.5 + parent: 1668 + - uid: 5966 + components: + - type: Transform + pos: -23.5,-29.5 + parent: 1668 + - uid: 5967 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 1668 + - uid: 5968 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 1668 + - uid: 5969 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 1668 + - uid: 5970 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 1668 + - uid: 5971 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 1668 + - uid: 5972 + components: + - type: Transform + pos: -23.5,-28.5 + parent: 1668 + - uid: 5973 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 1668 + - uid: 5974 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 1668 + - uid: 5975 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 1668 + - uid: 6101 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 1668 + - uid: 6233 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 1668 + - uid: 6234 + components: + - type: Transform + pos: -6.5,-36.5 + parent: 1668 + - uid: 6235 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 1668 + - uid: 6236 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 1668 + - uid: 6237 + components: + - type: Transform + pos: -5.5,-38.5 + parent: 1668 + - uid: 6238 + components: + - type: Transform + pos: -4.5,-38.5 + parent: 1668 + - uid: 6241 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 1668 + - uid: 6242 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 1668 + - uid: 6246 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 1668 + - uid: 6247 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 1668 + - uid: 6248 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 1668 + - uid: 6249 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 1668 + - uid: 6250 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 1668 + - uid: 6251 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 1668 + - uid: 6271 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 1668 + - uid: 6272 + components: + - type: Transform + pos: 2.5,-39.5 + parent: 1668 + - uid: 6273 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 1668 + - uid: 6274 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 1668 + - uid: 6292 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 1668 + - uid: 6293 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 1668 + - uid: 6294 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 1668 + - uid: 6297 + components: + - type: Transform + pos: 2.5,-44.5 + parent: 1668 + - uid: 6298 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 1668 + - uid: 6299 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 1668 + - uid: 6361 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 1668 + - uid: 6362 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 1668 + - uid: 6363 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 1668 + - uid: 6364 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 1668 + - uid: 6365 + components: + - type: Transform + pos: -7.5,-43.5 + parent: 1668 + - uid: 6366 + components: + - type: Transform + pos: -7.5,-42.5 + parent: 1668 + - uid: 6367 + components: + - type: Transform + pos: -7.5,-41.5 + parent: 1668 + - uid: 6368 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 1668 + - uid: 6369 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 1668 + - uid: 6370 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 1668 + - uid: 6371 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 1668 + - uid: 6372 + components: + - type: Transform + pos: -7.5,-36.5 + parent: 1668 + - uid: 6373 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 1668 + - uid: 6374 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 1668 + - uid: 6375 + components: + - type: Transform + pos: 6.5,-36.5 + parent: 1668 + - uid: 6376 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 1668 + - uid: 6377 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 1668 + - uid: 6378 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 1668 + - uid: 6379 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 1668 + - uid: 6380 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 1668 + - uid: 6381 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 1668 + - uid: 6382 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 1668 + - uid: 6383 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 1668 + - uid: 6384 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 1668 + - uid: 6385 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 1668 + - uid: 6386 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 1668 + - uid: 6387 + components: + - type: Transform + pos: 2.5,-43.5 + parent: 1668 + - uid: 6388 + components: + - type: Transform + pos: 2.5,-41.5 + parent: 1668 + - uid: 6389 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 1668 + - uid: 6390 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 1668 + - uid: 6534 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 1668 + - uid: 6535 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 1668 + - uid: 6536 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 1668 + - uid: 6537 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 1668 + - uid: 6538 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 1668 + - uid: 6539 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 1668 + - uid: 6540 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 1668 + - uid: 6541 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 1668 + - uid: 6542 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 1668 + - uid: 6543 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 1668 + - uid: 6544 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 1668 + - uid: 6545 + components: + - type: Transform + pos: 16.5,-33.5 + parent: 1668 + - uid: 6546 + components: + - type: Transform + pos: 17.5,-33.5 + parent: 1668 + - uid: 6772 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 1668 + - uid: 6778 + components: + - type: Transform + pos: 30.5,-32.5 + parent: 1668 + - uid: 6785 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 1668 + - uid: 6788 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 1668 + - uid: 6842 + components: + - type: Transform + pos: 34.5,-32.5 + parent: 1668 +- proto: WardrobeCargoFilled + entities: + - uid: 2208 + components: + - type: Transform + pos: -5.5,19.5 + parent: 1668 +- proto: WardrobePrisonFilled + entities: + - uid: 2765 + components: + - type: Transform + pos: 15.5,21.5 + parent: 1668 + - uid: 2773 + components: + - type: Transform + pos: 15.5,24.5 + parent: 1668 + - uid: 2871 + components: + - type: Transform + pos: 2.5,24.5 + parent: 1668 + - uid: 2872 + components: + - type: Transform + pos: 2.5,27.5 + parent: 1668 + - uid: 2873 + components: + - type: Transform + pos: 15.5,27.5 + parent: 1668 +- proto: WarpPoint + entities: + - uid: 6637 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1668 + - type: WarpPoint + location: Centcomm +- proto: WaterCooler + entities: + - uid: 5318 + components: + - type: Transform + pos: 27.5,-20.5 + parent: 1668 +- proto: WaterTankFull + entities: + - uid: 128 + components: + - type: Transform + pos: -27.5,2.5 + parent: 1668 + - uid: 2042 + components: + - type: Transform + pos: -1.5,18.5 + parent: 1668 +- proto: WeaponAdvancedLaser + entities: + - uid: 3130 + components: + - type: Transform + pos: 10.557603,32.615883 + parent: 1668 + - uid: 3131 + components: + - type: Transform + pos: 10.604478,32.490883 + parent: 1668 + - uid: 3132 + components: + - type: Transform + pos: 10.651353,32.365883 + parent: 1668 +- proto: WeaponCapacitorRecharger + entities: + - uid: 1446 + components: + - type: Transform + pos: 2.5,-2.5 + parent: 1668 + - uid: 1447 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1668 + - uid: 1449 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 1668 + - uid: 2471 + components: + - type: Transform + pos: 23.5,15.5 + parent: 1668 + - uid: 2747 + components: + - type: Transform + pos: 8.5,17.5 + parent: 1668 + - uid: 2824 + components: + - type: Transform + pos: 10.5,27.5 + parent: 1668 + - uid: 3261 + components: + - type: Transform + pos: 8.5,23.5 + parent: 1668 + - uid: 3734 + components: + - type: Transform + pos: -26.5,9.5 + parent: 1668 + - uid: 3859 + components: + - type: Transform + pos: -17.5,-3.5 + parent: 1668 + - uid: 4695 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 1668 +- proto: WeaponDisabler + entities: + - uid: 4697 + components: + - type: Transform + pos: 20.88646,-10.507892 + parent: 1668 +- proto: WeaponPistolN1984 + entities: + - uid: 3774 + components: + - type: Transform + pos: -12.4228115,-9.521386 + parent: 1668 + - uid: 3894 + components: + - type: Transform + pos: -12.346658,4.475792 + parent: 1668 +- proto: WeaponPulseCarbine + entities: + - uid: 2202 + components: + - type: Transform + pos: 6.5531197,32.415283 + parent: 1668 + - uid: 2203 + components: + - type: Transform + pos: 6.5062447,32.64966 + parent: 1668 + - uid: 3124 + components: + - type: Transform + pos: 12.544843,32.634033 + parent: 1668 + - uid: 3125 + components: + - type: Transform + pos: 12.669843,32.477783 + parent: 1668 +- proto: WeaponPulsePistol + entities: + - uid: 4389 + components: + - type: Transform + pos: 5.546056,32.663063 + parent: 1668 + - uid: 4390 + components: + - type: Transform + pos: 5.686681,32.522438 + parent: 1668 + - uid: 4721 + components: + - type: Transform + pos: 13.653802,32.491188 + parent: 1668 + - uid: 4722 + components: + - type: Transform + pos: 13.481927,32.663063 + parent: 1668 +- proto: WeaponRevolverMateba + entities: + - uid: 1436 + components: + - type: Transform + pos: 2.4898672,30.350563 + parent: 1668 + - uid: 1445 + components: + - type: Transform + pos: 2.6461172,30.288063 + parent: 1668 + - uid: 1456 + components: + - type: Transform + pos: 16.456459,30.319313 + parent: 1668 + - uid: 6611 + components: + - type: Transform + pos: 16.628334,30.272438 + parent: 1668 +- proto: WeaponSniperHristov + entities: + - uid: 3138 + components: + - type: Transform + pos: 8.479478,29.789814 + parent: 1668 +- proto: WeaponSubMachineGunAtreides + entities: + - uid: 6603 + components: + - type: Transform + pos: 8.51666,29.42835 + parent: 1668 +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 3895 + components: + - type: Transform + pos: -13.438182,-3.4256558 + parent: 1668 +- proto: WeaponTaser + entities: + - uid: 79 + components: + - type: Transform + pos: 10.5444565,3.9803991 + parent: 1668 + - uid: 1459 + components: + - type: Transform + pos: -4.4574313,-9.606358 + parent: 1668 + - uid: 3727 + components: + - type: Transform + pos: -25.555511,12.593331 + parent: 1668 + - uid: 6780 + components: + - type: Transform + pos: 26.613934,-11.4401045 + parent: 1668 +- proto: WeaponXrayCannon + entities: + - uid: 3136 + components: + - type: Transform + pos: 8.510728,32.664814 + parent: 1668 + - uid: 3137 + components: + - type: Transform + pos: 8.526353,32.55544 + parent: 1668 +- proto: WelderExperimental + entities: + - uid: 3699 + components: + - type: Transform + pos: -16.435745,6.6259594 + parent: 1668 + - uid: 4394 + components: + - type: Transform + pos: 21.568373,-15.468605 + parent: 1668 +- proto: WelderIndustrial + entities: + - uid: 5374 + components: + - type: Transform + pos: 26.560297,-23.266705 + parent: 1668 +- proto: WelderIndustrialAdvanced + entities: + - uid: 2196 + components: + - type: Transform + pos: -1.3562617,24.407354 + parent: 1668 +- proto: WeldingFuelTankFull + entities: + - uid: 127 + components: + - type: Transform + pos: -26.5,6.5 + parent: 1668 + - uid: 2041 + components: + - type: Transform + pos: 0.5,18.5 + parent: 1668 +- proto: WeldingFuelTankHighCapacity + entities: + - uid: 6843 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 1668 + - uid: 6844 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 1668 +- proto: WetFloorSign + entities: + - uid: 5883 + components: + - type: Transform + pos: -17.066446,-31.95819 + parent: 1668 +- proto: Windoor + entities: + - uid: 563 + components: + - type: Transform + pos: 12.5,2.5 + parent: 1668 + - uid: 564 + components: + - type: Transform + pos: 14.5,2.5 + parent: 1668 + - uid: 2409 + components: + - type: Transform + pos: 25.5,20.5 + parent: 1668 + - uid: 2410 + components: + - type: Transform + pos: 31.5,20.5 + parent: 1668 + - uid: 2710 + components: + - type: Transform + pos: 9.5,16.5 + parent: 1668 + - uid: 4255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-16.5 + parent: 1668 + - uid: 6848 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 1668 +- proto: WindoorBarLocked + entities: + - uid: 4410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-28.5 + parent: 1668 +- proto: WindoorSecure + entities: + - uid: 2345 + components: + - type: Transform + pos: 34.5,14.5 + parent: 1668 + - uid: 3760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,11.5 + parent: 1668 + - uid: 3761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,9.5 + parent: 1668 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 2554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,16.5 + parent: 1668 +- proto: WindoorSecureBrigLocked + entities: + - uid: 2425 + components: + - type: Transform + pos: 28.5,20.5 + parent: 1668 +- proto: WindoorSecureCargoLocked + entities: + - uid: 1621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,9.5 + parent: 1668 + - uid: 1622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,10.5 + parent: 1668 +- proto: WindoorSecureCommandLocked + entities: + - uid: 4230 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 1668 + - uid: 4231 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 1668 + - uid: 4232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-9.5 + parent: 1668 + - uid: 4233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-9.5 + parent: 1668 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 4757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-22.5 + parent: 1668 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-11.5 + parent: 1668 + - uid: 734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-12.5 + parent: 1668 + - uid: 1198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 1668 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-7.5 + parent: 1668 + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,2.5 + parent: 1668 + - uid: 562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,2.5 + parent: 1668 + - uid: 790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1668 + - uid: 791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 1668 + - uid: 2558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,22.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6649 + - uid: 2776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,25.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 3906 + - uid: 2832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,25.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 3723 + - uid: 2862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 6602 + - uid: 2863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,28.5 + parent: 1668 + - type: DeviceLinkSink + links: + - 3870 +- proto: WindowReinforcedDirectional + entities: + - uid: 485 + components: + - type: Transform + pos: 25.5,6.5 + parent: 1668 + - uid: 487 + components: + - type: Transform + pos: 26.5,6.5 + parent: 1668 + - uid: 488 + components: + - type: Transform + pos: 27.5,6.5 + parent: 1668 + - uid: 490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-7.5 + parent: 1668 + - uid: 496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-7.5 + parent: 1668 + - uid: 619 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-7.5 + parent: 1668 + - uid: 626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 1668 + - uid: 1086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-9.5 + parent: 1668 + - uid: 1087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-9.5 + parent: 1668 + - uid: 1197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 1668 + - uid: 2395 + components: + - type: Transform + pos: 26.5,22.5 + parent: 1668 + - uid: 2396 + components: + - type: Transform + pos: 25.5,22.5 + parent: 1668 + - uid: 2397 + components: + - type: Transform + pos: 31.5,22.5 + parent: 1668 + - uid: 2398 + components: + - type: Transform + pos: 30.5,22.5 + parent: 1668 + - uid: 2399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,21.5 + parent: 1668 + - uid: 2400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,21.5 + parent: 1668 + - uid: 2401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,20.5 + parent: 1668 + - uid: 2402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,21.5 + parent: 1668 + - uid: 2403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,20.5 + parent: 1668 + - uid: 2404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,21.5 + parent: 1668 + - uid: 2405 + components: + - type: Transform + pos: 27.5,20.5 + parent: 1668 + - uid: 2406 + components: + - type: Transform + pos: 29.5,20.5 + parent: 1668 + - uid: 2407 + components: + - type: Transform + pos: 30.5,20.5 + parent: 1668 + - uid: 2408 + components: + - type: Transform + pos: 26.5,20.5 + parent: 1668 + - uid: 2440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 1668 + - uid: 3757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,8.5 + parent: 1668 + - uid: 3758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,12.5 + parent: 1668 + - uid: 3759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,10.5 + parent: 1668 + - uid: 3892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-3.5 + parent: 1668 + - uid: 3893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-3.5 + parent: 1668 + - uid: 4254 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 1668 + - uid: 4411 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 1668 + - uid: 5217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 1668 + - uid: 5219 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 1668 + - uid: 5386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-28.5 + parent: 1668 + - uid: 5397 + components: + - type: Transform + pos: 19.5,-29.5 + parent: 1668 + - uid: 5398 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 1668 + - uid: 5410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-29.5 + parent: 1668 + - uid: 5411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-28.5 + parent: 1668 + - uid: 5416 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 1668 + - uid: 5417 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 1668 + - uid: 5453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 1668 + - uid: 5454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 1668 + - uid: 5928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-31.5 + parent: 1668 + - uid: 5929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-32.5 + parent: 1668 + - uid: 6314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-29.5 + parent: 1668 + - uid: 6787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 1668 +- proto: Wrench + entities: + - uid: 6720 + components: + - type: Transform + pos: 9.506623,-4.4162817 + parent: 1668 +- proto: YellowOxygenTankFilled + entities: + - uid: 3901 + components: + - type: Transform + pos: -12.625682,-7.0710163 + parent: 1668 +... diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index f4fb03e6c75..5395c923374 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -1,29 +1,29 @@ -- type: vendingMachineInventory - id: MediDrobeInventory - startingInventory: - ClothingBackpackDuffelMedical: 4 - ClothingBackpackMedical: 4 - ClothingBackpackSatchelMedical: 4 - ClothingUniformJumpsuitMedicalDoctor: 4 - ClothingUniformJumpskirtMedicalDoctor: 4 - ClothingHeadHatBeretMedic: 4 - ClothingHeadNurseHat: 4 - ClothingOuterCoatLab: 4 - ClothingShoesColorWhite: 4 - ClothingHandsGlovesLatex: 4 - ClothingHandsGlovesNitrile: 2 - ClothingHeadsetMedical: 4 - ClothingOuterWinterMed: 2 - ClothingOuterHospitalGown: 5 - UniformScrubsColorGreen: 4 - UniformScrubsColorBlue: 4 - UniformScrubsColorPurple: 4 - ClothingHeadHatSurgcapGreen: 4 - ClothingHeadHatSurgcapBlue: 4 - ClothingHeadHatSurgcapPurple: 4 - ClothingShoesBootsWinterMed: 2 - contrabandInventory: #DeltaV - UniformScrubsColorCybersun: 1 #DeltaV - ClothingHeadHatSurgcapCybersun: 1 #DeltaV - ClothingOuterCoatCybersunWindbreaker: 1 #DeltaV - ClothingShoesBootsWinterMed: 2 +- type: vendingMachineInventory + id: MediDrobeInventory + startingInventory: + ClothingBackpackDuffelMedical: 4 + ClothingBackpackMedical: 4 + ClothingBackpackSatchelMedical: 4 + ClothingUniformJumpsuitMedicalDoctor: 4 + ClothingUniformJumpskirtMedicalDoctor: 4 + ClothingHeadHatBeretMedic: 4 + ClothingHeadNurseHat: 4 + ClothingOuterCoatLab: 4 + ClothingShoesColorWhite: 4 + ClothingHandsGlovesLatex: 4 + ClothingHandsGlovesNitrile: 2 + ClothingHeadsetMedical: 4 + ClothingOuterWinterMed: 2 + ClothingOuterHospitalGown: 5 + UniformScrubsColorGreen: 4 + UniformScrubsColorBlue: 4 + UniformScrubsColorPurple: 4 + ClothingHeadHatSurgcapGreen: 4 + ClothingHeadHatSurgcapBlue: 4 + ClothingHeadHatSurgcapPurple: 4 + ClothingShoesBootsWinterMed: 2 + contrabandInventory: #DeltaV + UniformScrubsColorCybersun: 1 #DeltaV + ClothingHeadHatSurgcapCybersun: 1 #DeltaV + ClothingOuterCoatCybersunWindbreaker: 1 #DeltaV + ClothingShoesBootsWinterMed: 2 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml index a959b64a381..c482da6188d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Eyes/hud.yml @@ -1,58 +1,58 @@ -- type: entity - parent: ClothingEyesBase - id: ClothingEyesPrescriptionMedHud - name: prescription medical hud - description: A poorly done and rushed mix between half of a pair of prescription glasses and a medical HUD allowing you to see clearly out of one eye and view the health of people out of the other! - components: - - type: Sprite - sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi - - type: Clothing - sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi - - type: Construction - graph: PrescriptionMedHud - node: prescmedhud - - type: ShowHealthBars - damageContainers: - - Biological - - type: ShowHealthIcons - damageContainers: - - Biological - - type: Tag - tags: - - HudMedical - - GlassesNearsight - -- type: entity - parent: ClothingEyesBase - id: ClothingEyesPrescriptionHudSecurity - name: prescription security hud - description: A poorly done and rushed mix between half of a pair of prescription glasses and a security HUD allowing you to see clearly out of one eye and inspect the employee's ID and warning status in the other! - components: - - type: Sprite - sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi - - type: Clothing - sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi - - type: ShowSecurityIcons - - type: Construction - graph: PrescriptionSecHud - node: prescsechud - - type: Tag - tags: - - HudSecurity - - GlassesNearsight - -- type: entity - parent: ClothingEyesBase - id: ClothingEyesHudSyndicateMed - name: syndicate medical visor - description: An upgraded syndicate visor with automatic health readings, designed for better detection of humanoids and their subsequent elimination. - components: - - type: Sprite - sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi - - type: Clothing - sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi - - type: ShowSyndicateIcons - - type: ShowSecurityIcons - - type: ShowHealthBars - damageContainers: - - Biological +- type: entity + parent: ClothingEyesBase + id: ClothingEyesPrescriptionMedHud + name: prescription medical hud + description: A poorly done and rushed mix between half of a pair of prescription glasses and a medical HUD allowing you to see clearly out of one eye and view the health of people out of the other! + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Hud/prescmedhud.rsi + - type: Construction + graph: PrescriptionMedHud + node: prescmedhud + - type: ShowHealthBars + damageContainers: + - Biological + - type: ShowHealthIcons + damageContainers: + - Biological + - type: Tag + tags: + - HudMedical + - GlassesNearsight + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesPrescriptionHudSecurity + name: prescription security hud + description: A poorly done and rushed mix between half of a pair of prescription glasses and a security HUD allowing you to see clearly out of one eye and inspect the employee's ID and warning status in the other! + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Hud/prescsechud.rsi + - type: ShowSecurityIcons + - type: Construction + graph: PrescriptionSecHud + node: prescsechud + - type: Tag + tags: + - HudSecurity + - GlassesNearsight + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesHudSyndicateMed + name: syndicate medical visor + description: An upgraded syndicate visor with automatic health readings, designed for better detection of humanoids and their subsequent elimination. + components: + - type: Sprite + sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi + - type: Clothing + sprite: DeltaV/Clothing/Eyes/Hud/syndmed.rsi + - type: ShowSyndicateIcons + - type: ShowSecurityIcons + - type: ShowHealthBars + damageContainers: + - Biological diff --git a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml index 7b4ab078911..b07eb529ae1 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/mantles.yml @@ -1,76 +1,76 @@ -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleCap - name: captain's mantle - description: A comfortable and chique mantle befitting of only the most experienced captain. - components: - - type: Sprite - sprite: Clothing/Neck/mantles/capmantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/capmantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleCE - name: chief engineer's mantle - description: High visibility, check. RIG system, check. High capacity cell, check. Everything a chief engineer could need in a stylish mantle. - components: - - type: Sprite - sprite: Clothing/Neck/mantles/cemantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/cemantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleCMO - name: chief medical officer's mantle - description: For a CMO that has been in enough medbays to know that more PPE means less central command dry cleaning visits when the shift is over. - components: - - type: Sprite - sprite: Clothing/Neck/mantles/cmomantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/cmomantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleHOP - name: head of personnel's mantle - description: A good HOP knows that paper pushing is only half the job... petting your dog and looking fashionable is the other half. - components: - - type: Sprite - sprite: Clothing/Neck/mantles/hopmantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/hopmantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleHOS - name: head of security's mantle - description: Shootouts with nukies are just another Tuesday for this HoS. This mantle is a symbol of commitment to the station. - components: - - type: Sprite - sprite: Clothing/Neck/mantles/hosmantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/hosmantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleRD - name: mystagogue's mantle # DeltaV - Epistemics Department replacing Science - description: For when long days in the office consist of explosives, poisonous gas, murder robots, and a fresh pizza from logistics; this mantle will keep you comfy. # DeltaV - Logistics Department replacing Cargo - components: - - type: Sprite - sprite: Clothing/Neck/mantles/rdmantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/rdmantle.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMantleQM - name: logistics officer's mantle # DeltaV - Logistics Department replacing Cargo - description: For the master of goods and materials to rule over the department, a befitting mantle to show off superiority! - components: - - type: Sprite - sprite: Clothing/Neck/mantles/qmmantle.rsi - - type: Clothing - sprite: Clothing/Neck/mantles/qmmantle.rsi +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCap + name: captain's mantle + description: A comfortable and chique mantle befitting of only the most experienced captain. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/capmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/capmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCE + name: chief engineer's mantle + description: High visibility, check. RIG system, check. High capacity cell, check. Everything a chief engineer could need in a stylish mantle. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/cemantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/cemantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleCMO + name: chief medical officer's mantle + description: For a CMO that has been in enough medbays to know that more PPE means less central command dry cleaning visits when the shift is over. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/cmomantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/cmomantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleHOP + name: head of personnel's mantle + description: A good HOP knows that paper pushing is only half the job... petting your dog and looking fashionable is the other half. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/hopmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/hopmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleHOS + name: head of security's mantle + description: Shootouts with nukies are just another Tuesday for this HoS. This mantle is a symbol of commitment to the station. + components: + - type: Sprite + sprite: Clothing/Neck/mantles/hosmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/hosmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleRD + name: mystagogue's mantle # DeltaV - Epistemics Department replacing Science + description: For when long days in the office consist of explosives, poisonous gas, murder robots, and a fresh pizza from logistics; this mantle will keep you comfy. # DeltaV - Logistics Department replacing Cargo + components: + - type: Sprite + sprite: Clothing/Neck/mantles/rdmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/rdmantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleQM + name: logistics officer's mantle # DeltaV - Logistics Department replacing Cargo + description: For the master of goods and materials to rule over the department, a befitting mantle to show off superiority! + components: + - type: Sprite + sprite: Clothing/Neck/mantles/qmmantle.rsi + - type: Clothing + sprite: Clothing/Neck/mantles/qmmantle.rsi diff --git a/Resources/Prototypes/Entities/Clothing/Neck/medals.yml b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml index 51b1fb56936..bdb36f1630f 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/medals.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/medals.yml @@ -1,92 +1,92 @@ - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckBronzeheart - name: bronzeheart medal - description: Given to crewmates for exemplary bravery in the face of danger. - components: - - type: Sprite - sprite: Clothing/Neck/Medals/bronzeheart.rsi - - type: Clothing - sprite: Clothing/Neck/Medals/bronzeheart.rsi - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckGoldmedal - name: gold medal of crewmanship - description: Given to crewmates who display excellent crewmanship. - components: - - type: Sprite - sprite: Clothing/Neck/Medals/gold.rsi - - type: Clothing - sprite: Clothing/Neck/Medals/gold.rsi - - type: StealTarget - stealGroup: ClothingNeckGoldmedal - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckCargomedal - name: logistics medal # DeltaV - Logistics Department replacing Cargo - description: Whether it's for superior accountancy, courageous salvage work, or just being a friendly technician - this medal is to be assigned only for the best work in the logistics department. # DeltaV - Logistics Department replacing Cargo. Updated description for flavour - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckEngineermedal - name: engineer medal - description: Whether it's by keeping the crew breathing, meticulous rewiring and upgrading, or just having plenty of materials on-hand - this medal is to be assigned only for the best work in the engineering department. # DeltaV - Updated description for flavour - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckMedicalmedal - name: medical medal - description: Whether it's being the first on the scene of an accident, the most caring bedside manner, or just making sure the patients don't go mad - this medal is to be assigned only for the best work in the medical department. # DeltaV - Updated description for flavour - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckSciencemedal - name: epistemics medal # DeltaV - Epistemics Department replacing Science - description: Whether it's pushing the edges of modern science and technology, foraying into the vast expanses of the noosphere, or just fetching the coffee - this medal is to be assigned only for the best work in the epistemics department. # DeltaV - Epistemics Department replacing Science. Updated description for flavour - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckSecuritymedal - name: security medal - description: Whether it's catching armed terrorists, guarding the crew from alien threats, or just having a conversation in the corridor - this medal is to be assigned only for the best work in the security department. # DeltaV - Updated description for flavour - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite - -- type: entity - parent: ClothingNeckBase - id: ClothingNeckClownmedal - name: bravado medal # DeltaV - Updated title so it's not just a joke medal. - description: Given to crewmates who laugh in the face of death, lift their peers' spirits, and uplift themselves and their friends to success. # DeltaV - Updated description for flavour and to reflect title. - components: - - type: Sprite - sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite - - type: Clothing - sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite - - type: StealTarget - stealGroup: ClothingNeckClownmedal + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckBronzeheart + name: bronzeheart medal + description: Given to crewmates for exemplary bravery in the face of danger. + components: + - type: Sprite + sprite: Clothing/Neck/Medals/bronzeheart.rsi + - type: Clothing + sprite: Clothing/Neck/Medals/bronzeheart.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckGoldmedal + name: gold medal of crewmanship + description: Given to crewmates who display excellent crewmanship. + components: + - type: Sprite + sprite: Clothing/Neck/Medals/gold.rsi + - type: Clothing + sprite: Clothing/Neck/Medals/gold.rsi + - type: StealTarget + stealGroup: ClothingNeckGoldmedal + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCargomedal + name: logistics medal # DeltaV - Logistics Department replacing Cargo + description: Whether it's for superior accountancy, courageous salvage work, or just being a friendly technician - this medal is to be assigned only for the best work in the logistics department. # DeltaV - Logistics Department replacing Cargo. Updated description for flavour + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/cargomedal.rsi # DeltaV - resprite + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckEngineermedal + name: engineer medal + description: Whether it's by keeping the crew breathing, meticulous rewiring and upgrading, or just having plenty of materials on-hand - this medal is to be assigned only for the best work in the engineering department. # DeltaV - Updated description for flavour + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/engineermedal.rsi # DeltaV - resprite + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMedicalmedal + name: medical medal + description: Whether it's being the first on the scene of an accident, the most caring bedside manner, or just making sure the patients don't go mad - this medal is to be assigned only for the best work in the medical department. # DeltaV - Updated description for flavour + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/medicalmedal.rsi # DeltaV - resprite + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckSciencemedal + name: epistemics medal # DeltaV - Epistemics Department replacing Science + description: Whether it's pushing the edges of modern science and technology, foraying into the vast expanses of the noosphere, or just fetching the coffee - this medal is to be assigned only for the best work in the epistemics department. # DeltaV - Epistemics Department replacing Science. Updated description for flavour + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/sciencemedal.rsi # DeltaV - resprite + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckSecuritymedal + name: security medal + description: Whether it's catching armed terrorists, guarding the crew from alien threats, or just having a conversation in the corridor - this medal is to be assigned only for the best work in the security department. # DeltaV - Updated description for flavour + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/securitymedal.rsi # DeltaV - resprite + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckClownmedal + name: bravado medal # DeltaV - Updated title so it's not just a joke medal. + description: Given to crewmates who laugh in the face of death, lift their peers' spirits, and uplift themselves and their friends to success. # DeltaV - Updated description for flavour and to reflect title. + components: + - type: Sprite + sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite + - type: Clothing + sprite: DeltaV/Clothing/Neck/Medals/clownmedal.rsi # DeltaV - resprite + - type: StealTarget + stealGroup: ClothingNeckClownmedal diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 4f0a0d0aafa..f8b54ad8350 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -1,543 +1,543 @@ -- type: entity - parent: ClothingOuterStorageBase - id: ClothingOuterWinterCoat - name: winter coat - description: A heavy jacket made from 'synthetic' animal furs. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coat.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coat.rsi - - type: TemperatureProtection - coefficient: 0.1 - - type: Item - size: Normal - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - priceMultiplier: 0 - - type: Food - requiresSpecialDigestion: true - - type: SolutionContainerManager - solutions: - food: - maxVol: 30 - reagents: - - ReagentId: Fiber - Quantity: 30 - - type: Tag - tags: - - ClothMade - - WhitelistChameleon - - type: StaticPrice - price: 70 - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterCoatToggleable - name: winter coat with hood - noSpawn: True - components: - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterDefault - slot: head - - type: ContainerContainer - containers: - toggleable-clothing: !type:ContainerSlot {} - storagebase: !type:Container - ents: [] - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterAtmos - name: atmospherics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterEngineer - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterBar - name: bartender winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterBartender - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCap - name: captain's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCaptain - - type: Armor # DeltaV - adds resists to coat, same as HoS coat. Still better than nothing, but nowhere as good as a carapace - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.75 - Piercing: 0.75 - Heat: 0.75 - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCargo - name: logistics winter coat # DeltaV - Logistics Department replacing Cargo - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCargo - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCE - name: chief engineer's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCE - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCentcom - name: CentCom winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCentcom - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterChef - name: chef's freezer coat - description: A coat specifically designed for work inside cold storage, sorely needed by cold-blooded lizard chefs. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterChem - name: chemistry winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.75 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterChem - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCMO - name: chief medical officer's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.75 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCMO - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterClown - name: clown winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterEngi - name: engineering winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterEngineer - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterGen - name: genetics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHoP - name: head of personnel's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHOP - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHoS - name: head of security's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHOS - - type: Armor # DeltaV - adds resists to coat. As good as Cap's, but I don't know why you'd wear this over a trench coat - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.75 - Piercing: 0.75 - Heat: 0.75 - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHydro - name: hydroponics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHydro - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterJani - name: janitorial winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.9 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterJani - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMed - name: medical winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMed - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMime - name: mime winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMime - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMiner - name: mining winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMiner - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterPara - name: paramedic winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.75 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterPara - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterQM - name: logistics officer's winter coat # DeltaV - Logistics Department replacing Cargo - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterQM - - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterRD - name: mystagogue's winter coat # DeltaV - Epistemics Department replacing Science - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterRD - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterRobo - name: robotics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterRobo - - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSci - name: epistemics winter coat # DeltaV - Epistemics Department replacing Science - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSec - name: security winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSec - - type: Armor # DeltaV - adds resists to coat - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.85 # DeltaV - not as resistant as pre-rebase, but still better than nothing - Heat: 0.75 - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterViro - name: virology winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterWarden - name: warden's armored winter coat - description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi - - type: Armor - modifiers: - coefficients: - Blunt: 0.70 - Slash: 0.70 - Piercing: 0.8 #slightly less bulletproof then warden's normal coat - Heat: 0.70 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterWarden - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSyndieCap - name: syndicate's winter coat - description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool." - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterWarden - id: ClothingOuterWinterSyndieCapArmored - name: syndicate's armored winter coat - description: "The syndicate's armored winter coat is made of durable fabric, with gilded patterns, and coarse wool." - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSyndie - name: syndicate's winter coat - description: Insulated winter coat, looks like a merch from "Syndieland" - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterMusician - name: musician's winter coat - description: An oversized, plasticine space tuxedo that'll have people asking "do you know me?" - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterWeb - name: web winter coat - description: Feels like the inside of a cocoon, not that this would make you less afraid of being in one. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi - - type: Construction - graph: WebObjects - node: coat - - type: FlavorProfile - flavors: - - cobwebs - ignoreReagents: - - Fiber - - type: SolutionContainerManager - solutions: # 15 (3 (fiber count of web) * 5 (to craft)) + 5 (magical crafting bonus) - food: - maxVol: 20 - reagents: - - ReagentId: Fiber - Quantity: 20 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterWeb +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterWinterCoat + name: winter coat + description: A heavy jacket made from 'synthetic' animal furs. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coat.rsi + - type: TemperatureProtection + coefficient: 0.1 + - type: Item + size: Normal + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + priceMultiplier: 0 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Fiber + Quantity: 30 + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + - type: StaticPrice + price: 70 + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterCoatToggleable + name: winter coat with hood + noSpawn: True + components: + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterDefault + slot: head + - type: ContainerContainer + containers: + toggleable-clothing: !type:ContainerSlot {} + storagebase: !type:Container + ents: [] + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterAtmos + name: atmospherics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterBar + name: bartender winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterBartender + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCap + name: captain's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCaptain + - type: Armor # DeltaV - adds resists to coat, same as HoS coat. Still better than nothing, but nowhere as good as a carapace + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 + Heat: 0.75 + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCargo + name: logistics winter coat # DeltaV - Logistics Department replacing Cargo + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCargo + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCE + name: chief engineer's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCE + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCentcom + name: CentCom winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCentcom + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterChef + name: chef's freezer coat + description: A coat specifically designed for work inside cold storage, sorely needed by cold-blooded lizard chefs. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterChem + name: chemistry winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.75 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterChem + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCMO + name: chief medical officer's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.75 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCMO + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterClown + name: clown winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterEngi + name: engineering winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterGen + name: genetics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHoP + name: head of personnel's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOP + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHoS + name: head of security's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOS + - type: Armor # DeltaV - adds resists to coat. As good as Cap's, but I don't know why you'd wear this over a trench coat + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 + Heat: 0.75 + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHydro + name: hydroponics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHydro + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterJani + name: janitorial winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.9 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterJani + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMed + name: medical winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMed + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMime + name: mime winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMime + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMiner + name: mining winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMiner + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterPara + name: paramedic winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.75 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterPara + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterQM + name: logistics officer's winter coat # DeltaV - Logistics Department replacing Cargo + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterQM + + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterRD + name: mystagogue's winter coat # DeltaV - Epistemics Department replacing Science + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRD + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterRobo + name: robotics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRobo + + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSci + name: epistemics winter coat # DeltaV - Epistemics Department replacing Science + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSec + name: security winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSec + - type: Armor # DeltaV - adds resists to coat + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.85 # DeltaV - not as resistant as pre-rebase, but still better than nothing + Heat: 0.75 + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterViro + name: virology winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterWarden + name: warden's armored winter coat + description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.70 + Slash: 0.70 + Piercing: 0.8 #slightly less bulletproof then warden's normal coat + Heat: 0.70 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWarden + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSyndieCap + name: syndicate's winter coat + description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool." + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterWarden + id: ClothingOuterWinterSyndieCapArmored + name: syndicate's armored winter coat + description: "The syndicate's armored winter coat is made of durable fabric, with gilded patterns, and coarse wool." + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSyndie + name: syndicate's winter coat + description: Insulated winter coat, looks like a merch from "Syndieland" + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterMusician + name: musician's winter coat + description: An oversized, plasticine space tuxedo that'll have people asking "do you know me?" + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterWeb + name: web winter coat + description: Feels like the inside of a cocoon, not that this would make you less afraid of being in one. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi + - type: Construction + graph: WebObjects + node: coat + - type: FlavorProfile + flavors: + - cobwebs + ignoreReagents: + - Fiber + - type: SolutionContainerManager + solutions: # 15 (3 (fiber count of web) * 5 (to craft)) + 5 (magical crafting bonus) + food: + maxVol: 20 + reagents: + - ReagentId: Fiber + Quantity: 20 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWeb diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/grille.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/grille.yml index 3f5be4fdb15..2ed58711aea 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/grille.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/grille.yml @@ -1,16 +1,16 @@ -- type: entity - name: Random Grille Spawner - id: GrilleSpawner - parent: MarkerBase - components: - - type: Sprite - layers: - - sprite: Structures/Walls/random.rsi - state: randomgrille - - type: RandomSpawner - prototypes: - - Grille - - GrilleBroken - chance: 1.0 - placement: - mode: AlignTileAny +- type: entity + name: Random Grille Spawner + id: GrilleSpawner + parent: MarkerBase + components: + - type: Sprite + layers: + - sprite: Structures/Walls/random.rsi + state: randomgrille + - type: RandomSpawner + prototypes: + - Grille + - GrilleBroken + chance: 1.0 + placement: + mode: AlignTileAny diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml index 4d569a739c3..47b8de4f559 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml @@ -1,98 +1,98 @@ -- type: entity - id: CigCartonGreen - parent: [ BoxCardboard, BaseBagOpenClose ] - name: Spessman's Smokes carton - description: "A carton containing 6 packets of Spessman's Smokes." - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi - layers: - - state: closed - - state: open - map: ["openLayer"] - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi - size: Normal - - type: Storage - grid: - - 0,0,4,1 - - type: StorageFill - contents: - - id: CigPackGreen - amount: 5 - - type: Tag - tags: - - Trash - - type: PhysicalComposition - materialComposition: - Plastic: 50 - - type: SpaceGarbage - -- type: entity - id: CigCartonRed - parent: CigCartonGreen - name: DromedaryCo carton - description: A carton containing 6 packets of Dromedarycos. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/red.rsi - layers: - - state: closed - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/red.rsi - - type: StorageFill - contents: - - id: CigPackRed - amount: 5 - -- type: entity - id: CigCartonBlue - parent: CigCartonGreen - name: AcmeCo carton - description: A carton containing 6 packets of AcmeCo. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/blue.rsi - layers: - - state: closed - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/blue.rsi - - type: StorageFill - contents: - - id: CigPackBlue - amount: 5 - -- type: entity - id: CigCartonBlack - parent: CigCartonGreen - name: Nomads carton - description: A carton containing 6 packets of Nomads. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/black.rsi - layers: - - state: closed - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/black.rsi - - type: StorageFill - contents: - - id: CigPackBlack - amount: 5 - -- type: entity - id: CigCartonMixed - parent: CigCartonGreen - name: Dan's soaked smokes - description: A carton containg 3 packets of Dan's soaked smokes. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi - layers: - - state: closed - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi - - type: StorageFill - contents: - - id: CigPackMixedMedical - - id: CigPackMixed - - id: CigPackMixedNasty +- type: entity + id: CigCartonGreen + parent: [ BoxCardboard, BaseBagOpenClose ] + name: Spessman's Smokes carton + description: "A carton containing 6 packets of Spessman's Smokes." + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi + layers: + - state: closed + - state: open + map: ["openLayer"] + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/green.rsi + size: Normal + - type: Storage + grid: + - 0,0,4,1 + - type: StorageFill + contents: + - id: CigPackGreen + amount: 5 + - type: Tag + tags: + - Trash + - type: PhysicalComposition + materialComposition: + Plastic: 50 + - type: SpaceGarbage + +- type: entity + id: CigCartonRed + parent: CigCartonGreen + name: DromedaryCo carton + description: A carton containing 6 packets of Dromedarycos. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/red.rsi + layers: + - state: closed + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/red.rsi + - type: StorageFill + contents: + - id: CigPackRed + amount: 5 + +- type: entity + id: CigCartonBlue + parent: CigCartonGreen + name: AcmeCo carton + description: A carton containing 6 packets of AcmeCo. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/blue.rsi + layers: + - state: closed + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/blue.rsi + - type: StorageFill + contents: + - id: CigPackBlue + amount: 5 + +- type: entity + id: CigCartonBlack + parent: CigCartonGreen + name: Nomads carton + description: A carton containing 6 packets of Nomads. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/black.rsi + layers: + - state: closed + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/black.rsi + - type: StorageFill + contents: + - id: CigPackBlack + amount: 5 + +- type: entity + id: CigCartonMixed + parent: CigCartonGreen + name: Dan's soaked smokes + description: A carton containg 3 packets of Dan's soaked smokes. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi + layers: + - state: closed + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi + - type: StorageFill + contents: + - id: CigPackMixedMedical + - id: CigPackMixed + - id: CigPackMixedNasty diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml index 659cbaa28a2..f811afafba1 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml @@ -1,411 +1,411 @@ -- type: entity - id: Cigarette - parent: BaseCigar - name: cigarette - description: A roll of tobacco and nicotine. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi - state: unlit-icon - - type: Tag - tags: - - Cigarette - - Trash - - type: SpaceGarbage - - type: Clothing - sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi - slots: [ mask ] - equippedPrefix: unlit - - type: Item - size: Tiny - - type: Construction - graph: smokeableCigarette - node: cigarette - -- type: entity - id: SoakedCigarette - parent: BaseCigar - name: cigarette - suffix: Soaked - description: A roll of tobacco and nicotine soaked in some chemical. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi - state: unlit-icon - - type: Tag - tags: - - Cigarette - - Trash - - type: SpaceGarbage - - type: Clothing - sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi - slots: [ mask ] - equippedPrefix: unlit - - type: Item - size: Tiny - - type: Construction - graph: smokeableCigarette - node: cigarette - -- type: entity - id: CigaretteSpent - parent: Cigarette - suffix: spent - components: - - type: Sprite - state: burnt-icon - - type: Smokable - state: Burnt - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 20 - - type: Tag - tags: - - Cigarette - - Trash - - Burnt - -- type: entity - id: CigaretteSyndicate - suffix: syndicate - parent: Cigarette - name: cigarette - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Omnizine - Quantity: 30 - -- type: entity - id: CigaretteOmnizine - parent: SoakedCigarette - name: Hot Dog Water Flavor Explosion - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Omnizine - Quantity: 10 - -- type: entity - id: CigaretteIron - parent: SoakedCigarette - name: Rusty Orange Baja Blast - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Iron - Quantity: 10 - -- type: entity - id: CigaretteTricordrazine - parent: SoakedCigarette - name: Licorice Allsorts - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Tricordrazine - Quantity: 10 - -- type: entity - id: CigaretteDylovene - parent: SoakedCigarette - name: Urinal Cake Disolver - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Dylovene - Quantity: 10 - -- type: entity - id: CigaretteDermaline - parent: SoakedCigarette - name: Aloe Peanut Butter Medley - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Dermaline - Quantity: 10 - -- type: entity - id: CigaretteArithrazine - parent: SoakedCigarette - name: Roman Pipe Works - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Arithrazine - Quantity: 10 - -- type: entity - id: CigaretteIpecac - parent: SoakedCigarette - name: Grandma's Christmas Fruitcake - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Ipecac - Quantity: 2 - -- type: entity - id: CigaretteBicaridine - parent: SoakedCigarette - name: Wet Dog Enhanced Cigarette - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Bicaridine - Quantity: 10 - -- type: entity - id: CigaretteDexalin - parent: SoakedCigarette - name: Rocky Mountain Musk - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Dexalin - Quantity: 10 - -- type: entity - id: CigarettePax - parent: SoakedCigarette - name: Switzerland Express - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Pax - Quantity: 2 - -- type: entity - id: CigaretteBbqSauce - parent: SoakedCigarette - name: Spicy Wood Aroma - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: BbqSauce - Quantity: 10 - -- type: entity - id: CigaretteBlackPepper - parent: SoakedCigarette - name: English Spice - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Blackpepper - Quantity: 10 - -- type: entity - id: CigaretteCapsaicinOil - parent: SoakedCigarette - name: Chilly P - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: CapsaicinOil - Quantity: 10 - -- type: entity - id: CigaretteBread - parent: SoakedCigarette - name: Double Toasted - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - -- type: entity - id: CigaretteMilk - parent: SoakedCigarette - name: Bovine Extract - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Milk - Quantity: 10 - -- type: entity - id: CigaretteBanana - parent: SoakedCigarette - name: Clown Adjancency Bonus - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: BananaHonk - Quantity: 10 - -- type: entity - id: CigaretteSpaceDrugs - parent: SoakedCigarette - name: 80's Power Hour - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: SpaceDrugs - Quantity: 10 - -- type: entity - id: CigaretteMuteToxin - parent: SoakedCigarette - name: Mixed Lozenges - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: MuteToxin - Quantity: 2 - -- type: entity - id: CigaretteMold - parent: SoakedCigarette - name: Beneath The Sink Experience - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Mold - Quantity: 2 - -- type: entity - id: CigaretteLicoxide - parent: SoakedCigarette - name: Wake Up Call - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: Licoxide - Quantity: 5 - -- type: entity - id: CigaretteWeldingFuel - parent: SoakedCigarette - name: Plasma Sauce - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: WeldingFuel - Quantity: 5 - -- type: entity - id: CigaretteTHC - parent: SoakedCigarette - name: Hippy Romance Novel - components: - - type: SolutionContainerManager - solutions: - smokable: - maxVol: 40 - reagents: - - ReagentId: Nicotine - Quantity: 10 - - ReagentId: THC - Quantity: 5 +- type: entity + id: Cigarette + parent: BaseCigar + name: cigarette + description: A roll of tobacco and nicotine. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + state: unlit-icon + - type: Tag + tags: + - Cigarette + - Trash + - type: SpaceGarbage + - type: Clothing + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + slots: [ mask ] + equippedPrefix: unlit + - type: Item + size: Tiny + - type: Construction + graph: smokeableCigarette + node: cigarette + +- type: entity + id: SoakedCigarette + parent: BaseCigar + name: cigarette + suffix: Soaked + description: A roll of tobacco and nicotine soaked in some chemical. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + state: unlit-icon + - type: Tag + tags: + - Cigarette + - Trash + - type: SpaceGarbage + - type: Clothing + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + slots: [ mask ] + equippedPrefix: unlit + - type: Item + size: Tiny + - type: Construction + graph: smokeableCigarette + node: cigarette + +- type: entity + id: CigaretteSpent + parent: Cigarette + suffix: spent + components: + - type: Sprite + state: burnt-icon + - type: Smokable + state: Burnt + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 20 + - type: Tag + tags: + - Cigarette + - Trash + - Burnt + +- type: entity + id: CigaretteSyndicate + suffix: syndicate + parent: Cigarette + name: cigarette + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Omnizine + Quantity: 30 + +- type: entity + id: CigaretteOmnizine + parent: SoakedCigarette + name: Hot Dog Water Flavor Explosion + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Omnizine + Quantity: 10 + +- type: entity + id: CigaretteIron + parent: SoakedCigarette + name: Rusty Orange Baja Blast + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Iron + Quantity: 10 + +- type: entity + id: CigaretteTricordrazine + parent: SoakedCigarette + name: Licorice Allsorts + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Tricordrazine + Quantity: 10 + +- type: entity + id: CigaretteDylovene + parent: SoakedCigarette + name: Urinal Cake Disolver + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Dylovene + Quantity: 10 + +- type: entity + id: CigaretteDermaline + parent: SoakedCigarette + name: Aloe Peanut Butter Medley + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Dermaline + Quantity: 10 + +- type: entity + id: CigaretteArithrazine + parent: SoakedCigarette + name: Roman Pipe Works + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Arithrazine + Quantity: 10 + +- type: entity + id: CigaretteIpecac + parent: SoakedCigarette + name: Grandma's Christmas Fruitcake + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Ipecac + Quantity: 2 + +- type: entity + id: CigaretteBicaridine + parent: SoakedCigarette + name: Wet Dog Enhanced Cigarette + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Bicaridine + Quantity: 10 + +- type: entity + id: CigaretteDexalin + parent: SoakedCigarette + name: Rocky Mountain Musk + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Dexalin + Quantity: 10 + +- type: entity + id: CigarettePax + parent: SoakedCigarette + name: Switzerland Express + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Pax + Quantity: 2 + +- type: entity + id: CigaretteBbqSauce + parent: SoakedCigarette + name: Spicy Wood Aroma + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: BbqSauce + Quantity: 10 + +- type: entity + id: CigaretteBlackPepper + parent: SoakedCigarette + name: English Spice + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Blackpepper + Quantity: 10 + +- type: entity + id: CigaretteCapsaicinOil + parent: SoakedCigarette + name: Chilly P + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: CapsaicinOil + Quantity: 10 + +- type: entity + id: CigaretteBread + parent: SoakedCigarette + name: Double Toasted + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + +- type: entity + id: CigaretteMilk + parent: SoakedCigarette + name: Bovine Extract + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Milk + Quantity: 10 + +- type: entity + id: CigaretteBanana + parent: SoakedCigarette + name: Clown Adjancency Bonus + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: BananaHonk + Quantity: 10 + +- type: entity + id: CigaretteSpaceDrugs + parent: SoakedCigarette + name: 80's Power Hour + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: SpaceDrugs + Quantity: 10 + +- type: entity + id: CigaretteMuteToxin + parent: SoakedCigarette + name: Mixed Lozenges + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: MuteToxin + Quantity: 2 + +- type: entity + id: CigaretteMold + parent: SoakedCigarette + name: Beneath The Sink Experience + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Mold + Quantity: 2 + +- type: entity + id: CigaretteLicoxide + parent: SoakedCigarette + name: Wake Up Call + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: Licoxide + Quantity: 5 + +- type: entity + id: CigaretteWeldingFuel + parent: SoakedCigarette + name: Plasma Sauce + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: WeldingFuel + Quantity: 5 + +- type: entity + id: CigaretteTHC + parent: SoakedCigarette + name: Hippy Romance Novel + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 40 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: THC + Quantity: 5 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml index bc9079fb2db..e2874093c5b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml @@ -1,283 +1,283 @@ -- type: entity - id: CigPackBase - parent: [ BaseStorageItem, BaseBagOpenClose ] - name: cigarette pack - abstract: true - components: - - type: Sprite - layers: - - state: closed - - state: open - map: ["openLayer"] - visible: false - - state: cig1 - map: ["cig1"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig2 - map: ["cig2"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig3 - map: ["cig3"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig4 - map: ["cig4"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig5 - map: ["cig5"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig6 - map: ["cig6"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - type: Tag - tags: - - CigPack - - Trash - - type: PhysicalComposition - materialComposition: - Steel: 50 - - type: SpaceGarbage - - type: Item - size: Tiny - shape: # Yes, this is cursed, but it breaks otherwise, dont question it. - - 0,0,0,1 - - type: Storage - grid: - - 0,0,4,1 - - type: StorageFill - contents: - - id: Cigarette - amount: 10 - - type: ItemCounter - count: - tags: [Cigarette] - composite: true - layerStates: - - cig1 - - cig2 - - cig3 - - cig4 - - cig5 - - cig6 - - type: Appearance - -- type: entity - id: CigPackMixedBase - parent: [ BaseStorageItem, BaseBagOpenClose ] - name: soaked cigarette pack - abstract: true - components: - - type: Sprite - layers: - - state: closed - - state: open - map: ["openLayer"] - visible: false - - state: cig1 - map: ["cig1"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig2 - map: ["cig2"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig3 - map: ["cig3"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig4 - map: ["cig4"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig5 - map: ["cig5"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - state: cig6 - map: ["cig6"] - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi - visible: false - - type: Tag - tags: - - CigPack - - Trash - - type: PhysicalComposition - materialComposition: - Steel: 50 - - type: SpaceGarbage - - type: Item - size: Tiny - shape: # Yes, this is cursed, but it breaks otherwise, dont question it. - - 0,0,0,1 - - type: Storage - grid: - - 0,0,4,1 - - type: StorageFill - contents: - - id: CigaretteRandom - amount: 10 - - type: ItemCounter - count: - tags: [Cigarette] - composite: true - layerStates: - - cig1 - - cig2 - - cig3 - - cig4 - - cig5 - - cig6 - - type: Appearance - -- type: entity - id: CigPackGreen - parent: CigPackBase - name: Spessman's Smokes packet - description: A label on the packaging reads, Wouldn't a slow death make a change? - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/green.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/green.rsi - -- type: entity - id: CigPackRed - parent: CigPackBase - name: DromedaryCo packet - description: The most popular brand of Space Cigarettes, sponsors of the Space Olympics. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/red.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/red.rsi - -- type: entity - id: CigPackBlue - parent: CigPackBase - name: AcmeCo packet - description: For those who somehow want to obtain the record for the most amount of cancerous tumors. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/blue.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/blue.rsi - -- type: entity - id: CigPackBlack - parent: CigPackBase - name: Nomads packet - description: Nomads's extra strong, for when your life is more extra hard. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi - -- type: entity - id: CigPackSyndicate - parent: CigPackBase - name: Interdyne herbals packet - description: Elite cigarettes for elite syndicate agents. Infused with medicine for when you need to do more than calm your nerves. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi - - type: StorageFill - contents: - - id: CigaretteSyndicate - amount: 5 - -- type: entity - id: CigPackMixedMedical - parent: CigPackMixedBase - name: Dan's soaked smokes - suffix: Medical - description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: StorageFill - contents: - - id: CigaretteIron - - id: CigaretteTricordrazine - - id: CigaretteDylovene - - id: CigaretteDermaline - - id: CigaretteArithrazine - - id: CigaretteBicaridine - - id: CigaretteIpecac - - id: CigaretteOmnizine - prob: 0.25 - - id: CigaretteDexalin - prob: 0.25 - - id: CigarettePax - prob: 0.10 - - -- type: entity - id: CigPackMixed - parent: CigPackMixedBase - name: Dan's soaked smokes - suffix: Mixed - description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: StorageFill - contents: - - id: CigaretteBbqSauce - prob: 0.70 - - id: CigaretteBlackPepper - prob: 0.70 - - id: CigaretteCapsaicinOil - prob: 0.70 - - id: CigaretteBread - prob: 0.70 - - id: CigaretteMilk - prob: 0.70 - - id: CigaretteBanana - prob: 0.10 - - id: CigaretteTHC - prob: 0.70 - - id: CigaretteTricordrazine - prob: 0.25 - - id: CigaretteSpaceDrugs - prob: 0.50 - - id: CigaretteLicoxide - prob: 0.10 - -- type: entity - id: CigPackMixedNasty - parent: CigPackMixedBase - name: Dan's soaked smokes - suffix: Nasty - description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. - components: - - type: Sprite - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: Item - sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi - - type: StorageFill - contents: - - id: CigaretteSpaceDrugs - amount: 2 - - id: CigaretteWeldingFuel - amount: 2 - - id: CigaretteMold - amount: 2 - - id: CigaretteTHC - - id: CigaretteLicoxide - prob: 0.50 - - id: CigarettePax - prob: 0.10 - - id: CigaretteMuteToxin - prob: 0.05 +- type: entity + id: CigPackBase + parent: [ BaseStorageItem, BaseBagOpenClose ] + name: cigarette pack + abstract: true + components: + - type: Sprite + layers: + - state: closed + - state: open + map: ["openLayer"] + visible: false + - state: cig1 + map: ["cig1"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig2 + map: ["cig2"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig3 + map: ["cig3"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig4 + map: ["cig4"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig5 + map: ["cig5"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig6 + map: ["cig6"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - type: Tag + tags: + - CigPack + - Trash + - type: PhysicalComposition + materialComposition: + Steel: 50 + - type: SpaceGarbage + - type: Item + size: Tiny + shape: # Yes, this is cursed, but it breaks otherwise, dont question it. + - 0,0,0,1 + - type: Storage + grid: + - 0,0,4,1 + - type: StorageFill + contents: + - id: Cigarette + amount: 10 + - type: ItemCounter + count: + tags: [Cigarette] + composite: true + layerStates: + - cig1 + - cig2 + - cig3 + - cig4 + - cig5 + - cig6 + - type: Appearance + +- type: entity + id: CigPackMixedBase + parent: [ BaseStorageItem, BaseBagOpenClose ] + name: soaked cigarette pack + abstract: true + components: + - type: Sprite + layers: + - state: closed + - state: open + map: ["openLayer"] + visible: false + - state: cig1 + map: ["cig1"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig2 + map: ["cig2"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig3 + map: ["cig3"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig4 + map: ["cig4"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig5 + map: ["cig5"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - state: cig6 + map: ["cig6"] + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/visualizer.rsi + visible: false + - type: Tag + tags: + - CigPack + - Trash + - type: PhysicalComposition + materialComposition: + Steel: 50 + - type: SpaceGarbage + - type: Item + size: Tiny + shape: # Yes, this is cursed, but it breaks otherwise, dont question it. + - 0,0,0,1 + - type: Storage + grid: + - 0,0,4,1 + - type: StorageFill + contents: + - id: CigaretteRandom + amount: 10 + - type: ItemCounter + count: + tags: [Cigarette] + composite: true + layerStates: + - cig1 + - cig2 + - cig3 + - cig4 + - cig5 + - cig6 + - type: Appearance + +- type: entity + id: CigPackGreen + parent: CigPackBase + name: Spessman's Smokes packet + description: A label on the packaging reads, Wouldn't a slow death make a change? + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/green.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/green.rsi + +- type: entity + id: CigPackRed + parent: CigPackBase + name: DromedaryCo packet + description: The most popular brand of Space Cigarettes, sponsors of the Space Olympics. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/red.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/red.rsi + +- type: entity + id: CigPackBlue + parent: CigPackBase + name: AcmeCo packet + description: For those who somehow want to obtain the record for the most amount of cancerous tumors. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/blue.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/blue.rsi + +- type: entity + id: CigPackBlack + parent: CigPackBase + name: Nomads packet + description: Nomads's extra strong, for when your life is more extra hard. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi + +- type: entity + id: CigPackSyndicate + parent: CigPackBase + name: Interdyne herbals packet + description: Elite cigarettes for elite syndicate agents. Infused with medicine for when you need to do more than calm your nerves. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi + - type: StorageFill + contents: + - id: CigaretteSyndicate + amount: 5 + +- type: entity + id: CigPackMixedMedical + parent: CigPackMixedBase + name: Dan's soaked smokes + suffix: Medical + description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: StorageFill + contents: + - id: CigaretteIron + - id: CigaretteTricordrazine + - id: CigaretteDylovene + - id: CigaretteDermaline + - id: CigaretteArithrazine + - id: CigaretteBicaridine + - id: CigaretteIpecac + - id: CigaretteOmnizine + prob: 0.25 + - id: CigaretteDexalin + prob: 0.25 + - id: CigarettePax + prob: 0.10 + + +- type: entity + id: CigPackMixed + parent: CigPackMixedBase + name: Dan's soaked smokes + suffix: Mixed + description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: StorageFill + contents: + - id: CigaretteBbqSauce + prob: 0.70 + - id: CigaretteBlackPepper + prob: 0.70 + - id: CigaretteCapsaicinOil + prob: 0.70 + - id: CigaretteBread + prob: 0.70 + - id: CigaretteMilk + prob: 0.70 + - id: CigaretteBanana + prob: 0.10 + - id: CigaretteTHC + prob: 0.70 + - id: CigaretteTricordrazine + prob: 0.25 + - id: CigaretteSpaceDrugs + prob: 0.50 + - id: CigaretteLicoxide + prob: 0.10 + +- type: entity + id: CigPackMixedNasty + parent: CigPackMixedBase + name: Dan's soaked smokes + suffix: Nasty + description: Dan worked with NT chemistry to dispose of excess chemicals, ENJOY. + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: Item + sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/mixed.rsi + - type: StorageFill + contents: + - id: CigaretteSpaceDrugs + amount: 2 + - id: CigaretteWeldingFuel + amount: 2 + - id: CigaretteMold + amount: 2 + - id: CigaretteTHC + - id: CigaretteLicoxide + prob: 0.50 + - id: CigarettePax + prob: 0.10 + - id: CigaretteMuteToxin + prob: 0.05 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml index 497876f3596..9e1134195d5 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml @@ -1,24 +1,24 @@ -- type: entity - name: arm blade - parent: BaseItem - id: ArmBlade - description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. - components: - - type: Sharp - - type: Sprite - sprite: Objects/Weapons/Melee/armblade.rsi - state: icon - - type: MeleeWeapon - wideAnimationRotation: 90 - attackRate: 0.75 - damage: - types: - Slash: 25 - Piercing: 15 - - type: Item - size: Normal - sprite: Objects/Weapons/Melee/armblade.rsi - - type: Tool - qualities: - - Prying - - type: Prying +- type: entity + name: arm blade + parent: BaseItem + id: ArmBlade + description: A grotesque blade made out of bone and flesh that cleaves through people as a hot knife through butter. + components: + - type: Sharp + - type: Sprite + sprite: Objects/Weapons/Melee/armblade.rsi + state: icon + - type: MeleeWeapon + wideAnimationRotation: 90 + attackRate: 0.75 + damage: + types: + Slash: 25 + Piercing: 15 + - type: Item + size: Normal + sprite: Objects/Weapons/Melee/armblade.rsi + - type: Tool + qualities: + - Prying + - type: Prying diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index d799558df75..60ee2203ca5 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -1,105 +1,105 @@ -- type: entity - id: HighSecDoor - parent: BaseStructure - name: high security door - description: Keeps the bad out and keeps the good in. - placement: - mode: SnapgridCenter - components: - - type: InteractionOutline - - type: Sprite - sprite: Structures/Doors/Airlocks/highsec/highsec.rsi - layers: - - state: closed - map: ["enum.DoorVisualLayers.Base"] - - state: closed_unlit - shader: unshaded - map: ["enum.DoorVisualLayers.BaseUnlit"] - - state: welded - map: ["enum.WeldableLayers.BaseWelded"] - - state: bolted_unlit - shader: unshaded - map: ["enum.DoorVisualLayers.BaseBolted"] - - state: emergency_unlit - map: ["enum.DoorVisualLayers.BaseEmergencyAccess"] - shader: unshaded - - state: panel_open - map: ["enum.WiresVisualLayers.MaintenancePanel"] - - type: AnimationPlayer - - type: Physics - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close - density: 100 - mask: - - FullTileMask - layer: - - WallLayer - - type: ContainerFill - containers: - board: [ DoorElectronics ] - - type: ContainerContainer - containers: - board: !type:Container - - type: Door - crushDamage: - types: - Blunt: 50 - openSound: - path: /Audio/Machines/airlock_open.ogg - closeSound: - path: /Audio/Machines/airlock_close.ogg - denySound: - path: /Audio/Machines/airlock_deny.ogg - - type: Weldable - time: 10 - - type: Airlock - - type: NavMapDoor - - type: DoorBolt - - type: AccessReader - - type: Appearance - - type: WiresVisuals - - type: ApcPowerReceiver - powerLoad: 20 - - type: ExtensionCableReceiver - - type: Electrified - enabled: false - usesApcPower: true - - type: WiresPanel - - type: WiresPanelSecurity - securityLevel: maxSecurity - - type: Wires - boardName: wires-board-name-highsec - layoutId: HighSec - alwaysRandomize: true - - type: UserInterface - interfaces: - - key: enum.WiresUiKey.Key - type: WiresBoundUserInterface - - type: Airtight - fixVacuum: true - - type: Occluder - - type: Damageable - damageContainer: StructuralInorganic - damageModifierSet: StrongMetallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 1500 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - type: IconSmooth - key: walls - mode: NoSprite - - type: Construction - graph: Airlock - node: highSecDoor - - type: Tag - tags: - - HighSecDoor - # This tag is used to nagivate the Airlock construction graph. It's needed because this construction graph is shared between Airlock, AirlockGlass, and HighSecDoor +- type: entity + id: HighSecDoor + parent: BaseStructure + name: high security door + description: Keeps the bad out and keeps the good in. + placement: + mode: SnapgridCenter + components: + - type: InteractionOutline + - type: Sprite + sprite: Structures/Doors/Airlocks/highsec/highsec.rsi + layers: + - state: closed + map: ["enum.DoorVisualLayers.Base"] + - state: closed_unlit + shader: unshaded + map: ["enum.DoorVisualLayers.BaseUnlit"] + - state: welded + map: ["enum.WeldableLayers.BaseWelded"] + - state: bolted_unlit + shader: unshaded + map: ["enum.DoorVisualLayers.BaseBolted"] + - state: emergency_unlit + map: ["enum.DoorVisualLayers.BaseEmergencyAccess"] + shader: unshaded + - state: panel_open + map: ["enum.WiresVisualLayers.MaintenancePanel"] + - type: AnimationPlayer + - type: Physics + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,0.49" # don't want this colliding with walls or they won't close + density: 100 + mask: + - FullTileMask + layer: + - WallLayer + - type: ContainerFill + containers: + board: [ DoorElectronics ] + - type: ContainerContainer + containers: + board: !type:Container + - type: Door + crushDamage: + types: + Blunt: 50 + openSound: + path: /Audio/Machines/airlock_open.ogg + closeSound: + path: /Audio/Machines/airlock_close.ogg + denySound: + path: /Audio/Machines/airlock_deny.ogg + - type: Weldable + time: 10 + - type: Airlock + - type: NavMapDoor + - type: DoorBolt + - type: AccessReader + - type: Appearance + - type: WiresVisuals + - type: ApcPowerReceiver + powerLoad: 20 + - type: ExtensionCableReceiver + - type: Electrified + enabled: false + usesApcPower: true + - type: WiresPanel + - type: WiresPanelSecurity + securityLevel: maxSecurity + - type: Wires + boardName: wires-board-name-highsec + layoutId: HighSec + alwaysRandomize: true + - type: UserInterface + interfaces: + - key: enum.WiresUiKey.Key + type: WiresBoundUserInterface + - type: Airtight + fixVacuum: true + - type: Occluder + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: StrongMetallic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 1500 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - type: IconSmooth + key: walls + mode: NoSprite + - type: Construction + graph: Airlock + node: highSecDoor + - type: Tag + tags: + - HighSecDoor + # This tag is used to nagivate the Airlock construction graph. It's needed because this construction graph is shared between Airlock, AirlockGlass, and HighSecDoor diff --git a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml index d2a5853fcb0..aaa0ed716d7 100644 --- a/Resources/Prototypes/Entities/Structures/Holographic/projections.yml +++ b/Resources/Prototypes/Entities/Structures/Holographic/projections.yml @@ -1,118 +1,118 @@ -- type: entity - id: HolosignWetFloor - name: wet floor sign - description: The words flicker as if they mean nothing. - placement: - mode: SnapgridCenter - components: - - type: Transform - anchored: true - - type: Physics - bodyType: Static - canCollide: false - - type: Sprite - sprite: Structures/Holo/wetfloor.rsi - state: icon - - type: TimedDespawn - lifetime: 90 - - type: Damageable - damageContainer: Inorganic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 30 - behaviors: - - !type:DoActsBehavior - acts: [ "Destruction" ] - -- type: entity - id: HoloFan - parent: HolosignWetFloor - name: holofan - description: A barrier of hard light that blocks air, but nothing else. - components: - - type: Sprite - sprite: Structures/Holo/holofan.rsi - state: icon - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.5,-0.5,0.5,0.5" - - type: TimedDespawn - lifetime: 180 - - type: Airtight - noAirWhenFullyAirBlocked: false - -- type: entity - id: HolosignSecurity - parent: HolosignWetFloor - name: holographic barrier - description: A barrier of hard light that blocks movement, but pretty weak. - components: - - type: Physics - bodyType: Static - canCollide: true - - type: Sprite - sprite: Structures/Holo/security.rsi - state: icon - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.3,-0.3,0.3,0.3" - mask: - - TableMask - layer: - - TableLayer - - type: TimedDespawn - lifetime: 180 - - type: PointLight - enabled: true - radius: 3 - color: red - - type: Climbable - - type: Clickable - -- type: entity - id: HolosignForcefield - parent: HolosignWetFloor - name: holographic force field - description: A powerful temporal containment field that doesn't let anything through, not even a tesla or singularity. - components: - - type: Physics - bodyType: Static - canCollide: true - - type: Sprite - sprite: Structures/Holo/field.rsi - state: icon - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.5,-0.5,0.5,0.5" - mask: - - FullTileMask - layer: - - GlassLayer - - type: TimedDespawn - lifetime: 180 - - type: PointLight - enabled: true - radius: 3 - color: blue - - type: Clickable - - type: ContainmentField - throwForce: 0 - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 60 - behaviors: - - !type:DoActsBehavior +- type: entity + id: HolosignWetFloor + name: wet floor sign + description: The words flicker as if they mean nothing. + placement: + mode: SnapgridCenter + components: + - type: Transform + anchored: true + - type: Physics + bodyType: Static + canCollide: false + - type: Sprite + sprite: Structures/Holo/wetfloor.rsi + state: icon + - type: TimedDespawn + lifetime: 90 + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 30 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + +- type: entity + id: HoloFan + parent: HolosignWetFloor + name: holofan + description: A barrier of hard light that blocks air, but nothing else. + components: + - type: Sprite + sprite: Structures/Holo/holofan.rsi + state: icon + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,0.5,0.5" + - type: TimedDespawn + lifetime: 180 + - type: Airtight + noAirWhenFullyAirBlocked: false + +- type: entity + id: HolosignSecurity + parent: HolosignWetFloor + name: holographic barrier + description: A barrier of hard light that blocks movement, but pretty weak. + components: + - type: Physics + bodyType: Static + canCollide: true + - type: Sprite + sprite: Structures/Holo/security.rsi + state: icon + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.3,-0.3,0.3,0.3" + mask: + - TableMask + layer: + - TableLayer + - type: TimedDespawn + lifetime: 180 + - type: PointLight + enabled: true + radius: 3 + color: red + - type: Climbable + - type: Clickable + +- type: entity + id: HolosignForcefield + parent: HolosignWetFloor + name: holographic force field + description: A powerful temporal containment field that doesn't let anything through, not even a tesla or singularity. + components: + - type: Physics + bodyType: Static + canCollide: true + - type: Sprite + sprite: Structures/Holo/field.rsi + state: icon + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.5,-0.5,0.5,0.5" + mask: + - FullTileMask + layer: + - GlassLayer + - type: TimedDespawn + lifetime: 180 + - type: PointLight + enabled: true + radius: 3 + color: blue + - type: Clickable + - type: ContainmentField + throwForce: 0 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 60 + behaviors: + - !type:DoActsBehavior acts: [ "Destruction" ] \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml index 2a3cdecdfe2..92850e97e62 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/metamap.yml @@ -1,9 +1,9 @@ -- type: entity - parent: PosterBase - id: PosterMapMetaRight - name: "Meta Station Map" - description: "A map of Meta Station. This looks really old." - components: - - type: Sprite - state: metamap64x +- type: entity + parent: PosterBase + id: PosterMapMetaRight + name: "Meta Station Map" + description: "A map of Meta Station. This looks really old." + components: + - type: Sprite + state: metamap64x sprite: Structures/Wallmounts/metamap.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml index dcf0ae4be75..2f9e6ea5073 100644 --- a/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml +++ b/Resources/Prototypes/Recipes/Crafting/Graphs/improvised/cotton.yml @@ -1,13 +1,13 @@ -- type: constructionGraph - id: CottonObjects - start: start - graph: - - node: start - edges: - - to: cottoncloth - steps: - - material: Cotton - amount: 4 - doAfter: 3 - - node: cottoncloth - entity: MaterialCloth1 +- type: constructionGraph + id: CottonObjects + start: start + graph: + - node: start + edges: + - to: cottoncloth + steps: + - material: Cotton + amount: 4 + doAfter: 3 + - node: cottoncloth + entity: MaterialCloth1 diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml index a188e93388d..9677b5fc222 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml @@ -1,32 +1,32 @@ -- type: job - id: AtmosphericTechnician - name: job-name-atmostech - description: job-description-atmostech - playTimeTracker: JobAtmosphericTechnician - antagAdvantage: 10 # DeltaV - Reduced TC: External Access + Fireaxe + Free Hardsuit - requirements: - - !type:DepartmentTimeRequirement - department: Engineering - time: 36000 # DeltaV - 10 hours - startingGear: AtmosphericTechnicianGear - icon: "JobIconAtmosphericTechnician" - supervisors: job-supervisors-ce - access: - - Maintenance - - Engineering - - External - - Atmospherics - -- type: startingGear - id: AtmosphericTechnicianGear - equipment: - jumpsuit: ClothingUniformJumpsuitAtmos - back: ClothingBackpackAtmosphericsFilled - shoes: ClothingShoesColorWhite - eyes: ClothingEyesGlassesMeson - id: AtmosPDA - belt: ClothingBeltUtilityEngineering - ears: ClothingHeadsetEngineering - innerClothingSkirt: ClothingUniformJumpskirtAtmos - satchel: ClothingBackpackSatchelAtmosphericsFilled - duffelbag: ClothingBackpackDuffelAtmosphericsFilled +- type: job + id: AtmosphericTechnician + name: job-name-atmostech + description: job-description-atmostech + playTimeTracker: JobAtmosphericTechnician + antagAdvantage: 10 # DeltaV - Reduced TC: External Access + Fireaxe + Free Hardsuit + requirements: + - !type:DepartmentTimeRequirement + department: Engineering + time: 36000 # DeltaV - 10 hours + startingGear: AtmosphericTechnicianGear + icon: "JobIconAtmosphericTechnician" + supervisors: job-supervisors-ce + access: + - Maintenance + - Engineering + - External + - Atmospherics + +- type: startingGear + id: AtmosphericTechnicianGear + equipment: + jumpsuit: ClothingUniformJumpsuitAtmos + back: ClothingBackpackAtmosphericsFilled + shoes: ClothingShoesColorWhite + eyes: ClothingEyesGlassesMeson + id: AtmosPDA + belt: ClothingBeltUtilityEngineering + ears: ClothingHeadsetEngineering + innerClothingSkirt: ClothingUniformJumpskirtAtmos + satchel: ClothingBackpackSatchelAtmosphericsFilled + duffelbag: ClothingBackpackDuffelAtmosphericsFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index feef023b450..0b9bb5cfba2 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -1,38 +1,38 @@ -- type: job - id: Detective - name: job-name-detective - description: job-description-detective - playTimeTracker: JobDetective - requirements: - - !type:DepartmentTimeRequirement - department: Security - time: 36000 # DeltaV - 10 hours - startingGear: DetectiveGear - icon: "JobIconDetective" - supervisors: job-supervisors-hos - canBeAntag: false - access: - - Security - #- Brig # Delta V: Removed - - Maintenance - - Service - - Detective - special: - - !type:AddImplantSpecial - implants: [ MindShieldImplant ] - -- type: startingGear - id: DetectiveGear - equipment: - jumpsuit: ClothingUniformJumpsuitDetective - back: ClothingBackpackSecurityFilledDetective - shoes: ClothingShoesBootsCombatFilled - eyes: ClothingEyesGlassesSunglasses - head: ClothingHeadHatFedoraBrown - outerClothing: ClothingOuterVestDetective - id: DetectivePDA - ears: ClothingHeadsetSecurity - belt: ClothingBeltHolsterFilled - innerClothingSkirt: ClothingUniformJumpskirtDetective - satchel: ClothingBackpackSatchelSecurityFilledDetective - duffelbag: ClothingBackpackDuffelSecurityFilledDetective +- type: job + id: Detective + name: job-name-detective + description: job-description-detective + playTimeTracker: JobDetective + requirements: + - !type:DepartmentTimeRequirement + department: Security + time: 36000 # DeltaV - 10 hours + startingGear: DetectiveGear + icon: "JobIconDetective" + supervisors: job-supervisors-hos + canBeAntag: false + access: + - Security + #- Brig # Delta V: Removed + - Maintenance + - Service + - Detective + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: DetectiveGear + equipment: + jumpsuit: ClothingUniformJumpsuitDetective + back: ClothingBackpackSecurityFilledDetective + shoes: ClothingShoesBootsCombatFilled + eyes: ClothingEyesGlassesSunglasses + head: ClothingHeadHatFedoraBrown + outerClothing: ClothingOuterVestDetective + id: DetectivePDA + ears: ClothingHeadsetSecurity + belt: ClothingBeltHolsterFilled + innerClothingSkirt: ClothingUniformJumpskirtDetective + satchel: ClothingBackpackSatchelSecurityFilledDetective + duffelbag: ClothingBackpackDuffelSecurityFilledDetective diff --git a/Resources/Textures/Clothing/Belt/militarywebbingmed.rsi/meta.json b/Resources/Textures/Clothing/Belt/militarywebbingmed.rsi/meta.json index 0126b5b4dbf..3680f5a26c6 100644 --- a/Resources/Textures/Clothing/Belt/militarywebbingmed.rsi/meta.json +++ b/Resources/Textures/Clothing/Belt/militarywebbingmed.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and modified by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and modified by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json index f6b86138919..49c602176c9 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-HELMET-harpy", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Paradise SS13 at commit https://github.com/ParadiseSS13/Paradise/commit/a67c929b7394f78e7787114457ba42f4df6cc3a1", + "size": { + "x": 32, + "y": 32 + }, + "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/lingspacehelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json index e395e4d658b..f2b97b7d635 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/lingspacehelmet.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", + "size": { + "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 diff --git a/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/meta.json index 35a6a87bfdc..72816331068 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/meta.json @@ -1,64 +1,64 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Original by Emisse, modified by EmoGarbage404 | vulpkanin version made by Floofers", - - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "icon-unshaded" - }, - { - "name": "icon-flash" - }, - { - "name": "light-overlay" - }, - { - "name": "equipped-head", - "directions": 4 - }, - { - "name": "equipped-head-light", - "directions": 4 - }, - { - "name": "equipped-head-unshaded", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-left-unshaded", - "directions": 4 - }, - { - "name": "inhand-left-light", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "inhand-right-unshaded", - "directions": 4 - }, - { - "name": "inhand-right-light", - "directions": 4 - }, - { - "name": "equipped-head-vulpkanin", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Emisse, modified by EmoGarbage404 | vulpkanin version made by Floofers", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-unshaded" + }, + { + "name": "icon-flash" + }, + { + "name": "light-overlay" + }, + { + "name": "equipped-head", + "directions": 4 + }, + { + "name": "equipped-head-light", + "directions": 4 + }, + { + "name": "equipped-head-unshaded", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-left-unshaded", + "directions": 4 + }, + { + "name": "inhand-left-light", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-right-unshaded", + "directions": 4 + }, + { + "name": "inhand-right-light", + "directions": 4 + }, + { + "name": "equipped-head-vulpkanin", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/meta.json index 038aabe6050..97f37c327bb 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/meta.json @@ -1,42 +1,42 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-inhand-left", - "directions": 4 - }, - { - "name": "off-inhand-right", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-inhand-left", - "directions": 4 - }, - { - "name": "on-inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/meta.json b/Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/meta.json index 038aabe6050..97f37c327bb 100644 --- a/Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/meta.json @@ -1,42 +1,42 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-inhand-left", - "directions": 4 - }, - { - "name": "off-inhand-right", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-inhand-left", - "directions": 4 - }, - { - "name": "on-inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json index dd5cb1212c7..039fe55777a 100644 --- a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json @@ -1,27 +1,27 @@ - -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation closed pull at https://github.com/tgstation/tgstation/pull/66796 and modified by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation closed pull at https://github.com/tgstation/tgstation/pull/66796 and modified by emisse for ss14", + "size": { + "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 diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json index 81966f01613..222dcf36901 100644 --- a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/988f795be2dee02a8252d3e584fbb94d43d4a965", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "equipped-HELMET-hamster", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/988f795be2dee02a8252d3e584fbb94d43d4a965", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json index 35abb07e610..ab1f7a4abf6 100644 --- a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "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 diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json index 35abb07e610..ab1f7a4abf6 100644 --- a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "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 diff --git a/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json index 26d3341e24e..7597f1c421d 100644 --- a/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/atmos_firehelmet.rsi/meta.json @@ -1,41 +1,41 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "icon-flash" - }, - { - "name": "off-equipped-HELMET", - "directions": 4 - }, - { - "name": "off-inhand-left", - "directions": 4 - }, - { - "name": "off-inhand-right", - "directions": 4 - }, - { - "name": "on-equipped-HELMET", - "directions": 4 - }, - { - "name": "on-inhand-left", - "directions": 4 - }, - { - "name": "on-inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json index e395e4d658b..f2b97b7d635 100644 --- a/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/linghelmet.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/head.dmi", + "size": { + "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 diff --git a/Resources/Textures/Clothing/Head/Helmets/paramedhelm.rsi/meta.json b/Resources/Textures/Clothing/Head/Helmets/paramedhelm.rsi/meta.json index 4ec7339a888..a42fdeb8102 100644 --- a/Resources/Textures/Clothing/Head/Helmets/paramedhelm.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Helmets/paramedhelm.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-HELMET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser", + "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/Mask/plaguedoctormask.rsi/meta.json b/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json index 0f2358a55ff..9b3a8b097a5 100644 --- a/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json +++ b/Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh | vulpkanin version taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/commit/091d9ec00f186052b87bd65125e896f78faefe38", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-MASK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-MASK-vulpkanin", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh | vulpkanin version taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/commit/091d9ec00f186052b87bd65125e896f78faefe38", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-MASK-vulpkanin", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/admin.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/admin.rsi/meta.json index f9aff538123..f1cccd87d17 100644 --- a/Resources/Textures/Clothing/Neck/Cloaks/admin.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Cloaks/admin.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse and inspired by weh plushie, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse and inspired by weh plushie, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/capcloakformal.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/capcloakformal.rsi/meta.json index bed97894450..6e941624d88 100644 --- a/Resources/Textures/Clothing/Neck/Cloaks/capcloakformal.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Cloaks/capcloakformal.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/pull/62603 which was taken from bee station. Bee station does not have a history on the cloaks on their github, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875 , colors edited by Skarletto (github), edited by Emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/pull/62603 which was taken from bee station. Bee station does not have a history on the cloaks on their github, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875 , colors edited by Skarletto (github), edited by Emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/miner.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/miner.rsi/meta.json index 4b091e84977..03b20c1c8f5 100644 --- a/Resources/Textures/Clothing/Neck/Cloaks/miner.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Cloaks/miner.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/cloaks.dmi, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/cloaks.dmi, sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json index e533b8124b3..d277d7505e1 100644 --- a/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Medals/bronzeheart.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json index e533b8124b3..d277d7505e1 100644 --- a/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Medals/gold.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json index e533b8124b3..d277d7505e1 100644 --- a/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Misc/lawyerbadge.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg git at https://github.com/tgstation/tgstation/blob/master/icons/obj/clothing/accessories.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json index 0a02908d9c3..4441be48f01 100644 --- a/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/capmantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by Emisse (github) for ss14, edited by Skarletto (github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Emisse (github) for ss14, edited by Skarletto (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json index 887d1c4c201..a9b40d83e27 100644 --- a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json index 887d1c4c201..a9b40d83e27 100644 --- a/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/cmomantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json index 887d1c4c201..a9b40d83e27 100644 --- a/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/hopmantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json index 887d1c4c201..a9b40d83e27 100644 --- a/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/hosmantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json index 887d1c4c201..a9b40d83e27 100644 --- a/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/mantles/rdmantle.rsi/meta.json @@ -1,18 +1,18 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "made by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-NECK", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json index 0249e359954..1ab7cd87fcf 100644 --- a/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Armor/lingarmor.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json index 1cfa2a9cfe4..672c222582d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "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 - }, - { - "name": "equipped-OUTERCLOTHING-harpy", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "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 + }, + { + "name": "equipped-OUTERCLOTHING-harpy", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json index 0249e359954..1ab7cd87fcf 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/lingspacesuit.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json index 64b98f1e798..3f105f92974 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-harpy", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station git at commit https://github.com/ParadiseSS13/Paradise/commit/e5e584804b4b0b373a6a69d23afb73fd3c094365, redrawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "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/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json index f6a942a8956..68714f8448d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json @@ -1,32 +1,32 @@ - -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Original by Emisse, modified by EmoGarbage404", - - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-harpy", - "directions": 4 - } - ] -} + +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original by Emisse, modified by EmoGarbage404", + + "size": { + "x": 32, + "y": 32 + }, + "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/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json index 4aa4d60ccb8..2cab46c8149 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING-harpy", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "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/syndieelite.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/meta.json index 7863947d1cc..c9f0d90ea13 100644 --- a/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json index 217a3f95112..56c0392ec4d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/a20589c401fc9b0f23c1dea08c56d4a1697adcd6", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/a20589c401fc9b0f23c1dea08c56d4a1697adcd6", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi/meta.json index e39c53ebe1b..dd0715bd879 100644 --- a/Resources/Textures/Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/e89db4dd4f42377b0adafb06806a763314a89034 , edited by Alekshhh", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/meta.json index d0d17fbfba6..f1b937982eb 100644 --- a/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Suits/atmos_firesuit.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/blob/master/icons/mob/clothing/suit.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatatmos.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatatmos.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatatmos.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatatmos.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json index 7863947d1cc..c9f0d90ea13 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatbar.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcap.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcap.rsi/meta.json index 46b3e631a07..c9a1729262f 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcap.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcap.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62 , edited by Skarletto (github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62 , edited by Skarletto (github)", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcargo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcargo.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcargo.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcargo.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatce.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatce.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatce.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatce.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcentcom.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcentcom.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcentcom.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcentcom.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchem.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchem.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchem.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchem.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json index 7863947d1cc..c9f0d90ea13 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatclown.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcmo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcmo.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcmo.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatcmo.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatengi.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatengi.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatengi.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatengi.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatgen.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatgen.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatgen.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatgen.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathop.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathop.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathop.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathop.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathos.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathos.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathos.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathos.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathydro.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathydro.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathydro.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coathydro.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatjani.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatjani.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatjani.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatjani.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmed.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmed.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json index 7863947d1cc..c9f0d90ea13 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatmime.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatminer.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatminer.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatminer.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatminer.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatnomi.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatnomi.rsi/meta.json index af6075230c9..39806b9c679 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatnomi.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatnomi.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Ian M. Burton, based on the iconic Klaus Nomi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Ian M. Burton, based on the iconic Klaus Nomi", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatparamed.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatparamed.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatparamed.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatparamed.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatqm.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatqm.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatqm.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatqm.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrd.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrd.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrd.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrd.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrobo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrobo.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrobo.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatrobo.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsci.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsci.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsci.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsci.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsec.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsec.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsec.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatsec.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatviro.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatviro.rsi/meta.json index 7752722477b..146bd662b49 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatviro.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatviro.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62", + "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 diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/meta.json index 7863947d1cc..c9f0d90ea13 100644 --- a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatwarden.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "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 diff --git a/Resources/Textures/Clothing/Shoes/Boots/combatboots.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Boots/combatboots.rsi/meta.json index f5bb702febb..8eb6b8a626a 100644 --- a/Resources/Textures/Clothing/Shoes/Boots/combatboots.rsi/meta.json +++ b/Resources/Textures/Clothing/Shoes/Boots/combatboots.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by @ninruB#7795, based off tgstation's jackboots at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-FEET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @ninruB#7795, based off tgstation's jackboots at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Shoes/Specific/bling.rsi/meta.json b/Resources/Textures/Clothing/Shoes/Specific/bling.rsi/meta.json index 56e6395348d..fd2d5116815 100644 --- a/Resources/Textures/Clothing/Shoes/Specific/bling.rsi/meta.json +++ b/Resources/Textures/Clothing/Shoes/Specific/bling.rsi/meta.json @@ -1,27 +1,27 @@ - -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-FEET", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/atmosf.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/atmosf.rsi/meta.json index a0169cdcda1..1be161f5fb0 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/atmosf.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/atmosf.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/commit/beaea876ea426c0e215cee64619862dc19bd9cd8, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/commit/beaea876ea426c0e215cee64619862dc19bd9cd8, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/capformaldress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/capformaldress.rsi/meta.json index 3c6f1710763..781a55f15bd 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/capformaldress.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/capformaldress.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, edited by emisse for ss14, monkey derivative made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, edited by emisse for ss14, monkey derivative made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/centcomformaldress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/centcomformaldress.rsi/meta.json index 75cbde9bb6a..4983d761653 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/centcomformaldress.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/centcomformaldress.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey derivative made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey derivative made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/hosformaldress.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/hosformaldress.rsi/meta.json index 75cbde9bb6a..4983d761653 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/hosformaldress.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/hosformaldress.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey derivative made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey derivative made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json index 69bafe6d055..94d2cd0d9de 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/operative_s.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey derivative made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey derivative made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/atmos.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/atmos.rsi/meta.json index 9f268718cfa..1ec7ec28283 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/atmos.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/atmos.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/tgstation/tgstation/commit/beaea876ea426c0e215cee64619862dc19bd9cd8, monkey made by brainfood1183 (github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/commit/beaea876ea426c0e215cee64619862dc19bd9cd8, monkey made by brainfood1183 (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/capformal.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/capformal.rsi/meta.json index 3eb2f765534..b3cb02b2814 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/capformal.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/capformal.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7,edited by Emisse for ss14, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7,edited by Emisse for ss14, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json index d9094ea077b..913f7e5223a 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14. Sprites recolored by joshepvodka", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, monkey made by brainfood1183 (github) for ss14. Sprites recolored by joshepvodka", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcomformal.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcomformal.rsi/meta.json index e771fed56c0..ea82b657453 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcomformal.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/centcomformal.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hosformal.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hosformal.rsi/meta.json index e771fed56c0..ea82b657453 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hosformal.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hosformal.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/30892aa892a2be846592b068ab71c606e2f0c5b7, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/journalist.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/journalist.rsi/meta.json index 5dd83ef6e2f..483e615ceb5 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/journalist.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/journalist.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json index bb86428a94c..1a3bbef77b3 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/operative.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d7e905e4d5ab2b0a8ce210c6ad686aeeebbab426, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/psychologist.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/psychologist.rsi/meta.json index 5dd83ef6e2f..483e615ceb5 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/psychologist.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/psychologist.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/reporter.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/reporter.rsi/meta.json index 5dd83ef6e2f..483e615ceb5 100644 --- a/Resources/Textures/Clothing/Uniforms/Jumpsuit/reporter.rsi/meta.json +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/reporter.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-INNERCLOTHING", - "directions": 4 - }, - { - "name": "equipped-INNERCLOTHING-monkey", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/78a56e1a22ba1d8d6023ed9bdae55a6de7fe8a39 and modified by emisse, monkey made by brainfood1183 (github) for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json index dda2a1b1b69..1d01bc88809 100644 --- a/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json +++ b/Resources/Textures/DeltaV/Clothing/Eyes/Hud/syndmed.rsi/meta.json @@ -1,26 +1,26 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by IntegerTempest, medicalised by JoeHammad1844 (github)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "equipped-EYES", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by IntegerTempest, medicalised by JoeHammad1844 (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Mobs/Animals/fox.rsi/meta.json b/Resources/Textures/Mobs/Animals/fox.rsi/meta.json index e5f03a2e808..aeab11bc38f 100644 --- a/Resources/Textures/Mobs/Animals/fox.rsi/meta.json +++ b/Resources/Textures/Mobs/Animals/fox.rsi/meta.json @@ -1,50 +1,50 @@ -{ - "version": 1, - "size": - { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi", - "states": - [ - { - "name": "fox", - "directions": 4 - }, - { - "name": "fox-moving", - "directions": 4, - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2 - ], - [ - 0.2, - 0.2, - 0.2, - 0.2 - ], - [ - 0.2, - 0.2, - 0.2, - 0.2 - ], - [ - 0.2, - 0.2, - 0.2, - 0.2 - ] - ] - }, - { - "name": "fox_dead" - } - ] -} +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi", + "states": + [ + { + "name": "fox", + "directions": 4 + }, + { + "name": "fox-moving", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "fox_dead" + } + ] +} diff --git a/Resources/Textures/Mobs/Pets/bingus.rsi/meta.json b/Resources/Textures/Mobs/Pets/bingus.rsi/meta.json index 6504fc432b8..e69e64278cf 100644 --- a/Resources/Textures/Mobs/Pets/bingus.rsi/meta.json +++ b/Resources/Textures/Mobs/Pets/bingus.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": - { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Made by Emisse in aseprite for SS14", - "states": - [ - { - "name": "bingus", - "directions": 4 - }, - - { - "name": "bingus_dead", - "directions": 1 - } - ] -} +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Emisse in aseprite for SS14", + "states": + [ + { + "name": "bingus", + "directions": 4 + }, + + { + "name": "bingus_dead", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Mobs/Pets/mcgriff.rsi/meta.json b/Resources/Textures/Mobs/Pets/mcgriff.rsi/meta.json index 4d7e2b63f86..e37eb00d6a1 100644 --- a/Resources/Textures/Mobs/Pets/mcgriff.rsi/meta.json +++ b/Resources/Textures/Mobs/Pets/mcgriff.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": - { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", - "states": - [ - { - "name": "mcgriff", - "directions": 4 - }, - - { - "name": "mcgriff_dead", - "directions": 1 - } - ] -} +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", + "states": + [ + { + "name": "mcgriff", + "directions": 4 + }, + + { + "name": "mcgriff_dead", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Mobs/Pets/paperwork.rsi/meta.json b/Resources/Textures/Mobs/Pets/paperwork.rsi/meta.json index f25a1ca36d2..1c401e875ad 100644 --- a/Resources/Textures/Mobs/Pets/paperwork.rsi/meta.json +++ b/Resources/Textures/Mobs/Pets/paperwork.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": - { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", - "states": - [ - { - "name": "paperwork", - "directions": 4 - }, - - { - "name": "paperwork_dead", - "directions": 1 - } - ] -} +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", + "states": + [ + { + "name": "paperwork", + "directions": 4 + }, + + { + "name": "paperwork_dead", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Mobs/Pets/walter.rsi/meta.json b/Resources/Textures/Mobs/Pets/walter.rsi/meta.json index 75ce7ff06a2..2a2a725b0be 100644 --- a/Resources/Textures/Mobs/Pets/walter.rsi/meta.json +++ b/Resources/Textures/Mobs/Pets/walter.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": - { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", - "states": - [ - { - "name": "walter", - "directions": 4 - }, - - { - "name": "walter_dead", - "directions": 1 - } - ] -} +{ + "version": 1, + "size": + { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/0348b921936c4736e0a9df337c8a64a69c617d13/icons/mob/pets.dmi", + "states": + [ + { + "name": "walter", + "directions": 4 + }, + + { + "name": "walter_dead", + "directions": 1 + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi/meta.json b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi/meta.json index e4be1ba5f48..00190d8818e 100644 --- a/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Smokeables/Cigarettes/Cartons/mixed.rsi/meta.json @@ -1,25 +1,25 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "open" - }, - { - "name": "closed" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/f18aa05685f13c8b424867e4219a1e727019c026", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "open" + }, + { + "name": "closed" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Devices/Holoprojectors/atmos.rsi/meta.json b/Resources/Textures/Objects/Devices/Holoprojectors/atmos.rsi/meta.json index e887fb69072..3cabdd9f112 100644 --- a/Resources/Textures/Objects/Devices/Holoprojectors/atmos.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/Holoprojectors/atmos.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "states": [ - { - "name": "icon", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - } - ] +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Devices/Holoprojectors/custodial.rsi/meta.json b/Resources/Textures/Objects/Devices/Holoprojectors/custodial.rsi/meta.json index e887fb69072..3cabdd9f112 100644 --- a/Resources/Textures/Objects/Devices/Holoprojectors/custodial.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/Holoprojectors/custodial.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "states": [ - { - "name": "icon", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - } - ] +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Specific/Medical/syndihypo.rsi/meta.json b/Resources/Textures/Objects/Specific/Medical/syndihypo.rsi/meta.json index 15cf39658c1..5d25ef74a64 100644 --- a/Resources/Textures/Objects/Specific/Medical/syndihypo.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Medical/syndihypo.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d and modified by emisse for ss14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "hypo" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d and modified by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "hypo" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json index e63711d47d6..e7e5b9da41b 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json @@ -1,76 +1,76 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "base" - }, - { - "name": "mag-unshaded-0" - }, - { - "name": "mag-unshaded-1" - }, - { - "name": "mag-unshaded-2" - }, - { - "name": "mag-unshaded-3" - }, - { - "name": "mag-unshaded-4" - }, - { - "name": "inhand-left-0", - "directions": 4 - }, - { - "name": "inhand-right-0", - "directions": 4 - }, - { - "name": "inhand-left-1", - "directions": 4 - }, - { - "name": "inhand-right-1", - "directions": 4 - }, - { - "name": "inhand-left-2", - "directions": 4 - }, - { - "name": "inhand-right-2", - "directions": 4 - }, - { - "name": "inhand-left-3", - "directions": 4 - }, - { - "name": "inhand-right-3", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BELT", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "mag-unshaded-0" + }, + { + "name": "mag-unshaded-1" + }, + { + "name": "mag-unshaded-2" + }, + { + "name": "mag-unshaded-3" + }, + { + "name": "mag-unshaded-4" + }, + { + "name": "inhand-left-0", + "directions": 4 + }, + { + "name": "inhand-right-0", + "directions": 4 + }, + { + "name": "inhand-left-1", + "directions": 4 + }, + { + "name": "inhand-right-1", + "directions": 4 + }, + { + "name": "inhand-left-2", + "directions": 4 + }, + { + "name": "inhand-right-2", + "directions": 4 + }, + { + "name": "inhand-left-3", + "directions": 4 + }, + { + "name": "inhand-right-3", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json index 56198c464de..5fab7afa310 100644 --- a/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Melee/armblade.rsi/meta.json @@ -1,22 +1,22 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/obj/changeling_items.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg at https://github.com/tgstation/tgstation/blob/master/icons/obj/changeling_items.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Parallaxes/attributions.yml b/Resources/Textures/Parallaxes/attributions.yml index fac31a8c0b5..b38e825573c 100644 --- a/Resources/Textures/Parallaxes/attributions.yml +++ b/Resources/Textures/Parallaxes/attributions.yml @@ -1,24 +1,24 @@ -- files: ["planet.png"] - license: "CC-BY-NC-SA-3.0" - copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi" - source: "https://github.com/tgstation/tgstation" - -- files: ["KettleParallaxNeb.png", "KettleParallaxBG.png", "AspidParallaxBG.png", "AspidParallaxBG.png"] - license: "CC0-1.0" - copyright: "adapted from Screaming Brain Studios" - source: "https://opengameart.org/content/seamless-space-backgrounds" - -- files: ["gas_giant.png"] - license: "CC-BY-NC-SA-3.0" - copyright: "made by brainfood1183 (github) for ss14" - source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/gas_giant.png" - -- files: ["Asteroids.png"] - license: "CC-BY-NC-SA-3.0" - copyright: "taken from tgstation on https://github.com/tgstation/tgstation/commit/3df5d3b42bfb6b3b5adba1067ab41f83816255bb from parallax.dmi" - source: "https://github.com/tgstation/tgstation" - -- files: ["core_planet.png"] - license: "CC-BY-NC-SA-3.0" - copyright: "Drawn by Ubaser" - source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png" +- files: ["planet.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "by Adipemdragon for tgstation, taken at commit 3839e860a7f3102b1488285d3319f61bbfe1fa51 from parallax.dmi" + source: "https://github.com/tgstation/tgstation" + +- files: ["KettleParallaxNeb.png", "KettleParallaxBG.png", "AspidParallaxBG.png", "AspidParallaxBG.png"] + license: "CC0-1.0" + copyright: "adapted from Screaming Brain Studios" + source: "https://opengameart.org/content/seamless-space-backgrounds" + +- files: ["gas_giant.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "made by brainfood1183 (github) for ss14" + source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/gas_giant.png" + +- files: ["Asteroids.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "taken from tgstation on https://github.com/tgstation/tgstation/commit/3df5d3b42bfb6b3b5adba1067ab41f83816255bb from parallax.dmi" + source: "https://github.com/tgstation/tgstation" + +- files: ["core_planet.png"] + license: "CC-BY-NC-SA-3.0" + copyright: "Drawn by Ubaser" + source: "https://github.com/space-wizards/space-station-14/blob/master/Resources/Textures/Parallaxes/core_planet.png" diff --git a/Resources/Textures/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json index b935f1e5e30..12fec14c770 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Glass/atmospherics.rsi/meta.json @@ -1,195 +1,195 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/9312f1fb7dcdf1c195e255a528f31092613fb60d", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "assembly" - }, - { - "name": "bolted_unlit" - }, - { - "name": "closed" - }, - { - "name": "closed_unlit" - }, - { - "name": "closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "closing_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "deny_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "open", - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "opening_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_open", - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "panel_opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "sparks", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_broken", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_damaged", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 1.7 - ] - ] - }, - { - "name": "sparks_open", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "welded" - }, - { - "name": "emergency_unlit", - "delays": [ - [ - 0.4, - 0.4 - ] - ] - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/9312f1fb7dcdf1c195e255a528f31092613fb60d", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "assembly" + }, + { + "name": "bolted_unlit" + }, + { + "name": "closed" + }, + { + "name": "closed_unlit" + }, + { + "name": "closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "closing_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "deny_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "open", + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "opening_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_open", + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "panel_opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "sparks", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_broken", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_damaged", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1.7 + ] + ] + }, + { + "name": "sparks_open", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "welded" + }, + { + "name": "emergency_unlit", + "delays": [ + [ + 0.4, + 0.4 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json index b935f1e5e30..12fec14c770 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/Standard/atmospherics.rsi/meta.json @@ -1,195 +1,195 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/9312f1fb7dcdf1c195e255a528f31092613fb60d", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "assembly" - }, - { - "name": "bolted_unlit" - }, - { - "name": "closed" - }, - { - "name": "closed_unlit" - }, - { - "name": "closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "closing_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "deny_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "open", - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "opening_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_open", - "delays": [ - [ - 1 - ] - ] - }, - { - "name": "panel_opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "sparks", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_broken", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_damaged", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 1.7 - ] - ] - }, - { - "name": "sparks_open", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "welded" - }, - { - "name": "emergency_unlit", - "delays": [ - [ - 0.4, - 0.4 - ] - ] - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from paradise station at commit https://github.com/ParadiseSS13/Paradise/commit/9312f1fb7dcdf1c195e255a528f31092613fb60d", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "assembly" + }, + { + "name": "bolted_unlit" + }, + { + "name": "closed" + }, + { + "name": "closed_unlit" + }, + { + "name": "closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "closing_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "deny_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "open", + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "opening_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_open", + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "panel_opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "sparks", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_broken", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_damaged", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1.7 + ] + ] + }, + { + "name": "sparks_open", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "welded" + }, + { + "name": "emergency_unlit", + "delays": [ + [ + 0.4, + 0.4 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json b/Resources/Textures/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json index 80d3cabc015..bbf21830078 100644 --- a/Resources/Textures/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json +++ b/Resources/Textures/Structures/Doors/Airlocks/highsec/highsec.rsi/meta.json @@ -1,190 +1,190 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tg station at commit https://github.com/tgstation/tgstation/commit/6f450d93a6bfcc94e9c43ef7938e85bda49f7b6f", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "assembly" - }, - { - "name": "bolted_unlit" - }, - { - "name": "closed" - }, - { - "name": "closed_unlit" - }, - { - "name": "closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "closing_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "deny_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "open" - }, - { - "name": "opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "opening_unlit", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_closing", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "panel_open" - }, - { - "name": "panel_opening", - "delays": [ - [ - 0.1, - 0.1, - 0.07, - 0.07, - 0.07, - 0.2 - ] - ] - }, - { - "name": "sparks", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_broken", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "sparks_damaged", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 1.7 - ] - ] - }, - { - "name": "sparks_open", - "delays": [ - [ - 0.1, - 0.1, - 0.1, - 0.1, - 0.1, - 0.1 - ] - ] - }, - { - "name": "welded" - }, - { - "name": "emergency_unlit", - "delays": [ - [ - 0.4, - 0.4 - ] - ] - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tg station at commit https://github.com/tgstation/tgstation/commit/6f450d93a6bfcc94e9c43ef7938e85bda49f7b6f", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "assembly" + }, + { + "name": "bolted_unlit" + }, + { + "name": "closed" + }, + { + "name": "closed_unlit" + }, + { + "name": "closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "closing_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "deny_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "open" + }, + { + "name": "opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "opening_unlit", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_closing", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "panel_open" + }, + { + "name": "panel_opening", + "delays": [ + [ + 0.1, + 0.1, + 0.07, + 0.07, + 0.07, + 0.2 + ] + ] + }, + { + "name": "sparks", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_broken", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "sparks_damaged", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 1.7 + ] + ] + }, + { + "name": "sparks_open", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "welded" + }, + { + "name": "emergency_unlit", + "delays": [ + [ + 0.4, + 0.4 + ] + ] + } + ] +} diff --git a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json b/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json index c94ef979092..4c91ba9eb29 100644 --- a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json +++ b/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json @@ -1,99 +1,99 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "bar", - "directions": 4 - }, - { - "name": "bar-knocked", - "directions": 4 - }, - { - "name": "chair", - "directions": 4 - }, - { - "name": "chair-knocked", - "directions": 4 - }, - { - "name": "chair-greyscale", - "directions": 4 - }, - { - "name": "chair-greyscale-knocked", - "directions": 4 - }, - { - "name": "comfy", - "directions": 4 - }, - { - "name": "comfy-overlay", - "directions": 4 - }, - { - "name": "meat", - "directions": 4 - }, - { - "name": "office-dark", - "directions": 4 - }, - { - "name": "office-white", - "directions": 4 - }, - { - "name": "shuttle", - "directions": 4 - }, - { - "name": "shuttle-overlay", - "directions": 4 - }, - { - "name": "stool", - "directions": 4 - }, - { - "name": "stool-knocked", - "directions": 4 - }, - { - "name": "wooden", - "directions": 4 - }, - { - "name": "wooden-wings", - "directions": 4 - }, - { - "name": "wooden-wings-knocked", - "directions": 4 - }, - { - "name": "ritual", - "directions": 4 - }, - { - "name": "cursed", - "directions": 4 - }, - { - "name": "steel-bench", - "directions": 4 - }, - { - "name": "brass_chair", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "bar", + "directions": 4 + }, + { + "name": "bar-knocked", + "directions": 4 + }, + { + "name": "chair", + "directions": 4 + }, + { + "name": "chair-knocked", + "directions": 4 + }, + { + "name": "chair-greyscale", + "directions": 4 + }, + { + "name": "chair-greyscale-knocked", + "directions": 4 + }, + { + "name": "comfy", + "directions": 4 + }, + { + "name": "comfy-overlay", + "directions": 4 + }, + { + "name": "meat", + "directions": 4 + }, + { + "name": "office-dark", + "directions": 4 + }, + { + "name": "office-white", + "directions": 4 + }, + { + "name": "shuttle", + "directions": 4 + }, + { + "name": "shuttle-overlay", + "directions": 4 + }, + { + "name": "stool", + "directions": 4 + }, + { + "name": "stool-knocked", + "directions": 4 + }, + { + "name": "wooden", + "directions": 4 + }, + { + "name": "wooden-wings", + "directions": 4 + }, + { + "name": "wooden-wings-knocked", + "directions": 4 + }, + { + "name": "ritual", + "directions": 4 + }, + { + "name": "cursed", + "directions": 4 + }, + { + "name": "steel-bench", + "directions": 4 + }, + { + "name": "brass_chair", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Structures/Holo/holofan.rsi/meta.json b/Resources/Textures/Structures/Holo/holofan.rsi/meta.json index cea3bbf1a0c..8165c1a3bbc 100644 --- a/Resources/Textures/Structures/Holo/holofan.rsi/meta.json +++ b/Resources/Textures/Structures/Holo/holofan.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "states": [ - { - "name": "icon", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - } - ] +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Structures/Holo/wetfloor.rsi/meta.json b/Resources/Textures/Structures/Holo/wetfloor.rsi/meta.json index cea3bbf1a0c..8165c1a3bbc 100644 --- a/Resources/Textures/Structures/Holo/wetfloor.rsi/meta.json +++ b/Resources/Textures/Structures/Holo/wetfloor.rsi/meta.json @@ -1,30 +1,30 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", - "states": [ - { - "name": "icon", - "delays": [ - [ - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3, - 0.3 - ] - ] - } - ] +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a", + "states": [ + { + "name": "icon", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Structures/Wallmounts/metamap.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/metamap.rsi/meta.json index b35b248f0da..00a4c1f185b 100644 --- a/Resources/Textures/Structures/Wallmounts/metamap.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/metamap.rsi/meta.json @@ -1,12 +1,12 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from Cit Git at commit https://github.com/Citadel-Station-13/Citadel-Station-13/commit/5138d86655131bf8d60c0fec3f826c7c67997cb0", - "size": { - "x": 64, - "y": 32 - }, - "states": [ - { "name": "metamap64x" } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from Cit Git at commit https://github.com/Citadel-Station-13/Citadel-Station-13/commit/5138d86655131bf8d60c0fec3f826c7c67997cb0", + "size": { + "x": 64, + "y": 32 + }, + "states": [ + { "name": "metamap64x" } + ] +} diff --git a/Resources/Textures/Structures/Walls/random.rsi/meta.json b/Resources/Textures/Structures/Walls/random.rsi/meta.json index e3c7e14411f..86b21c83080 100644 --- a/Resources/Textures/Structures/Walls/random.rsi/meta.json +++ b/Resources/Textures/Structures/Walls/random.rsi/meta.json @@ -1,14 +1,14 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Grille sprite taken from https://github.com/tgstation/tgstation at commit 17c603f1d037f22081d446b9a3f3ae8d41f52e86", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "randomgrille" - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Grille sprite taken from https://github.com/tgstation/tgstation at commit 17c603f1d037f22081d446b9a3f3ae8d41f52e86", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "randomgrille" + } + ] } \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/reinforced_diagonal.rsi/meta.json b/Resources/Textures/Structures/Walls/reinforced_diagonal.rsi/meta.json index 351d5688e44..8f1d887e538 100644 --- a/Resources/Textures/Structures/Walls/reinforced_diagonal.rsi/meta.json +++ b/Resources/Textures/Structures/Walls/reinforced_diagonal.rsi/meta.json @@ -1,17 +1,17 @@ -{ - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "license": "CC-BY-SA-3.0", - "copyright": "Sprited by SonicHDC (Github) for Space Station 14", - "states": [ - { - "name": "state0" - }, - { - "name": "state1" - } - ] -} +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by SonicHDC (Github) for Space Station 14", + "states": [ + { + "name": "state0" + }, + { + "name": "state1" + } + ] +} diff --git a/Resources/Textures/Structures/Windows/shuttle_window.rsi/meta.json b/Resources/Textures/Structures/Windows/shuttle_window.rsi/meta.json index 933a05a1bca..825c4ae1139 100644 --- a/Resources/Textures/Structures/Windows/shuttle_window.rsi/meta.json +++ b/Resources/Textures/Structures/Windows/shuttle_window.rsi/meta.json @@ -1,46 +1,46 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0b906c6916ce3803473fa6caa65f5b8661118c46", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "full" - }, - { - "name": "swindow0", - "directions": 4 - }, - { - "name": "swindow1", - "directions": 4 - }, - { - "name": "swindow2", - "directions": 4 - }, - { - "name": "swindow3", - "directions": 4 - }, - { - "name": "swindow4", - "directions": 4 - }, - { - "name": "swindow5", - "directions": 4 - }, - { - "name": "swindow6", - "directions": 4 - }, - { - "name": "swindow7", - "directions": 4 - } - ] +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/0b906c6916ce3803473fa6caa65f5b8661118c46", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "swindow0", + "directions": 4 + }, + { + "name": "swindow1", + "directions": 4 + }, + { + "name": "swindow2", + "directions": 4 + }, + { + "name": "swindow3", + "directions": 4 + }, + { + "name": "swindow4", + "directions": 4 + }, + { + "name": "swindow5", + "directions": 4 + }, + { + "name": "swindow6", + "directions": 4 + }, + { + "name": "swindow7", + "directions": 4 + } + ] } \ No newline at end of file From f3048043658cde7a69c831b3c5342d516ed55449 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:40:16 -0500 Subject: [PATCH 131/213] Undo warp-strings (#1013) * Bandaid warp point strings * thing --------- Co-authored-by: Velcroboy --- .../en-US/deltav/warp-points/warp-points.ftl | 2 +- .../{warp_points.yml => warp_point.yml} | 66 +++++++++---------- 2 files changed, 34 insertions(+), 34 deletions(-) rename Resources/Prototypes/DeltaV/Entities/Markers/{warp_points.yml => warp_point.yml} (77%) diff --git a/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl b/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl index 36c7db9a346..0079685cb06 100644 --- a/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl +++ b/Resources/Locale/en-US/deltav/warp-points/warp-points.ftl @@ -1,4 +1,4 @@ -warp-point-evac = Evac +warp-point-evacshuttle = Evac Shuttle warp-point-shuttle = Shuttle warp-point-debris = Space Debris warp-point-ruin = Space Ruin diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml b/Resources/Prototypes/DeltaV/Entities/Markers/warp_point.yml similarity index 77% rename from Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml rename to Resources/Prototypes/DeltaV/Entities/Markers/warp_point.yml index 90c18670f0f..e2fec5fa00d 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/warp_point.yml @@ -5,7 +5,7 @@ suffix: Evac Shuttle components: - type: WarpPoint - location: warp-point-evac + location: Evac Shuttle - type: entity id: WarpPointShuttle @@ -13,7 +13,7 @@ suffix: Shuttle components: - type: WarpPoint - location: warp-point-shuttle + location: Shuttle - type: entity id: WarpPointDebris @@ -21,7 +21,7 @@ suffix: Space Debris components: - type: WarpPoint - location: warp-point-debris + location: Space Debris - type: entity id: WarpPointRuin @@ -29,7 +29,7 @@ suffix: Space Ruin components: - type: WarpPoint - location: warp-point-ruin + location: Space Ruin # Command - type: entity @@ -38,7 +38,7 @@ suffix: Bridge components: - type: WarpPoint - location: warp-point-bridge + location: Bridge - type: entity id: WarpPointVault @@ -46,7 +46,7 @@ suffix: Vault components: - type: WarpPoint - location: warp-point-vault + location: Vault # Security - type: entity @@ -55,7 +55,7 @@ suffix: Security components: - type: WarpPoint - location: warp-point-sec + location: Security - type: entity id: WarpPointPerma @@ -63,7 +63,7 @@ suffix: Perma components: - type: WarpPoint - location: warp-point-perma + location: Perma - type: entity id: WarpPointDetective @@ -71,7 +71,7 @@ suffix: Detective components: - type: WarpPoint - location: warp-point-detective + location: Detective - type: entity id: WarpPointCourt @@ -79,7 +79,7 @@ suffix: Courtroom components: - type: WarpPoint - location: warp-point-court + location: Courtroom #Medical - type: entity @@ -88,7 +88,7 @@ suffix: Medical components: - type: WarpPoint - location: warp-point-medical + location: Medical - type: entity id: WarpPointMorgue @@ -96,7 +96,7 @@ suffix: Morgue components: - type: WarpPoint - location: warp-point-morgue + location: Morgue #Epistemics - type: entity @@ -105,7 +105,7 @@ suffix: Epistemics components: - type: WarpPoint - location: warp-point-epistemics + location: Epistemics #Logistics - type: entity @@ -114,7 +114,7 @@ suffix: Logistics components: - type: WarpPoint - location: warp-point-logistics + location: Logistics - type: entity id: WarpPointSalvage @@ -122,7 +122,7 @@ suffix: Salvage components: - type: WarpPoint - location: warp-point-salvage + location: Salvage #Engineering - type: entity @@ -131,7 +131,7 @@ suffix: Engineering components: - type: WarpPoint - location: warp-point-engineering + location: Engineering - type: entity id: WarpPointSingulo @@ -139,7 +139,7 @@ suffix: Singularity components: - type: WarpPoint - location: warp-point-singularity + location: Singularity - type: entity id: WarpPointAtmos @@ -147,7 +147,7 @@ suffix: Atmos components: - type: WarpPoint - location: warp-point-atmospherics + location: Atmos #Service - type: entity @@ -156,7 +156,7 @@ suffix: HoP components: - type: WarpPoint - location: warp-point-hop + location: HoP - type: entity id: WarpPointKitchen @@ -164,7 +164,7 @@ suffix: Kitchen components: - type: WarpPoint - location: warp-point-kitchen + location: Kitchen - type: entity id: WarpPointBar @@ -172,7 +172,7 @@ suffix: Bar components: - type: WarpPoint - location: warp-point-bar + location: Bar - type: entity id: WarpPointBotany @@ -180,7 +180,7 @@ suffix: Botany components: - type: WarpPoint - location: warp-point-botany + location: Botany - type: entity id: WarpPointJanitor @@ -188,7 +188,7 @@ suffix: Janitor components: - type: WarpPoint - location: warp-point-janitor + location: Janitor - type: entity id: WarpPointReporter @@ -196,7 +196,7 @@ suffix: Reporter components: - type: WarpPoint - location: warp-point-reporter + location: Reporter - type: entity id: WarpPointLawyer @@ -204,7 +204,7 @@ suffix: Lawyer components: - type: WarpPoint - location: warp-point-lawyer + location: Lawyer #Misc - type: entity @@ -213,7 +213,7 @@ suffix: AI components: - type: WarpPoint - location: warp-point-ai + location: AI - type: entity id: WarpPointArrivals @@ -221,7 +221,7 @@ suffix: Arrivals components: - type: WarpPoint - location: warp-point-arrivals + location: Arrivals - type: entity id: WarpPointEvac @@ -229,7 +229,7 @@ suffix: Evac components: - type: WarpPoint - location: warp-point-evac + location: Evac - type: entity id: WarpPointCryo @@ -237,7 +237,7 @@ suffix: Cryo components: - type: WarpPoint - location: warp-point-cryo + location: Cryo - type: entity id: WarpPointChapel @@ -245,7 +245,7 @@ suffix: Chapel components: - type: WarpPoint - location: warp-point-chapel + location: Chapel - type: entity id: WarpPointLibrary @@ -253,7 +253,7 @@ suffix: Library components: - type: WarpPoint - location: warp-point-library + location: Library - type: entity id: WarpPointDorms @@ -261,7 +261,7 @@ suffix: Dorms components: - type: WarpPoint - location: warp-point-dorms + location: Dorms - type: entity id: WarpPointDisposals @@ -269,4 +269,4 @@ suffix: Disposals components: - type: WarpPoint - location: warp-point-disposals + location: Disposals From 3dea418e7ee0db6136855914dd3f99b01fb337ee Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:44:21 -0500 Subject: [PATCH 132/213] Separates DV-added airlocks into DV files (#1002) Separate airlocks Co-authored-by: Velcroboy --- .../Structures/Doors/Airlocks/access.yml | 220 +++++++++++++++++ .../Structures/Doors/Airlocks/access.yml | 222 ------------------ 2 files changed, 220 insertions(+), 222 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml index 55d9b5aec76..940110a0139 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Doors/Airlocks/access.yml @@ -1,3 +1,4 @@ +# Delta V specific roles - type: entity parent: AirlockScience id: AirlockMantisLocked @@ -37,3 +38,222 @@ components: - type: GridFill path: /Maps/Shuttles/DeltaV/sub_escape_pod.yml + +# Delta V: Add Airlocks/upstream roles +- type: entity + parent: Airlock + id: AirlockBoxerLocked + suffix: Boxer, Locked + components: + - type: AccessReader + access: [["Boxer"]] + +- type: entity + parent: Airlock + id: AirlockClownLocked + suffix: Clown, Locked + components: + - type: AccessReader + access: [["Clown"]] + +- type: entity + parent: Airlock + id: AirlockMimeLocked + suffix: Mime, Locked + components: + - type: AccessReader + access: [["Mime"]] + +- type: entity + parent: Airlock + id: AirlockMusicianLocked + suffix: Musician, Locked + components: + - type: AccessReader + access: [["Musician"]] + +- type: entity + parent: Airlock + id: AirlockReporterLocked + suffix: Reporter, Locked + components: + - type: AccessReader + access: [["Reporter"]] + +- type: entity + parent: Airlock + id: AirlockLibraryLocked + suffix: Library, Locked + components: + - type: AccessReader + access: [["Library"]] + +- type: entity + parent: Airlock + id: AirlockZookeeperLocked + suffix: Zookeeper, Locked + components: + - type: AccessReader + access: [["Zookeeper"]] + +- type: entity + parent: AirlockExternal + id: AirlockExternalSalvageLocked + suffix: External, Salvage, Locked + components: + - type: AccessReader + access: [["Salvage"]] + +- type: entity + parent: AirlockMedical + id: AirlockPsychologistLocked + suffix: Psychologist, Locked + components: + - type: AccessReader + access: [["Psychologist"]] + +# Glass Airlocks +- type: entity + parent: AirlockGlass + id: AirlockBoxerGlassLocked + suffix: Boxer, Locked + components: + - type: AccessReader + access: [["Boxer"]] + +- type: entity + parent: AirlockGlass + id: AirlockClownGlassLocked + suffix: Clown, Locked + components: + - type: AccessReader + access: [["Clown"]] + +- type: entity + parent: AirlockGlass + id: AirlockMimeGlassLocked + suffix: Mime, Locked + components: + - type: AccessReader + access: [["Mime"]] + +- type: entity + parent: AirlockGlass + id: AirlockMusicianGlassLocked + suffix: Musician, Locked + components: + - type: AccessReader + access: [["Musician"]] + +- type: entity + parent: AirlockGlass + id: AirlockReporterGlassLocked + suffix: Reporter, Locked + components: + - type: AccessReader + access: [["Reporter"]] + +- type: entity + parent: AirlockGlass + id: AirlockLibraryGlassLocked + suffix: Library, Locked + components: + - type: AccessReader + access: [["Library"]] + +- type: entity + parent: AirlockGlass + id: AirlockZookeeperGlassLocked + suffix: Zookeeper, Locked + components: + - type: AccessReader + access: [["Zookeeper"]] + +- type: entity + parent: AirlockExternalGlass + id: AirlockExternalGlassSalvageLocked + suffix: External, Glass, Salvage, Locked + components: + - type: AccessReader + access: [["Salvage"]] + +- type: entity + parent: AirlockMedicalGlass + id: AirlockPsychologistGlassLocked + suffix: Psychologist, Locked + components: + - type: AccessReader + access: [["Psychologist"]] + +# Maintenance Hatches +- type: entity + parent: AirlockMaint + id: AirlockMaintBoxerLocked + suffix: Boxer, Locked + components: + - type: AccessReader + access: [["Boxer"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintClownLocked + suffix: Clown, Locked + components: + - type: AccessReader + access: [["Clown"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintMimeLocked + suffix: Mime, Locked + components: + - type: AccessReader + access: [["Mime"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintMusicianLocked + suffix: Musician, Locked + components: + - type: AccessReader + access: [["Musician"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintReporterLocked + suffix: Reporter, Locked + components: + - type: AccessReader + access: [["Reporter"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintLibraryLocked + suffix: Library, Locked + components: + - type: AccessReader + access: [["Library"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintZookeeperLocked + suffix: Zookeeper, Locked + components: + - type: AccessReader + access: [["Zookeeper"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintPsychologistLocked + suffix: Psychologist, Locked + components: + - type: AccessReader + access: [["Psychologist"]] + +- type: entity + parent: AirlockMaint + id: AirlockMaintSecurityLawyerLocked + suffix: Security/Lawyer, Locked + components: + - type: AccessReader + access: [["Security"], ["Lawyer"]] diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 82cdcde7c05..51f121c64ff 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -374,80 +374,6 @@ - type: AccessReader access: [["External"]] -#Delta V: Add Airlocks -- type: entity - parent: Airlock - id: AirlockBoxerLocked - suffix: Boxer, Locked - components: - - type: AccessReader - access: [["Boxer"]] - -- type: entity - parent: Airlock - id: AirlockClownLocked - suffix: Clown, Locked - components: - - type: AccessReader - access: [["Clown"]] - -- type: entity - parent: Airlock - id: AirlockMimeLocked - suffix: Mime, Locked - components: - - type: AccessReader - access: [["Mime"]] - -- type: entity - parent: Airlock - id: AirlockMusicianLocked - suffix: Musician, Locked - components: - - type: AccessReader - access: [["Musician"]] - -- type: entity - parent: Airlock - id: AirlockReporterLocked - suffix: Reporter, Locked - components: - - type: AccessReader - access: [["Reporter"]] - -- type: entity - parent: Airlock - id: AirlockLibraryLocked - suffix: Library, Locked - components: - - type: AccessReader - access: [["Library"]] - -- type: entity - parent: Airlock - id: AirlockZookeeperLocked - suffix: Zookeeper, Locked - components: - - type: AccessReader - access: [["Zookeeper"]] - -- type: entity - parent: AirlockExternal - id: AirlockExternalSalvageLocked - suffix: External, Salvage, Locked - components: - - type: AccessReader - access: [["Salvage"]] - -- type: entity - parent: AirlockMedical - id: AirlockPsychologistLocked - suffix: Psychologist, Locked - components: - - type: AccessReader - access: [["Psychologist"]] -#End of Delta V - # Glass Airlocks - type: entity parent: AirlockGlass @@ -788,80 +714,6 @@ - type: AccessReader access: [["NuclearOperative"]] -#Delta V: Add Airlocks -- type: entity - parent: AirlockGlass - id: AirlockBoxerGlassLocked - suffix: Boxer, Locked - components: - - type: AccessReader - access: [["Boxer"]] - -- type: entity - parent: AirlockGlass - id: AirlockClownGlassLocked - suffix: Clown, Locked - components: - - type: AccessReader - access: [["Clown"]] - -- type: entity - parent: AirlockGlass - id: AirlockMimeGlassLocked - suffix: Mime, Locked - components: - - type: AccessReader - access: [["Mime"]] - -- type: entity - parent: AirlockGlass - id: AirlockMusicianGlassLocked - suffix: Musician, Locked - components: - - type: AccessReader - access: [["Musician"]] - -- type: entity - parent: AirlockGlass - id: AirlockReporterGlassLocked - suffix: Reporter, Locked - components: - - type: AccessReader - access: [["Reporter"]] - -- type: entity - parent: AirlockGlass - id: AirlockLibraryGlassLocked - suffix: Library, Locked - components: - - type: AccessReader - access: [["Library"]] - -- type: entity - parent: AirlockGlass - id: AirlockZookeeperGlassLocked - suffix: Zookeeper, Locked - components: - - type: AccessReader - access: [["Zookeeper"]] - -- type: entity - parent: AirlockExternalGlass - id: AirlockExternalGlassSalvageLocked - suffix: External, Glass, Salvage, Locked - components: - - type: AccessReader - access: [["Salvage"]] - -- type: entity - parent: AirlockMedicalGlass - id: AirlockPsychologistGlassLocked - suffix: Psychologist, Locked - components: - - type: AccessReader - access: [["Psychologist"]] -#End of Delta V - # Maintenance Hatches - type: entity parent: AirlockMaint @@ -1103,80 +955,6 @@ - type: AccessReader access: [["Armory"]] -#Delta V: Add Airlocks -- type: entity - parent: AirlockMaint - id: AirlockMaintBoxerLocked - suffix: Boxer, Locked - components: - - type: AccessReader - access: [["Boxer"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintClownLocked - suffix: Clown, Locked - components: - - type: AccessReader - access: [["Clown"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintMimeLocked - suffix: Mime, Locked - components: - - type: AccessReader - access: [["Mime"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintMusicianLocked - suffix: Musician, Locked - components: - - type: AccessReader - access: [["Musician"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintReporterLocked - suffix: Reporter, Locked - components: - - type: AccessReader - access: [["Reporter"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintLibraryLocked - suffix: Library, Locked - components: - - type: AccessReader - access: [["Library"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintZookeeperLocked - suffix: Zookeeper, Locked - components: - - type: AccessReader - access: [["Zookeeper"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintPsychologistLocked - suffix: Psychologist, Locked - components: - - type: AccessReader - access: [["Psychologist"]] - -- type: entity - parent: AirlockMaint - id: AirlockMaintSecurityLawyerLocked - suffix: Security/Lawyer, Locked - components: - - type: AccessReader - access: [["Security"], ["Lawyer"]] -#End of Delta V - - type: entity parent: AirlockSyndicate id: AirlockSyndicateLocked From 680c0d457fe1c17e4be9587193b65ad4c11a9cfb Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:57:09 -0400 Subject: [PATCH 133/213] Submarine Patch - RE-TEG Edition (#988) * initial commit * Update submarine.yml * cable & lights fixes * add spawns * Update submarine.yml * emergency lights & cameras * fix training ammo also added basketballs around & posters in engi --------- Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> --- Resources/Maps/submarine.yml | 34560 +++++++++++++++++---------------- 1 file changed, 18086 insertions(+), 16474 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 0a1338c1de1..432bb8e670e 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -77,6 +77,7 @@ tilemap: 127: Plating 128: PlatingAsteroid 130: PlatingBurnt + 131: PlatingDamaged 132: PlatingSnow entities: - proto: "" @@ -91,295 +92,295 @@ entities: chunks: 0,0: ind: 0,0 - tiles: cQAAAAABcQAAAAACcQAAAAACewAAAAABewAAAAACewAAAAADewAAAAACfwAAAAAAcQAAAAACcQAAAAABcQAAAAABfwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAACcQAAAAADVwAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAACcQAAAAADTwAAAAAAcQAAAAACcQAAAAACcQAAAAABfwAAAAAAcgAAAAADcgAAAAABcgAAAAACcgAAAAACVwAAAAADVwAAAAACVwAAAAAAcQAAAAABcQAAAAAAcQAAAAADcQAAAAAAUAAAAAAAcQAAAAACcQAAAAADcQAAAAABUAAAAAAAcgAAAAAAcgAAAAAAcgAAAAACcgAAAAADcQAAAAADVwAAAAACcQAAAAACcQAAAAAAcQAAAAABcQAAAAADcQAAAAAATwAAAAABcQAAAAACcQAAAAABcQAAAAADUAAAAAAAcgAAAAAAcgAAAAAAcgAAAAACcgAAAAABcQAAAAABcQAAAAACcQAAAAACTwAAAAACTwAAAAADTwAAAAABTwAAAAACfwAAAAAAcQAAAAACcQAAAAAAcQAAAAAAfwAAAAAAcQAAAAADcQAAAAADcQAAAAADfwAAAAAAcQAAAAACcQAAAAADcQAAAAACTwAAAAAAewAAAAABewAAAAAAewAAAAACfwAAAAAAcQAAAAACcQAAAAABcQAAAAACTwAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAABcQAAAAADcQAAAAABcQAAAAABTwAAAAAAewAAAAACewAAAAAAewAAAAAATwAAAAACcQAAAAAAcQAAAAACcQAAAAAATwAAAAADVAAAAAABVAAAAAAAVAAAAAABVAAAAAADcQAAAAADcQAAAAABcQAAAAACTwAAAAACewAAAAACewAAAAAAewAAAAABfwAAAAAAcQAAAAABcQAAAAABcQAAAAABTwAAAAADVAAAAAAAVAAAAAAAVAAAAAABVAAAAAABTwAAAAACTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAACVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAawAAAAAAawAAAAACawAAAAAAMgAAAAAATwAAAAACewAAAAACewAAAAACVAAAAAACdAAAAAABcgAAAAAAdAAAAAACewAAAAACewAAAAAAewAAAAABewAAAAABewAAAAABawAAAAABTwAAAAAAawAAAAADMgAAAAAATwAAAAABewAAAAABewAAAAADVAAAAAAAdAAAAAAAcgAAAAAAdAAAAAACewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAADawAAAAABTwAAAAADawAAAAADMgAAAAAATwAAAAABewAAAAAAewAAAAACVAAAAAACdAAAAAACcgAAAAAAdAAAAAACewAAAAABewAAAAADewAAAAAAewAAAAAAewAAAAADawAAAAADTwAAAAADawAAAAADMgAAAAAATwAAAAABewAAAAABewAAAAABVAAAAAAAdAAAAAABcgAAAAACdAAAAAACdAAAAAADdAAAAAAAewAAAAADewAAAAABewAAAAACawAAAAAATwAAAAADawAAAAACMgAAAAAATwAAAAACewAAAAABewAAAAAAVAAAAAACdAAAAAACcgAAAAACdAAAAAAAdAAAAAADdAAAAAAAdAAAAAADdAAAAAAAdAAAAAADawAAAAADTwAAAAACawAAAAACMgAAAAAATwAAAAADewAAAAACewAAAAAAVAAAAAABdAAAAAABcgAAAAAAcgAAAAACcgAAAAADcgAAAAABcgAAAAAAcgAAAAABcgAAAAABawAAAAADTwAAAAABawAAAAABMgAAAAAATwAAAAADewAAAAAAewAAAAAAVAAAAAADdAAAAAACcgAAAAAAdAAAAAABdAAAAAABdAAAAAACdAAAAAACdAAAAAAAdAAAAAAD + tiles: cQAAAAAAcQAAAAABcQAAAAABewAAAAACewAAAAAAewAAAAACewAAAAAAfwAAAAAAcQAAAAABcQAAAAAAcQAAAAACfwAAAAAAcgAAAAAAcgAAAAAAcgAAAAADcgAAAAABcQAAAAAAVwAAAAABcQAAAAAAcQAAAAADcQAAAAABcQAAAAADcQAAAAAATwAAAAABcQAAAAAAcQAAAAAAcQAAAAABfwAAAAAAcgAAAAACcgAAAAAAcgAAAAAAcgAAAAABVwAAAAADVwAAAAACVwAAAAAAcQAAAAADcQAAAAAAcQAAAAAAcQAAAAADUAAAAAAAcQAAAAABcQAAAAADcQAAAAABUAAAAAAAcgAAAAAAcgAAAAABcgAAAAAAcgAAAAAAcQAAAAACVwAAAAABcQAAAAABcQAAAAABcQAAAAACcQAAAAADcQAAAAABTwAAAAABcQAAAAADcQAAAAABcQAAAAABUAAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAADcQAAAAACcQAAAAACcQAAAAACTwAAAAABTwAAAAAATwAAAAABTwAAAAACfwAAAAAAcQAAAAACcQAAAAABcQAAAAAAfwAAAAAAcQAAAAADcQAAAAAAcQAAAAADfwAAAAAAcQAAAAADcQAAAAADcQAAAAADTwAAAAACewAAAAAAewAAAAACewAAAAABfwAAAAAAcQAAAAABcQAAAAACcQAAAAADTwAAAAADVAAAAAAAVAAAAAADVAAAAAAAVAAAAAABcQAAAAADcQAAAAAAcQAAAAAATwAAAAADewAAAAAAewAAAAACewAAAAABTwAAAAACcQAAAAACcQAAAAACcQAAAAACTwAAAAADVAAAAAADVAAAAAABVAAAAAADVAAAAAADcQAAAAADcQAAAAAAcQAAAAABTwAAAAABewAAAAADewAAAAAAewAAAAABfwAAAAAAcQAAAAADcQAAAAABcQAAAAACTwAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAACTwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAACVAAAAAABVAAAAAACVAAAAAACVAAAAAABawAAAAACawAAAAADawAAAAADMgAAAAAATwAAAAACewAAAAABewAAAAABVAAAAAABdAAAAAAAcgAAAAADdAAAAAAAewAAAAACewAAAAADewAAAAABewAAAAADewAAAAACawAAAAACTwAAAAAAawAAAAACMgAAAAAATwAAAAADewAAAAADewAAAAAAVAAAAAAAdAAAAAAAcgAAAAAAdAAAAAABewAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAACawAAAAACTwAAAAABawAAAAAAMgAAAAAATwAAAAAAewAAAAABewAAAAABVAAAAAACdAAAAAADcgAAAAABdAAAAAABewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAABawAAAAACTwAAAAABawAAAAAAMgAAAAAATwAAAAABewAAAAADewAAAAADVAAAAAAAdAAAAAACcgAAAAADdAAAAAAAdAAAAAAAdAAAAAADewAAAAAAewAAAAADewAAAAADawAAAAACTwAAAAADawAAAAADMgAAAAAATwAAAAADewAAAAAAewAAAAAAVAAAAAACdAAAAAABcgAAAAADdAAAAAACdAAAAAAAdAAAAAACdAAAAAADdAAAAAAAdAAAAAADawAAAAAATwAAAAABawAAAAADMgAAAAAATwAAAAADewAAAAACewAAAAAAVAAAAAABdAAAAAABcgAAAAABcgAAAAACcgAAAAABcgAAAAACcgAAAAAAcgAAAAADcgAAAAACawAAAAACTwAAAAACawAAAAACMgAAAAAATwAAAAACewAAAAAAewAAAAABVAAAAAACdAAAAAABcgAAAAABdAAAAAABdAAAAAADdAAAAAACdAAAAAADdAAAAAADdAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: VwAAAAADVwAAAAABVwAAAAADTwAAAAADawAAAAACTwAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAAATwAAAAACVwAAAAAATwAAAAACTwAAAAADawAAAAACTwAAAAADawAAAAADawAAAAACawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAADTwAAAAABTwAAAAADTwAAAAAAawAAAAABawAAAAADUAAAAAAAXgAAAAABXgAAAAACfwAAAAAATwAAAAABfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABfwAAAAAAXgAAAAADawAAAAACTwAAAAABawAAAAADawAAAAABawAAAAABfwAAAAAATwAAAAACTwAAAAACfwAAAAAAcQAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAawAAAAABTwAAAAABawAAAAABMgAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAABeAAAAAABcQAAAAADcQAAAAACcQAAAAABTwAAAAADTwAAAAABfwAAAAAAcQAAAAACawAAAAABTwAAAAABawAAAAAAMgAAAAAATwAAAAADcgAAAAACcgAAAAABcgAAAAAAeAAAAAABcQAAAAACcQAAAAACcQAAAAACcgAAAAACcgAAAAADfwAAAAAAcQAAAAADawAAAAACTwAAAAADawAAAAACMgAAAAAATwAAAAADcgAAAAADcgAAAAABcgAAAAABTwAAAAABcQAAAAAAcQAAAAAAcQAAAAADcgAAAAADcgAAAAABfwAAAAAAcQAAAAACawAAAAADTwAAAAAAawAAAAACMgAAAAAAcQAAAAAAcQAAAAACcQAAAAAAcQAAAAABeAAAAAAAcQAAAAACcQAAAAABTwAAAAACcgAAAAAAcgAAAAAAfwAAAAAAcQAAAAACawAAAAADTwAAAAADawAAAAADMgAAAAAAcQAAAAACcgAAAAABcgAAAAADcgAAAAABeAAAAAABcQAAAAADcQAAAAABcQAAAAADcgAAAAADcgAAAAAAfwAAAAAAcQAAAAACawAAAAACTwAAAAABawAAAAAAMgAAAAAATwAAAAAAcgAAAAABcgAAAAAAcgAAAAAAeAAAAAAAcQAAAAABcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADfwAAAAAATwAAAAACawAAAAABTwAAAAADawAAAAABMgAAAAAATwAAAAACcgAAAAAAcgAAAAADcgAAAAACTwAAAAABcQAAAAACcQAAAAADcQAAAAABcQAAAAAAcQAAAAACfwAAAAAAcgAAAAACawAAAAACawAAAAAAawAAAAAAMgAAAAAAcQAAAAACcgAAAAADcgAAAAADcgAAAAAAeAAAAAACcQAAAAABcQAAAAACcQAAAAABcQAAAAADcQAAAAAAfwAAAAAAcgAAAAACTwAAAAACTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcQAAAAABcQAAAAACcQAAAAACewAAAAABewAAAAACewAAAAAAewAAAAADfwAAAAAAcQAAAAACcQAAAAACcQAAAAADfwAAAAAAcgAAAAADcgAAAAADcgAAAAAAcgAAAAAAcQAAAAAAcQAAAAABcQAAAAACewAAAAADewAAAAACewAAAAADewAAAAAAfwAAAAAAcQAAAAABcQAAAAAAcQAAAAAATwAAAAABcgAAAAAAcgAAAAACcgAAAAABcgAAAAADcQAAAAADcQAAAAABcQAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACfwAAAAAAcQAAAAADcQAAAAADcQAAAAABfwAAAAAAcgAAAAAAcgAAAAADcgAAAAACcgAAAAAB + tiles: VwAAAAAAVwAAAAACVwAAAAADTwAAAAABawAAAAACTwAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAACawAAAAADawAAAAADawAAAAADawAAAAADTwAAAAABVwAAAAAATwAAAAADTwAAAAABawAAAAACTwAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAADawAAAAAAawAAAAAATwAAAAAATwAAAAADTwAAAAADawAAAAABawAAAAABUAAAAAAAXgAAAAABXgAAAAABfwAAAAAATwAAAAACfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAXgAAAAADawAAAAACTwAAAAACawAAAAAAawAAAAAAawAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAcQAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAawAAAAAATwAAAAAAawAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcgAAAAABeAAAAAAAcQAAAAABcQAAAAAAcQAAAAAATwAAAAADTwAAAAADfwAAAAAAcQAAAAACawAAAAABTwAAAAADawAAAAACMgAAAAAATwAAAAACcgAAAAAAcgAAAAADcgAAAAAAeAAAAAADcQAAAAACcQAAAAACcQAAAAACcgAAAAACcgAAAAAAfwAAAAAAcQAAAAADawAAAAADTwAAAAABawAAAAADMgAAAAAATwAAAAAAcgAAAAAAcgAAAAADcgAAAAACTwAAAAACcQAAAAABcQAAAAABcQAAAAABcgAAAAADcgAAAAAAfwAAAAAAcQAAAAABawAAAAACTwAAAAAAawAAAAAAMgAAAAAAcQAAAAADcQAAAAAAcQAAAAACcQAAAAACeAAAAAADcQAAAAABcQAAAAABTwAAAAABcgAAAAADcgAAAAACfwAAAAAAcQAAAAACawAAAAAATwAAAAABawAAAAADMgAAAAAAcQAAAAABcgAAAAABcgAAAAAAcgAAAAAAeAAAAAACcQAAAAAAcQAAAAADcQAAAAACcgAAAAADcgAAAAACfwAAAAAAcQAAAAABawAAAAACTwAAAAACawAAAAAAMgAAAAAATwAAAAACcgAAAAABcgAAAAAAcgAAAAADeAAAAAACcQAAAAABcQAAAAACcQAAAAABcQAAAAABcQAAAAABfwAAAAAATwAAAAACawAAAAAATwAAAAAAawAAAAAAMgAAAAAATwAAAAABcgAAAAABcgAAAAACcgAAAAABTwAAAAABcQAAAAADcQAAAAADcQAAAAACcQAAAAADcQAAAAABfwAAAAAAcgAAAAABawAAAAADawAAAAACawAAAAAAMgAAAAAAcQAAAAABcgAAAAADcgAAAAABcgAAAAADeAAAAAADcQAAAAACcQAAAAAAcQAAAAACcQAAAAACcQAAAAAAfwAAAAAAcgAAAAACTwAAAAABTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcQAAAAAAcQAAAAACcQAAAAABewAAAAAAewAAAAACewAAAAACewAAAAACfwAAAAAAcQAAAAADcQAAAAABcQAAAAABfwAAAAAAcgAAAAABcgAAAAABcgAAAAADcgAAAAABcQAAAAACcQAAAAABcQAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAABfwAAAAAAcQAAAAACcQAAAAACcQAAAAADTwAAAAAAcgAAAAAAcgAAAAAAcgAAAAADcgAAAAADcQAAAAAAcQAAAAADcQAAAAACewAAAAABewAAAAABewAAAAABewAAAAAAfwAAAAAAcQAAAAADcQAAAAABcQAAAAABfwAAAAAAcgAAAAADcgAAAAABcgAAAAADcgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: awAAAAADawAAAAABawAAAAACawAAAAADawAAAAABawAAAAACawAAAAABawAAAAABawAAAAACawAAAAACawAAAAACawAAAAADawAAAAADTwAAAAABawAAAAAATwAAAAABawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAACawAAAAADawAAAAADawAAAAACawAAAAADawAAAAAATwAAAAABawAAAAACTwAAAAAAXgAAAAACDAAAAAABDAAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAADUAAAAAAAawAAAAABawAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAADfwAAAAAAawAAAAABawAAAAAAIQAAAAADIQAAAAAAIQAAAAABfwAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAADfwAAAAAAfQAAAAABfQAAAAAAfQAAAAAAfQAAAAADfwAAAAAAfwAAAAAAMgAAAAAAIQAAAAABIQAAAAAAIQAAAAADfwAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAACfwAAAAAAfQAAAAADfQAAAAAAfQAAAAAAfQAAAAADfQAAAAABfwAAAAAAMgAAAAAAIQAAAAABIQAAAAADIQAAAAADfwAAAAAAUAAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfwAAAAAAfQAAAAABfQAAAAAAfQAAAAAAfQAAAAADfQAAAAABfwAAAAAAMgAAAAAAIQAAAAABIQAAAAAAIQAAAAABfwAAAAAAUAAAAAAAfQAAAAADfQAAAAABfQAAAAABUAAAAAAAfQAAAAABfQAAAAADfQAAAAABfQAAAAAAfQAAAAAAfwAAAAAAMgAAAAAAIQAAAAACIQAAAAAAIQAAAAACfwAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAABUAAAAAAAfQAAAAACfQAAAAADfQAAAAABfQAAAAAAfQAAAAABTwAAAAACMgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABfwAAAAAATwAAAAADfwAAAAAAfQAAAAABfQAAAAACfQAAAAAAfQAAAAADfQAAAAACTwAAAAADMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAQQAAAAAAcQAAAAADcQAAAAABfwAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAACfQAAAAABfQAAAAABfQAAAAABTwAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAcQAAAAADcQAAAAACfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAACfQAAAAABfQAAAAACfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAADfwAAAAAATwAAAAACTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAABTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAADewAAAAACewAAAAADewAAAAABewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAABTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAABcQAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAAC + tiles: awAAAAADawAAAAADawAAAAADawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAADawAAAAAAawAAAAADTwAAAAABawAAAAADTwAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAADawAAAAACawAAAAABawAAAAADawAAAAABawAAAAAAawAAAAABawAAAAAATwAAAAABawAAAAAATwAAAAABXgAAAAADDAAAAAADDAAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAUAAAAAAAawAAAAACawAAAAADTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAACfwAAAAAAawAAAAADawAAAAACIQAAAAABIQAAAAACIQAAAAADfwAAAAAAfQAAAAADfQAAAAADfQAAAAAAfQAAAAACfwAAAAAAfQAAAAABfQAAAAAAfQAAAAADfQAAAAABfwAAAAAAfwAAAAAAMgAAAAAAIQAAAAACIQAAAAAAIQAAAAAAfwAAAAAAfQAAAAABfQAAAAABfQAAAAAAfQAAAAACfwAAAAAAfQAAAAABfQAAAAACfQAAAAACfQAAAAABfQAAAAABfwAAAAAAMgAAAAAAIQAAAAABIQAAAAAAIQAAAAADfwAAAAAAUAAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfwAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAADfQAAAAADfwAAAAAAMgAAAAAAIQAAAAAAIQAAAAAAIQAAAAACfwAAAAAAUAAAAAAAfQAAAAAAfQAAAAADfQAAAAAAUAAAAAAAfQAAAAACfQAAAAABfQAAAAACfQAAAAABfQAAAAABfwAAAAAAMgAAAAAAIQAAAAACIQAAAAABIQAAAAACfwAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAAAUAAAAAAAfQAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAABTwAAAAACMgAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACfwAAAAAATwAAAAAAfwAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAAAfQAAAAAATwAAAAADMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAQQAAAAAAcQAAAAADcQAAAAAAfwAAAAAAfQAAAAADfQAAAAACfQAAAAABfQAAAAADfQAAAAABfQAAAAADfQAAAAACTwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAcQAAAAACcQAAAAADfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAABfQAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAADcQAAAAABfwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAADcQAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAADewAAAAACewAAAAACewAAAAABewAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAACTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAABewAAAAABewAAAAACewAAAAACewAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAADTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAABewAAAAACewAAAAADewAAAAAB version: 6 -1,0: ind: -1,0 - tiles: TwAAAAACTwAAAAAATwAAAAACfwAAAAAAcQAAAAADcQAAAAADfwAAAAAAcQAAAAADTwAAAAABTwAAAAACcQAAAAABcQAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAADcQAAAAAAcQAAAAAAcQAAAAACcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADcQAAAAACcQAAAAACcQAAAAACcQAAAAACTwAAAAACcQAAAAADcQAAAAAAcQAAAAACcQAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAABcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADcQAAAAABcQAAAAABcQAAAAAATwAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAABcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAACcQAAAAABcQAAAAACTwAAAAAAcQAAAAADcQAAAAABcQAAAAABcQAAAAABTwAAAAABTwAAAAABTwAAAAABfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAcQAAAAACcQAAAAADcQAAAAADcQAAAAACTwAAAAADewAAAAACewAAAAACewAAAAAAewAAAAAAcgAAAAACcgAAAAAAcgAAAAAAfwAAAAAATwAAAAAATwAAAAABUAAAAAAAcgAAAAAAcgAAAAACcgAAAAABcgAAAAACTwAAAAABewAAAAAAewAAAAACewAAAAABewAAAAAAcgAAAAABcgAAAAABcgAAAAABfwAAAAAATwAAAAACTwAAAAAATwAAAAAAcgAAAAADcgAAAAACcgAAAAACcgAAAAAATwAAAAACewAAAAAAewAAAAADewAAAAABewAAAAACcgAAAAAAcgAAAAADcgAAAAACfwAAAAAATwAAAAAATwAAAAADUAAAAAAAcgAAAAADcgAAAAABcgAAAAADcgAAAAABTwAAAAACewAAAAACewAAAAACewAAAAADewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAACTwAAAAACfwAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAADDgAAAAACDgAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAABfwAAAAAAMgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAACTwAAAAAAfwAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAABDgAAAAAADgAAAAAADgAAAAADUAAAAAAAMgAAAAAAcQAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAADcQAAAAADTwAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAACUAAAAAAAMgAAAAAAcQAAAAABcQAAAAACTwAAAAAATwAAAAADTwAAAAADcQAAAAACTwAAAAABDgAAAAADDgAAAAABDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAADUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAABTwAAAAAATwAAAAADTwAAAAABcQAAAAACTwAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAADDgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAAATwAAAAABTwAAAAACTwAAAAAAcQAAAAAAfwAAAAAADgAAAAAADgAAAAACDgAAAAAAfwAAAAAADgAAAAACDgAAAAAADgAAAAACfwAAAAAAMgAAAAAA + tiles: TwAAAAAATwAAAAACTwAAAAADfwAAAAAAcQAAAAAAcQAAAAACfwAAAAAAcQAAAAADTwAAAAADTwAAAAACcQAAAAACcQAAAAAAewAAAAACewAAAAACewAAAAABewAAAAABcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAABcQAAAAABcQAAAAABcQAAAAAATwAAAAABcQAAAAACcQAAAAAAcQAAAAABcQAAAAADcQAAAAADcQAAAAAAcQAAAAADcQAAAAADcQAAAAADcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAAAcQAAAAAATwAAAAABcQAAAAAAcQAAAAAAcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAABcQAAAAAAcQAAAAABcQAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAADTwAAAAADcQAAAAACcQAAAAAAcQAAAAAAcQAAAAACTwAAAAADTwAAAAAATwAAAAADfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAcQAAAAAAcQAAAAABcQAAAAAAcQAAAAADTwAAAAABewAAAAAAewAAAAABewAAAAADewAAAAABcgAAAAACcgAAAAABcgAAAAACfwAAAAAATwAAAAACTwAAAAAAUAAAAAAAcgAAAAABcgAAAAAAcgAAAAACcgAAAAABTwAAAAABewAAAAABewAAAAAAewAAAAABewAAAAAAcgAAAAADcgAAAAACcgAAAAABfwAAAAAATwAAAAAATwAAAAAATwAAAAAAcgAAAAADcgAAAAADcgAAAAACcgAAAAACTwAAAAAAewAAAAADewAAAAACewAAAAACewAAAAADcgAAAAACcgAAAAABcgAAAAADfwAAAAAATwAAAAAATwAAAAADUAAAAAAAcgAAAAAAcgAAAAACcgAAAAAAcgAAAAADTwAAAAADewAAAAABewAAAAADewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAADgAAAAABDgAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAACDgAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAACDgAAAAABDgAAAAACfwAAAAAAMgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAAAUAAAAAAAMgAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAADcQAAAAABTwAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAADDgAAAAADDgAAAAABDgAAAAACUAAAAAAAMgAAAAAAcQAAAAAAcQAAAAABTwAAAAAATwAAAAADTwAAAAABcQAAAAACTwAAAAADDgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAABDgAAAAADUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAABTwAAAAADTwAAAAABTwAAAAAAcQAAAAACTwAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAAAUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAADTwAAAAABTwAAAAADTwAAAAAAcQAAAAADfwAAAAAADgAAAAACDgAAAAADDgAAAAACfwAAAAAADgAAAAACDgAAAAADDgAAAAAAfwAAAAAAMgAAAAAA version: 6 1,0: ind: 1,0 - tiles: cgAAAAACcgAAAAAAfwAAAAAAVAAAAAABVAAAAAACVAAAAAABVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADUAAAAAAAUAAAAAAAcgAAAAAAcgAAAAADUAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAABUAAAAAAAUAAAAAAAVAAAAAADVAAAAAABVAAAAAABUAAAAAAATwAAAAADUAAAAAAAUAAAAAAAcgAAAAABcgAAAAACUAAAAAAAVAAAAAACVAAAAAABVAAAAAABVAAAAAABUAAAAAAAUAAAAAAAVAAAAAADVAAAAAABVAAAAAABUAAAAAAATwAAAAACUAAAAAAAUAAAAAAAcgAAAAACcgAAAAABUAAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACVAAAAAAATwAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAACcQAAAAABcQAAAAABcQAAAAACcQAAAAABcQAAAAACcQAAAAAAcQAAAAADcQAAAAAAcQAAAAADcQAAAAADVAAAAAACTwAAAAABcQAAAAABcQAAAAABcQAAAAAAcQAAAAABcQAAAAABcQAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAADcQAAAAADcQAAAAABcQAAAAACcQAAAAABVAAAAAAATwAAAAADcQAAAAAAcQAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAACcQAAAAAAcQAAAAABcQAAAAABcQAAAAACcQAAAAAAcQAAAAAAcQAAAAADcQAAAAAAVAAAAAABTwAAAAADTwAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAADdAAAAAACcgAAAAACdAAAAAAAVAAAAAADewAAAAABewAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAABewAAAAABdAAAAAADcgAAAAABdAAAAAABVAAAAAACewAAAAADewAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAADdAAAAAADcgAAAAACdAAAAAAAVAAAAAADewAAAAACewAAAAAAXgAAAAABawAAAAABXgAAAAACawAAAAAAXgAAAAAAXgAAAAABbgAAAAAAbgAAAAAAcgAAAAADcgAAAAABdAAAAAABcgAAAAADdAAAAAACVAAAAAACewAAAAACewAAAAACXgAAAAAAawAAAAAAXgAAAAAAawAAAAACXgAAAAADXgAAAAADbgAAAAAAbwAAAAADdAAAAAABdAAAAAABdAAAAAAAcgAAAAACdAAAAAACVAAAAAACewAAAAADewAAAAADXgAAAAADawAAAAABXgAAAAAAawAAAAABXgAAAAAAXgAAAAACbgAAAAAAbgAAAAAAcgAAAAACcgAAAAACcgAAAAACcgAAAAAAdAAAAAACVAAAAAADewAAAAADewAAAAAAXgAAAAABawAAAAABXgAAAAAAawAAAAABXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAdAAAAAACdAAAAAAAdAAAAAADcgAAAAAAdAAAAAABVAAAAAABewAAAAABewAAAAADXgAAAAACawAAAAACXgAAAAADawAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAAA + tiles: cgAAAAADcgAAAAACfwAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADUAAAAAAAUAAAAAAAcgAAAAACcgAAAAACUAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAADUAAAAAAAUAAAAAAAVAAAAAABVAAAAAACVAAAAAAAUAAAAAAATwAAAAADUAAAAAAAUAAAAAAAcgAAAAABcgAAAAADUAAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAAAUAAAAAAAUAAAAAAAVAAAAAAAVAAAAAADVAAAAAACUAAAAAAATwAAAAACUAAAAAAAUAAAAAAAcgAAAAACcgAAAAADUAAAAAAAVAAAAAACVAAAAAACVAAAAAAAVAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADVAAAAAADTwAAAAAAcQAAAAABcQAAAAAAcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAADcQAAAAABcQAAAAABcQAAAAABVAAAAAADTwAAAAACcQAAAAAAcQAAAAAAcQAAAAACcQAAAAAAcQAAAAADcQAAAAACcQAAAAABcQAAAAABcQAAAAADcQAAAAAAcQAAAAAAcQAAAAABcQAAAAAAcQAAAAADVAAAAAACTwAAAAADcQAAAAAAcQAAAAACcQAAAAADcQAAAAABcQAAAAACcQAAAAADcQAAAAACcQAAAAACcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAABcQAAAAADVAAAAAACTwAAAAACTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAABTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAAAdAAAAAADcgAAAAAAdAAAAAABVAAAAAACewAAAAAAewAAAAADbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAABewAAAAABdAAAAAABcgAAAAACdAAAAAACVAAAAAAAewAAAAADewAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAABdAAAAAABcgAAAAABdAAAAAADVAAAAAAAewAAAAABewAAAAACXgAAAAADawAAAAAAXgAAAAABawAAAAABXgAAAAAAXgAAAAAAbgAAAAAAbgAAAAAAcgAAAAADcgAAAAABdAAAAAAAcgAAAAACdAAAAAABVAAAAAACewAAAAABewAAAAABXgAAAAABawAAAAADXgAAAAABawAAAAACXgAAAAADXgAAAAADbgAAAAAAbwAAAAAAdAAAAAACdAAAAAABdAAAAAADcgAAAAADdAAAAAADVAAAAAADewAAAAABewAAAAABXgAAAAAAawAAAAABXgAAAAAAawAAAAACXgAAAAAAXgAAAAACbgAAAAAAbgAAAAAAcgAAAAAAcgAAAAACcgAAAAAAcgAAAAABdAAAAAADVAAAAAACewAAAAAAewAAAAABXgAAAAABawAAAAAAXgAAAAADawAAAAABXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAdAAAAAABdAAAAAABdAAAAAABcgAAAAACdAAAAAABVAAAAAABewAAAAAAewAAAAABXgAAAAAAawAAAAADXgAAAAADawAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAAC version: 6 1,-1: ind: 1,-1 - tiles: awAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAAAawAAAAADTwAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAACawAAAAACawAAAAAAfwAAAAAAawAAAAADawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAACawAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAADfwAAAAAAJQAAAAACJQAAAAADJQAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAACTwAAAAADTwAAAAADfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAcQAAAAAAcQAAAAABcQAAAAABcQAAAAACcQAAAAADcQAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAABcQAAAAACcQAAAAABcQAAAAABcQAAAAABcQAAAAABcQAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAAAZwAAAAABZwAAAAABZwAAAAAAZwAAAAABcQAAAAADcQAAAAADcQAAAAADcQAAAAABcQAAAAADcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAACcQAAAAADcQAAAAADcQAAAAABcQAAAAAAcQAAAAACcQAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADZwAAAAAAZwAAAAABcQAAAAABcQAAAAABcQAAAAABcQAAAAAAcQAAAAACcQAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAABZwAAAAADZwAAAAACcQAAAAABcQAAAAADfwAAAAAAcQAAAAACcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAACZwAAAAAAZwAAAAADZwAAAAADZwAAAAAAZwAAAAADcgAAAAABcgAAAAABcgAAAAABcgAAAAAAcgAAAAACcgAAAAABfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAACZwAAAAACZwAAAAADZwAAAAACZwAAAAAAZwAAAAACcgAAAAADcgAAAAACcgAAAAABcgAAAAACcgAAAAACcgAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAACcgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAcQAAAAADcQAAAAACfwAAAAAAfwAAAAAAVAAAAAABVAAAAAADcgAAAAADcgAAAAABcgAAAAADcgAAAAABcgAAAAADcgAAAAAAcgAAAAABcgAAAAADcgAAAAADcgAAAAACcgAAAAABcgAAAAADcgAAAAAAfwAAAAAAVAAAAAACVAAAAAABcgAAAAABcgAAAAADcgAAAAAAcgAAAAABcgAAAAACcgAAAAACcgAAAAAAcgAAAAAAcgAAAAADcgAAAAAAcgAAAAADcgAAAAADcgAAAAACTwAAAAAAVAAAAAABVAAAAAABcgAAAAAAcgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAAC + tiles: awAAAAACawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAADTwAAAAACawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAACawAAAAADawAAAAABawAAAAABawAAAAACawAAAAABawAAAAACfwAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAADawAAAAAAawAAAAAAawAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAJQAAAAAAJQAAAAAAJQAAAAADfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAABTwAAAAADTwAAAAAAfwAAAAAATwAAAAADTwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAACcQAAAAADcQAAAAABfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAABcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAABcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAADZwAAAAAAZwAAAAADZwAAAAABZwAAAAADcQAAAAAAcQAAAAACcQAAAAACcQAAAAABcQAAAAACcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAABZwAAAAACZwAAAAABZwAAAAAAZwAAAAADZwAAAAACcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAACZwAAAAAAZwAAAAADZwAAAAAAZwAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAABcQAAAAACcQAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAAAZwAAAAABZwAAAAACZwAAAAADZwAAAAABcQAAAAACcQAAAAADfwAAAAAAcQAAAAACcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAACZwAAAAABZwAAAAABZwAAAAADZwAAAAADZwAAAAAAcgAAAAAAcgAAAAACcgAAAAACcgAAAAACcgAAAAAAcgAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAAAZwAAAAACcgAAAAADcgAAAAABcgAAAAAAcgAAAAADcgAAAAAAcgAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAAAZwAAAAACZwAAAAACcgAAAAACcgAAAAAAcgAAAAAAcgAAAAABcgAAAAACcgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAcQAAAAACcQAAAAADfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAADcgAAAAACcgAAAAACcgAAAAADcgAAAAAAcgAAAAACcgAAAAAAcgAAAAABcgAAAAAAcgAAAAAAcgAAAAABcgAAAAACcgAAAAABcgAAAAAAfwAAAAAAVAAAAAACVAAAAAABcgAAAAABcgAAAAABcgAAAAACcgAAAAABcgAAAAADcgAAAAADcgAAAAADcgAAAAABcgAAAAABcgAAAAABcgAAAAACcgAAAAABcgAAAAAATwAAAAABVAAAAAABVAAAAAAAcgAAAAAAcgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAAC version: 6 2,0: ind: 2,0 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAAAfwAAAAAAUAAAAAAATwAAAAADTwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAADAAAAAACTwAAAAACUAAAAAAATwAAAAACTwAAAAABUAAAAAAATwAAAAABfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADAAAAAABfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACTwAAAAACUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAACUAAAAAAAfwAAAAAAXgAAAAADTwAAAAADTwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAABUAAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAAAUAAAAAAATwAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAABTwAAAAADfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAACfwAAAAAAUAAAAAAATwAAAAABTwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAADAAAAAADTwAAAAABUAAAAAAATwAAAAABTwAAAAADUAAAAAAATwAAAAACfwAAAAAAbwAAAAABfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADAAAAAACfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAABUAAAAAAAfwAAAAAAXgAAAAAATwAAAAACTwAAAAABXgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADUAAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADUAAAAAAATwAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAABTwAAAAABfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAACbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: awAAAAACawAAAAAAawAAAAADawAAAAADawAAAAACawAAAAABawAAAAAAXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAACawAAAAABawAAAAACawAAAAADawAAAAAAXgAAAAACfwAAAAAADAAAAAAADAAAAAADDAAAAAACfwAAAAAAXgAAAAABXgAAAAAAawAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAACfwAAAAAADAAAAAABDAAAAAACMgAAAAAAUAAAAAAAXgAAAAABTwAAAAACTwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAADAAAAAABMgAAAAAAUAAAAAAAXgAAAAAATwAAAAABTwAAAAACGAAAAAAAGAAAAAAAGAAAAAAATwAAAAAADAAAAAABfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAADDAAAAAAAMgAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAADAAAAAADDAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACDAAAAAABfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAABDAAAAAADDAAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAACfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAADAAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAADDAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAABfwAAAAAAegAAAAAAegAAAAACTwAAAAADDAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAADfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAADDAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAA + tiles: awAAAAABawAAAAACawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAAAXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADawAAAAAAawAAAAACawAAAAACawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAAAXgAAAAACfwAAAAAADAAAAAADDAAAAAAADAAAAAAAfwAAAAAAXgAAAAAAXgAAAAABawAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADfwAAAAAADAAAAAACDAAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAABTwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAACMgAAAAAAUAAAAAAAXgAAAAAATwAAAAADTwAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAACfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAABDAAAAAABMgAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAAADAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAADDAAAAAACMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADDAAAAAABfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAACDAAAAAADDAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAADfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAADAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAADDAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAADfwAAAAAAegAAAAABegAAAAADTwAAAAACDAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAACfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAADDAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADTwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAA version: 6 -1,1: ind: -1,1 - tiles: fwAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAABcQAAAAACfwAAAAAADgAAAAACDgAAAAAADgAAAAADfwAAAAAADgAAAAABDgAAAAADfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADfwAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAABUAAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAACawAAAAACTwAAAAAAawAAAAABTwAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAAAawAAAAADTwAAAAAAawAAAAABTwAAAAACawAAAAADawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAADUAAAAAAAXgAAAAABTwAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABfwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAADfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACIAAAAAAAIAAAAAAAIAAAAAACUAAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAADUAAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAABIQAAAAAAIQAAAAACIQAAAAABfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAABfwAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAADfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAADfwAAAAAAIQAAAAACIQAAAAABIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAAATwAAAAABIQAAAAADIQAAAAAAIQAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAADfwAAAAAAIQAAAAAAIQAAAAACIQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAADgAAAAADVAAAAAABIAAAAAABIAAAAAABVAAAAAABVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAA + tiles: fwAAAAAAcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAAAfwAAAAAADgAAAAAADgAAAAABDgAAAAAAfwAAAAAADgAAAAAADgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAADTwAAAAACfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAACUAAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAABawAAAAAAawAAAAACawAAAAACawAAAAABawAAAAACTwAAAAABawAAAAADTwAAAAADawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAACawAAAAACawAAAAACTwAAAAADawAAAAAATwAAAAABawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAABawAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAADUAAAAAAAXgAAAAAATwAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAACfwAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACIAAAAAACIAAAAAAAIAAAAAAAUAAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAACUAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAABfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAADIQAAAAAAIQAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAACIAAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAAAIAAAAAABTwAAAAACIQAAAAABIQAAAAABIQAAAAABTwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAACfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABDgAAAAACVAAAAAAAIAAAAAAAIAAAAAAAVAAAAAABVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAA version: 6 0,1: ind: 0,1 - tiles: awAAAAADTwAAAAAAawAAAAABMgAAAAAATwAAAAAAewAAAAACewAAAAABVAAAAAACdAAAAAACcgAAAAADdAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADTwAAAAADawAAAAABXgAAAAACdAAAAAABQQAAAAAAQQAAAAAAQQAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAADTwAAAAACTwAAAAABTwAAAAABXgAAAAADXgAAAAAAUAAAAAAAXgAAAAACXgAAAAAATwAAAAABTwAAAAACTwAAAAADfwAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAAATwAAAAABVwAAAAABTwAAAAABTwAAAAAAawAAAAACTwAAAAACawAAAAABawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAADVwAAAAADVwAAAAACVwAAAAAATwAAAAABawAAAAADTwAAAAACawAAAAADawAAAAACawAAAAABawAAAAADawAAAAADawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAADTwAAAAAAVwAAAAADTwAAAAAATwAAAAAAXgAAAAACUAAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAACTwAAAAABTwAAAAACTwAAAAABXgAAAAADXgAAAAACfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAfwAAAAAAXgAAAAABfwAAAAAAawAAAAABawAAAAACawAAAAABXgAAAAABXgAAAAACfwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAACMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAABawAAAAADXgAAAAACfwAAAAAAMgAAAAAAMgAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAADewAAAAACewAAAAABewAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAABawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAADXgAAAAACUAAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAACfwAAAAAAewAAAAACewAAAAACewAAAAABewAAAAADfwAAAAAAXgAAAAADawAAAAACXgAAAAACUAAAAAAAewAAAAABewAAAAABewAAAAADewAAAAACewAAAAAAewAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAAAfwAAAAAAXgAAAAADawAAAAACXgAAAAACUAAAAAAAewAAAAADewAAAAACewAAAAABewAAAAADewAAAAABewAAAAABTwAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAACTwAAAAACXgAAAAADawAAAAAAXgAAAAADUAAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAACfwAAAAAAXgAAAAADawAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: awAAAAAATwAAAAAAawAAAAABMgAAAAAATwAAAAAAewAAAAABewAAAAADVAAAAAACdAAAAAACcgAAAAADdAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABTwAAAAACawAAAAAAXgAAAAADdAAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAVAAAAAADVAAAAAABVAAAAAACfwAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAABTwAAAAAATwAAAAADTwAAAAAAXgAAAAAAXgAAAAABUAAAAAAAXgAAAAAAXgAAAAABTwAAAAACTwAAAAACTwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAACTwAAAAAAVwAAAAADTwAAAAABTwAAAAADawAAAAACTwAAAAACawAAAAACawAAAAACawAAAAACawAAAAACawAAAAADawAAAAABTwAAAAACTwAAAAACTwAAAAACTwAAAAAAVwAAAAABVwAAAAACVwAAAAADTwAAAAACawAAAAACTwAAAAADawAAAAADawAAAAACawAAAAADawAAAAACawAAAAACawAAAAACawAAAAADawAAAAACawAAAAABawAAAAADTwAAAAABVwAAAAABTwAAAAABTwAAAAABXgAAAAADUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABTwAAAAACTwAAAAACTwAAAAADXgAAAAACXgAAAAABfwAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACUAAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAawAAAAADawAAAAACawAAAAABXgAAAAABXgAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAACawAAAAADXgAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAewAAAAABewAAAAADewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAACawAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAABXgAAAAACUAAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAAAfwAAAAAAXgAAAAACawAAAAADXgAAAAACUAAAAAAAewAAAAACewAAAAABewAAAAACewAAAAACewAAAAADewAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAAfwAAAAAAXgAAAAABawAAAAADXgAAAAABUAAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAABTwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAABTwAAAAADXgAAAAADawAAAAABXgAAAAABUAAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAACfwAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAACfwAAAAAAXgAAAAADawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 1,1: ind: 1,1 - tiles: fwAAAAAAfwAAAAAAdAAAAAACcgAAAAAAdAAAAAABVAAAAAADewAAAAAAewAAAAADXgAAAAADawAAAAADXgAAAAADawAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAAAVAAAAAAAfwAAAAAAVAAAAAADVAAAAAABVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfwAAAAAATwAAAAACTwAAAAACTwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAADTwAAAAABawAAAAADawAAAAACawAAAAAAawAAAAADawAAAAACawAAAAADawAAAAACawAAAAAAawAAAAADawAAAAAAawAAAAACawAAAAACawAAAAABawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAADawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAABJwAAAAABJwAAAAABJwAAAAADJwAAAAAAJwAAAAADXgAAAAAAfwAAAAAATwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAADJwAAAAAAJwAAAAADJwAAAAADJwAAAAABJwAAAAADUAAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAADJwAAAAAAJwAAAAADJwAAAAAAJwAAAAADUAAAAAAATwAAAAABbQAAAAAAbQAAAAAATwAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACfwAAAAAATwAAAAADUAAAAAAATwAAAAADbQAAAAAAbQAAAAAATwAAAAADUAAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAABJwAAAAACJwAAAAADJwAAAAAAJwAAAAAAUAAAAAAATwAAAAABbQAAAAAAbQAAAAAATwAAAAABUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAABJwAAAAAAJwAAAAADJwAAAAABJwAAAAAAUAAAAAAATwAAAAACbQAAAAAAbQAAAAAATwAAAAACUAAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAADJwAAAAAAJwAAAAAAJwAAAAAAJwAAAAABUAAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAADUAAAAAAATwAAAAACbwAAAAACfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAABJwAAAAADJwAAAAADJwAAAAAAJwAAAAABUAAAAAAAUAAAAAAAbQAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAACJwAAAAAAJwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAdAAAAAAAcgAAAAAAdAAAAAAAVAAAAAACewAAAAAAewAAAAABXgAAAAAAawAAAAAAXgAAAAADawAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAVAAAAAADfwAAAAAAVAAAAAACVAAAAAADVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACfwAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAADTwAAAAAAawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAACawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAADawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAAAawAAAAADXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAADJwAAAAAAJwAAAAACJwAAAAADJwAAAAAAJwAAAAACXgAAAAABfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAAVAAAAAABVAAAAAACVAAAAAADVAAAAAACVAAAAAAAVAAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAACJwAAAAACJwAAAAADJwAAAAADJwAAAAABJwAAAAABVAAAAAADTwAAAAABTwAAAAABTwAAAAADTwAAAAACVAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAADJwAAAAACJwAAAAAAJwAAAAADJwAAAAABVAAAAAABTwAAAAABVAAAAAADVAAAAAADTwAAAAACVAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADfwAAAAAATwAAAAABVAAAAAAATwAAAAADVAAAAAABVAAAAAACTwAAAAABVAAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAJwAAAAABJwAAAAABJwAAAAADJwAAAAACJwAAAAABJwAAAAAAVAAAAAABTwAAAAABVAAAAAACVAAAAAABTwAAAAADVAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAACJwAAAAABJwAAAAADVAAAAAADTwAAAAAAVAAAAAAAVAAAAAAATwAAAAACVAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAJwAAAAADJwAAAAADJwAAAAACJwAAAAACJwAAAAABJwAAAAAAVAAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAABVAAAAAAATwAAAAACbwAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAACJwAAAAACJwAAAAACJwAAAAADVAAAAAADVAAAAAACVAAAAAABVAAAAAAAVAAAAAACVAAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAAAJwAAAAABJwAAAAABJwAAAAACJwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -2,1: ind: -2,1 - tiles: bgAAAAAAfwAAAAAAewAAAAAAewAAAAABfwAAAAAAewAAAAADewAAAAACfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAADewAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACfwAAAAAATwAAAAADTwAAAAAAfwAAAAAATwAAAAAATwAAAAACfwAAAAAATwAAAAACTwAAAAABfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAACawAAAAACawAAAAADawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAACawAAAAACawAAAAABawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAACawAAAAADawAAAAACawAAAAADawAAAAABawAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAVAAAAAACVAAAAAADVAAAAAAAfwAAAAAAVAAAAAACVAAAAAAAVAAAAAABfwAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAACfwAAAAAAVAAAAAABVAAAAAADVAAAAAABfwAAAAAAVAAAAAAAVAAAAAABVAAAAAACfwAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAACfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAACfwAAAAAATwAAAAACTwAAAAABTwAAAAABfwAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAATwAAAAACIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAACUAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAADfwAAAAAAIAAAAAAAIAAAAAADIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAABIQAAAAAATwAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAABUAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAAAVAAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAAC + tiles: bgAAAAAAfwAAAAAAewAAAAABewAAAAABfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAABewAAAAABfwAAAAAAewAAAAADewAAAAACfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAATwAAAAABTwAAAAACfwAAAAAATwAAAAAATwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAACXgAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAABawAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAADawAAAAACawAAAAABawAAAAACawAAAAACawAAAAAAawAAAAADawAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAVAAAAAABVAAAAAADVAAAAAABfwAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACfwAAAAAAVAAAAAAAVAAAAAACVAAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAABfwAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAADfwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAATwAAAAACTwAAAAAATwAAAAABfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAABfwAAAAAATwAAAAAATwAAAAADTwAAAAABfwAAAAAATwAAAAADTwAAAAACTwAAAAACfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAACfwAAAAAAfwAAAAAATwAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAABUAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAfwAAAAAAIAAAAAACIAAAAAABIQAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAACIQAAAAABIQAAAAABIQAAAAABTwAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAABIAAAAAACIQAAAAAAIQAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADVAAAAAABTwAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAADgAAAAABDgAAAAAADgAAAAADDgAAAAAD version: 6 -2,0: ind: -2,0 - tiles: NAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAACbgAAAAAAfwAAAAAAbgAAAAAAeAAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAADNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABcQAAAAAAcQAAAAACcQAAAAAAcQAAAAACcQAAAAABcQAAAAABcQAAAAAANAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAeAAAAAABcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAADcQAAAAACcQAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADcQAAAAAAcgAAAAAAcgAAAAADcgAAAAABcgAAAAAAcgAAAAABcgAAAAAAcgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAcQAAAAACcgAAAAAAcgAAAAABcgAAAAABcgAAAAACcgAAAAACcgAAAAACcgAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAcgAAAAAAcgAAAAACcgAAAAABcgAAAAABcgAAAAABcgAAAAADcgAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAABewAAAAAAfwAAAAAAewAAAAADewAAAAADbgAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAAAewAAAAACfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAADfwAAAAAAewAAAAADewAAAAADbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAbwAAAAABfwAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAABcQAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAABcQAAAAACcQAAAAAAcQAAAAABcQAAAAACcQAAAAAAbgAAAAAAfwAAAAAAcQAAAAABcQAAAAABcQAAAAACcQAAAAADcQAAAAAAcQAAAAADcQAAAAABcQAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAAAewAAAAABfwAAAAAAewAAAAAAewAAAAACfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAACewAAAAAC + tiles: NAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAACbgAAAAAAfwAAAAAAbgAAAAAAeAAAAAACcQAAAAAAcQAAAAABcQAAAAADcQAAAAAAcQAAAAADcQAAAAABcQAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABcQAAAAADcQAAAAACcQAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAACNAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABbwAAAAAAfwAAAAAAbgAAAAAAeAAAAAACcQAAAAADcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAAAcQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACcQAAAAAAcgAAAAABcgAAAAABcgAAAAABcgAAAAADcgAAAAACcgAAAAABcgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAcQAAAAABcgAAAAADcgAAAAACcgAAAAAAcgAAAAABcgAAAAAAcgAAAAABcgAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAABcgAAAAADcgAAAAABcgAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAADewAAAAABfwAAAAAAewAAAAACewAAAAAAfwAAAAAAewAAAAABewAAAAACfwAAAAAAewAAAAABewAAAAACfwAAAAAAewAAAAAAewAAAAACbgAAAAAAfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAADewAAAAACfwAAAAAAewAAAAACewAAAAAAfwAAAAAAewAAAAABewAAAAACfwAAAAAAewAAAAACewAAAAACbgAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAbwAAAAACfwAAAAAAcQAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAACcQAAAAADcQAAAAACcQAAAAADcQAAAAABcQAAAAACcQAAAAAAcQAAAAAAcQAAAAADcQAAAAADbgAAAAAAfwAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAADcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACcQAAAAACbgAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAewAAAAACewAAAAAAfwAAAAAAewAAAAADewAAAAACfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAAAewAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: awAAAAABawAAAAABawAAAAADawAAAAADawAAAAADawAAAAADawAAAAADawAAAAADawAAAAADawAAAAADawAAAAAAawAAAAACawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAACawAAAAADawAAAAABawAAAAABawAAAAABawAAAAACawAAAAADawAAAAADawAAAAACawAAAAABawAAAAABXgAAAAADXgAAAAABMgAAAAAAMgAAAAAAXgAAAAADDAAAAAADDAAAAAABDAAAAAACDAAAAAACDAAAAAAAXgAAAAADDAAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABbwAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfwAAAAAAIQAAAAACIQAAAAADbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAABewAAAAACfwAAAAAAIQAAAAADIQAAAAAAbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAADewAAAAADewAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAbwAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAABewAAAAAAfwAAAAAAIQAAAAACIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAABfwAAAAAAfwAAAAAATwAAAAACTwAAAAABbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAABbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAA + tiles: awAAAAABawAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAACawAAAAABawAAAAADawAAAAABawAAAAACXgAAAAAAXgAAAAACMgAAAAAAMgAAAAAAXgAAAAADDAAAAAADDAAAAAABDAAAAAACDAAAAAADDAAAAAAAXgAAAAADDAAAAAABDAAAAAAADAAAAAABDAAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACbwAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAACewAAAAAAewAAAAAAfwAAAAAAIQAAAAACIQAAAAACbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAADfwAAAAAAIQAAAAABIQAAAAAAbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAACfwAAAAAAIQAAAAADIQAAAAABbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAbwAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAADfwAAAAAAIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAACbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: IQAAAAACTwAAAAADXgAAAAAATwAAAAAATwAAAAABawAAAAACawAAAAABawAAAAAAawAAAAACawAAAAADXgAAAAACfwAAAAAAbwAAAAACbgAAAAAAbwAAAAACfwAAAAAAIQAAAAABTwAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABTwAAAAABTwAAAAACTwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADXgAAAAACawAAAAABawAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAAAawAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAABDgAAAAACfwAAAAAAbwAAAAABfwAAAAAATwAAAAABfwAAAAAAfwAAAAAANAAAAAAAXgAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAACawAAAAACawAAAAABDgAAAAAATwAAAAADbgAAAAAAfwAAAAAAXgAAAAACNAAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAABawAAAAACawAAAAADawAAAAACawAAAAADawAAAAAAawAAAAADDgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAABewAAAAACXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAAADgAAAAACfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABewAAAAABTwAAAAABTwAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABewAAAAADVAAAAAACVAAAAAACVAAAAAABfwAAAAAAVAAAAAAAVAAAAAADVAAAAAACEgAAAAAATwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAABfwAAAAAAVAAAAAAAVAAAAAABVAAAAAACfwAAAAAAVAAAAAABVAAAAAACVAAAAAADEgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAABfwAAAAAATwAAAAABTwAAAAACTwAAAAAAEgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAADTwAAAAACfwAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAADUAAAAAAAbgAAAAAAfwAAAAAATwAAAAABIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAACIAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIAAAAAABIQAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAACIQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAADUAAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACTwAAAAAAVAAAAAAAVAAAAAADVAAAAAAC + tiles: IQAAAAAAIQAAAAABfwAAAAAAawAAAAACawAAAAADawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAACawAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAADfwAAAAAAIQAAAAABIQAAAAADfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAABTwAAAAAATwAAAAABTwAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAADXgAAAAAAawAAAAACawAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAADVAAAAAAAVAAAAAACbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADawAAAAACawAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAAATwAAAAAAfwAAAAAAbwAAAAACfwAAAAAATwAAAAADfwAAAAAAfwAAAAAANAAAAAAAXgAAAAAAawAAAAADawAAAAABawAAAAABawAAAAAAawAAAAACawAAAAABawAAAAADIQAAAAAAIQAAAAABbgAAAAAAfwAAAAAAXgAAAAADNAAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAADawAAAAABawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAABIQAAAAABIQAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADewAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAACIQAAAAACIQAAAAABbwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAewAAAAADTwAAAAADTwAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAACTwAAAAAAIQAAAAADfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACewAAAAADVAAAAAADVAAAAAACVAAAAAABfwAAAAAAVAAAAAACVAAAAAABVAAAAAACIQAAAAADVAAAAAABbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAfwAAAAAAVAAAAAACVAAAAAADVAAAAAAAIQAAAAAAVAAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABfwAAAAAATwAAAAADTwAAAAABTwAAAAABIQAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAATwAAAAABTwAAAAABTwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIAAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACfwAAAAAAbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABVAAAAAADTwAAAAAAVAAAAAABVAAAAAAAVAAAAAAC version: 6 -3,0: ind: -3,0 - tiles: XgAAAAADawAAAAAAXgAAAAABUAAAAAAADAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADXgAAAAADawAAAAACXgAAAAAAUAAAAAAADAAAAAADfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADXgAAAAADawAAAAADXgAAAAACfwAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAADawAAAAABXgAAAAACfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAATwAAAAAAXgAAAAADawAAAAABawAAAAAAXgAAAAACUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAATwAAAAADXgAAAAABawAAAAAAawAAAAABXgAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAABXgAAAAABawAAAAADXgAAAAACUAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABawAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAADawAAAAADawAAAAABXgAAAAADfwAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAACawAAAAAAXgAAAAACfwAAAAAAUAAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAAAXgAAAAABfwAAAAAAUAAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAABXgAAAAACawAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADfwAAAAAAIAAAAAABTwAAAAADXgAAAAABawAAAAACawAAAAADXgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAACXgAAAAADawAAAAABawAAAAADXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAXgAAAAACawAAAAAAawAAAAAAawAAAAAAXgAAAAADfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAbwAAAAADbwAAAAABbgAAAAAAfwAAAAAAIQAAAAABTwAAAAADXgAAAAADTwAAAAABTwAAAAADawAAAAACawAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAADfwAAAAAAbwAAAAAAbwAAAAABbgAAAAAAfwAAAAAA + tiles: XgAAAAADawAAAAABXgAAAAAAUAAAAAAADAAAAAADfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABXgAAAAACawAAAAADXgAAAAABUAAAAAAADAAAAAACfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABXgAAAAAAawAAAAABXgAAAAABfwAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAAAawAAAAACXgAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAATwAAAAADXgAAAAABawAAAAAAXgAAAAADXgAAAAABUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAATwAAAAABXgAAAAABawAAAAAAXgAAAAADXgAAAAACUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADfwAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAACawAAAAAAXgAAAAABXgAAAAABUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAAAXgAAAAAAXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAfwAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAACawAAAAACawAAAAABfwAAAAAAUAAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABXgAAAAACfwAAAAAAUAAAAAAAbgAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAADIQAAAAADfwAAAAAAawAAAAABawAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAfwAAAAAAIQAAAAABIQAAAAACTwAAAAABawAAAAADawAAAAABXgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABfwAAAAAAawAAAAACawAAAAADXgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAIQAAAAACIQAAAAACfwAAAAAAawAAAAAAawAAAAABXgAAAAACXgAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAABfwAAAAAAbwAAAAACbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAACawAAAAAAawAAAAADawAAAAACfwAAAAAAbwAAAAACbwAAAAADbgAAAAAAfwAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: XgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAAATwAAAAACawAAAAADawAAAAABXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAABawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAAATwAAAAACawAAAAAAawAAAAAAXgAAAAACfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABawAAAAAAawAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAABUAAAAAAAXgAAAAADXgAAAAACUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAawAAAAAAawAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAADXgAAAAADawAAAAACawAAAAABawAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAABawAAAAAAawAAAAAAawAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAbwAAAAADbwAAAAAAbgAAAAAAfwAAAAAAXgAAAAABawAAAAADawAAAAACXgAAAAAAXgAAAAADfwAAAAAAUAAAAAAAbwAAAAADTwAAAAAATwAAAAACTwAAAAACfwAAAAAAbwAAAAABbwAAAAACbgAAAAAAfwAAAAAAXgAAAAADawAAAAACawAAAAABfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAXgAAAAADawAAAAACXgAAAAABfwAAAAAAfwAAAAAADAAAAAADDAAAAAAAbwAAAAAATwAAAAACTwAAAAACTwAAAAADbwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAABfwAAAAAADAAAAAACDAAAAAABAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAACfwAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAACXgAAAAADXgAAAAADUAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABUAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAAXgAAAAACawAAAAACXgAAAAACUAAAAAAADAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAXgAAAAAAawAAAAAAXgAAAAACfwAAAAAADAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAAAXgAAAAABUAAAAAAADAAAAAACfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAABTwAAAAADawAAAAAAawAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACawAAAAADawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAABawAAAAACTwAAAAACawAAAAAAawAAAAAAXgAAAAACfwAAAAAAXgAAAAADXgAAAAADXgAAAAABawAAAAABawAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAADUAAAAAAAXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAXgAAAAADXgAAAAABawAAAAADawAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACXgAAAAACXgAAAAABawAAAAABawAAAAADawAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAAAawAAAAABawAAAAABawAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAADfwAAAAAAbwAAAAABbwAAAAAAbgAAAAAAfwAAAAAAXgAAAAADawAAAAAAawAAAAABXgAAAAAAXgAAAAADfwAAAAAAUAAAAAAAbwAAAAACTwAAAAABTwAAAAAATwAAAAABfwAAAAAAbwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAXgAAAAACawAAAAACawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAXgAAAAAAawAAAAABXgAAAAABfwAAAAAAfwAAAAAADAAAAAABDAAAAAAAbwAAAAACTwAAAAADTwAAAAADTwAAAAADbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAADfwAAAAAADAAAAAABDAAAAAABAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABfwAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAADXgAAAAABXgAAAAAAUAAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAADUAAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAXgAAAAACawAAAAACXgAAAAACUAAAAAAADAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAXgAAAAABawAAAAAAXgAAAAAAfwAAAAAADAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAADXgAAAAACUAAAAAAADAAAAAADfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,1: ind: -4,1 - tiles: bgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAAAIAAAAAADTwAAAAABIAAAAAACfwAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAUAAAAAAAIAAAAAABTwAAAAABIAAAAAACTwAAAAABIQAAAAABIQAAAAAAIQAAAAADIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAUAAAAAAAIAAAAAABTwAAAAAAIAAAAAAAfwAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAUAAAAAAAIAAAAAADTwAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIAAAAAAATwAAAAACIAAAAAAAfwAAAAAADgAAAAABDgAAAAABDgAAAAACDgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAATwAAAAAAIAAAAAADfwAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAAAIgAAAAADIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAIgAAAAACIgAAAAADUAAAAAAAIAAAAAAATwAAAAAAIAAAAAABTwAAAAADDgAAAAABDgAAAAACDgAAAAABDgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAAAUAAAAAAAIAAAAAADTwAAAAABIAAAAAACfwAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAADTwAAAAACIAAAAAAATwAAAAAAIAAAAAADfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAACTwAAAAACIAAAAAAATwAAAAAAIAAAAAABfwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAABUAAAAAAAIAAAAAABTwAAAAADIAAAAAABfwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAAAIgAAAAADIgAAAAABUAAAAAAAIAAAAAADTwAAAAABIAAAAAABfwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAIgAAAAAAIgAAAAABfwAAAAAAIgAAAAAAIgAAAAABIgAAAAACfwAAAAAAfwAAAAAAIAAAAAACTwAAAAABIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAACIgAAAAAAfwAAAAAAIgAAAAADIgAAAAACIgAAAAADUAAAAAAAIAAAAAABIAAAAAAATwAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACIgAAAAABIgAAAAABfwAAAAAAIgAAAAADIgAAAAACIgAAAAADUAAAAAAAIAAAAAADIAAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAABIAAAAAAAIAAAAAABIAAAAAAAIgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAADfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAAAUAAAAAAAUAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAABIQAAAAAAIQAAAAAAIQAAAAADIQAAAAABIQAAAAADTwAAAAACIQAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAADIQAAAAADfwAAAAAAIAAAAAAAIAAAAAABIAAAAAADTwAAAAABIQAAAAACIQAAAAAAIQAAAAAAIQAAAAABTwAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAAATwAAAAABIAAAAAAAIAAAAAABIAAAAAACfwAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAfwAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAADfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABfwAAAAAAVAAAAAAAVAAAAAABIQAAAAADIQAAAAADfwAAAAAAVAAAAAACVAAAAAADIQAAAAADIQAAAAAAVAAAAAADVAAAAAACfwAAAAAATwAAAAADTwAAAAABTwAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAACfwAAAAAAIAAAAAADIAAAAAACIAAAAAABfwAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAACfwAAAAAAIQAAAAADTwAAAAADIAAAAAACIAAAAAAAIAAAAAACTwAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAADIQAAAAABTwAAAAABIAAAAAACIAAAAAAAIAAAAAABTwAAAAABIQAAAAABIQAAAAACIQAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAABIQAAAAACTwAAAAADIAAAAAACIAAAAAACIAAAAAADTwAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAABTwAAAAACfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAABIQAAAAADTwAAAAACIAAAAAACIAAAAAABIAAAAAADTwAAAAABIQAAAAACIQAAAAABIQAAAAABIQAAAAABbgAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAADfwAAAAAAIQAAAAADIQAAAAADIQAAAAADIQAAAAACbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABVAAAAAABVAAAAAACfwAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAADfwAAAAAAVAAAAAACIQAAAAAAIQAAAAADIQAAAAAAVAAAAAACTwAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABIQAAAAABIQAAAAADIQAAAAAAVAAAAAACTwAAAAACVAAAAAADVAAAAAACVAAAAAACVAAAAAACTwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADfwAAAAAAVAAAAAABIQAAAAADIQAAAAABIQAAAAACVAAAAAADTwAAAAACVAAAAAADVAAAAAADVAAAAAABVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADVAAAAAABTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAADfwAAAAAAVAAAAAACVAAAAAAAVAAAAAADVAAAAAAC version: 6 -4,0: ind: -4,0 - tiles: fwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAAAXgAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAACXgAAAAACfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAABKwAAAAADKwAAAAACKwAAAAADKwAAAAAAKwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAAAKwAAAAABKwAAAAABKwAAAAAAKwAAAAABKwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABTwAAAAABawAAAAABawAAAAABawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAABawAAAAACawAAAAABawAAAAABawAAAAABawAAAAACawAAAAABawAAAAAAawAAAAABTwAAAAACXgAAAAADDAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAADXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACfwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAADfwAAAAAAIAAAAAADIAAAAAABIAAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACfwAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAACTwAAAAACIAAAAAAATwAAAAABIAAAAAAATwAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAIQAAAAADIQAAAAADIQAAAAADfwAAAAAAIAAAAAADTwAAAAABIAAAAAAATwAAAAABIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACfwAAAAAAIAAAAAABTwAAAAACIAAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIAAAAAACTwAAAAABIAAAAAADfwAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAAC + tiles: fwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATwAAAAACfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAADTwAAAAACXgAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAACXgAAAAACfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAAAKwAAAAAAKwAAAAADKwAAAAAAKwAAAAADKwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAADKwAAAAACKwAAAAACKwAAAAACKwAAAAABKwAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAADTwAAAAADawAAAAABawAAAAAAawAAAAADawAAAAACawAAAAACawAAAAADawAAAAADawAAAAABawAAAAACawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAADTwAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAAATwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAACTwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAACIQAAAAABIQAAAAACfwAAAAAAIAAAAAABIAAAAAAAIAAAAAAAfwAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABIQAAAAAATwAAAAABIAAAAAAAIAAAAAAAIAAAAAACTwAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAADTwAAAAABIQAAAAABIQAAAAACIQAAAAADIQAAAAAAIQAAAAADIQAAAAABTwAAAAACIAAAAAACIAAAAAAAIAAAAAAATwAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAADfwAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAACTwAAAAACIAAAAAACIAAAAAADIAAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAADIQAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: UAAAAAAAbgAAAAAAfwAAAAAATwAAAAACYQAAAAADYQAAAAABYQAAAAABYQAAAAADYQAAAAADKQAAAAAAKQAAAAADKQAAAAAATwAAAAAAKQAAAAADKQAAAAABXgAAAAABUAAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAYQAAAAADYQAAAAAAYQAAAAACYQAAAAADYQAAAAADKQAAAAACKQAAAAABKQAAAAAAUAAAAAAAKQAAAAABKQAAAAABXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABTwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAADDAAAAAABDAAAAAAATwAAAAACfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAADDAAAAAACDAAAAAAATwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAAADAAAAAADTwAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAAADAAAAAACTwAAAAAAfwAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAAADgAAAAACfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAACDgAAAAADfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAABDgAAAAADDgAAAAACTwAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAADDgAAAAABDgAAAAABfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA + tiles: UAAAAAAAbgAAAAAAfwAAAAAATwAAAAABYQAAAAACYQAAAAAAYQAAAAABYQAAAAADYQAAAAAAKQAAAAABKQAAAAABKQAAAAABTwAAAAADKQAAAAADKQAAAAAAXgAAAAACUAAAAAAAbwAAAAADfwAAAAAAfwAAAAAAYQAAAAACYQAAAAAAYQAAAAAAYQAAAAADYQAAAAABKQAAAAACKQAAAAABKQAAAAABUAAAAAAAKQAAAAACKQAAAAABXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADTwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAABTwAAAAABfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAACTwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAACTwAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAAADAAAAAAADAAAAAAATwAAAAABfwAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAADDgAAAAACfwAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAABDgAAAAAADgAAAAADDgAAAAADDgAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAACTwAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAACDgAAAAACDgAAAAACfwAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA version: 6 2,1: ind: 2,1 - tiles: XgAAAAACXgAAAAABXgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAAAfwAAAAAAawAAAAADXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAADTwAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAACawAAAAABawAAAAADawAAAAACawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAABTwAAAAADawAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAACawAAAAACawAAAAADawAAAAABawAAAAACawAAAAADawAAAAACawAAAAACTwAAAAABawAAAAABawAAAAACawAAAAACawAAAAADawAAAAACawAAAAAAawAAAAACXgAAAAADXgAAAAADXgAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAADfwAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACDAAAAAAADAAAAAAADAAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAABTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABJwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAACfwAAAAAAewAAAAACewAAAAABewAAAAADewAAAAADewAAAAACewAAAAABJwAAAAACfwAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAADfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAACewAAAAADfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAABfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAADewAAAAADewAAAAACJwAAAAADfwAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACewAAAAADJwAAAAACfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACJwAAAAABfwAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAABEgAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAACewAAAAAAewAAAAAAJwAAAAADTwAAAAACDgAAAAACDgAAAAACDgAAAAABDgAAAAAADgAAAAAADgAAAAABDgAAAAAATwAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAADewAAAAAAfwAAAAAAJwAAAAACfwAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAACDgAAAAABTwAAAAACewAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAADfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAABXgAAAAACXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAAAfwAAAAAAawAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAADTwAAAAABXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAACawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAADawAAAAABTwAAAAABawAAAAACawAAAAACawAAAAACawAAAAABawAAAAADawAAAAABawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAADTwAAAAACawAAAAADawAAAAADawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAAAXgAAAAABXgAAAAACXgAAAAADDAAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAACXgAAAAADDAAAAAACDAAAAAABDAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAAATwAAAAACTwAAAAACJwAAAAACfwAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAADewAAAAABewAAAAAAJwAAAAACfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABfwAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAABJwAAAAACfwAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAACJwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADJwAAAAACfwAAAAAADgAAAAADDgAAAAADDgAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAACEgAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAACJwAAAAADTwAAAAABDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAADDgAAAAACDgAAAAACTwAAAAADewAAAAADewAAAAACewAAAAAAewAAAAACewAAAAABfwAAAAAAJwAAAAADfwAAAAAADgAAAAACDgAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAADTwAAAAACewAAAAADewAAAAACewAAAAADewAAAAADewAAAAACfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: EwAAAAACEwAAAAABEwAAAAABEwAAAAAAOgAAAAAATwAAAAABHQAAAAAAHgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAEwAAAAADEwAAAAACEwAAAAAAEwAAAAAAOgAAAAACTwAAAAACHQAAAAACHgAAAAADUAAAAAAADAAAAAACfwAAAAAAbwAAAAABfwAAAAAATwAAAAABNAAAAAAAfwAAAAAAEwAAAAACEwAAAAAAEwAAAAABEwAAAAACOgAAAAACTwAAAAAAHQAAAAAAHgAAAAABUAAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAABOgAAAAAATwAAAAABHQAAAAAAHgAAAAABUAAAAAAAMgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAADOgAAAAAATwAAAAAAHQAAAAADHgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAACTwAAAAAATwAAAAAAHQAAAAADHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAACHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAADHQAAAAACHgAAAAACfwAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAHgAAAAABHgAAAAACHQAAAAACHQAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAADHgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHQAAAAACHQAAAAAAHgAAAAAAfwAAAAAAHgAAAAACHgAAAAADTwAAAAAATwAAAAADTwAAAAACTwAAAAABHgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAABHgAAAAABHQAAAAAAHQAAAAABHgAAAAADfwAAAAAAHgAAAAADHgAAAAACfwAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAADHgAAAAAAHQAAAAADHQAAAAAAHgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAABHgAAAAAAHQAAAAADHQAAAAAAHgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAADDAAAAAABDAAAAAACMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAABHgAAAAAAHQAAAAAAHQAAAAACHgAAAAAAfwAAAAAAXgAAAAADXgAAAAACawAAAAABawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAADXgAAAAABXgAAAAABfwAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACawAAAAABawAAAAADTwAAAAAATwAAAAACTwAAAAADawAAAAABawAAAAACawAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADawAAAAABawAAAAACXgAAAAACTwAAAAACTwAAAAABTwAAAAAAXgAAAAABawAAAAAAawAAAAAAXgAAAAAA + tiles: EwAAAAADEwAAAAAAEwAAAAACEwAAAAACOgAAAAACTwAAAAAAHQAAAAACHgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAEwAAAAAAEwAAAAAAEwAAAAADEwAAAAACOgAAAAACTwAAAAAAHQAAAAABHgAAAAAAUAAAAAAADAAAAAAAfwAAAAAAbwAAAAABfwAAAAAATwAAAAAANAAAAAAAfwAAAAAAEwAAAAAAEwAAAAADEwAAAAABEwAAAAADOgAAAAACTwAAAAAAHQAAAAABHgAAAAADUAAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAEwAAAAAAEwAAAAABEwAAAAADEwAAAAAAOgAAAAADTwAAAAABHQAAAAACHgAAAAAAUAAAAAAAMgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAAAOgAAAAACTwAAAAABHQAAAAACHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAATwAAAAADTwAAAAADHQAAAAAAHgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHgAAAAAAfwAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAHgAAAAABHgAAAAADHQAAAAACHQAAAAAAHgAAAAADHgAAAAAAHgAAAAACHgAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAACHgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAHgAAAAACHQAAAAAAHQAAAAABHgAAAAAAfwAAAAAAHgAAAAADHgAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAAAHgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAAAHgAAAAACHQAAAAACHQAAAAACHgAAAAACfwAAAAAAHgAAAAAAHgAAAAADfwAAAAAAHgAAAAADHgAAAAADHgAAAAABHgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAABHgAAAAADHQAAAAAAHQAAAAADHgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAACHgAAAAAAHQAAAAADHQAAAAAAHgAAAAADUAAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAABDAAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAADHgAAAAADHQAAAAAAHQAAAAAAHgAAAAABfwAAAAAAXgAAAAAAXgAAAAACawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAADXgAAAAACXgAAAAABfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAXgAAAAAAawAAAAADawAAAAADTwAAAAADTwAAAAACTwAAAAABawAAAAACawAAAAACawAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAADawAAAAACawAAAAADXgAAAAADTwAAAAAATwAAAAADTwAAAAADXgAAAAACawAAAAACawAAAAACXgAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAAAbwAAAAACggAAAAAAggAAAAAATwAAAAAAHgAAAAAAHQAAAAAATwAAAAACOgAAAAACfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAAAbgAAAAAAggAAAAAAbgAAAAAAUAAAAAAAHgAAAAABHQAAAAABTwAAAAABOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAABbwAAAAADggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAABTwAAAAAAOgAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAAATwAAAAADbwAAAAADggAAAAAAbgAAAAAAUAAAAAAAHgAAAAABHQAAAAABTwAAAAACOgAAAAACaQAAAAABTwAAAAACTwAAAAABaQAAAAACaQAAAAADaQAAAAABaQAAAAADTwAAAAADbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAAAHQAAAAACTwAAAAAAOgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHQAAAAACTwAAAAADTwAAAAACbgAAAAAAbwAAAAABbwAAAAADbwAAAAABbwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAABHQAAAAABHQAAAAAAaQAAAAACTwAAAAADIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAACaQAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAABHQAAAAAAHQAAAAABTwAAAAACJQAAAAADJQAAAAADJQAAAAABJQAAAAACJQAAAAADJQAAAAACJQAAAAADbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAAAHgAAAAACHgAAAAABHgAAAAACaQAAAAABJQAAAAADaQAAAAADaQAAAAACJQAAAAAAJQAAAAADJQAAAAAAJQAAAAABbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAaQAAAAACJQAAAAABaQAAAAABaQAAAAADJQAAAAABJQAAAAADJQAAAAAAJQAAAAAAbgAAAAAAggAAAAAAbwAAAAADEgAAAAAAaQAAAAACaQAAAAACaQAAAAAAEgAAAAAAaQAAAAACJQAAAAAAaQAAAAACaQAAAAAAaQAAAAADaQAAAAABaQAAAAABJQAAAAACbwAAAAABggAAAAAAbwAAAAADEgAAAAAAaQAAAAACaQAAAAAAaQAAAAAAEgAAAAAATwAAAAABJQAAAAAAaQAAAAABaQAAAAAAaQAAAAABaQAAAAADaQAAAAADJQAAAAADbgAAAAAAggAAAAAAbgAAAAAAEgAAAAAAaQAAAAAAaQAAAAABaQAAAAAAEgAAAAAAaQAAAAAAJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAJQAAAAADJQAAAAAAJQAAAAAAbwAAAAACggAAAAAAbgAAAAAAEgAAAAAAaQAAAAAAaQAAAAABaQAAAAACEgAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAABUAAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAACTwAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAAATwAAAAAAbwAAAAADggAAAAAAggAAAAAATwAAAAAAHgAAAAABHQAAAAABTwAAAAACOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAACbgAAAAAAggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAABTwAAAAABOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAADbwAAAAABggAAAAAAbgAAAAAAUAAAAAAAHgAAAAADHQAAAAACTwAAAAABOgAAAAABNAAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAAATwAAAAAAbwAAAAAAggAAAAAAbgAAAAAAUAAAAAAAHgAAAAACHQAAAAABTwAAAAACOgAAAAADaQAAAAADTwAAAAADTwAAAAAAaQAAAAADaQAAAAABaQAAAAACaQAAAAADTwAAAAABbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAAAHQAAAAADTwAAAAABOgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAABTwAAAAADTwAAAAABbgAAAAAAbwAAAAABbwAAAAAAbwAAAAAAbwAAAAADbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAACHQAAAAACHQAAAAABHQAAAAACaQAAAAABTwAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAAAaQAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAADHQAAAAADHQAAAAADTwAAAAABJQAAAAACJQAAAAACJQAAAAADJQAAAAABJQAAAAAAJQAAAAACJQAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAACaQAAAAABJQAAAAABaQAAAAADaQAAAAADJQAAAAADJQAAAAAAJQAAAAADJQAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAAaQAAAAABJQAAAAABaQAAAAABaQAAAAAAJQAAAAACJQAAAAADJQAAAAACJQAAAAABbgAAAAAAggAAAAAAbwAAAAACEgAAAAAAaQAAAAABaQAAAAAAaQAAAAADEgAAAAAAaQAAAAADJQAAAAACaQAAAAABaQAAAAADaQAAAAAAaQAAAAAAaQAAAAADJQAAAAACbwAAAAADggAAAAAAbwAAAAACEgAAAAAAaQAAAAABaQAAAAABaQAAAAABEgAAAAAATwAAAAAAJQAAAAABaQAAAAAAaQAAAAABaQAAAAADaQAAAAADaQAAAAABJQAAAAAAbgAAAAAAggAAAAAAbgAAAAAAEgAAAAAAaQAAAAADaQAAAAAAaQAAAAACEgAAAAAAaQAAAAAAJQAAAAABJQAAAAABJQAAAAAAJQAAAAABJQAAAAADJQAAAAADJQAAAAACbwAAAAABggAAAAAAbgAAAAAAEgAAAAAAaQAAAAADaQAAAAABaQAAAAADEgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAAAUAAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAABTwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADDAAAAAADDAAAAAAADAAAAAABDAAAAAAADAAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: XgAAAAACawAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAADfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAATwAAAAADfwAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAATwAAAAAAfwAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAACXgAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbwAAAAADbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAATwAAAAADfwAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAACXgAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAADfwAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAACXgAAAAADfwAAAAAAbwAAAAACbwAAAAACbwAAAAABbwAAAAABbwAAAAADbwAAAAABfwAAAAAAbwAAAAABfwAAAAAAaQAAAAADaQAAAAACaQAAAAADaQAAAAACaQAAAAABaQAAAAABfwAAAAAAJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABJQAAAAADJQAAAAADbwAAAAACbgAAAAAAbgAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAADUAAAAAAAJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADUAAAAAAAJQAAAAAAJQAAAAAAJQAAAAADJQAAAAABJQAAAAAAJQAAAAACJQAAAAADTwAAAAAAJQAAAAACJQAAAAABJQAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAAAUAAAAAAAJQAAAAADJQAAAAAAJQAAAAADJQAAAAADJQAAAAADJQAAAAADJQAAAAADUAAAAAAAJQAAAAAAJQAAAAADJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADUAAAAAAAJQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAAAJQAAAAADJQAAAAADTwAAAAACJQAAAAABJQAAAAAAJQAAAAADaQAAAAADaQAAAAAAaQAAAAADfwAAAAAAJQAAAAABJQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAADTwAAAAABTwAAAAABJQAAAAAATwAAAAACTwAAAAAATwAAAAACawAAAAABawAAAAAAawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAADawAAAAADTwAAAAADawAAAAABawAAAAADawAAAAAAfwAAAAAAMQAAAAAAbgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAADTwAAAAACTwAAAAABTwAAAAACawAAAAAAawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAABTwAAAAACVwAAAAADTwAAAAAATwAAAAADawAAAAADTwAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAD + tiles: XgAAAAACawAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAABfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAATwAAAAACfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAADXgAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAATwAAAAABfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAAAXgAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAAAfwAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAAAXgAAAAACfwAAAAAAbwAAAAACbwAAAAACbwAAAAACbwAAAAADbwAAAAAAbwAAAAABfwAAAAAAbwAAAAACfwAAAAAAaQAAAAACaQAAAAACaQAAAAADaQAAAAAAaQAAAAAAaQAAAAAAfwAAAAAAJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAACJQAAAAACJQAAAAADbwAAAAABbgAAAAAAbgAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAAAUAAAAAAAJQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAABUAAAAAAAJQAAAAACJQAAAAACJQAAAAAAJQAAAAADJQAAAAADJQAAAAABJQAAAAAATwAAAAAAJQAAAAACJQAAAAADJQAAAAADTwAAAAACTwAAAAABTwAAAAABTwAAAAABUAAAAAAAJQAAAAAAJQAAAAADJQAAAAADJQAAAAACJQAAAAADJQAAAAAAJQAAAAABUAAAAAAAJQAAAAABJQAAAAADJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAUAAAAAAAJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAACJQAAAAADJQAAAAAATwAAAAAAJQAAAAADJQAAAAADJQAAAAAAaQAAAAAAaQAAAAAAaQAAAAABfwAAAAAAJQAAAAACJQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABTwAAAAACTwAAAAACJQAAAAABTwAAAAACTwAAAAABTwAAAAAAawAAAAADawAAAAAAawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAABawAAAAAATwAAAAABawAAAAAAawAAAAACawAAAAAAfwAAAAAAMQAAAAAAbgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAADTwAAAAABTwAAAAABTwAAAAABawAAAAABawAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAAAXgAAAAADTwAAAAADVwAAAAADTwAAAAADTwAAAAACawAAAAACTwAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAADXgAAAAADDgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAADMgAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABTwAAAAACTwAAAAACTwAAAAAATwAAAAAADgAAAAABDgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADgAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAAADgAAAAAADgAAAAACMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAACMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAACIQAAAAADIQAAAAADIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAABfwAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAACTwAAAAABfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACfwAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABfwAAAAAATwAAAAADfwAAAAAAIQAAAAACIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAACJQAAAAACJQAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAABJQAAAAADIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAJQAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAADUAAAAAAAUAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAACUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAADTwAAAAABawAAAAAATwAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAADDgAAAAABDgAAAAAADgAAAAACMgAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAACTwAAAAACTwAAAAADTwAAAAABTwAAAAAADgAAAAACDgAAAAACMgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADgAAAAADTwAAAAACTwAAAAACTwAAAAABTwAAAAAADgAAAAAADgAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAAADgAAAAABDgAAAAACDgAAAAACMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAAAfwAAAAAAIQAAAAADIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAACTwAAAAABfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABfwAAAAAATwAAAAADfwAAAAAAIQAAAAADIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAADJQAAAAADJQAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABJQAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAJQAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAACUAAAAAAAUAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABawAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAAATwAAAAABawAAAAADTwAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: bgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAABIAAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAACbwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAACTwAAAAABIAAAAAACUAAAAAAAfwAAAAAADgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAABTwAAAAACIAAAAAAAUAAAAAAAUAAAAAAADgAAAAADbwAAAAAAbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAABIAAAAAABIAAAAAACUAAAAAAAUAAAAAAADgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAACIAAAAAABIAAAAAACUAAAAAAAfwAAAAAADgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAAAIQAAAAACfwAAAAAAUAAAAAAAIQAAAAAAIQAAAAABIQAAAAADJQAAAAADIQAAAAABIQAAAAACfwAAAAAAIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAABTwAAAAACUAAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAADIQAAAAACIQAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAAAIQAAAAACTwAAAAABUAAAAAAAIQAAAAABJQAAAAAAJQAAAAAAIQAAAAACfwAAAAAAIQAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIQAAAAAAJQAAAAABJQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAfwAAAAAAJQAAAAADIQAAAAAAJQAAAAABJQAAAAACIQAAAAADTwAAAAACJQAAAAABfwAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAACTwAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABTwAAAAACJQAAAAABfwAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAACTwAAAAACIQAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAAATwAAAAABIAAAAAADfwAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAACTwAAAAADIQAAAAACIQAAAAAAJQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAADDAAAAAADDAAAAAAADAAAAAABDAAAAAABXgAAAAADXgAAAAACXgAAAAABfwAAAAAAewAAAAACewAAAAADewAAAAADewAAAAAAewAAAAABfwAAAAAAXgAAAAAC + tiles: bgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAACTwAAAAAAIAAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAACbwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAABTwAAAAADIAAAAAADUAAAAAAAfwAAAAAADgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAAAIAAAAAABUAAAAAAAUAAAAAAADgAAAAAAbwAAAAABbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAUAAAAAAAUAAAAAAADgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADIAAAAAADIAAAAAAAUAAAAAAAfwAAAAAADgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAABUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAADIQAAAAADfwAAAAAAUAAAAAAAIQAAAAACIQAAAAABIQAAAAAAJQAAAAACIQAAAAABIQAAAAADfwAAAAAAIQAAAAABIQAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAAATwAAAAACUAAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAACfwAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAAAIQAAAAACIQAAAAABTwAAAAACUAAAAAAAIQAAAAADJQAAAAAAJQAAAAADIQAAAAABfwAAAAAAIQAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAIQAAAAADJQAAAAABJQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAADfwAAAAAAJQAAAAACIQAAAAADJQAAAAABJQAAAAADIQAAAAAATwAAAAACJQAAAAADfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAATwAAAAADIQAAAAABIQAAAAACIQAAAAADIQAAAAABIQAAAAABTwAAAAACJQAAAAACfwAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAACIQAAAAADIQAAAAADTwAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAACTwAAAAABIAAAAAADfwAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAABTwAAAAACIQAAAAADIQAAAAAAJQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAABDAAAAAACDAAAAAACDAAAAAACDAAAAAABXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAACewAAAAABfwAAAAAAXgAAAAAC version: 6 -3,-2: ind: -3,-2 - tiles: fQAAAAACfQAAAAACfQAAAAAAfQAAAAABfQAAAAACfQAAAAAAfQAAAAAATwAAAAADTwAAAAADfQAAAAAAfQAAAAACfQAAAAABfQAAAAAAfwAAAAAAbwAAAAAAbwAAAAACYwAAAAACYwAAAAADYwAAAAAAYwAAAAACYwAAAAABYwAAAAACYwAAAAACYwAAAAACQAAAAAAAAgAAAAAATwAAAAADAgAAAAAAAgAAAAAAfwAAAAAAbwAAAAABbwAAAAAAYwAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAACDgAAAAACDgAAAAABYwAAAAADTwAAAAACewAAAAACewAAAAABewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYwAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAACDgAAAAACDgAAAAADYwAAAAADaQAAAAADaQAAAAAAewAAAAAAewAAAAAAewAAAAADTwAAAAABbgAAAAAAbwAAAAAAYwAAAAAADgAAAAADDgAAAAADewAAAAACewAAAAABewAAAAAAewAAAAADewAAAAAAaQAAAAACaQAAAAACewAAAAAAewAAAAAAewAAAAABTwAAAAACfwAAAAAAfwAAAAAAYwAAAAABDgAAAAAADgAAAAADewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAAAaQAAAAACaQAAAAAAewAAAAADewAAAAAAewAAAAABTwAAAAACfwAAAAAAbgAAAAAAYwAAAAADDgAAAAABDgAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAACaQAAAAAATwAAAAACewAAAAAAewAAAAAAewAAAAABfwAAAAAAfwAAAAAAbwAAAAADTwAAAAABKQAAAAACDgAAAAADDgAAAAADDgAAAAACDgAAAAADDgAAAAADDgAAAAAATwAAAAABXgAAAAACTwAAAAADKQAAAAACKQAAAAADfwAAAAAAfwAAAAAAbwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAABTwAAAAACTwAAAAADXgAAAAADTwAAAAACTwAAAAADTwAAAAAAXgAAAAAATwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATwAAAAABfwAAAAAAbwAAAAADTwAAAAABTwAAAAACTwAAAAAAXgAAAAACTwAAAAACTwAAAAACTwAAAAADXgAAAAAATwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAAATwAAAAABTwAAAAADXgAAAAACTwAAAAABTwAAAAABTwAAAAADXgAAAAADTwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAABTwAAAAACXgAAAAACTwAAAAADTwAAAAAATwAAAAACXgAAAAADXgAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAADTwAAAAAATwAAAAADXgAAAAABTwAAAAACTwAAAAADTwAAAAAAXgAAAAAAXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABXgAAAAADTwAAAAAATwAAAAABTwAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAAA + tiles: fQAAAAADfQAAAAABfQAAAAACfQAAAAADfQAAAAACfQAAAAACfQAAAAABTwAAAAABTwAAAAADfQAAAAABfQAAAAACfQAAAAACfQAAAAABfwAAAAAAbwAAAAACbwAAAAAAYwAAAAACYwAAAAACYwAAAAACYwAAAAABYwAAAAAAYwAAAAACYwAAAAABYwAAAAACQAAAAAAAAgAAAAAATwAAAAABAgAAAAAAAgAAAAAAfwAAAAAAbwAAAAADbwAAAAACYwAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAABYwAAAAABTwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAYwAAAAAADgAAAAACDgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAAAYwAAAAACaQAAAAABaQAAAAAAewAAAAACewAAAAADewAAAAABTwAAAAABbgAAAAAAbwAAAAADYwAAAAABDgAAAAAADgAAAAADewAAAAAAewAAAAADewAAAAADewAAAAACewAAAAAAaQAAAAAAaQAAAAABewAAAAAAewAAAAAAewAAAAABTwAAAAADfwAAAAAAfwAAAAAAYwAAAAACDgAAAAACDgAAAAACewAAAAACewAAAAACewAAAAACewAAAAABewAAAAADaQAAAAABaQAAAAAAewAAAAADewAAAAACewAAAAADTwAAAAADfwAAAAAAbgAAAAAAYwAAAAACDgAAAAACDgAAAAABewAAAAADewAAAAABewAAAAAAewAAAAAAewAAAAADaQAAAAABTwAAAAAAewAAAAADewAAAAAAewAAAAACfwAAAAAAfwAAAAAAbwAAAAADTwAAAAAAKQAAAAADDgAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAACDgAAAAABTwAAAAADXgAAAAADTwAAAAABKQAAAAAAKQAAAAAAfwAAAAAAfwAAAAAAbwAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAAATwAAAAACTwAAAAACXgAAAAADTwAAAAAATwAAAAADTwAAAAADXgAAAAAATwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATwAAAAABfwAAAAAAbwAAAAADTwAAAAABTwAAAAACTwAAAAABXgAAAAAATwAAAAABTwAAAAADTwAAAAADXgAAAAAATwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAACTwAAAAABTwAAAAABXgAAAAADTwAAAAACTwAAAAAATwAAAAAAXgAAAAABTwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABTwAAAAACTwAAAAADXgAAAAAATwAAAAADTwAAAAADTwAAAAACXgAAAAAAXgAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAAATwAAAAABTwAAAAADXgAAAAADTwAAAAABTwAAAAAATwAAAAABXgAAAAADXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAACXgAAAAAATwAAAAADTwAAAAADTwAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABUAAAAAAAXgAAAAADXgAAAAAC version: 6 3,1: ind: 3,1 - tiles: XgAAAAACawAAAAAAXgAAAAADTwAAAAACIwAAAAABIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAACawAAAAABawAAAAAAXgAAAAADTwAAAAABIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAABawAAAAADawAAAAABXgAAAAABTwAAAAADIwAAAAABIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAAawAAAAAAawAAAAACXgAAAAACfwAAAAAAIwAAAAABIgAAAAAAIgAAAAACIgAAAAACIgAAAAACIgAAAAADIgAAAAACIgAAAAADIgAAAAAAIgAAAAADIgAAAAADIgAAAAADawAAAAAAawAAAAABXgAAAAADUAAAAAAAIwAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAADIgAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAACIgAAAAABDAAAAAADXgAAAAADXgAAAAADUAAAAAAAIwAAAAAAIgAAAAAAIgAAAAADIgAAAAADIgAAAAABIgAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAABIwAAAAABIgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIwAAAAAAIgAAAAADIgAAAAADIgAAAAABIgAAAAACIgAAAAADIwAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAAAIgAAAAACewAAAAACewAAAAACewAAAAADfwAAAAAAIwAAAAABIgAAAAABIgAAAAABIgAAAAACIgAAAAABIgAAAAADIgAAAAAAIgAAAAACIgAAAAACIgAAAAAAIgAAAAABIgAAAAAAewAAAAABewAAAAAAewAAAAADfwAAAAAAIwAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAAAewAAAAABewAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAewAAAAABewAAAAACTwAAAAABewAAAAACewAAAAACewAAAAACewAAAAACewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAACewAAAAADewAAAAABewAAAAAATwAAAAABfwAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAADewAAAAACewAAAAACewAAAAABewAAAAAAewAAAAABewAAAAAAewAAAAABfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAADewAAAAADewAAAAACewAAAAADewAAAAADewAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAACewAAAAABfwAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAACewAAAAABewAAAAABewAAAAADewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAA + tiles: XgAAAAABawAAAAAAXgAAAAABTwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAAAIwAAAAADIwAAAAACawAAAAAAawAAAAABXgAAAAACTwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABIwAAAAACawAAAAADawAAAAACXgAAAAACTwAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAADawAAAAACawAAAAADXgAAAAACfwAAAAAAIwAAAAABIgAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAABIgAAAAADIgAAAAADIgAAAAADIgAAAAACIgAAAAAAIgAAAAAAawAAAAACawAAAAACXgAAAAACUAAAAAAAIwAAAAACIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADIgAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACIgAAAAADDAAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAIwAAAAACIgAAAAABIgAAAAADIgAAAAADIgAAAAABIgAAAAADIwAAAAACIwAAAAACIwAAAAAAIwAAAAABIwAAAAADIgAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIwAAAAACIgAAAAABIgAAAAABIgAAAAABIgAAAAABIgAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIgAAAAAAewAAAAACewAAAAAAewAAAAACfwAAAAAAIwAAAAADIgAAAAABIgAAAAADIgAAAAAAIgAAAAADIgAAAAADIgAAAAADIgAAAAACIgAAAAACIgAAAAACIgAAAAADIgAAAAAAewAAAAABewAAAAABewAAAAADfwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAABIwAAAAABIwAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAABIwAAAAABIwAAAAAAewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAewAAAAABewAAAAAATwAAAAABewAAAAADewAAAAAAewAAAAAAewAAAAACewAAAAABewAAAAADewAAAAADewAAAAABewAAAAADewAAAAABewAAAAADewAAAAABewAAAAACTwAAAAADfwAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAACewAAAAADewAAAAABewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAABewAAAAADewAAAAACfwAAAAAAewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAADewAAAAACewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAA version: 6 3,0: ind: 3,0 - tiles: fwAAAAAAXgAAAAAAawAAAAADXgAAAAABUAAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAAAawAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACawAAAAACXgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAACawAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACawAAAAADXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAABXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAABawAAAAACXgAAAAACfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAABTwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAADawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABawAAAAADXgAAAAAAfwAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAADTwAAAAABTwAAAAACTwAAAAABUAAAAAAAIwAAAAACIgAAAAAAIgAAAAABIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAIgAAAAADIgAAAAACIgAAAAADIgAAAAADIgAAAAACTwAAAAABTwAAAAADTwAAAAABUAAAAAAAIwAAAAAAIgAAAAACIgAAAAAAIgAAAAACIgAAAAADIgAAAAACIwAAAAADIwAAAAADIwAAAAABIwAAAAADIwAAAAABIgAAAAAATwAAAAADTwAAAAACTwAAAAACUAAAAAAAIwAAAAACIgAAAAACIgAAAAABIgAAAAAAIgAAAAABIgAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAABIwAAAAABIgAAAAAAXgAAAAABawAAAAAAXgAAAAACUAAAAAAAIwAAAAAAIgAAAAABIgAAAAABIgAAAAABIgAAAAAAIgAAAAACIwAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIgAAAAAAXgAAAAADawAAAAACXgAAAAADfwAAAAAAIwAAAAABIgAAAAAAIgAAAAABIgAAAAACIgAAAAAAIgAAAAADIgAAAAADIgAAAAADIgAAAAACIgAAAAAAIgAAAAABIgAAAAAA + tiles: fwAAAAAAXgAAAAABawAAAAACXgAAAAAAUAAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAABawAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAABfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAABawAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACawAAAAADXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABawAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAABXgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAAAawAAAAADXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAABTwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAABawAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAACawAAAAADXgAAAAAAfwAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAATwAAAAABTwAAAAAATwAAAAABUAAAAAAAIwAAAAADIgAAAAADIgAAAAACIgAAAAADIgAAAAABIgAAAAAAIgAAAAABIgAAAAABIgAAAAABIgAAAAACIgAAAAAAIgAAAAACTwAAAAADTwAAAAABTwAAAAAAUAAAAAAAIwAAAAADIgAAAAABIgAAAAACIgAAAAABIgAAAAABIgAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAABIwAAAAABIgAAAAADTwAAAAADTwAAAAACTwAAAAABUAAAAAAAIwAAAAABIgAAAAAAIgAAAAABIgAAAAABIgAAAAACIgAAAAACIwAAAAADIwAAAAAAIwAAAAADIwAAAAACIwAAAAADIgAAAAACXgAAAAACawAAAAADXgAAAAABUAAAAAAAIwAAAAADIgAAAAABIgAAAAACIgAAAAACIgAAAAAAIgAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAADIgAAAAACXgAAAAAAawAAAAABXgAAAAADfwAAAAAAIwAAAAAAIgAAAAACIgAAAAACIgAAAAABIgAAAAACIgAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAABIgAAAAADIgAAAAAB version: 6 3,-1: ind: 3,-1 - tiles: XgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAawAAAAADawAAAAABawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAawAAAAACawAAAAACawAAAAADawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAMgAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABXgAAAAACawAAAAACawAAAAACXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAADawAAAAABawAAAAACawAAAAADawAAAAABXgAAAAADXgAAAAABawAAAAACXgAAAAAAXgAAAAAAUAAAAAAAMgAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAABawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAABfwAAAAAAXgAAAAACawAAAAABXgAAAAABXgAAAAACfwAAAAAADAAAAAACDAAAAAABDAAAAAAADAAAAAACDAAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAACMgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAAAawAAAAACawAAAAADawAAAAAADAAAAAACUAAAAAAAXgAAAAAAawAAAAADXgAAAAAAfwAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAADawAAAAAAawAAAAAAMgAAAAAAUAAAAAAAXgAAAAABawAAAAABXgAAAAAAUAAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAABDAAAAAAAMgAAAAAAMgAAAAAADAAAAAADawAAAAABawAAAAADMgAAAAAAfwAAAAAAXgAAAAAAawAAAAACXgAAAAABTwAAAAADawAAAAADDAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAawAAAAABawAAAAADawAAAAAADAAAAAABewAAAAABXgAAAAADawAAAAACXgAAAAAATwAAAAAAawAAAAABawAAAAADawAAAAABawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAAAewAAAAADXgAAAAADawAAAAACXgAAAAAATwAAAAAAawAAAAAAawAAAAABawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAACDAAAAAAADAAAAAABDAAAAAACawAAAAACewAAAAADXgAAAAACawAAAAAAXgAAAAABUAAAAAAADAAAAAACDAAAAAACawAAAAADawAAAAABDAAAAAADDAAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAADDAAAAAACewAAAAAAXgAAAAAAawAAAAADXgAAAAABTwAAAAACawAAAAADawAAAAABawAAAAABDAAAAAACDAAAAAADDAAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAACDAAAAAACewAAAAAAXgAAAAADawAAAAABXgAAAAACTwAAAAACawAAAAACawAAAAABawAAAAABDAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAADfwAAAAAAXgAAAAADawAAAAADXgAAAAADTwAAAAAAawAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAB + tiles: XgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAawAAAAABawAAAAAAawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAawAAAAABawAAAAABawAAAAADawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAADXgAAAAACXgAAAAAAUAAAAAAAMgAAAAAAawAAAAABawAAAAADawAAAAACawAAAAABawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABXgAAAAAAawAAAAABawAAAAABXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAADawAAAAADXgAAAAACXgAAAAAAawAAAAAAXgAAAAACXgAAAAACUAAAAAAAMgAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAABawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAACfwAAAAAAXgAAAAADawAAAAAAXgAAAAAAXgAAAAADfwAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAABMgAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACfwAAAAAAfwAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAACDAAAAAACDAAAAAABawAAAAABawAAAAADawAAAAABDAAAAAACUAAAAAAAXgAAAAAAawAAAAAAXgAAAAACfwAAAAAADAAAAAADDAAAAAADDAAAAAABDAAAAAAADAAAAAABDAAAAAACDAAAAAADDAAAAAADawAAAAABawAAAAAAMgAAAAAAUAAAAAAAXgAAAAAAawAAAAAAXgAAAAABUAAAAAAADAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAADMgAAAAAAMgAAAAAADAAAAAACawAAAAADawAAAAACMgAAAAAAfwAAAAAAXgAAAAACawAAAAAAXgAAAAACTwAAAAACawAAAAACDAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAawAAAAABawAAAAAAawAAAAACDAAAAAABewAAAAABXgAAAAABawAAAAABXgAAAAABTwAAAAADawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAABawAAAAACawAAAAACawAAAAACawAAAAABawAAAAADawAAAAAAewAAAAAAXgAAAAAAawAAAAADXgAAAAABTwAAAAACawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAADawAAAAADawAAAAABDAAAAAAADAAAAAAADAAAAAAAawAAAAAAewAAAAAAXgAAAAADawAAAAABXgAAAAACUAAAAAAADAAAAAAADAAAAAAAawAAAAACawAAAAADDAAAAAAADAAAAAABDAAAAAACDAAAAAABDAAAAAAADAAAAAABDAAAAAADewAAAAADXgAAAAADawAAAAABXgAAAAADTwAAAAAAawAAAAACawAAAAABawAAAAADDAAAAAABDAAAAAACDAAAAAADDAAAAAACDAAAAAAADAAAAAACDAAAAAADDAAAAAAAewAAAAAAXgAAAAAAawAAAAAAXgAAAAAATwAAAAADawAAAAABawAAAAAAawAAAAADDAAAAAABDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABfwAAAAAAXgAAAAAAawAAAAACXgAAAAADTwAAAAAAawAAAAADDAAAAAADDAAAAAACDAAAAAADDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: NAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAADAAAAAACDAAAAAABawAAAAAAawAAAAACawAAAAACDAAAAAACMgAAAAAADAAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAMgAAAAAAMgAAAAAAawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAADDAAAAAABDAAAAAABDAAAAAAAfwAAAAAAfwAAAAAADAAAAAACMgAAAAAAawAAAAABawAAAAABawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAACawAAAAACDAAAAAACDAAAAAADfwAAAAAADAAAAAABawAAAAAAawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAAADAAAAAABTwAAAAACawAAAAADawAAAAABawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPgAAAAAAawAAAAABawAAAAAAfwAAAAAAawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAADawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAACawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAADAAAAAAAawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAMgAAAAAAawAAAAADawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAAawAAAAABawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAACawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA + tiles: NAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAADAAAAAACDAAAAAACawAAAAACawAAAAABawAAAAABDAAAAAADMgAAAAAADAAAAAACMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADMgAAAAAAMgAAAAAAawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAADawAAAAADDAAAAAAADAAAAAADDAAAAAAAfwAAAAAAfwAAAAAADAAAAAADMgAAAAAAawAAAAABawAAAAABawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAADawAAAAADDAAAAAACDAAAAAAAfwAAAAAADAAAAAADawAAAAAAawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAABDAAAAAADTwAAAAAAawAAAAABawAAAAADawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPgAAAAAAawAAAAACawAAAAABfwAAAAAAawAAAAABawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAACawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAADAAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAMgAAAAAAawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAAawAAAAAAawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAAawAAAAACawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA version: 6 0,2: ind: 0,2 - tiles: XgAAAAACawAAAAACXgAAAAACfwAAAAAAbwAAAAACbwAAAAADbgAAAAAAbwAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAADawAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAADAAAAAADawAAAAABXgAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAABUAAAAAAADAAAAAAADAAAAAACDAAAAAABMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAADawAAAAACXgAAAAADUAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABUAAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAACawAAAAADXgAAAAACfwAAAAAAIAAAAAACTwAAAAABTwAAAAABIAAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAADfwAAAAAAXgAAAAADawAAAAADXgAAAAABTwAAAAACIAAAAAADTwAAAAADTwAAAAAAIAAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAAATwAAAAACTwAAAAABXgAAAAAAawAAAAACXgAAAAACTwAAAAACIAAAAAAATwAAAAAATwAAAAABIAAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAACTwAAAAAATwAAAAACaQAAAAAAaQAAAAAAaQAAAAAAfwAAAAAAIAAAAAACTwAAAAAATwAAAAADIAAAAAACfwAAAAAATwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAABTwAAAAACfwAAAAAAVAAAAAACVAAAAAABVAAAAAAAUAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAewAAAAADewAAAAACfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAAAUAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAADfwAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAACTwAAAAACTwAAAAAATwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAAATwAAAAAATwAAAAADTwAAAAADTwAAAAADfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAAAVAAAAAAAfwAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAATwAAAAABewAAAAAAewAAAAABewAAAAACewAAAAABewAAAAADewAAAAADewAAAAACaQAAAAADaQAAAAACaQAAAAADfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAACewAAAAAAXgAAAAAAawAAAAABXgAAAAAAXgAAAAACfwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAAA + tiles: XgAAAAACawAAAAABXgAAAAADfwAAAAAAbwAAAAACbwAAAAABbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAADawAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACawAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAawAAAAABXgAAAAAAUAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAABUAAAAAAADAAAAAAADAAAAAADDAAAAAADMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAAAawAAAAABXgAAAAABUAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADUAAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAADMgAAAAAAMgAAAAAAUAAAAAAADAAAAAACawAAAAAAXgAAAAACfwAAAAAAIAAAAAAATwAAAAAATwAAAAABIAAAAAADfwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAABTwAAAAABTwAAAAADfwAAAAAAXgAAAAAAawAAAAAAXgAAAAACTwAAAAAAIAAAAAAATwAAAAAATwAAAAAAIAAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAAAXgAAAAACawAAAAABXgAAAAABTwAAAAACIAAAAAACTwAAAAADTwAAAAACIAAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAABaQAAAAAAaQAAAAADaQAAAAADfwAAAAAAIAAAAAAATwAAAAAATwAAAAAAIAAAAAABfwAAAAAATwAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAABfwAAAAAAVAAAAAADVAAAAAABVAAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAAewAAAAACewAAAAACfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADUAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAACTwAAAAACTwAAAAABTwAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAAAVAAAAAABfwAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAATwAAAAACewAAAAABewAAAAADewAAAAADewAAAAADewAAAAAAewAAAAABewAAAAAAaQAAAAACaQAAAAABaQAAAAACfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAADXgAAAAAAawAAAAAAXgAAAAAAXgAAAAADfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAADewAAAAABewAAAAABewAAAAABewAAAAAB version: 6 0,-3: ind: 0,-3 - tiles: TwAAAAACTwAAAAACTwAAAAABXgAAAAADUAAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAAATwAAAAAAXgAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAAATwAAAAADXgAAAAABUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAAATwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAAATwAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAAAXgAAAAAAXgAAAAADXgAAAAABXgAAAAACTwAAAAADNAAAAAAAfwAAAAAANAAAAAAATwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAADVwAAAAADVwAAAAABTwAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAADTwAAAAACNAAAAAAAfwAAAAAANAAAAAAATwAAAAACfgAAAAAAfgAAAAAAAAAAAAAAVwAAAAABVwAAAAADVwAAAAAATwAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAADTwAAAAAANAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAACVwAAAAADVwAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAADXgAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAVwAAAAABDAAAAAACVwAAAAABVwAAAAACVwAAAAAAVwAAAAACTwAAAAADXgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAADDAAAAAABVwAAAAACVwAAAAAAVwAAAAAATwAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAAAVwAAAAACDAAAAAAAVwAAAAADVwAAAAAAVwAAAAACVwAAAAAATwAAAAAAXgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAewAAAAACewAAAAAAewAAAAADVwAAAAACVwAAAAABVwAAAAACTwAAAAABTwAAAAAATwAAAAAATwAAAAACXgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbwAAAAADTwAAAAAAewAAAAACewAAAAADewAAAAABVwAAAAAAVwAAAAABVwAAAAACTwAAAAACXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfQAAAAAAewAAAAACewAAAAABVwAAAAADVwAAAAABVwAAAAACTwAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAABfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAABfwAAAAAANAAAAAAANAAAAAAA + tiles: TwAAAAADTwAAAAABTwAAAAADXgAAAAABUAAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAADXgAAAAADUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAACXgAAAAABUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAADTwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAABTwAAAAABNAAAAAAANAAAAAAANAAAAAAATwAAAAACfgAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAACTwAAAAADNAAAAAAAfwAAAAAANAAAAAAATwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAADVwAAAAADTwAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAAATwAAAAABNAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAVwAAAAACVwAAAAAAVwAAAAADTwAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAABTwAAAAACNAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAACVwAAAAACTwAAAAABTwAAAAADTwAAAAADTwAAAAACXgAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAVwAAAAACDAAAAAACVwAAAAACVwAAAAAAVwAAAAADVwAAAAAATwAAAAADXgAAAAABfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAACDAAAAAADVwAAAAABVwAAAAABVwAAAAADTwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAACVwAAAAAADAAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAAATwAAAAABXgAAAAADfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAABVwAAAAABVwAAAAADVwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAADXgAAAAACfwAAAAAAbwAAAAADfwAAAAAAbwAAAAABTwAAAAADewAAAAACewAAAAAAewAAAAAAVwAAAAABVwAAAAACVwAAAAABTwAAAAACXgAAAAABXgAAAAACXgAAAAACXgAAAAABfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfQAAAAACewAAAAABewAAAAADVwAAAAACVwAAAAAAVwAAAAABTwAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAACfwAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAADTwAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACfwAAAAAANAAAAAAANAAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACDAAAAAACDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAADDAAAAAADDAAAAAABDAAAAAABDAAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAABbgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAACfQAAAAADfQAAAAABfQAAAAADfQAAAAADfQAAAAADfQAAAAADfQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAACfQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAewAAAAADewAAAAABewAAAAACTwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAABewAAAAABewAAAAABewAAAAADfQAAAAABfwAAAAAAfwAAAAAAbwAAAAADewAAAAABewAAAAABewAAAAACTwAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAACTwAAAAACewAAAAAAewAAAAACewAAAAABfQAAAAACfwAAAAAAfwAAAAAAbwAAAAABewAAAAACewAAAAABewAAAAACewAAAAACewAAAAACewAAAAACewAAAAACewAAAAADewAAAAABewAAAAACewAAAAABewAAAAAAfQAAAAABfwAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAACbgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAADfQAAAAACfQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAABfQAAAAAAfQAAAAACfQAAAAABfQAAAAAAfQAAAAABfQAAAAABfwAAAAAAbgAAAAAAbgAAAAAAewAAAAAAewAAAAADewAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAACTwAAAAABewAAAAADewAAAAACewAAAAABfQAAAAADfwAAAAAAfwAAAAAAbwAAAAADewAAAAAAewAAAAAAewAAAAADTwAAAAACTwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAABewAAAAAAewAAAAADewAAAAABfQAAAAADfwAAAAAAfwAAAAAAbwAAAAADewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAADewAAAAABfQAAAAABfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAABUAAAAAAATwAAAAADTwAAAAABTwAAAAACUAAAAAAATwAAAAADTwAAAAACUAAAAAAAUAAAAAAAIQAAAAABUAAAAAAAUAAAAAAATwAAAAAAIAAAAAADIAAAAAABIAAAAAABUAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADUAAAAAAAIAAAAAACIAAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABTwAAAAABIAAAAAAAIAAAAAACIAAAAAABJQAAAAACIAAAAAABIAAAAAACIAAAAAACJQAAAAADIAAAAAABIAAAAAACIQAAAAADTwAAAAABTwAAAAAATwAAAAADIQAAAAAATwAAAAADIAAAAAACIAAAAAAAJQAAAAABJQAAAAABJQAAAAADJQAAAAACJQAAAAADJQAAAAABJQAAAAAAIAAAAAABIQAAAAAATwAAAAADTwAAAAADTwAAAAABIQAAAAADTwAAAAAAIAAAAAABIAAAAAAAJQAAAAADJQAAAAADJQAAAAAAJQAAAAAAJQAAAAADJQAAAAAAJQAAAAAAIAAAAAAAIQAAAAAATwAAAAACTwAAAAAATwAAAAADIQAAAAACTwAAAAAAIAAAAAAAIAAAAAACIAAAAAADJQAAAAADIAAAAAADIAAAAAADIAAAAAABJQAAAAADIAAAAAABIAAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAAAIQAAAAABTwAAAAAAIAAAAAADIAAAAAACIAAAAAAAUAAAAAAAIAAAAAADIAAAAAAAIAAAAAADUAAAAAAAIAAAAAACIAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAABUAAAAAAATwAAAAADTwAAAAACTwAAAAADUAAAAAAAIAAAAAADIAAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAIAAAAAACUAAAAAAAIAAAAAACIAAAAAACIAAAAAADUAAAAAAAIAAAAAAAIAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAMgAAAAAAUAAAAAAAIAAAAAABIAAAAAACIAAAAAADUAAAAAAAIAAAAAAAIAAAAAACbwAAAAAAbwAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbwAAAAADbwAAAAACbgAAAAAAMgAAAAAAUAAAAAAAIAAAAAABTwAAAAADIAAAAAAAUAAAAAAAIAAAAAACUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAABTwAAAAAAIAAAAAADUAAAAAAAfwAAAAAATwAAAAADbgAAAAAAfwAAAAAAbwAAAAACbwAAAAADbwAAAAACbwAAAAACbgAAAAAATwAAAAACMgAAAAAAUAAAAAAAIAAAAAADTwAAAAACIAAAAAABUAAAAAAATwAAAAABIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAABIAAAAAADUAAAAAAATwAAAAACIQAAAAACbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAADIAAAAAADUAAAAAAATwAAAAABIQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAACTwAAAAACIAAAAAABUAAAAAAATwAAAAAAIQAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAAAUAAAAAAATwAAAAABTwAAAAAATwAAAAACUAAAAAAATwAAAAABTwAAAAABUAAAAAAAUAAAAAAAIQAAAAADUAAAAAAAUAAAAAAATwAAAAAAIAAAAAAAIAAAAAABIAAAAAADUAAAAAAAIAAAAAADIAAAAAACIAAAAAAAUAAAAAAAIAAAAAABIAAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAAAIQAAAAADTwAAAAACIAAAAAACIAAAAAADIAAAAAACJQAAAAADIAAAAAACIAAAAAAAIAAAAAAAJQAAAAABIAAAAAAAIAAAAAACIQAAAAADTwAAAAABTwAAAAABTwAAAAABIQAAAAACTwAAAAADIAAAAAAAIAAAAAABJQAAAAADJQAAAAACJQAAAAAAJQAAAAABJQAAAAAAJQAAAAABJQAAAAABIAAAAAAAIQAAAAADTwAAAAAATwAAAAAATwAAAAACIQAAAAADTwAAAAAAIAAAAAADIAAAAAAAJQAAAAADJQAAAAABJQAAAAACJQAAAAADJQAAAAAAJQAAAAABJQAAAAABIAAAAAABIQAAAAAATwAAAAABTwAAAAADTwAAAAABIQAAAAAATwAAAAACIAAAAAABIAAAAAADIAAAAAADJQAAAAADIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAABIAAAAAAAIAAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAACTwAAAAACIAAAAAACIAAAAAADIAAAAAAAUAAAAAAAIAAAAAADIAAAAAACIAAAAAAAUAAAAAAAIAAAAAABIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAUAAAAAAATwAAAAAATwAAAAADTwAAAAABUAAAAAAAIAAAAAAAIAAAAAABTwAAAAACTwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAIAAAAAABUAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAMgAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAABUAAAAAAAIAAAAAADIAAAAAACbwAAAAAAbwAAAAACbgAAAAAAbwAAAAAAbwAAAAABbwAAAAABbwAAAAADbgAAAAAAMgAAAAAAUAAAAAAAIAAAAAACTwAAAAABIAAAAAADUAAAAAAAIAAAAAACUAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAADIAAAAAABUAAAAAAAfwAAAAAATwAAAAAAbgAAAAAAfwAAAAAAbwAAAAABbwAAAAACbwAAAAADbwAAAAADbgAAAAAATwAAAAACMgAAAAAAUAAAAAAAIAAAAAABTwAAAAACIAAAAAACUAAAAAAATwAAAAAAIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAAAIAAAAAABUAAAAAAATwAAAAACIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAACTwAAAAACIAAAAAAAUAAAAAAATwAAAAACIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAUAAAAAAAIAAAAAADTwAAAAABIAAAAAADUAAAAAAATwAAAAACIQAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: TwAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAAAfwAAAAAAUAAAAAAAewAAAAABewAAAAACewAAAAADewAAAAACewAAAAADewAAAAADewAAAAABUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAACTwAAAAAAUAAAAAAAewAAAAADewAAAAACewAAAAADewAAAAABewAAAAABewAAAAAAewAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADIAAAAAACTwAAAAABUAAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAACfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAABIAAAAAABTwAAAAAAUAAAAAAAewAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAACIQAAAAADIQAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAABTwAAAAACIAAAAAAATwAAAAADUAAAAAAAewAAAAADIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADUAAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADTwAAAAADIAAAAAAAUAAAAAAAIAAAAAADIAAAAAADIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAACUAAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAACTwAAAAACIAAAAAABTwAAAAACIQAAAAADIQAAAAAAIQAAAAABIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADTwAAAAABTwAAAAABTwAAAAACTwAAAAACIAAAAAABIAAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAABIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAATwAAAAADVwAAAAABVwAAAAACVwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABTwAAAAACVwAAAAABVwAAAAACVwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAXgAAAAAATwAAAAACVwAAAAAAVwAAAAACVwAAAAAAIQAAAAAAfwAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAADIQAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAXgAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAABIQAAAAACIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABTwAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAABfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAAATwAAAAADIQAAAAABfwAAAAAAIAAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADTwAAAAAD + tiles: TwAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACIAAAAAACfwAAAAAAUAAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAADUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAADTwAAAAACUAAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAADIAAAAAABTwAAAAADUAAAAAAAewAAAAABewAAAAACewAAAAACewAAAAADewAAAAABewAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAAAIAAAAAADTwAAAAADUAAAAAAAewAAAAADIQAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACUAAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAATwAAAAAAIAAAAAABTwAAAAADUAAAAAAAewAAAAACIQAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAAAIQAAAAADUAAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADTwAAAAAAIAAAAAADUAAAAAAAIAAAAAADIAAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAACUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAAATwAAAAABIAAAAAAATwAAAAABIQAAAAAAIQAAAAACIQAAAAADIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACTwAAAAAATwAAAAAATwAAAAADTwAAAAABIAAAAAABIAAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABTwAAAAADVwAAAAAAVwAAAAADVwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAATwAAAAAAVwAAAAACVwAAAAACVwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAXgAAAAABTwAAAAABVwAAAAABVwAAAAADVwAAAAADIQAAAAACfwAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAADIQAAAAACfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAADIQAAAAADIQAAAAADIQAAAAADfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACTwAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAACfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAAATwAAAAADIQAAAAACfwAAAAAAIAAAAAABIQAAAAAAIQAAAAABIQAAAAACIQAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAATwAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAewAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAewAAAAADfQAAAAACfQAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAAAfQAAAAADfQAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAADfwAAAAAATwAAAAABTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAABfQAAAAADfQAAAAABewAAAAAAewAAAAAAewAAAAADfQAAAAADbgAAAAAATwAAAAACTwAAAAABTwAAAAADfwAAAAAAHgAAAAAAHgAAAAABHgAAAAACHgAAAAABTwAAAAAATwAAAAACTwAAAAABTwAAAAABTwAAAAACTwAAAAADaQAAAAACaQAAAAABTwAAAAADTwAAAAACTwAAAAADfwAAAAAAHgAAAAABHQAAAAADTwAAAAAATwAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAACTwAAAAABbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAHgAAAAADHQAAAAABTwAAAAACOgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAewAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAewAAAAAAfQAAAAADfQAAAAABewAAAAACewAAAAADewAAAAABewAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAACfQAAAAAAfQAAAAACewAAAAADewAAAAACewAAAAABewAAAAADfwAAAAAATwAAAAADTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAABfQAAAAAAfQAAAAACewAAAAAAewAAAAADewAAAAABfQAAAAAAbgAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAHgAAAAACHgAAAAABHgAAAAADHgAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAACTwAAAAAAaQAAAAADaQAAAAABTwAAAAADTwAAAAABTwAAAAACfwAAAAAAHgAAAAABHQAAAAACTwAAAAAATwAAAAACNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAHgAAAAABHQAAAAACTwAAAAACOgAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAAAfwAAAAAAHgAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAADHgAAAAACHgAAAAAAHgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAABTwAAAAACHQAAAAABHgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAACOgAAAAACTwAAAAADHQAAAAAAHgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAACfwAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAHgAAAAADHgAAAAADHgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAAATwAAAAACTwAAAAADHQAAAAABHgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOgAAAAAAOgAAAAAAOgAAAAACOgAAAAADOgAAAAAATwAAAAADHQAAAAADHgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAADbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA version: 6 3,2: ind: 3,2 - tiles: ewAAAAADewAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAADbwAAAAABewAAAAACewAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAIAAAAAAAIAAAAAADTwAAAAADfwAAAAAAbwAAAAABbwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAMQAAAAAAIAAAAAACIAAAAAADTwAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAADIAAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA + tiles: ewAAAAACewAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbwAAAAADewAAAAACewAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAIAAAAAADIAAAAAADTwAAAAACfwAAAAAAbwAAAAACbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAAAIAAAAAABIAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAMQAAAAAAIAAAAAABIAAAAAABTwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAADIAAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAAAIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA version: 6 2,2: ind: 2,2 - tiles: bgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAADJwAAAAABJwAAAAADTwAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAACDAAAAAACJwAAAAABJwAAAAAAJwAAAAABTwAAAAAAewAAAAADewAAAAADewAAAAADfwAAAAAAewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAACJwAAAAAATwAAAAADJwAAAAABTwAAAAACewAAAAADewAAAAACewAAAAACfwAAAAAAewAAAAABewAAAAABJwAAAAADJwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAABTwAAAAABJwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAADfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAADTwAAAAAAJwAAAAABfwAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAADJwAAAAABJwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAACTwAAAAABJwAAAAADTwAAAAACIAAAAAACIAAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAABJwAAAAADJwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAABJwAAAAACTwAAAAACJwAAAAACfwAAAAAAIAAAAAAAIAAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAABJwAAAAADJwAAAAACfwAAAAAAbwAAAAADfwAAAAAADAAAAAADJwAAAAADTwAAAAABJwAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAJwAAAAAAJwAAAAADfwAAAAAAbwAAAAACfwAAAAAADAAAAAAAJwAAAAABTwAAAAACJwAAAAACUAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAbwAAAAACbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAADAAAAAADJwAAAAAATwAAAAAAJwAAAAACfwAAAAAATwAAAAAATwAAAAABfwAAAAAATwAAAAAATwAAAAADTwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAACTwAAAAACJwAAAAADUAAAAAAAIAAAAAAAIAAAAAADIAAAAAADTwAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACJwAAAAAAJwAAAAABJwAAAAABTwAAAAABIAAAAAABIAAAAAABIAAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAADJwAAAAADJwAAAAAAUAAAAAAAIAAAAAACIAAAAAAAIAAAAAABTwAAAAABTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAACfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAADfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAC + tiles: bgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAACJwAAAAACJwAAAAADTwAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAADDAAAAAADJwAAAAACJwAAAAAAJwAAAAACTwAAAAACewAAAAABewAAAAAAewAAAAADfwAAAAAAewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAADAAAAAABJwAAAAADTwAAAAADJwAAAAABTwAAAAACewAAAAABewAAAAAAewAAAAACfwAAAAAAewAAAAAAewAAAAABJwAAAAABJwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAAATwAAAAACJwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJwAAAAACJwAAAAACfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAAATwAAAAAAJwAAAAADfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACJwAAAAACJwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAACTwAAAAADJwAAAAABTwAAAAAAIAAAAAADIAAAAAABVAAAAAAAVAAAAAABVAAAAAAAVAAAAAABJwAAAAAAJwAAAAABfwAAAAAAbwAAAAADfwAAAAAADAAAAAADJwAAAAABTwAAAAADJwAAAAACfwAAAAAAIAAAAAACIAAAAAABVAAAAAABVAAAAAAAVAAAAAABVAAAAAAAJwAAAAAAJwAAAAACfwAAAAAAbwAAAAAAfwAAAAAADAAAAAABJwAAAAAATwAAAAADJwAAAAABUAAAAAAAIAAAAAAAIAAAAAABVAAAAAAAVAAAAAABVAAAAAACVAAAAAAAJwAAAAADJwAAAAACfwAAAAAAbwAAAAADfwAAAAAADAAAAAADJwAAAAAATwAAAAADJwAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADbwAAAAABbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAADAAAAAABJwAAAAADTwAAAAABJwAAAAADfwAAAAAATwAAAAAATwAAAAADfwAAAAAAVAAAAAABVAAAAAAAVAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACJwAAAAADTwAAAAABJwAAAAADUAAAAAAAIAAAAAABIAAAAAACIAAAAAACVAAAAAADVAAAAAACVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAADJwAAAAADJwAAAAAATwAAAAADIAAAAAADIAAAAAADIAAAAAAAVAAAAAADVAAAAAADVAAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAACJwAAAAADJwAAAAABUAAAAAAAIAAAAAAAIAAAAAABIAAAAAACVAAAAAABVAAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAVAAAAAAAVAAAAAACVAAAAAADfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAAB version: 6 1,2: ind: 1,2 - tiles: bgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAADfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAIAAAAAAATwAAAAADTwAAAAACTwAAAAACIAAAAAABIAAAAAABfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAADfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAADfgAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAIAAAAAAATwAAAAACTwAAAAADTwAAAAAAIAAAAAAAIAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAABIAAAAAAATwAAAAADPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAATwAAAAACIAAAAAADTwAAAAADIAAAAAACTwAAAAABPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAIAAAAAAATwAAAAADIAAAAAABTwAAAAABPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAADIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAADIAAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAATwAAAAABIAAAAAAATwAAAAACIAAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAIAAAAAADTwAAAAADTwAAAAABTwAAAAADIAAAAAABIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAABTwAAAAADTwAAAAADTwAAAAACIAAAAAABIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAADPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAACIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAAAIAAAAAACTwAAAAACPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAATwAAAAAAIAAAAAABTwAAAAAAIAAAAAADTwAAAAABPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAABIAAAAAADTwAAAAACPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAACIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAADIAAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAATwAAAAAAIAAAAAACTwAAAAABIAAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,2: ind: -1,2 - tiles: fwAAAAAAVAAAAAABIAAAAAABIAAAAAACVAAAAAACVAAAAAACfwAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAACIAAAAAADIAAAAAACVAAAAAACVAAAAAACTwAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIAAAAAACIAAAAAABVAAAAAACVAAAAAAATwAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACUAAAAAAAVAAAAAACIAAAAAAAIAAAAAABVAAAAAAAVAAAAAACfwAAAAAAVAAAAAACVAAAAAACVAAAAAACIQAAAAADIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADUAAAAAAAVAAAAAABIAAAAAADIAAAAAABVAAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABfwAAAAAAVAAAAAACIAAAAAADIAAAAAABVAAAAAACVAAAAAADUAAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAACVAAAAAABfwAAAAAATwAAAAADfwAAAAAAIAAAAAAAfwAAAAAAVAAAAAACIAAAAAABIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABIAAAAAABIAAAAAAAIAAAAAACVAAAAAAAfwAAAAAAIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAVAAAAAACIAAAAAADIAAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACTwAAAAAAIAAAAAADIAAAAAADTwAAAAAAUAAAAAAAVAAAAAABIAAAAAAAIAAAAAAATwAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAAATwAAAAADIAAAAAACIAAAAAAATwAAAAACUAAAAAAAVAAAAAADIAAAAAAAIAAAAAAATwAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAABVAAAAAADVAAAAAACVAAAAAACfwAAAAAAVAAAAAAAVAAAAAABTwAAAAABfwAAAAAAVAAAAAABIAAAAAABIAAAAAACUAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAVAAAAAABVAAAAAABVAAAAAADfwAAAAAAVAAAAAAAVAAAAAAATwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACVAAAAAADVAAAAAABVAAAAAACfwAAAAAAVAAAAAAAVAAAAAADTwAAAAAAVAAAAAACVAAAAAAAIAAAAAADIAAAAAABUAAAAAAAUAAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAADTwAAAAACIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAUAAAAAAAUAAAAAAADAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAABfwAAAAAAVAAAAAABVAAAAAABTwAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAADAAAAAABDAAAAAABDAAAAAADDAAAAAABDAAAAAAADAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAADAAAAAABDAAAAAACDAAAAAABDAAAAAADDAAAAAABDAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAC + tiles: fwAAAAAAVAAAAAABIAAAAAACIAAAAAACVAAAAAACVAAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAIAAAAAACIAAAAAAAVAAAAAACVAAAAAABTwAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABIAAAAAADIAAAAAADVAAAAAABVAAAAAABTwAAAAACIQAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAUAAAAAAAVAAAAAABIAAAAAAAIAAAAAABVAAAAAABVAAAAAAAfwAAAAAAVAAAAAABVAAAAAAAVAAAAAACIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAUAAAAAAAVAAAAAABIAAAAAABIAAAAAACVAAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABfwAAAAAAVAAAAAACIAAAAAABIAAAAAAAVAAAAAADVAAAAAAAUAAAAAAAVAAAAAADVAAAAAADVAAAAAAAVAAAAAACVAAAAAABfwAAAAAATwAAAAACfwAAAAAAIAAAAAAAfwAAAAAAVAAAAAADIAAAAAACIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABIAAAAAADIAAAAAABIAAAAAAAVAAAAAACfwAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAVAAAAAAAIAAAAAACIAAAAAADfwAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADTwAAAAAAIAAAAAACIAAAAAABTwAAAAACUAAAAAAAVAAAAAACIAAAAAADIAAAAAAATwAAAAADIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAATwAAAAABIAAAAAAAIAAAAAABTwAAAAADUAAAAAAAVAAAAAADIAAAAAABIAAAAAADTwAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACVAAAAAADVAAAAAABVAAAAAACfwAAAAAAVAAAAAADVAAAAAABTwAAAAADfwAAAAAAVAAAAAAAIAAAAAACIAAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACfwAAAAAAVAAAAAACVAAAAAAATwAAAAABfwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABVAAAAAACVAAAAAADVAAAAAABfwAAAAAAVAAAAAADVAAAAAABTwAAAAADVAAAAAAAVAAAAAADIAAAAAABIAAAAAADUAAAAAAAUAAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACTwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAABfwAAAAAAVAAAAAAAVAAAAAADTwAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAACfwAAAAAAfwAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAADAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAAADAAAAAACfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAD version: 6 -2,2: ind: -2,2 - tiles: fwAAAAAAVAAAAAADVAAAAAACVAAAAAACVAAAAAACVAAAAAACVAAAAAABVAAAAAADfwAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAACDgAAAAAADgAAAAABDgAAAAACIQAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAAAVAAAAAABVAAAAAABVAAAAAADfwAAAAAAVAAAAAABVAAAAAABVAAAAAABVAAAAAADVAAAAAACVAAAAAABVAAAAAAAfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAABfwAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAADVAAAAAADVAAAAAABVAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAVAAAAAAAVAAAAAABTwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAABQwAAAAAAQwAAAAAATwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAATwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAADQwAAAAAAVAAAAAAAVAAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAADUAAAAAAATwAAAAADTwAAAAAAQwAAAAAATwAAAAACfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAADVAAAAAABVAAAAAADVAAAAAACIAAAAAADUAAAAAAAVAAAAAADVAAAAAACVAAAAAABfwAAAAAAVAAAAAACVAAAAAAAVAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAVAAAAAADVAAAAAADVAAAAAAAIAAAAAADUAAAAAAAVAAAAAACVAAAAAABVAAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAJQAAAAAAJQAAAAADJQAAAAAAUAAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABTwAAAAABJQAAAAACJQAAAAABJQAAAAABTwAAAAADVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAABVAAAAAACVAAAAAABJQAAAAABJQAAAAABJQAAAAAAUAAAAAAAVAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAADIAAAAAACTwAAAAABVAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAVAAAAAADVAAAAAADVAAAAAAATwAAAAABUAAAAAAATwAAAAADIAAAAAADUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADTwAAAAACTwAAAAACfwAAAAAATwAAAAABfwAAAAAA + tiles: fwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAAAfwAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAAADgAAAAACIQAAAAADVAAAAAAAVAAAAAAAVAAAAAABVAAAAAACVAAAAAAAVAAAAAADVAAAAAACfwAAAAAAVAAAAAADVAAAAAABVAAAAAADVAAAAAAAVAAAAAADVAAAAAADVAAAAAADfwAAAAAAVAAAAAADVAAAAAABVAAAAAADVAAAAAACVAAAAAACVAAAAAABVAAAAAACfwAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAVAAAAAADVAAAAAAATwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAATwAAAAADQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAACQwAAAAAAQwAAAAAATwAAAAADQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAVAAAAAAAVAAAAAABVAAAAAAAQwAAAAAAVAAAAAADVAAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAAAUAAAAAAATwAAAAADTwAAAAABQwAAAAAATwAAAAABfwAAAAAAVAAAAAACVAAAAAABVAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACVAAAAAADVAAAAAAAVAAAAAACIAAAAAABUAAAAAAAVAAAAAADVAAAAAADVAAAAAABfwAAAAAAVAAAAAADVAAAAAADVAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAACVAAAAAACVAAAAAADVAAAAAACIAAAAAADUAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAJQAAAAABJQAAAAABJQAAAAACUAAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACTwAAAAAAJQAAAAADJQAAAAABJQAAAAACTwAAAAABVAAAAAABVAAAAAACVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAADVAAAAAAAJQAAAAACJQAAAAADJQAAAAABUAAAAAAAVAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAADTwAAAAADVAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAVAAAAAACVAAAAAACVAAAAAABTwAAAAACUAAAAAAATwAAAAAAIAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAATwAAAAACfwAAAAAA version: 6 -3,2: ind: -3,2 - tiles: UAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAADIAAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAAAUAAAAAAAUAAAAAAATwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAACIAAAAAACUAAAAAAAUAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAIQAAAAADIQAAAAAAIQAAAAABVAAAAAAAVAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAACJQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAfwAAAAAAVAAAAAACVAAAAAAB + tiles: IQAAAAADIQAAAAADIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAAAIQAAAAABTwAAAAACbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABfwAAAAAAbwAAAAADbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAADVAAAAAAAVAAAAAACIQAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAADJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAACJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAfwAAAAAAVAAAAAACVAAAAAAD version: 6 -4,-2: ind: -4,-2 - tiles: fwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfQAAAAADfQAAAAADfQAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAHQAAAAAAHQAAAAADfwAAAAAADgAAAAAATwAAAAADDgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAABYwAAAAADTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAAAYwAAAAABTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAADgAAAAAATwAAAAABTwAAAAADGgAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAABHQAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAYwAAAAABTwAAAAAATwAAAAABGgAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAADYQAAAAABYQAAAAABYQAAAAACYQAAAAADYQAAAAABYQAAAAADYQAAAAADfwAAAAAAYwAAAAABTwAAAAAATwAAAAAAGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAADYQAAAAADYQAAAAADYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAAAYQAAAAABYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAADYQAAAAABTwAAAAAAKQAAAAABKQAAAAAAXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAABYQAAAAACYQAAAAAAYQAAAAAAKQAAAAABKQAAAAADKQAAAAADUAAAAAAAKQAAAAAAKQAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAYQAAAAABYQAAAAACYQAAAAAAYQAAAAADYQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAAAKQAAAAABXgAAAAABfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAAAYQAAAAAAYQAAAAADYQAAAAABKQAAAAABKQAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAABXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABYQAAAAACYQAAAAADKQAAAAADKQAAAAADKQAAAAADfwAAAAAAKQAAAAAAKQAAAAADXgAAAAACUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAACYQAAAAACYQAAAAADYQAAAAADYQAAAAACKQAAAAACKQAAAAABKQAAAAABfwAAAAAAKQAAAAADKQAAAAACXgAAAAADUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAABYQAAAAACYQAAAAAAYQAAAAABKQAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAACKQAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAACYQAAAAADYQAAAAACYQAAAAABYQAAAAACKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABXgAAAAAC + tiles: fwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfQAAAAADfQAAAAADfQAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAHQAAAAADHQAAAAADfwAAAAAADgAAAAADTwAAAAADDgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAADYwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAACYwAAAAABTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAADgAAAAADTwAAAAADTwAAAAABGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAADHQAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAYwAAAAACTwAAAAAATwAAAAABGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAADYQAAAAADYQAAAAADYQAAAAABYQAAAAABYQAAAAAAYQAAAAAAfwAAAAAAYwAAAAADTwAAAAACTwAAAAADGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAACYQAAAAAAYQAAAAACYQAAAAACYQAAAAADYQAAAAADYQAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAYQAAAAADYQAAAAACYQAAAAADYQAAAAACYQAAAAABYQAAAAACYQAAAAADYQAAAAAATwAAAAADKQAAAAAAKQAAAAABXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAADYQAAAAADYQAAAAAAYQAAAAACKQAAAAABKQAAAAAAKQAAAAADUAAAAAAAKQAAAAADKQAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAYQAAAAAAYQAAAAADYQAAAAABYQAAAAAAYQAAAAABKQAAAAAAKQAAAAADKQAAAAAAKQAAAAACKQAAAAADKQAAAAAAXgAAAAABfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAYQAAAAACYQAAAAACYQAAAAADYQAAAAACYQAAAAABKQAAAAABKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABXgAAAAABfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAABYQAAAAADYQAAAAADKQAAAAACKQAAAAACKQAAAAACfwAAAAAAKQAAAAACKQAAAAABXgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAABYQAAAAABYQAAAAADYQAAAAADKQAAAAACKQAAAAACKQAAAAAAfwAAAAAAKQAAAAACKQAAAAADXgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAADYQAAAAABYQAAAAACYQAAAAADKQAAAAADKQAAAAADKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAACYQAAAAADYQAAAAABYQAAAAADKQAAAAACKQAAAAADKQAAAAABKQAAAAABKQAAAAADKQAAAAADXgAAAAAA version: 6 -4,2: ind: -4,2 - tiles: IgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAIgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAACIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAADIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAACIAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAABIAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAADIAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADIAAAAAABIAAAAAABIAAAAAAATwAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAADbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAADIAAAAAABIAAAAAABIAAAAAADTwAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAADIAAAAAAAIAAAAAACIAAAAAADTwAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAADIAAAAAADIAAAAAADIAAAAAACTwAAAAAAIQAAAAABIQAAAAAAIQAAAAADIQAAAAADbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAAAIAAAAAABIAAAAAADIAAAAAACTwAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAABfwAAAAAAVAAAAAACVAAAAAADVAAAAAABVAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAVAAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAACOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAA version: 6 4,2: ind: 4,2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAGgAAAAABGQAAAAACGQAAAAAFGQAAAAACbwAAAAACbwAAAAABbwAAAAACTwAAAAABbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAADGQAAAAACGQAAAAAEbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAAFAAAAAAAAfgAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGQAAAAAAKwAAAAAAGQAAAAAAGQAAAAADGQAAAAAGGQAAAAABKwAAAAABAAAAAAAAAAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAfwAAAAAAKwAAAAADfwAAAAAAGQAAAAACGQAAAAAEGQAAAAAAKwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAGQAAAAABGgAAAAACGgAAAAAEGQAAAAACKwAAAAAAKwAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAHGgAAAAACfwAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAKwAAAAADGgAAAAAHGgAAAAADKwAAAAAAKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAAKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAACKwAAAAABOQAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGQAAAAABUAAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAGQAAAAAEGQAAAAACfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAABKwAAAAABfwAAAAAAfwAAAAAAKwAAAAADGQAAAAACUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAKwAAAAACKwAAAAAAKwAAAAAAbQAAAAAAbQAAAAAAKwAAAAABGQAAAAAGUAAAAAAAOQAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAKwAAAAAAKwAAAAABKwAAAAACKwAAAAADbQAAAAAAbQAAAAAAKwAAAAADGQAAAAAFOQAAAAAAEgAAAAAAfwAAAAAAGgAAAAAAGgAAAAABfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAABKwAAAAADKwAAAAABKwAAAAACbQAAAAAAbQAAAAAAGQAAAAADGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAGfwAAAAAAKwAAAAACKwAAAAABKwAAAAADKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAGgAAAAAGfwAAAAAAGgAAAAAHfwAAAAAAKwAAAAACKwAAAAACGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAABfwAAAAAAGgAAAAAEGgAAAAAEGgAAAAAFGgAAAAAHGgAAAAAHfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAGgAAAAAFGQAAAAABGQAAAAAGGQAAAAAFbwAAAAACbwAAAAAAbwAAAAABTwAAAAADbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAABbgAAAAAAbgAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAAAAAAAAAAAfgAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGQAAAAACKwAAAAAAGQAAAAADGQAAAAACGQAAAAADGQAAAAAEKwAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAfwAAAAAAKwAAAAAAfwAAAAAAGQAAAAABGQAAAAAFGQAAAAAFKwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAACGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFGgAAAAAEGgAAAAAEGQAAAAABKwAAAAACKwAAAAABAAAAAAAAAAAAAAAAGgAAAAACGgAAAAABGgAAAAAGfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAKwAAAAABGgAAAAABGgAAAAAHKwAAAAAAKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAADKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAADOQAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGQAAAAAEUAAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAGQAAAAACGQAAAAACfwAAAAAAfwAAAAAAKwAAAAABKwAAAAACKwAAAAADfwAAAAAAfwAAAAAAKwAAAAACGQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAKwAAAAAAKwAAAAAAKwAAAAADbQAAAAAAbQAAAAAAKwAAAAACGQAAAAABUAAAAAAAOQAAAAAAfwAAAAAAGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFKwAAAAADKwAAAAACKwAAAAACKwAAAAAAbQAAAAAAbQAAAAAAKwAAAAADGQAAAAACOQAAAAAAEgAAAAAAfwAAAAAAGgAAAAAGGgAAAAADfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAADKwAAAAABKwAAAAAAKwAAAAADbQAAAAAAbQAAAAAAGQAAAAAEGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAACfwAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAADKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAGgAAAAAHfwAAAAAAGgAAAAAGfwAAAAAAKwAAAAADKwAAAAADGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAACfwAAAAAAGgAAAAAHGgAAAAAFGgAAAAAFGgAAAAACGgAAAAACfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAA version: 6 4,1: ind: 4,1 - tiles: IwAAAAADIgAAAAACIgAAAAAAIgAAAAACIgAAAAABIgAAAAABewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAIgAAAAAAewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAACIgAAAAAAIgAAAAAAIgAAAAADIgAAAAADewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAAAIgAAAAACewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAACIgAAAAABIgAAAAAAIgAAAAACIgAAAAACewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAAAIgAAAAADIgAAAAADIgAAAAABIgAAAAACewAAAAACMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAACIgAAAAABIgAAAAAAIgAAAAAAIgAAAAABfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADIgAAAAADIgAAAAAAIgAAAAABIgAAAAAAfQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACIgAAAAABIgAAAAACIgAAAAACfQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAATwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACfwAAAAAAbwAAAAACbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABTwAAAAACbgAAAAAAbwAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAewAAAAADIgAAAAADfwAAAAAAIgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAAAIgAAAAADIAAAAAABIgAAAAABIgAAAAABIgAAAAADIgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEGgAAAAACGQAAAAABfwAAAAAAIgAAAAADIgAAAAAAIAAAAAABIgAAAAACIgAAAAABIgAAAAAAIgAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAAA + tiles: IwAAAAABIgAAAAACIgAAAAACIgAAAAADIgAAAAACIgAAAAABewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAADIgAAAAADIgAAAAACIgAAAAADIgAAAAABewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAABIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAAAIgAAAAABewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAAAIgAAAAADIgAAAAACIgAAAAABIgAAAAADewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAADIgAAAAACIgAAAAABIgAAAAAAIgAAAAAAewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAAAIgAAAAAAIgAAAAACIgAAAAADIgAAAAADfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAADIgAAAAABIgAAAAADIgAAAAADIgAAAAACfQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAAIgAAAAAAIgAAAAABIgAAAAABfQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAABfwAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABTwAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAewAAAAADIgAAAAAAfwAAAAAAIgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAABIgAAAAAAIAAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAABGgAAAAABGQAAAAAGfwAAAAAAIgAAAAABIgAAAAADIAAAAAACIgAAAAADIgAAAAAAIgAAAAADIgAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAF version: 6 4,0: ind: 4,0 - tiles: DAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAACMgAAAAAAMgAAAAAADAAAAAADfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACTwAAAAACTwAAAAADTwAAAAACTwAAAAADfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAABMgAAAAAAfwAAAAAAIgAAAAADIgAAAAADIgAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAIwAAAAAAIwAAAAADIgAAAAADIgAAAAABIgAAAAADfQAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAABIgAAAAACIgAAAAACIgAAAAAAIgAAAAACfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAABIgAAAAADIgAAAAADIgAAAAABIgAAAAACfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAADIgAAAAAAIgAAAAADIgAAAAABIgAAAAACewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAACIgAAAAACIgAAAAABIgAAAAADIgAAAAACewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAACIgAAAAACIgAAAAADIgAAAAABIgAAAAADewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DAAAAAADMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAABMgAAAAAAMgAAAAAADAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAABfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAAATwAAAAADMgAAAAAAfwAAAAAAIgAAAAADIgAAAAADIgAAAAADfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAIwAAAAAAIwAAAAABIgAAAAACIgAAAAAAIgAAAAACfQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAACIgAAAAADIgAAAAADIgAAAAAAIgAAAAABfQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAADIgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAABIgAAAAADIgAAAAADIgAAAAABIgAAAAABewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAADIgAAAAAAIgAAAAABIgAAAAABIgAAAAAAewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAABIgAAAAACIgAAAAABIgAAAAACIgAAAAADewAAAAACMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: DQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAAAawAAAAAAfwAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABTwAAAAAAfwAAAAAADQAAAAAAawAAAAABawAAAAACawAAAAABMgAAAAAAMgAAAAAATwAAAAABIwAAAAABIwAAAAACawAAAAACIwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAAAawAAAAADDAAAAAADDAAAAAAADAAAAAACTwAAAAAAIwAAAAAAIwAAAAAAawAAAAABIwAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAAAMgAAAAAADAAAAAABDAAAAAACfwAAAAAAMgAAAAAATwAAAAADIwAAAAAAIwAAAAABfwAAAAAAawAAAAABfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAADAAAAAAAMgAAAAAAfwAAAAAAXgAAAAADTwAAAAAAIwAAAAACIwAAAAACTwAAAAADXgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAADAAAAAACDAAAAAADDAAAAAADfwAAAAAAXgAAAAABTwAAAAADIwAAAAABIwAAAAACTwAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAACfwAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAADfwAAAAAAawAAAAADawAAAAACawAAAAABawAAAAADawAAAAADawAAAAABawAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAADAAAAAADDAAAAAAADAAAAAADDAAAAAAADAAAAAADDAAAAAAADAAAAAACawAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAawAAAAABawAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAADDAAAAAABDAAAAAAADAAAAAAAawAAAAABawAAAAACDAAAAAACDAAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAACawAAAAACTwAAAAABfwAAAAAAfwAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAABDAAAAAACDAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABDAAAAAADMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAADMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbwAAAAACfwAAAAAA + tiles: DQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAADawAAAAADfwAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABTwAAAAADfwAAAAAADQAAAAAAawAAAAABawAAAAAAawAAAAAAMgAAAAAAMgAAAAAATwAAAAAAIwAAAAABIwAAAAABawAAAAAAIwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAABawAAAAAADAAAAAABDAAAAAAADAAAAAACTwAAAAACIwAAAAACIwAAAAACawAAAAABIwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAAAMgAAAAAADAAAAAACDAAAAAACfwAAAAAAMgAAAAAATwAAAAAAIwAAAAADIwAAAAACfwAAAAAAawAAAAACfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAADAAAAAABMgAAAAAAfwAAAAAAXgAAAAAATwAAAAADIwAAAAAAIwAAAAAATwAAAAADXgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAMgAAAAAADAAAAAACDAAAAAABDAAAAAABfwAAAAAAXgAAAAACTwAAAAABIwAAAAADIwAAAAACTwAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAADAAAAAABDAAAAAACDAAAAAAADAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAACfwAAAAAAawAAAAACawAAAAADawAAAAABawAAAAACawAAAAABawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAABfwAAAAAAawAAAAADawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABDAAAAAACDAAAAAABDAAAAAACDAAAAAAADAAAAAAADAAAAAACDAAAAAAAawAAAAADDAAAAAADDAAAAAABDAAAAAACDAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAawAAAAACawAAAAADDAAAAAACDAAAAAABDAAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAAAawAAAAAAawAAAAACDAAAAAADDAAAAAABfwAAAAAAbwAAAAAAfwAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAACDAAAAAACDAAAAAADDAAAAAAAawAAAAACTwAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAABDAAAAAACfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAADDAAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAADDAAAAAADDAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbwAAAAABfwAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: fwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACMgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAABawAAAAACMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAACMgAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAADQAAAAAAawAAAAABawAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbwAAAAAAbwAAAAADbwAAAAADbgAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAAAMgAAAAAADAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAACDAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAABawAAAAABfwAAAAAAawAAAAABawAAAAAAawAAAAADawAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAACawAAAAABawAAAAADIQAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAABTwAAAAACfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAADawAAAAACawAAAAABIQAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAAAIQAAAAABUAAAAAAAfwAAAAAA + tiles: fwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADMgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAawAAAAACawAAAAACMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAADMgAAAAAADAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAADQAAAAAAawAAAAABawAAAAACMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbwAAAAADbwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAAAMgAAAAAADAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAABDAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAADawAAAAABfwAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAAAawAAAAAAawAAAAADIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAAATwAAAAABfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAABUAAAAAAAfwAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADTwAAAAACNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAGfwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGGQAAAAAEfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAATwAAAAADNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAAFfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAA version: 6 -5,1: ind: -5,1 - tiles: UAAAAAAAUAAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAACDgAAAAADDgAAAAADfwAAAAAAewAAAAAAewAAAAADewAAAAAATwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAADgAAAAAADgAAAAACDgAAAAACfwAAAAAAewAAAAAAewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbwAAAAACbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAAbwAAAAACbgAAAAAAfwAAAAAAXgAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAbwAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAABbgAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIgAAAAABIgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAIgAAAAACfwAAAAAANAAAAAAANAAAAAAATwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADIgAAAAAAfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAABfwAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIgAAAAACfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAIgAAAAACfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAIgAAAAACIgAAAAADNAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIgAAAAABNAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAACUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAABGQAAAAAEfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAABfwAAAAAAfwAAAAAA + tiles: UAAAAAAAUAAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAACDgAAAAAADgAAAAADfwAAAAAAewAAAAADewAAAAAAewAAAAABTwAAAAABfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAADgAAAAACDgAAAAABDgAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbwAAAAAAXgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAABfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAVAAAAAAAIQAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAVAAAAAADIQAAAAACNAAAAAAANAAAAAAATwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAVAAAAAABIQAAAAADNAAAAAAANAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADNAAAAAAANAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAFGQAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAACUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAA version: 6 -5,0: ind: -5,0 - tiles: RAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAABfwAAAAAADgAAAAAADgAAAAADDgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAAAFgAAAAADDgAAAAABDgAAAAADDgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACfwAAAAAADgAAAAADDgAAAAADDgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAATwAAAAAAewAAAAADewAAAAACewAAAAABfwAAAAAADgAAAAAADgAAAAABDgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAABTwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADXgAAAAABXgAAAAAAXgAAAAADTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABTwAAAAADTwAAAAAAXgAAAAADXgAAAAABVwAAAAADXgAAAAAAXgAAAAABTwAAAAABTwAAAAAAXgAAAAACXgAAAAADTwAAAAAATwAAAAACTwAAAAABTwAAAAABawAAAAABTwAAAAABTwAAAAAAXgAAAAACVwAAAAABVwAAAAACVwAAAAABXgAAAAAATwAAAAACTwAAAAADawAAAAAAawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAAAawAAAAABTwAAAAACTwAAAAADXgAAAAADXgAAAAADVwAAAAACXgAAAAACXgAAAAADTwAAAAADTwAAAAACXgAAAAAAXgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAABTwAAAAACXgAAAAAAXgAAAAAAXgAAAAADTwAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAADgAAAAADDgAAAAADDgAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAACfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAADDgAAAAADDgAAAAADTwAAAAABewAAAAADewAAAAACewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACUAAAAAAAEgAAAAAAUAAAAAAAawAAAAABUAAAAAAADgAAAAAADgAAAAABfwAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAACfwAAAAAAfwAAAAAATwAAAAAB + tiles: RAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAACfwAAAAAADgAAAAAADgAAAAACDgAAAAADfwAAAAAAbwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAABFgAAAAAEDgAAAAACDgAAAAADDgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADfwAAAAAADgAAAAAADgAAAAADDgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAATwAAAAADewAAAAADewAAAAACewAAAAADfwAAAAAADgAAAAABDgAAAAAADgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAUAAAAAAATwAAAAACUAAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADXgAAAAADXgAAAAADXgAAAAADTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAADawAAAAABawAAAAADawAAAAACTwAAAAACTwAAAAAAXgAAAAABXgAAAAABVwAAAAAAXgAAAAAAXgAAAAACTwAAAAADTwAAAAABXgAAAAAAXgAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAABawAAAAAATwAAAAACTwAAAAAAXgAAAAABVwAAAAACVwAAAAABVwAAAAABXgAAAAADTwAAAAADTwAAAAACawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAABTwAAAAADTwAAAAAAXgAAAAACXgAAAAACVwAAAAADXgAAAAAAXgAAAAAATwAAAAADTwAAAAADXgAAAAADXgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAABTwAAAAABXgAAAAADXgAAAAADXgAAAAABTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAADgAAAAADDgAAAAABDgAAAAADfwAAAAAAewAAAAADewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAAADgAAAAAADgAAAAAATwAAAAADewAAAAADewAAAAACewAAAAACfwAAAAAAfwAAAAAAbwAAAAACawAAAAADUAAAAAAAEgAAAAAAUAAAAAAAawAAAAADUAAAAAAADgAAAAACDgAAAAADfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAABfwAAAAAAfwAAAAAAbgAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbwAAAAADUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAXAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAXAAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAXAAAAAACXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAADwAAAAAAbgAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAANAAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAADDgAAAAACTwAAAAADbwAAAAABfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbwAAAAACUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAXAAAAAAHUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAXAAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXAAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAADwAAAAAAbgAAAAAAfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAANAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAADDgAAAAAATwAAAAADbwAAAAACfwAAAAAA version: 6 -6,0: ind: -6,0 - tiles: bgAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAACXgAAAAACfwAAAAAARAAAAAAARAAAAAAATwAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAADXgAAAAAAfwAAAAAARAAAAAAARAAAAAAAbgAAAAAATwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAACXgAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAADXgAAAAADfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAFwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADTwAAAAABawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAACawAAAAAATwAAAAABawAAAAAAawAAAAAATwAAAAACawAAAAADawAAAAAATwAAAAABawAAAAACXgAAAAABTwAAAAABawAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAABawAAAAAATwAAAAABawAAAAADTwAAAAAATwAAAAACTwAAAAACawAAAAACTwAAAAABawAAAAADXgAAAAADTwAAAAACawAAAAACawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAACTwAAAAACawAAAAACawAAAAABTwAAAAADawAAAAACawAAAAADTwAAAAADawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAATwAAAAACXgAAAAABXgAAAAACXgAAAAADfwAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADXgAAAAADUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADTwAAAAADXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAATwAAAAADTwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAACXgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAA + tiles: bgAAAAAATwAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADXgAAAAAAfwAAAAAARAAAAAAARAAAAAAATwAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAACXgAAAAAAfwAAAAAARAAAAAAARAAAAAAAbgAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAACXgAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADTwAAAAAAXgAAAAACfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAFwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAADfwAAAAAAfwAAAAAAXgAAAAABTwAAAAAAawAAAAAAawAAAAABawAAAAACawAAAAACawAAAAADawAAAAADTwAAAAABawAAAAACawAAAAACTwAAAAABawAAAAADawAAAAACTwAAAAABawAAAAADXgAAAAABTwAAAAACawAAAAACTwAAAAADTwAAAAAATwAAAAABTwAAAAADawAAAAABTwAAAAAAawAAAAACTwAAAAABTwAAAAAATwAAAAABawAAAAABTwAAAAACawAAAAACXgAAAAABTwAAAAABawAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAACawAAAAACTwAAAAADawAAAAADawAAAAAATwAAAAACawAAAAABawAAAAACTwAAAAAAawAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAATwAAAAACXgAAAAABXgAAAAACXgAAAAACfwAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAADXgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAATwAAAAAATwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAABXgAAAAADUAAAAAAAMgAAAAAAMgAAAAAA version: 6 -6,1: ind: -6,1 - tiles: fwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAADXgAAAAADUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAACfwAAAAAAMgAAAAAAMgAAAAAAXgAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAMgAAAAAAXgAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAADfwAAAAAATwAAAAAAXgAAAAACXgAAAAACfwAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACTwAAAAACXgAAAAABXgAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAABXgAAAAAATwAAAAABXgAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAABfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADfwAAAAAAbgAAAAAATwAAAAADNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAACXgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADXgAAAAADfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAABfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAUAAAAAAAUAAAAAAA + tiles: fwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAADXgAAAAABUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAMgAAAAAAMgAAAAAAXgAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAMgAAAAAAXgAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAfwAAAAAATwAAAAAAXgAAAAAAXgAAAAABfwAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAACTwAAAAAAXgAAAAADXgAAAAACTwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAADTwAAAAACXgAAAAABXgAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAABXgAAAAAATwAAAAABXgAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAADTwAAAAABTwAAAAADXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABfwAAAAAAbgAAAAAATwAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAACXgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAABXgAAAAAAfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAUAAAAAAAUAAAAAAA version: 6 3,3: ind: 3,3 - tiles: IQAAAAADIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAABIAAAAAACIAAAAAADTwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAAFfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAfwAAAAAAKwAAAAAAKwAAAAADGgAAAAADGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAKwAAAAABKwAAAAABKwAAAAAAKwAAAAAAfwAAAAAAKwAAAAACGgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGGgAAAAAEKwAAAAAAfwAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAAAKwAAAAACKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGgAAAAADfwAAAAAAKwAAAAAAKwAAAAACKwAAAAACKwAAAAABKwAAAAADKwAAAAAAKwAAAAAD + tiles: IQAAAAADIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAADIAAAAAABIAAAAAAATwAAAAADbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAGgAAAAACfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAAEfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAfwAAAAAAKwAAAAABKwAAAAABGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGfwAAAAAAKwAAAAABKwAAAAABKwAAAAACKwAAAAAAfwAAAAAAKwAAAAAAGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGgAAAAAHKwAAAAADfwAAAAAAKwAAAAACKwAAAAADKwAAAAAAKwAAAAABKwAAAAABKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGgAAAAAAfwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAAD version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAADTwAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAewAAAAABewAAAAADewAAAAACTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbwAAAAABbwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAfQAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfQAAAAACfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAbgAAAAAAbgAAAAAAfQAAAAABfQAAAAADfQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABbgAAAAAATwAAAAACfQAAAAABfQAAAAADfQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbgAAAAAAewAAAAAAewAAAAACewAAAAACTwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAewAAAAADewAAAAABewAAAAACTwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbwAAAAAAbwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAfQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADbgAAAAAAbgAAAAAAfQAAAAADfQAAAAACfQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABbgAAAAAATwAAAAADfQAAAAABfQAAAAAAfQAAAAAD version: 6 5,2: ind: 5,2 - tiles: GgAAAAAHGgAAAAAGGgAAAAAFGQAAAAAEGQAAAAADGQAAAAACGQAAAAAFGQAAAAADKwAAAAACGQAAAAAEGQAAAAAAGgAAAAADGgAAAAAHGgAAAAAFGQAAAAAGGQAAAAADGgAAAAAEGgAAAAACGgAAAAACGgAAAAAFKwAAAAABGQAAAAAFGQAAAAACKwAAAAADKwAAAAADKwAAAAAAGgAAAAACGgAAAAAFGgAAAAACGgAAAAAGGQAAAAAEGQAAAAAGGgAAAAAAKwAAAAAAUAAAAAAAKwAAAAADKwAAAAABKwAAAAABKwAAAAACKwAAAAACKwAAAAADKwAAAAABKwAAAAADKwAAAAADGgAAAAAHGgAAAAAGGQAAAAAEGgAAAAAGKwAAAAABKwAAAAADKwAAAAACKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAAAGQAAAAAGGQAAAAAFGQAAAAAGKwAAAAABKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEKwAAAAABGQAAAAACGQAAAAAEGQAAAAACfwAAAAAAfwAAAAAAGgAAAAADGgAAAAAFGgAAAAAHGQAAAAABKwAAAAAAKwAAAAABKwAAAAAAfwAAAAAAKwAAAAABKwAAAAADKwAAAAAAKwAAAAACGQAAAAADGQAAAAABKwAAAAAAfwAAAAAAGgAAAAACGgAAAAAGGQAAAAACGQAAAAADKwAAAAAAKwAAAAACfwAAAAAAfwAAAAAAKwAAAAABKwAAAAADKwAAAAABKwAAAAAAKwAAAAADKwAAAAAAKwAAAAACfwAAAAAAfwAAAAAAGgAAAAADGQAAAAACGgAAAAABKwAAAAACKwAAAAADfwAAAAAAKwAAAAABKwAAAAACKwAAAAABKwAAAAADKwAAAAACKwAAAAABKwAAAAACKwAAAAACKwAAAAABUAAAAAAAGQAAAAADGQAAAAABGQAAAAAFKwAAAAABKwAAAAABfwAAAAAAKwAAAAACKwAAAAADKwAAAAADKwAAAAACKwAAAAABKwAAAAABKwAAAAABGQAAAAACGQAAAAAAUAAAAAAAGQAAAAAGGgAAAAAHGgAAAAAFKwAAAAACGQAAAAAAfwAAAAAAKwAAAAABKwAAAAABKwAAAAAAKwAAAAACKwAAAAACGQAAAAABGQAAAAAGGQAAAAAAGQAAAAAAUAAAAAAAGQAAAAABGQAAAAABGgAAAAAAKwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAKwAAAAADKwAAAAACGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAGfwAAAAAAfwAAAAAAGgAAAAABGgAAAAABGgAAAAABGQAAAAADGQAAAAAFGQAAAAADfwAAAAAAKwAAAAACKwAAAAACKwAAAAAAGQAAAAADGQAAAAAEGQAAAAABGQAAAAAEfwAAAAAAGQAAAAAFGQAAAAACKwAAAAAAGgAAAAACGQAAAAAEGQAAAAAGGQAAAAAAfwAAAAAAfwAAAAAAKwAAAAABKwAAAAACGQAAAAACGQAAAAACGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGgAAAAAHGgAAAAAFKwAAAAAAGQAAAAABGgAAAAAEGQAAAAAGGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACGQAAAAAAGQAAAAAEKwAAAAABGQAAAAAAGQAAAAACGQAAAAAEGQAAAAACGgAAAAAHGgAAAAAEGgAAAAACGgAAAAAHGgAAAAAAGgAAAAAAGgAAAAAFGQAAAAACGQAAAAAGGQAAAAAEGgAAAAAGGQAAAAABGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFGgAAAAAGGgAAAAAEGQAAAAAB + tiles: GgAAAAADGgAAAAACGgAAAAAAGQAAAAACGQAAAAADGQAAAAACGQAAAAAGGQAAAAAGKwAAAAADGQAAAAAGGQAAAAAEGgAAAAACGgAAAAABGgAAAAAEGQAAAAAGGQAAAAABGgAAAAAAGgAAAAAHGgAAAAAFGgAAAAAHKwAAAAADGQAAAAAGGQAAAAACKwAAAAACKwAAAAABKwAAAAADGgAAAAADGgAAAAAFGgAAAAAAGgAAAAACGQAAAAAFGQAAAAAAGgAAAAAEKwAAAAABUAAAAAAAKwAAAAABKwAAAAADKwAAAAABKwAAAAADKwAAAAADKwAAAAACKwAAAAAAKwAAAAAAKwAAAAADGgAAAAACGgAAAAAHGQAAAAAGGgAAAAACKwAAAAAAKwAAAAADKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAACKwAAAAABGQAAAAADGQAAAAAGGQAAAAACKwAAAAADKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAKwAAAAADGQAAAAAGGQAAAAAFGQAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGgAAAAAEGgAAAAADGQAAAAAEKwAAAAACKwAAAAACKwAAAAAAfwAAAAAAKwAAAAADKwAAAAAAKwAAAAAAKwAAAAADGQAAAAABGQAAAAABKwAAAAADfwAAAAAAGgAAAAAFGgAAAAADGQAAAAABGQAAAAAEKwAAAAAAKwAAAAACfwAAAAAAfwAAAAAAKwAAAAADKwAAAAADKwAAAAADKwAAAAAAKwAAAAADKwAAAAADKwAAAAABfwAAAAAAfwAAAAAAGgAAAAACGQAAAAAFGgAAAAAAKwAAAAACKwAAAAADfwAAAAAAKwAAAAAAKwAAAAADKwAAAAACKwAAAAABKwAAAAABKwAAAAADKwAAAAACKwAAAAADKwAAAAADUAAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFKwAAAAADKwAAAAADfwAAAAAAKwAAAAACKwAAAAABKwAAAAABKwAAAAAAKwAAAAADKwAAAAABKwAAAAAAGQAAAAAAGQAAAAAEUAAAAAAAGQAAAAAAGgAAAAAEGgAAAAABKwAAAAAAGQAAAAADfwAAAAAAKwAAAAAAKwAAAAABKwAAAAADKwAAAAADKwAAAAAAGQAAAAACGQAAAAADGQAAAAACGQAAAAAFUAAAAAAAGQAAAAADGQAAAAAAGgAAAAAGKwAAAAABGQAAAAACfwAAAAAAfwAAAAAAKwAAAAABKwAAAAADGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAGgAAAAABGgAAAAACGgAAAAACGQAAAAAGGQAAAAAFGQAAAAAAfwAAAAAAKwAAAAABKwAAAAADKwAAAAADGQAAAAAAGQAAAAAEGQAAAAABGQAAAAABfwAAAAAAGQAAAAAEGQAAAAACKwAAAAACGgAAAAAHGQAAAAAGGQAAAAAFGQAAAAACfwAAAAAAfwAAAAAAKwAAAAACKwAAAAACGQAAAAAGGQAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGgAAAAADGgAAAAAFKwAAAAADGQAAAAACGgAAAAAFGQAAAAAAGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACGQAAAAAEGQAAAAAFKwAAAAABGQAAAAAAGQAAAAABGQAAAAAFGQAAAAADGgAAAAACGgAAAAACGgAAAAADGgAAAAAAGgAAAAAGGgAAAAAHGgAAAAADGQAAAAABGQAAAAADGQAAAAACGgAAAAAEGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGgAAAAADGgAAAAAFGQAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAADawAAAAABawAAAAABawAAAAADawAAAAABawAAAAAAawAAAAAAUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAADawAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAAAawAAAAADawAAAAADawAAAAADawAAAAADawAAAAAAawAAAAACawAAAAACUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAXgAAAAACawAAAAABXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAABXgAAAAABUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAACawAAAAACawAAAAAAawAAAAAAawAAAAACawAAAAADawAAAAADawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAADUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAACawAAAAADUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAABawAAAAADawAAAAACawAAAAABawAAAAACawAAAAACawAAAAABawAAAAABawAAAAABUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAXgAAAAACawAAAAACXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAADTwAAAAADXgAAAAAAUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAACawAAAAADawAAAAABawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAABTwAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAADawAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAABawAAAAADawAAAAACawAAAAABawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAACTwAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAACTwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAACawAAAAADawAAAAABawAAAAADawAAAAABawAAAAACawAAAAAAawAAAAAAawAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAD version: 6 0,3: ind: 0,3 - tiles: XgAAAAADawAAAAABXgAAAAADUAAAAAAAfwAAAAAATwAAAAABMAAAAAADMAAAAAACTwAAAAADewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAACTwAAAAABTwAAAAACTwAAAAADUAAAAAAAfwAAAAAATwAAAAADMAAAAAAAMAAAAAAATwAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAADewAAAAABewAAAAAAewAAAAADTwAAAAAADAAAAAABTwAAAAAAXgAAAAAAfwAAAAAATwAAAAACMAAAAAACMAAAAAACfwAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAADewAAAAACTwAAAAABDAAAAAAATwAAAAACXgAAAAABTwAAAAACTwAAAAAAMAAAAAADMAAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABDAAAAAAATwAAAAAAXgAAAAABfwAAAAAATwAAAAACMAAAAAAAMAAAAAADMAAAAAABMAAAAAABMAAAAAABMAAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACDAAAAAADTwAAAAABXgAAAAABUAAAAAAATwAAAAADMAAAAAABMAAAAAABMAAAAAADMAAAAAAAMAAAAAACMAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAADTwAAAAACDAAAAAAATwAAAAAAXgAAAAADUAAAAAAATwAAAAAAMAAAAAADMAAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAACfwAAAAAAUAAAAAAATwAAAAABTwAAAAAATwAAAAAADAAAAAABTwAAAAABXgAAAAAAUAAAAAAATwAAAAABMAAAAAABMAAAAAADMAAAAAADMAAAAAADMAAAAAADMAAAAAADUAAAAAAAUAAAAAAATwAAAAADTwAAAAABXgAAAAAAawAAAAADXgAAAAACXgAAAAABfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAABTwAAAAADTwAAAAABMAAAAAACUAAAAAAAUAAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABTwAAAAAAXgAAAAAAawAAAAAAXgAAAAAAIQAAAAABIAAAAAAAIAAAAAABIAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADXgAAAAADawAAAAABXgAAAAABIQAAAAACTwAAAAABIQAAAAACIQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAawAAAAADXgAAAAACIQAAAAAAIAAAAAABIQAAAAAAIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAXgAAAAACawAAAAACXgAAAAACIQAAAAAATwAAAAACIQAAAAACIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAACawAAAAACXgAAAAADIQAAAAACIAAAAAACIQAAAAABIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXgAAAAADawAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAAAawAAAAABXgAAAAABUAAAAAAAfwAAAAAATwAAAAAAMAAAAAADMAAAAAAATwAAAAABewAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAADewAAAAACTwAAAAAATwAAAAACTwAAAAABUAAAAAAAfwAAAAAATwAAAAACMAAAAAACMAAAAAABTwAAAAABewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAAAewAAAAADTwAAAAADDAAAAAADTwAAAAAAXgAAAAAAfwAAAAAATwAAAAAAMAAAAAADMAAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAADewAAAAADTwAAAAABDAAAAAABTwAAAAACXgAAAAACTwAAAAAATwAAAAAAMAAAAAADMAAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAADAAAAAACTwAAAAADXgAAAAACfwAAAAAATwAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAADMAAAAAACMAAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAADAAAAAAATwAAAAABXgAAAAABUAAAAAAATwAAAAACMAAAAAAAMAAAAAADMAAAAAACMAAAAAACMAAAAAABMAAAAAABfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAATwAAAAADDAAAAAADTwAAAAAAXgAAAAACUAAAAAAATwAAAAADMAAAAAAAMAAAAAADMAAAAAADMAAAAAADMAAAAAABMAAAAAACfwAAAAAAUAAAAAAATwAAAAACTwAAAAABTwAAAAACDAAAAAAATwAAAAADXgAAAAAAUAAAAAAATwAAAAAAMAAAAAADMAAAAAADMAAAAAAAMAAAAAABMAAAAAACMAAAAAABUAAAAAAAUAAAAAAATwAAAAADTwAAAAACXgAAAAAAawAAAAACXgAAAAADXgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAABTwAAAAABMAAAAAABUAAAAAAAUAAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABTwAAAAAAXgAAAAACawAAAAACXgAAAAAAIQAAAAAAIAAAAAAAIAAAAAACIAAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAXgAAAAAAawAAAAABXgAAAAAAIQAAAAACTwAAAAABIQAAAAAAIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADawAAAAABXgAAAAACIQAAAAAAIAAAAAADIQAAAAAAIQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAADIQAAAAABTwAAAAACIQAAAAABIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAABawAAAAACXgAAAAABIQAAAAACIAAAAAABIQAAAAABIQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXgAAAAACawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,3: ind: -1,3 - tiles: fwAAAAAAewAAAAADewAAAAACewAAAAACewAAAAACSwAAAAACSwAAAAAASwAAAAABSwAAAAAASwAAAAAASwAAAAABSwAAAAABSwAAAAABSwAAAAACUAAAAAAAXgAAAAABTwAAAAACewAAAAABewAAAAACewAAAAAAewAAAAAASwAAAAABSwAAAAADSwAAAAADSwAAAAABSwAAAAACSwAAAAACSwAAAAACSwAAAAABSwAAAAADUAAAAAAAXgAAAAACTwAAAAADewAAAAACewAAAAADewAAAAAAewAAAAADSwAAAAADSwAAAAAASwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAABSwAAAAADSwAAAAACfwAAAAAAXgAAAAADfwAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAACewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAACTwAAAAABXgAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAACewAAAAABewAAAAACewAAAAAATwAAAAAAXgAAAAABMgAAAAAAewAAAAAAewAAAAACewAAAAABewAAAAAASwAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAADSwAAAAAASwAAAAADSwAAAAABSwAAAAABfwAAAAAAXgAAAAABMgAAAAAAewAAAAACewAAAAACewAAAAADewAAAAABSwAAAAABSwAAAAABSwAAAAAASwAAAAADSwAAAAACSwAAAAADSwAAAAADSwAAAAACSwAAAAAAUAAAAAAAXgAAAAAAMgAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADSwAAAAAASwAAAAABSwAAAAADSwAAAAABSwAAAAAASwAAAAACSwAAAAADSwAAAAADSwAAAAACUAAAAAAAXgAAAAABMgAAAAAASwAAAAABSwAAAAADSwAAAAACSwAAAAACSwAAAAABSwAAAAACSwAAAAACSwAAAAACSwAAAAADSwAAAAABSwAAAAAASwAAAAADSwAAAAADUAAAAAAAXgAAAAADMgAAAAAASwAAAAABSwAAAAABSwAAAAADSwAAAAACSwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAACewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAASwAAAAABSwAAAAADSwAAAAACSwAAAAABSwAAAAADTwAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAAATwAAAAADDAAAAAADXgAAAAADMgAAAAAASwAAAAAASwAAAAABSwAAAAADSwAAAAACSwAAAAABfwAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAADTwAAAAADXgAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAABTwAAAAAADAAAAAAAXgAAAAACeAAAAAACTwAAAAAAeAAAAAACeAAAAAAAeAAAAAABeAAAAAACfwAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAACTwAAAAADDAAAAAABXgAAAAAAeAAAAAADUAAAAAAAeAAAAAACTwAAAAAATwAAAAABeAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAAAeAAAAAADeAAAAAABTwAAAAAATwAAAAABeAAAAAADTwAAAAADUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACeAAAAAADeAAAAAABeAAAAAADeAAAAAADUAAAAAAA + tiles: fwAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAACSwAAAAAASwAAAAADSwAAAAACSwAAAAACSwAAAAAASwAAAAADSwAAAAACSwAAAAABSwAAAAABUAAAAAAAXgAAAAABTwAAAAADewAAAAADewAAAAABewAAAAACewAAAAADSwAAAAADSwAAAAABSwAAAAADSwAAAAAASwAAAAACSwAAAAAASwAAAAADSwAAAAADSwAAAAAAUAAAAAAAXgAAAAABTwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAABSwAAAAABSwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAACSwAAAAACSwAAAAAASwAAAAAAfwAAAAAAXgAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAADewAAAAABewAAAAABewAAAAADewAAAAADewAAAAACewAAAAACTwAAAAAAXgAAAAADfwAAAAAAewAAAAABewAAAAABewAAAAABewAAAAADewAAAAABewAAAAACewAAAAABewAAAAADewAAAAABewAAAAABewAAAAADewAAAAAAewAAAAABTwAAAAAAXgAAAAADMgAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABSwAAAAADSwAAAAABSwAAAAACSwAAAAADSwAAAAABSwAAAAADSwAAAAADSwAAAAAASwAAAAAAfwAAAAAAXgAAAAACMgAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAACSwAAAAABSwAAAAABSwAAAAADSwAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAACUAAAAAAAXgAAAAACMgAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAASwAAAAACSwAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAACSwAAAAACSwAAAAACSwAAAAADUAAAAAAAXgAAAAADMgAAAAAASwAAAAADSwAAAAACSwAAAAAASwAAAAACSwAAAAADSwAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAADSwAAAAADSwAAAAADSwAAAAACUAAAAAAAXgAAAAABMgAAAAAASwAAAAABSwAAAAADSwAAAAABSwAAAAAASwAAAAACfwAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAASwAAAAADSwAAAAADSwAAAAABSwAAAAACSwAAAAAATwAAAAADewAAAAADewAAAAADewAAAAAAewAAAAABewAAAAABewAAAAAATwAAAAAADAAAAAABXgAAAAAAMgAAAAAASwAAAAABSwAAAAABSwAAAAAASwAAAAADSwAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAACewAAAAACewAAAAABewAAAAADTwAAAAACXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAABTwAAAAAADAAAAAACXgAAAAABeAAAAAAATwAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAACfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAACewAAAAACewAAAAABTwAAAAACDAAAAAACXgAAAAAAeAAAAAACUAAAAAAAeAAAAAABTwAAAAAATwAAAAABeAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAACeAAAAAABTwAAAAACTwAAAAACeAAAAAAATwAAAAACUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABeAAAAAADeAAAAAAAeAAAAAABeAAAAAABUAAAAAAA version: 6 2,3: ind: 2,3 - tiles: fwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIQAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAACIQAAAAADfwAAAAAATwAAAAAAIAAAAAABIAAAAAAAIQAAAAADIQAAAAABIQAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIQAAAAACIQAAAAADbgAAAAAAfwAAAAAAIAAAAAACIAAAAAABfwAAAAAATwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABfwAAAAAATwAAAAABfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAADfwAAAAAAIAAAAAADfwAAAAAATwAAAAACTwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAABfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAIAAAAAADIAAAAAABIQAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAAAfwAAAAAATwAAAAADIAAAAAABIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIQAAAAACIQAAAAADbgAAAAAAfwAAAAAAIAAAAAABIAAAAAACfwAAAAAATwAAAAACfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAACfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADfwAAAAAAVAAAAAACfwAAAAAAIAAAAAABfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAVAAAAAADTwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAABNAAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACPAAAAAAAVAAAAAACVAAAAAACVAAAAAACPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAABVAAAAAADVAAAAAABPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABPAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAADVAAAAAABVAAAAAACPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADPAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAADVAAAAAABVAAAAAAAPAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: TwAAAAACIAAAAAADTwAAAAACIAAAAAACfwAAAAAAewAAAAABewAAAAACewAAAAAAfwAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAACfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAABTwAAAAABIAAAAAACTwAAAAAAewAAAAAAewAAAAABewAAAAADTwAAAAACewAAAAADewAAAAABewAAAAACewAAAAADewAAAAABTwAAAAADfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAADfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAABfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAACTwAAAAADUAAAAAAAfwAAAAAAfwAAAAAAewAAAAABUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAABfwAAAAAAfwAAAAAATwAAAAAAMAAAAAACMAAAAAADMAAAAAADTwAAAAACTwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAADMAAAAAABTwAAAAABTwAAAAAAUAAAAAAATwAAAAAAUAAAAAAATwAAAAACTwAAAAADTwAAAAACUAAAAAAATwAAAAADNAAAAAAAMAAAAAADMAAAAAABMAAAAAABMAAAAAACMAAAAAABTwAAAAACTwAAAAABUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAATwAAAAACTwAAAAACUAAAAAAATwAAAAACNAAAAAAAMAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAACTwAAAAADTwAAAAABUAAAAAAATwAAAAAAUAAAAAAATwAAAAAATwAAAAAATwAAAAAAUAAAAAAATwAAAAABNAAAAAAATwAAAAAAMAAAAAAAMAAAAAAAMAAAAAADTwAAAAAATwAAAAABTwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAABTwAAAAADUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfgAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TwAAAAAAIAAAAAADTwAAAAACIAAAAAADfwAAAAAAewAAAAABewAAAAADewAAAAADfwAAAAAAewAAAAABewAAAAACewAAAAABewAAAAADewAAAAABfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAACTwAAAAABIAAAAAACTwAAAAACewAAAAABewAAAAADewAAAAADTwAAAAABewAAAAABewAAAAAAewAAAAAAewAAAAADewAAAAAATwAAAAABfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAACewAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAACUAAAAAAAfwAAAAAAfwAAAAAAewAAAAACUAAAAAAAUAAAAAAAUAAAAAAAewAAAAACewAAAAACfwAAAAAAfwAAAAAATwAAAAADMAAAAAAAMAAAAAACMAAAAAABTwAAAAAATwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAAMAAAAAABMAAAAAABMAAAAAADMAAAAAADMAAAAAAATwAAAAACTwAAAAADUAAAAAAATwAAAAADUAAAAAAATwAAAAAATwAAAAAATwAAAAABUAAAAAAATwAAAAAANAAAAAAAMAAAAAADMAAAAAABMAAAAAADMAAAAAABMAAAAAADTwAAAAACTwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAATwAAAAACTwAAAAABUAAAAAAATwAAAAAANAAAAAAAMAAAAAAAMAAAAAACMAAAAAACMAAAAAABMAAAAAAATwAAAAACTwAAAAAAUAAAAAAATwAAAAACUAAAAAAATwAAAAAATwAAAAACTwAAAAACUAAAAAAATwAAAAAANAAAAAAATwAAAAABMAAAAAABMAAAAAACMAAAAAAATwAAAAADTwAAAAACTwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAAATwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAABTwAAAAABfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAABAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAACGgAAAAAAGgAAAAAFGgAAAAAFGgAAAAADGgAAAAABGgAAAAAFfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAADfwAAAAAAGgAAAAAHGgAAAAAHGgAAAAAGGgAAAAAFGgAAAAAAGgAAAAACGgAAAAABbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAGgAAAAAGGgAAAAAFGgAAAAAAGgAAAAADGgAAAAADGgAAAAADGgAAAAAHGgAAAAAEGQAAAAAAGQAAAAAFGQAAAAAGbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAGgAAAAACGgAAAAAEGQAAAAADGQAAAAAEGgAAAAABGgAAAAACGgAAAAAEGgAAAAAFfwAAAAAAGQAAAAADGQAAAAABGQAAAAADfwAAAAAAbQAAAAAAGgAAAAABGgAAAAAGGgAAAAADGQAAAAACGgAAAAABGgAAAAABGgAAAAADGgAAAAABGgAAAAACGQAAAAABGQAAAAACGQAAAAADGQAAAAADGQAAAAAEKwAAAAABGgAAAAADGgAAAAAEGgAAAAAEGQAAAAADGgAAAAAHGgAAAAADGgAAAAAGGgAAAAACGgAAAAAFGgAAAAACfwAAAAAAGQAAAAACGgAAAAAGKwAAAAABKwAAAAABKwAAAAADKwAAAAAANAAAAAAAGgAAAAACGgAAAAAEGgAAAAACGgAAAAAAGgAAAAAGGgAAAAAAGgAAAAABfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAADGgAAAAAEGgAAAAAFbQAAAAAAbQAAAAAANAAAAAAAGgAAAAABGgAAAAAHGgAAAAAEGgAAAAAEGgAAAAACfwAAAAAAfwAAAAAAGQAAAAAGGgAAAAAFGgAAAAAFGgAAAAAFGgAAAAADKwAAAAABNAAAAAAAbQAAAAAANAAAAAAAGgAAAAADGgAAAAADGgAAAAABGgAAAAAAGgAAAAAFfwAAAAAAGQAAAAAAGgAAAAAEGgAAAAADGgAAAAABGgAAAAACGgAAAAAANAAAAAAANAAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAGgAAAAAEGgAAAAABGgAAAAACGgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAADNAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGQAAAAAAGgAAAAAEGgAAAAABGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHNAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGQAAAAACGQAAAAADGgAAAAAAGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGgAAAAAHNAAAAAAANAAAAAAAbQAAAAAANAAAAAAAGgAAAAAFGgAAAAAAGQAAAAABGgAAAAABGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAAAGgAAAAAFNAAAAAAANAAAAAAANAAAAAAAGgAAAAABGgAAAAABGQAAAAAAGQAAAAAFGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGgAAAAAHGgAAAAABGgAAAAAEGgAAAAACGgAAAAAEGgAAAAACGgAAAAAFGQAAAAAAGQAAAAAFGgAAAAACGgAAAAAGGgAAAAAGGQAAAAACGQAAAAAGGQAAAAAEGgAAAAAGGQAAAAAGGQAAAAADGQAAAAADGgAAAAAGGgAAAAAAKwAAAAAAKwAAAAAAGQAAAAAAGQAAAAAGGQAAAAADGgAAAAAFGgAAAAADGQAAAAACGQAAAAADGQAAAAADGgAAAAACGQAAAAACGQAAAAAGGQAAAAADGgAAAAAFGgAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAACGgAAAAABGgAAAAACGgAAAAACGgAAAAAAGgAAAAABGgAAAAAEfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAAFfwAAAAAAGgAAAAAHGgAAAAAAGgAAAAACGgAAAAADGgAAAAAHGgAAAAADGgAAAAAHbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAACGgAAAAADGgAAAAAGGgAAAAABGgAAAAACGQAAAAABGQAAAAADGQAAAAAEbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAGgAAAAAEGgAAAAADGQAAAAADGQAAAAAAGgAAAAABGgAAAAAGGgAAAAAGGgAAAAAHfwAAAAAAGQAAAAAEGQAAAAABGQAAAAADfwAAAAAAbQAAAAAAGgAAAAAHGgAAAAADGgAAAAACGQAAAAAFGgAAAAAFGgAAAAAHGgAAAAAGGgAAAAADGgAAAAABGQAAAAABGQAAAAADGQAAAAAFGQAAAAACGQAAAAAFKwAAAAACGgAAAAAHGgAAAAAAGgAAAAAHGQAAAAADGgAAAAAAGgAAAAAGGgAAAAAEGgAAAAABGgAAAAAAGgAAAAAHfwAAAAAAGQAAAAAEGgAAAAAAKwAAAAABKwAAAAACKwAAAAABKwAAAAADNAAAAAAAGgAAAAADGgAAAAAAGgAAAAAHGgAAAAAGGgAAAAADGgAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAABGgAAAAACGgAAAAAHbQAAAAAAbQAAAAAANAAAAAAAGgAAAAAGGgAAAAACGgAAAAAFGgAAAAACGgAAAAADfwAAAAAAfwAAAAAAGQAAAAAGGgAAAAAFGgAAAAAHGgAAAAAEGgAAAAACKwAAAAADNAAAAAAAbQAAAAAANAAAAAAAGgAAAAABGgAAAAACGgAAAAADGgAAAAAEGgAAAAAAfwAAAAAAGQAAAAAFGgAAAAACGgAAAAACGgAAAAADGgAAAAACGgAAAAAANAAAAAAANAAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAGgAAAAADGgAAAAAHGgAAAAACGgAAAAABfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAAGGgAAAAAHGgAAAAACNAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGQAAAAACGgAAAAADGgAAAAAHGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACNAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGQAAAAAEGQAAAAAEGgAAAAADGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGgAAAAABNAAAAAAANAAAAAAAbQAAAAAANAAAAAAAGgAAAAACGgAAAAAFGQAAAAABGgAAAAAEGgAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAAFGgAAAAADNAAAAAAANAAAAAAANAAAAAAAGgAAAAAAGgAAAAAAGQAAAAAGGQAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAABGgAAAAADGgAAAAAAGgAAAAAEGgAAAAABGgAAAAAHGgAAAAABGQAAAAAFGQAAAAAGGgAAAAABGgAAAAACGgAAAAABGQAAAAADGQAAAAABGQAAAAADGgAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGgAAAAAEGgAAAAAHKwAAAAACKwAAAAABGQAAAAACGQAAAAAFGQAAAAABGgAAAAAAGgAAAAADGQAAAAAEGQAAAAAAGQAAAAADGgAAAAAFGQAAAAAFGQAAAAAAGQAAAAABGgAAAAAHGgAAAAAC version: 6 5,-1: ind: 5,-1 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAADbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAACTwAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,0: ind: 5,0 - tiles: bgAAAAAAbgAAAAAATwAAAAAATwAAAAAATwAAAAADbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAACTwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAGQAAAAAGGQAAAAABGQAAAAADGQAAAAAEGQAAAAAFGQAAAAADfgAAAAAAbwAAAAABbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADfwAAAAAAGQAAAAAGGQAAAAACGQAAAAADfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAFfwAAAAAAGQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAFGQAAAAAFfwAAAAAAGQAAAAADGQAAAAACGQAAAAABGgAAAAAGGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAACbgAAAAAAGQAAAAACGQAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbwAAAAADGQAAAAAGGQAAAAADGQAAAAADfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAAFGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbwAAAAABbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEKwAAAAACKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAADbwAAAAABbwAAAAABbgAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAGgAAAAACKwAAAAADKwAAAAAA + tiles: bgAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAAATwAAAAADbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAAAfgAAAAAAbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAACGQAAAAAAGQAAAAABGQAAAAADGQAAAAADGQAAAAACGQAAAAABGQAAAAACGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGQAAAAADGQAAAAAAGQAAAAADfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAFfwAAAAAAGQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAGGQAAAAABfwAAAAAAGQAAAAACGQAAAAACGQAAAAABGgAAAAAHGQAAAAAFGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAGQAAAAACGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGgAAAAABGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbwAAAAADGQAAAAAAGQAAAAACGQAAAAACfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAEGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAACbwAAAAADbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAABKwAAAAACKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAAAbwAAAAABbgAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAABTwAAAAACfwAAAAAAGgAAAAACKwAAAAADKwAAAAAD version: 6 5,3: ind: 5,3 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAEfwAAAAAAGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAABfwAAAAAAGQAAAAACGQAAAAAEGgAAAAAGfwAAAAAAKwAAAAADKwAAAAAAGgAAAAADGgAAAAAGGgAAAAABGgAAAAADfwAAAAAAfwAAAAAAGQAAAAAFfwAAAAAAGQAAAAADGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFGgAAAAADGgAAAAACGgAAAAACGgAAAAAGGgAAAAABGgAAAAADGgAAAAAHGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAGfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGgAAAAABGgAAAAAHGgAAAAACGgAAAAADGgAAAAAEGgAAAAAFGgAAAAADGQAAAAAEGQAAAAABGgAAAAAHGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAEKwAAAAABNAAAAAAANAAAAAAAGgAAAAABNAAAAAAAGgAAAAACGgAAAAAAGgAAAAAGGgAAAAABGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFNAAAAAAANAAAAAAAGgAAAAACNAAAAAAAGgAAAAAEGgAAAAAAGgAAAAACGgAAAAAHGgAAAAAHGgAAAAAGGgAAAAACGQAAAAAGGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAAGgAAAAAFNAAAAAAAGgAAAAAHGgAAAAAFGgAAAAAGGgAAAAAAGQAAAAABGQAAAAADGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAGNAAAAAAANAAAAAAANAAAAAAAGgAAAAABGgAAAAAFGgAAAAADGgAAAAAHGgAAAAAGGQAAAAAAGgAAAAAAGgAAAAABGgAAAAAFGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAABNAAAAAAANAAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAAEGgAAAAAEGgAAAAADGgAAAAABGgAAAAAHGgAAAAACGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAACGQAAAAACNAAAAAAANAAAAAAAGgAAAAAAGgAAAAADGgAAAAADGgAAAAAFGgAAAAAGGgAAAAAFGgAAAAADGgAAAAAAGgAAAAACGgAAAAAEGgAAAAAEGQAAAAAGGQAAAAACGQAAAAABNAAAAAAAGgAAAAADGgAAAAADGgAAAAAFGgAAAAAAGgAAAAAEGgAAAAAAGgAAAAACGgAAAAAFGgAAAAACGgAAAAAGGgAAAAAEGgAAAAAHGgAAAAAFGgAAAAAHGQAAAAACGgAAAAADGgAAAAAGGgAAAAAAGgAAAAADGgAAAAAAGgAAAAACGgAAAAADGgAAAAABGgAAAAAGGgAAAAAGGgAAAAACGgAAAAADGgAAAAAEGgAAAAADGQAAAAACGQAAAAABGgAAAAAEGgAAAAACGgAAAAABGgAAAAAHGgAAAAABGgAAAAAFGgAAAAADGgAAAAADGgAAAAACGgAAAAAAGQAAAAACGgAAAAAEGQAAAAAGGgAAAAAFGQAAAAAEGQAAAAAGGgAAAAACGgAAAAABGgAAAAAHGgAAAAAFGgAAAAAHGgAAAAADGgAAAAAFGgAAAAACGgAAAAAHGgAAAAAFGgAAAAACGQAAAAADGQAAAAAGGQAAAAADGQAAAAADGQAAAAAFGgAAAAAAGgAAAAAGGgAAAAAEGgAAAAAAGgAAAAAGGgAAAAAFGgAAAAACGgAAAAACGQAAAAAEGgAAAAAHGQAAAAAFGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAC + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAACfwAAAAAAGQAAAAAAGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAACfwAAAAAAGQAAAAAEGQAAAAADGgAAAAACfwAAAAAAKwAAAAADKwAAAAACGgAAAAADGgAAAAAAGgAAAAADGgAAAAADfwAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAGQAAAAAAGQAAAAABGQAAAAADGQAAAAAEGQAAAAAEGgAAAAADGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGgAAAAADGgAAAAACGQAAAAAAGQAAAAACGQAAAAABGQAAAAAFGQAAAAAGfwAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGgAAAAABGgAAAAABGgAAAAACGgAAAAAGGgAAAAABGgAAAAABGgAAAAAHGQAAAAAFGQAAAAAAGgAAAAAEGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAAGQAAAAABGQAAAAABKwAAAAADNAAAAAAANAAAAAAAGgAAAAAANAAAAAAAGgAAAAAEGgAAAAAEGgAAAAAFGgAAAAAGGQAAAAAGGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAGNAAAAAAANAAAAAAAGgAAAAAENAAAAAAAGgAAAAAGGgAAAAACGgAAAAAAGgAAAAADGgAAAAACGgAAAAACGgAAAAADGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAGgAAAAADNAAAAAAAGgAAAAABGgAAAAAGGgAAAAACGgAAAAAFGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAAGQAAAAABNAAAAAAANAAAAAAANAAAAAAAGgAAAAAFGgAAAAAHGgAAAAACGgAAAAAFGgAAAAAFGQAAAAACGgAAAAACGgAAAAAFGgAAAAAGGQAAAAABGQAAAAABGQAAAAABGQAAAAAANAAAAAAANAAAAAAAGgAAAAACGgAAAAABGgAAAAABGgAAAAABGgAAAAAGGgAAAAABGgAAAAAHGgAAAAABGgAAAAAAGQAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAADNAAAAAAANAAAAAAAGgAAAAAFGgAAAAACGgAAAAAFGgAAAAAAGgAAAAACGgAAAAAEGgAAAAABGgAAAAACGgAAAAAEGgAAAAADGgAAAAAEGQAAAAACGQAAAAAEGQAAAAAENAAAAAAAGgAAAAABGgAAAAABGgAAAAABGgAAAAAEGgAAAAACGgAAAAAEGgAAAAAAGgAAAAAAGgAAAAACGgAAAAAHGgAAAAAGGgAAAAAFGgAAAAACGgAAAAABGQAAAAAGGgAAAAABGgAAAAACGgAAAAAAGgAAAAAGGgAAAAAHGgAAAAAHGgAAAAAEGgAAAAACGgAAAAACGgAAAAAEGgAAAAAFGgAAAAAFGgAAAAABGgAAAAABGQAAAAAGGQAAAAADGgAAAAAEGgAAAAACGgAAAAAAGgAAAAADGgAAAAADGgAAAAAGGgAAAAABGgAAAAACGgAAAAAEGgAAAAAAGQAAAAAFGgAAAAABGQAAAAAFGgAAAAAHGQAAAAABGQAAAAADGgAAAAAEGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAAAGgAAAAABGgAAAAAEGgAAAAACGgAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAAEGgAAAAAAGgAAAAAFGgAAAAAFGgAAAAAEGgAAAAABGgAAAAAFGgAAAAAEGgAAAAADGQAAAAAAGgAAAAAHGQAAAAAGGQAAAAABGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAD version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAAAUAAAAAAAKwAAAAACKwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAADUAAAAAAAGgAAAAAAKwAAAAABGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAACUAAAAAAAKwAAAAAAKwAAAAADKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAAAfwAAAAAAKwAAAAABKwAAAAAAKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAACKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAAGgAAAAAGGgAAAAACGgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAABGQAAAAAEGgAAAAABGgAAAAABGgAAAAACGgAAAAAGKwAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAGgAAAAAFGgAAAAAHGgAAAAACGgAAAAAEGQAAAAADAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAEGgAAAAAHGQAAAAAFGgAAAAAHGgAAAAAAGgAAAAAEGgAAAAADGQAAAAAFbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAAAbgAAAAAAfwAAAAAAGQAAAAADGgAAAAAHGgAAAAABGgAAAAACGgAAAAADGgAAAAAFGQAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAACGgAAAAAAGQAAAAAEGgAAAAAHGgAAAAABGQAAAAABGgAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAABGgAAAAAEGgAAAAABGgAAAAADGgAAAAAFGQAAAAAAGgAAAAAGbgAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAFGgAAAAAHGQAAAAAFGgAAAAABGgAAAAAEGQAAAAAEGQAAAAABGQAAAAACGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAFGQAAAAADGQAAAAABGQAAAAAEGgAAAAACGQAAAAAEGgAAAAAFGgAAAAABGgAAAAACGQAAAAABGgAAAAAGGgAAAAAEGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAADGQAAAAACGQAAAAABGgAAAAACGQAAAAACGQAAAAAFGQAAAAADGQAAAAAGGgAAAAABGQAAAAACGgAAAAAGGQAAAAAEGQAAAAADfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAACGQAAAAADGQAAAAABGQAAAAAEGgAAAAADKwAAAAACKwAAAAAAGgAAAAAEGgAAAAAGGgAAAAAAGQAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAADUAAAAAAAKwAAAAADKwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAACTwAAAAABUAAAAAAAGgAAAAACKwAAAAABGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAABUAAAAAAAKwAAAAADKwAAAAADKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAKwAAAAACKwAAAAACKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAACKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAGgAAAAABGgAAAAAFGgAAAAAFGgAAAAAHAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAFGQAAAAABGgAAAAABGgAAAAACGgAAAAABGgAAAAACKwAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAADGgAAAAADGgAAAAABGgAAAAAEGQAAAAADAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAHGgAAAAAEGQAAAAAGGgAAAAAEGgAAAAADGgAAAAAFGgAAAAACGQAAAAAEbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADTwAAAAACbgAAAAAAfwAAAAAAGQAAAAAGGgAAAAAEGgAAAAAHGgAAAAABGgAAAAACGgAAAAAHGQAAAAACbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADGgAAAAABGQAAAAAEGgAAAAACGgAAAAAAGQAAAAAEGgAAAAAHbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAACGgAAAAAGGgAAAAAEGgAAAAACGgAAAAAHGQAAAAACGgAAAAAAbgAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAGGgAAAAAEGQAAAAADGgAAAAABGgAAAAACGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAAGGQAAAAABGQAAAAABGQAAAAABGQAAAAAGGQAAAAAEGgAAAAAHGQAAAAABGgAAAAACGgAAAAAHGgAAAAABGQAAAAAEGgAAAAAHGgAAAAAGGQAAAAADGQAAAAAFGQAAAAADGQAAAAAAGQAAAAACGQAAAAAAGQAAAAABGQAAAAAAGQAAAAABGgAAAAAFGQAAAAAFGQAAAAACGQAAAAACGQAAAAAEGgAAAAAEGQAAAAABGgAAAAAFGQAAAAAGGQAAAAAAfwAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAAEGQAAAAADGQAAAAAFGgAAAAABKwAAAAABKwAAAAACGgAAAAAGGgAAAAAHGgAAAAAEGQAAAAAF version: 6 5,-2: ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -387,11 +388,11 @@ entities: version: 6 -6,-1: ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXAAAAAAEXAAAAAAAXAAAAAAHXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAGXgAAAAABfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAJXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAMXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAADXgAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAJXAAAAAAGXAAAAAAAXAAAAAAAXAAAAAAKXgAAAAABXgAAAAAAfwAAAAAATwAAAAABUAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAKXAAAAAAAXAAAAAAAXAAAAAAIXAAAAAAAXAAAAAAJXgAAAAABXgAAAAAAfwAAAAAAbgAAAAAATwAAAAABXQAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXQAAAAAAXAAAAAAJXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXgAAAAAAXgAAAAACfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAABTwAAAAACXgAAAAADXgAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABTwAAAAADXgAAAAADXgAAAAAAXgAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADfwAAAAAARAAAAAAARAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAMXAAAAAAJfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAGXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAJXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAACXgAAAAADXgAAAAACfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAABXgAAAAADfwAAAAAATwAAAAACUAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAAAXgAAAAABfwAAAAAAbgAAAAAATwAAAAABXQAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXgAAAAACXgAAAAADfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAAAXgAAAAADTwAAAAABXgAAAAAAXgAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAAATwAAAAADXgAAAAABXgAAAAACXgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAABfwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAfwAAAAAARAAAAAAARAAAAAAA version: 6 -7,0: ind: -7,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAACTwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAABDAAAAAABDAAAAAACfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAABDAAAAAABMgAAAAAAUAAAAAAAXgAAAAACXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAADAAAAAADDAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAACMgAAAAAAUAAAAAAAXgAAAAAAXgAAAAACXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACUAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAADDAAAAAADMgAAAAAAMgAAAAAAUAAAAAAATwAAAAADTwAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfwAAAAAADAAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAABMgAAAAAAMgAAAAAAUAAAAAAATwAAAAAATwAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABDAAAAAACDAAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAACMgAAAAAAUAAAAAAATwAAAAADTwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADDAAAAAACDAAAAAABDAAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAABUAAAAAAATwAAAAABTwAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACDAAAAAAAMgAAAAAAMgAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAABDAAAAAAAUAAAAAAATwAAAAADTwAAAAACXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAADMgAAAAAADAAAAAAADAAAAAACUAAAAAAATwAAAAAATwAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAATwAAAAABTwAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAACMgAAAAAAUAAAAAAATwAAAAABXgAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAACDAAAAAABMgAAAAAATwAAAAAAXgAAAAABXgAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAACDAAAAAAAMgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAACTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAABMgAAAAAAUAAAAAAAXgAAAAACXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAAAMgAAAAAAUAAAAAAAXgAAAAACXgAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADUAAAAAAADAAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAATwAAAAACTwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABfwAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAADDAAAAAACMgAAAAAAMgAAAAAAUAAAAAAATwAAAAADTwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAADMgAAAAAAUAAAAAAATwAAAAACTwAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAADAAAAAADDAAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAABDAAAAAACDAAAAAABUAAAAAAATwAAAAACTwAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACDAAAAAADMgAAAAAAMgAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAACUAAAAAAATwAAAAACTwAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAADMgAAAAAADAAAAAADDAAAAAACUAAAAAAATwAAAAAATwAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAATwAAAAAATwAAAAACXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAADMgAAAAAAUAAAAAAATwAAAAADXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAAADAAAAAACMgAAAAAATwAAAAAAXgAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAADDAAAAAAADAAAAAABMgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA version: 6 -5,-4: ind: -5,-4 @@ -399,11 +400,11 @@ entities: version: 6 -6,2: ind: -6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAABGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAAFGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAACGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGLgAAAAABGQAAAAAFGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAABGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAABGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFLgAAAAACGQAAAAABGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-1: ind: -7,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAAOBQAAAAAHBQAAAAABBQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABwAAAAAJBwAAAAAABwAAAAAABQAAAAAHBQAAAAAABQAAAAAHUAAAAAAAXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAABwAAAAAACQAAAAAABwAAAAAKBwAAAAADBQAAAAAOBQAAAAADBQAAAAAIUAAAAAAAXgAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAUAAAAAAABwAAAAAJCAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAFBQAAAAAIUAAAAAAATwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAANBQAAAAAHUAAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADBwAAAAAACgAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABQAAAAALBQAAAAAJUAAAAAAATwAAAAADTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADgAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABQAAAAADUAAAAAAATwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADCwAAAAAACgAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABQAAAAAGBwAAAAAAUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABgAAAAAAACAAAAAAACgAAAAAABwAAAAAFBwAAAAAABwAAAAADBwAAAAAABwAAAAAAUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACUAAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAgAAAAAAABwAAAAABBwAAAAAABwAAAAAGBwAAAAAABQAAAAANBwAAAAAAUAAAAAAATwAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABgAAAAAABQAAAAAEBwAAAAAABQAAAAADBQAAAAAKBQAAAAAFUAAAAAAAXgAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAABBgAAAAAABgAAAAAABQAAAAAKfwAAAAAAXgAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAABBQAAAAAJBQAAAAAGBQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAABQAAAAAOBQAAAAACUAAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAABwAAAAAMCQAAAAAKBwAAAAAABwAAAAAABQAAAAAOBQAAAAAHBQAAAAACUAAAAAAAXgAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAABwAAAAAACAAAAAAABwAAAAAHBwAAAAAABwAAAAAFBQAAAAACBQAAAAAFUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAMBQAAAAAFUAAAAAAATwAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADBwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABQAAAAAIBQAAAAAJUAAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADgAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAMUAAAAAAATwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAACwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBQAAAAANBwAAAAAAUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAgAAAAAAACAAAAAAACgAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAATwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAUAAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAACBwAAAAAAUAAAAAAATwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABgAAAAAABQAAAAABBwAAAAAABQAAAAAOBQAAAAACBQAAAAAAUAAAAAAAXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAAEBgAAAAAABgAAAAAABQAAAAADfwAAAAAAXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAA version: 6 -8,0: ind: -8,0 @@ -427,7 +428,7 @@ entities: version: 6 -7,1: ind: -7,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGKwAAAAABKwAAAAAAKwAAAAACfwAAAAAAXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGGgAAAAABGgAAAAAGGgAAAAAFKwAAAAABGgAAAAAEUAAAAAAAXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAKwAAAAAAGgAAAAAAGgAAAAAAKwAAAAADGgAAAAAHGgAAAAAAGgAAAAAGUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAKwAAAAACKwAAAAAAKwAAAAAAKwAAAAACGgAAAAADGgAAAAABGgAAAAABUAAAAAAATwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAADKwAAAAABKwAAAAAAKwAAAAACKwAAAAACGgAAAAAFGgAAAAABGgAAAAAFUAAAAAAATwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAACKwAAAAACKwAAAAADGgAAAAACKwAAAAAAGgAAAAAGGgAAAAAAUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAAGGQAAAAADKwAAAAACKwAAAAADKwAAAAADGgAAAAAHGgAAAAAAUAAAAAAATwAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAADKwAAAAABGgAAAAAFKwAAAAACKwAAAAABKwAAAAABUAAAAAAATwAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAACGQAAAAAFKwAAAAAAKwAAAAABKwAAAAADGgAAAAAAKwAAAAACKwAAAAAAUAAAAAAATwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGKwAAAAABKwAAAAADKwAAAAABKwAAAAADGQAAAAACKwAAAAADUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAKwAAAAADKwAAAAADKwAAAAACKwAAAAAAGQAAAAADGQAAAAADGQAAAAAGUAAAAAAATwAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGKwAAAAABKwAAAAAAGQAAAAACGQAAAAADGQAAAAAAUAAAAAAAXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAADKwAAAAADKwAAAAADKwAAAAABfwAAAAAAXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAHGgAAAAACGgAAAAAAGgAAAAAGKwAAAAABGgAAAAAFUAAAAAAAXgAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAKwAAAAABGgAAAAAHGgAAAAADKwAAAAADGgAAAAAGGgAAAAAFGgAAAAAEUAAAAAAATwAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAKwAAAAACKwAAAAABKwAAAAAAKwAAAAAAGgAAAAAEGgAAAAACGgAAAAAHUAAAAAAATwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAADGgAAAAADGgAAAAAAGgAAAAAFUAAAAAAATwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAAKwAAAAACKwAAAAAAGgAAAAACKwAAAAAAGgAAAAACGgAAAAACUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAEGQAAAAABKwAAAAADKwAAAAADKwAAAAACGgAAAAAGGgAAAAAEUAAAAAAATwAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAGGQAAAAAEGQAAAAADKwAAAAACGgAAAAAFKwAAAAACKwAAAAACKwAAAAABUAAAAAAATwAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAGGQAAAAAAKwAAAAAAKwAAAAADKwAAAAADGgAAAAAFKwAAAAADKwAAAAACUAAAAAAATwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAACKwAAAAABKwAAAAACKwAAAAADKwAAAAACGQAAAAAFKwAAAAABUAAAAAAATwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAKwAAAAADKwAAAAABKwAAAAAAKwAAAAACGQAAAAACGQAAAAACGQAAAAACUAAAAAAATwAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAHKwAAAAADKwAAAAAAGQAAAAADGQAAAAABGQAAAAAEUAAAAAAAXgAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGQAAAAABGQAAAAAGGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAA version: 6 -7,-5: ind: -7,-5 @@ -435,35 +436,35 @@ entities: version: 6 -8,2: ind: -8,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAABfgAAAAAAfgAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEfgAAAAAAfgAAAAAAGQAAAAACGQAAAAAAGQAAAAABGQAAAAAEfgAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAACfgAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAAEGQAAAAAEfgAAAAAAGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAGGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAGGQAAAAAFGQAAAAAGfgAAAAAAGQAAAAAEGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAAFGQAAAAABGQAAAAACGQAAAAACGQAAAAAGGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABfgAAAAAAGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAfgAAAAAAGQAAAAACGQAAAAACGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAACLgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAACfgAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAFGQAAAAADGQAAAAACGQAAAAADGQAAAAAGGQAAAAADGQAAAAAELgAAAAACGQAAAAAFGQAAAAAFGQAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAADLgAAAAAALgAAAAACLgAAAAAAGQAAAAAEGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAEfgAAAAAAGQAAAAAEGQAAAAAAGQAAAAAALgAAAAAALgAAAAAALgAAAAABGQAAAAACGQAAAAAAGQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGQAAAAAAGQAAAAACGQAAAAAEfgAAAAAAfgAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACfgAAAAAAfgAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAACfgAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAAEfgAAAAAAGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAACfgAAAAAAGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAGfgAAAAAAGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAGGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAAEGQAAAAACGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFfgAAAAAAGQAAAAACGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAADGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEfgAAAAAAGQAAAAAEGQAAAAAGGQAAAAACGQAAAAADGQAAAAAEGQAAAAAEGQAAAAACGQAAAAACLgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAGfgAAAAAAGQAAAAAEGQAAAAAEGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAABGQAAAAACGQAAAAABGQAAAAADGQAAAAAEGQAAAAADLgAAAAACGQAAAAACGQAAAAACGQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAABGQAAAAAGGQAAAAAEGQAAAAACGQAAAAACLgAAAAAALgAAAAADLgAAAAAAGQAAAAAAGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAABfgAAAAAAGQAAAAAGGQAAAAABGQAAAAABLgAAAAADLgAAAAACLgAAAAAAGQAAAAAFGQAAAAAFGQAAAAAE version: 6 -4,3: ind: -4,3 - tiles: AAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAA + tiles: TwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAAAgwAAAAAAgwAAAAABgwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAABgwAAAAAAgwAAAAAAgwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAAAgwAAAAACgwAAAAAAgwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAAAgwAAAAACgwAAAAAAgwAAAAAATwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAACgwAAAAACgwAAAAABgwAAAAACTwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAgwAAAAACgwAAAAABgwAAAAACgwAAAAAATwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAA version: 6 -3,3: ind: -3,3 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAACVAAAAAADUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAABVAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAABKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcgAAAAACcgAAAAADcgAAAAADfwAAAAAAewAAAAACewAAAAACewAAAAACewAAAAACewAAAAABTwAAAAACKwAAAAADKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAADcgAAAAABcgAAAAADcgAAAAAATwAAAAACewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAADTwAAAAABKwAAAAABKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAABcgAAAAADcgAAAAACcgAAAAACfwAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAABfwAAAAAAKwAAAAAAKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAACUAAAAAAAKwAAAAABKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAACewAAAAABewAAAAACewAAAAACewAAAAABewAAAAABewAAAAACUAAAAAAAKwAAAAADKwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAABewAAAAACewAAAAABfwAAAAAAUAAAAAAAUAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAACVAAAAAADUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAADVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAADKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAABcgAAAAAAcgAAAAADcgAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAACTwAAAAADKwAAAAACKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcgAAAAAAcgAAAAABcgAAAAACTwAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAAATwAAAAACKwAAAAADKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcgAAAAADcgAAAAABcgAAAAACfwAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAfwAAAAAAKwAAAAADKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAAAewAAAAADUAAAAAAAKwAAAAACKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAACUAAAAAAAKwAAAAABKwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAACfwAAAAAAUAAAAAAAUAAAAAAA version: 6 -2,3: ind: -2,3 - tiles: TwAAAAABTwAAAAACTwAAAAACTwAAAAABVAAAAAACIAAAAAAAIAAAAAACUAAAAAAAQwAAAAAAQwAAAAAATwAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAACTwAAAAABTwAAAAACTwAAAAABTwAAAAAAVAAAAAABIAAAAAAAIAAAAAACfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAADTwAAAAAATwAAAAABTwAAAAABTwAAAAACVAAAAAAAIAAAAAABIAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAATwAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAADVAAAAAADVAAAAAADVAAAAAAATwAAAAACVAAAAAAAIAAAAAABIAAAAAACfwAAAAAAQwAAAAAAQwAAAAAATwAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAAAVAAAAAADVAAAAAABVAAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAABeAAAAAADeAAAAAABfwAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAADcgAAAAAAcgAAAAACfwAAAAAAMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAeAAAAAADeAAAAAACeAAAAAAAfwAAAAAAcgAAAAACcgAAAAAAcgAAAAABcgAAAAADcgAAAAADcgAAAAABTwAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAADeAAAAAAATwAAAAABcgAAAAABcgAAAAADTwAAAAADTwAAAAADcgAAAAADcgAAAAAATwAAAAADMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAABeAAAAAADfwAAAAAAcgAAAAADcgAAAAAATwAAAAADTwAAAAADcgAAAAABcgAAAAAATwAAAAACMgAAAAAAcQAAAAADcQAAAAABcQAAAAAAUAAAAAAAeAAAAAACeAAAAAABeAAAAAADUAAAAAAAcgAAAAACcgAAAAADcgAAAAADcgAAAAACcgAAAAAAcgAAAAAATwAAAAACMgAAAAAAcQAAAAAAcQAAAAABcQAAAAAAUAAAAAAAeAAAAAADeAAAAAAAeAAAAAACUAAAAAAAcgAAAAADcgAAAAABcgAAAAABcgAAAAAAcgAAAAADcgAAAAADTwAAAAACMgAAAAAAcQAAAAABcQAAAAABcQAAAAABTwAAAAADeAAAAAAAeAAAAAADeAAAAAADTwAAAAACTwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAAATwAAAAABfwAAAAAAMgAAAAAAcQAAAAABcQAAAAACcQAAAAADTwAAAAAAeAAAAAABeAAAAAAAeAAAAAAATwAAAAADVAAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAACTwAAAAABfwAAAAAAfwAAAAAAcQAAAAABcQAAAAAAcQAAAAADUAAAAAAAeAAAAAAAeAAAAAAAeAAAAAADTwAAAAADVAAAAAADVAAAAAADVAAAAAADVAAAAAADVAAAAAACTwAAAAABeAAAAAABeAAAAAADcQAAAAAAcQAAAAABcQAAAAABUAAAAAAAeAAAAAADTwAAAAABeAAAAAACTwAAAAABTwAAAAABTwAAAAACTwAAAAABTwAAAAABTwAAAAAATwAAAAAAeAAAAAACeAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAABTwAAAAACeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAADeAAAAAAC + tiles: TwAAAAABTwAAAAACTwAAAAADTwAAAAACVAAAAAADIAAAAAABIAAAAAACUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADIQAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAADTwAAAAACTwAAAAACTwAAAAACTwAAAAABVAAAAAADIAAAAAACIAAAAAADfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAADTwAAAAAATwAAAAADTwAAAAACTwAAAAABVAAAAAACIAAAAAADIAAAAAABfwAAAAAAQwAAAAAAQwAAAAAATwAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAAAVAAAAAACVAAAAAABVAAAAAABTwAAAAACVAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAQwAAAAAAQwAAAAAATwAAAAAAIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAACVAAAAAABVAAAAAABVAAAAAADfwAAAAAATwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAABeAAAAAADeAAAAAADfwAAAAAAcgAAAAABcgAAAAADcgAAAAADcgAAAAACcgAAAAACcgAAAAAAfwAAAAAAMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAeAAAAAACeAAAAAABeAAAAAAAfwAAAAAAcgAAAAADcgAAAAAAcgAAAAABcgAAAAAAcgAAAAADcgAAAAAATwAAAAACMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAACeAAAAAADeAAAAAABTwAAAAABcgAAAAACcgAAAAACTwAAAAADTwAAAAAAcgAAAAACcgAAAAAATwAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAACeAAAAAABeAAAAAABfwAAAAAAcgAAAAADcgAAAAAATwAAAAABTwAAAAACcgAAAAADcgAAAAAATwAAAAACMgAAAAAAcQAAAAACcQAAAAADcQAAAAAAUAAAAAAAeAAAAAABeAAAAAABeAAAAAAAUAAAAAAAcgAAAAACcgAAAAABcgAAAAAAcgAAAAABcgAAAAAAcgAAAAAATwAAAAADMgAAAAAAcQAAAAABcQAAAAADcQAAAAACUAAAAAAAeAAAAAADeAAAAAADeAAAAAACUAAAAAAAcgAAAAACcgAAAAAAcgAAAAABcgAAAAADcgAAAAABcgAAAAADTwAAAAAAMgAAAAAAcQAAAAABcQAAAAADcQAAAAABTwAAAAADeAAAAAAAeAAAAAABeAAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAACfwAAAAAAMgAAAAAAcQAAAAAAcQAAAAACcQAAAAACTwAAAAABeAAAAAAAeAAAAAADeAAAAAABTwAAAAADVAAAAAABVAAAAAABVAAAAAACVAAAAAADVAAAAAADTwAAAAADfwAAAAAAfwAAAAAAcQAAAAABcQAAAAADcQAAAAACUAAAAAAAeAAAAAACeAAAAAADeAAAAAABTwAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAACVAAAAAACTwAAAAADeAAAAAAAeAAAAAAAcQAAAAAAcQAAAAADcQAAAAAAUAAAAAAAeAAAAAABTwAAAAADeAAAAAABTwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAABTwAAAAAATwAAAAACeAAAAAAAeAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAAATwAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAADeAAAAAABeAAAAAABeAAAAAABeAAAAAABeAAAAAAA version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAfwAAAAAA version: 6 -6,3: ind: -6,3 - tiles: LgAAAAADLgAAAAACLgAAAAABGQAAAAAEGQAAAAAGGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACLgAAAAABLgAAAAAAGQAAAAAFGQAAAAABGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAADLgAAAAAALgAAAAACGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGfwAAAAAAfgAAAAAAGQAAAAAFGQAAAAACGQAAAAAGGQAAAAABGQAAAAADGQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACGQAAAAAFGQAAAAABGQAAAAAEGQAAAAAGGQAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAEfwAAAAAAGQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAACfwAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAFfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGQAAAAAAGQAAAAABfwAAAAAAGQAAAAACfgAAAAAAGQAAAAAEGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAEGQAAAAAAfgAAAAAAfwAAAAAAGQAAAAACGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAABGQAAAAACGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAABGQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAAEGQAAAAADGQAAAAADfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAABGQAAAAAFGQAAAAAFGQAAAAADfwAAAAAAGQAAAAACGQAAAAAEfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAFfgAAAAAAGQAAAAACGQAAAAAEGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAEfwAAAAAAGQAAAAABGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAABGQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAGQAAAAADGQAAAAADGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA + tiles: LgAAAAABLgAAAAABLgAAAAACGQAAAAAAGQAAAAACGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAACLgAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAAALgAAAAAALgAAAAAAGQAAAAAAGQAAAAADGQAAAAAFGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADfwAAAAAAfgAAAAAAGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAGGQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAADGQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAfwAAAAAAGQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAAEGQAAAAAFfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAACfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGQAAAAAGGQAAAAABfwAAAAAAGQAAAAAGfgAAAAAAGQAAAAAEGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAAAGQAAAAAEfgAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAACGQAAAAADGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAADGQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAEfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAADfwAAAAAAGQAAAAAEGQAAAAAFfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAABfgAAAAAAGQAAAAABGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGQAAAAAAGQAAAAABGQAAAAAEGQAAAAACGQAAAAABGQAAAAAGfwAAAAAAGQAAAAADGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAADGQAAAAAAGQAAAAADGQAAAAAEGQAAAAAFGQAAAAACGQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAGQAAAAABGQAAAAAGGQAAAAAAGQAAAAACGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAABGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAGgAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAEGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAABGgAAAAABGgAAAAADGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGGgAAAAACGgAAAAAFGgAAAAABGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAAGGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAAFGgAAAAAHGgAAAAAFGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAHGgAAAAAAGgAAAAAAGgAAAAAGGgAAAAADGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAACGgAAAAAEGgAAAAADGgAAAAAGGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAADGgAAAAAGfwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAGGgAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGfwAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAAfwAAAAAA + tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAABGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAGgAAAAAEGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAFGgAAAAAAGgAAAAACGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAABGgAAAAAEGgAAAAAHGgAAAAADGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAEGgAAAAAEGgAAAAAFGgAAAAACGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGGgAAAAAEGgAAAAAGGgAAAAAEGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAAGgAAAAAEGgAAAAAFGgAAAAAAGgAAAAABGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAAGgAAAAAFGgAAAAAAGgAAAAABGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAAAfwAAAAAAbwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAAFfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGfwAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAAfwAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGgAAAAABfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAGgAAAAADGgAAAAACGgAAAAAEfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGgAAAAADGgAAAAAEGgAAAAAFGgAAAAABGgAAAAAGAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAGgAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGgAAAAACfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGgAAAAAGfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGgAAAAACGgAAAAAAGgAAAAAFGgAAAAAAGgAAAAAHAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAGgAAAAAG version: 6 -6,-3: ind: -6,-3 @@ -483,35 +484,35 @@ entities: version: 6 0,4: ind: 0,4 - tiles: XgAAAAACawAAAAABXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAACXgAAAAACTwAAAAABUAAAAAAAUAAAAAAATwAAAAACPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAAATwAAAAAATwAAAAACTwAAAAABUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAATwAAAAAATwAAAAACfwAAAAAAXgAAAAABXgAAAAABXgAAAAAATwAAAAACTwAAAAABTwAAAAABTwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACTwAAAAABTwAAAAACfwAAAAAAXgAAAAADawAAAAADXgAAAAADfwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAAATwAAAAADTwAAAAADTwAAAAADfwAAAAAAXgAAAAABXgAAAAACXgAAAAADfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAATwAAAAADTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAACTwAAAAABTwAAAAACTwAAAAABTwAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAADfwAAAAAAMAAAAAADMAAAAAABMAAAAAACMAAAAAACMAAAAAACMAAAAAAAMAAAAAACMAAAAAAAMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAADMAAAAAAATwAAAAABUAAAAAAAMAAAAAABMAAAAAAAMAAAAAACMAAAAAACMAAAAAADMAAAAAACMAAAAAACMAAAAAABMAAAAAADMAAAAAAAMAAAAAABMAAAAAABMAAAAAACMAAAAAAATwAAAAADUAAAAAAAMAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAMAAAAAADMAAAAAADMAAAAAAAMAAAAAABMAAAAAADMAAAAAABMAAAAAABMAAAAAAAMAAAAAAAMAAAAAABTwAAAAADUAAAAAAAMAAAAAAAMAAAAAADMAAAAAACMAAAAAAAMAAAAAACMAAAAAABMAAAAAADMAAAAAADMAAAAAADMAAAAAADMAAAAAAAMAAAAAADMAAAAAABMAAAAAAATwAAAAADUAAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAAAawAAAAACXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAAATwAAAAABUAAAAAAAUAAAAAAATwAAAAADPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAATwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAABTwAAAAADTwAAAAACTwAAAAACUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAATwAAAAABTwAAAAABfwAAAAAAXgAAAAADXgAAAAADXgAAAAABTwAAAAABTwAAAAAATwAAAAAATwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACTwAAAAADTwAAAAACfwAAAAAAXgAAAAACawAAAAADXgAAAAACfwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAADTwAAAAABfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAACfwAAAAAATwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAADTwAAAAADfwAAAAAAMAAAAAACMAAAAAACMAAAAAACMAAAAAADMAAAAAADMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAADMAAAAAAAMAAAAAADMAAAAAABMAAAAAAATwAAAAADUAAAAAAAMAAAAAACMAAAAAAAMAAAAAAAMAAAAAACMAAAAAACMAAAAAACMAAAAAACMAAAAAACMAAAAAAAMAAAAAAAMAAAAAADMAAAAAACMAAAAAABMAAAAAADTwAAAAACUAAAAAAAMAAAAAACMAAAAAAAMAAAAAADMAAAAAACMAAAAAABMAAAAAABMAAAAAAAMAAAAAAAMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAABMAAAAAAATwAAAAABUAAAAAAAMAAAAAADMAAAAAACMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAACMAAAAAAAMAAAAAACMAAAAAADMAAAAAACMAAAAAABMAAAAAABMAAAAAAATwAAAAAAUAAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,4: ind: -1,4 - tiles: eAAAAAADeAAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAAATwAAAAACUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABeAAAAAAAeAAAAAAAeAAAAAADeAAAAAABTwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAABcgAAAAACcgAAAAABfwAAAAAAewAAAAABewAAAAACewAAAAACewAAAAABewAAAAACfwAAAAAAUAAAAAAATwAAAAABTwAAAAACTwAAAAADUAAAAAAAfwAAAAAAcgAAAAADcgAAAAABcgAAAAADfwAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAABewAAAAADfwAAAAAAUAAAAAAATwAAAAADTwAAAAAATwAAAAADUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAewAAAAAAfwAAAAAAewAAAAACfwAAAAAAewAAAAADfwAAAAAAUAAAAAAATwAAAAADTwAAAAABTwAAAAACUAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAABXgAAAAACXgAAAAACfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAACewAAAAADewAAAAACewAAAAABewAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAABAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAABAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAACMAAAAAACMAAAAAAAMAAAAAAAMAAAAAADMAAAAAADMAAAAAADMAAAAAADMAAAAAACMAAAAAAAMAAAAAADfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAABMAAAAAACMAAAAAABMAAAAAACMAAAAAAAMAAAAAADMAAAAAAAMAAAAAABMAAAAAACMAAAAAACMAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAAAMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAABMAAAAAAAMAAAAAADMAAAAAADMAAAAAAAMAAAAAADMAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAAAMAAAAAABMAAAAAABMAAAAAADMAAAAAACMAAAAAAAMAAAAAABMAAAAAACMAAAAAABMAAAAAACMAAAAAABMAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAA + tiles: eAAAAAAAeAAAAAABeAAAAAABeAAAAAACeAAAAAAAeAAAAAACTwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAABTwAAAAACUAAAAAAATwAAAAADUAAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAABcgAAAAADcgAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABfwAAAAAAUAAAAAAATwAAAAADTwAAAAACTwAAAAABUAAAAAAAfwAAAAAAcgAAAAADcgAAAAADcgAAAAABfwAAAAAAewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAADfwAAAAAAUAAAAAAATwAAAAABTwAAAAACTwAAAAABUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAewAAAAADfwAAAAAAewAAAAAAfwAAAAAAewAAAAABfwAAAAAAUAAAAAAATwAAAAAATwAAAAAATwAAAAADUAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAADewAAAAADewAAAAABewAAAAADewAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAewAAAAACewAAAAABewAAAAABewAAAAADewAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAADfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAADewAAAAACXgAAAAACXgAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAABAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAADTwAAAAADTwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAADTwAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAAAMAAAAAAAMAAAAAADMAAAAAAAMAAAAAABMAAAAAABMAAAAAACMAAAAAADMAAAAAACMAAAAAADMAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAATwAAAAAAMAAAAAAAMAAAAAADMAAAAAADMAAAAAADMAAAAAADMAAAAAABMAAAAAACMAAAAAABMAAAAAADMAAAAAAAMAAAAAABAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAADMAAAAAACMAAAAAAAMAAAAAABMAAAAAAAMAAAAAACMAAAAAABMAAAAAACMAAAAAAAMAAAAAAAMAAAAAABMAAAAAABAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAAAMAAAAAAAMAAAAAACMAAAAAACMAAAAAABMAAAAAACMAAAAAADMAAAAAABMAAAAAABMAAAAAABMAAAAAABfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAA version: 6 -2,4: ind: -2,4 - tiles: eAAAAAABeAAAAAABeAAAAAADTwAAAAACeAAAAAABeAAAAAADeAAAAAABeAAAAAADeAAAAAAAeAAAAAADeAAAAAACeAAAAAACeAAAAAABeAAAAAADeAAAAAADeAAAAAAATwAAAAACfwAAAAAATwAAAAAAfwAAAAAAUAAAAAAATwAAAAABUAAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAATwAAAAABfwAAAAAATwAAAAABfwAAAAAAcgAAAAADcgAAAAACcgAAAAADfwAAAAAAcgAAAAACcgAAAAACcgAAAAABfwAAAAAAcgAAAAADcgAAAAACcgAAAAADfwAAAAAAcQAAAAAAfwAAAAAAcQAAAAADfwAAAAAAcgAAAAACcgAAAAACcgAAAAADfwAAAAAAcgAAAAAAcgAAAAABcgAAAAABfwAAAAAAcgAAAAACcgAAAAAAcgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: eAAAAAABeAAAAAAAeAAAAAADTwAAAAABeAAAAAAAeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAAAeAAAAAADeAAAAAAAeAAAAAABTwAAAAABfwAAAAAATwAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAUAAAAAAATwAAAAABUAAAAAAAfwAAAAAAUAAAAAAATwAAAAACUAAAAAAAfwAAAAAATwAAAAABfwAAAAAATwAAAAADfwAAAAAAcgAAAAABcgAAAAABcgAAAAADfwAAAAAAcgAAAAAAcgAAAAAAcgAAAAAAfwAAAAAAcgAAAAAAcgAAAAADcgAAAAABfwAAAAAAcQAAAAADfwAAAAAAcQAAAAADfwAAAAAAcgAAAAADcgAAAAAAcgAAAAABfwAAAAAAcgAAAAACcgAAAAADcgAAAAABfwAAAAAAcgAAAAADcgAAAAAAcgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -3,4: ind: -3,4 - tiles: UAAAAAAAfwAAAAAAUAAAAAAADgAAAAABDgAAAAACDgAAAAABDgAAAAABDgAAAAABewAAAAACewAAAAAAewAAAAABewAAAAADewAAAAABTwAAAAAAeAAAAAADeAAAAAADUAAAAAAAfwAAAAAAUAAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAACDgAAAAACewAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAABfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAADDgAAAAABDgAAAAACDgAAAAADDgAAAAAAewAAAAACewAAAAACewAAAAACewAAAAADewAAAAACfwAAAAAATwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAADewAAAAABfwAAAAAAcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAAbgAAAAAAfgAAAAAAfgAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAAATwAAAAADbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: UAAAAAAAfwAAAAAAUAAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAAAewAAAAAAewAAAAADewAAAAADewAAAAABewAAAAAATwAAAAABeAAAAAABeAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAABDgAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAACfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAACfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAADewAAAAAAewAAAAADewAAAAADewAAAAABewAAAAAAfwAAAAAAcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAAbgAAAAAAfgAAAAAAfgAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,3: ind: -7,3 - tiles: fwAAAAAALgAAAAAALgAAAAADLgAAAAADUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAAALgAAAAABGQAAAAACGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAABfwAAAAAALgAAAAADLgAAAAAALgAAAAADUAAAAAAAUAAAAAAAUAAAAAAALgAAAAABLgAAAAACLgAAAAACfwAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAFfwAAAAAALgAAAAABLgAAAAADLgAAAAACUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAADLgAAAAADGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADLgAAAAADLgAAAAAALgAAAAACLgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAABLgAAAAAALgAAAAAAGQAAAAADGQAAAAAGGQAAAAACGQAAAAAFGQAAAAAELgAAAAACLgAAAAADLgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAALgAAAAACfwAAAAAALgAAAAACLgAAAAACGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACLgAAAAACLgAAAAABLgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAACLgAAAAACLgAAAAACfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAADfwAAAAAALgAAAAAALgAAAAADLgAAAAADLgAAAAADLgAAAAABLgAAAAABLgAAAAADLgAAAAACfwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAGQAAAAABfwAAAAAALgAAAAABLgAAAAAALgAAAAAALgAAAAACLgAAAAACLgAAAAAALgAAAAADGQAAAAAGfwAAAAAAGQAAAAAEGQAAAAAALgAAAAABGQAAAAAEGQAAAAAAGQAAAAAEfwAAAAAALgAAAAADfwAAAAAAfwAAAAAALgAAAAABLgAAAAAALgAAAAACGQAAAAAFLgAAAAABfwAAAAAAfwAAAAAALgAAAAAALgAAAAADfwAAAAAAGQAAAAADGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALgAAAAAAfwAAAAAALgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACLgAAAAACfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAABLgAAAAAALgAAAAACLgAAAAACLgAAAAACLgAAAAABLgAAAAAALgAAAAAAfwAAAAAAGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAEfwAAAAAAGQAAAAAEGQAAAAADGQAAAAABLgAAAAADLgAAAAADGQAAAAACGQAAAAAEfwAAAAAALgAAAAABfwAAAAAAGQAAAAAFGQAAAAABGQAAAAAGGQAAAAADGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAGGQAAAAACGQAAAAAGGQAAAAAEfwAAAAAAGQAAAAAGGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAAGQAAAAADGQAAAAADfwAAAAAAGQAAAAAGGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAFfwAAAAAAGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAAEfgAAAAAAGQAAAAABGQAAAAAEGQAAAAAGfgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAGGQAAAAACGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFGQAAAAABGQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGQAAAAACGQAAAAAF + tiles: fwAAAAAALgAAAAACLgAAAAAALgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAABLgAAAAADGQAAAAAGGQAAAAAFGQAAAAABGQAAAAACGQAAAAACGQAAAAADfwAAAAAALgAAAAADLgAAAAAALgAAAAADUAAAAAAAUAAAAAAAUAAAAAAALgAAAAABLgAAAAAALgAAAAABfwAAAAAAGQAAAAADGQAAAAAGGQAAAAACGQAAAAADGQAAAAAAfwAAAAAALgAAAAADLgAAAAABLgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAACLgAAAAADGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGLgAAAAABLgAAAAADLgAAAAADLgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAADLgAAAAAALgAAAAABGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAELgAAAAAALgAAAAACLgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAALgAAAAADfwAAAAAALgAAAAADLgAAAAABGQAAAAACGQAAAAACGQAAAAAFGQAAAAACLgAAAAABLgAAAAAALgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAACLgAAAAAALgAAAAADfwAAAAAAGQAAAAACGQAAAAABGQAAAAABGQAAAAAGGQAAAAAGfwAAAAAALgAAAAAALgAAAAADLgAAAAACLgAAAAADLgAAAAACLgAAAAAALgAAAAADLgAAAAACfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAGQAAAAAAfwAAAAAALgAAAAADLgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAABGQAAAAAGfwAAAAAAGQAAAAACGQAAAAABLgAAAAADGQAAAAADGQAAAAAFGQAAAAABfwAAAAAALgAAAAAAfwAAAAAAfwAAAAAALgAAAAADLgAAAAABLgAAAAABGQAAAAABLgAAAAAAfwAAAAAAfwAAAAAALgAAAAADLgAAAAACfwAAAAAAGQAAAAABGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALgAAAAABfwAAAAAALgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADLgAAAAACfwAAAAAAGQAAAAABGQAAAAABGQAAAAADLgAAAAAALgAAAAAALgAAAAABLgAAAAACLgAAAAABLgAAAAAALgAAAAAAfwAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAACfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAGLgAAAAACLgAAAAABGQAAAAACGQAAAAAAfwAAAAAALgAAAAADfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAACGQAAAAABGQAAAAAEGQAAAAACGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAADfwAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGQAAAAADGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGQAAAAAFGQAAAAADGQAAAAADfwAAAAAAGQAAAAAGGQAAAAABGQAAAAACGQAAAAADfgAAAAAAGQAAAAAEGQAAAAAEGQAAAAAFfgAAAAAAfgAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAAFfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADGQAAAAAGGQAAAAAB version: 6 -8,3: ind: -8,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAACGQAAAAADLgAAAAACLgAAAAACLgAAAAABGQAAAAACGQAAAAAFGQAAAAACAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAACGQAAAAACGQAAAAADGQAAAAAEGQAAAAAAGQAAAAABGQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAACGQAAAAAFGQAAAAAGfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADLgAAAAADGQAAAAAGGQAAAAADGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGLgAAAAABLgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAACfwAAAAAALgAAAAABGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAABGQAAAAAFGQAAAAADGQAAAAADLgAAAAABLgAAAAABGQAAAAACGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAAEfgAAAAAAGQAAAAADGQAAAAADGQAAAAAAGQAAAAADGQAAAAAGGQAAAAACGQAAAAADGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAfgAAAAAAGQAAAAABGQAAAAACGQAAAAAGGQAAAAADGQAAAAADGQAAAAACGQAAAAAGGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfgAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABfgAAAAAAGQAAAAAGfgAAAAAAGQAAAAACGQAAAAAAGQAAAAACGQAAAAAEGQAAAAACGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAEGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAGGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAACGQAAAAACGQAAAAACGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAEfgAAAAAAGQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAAGQAAAAAGGQAAAAAFLgAAAAACLgAAAAADLgAAAAADGQAAAAADGQAAAAAFGQAAAAAFAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAGfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADLgAAAAACGQAAAAAFGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAALgAAAAACLgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAABGQAAAAADGQAAAAACfwAAAAAALgAAAAAAGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAADGQAAAAAAGQAAAAAGLgAAAAABLgAAAAABGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADGQAAAAAGfgAAAAAAGQAAAAADGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABfgAAAAAAGQAAAAABGQAAAAAGGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABfgAAAAAAGQAAAAAFGQAAAAAFGQAAAAACGQAAAAAFGQAAAAACGQAAAAACGQAAAAADGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACfgAAAAAAGQAAAAABfgAAAAAAGQAAAAABGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAEGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAACGQAAAAAAGQAAAAABGQAAAAADGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAADGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAADfgAAAAAAGQAAAAAG version: 6 -8,4: ind: -8,4 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,4: ind: -7,4 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAGgAAAAAHGgAAAAADGgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGGgAAAAAAGgAAAAAHGgAAAAAFGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGgAAAAAGGgAAAAACGgAAAAABGgAAAAACGgAAAAACGgAAAAACGgAAAAABfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAACGgAAAAAAGgAAAAAGGgAAAAAHGgAAAAAFGgAAAAAAGgAAAAAEGgAAAAAEAAAAAAAAfgAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGGgAAAAAAGgAAAAADGgAAAAABGgAAAAADGgAAAAAFGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAABGgAAAAABGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAABGgAAAAAEGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAGgAAAAAEGgAAAAAAGgAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAACGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAADGgAAAAAEGgAAAAABGgAAAAAHGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGgAAAAAAGgAAAAAFGgAAAAABGgAAAAAFGgAAAAAGGgAAAAAEGgAAAAAGfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAACGgAAAAABGgAAAAABGgAAAAACGgAAAAACGgAAAAACGgAAAAABGgAAAAABAAAAAAAAfgAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAACGgAAAAAEGgAAAAACGgAAAAACGgAAAAAGGgAAAAACGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAACGgAAAAABGgAAAAAGGgAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAACGgAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,3: ind: -9,3 @@ -519,7 +520,7 @@ entities: version: 6 -7,2: ind: -7,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGQAAAAADGQAAAAABGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAABGQAAAAAFGQAAAAABGQAAAAAGGQAAAAABfgAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAAAfgAAAAAAGQAAAAABGQAAAAADGQAAAAAGGQAAAAABGQAAAAACGQAAAAACGQAAAAAEGQAAAAACGQAAAAABGQAAAAACGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAFGQAAAAACGQAAAAABGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACGQAAAAACGQAAAAABGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAGGQAAAAACGQAAAAADGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAADGQAAAAABGQAAAAAAGQAAAAAAGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAADGQAAAAAGGQAAAAACGQAAAAAFLgAAAAAAGQAAAAACGQAAAAABGQAAAAADGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAABGQAAAAABGQAAAAACGQAAAAADLgAAAAADLgAAAAADLgAAAAABGQAAAAAEGQAAAAAAGQAAAAABGQAAAAACGQAAAAAAGQAAAAAEfwAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAADGQAAAAAGGQAAAAABGQAAAAADLgAAAAADLgAAAAADGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAACGQAAAAABGQAAAAADGQAAAAAFGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAAAGQAAAAADGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAAFGQAAAAADGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAABGQAAAAACGQAAAAADGQAAAAACfwAAAAAAfwAAAAAALgAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAAFGQAAAAABLgAAAAADGQAAAAAFfwAAAAAAGQAAAAAAGQAAAAADGQAAAAAGGQAAAAABGQAAAAADfwAAAAAALgAAAAADGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAABfwAAAAAAGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAACGQAAAAABGQAAAAABGQAAAAADGQAAAAAFGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADfwAAAAAAfwAAAAAAGQAAAAADLgAAAAACGQAAAAADGQAAAAAF + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGQAAAAABGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAABGQAAAAAFGQAAAAABGQAAAAADGQAAAAAAfgAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAAAfgAAAAAAGQAAAAACGQAAAAABGQAAAAADGQAAAAAFGQAAAAABGQAAAAAEGQAAAAACGQAAAAAGGQAAAAACGQAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAACGQAAAAACGQAAAAAEGQAAAAAFGQAAAAACGQAAAAADGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAEGQAAAAABGQAAAAABGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAGGQAAAAAEGQAAAAADGQAAAAACGQAAAAAFGQAAAAAAGQAAAAADGQAAAAAGGQAAAAABGQAAAAABGQAAAAAFGQAAAAADGQAAAAAFGQAAAAACGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAGLgAAAAAAGQAAAAADGQAAAAAEGQAAAAAFGQAAAAADGQAAAAADGQAAAAACGQAAAAACGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAAELgAAAAABLgAAAAADLgAAAAABGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAACGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAGGQAAAAABGQAAAAABGQAAAAABGQAAAAACGQAAAAAAGQAAAAABLgAAAAAALgAAAAADGQAAAAAEGQAAAAADGQAAAAADGQAAAAAFGQAAAAACGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAEGQAAAAABGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAFGQAAAAABGQAAAAACGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAACGQAAAAADGQAAAAAAGQAAAAABGQAAAAAFGQAAAAACfwAAAAAAfwAAAAAALgAAAAABfwAAAAAAGQAAAAAFGQAAAAABGQAAAAABGQAAAAACGQAAAAADGQAAAAABfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAFGQAAAAABGQAAAAAFLgAAAAAAGQAAAAADfwAAAAAAGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAACGQAAAAAGfwAAAAAALgAAAAACGQAAAAAEGQAAAAAGGQAAAAABGQAAAAACGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAFfwAAAAAAGQAAAAAFGQAAAAADGQAAAAABGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAELgAAAAAAGQAAAAACGQAAAAAG version: 6 -9,4: ind: -9,4 @@ -539,47 +540,47 @@ entities: version: 6 3,4: ind: 3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAABKwAAAAAAKwAAAAABfwAAAAAAKwAAAAADKwAAAAAAKwAAAAAAKwAAAAABKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGgAAAAAAKwAAAAACKwAAAAACKwAAAAACKwAAAAAAKwAAAAACKwAAAAAAKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAEGQAAAAAAGgAAAAADGgAAAAABKwAAAAACKwAAAAAAKwAAAAABKwAAAAACKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGgAAAAAFGgAAAAABKwAAAAACKwAAAAABKwAAAAAAKwAAAAADKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAACGgAAAAAAGgAAAAAEGgAAAAAHKwAAAAAAKwAAAAABKwAAAAAAKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAFGQAAAAAEGgAAAAACGgAAAAADGgAAAAAHGgAAAAAEKwAAAAADGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGQAAAAABGQAAAAABGgAAAAABGgAAAAAAGgAAAAAHGgAAAAAEGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAAGQAAAAACGgAAAAAEGgAAAAABKwAAAAADGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAACGgAAAAADKwAAAAAAKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGQAAAAABGgAAAAADGgAAAAAGGgAAAAABGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGgAAAAAGGgAAAAADKwAAAAADGgAAAAACGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAEGQAAAAAFGQAAAAAAGgAAAAAHGgAAAAACGgAAAAAFGgAAAAABKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGgAAAAACGgAAAAAFGgAAAAAHGgAAAAABKwAAAAACGgAAAAABGgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGgAAAAABGQAAAAAGfwAAAAAAGQAAAAACGgAAAAAAGQAAAAAGGgAAAAADGgAAAAABGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGgAAAAAGfwAAAAAAGQAAAAACGQAAAAADGQAAAAABGQAAAAAEGgAAAAABGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAEGgAAAAADfwAAAAAAGQAAAAAAGQAAAAACfwAAAAAAGQAAAAAAGgAAAAACGgAAAAAGGgAAAAAH + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAFKwAAAAAAKwAAAAACfwAAAAAAKwAAAAACKwAAAAADKwAAAAAAKwAAAAADKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGgAAAAAAKwAAAAAAKwAAAAACKwAAAAACKwAAAAACKwAAAAACKwAAAAADKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAABGQAAAAADGgAAAAAAGgAAAAACKwAAAAABKwAAAAABKwAAAAADKwAAAAACKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGgAAAAADGgAAAAACKwAAAAAAKwAAAAADKwAAAAABKwAAAAABKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAAGgAAAAAFGgAAAAADGgAAAAAEKwAAAAABKwAAAAAAKwAAAAAAKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAAGQAAAAAEGgAAAAAAGgAAAAAHGgAAAAADGgAAAAAFKwAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGgAAAAAEGgAAAAADGgAAAAACGgAAAAACGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAAGQAAAAAFGgAAAAAFGgAAAAAAKwAAAAADGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAACGgAAAAAEKwAAAAABKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGQAAAAAGGgAAAAABGgAAAAAHGgAAAAAFGgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAABGgAAAAACGgAAAAAGKwAAAAABGgAAAAAHGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAADGQAAAAAGGQAAAAABGgAAAAADGgAAAAAGGgAAAAAEGgAAAAABKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGgAAAAAGGgAAAAABGgAAAAAHGgAAAAADKwAAAAABGgAAAAAGGgAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGgAAAAAFGQAAAAACfwAAAAAAGQAAAAAGGgAAAAADGQAAAAACGgAAAAAFGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAACfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAADGQAAAAACGgAAAAAHGgAAAAAEGgAAAAAGAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAFGgAAAAAGfwAAAAAAGQAAAAAGGQAAAAADfwAAAAAAGQAAAAAEGgAAAAACGgAAAAAHGgAAAAAC version: 6 6,2: ind: 6,2 - tiles: GQAAAAAGGgAAAAACGQAAAAAEGQAAAAADGQAAAAACGQAAAAADGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAHGQAAAAADGQAAAAADGQAAAAABGQAAAAACGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAAAGgAAAAACGQAAAAACGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGQAAAAADGgAAAAADGQAAAAACGQAAAAACGQAAAAAGGQAAAAABGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAEGgAAAAABGQAAAAAAGQAAAAACGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAHGQAAAAABGgAAAAAFGgAAAAACGgAAAAABGQAAAAACGQAAAAAEGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAEGQAAAAAAGgAAAAAHGgAAAAAEGgAAAAAGGQAAAAADGQAAAAACGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAAGgAAAAAFGgAAAAADKwAAAAACGgAAAAAAGgAAAAABGQAAAAAEGQAAAAACGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACKwAAAAACKwAAAAACGgAAAAABGgAAAAAGGgAAAAABKwAAAAADGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAACKwAAAAADKwAAAAAAKwAAAAAAKwAAAAADKwAAAAACGQAAAAADGQAAAAAGGQAAAAACGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAAAKwAAAAADKwAAAAABKwAAAAABKwAAAAACKwAAAAABKwAAAAAAGQAAAAAEGQAAAAABGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAACKwAAAAAAKwAAAAACKwAAAAACewAAAAACewAAAAAAKwAAAAAAKwAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAACKwAAAAACKwAAAAACKwAAAAAAewAAAAABewAAAAABKwAAAAADKwAAAAABKwAAAAABGQAAAAAEGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACKwAAAAABKwAAAAABKwAAAAACewAAAAAAewAAAAABKwAAAAAAKwAAAAAAKwAAAAADGQAAAAAAGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFKwAAAAACKwAAAAABewAAAAABewAAAAABKwAAAAACKwAAAAAAGQAAAAADGQAAAAAGGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAACGgAAAAABGQAAAAADGQAAAAACGQAAAAACGQAAAAABGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAGGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAADGQAAAAAGGQAAAAAFGQAAAAACGQAAAAABGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAGGgAAAAAFGQAAAAAFGQAAAAADGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGQAAAAACGgAAAAADGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGgAAAAACGQAAAAABGQAAAAACGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAAGQAAAAABGgAAAAADGgAAAAACGgAAAAAAGQAAAAADGQAAAAACGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAADGQAAAAAGGgAAAAAGGgAAAAAGGgAAAAAFGQAAAAADGQAAAAAEGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAAGgAAAAAFGgAAAAAAKwAAAAAAGgAAAAABGgAAAAAHGQAAAAAGGQAAAAACGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHKwAAAAADKwAAAAADGgAAAAABGgAAAAADGgAAAAAEKwAAAAAAGQAAAAACGQAAAAAAGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAACKwAAAAAAKwAAAAADKwAAAAACKwAAAAAAKwAAAAACGQAAAAAAGQAAAAAAGQAAAAACGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAABKwAAAAABKwAAAAABKwAAAAAAKwAAAAADKwAAAAACKwAAAAABGQAAAAAFGQAAAAAAGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAAAKwAAAAABKwAAAAADKwAAAAADewAAAAADewAAAAACKwAAAAADKwAAAAADGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAAAKwAAAAAAKwAAAAABKwAAAAACewAAAAAAewAAAAACKwAAAAABKwAAAAABKwAAAAABGQAAAAADGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFKwAAAAACKwAAAAADKwAAAAADewAAAAAAewAAAAACKwAAAAABKwAAAAACKwAAAAADGQAAAAAAGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAAAKwAAAAADKwAAAAAAewAAAAABewAAAAADKwAAAAACKwAAAAACGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,3: ind: 6,3 - tiles: GQAAAAADGQAAAAABGQAAAAABGQAAAAABKwAAAAADKwAAAAAAKwAAAAAAKwAAAAADKwAAAAAAGQAAAAABGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAACGgAAAAABGQAAAAAGGgAAAAACKwAAAAACKwAAAAABGgAAAAAHGQAAAAAAGQAAAAABGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGGQAAAAAFGgAAAAACGgAAAAAFKwAAAAACGgAAAAAEKwAAAAAAGQAAAAAGGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAADGgAAAAABGQAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAAFGQAAAAABGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABfwAAAAAAGQAAAAAFGQAAAAADGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAACfwAAAAAAGgAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAGgAAAAADGgAAAAAEGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAACGQAAAAAAGQAAAAAAGQAAAAABGgAAAAAFGgAAAAAEGQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAGGQAAAAADGQAAAAABGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGgAAAAABGQAAAAAEGQAAAAAAGQAAAAACGQAAAAABGQAAAAABGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAADGgAAAAACGQAAAAAEGQAAAAACGQAAAAABGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGgAAAAAFGgAAAAABGQAAAAAFGQAAAAADGQAAAAACGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAAFGQAAAAABGQAAAAADGQAAAAAEGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAAAGQAAAAAGGQAAAAABGQAAAAABKwAAAAABKwAAAAABKwAAAAACKwAAAAACKwAAAAADGQAAAAACGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAACGgAAAAAEGQAAAAADGgAAAAABKwAAAAACKwAAAAADGgAAAAAGGQAAAAAGGQAAAAAFGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAACGQAAAAABGgAAAAAAGgAAAAADKwAAAAAAGgAAAAAAKwAAAAACGQAAAAAGGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAHGgAAAAAHGQAAAAADGgAAAAABGgAAAAAGGgAAAAABGgAAAAAFGQAAAAAAGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADGQAAAAABGQAAAAABGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGfwAAAAAAGQAAAAAEGQAAAAAFGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEfwAAAAAAGgAAAAAFfwAAAAAAGQAAAAACfwAAAAAAGgAAAAAFGgAAAAABGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAFGQAAAAABGgAAAAACGgAAAAAEGQAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAAGQAAAAACGQAAAAACGQAAAAAAGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAFGQAAAAADGQAAAAAGGQAAAAABGQAAAAAFGQAAAAACGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGgAAAAAHGQAAAAAAGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAADGgAAAAADGQAAAAADGQAAAAADGQAAAAACGQAAAAAAGQAAAAAGGQAAAAABGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGgAAAAAFGgAAAAAAGQAAAAACGQAAAAABGQAAAAADGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAAFGQAAAAACGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,1: ind: 6,1 - tiles: GgAAAAAGGQAAAAAEGQAAAAADKwAAAAAAKwAAAAAAGgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAABGQAAAAAAKwAAAAACGgAAAAAFGgAAAAAGUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGQAAAAACGgAAAAADKwAAAAADGgAAAAADGgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAADGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAGgAAAAACGQAAAAACKwAAAAACKwAAAAABGQAAAAACGgAAAAAFGQAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGgAAAAAAGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAABGQAAAAABGQAAAAADGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAGGgAAAAADGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAKwAAAAADGQAAAAACGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAACfwAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAFGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAAfwAAAAAAGQAAAAADGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGQAAAAADGQAAAAADGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAABGQAAAAACGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAGGgAAAAACGQAAAAADGQAAAAADGQAAAAAFGQAAAAABGQAAAAABGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAAEGQAAAAACGQAAAAABGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAAGQAAAAACGQAAAAAFGQAAAAAGGQAAAAACGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGQAAAAAFGQAAAAABGQAAAAADGQAAAAAFGQAAAAAGGQAAAAABGQAAAAACGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAAGQAAAAADGQAAAAABGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAADGQAAAAACGQAAAAACGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAAHGQAAAAAGGQAAAAAEKwAAAAABKwAAAAABGgAAAAAGUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAACGQAAAAAGKwAAAAADGgAAAAAHGgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAGgAAAAAFGQAAAAAEGgAAAAACKwAAAAAAGgAAAAAFGgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAHGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAGgAAAAABGQAAAAACKwAAAAABKwAAAAABGQAAAAACGgAAAAAGGQAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGgAAAAABGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAAAKwAAAAABGQAAAAAAGQAAAAACGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAFGgAAAAAFGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAKwAAAAACGQAAAAACGQAAAAAGGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAEfwAAAAAAGQAAAAACGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAADGQAAAAABGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFfwAAAAAAGQAAAAABGQAAAAAEGQAAAAACGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAAEGQAAAAACGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGQAAAAACGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAACGgAAAAAFGQAAAAACGQAAAAAFGQAAAAACGQAAAAAFGQAAAAABGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAABGQAAAAAFGQAAAAAEGQAAAAABGQAAAAAFGQAAAAADGQAAAAADGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAABGQAAAAADGQAAAAACGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAFGQAAAAADGQAAAAAEGQAAAAADGQAAAAACGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,4: ind: 6,4 - tiles: GQAAAAAAGQAAAAABGQAAAAACGQAAAAAAGQAAAAACGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGgAAAAAHGQAAAAAFGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGQAAAAAGGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGQAAAAAGGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAABGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAFfwAAAAAAGQAAAAADfwAAAAAATwAAAAACfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAGfwAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAACGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAAAAAAAAAGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAACGQAAAAACGQAAAAAAGQAAAAAFGQAAAAAFGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAAHGQAAAAABGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGQAAAAAGGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGQAAAAACGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAAGGQAAAAADGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGQAAAAADfwAAAAAATwAAAAAAfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAGfwAAAAAAfwAAAAAATwAAAAABfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAADGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAGGQAAAAACGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 - tiles: GgAAAAAFGgAAAAACGgAAAAAFGgAAAAAGGgAAAAAGGgAAAAADGgAAAAAHGgAAAAAEGgAAAAAGGQAAAAABGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAACGQAAAAACGgAAAAABGgAAAAABGgAAAAAHGgAAAAAHGgAAAAAHGgAAAAAEGgAAAAADGgAAAAABGgAAAAACGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAFGQAAAAACGQAAAAACGgAAAAACGgAAAAAGGgAAAAADGgAAAAAGGgAAAAAEGgAAAAAAGgAAAAAFGgAAAAAEGgAAAAADGQAAAAAAGQAAAAAFGQAAAAABGQAAAAADGQAAAAADGQAAAAAAGQAAAAACGgAAAAAHGQAAAAAEGQAAAAAAGgAAAAADGgAAAAABGgAAAAAFGgAAAAAHGQAAAAABGQAAAAAGGgAAAAADKwAAAAAAGQAAAAAEGQAAAAABGQAAAAAEGQAAAAAGGgAAAAAEGgAAAAADGQAAAAACGQAAAAABGgAAAAAEGQAAAAAEGQAAAAAGGQAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAACGQAAAAABGQAAAAABGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACGQAAAAAAGQAAAAACGQAAAAAEGQAAAAADGQAAAAABGQAAAAAGGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAEGgAAAAAHGQAAAAACGQAAAAAAGQAAAAACGQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAAGGQAAAAACGQAAAAABGgAAAAAEGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAADUAAAAAAAGQAAAAAEGQAAAAADTwAAAAACGQAAAAACGQAAAAAFGQAAAAACTwAAAAADGQAAAAADGQAAAAAGGQAAAAACGgAAAAACGQAAAAACGQAAAAAAGQAAAAAEGQAAAAACUAAAAAAAGQAAAAABGQAAAAAFGQAAAAAEGQAAAAACGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAEUAAAAAAAGQAAAAAFGQAAAAADGQAAAAADGQAAAAABGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAABGQAAAAACGQAAAAADUAAAAAAAGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAFGQAAAAADGQAAAAAGGQAAAAADGQAAAAAFGQAAAAABGQAAAAADGgAAAAAEGQAAAAAFGQAAAAABGQAAAAAAGQAAAAAFUAAAAAAAGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAETwAAAAADGgAAAAAEGQAAAAADGQAAAAABGQAAAAACGQAAAAAEGQAAAAAGGQAAAAACGQAAAAABUAAAAAAAGQAAAAAAGQAAAAADTwAAAAABGQAAAAAGGQAAAAADGQAAAAADGQAAAAAAGgAAAAAFGgAAAAAFGQAAAAAFGQAAAAABGQAAAAACGQAAAAAAGQAAAAACGQAAAAAEUAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAABTwAAAAABGQAAAAAEGQAAAAABGgAAAAACGgAAAAADGgAAAAADGgAAAAAAGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAADUAAAAAAAGQAAAAAAGQAAAAAFGQAAAAABGQAAAAAETwAAAAABGQAAAAABGQAAAAABGgAAAAAEGgAAAAAFfwAAAAAAGgAAAAAHGgAAAAAGGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAAGQAAAAACGQAAAAADGQAAAAAEGQAAAAABGQAAAAAEGQAAAAAF + tiles: GgAAAAABGgAAAAAGGgAAAAADGgAAAAAGGgAAAAAGGgAAAAAAGgAAAAAHGgAAAAAFGgAAAAADGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAACGQAAAAAAGQAAAAAFGQAAAAAAGgAAAAAGGgAAAAADGgAAAAADGgAAAAADGgAAAAAFGgAAAAABGgAAAAAFGgAAAAADGgAAAAAHGQAAAAACGQAAAAADGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAADGgAAAAAFGgAAAAACGgAAAAADGgAAAAAFGgAAAAAFGgAAAAAHGgAAAAACGgAAAAAGGgAAAAAAGQAAAAABGQAAAAABGQAAAAAEGQAAAAABGQAAAAABGQAAAAABGQAAAAAGGgAAAAAAGQAAAAABGQAAAAACGgAAAAADGgAAAAAAGgAAAAAHGgAAAAAEGQAAAAAFGQAAAAAFGgAAAAABKwAAAAAAGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAAEGgAAAAADGgAAAAAGGQAAAAACGQAAAAACGgAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAACGQAAAAADGQAAAAACGQAAAAAEGQAAAAACGQAAAAABGQAAAAAGGQAAAAADGQAAAAABGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAEGQAAAAAEGQAAAAACGQAAAAACGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAADGQAAAAACGgAAAAAFGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAACGQAAAAAEGQAAAAAGGgAAAAACGQAAAAACGQAAAAAEGQAAAAAFGQAAAAAEUAAAAAAAGQAAAAABGQAAAAAATwAAAAACGQAAAAACGQAAAAACGQAAAAADTwAAAAAAGQAAAAACGQAAAAAGGQAAAAADGgAAAAADGQAAAAADGQAAAAAEGQAAAAACGQAAAAACUAAAAAAAGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAADGQAAAAAEfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAEGQAAAAAAUAAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAABGQAAAAADGQAAAAADGQAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAADUAAAAAAAGQAAAAADGQAAAAABGQAAAAAAGQAAAAAEGQAAAAADGQAAAAABGQAAAAABGQAAAAAFGQAAAAADGQAAAAAFGgAAAAABGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAAUAAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAFTwAAAAADGgAAAAAHGQAAAAADGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAFGQAAAAAFUAAAAAAAGQAAAAAGGQAAAAAFTwAAAAADGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAABGgAAAAAAGgAAAAAAGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAAGQAAAAABUAAAAAAAGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAETwAAAAAAGQAAAAAGGQAAAAAAGgAAAAAFGgAAAAAHGgAAAAAHGgAAAAAEGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAAAUAAAAAAAGQAAAAAFGQAAAAACGQAAAAAGGQAAAAACTwAAAAAAGQAAAAAGGQAAAAAGGgAAAAAFGgAAAAADfwAAAAAAGgAAAAAFGgAAAAAAGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAGGQAAAAABGQAAAAAEGQAAAAABGQAAAAABGQAAAAAB version: 6 4,4: ind: 4,4 - tiles: KwAAAAAAGgAAAAABGgAAAAAHGQAAAAABGQAAAAADGgAAAAACGQAAAAAFfwAAAAAAGgAAAAAFGgAAAAAAGgAAAAAAfwAAAAAAGgAAAAAGGgAAAAAGGgAAAAAEGgAAAAAGGgAAAAAEGQAAAAABGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAACGQAAAAACGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAFGQAAAAAFGQAAAAABGgAAAAAEGgAAAAAHGgAAAAAGKwAAAAADGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAAGgAAAAAAGgAAAAAHKwAAAAACGQAAAAAGGgAAAAACfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAACGgAAAAAFGgAAAAABGgAAAAABGQAAAAAAGQAAAAADGQAAAAAFGQAAAAABGgAAAAADGgAAAAABGQAAAAAGGgAAAAAHGQAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAEGQAAAAAEGgAAAAABGQAAAAAAGQAAAAAEGQAAAAAAGgAAAAAGGgAAAAADGgAAAAAGGgAAAAAEGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAGGgAAAAACGQAAAAADGQAAAAABGQAAAAAGGQAAAAAFGQAAAAACGQAAAAABGQAAAAABGgAAAAADGgAAAAAFGgAAAAAHGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGQAAAAADGQAAAAACGgAAAAACfwAAAAAAGgAAAAAGGgAAAAACGgAAAAAFGgAAAAAGGgAAAAAFUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGgAAAAAFGgAAAAAGGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAAGGgAAAAAHGgAAAAAGUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAAGgAAAAABGgAAAAAHGgAAAAACGgAAAAADGgAAAAAEGgAAAAADGgAAAAACGgAAAAACGgAAAAAHGgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAHGQAAAAAAGgAAAAAFGgAAAAAHGgAAAAAGGgAAAAADGgAAAAAFGgAAAAAFGQAAAAAGKwAAAAABGgAAAAAFGgAAAAACGgAAAAAFGgAAAAAEGgAAAAABGgAAAAAGGgAAAAAEGQAAAAAFGgAAAAABGgAAAAADGgAAAAABGgAAAAACGgAAAAAEGQAAAAADGQAAAAAFGgAAAAAAGgAAAAAHGgAAAAAAGgAAAAAFGgAAAAAGGQAAAAAGGgAAAAAGGgAAAAAAGQAAAAAGGgAAAAADGgAAAAAHGgAAAAAHGgAAAAAAGgAAAAAAGQAAAAAGGgAAAAAEGgAAAAAAGgAAAAAGKwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAGGgAAAAADfwAAAAAAGgAAAAABGgAAAAACfwAAAAAAGgAAAAAEGgAAAAAGGgAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAACGgAAAAAEGgAAAAADGgAAAAABfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGgAAAAADGgAAAAAHfwAAAAAAGgAAAAADGgAAAAAGGgAAAAABGgAAAAABKwAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAGgAAAAACGgAAAAACGgAAAAAGKwAAAAADGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAGgAAAAAFGgAAAAAEGgAAAAAD + tiles: KwAAAAAAGgAAAAADGgAAAAAGGQAAAAADGQAAAAAFGgAAAAAHGQAAAAABfwAAAAAAGgAAAAADGgAAAAAFGgAAAAAGfwAAAAAAGgAAAAACGgAAAAADGgAAAAADGgAAAAACGgAAAAADGQAAAAABGQAAAAACGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAFGgAAAAAAGgAAAAAFGgAAAAACKwAAAAABGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAFGQAAAAAAGQAAAAACGQAAAAACGQAAAAABGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAGGgAAAAAAGgAAAAACKwAAAAAAGQAAAAACGgAAAAADfwAAAAAAfwAAAAAAGQAAAAABGQAAAAABGgAAAAABGgAAAAAAGgAAAAADGQAAAAADGQAAAAAEGQAAAAAGGQAAAAACGgAAAAAHGgAAAAAHGQAAAAAEGgAAAAAEGQAAAAAGGQAAAAACGQAAAAAEGQAAAAADGQAAAAACGQAAAAAFGQAAAAABGQAAAAACGgAAAAAGGQAAAAADGQAAAAADGQAAAAABGgAAAAAFGgAAAAAGGgAAAAAEGgAAAAAFGQAAAAABGQAAAAABGQAAAAABGQAAAAACGQAAAAABGQAAAAACGgAAAAAAGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAAGgAAAAAGGgAAAAADGgAAAAADGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGQAAAAAAGQAAAAAGGgAAAAAEfwAAAAAAGgAAAAAHGgAAAAAHGgAAAAAHGgAAAAAGGgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGgAAAAAGGgAAAAAGGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAAEGgAAAAAFGgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAGGgAAAAAHGgAAAAAGGgAAAAADGgAAAAAHGgAAAAAGGgAAAAAGUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAAGQAAAAAFGgAAAAADGgAAAAAGGgAAAAAFGgAAAAACGgAAAAADGgAAAAAHGQAAAAAGKwAAAAABGgAAAAACGgAAAAABGgAAAAADGgAAAAADGgAAAAAHGgAAAAABGgAAAAAFGQAAAAAEGgAAAAAEGgAAAAAFGgAAAAACGgAAAAAGGgAAAAAGGQAAAAAGGQAAAAAEGgAAAAAFGgAAAAAGGgAAAAAHGgAAAAAHGgAAAAACGQAAAAAEGgAAAAAEGgAAAAACGQAAAAAEGgAAAAABGgAAAAACGgAAAAACGgAAAAAAGgAAAAAGGQAAAAAEGgAAAAAEGgAAAAACGgAAAAAFKwAAAAACfwAAAAAAGgAAAAAHGgAAAAAAGgAAAAAEfwAAAAAAGgAAAAADGgAAAAABfwAAAAAAGgAAAAAFGgAAAAAHGgAAAAAFGgAAAAACGgAAAAACGgAAAAAEGgAAAAAAGgAAAAAGGgAAAAAHGgAAAAAEfwAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAGGgAAAAABfwAAAAAAGgAAAAABGgAAAAADGgAAAAAHGgAAAAADKwAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADGgAAAAABGgAAAAAHGgAAAAADKwAAAAADGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAGgAAAAAFGgAAAAADGgAAAAAF version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAABfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAUAAAAAAATwAAAAABTwAAAAAATwAAAAAAUAAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAACAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADUAAAAAAATwAAAAABTwAAAAABTwAAAAABUAAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAAAAAAAAA version: 6 -6,4: ind: -6,4 - tiles: fgAAAAAAfgAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEAAAAAAAAGgAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAEfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAADGgAAAAAGGgAAAAAFAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAA + tiles: fgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGgAAAAABAAAAAAAAGgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAHfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAACGgAAAAAEGgAAAAACAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAEGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAA version: 6 -5,4: ind: -5,4 - tiles: fwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-4: ind: -6,-4 @@ -647,7 +648,7 @@ entities: version: 6 -7,5: ind: -7,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA version: 6 -7,6: ind: -7,6 @@ -691,7 +692,7 @@ entities: version: 6 6,0: ind: 6,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAFGQAAAAAFGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAABGQAAAAAEGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAABGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAEGQAAAAACGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAABGQAAAAACGQAAAAAFGQAAAAABGQAAAAAGGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAAEfwAAAAAAGQAAAAACGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAAGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAAGfwAAAAAAGQAAAAABGQAAAAAGGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAADGgAAAAACGgAAAAAEGgAAAAAFGQAAAAAEGQAAAAAAfwAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAACGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAABKwAAAAAAKwAAAAABGgAAAAAAGgAAAAAFGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGgAAAAAHGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABKwAAAAAAKwAAAAADGgAAAAABGgAAAAAGGQAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAABGQAAAAAGGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAAGGQAAAAAGGQAAAAABGQAAAAACGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAACGQAAAAADGQAAAAABGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAFGQAAAAABGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAAAGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAEGQAAAAACGQAAAAADGQAAAAABGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAACGQAAAAAFGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAADGQAAAAAFGQAAAAABGQAAAAAAGQAAAAAFfwAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAAAGgAAAAACGgAAAAAAGgAAAAAAGQAAAAAGGQAAAAAFfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAABKwAAAAABKwAAAAAAGgAAAAACGgAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAAGGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGKwAAAAADKwAAAAACGgAAAAAGGgAAAAAHGQAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGQAAAAADAAAAAAAAAAAAAAAA version: 6 2,4: ind: 2,4 @@ -707,19 +708,19 @@ entities: version: 6 3,5: ind: 3,5 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAACGgAAAAAEGQAAAAADGQAAAAADGQAAAAAGGgAAAAAHGQAAAAAAGgAAAAABGgAAAAAFfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAAGQAAAAACGQAAAAAGGQAAAAAEGQAAAAACGgAAAAAEGQAAAAADGgAAAAAFGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAAGGQAAAAABGQAAAAAGGQAAAAAGfwAAAAAAGQAAAAAEGQAAAAAEKwAAAAADGgAAAAACGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAACGQAAAAAGGQAAAAACGQAAAAADKwAAAAAAGgAAAAAHfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAADfwAAAAAAKwAAAAACGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAFfwAAAAAAGQAAAAADGgAAAAACKwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGgAAAAAHGQAAAAAFGQAAAAACGQAAAAADfwAAAAAAGQAAAAAAGQAAAAAFGQAAAAACfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGQAAAAABGQAAAAACGQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAACGQAAAAAFGQAAAAACGQAAAAADGQAAAAACGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAAEGQAAAAABGQAAAAACGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAAGgAAAAAAGQAAAAAFGQAAAAABGQAAAAAGGgAAAAAGGQAAAAAFGgAAAAAEGgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAHGQAAAAABGQAAAAAEGQAAAAACGQAAAAAAGgAAAAAAGQAAAAABGgAAAAACGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAEGQAAAAAEGQAAAAACGQAAAAABfwAAAAAAGQAAAAAGGQAAAAAEKwAAAAAAGgAAAAABGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAFKwAAAAACGgAAAAAEfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAGfwAAAAAAKwAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAAGgAAAAACKwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGgAAAAAFGQAAAAADGQAAAAADGQAAAAACfwAAAAAAGQAAAAAFGQAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAADGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGQAAAAAFGQAAAAAGGQAAAAAFfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAAAGQAAAAADGQAAAAADGQAAAAABGQAAAAADGQAAAAAGGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAFGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,5: ind: 4,5 - tiles: GgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADGgAAAAAEGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABfwAAAAAAGQAAAAAAGQAAAAAEIAAAAAABIAAAAAABGgAAAAAFIAAAAAADIAAAAAABIAAAAAABGgAAAAAEGgAAAAAEGgAAAAAAGgAAAAAEGgAAAAADIAAAAAACIAAAAAAAQwAAAAAAQwAAAAAAIAAAAAABIAAAAAABIAAAAAABQwAAAAAAIAAAAAADIAAAAAADIAAAAAAAGgAAAAABGgAAAAADGgAAAAABGgAAAAAGGgAAAAADQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAGgAAAAABQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAFfgAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAHfwAAAAAAfwAAAAAAfgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAFGgAAAAACGgAAAAAFGgAAAAADfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAACGgAAAAAHGgAAAAAEGgAAAAAEGgAAAAACGgAAAAAHGgAAAAAGGgAAAAAHAAAAAAAAGgAAAAAHGgAAAAADGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAEGgAAAAABGgAAAAADGgAAAAAGGgAAAAAHGgAAAAABAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAAFGgAAAAAGGgAAAAACGgAAAAAGGgAAAAAFGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGGgAAAAAAGgAAAAAEGgAAAAACGgAAAAAHGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAABGgAAAAAGGgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAADGgAAAAAFGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAGQAAAAAEGQAAAAAAIAAAAAACIAAAAAADGgAAAAAEIAAAAAAAIAAAAAACIAAAAAADGgAAAAAGGgAAAAACGgAAAAAFGgAAAAAEGgAAAAAAIAAAAAAAIAAAAAAAQwAAAAAAQwAAAAAAIAAAAAABIAAAAAACIAAAAAADQwAAAAAAIAAAAAAAIAAAAAACIAAAAAABGgAAAAAHGgAAAAAAGgAAAAADGgAAAAAEGgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAGgAAAAAHQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAHfgAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAABfwAAAAAAfwAAAAAAfgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAACGgAAAAAAGgAAAAAGGgAAAAAEfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAABGgAAAAAGGgAAAAAGGgAAAAAGGgAAAAAHGgAAAAAEGgAAAAADGgAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAABGgAAAAAHGgAAAAAEGgAAAAACGgAAAAAFGgAAAAAHAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAACGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAFGgAAAAABGgAAAAADGgAAAAAFGgAAAAACGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAAGgAAAAAGGgAAAAACGgAAAAAFGgAAAAAFGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAACGgAAAAAEGgAAAAAGGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,5: ind: 6,5 - tiles: GQAAAAACGQAAAAACAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAADGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAAAGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,5: ind: 5,5 - tiles: GgAAAAAAfwAAAAAAIAAAAAACIAAAAAABGgAAAAAFGgAAAAAAGQAAAAAAGQAAAAAFGQAAAAADGQAAAAABGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAACGgAAAAABIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAACGgAAAAAAGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAGQAAAAACIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAGgAAAAAEGgAAAAACGgAAAAADGQAAAAADGgAAAAACGgAAAAACGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAGgAAAAAHGgAAAAAHGgAAAAAEGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADGQAAAAAGQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAAAGgAAAAADGgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAADQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACGgAAAAADGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAGgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADAAAAAAAAAAAAAAAAGgAAAAACGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAGgAAAAAFGgAAAAADGQAAAAABGQAAAAACGQAAAAAAGQAAAAAFGQAAAAADGQAAAAABGQAAAAAAGQAAAAADGQAAAAAEGQAAAAADGgAAAAAFIAAAAAADIAAAAAADfwAAAAAAfwAAAAAAGgAAAAABGgAAAAAGGgAAAAAAGQAAAAADGQAAAAADGQAAAAAFGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAGQAAAAAFIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAAEGgAAAAAAGQAAAAABGgAAAAACGgAAAAABGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAGIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACGgAAAAAHGgAAAAABGgAAAAAFGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACGgAAAAADGgAAAAAGGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAGQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADGgAAAAAGGgAAAAAFGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADGgAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-5: ind: 5,-5 @@ -782,154 +783,154 @@ entities: color: '#BA8841FF' id: Arrows decals: - 6240: -48.5741,12.641021 - 6241: -51.04285,12.648833 + 7117: -47.808487,13.990226 + 7118: -50.824112,13.990226 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 5115: -19.52188,25.64454 - 5116: -22.029692,25.621103 - 5117: 29.35393,23.657501 - 5118: 27.07268,23.634064 - 6788: -13,-22 - 6789: -16.595276,-22.00405 - 6790: -14.790589,-21.988424 + 4789: -19.52188,25.64454 + 4790: -22.029692,25.621103 + 4791: 29.35393,23.657501 + 4792: 27.07268,23.634064 + 6362: -13,-22 + 6363: -16.595276,-22.00405 + 6364: -14.790589,-21.988424 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 4239: -19,-25 - 6730: -19,-45 + 3936: -19,-25 + 6304: -19,-45 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 6779: -14,-19 + 6353: -14,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6708: -23.029945,-21.439867 - 6729: -23,-44 - 6733: -21,-20 + 6282: -23.029945,-21.439867 + 6303: -23,-44 + 6307: -21,-20 - node: color: '#91D4FFFF' id: ArrowsGreyscale decals: - 6996: 30,-1 - 6997: 31,-1 + 6570: 30,-1 + 6571: 31,-1 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: ArrowsGreyscale decals: - 6998: 27.822773,2.0505733 - 6999: 27.807148,1.0505733 - 7000: 23.822773,2.0427608 - 7001: 23.830585,1.0583858 + 6572: 27.822773,2.0505733 + 6573: 27.807148,1.0505733 + 6574: 23.822773,2.0427608 + 6575: 23.830585,1.0583858 - node: color: '#FFFFFFFF' id: Basalt1 decals: 210: 37,41 - 2988: -99.61036,26.588285 - 4841: 93.02058,51.60418 - 4852: 66.34715,58.84518 - 4865: 73.95262,66.55768 - 5036: 96.39168,49.646423 + 2735: -99.61036,26.588285 + 4515: 93.02058,51.60418 + 4526: 66.34715,58.84518 + 4539: 73.95262,66.55768 + 4710: 96.39168,49.646423 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 288: -105.70246,26.941643 - 289: -102.98371,23.863518 - 290: -100.96809,26.472893 - 291: -100.95246,29.691643 - 292: -101.12434,18.972893 - 4839: 94.12662,39.650402 - 4840: 102.7237,50.338554 - 4844: 95.55183,54.158867 - 4845: 89.750755,51.463554 - 4853: 65.45653,53.67721 - 4854: 71.17528,55.224087 - 5007: 95.92281,26.526537 - 5008: 103.23531,23.081224 - 5009: 97.283325,33.188183 - 5010: 91.11926,33.516308 - 5011: 85.70933,33.896484 - 5012: 94.42808,41.115234 - 5013: 96.5023,50.21054 - 5014: 88.451515,54.826 - 5015: 82.01792,55.224438 - 5016: 77.02674,55.33442 - 5017: 74.21675,48.18598 - 5018: 65.33786,55.943794 - 5019: 69.333954,65.73181 - 5020: 76.6113,70.67297 - 5021: 65.309555,75.46353 - 5022: 61.465096,66.79979 - 5023: 60.726814,60.061504 - 5024: 57.95337,78.038086 - 5025: 55.152588,85.06621 - 5026: 64.66163,79.07793 - 5027: 79.57742,74.000534 - 5028: 86.57352,76.906784 - 5029: 87.31241,68.669266 - 5030: 81.903885,65.11125 - 5031: 90.08174,62.43762 - 5032: 96.50362,63.035275 - 5033: 90.40101,56.661156 - 5034: 102.50646,58.758724 - 5035: 96.989334,53.970642 + 287: -105.70246,26.941643 + 288: -102.98371,23.863518 + 289: -100.96809,26.472893 + 290: -100.95246,29.691643 + 291: -101.12434,18.972893 + 4513: 94.12662,39.650402 + 4514: 102.7237,50.338554 + 4518: 95.55183,54.158867 + 4519: 89.750755,51.463554 + 4527: 65.45653,53.67721 + 4528: 71.17528,55.224087 + 4681: 95.92281,26.526537 + 4682: 103.23531,23.081224 + 4683: 97.283325,33.188183 + 4684: 91.11926,33.516308 + 4685: 85.70933,33.896484 + 4686: 94.42808,41.115234 + 4687: 96.5023,50.21054 + 4688: 88.451515,54.826 + 4689: 82.01792,55.224438 + 4690: 77.02674,55.33442 + 4691: 74.21675,48.18598 + 4692: 65.33786,55.943794 + 4693: 69.333954,65.73181 + 4694: 76.6113,70.67297 + 4695: 65.309555,75.46353 + 4696: 61.465096,66.79979 + 4697: 60.726814,60.061504 + 4698: 57.95337,78.038086 + 4699: 55.152588,85.06621 + 4700: 64.66163,79.07793 + 4701: 79.57742,74.000534 + 4702: 86.57352,76.906784 + 4703: 87.31241,68.669266 + 4704: 81.903885,65.11125 + 4705: 90.08174,62.43762 + 4706: 96.50362,63.035275 + 4707: 90.40101,56.661156 + 4708: 102.50646,58.758724 + 4709: 96.989334,53.970642 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 285: -105.23371,25.754143 - 286: -104.88996,27.597893 - 287: -100.99934,29.222893 - 4971: 101.953514,10.329902 - 4972: 100.68789,23.947906 - 4973: 94.88548,29.055845 - 4974: 92.516785,31.606804 - 4975: 98.419014,36.156094 - 4976: 101.26667,41.858273 - 4977: 99.93073,51.26495 - 4978: 95.231514,49.823544 - 4979: 93.450264,53.292294 - 4980: 97.61042,53.990532 - 4981: 96.23933,57.27736 - 4982: 100.82136,59.252556 - 4983: 92.77103,63.009056 - 4984: 93.90295,64.58206 - 4985: 88.41857,69.08588 - 4986: 86.9917,72.94891 - 4987: 81.58891,69.753204 - 4988: 82.221725,73.16336 - 4989: 83.920944,61.88992 - 4990: 85.90141,76.88017 - 4991: 91.85454,78.075485 - 4992: 74.8638,74.38379 - 4993: 74.72911,65.52536 - 4994: 68.15042,69.81442 - 4995: 65.73852,64.68848 - 4996: 67.05102,55.861427 - 4997: 74.72735,48.126648 - 4998: 78.42977,33.29339 - 4999: 69.17623,39.117607 - 5000: 77.97701,30.437107 - 5001: 91.013565,25.139786 - 5002: 87.85332,21.59596 - 5003: 92.91534,16.061563 - 5004: 94.520805,20.913126 - 5005: 99.61789,22.061563 - 5006: 90.17258,10.411268 + 284: -105.23371,25.754143 + 285: -104.88996,27.597893 + 286: -100.99934,29.222893 + 4645: 101.953514,10.329902 + 4646: 100.68789,23.947906 + 4647: 94.88548,29.055845 + 4648: 92.516785,31.606804 + 4649: 98.419014,36.156094 + 4650: 101.26667,41.858273 + 4651: 99.93073,51.26495 + 4652: 95.231514,49.823544 + 4653: 93.450264,53.292294 + 4654: 97.61042,53.990532 + 4655: 96.23933,57.27736 + 4656: 100.82136,59.252556 + 4657: 92.77103,63.009056 + 4658: 93.90295,64.58206 + 4659: 88.41857,69.08588 + 4660: 86.9917,72.94891 + 4661: 81.58891,69.753204 + 4662: 82.221725,73.16336 + 4663: 83.920944,61.88992 + 4664: 85.90141,76.88017 + 4665: 91.85454,78.075485 + 4666: 74.8638,74.38379 + 4667: 74.72911,65.52536 + 4668: 68.15042,69.81442 + 4669: 65.73852,64.68848 + 4670: 67.05102,55.861427 + 4671: 74.72735,48.126648 + 4672: 78.42977,33.29339 + 4673: 69.17623,39.117607 + 4674: 77.97701,30.437107 + 4675: 91.013565,25.139786 + 4676: 87.85332,21.59596 + 4677: 92.91534,16.061563 + 4678: 94.520805,20.913126 + 4679: 99.61789,22.061563 + 4680: 90.17258,10.411268 - node: color: '#FFFFFFFF' id: Basalt4 @@ -939,99 +940,99 @@ entities: 214: -1,11 217: 3,-7 218: -14,-14 - 294: -106.43684,22.207268 - 295: -103.65559,19.363518 - 296: -101.63996,29.332268 - 2989: -104.75489,18.982817 - 2990: -99.750984,17.846098 - 2991: -87.95603,15.0817375 - 2992: -87.9215,1.822197 - 2993: -100.69823,2.235566 - 4659: 78.19888,84.978485 - 4660: 77.206696,80.81442 - 4838: 99.22427,37.52931 - 4848: 66.4024,54.743618 - 4862: 66.35887,69.92096 - 4866: 76.03856,65.51471 + 293: -106.43684,22.207268 + 294: -103.65559,19.363518 + 295: -101.63996,29.332268 + 2736: -104.75489,18.982817 + 2737: -99.750984,17.846098 + 2738: -87.95603,15.0817375 + 2739: -87.9215,1.822197 + 2740: -100.69823,2.235566 + 4333: 78.19888,84.978485 + 4334: 77.206696,80.81442 + 4512: 99.22427,37.52931 + 4522: 66.4024,54.743618 + 4536: 66.35887,69.92096 + 4540: 76.03856,65.51471 - node: color: '#FFFFFFFF' id: Basalt5 decals: 224: 56,8 - 4656: 76.47232,81.90817 - 4837: 98.06412,38.056652 - 4849: 67.175835,54.216274 - 4855: 73.437,52.235806 - 4858: 70.437,49.880337 - 4863: 67.179184,68.186584 - 7300: -44.444057,-37.832375 + 4330: 76.47232,81.90817 + 4511: 98.06412,38.056652 + 4523: 67.175835,54.216274 + 4529: 73.437,52.235806 + 4532: 70.437,49.880337 + 4537: 67.179184,68.186584 + 6871: -44.444057,-37.832375 - node: color: '#FFFFFFFF' id: Basalt6 decals: 215: 3,16 - 268: -104.92121,26.535393 - 269: -103.26496,28.488518 - 270: -106.10871,26.441643 - 271: -105.90559,25.207268 - 272: -102.23371,23.988518 - 273: -102.95246,22.019768 - 274: -103.74934,21.191643 - 275: -102.93684,21.019768 - 276: -103.78059,19.254143 - 277: -102.32746,18.426018 - 278: -102.95246,18.441643 - 2983: -99.99786,-5.579525 - 2984: -99.611145,-6.3646812 - 2985: -101.94239,-10.427048 - 2986: -100.53614,-12.050097 - 2987: -99.80958,20.762344 - 4842: 93.47761,51.100273 - 4850: 64.50731,55.036587 - 4861: 67.15575,67.155334 - 4868: 76.729965,71.06819 - 4869: 63.909653,76.17592 - 4870: 62.585304,72.767166 - 4871: 58.984917,63.1665 - 4872: 60.892647,61.217464 - 4873: 72.78663,47.70175 - 4874: 73.384,41.707333 - 4875: 77.103874,38.038437 - 4876: 74.78356,34.886093 - 4877: 79.43612,30.653725 - 4878: 81.67582,29.316776 - 4879: 81.617004,29.2005 - 4880: 89.283424,25.58541 - 4881: 94.9762,19.99961 - 4882: 97.54006,19.931826 - 4883: 94.426544,9.595158 - 4884: 97.44998,8.668957 - 4885: 101.082794,11.282238 - 4886: 102.3367,23.698109 - 4887: 99.78201,24.425102 - 4888: 100.39139,27.916481 - 4889: 98.80936,36.606403 - 4890: 93.17848,39.471783 - 4891: 94.174576,42.237408 - 4892: 100.643326,41.642517 - 4893: 101.66286,49.579823 - 4894: 95.34645,49.828194 - 4895: 96.35426,53.60163 - 4896: 97.29176,53.179756 - 4897: 96.518326,57.788383 - 4898: 101.10036,59.265377 - 4899: 93.28503,62.223106 - 4900: 92.0194,63.453575 - 4901: 93.32018,65.56296 - 4902: 91.51511,68.54053 - 4903: 88.63218,68.89754 - 4904: 86.93297,71.68956 - 4905: 86.72202,76.09238 - 4906: 81.45493,72.886536 - 4907: 81.68788,69.36061 - 4908: 75.14882,73.27467 - 4909: 74.84413,74.32936 - 4910: 74.96223,79.80643 + 267: -104.92121,26.535393 + 268: -103.26496,28.488518 + 269: -106.10871,26.441643 + 270: -105.90559,25.207268 + 271: -102.23371,23.988518 + 272: -102.95246,22.019768 + 273: -103.74934,21.191643 + 274: -102.93684,21.019768 + 275: -103.78059,19.254143 + 276: -102.32746,18.426018 + 277: -102.95246,18.441643 + 2730: -99.99786,-5.579525 + 2731: -99.611145,-6.3646812 + 2732: -101.94239,-10.427048 + 2733: -100.53614,-12.050097 + 2734: -99.80958,20.762344 + 4516: 93.47761,51.100273 + 4524: 64.50731,55.036587 + 4535: 67.15575,67.155334 + 4542: 76.729965,71.06819 + 4543: 63.909653,76.17592 + 4544: 62.585304,72.767166 + 4545: 58.984917,63.1665 + 4546: 60.892647,61.217464 + 4547: 72.78663,47.70175 + 4548: 73.384,41.707333 + 4549: 77.103874,38.038437 + 4550: 74.78356,34.886093 + 4551: 79.43612,30.653725 + 4552: 81.67582,29.316776 + 4553: 81.617004,29.2005 + 4554: 89.283424,25.58541 + 4555: 94.9762,19.99961 + 4556: 97.54006,19.931826 + 4557: 94.426544,9.595158 + 4558: 97.44998,8.668957 + 4559: 101.082794,11.282238 + 4560: 102.3367,23.698109 + 4561: 99.78201,24.425102 + 4562: 100.39139,27.916481 + 4563: 98.80936,36.606403 + 4564: 93.17848,39.471783 + 4565: 94.174576,42.237408 + 4566: 100.643326,41.642517 + 4567: 101.66286,49.579823 + 4568: 95.34645,49.828194 + 4569: 96.35426,53.60163 + 4570: 97.29176,53.179756 + 4571: 96.518326,57.788383 + 4572: 101.10036,59.265377 + 4573: 93.28503,62.223106 + 4574: 92.0194,63.453575 + 4575: 93.32018,65.56296 + 4576: 91.51511,68.54053 + 4577: 88.63218,68.89754 + 4578: 86.93297,71.68956 + 4579: 86.72202,76.09238 + 4580: 81.45493,72.886536 + 4581: 81.68788,69.36061 + 4582: 75.14882,73.27467 + 4583: 74.84413,74.32936 + 4584: 74.96223,79.80643 - node: color: '#FFFFFFFF' id: Basalt7 @@ -1039,92 +1040,99 @@ entities: 216: -1,16 219: 49,56 225: 64,8 - 279: -106.24934,20.785393 - 280: -105.76496,20.144768 - 281: -106.04621,20.988518 - 282: -102.23371,25.519768 - 283: -101.63996,25.785393 - 284: -101.63996,30.004143 - 293: -104.87434,23.082268 - 4843: 95.387764,55.15496 - 4851: 65.60887,57.89596 - 4856: 74.3745,51.80221 - 4857: 74.937,51.134243 + 278: -106.24934,20.785393 + 279: -105.76496,20.144768 + 280: -106.04621,20.988518 + 281: -102.23371,25.519768 + 282: -101.63996,25.785393 + 283: -101.63996,30.004143 + 292: -104.87434,23.082268 + 4517: 95.387764,55.15496 + 4525: 65.60887,57.89596 + 4530: 74.3745,51.80221 + 4531: 74.937,51.134243 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 262: -105.06184,23.816643 - 263: -104.85871,20.957268 - 4661: 74.612946,79.68942 - 4859: 70.47215,51.15768 - 4860: 66.136215,66.8858 - 4864: 70.9409,70.29596 + 261: -105.06184,23.816643 + 262: -104.85871,20.957268 + 4335: 74.612946,79.68942 + 4533: 70.47215,51.15768 + 4534: 66.136215,66.8858 + 4538: 70.9409,70.29596 - node: color: '#FFFFFFFF' id: Basalt9 decals: 211: 37,44 - 264: -105.93684,22.972893 - 265: -101.93684,22.176018 - 266: -101.57746,27.582268 - 267: -100.88996,30.160393 - 4657: 75.96451,81.634735 - 4658: 77.706696,84.353485 - 4846: 90.793724,50.84246 - 4847: 84.163475,54.474087 - 4867: 75.37059,65.9483 + 263: -105.93684,22.972893 + 264: -101.93684,22.176018 + 265: -101.57746,27.582268 + 266: -100.88996,30.160393 + 4331: 75.96451,81.634735 + 4332: 77.706696,84.353485 + 4520: 90.793724,50.84246 + 4521: 84.163475,54.474087 + 4541: 75.37059,65.9483 - node: angle: -1.5707963267948966 rad color: '#845606FF' id: Bot decals: - 6781: -17,-21 - 6782: -17,-22 - 6783: -13,-22 - 6784: -13,-21 - 6785: -15,-22 + 6355: -17,-21 + 6356: -17,-22 + 6357: -13,-22 + 6358: -13,-21 + 6359: -15,-22 + - node: + color: '#BA8841FF' + id: Bot + decals: + 7115: -49,14 + 7116: -50,14 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Bot decals: - 6786: -16,-22 - 6787: -14,-22 + 6360: -16,-22 + 6361: -14,-22 - node: color: '#FFFFFFFF' id: Bot decals: 0: 7,25 - 1522: 7,25 - 3293: -63,30 - 3294: -63,29 - 3295: -63,28 - 3296: -61,28 - 3297: -61,29 - 3298: -61,30 - 4647: 42,42 - 4648: 43,42 - 4649: 44,42 - 4650: 96,72 - 4651: 97,72 - 4652: 98,72 - 4653: 98,73 - 4654: 97,73 - 4655: 96,73 - 6731: -21,-19 - 6732: -15,-19 + 1322: 7,25 + 4321: 42,42 + 4322: 43,42 + 4323: 44,42 + 4324: 96,72 + 4325: 97,72 + 4326: 98,72 + 4327: 98,73 + 4328: 97,73 + 4329: 96,73 + 6305: -21,-19 + 6306: -15,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6709: -23,-22 - 6710: -19,-26 - 6711: -23,-46 - 6712: -23,-43 - 6713: -19,-43 - 6714: -19,-46 + 6283: -23,-22 + 6284: -19,-26 + 6285: -23,-46 + 6286: -23,-43 + 6287: -19,-43 + 6288: -19,-46 + - node: + angle: -1.5707963267948966 rad + color: '#BA8841FF' + id: BotGreyscale + decals: + 7119: -51,14 + 7120: -48,14 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -1139,19 +1147,19 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 1523: 8,25 - 1524: 9,25 - 1525: 10,25 - 1526: 11,25 + 1323: 8,25 + 1324: 9,25 + 1325: 10,25 + 1326: 11,25 - node: color: '#B02E26FF' id: Box decals: - 5129: -12,37 - 5130: -11,37 - 5366: -8,37 - 5367: -7,37 - 5368: -6,37 + 4803: -12,37 + 4804: -11,37 + 5040: -8,37 + 5041: -7,37 + 5042: -6,37 - node: color: '#FFFFFFFF' id: Box @@ -1160,4051 +1168,3973 @@ entities: 9: 26,14 10: 26,15 11: 26,11 - 1521: 26,13 - 1985: 40,46 - 1986: 41,46 - 1987: 43,46 - 1988: 44,46 - 1989: 34,51 - 1990: 35,51 - 1991: 35,50 - 1992: 34,50 - 1993: 49,50 - 1994: 50,50 - 1995: 49,51 - 1996: 50,51 - 1997: 60,50 - 4257: 26,16 - 4610: 23,-24 - 4611: 21,-24 - 4612: 21,-23 - 4613: 23,-23 - 5631: -36,12 - 5632: -35,12 - 5658: 97,-11 - 5659: 105,-11 - 5660: 105,-23 - 5661: 97,-23 - 5947: -49,39 - 5948: -48,39 - 5949: -47,39 - 5950: -46,39 - 5951: -61,46 - 5952: -60,46 - 5953: -59,46 - 5954: -58,46 - 5955: -57,46 - 5956: -56,46 - 6876: 28,16 - 6877: 28,15 - 6878: 28,14 - 6879: 28,13 - 6880: 28,12 - 6881: 28,11 + 1321: 26,13 + 1733: 40,46 + 1734: 41,46 + 1735: 43,46 + 1736: 44,46 + 1737: 34,51 + 1738: 35,51 + 1739: 35,50 + 1740: 34,50 + 1741: 49,50 + 1742: 50,50 + 1743: 49,51 + 1744: 50,51 + 1745: 60,50 + 3950: 26,16 + 4284: 23,-24 + 4285: 21,-24 + 4286: 21,-23 + 4287: 23,-23 + 5305: -36,12 + 5306: -35,12 + 5332: 97,-11 + 5333: 105,-11 + 5334: 105,-23 + 5335: 97,-23 + 6450: 28,16 + 6451: 28,15 + 6452: 28,14 + 6453: 28,13 + 6454: 28,12 + 6455: 28,11 - node: color: '#B02E26FF' id: BoxGreyscale decals: - 5774: 1,-27 - 5775: 1,-21 - 6011: 1,40 - 6012: 1,46 + 5448: 1,-27 + 5449: 1,-21 + 5620: 1,40 + 5621: 1,46 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 7041: -21,-22 - 7042: -21,-23 - 7043: -21,-24 - 7044: -20,-24 - 7045: -20,-23 - 7046: -20,-22 + 6615: -21,-22 + 6616: -21,-23 + 6617: -21,-24 + 6618: -20,-24 + 6619: -20,-23 + 6620: -20,-22 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: BoxGreyscale decals: - 6715: -24,-44 - 6716: -24,-45 - 6717: -23,-45 - 6718: -23,-44 - 6719: -21,-44 - 6720: -22,-44 - 6721: -22,-45 - 6722: -21,-45 - 6723: -20,-45 - 6724: -20,-44 - 6725: -19,-44 - 6726: -19,-45 - 6727: -18,-45 - 6728: -18,-44 + 6289: -24,-44 + 6290: -24,-45 + 6291: -23,-45 + 6292: -23,-44 + 6293: -21,-44 + 6294: -22,-44 + 6295: -22,-45 + 6296: -21,-45 + 6297: -20,-45 + 6298: -20,-44 + 6299: -19,-44 + 6300: -19,-45 + 6301: -18,-45 + 6302: -18,-44 - node: color: '#DFAA16FF' id: BrickCornerOverlayNE decals: - 6481: 33,-31 + 6055: 33,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNE decals: - 6511: 33,-31 - - node: - color: '#BA8841FF' - id: BrickCornerOverlayNW - decals: - 5911: -56,37 + 6085: 33,-31 - node: color: '#DFAA16FF' id: BrickCornerOverlayNW decals: - 6491: 34,-31 + 6065: 34,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNW decals: - 6514: 34,-31 + 6088: 34,-31 - node: color: '#DFAA16FF' id: BrickCornerOverlaySE decals: - 6482: 33,-30 + 6056: 33,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySE decals: - 6513: 33,-30 + 6087: 33,-30 - node: color: '#DFAA16FF' id: BrickCornerOverlaySW decals: - 6492: 34,-30 + 6066: 34,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySW decals: - 6512: 34,-30 + 6086: 34,-30 - node: color: '#DFAA16FF' id: BrickLineOverlayS decals: - 6502: 33.18141,-30.250166 - 6503: 33.265118,-29.998882 - 6504: 32.99964,-30.171968 - 6505: 33.318783,-30.158688 - 6506: 33.86722,-29.999313 - 6507: 33.99847,-30.089937 - 6508: 33.999252,-30.086031 - 6509: 33.621906,-30.13447 - 6510: 33.69769,-30.250875 + 6076: 33.18141,-30.250166 + 6077: 33.265118,-29.998882 + 6078: 32.99964,-30.171968 + 6079: 33.318783,-30.158688 + 6080: 33.86722,-29.999313 + 6081: 33.99847,-30.089937 + 6082: 33.999252,-30.086031 + 6083: 33.621906,-30.13447 + 6084: 33.69769,-30.250875 - node: color: '#DFAA16FF' id: BrickLineOverlayW decals: - 6493: 33.999493,-30.060682 - 6494: 33.748947,-30.119276 - 6495: 33.88098,-29.999744 - 6496: 33.865356,-30.1599 - 6497: 33.87473,-30.913055 - 6498: 33.87317,-30.999775 - 6499: 33.751293,-30.881025 - 6500: 33.74973,-30.86618 - 6501: 33.999634,-30.798994 + 6067: 33.999493,-30.060682 + 6068: 33.748947,-30.119276 + 6069: 33.88098,-29.999744 + 6070: 33.865356,-30.1599 + 6071: 33.87473,-30.913055 + 6072: 33.87317,-30.999775 + 6073: 33.751293,-30.881025 + 6074: 33.74973,-30.86618 + 6075: 33.999634,-30.798994 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 7056: 63,23 - 7082: 63,15 + 6630: 63,23 + 6656: 63,15 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 7055: 53,23 - 7081: 53,15 + 6629: 53,23 + 6655: 53,15 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 7053: 63,11 - 7083: 63,19 + 6627: 63,11 + 6657: 63,19 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 7054: 53,11 - 7084: 53,19 + 6628: 53,11 + 6658: 53,19 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: - 7124: 53,11 - 7125: 53,19 - 7173: 57,11 - 7174: 57,19 - 7187: -56,-24 + 6698: 53,11 + 6699: 53,19 + 6747: 57,11 + 6748: 57,19 + 6760: -56,-24 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 7129: 57,19 - 7130: 57,11 - 7167: 63,19 - 7168: 63,11 + 6703: 57,19 + 6704: 57,11 + 6741: 63,19 + 6742: 63,11 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 7131: 53,15 - 7132: 53,23 - 7169: 57,23 - 7170: 57,15 + 6705: 53,15 + 6706: 53,23 + 6743: 57,23 + 6744: 57,15 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 7133: 57,23 - 7134: 57,15 - 7171: 63,15 - 7172: 63,23 + 6707: 57,23 + 6708: 57,15 + 6745: 63,15 + 6746: 63,23 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 7066: 63,12 - 7067: 63,13 - 7068: 63,14 - 7069: 63,20 - 7070: 63,21 - 7071: 63,22 - 7106: 53,22 - 7107: 53,21 - 7108: 53,20 - 7115: 53,14 - 7116: 53,13 - 7117: 53,12 - 7145: 57,12 - 7146: 57,13 - 7147: 57,14 - 7148: 57,20 - 7149: 57,21 - 7150: 57,22 - 7176: -56,-15 - 7177: -56,-16 - 7178: -56,-17 - 7179: -56,-18 - 7180: -56,-19 - 7181: -56,-21 - 7182: -56,-23 - 7183: -56,-22 + 6640: 63,12 + 6641: 63,13 + 6642: 63,14 + 6643: 63,20 + 6644: 63,21 + 6645: 63,22 + 6680: 53,22 + 6681: 53,21 + 6682: 53,20 + 6689: 53,14 + 6690: 53,13 + 6691: 53,12 + 6719: 57,12 + 6720: 57,13 + 6721: 57,14 + 6722: 57,20 + 6723: 57,21 + 6724: 57,22 + 6749: -56,-15 + 6750: -56,-16 + 6751: -56,-17 + 6752: -56,-18 + 6753: -56,-19 + 6754: -56,-21 + 6755: -56,-23 + 6756: -56,-22 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 7072: 62,23 - 7073: 61,23 - 7074: 60,23 - 7075: 59,23 - 7076: 58,23 - 7077: 57,23 - 7078: 56,23 - 7079: 55,23 - 7080: 54,23 - 7094: 54,15 - 7095: 55,15 - 7096: 56,15 - 7097: 57,15 - 7098: 58,15 - 7099: 59,15 - 7100: 60,15 - 7101: 61,15 - 7102: 62,15 - 7121: 54,11 - 7122: 55,11 - 7123: 56,11 - 7126: 54,19 - 7127: 55,19 - 7128: 56,19 - 7135: 58,19 - 7136: 59,19 - 7137: 60,19 - 7138: 61,19 - 7139: 62,19 - 7140: 58,11 - 7141: 59,11 - 7142: 60,11 - 7143: 61,11 - 7144: 62,11 - 7184: -55,-24 - 7185: -54,-24 - 7186: -53,-24 + 6646: 62,23 + 6647: 61,23 + 6648: 60,23 + 6649: 59,23 + 6650: 58,23 + 6651: 57,23 + 6652: 56,23 + 6653: 55,23 + 6654: 54,23 + 6668: 54,15 + 6669: 55,15 + 6670: 56,15 + 6671: 57,15 + 6672: 58,15 + 6673: 59,15 + 6674: 60,15 + 6675: 61,15 + 6676: 62,15 + 6695: 54,11 + 6696: 55,11 + 6697: 56,11 + 6700: 54,19 + 6701: 55,19 + 6702: 56,19 + 6709: 58,19 + 6710: 59,19 + 6711: 60,19 + 6712: 61,19 + 6713: 62,19 + 6714: 58,11 + 6715: 59,11 + 6716: 60,11 + 6717: 61,11 + 6718: 62,11 + 6757: -55,-24 + 6758: -54,-24 + 6759: -53,-24 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 7057: 54,11 - 7058: 55,11 - 7059: 56,11 - 7060: 57,11 - 7061: 58,11 - 7062: 59,11 - 7063: 60,11 - 7064: 61,11 - 7065: 62,11 - 7085: 54,19 - 7086: 55,19 - 7087: 56,19 - 7088: 57,19 - 7089: 59,19 - 7090: 58,19 - 7091: 60,19 - 7092: 61,19 - 7093: 62,19 - 7109: 54,23 - 7110: 55,23 - 7111: 56,23 - 7112: 54,15 - 7113: 55,15 - 7114: 56,15 - 7157: 58,15 - 7158: 59,15 - 7159: 60,15 - 7160: 61,15 - 7161: 62,15 - 7162: 58,23 - 7163: 59,23 - 7164: 60,23 - 7165: 61,23 - 7166: 62,23 + 6631: 54,11 + 6632: 55,11 + 6633: 56,11 + 6634: 57,11 + 6635: 58,11 + 6636: 59,11 + 6637: 60,11 + 6638: 61,11 + 6639: 62,11 + 6659: 54,19 + 6660: 55,19 + 6661: 56,19 + 6662: 57,19 + 6663: 59,19 + 6664: 58,19 + 6665: 60,19 + 6666: 61,19 + 6667: 62,19 + 6683: 54,23 + 6684: 55,23 + 6685: 56,23 + 6686: 54,15 + 6687: 55,15 + 6688: 56,15 + 6731: 58,15 + 6732: 59,15 + 6733: 60,15 + 6734: 61,15 + 6735: 62,15 + 6736: 58,23 + 6737: 59,23 + 6738: 60,23 + 6739: 61,23 + 6740: 62,23 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 7047: 53,22 - 7048: 53,21 - 7049: 53,20 - 7050: 53,14 - 7051: 53,13 - 7052: 53,12 - 7103: 57,22 - 7104: 57,21 - 7105: 57,20 - 7118: 57,14 - 7119: 57,13 - 7120: 57,12 - 7151: 63,22 - 7152: 63,21 - 7153: 63,20 - 7154: 63,14 - 7155: 63,13 - 7156: 63,12 + 6621: 53,22 + 6622: 53,21 + 6623: 53,20 + 6624: 53,14 + 6625: 53,13 + 6626: 53,12 + 6677: 57,22 + 6678: 57,21 + 6679: 57,20 + 6692: 57,14 + 6693: 57,13 + 6694: 57,12 + 6725: 63,22 + 6726: 63,21 + 6727: 63,20 + 6728: 63,14 + 6729: 63,13 + 6730: 63,12 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe decals: - 1027: -3,-5 - 1030: -9,-8 - 1062: -6,-1 - 1074: -14,-8 - 1102: -3,16 - 1103: -7,16 - 1119: 36,7 - 1120: 34,13 - 1121: 34,16 - 1167: 22,3 - 6865: 29,16 - 6925: 23,16 + 1026: -3,-5 + 1029: -9,-8 + 1061: -6,-1 + 1073: -14,-8 + 1101: -3,16 + 1102: -7,16 + 1118: 36,7 + 1119: 34,13 + 1120: 34,16 + 1166: 22,3 + 6439: 29,16 + 6499: 23,16 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 4388: 11,68 - 4389: 14,66 - 4390: 5,66 - 5328: -12,55 - 5745: 11,-22 + 4062: 11,68 + 4063: 14,66 + 4064: 5,66 + 5002: -12,55 + 5419: 11,-22 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw decals: - 1028: -9,-5 - 1029: -12,-8 - 1063: -9,-1 - 1073: -18,-8 - 1104: -9,16 - 1105: -5,16 - 1122: 33,7 - 1168: 19,3 - 6864: 25,16 - 6920: 5,16 + 1027: -9,-5 + 1028: -12,-8 + 1062: -9,-1 + 1072: -18,-8 + 1103: -9,16 + 1104: -5,16 + 1121: 33,7 + 1167: 19,3 + 6438: 25,16 + 6494: 5,16 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 4391: 4,66 - 4392: 7,68 - 4399: 13,66 - 5333: -15,55 - 5746: 10,-22 - 5747: 5,-23 + 4065: 4,66 + 4066: 7,68 + 4073: 13,66 + 5007: -15,55 + 5420: 10,-22 + 5421: 5,-23 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe decals: - 1032: -9,-12 - 1064: -6,-3 - 1072: -14,-12 - 1110: -3,9 - 1124: 36,5 - 1137: 34,15 - 1169: 22,0 - 6347: -3,-11 - 6348: -4,-12 - 6926: 23,9 + 1031: -9,-12 + 1063: -6,-3 + 1071: -14,-12 + 1109: -3,9 + 1123: 36,5 + 1136: 34,15 + 1168: 22,0 + 5921: -3,-11 + 5922: -4,-12 + 6500: 23,9 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 4393: 11,64 - 4394: 14,64 - 4395: 5,64 - 5329: -12,48 - 5748: 11,-24 + 4067: 11,64 + 4068: 14,64 + 4069: 5,64 + 5003: -12,48 + 5422: 11,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 7038: -41,-31 + 6612: -41,-31 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw decals: - 1031: -7,-12 - 1033: -12,-12 - 1054: -9,-6 - 1065: -9,-3 - 1078: -18,-12 - 1109: -9,9 - 1123: 33,5 - 1181: 19,0 - 6875: 25,9 - 6917: 5,9 + 1030: -7,-12 + 1032: -12,-12 + 1053: -9,-6 + 1064: -9,-3 + 1077: -18,-12 + 1108: -9,9 + 1122: 33,5 + 1180: 19,0 + 6449: 25,9 + 6491: 5,9 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 4396: 4,64 - 4397: 7,64 - 4398: 13,64 - 5330: -15,48 - 5749: 5,-24 + 4070: 4,64 + 4071: 7,64 + 4072: 13,64 + 5004: -15,48 + 5423: 5,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 7031: -48,-31 + 6605: -48,-31 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN decals: - 7040: -41,-29 + 6614: -41,-29 - node: color: '#B02E26FF' id: BrickTileSteelEndW decals: - 700: -2,59 + 699: -2,59 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNe decals: - 1117: -7,14 - 6868: 29,13 + 1116: -7,14 + 6442: 29,13 - node: color: '#B02E26FF' id: BrickTileSteelInnerNe decals: - 5359: -12,52 + 5033: -12,52 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 7017: -48,-31 + 6591: -48,-31 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw decals: - 1116: -5,14 + 1115: -5,14 - node: color: '#B02E26FF' id: BrickTileSteelInnerNw decals: - 701: -1,59 - 5759: 10,-23 + 700: -1,59 + 5433: 10,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 7016: -41,-31 + 6590: -41,-31 - node: color: '#B02E26FF' id: BrickTileSteelInnerSe decals: - 5358: -12,51 + 5032: -12,51 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw decals: - 1061: -7,-6 + 1060: -7,-6 - node: color: '#B02E26FF' id: BrickTileSteelInnerSw decals: - 702: -1,59 + 701: -1,59 - node: color: '#91D4FFFF' id: BrickTileSteelLineE decals: - 1039: -9,-9 - 1040: -9,-10 - 1041: -9,-11 - 1042: -3,-10 - 1043: -3,-9 - 1044: -3,-8 - 1045: -3,-7 - 1046: -3,-6 - 1071: -6,-2 - 1075: -14,-9 - 1076: -14,-10 - 1077: -14,-11 - 1094: -3,10 - 1095: -3,11 - 1096: -3,12 - 1097: -3,13 - 1098: -3,14 - 1099: -3,15 - 1100: -7,15 - 1149: 34,12 - 1150: 34,11 - 1177: 22,2 - 1178: 22,1 - 6866: 29,15 - 6867: 29,14 - 6929: 23,10 - 6930: 23,11 - 6931: 23,12 - 6932: 23,13 - 6933: 23,14 - 6934: 23,15 + 1038: -9,-9 + 1039: -9,-10 + 1040: -9,-11 + 1041: -3,-10 + 1042: -3,-9 + 1043: -3,-8 + 1044: -3,-7 + 1045: -3,-6 + 1070: -6,-2 + 1074: -14,-9 + 1075: -14,-10 + 1076: -14,-11 + 1093: -3,10 + 1094: -3,11 + 1095: -3,12 + 1096: -3,13 + 1097: -3,14 + 1098: -3,15 + 1099: -7,15 + 1148: 34,12 + 1149: 34,11 + 1176: 22,2 + 1177: 22,1 + 6440: 29,15 + 6441: 29,14 + 6503: 23,10 + 6504: 23,11 + 6505: 23,12 + 6506: 23,13 + 6507: 23,14 + 6508: 23,15 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 4400: 14,65 - 4401: 11,67 - 4402: 11,66 - 4403: 11,65 - 4404: 5,65 - 5336: -12,54 - 5337: -12,49 - 5338: -12,50 - 5339: -12,53 - 5760: 11,-23 + 4074: 14,65 + 4075: 11,67 + 4076: 11,66 + 4077: 11,65 + 4078: 5,65 + 5010: -12,54 + 5011: -12,49 + 5012: -12,50 + 5013: -12,53 + 5434: 11,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 7004: -48,-26 - 7005: -48,-27 - 7006: -48,-28 - 7007: -48,-29 - 7008: -48,-30 - 7022: -51,-26 - 7023: -51,-27 - 7024: -51,-29 - 7025: -51,-30 - 7039: -41,-30 - 7198: -50,-15 - 7199: -50,-16 - 7200: -50,-17 - 7201: -50,-18 - 7202: -50,-19 - 7203: -50,-20 - 7204: -50,-21 - 7205: -50,-22 - 7206: -50,-23 - 7207: -50,-24 + 6578: -48,-26 + 6579: -48,-27 + 6580: -48,-28 + 6581: -48,-29 + 6582: -48,-30 + 6596: -51,-26 + 6597: -51,-27 + 6598: -51,-29 + 6599: -51,-30 + 6613: -41,-30 + 6771: -50,-15 + 6772: -50,-16 + 6773: -50,-17 + 6774: -50,-18 + 6775: -50,-19 + 6776: -50,-20 + 6777: -50,-21 + 6778: -50,-22 + 6779: -50,-23 + 6780: -50,-24 - node: color: '#91D4FFFF' id: BrickTileSteelLineN decals: - 455: -13,-5 - 1036: -11,-8 - 1037: -10,-8 - 1056: -8,-5 - 1057: -7,-5 - 1058: -6,-5 - 1059: -5,-5 - 1060: -4,-5 - 1068: -8,-1 - 1069: -7,-1 - 1082: -17,-8 - 1083: -16,-8 - 1084: -15,-8 - 1106: -8,16 - 1107: -4,16 - 1108: -6,14 - 1138: 26,16 - 1139: 30,16 - 1140: 31,16 - 1141: 32,16 - 1142: 33,16 - 1143: 34,7 - 1144: 35,7 - 1145: 33,13 - 1146: 32,13 - 1147: 31,13 - 1148: 30,13 - 1184: 20,3 - 1185: 21,3 - 6862: 27,16 - 6863: 28,16 - 6921: 6,16 - 6922: 7,16 - 6923: 21,16 - 6924: 22,16 + 454: -13,-5 + 1035: -11,-8 + 1036: -10,-8 + 1055: -8,-5 + 1056: -7,-5 + 1057: -6,-5 + 1058: -5,-5 + 1059: -4,-5 + 1067: -8,-1 + 1068: -7,-1 + 1081: -17,-8 + 1082: -16,-8 + 1083: -15,-8 + 1105: -8,16 + 1106: -4,16 + 1107: -6,14 + 1137: 26,16 + 1138: 30,16 + 1139: 31,16 + 1140: 32,16 + 1141: 33,16 + 1142: 34,7 + 1143: 35,7 + 1144: 33,13 + 1145: 32,13 + 1146: 31,13 + 1147: 30,13 + 1183: 20,3 + 1184: 21,3 + 6436: 27,16 + 6437: 28,16 + 6495: 6,16 + 6496: 7,16 + 6497: 21,16 + 6498: 22,16 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 4410: 8,68 - 4411: 9,68 - 4412: 10,68 - 5334: -14,55 - 5335: -13,55 - 5340: -11,52 - 5341: -10,52 - 5342: -9,52 - 5343: -8,52 - 5344: -7,52 - 5345: -6,52 - 5346: -5,52 - 5347: -4,52 - 5348: -3,52 - 5755: 6,-23 - 5756: 7,-23 - 5757: 8,-23 - 5758: 9,-23 + 4084: 8,68 + 4085: 9,68 + 4086: 10,68 + 5008: -14,55 + 5009: -13,55 + 5014: -11,52 + 5015: -10,52 + 5016: -9,52 + 5017: -8,52 + 5018: -7,52 + 5019: -6,52 + 5020: -5,52 + 5021: -4,52 + 5022: -3,52 + 5429: 6,-23 + 5430: 7,-23 + 5431: 8,-23 + 5432: 9,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 7009: -47,-31 - 7010: -46,-31 - 7011: -45,-31 - 7012: -44,-31 - 7013: -43,-31 - 7014: -42,-31 + 6583: -47,-31 + 6584: -46,-31 + 6585: -45,-31 + 6586: -44,-31 + 6587: -43,-31 + 6588: -42,-31 - node: color: '#91D4FFFF' id: BrickTileSteelLineS decals: - 454: -13,-6 - 1034: -11,-12 - 1035: -10,-12 - 1047: -5,-12 - 1048: -6,-12 - 1055: -8,-6 - 1066: -8,-3 - 1067: -7,-3 - 1079: -17,-12 - 1080: -16,-12 - 1081: -15,-12 - 1111: -4,9 - 1112: -5,9 - 1113: -6,9 - 1114: -7,9 - 1115: -8,9 - 1125: 26,9 - 1126: 27,9 - 1127: 28,9 - 1128: 29,9 - 1129: 30,9 - 1130: 31,9 - 1131: 34,5 - 1132: 35,5 - 1133: 30,15 - 1134: 31,15 - 1135: 32,15 - 1136: 33,15 - 1179: 20,0 - 1180: 21,0 - 6894: 32,9 - 6918: 6,9 - 6919: 7,9 - 6927: 22,9 - 6928: 21,9 + 453: -13,-6 + 1033: -11,-12 + 1034: -10,-12 + 1046: -5,-12 + 1047: -6,-12 + 1054: -8,-6 + 1065: -8,-3 + 1066: -7,-3 + 1078: -17,-12 + 1079: -16,-12 + 1080: -15,-12 + 1110: -4,9 + 1111: -5,9 + 1112: -6,9 + 1113: -7,9 + 1114: -8,9 + 1124: 26,9 + 1125: 27,9 + 1126: 28,9 + 1127: 29,9 + 1128: 30,9 + 1129: 31,9 + 1130: 34,5 + 1131: 35,5 + 1132: 30,15 + 1133: 31,15 + 1134: 32,15 + 1135: 33,15 + 1178: 20,0 + 1179: 21,0 + 6468: 32,9 + 6492: 6,9 + 6493: 7,9 + 6501: 22,9 + 6502: 21,9 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: - 593: -4,47 - 4413: 8,64 - 4414: 9,64 - 4415: 10,64 - 5331: -14,48 - 5332: -13,48 - 5349: -11,51 - 5350: -10,51 - 5351: -9,51 - 5352: -8,51 - 5353: -7,51 - 5354: -6,51 - 5355: -5,51 - 5356: -4,51 - 5357: -3,51 - 5750: 6,-24 - 5751: 7,-24 - 5752: 8,-24 - 5753: 9,-24 - 5754: 10,-24 - 5778: 10,-20 - 5779: 11,-20 - 5780: 12,-20 - 5781: 13,-20 - 5782: 14,-20 - 5783: 15,-20 + 592: -4,47 + 4087: 8,64 + 4088: 9,64 + 4089: 10,64 + 5005: -14,48 + 5006: -13,48 + 5023: -11,51 + 5024: -10,51 + 5025: -9,51 + 5026: -8,51 + 5027: -7,51 + 5028: -6,51 + 5029: -5,51 + 5030: -4,51 + 5031: -3,51 + 5424: 6,-24 + 5425: 7,-24 + 5426: 8,-24 + 5427: 9,-24 + 5428: 10,-24 + 5452: 10,-20 + 5453: 11,-20 + 5454: 12,-20 + 5455: 13,-20 + 5456: 14,-20 + 5457: 15,-20 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 7032: -47,-31 - 7033: -46,-31 - 7034: -45,-31 - 7035: -44,-31 - 7036: -43,-31 - 7037: -42,-31 + 6606: -47,-31 + 6607: -46,-31 + 6608: -45,-31 + 6609: -44,-31 + 6610: -43,-31 + 6611: -42,-31 - node: color: '#91D4FFFF' id: BrickTileSteelLineW decals: - 1038: -12,-11 - 1049: -7,-11 - 1050: -7,-10 - 1051: -7,-9 - 1052: -7,-8 - 1053: -7,-7 - 1070: -9,-2 - 1085: -18,-9 - 1086: -18,-10 - 1087: -18,-11 - 1088: -9,15 - 1089: -9,14 - 1090: -9,11 - 1091: -9,10 - 1092: -9,13 - 1093: -9,12 - 1101: -5,15 - 1151: 33,6 - 1182: 19,1 - 1183: 19,2 - 6869: 25,15 - 6870: 25,14 - 6871: 25,13 - 6872: 25,12 - 6873: 25,11 - 6874: 25,10 - 6911: 5,15 - 6912: 5,14 - 6913: 5,13 - 6914: 5,12 - 6915: 5,11 - 6916: 5,10 + 1037: -12,-11 + 1048: -7,-11 + 1049: -7,-10 + 1050: -7,-9 + 1051: -7,-8 + 1052: -7,-7 + 1069: -9,-2 + 1084: -18,-9 + 1085: -18,-10 + 1086: -18,-11 + 1087: -9,15 + 1088: -9,14 + 1089: -9,11 + 1090: -9,10 + 1091: -9,13 + 1092: -9,12 + 1100: -5,15 + 1150: 33,6 + 1181: 19,1 + 1182: 19,2 + 6443: 25,15 + 6444: 25,14 + 6445: 25,13 + 6446: 25,12 + 6447: 25,11 + 6448: 25,10 + 6485: 5,15 + 6486: 5,14 + 6487: 5,13 + 6488: 5,12 + 6489: 5,11 + 6490: 5,10 - node: color: '#B02E26FF' id: BrickTileSteelLineW decals: - 587: -15,49 - 588: -15,50 - 589: -15,51 - 590: -15,52 - 591: -15,53 - 592: -15,54 - 687: -1,56 - 688: -1,55 - 689: -1,54 - 690: -1,53 - 691: -1,52 - 692: -1,51 - 693: -1,50 - 694: -1,49 - 695: -1,48 - 696: -1,47 - 697: -1,61 - 698: -1,60 - 699: -1,58 - 4405: 4,65 - 4406: 7,67 - 4407: 7,66 - 4408: 7,65 - 4409: 13,65 + 586: -15,49 + 587: -15,50 + 588: -15,51 + 589: -15,52 + 590: -15,53 + 591: -15,54 + 686: -1,56 + 687: -1,55 + 688: -1,54 + 689: -1,53 + 690: -1,52 + 691: -1,51 + 692: -1,50 + 693: -1,49 + 694: -1,48 + 695: -1,47 + 696: -1,61 + 697: -1,60 + 698: -1,58 + 4079: 4,65 + 4080: 7,67 + 4081: 7,66 + 4082: 7,65 + 4083: 13,65 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 7015: -41,-30 - 7018: -51,-26 - 7019: -51,-27 - 7020: -51,-29 - 7021: -51,-30 - 7026: -48,-26 - 7027: -48,-27 - 7028: -48,-28 - 7029: -48,-29 - 7030: -48,-30 - 7175: 66,-9 - 7188: -51,-24 - 7189: -51,-23 - 7190: -51,-22 - 7191: -51,-21 - 7192: -51,-20 - 7193: -51,-19 - 7194: -51,-18 - 7195: -51,-17 - 7196: -51,-16 - 7197: -51,-15 + 6589: -41,-30 + 6592: -51,-26 + 6593: -51,-27 + 6594: -51,-29 + 6595: -51,-30 + 6600: -48,-26 + 6601: -48,-27 + 6602: -48,-28 + 6603: -48,-29 + 6604: -48,-30 + 6761: -51,-24 + 6762: -51,-23 + 6763: -51,-22 + 6764: -51,-21 + 6765: -51,-20 + 6766: -51,-19 + 6767: -51,-18 + 6768: -51,-17 + 6769: -51,-16 + 6770: -51,-15 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 735: 7,42 - 763: 14,40 - 777: 20,40 - 780: 19,50 - 815: 15,50 - 816: 11,56 - 854: 15,43 - 885: 29,52 - 903: 19,57 - 904: 20,56 - 919: 22,57 - 920: 21,58 - 939: 28,56 - 950: 9,30 - 951: 14,30 - 952: 20,29 - 953: 12,25 - 6282: 6,62 + 734: 7,42 + 762: 14,40 + 776: 20,40 + 779: 19,50 + 814: 15,50 + 815: 11,56 + 853: 15,43 + 884: 29,52 + 902: 19,57 + 903: 20,56 + 918: 22,57 + 919: 21,58 + 938: 28,56 + 949: 9,30 + 950: 14,30 + 951: 20,29 + 952: 12,25 + 5856: 6,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe decals: - 1609: 36,-1 + 1409: 36,-1 - node: color: '#80C71FFF' id: BrickTileWhiteCornerNe decals: - 4486: -14,7 - 4521: -16,7 - 4522: -18,7 - 4523: -20,7 - 4524: -22,7 - 4525: -6,7 + 4160: -14,7 + 4195: -16,7 + 4196: -18,7 + 4197: -20,7 + 4198: -22,7 + 4199: -6,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNe decals: - 2416: -25,-19 - 2417: -25,-24 - 2418: -10,-28 - 2419: -4,-23 - 2420: -13,-24 - 2421: -10,-33 - 2422: -7,-41 - 6552: -10,-19 - 6560: -16,-39 - 6587: -25,-41 - 6592: -28,-41 - 6646: -10,-39 - 6755: -16,-33 + 2164: -25,-19 + 2165: -25,-24 + 2166: -10,-28 + 2167: -4,-23 + 2168: -13,-24 + 2169: -10,-33 + 2170: -7,-41 + 6126: -10,-19 + 6134: -16,-39 + 6161: -25,-41 + 6166: -28,-41 + 6220: -10,-39 + 6329: -16,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNe decals: - 5612: -35,12 - 5613: -38,13 + 5286: -35,12 + 5287: -38,13 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe decals: - 351: -14,-1 - 352: -20,-1 - 353: -11,16 - 1153: 31,7 - 4448: 7,-5 - 4449: 13,-5 - 4450: 13,-8 - 4451: 7,-10 - 6291: 2,7 - 6297: 6,3 - 6342: -6,3 - 6793: 10,16 - 6794: 20,16 - 6882: 10,7 + 350: -14,-1 + 351: -20,-1 + 352: -11,16 + 1152: 31,7 + 4122: 7,-5 + 4123: 13,-5 + 4124: 13,-8 + 4125: 7,-10 + 5865: 2,7 + 5871: 6,3 + 5916: -6,3 + 6367: 10,16 + 6368: 20,16 + 6456: 10,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe decals: - 595: -11,64 - 603: -2,64 - 607: -30,62 - 3329: -36,67 - 6084: -42,60 - 6107: -19,58 + 594: -11,64 + 602: -2,64 + 606: -30,62 + 3070: -36,67 + 5693: -42,60 + 5716: -19,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe decals: - 507: -5,35 - 508: -5,30 - 534: -14,26 - 553: -9,30 - 732: -10,22 - 5405: -13,46 - 5424: -26,51 - 5445: -17,51 - 6019: -2,40 - 7253: -25,30 + 506: -5,35 + 507: -5,30 + 533: -14,26 + 552: -9,30 + 731: -10,22 + 5079: -13,46 + 5098: -26,51 + 5119: -17,51 + 5628: -2,40 + 6824: -25,30 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe decals: - 1627: 50,21 - 1657: 32,24 - 1658: 32,30 - 1659: 40,30 - 1660: 40,26 - 1661: 49,26 - 1662: 50,24 - 1663: 49,30 - 1664: 46,30 - 1665: 44,34 - 1666: 50,40 - 1667: 50,51 - 1668: 45,51 - 1669: 47,57 - 1670: 41,57 - 1671: 35,51 - 1676: 40,44 - 1693: 63,30 - 1694: 49,34 - 1951: 54,49 - 1952: 53,51 - 4643: 49,44 + 1427: 50,21 + 1455: 32,24 + 1456: 32,30 + 1457: 40,30 + 1458: 40,26 + 1459: 49,26 + 1460: 50,24 + 1461: 49,30 + 1462: 46,30 + 1463: 44,34 + 1464: 50,40 + 1465: 50,51 + 1466: 45,51 + 1467: 35,51 + 1470: 40,44 + 1487: 63,30 + 1488: 49,34 + 1710: 54,49 + 1711: 53,51 + 4317: 49,44 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe decals: - 1324: -48,27 - 1325: -48,23 - 1326: -48,18 - 1327: -58,20 - 1337: -58,27 - 1338: -59,30 - 1339: -60,36 - 4615: 23,-19 - 5910: -54,37 - 5957: -44,35 - 6207: -58,13 - 6222: -48,13 - 7208: -44,31 + 4289: 23,-19 + 6885: -54,19 + 6886: -54,14 + 6887: -58,15 + 6888: -58,19 + 6889: -48,27 + 6890: -47,23 + 6891: -58,26 + 6892: -60,30 + 6893: -49,36 + 6894: -44,35 + 6895: -54,37 + 6903: -60,20 + 6908: -47,18 + 7062: -49,19 + 7126: -54,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe decals: - 2039: -50,5 - 2040: -50,-2 - 2041: -58,-2 - 2144: -58,-7 - 2162: -50,-11 - 2250: -98,13 - 2251: -97,12 - 2252: -96,10 - 2253: -89,9 - 2254: -83,10 - 2255: -84,17 - 2256: -80,22 - 2257: -95,26 - 2258: -96,28 - 2259: -97,29 - 2260: -72,17 - 2261: -72,14 - 2262: -68,17 - 2263: -68,11 - 2264: -76,9 - 2265: -84,4 - 2266: -81,-4 - 2267: -80,-5 - 2268: -83,-3 - 4355: -97,-2 - 4356: -96,-3 - 4359: -92,-5 - 4362: -92,22 - 4377: -68,3 + 1787: -50,5 + 1788: -50,-2 + 1789: -58,-2 + 1892: -58,-7 + 1910: -50,-11 + 1998: -98,13 + 1999: -97,12 + 2000: -96,10 + 2001: -89,9 + 2002: -83,10 + 2003: -84,17 + 2004: -80,22 + 2005: -95,26 + 2006: -96,28 + 2007: -97,29 + 2008: -72,17 + 2009: -72,14 + 2010: -68,17 + 2011: -68,11 + 2012: -76,9 + 2013: -84,4 + 2014: -81,-4 + 2015: -80,-5 + 2016: -83,-3 + 4029: -97,-2 + 4030: -96,-3 + 4033: -92,-5 + 4036: -92,22 + 4051: -68,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe decals: - 1540: 17,-1 - 1541: 17,3 - 1542: 28,-2 - 1589: 21,-8 + 1340: 17,-1 + 1341: 17,3 + 1342: 28,-2 + 1389: 21,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 736: 4,42 - 758: 9,40 - 778: 16,40 - 779: 17,50 - 817: 5,56 - 818: 9,50 - 853: 9,43 - 886: 24,52 - 887: 23,51 - 897: 17,57 - 898: 16,56 - 921: 15,58 - 922: 14,57 - 940: 26,56 - 947: 4,30 - 948: 11,30 - 949: 17,29 - 954: 6,25 - 5969: 25,51 - 5971: 28,52 - 6277: 5,62 + 735: 4,42 + 757: 9,40 + 777: 16,40 + 778: 17,50 + 816: 5,56 + 817: 9,50 + 852: 9,43 + 885: 24,52 + 886: 23,51 + 896: 17,57 + 897: 16,56 + 920: 15,58 + 921: 14,57 + 939: 26,56 + 946: 4,30 + 947: 11,30 + 948: 17,29 + 953: 6,25 + 5588: 25,51 + 5590: 28,52 + 5851: 5,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw decals: - 1606: 33,-1 + 1406: 33,-1 - node: color: '#80C71FFF' id: BrickTileWhiteCornerNw decals: - 4487: -24,7 - 4516: -23,7 - 4517: -21,7 - 4518: -19,7 - 4519: -17,7 - 4520: -9,7 - 4526: -15,7 + 4161: -24,7 + 4190: -23,7 + 4191: -21,7 + 4192: -19,7 + 4193: -17,7 + 4194: -9,7 + 4200: -15,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNw decals: - 2423: -17,-28 - 2424: -14,-33 - 2425: -11,-24 - 2426: -5,-23 - 2427: -17,-24 - 2428: -31,-19 - 2429: -31,-24 - 6539: -23,-19 - 6558: -26,-41 - 6559: -17,-39 - 6593: -32,-41 - 6647: -14,-39 - 6754: -17,-33 + 2171: -17,-28 + 2172: -14,-33 + 2173: -11,-24 + 2174: -5,-23 + 2175: -17,-24 + 2176: -31,-19 + 2177: -31,-24 + 6113: -23,-19 + 6132: -26,-41 + 6133: -17,-39 + 6167: -32,-41 + 6221: -14,-39 + 6328: -17,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNw decals: - 5614: -40,13 - 5615: -41,12 + 5288: -40,13 + 5289: -41,12 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw decals: - 354: -30,13 - 363: -15,16 - 400: -24,-1 - 401: -18,-1 - 1118: 8,7 - 1265: -13,-14 - 4440: 5,-5 - 4441: 9,-5 - 4442: 12,-8 - 4443: 5,-10 - 4513: -23,3 - 6292: 0,7 - 6296: -4,3 - 6791: 8,16 - 6792: 18,16 - 6886: 18,7 + 353: -30,13 + 362: -15,16 + 399: -24,-1 + 400: -18,-1 + 1117: 8,7 + 1264: -13,-14 + 4114: 5,-5 + 4115: 9,-5 + 4116: 12,-8 + 4117: 5,-10 + 4187: -23,3 + 5866: 0,7 + 5870: -4,3 + 6365: 8,16 + 6366: 18,16 + 6460: 18,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw decals: - 594: -28,64 - 602: -5,64 - 606: -32,62 - 3330: -45,67 - 6083: -45,60 - 6106: -24,58 + 593: -28,64 + 601: -5,64 + 605: -32,62 + 3071: -45,67 + 5692: -45,60 + 5715: -24,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw decals: - 463: -11,42 - 464: -9,43 - 504: -12,26 - 505: -7,30 - 506: -6,35 - 535: -23,26 - 554: -23,30 - 583: -37,35 - 5419: -27,46 - 5425: -27,51 - 5446: -21,51 - 5984: -9,34 - 6018: -3,40 - 7249: -38,30 - 7250: -39,29 + 462: -11,42 + 463: -9,43 + 503: -12,26 + 504: -7,30 + 505: -6,35 + 534: -23,26 + 553: -23,30 + 582: -37,35 + 5093: -27,46 + 5099: -27,51 + 5120: -21,51 + 5593: -9,34 + 5627: -3,40 + 6820: -38,30 + 6821: -39,29 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw decals: - 1640: 26,30 - 1641: 34,30 - 1642: 38,44 - 1643: 34,51 - 1644: 39,51 - 1645: 49,51 - 1646: 37,57 - 1647: 43,57 - 1648: 42,44 - 1649: 42,40 - 1650: 42,34 - 1651: 46,34 - 1652: 42,30 - 1653: 48,30 - 1654: 42,26 - 1655: 34,26 - 1656: 26,24 - 1692: 51,30 - 1950: 52,51 - 1958: 52,47 + 1440: 26,30 + 1441: 34,30 + 1442: 38,44 + 1443: 34,51 + 1444: 39,51 + 1445: 49,51 + 1446: 42,44 + 1447: 42,40 + 1448: 42,34 + 1449: 46,34 + 1450: 42,30 + 1451: 48,30 + 1452: 42,26 + 1453: 34,26 + 1454: 26,24 + 1486: 51,30 + 1709: 52,51 + 1717: 52,47 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNw decals: - 1329: -52,18 - 1330: -52,23 - 1331: -66,27 - 1332: -65,30 - 1333: -64,36 - 1334: -50,35 - 1335: -57,31 - 1340: -52,27 - 1372: -64,20 - 4614: 17,-19 - 6208: -60,13 - 6209: -63,12 - 6221: -52,13 + 4288: 17,-19 + 6896: -56,37 + 6897: -62,30 + 6898: -52,36 + 6899: -62,26 + 6900: -65,24 + 6901: -63,19 + 6902: -61,20 + 6904: -56,19 + 6905: -56,14 + 6906: -63,15 + 6907: -52,18 + 6909: -52,27 + 7063: -50,19 + 7127: -56,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw decals: - 2042: -63,5 - 2043: -63,-2 - 2044: -56,-2 - 2145: -63,-7 - 2163: -56,-11 - 2164: -60,-12 - 2269: -98,-2 - 2270: -90,-5 - 2271: -89,-4 - 2272: -87,-3 - 2273: -86,4 - 2274: -87,10 - 2275: -94,9 - 2276: -99,13 - 2277: -81,9 - 2278: -86,17 - 2279: -90,22 - 2280: -98,29 - 2281: -74,17 - 2282: -70,17 - 2283: -74,11 - 4376: -70,3 + 1790: -63,5 + 1791: -63,-2 + 1792: -56,-2 + 1893: -63,-7 + 1911: -56,-11 + 1912: -60,-12 + 2017: -98,-2 + 2018: -90,-5 + 2019: -89,-4 + 2020: -87,-3 + 2021: -86,4 + 2022: -87,10 + 2023: -94,9 + 2024: -99,13 + 2025: -81,9 + 2026: -86,17 + 2027: -90,22 + 2028: -98,29 + 2029: -74,17 + 2030: -70,17 + 2031: -74,11 + 4050: -70,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw decals: - 1533: 12,3 - 1537: 12,0 - 1588: 15,-8 + 1333: 12,3 + 1337: 12,0 + 1388: 15,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 764: 14,37 - 776: 7,35 - 782: 20,35 - 850: 15,42 - 851: 15,45 - 852: 11,52 - 888: 29,48 - 899: 19,53 - 900: 20,54 - 926: 20,52 - 927: 21,53 - 928: 22,54 - 942: 28,54 - 955: 9,27 - 956: 14,27 - 957: 20,24 - 962: 12,23 - 5139: 7,48 - 6283: 6,58 + 763: 14,37 + 775: 7,35 + 781: 20,35 + 849: 15,42 + 850: 15,45 + 851: 11,52 + 887: 29,48 + 898: 19,53 + 899: 20,54 + 925: 20,52 + 926: 21,53 + 927: 22,54 + 941: 28,54 + 954: 9,27 + 955: 14,27 + 956: 20,24 + 961: 12,23 + 4813: 7,48 + 5857: 6,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe decals: - 1607: 36,-3 + 1407: 36,-3 - node: color: '#80C71FFF' id: BrickTileWhiteCornerSe decals: - 4532: -14,5 - 4533: -16,5 - 4534: -18,5 - 4535: -20,5 - 4536: -22,5 - 4537: -6,5 + 4206: -14,5 + 4207: -16,5 + 4208: -18,5 + 4209: -20,5 + 4210: -22,5 + 4211: -6,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSe decals: - 2435: -7,-43 - 2436: -10,-36 - 2437: -13,-26 - 2438: -4,-26 - 2439: -7,-22 - 2440: -25,-26 - 2441: -25,-22 - 2455: -10,-31 - 6561: -16,-47 - 6605: -28,-46 - 6756: -16,-36 + 2183: -7,-43 + 2184: -10,-36 + 2185: -13,-26 + 2186: -4,-26 + 2187: -7,-22 + 2188: -25,-26 + 2189: -25,-22 + 2203: -10,-31 + 6135: -16,-47 + 6179: -28,-46 + 6330: -16,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSe decals: - 5619: -35,8 + 5293: -35,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe decals: - 398: -20,-3 - 399: -14,-3 - 1152: 31,5 - 1195: 10,-3 - 4444: 10,-12 - 4445: 7,-12 - 4446: 13,-6 - 4447: 7,-8 - 5290: -11,-6 - 6284: 13,-11 - 6294: 2,-3 - 6295: 6,1 - 6343: -6,1 - 6814: 20,9 - 6816: 12,12 - 6817: 10,9 + 397: -20,-3 + 398: -14,-3 + 1151: 31,5 + 1194: 10,-3 + 4118: 10,-12 + 4119: 7,-12 + 4120: 13,-6 + 4121: 7,-8 + 4964: -11,-6 + 5858: 13,-11 + 5868: 2,-3 + 5869: 6,1 + 5917: -6,1 + 6388: 20,9 + 6390: 12,12 + 6391: 10,9 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe decals: - 596: -11,61 - 597: -26,53 - 598: -19,53 - 601: -2,63 - 604: -30,57 - 669: -16,61 - 3328: -36,58 - 6086: -42,58 + 595: -11,61 + 596: -26,53 + 597: -19,53 + 600: -2,63 + 603: -30,57 + 668: -16,61 + 3069: -36,58 + 5695: -42,58 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe decals: - 456: -5,39 - 457: -6,38 - 530: -5,23 - 531: -5,32 - 532: -14,24 - 567: -20,28 - 5119: -9,28 - 5420: -26,48 - 5448: -17,48 - 6021: -2,38 - 7220: -33,32 - 7252: -25,28 + 455: -5,39 + 456: -6,38 + 529: -5,23 + 530: -5,32 + 531: -14,24 + 566: -20,28 + 4793: -9,28 + 5094: -26,48 + 5122: -17,48 + 5630: -2,38 + 6791: -33,32 + 6823: -25,28 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe decals: - 1685: 32,26 - 1686: 40,23 - 1687: 50,23 - 1688: 49,28 - 1689: 49,32 - 1690: 63,26 - 1695: 50,36 - 1696: 50,46 - 1697: 47,53 - 1698: 41,53 - 1699: 40,28 - 1700: 40,32 - 1701: 32,23 - 1956: 54,46 - 4644: 49,42 + 1479: 32,26 + 1480: 40,23 + 1481: 50,23 + 1482: 49,28 + 1483: 49,32 + 1484: 63,26 + 1489: 50,36 + 1490: 50,46 + 1491: 40,28 + 1492: 40,32 + 1493: 32,23 + 1715: 54,46 + 4318: 49,42 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe decals: - 1320: -58,22 - 1321: -48,20 - 1322: -48,25 - 1328: -58,15 - 1371: -54,11 - 4617: 20,-24 - 4618: 23,-22 - 5905: -54,33 - 5916: -44,29 - 5959: -44,33 - 6210: -58,11 - 6223: -48,11 - 6238: -48,15 + 4291: 20,-24 + 4292: 23,-22 + 6910: -60,28 + 6911: -49,32 + 6912: -44,33 + 6913: -45,32 + 6914: -47,21 + 6915: -47,16 + 6916: -47,11 + 6917: -54,11 + 6918: -58,11 + 6919: -58,17 + 6920: -64,22 + 6981: -54,16 + 7031: -54,21 + 7125: -54,33 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe decals: - 2049: -58,-5 - 2050: -50,-4 - 2051: -57,0 - 2052: -50,0 - 2147: -58,-10 - 2160: -50,-12 - 2161: -53,-13 - 2214: -80,-6 - 2215: -84,-1 - 2216: -83,6 - 2217: -68,5 - 2218: -68,13 - 2219: -72,13 - 2220: -72,16 - 2221: -76,7 - 2222: -84,12 - 2223: -83,19 - 2224: -81,20 - 2225: -80,21 - 2226: -97,4 - 2227: -96,6 - 2228: -98,3 - 2230: -89,7 - 2231: -95,-10 - 2232: -96,-12 - 2233: -97,-13 - 4349: -96,19 - 4350: -97,18 - 4360: -92,-6 - 4361: -92,21 - 4378: -68,-1 + 1797: -58,-5 + 1798: -50,-4 + 1799: -57,0 + 1800: -50,0 + 1895: -58,-10 + 1908: -50,-12 + 1909: -53,-13 + 1962: -80,-6 + 1963: -84,-1 + 1964: -83,6 + 1965: -68,5 + 1966: -68,13 + 1967: -72,13 + 1968: -72,16 + 1969: -76,7 + 1970: -84,12 + 1971: -83,19 + 1972: -81,20 + 1973: -80,21 + 1974: -97,4 + 1975: -96,6 + 1976: -98,3 + 1978: -89,7 + 1979: -95,-10 + 1980: -96,-12 + 1981: -97,-13 + 4023: -96,19 + 4024: -97,18 + 4034: -92,-6 + 4035: -92,21 + 4052: -68,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe decals: - 1534: 21,-6 - 1535: 28,-3 - 1536: 17,1 - 1587: 21,-12 + 1334: 21,-6 + 1335: 28,-3 + 1336: 17,1 + 1387: 21,-12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 757: 4,35 - 765: 9,37 - 781: 16,35 - 848: 9,45 - 849: 9,42 - 901: 16,54 - 902: 17,53 - 923: 14,54 - 924: 15,53 - 925: 16,52 - 941: 26,54 - 958: 4,27 - 959: 11,27 - 960: 17,24 - 961: 6,23 - 5140: 5,48 - 5966: 25,48 - 6278: 5,58 + 756: 4,35 + 764: 9,37 + 780: 16,35 + 847: 9,45 + 848: 9,42 + 900: 16,54 + 901: 17,53 + 922: 14,54 + 923: 15,53 + 924: 16,52 + 940: 26,54 + 957: 4,27 + 958: 11,27 + 959: 17,24 + 960: 6,23 + 4814: 5,48 + 5585: 25,48 + 5852: 5,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw decals: - 1608: 33,-3 + 1408: 33,-3 - node: color: '#80C71FFF' id: BrickTileWhiteCornerSw decals: - 4488: -24,5 - 4538: -23,5 - 4539: -21,5 - 4540: -19,5 - 4541: -17,5 - 4542: -15,5 - 4543: -9,5 + 4162: -24,5 + 4212: -23,5 + 4213: -21,5 + 4214: -19,5 + 4215: -17,5 + 4216: -15,5 + 4217: -9,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSw decals: - 2430: -31,-26 - 2431: -31,-22 - 2432: -11,-26 - 2433: -17,-31 - 2434: -14,-36 - 5821: -14,-40 - 5822: -12,-43 - 6562: -26,-47 - 6606: -32,-46 - 6757: -17,-36 + 2178: -31,-26 + 2179: -31,-22 + 2180: -11,-26 + 2181: -17,-31 + 2182: -14,-36 + 5495: -14,-40 + 5496: -12,-43 + 6136: -26,-47 + 6180: -32,-46 + 6331: -17,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSw decals: - 5620: -41,8 + 5294: -41,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw decals: - 355: -30,12 - 402: -24,-3 - 403: -18,-3 - 1176: 8,-3 - 1310: -9,18 - 4453: 5,-11 - 4454: 5,-8 - 4474: 6,-12 - 4514: -23,1 - 5289: -12,-6 - 6285: 12,-11 - 6293: 0,-3 - 6298: -4,1 - 6811: 8,9 - 6815: 16,12 - 6818: 18,9 - 6887: 18,5 + 354: -30,12 + 401: -24,-3 + 402: -18,-3 + 1175: 8,-3 + 1309: -9,18 + 4127: 5,-11 + 4128: 5,-8 + 4148: 6,-12 + 4188: -23,1 + 4963: -12,-6 + 5859: 12,-11 + 5867: 0,-3 + 5872: -4,1 + 6385: 8,9 + 6389: 16,12 + 6392: 18,9 + 6461: 18,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw decals: - 599: -28,53 - 600: -5,63 - 605: -32,57 - 667: -24,53 - 668: -14,61 - 3327: -40,58 - 4346: -45,62 - 6085: -45,58 - 6108: -18,61 + 598: -28,53 + 599: -5,63 + 604: -32,57 + 666: -24,53 + 667: -14,61 + 3068: -40,58 + 4020: -45,62 + 5694: -45,58 + 5717: -18,61 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw decals: - 458: -11,39 - 461: -8,38 - 513: -12,24 - 514: -8,23 - 515: -9,32 - 533: -23,24 - 566: -18,28 - 569: -23,28 - 5400: -27,45 - 5421: -27,48 - 5447: -21,48 - 6020: -3,38 - 7219: -37,32 - 7251: -39,28 + 457: -11,39 + 460: -8,38 + 512: -12,24 + 513: -8,23 + 514: -9,32 + 532: -23,24 + 565: -18,28 + 568: -23,28 + 5074: -27,45 + 5095: -27,48 + 5121: -21,48 + 5629: -3,38 + 6790: -37,32 + 6822: -39,28 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw decals: - 1672: 34,46 - 1673: 37,53 - 1674: 43,53 - 1675: 38,32 - 1677: 42,42 - 1678: 42,36 - 1679: 42,32 - 1680: 42,28 - 1681: 42,23 - 1682: 34,23 - 1683: 26,23 - 1684: 26,26 - 1691: 51,26 - 1769: 34,28 - 1949: 52,46 - 1960: 52,49 + 1468: 34,46 + 1469: 38,32 + 1471: 42,42 + 1472: 42,36 + 1473: 42,32 + 1474: 42,28 + 1475: 42,23 + 1476: 34,23 + 1477: 26,23 + 1478: 26,26 + 1485: 51,26 + 1549: 34,28 + 1708: 52,46 + 1719: 52,49 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSw decals: - 1315: -52,20 - 1316: -56,11 - 1317: -64,15 - 1318: -50,33 - 1319: -66,22 - 1323: -52,25 - 1336: -57,29 - 4616: 17,-24 - 5915: -56,33 - 6211: -63,11 - 6224: -52,11 - 6239: -52,15 + 4290: 17,-24 + 6921: -62,28 + 6922: -52,32 + 6923: -47,32 + 6924: -52,21 + 6925: -52,16 + 6926: -52,11 + 6927: -63,11 + 6928: -63,17 + 6929: -65,22 + 6946: -56,11 + 6980: -56,16 + 7032: -56,21 + 7123: -56,33 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw decals: - 2045: -63,0 - 2046: -55,0 - 2047: -63,-5 - 2048: -56,-4 - 2146: -63,-10 - 2173: -60,-13 - 2234: -90,-6 - 2235: -98,-13 - 2236: -99,3 - 2237: -94,7 - 2238: -87,6 - 2239: -81,7 - 2240: -86,-1 - 2241: -74,-1 - 2242: -74,5 - 2243: -74,13 - 2244: -70,13 - 2245: -86,12 - 2246: -87,19 - 2247: -89,20 - 2248: -90,21 - 2249: -98,18 - 4379: -70,-1 + 1793: -63,0 + 1794: -55,0 + 1795: -63,-5 + 1796: -56,-4 + 1894: -63,-10 + 1921: -60,-13 + 1982: -90,-6 + 1983: -98,-13 + 1984: -99,3 + 1985: -94,7 + 1986: -87,6 + 1987: -81,7 + 1988: -86,-1 + 1989: -74,-1 + 1990: -74,5 + 1991: -74,13 + 1992: -70,13 + 1993: -86,12 + 1994: -87,19 + 1995: -89,20 + 1996: -90,21 + 1997: -98,18 + 4053: -70,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw decals: - 1538: 15,-6 - 1539: 12,-3 - 1549: 12,2 - 1586: 15,-12 + 1338: 15,-6 + 1339: 12,-3 + 1349: 12,2 + 1386: 15,-12 - node: color: '#845606FF' id: BrickTileWhiteEndN decals: - 6549: -7,-19 + 6123: -7,-19 - node: color: '#845606FF' id: BrickTileWhiteEndS decals: - 6609: -30,-47 + 6183: -30,-47 - node: color: '#91D4FFFF' id: BrickTileWhiteEndS decals: - 4452: 9,-13 + 4126: 9,-13 + - node: + color: '#BA8841FF' + id: BrickTileWhiteEndS + decals: + 6973: -58,22 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe decals: - 750: 2,34 - 796: 19,40 - 910: 19,56 - 937: 21,57 - 1009: 15,21 - 1010: 11,22 + 749: 2,34 + 795: 19,40 + 909: 19,56 + 936: 21,57 + 1008: 15,21 + 1009: 11,22 - node: color: '#845606FF' id: BrickTileWhiteInnerNe decals: - 2534: -19,-25 - 2535: -10,-41 - 6551: -10,-20 - 6591: -25,-42 - 6765: -16,-34 + 2282: -19,-25 + 2283: -10,-41 + 6125: -10,-20 + 6165: -25,-42 + 6339: -16,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNe decals: - 5629: -38,12 + 5303: -38,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: - 1266: 2,-13 - 4511: -11,3 - 6329: 2,3 - 6829: 10,15 + 1265: 2,-13 + 4185: -11,3 + 5903: 2,3 + 6403: 10,15 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe decals: - 586: -13,36 - 731: -10,21 - 5122: -13,30 + 585: -13,36 + 730: -10,21 + 4796: -13,30 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe decals: - 1626: 25,21 - 1639: 50,9 - 1943: 49,24 - 1944: 46,28 - 1947: 44,32 - 1963: 53,49 - 1967: 35,49 - 1968: 45,49 + 1426: 25,21 + 1439: 50,9 + 1702: 49,24 + 1703: 46,28 + 1706: 44,32 + 1722: 53,49 + 1726: 35,49 + 1727: 45,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNe decals: - 1479: -60,30 - 1480: -59,27 + 7045: -49,35 + 7072: -60,19 + 7075: -48,23 + 7076: -49,18 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNe decals: - 2342: -73,14 - 2348: -96,26 - 2349: -97,28 - 2350: -98,12 - 2351: -97,10 - 2352: -83,-4 - 2353: -81,-5 - 4357: -96,-5 - 4358: -97,-3 - 4375: -95,22 + 2090: -73,14 + 2096: -96,26 + 2097: -97,28 + 2098: -98,12 + 2099: -97,10 + 2100: -83,-4 + 2101: -81,-5 + 4031: -96,-5 + 4032: -97,-3 + 4049: -95,22 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe decals: - 1553: 16,-1 - 1563: 17,-2 + 1353: 16,-1 + 1363: 17,-2 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNw decals: - 795: 17,40 - 895: 24,51 - 909: 17,56 - 934: 15,57 - 1008: 22,21 - 1011: 7,22 - 5972: 28,51 + 794: 17,40 + 894: 24,51 + 908: 17,56 + 933: 15,57 + 1007: 22,21 + 1010: 7,22 + 5591: 28,51 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: - 2532: -17,-25 - 2533: -5,-24 - 6550: -7,-20 - 6590: -17,-42 - 6764: -14,-34 + 2280: -17,-25 + 2281: -5,-24 + 6124: -7,-20 + 6164: -17,-42 + 6338: -14,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNw decals: - 5630: -40,12 + 5304: -40,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw decals: - 443: -15,13 - 449: -12,3 - 1267: 0,-13 - 1272: 37,-14 - 6328: 0,3 - 6830: 18,15 + 442: -15,13 + 448: -12,3 + 1266: 0,-13 + 1271: 37,-14 + 5902: 0,3 + 6404: 18,15 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerNw decals: - 733: 0,62 + 732: 0,62 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNw decals: - 472: -9,42 - 516: -6,34 - 517: -7,26 - 568: -14,30 - 730: -4,21 - 7255: -38,29 + 471: -9,42 + 515: -6,34 + 516: -7,26 + 567: -14,30 + 729: -4,21 + 6826: -38,29 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNw decals: - 1945: 48,28 - 1948: 46,32 - 1964: 53,47 - 1965: 49,49 - 1966: 39,49 + 1704: 48,28 + 1707: 46,32 + 1723: 53,47 + 1724: 49,49 + 1725: 39,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNw decals: - 1484: -65,27 - 1485: -64,30 - 1496: -46,9 - 6220: -60,12 + 7070: -61,19 + 7071: -62,24 + 7077: -50,18 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw decals: - 2346: -89,-5 - 2347: -87,-4 - 2380: -48,-2 + 2094: -89,-5 + 2095: -87,-4 + 2128: -48,-2 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw decals: - 1552: 13,0 + 1352: 13,0 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSe decals: - 884: 7,52 - 908: 19,54 - 935: 20,53 - 936: 21,54 - 1012: 11,23 + 883: 7,52 + 907: 19,54 + 934: 20,53 + 935: 21,54 + 1011: 11,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSe decals: - 2415: -32,-17 - 6610: -30,-46 - 6762: -16,-35 + 2163: -32,-17 + 6184: -30,-46 + 6336: -16,-35 - node: color: '#8932B8FF' id: BrickTileWhiteInnerSe decals: - 5636: -41,15 + 5310: -41,15 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: - 1309: -32,19 - 1313: 2,17 - 4483: 10,-6 - 4484: 9,-12 - 4512: -11,1 - 6326: 2,1 - 6825: 12,13 - 6828: 10,12 + 1308: -32,19 + 1312: 2,17 + 4157: 10,-6 + 4158: 9,-12 + 4186: -11,1 + 5900: 2,1 + 6399: 12,13 + 6402: 10,12 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: - 683: -16,63 - 685: -26,61 - 6110: -26,63 + 682: -16,63 + 684: -26,61 + 5719: -26,63 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe decals: - 470: -6,39 - 582: -20,29 + 469: -6,39 + 581: -20,29 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSe decals: - 1483: -54,29 - 4622: 20,-22 + 4296: 20,-22 + 7048: -49,33 + 7050: -45,33 + 7073: -64,23 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe decals: - 2068: -57,2 - 2181: -53,-12 - 2327: -97,-12 - 2328: -96,-10 - 2329: -98,4 - 2330: -97,6 - 2336: -81,21 - 2337: -83,20 - 2343: -73,16 - 4351: -97,19 - 4352: -96,21 - 4364: -95,-6 + 1816: -57,2 + 1929: -53,-12 + 2075: -97,-12 + 2076: -96,-10 + 2077: -98,4 + 2078: -97,6 + 2084: -81,21 + 2085: -83,20 + 2091: -73,16 + 4025: -97,19 + 4026: -96,21 + 4038: -95,-6 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe decals: - 1550: 16,1 - 1554: 21,-3 + 1350: 16,1 + 1354: 21,-3 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSw decals: - 911: 17,54 - 938: 15,54 - 1013: 7,23 + 910: 17,54 + 937: 15,54 + 1012: 7,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSw decals: - 2406: -6,-17 - 5825: -12,-40 - 6611: -30,-46 - 6763: -14,-35 + 2154: -6,-17 + 5499: -12,-40 + 6185: -30,-46 + 6337: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw decals: - 444: -12,12 - 448: -12,1 - 1311: -9,19 - 1312: 0,17 - 1314: 36,18 - 4485: 6,-11 - 6327: 0,1 - 6826: 16,13 - 6827: 18,12 + 443: -12,12 + 447: -12,1 + 1310: -9,19 + 1311: 0,17 + 1313: 36,18 + 4159: 6,-11 + 5901: 0,1 + 6400: 16,13 + 6401: 18,12 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSw decals: - 684: -14,63 - 734: 0,69 - 3331: -40,62 - 6111: -18,63 + 683: -14,63 + 733: 0,69 + 3072: -40,62 + 5720: -18,63 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw decals: - 471: -8,39 - 518: -8,24 - 581: -18,29 - 5387: -14,45 + 470: -8,39 + 517: -8,24 + 580: -18,29 + 5061: -14,45 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerSw decals: - 1962: 53,49 + 1721: 53,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSw decals: - 1481: -56,29 + 7049: -47,33 + 7074: -58,23 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSw decals: - 2069: -55,2 - 2344: -87,20 - 2345: -89,21 - 2371: -48,7 + 1817: -55,2 + 2092: -87,20 + 2093: -89,21 + 2119: -48,7 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSw decals: - 1551: 13,2 - 6345: 15,-3 + 1351: 13,2 + 5919: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 739: 7,41 - 740: 7,40 - 741: 7,39 - 742: 7,38 - 743: 7,37 - 744: 7,36 - 745: 2,39 - 746: 2,38 - 747: 2,37 - 748: 2,36 - 749: 2,35 - 768: 14,38 - 769: 14,39 - 791: 20,39 - 792: 20,38 - 793: 20,37 - 794: 20,36 - 806: 19,49 - 807: 19,48 - 808: 19,47 - 809: 19,46 - 810: 19,44 - 811: 19,45 - 812: 19,43 - 813: 19,42 - 814: 19,41 - 819: 3,48 - 820: 3,49 - 821: 3,50 - 822: 3,51 - 823: 3,52 - 824: 3,53 - 825: 3,54 - 826: 3,55 - 827: 3,56 - 828: 11,53 - 829: 11,54 - 830: 11,55 - 831: 15,49 - 832: 15,48 - 833: 15,47 - 834: 15,46 - 835: 7,50 - 836: 7,49 - 837: 7,51 - 892: 29,49 - 893: 29,50 - 894: 29,51 - 905: 20,55 - 915: 22,55 - 916: 22,56 - 945: 28,55 - 976: 12,24 - 977: 20,25 - 978: 20,26 - 979: 20,27 - 980: 20,28 - 981: 9,28 - 982: 9,29 - 983: 14,28 - 984: 14,29 - 6269: 3,58 - 6270: 3,59 - 6271: 3,60 - 6272: 3,61 - 6273: 3,62 - 6279: 6,59 - 6280: 6,60 - 6281: 6,61 + 738: 7,41 + 739: 7,40 + 740: 7,39 + 741: 7,38 + 742: 7,37 + 743: 7,36 + 744: 2,39 + 745: 2,38 + 746: 2,37 + 747: 2,36 + 748: 2,35 + 767: 14,38 + 768: 14,39 + 790: 20,39 + 791: 20,38 + 792: 20,37 + 793: 20,36 + 805: 19,49 + 806: 19,48 + 807: 19,47 + 808: 19,46 + 809: 19,44 + 810: 19,45 + 811: 19,43 + 812: 19,42 + 813: 19,41 + 818: 3,48 + 819: 3,49 + 820: 3,50 + 821: 3,51 + 822: 3,52 + 823: 3,53 + 824: 3,54 + 825: 3,55 + 826: 3,56 + 827: 11,53 + 828: 11,54 + 829: 11,55 + 830: 15,49 + 831: 15,48 + 832: 15,47 + 833: 15,46 + 834: 7,50 + 835: 7,49 + 836: 7,51 + 891: 29,49 + 892: 29,50 + 893: 29,51 + 904: 20,55 + 914: 22,55 + 915: 22,56 + 944: 28,55 + 975: 12,24 + 976: 20,25 + 977: 20,26 + 978: 20,27 + 979: 20,28 + 980: 9,28 + 981: 9,29 + 982: 14,28 + 983: 14,29 + 5843: 3,58 + 5844: 3,59 + 5845: 3,60 + 5846: 3,61 + 5847: 3,62 + 5853: 6,59 + 5854: 6,60 + 5855: 6,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE decals: - 1612: 36,-2 + 1412: 36,-2 - node: color: '#80C71FFF' id: BrickTileWhiteLineE decals: - 4489: -14,6 - 4527: -16,6 - 4528: -18,6 - 4529: -20,6 - 4530: -22,6 - 4531: -6,6 + 4163: -14,6 + 4201: -16,6 + 4202: -18,6 + 4203: -20,6 + 4204: -22,6 + 4205: -6,6 - node: color: '#845606FF' id: BrickTileWhiteLineE decals: - 2442: -4,-24 - 2443: -4,-25 - 2444: -7,-21 - 2445: -7,-20 - 2446: -19,-22 - 2447: -13,-25 - 2448: -25,-21 - 2449: -25,-20 - 2450: -25,-25 - 2451: -10,-35 - 2452: -10,-34 - 2453: -10,-30 - 2454: -10,-29 - 2456: -10,-40 - 2457: -7,-42 - 6541: -19,-20 - 6542: -19,-21 - 6543: -19,-23 - 6544: -19,-24 - 6575: -16,-40 - 6576: -16,-41 - 6577: -16,-42 - 6578: -16,-43 - 6579: -16,-44 - 6580: -16,-45 - 6581: -16,-46 - 6597: -28,-42 - 6598: -28,-43 - 6599: -28,-44 - 6600: -28,-45 + 2190: -4,-24 + 2191: -4,-25 + 2192: -7,-21 + 2193: -7,-20 + 2194: -19,-22 + 2195: -13,-25 + 2196: -25,-21 + 2197: -25,-20 + 2198: -25,-25 + 2199: -10,-35 + 2200: -10,-34 + 2201: -10,-30 + 2202: -10,-29 + 2204: -10,-40 + 2205: -7,-42 + 6115: -19,-20 + 6116: -19,-21 + 6117: -19,-23 + 6118: -19,-24 + 6149: -16,-40 + 6150: -16,-41 + 6151: -16,-42 + 6152: -16,-43 + 6153: -16,-44 + 6154: -16,-45 + 6155: -16,-46 + 6171: -28,-42 + 6172: -28,-43 + 6173: -28,-44 + 6174: -28,-45 - node: color: '#8932B8FF' id: BrickTileWhiteLineE decals: - 5626: -35,9 - 5627: -35,10 - 5628: -35,11 + 5300: -35,9 + 5301: -35,10 + 5302: -35,11 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE decals: - 356: -11,-2 - 357: -11,-1 - 358: -11,0 - 359: -11,12 - 360: -11,13 - 361: -11,14 - 362: -11,15 - 396: -20,-2 - 397: -14,-2 - 450: 6,2 - 1154: 31,6 - 1170: 10,4 - 1171: 10,3 - 1172: 10,2 - 1173: 10,1 - 1174: 10,0 - 1175: 10,-1 - 1197: 2,10 - 1198: 2,9 - 1199: 2,11 - 1200: 2,12 - 1201: 2,13 - 1202: 2,14 - 1203: 2,15 - 1204: 2,16 - 1221: 2,-12 - 1222: 2,-11 - 1223: 2,-10 - 1224: 2,-9 - 1225: 2,-8 - 1226: 2,-7 - 1227: 2,-6 - 1228: 2,-5 - 1605: 10,-2 - 4455: 10,-11 - 4456: 10,-10 - 4457: 10,-9 - 4458: 10,-8 - 4459: 10,-7 - 4460: 13,-9 - 4461: 7,-11 - 4462: 7,-7 - 4463: 7,-6 - 5291: -11,-5 - 5292: -11,-4 - 5293: -11,-3 - 6286: 13,-10 - 6302: 2,6 - 6303: 2,5 - 6304: 2,-2 - 6305: 2,-1 - 6321: 2,4 - 6322: 2,0 - 6344: -6,2 - 6802: 20,10 - 6803: 20,11 - 6804: 20,12 - 6805: 20,13 - 6806: 20,14 - 6807: 20,15 - 6808: 10,10 - 6809: 10,11 - 6883: 10,6 - 6884: 10,5 + 355: -11,-2 + 356: -11,-1 + 357: -11,0 + 358: -11,12 + 359: -11,13 + 360: -11,14 + 361: -11,15 + 395: -20,-2 + 396: -14,-2 + 449: 6,2 + 1153: 31,6 + 1169: 10,4 + 1170: 10,3 + 1171: 10,2 + 1172: 10,1 + 1173: 10,0 + 1174: 10,-1 + 1196: 2,10 + 1197: 2,9 + 1198: 2,11 + 1199: 2,12 + 1200: 2,13 + 1201: 2,14 + 1202: 2,15 + 1203: 2,16 + 1220: 2,-12 + 1221: 2,-11 + 1222: 2,-10 + 1223: 2,-9 + 1224: 2,-8 + 1225: 2,-7 + 1226: 2,-6 + 1227: 2,-5 + 1405: 10,-2 + 4129: 10,-11 + 4130: 10,-10 + 4131: 10,-9 + 4132: 10,-8 + 4133: 10,-7 + 4134: 13,-9 + 4135: 7,-11 + 4136: 7,-7 + 4137: 7,-6 + 4965: -11,-5 + 4966: -11,-4 + 4967: -11,-3 + 5860: 13,-10 + 5876: 2,6 + 5877: 2,5 + 5878: 2,-2 + 5879: 2,-1 + 5895: 2,4 + 5896: 2,0 + 5918: -6,2 + 6376: 20,10 + 6377: 20,11 + 6378: 20,12 + 6379: 20,13 + 6380: 20,14 + 6381: 20,15 + 6382: 10,10 + 6383: 10,11 + 6457: 10,6 + 6458: 10,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE decals: - 627: -11,63 - 628: -11,62 - 629: -19,57 - 630: -19,56 - 631: -19,55 - 632: -19,54 - 633: -26,60 - 634: -26,59 - 635: -26,58 - 636: -26,57 - 637: -26,56 - 638: -26,55 - 639: -26,54 - 640: -30,61 - 641: -30,60 - 642: -30,59 - 643: -30,58 - 670: -16,62 - 3304: -36,63 - 3305: -36,62 - 3306: -36,61 - 3307: -36,60 - 3308: -36,59 - 3309: -36,65 - 3310: -36,64 - 3311: -36,66 - 6087: -42,59 - 6097: -26,61 - 6098: -26,62 + 626: -11,63 + 627: -11,62 + 628: -19,57 + 629: -19,56 + 630: -19,55 + 631: -19,54 + 632: -26,60 + 633: -26,59 + 634: -26,58 + 635: -26,57 + 636: -26,56 + 637: -26,55 + 638: -26,54 + 639: -30,61 + 640: -30,60 + 641: -30,59 + 642: -30,58 + 669: -16,62 + 3045: -36,63 + 3046: -36,62 + 3047: -36,61 + 3048: -36,60 + 3049: -36,59 + 3050: -36,65 + 3051: -36,64 + 3052: -36,66 + 5696: -42,59 + 5706: -26,61 + 5707: -26,62 - node: color: '#B02E26FF' id: BrickTileWhiteLineE decals: - 467: -5,40 - 473: -13,42 - 474: -13,41 - 475: -13,40 - 476: -13,39 - 477: -13,38 - 478: -13,37 - 479: -5,29 - 480: -5,28 - 481: -5,27 - 482: -5,26 - 483: -5,25 - 484: -5,24 - 485: -14,25 - 486: -33,34 - 528: -5,33 - 529: -5,34 - 5120: -9,29 - 5123: -13,31 - 5124: -13,32 - 5125: -13,33 - 5126: -13,34 - 5127: -13,35 - 5128: -13,36 - 5403: -13,44 - 5404: -13,45 - 5422: -26,49 - 5423: -26,50 - 5449: -17,49 - 5450: -17,50 - 6022: -2,39 - 7217: -33,33 - 7254: -25,29 + 466: -5,40 + 472: -13,42 + 473: -13,41 + 474: -13,40 + 475: -13,39 + 476: -13,38 + 477: -13,37 + 478: -5,29 + 479: -5,28 + 480: -5,27 + 481: -5,26 + 482: -5,25 + 483: -5,24 + 484: -14,25 + 485: -33,34 + 527: -5,33 + 528: -5,34 + 4794: -9,29 + 4797: -13,31 + 4798: -13,32 + 4799: -13,33 + 4800: -13,34 + 4801: -13,35 + 4802: -13,36 + 5077: -13,44 + 5078: -13,45 + 5096: -26,49 + 5097: -26,50 + 5123: -17,49 + 5124: -17,50 + 5631: -2,39 + 6788: -33,33 + 6825: -25,29 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE decals: - 1628: 50,20 - 1629: 50,19 - 1630: 50,18 - 1631: 50,17 - 1632: 50,16 - 1633: 50,15 - 1634: 50,14 - 1635: 50,13 - 1636: 50,12 - 1637: 50,11 - 1638: 50,10 - 1804: 32,29 - 1805: 32,28 - 1806: 32,27 - 1807: 40,29 - 1808: 40,25 - 1809: 40,24 - 1810: 49,25 - 1811: 49,29 - 1812: 46,29 - 1813: 50,37 - 1814: 50,38 - 1815: 50,39 - 1816: 49,33 - 1817: 44,33 - 1818: 40,43 - 1819: 40,42 - 1820: 40,41 - 1821: 40,40 - 1822: 40,39 - 1823: 40,38 - 1824: 40,37 - 1825: 40,36 - 1826: 40,35 - 1827: 40,34 - 1828: 40,33 - 1829: 50,47 - 1830: 50,48 - 1831: 50,49 - 1832: 50,50 - 1833: 35,50 - 1834: 45,50 - 1835: 41,54 - 1836: 41,55 - 1837: 41,56 - 1838: 47,56 - 1839: 47,55 - 1840: 47,54 - 1926: 63,29 - 1927: 63,28 - 1928: 63,27 - 1953: 53,50 - 1954: 54,48 - 1955: 54,47 - 4646: 49,43 + 1428: 50,20 + 1429: 50,19 + 1430: 50,18 + 1431: 50,17 + 1432: 50,16 + 1433: 50,15 + 1434: 50,14 + 1435: 50,13 + 1436: 50,12 + 1437: 50,11 + 1438: 50,10 + 1578: 32,29 + 1579: 32,28 + 1580: 32,27 + 1581: 40,29 + 1582: 40,25 + 1583: 40,24 + 1584: 49,25 + 1585: 49,29 + 1586: 46,29 + 1587: 50,37 + 1588: 50,38 + 1589: 50,39 + 1590: 49,33 + 1591: 44,33 + 1592: 40,43 + 1593: 40,42 + 1594: 40,41 + 1595: 40,40 + 1596: 40,39 + 1597: 40,38 + 1598: 40,37 + 1599: 40,36 + 1600: 40,35 + 1601: 40,34 + 1602: 40,33 + 1603: 50,47 + 1604: 50,48 + 1605: 50,49 + 1606: 50,50 + 1607: 35,50 + 1608: 45,50 + 1685: 63,29 + 1686: 63,28 + 1687: 63,27 + 1712: 53,50 + 1713: 54,48 + 1714: 54,47 + 4320: 49,43 - node: color: '#BA8841FF' id: BrickTileWhiteLineE decals: - 1398: -60,35 - 1399: -60,34 - 1400: -60,33 - 1401: -60,32 - 1402: -60,31 - 1403: -48,26 - 1404: -48,22 - 1405: -48,21 - 1406: -48,17 - 1407: -54,12 - 1408: -54,13 - 1409: -54,14 - 1410: -54,15 - 1411: -54,16 - 1412: -54,17 - 1413: -58,16 - 1414: -58,17 - 1415: -58,18 - 1416: -58,19 - 1417: -54,18 - 1418: -54,19 - 1419: -54,20 - 1420: -54,21 - 1421: -54,22 - 1422: -54,23 - 1423: -54,24 - 1424: -54,25 - 1425: -54,26 - 1426: -54,27 - 1427: -54,28 - 1473: -58,26 - 1474: -58,25 - 1475: -58,24 - 1476: -58,23 - 1477: -59,29 - 1478: -59,28 - 4621: 20,-23 - 4634: 23,-20 - 4635: 23,-21 - 5907: -54,34 - 5908: -54,35 - 5909: -54,36 - 5958: -44,34 - 6219: -58,12 - 6225: -48,12 - 6236: -48,16 - 7209: -44,30 + 4295: 20,-23 + 4308: 23,-20 + 4309: 23,-21 + 6982: -54,17 + 6983: -54,18 + 6984: -47,17 + 6985: -47,13 + 6986: -47,12 + 6987: -54,12 + 6988: -54,13 + 6989: -58,13 + 6990: -58,14 + 6991: -58,12 + 6992: -58,18 + 6993: -47,22 + 6994: -48,24 + 6995: -48,25 + 6996: -48,26 + 6997: -58,23 + 6998: -58,24 + 6999: -58,25 + 7000: -60,29 + 7001: -44,34 + 7002: -54,36 + 7003: -54,35 + 7004: -54,34 + 7005: -54,24 + 7006: -54,23 + 7007: -54,22 + 7122: -47,14 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE decals: - 2053: -50,4 - 2054: -50,3 - 2055: -50,2 - 2056: -50,1 - 2057: -50,-3 - 2058: -58,-3 - 2059: -58,-4 - 2060: -57,1 - 2076: -68,10 - 2077: -68,9 - 2078: -68,8 - 2079: -68,7 - 2080: -68,6 - 2081: -68,16 - 2082: -68,15 - 2083: -68,14 - 2084: -73,15 - 2085: -76,8 - 2086: -83,9 - 2087: -83,8 - 2088: -83,7 - 2089: -89,8 - 2090: -96,9 - 2091: -96,8 - 2092: -84,16 - 2093: -84,15 - 2094: -84,14 - 2095: -84,13 - 2096: -84,3 - 2097: -84,2 - 2098: -84,1 - 2099: -84,0 - 2100: -95,-7 - 2101: -95,-8 - 2102: -95,-9 - 2156: -58,-8 - 2157: -58,-9 - 2229: -96,7 - 2306: -95,25 - 2307: -95,24 - 2308: -95,23 - 2326: -96,-11 - 2331: -97,11 - 2332: -97,5 - 2333: -96,27 - 4353: -96,20 - 4354: -96,-4 - 4380: -68,0 - 4381: -68,1 - 4382: -68,2 + 1801: -50,4 + 1802: -50,3 + 1803: -50,2 + 1804: -50,1 + 1805: -50,-3 + 1806: -58,-3 + 1807: -58,-4 + 1808: -57,1 + 1824: -68,10 + 1825: -68,9 + 1826: -68,8 + 1827: -68,7 + 1828: -68,6 + 1829: -68,16 + 1830: -68,15 + 1831: -68,14 + 1832: -73,15 + 1833: -76,8 + 1834: -83,9 + 1835: -83,8 + 1836: -83,7 + 1837: -89,8 + 1838: -96,9 + 1839: -96,8 + 1840: -84,16 + 1841: -84,15 + 1842: -84,14 + 1843: -84,13 + 1844: -84,3 + 1845: -84,2 + 1846: -84,1 + 1847: -84,0 + 1848: -95,-7 + 1849: -95,-8 + 1850: -95,-9 + 1904: -58,-8 + 1905: -58,-9 + 1977: -96,7 + 2054: -95,25 + 2055: -95,24 + 2056: -95,23 + 2074: -96,-11 + 2079: -97,11 + 2080: -97,5 + 2081: -96,27 + 4027: -96,20 + 4028: -96,-4 + 4054: -68,0 + 4055: -68,1 + 4056: -68,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineE decals: - 1543: 17,2 - 1544: 21,-4 - 1545: 21,-5 - 1583: 21,-9 - 1584: 21,-10 - 1585: 21,-11 - 6346: 16,0 + 1343: 17,2 + 1344: 21,-4 + 1345: 21,-5 + 1383: 21,-9 + 1384: 21,-10 + 1385: 21,-11 + 5920: 16,0 - node: color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 737: 5,42 - 738: 6,42 - 759: 10,40 - 760: 11,40 - 761: 12,40 - 762: 13,40 - 783: 18,50 - 838: 10,56 - 839: 9,56 - 840: 8,56 - 841: 7,56 - 842: 6,56 - 843: 10,50 - 844: 11,50 - 845: 12,50 - 846: 13,50 - 847: 14,50 - 860: 10,43 - 861: 11,43 - 862: 12,43 - 863: 13,43 - 864: 14,43 - 896: 18,57 - 929: 16,58 - 930: 17,58 - 931: 18,58 - 932: 19,58 - 933: 20,58 - 944: 27,56 - 963: 5,30 - 964: 6,30 - 965: 7,30 - 966: 8,30 - 967: 12,30 - 968: 13,30 - 969: 18,29 - 970: 19,29 - 971: 7,25 - 972: 8,25 - 973: 9,25 - 974: 10,25 - 975: 11,25 - 1002: 16,21 - 1003: 17,21 - 1004: 18,21 - 1005: 19,21 - 1006: 20,21 - 1007: 21,21 - 5970: 26,51 - 5973: 27,51 + 736: 5,42 + 737: 6,42 + 758: 10,40 + 759: 11,40 + 760: 12,40 + 761: 13,40 + 782: 18,50 + 837: 10,56 + 838: 9,56 + 839: 8,56 + 840: 7,56 + 841: 6,56 + 842: 10,50 + 843: 11,50 + 844: 12,50 + 845: 13,50 + 846: 14,50 + 859: 10,43 + 860: 11,43 + 861: 12,43 + 862: 13,43 + 863: 14,43 + 895: 18,57 + 928: 16,58 + 929: 17,58 + 930: 18,58 + 931: 19,58 + 932: 20,58 + 943: 27,56 + 962: 5,30 + 963: 6,30 + 964: 7,30 + 965: 8,30 + 966: 12,30 + 967: 13,30 + 968: 18,29 + 969: 19,29 + 970: 7,25 + 971: 8,25 + 972: 9,25 + 973: 10,25 + 974: 11,25 + 1001: 16,21 + 1002: 17,21 + 1003: 18,21 + 1004: 19,21 + 1005: 20,21 + 1006: 21,21 + 5589: 26,51 + 5592: 27,51 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN decals: - 1610: 34,-1 - 1611: 35,-1 + 1410: 34,-1 + 1411: 35,-1 - node: color: '#80C71FFF' id: BrickTileWhiteLineN decals: - 4552: -8,7 - 4553: -7,7 + 4226: -8,7 + 4227: -7,7 - node: color: '#845606FF' id: BrickTileWhiteLineN decals: - 2381: -14,-19 - 2382: -13,-19 - 2383: -11,-19 - 2384: -12,-19 - 2466: -30,-19 - 2467: -29,-19 - 2468: -27,-19 - 2469: -26,-19 - 2470: -30,-24 - 2471: -29,-24 - 2472: -28,-24 - 2473: -27,-24 - 2474: -26,-24 - 2475: -21,-28 - 2476: -16,-28 - 2477: -15,-28 - 2478: -14,-28 - 2479: -13,-28 - 2480: -12,-28 - 2481: -11,-28 - 2482: -11,-33 - 2483: -12,-33 - 2484: -13,-33 - 2485: -18,-25 - 2520: -6,-24 - 2521: -7,-24 - 2522: -8,-24 - 2523: -9,-24 - 2524: -10,-24 - 2525: -14,-24 - 2526: -15,-24 - 2527: -16,-24 - 6546: -22,-19 - 6547: -9,-20 - 6548: -8,-20 - 6556: -22,-28 - 6557: -20,-28 - 6570: -24,-42 - 6571: -22,-42 - 6572: -21,-42 - 6573: -20,-42 - 6574: -18,-42 - 6594: -31,-41 - 6595: -30,-41 - 6596: -29,-41 - 6648: -13,-39 - 6649: -12,-39 - 6650: -11,-39 - 6651: -9,-41 - 6652: -8,-41 - 6761: -15,-34 + 2129: -14,-19 + 2130: -13,-19 + 2131: -11,-19 + 2132: -12,-19 + 2214: -30,-19 + 2215: -29,-19 + 2216: -27,-19 + 2217: -26,-19 + 2218: -30,-24 + 2219: -29,-24 + 2220: -28,-24 + 2221: -27,-24 + 2222: -26,-24 + 2223: -21,-28 + 2224: -16,-28 + 2225: -15,-28 + 2226: -14,-28 + 2227: -13,-28 + 2228: -12,-28 + 2229: -11,-28 + 2230: -11,-33 + 2231: -12,-33 + 2232: -13,-33 + 2233: -18,-25 + 2268: -6,-24 + 2269: -7,-24 + 2270: -8,-24 + 2271: -9,-24 + 2272: -10,-24 + 2273: -14,-24 + 2274: -15,-24 + 2275: -16,-24 + 6120: -22,-19 + 6121: -9,-20 + 6122: -8,-20 + 6130: -22,-28 + 6131: -20,-28 + 6144: -24,-42 + 6145: -22,-42 + 6146: -21,-42 + 6147: -20,-42 + 6148: -18,-42 + 6168: -31,-41 + 6169: -30,-41 + 6170: -29,-41 + 6222: -13,-39 + 6223: -12,-39 + 6224: -11,-39 + 6225: -9,-41 + 6226: -8,-41 + 6335: -15,-34 - node: color: '#8932B8FF' id: BrickTileWhiteLineN decals: - 5609: -39,13 - 5610: -37,12 - 5611: -36,12 + 5283: -39,13 + 5284: -37,12 + 5285: -36,12 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN decals: - 364: -14,16 - 365: -13,16 - 366: -12,16 - 367: -16,13 - 368: -17,13 - 369: -19,13 - 370: -18,13 - 371: -20,13 - 372: -21,13 - 373: -22,13 - 374: -23,13 - 375: -24,13 - 376: -25,13 - 377: -26,13 - 378: -29,13 - 379: -28,13 - 380: -27,13 - 381: -22,3 - 382: -21,3 - 383: -20,3 - 384: -19,3 - 385: -18,3 - 386: -17,3 - 387: -16,3 - 388: -15,3 - 389: -14,3 - 390: -22,-1 - 391: -21,-1 - 392: -23,-1 - 393: -17,-1 - 394: -16,-1 - 395: -15,-1 - 446: -13,3 - 453: -8,3 - 1014: 30,7 - 1015: 29,7 - 1016: 28,7 - 1017: 27,7 - 1018: 26,7 - 1019: 25,7 - 1020: 24,7 - 1021: 23,7 - 1022: 22,7 - 1023: 21,7 - 1024: 20,7 - 1025: 19,7 - 1026: 9,7 - 1229: 6,-14 - 1230: 7,-14 - 1231: 12,-14 - 1232: 13,-14 - 1233: 14,-14 - 1234: 15,-14 - 1235: 16,-14 - 1236: 17,-14 - 1237: 18,-14 - 1238: 19,-14 - 1239: 20,-14 - 1240: 21,-14 - 1241: 22,-14 - 1242: 23,-14 - 1243: 24,-14 - 1244: 25,-14 - 1245: 26,-14 - 1246: 27,-14 - 1247: 28,-14 - 1248: 29,-14 - 1249: 30,-14 - 1250: 31,-14 - 1251: 32,-14 - 1252: 33,-14 - 1253: 34,-14 - 1254: 35,-14 - 1255: 36,-14 - 1256: -4,-14 - 1257: -5,-14 - 1258: -6,-14 - 1259: -7,-14 - 1260: -8,-14 - 1261: -9,-14 - 1262: -10,-14 - 1263: -11,-14 - 1264: -12,-14 - 1268: -1,-13 - 1269: -2,-13 - 1270: 3,-13 - 1271: 4,-13 - 1998: -7,3 - 4478: 6,-5 - 4479: 6,-10 - 4480: 10,-5 - 4481: 11,-5 - 4482: 12,-5 - 4507: -10,3 - 4508: -9,3 - 6308: -3,3 - 6309: -2,3 - 6310: 1,7 - 6316: 5,3 - 6317: 4,3 - 6318: -1,3 - 6319: 3,3 - 6795: 9,16 - 6796: 19,16 - 6831: 11,15 - 6832: 12,15 - 6833: 13,15 - 6834: 14,15 - 6835: 15,15 - 6836: 16,15 - 6837: 17,15 + 363: -14,16 + 364: -13,16 + 365: -12,16 + 366: -16,13 + 367: -17,13 + 368: -19,13 + 369: -18,13 + 370: -20,13 + 371: -21,13 + 372: -22,13 + 373: -23,13 + 374: -24,13 + 375: -25,13 + 376: -26,13 + 377: -29,13 + 378: -28,13 + 379: -27,13 + 380: -22,3 + 381: -21,3 + 382: -20,3 + 383: -19,3 + 384: -18,3 + 385: -17,3 + 386: -16,3 + 387: -15,3 + 388: -14,3 + 389: -22,-1 + 390: -21,-1 + 391: -23,-1 + 392: -17,-1 + 393: -16,-1 + 394: -15,-1 + 445: -13,3 + 452: -8,3 + 1013: 30,7 + 1014: 29,7 + 1015: 28,7 + 1016: 27,7 + 1017: 26,7 + 1018: 25,7 + 1019: 24,7 + 1020: 23,7 + 1021: 22,7 + 1022: 21,7 + 1023: 20,7 + 1024: 19,7 + 1025: 9,7 + 1228: 6,-14 + 1229: 7,-14 + 1230: 12,-14 + 1231: 13,-14 + 1232: 14,-14 + 1233: 15,-14 + 1234: 16,-14 + 1235: 17,-14 + 1236: 18,-14 + 1237: 19,-14 + 1238: 20,-14 + 1239: 21,-14 + 1240: 22,-14 + 1241: 23,-14 + 1242: 24,-14 + 1243: 25,-14 + 1244: 26,-14 + 1245: 27,-14 + 1246: 28,-14 + 1247: 29,-14 + 1248: 30,-14 + 1249: 31,-14 + 1250: 32,-14 + 1251: 33,-14 + 1252: 34,-14 + 1253: 35,-14 + 1254: 36,-14 + 1255: -4,-14 + 1256: -5,-14 + 1257: -6,-14 + 1258: -7,-14 + 1259: -8,-14 + 1260: -9,-14 + 1261: -10,-14 + 1262: -11,-14 + 1263: -12,-14 + 1267: -1,-13 + 1268: -2,-13 + 1269: 3,-13 + 1270: 4,-13 + 1746: -7,3 + 4152: 6,-5 + 4153: 6,-10 + 4154: 10,-5 + 4155: 11,-5 + 4156: 12,-5 + 4181: -10,3 + 4182: -9,3 + 5882: -3,3 + 5883: -2,3 + 5884: 1,7 + 5890: 5,3 + 5891: 4,3 + 5892: -1,3 + 5893: 3,3 + 6369: 9,16 + 6370: 19,16 + 6405: 11,15 + 6406: 12,15 + 6407: 13,15 + 6408: 14,15 + 6409: 15,15 + 6410: 16,15 + 6411: 17,15 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN decals: - 608: -27,64 - 609: -26,64 - 610: -25,64 - 611: -24,64 - 612: -23,64 - 613: -22,64 - 614: -21,64 - 615: -20,64 - 616: -19,64 - 617: -18,64 - 618: -17,64 - 619: -16,64 - 620: -15,64 - 621: -14,64 - 622: -13,64 - 623: -12,64 - 624: -4,64 - 625: -3,64 - 626: -31,62 - 3319: -44,67 - 3320: -43,67 - 3321: -42,67 - 3322: -41,67 - 3323: -40,67 - 3324: -39,67 - 3325: -37,67 - 3326: -38,67 - 3332: -33,64 - 3333: -32,64 - 3334: -31,64 - 3335: -30,64 - 3336: -34,64 - 6091: -44,60 - 6092: -43,60 - 6093: -23,58 - 6094: -22,58 - 6095: -21,58 - 6096: -20,58 + 607: -27,64 + 608: -26,64 + 609: -25,64 + 610: -24,64 + 611: -23,64 + 612: -22,64 + 613: -21,64 + 614: -20,64 + 615: -19,64 + 616: -18,64 + 617: -17,64 + 618: -16,64 + 619: -15,64 + 620: -14,64 + 621: -13,64 + 622: -12,64 + 623: -4,64 + 624: -3,64 + 625: -31,62 + 3060: -44,67 + 3061: -43,67 + 3062: -42,67 + 3063: -41,67 + 3064: -40,67 + 3065: -39,67 + 3066: -37,67 + 3067: -38,67 + 3073: -33,64 + 3074: -32,64 + 3075: -31,64 + 3076: -30,64 + 3077: -34,64 + 5700: -44,60 + 5701: -43,60 + 5702: -23,58 + 5703: -22,58 + 5704: -21,58 + 5705: -20,58 - node: color: '#B02E26FF' id: BrickTileWhiteLineN decals: - 465: -10,42 - 466: -8,43 - 509: -8,26 - 510: -9,26 - 511: -10,26 - 512: -11,26 - 536: -22,26 - 537: -21,26 - 538: -20,26 - 539: -19,26 - 540: -18,26 - 541: -17,26 - 542: -16,26 - 543: -15,26 - 555: -7,34 - 556: -17,30 - 557: -18,30 - 558: -19,30 - 559: -20,30 - 560: -21,30 - 561: -22,30 - 562: -16,30 - 563: -15,30 - 564: -11,30 - 565: -10,30 - 584: -36,35 - 585: -35,35 - 703: -24,22 - 704: -23,22 - 705: -22,22 - 706: -21,22 - 707: -20,22 - 708: -19,22 - 709: -18,22 - 710: -17,22 - 711: -16,22 - 712: -15,22 - 713: -14,22 - 714: -13,22 - 715: -12,22 - 716: -11,22 - 717: -25,22 - 718: -26,22 - 719: -27,22 - 720: -28,22 - 721: -29,22 - 722: -30,22 - 723: -31,22 - 724: -32,22 - 725: -6,21 - 726: -9,21 - 727: -5,21 - 728: -8,21 - 729: -7,21 - 5121: -12,30 - 5406: -14,46 - 5407: -15,46 - 5408: -16,46 - 5409: -17,46 - 5410: -18,46 - 5411: -19,46 - 5412: -20,46 - 5413: -21,46 - 5414: -22,46 - 5415: -23,46 - 5416: -24,46 - 5417: -25,46 - 5418: -26,46 - 5451: -18,51 - 5452: -19,51 - 5453: -20,51 - 5985: -8,34 - 7210: -33,22 - 7211: -34,22 - 7212: -35,22 - 7213: -36,22 - 7214: -37,22 - 7215: -38,22 - 7216: -39,22 - 7237: -26,30 - 7238: -27,30 - 7239: -28,30 - 7240: -29,30 - 7241: -30,30 - 7242: -31,30 - 7243: -32,30 - 7244: -33,30 - 7245: -34,30 - 7246: -35,30 - 7247: -36,30 - 7248: -37,30 + 464: -10,42 + 465: -8,43 + 508: -8,26 + 509: -9,26 + 510: -10,26 + 511: -11,26 + 535: -22,26 + 536: -21,26 + 537: -20,26 + 538: -19,26 + 539: -18,26 + 540: -17,26 + 541: -16,26 + 542: -15,26 + 554: -7,34 + 555: -17,30 + 556: -18,30 + 557: -19,30 + 558: -20,30 + 559: -21,30 + 560: -22,30 + 561: -16,30 + 562: -15,30 + 563: -11,30 + 564: -10,30 + 583: -36,35 + 584: -35,35 + 702: -24,22 + 703: -23,22 + 704: -22,22 + 705: -21,22 + 706: -20,22 + 707: -19,22 + 708: -18,22 + 709: -17,22 + 710: -16,22 + 711: -15,22 + 712: -14,22 + 713: -13,22 + 714: -12,22 + 715: -11,22 + 716: -25,22 + 717: -26,22 + 718: -27,22 + 719: -28,22 + 720: -29,22 + 721: -30,22 + 722: -31,22 + 723: -32,22 + 724: -6,21 + 725: -9,21 + 726: -5,21 + 727: -8,21 + 728: -7,21 + 4795: -12,30 + 5080: -14,46 + 5081: -15,46 + 5082: -16,46 + 5083: -17,46 + 5084: -18,46 + 5085: -19,46 + 5086: -20,46 + 5087: -21,46 + 5088: -22,46 + 5089: -23,46 + 5090: -24,46 + 5091: -25,46 + 5092: -26,46 + 5125: -18,51 + 5126: -19,51 + 5127: -20,51 + 5594: -8,34 + 6781: -33,22 + 6782: -34,22 + 6783: -35,22 + 6784: -36,22 + 6785: -37,22 + 6786: -38,22 + 6787: -39,22 + 6808: -26,30 + 6809: -27,30 + 6810: -28,30 + 6811: -29,30 + 6812: -30,30 + 6813: -31,30 + 6814: -32,30 + 6815: -33,30 + 6816: -34,30 + 6817: -35,30 + 6818: -36,30 + 6819: -37,30 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN decals: - 1616: 49,21 - 1617: 44,21 - 1618: 43,21 - 1619: 42,21 - 1620: 41,21 - 1621: 40,21 - 1622: 34,21 - 1623: 33,21 - 1624: 32,21 - 1625: 31,21 - 1702: 27,30 - 1703: 28,30 - 1704: 29,30 - 1705: 30,30 - 1706: 31,30 - 1707: 35,30 - 1708: 36,30 - 1709: 37,30 - 1710: 38,30 - 1711: 39,30 - 1712: 39,44 - 1713: 40,51 - 1714: 41,51 - 1715: 42,51 - 1716: 43,51 - 1717: 44,51 - 1718: 38,57 - 1719: 39,57 - 1720: 40,57 - 1721: 44,57 - 1722: 45,57 - 1723: 46,57 - 1724: 36,49 - 1725: 37,49 - 1726: 38,49 - 1727: 46,49 - 1728: 47,49 - 1729: 48,49 - 1730: 43,44 - 1731: 44,44 - 1732: 45,44 - 1733: 46,44 - 1734: 47,44 - 1735: 48,44 - 1736: 43,40 - 1737: 45,40 - 1738: 46,40 - 1739: 47,40 - 1740: 49,40 - 1741: 43,34 - 1742: 47,34 - 1743: 48,34 - 1744: 43,30 - 1745: 44,30 - 1746: 45,30 - 1747: 47,28 - 1748: 48,26 - 1749: 47,26 - 1750: 46,26 - 1751: 45,26 - 1752: 44,26 - 1753: 43,26 - 1754: 39,26 - 1755: 38,26 - 1756: 37,26 - 1757: 36,26 - 1758: 27,24 - 1759: 28,24 - 1760: 29,24 - 1761: 30,24 - 1762: 31,24 - 1841: 45,32 - 1929: 52,30 - 1930: 53,30 - 1931: 54,30 - 1932: 55,30 - 1933: 56,30 - 1934: 57,30 - 1935: 58,30 - 1936: 59,30 - 1937: 60,30 - 1938: 61,30 - 1939: 62,30 - 1946: 35,26 - 4328: 44,40 - 4329: 48,40 + 1416: 49,21 + 1417: 44,21 + 1418: 43,21 + 1419: 42,21 + 1420: 41,21 + 1421: 40,21 + 1422: 34,21 + 1423: 33,21 + 1424: 32,21 + 1425: 31,21 + 1494: 27,30 + 1495: 28,30 + 1496: 29,30 + 1497: 30,30 + 1498: 31,30 + 1499: 35,30 + 1500: 36,30 + 1501: 37,30 + 1502: 38,30 + 1503: 39,30 + 1504: 39,44 + 1505: 40,51 + 1506: 41,51 + 1507: 42,51 + 1508: 43,51 + 1509: 44,51 + 1510: 36,49 + 1511: 37,49 + 1512: 38,49 + 1513: 46,49 + 1514: 47,49 + 1515: 48,49 + 1516: 43,44 + 1517: 44,44 + 1518: 48,44 + 1519: 43,40 + 1520: 49,40 + 1521: 43,34 + 1522: 47,34 + 1523: 48,34 + 1524: 43,30 + 1525: 44,30 + 1526: 45,30 + 1527: 47,28 + 1528: 48,26 + 1529: 47,26 + 1530: 46,26 + 1531: 45,26 + 1532: 44,26 + 1533: 43,26 + 1534: 39,26 + 1535: 38,26 + 1536: 37,26 + 1537: 36,26 + 1538: 27,24 + 1539: 28,24 + 1540: 29,24 + 1541: 30,24 + 1542: 31,24 + 1609: 45,32 + 1688: 52,30 + 1689: 53,30 + 1690: 54,30 + 1691: 55,30 + 1692: 56,30 + 1693: 57,30 + 1694: 58,30 + 1695: 59,30 + 1696: 60,30 + 1697: 61,30 + 1698: 62,30 + 1705: 35,26 + 7159: 44,40 + 7160: 45,40 + 7161: 46,40 + 7162: 47,40 + 7163: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN decals: - 1341: -55,37 - 1342: -61,36 - 1343: -62,36 - 1344: -63,36 - 1345: -56,31 - 1346: -55,31 - 1347: -54,31 - 1348: -53,31 - 1349: -52,31 - 1350: -51,31 - 1351: -45,31 - 1352: -45,35 - 1353: -46,35 - 1354: -47,35 - 1355: -48,35 - 1356: -49,35 - 1357: -49,27 - 1358: -50,27 - 1359: -51,27 - 1360: -51,23 - 1361: -50,23 - 1362: -49,23 - 1363: -49,18 - 1364: -50,18 - 1365: -51,18 - 1366: -59,20 - 1367: -60,20 - 1368: -61,20 - 1369: -62,20 - 1370: -63,20 - 1486: -57,9 - 1487: -56,9 - 1488: -55,9 - 1489: -54,9 - 1490: -53,9 - 1491: -52,9 - 1492: -51,9 - 1493: -50,9 - 1494: -48,9 - 1495: -47,9 - 4629: 18,-19 - 4630: 19,-19 - 4631: 20,-19 - 4632: 21,-19 - 4633: 22,-19 - 6216: -62,12 - 6217: -61,12 - 6218: -59,13 - 6227: -51,13 - 6228: -50,13 - 6229: -49,13 + 1314: -56,9 + 1315: -55,9 + 1316: -54,9 + 1317: -53,9 + 1318: -52,9 + 1319: -51,9 + 1320: -50,9 + 4303: 18,-19 + 4304: 19,-19 + 4305: 20,-19 + 4306: 21,-19 + 4307: 22,-19 + 6930: -57,9 + 6931: -58,9 + 6932: -59,9 + 6933: -60,9 + 6934: -61,9 + 6935: -62,9 + 6936: -63,9 + 6937: -64,9 + 6938: -65,9 + 7034: -55,14 + 7035: -55,19 + 7036: -55,37 + 7041: -48,35 + 7042: -47,35 + 7043: -46,35 + 7044: -45,35 + 7046: -51,36 + 7047: -50,36 + 7051: -61,30 + 7052: -61,26 + 7053: -60,26 + 7054: -59,26 + 7055: -63,24 + 7056: -64,24 + 7057: -50,27 + 7058: -51,27 + 7059: -49,27 + 7060: -48,18 + 7061: -51,18 + 7064: -59,15 + 7065: -60,15 + 7066: -61,15 + 7067: -62,15 + 7068: -62,19 + 7069: -59,19 + 7128: -55,25 + 7129: -55,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN decals: - 1999: -62,5 - 2000: -61,5 - 2001: -60,5 - 2002: -59,5 - 2003: -58,5 - 2004: -61,-2 - 2005: -62,-2 - 2006: -60,-2 - 2007: -59,-2 - 2008: -57,5 - 2009: -56,5 - 2010: -55,5 - 2011: -54,5 - 2012: -53,5 - 2013: -52,5 - 2014: -51,5 - 2015: -55,-2 - 2016: -54,-2 - 2017: -53,-2 - 2018: -52,-2 - 2019: -51,-2 - 2152: -62,-7 - 2153: -61,-7 - 2154: -60,-7 - 2155: -59,-7 - 2165: -59,-12 - 2166: -58,-12 - 2167: -57,-12 - 2168: -55,-11 - 2169: -54,-11 - 2170: -53,-11 - 2171: -52,-11 - 2172: -51,-11 - 2284: -73,11 - 2285: -72,11 - 2286: -71,11 - 2287: -70,11 - 2288: -69,11 - 2289: -77,9 - 2290: -78,9 - 2291: -79,9 - 2292: -80,9 - 2293: -84,10 - 2294: -85,10 - 2295: -86,10 - 2296: -85,17 - 2297: -89,22 - 2298: -88,22 - 2299: -87,22 - 2300: -86,22 - 2301: -85,22 - 2302: -84,22 - 2303: -83,22 - 2304: -82,22 - 2305: -81,22 - 2309: -93,9 - 2310: -92,9 - 2311: -91,9 - 2312: -90,9 - 2316: -85,4 - 2321: -88,-4 - 2322: -86,-3 - 2323: -85,-3 - 2324: -84,-3 - 2325: -82,-4 - 2341: -73,17 - 4365: -95,-5 - 4366: -94,-5 - 4367: -93,-5 - 4373: -94,22 - 4374: -93,22 - 4386: -69,3 + 1747: -62,5 + 1748: -61,5 + 1749: -60,5 + 1750: -59,5 + 1751: -58,5 + 1752: -61,-2 + 1753: -62,-2 + 1754: -60,-2 + 1755: -59,-2 + 1756: -57,5 + 1757: -56,5 + 1758: -55,5 + 1759: -54,5 + 1760: -53,5 + 1761: -52,5 + 1762: -51,5 + 1763: -55,-2 + 1764: -54,-2 + 1765: -53,-2 + 1766: -52,-2 + 1767: -51,-2 + 1900: -62,-7 + 1901: -61,-7 + 1902: -60,-7 + 1903: -59,-7 + 1913: -59,-12 + 1914: -58,-12 + 1915: -57,-12 + 1916: -55,-11 + 1917: -54,-11 + 1918: -53,-11 + 1919: -52,-11 + 1920: -51,-11 + 2032: -73,11 + 2033: -72,11 + 2034: -71,11 + 2035: -70,11 + 2036: -69,11 + 2037: -77,9 + 2038: -78,9 + 2039: -79,9 + 2040: -80,9 + 2041: -84,10 + 2042: -85,10 + 2043: -86,10 + 2044: -85,17 + 2045: -89,22 + 2046: -88,22 + 2047: -87,22 + 2048: -86,22 + 2049: -85,22 + 2050: -84,22 + 2051: -83,22 + 2052: -82,22 + 2053: -81,22 + 2057: -93,9 + 2058: -92,9 + 2059: -91,9 + 2060: -90,9 + 2064: -85,4 + 2069: -88,-4 + 2070: -86,-3 + 2071: -85,-3 + 2072: -84,-3 + 2073: -82,-4 + 2089: -73,17 + 4039: -95,-5 + 4040: -94,-5 + 4041: -93,-5 + 4047: -94,22 + 4048: -93,22 + 4060: -69,3 - node: color: '#FF974DFF' id: BrickTileWhiteLineN decals: - 1564: 18,-2 - 1565: 19,-2 - 1566: 20,-2 - 1567: 21,-2 - 1568: 22,-2 - 1569: 23,-2 - 1570: 24,-2 - 1571: 25,-2 - 1572: 26,-2 - 1573: 27,-2 - 1574: 16,3 - 1575: 15,3 - 1576: 14,3 - 1577: 13,3 - 1590: 16,-8 - 1591: 17,-8 - 1592: 19,-8 - 1593: 18,-8 - 1594: 20,-8 + 1364: 18,-2 + 1365: 19,-2 + 1366: 20,-2 + 1367: 21,-2 + 1368: 22,-2 + 1369: 23,-2 + 1370: 24,-2 + 1371: 25,-2 + 1372: 26,-2 + 1373: 27,-2 + 1374: 16,3 + 1375: 15,3 + 1376: 14,3 + 1377: 13,3 + 1390: 16,-8 + 1391: 17,-8 + 1392: 19,-8 + 1393: 18,-8 + 1394: 20,-8 - node: color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 770: 10,37 - 771: 11,37 - 772: 12,37 - 773: 13,37 - 774: 6,35 - 775: 5,35 - 784: 17,35 - 785: 18,35 - 786: 19,35 - 855: 10,42 - 856: 11,42 - 857: 12,42 - 858: 13,42 - 859: 14,42 - 865: 10,45 - 866: 11,45 - 867: 12,45 - 868: 13,45 - 869: 14,45 - 881: 8,52 - 882: 9,52 - 883: 10,52 - 889: 26,48 - 890: 27,48 - 891: 28,48 - 906: 18,53 - 912: 17,52 - 913: 18,52 - 914: 19,52 - 943: 27,54 - 994: 18,24 - 995: 19,24 - 996: 8,27 - 997: 7,27 - 998: 6,27 - 999: 5,27 - 1000: 12,27 - 1001: 13,27 - 5141: 6,48 + 769: 10,37 + 770: 11,37 + 771: 12,37 + 772: 13,37 + 773: 6,35 + 774: 5,35 + 783: 17,35 + 784: 18,35 + 785: 19,35 + 854: 10,42 + 855: 11,42 + 856: 12,42 + 857: 13,42 + 858: 14,42 + 864: 10,45 + 865: 11,45 + 866: 12,45 + 867: 13,45 + 868: 14,45 + 880: 8,52 + 881: 9,52 + 882: 10,52 + 888: 26,48 + 889: 27,48 + 890: 28,48 + 905: 18,53 + 911: 17,52 + 912: 18,52 + 913: 19,52 + 942: 27,54 + 993: 18,24 + 994: 19,24 + 995: 8,27 + 996: 7,27 + 997: 6,27 + 998: 5,27 + 999: 12,27 + 1000: 13,27 + 4815: 6,48 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS decals: - 1613: 34,-3 - 1614: 35,-3 + 1413: 34,-3 + 1414: 35,-3 - node: color: '#80C71FFF' id: BrickTileWhiteLineS decals: - 4544: -8,5 - 4545: -7,5 + 4218: -8,5 + 4219: -7,5 - node: color: '#845606FF' id: BrickTileWhiteLineS decals: - 2385: -27,-17 - 2386: -26,-17 - 2387: -25,-17 - 2388: -24,-17 - 2389: -23,-17 - 2390: -22,-17 - 2391: -21,-17 - 2392: -20,-17 - 2393: -19,-17 - 2394: -18,-17 - 2395: -17,-17 - 2396: -16,-17 - 2397: -15,-17 - 2398: -14,-17 - 2399: -13,-17 - 2400: -12,-17 - 2401: -11,-17 - 2402: -10,-17 - 2403: -9,-17 - 2404: -8,-17 - 2405: -7,-17 - 2486: -30,-22 - 2487: -29,-22 - 2488: -28,-22 - 2489: -27,-22 - 2490: -26,-22 - 2491: -30,-26 - 2492: -29,-26 - 2493: -28,-26 - 2494: -27,-26 - 2495: -26,-26 - 2496: -11,-36 - 2497: -16,-31 - 2498: -15,-31 - 2499: -14,-31 - 2500: -13,-31 - 2501: -12,-31 - 2502: -11,-31 - 2503: -17,-26 - 2504: -16,-26 - 2505: -15,-26 - 2506: -14,-26 - 2507: -18,-26 - 2508: -20,-26 - 2509: -12,-22 - 2510: -11,-22 - 2511: -10,-22 - 2512: -9,-22 - 2513: -8,-22 - 2514: -10,-26 - 2515: -9,-26 - 2516: -8,-26 - 2517: -7,-26 - 2518: -6,-26 - 2519: -5,-26 - 2528: -11,-43 - 2529: -10,-43 - 2530: -9,-43 - 2531: -8,-43 - 4258: -18,-36 - 5824: -13,-40 - 6545: -22,-26 - 6553: -22,-40 - 6554: -21,-40 - 6555: -20,-40 - 6563: -25,-47 - 6564: -24,-47 - 6565: -22,-47 - 6566: -21,-47 - 6567: -20,-47 - 6568: -18,-47 - 6569: -17,-47 - 6607: -31,-46 - 6608: -29,-46 - 6760: -15,-35 - 6766: -13,-36 - 6767: -12,-36 - 6777: -21,-26 + 2133: -27,-17 + 2134: -26,-17 + 2135: -25,-17 + 2136: -24,-17 + 2137: -23,-17 + 2138: -22,-17 + 2139: -21,-17 + 2140: -20,-17 + 2141: -19,-17 + 2142: -18,-17 + 2143: -17,-17 + 2144: -16,-17 + 2145: -15,-17 + 2146: -14,-17 + 2147: -13,-17 + 2148: -12,-17 + 2149: -11,-17 + 2150: -10,-17 + 2151: -9,-17 + 2152: -8,-17 + 2153: -7,-17 + 2234: -30,-22 + 2235: -29,-22 + 2236: -28,-22 + 2237: -27,-22 + 2238: -26,-22 + 2239: -30,-26 + 2240: -29,-26 + 2241: -28,-26 + 2242: -27,-26 + 2243: -26,-26 + 2244: -11,-36 + 2245: -16,-31 + 2246: -15,-31 + 2247: -14,-31 + 2248: -13,-31 + 2249: -12,-31 + 2250: -11,-31 + 2251: -17,-26 + 2252: -16,-26 + 2253: -15,-26 + 2254: -14,-26 + 2255: -18,-26 + 2256: -20,-26 + 2257: -12,-22 + 2258: -11,-22 + 2259: -10,-22 + 2260: -9,-22 + 2261: -8,-22 + 2262: -10,-26 + 2263: -9,-26 + 2264: -8,-26 + 2265: -7,-26 + 2266: -6,-26 + 2267: -5,-26 + 2276: -11,-43 + 2277: -10,-43 + 2278: -9,-43 + 2279: -8,-43 + 3951: -18,-36 + 5498: -13,-40 + 6119: -22,-26 + 6127: -22,-40 + 6128: -21,-40 + 6129: -20,-40 + 6137: -25,-47 + 6138: -24,-47 + 6139: -22,-47 + 6140: -21,-47 + 6141: -20,-47 + 6142: -18,-47 + 6143: -17,-47 + 6181: -31,-46 + 6182: -29,-46 + 6334: -15,-35 + 6340: -13,-36 + 6341: -12,-36 + 6351: -21,-26 - node: color: '#8932B8FF' id: BrickTileWhiteLineS decals: - 5621: -40,8 - 5622: -39,8 - 5623: -38,8 - 5624: -37,8 - 5625: -36,8 - 5633: -40,15 - 5634: -39,15 - 5635: -38,15 + 5295: -40,8 + 5296: -39,8 + 5297: -38,8 + 5298: -37,8 + 5299: -36,8 + 5307: -40,15 + 5308: -39,15 + 5309: -38,15 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS decals: - 406: -23,-3 - 407: -22,-3 - 408: -21,-3 - 409: -15,-3 - 410: -16,-3 - 411: -17,-3 - 412: -14,1 - 413: -15,1 - 414: -16,1 - 415: -17,1 - 416: -18,1 - 417: -19,1 - 418: -20,1 - 419: -21,1 - 420: -22,1 - 421: -24,1 - 424: -14,12 - 425: -15,12 - 426: -16,12 - 427: -17,12 - 428: -18,12 - 429: -19,12 - 430: -20,12 - 431: -21,12 - 432: -22,12 - 433: -23,12 - 434: -24,12 - 435: -25,12 - 436: -26,12 - 437: -27,12 - 438: -28,12 - 439: -29,12 - 440: -13,12 - 447: -13,1 - 451: -8,1 - 452: -7,1 - 1155: 30,5 - 1156: 29,5 - 1157: 28,5 - 1158: 27,5 - 1159: 26,5 - 1160: 25,5 - 1161: 24,5 - 1162: 23,5 - 1163: 22,5 - 1164: 21,5 - 1165: 20,5 - 1166: 19,5 - 1196: 9,-3 - 1273: 35,18 - 1274: 34,18 - 1275: 33,18 - 1276: 32,18 - 1277: 31,18 - 1278: 30,18 - 1279: 26,18 - 1280: 25,18 - 1281: 24,18 - 1282: 23,18 - 1283: 22,18 - 1284: 21,18 - 1285: 3,17 - 1286: 4,17 - 1287: -1,17 - 1288: -2,17 - 1289: -4,18 - 1290: -5,18 - 1291: -6,18 - 1292: -7,18 - 1293: -8,18 - 1294: -10,19 - 1295: -16,19 - 1296: -17,19 - 1297: -18,19 - 1298: -19,19 - 1299: -21,19 - 1300: -22,19 - 1301: -23,19 - 1302: -24,19 - 1303: -25,19 - 1304: -26,19 - 1305: -28,19 - 1306: -29,19 - 1307: -30,19 - 1308: -31,19 - 2597: -27,19 - 3191: -20,19 - 4475: 6,-8 - 4476: 11,-6 - 4477: 12,-6 - 4509: -10,1 - 4510: -9,1 - 6311: -3,1 - 6312: -2,1 - 6313: 1,-3 - 6314: 4,1 - 6315: 5,1 - 6324: -1,1 - 6325: 3,1 - 6812: 9,9 - 6813: 19,9 - 6820: 11,12 - 6821: 17,12 - 6822: 13,13 - 6823: 14,13 - 6824: 15,13 - 6888: 27,18 - 6889: 28,18 - 6890: 29,18 + 405: -23,-3 + 406: -22,-3 + 407: -21,-3 + 408: -15,-3 + 409: -16,-3 + 410: -17,-3 + 411: -14,1 + 412: -15,1 + 413: -16,1 + 414: -17,1 + 415: -18,1 + 416: -19,1 + 417: -20,1 + 418: -21,1 + 419: -22,1 + 420: -24,1 + 423: -14,12 + 424: -15,12 + 425: -16,12 + 426: -17,12 + 427: -18,12 + 428: -19,12 + 429: -20,12 + 430: -21,12 + 431: -22,12 + 432: -23,12 + 433: -24,12 + 434: -25,12 + 435: -26,12 + 436: -27,12 + 437: -28,12 + 438: -29,12 + 439: -13,12 + 446: -13,1 + 450: -8,1 + 451: -7,1 + 1154: 30,5 + 1155: 29,5 + 1156: 28,5 + 1157: 27,5 + 1158: 26,5 + 1159: 25,5 + 1160: 24,5 + 1161: 23,5 + 1162: 22,5 + 1163: 21,5 + 1164: 20,5 + 1165: 19,5 + 1195: 9,-3 + 1272: 35,18 + 1273: 34,18 + 1274: 33,18 + 1275: 32,18 + 1276: 31,18 + 1277: 30,18 + 1278: 26,18 + 1279: 25,18 + 1280: 24,18 + 1281: 23,18 + 1282: 22,18 + 1283: 21,18 + 1284: 3,17 + 1285: 4,17 + 1286: -1,17 + 1287: -2,17 + 1288: -4,18 + 1289: -5,18 + 1290: -6,18 + 1291: -7,18 + 1292: -8,18 + 1293: -10,19 + 1294: -16,19 + 1295: -17,19 + 1296: -18,19 + 1297: -19,19 + 1298: -21,19 + 1299: -22,19 + 1300: -23,19 + 1301: -24,19 + 1302: -25,19 + 1303: -26,19 + 1304: -28,19 + 1305: -29,19 + 1306: -30,19 + 1307: -31,19 + 2344: -27,19 + 2938: -20,19 + 4149: 6,-8 + 4150: 11,-6 + 4151: 12,-6 + 4183: -10,1 + 4184: -9,1 + 5885: -3,1 + 5886: -2,1 + 5887: 1,-3 + 5888: 4,1 + 5889: 5,1 + 5898: -1,1 + 5899: 3,1 + 6386: 9,9 + 6387: 19,9 + 6394: 11,12 + 6395: 17,12 + 6396: 13,13 + 6397: 14,13 + 6398: 15,13 + 6462: 27,18 + 6463: 28,18 + 6464: 29,18 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS decals: - 658: -23,53 - 659: -22,53 - 660: -21,53 - 661: -20,53 - 662: -17,61 - 663: -13,61 - 664: -12,61 - 665: -4,63 - 666: -3,63 - 682: -15,63 - 686: -31,57 - 3299: -27,53 - 3300: -37,58 - 3301: -38,58 - 3302: -39,58 - 3303: -43,62 - 3312: -42,62 - 3313: -41,62 - 3337: -34,64 - 3338: -33,64 - 3339: -32,64 - 3340: -31,64 - 3341: -30,64 - 4347: -44,62 - 6088: -44,58 - 6089: -43,58 - 6099: -25,63 - 6100: -24,63 - 6101: -23,63 - 6102: -22,63 - 6103: -21,63 - 6104: -20,63 - 6105: -19,63 + 657: -23,53 + 658: -22,53 + 659: -21,53 + 660: -20,53 + 661: -17,61 + 662: -13,61 + 663: -12,61 + 664: -4,63 + 665: -3,63 + 681: -15,63 + 685: -31,57 + 3040: -27,53 + 3041: -37,58 + 3042: -38,58 + 3043: -39,58 + 3044: -43,62 + 3053: -42,62 + 3054: -41,62 + 3078: -34,64 + 3079: -33,64 + 3080: -32,64 + 3081: -31,64 + 3082: -30,64 + 4021: -44,62 + 5697: -44,58 + 5698: -43,58 + 5708: -25,63 + 5709: -24,63 + 5710: -23,63 + 5711: -22,63 + 5712: -21,63 + 5713: -20,63 + 5714: -19,63 - node: color: '#B02E26FF' id: BrickTileWhiteLineS decals: - 459: -10,39 - 460: -9,39 - 462: -7,38 - 519: -9,24 - 520: -10,24 - 521: -11,24 - 522: -7,23 - 523: -6,23 - 524: -8,32 - 525: -7,32 - 526: -6,32 - 544: -22,24 - 545: -21,24 - 546: -20,24 - 547: -19,24 - 548: -18,24 - 549: -17,24 - 550: -16,24 - 551: -15,24 - 570: -22,28 - 571: -21,28 - 572: -19,29 - 573: -17,28 - 574: -16,28 - 575: -15,28 - 576: -14,28 - 577: -13,28 - 578: -12,28 - 579: -11,28 - 580: -10,28 - 5388: -15,45 - 5389: -16,45 - 5390: -17,45 - 5391: -18,45 - 5392: -19,45 - 5393: -20,45 - 5394: -21,45 - 5395: -22,45 - 5396: -23,45 - 5397: -24,45 - 5398: -25,45 - 5399: -26,45 - 5456: -20,48 - 5457: -19,48 - 5458: -18,48 - 7221: -34,32 - 7222: -35,32 - 7223: -36,32 - 7224: -26,28 - 7225: -27,28 - 7226: -28,28 - 7227: -29,28 - 7228: -30,28 - 7229: -32,28 - 7230: -31,28 - 7231: -33,28 - 7232: -34,28 - 7233: -35,28 - 7234: -36,28 - 7235: -37,28 - 7236: -38,28 + 458: -10,39 + 459: -9,39 + 461: -7,38 + 518: -9,24 + 519: -10,24 + 520: -11,24 + 521: -7,23 + 522: -6,23 + 523: -8,32 + 524: -7,32 + 525: -6,32 + 543: -22,24 + 544: -21,24 + 545: -20,24 + 546: -19,24 + 547: -18,24 + 548: -17,24 + 549: -16,24 + 550: -15,24 + 569: -22,28 + 570: -21,28 + 571: -19,29 + 572: -17,28 + 573: -16,28 + 574: -15,28 + 575: -14,28 + 576: -13,28 + 577: -12,28 + 578: -11,28 + 579: -10,28 + 5062: -15,45 + 5063: -16,45 + 5064: -17,45 + 5065: -18,45 + 5066: -19,45 + 5067: -20,45 + 5068: -21,45 + 5069: -22,45 + 5070: -23,45 + 5071: -24,45 + 5072: -25,45 + 5073: -26,45 + 5130: -20,48 + 5131: -19,48 + 5132: -18,48 + 6792: -34,32 + 6793: -35,32 + 6794: -36,32 + 6795: -26,28 + 6796: -27,28 + 6797: -28,28 + 6798: -29,28 + 6799: -30,28 + 6800: -32,28 + 6801: -31,28 + 6802: -33,28 + 6803: -34,28 + 6804: -35,28 + 6805: -36,28 + 6806: -37,28 + 6807: -38,28 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS decals: - 1842: 43,32 - 1843: 44,32 - 1844: 45,32 - 1845: 46,32 - 1846: 47,32 - 1847: 48,32 - 1848: 48,28 - 1849: 47,28 - 1850: 46,28 - 1851: 45,28 - 1852: 44,28 - 1853: 43,28 - 1854: 43,23 - 1855: 44,23 - 1856: 45,23 - 1857: 46,23 - 1858: 47,23 - 1859: 48,23 - 1860: 49,23 - 1861: 39,23 - 1862: 38,23 - 1863: 37,23 - 1864: 36,23 - 1865: 35,23 - 1866: 31,23 - 1867: 30,23 - 1868: 29,23 - 1869: 28,23 - 1870: 27,23 - 1871: 27,26 - 1872: 28,26 - 1873: 29,26 - 1874: 30,26 - 1875: 31,26 - 1876: 35,28 - 1877: 36,28 - 1878: 37,28 - 1879: 38,28 - 1880: 39,28 - 1881: 39,32 - 1882: 35,46 - 1883: 36,46 - 1884: 37,46 - 1885: 38,46 - 1886: 39,46 - 1887: 40,46 - 1888: 41,46 - 1889: 42,46 - 1890: 43,46 - 1891: 44,46 - 1892: 45,46 - 1893: 46,46 - 1894: 47,46 - 1895: 48,46 - 1896: 49,46 - 1897: 44,53 - 1898: 38,53 - 1899: 45,53 - 1900: 46,53 - 1901: 39,53 - 1902: 40,53 - 1903: 47,42 - 1904: 46,42 - 1905: 45,42 - 1906: 44,42 - 1907: 43,42 - 1908: 43,36 - 1909: 44,36 - 1910: 45,36 - 1911: 46,36 - 1912: 47,36 - 1913: 48,36 - 1914: 49,36 - 1915: 52,26 - 1916: 53,26 - 1917: 54,26 - 1918: 55,26 - 1919: 56,26 - 1920: 57,26 - 1921: 58,26 - 1922: 59,26 - 1923: 60,26 - 1924: 61,26 - 1925: 62,26 - 1957: 53,46 - 4645: 48,42 + 1610: 43,32 + 1611: 44,32 + 1612: 45,32 + 1613: 46,32 + 1614: 47,32 + 1615: 48,32 + 1616: 48,28 + 1617: 47,28 + 1618: 46,28 + 1619: 45,28 + 1620: 44,28 + 1621: 43,28 + 1622: 43,23 + 1623: 44,23 + 1624: 45,23 + 1625: 46,23 + 1626: 47,23 + 1627: 48,23 + 1628: 49,23 + 1629: 39,23 + 1630: 38,23 + 1631: 37,23 + 1632: 36,23 + 1633: 35,23 + 1634: 31,23 + 1635: 30,23 + 1636: 29,23 + 1637: 28,23 + 1638: 27,23 + 1639: 27,26 + 1640: 28,26 + 1641: 29,26 + 1642: 30,26 + 1643: 31,26 + 1644: 35,28 + 1645: 36,28 + 1646: 37,28 + 1647: 38,28 + 1648: 39,28 + 1649: 39,32 + 1650: 35,46 + 1651: 36,46 + 1652: 37,46 + 1653: 38,46 + 1654: 39,46 + 1655: 40,46 + 1656: 41,46 + 1657: 42,46 + 1658: 43,46 + 1659: 44,46 + 1660: 45,46 + 1661: 46,46 + 1662: 47,46 + 1663: 48,46 + 1664: 49,46 + 1665: 44,42 + 1666: 43,42 + 1667: 43,36 + 1668: 44,36 + 1669: 45,36 + 1670: 46,36 + 1671: 47,36 + 1672: 48,36 + 1673: 49,36 + 1674: 52,26 + 1675: 53,26 + 1676: 54,26 + 1677: 55,26 + 1678: 56,26 + 1679: 57,26 + 1680: 58,26 + 1681: 59,26 + 1682: 60,26 + 1683: 61,26 + 1684: 62,26 + 1716: 53,46 + 4319: 48,42 - node: color: '#BA8841FF' id: BrickTileWhiteLineS decals: - 1373: -55,11 - 1374: -51,20 - 1375: -50,20 - 1376: -49,20 - 1377: -59,22 - 1378: -60,22 - 1379: -61,22 - 1380: -62,22 - 1381: -63,22 - 1382: -64,22 - 1383: -65,22 - 1384: -53,29 - 1385: -52,29 - 1386: -51,29 - 1387: -50,29 - 1388: -49,29 - 1389: -48,29 - 1390: -47,29 - 1391: -46,29 - 1392: -45,29 - 1393: -49,33 - 1394: -48,33 - 1395: -47,33 - 1396: -46,33 - 1397: -45,33 - 1430: -63,15 - 1431: -62,15 - 1432: -61,15 - 1433: -60,15 - 1434: -59,15 - 1435: -51,25 - 1436: -50,25 - 1437: -49,25 - 4619: 22,-22 - 4620: 21,-22 - 4623: 18,-24 - 4624: 19,-24 - 5906: -55,33 - 6198: 16,-17 - 6199: 17,-17 - 6200: 18,-17 - 6201: 19,-17 - 6202: 20,-17 - 6203: 21,-17 - 6204: 22,-17 - 6205: 23,-17 - 6206: 24,-17 - 6212: -62,11 - 6213: -61,11 - 6214: -60,11 - 6215: -59,11 - 6230: -51,11 - 6231: -50,11 - 6232: -49,11 - 6233: -49,15 - 6234: -50,15 - 6235: -51,15 + 4293: 22,-22 + 4294: 21,-22 + 4297: 18,-24 + 4298: 19,-24 + 5807: 16,-17 + 5808: 17,-17 + 5809: 18,-17 + 5810: 19,-17 + 5811: 20,-17 + 5812: 21,-17 + 5813: 22,-17 + 5814: 23,-17 + 5815: 24,-17 + 6947: -51,11 + 6948: -50,11 + 6949: -49,11 + 6950: -49,11 + 6951: -48,11 + 6952: -59,11 + 6953: -60,11 + 6954: -61,11 + 6955: -62,11 + 6956: -62,17 + 6957: -61,17 + 6958: -60,17 + 6959: -59,17 + 6960: -51,16 + 6961: -50,16 + 6962: -49,16 + 6963: -48,16 + 6964: -51,21 + 6965: -50,21 + 6966: -49,21 + 6967: -48,21 + 6968: -59,23 + 6969: -60,23 + 6970: -61,23 + 6971: -62,23 + 6972: -63,23 + 6974: -61,28 + 6975: -51,32 + 6976: -50,32 + 6977: -46,32 + 6978: -55,16 + 6979: -55,11 + 7033: -55,21 + 7040: -48,33 + 7124: -55,33 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS decals: - 2020: -55,-4 - 2021: -54,-4 - 2022: -53,-4 - 2023: -52,-4 - 2024: -51,-4 - 2025: -62,-5 - 2026: -61,-5 - 2027: -60,-5 - 2028: -59,-5 - 2029: -54,0 - 2030: -53,0 - 2031: -52,0 - 2032: -51,0 - 2033: -58,0 - 2034: -59,0 - 2035: -60,0 - 2036: -61,0 - 2037: -62,0 - 2038: -56,2 - 2148: -62,-10 - 2149: -61,-10 - 2150: -60,-10 - 2151: -59,-10 - 2175: -59,-13 - 2176: -58,-13 - 2177: -57,-13 - 2178: -56,-13 - 2179: -55,-13 - 2180: -54,-13 - 2182: -52,-12 - 2183: -51,-12 - 2184: -69,5 - 2185: -70,5 - 2186: -71,5 - 2187: -72,5 - 2188: -73,5 - 2189: -73,13 - 2190: -69,13 - 2191: -73,-1 - 2192: -77,7 - 2193: -78,7 - 2194: -79,7 - 2195: -80,7 - 2196: -84,6 - 2197: -85,6 - 2198: -86,6 - 2199: -90,7 - 2200: -91,7 - 2201: -92,7 - 2202: -93,7 - 2203: -85,12 - 2204: -85,-1 - 2205: -89,-6 - 2206: -88,-6 - 2207: -87,-6 - 2208: -86,-6 - 2209: -85,-6 - 2210: -84,-6 - 2211: -83,-6 - 2212: -82,-6 - 2213: -81,-6 - 2334: -88,20 - 2335: -82,20 - 2338: -84,19 - 2339: -85,19 - 2340: -86,19 - 2354: -66,7 - 2355: -65,7 - 2356: -64,7 - 2357: -63,7 - 2358: -62,7 - 2359: -61,7 - 2360: -60,7 - 2361: -59,7 - 2362: -58,7 - 2363: -57,7 - 2364: -56,7 - 2365: -55,7 - 2366: -54,7 - 2367: -53,7 - 2368: -52,7 - 2369: -51,7 - 2370: -50,7 - 4368: -94,-6 - 4369: -93,-6 - 4370: -95,21 - 4371: -94,21 - 4372: -93,21 - 4387: -69,-1 + 1768: -55,-4 + 1769: -54,-4 + 1770: -53,-4 + 1771: -52,-4 + 1772: -51,-4 + 1773: -62,-5 + 1774: -61,-5 + 1775: -60,-5 + 1776: -59,-5 + 1777: -54,0 + 1778: -53,0 + 1779: -52,0 + 1780: -51,0 + 1781: -58,0 + 1782: -59,0 + 1783: -60,0 + 1784: -61,0 + 1785: -62,0 + 1786: -56,2 + 1896: -62,-10 + 1897: -61,-10 + 1898: -60,-10 + 1899: -59,-10 + 1923: -59,-13 + 1924: -58,-13 + 1925: -57,-13 + 1926: -56,-13 + 1927: -55,-13 + 1928: -54,-13 + 1930: -52,-12 + 1931: -51,-12 + 1932: -69,5 + 1933: -70,5 + 1934: -71,5 + 1935: -72,5 + 1936: -73,5 + 1937: -73,13 + 1938: -69,13 + 1939: -73,-1 + 1940: -77,7 + 1941: -78,7 + 1942: -79,7 + 1943: -80,7 + 1944: -84,6 + 1945: -85,6 + 1946: -86,6 + 1947: -90,7 + 1948: -91,7 + 1949: -92,7 + 1950: -93,7 + 1951: -85,12 + 1952: -85,-1 + 1953: -89,-6 + 1954: -88,-6 + 1955: -87,-6 + 1956: -86,-6 + 1957: -85,-6 + 1958: -84,-6 + 1959: -83,-6 + 1960: -82,-6 + 1961: -81,-6 + 2082: -88,20 + 2083: -82,20 + 2086: -84,19 + 2087: -85,19 + 2088: -86,19 + 2102: -66,7 + 2103: -65,7 + 2104: -64,7 + 2105: -63,7 + 2106: -62,7 + 2107: -61,7 + 2108: -60,7 + 2109: -59,7 + 2110: -58,7 + 2111: -57,7 + 2112: -56,7 + 2113: -55,7 + 2114: -54,7 + 2115: -53,7 + 2116: -52,7 + 2117: -51,7 + 2118: -50,7 + 4042: -94,-6 + 4043: -93,-6 + 4044: -95,21 + 4045: -94,21 + 4046: -93,21 + 4061: -69,-1 - node: color: '#FF974DFF' id: BrickTileWhiteLineS decals: - 1555: 14,-3 - 1556: 13,-3 - 1557: 22,-3 - 1558: 23,-3 - 1559: 24,-3 - 1560: 25,-3 - 1561: 26,-3 - 1562: 27,-3 - 1595: 16,-12 - 1596: 17,-12 - 1597: 18,-12 - 1598: 19,-12 - 1599: 20,-12 - 1600: 16,-6 - 1601: 17,-6 - 1602: 18,-6 - 1603: 19,-6 - 1604: 20,-6 + 1355: 14,-3 + 1356: 13,-3 + 1357: 22,-3 + 1358: 23,-3 + 1359: 24,-3 + 1360: 25,-3 + 1361: 26,-3 + 1362: 27,-3 + 1395: 16,-12 + 1396: 17,-12 + 1397: 18,-12 + 1398: 19,-12 + 1399: 20,-12 + 1400: 16,-6 + 1401: 17,-6 + 1402: 18,-6 + 1403: 19,-6 + 1404: 20,-6 - node: color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 751: 4,41 - 752: 4,40 - 753: 4,39 - 754: 4,38 - 755: 4,37 - 756: 4,36 - 766: 9,38 - 767: 9,39 - 787: 16,36 - 788: 16,37 - 789: 16,38 - 790: 16,39 - 797: 17,41 - 798: 17,42 - 799: 17,43 - 800: 17,44 - 801: 17,45 - 802: 17,46 - 803: 17,47 - 804: 17,48 - 805: 17,49 - 870: 9,46 - 871: 9,47 - 872: 9,48 - 873: 9,49 - 874: 5,55 - 875: 5,54 - 876: 5,53 - 877: 5,52 - 878: 5,51 - 879: 5,50 - 880: 5,49 - 907: 16,55 - 917: 14,55 - 918: 14,56 - 946: 26,55 - 985: 6,24 - 986: 11,29 - 987: 4,28 - 988: 11,28 - 989: 4,29 - 990: 17,28 - 991: 17,27 - 992: 17,26 - 993: 17,25 - 5967: 25,49 - 5968: 25,50 - 6274: 5,59 - 6275: 5,60 - 6276: 5,61 + 750: 4,41 + 751: 4,40 + 752: 4,39 + 753: 4,38 + 754: 4,37 + 755: 4,36 + 765: 9,38 + 766: 9,39 + 786: 16,36 + 787: 16,37 + 788: 16,38 + 789: 16,39 + 796: 17,41 + 797: 17,42 + 798: 17,43 + 799: 17,44 + 800: 17,45 + 801: 17,46 + 802: 17,47 + 803: 17,48 + 804: 17,49 + 869: 9,46 + 870: 9,47 + 871: 9,48 + 872: 9,49 + 873: 5,55 + 874: 5,54 + 875: 5,53 + 876: 5,52 + 877: 5,51 + 878: 5,50 + 879: 5,49 + 906: 16,55 + 916: 14,55 + 917: 14,56 + 945: 26,55 + 984: 6,24 + 985: 11,29 + 986: 4,28 + 987: 11,28 + 988: 4,29 + 989: 17,28 + 990: 17,27 + 991: 17,26 + 992: 17,25 + 5586: 25,49 + 5587: 25,50 + 5848: 5,59 + 5849: 5,60 + 5850: 5,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW decals: - 1615: 33,-2 + 1415: 33,-2 - node: color: '#80C71FFF' id: BrickTileWhiteLineW decals: - 4490: -24,6 - 4546: -23,6 - 4547: -21,6 - 4548: -19,6 - 4549: -17,6 - 4550: -15,6 - 4551: -9,6 + 4164: -24,6 + 4220: -23,6 + 4221: -21,6 + 4222: -19,6 + 4223: -17,6 + 4224: -15,6 + 4225: -9,6 - node: color: '#845606FF' id: BrickTileWhiteLineW decals: - 2458: -14,-41 - 2459: -17,-29 - 2460: -17,-30 - 2461: -23,-21 - 2462: -31,-21 - 2463: -31,-20 - 2464: -31,-25 - 2465: -11,-25 - 5823: -12,-41 - 6540: -17,-20 - 6582: -26,-46 - 6583: -26,-45 - 6584: -26,-44 - 6585: -26,-43 - 6586: -26,-42 - 6588: -17,-41 - 6589: -17,-40 - 6601: -32,-42 - 6602: -32,-43 - 6603: -32,-44 - 6604: -32,-45 - 6653: -12,-42 - 6758: -17,-35 - 6759: -17,-34 - 6778: -23,-20 + 2206: -14,-41 + 2207: -17,-29 + 2208: -17,-30 + 2209: -23,-21 + 2210: -31,-21 + 2211: -31,-20 + 2212: -31,-25 + 2213: -11,-25 + 5497: -12,-41 + 6114: -17,-20 + 6156: -26,-46 + 6157: -26,-45 + 6158: -26,-44 + 6159: -26,-43 + 6160: -26,-42 + 6162: -17,-41 + 6163: -17,-40 + 6175: -32,-42 + 6176: -32,-43 + 6177: -32,-44 + 6178: -32,-45 + 6227: -12,-42 + 6332: -17,-35 + 6333: -17,-34 + 6352: -23,-20 - node: color: '#8932B8FF' id: BrickTileWhiteLineW decals: - 5616: -41,11 - 5617: -41,10 - 5618: -41,9 + 5290: -41,11 + 5291: -41,10 + 5292: -41,9 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW decals: - 404: -24,-2 - 405: -18,-2 - 422: -12,-2 - 423: -12,-1 - 441: -15,15 - 442: -15,14 - 445: -12,0 - 1186: 8,6 - 1187: 8,5 - 1188: 8,4 - 1189: 8,3 - 1190: 8,1 - 1191: 8,2 - 1192: 8,0 - 1193: 8,-1 - 1194: 8,-2 - 1205: 0,16 - 1206: 0,15 - 1207: 0,14 - 1208: 0,13 - 1209: 0,12 - 1210: 0,11 - 1211: 0,10 - 1212: 0,9 - 1213: 0,-5 - 1214: 0,-6 - 1215: 0,-7 - 1216: 0,-12 - 1217: 0,-8 - 1218: 0,-9 - 1219: 0,-10 - 1220: 0,-11 - 4464: 5,-6 - 4465: 5,-7 - 4466: 9,-6 - 4467: 9,-7 - 4468: 9,-8 - 4469: 9,-9 - 4470: 9,-10 - 4471: 9,-12 - 4472: 12,-10 - 4473: 12,-9 - 4515: -23,2 - 5294: -12,-5 - 5295: -12,-4 - 5296: -12,-3 - 6299: -4,2 - 6300: 0,6 - 6301: 0,5 - 6306: 0,-1 - 6307: 0,-2 - 6320: 0,4 - 6323: 0,0 - 6797: 8,15 - 6798: 8,13 - 6799: 8,12 - 6800: 8,11 - 6801: 8,10 - 6810: 18,11 - 6819: 18,10 - 6885: 18,6 - 6935: 8,14 - 6993: 9,-11 + 403: -24,-2 + 404: -18,-2 + 421: -12,-2 + 422: -12,-1 + 440: -15,15 + 441: -15,14 + 444: -12,0 + 1185: 8,6 + 1186: 8,5 + 1187: 8,4 + 1188: 8,3 + 1189: 8,1 + 1190: 8,2 + 1191: 8,0 + 1192: 8,-1 + 1193: 8,-2 + 1204: 0,16 + 1205: 0,15 + 1206: 0,14 + 1207: 0,13 + 1208: 0,12 + 1209: 0,11 + 1210: 0,10 + 1211: 0,9 + 1212: 0,-5 + 1213: 0,-6 + 1214: 0,-7 + 1215: 0,-12 + 1216: 0,-8 + 1217: 0,-9 + 1218: 0,-10 + 1219: 0,-11 + 4138: 5,-6 + 4139: 5,-7 + 4140: 9,-6 + 4141: 9,-7 + 4142: 9,-8 + 4143: 9,-9 + 4144: 9,-10 + 4145: 9,-12 + 4146: 12,-10 + 4147: 12,-9 + 4189: -23,2 + 4968: -12,-5 + 4969: -12,-4 + 4970: -12,-3 + 5873: -4,2 + 5874: 0,6 + 5875: 0,5 + 5880: 0,-1 + 5881: 0,-2 + 5894: 0,4 + 5897: 0,0 + 6371: 8,15 + 6372: 8,13 + 6373: 8,12 + 6374: 8,11 + 6375: 8,10 + 6384: 18,11 + 6393: 18,10 + 6459: 18,6 + 6509: 8,14 + 6567: 9,-11 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW decals: - 644: -32,61 - 645: -32,60 - 646: -32,59 - 647: -32,58 - 648: -28,63 - 649: -28,62 - 650: -28,61 - 651: -28,60 - 652: -28,59 - 653: -28,58 - 654: -28,57 - 655: -28,56 - 656: -28,55 - 657: -28,54 - 671: -14,62 - 672: -24,57 - 673: -24,56 - 674: -24,55 - 675: -24,54 - 676: 0,68 - 677: 0,67 - 678: 0,66 - 679: 0,65 - 680: 0,64 - 681: 0,63 - 3314: -40,61 - 3315: -40,60 - 3316: -40,59 - 3317: -45,65 - 3318: -45,66 - 4348: -45,63 - 6090: -45,59 - 6109: -18,62 + 643: -32,61 + 644: -32,60 + 645: -32,59 + 646: -32,58 + 647: -28,63 + 648: -28,62 + 649: -28,61 + 650: -28,60 + 651: -28,59 + 652: -28,58 + 653: -28,57 + 654: -28,56 + 655: -28,55 + 656: -28,54 + 670: -14,62 + 671: -24,57 + 672: -24,56 + 673: -24,55 + 674: -24,54 + 675: 0,68 + 676: 0,67 + 677: 0,66 + 678: 0,65 + 679: 0,64 + 680: 0,63 + 3055: -40,61 + 3056: -40,60 + 3057: -40,59 + 3058: -45,65 + 3059: -45,66 + 4022: -45,63 + 5699: -45,59 + 5718: -18,62 - node: color: '#B02E26FF' id: BrickTileWhiteLineW decals: - 468: -11,40 - 469: -11,41 - 487: -14,42 - 488: -14,41 - 489: -14,40 - 490: -14,39 - 491: -14,38 - 492: -14,37 - 493: -14,36 - 494: -14,35 - 495: -14,34 - 496: -14,33 - 497: -14,32 - 498: -14,31 - 499: -23,29 - 500: -37,34 - 501: -7,29 - 502: -7,28 - 503: -12,25 - 527: -9,33 - 552: -23,25 - 5386: -14,44 - 5401: -27,49 - 5402: -27,50 - 5454: -21,50 - 5455: -21,49 - 6023: -3,39 - 6024: 0,38 - 6025: 0,39 - 7218: -37,33 + 467: -11,40 + 468: -11,41 + 486: -14,42 + 487: -14,41 + 488: -14,40 + 489: -14,39 + 490: -14,38 + 491: -14,37 + 492: -14,36 + 493: -14,35 + 494: -14,34 + 495: -14,33 + 496: -14,32 + 497: -14,31 + 498: -23,29 + 499: -37,34 + 500: -7,29 + 501: -7,28 + 502: -12,25 + 526: -9,33 + 551: -23,25 + 5060: -14,44 + 5075: -27,49 + 5076: -27,50 + 5128: -21,50 + 5129: -21,49 + 5632: -3,39 + 5633: 0,38 + 5634: 0,39 + 6789: -37,33 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW decals: - 1763: 34,24 - 1764: 34,25 - 1765: 26,27 - 1766: 26,28 - 1767: 26,29 - 1768: 34,29 - 1770: 42,25 - 1771: 42,24 - 1772: 42,29 - 1773: 42,37 - 1774: 42,38 - 1775: 42,39 - 1776: 38,33 - 1777: 38,34 - 1778: 38,35 - 1779: 38,36 - 1780: 38,37 - 1781: 38,38 - 1782: 38,39 - 1783: 38,40 - 1784: 38,41 - 1785: 38,42 - 1786: 38,43 - 1787: 34,47 - 1788: 34,48 - 1789: 34,49 - 1790: 34,50 - 1791: 39,50 - 1792: 49,50 - 1793: 43,54 - 1794: 43,55 - 1795: 43,56 - 1796: 37,56 - 1797: 37,55 - 1798: 37,54 - 1799: 42,43 - 1800: 42,33 - 1801: 42,25 - 1802: 42,24 - 1803: 26,28 - 1940: 51,29 - 1941: 51,28 - 1942: 51,27 - 1959: 53,48 - 1961: 52,50 + 1543: 34,24 + 1544: 34,25 + 1545: 26,27 + 1546: 26,28 + 1547: 26,29 + 1548: 34,29 + 1550: 42,25 + 1551: 42,24 + 1552: 42,29 + 1553: 42,37 + 1554: 42,38 + 1555: 42,39 + 1556: 38,33 + 1557: 38,34 + 1558: 38,35 + 1559: 38,36 + 1560: 38,37 + 1561: 38,38 + 1562: 38,39 + 1563: 38,40 + 1564: 38,41 + 1565: 38,42 + 1566: 38,43 + 1567: 34,47 + 1568: 34,48 + 1569: 34,49 + 1570: 34,50 + 1571: 39,50 + 1572: 49,50 + 1573: 42,43 + 1574: 42,33 + 1575: 42,25 + 1576: 42,24 + 1577: 26,28 + 1699: 51,29 + 1700: 51,28 + 1701: 51,27 + 1718: 53,48 + 1720: 52,50 - node: color: '#BA8841FF' id: BrickTileWhiteLineW decals: - 1428: -52,22 - 1429: -52,21 - 1438: -64,19 - 1439: -64,18 - 1440: -64,17 - 1441: -64,16 - 1442: -56,12 - 1443: -56,13 - 1444: -56,14 - 1445: -56,15 - 1446: -56,16 - 1447: -56,17 - 1448: -56,18 - 1449: -56,19 - 1450: -56,20 - 1451: -56,21 - 1452: -56,22 - 1453: -56,23 - 1454: -56,24 - 1455: -56,25 - 1456: -56,26 - 1457: -56,27 - 1458: -56,28 - 1459: -66,23 - 1460: -66,24 - 1461: -66,25 - 1462: -66,26 - 1463: -65,29 - 1464: -65,28 - 1465: -64,31 - 1466: -64,32 - 1467: -64,33 - 1468: -64,34 - 1469: -64,35 - 1470: -50,34 - 1471: -52,26 - 1472: -52,17 - 1482: -57,30 - 1497: -46,10 - 1498: -46,11 - 1499: -46,12 - 1500: -46,13 - 1501: -46,14 - 1502: -46,15 - 1503: -46,16 - 1504: -46,17 - 4625: 17,-23 - 4626: 17,-22 - 4627: 17,-21 - 4628: 17,-20 - 5912: -56,36 - 5913: -56,35 - 5914: -56,34 - 6226: -52,12 - 6237: -52,16 + 4299: 17,-23 + 4300: 17,-22 + 4301: 17,-21 + 4302: 17,-20 + 6939: -45,11 + 6940: -45,12 + 6941: -45,13 + 6942: -45,14 + 6943: -45,15 + 6944: -45,16 + 6945: -45,17 + 7008: -56,18 + 7009: -56,17 + 7010: -63,14 + 7011: -63,13 + 7012: -63,12 + 7013: -63,18 + 7014: -65,23 + 7015: -62,25 + 7016: -62,29 + 7017: -52,26 + 7018: -52,25 + 7019: -52,24 + 7020: -52,23 + 7021: -52,22 + 7022: -52,17 + 7023: -52,13 + 7024: -52,12 + 7025: -56,22 + 7026: -56,23 + 7027: -56,24 + 7028: -56,34 + 7029: -56,35 + 7030: -56,36 + 7037: -52,33 + 7038: -52,34 + 7039: -52,35 + 7078: -56,12 + 7079: -56,13 + 7121: -52,14 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW decals: - 2061: -63,-4 - 2062: -63,-3 - 2063: -56,-3 - 2064: -63,1 - 2065: -63,2 - 2066: -63,3 - 2067: -63,4 - 2070: -55,1 - 2071: -74,6 - 2072: -74,7 - 2073: -74,8 - 2074: -74,9 - 2075: -74,10 - 2103: -81,8 - 2104: -70,14 - 2105: -70,15 - 2106: -70,16 - 2107: -74,16 - 2108: -74,15 - 2109: -74,14 - 2110: -86,13 - 2111: -86,14 - 2112: -86,15 - 2113: -86,16 - 2114: -99,12 - 2115: -99,11 - 2116: -99,10 - 2117: -99,9 - 2118: -99,8 - 2119: -99,6 - 2120: -99,7 - 2121: -99,5 - 2122: -99,4 - 2123: -98,19 - 2124: -98,20 - 2125: -98,21 - 2126: -98,22 - 2127: -98,23 - 2128: -98,24 - 2129: -98,25 - 2130: -98,26 - 2131: -98,27 - 2132: -98,28 - 2133: -94,8 - 2134: -98,-3 - 2135: -98,-4 - 2136: -98,-5 - 2137: -98,-6 - 2138: -98,-7 - 2139: -98,-8 - 2140: -98,-9 - 2141: -98,-10 - 2142: -98,-11 - 2143: -98,-12 - 2158: -63,-8 - 2159: -63,-9 - 2174: -54,-31 - 2313: -87,9 - 2314: -87,8 - 2315: -87,7 - 2317: -86,3 - 2318: -86,2 - 2319: -86,1 - 2320: -86,0 - 2372: -48,6 - 2373: -48,5 - 2374: -48,4 - 2375: -48,3 - 2376: -48,2 - 2377: -48,1 - 2378: -48,0 - 2379: -48,-1 - 4383: -70,2 - 4384: -70,1 - 4385: -70,0 + 1809: -63,-4 + 1810: -63,-3 + 1811: -56,-3 + 1812: -63,1 + 1813: -63,2 + 1814: -63,3 + 1815: -63,4 + 1818: -55,1 + 1819: -74,6 + 1820: -74,7 + 1821: -74,8 + 1822: -74,9 + 1823: -74,10 + 1851: -81,8 + 1852: -70,14 + 1853: -70,15 + 1854: -70,16 + 1855: -74,16 + 1856: -74,15 + 1857: -74,14 + 1858: -86,13 + 1859: -86,14 + 1860: -86,15 + 1861: -86,16 + 1862: -99,12 + 1863: -99,11 + 1864: -99,10 + 1865: -99,9 + 1866: -99,8 + 1867: -99,6 + 1868: -99,7 + 1869: -99,5 + 1870: -99,4 + 1871: -98,19 + 1872: -98,20 + 1873: -98,21 + 1874: -98,22 + 1875: -98,23 + 1876: -98,24 + 1877: -98,25 + 1878: -98,26 + 1879: -98,27 + 1880: -98,28 + 1881: -94,8 + 1882: -98,-3 + 1883: -98,-4 + 1884: -98,-5 + 1885: -98,-6 + 1886: -98,-7 + 1887: -98,-8 + 1888: -98,-9 + 1889: -98,-10 + 1890: -98,-11 + 1891: -98,-12 + 1906: -63,-8 + 1907: -63,-9 + 1922: -54,-31 + 2061: -87,9 + 2062: -87,8 + 2063: -87,7 + 2065: -86,3 + 2066: -86,2 + 2067: -86,1 + 2068: -86,0 + 2120: -48,6 + 2121: -48,5 + 2122: -48,4 + 2123: -48,3 + 2124: -48,2 + 2125: -48,1 + 2126: -48,0 + 2127: -48,-1 + 4057: -70,2 + 4058: -70,1 + 4059: -70,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineW decals: - 1546: 13,1 - 1547: 15,-4 - 1548: 15,-5 - 1578: 12,-1 - 1579: 12,-2 - 1580: 15,-9 - 1581: 15,-10 - 1582: 15,-11 + 1346: 13,1 + 1347: 15,-4 + 1348: 15,-5 + 1378: 12,-1 + 1379: 12,-2 + 1380: 15,-9 + 1381: 15,-10 + 1382: 15,-11 - node: color: '#FFFFFFFF' id: BushAOne decals: - 5083: 94.47125,44.284866 - 5084: 92.61969,42.185574 - 5085: 96.762985,34.00421 - 5173: -40.488827,72.31972 - 5186: 45.465385,14.397949 - 5272: -66.58855,31.839897 + 4757: 94.47125,44.284866 + 4758: 92.61969,42.185574 + 4759: 96.762985,34.00421 + 4847: -40.488827,72.31972 + 4860: 45.465385,14.397949 + 4946: -66.58855,31.839897 - node: color: '#FFFFFFFF' id: BushATwo decals: - 5133: 4.253884,44.84271 + 4807: 4.253884,44.84271 - node: color: '#FFFFFFFF' id: BushCOne decals: - 5147: -30.284492,4.3149476 + 4821: -30.284492,4.3149476 - node: color: '#FFFFFFFF' id: BushCThree decals: - 5079: 100.565,47.89424 - 5080: 99.85016,42.257523 - 5081: 102.45172,41.15596 - 5188: 45.69976,11.483887 - 5370: -9.563732,46.01986 - 5717: 19.424809,-28.877602 - 6735: -23.96835,-29.359528 + 4753: 100.565,47.89424 + 4754: 99.85016,42.257523 + 4755: 102.45172,41.15596 + 4862: 45.69976,11.483887 + 5044: -9.563732,46.01986 + 5391: 19.424809,-28.877602 + 6309: -23.96835,-29.359528 - node: color: '#FFFFFFFF' id: BushCTwo decals: - 5718: 20.198246,-32.49479 + 5392: 20.198246,-32.49479 - node: color: '#FFFFFFFF' id: BushDOne decals: - 5068: 79.81664,56.801743 - 5069: 83.39086,53.91893 - 5086: 93.28252,30.992493 - 5087: 89.01256,27.561384 + 4742: 79.81664,56.801743 + 4743: 83.39086,53.91893 + 4760: 93.28252,30.992493 + 4761: 89.01256,27.561384 - node: color: '#FFFFFFFF' id: BushDThree @@ -5214,147 +5144,146 @@ entities: 145: 71,-3 146: 3,-10 209: 37,37 - 2806: -23.84824,-36.039036 - 2827: 70.49607,-5.2800684 - 2828: 73.21482,-5.2683496 - 4911: 73.579414,74.4158 - 4964: 93.51455,23.22274 - 5088: 76.32356,37.133736 - 5089: 72.402985,49.437653 - 5187: 46.340385,12.897949 + 2553: -23.84824,-36.039036 + 2574: 70.49607,-5.2800684 + 2575: 73.21482,-5.2683496 + 4585: 73.579414,74.4158 + 4638: 93.51455,23.22274 + 4762: 76.32356,37.133736 + 4763: 72.402985,49.437653 + 4861: 46.340385,12.897949 - node: color: '#FFFFFFFF' id: BushDTwo decals: 183: -1,14 - 329: -106.987564,9.973441 - 343: -101.81569,9.926566 - 2554: -0.88223886,-10.300684 - 4308: -59.517128,9.321603 - 4309: -30.489948,17.91463 - 4310: 47.184723,21.183506 - 4311: 39.60601,-20.002787 - 4312: 42.520073,-19.752787 - 4313: 40.600338,-30.343527 - 4314: 34.420174,-36.616962 - 4315: 17.789068,-38.879887 - 4316: 1.2919211,-38.75982 - 4317: -3.5219002,-45.90537 - 4318: 13.056606,-52.51093 - 4319: 8.8619585,-45.313065 - 4320: -8.990252,-30.680576 - 4321: -23.893175,-32.74724 + 328: -106.987564,9.973441 + 342: -101.81569,9.926566 + 2301: -0.88223886,-10.300684 + 3991: -30.489948,17.91463 + 3992: 47.184723,21.183506 + 3993: 39.60601,-20.002787 + 3994: 42.520073,-19.752787 + 3995: 40.600338,-30.343527 + 3996: 34.420174,-36.616962 + 3997: 17.789068,-38.879887 + 3998: 1.2919211,-38.75982 + 3999: -3.5219002,-45.90537 + 4000: 13.056606,-52.51093 + 4001: 8.8619585,-45.313065 + 4002: -8.990252,-30.680576 + 4003: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Busha1 decals: - 5134: 6.6366963,43.772396 - 5172: -35.56695,70.99159 - 5371: -5.43092,46.160484 - 6768: -10.819955,-50.226284 + 4808: 6.6366963,43.772396 + 4846: -35.56695,70.99159 + 5045: -5.43092,46.160484 + 6342: -10.819955,-50.226284 - node: color: '#FFFFFFFF' id: Busha2 decals: - 5146: -32.261055,0.119635105 - 5297: 31.206207,57.06866 - 5716: 14.6279335,-30.455727 + 4820: -32.261055,0.119635105 + 4971: 31.206207,57.06866 + 5390: 14.6279335,-30.455727 - node: color: '#FFFFFFFF' id: Busha3 decals: - 5090: 65.169395,53.750153 - 5142: 3.7995977,46.303474 - 5171: -38.7232,72.97597 - 5185: 41.277885,14.983887 - 5271: -69.54167,32.207085 - 6026: -3,27 + 4764: 65.169395,53.750153 + 4816: 3.7995977,46.303474 + 4845: -38.7232,72.97597 + 4859: 41.277885,14.983887 + 4945: -69.54167,32.207085 + 5635: -3,27 - node: color: '#FFFFFFFF' id: Bushb2 decals: - 4963: 93.43252,23.97274 - 6734: -24.335537,-37.467194 + 4637: 93.43252,23.97274 + 6308: -24.335537,-37.467194 - node: color: '#FFFFFFFF' id: Bushb3 decals: - 245: 36,-37 - 5082: 95.572815,40.335648 - 5273: -67.549484,36.214897 - 5298: 35.135895,55.59991 + 244: 36,-37 + 4756: 95.572815,40.335648 + 4947: -67.549484,36.214897 + 4972: 35.135895,55.59991 - node: color: '#FFFFFFFF' id: Bushc1 decals: - 5299: 31.159332,53.357723 - 5719: 13.901371,-32.71354 + 4973: 31.159332,53.357723 + 5393: 13.901371,-32.71354 - node: color: '#FFFFFFFF' id: Bushc2 decals: - 5132: 7.082009,44.522396 - 5148: -28.768867,3.5180726 + 4806: 7.082009,44.522396 + 4822: -28.768867,3.5180726 - node: color: '#FFFFFFFF' id: Bushc3 decals: - 5174: -36.926327,68.89003 + 4848: -36.926327,68.89003 - node: color: '#FFFFFFFF' id: Bushd1 decals: - 2910: 57.006096,-12.356954 - 2911: 57.099846,-6.4928484 - 2912: 57.873283,-6.9615984 - 2913: 63.099846,-6.8826447 - 2914: 65.24438,-12.144363 - 2915: 67.27172,-12.788895 - 2916: 67.48266,-13.257645 - 2917: 69.80284,-5.2769313 - 2918: 71.44347,-3.4839625 - 2919: 66.205185,0.043381214 - 2920: 65.642685,-1.0347438 - 2921: 62.150494,-2.1245875 - 2922: 55.271587,-0.22615004 - 2923: 53.619244,-8.4761505 - 2924: 54.380962,-9.671463 - 2925: 52.400494,-15.636277 - 2926: 48.594856,-24.49732 - 2927: 51.36048,-26.65357 - 4337: -13.54646,71.93295 - 4933: 98.13174,15.125084 + 2657: 57.006096,-12.356954 + 2658: 57.099846,-6.4928484 + 2659: 57.873283,-6.9615984 + 2660: 63.099846,-6.8826447 + 2661: 65.24438,-12.144363 + 2662: 67.27172,-12.788895 + 2663: 67.48266,-13.257645 + 2664: 69.80284,-5.2769313 + 2665: 71.44347,-3.4839625 + 2666: 66.205185,0.043381214 + 2667: 65.642685,-1.0347438 + 2668: 62.150494,-2.1245875 + 2669: 55.271587,-0.22615004 + 2670: 53.619244,-8.4761505 + 2671: 54.380962,-9.671463 + 2672: 52.400494,-15.636277 + 2673: 48.594856,-24.49732 + 2674: 51.36048,-26.65357 + 4011: -13.54646,71.93295 + 4607: 98.13174,15.125084 - node: color: '#FFFFFFFF' id: Bushd2 decals: - 5070: 86.68383,54.446274 - 5071: 99.75641,48.140526 - 5072: 102.08844,41.906906 - 5073: 96.3111,43.79454 + 4744: 86.68383,54.446274 + 4745: 99.75641,48.140526 + 4746: 102.08844,41.906906 + 4747: 96.3111,43.79454 - node: color: '#FFFFFFFF' id: Bushd4 decals: - 6736: -23.90585,-38.226715 + 6310: -23.90585,-38.226715 - node: color: '#FFFFFFFF' id: Bushe1 decals: 158: -3,-47 184: -1,9 - 236: 66,-4 - 237: 72,-4 - 339: -106.90944,6.957816 - 340: -103.09694,5.285941 - 341: -102.925064,4.629691 - 2602: -1.2123232,14.564764 - 4919: 96.186424,43.444447 - 4920: 99.99502,42.319447 - 4921: 100.47549,47.90929 - 4942: 98.75283,16.00399 - 4943: 95.30752,14.339928 - 5092: 66.52363,67.10298 + 235: 66,-4 + 236: 72,-4 + 338: -106.90944,6.957816 + 339: -103.09694,5.285941 + 340: -102.925064,4.629691 + 2349: -1.2123232,14.564764 + 4593: 96.186424,43.444447 + 4594: 99.99502,42.319447 + 4595: 100.47549,47.90929 + 4616: 98.75283,16.00399 + 4617: 95.30752,14.339928 + 4766: 66.52363,67.10298 - node: color: '#FFFFFFFF' id: Bushe2 @@ -5362,165 +5291,163 @@ entities: 136: 53,0 137: 51,-16 138: 63,-26 - 336: -105.75319,9.676566 - 337: -105.893814,8.332816 - 338: -106.737564,7.426566 - 5501: -4.8797646,46.99503 - 5502: -8.293827,45.260654 + 335: -105.75319,9.676566 + 336: -105.893814,8.332816 + 337: -106.737564,7.426566 + 5175: -4.8797646,46.99503 + 5176: -8.293827,45.260654 - node: color: '#FFFFFFFF' id: Bushe3 decals: - 2537: 42.40303,-11.448524 - 2538: 41.500687,-14.392142 - 2539: 47.430374,-6.8730726 - 2540: 46.15303,3.6802206 - 2541: 65.732506,-8.308953 - 2542: 59.42782,-10.014526 - 2543: 67.525475,-21.236286 - 2544: 61.443443,-27.3714 - 2545: 49.665607,-26.2464 - 2546: 40.71666,-29.257294 - 2547: 36.59022,-36.651825 - 2548: 13.614435,-38.831512 - 4912: 99.94814,47.90929 - 4938: 93.9833,17.293053 - 4939: 95.30752,18.980553 - 4940: 96.50283,20.164146 - 4941: 97.99111,18.851646 - 4962: 94.05361,21.125084 - 5063: 84.51586,55.13768 - 5503: -5.7703896,45.08878 + 2285: 42.40303,-11.448524 + 2286: 41.500687,-14.392142 + 2287: 47.430374,-6.8730726 + 2288: 46.15303,3.6802206 + 2289: 59.42782,-10.014526 + 2290: 67.525475,-21.236286 + 2291: 61.443443,-27.3714 + 2292: 49.665607,-26.2464 + 2293: 40.71666,-29.257294 + 2294: 36.59022,-36.651825 + 2295: 13.614435,-38.831512 + 4586: 99.94814,47.90929 + 4612: 93.9833,17.293053 + 4613: 95.30752,18.980553 + 4614: 96.50283,20.164146 + 4615: 97.99111,18.851646 + 4636: 94.05361,21.125084 + 4737: 84.51586,55.13768 + 5177: -5.7703896,45.08878 - node: color: '#FFFFFFFF' id: Bushe4 decals: 220: 49,54 + 237: 75,-3 238: 75,-3 - 239: 75,-3 - 240: 75,-6 - 241: 62,-3 - 242: 41,-29 - 243: 22,-39 - 244: 5,-49 - 333: -102.862564,10.332816 - 334: -102.393814,9.817191 - 335: -105.75319,11.926566 - 2807: -24.176365,-31.187471 - 2808: -8.777928,-28.609346 - 2826: 67.818695,-5.2331934 - 2982: -106.47833,9.241646 - 3100: 9.814974,35.44362 - 3259: 46.1468,-0.7615123 - 3291: 1.3932085,51.47611 - 3292: 0.7525835,54.61237 - 4259: 27.27747,-16.844082 - 4307: -60.134315,9.024728 - 4913: 100.44033,48.342884 - 4914: 103.28799,47.850697 - 4915: 100.22939,42.600697 - 4916: 99.51455,41.569447 - 4917: 95.30752,44.80382 - 4918: 95.68252,43.58507 - 4934: 98.84658,16.648521 - 4935: 99.32705,16.050865 - 4936: 97.780174,19.871178 - 4937: 94.24111,17.820396 + 239: 75,-6 + 240: 62,-3 + 241: 41,-29 + 242: 22,-39 + 243: 5,-49 + 332: -102.862564,10.332816 + 333: -102.393814,9.817191 + 334: -105.75319,11.926566 + 2554: -24.176365,-31.187471 + 2555: -8.777928,-28.609346 + 2573: 67.818695,-5.2331934 + 2729: -106.47833,9.241646 + 2847: 9.814974,35.44362 + 3006: 46.1468,-0.7615123 + 3038: 1.3932085,51.47611 + 3039: 0.7525835,54.61237 + 3952: 27.27747,-16.844082 + 4587: 100.44033,48.342884 + 4588: 103.28799,47.850697 + 4589: 100.22939,42.600697 + 4590: 99.51455,41.569447 + 4591: 95.30752,44.80382 + 4592: 95.68252,43.58507 + 4608: 98.84658,16.648521 + 4609: 99.32705,16.050865 + 4610: 97.780174,19.871178 + 4611: 94.24111,17.820396 - node: color: '#FFFFFFFF' id: Bushf1 decals: 159: 13,-52 226: 64,8 - 342: -102.300064,6.192191 - 2897: 53.982315,-4.4730234 - 2898: 56.876846,-4.3675547 - 2899: 63.521378,-4.3675547 - 2900: 72.77919,-4.672242 - 2901: 65.326065,-13.215211 - 2902: 63.521378,-11.827433 - 2903: 66.76747,-21.307901 - 2904: 62.021378,-25.593042 - 2905: 67.21278,-24.245386 - 2906: 57.849846,-28.077417 - 2907: 53.478752,-27.608667 - 2908: 49.599846,-25.207119 - 2909: 50.713127,-17.428339 - 4944: 96.47939,14.41024 - 4945: 97.14736,13.894615 - 4946: 95.13174,20.023521 - 4947: 95.40127,20.773521 - 4948: 94.123924,19.683678 - 4949: 98.76455,20.375084 - 4950: 97.592674,15.06649 - 4951: 94.41689,15.898521 - 4952: 94.66299,16.414146 - 5066: 82.35961,53.485336 - 5067: 76.65258,55.536118 + 341: -102.300064,6.192191 + 2644: 53.982315,-4.4730234 + 2645: 56.876846,-4.3675547 + 2646: 63.521378,-4.3675547 + 2647: 72.77919,-4.672242 + 2648: 65.326065,-13.215211 + 2649: 63.521378,-11.827433 + 2650: 66.76747,-21.307901 + 2651: 62.021378,-25.593042 + 2652: 67.21278,-24.245386 + 2653: 57.849846,-28.077417 + 2654: 53.478752,-27.608667 + 2655: 49.599846,-25.207119 + 2656: 50.713127,-17.428339 + 4618: 96.47939,14.41024 + 4619: 97.14736,13.894615 + 4620: 95.13174,20.023521 + 4621: 95.40127,20.773521 + 4622: 94.123924,19.683678 + 4623: 98.76455,20.375084 + 4624: 97.592674,15.06649 + 4625: 94.41689,15.898521 + 4626: 94.66299,16.414146 + 4740: 82.35961,53.485336 + 4741: 76.65258,55.536118 - node: color: '#FFFFFFFF' id: Bushf2 decals: 155: -1,-9 156: 19,-39 - 4953: 94.44033,19.882896 - 4954: 96.47939,19.332115 - 4955: 97.41689,18.804771 - 4956: 97.81533,15.464928 - 4957: 95.248924,13.425865 + 4627: 94.44033,19.882896 + 4628: 96.47939,19.332115 + 4629: 97.41689,18.804771 + 4630: 97.81533,15.464928 + 4631: 95.248924,13.425865 - node: color: '#FFFFFFFF' id: Bushf3 decals: - 2552: 13.218527,-38.625637 - 2553: -1.2923951,-11.308496 - 5064: 82.230705,54.66893 - 5065: 84.011955,53.71971 - 5094: 61.35785,62.907665 - 5095: 74.36302,75.21933 + 2299: 13.218527,-38.625637 + 2300: -1.2923951,-11.308496 + 4738: 82.230705,54.66893 + 4739: 84.011955,53.71971 + 4768: 61.35785,62.907665 + 4769: 74.36302,75.21933 - node: color: '#FFFFFFFF' id: Bushg1 decals: - 5499: -9.61414,45.510654 - 5500: -7.731327,46.02628 + 5173: -9.61414,45.510654 + 5174: -7.731327,46.02628 - node: color: '#FFFFFFFF' id: Bushg2 decals: - 5091: 65.90768,54.61734 + 4765: 65.90768,54.61734 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 2549: 5.063496,-47.319897 - 2822: 58.594654,-6.3586936 - 2834: 54.488796,-3.3138347 - 2835: 53.633327,-1.0169597 - 2836: 62.60989,-6.442741 - 2837: 68.45755,-5.177116 - 2838: 74.16458,-5.270866 - 2839: 53.258327,-7.368522 - 2840: 55.461452,-13.006857 - 2841: 65.56302,-22.65142 - 2842: 60.09036,-26.41314 - 2843: 54.301296,-27.374077 - 2844: 50.352077,-26.237358 - 2845: 49.625515,-24.72564 - 2971: -44.30999,-5.539646 - 2972: -81.8269,13.409887 - 2973: -81.70971,15.988012 - 2974: -81.006584,17.452856 - 2975: -88.282814,12.964575 - 2976: -88.72281,17.523169 - 2977: -88.874985,3.0756955 - 2978: -88.501915,2.7552567 - 2979: -88.04488,0.95056915 - 2980: -100.76816,3.8184528 - 2981: -100.44003,4.3575153 - 4437: 70.73736,17.2949 - 5061: 83.461174,54.516586 - 5062: 84.480705,52.864243 + 2296: 5.063496,-47.319897 + 2569: 58.594654,-6.3586936 + 2581: 54.488796,-3.3138347 + 2582: 53.633327,-1.0169597 + 2583: 62.60989,-6.442741 + 2584: 68.45755,-5.177116 + 2585: 74.16458,-5.270866 + 2586: 53.258327,-7.368522 + 2587: 55.461452,-13.006857 + 2588: 65.56302,-22.65142 + 2589: 60.09036,-26.41314 + 2590: 54.301296,-27.374077 + 2591: 50.352077,-26.237358 + 2592: 49.625515,-24.72564 + 2718: -44.30999,-5.539646 + 2719: -81.8269,13.409887 + 2720: -81.70971,15.988012 + 2721: -81.006584,17.452856 + 2722: -88.282814,12.964575 + 2723: -88.72281,17.523169 + 2724: -88.874985,3.0756955 + 2725: -88.501915,2.7552567 + 2726: -88.04488,0.95056915 + 2727: -100.76816,3.8184528 + 2728: -100.44003,4.3575153 + 4111: 70.73736,17.2949 + 4735: 83.461174,54.516586 + 4736: 84.480705,52.864243 - node: color: '#FFFFFFFF' id: Bushh1 @@ -5530,40 +5457,40 @@ entities: 141: 71,-6 142: 58,0 191: -24,18 - 2536: 42.906937,-11.0667305 - 2598: -30.793852,18.267889 - 2599: -31.28604,17.857733 - 2809: -24.621677,-29.41794 - 2810: -24.527927,-31.984348 - 2811: -8.508397,-30.390596 - 2812: 14.481334,-38.60922 - 2813: 19.515272,-38.722622 - 2814: 30.546476,-36.59626 - 2815: 33.399643,-36.98298 - 2823: 51.592796,-17.105461 - 2833: 53.281765,-3.1966472 - 2994: -87.86473,16.017628 - 4284: 37.616062,21.238317 - 4285: 46.427296,21.230505 - 4286: -0.83810425,34.107063 - 4287: 0.021270752,36.677376 - 4922: 102.33877,48.307728 - 4923: 100.63955,43.174915 - 4924: 99.174706,41.194447 - 4925: 95.424706,43.713978 - 4926: 95.13174,19.261803 - 4927: 95.78799,20.117271 - 4928: 98.95205,17.398521 - 4929: 97.72158,14.714928 - 4965: 91.780174,23.000084 - 4966: 97.34658,20.457115 + 2284: 42.906937,-11.0667305 + 2345: -30.793852,18.267889 + 2346: -31.28604,17.857733 + 2556: -24.621677,-29.41794 + 2557: -24.527927,-31.984348 + 2558: -8.508397,-30.390596 + 2559: 14.481334,-38.60922 + 2560: 19.515272,-38.722622 + 2561: 30.546476,-36.59626 + 2562: 33.399643,-36.98298 + 2570: 51.592796,-17.105461 + 2580: 53.281765,-3.1966472 + 2741: -87.86473,16.017628 + 3977: 37.616062,21.238317 + 3978: 46.427296,21.230505 + 3979: -0.83810425,34.107063 + 3980: 0.021270752,36.677376 + 4596: 102.33877,48.307728 + 4597: 100.63955,43.174915 + 4598: 99.174706,41.194447 + 4599: 95.424706,43.713978 + 4600: 95.13174,19.261803 + 4601: 95.78799,20.117271 + 4602: 98.95205,17.398521 + 4603: 97.72158,14.714928 + 4639: 91.780174,23.000084 + 4640: 97.34658,20.457115 - node: color: '#FFFFFFFF' id: Bushh2 decals: - 4959: 93.19814,17.31649 - 4960: 94.66299,19.308678 - 4961: 94.768456,20.984459 + 4633: 93.19814,17.31649 + 4634: 94.66299,19.308678 + 4635: 94.768456,20.984459 - node: color: '#FFFFFFFF' id: Bushh3 @@ -5577,44 +5504,44 @@ entities: decals: 160: -3,-48 190: -17,18 - 2854: 58.069717,-6.448056 - 2855: 60.39003,-8.088681 - 2856: 66.57753,-6.7879 - 2857: 67.23378,-2.2761812 - 2858: 70.57362,-1.3738375 - 2859: 75.436905,-2.2527437 - 2860: 72.343155,-6.4363375 - 2861: 55.585342,-2.241025 - 2862: 58.611607,-12.025141 - 2863: 55.892857,-12.611078 - 2864: 56.537388,-12.611078 - 2865: 62.560825,-10.2556095 - 2866: 62.865513,-10.8181095 - 2867: 67.16629,-20.122797 - 2868: 66.77957,-20.532953 - 2869: 65.5491,-24.353764 - 2870: 61.22571,-26.02222 - 2871: 61.448368,-26.444096 - 2872: 59.35071,-27.557377 - 2873: 52.460087,-27.194096 - 2874: 50.397587,-26.186283 - 4958: 92.78799,17.644615 + 2601: 58.069717,-6.448056 + 2602: 60.39003,-8.088681 + 2603: 66.57753,-6.7879 + 2604: 67.23378,-2.2761812 + 2605: 70.57362,-1.3738375 + 2606: 75.436905,-2.2527437 + 2607: 72.343155,-6.4363375 + 2608: 55.585342,-2.241025 + 2609: 58.611607,-12.025141 + 2610: 55.892857,-12.611078 + 2611: 56.537388,-12.611078 + 2612: 62.560825,-10.2556095 + 2613: 62.865513,-10.8181095 + 2614: 67.16629,-20.122797 + 2615: 66.77957,-20.532953 + 2616: 65.5491,-24.353764 + 2617: 61.22571,-26.02222 + 2618: 61.448368,-26.444096 + 2619: 59.35071,-27.557377 + 2620: 52.460087,-27.194096 + 2621: 50.397587,-26.186283 + 4632: 92.78799,17.644615 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 235: 66,-3 - 326: -102.331314,7.207816 - 2875: 52.108524,-27.53394 - 2876: 59.6554,-26.948002 - 4338: -13.85896,71.22 - 4930: 94.66299,18.605553 - 4931: 95.21377,15.007896 - 5074: 95.572815,44.521103 - 5075: 99.46344,42.423447 - 5076: 102.54547,43.05626 - 5077: 103.65875,48.86876 - 5078: 99.59235,49.114853 + 234: 66,-3 + 325: -102.331314,7.207816 + 2622: 52.108524,-27.53394 + 2623: 59.6554,-26.948002 + 4012: -13.85896,71.22 + 4604: 94.66299,18.605553 + 4605: 95.21377,15.007896 + 4748: 95.572815,44.521103 + 4749: 99.46344,42.423447 + 4750: 102.54547,43.05626 + 4751: 103.65875,48.86876 + 4752: 99.59235,49.114853 - node: color: '#FFFFFFFF' id: Bushi3 @@ -5622,110 +5549,109 @@ entities: 230: 67,-22 231: 60,-28 232: 52,-15 - 327: -101.94069,6.645316 - 328: -107.768814,9.239066 - 3179: -17.382242,55.28696 - 3212: -26.578676,-14.086744 - 3213: -20.547426,-14.055494 - 4283: 36.811375,20.988317 - 4932: 96.01064,14.070396 + 326: -101.94069,6.645316 + 327: -107.768814,9.239066 + 2926: -17.382242,55.28696 + 2959: -26.578676,-14.086744 + 2960: -20.547426,-14.055494 + 3976: 36.811375,20.988317 + 4606: 96.01064,14.070396 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 2550: -2.9872854,-48.485737 - 2551: 5.0869336,-47.735737 - 2877: 50.4679,-18.136845 - 2878: 55.29607,-13.119765 - 2879: 63.37029,-11.514297 - 2880: 62.725758,-11.186172 - 2881: 60.288258,-9.13539 - 2882: 60.135914,-8.631484 - 2883: 60.581226,-8.408828 - 2884: 55.905445,-2.656845 + 2297: -2.9872854,-48.485737 + 2298: 5.0869336,-47.735737 + 2624: 50.4679,-18.136845 + 2625: 55.29607,-13.119765 + 2626: 63.37029,-11.514297 + 2627: 62.725758,-11.186172 + 2628: 60.288258,-9.13539 + 2629: 60.135914,-8.631484 + 2630: 60.581226,-8.408828 + 2631: 55.905445,-2.656845 - node: color: '#FFFFFFFF' id: Bushj1 decals: - 4439: 70.74908,18.630838 + 4113: 70.74908,18.630838 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 3099: 13.119661,34.4944 - 4967: 98.22549,20.421959 - 4968: 99.373924,17.937584 - 4969: 94.768456,14.328209 - 4970: 95.4833,18.089928 + 2846: 13.119661,34.4944 + 4641: 98.22549,20.421959 + 4642: 99.373924,17.937584 + 4643: 94.768456,14.328209 + 4644: 95.4833,18.089928 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 2885: 54.428883,-1.0748138 - 2886: 54.428883,-4.063095 - 2887: 56.70232,-3.6998138 - 2888: 62.831226,-9.699814 - 2889: 58.3781,-12.125595 - 2890: 53.363544,-14.035416 - 2891: 49.414326,-20.189419 - 2892: 58.055847,-27.474571 - 2893: 65.59101,-23.30963 - 2894: 67.81218,-14.928173 - 2895: 67.50614,-5.3519297 - 2896: 71.11552,-5.3636484 - 4363: -90.484215,24.691216 + 2632: 54.428883,-1.0748138 + 2633: 54.428883,-4.063095 + 2634: 56.70232,-3.6998138 + 2635: 62.831226,-9.699814 + 2636: 58.3781,-12.125595 + 2637: 53.363544,-14.035416 + 2638: 49.414326,-20.189419 + 2639: 58.055847,-27.474571 + 2640: 65.59101,-23.30963 + 2641: 67.81218,-14.928173 + 2642: 67.50614,-5.3519297 + 2643: 71.11552,-5.3636484 + 4037: -90.484215,24.691216 - node: color: '#FFFFFFFF' id: Bushk1 decals: 131: 55,-9 - 246: 31,-37 - 2600: -27.53604,17.799139 - 3125: -13.987451,77.15054 - 3126: 16.034712,73.68179 - 3181: -44.33498,-1.2191677 - 3182: -41.3467,-9.703543 - 3183: 4.6561537,-46.97945 - 3184: 41.453693,-29.955482 - 3185: 60.86173,-28.141144 - 3186: 68.20961,-12.918012 - 3187: 75.13539,0.078846216 - 3188: 68.50344,0.16087747 - 3189: 46.415348,5.7034583 - 3190: 58.00519,8.1612835 - 3290: 0.7213335,50.679234 - 5498: -8.004765,45.112217 - 6775: -10.984017,-51.702847 + 245: 31,-37 + 2347: -27.53604,17.799139 + 2872: -13.987451,77.15054 + 2873: 16.034712,73.68179 + 2928: -44.33498,-1.2191677 + 2929: -41.3467,-9.703543 + 2930: 4.6561537,-46.97945 + 2931: 41.453693,-29.955482 + 2932: 60.86173,-28.141144 + 2933: 68.20961,-12.918012 + 2934: 75.13539,0.078846216 + 2935: 68.50344,0.16087747 + 2936: 46.415348,5.7034583 + 2937: 58.00519,8.1612835 + 3037: 0.7213335,50.679234 + 5172: -8.004765,45.112217 + 6349: -10.984017,-51.702847 - node: color: '#FFFFFFFF' id: Bushk2 decals: 135: 74,-7 233: 52,-16 - 234: 66,-9 - 330: -101.143814,5.270316 - 2824: 63.201508,-6.276162 - 2825: 55.58432,-2.9949121 - 2846: 49.531765,-19.440483 - 2847: 49.520046,-24.842827 - 2848: 60.35989,-26.49517 - 2849: 66.04349,-22.37017 - 2850: 69.066925,-19.405327 - 2851: 66.629425,-13.829832 - 2852: 64.70755,-12.892332 - 2853: 66.93411,-5.1350956 - 3097: 9.451693,35.72487 - 3098: 12.533724,34.799088 - 4288: 0.07595825,34.04807 - 4491: -30.692488,-17.01733 + 329: -101.143814,5.270316 + 2571: 63.201508,-6.276162 + 2572: 55.58432,-2.9949121 + 2593: 49.531765,-19.440483 + 2594: 49.520046,-24.842827 + 2595: 60.35989,-26.49517 + 2596: 66.04349,-22.37017 + 2597: 69.066925,-19.405327 + 2598: 66.629425,-13.829832 + 2599: 64.70755,-12.892332 + 2600: 66.93411,-5.1350956 + 2844: 9.451693,35.72487 + 2845: 12.533724,34.799088 + 3981: 0.07595825,34.04807 + 4165: -30.692488,-17.01733 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 331: -102.06569,2.9734414 - 4269: 1.882721,-38.060734 - 4345: -13.937085,69.75079 - 4438: 71.135796,16.380838 + 330: -102.06569,2.9734414 + 3962: 1.882721,-38.060734 + 4019: -13.937085,69.75079 + 4112: 71.135796,16.380838 - node: color: '#FFFFFFFF' id: Bushl2 @@ -5735,50 +5661,50 @@ entities: color: '#FFFFFFFF' id: Bushl3 decals: - 3127: -13.600202,75.158356 - 3128: 15.641865,77.71304 + 2874: -13.600202,75.158356 + 2875: 15.641865,77.71304 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 3166: -17.366714,59.025 - 3167: -16.417496,58.0875 - 5093: 60.289253,65.017044 + 2913: -17.366714,59.025 + 2914: -16.417496,58.0875 + 4767: 60.289253,65.017044 - node: color: '#FFFFFFFF' id: Bushm1 decals: 182: 3,9 - 3178: -17.26131,56.967907 - 4339: -13.405835,69.4075 + 2925: -17.26131,56.967907 + 4013: -13.405835,69.4075 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 332: -101.09694,2.8484414 - 2601: -23.610258,18.150702 - 2831: 53.50442,-6.8880534 - 2832: 53.69192,-3.2786784 - 3129: 15.899677,73.283356 - 3130: -13.56775,73.763824 + 331: -101.09694,2.8484414 + 2348: -23.610258,18.150702 + 2578: 53.50442,-6.8880534 + 2579: 53.69192,-3.2786784 + 2876: 15.899677,73.283356 + 2877: -13.56775,73.763824 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 2829: 59.046852,-6.428506 - 2830: 62.62107,-9.01835 + 2576: 59.046852,-6.428506 + 2577: 62.62107,-9.01835 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 2555: -1.3741928,-7.263622 - 2821: 55.043873,-6.253225 - 2928: 58.0147,-3.0305514 - 2929: 47.043705,0.5114244 - 2930: 47.47435,0.95306015 - 2931: 55.576187,8.312037 - 5037: 85.4669,54.91986 - 6776: -10.64808,-52.05441 + 2302: -1.3741928,-7.263622 + 2568: 55.043873,-6.253225 + 2675: 58.0147,-3.0305514 + 2676: 47.043705,0.5114244 + 2677: 47.47435,0.95306015 + 2678: 55.576187,8.312037 + 4711: 85.4669,54.91986 + 6350: -10.64808,-52.05441 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -5794,1377 +5720,1343 @@ entities: decals: 147: 3,-9 195: 5,25 - 2805: -23.930271,-30.320284 - 2816: 28.395735,-36.87751 - 2817: 49.579803,-25.76604 - 2818: 64.6325,-5.2884035 - 2819: 65.12469,-5.546216 - 2820: 74.26534,-0.3352561 - 3131: -13.602906,77.607574 - 3177: -16.999838,55.935135 - 3260: 46.30305,-3.6521373 - 5496: -8.86414,45.30753 - 5497: -6.059452,46.604404 - 7299: -41.217495,-37.894875 + 2552: -23.930271,-30.320284 + 2563: 28.395735,-36.87751 + 2564: 49.579803,-25.76604 + 2565: 64.6325,-5.2884035 + 2566: 65.12469,-5.546216 + 2567: 74.26534,-0.3352561 + 2878: -13.602906,77.607574 + 2924: -16.999838,55.935135 + 3007: 46.30305,-3.6521373 + 5170: -8.86414,45.30753 + 5171: -6.059452,46.604404 + 6870: -41.217495,-37.894875 - node: color: '#FFFFFFFF' id: Caution decals: - 4662: 69,82 - 4663: 73,82 - 4664: 77,82 - 4718: 81,82 + 4336: 69,82 + 4337: 73,82 + 4338: 77,82 + 4392: 81,82 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNe decals: - 5831: 30,-19 - 5841: -11,59 - 5851: -9,55 - 5852: -3,55 - 5853: -3,50 - 5854: -9,50 + 5505: 30,-19 + 5515: -11,59 + 5525: -9,55 + 5526: -3,55 + 5527: -3,50 + 5528: -9,50 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNw decals: - 5832: 28,-19 - 5842: -15,59 - 5847: -11,55 - 5848: -8,55 - 5849: -11,50 - 5850: -8,50 + 5506: 28,-19 + 5516: -15,59 + 5521: -11,55 + 5522: -8,55 + 5523: -11,50 + 5524: -8,50 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSe decals: - 5835: 30,-22 - 5843: -11,56 - 5855: -3,48 - 5856: -9,48 - 5857: -9,53 - 5858: -3,53 + 5509: 30,-22 + 5517: -11,56 + 5529: -3,48 + 5530: -9,48 + 5531: -9,53 + 5532: -3,53 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSw decals: - 5834: 28,-22 - 5844: -15,56 - 5845: -11,48 - 5846: -8,48 - 5893: -8,53 + 5508: 28,-22 + 5518: -15,56 + 5519: -11,48 + 5520: -8,48 + 5567: -8,53 - node: color: '#FFFFFFFF' id: ConcreteTrimLineE decals: - 5836: 30,-21 - 5837: 30,-20 - 5886: -3,54 - 5887: -3,49 - 5888: -11,57 - 5889: -11,58 - 5890: -9,49 - 5891: -9,54 + 5510: 30,-21 + 5511: 30,-20 + 5560: -3,54 + 5561: -3,49 + 5562: -11,57 + 5563: -11,58 + 5564: -9,49 + 5565: -9,54 - node: color: '#FFFFFFFF' id: ConcreteTrimLineN decals: - 5840: 29,-19 - 5873: -14,59 - 5874: -13,59 - 5875: -12,59 - 5876: -10,55 - 5877: -7,55 - 5878: -6,55 - 5879: -5,55 - 5880: -4,55 - 5881: -4,50 - 5882: -5,50 - 5883: -6,50 - 5884: -7,50 - 5885: -10,50 + 5514: 29,-19 + 5547: -14,59 + 5548: -13,59 + 5549: -12,59 + 5550: -10,55 + 5551: -7,55 + 5552: -6,55 + 5553: -5,55 + 5554: -4,55 + 5555: -4,50 + 5556: -5,50 + 5557: -6,50 + 5558: -7,50 + 5559: -10,50 - node: color: '#FFFFFFFF' id: ConcreteTrimLineS decals: - 5833: 29,-22 - 5859: -10,53 - 5860: -7,53 - 5861: -6,53 - 5862: -5,53 - 5863: -4,53 - 5864: -4,48 - 5865: -5,48 - 5866: -6,48 - 5867: -7,48 - 5868: -10,48 - 5869: -10,53 - 5870: -12,56 - 5871: -13,56 - 5872: -14,56 + 5507: 29,-22 + 5533: -10,53 + 5534: -7,53 + 5535: -6,53 + 5536: -5,53 + 5537: -4,53 + 5538: -4,48 + 5539: -5,48 + 5540: -6,48 + 5541: -7,48 + 5542: -10,48 + 5543: -10,53 + 5544: -12,56 + 5545: -13,56 + 5546: -14,56 - node: color: '#FFFFFFFF' id: ConcreteTrimLineW decals: - 5838: 28,-21 - 5839: 28,-20 - 5892: -8,54 - 5894: -8,49 - 5895: -11,49 - 5896: -11,54 - 5897: -15,57 - 5898: -15,58 + 5512: 28,-21 + 5513: 28,-20 + 5566: -8,54 + 5568: -8,49 + 5569: -11,49 + 5570: -11,54 + 5571: -15,57 + 5572: -15,58 - node: color: '#B02E26FF' id: Delivery decals: - 5131: -11,35 - 5360: -7,43 - 5361: -5,43 - 5362: -5,42 - 5363: -5,41 - 5364: -7,42 - 5365: -7,41 + 4805: -11,35 + 5034: -7,43 + 5035: -5,43 + 5036: -5,42 + 5037: -5,41 + 5038: -7,42 + 5039: -7,41 + - node: + color: '#BA8841FF' + id: Delivery + decals: + 7214: -41,38 + 7215: -42,38 + 7216: -43,38 + 7217: -40,38 + 7218: -62,52 + 7219: -62,51 + 7220: -56,52 + 7221: -56,51 + 7274: -49,39 + 7275: -50,39 + 7276: -51,39 + 7277: -52,39 - node: color: '#FFFFFFFF' id: Delivery decals: - 1505: -47,33 - 1506: -46,33 - 1969: 45,36 - 1970: 46,36 - 1971: 47,36 - 4249: 69,-9 - 4250: 70,-9 - 4251: 72,-9 - 4252: 73,-9 - 4253: -43,38 - 4254: -42,38 - 4255: -41,38 - 4256: -40,38 - 4665: 68,82 - 4666: 70,82 - 4667: 72,82 - 4668: 74,82 - 4669: 76,82 - 4670: 78,82 - 4716: 80,82 - 4717: 82,82 - 5641: 99,-10 - 5642: 100,-10 - 5643: 101,-10 - 5644: 102,-10 - 5645: 103,-10 - 5646: 101,-24 - 5647: 102,-24 - 5648: 103,-24 - 5649: 108,-19 - 5650: 108,-18 - 5651: 108,-17 - 5652: 108,-16 - 5653: 108,-15 - 5654: 97,-13 - 5655: 105,-13 - 5656: 105,-21 - 5657: 97,-21 + 1728: 45,36 + 1729: 46,36 + 1730: 47,36 + 3946: 69,-9 + 3947: 70,-9 + 3948: 72,-9 + 3949: 73,-9 + 4339: 68,82 + 4340: 70,82 + 4341: 72,82 + 4342: 74,82 + 4343: 76,82 + 4344: 78,82 + 4390: 80,82 + 4391: 82,82 + 5315: 99,-10 + 5316: 100,-10 + 5317: 101,-10 + 5318: 102,-10 + 5319: 103,-10 + 5320: 101,-24 + 5321: 102,-24 + 5322: 103,-24 + 5323: 108,-19 + 5324: 108,-18 + 5325: 108,-17 + 5326: 108,-16 + 5327: 108,-15 + 5328: 97,-13 + 5329: 105,-13 + 5330: 105,-21 + 5331: 97,-21 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 3342: -55,9 - 3343: -55,11 - 3344: -55,13 - 3345: -51,13 - 3346: -52,21 - 3347: -50,25 - 3348: -48,30 - 3349: -53,30 - 3350: -56,25 - 3351: -59,22 - 3352: -63,22 - 3353: -63,24 - 3354: -64,29 - 3355: -60,32 - 3356: -61,35 - 3357: -70,20 - 3358: -70,19 - 3359: -68,22 - 3360: -70,28 - 3361: -66,34 - 3362: -62,35 - 3363: -56,36 - 3364: -47,34 - 3365: -41,40 - 3366: -45,40 - 3367: -55,45 - 3368: -55,48 - 3369: -53,53 - 3370: -46,60 - 3371: -43,64 - 3372: -44,65 - 3373: -42,66 - 3374: -39,67 - 3375: -36,65 - 3376: -40,61 - 3377: -34,64 - 3378: -31,64 - 3379: -26,64 - 3380: -27,59 - 3381: -28,56 - 3382: -26,55 - 3383: -23,54 - 3384: -20,54 - 3385: -21,64 - 3386: -20,63 - 3387: -23,67 - 3388: -18,66 - 3389: -16,67 - 3390: -28,67 - 3391: -3,64 - 3392: -1,61 - 3393: 0,60 - 3394: -4,59 - 3395: -9,58 - 3396: 2,58 - 3397: 2,69 - 3398: 5,69 - 3399: 1,71 - 3400: -8,74 - 3401: -4,73 - 3402: 3,78 - 3403: 6,76 - 3404: 14,65 - 3405: 8,65 - 3406: 7,65 - 3407: 5,65 - 3408: 2,63 - 3409: 0,56 - 3410: -1,53 - 3411: 0,52 - 3412: 2,50 - 3413: 7,52 - 3414: 16,56 - 3415: 20,54 - 3416: 17,47 - 3417: 17,45 - 3418: 19,41 - 3419: 16,37 - 3420: 20,36 - 3421: 27,49 - 3422: 6,45 - 3423: 4,41 - 3424: 7,38 - 3425: 4,38 - 3426: 4,37 - 3427: 2,37 - 3428: 1,35 - 3429: -2,30 - 3430: -3,26 - 3431: 2,27 - 3432: 0,26 - 3433: 1,23 - 3434: 4,21 - 3435: 7,22 - 3436: 12,21 - 3437: 16,20 - 3438: 19,19 - 3439: 20,23 - 3440: 17,28 - 3441: 26,27 - 3442: 31,26 - 3443: 31,29 - 3444: 36,29 - 3445: 40,28 - 3446: 38,29 - 3447: 35,25 - 3448: 38,23 - 3449: 39,33 - 3450: 38,36 - 3451: 35,35 - 3452: 29,32 - 3453: 21,32 - 3454: 14,32 - 3455: 7,32 - 3456: 35,42 - 3457: 32,44 - 3458: 32,47 - 3459: 35,49 - 3460: 41,49 - 3461: 43,50 - 3462: 47,48 - 3463: 46,47 - 3464: 42,46 - 3465: 52,50 - 3466: 56,51 - 3467: 58,52 - 3468: 56,53 - 3469: 58,54 - 3470: 58,56 - 3471: 60,58 - 3472: 60,56 - 3473: 63,52 - 3474: 54,38 - 3475: 71,28 - 3476: 62,33 - 3477: 59,32 - 3478: 55,32 - 3479: 52,32 - 3480: 52,39 - 3481: 81,55 - 3482: 81,54 - 3483: 89,55 - 3484: 88,42 - 3485: 85,20 - 3486: 85,14 - 3487: 84,9 - 3488: 84,7 - 3489: 80,4 - 3490: 78,3 - 3491: 85,11 - 3492: 79,0 - 3493: 80,-8 - 3494: 77,-12 - 3495: 68,-18 - 3496: 67,-16 - 3497: 60,-10 - 3498: 60,-12 - 3499: 56,-14 - 3500: 54,-16 - 3501: 49,-22 - 3502: 50,-23 - 3503: 52,-26 - 3504: 55,-27 - 3505: 57,-28 - 3506: 60,-26 - 3507: 64,-23 - 3508: 65,-22 - 3509: 61,-10 - 3510: 61,-8 - 3511: 56,-5 - 3512: 54,-5 - 3513: 54,-2 - 3514: 50,-2 - 3515: 50,-6 - 3516: 49,-7 - 3517: 51,-9 - 3518: 50,2 - 3519: 48,5 - 3520: 49,12 - 3521: 49,14 - 3522: 43,19 - 3523: 41,20 - 3524: 46,18 - 3525: 38,18 - 3526: 34,19 - 3527: 32,16 - 3528: 30,15 - 3529: 33,15 - 3530: 33,12 - 3531: 31,10 - 3532: 27,10 - 3533: 25,12 - 3534: 26,16 - 3535: 26,12 - 3536: 26,9 - 3537: 31,6 - 3538: 21,7 - 3539: 19,5 - 3540: 9,7 - 3541: 8,3 - 3542: -3,4 - 3543: -7,10 - 3544: -8,12 - 3545: -9,14 - 3546: -4,14 - 3547: -12,12 - 3548: -16,12 - 3549: -26,13 - 3550: -28,13 - 3551: -35,14 - 3552: -35,15 - 3553: -33,11 - 3554: -38,11 - 3555: -40,8 - 3556: -35,7 - 3557: -35,-5 - 3558: -32,-5 - 3559: -20,-3 - 3560: -17,-2 - 3561: -16,-3 - 3562: -21,3 - 3563: -15,1 - 3564: -12,-2 - 3565: -13,-5 - 3566: 0,-6 - 3567: 2,-8 - 3568: 2,-12 - 3569: 0,-11 - 3570: -2,-15 - 3571: -7,-16 - 3572: -13,-16 - 3573: -17,-16 - 3574: -12,-14 - 3575: -26,-17 - 3576: -32,-15 - 3577: -33,-11 - 3578: -32,-9 - 3579: -38,-15 - 3580: -40,-16 - 3581: -45,-14 - 3582: -44,-12 - 3583: -46,-10 - 3584: -48,-8 - 3585: -49,-15 - 3586: -50,-20 - 3587: -53,-17 - 3588: -54,-22 - 3589: -49,-25 - 3590: -47,-28 - 3591: -56,-24 - 3592: -57,-18 - 3593: -39,-30 - 3594: -31,-29 - 3595: -33,-26 - 3596: -33,-20 - 3597: -14,-21 - 3598: -7,-21 - 3599: -12,-19 - 3600: -4,-24 - 3601: -4,-19 - 3602: -5,-28 - 3603: -7,-29 - 3604: -6,-31 - 3605: -6,-30 - 3606: 0,-29 - 3607: 2,-25 - 3608: 2,-19 - 3609: -2,-18 - 3610: 3,-16 - 3611: 4,-21 - 3612: 4,-26 - 3613: 8,-28 - 3614: 9,-30 - 3615: 9,-33 - 3616: 11,-34 - 3617: 23,-19 - 3618: 29,-25 - 3619: 32,-23 - 3620: 33,-24 - 3621: 37,-23 - 3622: 38,-26 - 3623: 38,-33 - 3624: 39,-34 - 3625: 33,-35 - 3626: 24,-24 - 3627: 24,-25 - 3628: 22,-35 - 3629: 7,-28 - 3630: 9,-26 - 3631: 6,-37 - 3632: 0,-33 - 3633: 2,-33 - 3634: -4,-38 - 3635: -2,-40 - 3636: -1,-43 - 3637: 1,-40 - 3638: 2,-44 - 3639: -2,-45 - 3640: -1,-45 - 3641: 0,-48 - 3642: 2,-50 - 3643: 6,-52 - 3644: 7,-51 - 3645: 8,-53 - 3646: -3,-52 - 3647: -4,-53 - 3648: -8,-53 - 3649: -8,-51 - 3650: -3,-51 - 3651: -47,-37 - 3652: -52,-37 - 3653: -57,-37 - 3654: -58,-34 - 3655: -60,-33 - 3656: -61,-33 - 3657: -63,-29 - 3658: -62,-26 - 3659: -60,-12 - 3660: -57,-12 - 3661: -58,-9 - 3662: -62,-7 - 3663: -62,-8 - 3664: -59,-4 - 3665: -62,-4 - 3666: -61,-5 - 3667: -58,-2 - 3668: -53,-4 - 3669: -52,-3 - 3670: -49,-3 - 3671: -46,-6 - 3672: -44,-11 - 3673: -46,4 - 3674: -49,7 - 3675: -47,10 - 3676: -44,10 - 3677: -45,14 - 3678: -50,13 - 3679: -53,11 - 3680: -54,7 - 3681: -60,8 - 3682: -64,7 - 3683: -66,9 - 3684: -54,14 - 3685: -56,14 - 3686: -62,17 - 3687: -63,15 - 3688: -57,21 - 3689: -59,24 - 3690: -57,26 - 3691: -55,23 - 3692: -65,27 - 3693: -53,31 - 3694: -58,4 - 3695: -59,1 - 3696: -61,0 - 3697: -60,-2 - 3698: -66,3 - 3699: -65,-2 - 3700: -66,-4 - 3701: -66,-7 - 3702: -69,-7 - 3703: -74,-7 - 3704: -76,-3 - 3705: -75,-3 - 3706: -78,0 - 3707: -79,7 - 3708: -81,9 - 3709: -84,7 - 3710: -84,6 - 3711: -86,6 - 3712: -86,10 - 3713: -86,2 - 3714: -84,0 - 3715: -87,-4 - 3716: -89,-5 - 3717: -87,-6 - 3718: -80,-4 - 3719: -80,-6 - 3720: -97,-3 - 3721: -96,-8 - 3722: -95,-10 - 3723: -97,-13 - 3724: -92,-6 - 3725: -89,-2 - 3726: -97,4 - 3727: -98,4 - 3728: -97,11 - 3729: -99,8 - 3730: -93,8 - 3731: -90,8 - 3732: -90,7 - 3733: -96,17 - 3734: -97,19 - 3735: -96,21 - 3736: -96,24 - 3737: -97,27 - 3738: -89,21 - 3739: -86,20 - 3740: -82,21 - 3741: -78,21 - 3742: -74,24 - 3743: -100,28 - 3744: -79,51 - 3745: -75,52 - 3746: -68,50 - 3747: -66,47 - 3748: -60,50 - 3749: -42,63 - 3750: -7,71 - 3751: -2,71 - 3752: -9,74 - 3753: 20,2 - 3754: 33,-1 - 3755: 20,-8 - 3756: 7,-8 - 3757: 0,-9 - 3806: -39,40 - 3807: -35,34 - 3808: -17,30 - 3809: -15,28 - 3810: -13,36 - 3811: -13,41 - 3812: -8,42 - 3813: -7,39 - 3814: -5,32 - 5504: -26,50 - 5505: -32,51 - 5506: -21,50 - 5507: -19,46 - 5508: -14,45 - 5509: -14,39 - 5510: -9,42 - 5511: -22,45 - 5512: -21,44 - 5513: -27,44 - 5514: -28,41 - 5515: -24,39 - 5516: -21,38 - 5517: -28,38 - 5518: -31,39 - 5519: -20,44 - 5520: -28,44 - 5521: -14,36 - 5522: -13,32 - 5523: -14,44 - 5662: 84,-15 - 5663: 79,-13 - 5664: 80,-13 - 5665: 81,-21 - 5666: 82,-20 - 5667: 94,-20 - 5668: 94,-19 - 5669: 93,-14 - 5670: 93,-12 - 5671: 95,-10 - 5672: 97,-24 - 5673: 95,-24 - 5674: 100,-25 - 5675: 101,-23 - 5676: 103,-23 - 5677: 106,-25 - 5678: 108,-25 - 5679: 109,-24 - 5680: 109,-22 - 5681: 107,-20 - 5682: 107,-18 - 5683: 107,-14 - 5684: 109,-12 - 5685: 109,-10 - 5686: 107,-10 - 5687: 105,-10 - 5688: 103,-11 - 5689: 101,-11 - 5690: 99,-10 - 5691: 98,-10 - 5692: 96,-10 - 5693: 100,-18 - 5694: 93,-18 - 6742: -25,-43 - 6743: -17,-41 - 6744: -16,-42 - 6745: -17,-46 - 6746: -21,-47 - 6747: -22,-38 - 6748: -20,-36 - 6749: -22,-32 - 6750: -20,-29 - 6751: -17,-20 - 6752: -11,-31 - 6753: -16,-29 - 6971: -4,3 - 6972: 2,6 - 6973: 2,7 - 6974: 6,1 - 6975: 0,-2 - 6976: 2,-3 - 6977: 0,-5 + 3083: -55,9 + 3084: -70,20 + 3085: -70,19 + 3086: -68,22 + 3087: -70,28 + 3088: -66,34 + 3089: -41,40 + 3090: -45,40 + 3091: -55,45 + 3092: -55,48 + 3093: -53,53 + 3094: -46,60 + 3095: -43,64 + 3096: -44,65 + 3097: -42,66 + 3098: -39,67 + 3099: -36,65 + 3100: -40,61 + 3101: -34,64 + 3102: -31,64 + 3103: -26,64 + 3104: -27,59 + 3105: -28,56 + 3106: -26,55 + 3107: -23,54 + 3108: -20,54 + 3109: -21,64 + 3110: -20,63 + 3111: -23,67 + 3112: -18,66 + 3113: -16,67 + 3114: -28,67 + 3115: -3,64 + 3116: -1,61 + 3117: 0,60 + 3118: -4,59 + 3119: -9,58 + 3120: 2,58 + 3121: 2,69 + 3122: 5,69 + 3123: 1,71 + 3124: -8,74 + 3125: -4,73 + 3126: 3,78 + 3127: 6,76 + 3128: 14,65 + 3129: 8,65 + 3130: 7,65 + 3131: 5,65 + 3132: 2,63 + 3133: 0,56 + 3134: -1,53 + 3135: 0,52 + 3136: 2,50 + 3137: 7,52 + 3138: 16,56 + 3139: 20,54 + 3140: 17,47 + 3141: 17,45 + 3142: 19,41 + 3143: 16,37 + 3144: 20,36 + 3145: 27,49 + 3146: 6,45 + 3147: 4,41 + 3148: 7,38 + 3149: 4,38 + 3150: 4,37 + 3151: 2,37 + 3152: 1,35 + 3153: -2,30 + 3154: -3,26 + 3155: 2,27 + 3156: 0,26 + 3157: 1,23 + 3158: 4,21 + 3159: 7,22 + 3160: 12,21 + 3161: 16,20 + 3162: 19,19 + 3163: 20,23 + 3164: 17,28 + 3165: 26,27 + 3166: 31,26 + 3167: 31,29 + 3168: 36,29 + 3169: 40,28 + 3170: 38,29 + 3171: 35,25 + 3172: 38,23 + 3173: 39,33 + 3174: 38,36 + 3175: 35,35 + 3176: 29,32 + 3177: 21,32 + 3178: 14,32 + 3179: 7,32 + 3180: 35,42 + 3181: 32,44 + 3182: 32,47 + 3183: 35,49 + 3184: 41,49 + 3185: 43,50 + 3186: 47,48 + 3187: 46,47 + 3188: 42,46 + 3189: 52,50 + 3190: 56,51 + 3191: 58,52 + 3192: 56,53 + 3193: 58,54 + 3194: 58,56 + 3195: 60,58 + 3196: 60,56 + 3197: 63,52 + 3198: 54,38 + 3199: 71,28 + 3200: 62,33 + 3201: 59,32 + 3202: 55,32 + 3203: 52,32 + 3204: 52,39 + 3205: 81,55 + 3206: 81,54 + 3207: 89,55 + 3208: 88,42 + 3209: 85,20 + 3210: 85,14 + 3211: 84,9 + 3212: 84,7 + 3213: 80,4 + 3214: 78,3 + 3215: 85,11 + 3216: 79,0 + 3217: 80,-8 + 3218: 77,-12 + 3219: 68,-18 + 3220: 67,-16 + 3221: 60,-10 + 3222: 60,-12 + 3223: 56,-14 + 3224: 54,-16 + 3225: 49,-22 + 3226: 50,-23 + 3227: 52,-26 + 3228: 55,-27 + 3229: 57,-28 + 3230: 60,-26 + 3231: 64,-23 + 3232: 65,-22 + 3233: 61,-10 + 3234: 61,-8 + 3235: 56,-5 + 3236: 54,-5 + 3237: 54,-2 + 3238: 50,-2 + 3239: 50,-6 + 3240: 49,-7 + 3241: 51,-9 + 3242: 50,2 + 3243: 48,5 + 3244: 49,12 + 3245: 49,14 + 3246: 43,19 + 3247: 41,20 + 3248: 46,18 + 3249: 38,18 + 3250: 34,19 + 3251: 32,16 + 3252: 30,15 + 3253: 33,15 + 3254: 33,12 + 3255: 31,10 + 3256: 27,10 + 3257: 25,12 + 3258: 26,16 + 3259: 26,12 + 3260: 26,9 + 3261: 31,6 + 3262: 21,7 + 3263: 19,5 + 3264: 9,7 + 3265: 8,3 + 3266: -3,4 + 3267: -7,10 + 3268: -8,12 + 3269: -9,14 + 3270: -4,14 + 3271: -12,12 + 3272: -16,12 + 3273: -26,13 + 3274: -28,13 + 3275: -35,14 + 3276: -35,15 + 3277: -33,11 + 3278: -38,11 + 3279: -40,8 + 3280: -35,7 + 3281: -35,-5 + 3282: -32,-5 + 3283: -20,-3 + 3284: -17,-2 + 3285: -16,-3 + 3286: -21,3 + 3287: -15,1 + 3288: -12,-2 + 3289: -13,-5 + 3290: 0,-6 + 3291: 2,-8 + 3292: 2,-12 + 3293: 0,-11 + 3294: -2,-15 + 3295: -7,-16 + 3296: -13,-16 + 3297: -17,-16 + 3298: -12,-14 + 3299: -26,-17 + 3300: -32,-15 + 3301: -33,-11 + 3302: -32,-9 + 3303: -38,-15 + 3304: -40,-16 + 3305: -45,-14 + 3306: -44,-12 + 3307: -46,-10 + 3308: -48,-8 + 3309: -49,-15 + 3310: -50,-20 + 3311: -53,-17 + 3312: -54,-22 + 3313: -49,-25 + 3314: -47,-28 + 3315: -56,-24 + 3316: -57,-18 + 3317: -39,-30 + 3318: -31,-29 + 3319: -33,-26 + 3320: -33,-20 + 3321: -14,-21 + 3322: -7,-21 + 3323: -12,-19 + 3324: -4,-24 + 3325: -4,-19 + 3326: -5,-28 + 3327: -7,-29 + 3328: -6,-31 + 3329: -6,-30 + 3330: 0,-29 + 3331: 2,-25 + 3332: 2,-19 + 3333: -2,-18 + 3334: 3,-16 + 3335: 4,-21 + 3336: 4,-26 + 3337: 8,-28 + 3338: 9,-30 + 3339: 9,-33 + 3340: 11,-34 + 3341: 23,-19 + 3342: 29,-25 + 3343: 32,-23 + 3344: 33,-24 + 3345: 37,-23 + 3346: 38,-26 + 3347: 38,-33 + 3348: 39,-34 + 3349: 33,-35 + 3350: 24,-24 + 3351: 24,-25 + 3352: 22,-35 + 3353: 7,-28 + 3354: 9,-26 + 3355: 6,-37 + 3356: 0,-33 + 3357: 2,-33 + 3358: -4,-38 + 3359: -2,-40 + 3360: -1,-43 + 3361: 1,-40 + 3362: 2,-44 + 3363: -2,-45 + 3364: -1,-45 + 3365: 0,-48 + 3366: 2,-50 + 3367: 6,-52 + 3368: 7,-51 + 3369: 8,-53 + 3370: -3,-52 + 3371: -4,-53 + 3372: -8,-53 + 3373: -8,-51 + 3374: -3,-51 + 3375: -47,-37 + 3376: -52,-37 + 3377: -57,-37 + 3378: -58,-34 + 3379: -60,-33 + 3380: -61,-33 + 3381: -63,-29 + 3382: -62,-26 + 3383: -60,-12 + 3384: -57,-12 + 3385: -58,-9 + 3386: -62,-7 + 3387: -62,-8 + 3388: -59,-4 + 3389: -62,-4 + 3390: -61,-5 + 3391: -58,-2 + 3392: -53,-4 + 3393: -52,-3 + 3394: -49,-3 + 3395: -46,-6 + 3396: -44,-11 + 3397: -46,4 + 3398: -49,7 + 3399: -44,10 + 3400: -54,7 + 3401: -64,7 + 3402: -66,9 + 3403: -58,4 + 3404: -59,1 + 3405: -61,0 + 3406: -60,-2 + 3407: -66,3 + 3408: -65,-2 + 3409: -66,-4 + 3410: -66,-7 + 3411: -69,-7 + 3412: -74,-7 + 3413: -76,-3 + 3414: -75,-3 + 3415: -78,0 + 3416: -79,7 + 3417: -81,9 + 3418: -84,7 + 3419: -84,6 + 3420: -86,6 + 3421: -86,10 + 3422: -86,2 + 3423: -84,0 + 3424: -87,-4 + 3425: -89,-5 + 3426: -87,-6 + 3427: -80,-4 + 3428: -80,-6 + 3429: -97,-3 + 3430: -96,-8 + 3431: -95,-10 + 3432: -97,-13 + 3433: -92,-6 + 3434: -89,-2 + 3435: -97,4 + 3436: -98,4 + 3437: -97,11 + 3438: -99,8 + 3439: -93,8 + 3440: -90,8 + 3441: -90,7 + 3442: -96,17 + 3443: -97,19 + 3444: -96,21 + 3445: -96,24 + 3446: -97,27 + 3447: -89,21 + 3448: -86,20 + 3449: -82,21 + 3450: -78,21 + 3451: -74,24 + 3452: -100,28 + 3453: -79,51 + 3454: -75,52 + 3455: -68,50 + 3456: -66,47 + 3457: -60,50 + 3458: -42,63 + 3459: -7,71 + 3460: -2,71 + 3461: -9,74 + 3462: 20,2 + 3463: 33,-1 + 3464: 20,-8 + 3465: 7,-8 + 3466: 0,-9 + 3515: -39,40 + 3516: -35,34 + 3517: -17,30 + 3518: -15,28 + 3519: -13,36 + 3520: -13,41 + 3521: -8,42 + 3522: -7,39 + 3523: -5,32 + 5178: -26,50 + 5179: -32,51 + 5180: -21,50 + 5181: -19,46 + 5182: -14,45 + 5183: -14,39 + 5184: -9,42 + 5185: -22,45 + 5186: -21,44 + 5187: -27,44 + 5188: -28,41 + 5189: -24,39 + 5190: -21,38 + 5191: -28,38 + 5192: -31,39 + 5193: -20,44 + 5194: -28,44 + 5195: -14,36 + 5196: -13,32 + 5197: -14,44 + 5336: 84,-15 + 5337: 79,-13 + 5338: 80,-13 + 5339: 81,-21 + 5340: 82,-20 + 5341: 94,-20 + 5342: 94,-19 + 5343: 93,-14 + 5344: 93,-12 + 5345: 95,-10 + 5346: 97,-24 + 5347: 95,-24 + 5348: 100,-25 + 5349: 101,-23 + 5350: 103,-23 + 5351: 106,-25 + 5352: 108,-25 + 5353: 109,-24 + 5354: 109,-22 + 5355: 107,-20 + 5356: 107,-18 + 5357: 107,-14 + 5358: 109,-12 + 5359: 109,-10 + 5360: 107,-10 + 5361: 105,-10 + 5362: 103,-11 + 5363: 101,-11 + 5364: 99,-10 + 5365: 98,-10 + 5366: 96,-10 + 5367: 100,-18 + 5368: 93,-18 + 6316: -25,-43 + 6317: -17,-41 + 6318: -16,-42 + 6319: -17,-46 + 6320: -21,-47 + 6321: -22,-38 + 6322: -20,-36 + 6323: -22,-32 + 6324: -20,-29 + 6325: -17,-20 + 6326: -11,-31 + 6327: -16,-29 + 6545: -4,3 + 6546: 2,6 + 6547: 2,7 + 6548: 6,1 + 6549: 0,-2 + 6550: 2,-3 + 6551: 0,-5 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 4554: -55,-25 - 4555: -55,-29 - 4556: -60,-29 - 4557: -47,-30 - 4558: -42,-31 - 4559: -46,-33 - 4560: -39,-33 - 4561: -38,-36 - 4562: -38,-38 - 4563: -38,-22 - 4564: -44,-16 - 4565: -51,-15 - 4566: -54,-16 - 4567: -52,-11 + 4228: -55,-25 + 4229: -55,-29 + 4230: -60,-29 + 4231: -47,-30 + 4232: -42,-31 + 4233: -46,-33 + 4234: -39,-33 + 4235: -38,-36 + 4236: -38,-38 + 4237: -38,-22 + 4238: -44,-16 + 4239: -51,-15 + 4240: -54,-16 + 4241: -52,-11 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 3758: -9,-22 - 3759: -8,-17 - 3760: -5,-16 - 3761: -9,-15 - 3762: -12,-17 - 3763: -20,-16 - 3764: -26,-16 - 3765: -32,-16 - 3766: -33,-14 - 3767: -33,-10 - 3768: -33,-4 - 3769: -33,-4 - 3770: -33,-5 - 3771: -15,1 - 3772: -27,13 - 3773: -26,12 - 3774: -33,12 - 3775: -35,13 - 3776: -38,10 - 3777: -39,11 - 3778: -44,13 - 3779: -44,13 - 3780: -37,17 - 3781: -35,18 - 3782: -28,20 - 3783: -23,20 - 3784: -18,21 - 3785: -33,24 - 3786: -35,28 - 3787: -12,26 - 3788: -23,31 - 3789: -33,32 - 3790: -19,34 - 3791: -9,36 - 3792: -7,39 - 3793: -14,40 - 3794: -6,40 - 3795: -8,39 - 3796: -17,29 - 3797: -15,29 - 3798: -27,41 - 3799: -26,45 - 3800: -30,25 - 3801: -36,34 - 3802: -40,39 - 3803: -42,41 - 3804: -38,45 - 3805: -33,50 - 3815: -15,64 - 3816: -24,63 - 3817: -27,59 - 3818: -31,59 - 3819: -32,58 - 3820: -38,59 - 3821: -42,65 - 3822: -44,71 - 3823: -47,70 - 3824: -14,70 - 3825: -8,71 - 3826: -3,70 - 3827: 1,70 - 3828: 2,60 - 3829: -1,56 - 3830: 1,52 - 3831: 1,48 - 3832: 4,42 - 3833: 1,40 - 3834: 2,35 - 3835: 7,37 - 3836: 3,41 - 3837: 17,43 - 3838: 32,48 - 3839: 35,41 - 3840: 35,36 - 3841: 39,36 - 3842: 38,43 - 3843: 40,50 - 3844: 37,48 - 3845: 44,46 - 3846: 48,48 - 3847: 45,50 - 3848: 44,55 - 3849: 37,54 - 3850: 36,48 - 3851: 51,43 - 3852: 81,61 - 3853: 84,53 - 3854: 85,56 - 3855: 88,39 - 3856: 88,35 - 3857: 89,36 - 3858: 72,28 - 3859: 65,31 - 3860: 69,15 - 3861: 48,12 - 3862: 46,18 - 3863: 42,18 - 3864: 35,19 - 3865: 28,19 - 3866: 31,19 - 3867: 24,20 - 3868: 22,19 - 3869: 17,22 - 3870: 14,20 - 3871: 15,22 - 3872: 18,19 - 3873: 7,20 - 3874: 3,12 - 3875: 0,17 - 3876: -5,11 - 3877: 3,10 - 3878: -6,12 - 3879: -5,11 - 3880: -14,4 - 3881: -13,1 - 3882: -16,15 - 3883: -19,13 - 3884: -25,18 - 3885: -15,14 - 3886: -24,17 - 3887: -31,23 - 3888: -27,21 - 3889: -30,22 - 3890: -34,19 - 3891: -32,19 - 3892: -35,18 - 3893: -40,15 - 3894: -43,15 - 3895: -46,13 - 3896: -47,10 - 3897: -48,5 - 3898: -48,-1 - 3899: -48,-5 - 3900: -48,-8 - 3901: -46,-14 - 3902: -42,-15 - 3903: -35,-18 - 3904: -47,-18 - 3905: -45,-24 - 3906: -49,-22 - 3907: -50,-23 - 3908: -53,-21 - 3909: -57,-26 - 3910: -57,-26 - 3911: -61,-10 - 3912: -60,-7 - 3913: -62,-6 - 3914: -61,-5 - 3915: -67,-8 - 3916: -65,-4 - 3917: -64,-1 - 3918: -68,3 - 3919: -73,6 - 3920: -78,5 - 3921: -84,2 - 3922: -78,6 - 3923: -81,9 - 3924: -86,14 - 3925: -91,6 - 3926: -88,7 - 3927: -97,8 - 3928: -97,6 - 3929: -97,21 - 3930: -96,25 - 3931: -94,27 - 3932: -86,22 - 3933: -85,19 - 3934: -83,21 - 3935: -87,14 - 3936: -84,13 - 3937: -86,15 - 3938: -87,1 - 3939: -88,-1 - 3940: -83,-6 - 3941: -73,-7 - 3942: -80,0 - 3943: -69,1 - 3944: -66,-2 - 3945: -58,-13 - 3946: -42,-37 - 3947: -48,-37 - 3948: -53,-37 - 3949: -56,-37 - 3950: -9,-39 - 3951: -15,-37 - 3952: -12,-31 - 3953: -6,-30 - 3954: -2,-37 - 3955: 2,-39 - 3956: -5,-39 - 3957: 1,-45 - 3958: 2,-46 - 3959: 0,-50 - 3960: -4,-51 - 3961: -5,-52 - 3962: 10,-53 - 3963: 4,-53 - 3964: 6,-42 - 3965: 9,-36 - 3966: 8,-33 - 3967: 13,-28 - 3968: 3,-26 - 3969: 14,-26 - 3970: 29,-26 - 3971: 32,-23 - 3972: 36,-24 - 3973: 31,-26 - 3974: 39,-25 - 3975: 37,-24 - 3976: 39,-28 - 3977: 38,-32 - 3978: 33,-35 - 3979: 28,-34 - 3980: 42,-30 - 3981: 44,-29 - 3982: 43,-25 - 3983: 49,-31 - 3984: 56,-33 - 3985: 50,-24 - 3986: 65,-24 - 3987: 68,-17 - 3988: 67,-16 - 3989: 59,-12 - 3990: 64,-10 - 3991: 61,-6 - 3992: 57,-6 - 3993: 55,-3 - 3994: 50,-2 - 3995: 50,1 - 3996: 51,2 - 3997: 79,-3 - 3998: 81,3 - 3999: 83,6 - 4000: 85,8 - 4001: 84,11 - 4002: 86,14 - 4003: 85,17 - 4004: 89,18 - 4005: 88,17 - 4006: 70,31 - 4007: 80,55 - 4008: 45,56 - 4009: 45,48 - 4010: 39,43 - 4011: 40,34 - 4012: 35,38 - 4013: 27,38 - 4014: 18,40 - 4574: -21,6 - 4575: -14,6 - 4576: -21,-1 - 4577: -14,-3 - 4578: -7,-2 - 4579: -7,-3 - 4580: -8,6 - 4581: -6,5 - 4582: -9,3 - 4583: -15,9 - 4595: -30,7 - 4596: -27,5 - 4597: -25,2 - 4598: -27,0 - 4599: -32,-3 - 4636: 18,-20 - 4637: 22,-21 - 4638: 22,-22 - 4639: 22,-24 - 4640: 18,-23 - 4641: 19,-21 - 4642: 17,-23 - 5546: -21,49 - 5547: -17,49 - 5548: -18,51 - 5549: -24,50 - 5550: -26,49 - 5551: -31,44 - 5552: -33,45 - 5553: -30,44 - 5554: -31,49 - 5555: -34,48 - 5556: -34,50 - 5557: -34,43 - 5558: -31,43 - 5559: -26,41 - 5560: -24,39 - 5561: -25,38 - 5562: -22,39 - 5563: -21,41 - 5564: -23,42 - 5565: -24,42 - 5566: -21,46 - 5567: -20,49 - 5568: -17,48 - 5569: -15,50 - 5570: -10,52 - 5571: -13,54 - 5572: -5,51 - 5573: -14,55 - 5574: -22,58 - 5575: -21,55 - 5695: 81,-19 - 5696: 83,-15 - 5697: 81,-14 - 5698: 81,-13 - 5699: 86,-13 - 5700: 94,-13 - 5701: 94,-10 - 5702: 96,-9 - 5703: 101,-9 - 5704: 107,-20 - 5705: 109,-23 - 5706: 99,-25 - 5707: 93,-24 - 5708: 94,-20 - 6015: 0,46 - 6016: 2,40 - 6017: 2,44 - 6949: 8,15 - 6950: 15,13 - 6951: 16,10 - 6952: 11,10 - 6953: 13,6 - 6954: 16,5 - 6955: 10,6 - 6956: 25,5 - 6957: 22,10 - 6958: 10,12 - 6959: 7,10 - 6960: 8,10 - 6961: 8,9 - 6962: 20,9 - 6963: 20,16 - 6964: 8,17 - 6965: 11,15 - 6966: 15,15 - 6967: 0,5 - 6968: 4,2 - 6969: -3,1 - 6970: 1,-2 - 6978: 2,-1 + 3467: -9,-22 + 3468: -8,-17 + 3469: -5,-16 + 3470: -9,-15 + 3471: -12,-17 + 3472: -20,-16 + 3473: -26,-16 + 3474: -32,-16 + 3475: -33,-14 + 3476: -33,-10 + 3477: -33,-4 + 3478: -33,-4 + 3479: -33,-5 + 3480: -15,1 + 3481: -27,13 + 3482: -26,12 + 3483: -33,12 + 3484: -35,13 + 3485: -38,10 + 3486: -39,11 + 3487: -44,13 + 3488: -44,13 + 3489: -37,17 + 3490: -35,18 + 3491: -28,20 + 3492: -23,20 + 3493: -18,21 + 3494: -33,24 + 3495: -35,28 + 3496: -12,26 + 3497: -23,31 + 3498: -33,32 + 3499: -19,34 + 3500: -9,36 + 3501: -7,39 + 3502: -14,40 + 3503: -6,40 + 3504: -8,39 + 3505: -17,29 + 3506: -15,29 + 3507: -27,41 + 3508: -26,45 + 3509: -30,25 + 3510: -36,34 + 3511: -40,39 + 3512: -42,41 + 3513: -38,45 + 3514: -33,50 + 3524: -15,64 + 3525: -24,63 + 3526: -27,59 + 3527: -31,59 + 3528: -32,58 + 3529: -38,59 + 3530: -42,65 + 3531: -44,71 + 3532: -47,70 + 3533: -14,70 + 3534: -8,71 + 3535: -3,70 + 3536: 1,70 + 3537: 2,60 + 3538: -1,56 + 3539: 1,52 + 3540: 1,48 + 3541: 4,42 + 3542: 1,40 + 3543: 2,35 + 3544: 7,37 + 3545: 3,41 + 3546: 17,43 + 3547: 32,48 + 3548: 35,41 + 3549: 35,36 + 3550: 39,36 + 3551: 38,43 + 3552: 40,50 + 3553: 37,48 + 3554: 44,46 + 3555: 48,48 + 3556: 45,50 + 3557: 36,48 + 3558: 51,43 + 3559: 81,61 + 3560: 84,53 + 3561: 85,56 + 3562: 88,39 + 3563: 88,35 + 3564: 89,36 + 3565: 72,28 + 3566: 65,31 + 3567: 69,15 + 3568: 48,12 + 3569: 46,18 + 3570: 42,18 + 3571: 35,19 + 3572: 28,19 + 3573: 31,19 + 3574: 24,20 + 3575: 22,19 + 3576: 17,22 + 3577: 14,20 + 3578: 15,22 + 3579: 18,19 + 3580: 7,20 + 3581: 3,12 + 3582: 0,17 + 3583: -5,11 + 3584: 3,10 + 3585: -6,12 + 3586: -5,11 + 3587: -14,4 + 3588: -13,1 + 3589: -16,15 + 3590: -19,13 + 3591: -25,18 + 3592: -15,14 + 3593: -24,17 + 3594: -31,23 + 3595: -27,21 + 3596: -30,22 + 3597: -34,19 + 3598: -32,19 + 3599: -35,18 + 3600: -40,15 + 3601: -43,15 + 3602: -48,5 + 3603: -48,-1 + 3604: -48,-5 + 3605: -48,-8 + 3606: -46,-14 + 3607: -42,-15 + 3608: -35,-18 + 3609: -47,-18 + 3610: -45,-24 + 3611: -49,-22 + 3612: -50,-23 + 3613: -53,-21 + 3614: -57,-26 + 3615: -57,-26 + 3616: -61,-10 + 3617: -60,-7 + 3618: -62,-6 + 3619: -61,-5 + 3620: -67,-8 + 3621: -65,-4 + 3622: -64,-1 + 3623: -68,3 + 3624: -73,6 + 3625: -78,5 + 3626: -84,2 + 3627: -78,6 + 3628: -81,9 + 3629: -86,14 + 3630: -91,6 + 3631: -88,7 + 3632: -97,8 + 3633: -97,6 + 3634: -97,21 + 3635: -96,25 + 3636: -94,27 + 3637: -86,22 + 3638: -85,19 + 3639: -83,21 + 3640: -87,14 + 3641: -84,13 + 3642: -86,15 + 3643: -87,1 + 3644: -88,-1 + 3645: -83,-6 + 3646: -73,-7 + 3647: -80,0 + 3648: -69,1 + 3649: -66,-2 + 3650: -58,-13 + 3651: -42,-37 + 3652: -48,-37 + 3653: -53,-37 + 3654: -56,-37 + 3655: -9,-39 + 3656: -15,-37 + 3657: -12,-31 + 3658: -6,-30 + 3659: -2,-37 + 3660: 2,-39 + 3661: -5,-39 + 3662: 1,-45 + 3663: 2,-46 + 3664: 0,-50 + 3665: -4,-51 + 3666: -5,-52 + 3667: 10,-53 + 3668: 4,-53 + 3669: 6,-42 + 3670: 9,-36 + 3671: 8,-33 + 3672: 13,-28 + 3673: 3,-26 + 3674: 14,-26 + 3675: 29,-26 + 3676: 32,-23 + 3677: 36,-24 + 3678: 31,-26 + 3679: 39,-25 + 3680: 37,-24 + 3681: 39,-28 + 3682: 38,-32 + 3683: 33,-35 + 3684: 28,-34 + 3685: 42,-30 + 3686: 44,-29 + 3687: 43,-25 + 3688: 49,-31 + 3689: 56,-33 + 3690: 50,-24 + 3691: 65,-24 + 3692: 68,-17 + 3693: 67,-16 + 3694: 59,-12 + 3695: 64,-10 + 3696: 61,-6 + 3697: 57,-6 + 3698: 55,-3 + 3699: 50,-2 + 3700: 50,1 + 3701: 51,2 + 3702: 79,-3 + 3703: 81,3 + 3704: 83,6 + 3705: 85,8 + 3706: 84,11 + 3707: 86,14 + 3708: 85,17 + 3709: 89,18 + 3710: 88,17 + 3711: 70,31 + 3712: 80,55 + 3713: 45,56 + 3714: 45,48 + 3715: 39,43 + 3716: 40,34 + 3717: 35,38 + 3718: 27,38 + 3719: 18,40 + 4248: -21,6 + 4249: -14,6 + 4250: -21,-1 + 4251: -14,-3 + 4252: -7,-2 + 4253: -7,-3 + 4254: -8,6 + 4255: -6,5 + 4256: -9,3 + 4257: -15,9 + 4269: -30,7 + 4270: -27,5 + 4271: -25,2 + 4272: -27,0 + 4273: -32,-3 + 4310: 18,-20 + 4311: 22,-21 + 4312: 22,-22 + 4313: 22,-24 + 4314: 18,-23 + 4315: 19,-21 + 4316: 17,-23 + 5220: -21,49 + 5221: -17,49 + 5222: -18,51 + 5223: -24,50 + 5224: -26,49 + 5225: -31,44 + 5226: -33,45 + 5227: -30,44 + 5228: -31,49 + 5229: -34,48 + 5230: -34,50 + 5231: -34,43 + 5232: -31,43 + 5233: -26,41 + 5234: -24,39 + 5235: -25,38 + 5236: -22,39 + 5237: -21,41 + 5238: -23,42 + 5239: -24,42 + 5240: -21,46 + 5241: -20,49 + 5242: -17,48 + 5243: -15,50 + 5244: -10,52 + 5245: -13,54 + 5246: -5,51 + 5247: -14,55 + 5248: -22,58 + 5249: -21,55 + 5369: 81,-19 + 5370: 83,-15 + 5371: 81,-14 + 5372: 81,-13 + 5373: 86,-13 + 5374: 94,-13 + 5375: 94,-10 + 5376: 96,-9 + 5377: 101,-9 + 5378: 107,-20 + 5379: 109,-23 + 5380: 99,-25 + 5381: 93,-24 + 5382: 94,-20 + 5624: 0,46 + 5625: 2,40 + 5626: 2,44 + 6523: 8,15 + 6524: 15,13 + 6525: 16,10 + 6526: 11,10 + 6527: 13,6 + 6528: 16,5 + 6529: 10,6 + 6530: 25,5 + 6531: 22,10 + 6532: 10,12 + 6533: 7,10 + 6534: 8,10 + 6535: 8,9 + 6536: 20,9 + 6537: 20,16 + 6538: 8,17 + 6539: 11,15 + 6540: 15,15 + 6541: 0,5 + 6542: 4,2 + 6543: -3,1 + 6544: 1,-2 + 6552: 2,-1 - node: color: '#FFFFFFFF' id: DirtLight decals: - 4568: -59,-13 - 4569: -50,-11 - 4570: -57,-17 - 4571: -54,-18 - 4572: -54,-21 - 4573: -57,-24 + 4242: -59,-13 + 4243: -50,-11 + 4244: -57,-17 + 4245: -54,-18 + 4246: -54,-21 + 4247: -57,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 4015: 1,42 - 4016: -9,52 - 4017: -16,51 - 4018: -13,38 - 4019: -18,41 - 4020: -51,10 - 4021: -83,15 - 4022: -80,28 - 4023: -31,54 - 4024: 17,51 - 4025: 6,19 - 4026: -9,-23 - 4027: -55,-24 - 4028: 32,-20 - 4029: 49,23 - 4030: 50,49 - 4031: 79,54 - 4032: -17,4 - 4033: -9,21 - 4034: 13,4 - 4035: -15,-29 - 4036: -65,-8 - 4037: -51,33 - 4038: -36,47 - 4039: -23,56 - 4040: -20,64 - 4041: 17,21 - 4042: 39,23 - 4043: 31,15 - 4044: 65,-10 - 4045: 38,-18 - 4046: 34,-23 - 4047: 1,-36 - 4048: 5,-43 - 4049: -12,-37 - 4050: -29,-23 - 4051: 32,-13 - 4052: -14,11 - 4053: 35,24 - 4054: 58,32 - 4055: 54,42 - 4056: 46,48 - 4057: 19,48 - 4058: -9,54 - 4059: -17,59 - 4060: -48,64 - 4061: -30,63 - 4062: -17,60 - 4063: -20,30 - 4064: -49,3 - 4065: -27,-24 - 4066: -51,-12 - 4067: -44,-22 - 4068: -86,4 - 4069: -86,16 - 4070: -99,13 - 4071: -105,6 - 4072: -67,-13 - 4073: -46,-20 - 4074: -3,-28 - 4075: 25,-26 - 4076: 39,-15 - 4077: 46,-11 - 4078: 31,-23 - 4079: 53,25 - 4080: 32,35 - 4081: -1,49 - 4082: 0,64 - 4083: -1,76 - 4084: -27,58 - 4584: -20,6 - 4585: -22,1 - 4586: -19,2 - 4587: -18,5 - 4588: -15,6 - 4589: -7,6 - 4590: -9,-1 - 4591: -7,-2 - 4592: -14,-3 - 4593: -15,-1 - 4594: -20,-2 - 4605: -25,5 - 4606: -25,7 - 4607: -31,7 - 4608: -27,-1 - 5524: -14,46 - 5525: -20,48 - 5526: -23,45 - 5527: -26,49 - 5528: -31,48 - 5529: -26,42 - 5530: -21,41 - 5531: -21,38 - 5532: -22,38 - 5533: -30,38 - 5534: -18,40 - 5535: -14,38 - 5536: -18,46 - 5537: -13,46 - 5538: -26,45 - 5539: -26,48 - 5540: -26,53 - 5541: -21,53 - 5709: 83,-15 - 5710: 83,-19 - 5711: 96,-17 - 5712: 94,-15 - 5713: 100,-17 - 5714: 108,-10 - 5715: 98,-9 - 6936: 8,13 - 6937: 10,15 - 6938: 14,13 - 6939: 18,15 - 6940: 20,10 - 6941: 15,6 - 6942: 12,10 - 6943: 6,10 - 6944: 6,13 - 6945: 5,16 - 6946: 22,14 - 6947: 23,11 - 6948: 21,11 - 6979: -2,2 - 6980: 1,4 - 6981: 1,7 - 6982: 6,3 - 6983: 10,1 - 6984: 8,-2 - 6985: 9,-6 - 6986: 10,-10 - 6987: 9,-12 - 6988: 12,-5 + 3720: 1,42 + 3721: -9,52 + 3722: -16,51 + 3723: -13,38 + 3724: -18,41 + 3725: -83,15 + 3726: -80,28 + 3727: -31,54 + 3728: 17,51 + 3729: 6,19 + 3730: -9,-23 + 3731: -55,-24 + 3732: 32,-20 + 3733: 49,23 + 3734: 50,49 + 3735: 79,54 + 3736: -17,4 + 3737: -9,21 + 3738: 13,4 + 3739: -15,-29 + 3740: -65,-8 + 3741: -36,47 + 3742: -23,56 + 3743: -20,64 + 3744: 17,21 + 3745: 39,23 + 3746: 31,15 + 3747: 65,-10 + 3748: 38,-18 + 3749: 34,-23 + 3750: 1,-36 + 3751: 5,-43 + 3752: -12,-37 + 3753: -29,-23 + 3754: 32,-13 + 3755: -14,11 + 3756: 35,24 + 3757: 58,32 + 3758: 54,42 + 3759: 46,48 + 3760: 19,48 + 3761: -9,54 + 3762: -17,59 + 3763: -48,64 + 3764: -30,63 + 3765: -17,60 + 3766: -20,30 + 3767: -49,3 + 3768: -27,-24 + 3769: -51,-12 + 3770: -44,-22 + 3771: -86,4 + 3772: -86,16 + 3773: -99,13 + 3774: -105,6 + 3775: -67,-13 + 3776: -46,-20 + 3777: -3,-28 + 3778: 25,-26 + 3779: 39,-15 + 3780: 46,-11 + 3781: 31,-23 + 3782: 53,25 + 3783: 32,35 + 3784: -1,49 + 3785: 0,64 + 3786: -1,76 + 3787: -27,58 + 4258: -20,6 + 4259: -22,1 + 4260: -19,2 + 4261: -18,5 + 4262: -15,6 + 4263: -7,6 + 4264: -9,-1 + 4265: -7,-2 + 4266: -14,-3 + 4267: -15,-1 + 4268: -20,-2 + 4279: -25,5 + 4280: -25,7 + 4281: -31,7 + 4282: -27,-1 + 5198: -14,46 + 5199: -20,48 + 5200: -23,45 + 5201: -26,49 + 5202: -31,48 + 5203: -26,42 + 5204: -21,41 + 5205: -21,38 + 5206: -22,38 + 5207: -30,38 + 5208: -18,40 + 5209: -14,38 + 5210: -18,46 + 5211: -13,46 + 5212: -26,45 + 5213: -26,48 + 5214: -26,53 + 5215: -21,53 + 5383: 83,-15 + 5384: 83,-19 + 5385: 96,-17 + 5386: 94,-15 + 5387: 100,-17 + 5388: 108,-10 + 5389: 98,-9 + 6510: 8,13 + 6511: 10,15 + 6512: 14,13 + 6513: 18,15 + 6514: 20,10 + 6515: 15,6 + 6516: 12,10 + 6517: 6,10 + 6518: 6,13 + 6519: 5,16 + 6520: 22,14 + 6521: 23,11 + 6522: 21,11 + 6553: -2,2 + 6554: 1,4 + 6555: 1,7 + 6556: 6,3 + 6557: 10,1 + 6558: 8,-2 + 6559: 9,-6 + 6560: 10,-10 + 6561: 9,-12 + 6562: 12,-5 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 4085: -58,-1 - 4086: -35,15 - 4087: 22,29 - 4088: 7,-3 - 4089: 21,-14 - 4090: -37,-23 - 4091: 36,-14 - 4092: -11,-28 - 4093: -1,-30 - 4094: 43,-27 - 4095: 16,-32 - 4096: 3,-41 - 4097: 3,-40 - 4098: -18,-9 - 4099: 2,9 - 4100: 30,25 - 4101: 15,26 - 4102: -31,22 - 4103: 2,51 - 4104: 6,66 - 4105: -39,63 - 4106: -35,65 - 4107: 12,76 - 4108: -10,70 - 4109: 25,47 - 4110: 90,43 - 4111: 69,28 - 4112: 87,37 - 4113: 61,18 - 4114: 39,9 - 4115: 37,-10 - 4116: 62,-13 - 4117: 70,-9 - 4118: 38,-17 - 4119: -5,-18 - 4120: -9,-11 - 4121: -48,-15 - 4122: -30,18 - 4123: -52,24 - 4124: -48,27 - 4125: -65,34 - 4126: -66,36 - 4127: -63,-32 - 4128: -67,49 - 4129: -56,44 - 4130: -32,60 - 4131: -31,58 - 4132: -23,55 - 4133: -15,62 - 4134: -4,63 - 4135: -13,37 - 4136: -18,25 - 4137: -2,29 - 4138: -15,22 - 4139: -10,29 - 4140: -14,34 - 4141: -10,39 - 4142: -27,37 - 4143: 35,34 - 4144: 3,37 - 4145: -1,46 - 4146: 43,43 - 4147: 33,7 - 4148: 42,17 - 4149: 51,16 - 4150: 41,18 - 4151: 47,-3 - 4152: 49,-7 - 4153: 41,-18 - 4154: 56,-15 - 4155: -7,-27 - 4156: -9,-27 - 4157: 51,-18 - 4158: 51,-13 - 4159: 57,-6 - 4160: 50,2 - 4161: 39,29 - 4162: 38,33 - 4163: 19,41 - 4164: 1,45 - 4165: -27,55 - 4166: -30,60 - 4167: -42,64 - 4168: -45,57 - 4169: -56,30 - 4170: -54,23 - 4171: -60,27 - 4172: -42,27 - 4173: -60,33 - 4174: -40,28 - 4175: -46,24 - 4176: -35,27 - 4177: -38,11 - 4178: -35,5 - 4179: -58,1 - 4180: -69,-1 - 4181: -66,-6 - 4182: -66,-11 - 4183: -63,-14 - 4184: -63,-20 - 4185: -63,-23 - 4186: -66,-32 - 4187: -43,-37 - 4188: -1,-43 - 4189: 3,-44 - 4190: 5,-53 - 4191: -2,-53 - 4192: 11,-33 - 4193: 36,-23 - 4194: 35,-23 - 4195: 44,-17 - 4196: 39,-10 - 4197: 39,-6 - 4198: 39,1 - 4199: 39,8 - 4200: 58,-5 - 4201: 65,-14 - 4202: 69,-11 - 4203: 74,-11 - 4204: 74,-12 - 4205: 76,-22 - 4206: 70,-26 - 4207: 58,-30 - 4208: 54,-30 - 4209: 49,-31 - 4210: 46,-31 - 4211: 47,-24 - 4212: 43,-28 - 4213: 63,-12 - 4214: 49,13 - 4215: 43,21 - 4216: 35,26 - 4217: 35,29 - 4218: 31,27 - 4219: 27,27 - 4220: 40,33 - 4221: 39,44 - 4222: 43,48 - 4223: 42,50 - 4224: 43,50 - 4225: 17,42 - 4226: 6,41 - 4227: -1,47 - 4228: -1,48 - 4229: 3,55 - 4230: 2,60 - 4231: 2,64 - 4232: 2,71 - 4233: -6,71 - 4234: 5,69 - 4235: 6,69 - 4236: 13,65 - 4237: 7,64 - 4238: 9,63 - 4600: -27,-3 - 4601: -27,2 - 4602: -32,7 - 4603: -25,5 - 4604: -25,4 - 5542: -27,46 - 5543: -20,45 - 5544: -13,46 - 5545: -7,40 - 6989: 2,5 - 6990: 9,2 - 6991: 5,3 - 6992: 11,-5 + 3788: -58,-1 + 3789: -35,15 + 3790: 22,29 + 3791: 7,-3 + 3792: 21,-14 + 3793: -37,-23 + 3794: 36,-14 + 3795: -11,-28 + 3796: -1,-30 + 3797: 43,-27 + 3798: 16,-32 + 3799: 3,-41 + 3800: 3,-40 + 3801: -18,-9 + 3802: 2,9 + 3803: 30,25 + 3804: 15,26 + 3805: -31,22 + 3806: 2,51 + 3807: 6,66 + 3808: -39,63 + 3809: -35,65 + 3810: 12,76 + 3811: -10,70 + 3812: 25,47 + 3813: 90,43 + 3814: 69,28 + 3815: 87,37 + 3816: 61,18 + 3817: 39,9 + 3818: 37,-10 + 3819: 62,-13 + 3820: 70,-9 + 3821: 38,-17 + 3822: -5,-18 + 3823: -9,-11 + 3824: -48,-15 + 3825: -30,18 + 3826: -65,34 + 3827: -66,36 + 3828: -63,-32 + 3829: -67,49 + 3830: -56,44 + 3831: -32,60 + 3832: -31,58 + 3833: -23,55 + 3834: -15,62 + 3835: -4,63 + 3836: -13,37 + 3837: -18,25 + 3838: -2,29 + 3839: -15,22 + 3840: -10,29 + 3841: -14,34 + 3842: -10,39 + 3843: -27,37 + 3844: 35,34 + 3845: 3,37 + 3846: -1,46 + 3847: 43,43 + 3848: 33,7 + 3849: 42,17 + 3850: 51,16 + 3851: 41,18 + 3852: 47,-3 + 3853: 49,-7 + 3854: 41,-18 + 3855: 56,-15 + 3856: -7,-27 + 3857: -9,-27 + 3858: 51,-18 + 3859: 51,-13 + 3860: 57,-6 + 3861: 50,2 + 3862: 39,29 + 3863: 38,33 + 3864: 19,41 + 3865: 1,45 + 3866: -27,55 + 3867: -30,60 + 3868: -42,64 + 3869: -45,57 + 3870: -42,27 + 3871: -40,28 + 3872: -46,24 + 3873: -35,27 + 3874: -38,11 + 3875: -35,5 + 3876: -58,1 + 3877: -69,-1 + 3878: -66,-6 + 3879: -66,-11 + 3880: -63,-14 + 3881: -63,-20 + 3882: -63,-23 + 3883: -66,-32 + 3884: -43,-37 + 3885: -1,-43 + 3886: 3,-44 + 3887: 5,-53 + 3888: -2,-53 + 3889: 11,-33 + 3890: 36,-23 + 3891: 35,-23 + 3892: 44,-17 + 3893: 39,-10 + 3894: 39,-6 + 3895: 39,1 + 3896: 39,8 + 3897: 58,-5 + 3898: 65,-14 + 3899: 69,-11 + 3900: 74,-11 + 3901: 74,-12 + 3902: 76,-22 + 3903: 70,-26 + 3904: 58,-30 + 3905: 54,-30 + 3906: 49,-31 + 3907: 46,-31 + 3908: 47,-24 + 3909: 43,-28 + 3910: 63,-12 + 3911: 49,13 + 3912: 43,21 + 3913: 35,26 + 3914: 35,29 + 3915: 31,27 + 3916: 27,27 + 3917: 40,33 + 3918: 39,44 + 3919: 43,48 + 3920: 42,50 + 3921: 43,50 + 3922: 17,42 + 3923: 6,41 + 3924: -1,47 + 3925: -1,48 + 3926: 3,55 + 3927: 2,60 + 3928: 2,64 + 3929: 2,71 + 3930: -6,71 + 3931: 5,69 + 3932: 6,69 + 3933: 13,65 + 3934: 7,64 + 3935: 9,63 + 4274: -27,-3 + 4275: -27,2 + 4276: -32,7 + 4277: -25,5 + 4278: -25,4 + 5216: -27,46 + 5217: -20,45 + 5218: -13,46 + 5219: -7,40 + 6563: 2,5 + 6564: 9,2 + 6565: 5,3 + 6566: 11,-5 - node: color: '#FFFFFFFF' id: FlowersBROne decals: 171: 9,-46 - 2593: -21.958588,17.400702 - 2594: -21.079681,17.635077 - 3112: 48.486603,54.127567 - 3289: 0.8775835,53.575855 - 4331: 35.936924,-11.278788 - 5490: -10.380536,44.619083 - 5491: -5.7789736,44.29877 - 7297: -42.490932,-37.973 + 2340: -21.958588,17.400702 + 2341: -21.079681,17.635077 + 2859: 48.486603,54.127567 + 3036: 0.8775835,53.575855 + 4005: 35.936924,-11.278788 + 5164: -10.380536,44.619083 + 5165: -5.7789736,44.29877 + 6868: -42.490932,-37.973 - node: color: '#FFFFFFFF' id: FlowersBRThree @@ -7173,25 +7065,24 @@ entities: 172: 21,-39 202: 37,43 227: 57,8 - 2608: 3.4106216,14.306513 - 3015: -88.469185,2.5136452 - 3016: -88.68012,5.2206764 - 3017: -81.719185,11.665989 - 3018: -81.332466,10.974583 - 3019: -81.051216,16.516224 - 3020: -81.250435,15.731068 - 3021: -87.7309,15.238881 - 3022: -88.562935,17.828724 - 3023: -88.551216,14.852162 - 3168: -17.354996,58.532814 - 3169: -16.47609,59.153908 - 3170: -17.425308,56.89219 - 3171: -16.440933,55.814064 - 3172: -17.565933,52.427345 - 4294: -1.2052917,34.102757 - 4306: -62.314003,9.298165 - 5483: -5.495222,46.59599 - 7295: -47.061245,-37.762062 + 2355: 3.4106216,14.306513 + 2762: -88.469185,2.5136452 + 2763: -88.68012,5.2206764 + 2764: -81.719185,11.665989 + 2765: -81.332466,10.974583 + 2766: -81.051216,16.516224 + 2767: -81.250435,15.731068 + 2768: -87.7309,15.238881 + 2769: -88.562935,17.828724 + 2770: -88.551216,14.852162 + 2915: -17.354996,58.532814 + 2916: -16.47609,59.153908 + 2917: -17.425308,56.89219 + 2918: -16.440933,55.814064 + 2919: -17.565933,52.427345 + 3987: -1.2052917,34.102757 + 5157: -5.495222,46.59599 + 6866: -47.061245,-37.762062 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7207,63 +7098,63 @@ entities: 152: 3,-8 196: 13,24 203: 37,36 - 2556: -1.2687241,-6.2440906 - 2603: 3.3168716,10.533075 - 2604: 2.9887466,11.0487 - 2613: -1.2534407,15.759638 - 2614: -1.2300032,9.26745 - 2645: 47.10689,-9.617738 - 2646: 46.520954,-10.027894 - 2652: 46.456665,4.238405 - 2671: 70.482315,-2.6857786 - 2672: 59.65419,-2.6857786 - 2673: 65.58388,-12.002185 - 2674: 64.92763,-11.181872 - 2675: 67.9745,-20.817688 - 2676: 63.654434,-25.675419 - 2677: 50.523678,-26.812138 - 2713: 55.647358,-7.219159 - 2714: 55.72939,-7.8636904 - 2715: 53.19814,-4.2543154 - 2716: 54.944233,-0.5511904 - 2717: 61.120014,-0.07072163 - 2718: 72.44849,-5.871503 - 2719: 67.77757,-13.922138 - 2720: 66.453354,-25.372675 - 2721: 51.521744,-28.314081 - 2722: 49.85768,-16.8148 - 2723: 54.240494,-12.090313 - 2743: 35.16757,-36.640537 - 2744: 37.335537,-36.956944 - 2795: -24.117771,-35.0781 - 2796: -24.31699,-27.906221 - 2797: -8.731053,-29.523409 - 2940: 58.31439,8.335475 - 2941: 55.736263,8.335475 - 2942: 63.00189,8.370631 - 2951: 40.75803,-15.316414 - 2952: 40.359592,-14.660164 - 2953: 43.46506,-12.058601 - 2954: 49.427353,-17.204317 - 2955: 43.63263,-20.56466 - 2956: 38.28888,-20.400597 - 3051: -29.275717,17.39725 - 3082: 37.268784,43.60165 - 3083: 36.483627,41.4454 - 3084: 36.507065,36.910244 - 3085: 36.46019,32.72665 - 3086: 36.624252,31.730556 - 3106: 10.025911,35.373306 - 3107: 13.904818,34.635025 - 3153: -2.4699473,57.66812 - 3154: -1.9605174,61.33826 - 3210: -18.422426,-13.633619 - 3211: -14.188051,-13.727369 - 4244: 45.7115,21.249813 - 4245: 45.24275,20.921688 - 4264: 27.056904,-17.133144 - 4265: 30.424091,-16.844082 - 5257: -16.198597,54.156445 + 2303: -1.2687241,-6.2440906 + 2350: 3.3168716,10.533075 + 2351: 2.9887466,11.0487 + 2360: -1.2534407,15.759638 + 2361: -1.2300032,9.26745 + 2392: 47.10689,-9.617738 + 2393: 46.520954,-10.027894 + 2399: 46.456665,4.238405 + 2418: 70.482315,-2.6857786 + 2419: 59.65419,-2.6857786 + 2420: 65.58388,-12.002185 + 2421: 64.92763,-11.181872 + 2422: 67.9745,-20.817688 + 2423: 63.654434,-25.675419 + 2424: 50.523678,-26.812138 + 2460: 55.647358,-7.219159 + 2461: 55.72939,-7.8636904 + 2462: 53.19814,-4.2543154 + 2463: 54.944233,-0.5511904 + 2464: 61.120014,-0.07072163 + 2465: 72.44849,-5.871503 + 2466: 67.77757,-13.922138 + 2467: 66.453354,-25.372675 + 2468: 51.521744,-28.314081 + 2469: 49.85768,-16.8148 + 2470: 54.240494,-12.090313 + 2490: 35.16757,-36.640537 + 2491: 37.335537,-36.956944 + 2542: -24.117771,-35.0781 + 2543: -24.31699,-27.906221 + 2544: -8.731053,-29.523409 + 2687: 58.31439,8.335475 + 2688: 55.736263,8.335475 + 2689: 63.00189,8.370631 + 2698: 40.75803,-15.316414 + 2699: 40.359592,-14.660164 + 2700: 43.46506,-12.058601 + 2701: 49.427353,-17.204317 + 2702: 43.63263,-20.56466 + 2703: 38.28888,-20.400597 + 2798: -29.275717,17.39725 + 2829: 37.268784,43.60165 + 2830: 36.483627,41.4454 + 2831: 36.507065,36.910244 + 2832: 36.46019,32.72665 + 2833: 36.624252,31.730556 + 2853: 10.025911,35.373306 + 2854: 13.904818,34.635025 + 2900: -2.4699473,57.66812 + 2901: -1.9605174,61.33826 + 2957: -18.422426,-13.633619 + 2958: -14.188051,-13.727369 + 3941: 45.7115,21.249813 + 3942: 45.24275,20.921688 + 3957: 27.056904,-17.133144 + 3958: 30.424091,-16.844082 + 4931: -16.198597,54.156445 - node: color: '#FFFFFFFF' id: Flowersbr1 @@ -7278,46 +7169,45 @@ entities: 148: -1,-8 157: 14,-39 222: 49,53 - 250: 28,-37 - 2584: -44.33088,-2.2482138 - 2585: -43.93244,-5.8693075 - 2586: -41.295723,-9.455245 - 2587: -41.97541,-9.349776 - 2588: -41.95248,-8.139395 - 2615: -1.0776595,8.740107 - 2616: 3.4340591,8.447138 - 2617: -1.335472,13.57995 - 3037: -82.396416,14.119084 - 3038: -87.62298,11.845647 - 3039: -87.49407,4.019742 - 3040: -87.54095,-0.7380705 - 3041: -100.824684,4.2680645 - 3042: -107.24656,11.334471 - 3043: -85.634315,30.506989 - 3132: -13.520875,76.02554 - 3133: -13.743531,75.545074 - 3134: -13.4974375,73.295074 - 3135: 15.703373,75.09976 - 3136: 15.808842,74.10367 - 3137: 16.078373,77.53726 - 3196: -24.406801,-13.571119 - 3197: -24.172426,-14.039869 - 3198: -19.906801,-13.727369 - 3199: -28.891176,-13.477369 - 3268: 47.379055,-0.39145994 - 3269: 46.722805,-0.68052244 - 3270: 46.55093,-1.79771 - 3271: 46.246243,-6.219585 - 3272: 46.668118,-7.11021 - 4263: 27.720966,-17.226894 - 4279: 39.272312,21.207067 - 4280: 35.303562,20.972692 - 4292: -0.12716675,37.33713 - 4293: -0.49435425,33.99338 - 4304: -58.423378,9.165353 - 5135: 7.253884,43.866146 - 5381: -6.7102385,46.09017 - 5382: -4.9289885,45.65267 + 249: 28,-37 + 2331: -44.33088,-2.2482138 + 2332: -43.93244,-5.8693075 + 2333: -41.295723,-9.455245 + 2334: -41.97541,-9.349776 + 2335: -41.95248,-8.139395 + 2362: -1.0776595,8.740107 + 2363: 3.4340591,8.447138 + 2364: -1.335472,13.57995 + 2784: -82.396416,14.119084 + 2785: -87.62298,11.845647 + 2786: -87.49407,4.019742 + 2787: -87.54095,-0.7380705 + 2788: -100.824684,4.2680645 + 2789: -107.24656,11.334471 + 2790: -85.634315,30.506989 + 2879: -13.520875,76.02554 + 2880: -13.743531,75.545074 + 2881: -13.4974375,73.295074 + 2882: 15.703373,75.09976 + 2883: 15.808842,74.10367 + 2884: 16.078373,77.53726 + 2943: -24.406801,-13.571119 + 2944: -24.172426,-14.039869 + 2945: -19.906801,-13.727369 + 2946: -28.891176,-13.477369 + 3015: 47.379055,-0.39145994 + 3016: 46.722805,-0.68052244 + 3017: 46.55093,-1.79771 + 3018: 46.246243,-6.219585 + 3019: 46.668118,-7.11021 + 3956: 27.720966,-17.226894 + 3972: 39.272312,21.207067 + 3973: 35.303562,20.972692 + 3985: -0.12716675,37.33713 + 3986: -0.49435425,33.99338 + 4809: 7.253884,43.866146 + 5055: -6.7102385,46.09017 + 5056: -4.9289885,45.65267 - node: color: '#FFFFFFFF' id: Flowersbr2 @@ -7325,116 +7215,115 @@ entities: 165: 13,-50 166: -5,-46 180: 3,15 - 2595: -22.625883,17.494452 - 4342: -13.98396,70.56375 - 4343: -13.655835,69.18875 - 4420: 35.749958,-5.498374 - 4433: 71.229546,17.978672 - 4434: 70.678764,19.736485 - 6774: -10.562142,-53.976284 + 2342: -22.625883,17.494452 + 4016: -13.98396,70.56375 + 4017: -13.655835,69.18875 + 4094: 35.749958,-5.498374 + 4107: 71.229546,17.978672 + 4108: 70.678764,19.736485 + 6348: -10.562142,-53.976284 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 2798: -8.379491,-28.878878 - 2799: -24.50449,-29.347628 - 2800: -24.445896,-35.72263 + 2545: -8.379491,-28.878878 + 2546: -24.50449,-29.347628 + 2547: -24.445896,-35.72263 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: 223: 49,56 - 248: 37,-37 - 2589: -42.435295,-8.444082 - 2605: 3.586403,9.560419 - 2609: 2.9067154,14.083857 - 2610: 3.4340591,13.451044 - 2612: -1.3120345,15.372919 - 2642: 41.22408,-12.2193 - 2643: 41.716267,-12.5357065 - 2745: 38.132412,-36.9921 - 2746: 37.733974,-36.663975 - 2747: 30.386318,-36.6171 - 2748: 28.663662,-36.499912 - 2749: 34.063217,-36.781162 - 2750: 15.738369,-38.61382 - 2751: 14.2618065,-38.7896 - 2752: 19.769619,-38.813038 - 2753: 20.78915,-38.87163 - 2790: -9.129491,-28.468721 - 2791: -8.414647,-30.660128 - 2792: -24.12949,-31.29294 - 2793: -24.246677,-28.316378 - 2794: -24.375584,-34.269505 - 2936: 55.255795,8.300319 - 2937: 62.3222,8.00735 - 2938: 61.806576,8.558131 - 2939: 64.16205,8.241725 - 3029: -81.4554,17.473248 - 3030: -88.053055,17.238873 - 3031: -88.9554,16.535748 - 3032: -88.66243,15.832623 - 3033: -88.31087,1.6915169 - 3034: -88.92024,0.19151688 - 3035: -87.60774,-0.9920769 - 3036: -81.97454,14.540959 - 3052: -21.810873,17.643343 - 3053: -16.579916,17.619905 - 3056: 14.210445,23.932573 - 3057: 13.589352,24.389605 - 3087: 36.56566,32.08212 - 3088: 36.94066,31.390713 - 3089: 36.55394,35.937588 - 3143: -13.743439,73.35367 - 3144: 15.932991,73.71695 - 3145: 16.120491,77.607574 - 3146: -13.921142,74.58235 - 3147: -2.2590098,60.890778 - 3148: -1.8840097,60.49234 - 3175: -16.46437,58.884377 - 3276: 47.31596,-8.0932665 - 3277: 46.339397,-1.3552244 - 3278: 47.425335,0.06665063 - 3287: 0.854146,50.630543 - 3288: 1.276021,52.427418 - 4282: 38.577,21.199255 - 4296: 0.14627075,35.12407 - 4297: -1.1427917,36.16313 - 4305: -58.923378,9.040353 - 5096: 81.576515,55.34774 - 5097: 76.61816,55.675865 - 5101: 82.46581,56.37899 - 5112: 97.59068,14.402504 - 5113: 95.3524,15.28141 - 5114: 98.24693,18.797035 - 5136: 4.128884,45.233334 - 5153: -32.292305,2.369635 - 5156: -29.542305,-0.2631774 - 5157: -31.471992,-0.2397399 - 5158: -32.565742,1.3618226 - 5159: -32.596992,0.6196351 - 5209: 41.3515,14.787474 - 5213: 43.539,10.654661 - 5232: 45.71438,-29.110764 - 5233: 46.50344,-31.681076 - 5234: 45.65188,-32.5717 - 5235: 50.519066,-31.915451 - 5236: 49.769066,-28.790451 - 5239: 48.073753,-31.852951 - 5321: 34.99527,56.357723 - 5322: 35.260895,54.303036 - 5323: 35.424957,57.146786 - 5324: 30.58902,57.263973 - 5325: 31.46402,52.701473 - 5326: 35.471832,52.709286 - 5379: -7.4827027,46.254234 - 5489: -9.528974,44.689396 - 5735: 14.463871,-31.322914 - 5736: 18.166996,-28.99479 - 6030: -2.475834,27.088507 - 6134: 11.387196,-41.660503 - 6253: -42.067287,21.170424 - 7298: -39.428432,-37.777687 + 247: 37,-37 + 2336: -42.435295,-8.444082 + 2352: 3.586403,9.560419 + 2356: 2.9067154,14.083857 + 2357: 3.4340591,13.451044 + 2359: -1.3120345,15.372919 + 2389: 41.22408,-12.2193 + 2390: 41.716267,-12.5357065 + 2492: 38.132412,-36.9921 + 2493: 37.733974,-36.663975 + 2494: 30.386318,-36.6171 + 2495: 28.663662,-36.499912 + 2496: 34.063217,-36.781162 + 2497: 15.738369,-38.61382 + 2498: 14.2618065,-38.7896 + 2499: 19.769619,-38.813038 + 2500: 20.78915,-38.87163 + 2537: -9.129491,-28.468721 + 2538: -8.414647,-30.660128 + 2539: -24.12949,-31.29294 + 2540: -24.246677,-28.316378 + 2541: -24.375584,-34.269505 + 2683: 55.255795,8.300319 + 2684: 62.3222,8.00735 + 2685: 61.806576,8.558131 + 2686: 64.16205,8.241725 + 2776: -81.4554,17.473248 + 2777: -88.053055,17.238873 + 2778: -88.9554,16.535748 + 2779: -88.66243,15.832623 + 2780: -88.31087,1.6915169 + 2781: -88.92024,0.19151688 + 2782: -87.60774,-0.9920769 + 2783: -81.97454,14.540959 + 2799: -21.810873,17.643343 + 2800: -16.579916,17.619905 + 2803: 14.210445,23.932573 + 2804: 13.589352,24.389605 + 2834: 36.56566,32.08212 + 2835: 36.94066,31.390713 + 2836: 36.55394,35.937588 + 2890: -13.743439,73.35367 + 2891: 15.932991,73.71695 + 2892: 16.120491,77.607574 + 2893: -13.921142,74.58235 + 2894: -2.2590098,60.890778 + 2895: -1.8840097,60.49234 + 2922: -16.46437,58.884377 + 3023: 47.31596,-8.0932665 + 3024: 46.339397,-1.3552244 + 3025: 47.425335,0.06665063 + 3034: 0.854146,50.630543 + 3035: 1.276021,52.427418 + 3975: 38.577,21.199255 + 3989: 0.14627075,35.12407 + 3990: -1.1427917,36.16313 + 4770: 81.576515,55.34774 + 4771: 76.61816,55.675865 + 4775: 82.46581,56.37899 + 4786: 97.59068,14.402504 + 4787: 95.3524,15.28141 + 4788: 98.24693,18.797035 + 4810: 4.128884,45.233334 + 4827: -32.292305,2.369635 + 4830: -29.542305,-0.2631774 + 4831: -31.471992,-0.2397399 + 4832: -32.565742,1.3618226 + 4833: -32.596992,0.6196351 + 4883: 41.3515,14.787474 + 4887: 43.539,10.654661 + 4906: 45.71438,-29.110764 + 4907: 46.50344,-31.681076 + 4908: 45.65188,-32.5717 + 4909: 50.519066,-31.915451 + 4910: 49.769066,-28.790451 + 4913: 48.073753,-31.852951 + 4995: 34.99527,56.357723 + 4996: 35.260895,54.303036 + 4997: 35.424957,57.146786 + 4998: 30.58902,57.263973 + 4999: 31.46402,52.701473 + 5000: 35.471832,52.709286 + 5053: -7.4827027,46.254234 + 5163: -9.528974,44.689396 + 5409: 14.463871,-31.322914 + 5410: 18.166996,-28.99479 + 5639: -2.475834,27.088507 + 5743: 11.387196,-41.660503 + 5827: -42.067287,21.170424 + 6869: -39.428432,-37.777687 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -7442,51 +7331,51 @@ entities: 177: -1,10 189: -28,18 205: 37,40 - 4334: 35.530674,-9.257954 - 4335: 36.11401,-8.872538 - 4336: 35.968174,-10.091288 - 4422: 36.20699,-4.830405 - 4431: 70.63189,14.966953 - 4432: 70.960014,14.556797 - 5098: 76.99316,59.039146 - 5102: 82.55956,55.42977 - 5103: 79.32519,53.507896 - 5104: 77.22753,56.20321 - 5105: 80.391594,57.69149 - 5106: 95.05943,44.495373 - 5107: 102.442245,41.764904 - 5108: 95.82115,19.520657 - 5109: 98.64537,17.551907 - 5137: 3.7148213,44.803646 - 5175: -39.44195,73.10878 - 5176: -39.613827,68.780655 - 5212: 41.148376,11.060911 - 5214: 44.359314,11.107786 - 5215: 45.453064,15.209349 - 5216: 46.429626,15.107786 - 5217: 40.515564,12.068724 - 5237: 46.80813,-32.4467 - 5280: -69.768234,32.863335 - 5281: -67.174484,31.699272 - 5282: -65.674484,35.277397 - 5317: 32.24527,56.99835 - 5318: 30.93277,54.084286 - 5383: -6.0794516,46.074547 - 5384: -10.267013,45.543297 - 5737: 18.979496,-31.979164 - 5742: 15.3154335,-28.479164 - 5743: 20.057621,-33.268227 - 5744: 19.409184,-33.59635 - 6031: -3.2180214,24.682257 - 6032: -1.3820839,27.236944 - 6132: 8.777821,-41.855816 - 6133: 9.480946,-44.293316 - 6254: -40.871975,18.787611 - 6773: -10.999642,-53.67941 - 7296: -42.928432,-37.715187 - 7304: -45.493305,-37.759434 - 7308: -66.46833,-20.861753 - 7309: -70.00604,-3.1194394 + 4008: 35.530674,-9.257954 + 4009: 36.11401,-8.872538 + 4010: 35.968174,-10.091288 + 4096: 36.20699,-4.830405 + 4105: 70.63189,14.966953 + 4106: 70.960014,14.556797 + 4772: 76.99316,59.039146 + 4776: 82.55956,55.42977 + 4777: 79.32519,53.507896 + 4778: 77.22753,56.20321 + 4779: 80.391594,57.69149 + 4780: 95.05943,44.495373 + 4781: 102.442245,41.764904 + 4782: 95.82115,19.520657 + 4783: 98.64537,17.551907 + 4811: 3.7148213,44.803646 + 4849: -39.44195,73.10878 + 4850: -39.613827,68.780655 + 4886: 41.148376,11.060911 + 4888: 44.359314,11.107786 + 4889: 45.453064,15.209349 + 4890: 46.429626,15.107786 + 4891: 40.515564,12.068724 + 4911: 46.80813,-32.4467 + 4954: -69.768234,32.863335 + 4955: -67.174484,31.699272 + 4956: -65.674484,35.277397 + 4991: 32.24527,56.99835 + 4992: 30.93277,54.084286 + 5057: -6.0794516,46.074547 + 5058: -10.267013,45.543297 + 5411: 18.979496,-31.979164 + 5416: 15.3154335,-28.479164 + 5417: 20.057621,-33.268227 + 5418: 19.409184,-33.59635 + 5640: -3.2180214,24.682257 + 5641: -1.3820839,27.236944 + 5741: 8.777821,-41.855816 + 5742: 9.480946,-44.293316 + 5828: -40.871975,18.787611 + 6347: -10.999642,-53.67941 + 6867: -42.928432,-37.715187 + 6875: -45.493305,-37.759434 + 6879: -66.46833,-20.861753 + 6880: -70.00604,-3.1194394 - node: color: '#FFFFFFFF' id: Flowerspv3 @@ -7495,72 +7384,72 @@ entities: 150: 3,-12 188: -16,18 200: 14,25 - 2582: -44.096504,-3.1622763 - 2583: -44.565254,-4.7911825 - 2648: 45.302204,-10.180238 - 2653: 60.727173,-0.47294283 - 2654: 60.587387,-2.518785 - 2655: 59.35692,-2.1672225 - 2656: 70.58348,-1.7336287 - 2657: 66.320595,-11.504879 - 2658: 67.31259,-21.545208 - 2659: 64.39785,-25.981995 - 2660: 49.421288,-26.192932 - 2724: 54.767838,-12.277813 - 2725: 56.502213,-7.859844 - 2726: 54.63893,-7.250469 - 2727: 57.45143,-2.8077326 - 2728: 69.32832,-2.2803888 - 2729: 75.42234,-3.3819513 - 2730: 76.1489,-0.80382633 - 2731: 68.297264,-21.75607 - 2732: 65.38301,-26.463566 - 2733: 59.2887,-28.432316 - 2734: 41.39664,-30.499702 - 2735: 41.361485,-28.894234 - 3108: 13.354036,35.103775 - 3109: 8.900911,35.267838 - 3176: -17.249527,56.42344 - 3205: -30.141176,-13.477369 - 3206: -23.813051,-13.539869 - 3207: -18.969301,-14.164869 - 3208: -17.703676,-13.477369 - 3209: -18.531801,-13.258619 - 4246: 47.695873,20.83575 - 4267: 28.103779,-16.859707 - 4268: 0.82022095,-38.51386 - 4330: 36.061924,-11.132954 - 4344: -13.562085,70.26688 - 5099: 74.93066,57.105553 - 5100: 80.36816,55.043053 - 5110: 94.27428,17.106594 - 5111: 97.766464,15.00016 - 5154: -31.77668,1.4555726 - 5155: -28.768867,3.97901 - 5177: -36.043514,70.71034 - 5178: -36.957577,72.85097 - 5179: -40.301327,72.85878 - 5180: -40.34039,69.405655 - 5181: -36.7232,68.72597 - 5210: 45.78119,14.271849 - 5211: 46.203064,13.467161 - 5238: 47.55813,-32.329514 - 5255: -16.089222,58.397556 - 5256: -16.057972,54.652416 - 5283: -69.51042,31.824272 - 5284: -70.57292,35.214897 - 5285: -67.06511,36.394585 - 5286: -70.44011,32.105522 - 5287: -65.424484,32.082085 - 5288: -68.299484,35.918022 - 5319: 31.27652,54.763973 - 5320: 34.674957,53.50616 - 5738: 13.7998085,-32.0651 - 5739: 14.370121,-31.80729 - 5740: 17.713871,-33.3151 - 5741: 20.331059,-28.690102 - 6255: -41.551662,18.615736 - 6256: -43.35635,19.225111 + 2329: -44.096504,-3.1622763 + 2330: -44.565254,-4.7911825 + 2395: 45.302204,-10.180238 + 2400: 60.727173,-0.47294283 + 2401: 60.587387,-2.518785 + 2402: 59.35692,-2.1672225 + 2403: 70.58348,-1.7336287 + 2404: 66.320595,-11.504879 + 2405: 67.31259,-21.545208 + 2406: 64.39785,-25.981995 + 2407: 49.421288,-26.192932 + 2471: 54.767838,-12.277813 + 2472: 56.502213,-7.859844 + 2473: 54.63893,-7.250469 + 2474: 57.45143,-2.8077326 + 2475: 69.32832,-2.2803888 + 2476: 75.42234,-3.3819513 + 2477: 76.1489,-0.80382633 + 2478: 68.297264,-21.75607 + 2479: 65.38301,-26.463566 + 2480: 59.2887,-28.432316 + 2481: 41.39664,-30.499702 + 2482: 41.361485,-28.894234 + 2855: 13.354036,35.103775 + 2856: 8.900911,35.267838 + 2923: -17.249527,56.42344 + 2952: -30.141176,-13.477369 + 2953: -23.813051,-13.539869 + 2954: -18.969301,-14.164869 + 2955: -17.703676,-13.477369 + 2956: -18.531801,-13.258619 + 3943: 47.695873,20.83575 + 3960: 28.103779,-16.859707 + 3961: 0.82022095,-38.51386 + 4004: 36.061924,-11.132954 + 4018: -13.562085,70.26688 + 4773: 74.93066,57.105553 + 4774: 80.36816,55.043053 + 4784: 94.27428,17.106594 + 4785: 97.766464,15.00016 + 4828: -31.77668,1.4555726 + 4829: -28.768867,3.97901 + 4851: -36.043514,70.71034 + 4852: -36.957577,72.85097 + 4853: -40.301327,72.85878 + 4854: -40.34039,69.405655 + 4855: -36.7232,68.72597 + 4884: 45.78119,14.271849 + 4885: 46.203064,13.467161 + 4912: 47.55813,-32.329514 + 4929: -16.089222,58.397556 + 4930: -16.057972,54.652416 + 4957: -69.51042,31.824272 + 4958: -70.57292,35.214897 + 4959: -67.06511,36.394585 + 4960: -70.44011,32.105522 + 4961: -65.424484,32.082085 + 4962: -68.299484,35.918022 + 4993: 31.27652,54.763973 + 4994: 34.674957,53.50616 + 5412: 13.7998085,-32.0651 + 5413: 14.370121,-31.80729 + 5414: 17.713871,-33.3151 + 5415: 20.331059,-28.690102 + 5829: -41.551662,18.615736 + 5830: -43.35635,19.225111 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -7568,11 +7457,11 @@ entities: 168: 6,-46 181: 3,10 185: -19,18 - 2580: -43.885567,1.513505 - 2596: -26.30557,17.564764 - 2611: -1.288597,14.376825 - 3105: 10.471224,35.81862 - 4295: -0.31466675,36.571507 + 2327: -43.885567,1.513505 + 2343: -26.30557,17.564764 + 2358: -1.288597,14.376825 + 2852: 10.471224,35.81862 + 3988: -0.31466675,36.571507 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7584,35 +7473,34 @@ entities: id: Flowersy2 decals: 197: 5,23 - 249: 35,-37 - 2581: -44.33088,-4.029464 - 2590: -30.759369,17.623358 - 2591: -30.067963,17.588202 - 2644: 41.727985,-11.668519 - 2741: 29.472256,-36.71085 - 2742: 34.534756,-36.851475 - 2756: 15.53915,-38.68413 - 2757: 18.316494,-38.89507 - 2788: -8.660741,-28.234346 - 2789: -9.059178,-27.695284 - 2947: 46.44397,8.143846 - 2948: 40.676,-10.025475 - 2949: 40.523655,-10.611412 - 2950: 43.699436,-11.490318 - 3024: -87.64887,14.13282 - 3025: -88.99653,10.429695 - 3026: -87.612335,1.7390385 - 3027: -87.72952,4.153101 - 3028: -81.05696,17.16856 - 3273: 46.28471,-6.9057665 - 3274: 46.823772,-7.7807665 - 3275: 46.34721,-7.8120165 - 3279: 46.769085,-0.38647437 - 4266: 28.478779,-17.375332 - 4303: -61.36869,8.93879 - 4435: 70.573296,19.162266 - 4436: 71.10064,14.076328 - 5385: -9.66545,46.355797 + 248: 35,-37 + 2328: -44.33088,-4.029464 + 2337: -30.759369,17.623358 + 2338: -30.067963,17.588202 + 2391: 41.727985,-11.668519 + 2488: 29.472256,-36.71085 + 2489: 34.534756,-36.851475 + 2503: 15.53915,-38.68413 + 2504: 18.316494,-38.89507 + 2535: -8.660741,-28.234346 + 2536: -9.059178,-27.695284 + 2694: 46.44397,8.143846 + 2695: 40.676,-10.025475 + 2696: 40.523655,-10.611412 + 2697: 43.699436,-11.490318 + 2771: -87.64887,14.13282 + 2772: -88.99653,10.429695 + 2773: -87.612335,1.7390385 + 2774: -87.72952,4.153101 + 2775: -81.05696,17.16856 + 3020: 46.28471,-6.9057665 + 3021: 46.823772,-7.7807665 + 3022: 46.34721,-7.8120165 + 3026: 46.769085,-0.38647437 + 3959: 28.478779,-17.375332 + 4109: 70.573296,19.162266 + 4110: 71.10064,14.076328 + 5059: -9.66545,46.355797 - node: color: '#FFFFFFFF' id: Flowersy3 @@ -7622,72 +7510,72 @@ entities: 176: -1,15 186: -30,18 228: 63,8 - 2576: -44.448067,-3.31462 - 2577: -43.967598,-4.732589 - 2578: -44.108223,-6.8536825 - 2592: -25.7789,17.857733 - 2606: 3.0356216,9.384638 - 2607: 3.398903,9.290888 - 2647: 47.31783,-10.227113 - 2661: 49.1166,-26.603088 - 2662: 49.843163,-27.083557 - 2663: 49.58535,-18.62262 - 2664: 49.468163,-19.325745 - 2665: 65.46426,-11.159059 - 2666: 56.69863,-7.2684336 - 2667: 58.339256,-2.1115599 - 2668: 64.80801,-3.9982786 - 2669: 65.12441,-4.349841 - 2670: 75.4745,-4.54906 - 2758: 18.91415,-38.52007 - 2759: 13.47665,-38.89507 - 2760: 20.437588,-38.80132 - 2761: 8.689707,-45.91225 - 2762: 8.103769,-45.631 - 2763: 5.220957,-45.92397 - 2764: 4.683049,-49.234737 - 2765: 12.569768,-50.476925 - 2766: 12.82758,-51.273796 - 2767: -5.5732093,-45.661797 - 2768: -4.6239905,-45.954765 - 2801: -24.328709,-34.79685 - 2802: -8.356053,-30.121065 - 2803: -24.481052,-28.363253 - 2804: -24.12949,-31.808565 - 2932: 62.41595,8.417506 - 2933: 63.622986,8.2886 - 2934: 56.90814,8.300319 - 2935: 57.681576,8.347194 - 3054: -17.177572,17.701937 - 3055: 4.425289,24.43648 - 3074: 48.516125,53.44286 - 3075: 48.529694,56.54833 - 3076: 36.65941,43.68774 - 3077: 36.600815,42.573784 - 3078: 36.55394,35.679775 - 3079: 37.350815,36.93368 - 3080: 37.327377,32.36337 - 3081: 37.22191,44.375088 - 3101: 13.822786,35.63112 - 3102: 14.16263,35.16237 - 3103: 9.018099,34.85768 - 3104: 9.463411,34.517838 - 3151: -2.2121348,60.257965 - 3152: -1.9660411,57.49234 - 3173: -16.83937,55.439064 - 3174: -17.13234,58.09922 - 3201: -24.656801,-13.586744 - 3202: -19.375551,-13.602369 - 3203: -14.906801,-14.117994 - 3204: -29.344301,-13.664869 - 3285: 0.838521,49.943043 - 4247: 47.8365,20.992 - 4248: 45.039623,21.343563 - 4281: 35.873875,20.83988 - 5380: -6.88114,45.535484 - 5482: -9.378035,46.87724 - 5488: -7.6070986,44.556583 - 7305: -46.454243,-37.985996 + 2323: -44.448067,-3.31462 + 2324: -43.967598,-4.732589 + 2325: -44.108223,-6.8536825 + 2339: -25.7789,17.857733 + 2353: 3.0356216,9.384638 + 2354: 3.398903,9.290888 + 2394: 47.31783,-10.227113 + 2408: 49.1166,-26.603088 + 2409: 49.843163,-27.083557 + 2410: 49.58535,-18.62262 + 2411: 49.468163,-19.325745 + 2412: 65.46426,-11.159059 + 2413: 56.69863,-7.2684336 + 2414: 58.339256,-2.1115599 + 2415: 64.80801,-3.9982786 + 2416: 65.12441,-4.349841 + 2417: 75.4745,-4.54906 + 2505: 18.91415,-38.52007 + 2506: 13.47665,-38.89507 + 2507: 20.437588,-38.80132 + 2508: 8.689707,-45.91225 + 2509: 8.103769,-45.631 + 2510: 5.220957,-45.92397 + 2511: 4.683049,-49.234737 + 2512: 12.569768,-50.476925 + 2513: 12.82758,-51.273796 + 2514: -5.5732093,-45.661797 + 2515: -4.6239905,-45.954765 + 2548: -24.328709,-34.79685 + 2549: -8.356053,-30.121065 + 2550: -24.481052,-28.363253 + 2551: -24.12949,-31.808565 + 2679: 62.41595,8.417506 + 2680: 63.622986,8.2886 + 2681: 56.90814,8.300319 + 2682: 57.681576,8.347194 + 2801: -17.177572,17.701937 + 2802: 4.425289,24.43648 + 2821: 48.516125,53.44286 + 2822: 48.529694,56.54833 + 2823: 36.65941,43.68774 + 2824: 36.600815,42.573784 + 2825: 36.55394,35.679775 + 2826: 37.350815,36.93368 + 2827: 37.327377,32.36337 + 2828: 37.22191,44.375088 + 2848: 13.822786,35.63112 + 2849: 14.16263,35.16237 + 2850: 9.018099,34.85768 + 2851: 9.463411,34.517838 + 2898: -2.2121348,60.257965 + 2899: -1.9660411,57.49234 + 2920: -16.83937,55.439064 + 2921: -17.13234,58.09922 + 2948: -24.656801,-13.586744 + 2949: -19.375551,-13.602369 + 2950: -14.906801,-14.117994 + 2951: -29.344301,-13.664869 + 3032: 0.838521,49.943043 + 3944: 47.8365,20.992 + 3945: 45.039623,21.343563 + 3974: 35.873875,20.83988 + 5054: -6.88114,45.535484 + 5156: -9.378035,46.87724 + 5162: -7.6070986,44.556583 + 6876: -46.454243,-37.985996 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7709,83 +7597,83 @@ entities: 187: -25,18 198: 4,25 204: 37,35 - 2557: 3.371901,-10.462841 - 2558: -1.4562241,-11.751904 - 2579: -44.284004,1.9470987 - 2957: 38.00763,-20.166222 - 3058: 13.50732,24.038042 - 3138: 15.35181,77.65445 - 3139: 15.984623,77.033356 - 3140: 15.375248,74.84195 - 3141: -13.626251,74.72476 - 3142: -13.860626,73.86929 - 3286: 1.182271,50.482105 - 4332: 36.197342,-11.987121 - 4333: 35.874424,-10.112121 - 4421: 36.47652,-7.3850927 - 5138: 6.660134,44.709896 - 6740: -23.90585,-39.27359 - 6741: -24.507412,-33.164215 - 6772: -10.562142,-52.913784 + 2304: 3.371901,-10.462841 + 2305: -1.4562241,-11.751904 + 2326: -44.284004,1.9470987 + 2704: 38.00763,-20.166222 + 2805: 13.50732,24.038042 + 2885: 15.35181,77.65445 + 2886: 15.984623,77.033356 + 2887: 15.375248,74.84195 + 2888: -13.626251,74.72476 + 2889: -13.860626,73.86929 + 3033: 1.182271,50.482105 + 4006: 36.197342,-11.987121 + 4007: 35.874424,-10.112121 + 4095: 36.47652,-7.3850927 + 4812: 6.660134,44.709896 + 6314: -23.90585,-39.27359 + 6315: -24.507412,-33.164215 + 6346: -10.562142,-52.913784 - node: color: '#FFFFFFFF' id: Grassa1 decals: - 5163: -35.81695,69.36659 - 5164: -39.926327,69.42909 - 5218: 45.667503,-28.563889 - 5269: -70.268234,35.699272 - 5270: -65.8073,31.652397 + 4837: -35.81695,69.36659 + 4838: -39.926327,69.42909 + 4892: 45.667503,-28.563889 + 4943: -70.268234,35.699272 + 4944: -65.8073,31.652397 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 5150: -29.128242,-0.2084899 - 5170: -37.231014,69.405655 - 5225: 49.417503,-32.399826 + 4824: -29.128242,-0.2084899 + 4844: -37.231014,69.405655 + 4899: 49.417503,-32.399826 - node: color: '#FFFFFFFF' id: Grassa3 decals: - 5305: 30.690582,52.826473 - 5306: 30.753082,55.72491 + 4979: 30.690582,52.826473 + 4980: 30.753082,55.72491 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 5265: -66.90886,35.84771 - 6125: 11.418446,-41.137066 - 6126: 10.457508,-44.230816 + 4939: -66.90886,35.84771 + 5734: 11.418446,-41.137066 + 5735: 10.457508,-44.230816 - node: color: '#FFFFFFFF' id: Grassa5 decals: - 5720: 14.745121,-33.18229 - 7288: -41.82687,-37.933937 - 7306: -65.37458,-20.822691 + 5394: 14.745121,-33.18229 + 6859: -41.82687,-37.933937 + 6877: -65.37458,-20.822691 - node: color: '#FFFFFFFF' id: Grassb1 decals: - 4494: -28.1378,-16.970455 - 4495: -29.0753,-17.282955 - 5189: 41.316948,11.499512 - 5192: 40.357212,15.434651 - 5193: 46.044712,15.309651 - 5194: 43.56815,15.184651 - 5195: 44.703064,10.787474 - 5196: 41.234314,10.748411 - 5219: 46.331566,-29.345139 - 5220: 50.24563,-28.798264 - 5221: 46.33938,-31.993576 - 5300: 32.21402,52.97491 - 5301: 34.604645,57.0296 - 5302: 31.77652,57.2796 - 5601: -53.45383,-6.482257 - 5602: -55.375706,-8.771319 - 5603: -51.57102,-8.044757 - 6027: -2.5148964,24.69007 - 7289: -41.17062,-37.855812 + 4168: -28.1378,-16.970455 + 4169: -29.0753,-17.282955 + 4863: 41.316948,11.499512 + 4866: 40.357212,15.434651 + 4867: 46.044712,15.309651 + 4868: 43.56815,15.184651 + 4869: 44.703064,10.787474 + 4870: 41.234314,10.748411 + 4893: 46.331566,-29.345139 + 4894: 50.24563,-28.798264 + 4895: 46.33938,-31.993576 + 4974: 32.21402,52.97491 + 4975: 34.604645,57.0296 + 4976: 31.77652,57.2796 + 5275: -53.45383,-6.482257 + 5276: -55.375706,-8.771319 + 5277: -51.57102,-8.044757 + 5636: -2.5148964,24.69007 + 6860: -41.17062,-37.855812 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7801,31 +7689,31 @@ entities: color: '#FFFFFFFF' id: Grassb2 decals: - 5160: -31.210787,0.95500517 - 5161: -39.99664,73.14003 - 5162: -36.082577,71.79628 - 5190: 41.363823,14.171387 - 5191: 40.496635,14.233887 - 5222: 47.417503,-32.392014 - 5223: 50.06594,-31.329514 - 5224: 49.386253,-30.727951 - 5266: -65.8698,36.402397 - 5267: -70.16667,33.800835 - 5268: -68.38542,31.84771 - 5303: 35.362457,57.1546 - 5304: 35.253082,52.990536 - 5726: 18.323246,-33.21354 - 5727: 18.666996,-29.471352 - 5728: 15.4248085,-31.190102 - 6028: -1.6164589,27.510382 - 7290: -40.334682,-37.668312 - 7291: -42.35812,-37.75425 + 4834: -31.210787,0.95500517 + 4835: -39.99664,73.14003 + 4836: -36.082577,71.79628 + 4864: 41.363823,14.171387 + 4865: 40.496635,14.233887 + 4896: 47.417503,-32.392014 + 4897: 50.06594,-31.329514 + 4898: 49.386253,-30.727951 + 4940: -65.8698,36.402397 + 4941: -70.16667,33.800835 + 4942: -68.38542,31.84771 + 4977: 35.362457,57.1546 + 4978: 35.253082,52.990536 + 5400: 18.323246,-33.21354 + 5401: 18.666996,-29.471352 + 5402: 15.4248085,-31.190102 + 5637: -1.6164589,27.510382 + 6861: -40.334682,-37.668312 + 6862: -42.35812,-37.75425 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 6247: -42.246975,18.748549 - 7311: -68.06073,-2.6116269 + 5821: -42.246975,18.748549 + 6882: -68.06073,-2.6116269 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7837,131 +7725,131 @@ entities: id: Grassb5 decals: 178: 3,14 - 5144: 5.8699102,44.97535 - 5145: 5.6824102,43.584724 - 5149: -32.24543,1.2524476 - 5151: -32.33918,2.69776 - 5169: -38.231014,73.24159 - 5604: -50.281956,-6.8025694 - 5721: 15.104496,-32.3776 - 5722: 14.041996,-30.49479 - 5723: 15.120121,-29.322914 - 5724: 20.198246,-29.299477 - 5725: 18.979496,-32.760414 - 6124: 8.824696,-43.80113 - 6248: -41.067287,19.600111 - 6249: -43.215725,21.357924 - 7310: -69.92792,-3.7131894 + 4818: 5.8699102,44.97535 + 4819: 5.6824102,43.584724 + 4823: -32.24543,1.2524476 + 4825: -32.33918,2.69776 + 4843: -38.231014,73.24159 + 5278: -50.281956,-6.8025694 + 5395: 15.104496,-32.3776 + 5396: 14.041996,-30.49479 + 5397: 15.120121,-29.322914 + 5398: 20.198246,-29.299477 + 5399: 18.979496,-32.760414 + 5733: 8.824696,-43.80113 + 5822: -41.067287,19.600111 + 5823: -43.215725,21.357924 + 6881: -69.92792,-3.7131894 - node: color: '#FFFFFFFF' id: Grassc1 decals: - 254: 39,-37 - 297: -106.45246,26.066643 - 304: -101.35871,25.457268 - 2621: -1.2555814,12.724482 - 2622: -1.3258939,11.2362 - 2623: 3.3967624,13.626825 - 2624: 3.2912936,15.536982 - 2625: 42.188217,-12.685484 - 2626: 42.9265,-13.622984 - 2627: 42.668686,-13.037046 - 2628: 40.793686,-14.548765 - 2629: 40.992905,-15.169859 - 2630: 40.84056,-10.646421 - 2631: 47.250717,-9.521421 - 2632: 47.485092,-8.841734 - 2633: 46.38353,6.408603 - 3044: -81.59464,14.119104 - 3045: -88.25988,13.697229 - 3046: -88.84687,4.3498635 - 3047: -87.53437,0.55515265 - 3048: -17.58807,17.6785 - 3049: -23.674154,17.561312 - 3050: -20.310873,17.631624 - 3094: 13.119661,35.666275 - 3095: 13.41263,34.822525 - 3096: 8.924349,35.4319 - 3200: -23.609926,-14.149244 - 5165: -39.94195,72.27284 - 5166: -37.74664,73.17909 - 5167: -35.77789,70.75722 - 5197: 41.390564,11.326536 - 5198: 43.609314,11.162474 - 5199: 45.99994,12.514036 - 5230: 45.823753,-32.337326 - 5231: 50.573753,-31.829514 - 5252: -15.917347,53.478382 - 5274: -70.21355,34.886772 - 5275: -65.72136,35.34771 - 5276: -67.94792,36.050835 - 5277: -69.57292,32.449272 - 5310: 34.721832,53.209286 - 5311: 32.27652,52.9671 - 5312: 35.065582,55.138973 - 5607: -51.438206,-6.326007 - 5608: -56.17258,-5.6931944 - 6739: -24.4996,-38.156403 + 253: 39,-37 + 296: -106.45246,26.066643 + 303: -101.35871,25.457268 + 2368: -1.2555814,12.724482 + 2369: -1.3258939,11.2362 + 2370: 3.3967624,13.626825 + 2371: 3.2912936,15.536982 + 2372: 42.188217,-12.685484 + 2373: 42.9265,-13.622984 + 2374: 42.668686,-13.037046 + 2375: 40.793686,-14.548765 + 2376: 40.992905,-15.169859 + 2377: 40.84056,-10.646421 + 2378: 47.250717,-9.521421 + 2379: 47.485092,-8.841734 + 2380: 46.38353,6.408603 + 2791: -81.59464,14.119104 + 2792: -88.25988,13.697229 + 2793: -88.84687,4.3498635 + 2794: -87.53437,0.55515265 + 2795: -17.58807,17.6785 + 2796: -23.674154,17.561312 + 2797: -20.310873,17.631624 + 2841: 13.119661,35.666275 + 2842: 13.41263,34.822525 + 2843: 8.924349,35.4319 + 2947: -23.609926,-14.149244 + 4839: -39.94195,72.27284 + 4840: -37.74664,73.17909 + 4841: -35.77789,70.75722 + 4871: 41.390564,11.326536 + 4872: 43.609314,11.162474 + 4873: 45.99994,12.514036 + 4904: 45.823753,-32.337326 + 4905: 50.573753,-31.829514 + 4926: -15.917347,53.478382 + 4948: -70.21355,34.886772 + 4949: -65.72136,35.34771 + 4950: -67.94792,36.050835 + 4951: -69.57292,32.449272 + 4984: 34.721832,53.209286 + 4985: 32.27652,52.9671 + 4986: 35.065582,55.138973 + 5281: -51.438206,-6.326007 + 5282: -56.17258,-5.6931944 + 6313: -24.4996,-38.156403 - node: color: '#FFFFFFFF' id: Grassc2 decals: 194: -29,18 - 300: -106.37434,22.410393 - 303: -104.74934,19.879143 - 2574: -44.58869,0.31819248 - 2575: -43.979317,-3.6661825 - 5226: 47.94094,-32.1967 - 5227: 46.300316,-31.415451 - 5228: 46.425316,-28.735764 - 5229: 50.323753,-29.181076 - 5307: 31.081207,54.826473 - 5308: 31.948395,56.638973 - 5309: 34.909332,56.795223 - 6129: 9.129383,-43.11363 - 6130: 9.777821,-44.324566 - 6131: 10.801258,-41.441753 - 6250: -41.6376,19.100111 - 6251: -40.770412,20.600111 - 6252: -43.067287,20.881361 - 7307: -64.796455,-20.978941 - 7312: -70.24823,-4.1116266 - 7313: -67.701355,-3.0569394 + 299: -106.37434,22.410393 + 302: -104.74934,19.879143 + 2321: -44.58869,0.31819248 + 2322: -43.979317,-3.6661825 + 4900: 47.94094,-32.1967 + 4901: 46.300316,-31.415451 + 4902: 46.425316,-28.735764 + 4903: 50.323753,-29.181076 + 4981: 31.081207,54.826473 + 4982: 31.948395,56.638973 + 4983: 34.909332,56.795223 + 5738: 9.129383,-43.11363 + 5739: 9.777821,-44.324566 + 5740: 10.801258,-41.441753 + 5824: -41.6376,19.100111 + 5825: -40.770412,20.600111 + 5826: -43.067287,20.881361 + 6878: -64.796455,-20.978941 + 6883: -70.24823,-4.1116266 + 6884: -67.701355,-3.0569394 - node: color: '#FFFFFFFF' id: Grassc3 decals: 229: 55,8 - 2783: -24.094334,-28.66794 - 2784: -24.574802,-30.753878 - 2785: -23.836521,-34.03513 - 2786: -8.473241,-29.031221 - 2787: -9.223241,-28.398409 - 3161: -16.65187,52.65 - 3162: -16.546402,56.470314 - 3163: -17.179214,58.732033 - 3164: -17.190933,59.353127 - 3165: -16.581558,54.314064 - 5168: -39.37945,72.78847 - 5200: 41.179626,13.912474 - 5201: 42.734314,15.068724 - 5202: 44.773376,14.756224 + 2530: -24.094334,-28.66794 + 2531: -24.574802,-30.753878 + 2532: -23.836521,-34.03513 + 2533: -8.473241,-29.031221 + 2534: -9.223241,-28.398409 + 2908: -16.65187,52.65 + 2909: -16.546402,56.470314 + 2910: -17.179214,58.732033 + 2911: -17.190933,59.353127 + 2912: -16.581558,54.314064 + 4842: -39.37945,72.78847 + 4874: 41.179626,13.912474 + 4875: 42.734314,15.068724 + 4876: 44.773376,14.756224 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 298: -106.12434,25.801018 - 299: -100.88996,28.801018 - 301: -104.62434,20.535393 - 302: -103.96809,20.222893 - 2570: -43.95588,-0.5724325 - 2571: -44.530098,-1.1466513 - 2572: -44.33088,-4.779464 - 2573: -44.108223,2.451005 - 5278: -68.768234,31.97271 - 5279: -65.79167,33.06646 - 5605: -54.836643,-7.138507 - 5606: -53.024143,-8.279132 + 297: -106.12434,25.801018 + 298: -100.88996,28.801018 + 300: -104.62434,20.535393 + 301: -103.96809,20.222893 + 2317: -43.95588,-0.5724325 + 2318: -44.530098,-1.1466513 + 2319: -44.33088,-4.779464 + 2320: -44.108223,2.451005 + 4952: -68.768234,31.97271 + 4953: -65.79167,33.06646 + 5279: -54.836643,-7.138507 + 5280: -53.024143,-8.279132 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -7982,29 +7870,29 @@ entities: color: '#FFFFFFFF' id: Grassd1 decals: - 253: 38,-37 - 306: -106.62434,25.519768 - 2559: -1.3586571,-5.1471586 - 2560: 3.3054054,-6.5651274 - 2561: -17.25638,-13.645953 - 2562: -14.572786,-13.892047 - 2563: -25.641973,-13.575641 - 2649: 44.458454,-9.981019 - 2650: 47.247517,-8.199769 - 2651: 43.145954,-14.37555 - 2995: -87.71239,16.919971 - 2996: -88.017075,17.58794 - 2997: -87.442856,12.91216 - 2998: -82.61473,13.017629 - 2999: -82.005356,11.962941 - 3000: -82.43895,12.44341 - 3001: -82.12254,17.248096 - 3002: -88.41551,4.615285 - 3003: -87.18504,0.6190014 - 3004: -87.7827,0.054658413 - 3005: -100.82238,5.9791574 - 3006: -81.19448,17.579124 - 3007: -85.97573,30.987486 + 252: 38,-37 + 305: -106.62434,25.519768 + 2306: -1.3586571,-5.1471586 + 2307: 3.3054054,-6.5651274 + 2308: -17.25638,-13.645953 + 2309: -14.572786,-13.892047 + 2310: -25.641973,-13.575641 + 2396: 44.458454,-9.981019 + 2397: 47.247517,-8.199769 + 2398: 43.145954,-14.37555 + 2742: -87.71239,16.919971 + 2743: -88.017075,17.58794 + 2744: -87.442856,12.91216 + 2745: -82.61473,13.017629 + 2746: -82.005356,11.962941 + 2747: -82.43895,12.44341 + 2748: -82.12254,17.248096 + 2749: -88.41551,4.615285 + 2750: -87.18504,0.6190014 + 2751: -87.7827,0.054658413 + 2752: -100.82238,5.9791574 + 2753: -81.19448,17.579124 + 2754: -85.97573,30.987486 - node: color: '#FFFFFFFF' id: Grassd2 @@ -8014,87 +7902,85 @@ entities: 173: 13,-39 174: 8,-46 175: -3,-46 - 344: -101.25319,6.801566 - 345: -102.97194,2.1765664 - 346: -107.59694,7.973441 - 2736: 40.67008,-32.269234 - 2737: 41.537266,-31.437202 - 2738: 38.026943,-36.570225 - 2739: 33.128506,-36.72257 - 2740: 29.296474,-36.746006 - 2754: 18.152431,-38.766163 - 2755: 15.6329,-38.80132 - 2769: -4.237272,-45.579765 - 2770: -2.7372718,-46.611015 - 2771: -2.5146155,-48.89617 - 2772: 4.4652367,-46.596336 - 2773: -8.812107,-29.940277 - 2774: -8.390232,-29.389496 - 2775: -9.280857,-27.549652 - 2776: -9.339451,-30.994965 - 2777: -24.328709,-31.808565 - 2778: -24.188084,-32.35935 - 2779: -24.516209,-35.499973 - 2780: -24.41074,-27.707003 - 2958: 41.46466,-20.506065 - 2959: 43.105286,-20.588097 - 2960: 40.386536,-20.17794 - 2961: 41.46686,-29.405165 - 2962: 32.185696,-36.547718 - 2963: 30.955227,-36.219593 - 2964: 16.974197,-38.411 - 2965: 8.344835,-45.18538 - 2966: 13.26671,-52.60527 - 2967: 4.477648,-48.58574 - 2968: -2.3533373,-47.495895 - 2969: -8.970274,-31.41587 - 2970: -24.60868,-32.43083 - 3090: 36.600815,34.824306 - 3091: 36.589096,38.574306 - 3092: 36.55394,44.316494 - 3093: 37.175034,43.68368 - 3113: 15.968399,75.1232 - 3114: 15.663712,74.86539 - 3115: 15.628555,77.1857 - 3116: 15.616837,77.9357 - 3117: -13.793809,73.96304 - 3118: -13.430528,74.61929 - 3119: -13.981309,77.63101 - 3155: -17.296402,57.396095 - 3156: -16.921402,56.177345 - 3157: -16.804214,56.89219 - 3158: -16.534683,59.107033 - 3159: -17.366714,52.802345 - 3160: -16.94484,52.040627 - 4243: 46.664623,20.867 - 4260: 27.660282,-16.74252 - 4261: 26.90247,-17.21127 - 4262: 29.863407,-17.281582 - 4298: -58.079628,9.180978 - 4299: -62.696815,9.290353 - 5046: 77.56664,54.84955 - 5047: 78.773674,55.40033 - 5048: 79.699455,56.302673 - 5058: 83.50805,54.63861 - 5059: 84.75024,54.47455 - 5060: 82.07836,56.426743 - 5372: -8.852795,46.17611 - 5373: -8.032482,45.76986 - 5374: -4.5481076,46.355797 - 5480: -7.4717846,46.9163 - 5484: -10.200849,44.751896 - 5485: -7.1383486,44.650333 - 5486: -4.849286,44.69721 - 5487: -6.1852236,45.587833 - 5589: -55.438206,-6.466632 - 5590: -50.930393,-7.3181944 - 5591: -49.836643,-5.966632 - 5592: -53.430393,-9.271319 - 5593: -56.35227,-8.974444 - 6737: -24.2496,-39.078278 - 6738: -24.366787,-36.625153 - 6770: -10.55433,-51.81222 - 7303: -46.188618,-37.829746 + 343: -101.25319,6.801566 + 344: -102.97194,2.1765664 + 345: -107.59694,7.973441 + 2483: 40.67008,-32.269234 + 2484: 41.537266,-31.437202 + 2485: 38.026943,-36.570225 + 2486: 33.128506,-36.72257 + 2487: 29.296474,-36.746006 + 2501: 18.152431,-38.766163 + 2502: 15.6329,-38.80132 + 2516: -4.237272,-45.579765 + 2517: -2.7372718,-46.611015 + 2518: -2.5146155,-48.89617 + 2519: 4.4652367,-46.596336 + 2520: -8.812107,-29.940277 + 2521: -8.390232,-29.389496 + 2522: -9.280857,-27.549652 + 2523: -9.339451,-30.994965 + 2524: -24.328709,-31.808565 + 2525: -24.188084,-32.35935 + 2526: -24.516209,-35.499973 + 2527: -24.41074,-27.707003 + 2705: 41.46466,-20.506065 + 2706: 43.105286,-20.588097 + 2707: 40.386536,-20.17794 + 2708: 41.46686,-29.405165 + 2709: 32.185696,-36.547718 + 2710: 30.955227,-36.219593 + 2711: 16.974197,-38.411 + 2712: 8.344835,-45.18538 + 2713: 13.26671,-52.60527 + 2714: 4.477648,-48.58574 + 2715: -2.3533373,-47.495895 + 2716: -8.970274,-31.41587 + 2717: -24.60868,-32.43083 + 2837: 36.600815,34.824306 + 2838: 36.589096,38.574306 + 2839: 36.55394,44.316494 + 2840: 37.175034,43.68368 + 2860: 15.968399,75.1232 + 2861: 15.663712,74.86539 + 2862: 15.628555,77.1857 + 2863: 15.616837,77.9357 + 2864: -13.793809,73.96304 + 2865: -13.430528,74.61929 + 2866: -13.981309,77.63101 + 2902: -17.296402,57.396095 + 2903: -16.921402,56.177345 + 2904: -16.804214,56.89219 + 2905: -16.534683,59.107033 + 2906: -17.366714,52.802345 + 2907: -16.94484,52.040627 + 3940: 46.664623,20.867 + 3953: 27.660282,-16.74252 + 3954: 26.90247,-17.21127 + 3955: 29.863407,-17.281582 + 4720: 77.56664,54.84955 + 4721: 78.773674,55.40033 + 4722: 79.699455,56.302673 + 4732: 83.50805,54.63861 + 4733: 84.75024,54.47455 + 4734: 82.07836,56.426743 + 5046: -8.852795,46.17611 + 5047: -8.032482,45.76986 + 5048: -4.5481076,46.355797 + 5154: -7.4717846,46.9163 + 5158: -10.200849,44.751896 + 5159: -7.1383486,44.650333 + 5160: -4.849286,44.69721 + 5161: -6.1852236,45.587833 + 5263: -55.438206,-6.466632 + 5264: -50.930393,-7.3181944 + 5265: -49.836643,-5.966632 + 5266: -53.430393,-9.271319 + 5267: -56.35227,-8.974444 + 6311: -24.2496,-39.078278 + 6312: -24.366787,-36.625153 + 6344: -10.55433,-51.81222 + 6874: -46.188618,-37.829746 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8111,112 +7997,112 @@ entities: 193: -18,18 201: 14,24 206: 37,33 - 347: -107.893814,7.629691 - 348: -102.268814,10.754691 - 349: -101.143814,10.989066 - 350: -101.112564,5.004691 - 2564: -29.864674,-13.505328 - 2565: -29.153486,-13.317828 - 2566: -44.33712,1.2381024 - 2567: -44.266808,-7.0084305 - 2568: -43.434776,-7.982435 - 2678: 50.054928,-25.94495 - 2679: 48.871334,-26.7887 - 2680: 49.527584,-17.636356 - 2681: 54.777584,-12.405542 - 2682: 55.246334,-9.582343 - 2683: 55.808834,-9.804999 - 2684: 53.441647,-3.8166533 - 2685: 55.445553,-0.44769478 - 2686: 54.566647,-0.78553295 - 2687: 59.992428,-0.29334545 - 2688: 64.832275,-0.69178295 - 2689: 65.582275,-1.4183455 - 2690: 65.46509,-2.2620955 - 2691: 75.81674,-1.0902205 - 2692: 75.514244,-0.4456892 - 2781: -24.141209,-28.10544 - 2943: 58.9472,8.1011 - 2944: 60.587826,8.605006 - 2945: 58.59564,8.75735 - 2946: 56.60129,8.421641 - 3013: -88.094185,3.6152077 - 3059: 3.733883,24.89351 - 3060: 13.823727,23.838823 - 3061: 13.31982,23.510698 - 3062: 13.530758,25.420855 - 3063: 4.894039,25.807573 - 3064: 4.3666954,25.709267 - 3065: 9.559973,34.656773 - 3066: 10.485754,34.902866 - 3067: 12.267004,34.938023 - 3068: 13.673254,35.88724 - 3069: 14.2591915,34.66849 - 3070: 49.222614,55.898956 - 3071: 48.765583,56.70755 - 3072: 48.917927,54.56302 - 3073: 48.636677,53.660675 - 3110: 12.548815,35.9944 - 3111: 11.330065,34.459244 - 3120: -13.559434,78.08804 - 3121: -13.325059,75.545074 - 3122: -13.922715,72.58023 - 3123: 15.991913,74.02164 - 3124: 15.323944,74.29117 - 3149: -2.059791,57.85562 - 3150: -2.3058848,60.02359 - 3261: 46.39468,-5.921156 - 3262: 46.668118,-6.296156 - 3263: 46.668118,-7.5852184 - 3264: 46.402493,-2.3352184 - 3265: 46.011868,-1.8117809 - 3266: 46.371243,-1.4367809 - 3267: 47.402493,-0.38990593 - 3280: 0.8775835,53.771168 - 3281: 1.182271,54.169605 - 3282: 1.2369585,52.169605 - 3283: 0.979146,51.607105 - 3284: 1.1744585,49.825855 - 4340: -13.76521,70.095 - 4341: -13.874585,68.9075 - 4492: -30.036238,-17.26733 - 4493: -28.629988,-16.95483 - 5143: 5.7136602,45.303474 - 5152: -31.24543,-0.1303649 - 5375: -10.266857,46.24642 - 5376: -8.563732,45.597984 - 5377: -6.64967,46.39486 - 5378: -4.77467,45.535484 - 5594: -55.000706,-5.8494444 - 5595: -53.73508,-6.8650694 - 5596: -50.274143,-7.794757 - 6127: 8.824696,-42.26988 - 6128: 11.316883,-41.910503 - 6769: -10.905892,-51.101284 - 7292: -44.67062,-37.980812 + 346: -107.893814,7.629691 + 347: -102.268814,10.754691 + 348: -101.143814,10.989066 + 349: -101.112564,5.004691 + 2311: -29.864674,-13.505328 + 2312: -29.153486,-13.317828 + 2313: -44.33712,1.2381024 + 2314: -44.266808,-7.0084305 + 2315: -43.434776,-7.982435 + 2425: 50.054928,-25.94495 + 2426: 48.871334,-26.7887 + 2427: 49.527584,-17.636356 + 2428: 54.777584,-12.405542 + 2429: 55.246334,-9.582343 + 2430: 55.808834,-9.804999 + 2431: 53.441647,-3.8166533 + 2432: 55.445553,-0.44769478 + 2433: 54.566647,-0.78553295 + 2434: 59.992428,-0.29334545 + 2435: 64.832275,-0.69178295 + 2436: 65.582275,-1.4183455 + 2437: 65.46509,-2.2620955 + 2438: 75.81674,-1.0902205 + 2439: 75.514244,-0.4456892 + 2528: -24.141209,-28.10544 + 2690: 58.9472,8.1011 + 2691: 60.587826,8.605006 + 2692: 58.59564,8.75735 + 2693: 56.60129,8.421641 + 2760: -88.094185,3.6152077 + 2806: 3.733883,24.89351 + 2807: 13.823727,23.838823 + 2808: 13.31982,23.510698 + 2809: 13.530758,25.420855 + 2810: 4.894039,25.807573 + 2811: 4.3666954,25.709267 + 2812: 9.559973,34.656773 + 2813: 10.485754,34.902866 + 2814: 12.267004,34.938023 + 2815: 13.673254,35.88724 + 2816: 14.2591915,34.66849 + 2817: 49.222614,55.898956 + 2818: 48.765583,56.70755 + 2819: 48.917927,54.56302 + 2820: 48.636677,53.660675 + 2857: 12.548815,35.9944 + 2858: 11.330065,34.459244 + 2867: -13.559434,78.08804 + 2868: -13.325059,75.545074 + 2869: -13.922715,72.58023 + 2870: 15.991913,74.02164 + 2871: 15.323944,74.29117 + 2896: -2.059791,57.85562 + 2897: -2.3058848,60.02359 + 3008: 46.39468,-5.921156 + 3009: 46.668118,-6.296156 + 3010: 46.668118,-7.5852184 + 3011: 46.402493,-2.3352184 + 3012: 46.011868,-1.8117809 + 3013: 46.371243,-1.4367809 + 3014: 47.402493,-0.38990593 + 3027: 0.8775835,53.771168 + 3028: 1.182271,54.169605 + 3029: 1.2369585,52.169605 + 3030: 0.979146,51.607105 + 3031: 1.1744585,49.825855 + 4014: -13.76521,70.095 + 4015: -13.874585,68.9075 + 4166: -30.036238,-17.26733 + 4167: -28.629988,-16.95483 + 4817: 5.7136602,45.303474 + 4826: -31.24543,-0.1303649 + 5049: -10.266857,46.24642 + 5050: -8.563732,45.597984 + 5051: -6.64967,46.39486 + 5052: -4.77467,45.535484 + 5268: -55.000706,-5.8494444 + 5269: -53.73508,-6.8650694 + 5270: -50.274143,-7.794757 + 5736: 8.824696,-42.26988 + 5737: 11.316883,-41.910503 + 6343: -10.905892,-51.101284 + 6863: -44.67062,-37.980812 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 4277: 39.41204,21.035192 - 4278: 37.302666,20.949255 - 4416: 35.843708,-5.1350927 - 4417: 36.160114,-5.6975927 - 4418: 36.48824,-7.97103 - 4423: 70.74908,19.150547 - 4424: 71.06548,18.353672 - 4425: 70.678764,14.369297 - 5038: 84.99633,55.845642 - 5039: 83.29711,53.33783 - 5049: 79.617424,55.728455 - 5050: 78.46899,53.876892 - 5051: 76.605705,54.54486 - 5052: 82.39477,52.833923 - 5053: 83.51977,52.540955 - 5054: 84.75024,52.646423 - 5253: -16.073597,54.181507 - 5254: -16.370472,54.994007 - 5481: -6.5811596,46.931927 + 3970: 39.41204,21.035192 + 3971: 37.302666,20.949255 + 4090: 35.843708,-5.1350927 + 4091: 36.160114,-5.6975927 + 4092: 36.48824,-7.97103 + 4097: 70.74908,19.150547 + 4098: 71.06548,18.353672 + 4099: 70.678764,14.369297 + 4712: 84.99633,55.845642 + 4713: 83.29711,53.33783 + 4723: 79.617424,55.728455 + 4724: 78.46899,53.876892 + 4725: 76.605705,54.54486 + 4726: 82.39477,52.833923 + 4727: 83.51977,52.540955 + 4728: 84.75024,52.646423 + 4927: -16.073597,54.181507 + 4928: -16.370472,54.994007 + 5155: -6.5811596,46.931927 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8235,501 +8121,498 @@ entities: id: Grasse2 decals: 179: 3,11 - 2569: -44.459785,-0.31462002 - 2634: 46.219467,7.4113626 - 2635: 46.629623,2.055894 - 2636: 46.711655,1.5519876 - 2637: 46.137436,1.4242432 - 2638: 41.70775,-10.768253 - 2639: 41.930405,-11.225285 - 2782: -24.539646,-28.773409 - 3180: -17.338375,54.89626 - 4419: 35.656208,-6.7757177 - 4426: 70.59673,18.56461 - 4427: 71.042046,16.666172 - 4428: 71.28814,20.263828 - 4429: 71.241264,13.068516 - 4430: 70.43267,15.306797 - 5040: 81.64477,54.36908 - 5055: 84.55102,53.6308 - 5056: 83.59008,55.20111 - 5057: 84.41039,55.58783 - 5597: -56.211643,-6.7400694 - 5598: -52.461643,-8.185382 - 5599: -49.42258,-8.076007 - 5600: -49.399143,-6.8181944 - 6771: -10.944955,-53.351284 - 7293: -38.63937,-37.9105 - 7294: -39.467495,-37.707375 + 2316: -44.459785,-0.31462002 + 2381: 46.219467,7.4113626 + 2382: 46.629623,2.055894 + 2383: 46.711655,1.5519876 + 2384: 46.137436,1.4242432 + 2385: 41.70775,-10.768253 + 2386: 41.930405,-11.225285 + 2529: -24.539646,-28.773409 + 2927: -17.338375,54.89626 + 4093: 35.656208,-6.7757177 + 4100: 70.59673,18.56461 + 4101: 71.042046,16.666172 + 4102: 71.28814,20.263828 + 4103: 71.241264,13.068516 + 4104: 70.43267,15.306797 + 4714: 81.64477,54.36908 + 4729: 84.55102,53.6308 + 4730: 83.59008,55.20111 + 4731: 84.41039,55.58783 + 5271: -56.211643,-6.7400694 + 5272: -52.461643,-8.185382 + 5273: -49.42258,-8.076007 + 5274: -49.399143,-6.8181944 + 6345: -10.944955,-53.351284 + 6864: -38.63937,-37.9105 + 6865: -39.467495,-37.707375 - node: color: '#FFFFFFFF' id: Grasse3 decals: 192: -23,18 207: 37,38 - 252: 33,-37 - 305: -101.21809,24.910393 - 2618: 3.4670749,11.869013 - 2619: -1.5719876,13.380732 - 2620: -0.9274564,13.650263 - 2640: 41.285873,-11.225285 - 2641: 40.864,-12.58466 - 2693: 58.428307,-1.5706892 - 2694: 64.08846,-3.082408 - 2695: 64.74471,-3.3519392 - 2696: 66.877525,-8.30897 - 2697: 66.63143,-8.894908 - 2698: 68.658775,-6.6214705 - 2699: 64.920494,-11.695689 - 2700: 64.42831,-11.238658 - 2701: 58.252525,-10.582408 - 2702: 57.64315,-11.086314 - 2703: 68.2198,-20.300789 - 2704: 67.75632,-22.44498 - 2705: 65.436005,-25.25748 - 2706: 65.93991,-24.554356 - 2707: 62.131313,-27.390293 - 2708: 61.170376,-27.777012 - 2709: 58.553608,-27.741856 - 2710: 64.34267,-12.237476 - 2711: 58.319233,-11.185775 - 2712: 55.54189,-6.6506186 - 3008: -84.03042,30.881887 - 3009: -88.42231,16.812563 - 3010: -87.531685,14.527407 - 3011: -82.52778,16.613344 - 3012: -87.531685,4.165989 - 3192: -29.594301,-13.758619 - 3193: -20.969301,-13.602369 - 3194: -17.969301,-13.321119 - 3195: -14.281801,-13.399244 - 4240: 45.12556,21.343563 - 4241: 45.43806,21.101376 - 4242: 48.11775,21.08575 - 4270: 0.39834595,-37.841984 - 4271: -28.3777,17.481447 - 4272: -19.469736,17.55176 - 4273: -19.477549,17.98926 - 4274: 35.28704,21.324255 - 4275: 35.677666,21.003942 - 4276: 38.013603,21.324255 - 4289: -1.4631042,35.86057 - 4290: -1.3537292,35.21213 - 4291: -1.4865417,33.86838 - 4300: -62.845253,9.079415 - 4301: -60.58744,9.212228 - 4302: -58.634315,8.985665 - 5041: 82.1018,53.642517 - 5042: 79.76977,56.677673 - 5043: 81.011955,57.802673 - 5044: 74.87133,57.990173 - 5045: 76.48852,55.154236 + 251: 33,-37 + 304: -101.21809,24.910393 + 2365: 3.4670749,11.869013 + 2366: -1.5719876,13.380732 + 2367: -0.9274564,13.650263 + 2387: 41.285873,-11.225285 + 2388: 40.864,-12.58466 + 2440: 58.428307,-1.5706892 + 2441: 64.08846,-3.082408 + 2442: 64.74471,-3.3519392 + 2443: 66.877525,-8.30897 + 2444: 66.63143,-8.894908 + 2445: 68.658775,-6.6214705 + 2446: 64.920494,-11.695689 + 2447: 64.42831,-11.238658 + 2448: 58.252525,-10.582408 + 2449: 57.64315,-11.086314 + 2450: 68.2198,-20.300789 + 2451: 67.75632,-22.44498 + 2452: 65.436005,-25.25748 + 2453: 65.93991,-24.554356 + 2454: 62.131313,-27.390293 + 2455: 61.170376,-27.777012 + 2456: 58.553608,-27.741856 + 2457: 64.34267,-12.237476 + 2458: 58.319233,-11.185775 + 2459: 55.54189,-6.6506186 + 2755: -84.03042,30.881887 + 2756: -88.42231,16.812563 + 2757: -87.531685,14.527407 + 2758: -82.52778,16.613344 + 2759: -87.531685,4.165989 + 2939: -29.594301,-13.758619 + 2940: -20.969301,-13.602369 + 2941: -17.969301,-13.321119 + 2942: -14.281801,-13.399244 + 3937: 45.12556,21.343563 + 3938: 45.43806,21.101376 + 3939: 48.11775,21.08575 + 3963: 0.39834595,-37.841984 + 3964: -28.3777,17.481447 + 3965: -19.469736,17.55176 + 3966: -19.477549,17.98926 + 3967: 35.28704,21.324255 + 3968: 35.677666,21.003942 + 3969: 38.013603,21.324255 + 3982: -1.4631042,35.86057 + 3983: -1.3537292,35.21213 + 3984: -1.4865417,33.86838 + 4715: 82.1018,53.642517 + 4716: 79.76977,56.677673 + 4717: 81.011955,57.802673 + 4718: 74.87133,57.990173 + 4719: 76.48852,55.154236 - node: color: '#720000FF' id: HalfTileOverlayGreyscale decals: - 6467: 33,-28 - 6468: 34,-28 + 6041: 33,-28 + 6042: 34,-28 - node: color: '#720000FF' id: HalfTileOverlayGreyscale180 decals: - 6461: 33,-33 - 6462: 34,-33 + 6035: 33,-33 + 6036: 34,-33 - node: color: '#720000FF' id: HalfTileOverlayGreyscale270 decals: - 6463: 31,-31 - 6464: 31,-30 + 6037: 31,-31 + 6038: 31,-30 - node: color: '#720000FF' id: HalfTileOverlayGreyscale90 decals: - 6465: 36,-30 - 6466: 36,-31 + 6039: 36,-30 + 6040: 36,-31 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNE decals: - 6470: 35,-29 + 6044: 35,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNW decals: - 6469: 32,-29 + 6043: 32,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySE decals: - 6471: 35,-32 + 6045: 35,-32 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySW decals: - 6472: 32,-32 + 6046: 32,-32 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNE decals: - 6473: 35,-31 - 6478: 33,-29 + 6047: 35,-31 + 6052: 33,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNW decals: - 6476: 32,-31 - 6477: 34,-29 + 6050: 32,-31 + 6051: 34,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySE decals: - 6474: 35,-30 - 6480: 33,-32 + 6048: 35,-30 + 6054: 33,-32 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySW decals: - 6475: 32,-30 - 6479: 34,-32 + 6049: 32,-30 + 6053: 34,-32 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 6395: 0,-17 - 6409: 2,-34 - 6410: 5,-37 - 6441: 0,19 + 5969: 0,-17 + 5983: 2,-34 + 5984: 5,-37 + 6015: 0,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 6397: 2,-17 - 6411: 0,-34 - 6412: -3,-37 - 6442: 2,19 + 5971: 2,-17 + 5985: 0,-34 + 5986: -3,-37 + 6016: 2,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 6398: 0,-15 - 6413: 2,-42 - 6414: 5,-39 - 6443: 0,21 + 5972: 0,-15 + 5987: 2,-42 + 5988: 5,-39 + 6017: 0,21 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 6396: 2,-15 - 6415: 0,-42 - 6416: -3,-39 - 6444: 2,21 + 5970: 2,-15 + 5989: 0,-42 + 5990: -3,-39 + 6018: 2,21 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNe decals: - 6401: 0,-18 - 6402: -1,-17 - 6437: 2,-37 - 6455: 0,18 - 6456: -1,19 + 5975: 0,-18 + 5976: -1,-17 + 6011: 2,-37 + 6029: 0,18 + 6030: -1,19 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNw decals: - 6405: 2,-18 - 6406: 3,-17 - 6440: 0,-37 - 6453: 2,18 - 6454: 3,19 + 5979: 2,-18 + 5980: 3,-17 + 6014: 0,-37 + 6027: 2,18 + 6028: 3,19 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe decals: - 6407: -1,-15 - 6408: 0,-14 - 6439: 2,-39 - 6451: 0,22 - 6452: -1,21 + 5981: -1,-15 + 5982: 0,-14 + 6013: 2,-39 + 6025: 0,22 + 6026: -1,21 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSw decals: - 6403: 2,-14 - 6404: 3,-15 - 6438: 0,-39 - 6449: 2,22 - 6450: 3,21 + 5977: 2,-14 + 5978: 3,-15 + 6012: 0,-39 + 6023: 2,22 + 6024: 3,21 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 6399: -1,-16 - 6422: 2,-35 - 6423: 2,-36 - 6424: 5,-38 - 6425: 2,-40 - 6426: 2,-41 - 6445: -1,20 + 5973: -1,-16 + 5996: 2,-35 + 5997: 2,-36 + 5998: 5,-38 + 5999: 2,-40 + 6000: 2,-41 + 6019: -1,20 - node: color: '#FFFFFFFF' id: MiniTileSteelLineN decals: - 6393: 1,-18 - 6417: -2,-37 - 6418: -1,-37 - 6419: 3,-37 - 6420: 4,-37 - 6421: 1,-34 - 6447: 1,18 + 5967: 1,-18 + 5991: -2,-37 + 5992: -1,-37 + 5993: 3,-37 + 5994: 4,-37 + 5995: 1,-34 + 6021: 1,18 - node: color: '#FFFFFFFF' id: MiniTileSteelLineS decals: - 6400: 1,-14 - 6427: 1,-42 - 6428: -1,-39 - 6429: -2,-39 - 6430: 3,-39 - 6431: 4,-39 - 6448: 1,22 + 5974: 1,-14 + 6001: 1,-42 + 6002: -1,-39 + 6003: -2,-39 + 6004: 3,-39 + 6005: 4,-39 + 6022: 1,22 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 6394: 3,-16 - 6432: 0,-35 - 6433: 0,-36 - 6434: 0,-40 - 6435: 0,-41 - 6436: -3,-38 - 6446: 3,20 + 5968: 3,-16 + 6006: 0,-35 + 6007: 0,-36 + 6008: 0,-40 + 6009: 0,-41 + 6010: -3,-38 + 6020: 3,20 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNe decals: - 6289: 0,1 + 5863: 0,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNe decals: - 6525: -72,7 + 6099: -72,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNw decals: - 6290: 2,1 + 5864: 2,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNw decals: - 6526: -70,7 + 6100: -70,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSe decals: - 6287: 0,3 + 5861: 0,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSe decals: - 6524: -72,9 + 6098: -72,9 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSw decals: - 6288: 2,3 + 5862: 2,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSw decals: - 6523: -70,9 + 6097: -70,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNe decals: - 6330: 0,0 - 6340: -1,1 + 5904: 0,0 + 5914: -1,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNe decals: - 6531: -72,6 - 6532: -73,7 + 6105: -72,6 + 6106: -73,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNw decals: - 6331: 2,0 - 6341: 3,1 + 5905: 2,0 + 5915: 3,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNw decals: - 6533: -70,6 - 6534: -69,7 + 6107: -70,6 + 6108: -69,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSe decals: - 6338: 0,4 - 6339: -1,3 + 5912: 0,4 + 5913: -1,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSe decals: - 6537: -72,10 - 6538: -73,9 + 6111: -72,10 + 6112: -73,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSw decals: - 6336: 3,3 - 6337: 2,4 + 5910: 3,3 + 5911: 2,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSw decals: - 6535: -69,9 - 6536: -70,10 + 6109: -69,9 + 6110: -70,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineE decals: - 6335: -1,2 + 5909: -1,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineE decals: - 6530: -73,8 + 6104: -73,8 - node: color: '#91D4FFFF' id: MiniTileWhiteLineN decals: - 6332: 1,0 + 5906: 1,0 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineN decals: - 6527: -71,6 + 6101: -71,6 - node: color: '#91D4FFFF' id: MiniTileWhiteLineS decals: - 6333: 1,4 + 5907: 1,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineS decals: - 6528: -71,10 + 6102: -71,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineW decals: - 6334: 3,2 + 5908: 3,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineW decals: - 6529: -69,8 + 6103: -69,8 - node: color: '#334E6DFF' id: MonoOverlay decals: - 5804: -76,12 + 5478: -76,12 - node: color: '#845606FF' id: MonoOverlay decals: - 5803: -80,11 + 5477: -80,11 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 5800: -80,14 + 5474: -80,14 - node: color: '#9FED58FF' id: MonoOverlay decals: - 5805: -76,13 + 5479: -76,13 - node: color: '#B02E26FF' id: MonoOverlay decals: - 5799: -76,14 + 5473: -76,14 - node: color: '#B04DB5FF' id: MonoOverlay decals: - 5802: -80,12 + 5476: -80,12 - node: color: '#BA8841FF' id: MonoOverlay decals: - 5806: -76,11 + 5480: -76,11 - node: color: '#D3F4A5FF' id: MonoOverlay decals: - 5801: -80,13 + 5475: -80,13 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale decals: - 6517: 34,-28 - 6518: 31,-31 + 6091: 34,-28 + 6092: 31,-31 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale decals: - 6483: 31,-31 - 6485: 34,-28 + 6057: 31,-31 + 6059: 34,-28 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale180 decals: - 6519: 36,-30 - 6520: 33,-33 + 6093: 36,-30 + 6094: 33,-33 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale180 decals: - 6488: 33,-33 - 6489: 36,-30 + 6062: 33,-33 + 6063: 36,-30 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale270 decals: - 6521: 34,-33 - 6522: 31,-30 + 6095: 34,-33 + 6096: 31,-30 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale270 decals: - 6484: 31,-30 - 6487: 34,-33 + 6058: 31,-30 + 6061: 34,-33 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale90 decals: - 6515: 36,-31 - 6516: 33,-28 + 6089: 36,-31 + 6090: 33,-28 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale90 decals: - 6486: 33,-28 - 6490: 36,-31 + 6060: 33,-28 + 6064: 36,-31 - node: color: '#FFFFFFFF' id: Remains decals: - 3230: -74.38303,-4.395273 - 3231: 58.464054,51.70824 - 3232: 58.432804,56.20824 - 3256: 90.203255,39.535217 - 3257: 89.453255,41.035217 - 3258: 84.484505,39.425842 + 2977: -74.38303,-4.395273 + 2978: 58.464054,51.70824 + 2979: 58.432804,56.20824 + 3003: 90.203255,39.535217 + 3004: 89.453255,41.035217 + 3005: 84.484505,39.425842 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8742,100 +8625,100 @@ entities: color: '#FFFFFFFF' id: Rock01 decals: - 4735: 102.79387,48.567257 - 4746: 94.93059,45.47077 - 4747: 93.95793,44.27546 - 4755: 100.53215,30.299767 - 4756: 101.528244,27.686485 - 4761: 98.64543,22.421034 - 4767: 88.78036,27.940224 - 4768: 88.323326,27.307411 - 4778: 71.137566,47.653687 - 4785: 68.54636,63.695564 - 4786: 77.5703,69.92761 - 4793: 62.59044,75.553635 - 4794: 61.40715,64.640045 - 4803: 80.69898,71.55661 - 4804: 82.550545,70.32614 - 4805: 82.732,60.92238 - 4810: 89.51716,60.851997 - 4811: 94.41016,63.418404 - 4812: 87.50781,67.52745 - 4816: 85.515625,75.35539 - 4817: 96.41406,68.75774 - 4818: 95.93659,58.3081 - 4828: 91.25725,8.789104 - 5182: -39.37945,72.81972 - 5207: 40.62494,14.185911 - 5208: 46.242126,10.631224 - 5240: -69.342834,35.958504 - 5241: -67.03815,32.021004 - 5247: -52.728626,-9.140808 - 5314: 34.05777,53.045223 - 5494: -10.596394,46.794857 - 5729: 13.760746,-30.861977 - 5730: 18.760746,-28.830727 - 6122: 8.941883,-41.09019 - 6246: -43.246975,18.998549 + 4409: 102.79387,48.567257 + 4420: 94.93059,45.47077 + 4421: 93.95793,44.27546 + 4429: 100.53215,30.299767 + 4430: 101.528244,27.686485 + 4435: 98.64543,22.421034 + 4441: 88.78036,27.940224 + 4442: 88.323326,27.307411 + 4452: 71.137566,47.653687 + 4459: 68.54636,63.695564 + 4460: 77.5703,69.92761 + 4467: 62.59044,75.553635 + 4468: 61.40715,64.640045 + 4477: 80.69898,71.55661 + 4478: 82.550545,70.32614 + 4479: 82.732,60.92238 + 4484: 89.51716,60.851997 + 4485: 94.41016,63.418404 + 4486: 87.50781,67.52745 + 4490: 85.515625,75.35539 + 4491: 96.41406,68.75774 + 4492: 95.93659,58.3081 + 4502: 91.25725,8.789104 + 4856: -39.37945,72.81972 + 4881: 40.62494,14.185911 + 4882: 46.242126,10.631224 + 4914: -69.342834,35.958504 + 4915: -67.03815,32.021004 + 4921: -52.728626,-9.140808 + 4988: 34.05777,53.045223 + 5168: -10.596394,46.794857 + 5403: 13.760746,-30.861977 + 5404: 18.760746,-28.830727 + 5731: 8.941883,-41.09019 + 5820: -43.246975,18.998549 - node: color: '#FFFFFFFF' id: Rock02 decals: - 4496: -28.536238,-17.001705 - 4741: 97.6259,41.16999 - 4748: 93.39543,43.31452 - 4751: 100.89543,38.81452 - 4752: 99.5009,28.354454 - 4757: 98.72746,27.674767 - 4758: 101.621994,21.671034 - 4762: 93.07972,31.502724 - 4779: 67.680534,52.610718 - 4780: 66.495575,60.26164 - 4787: 76.99608,69.49402 - 4792: 61.406845,75.0966 - 4799: 61.6884,78.59358 - 4807: 85.134346,62.574654 - 4815: 86.265625,71.35948 - 4819: 95.04975,58.62622 - 4820: 103.47553,58.778564 - 4821: 100.46381,55.403564 - 4822: 97.16203,35.096268 - 5244: -28.93729,2.9404542 - 5245: -51.377064,-6.640808 - 5258: 48.710686,-31.929493 - 5493: -7.7526436,47.02142 - 5731: 19.120121,-31.135414 + 4170: -28.536238,-17.001705 + 4415: 97.6259,41.16999 + 4422: 93.39543,43.31452 + 4425: 100.89543,38.81452 + 4426: 99.5009,28.354454 + 4431: 98.72746,27.674767 + 4432: 101.621994,21.671034 + 4436: 93.07972,31.502724 + 4453: 67.680534,52.610718 + 4454: 66.495575,60.26164 + 4461: 76.99608,69.49402 + 4466: 61.406845,75.0966 + 4473: 61.6884,78.59358 + 4481: 85.134346,62.574654 + 4489: 86.265625,71.35948 + 4493: 95.04975,58.62622 + 4494: 103.47553,58.778564 + 4495: 100.46381,55.403564 + 4496: 97.16203,35.096268 + 4918: -28.93729,2.9404542 + 4919: -51.377064,-6.640808 + 4932: 48.710686,-31.929493 + 5167: -7.7526436,47.02142 + 5405: 19.120121,-31.135414 - node: color: '#FFFFFFFF' id: Rock03 decals: - 4724: 80.55664,55.57683 - 4733: 87.927734,55.377613 - 4734: 100.47157,49.35293 - 4742: 97.83684,40.22077 - 4749: 95.35246,42.330147 - 4766: 83.741295,28.713661 - 4769: 89.50692,27.248817 - 4770: 101.01043,22.149483 - 4771: 100.3583,35.617542 - 4772: 103.3167,51.065765 - 4773: 93.613785,56.79541 - 4774: 71.430534,50.302124 - 4781: 64.84323,59.183514 - 4788: 73.16405,74.56824 - 4789: 62.414658,70.08098 - 4795: 60.76262,64.05411 - 4796: 58.3134,79.320145 - 4800: 60.10637,79.42561 - 4801: 80.60222,74.415985 - 4806: 86.00153,63.44184 - 4825: 98.792404,9.000042 - 4829: 88.843185,13.160198 - 5203: 46.023376,14.014036 - 5259: 46.304436,-29.085743 - 5264: -68.58855,36.34771 - 5313: 30.878082,54.990536 - 6029: -1.7414589,25.080694 + 4398: 80.55664,55.57683 + 4407: 87.927734,55.377613 + 4408: 100.47157,49.35293 + 4416: 97.83684,40.22077 + 4423: 95.35246,42.330147 + 4440: 83.741295,28.713661 + 4443: 89.50692,27.248817 + 4444: 101.01043,22.149483 + 4445: 100.3583,35.617542 + 4446: 103.3167,51.065765 + 4447: 93.613785,56.79541 + 4448: 71.430534,50.302124 + 4455: 64.84323,59.183514 + 4462: 73.16405,74.56824 + 4463: 62.414658,70.08098 + 4469: 60.76262,64.05411 + 4470: 58.3134,79.320145 + 4474: 60.10637,79.42561 + 4475: 80.60222,74.415985 + 4480: 86.00153,63.44184 + 4499: 98.792404,9.000042 + 4503: 88.843185,13.160198 + 4877: 46.023376,14.014036 + 4933: 46.304436,-29.085743 + 4938: -68.58855,36.34771 + 4987: 30.878082,54.990536 + 5638: -1.7414589,25.080694 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8850,79 +8733,79 @@ entities: color: '#FFFFFFFF' id: Rock04 decals: - 3014: -81.68403,16.52927 - 4725: 82.68945,54.486988 - 4726: 85.51367,53.52605 - 4727: 74.978516,57.158863 - 4739: 102.266525,42.672726 - 4740: 102.653244,41.767647 - 4743: 98.58684,41.45124 - 4744: 96.47746,43.255928 - 4753: 98.57512,28.811485 - 4759: 102.32512,20.839003 - 4763: 93.80628,31.022255 - 4765: 86.28426,28.72538 - 4775: 71.86413,49.470093 - 4776: 72.43835,50.454468 - 4777: 69.69616,48.2865 - 4782: 64.526825,58.38664 - 4783: 67.30417,63.73072 - 4790: 62.68419,69.448166 - 4798: 61.20793,78.0428 - 4802: 81.50456,73.97067 - 4808: 86.58747,60.219185 - 4813: 88.1875,67.304794 - 4814: 85.58594,70.70323 - 4823: 97.806564,34.357986 - 4824: 97.50334,9.703167 - 4827: 98.76897,7.7461357 - 4830: 97.05803,11.437542 - 5183: -35.738827,71.38222 - 5204: 41.210876,11.732786 - 5246: -55.713,-7.578308 - 5248: -16.277683,57.435253 - 5260: 47.97631,-31.570118 - 5261: 50.390373,-32.366993 - 5492: -6.4664736,44.845646 - 5732: 15.4091835,-32.854164 - 7301: -43.436245,-37.926125 + 2761: -81.68403,16.52927 + 4399: 82.68945,54.486988 + 4400: 85.51367,53.52605 + 4401: 74.978516,57.158863 + 4413: 102.266525,42.672726 + 4414: 102.653244,41.767647 + 4417: 98.58684,41.45124 + 4418: 96.47746,43.255928 + 4427: 98.57512,28.811485 + 4433: 102.32512,20.839003 + 4437: 93.80628,31.022255 + 4439: 86.28426,28.72538 + 4449: 71.86413,49.470093 + 4450: 72.43835,50.454468 + 4451: 69.69616,48.2865 + 4456: 64.526825,58.38664 + 4457: 67.30417,63.73072 + 4464: 62.68419,69.448166 + 4472: 61.20793,78.0428 + 4476: 81.50456,73.97067 + 4482: 86.58747,60.219185 + 4487: 88.1875,67.304794 + 4488: 85.58594,70.70323 + 4497: 97.806564,34.357986 + 4498: 97.50334,9.703167 + 4501: 98.76897,7.7461357 + 4504: 97.05803,11.437542 + 4857: -35.738827,71.38222 + 4878: 41.210876,11.732786 + 4920: -55.713,-7.578308 + 4922: -16.277683,57.435253 + 4934: 47.97631,-31.570118 + 4935: 50.390373,-32.366993 + 5166: -6.4664736,44.845646 + 5406: 15.4091835,-32.854164 + 6872: -43.436245,-37.926125 - node: color: '#FFFFFFFF' id: Rock05 decals: - 4728: 77.11133,59.268238 - 4729: 80.9668,56.268238 - 4730: 79.384766,53.010426 - 4731: 89.47461,55.002613 - 4732: 87.38867,55.893238 - 4736: 99.6884,48.707882 - 4745: 95.12981,44.591866 - 4750: 100.41496,39.517647 - 4754: 100.03996,30.979454 - 4760: 100.496994,21.530409 - 4764: 86.729576,29.182411 - 4784: 67.72604,64.46901 - 4791: 60.51622,69.99895 - 4797: 60.422775,77.4803 - 4809: 89.21247,61.40278 - 4826: 99.27287,8.437542 - 5184: -39.481014,68.97597 - 5205: 42.57025,10.685911 - 5206: 41.765564,15.373411 - 5242: -65.83502,32.72413 - 5243: -31.491978,0.48036456 - 5249: -17.191746,53.591503 - 5262: 45.484123,-32.195118 - 5263: -70.33855,31.832085 - 5315: 35.206207,54.928036 - 5316: 33.62027,57.19366 - 5479: -8.557722,46.736614 - 5495: -4.432331,44.662045 - 5733: 16.284184,-32.90885 - 5734: 15.526371,-29.166664 - 6123: 9.277821,-41.71519 - 6245: -41.442287,21.076674 - 7302: -48.13393,-37.83756 + 4402: 77.11133,59.268238 + 4403: 80.9668,56.268238 + 4404: 79.384766,53.010426 + 4405: 89.47461,55.002613 + 4406: 87.38867,55.893238 + 4410: 99.6884,48.707882 + 4419: 95.12981,44.591866 + 4424: 100.41496,39.517647 + 4428: 100.03996,30.979454 + 4434: 100.496994,21.530409 + 4438: 86.729576,29.182411 + 4458: 67.72604,64.46901 + 4465: 60.51622,69.99895 + 4471: 60.422775,77.4803 + 4483: 89.21247,61.40278 + 4500: 99.27287,8.437542 + 4858: -39.481014,68.97597 + 4879: 42.57025,10.685911 + 4880: 41.765564,15.373411 + 4916: -65.83502,32.72413 + 4917: -31.491978,0.48036456 + 4923: -17.191746,53.591503 + 4936: 45.484123,-32.195118 + 4937: -70.33855,31.832085 + 4989: 35.206207,54.928036 + 4990: 33.62027,57.19366 + 5153: -8.557722,46.736614 + 5169: -4.432331,44.662045 + 5407: 16.284184,-32.90885 + 5408: 15.526371,-29.166664 + 5732: 9.277821,-41.71519 + 5819: -41.442287,21.076674 + 6873: -48.13393,-37.83756 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8933,13 +8816,13 @@ entities: color: '#FFFFFFFF' id: Rock06 decals: - 255: -104.42121,23.972893 - 256: -101.82746,28.332268 - 257: -101.57746,19.832268 - 4737: 100.53215,48.62585 - 4831: 101.083466,10.133084 - 4836: 98.41568,33.005764 - 5250: -15.972034,50.921497 + 254: -104.42121,23.972893 + 255: -101.82746,28.332268 + 256: -101.57746,19.832268 + 4411: 100.53215,48.62585 + 4505: 101.083466,10.133084 + 4510: 98.41568,33.005764 + 4924: -15.972034,50.921497 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -8955,906 +8838,1047 @@ entities: id: Rock07 decals: 164: 7,-46 - 258: -102.26496,19.644768 - 259: -101.82746,19.051018 - 260: -101.28059,27.691643 - 261: -105.32746,27.394768 - 4738: 100.16887,48.145382 - 4832: 102.19242,9.054959 - 4833: 103.8472,22.671467 - 4834: 96.681305,25.049057 - 4835: 99.04849,33.638577 - 5251: -16.08141,56.36161 + 257: -102.26496,19.644768 + 258: -101.82746,19.051018 + 259: -101.28059,27.691643 + 260: -105.32746,27.394768 + 4412: 100.16887,48.145382 + 4506: 102.19242,9.054959 + 4507: 103.8472,22.671467 + 4508: 96.681305,25.049057 + 4509: 99.04849,33.638577 + 4925: -16.08141,56.36161 - node: color: '#FFFFFFFF' id: Rust decals: - 4671: 76,85 - 4672: 78,84 - 4673: 73,84 - 4674: 69,84 - 4675: 68,85 - 4676: 70,85 - 4677: 68,82 - 4678: 74,80 - 4679: 77,81 - 4680: 78,83 - 4719: 81,84 - 4720: 80,85 - 4721: 82,81 - 4722: 83,80 - 4723: 76,78 + 4345: 76,85 + 4346: 78,84 + 4347: 73,84 + 4348: 69,84 + 4349: 68,85 + 4350: 70,85 + 4351: 68,82 + 4352: 74,80 + 4353: 77,81 + 4354: 78,83 + 4393: 81,84 + 4394: 80,85 + 4395: 82,81 + 4396: 83,80 + 4397: 76,78 - node: color: '#B02E26FF' id: StandClearGreyscale decals: - 5776: 1,-27 - 5777: 1,-21 - 6013: 1,40 - 6014: 1,46 + 5450: 1,-27 + 5451: 1,-21 + 5622: 1,40 + 5623: 1,46 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale decals: - 6458: 31,-28 + 6032: 31,-28 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale180 decals: - 6460: 36,-33 + 6034: 36,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale270 decals: - 6459: 31,-33 + 6033: 31,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale90 decals: - 6457: 36,-28 + 6031: 36,-28 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNE decals: - 6897: 28,3 + 6471: 28,3 + - node: + color: '#B04DB5FF' + id: WarnCornerGreyscaleNE + decals: + 7167: 48,39 + 7187: 40,56 + 7188: 46,56 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNW decals: - 6898: 24,3 + 6472: 24,3 + - node: + color: '#B04DB5FF' + id: WarnCornerGreyscaleNW + decals: + 7168: 44,39 + 7185: 38,56 + 7186: 44,56 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSE decals: - 6900: 28,0 + 6474: 28,0 + - node: + color: '#B04DB5FF' + id: WarnCornerGreyscaleSE + decals: + 7169: 48,37 + 7191: 46,54 + 7213: 40,54 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSW decals: - 6899: 24,0 + 6473: 24,0 - node: - color: '#B02E26FF' - id: WarnCornerNE + color: '#B04DB5FF' + id: WarnCornerGreyscaleSW decals: - 5466: -23,51 - 5791: 8,-21 - 6034: -2,45 - 6113: -20,61 - 6137: -29,25 - 6138: -25,25 - 6172: -17,42 - 7262: -33,25 - 7263: -37,25 - 7264: -25,33 + 7170: 44,37 + 7189: 38,54 + 7190: 44,54 - node: - color: '#BA8841FF' + color: '#B02E26FF' id: WarnCornerNE decals: - 5933: -51,38 - 5934: -57,37 - 5938: -52,35 - 5964: -42,35 - 5975: -46,37 - 6190: 88,-14 - 6191: 88,-19 + 5140: -23,51 + 5465: 8,-21 + 5643: -2,45 + 5722: -20,61 + 5746: -29,25 + 5747: -25,25 + 5781: -17,42 + 6833: -33,25 + 6834: -37,25 + 6835: -25,33 - node: - color: '#FFFFFFFF' + color: '#BA8841FF' id: WarnCornerNE decals: - 1507: -59,19 + 5799: 88,-14 + 5800: 88,-19 + 7084: -59,36 - node: color: '#B02E26FF' id: WarnCornerNW decals: - 5465: -24,51 - 5790: 6,-21 - 6033: -3,45 - 6112: -24,61 - 6139: -31,25 - 6140: -27,25 - 6173: -19,42 - 7259: -39,25 - 7260: -35,25 - 7261: -31,33 + 5139: -24,51 + 5464: 6,-21 + 5642: -3,45 + 5721: -24,61 + 5748: -31,25 + 5749: -27,25 + 5782: -19,42 + 6830: -39,25 + 6831: -35,25 + 6832: -31,33 - node: color: '#BA8841FF' id: WarnCornerNW decals: - 5935: -58,37 - 5936: -53,38 - 5937: -53,35 - 5965: -43,35 - 5974: -49,37 - 6188: 86,-14 - 6189: 86,-19 - - node: - color: '#FFFFFFFF' - id: WarnCornerNW - decals: - 1510: -63,19 + 5797: 86,-14 + 5798: 86,-19 + 7085: -63,36 - node: color: '#B02E26FF' id: WarnCornerSE decals: - 5472: -23,48 - 5788: 8,-26 - 5789: 11,-25 - 5797: 15,-25 - 6042: -2,41 - 6114: -20,60 - 6143: -25,24 - 6144: -29,24 - 6174: -17,39 - 7265: -25,32 - 7266: -33,24 - 7267: -37,24 + 5146: -23,48 + 5462: 8,-26 + 5463: 11,-25 + 5471: 15,-25 + 5651: -2,41 + 5723: -20,60 + 5752: -25,24 + 5753: -29,24 + 5783: -17,39 + 6836: -25,32 + 6837: -33,24 + 6838: -37,24 - node: color: '#BA8841FF' id: WarnCornerSE decals: - 5930: -52,33 - 5931: -51,37 - 5932: -57,33 - 5963: -42,33 - 5976: -46,36 - 6192: 88,-20 - 6193: 88,-15 - - node: - color: '#FFFFFFFF' - id: WarnCornerSE - decals: - 1508: -59,16 + 5801: 88,-20 + 5802: 88,-15 + 7086: -59,33 - node: color: '#B02E26FF' id: WarnCornerSW decals: - 5471: -24,48 - 5786: 6,-26 - 5787: 10,-25 - 5796: 13,-25 - 6041: -3,41 - 6115: -24,60 - 6141: -31,24 - 6142: -27,24 - 6171: -19,39 - 7256: -39,24 - 7257: -35,24 - 7258: -31,32 + 5145: -24,48 + 5460: 6,-26 + 5461: 10,-25 + 5470: 13,-25 + 5650: -3,41 + 5724: -24,60 + 5750: -31,24 + 5751: -27,24 + 5780: -19,39 + 6827: -39,24 + 6828: -35,24 + 6829: -31,32 - node: color: '#BA8841FF' id: WarnCornerSW decals: - 5927: -53,33 - 5928: -58,33 - 5929: -53,37 - 5962: -43,33 - 5977: -49,36 - 6186: 86,-20 - 6187: 86,-15 + 5795: 86,-20 + 5796: 86,-15 + 7083: -63,33 - node: - color: '#FFFFFFFF' - id: WarnCornerSW + color: '#B04DB5FF' + id: WarnCornerSmallGreyscaleNE + decals: + 7157: 44,37 + - node: + color: '#B04DB5FF' + id: WarnCornerSmallGreyscaleNW decals: - 1509: -63,16 + 7158: 48,37 + - node: + color: '#B04DB5FF' + id: WarnCornerSmallGreyscaleSE + decals: + 7156: 44,39 + - node: + color: '#B04DB5FF' + id: WarnCornerSmallGreyscaleSW + decals: + 7155: 48,39 - node: color: '#845606FF' id: WarnCornerSmallNE decals: - 6688: -21,-20 - 6696: -24,-43 - 6697: -20,-43 + 6262: -21,-20 + 6270: -24,-43 + 6271: -20,-43 - node: - color: '#FFFFFFFF' + color: '#BA8841FF' id: WarnCornerSmallNE decals: - 4325: 44,38 + 7250: -61,47 + 7271: -63,50 - node: color: '#845606FF' id: WarnCornerSmallNW decals: - 6694: -18,-43 - 6695: -22,-43 - 6780: -15,-20 + 6268: -18,-43 + 6269: -22,-43 + 6354: -15,-20 - node: - color: '#FFFFFFFF' + color: '#BA8841FF' id: WarnCornerSmallNW decals: - 1974: 48,38 + 7251: -57,47 + 7270: -55,50 - node: color: '#845606FF' id: WarnCornerSmallSE decals: - 6704: -24,-46 - 6705: -20,-46 + 6278: -24,-46 + 6279: -20,-46 - node: color: '#B02E26FF' id: WarnCornerSmallSE decals: - 4609: 7,-14 + 4283: 7,-14 + - node: + color: '#BA8841FF' + id: WarnCornerSmallSE + decals: + 7249: -61,49 + 7268: -63,53 - node: color: '#845606FF' id: WarnCornerSmallSW decals: - 6689: -22,-22 - 6706: -22,-46 - 6707: -18,-46 + 6263: -22,-22 + 6280: -22,-46 + 6281: -18,-46 + - node: + color: '#BA8841FF' + id: WarnCornerSmallSW + decals: + 7248: -57,49 + 7269: -55,53 - node: color: '#845606FF' id: WarnEndE decals: - 6699: -20,-49 + 6273: -20,-49 - node: color: '#B02E26FF' id: WarnEndE decals: - 6136: -33,35 + 5745: -33,35 - node: color: '#B02E26FF' id: WarnEndN decals: - 6043: 4,-22 + 5652: 4,-22 - node: color: '#B02E26FF' id: WarnEndS decals: - 6044: 4,-26 + 5653: 4,-26 - node: color: '#845606FF' id: WarnEndW decals: - 6698: -22,-49 + 6272: -22,-49 - node: color: '#B02E26FF' id: WarnEndW decals: - 6135: -34,35 + 5744: -34,35 - node: color: '#B02E26FF' id: WarnFull decals: - 5430: -34,46 - 5431: -33,46 - 5432: -32,46 - 5433: -31,46 - 5434: -30,46 - 5767: 12,-23 + 5104: -34,46 + 5105: -33,46 + 5106: -32,46 + 5107: -31,46 + 5108: -30,46 + 5441: 12,-23 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: WarnFullGreyscale decals: - 7002: 23,2 - 7003: 23,1 + 6576: 23,2 + 6577: 23,1 - node: color: '#B02E26FF' id: WarnFullGreyscale decals: - 7282: -31,34 - 7283: -30,34 - 7284: -29,34 - 7285: -27,34 - 7286: -26,34 - 7287: -25,34 + 6853: -31,34 + 6854: -30,34 + 6855: -29,34 + 6856: -27,34 + 6857: -26,34 + 6858: -25,34 + - node: + color: '#B04DB5FF' + id: WarnFullGreyscale + decals: + 7164: 45,38 + 7165: 46,38 + 7166: 47,38 + 7181: 37,52 + 7182: 47,52 + 7183: 37,51 + 7184: 47,51 - node: color: '#845606FF' id: WarnLineE decals: - 6627: -14,-42 - 6628: -14,-43 - 6629: -14,-44 - 6630: -14,-45 - 6631: -14,-46 - 6671: -20,-40 - 6672: -20,-39 - 6673: -20,-38 - 6674: -20,-37 - 6675: -20,-36 - 6676: -20,-35 - 6677: -20,-34 - 6678: -20,-33 - 6679: -20,-32 - 6680: -20,-31 - 6681: -20,-30 - 6682: -20,-29 - 6683: -20,-28 - 6691: -20,-42 - 6693: -24,-42 - 6702: -24,-47 - 6703: -20,-47 + 6201: -14,-42 + 6202: -14,-43 + 6203: -14,-44 + 6204: -14,-45 + 6205: -14,-46 + 6245: -20,-40 + 6246: -20,-39 + 6247: -20,-38 + 6248: -20,-37 + 6249: -20,-36 + 6250: -20,-35 + 6251: -20,-34 + 6252: -20,-33 + 6253: -20,-32 + 6254: -20,-31 + 6255: -20,-30 + 6256: -20,-29 + 6257: -20,-28 + 6265: -20,-42 + 6267: -24,-42 + 6276: -24,-47 + 6277: -20,-47 - node: color: '#B02E26FF' id: WarnLineE decals: - 5428: -7,63 - 5429: -7,64 - 5469: -23,50 - 5470: -23,49 - 5768: 2,-23 - 5769: 2,-24 - 5770: 2,-25 - 5792: 8,-22 - 5793: 8,-25 - 5944: -3,68 - 5945: -3,67 - 5946: -3,66 - 5995: -11,37 - 5996: -11,36 - 5997: -11,35 - 5998: -11,34 - 5999: -11,33 - 6000: -11,32 - 6001: -11,31 - 6008: 2,42 - 6009: 2,43 - 6010: 2,44 - 6035: -2,44 - 6036: -2,43 - 6037: -2,42 - 6045: 4,-25 - 6046: 4,-24 - 6047: 4,-23 - 6060: -32,39 - 6061: -32,38 - 6169: -17,41 - 6170: -17,40 - 6260: -6,68 - 6261: -6,67 - 6262: -6,66 - 6263: -2,68 - 6264: -2,67 - 6265: -2,66 + 5102: -7,63 + 5103: -7,64 + 5143: -23,50 + 5144: -23,49 + 5442: 2,-23 + 5443: 2,-24 + 5444: 2,-25 + 5466: 8,-22 + 5467: 8,-25 + 5582: -3,68 + 5583: -3,67 + 5584: -3,66 + 5604: -11,37 + 5605: -11,36 + 5606: -11,35 + 5607: -11,34 + 5608: -11,33 + 5609: -11,32 + 5610: -11,31 + 5617: 2,42 + 5618: 2,43 + 5619: 2,44 + 5644: -2,44 + 5645: -2,43 + 5646: -2,42 + 5654: 4,-25 + 5655: 4,-24 + 5656: 4,-23 + 5669: -32,39 + 5670: -32,38 + 5778: -17,41 + 5779: -17,40 + 5834: -6,68 + 5835: -6,67 + 5836: -6,66 + 5837: -2,68 + 5838: -2,67 + 5839: -2,66 - node: color: '#BA8841FF' id: WarnLineE decals: - 5918: -57,36 - 5919: -57,35 - 5920: -57,34 - 5924: -52,34 - 5925: -46,31 - 5961: -42,34 - 6175: 77,-18 - 6176: 77,-17 - 6177: 77,-16 - 6178: 91,-12 - 6179: 91,-13 - 6180: 91,-21 - 6181: 91,-22 + 5784: 77,-18 + 5785: 77,-17 + 5786: 77,-16 + 5787: 91,-12 + 5788: 91,-13 + 5789: 91,-21 + 5790: 91,-22 + 7087: -59,34 + 7088: -59,35 + 7109: -63,30 + 7110: -63,29 + 7111: -63,28 + 7136: -57,30 + 7137: -57,29 + 7138: -57,28 + 7139: -66,24 + 7140: -66,23 + 7141: -66,22 + 7246: -61,48 + 7258: -63,52 + 7259: -63,51 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 1511: -59,18 - 1512: -59,17 - 1530: 29,56 - 1531: 29,55 - 1532: 29,54 - 2411: -65,-19 - 2412: -65,-18 - 2413: -65,-16 - 2414: -65,-15 - 4322: 44,39 - 4323: 44,40 - 5637: 88,-22 - 5638: 88,-21 - 5639: 88,-13 - 5640: 88,-12 + 1330: 29,56 + 1331: 29,55 + 1332: 29,54 + 2159: -65,-19 + 2160: -65,-18 + 2161: -65,-16 + 2162: -65,-15 + 5311: 88,-22 + 5312: 88,-21 + 5313: 88,-13 + 5314: 88,-12 - node: color: '#91D4FFFF' id: WarnLineGreyscaleE decals: - 5899: 33,3 - 5900: 33,2 - 5901: 33,1 - 6895: 32,9 - 6896: 32,10 - 6909: 28,1 - 6910: 28,2 + 5573: 33,3 + 5574: 33,2 + 5575: 33,1 + 6469: 32,9 + 6470: 32,10 + 6483: 28,1 + 6484: 28,2 + - node: + color: '#B04DB5FF' + id: WarnLineGreyscaleE + decals: + 7148: 44,38 + 7176: 47,41 + 7177: 47,42 + 7178: 47,43 + 7179: 47,44 + 7180: 47,45 - node: color: '#91D4FFFF' id: WarnLineGreyscaleN decals: - 6838: 30,3 - 6839: 31,3 - 6845: 12,18 - 6846: 13,18 - 6847: 14,18 - 6848: 15,18 - 6849: 16,18 - 6850: 10,17 - 6851: 9,17 - 6852: 8,17 - 6857: 18,17 - 6860: 19,17 - 6861: 20,17 - 6891: 26,10 - 6892: 27,10 - 6893: 28,10 - 6903: 25,3 - 6904: 26,3 - 6905: 27,3 + 6412: 30,3 + 6413: 31,3 + 6419: 12,18 + 6420: 13,18 + 6421: 14,18 + 6422: 15,18 + 6423: 16,18 + 6424: 10,17 + 6425: 9,17 + 6426: 8,17 + 6431: 18,17 + 6434: 19,17 + 6435: 20,17 + 6465: 26,10 + 6466: 27,10 + 6467: 28,10 + 6477: 25,3 + 6478: 26,3 + 6479: 27,3 + - node: + color: '#B04DB5FF' + id: WarnLineGreyscaleN + decals: + 7152: 45,37 + 7153: 46,37 + 7154: 47,37 + 7192: 37,57 + 7193: 38,57 + 7194: 39,57 + 7195: 40,57 + 7196: 41,57 + 7197: 43,57 + 7198: 44,57 + 7199: 45,57 + 7200: 46,57 + 7201: 47,57 - node: color: '#91D4FFFF' id: WarnLineGreyscaleS decals: - 6840: 12,17 - 6841: 13,17 - 6842: 14,17 - 6843: 15,17 - 6844: 16,17 - 6853: 8,17 - 6854: 9,17 - 6855: 10,17 - 6856: 18,17 - 6858: 19,17 - 6859: 20,17 - 6906: 25,0 - 6907: 26,0 - 6908: 27,0 - 6994: 30,0 - 6995: 31,0 + 6414: 12,17 + 6415: 13,17 + 6416: 14,17 + 6417: 15,17 + 6418: 16,17 + 6427: 8,17 + 6428: 9,17 + 6429: 10,17 + 6430: 18,17 + 6432: 19,17 + 6433: 20,17 + 6480: 25,0 + 6481: 26,0 + 6482: 27,0 + 6568: 30,0 + 6569: 31,0 + - node: + color: '#B04DB5FF' + id: WarnLineGreyscaleS + decals: + 7149: 45,39 + 7150: 46,39 + 7151: 47,39 + 7202: 37,53 + 7203: 38,53 + 7204: 39,53 + 7205: 40,53 + 7206: 41,53 + 7207: 43,53 + 7208: 44,53 + 7209: 45,53 + 7210: 46,53 + 7211: 47,53 + 7212: 42,57 - node: color: '#91D4FFFF' id: WarnLineGreyscaleW decals: - 5902: 36,3 - 5903: 36,2 - 5904: 36,1 - 6901: 24,1 - 6902: 24,2 + 5576: 36,3 + 5577: 36,2 + 5578: 36,1 + 6475: 24,1 + 6476: 24,2 + - node: + color: '#B04DB5FF' + id: WarnLineGreyscaleW + decals: + 7147: 48,38 + 7171: 45,41 + 7172: 45,42 + 7173: 45,43 + 7174: 45,44 + 7175: 45,45 - node: color: '#845606FF' id: WarnLineN decals: - 6612: -32,-47 - 6613: -31,-47 - 6614: -29,-47 - 6615: -28,-47 - 6621: -21,-49 - 6632: -14,-38 - 6633: -13,-38 - 6634: -12,-38 - 6635: -11,-38 - 6636: -10,-38 - 6637: -16,-38 - 6638: -17,-38 + 6186: -32,-47 + 6187: -31,-47 + 6188: -29,-47 + 6189: -28,-47 + 6195: -21,-49 + 6206: -14,-38 + 6207: -13,-38 + 6208: -12,-38 + 6209: -11,-38 + 6210: -10,-38 + 6211: -16,-38 + 6212: -17,-38 - node: color: '#B02E26FF' id: WarnLineN decals: - 5435: -34,47 - 5436: -33,47 - 5437: -32,47 - 5438: -31,47 - 5439: -30,47 - 5459: -28,41 - 5460: -27,41 - 5461: -26,41 - 5476: -23,41 - 5477: -22,41 - 5478: -21,41 - 5576: -28,44 - 5577: -27,44 - 5578: -26,44 - 5579: -25,44 - 5580: -24,44 - 5581: -23,44 - 5582: -22,44 - 5583: -21,44 - 5584: -20,44 - 5585: -19,44 - 5586: -18,44 - 5587: -17,44 - 5588: -16,44 - 5764: 13,-24 - 5765: 14,-24 - 5766: 15,-24 - 5784: 7,-26 - 5798: 14,-25 - 6058: -31,40 - 6059: -30,40 - 6062: -21,37 - 6063: -22,37 - 6064: -24,37 - 6065: -25,37 - 6066: -27,37 - 6067: -30,37 - 6068: -31,37 - 6073: -34,54 - 6074: -33,54 - 6075: -32,54 - 6076: -31,54 - 6077: -30,54 - 6116: -23,60 - 6117: -22,60 - 6118: -21,60 - 6145: -30,24 - 6146: -26,24 - 6151: -30,26 - 6152: -26,26 - 6159: -23,33 - 6160: -22,33 - 6161: -21,33 - 6162: -19,33 - 6163: -18,33 - 6164: -17,33 - 6166: -18,39 - 7268: -38,24 - 7269: -34,24 - 7277: -30,32 - 7278: -29,32 - 7279: -28,32 - 7280: -27,32 - 7281: -26,32 + 5109: -34,47 + 5110: -33,47 + 5111: -32,47 + 5112: -31,47 + 5113: -30,47 + 5133: -28,41 + 5134: -27,41 + 5135: -26,41 + 5150: -23,41 + 5151: -22,41 + 5152: -21,41 + 5250: -28,44 + 5251: -27,44 + 5252: -26,44 + 5253: -25,44 + 5254: -24,44 + 5255: -23,44 + 5256: -22,44 + 5257: -21,44 + 5258: -20,44 + 5259: -19,44 + 5260: -18,44 + 5261: -17,44 + 5262: -16,44 + 5438: 13,-24 + 5439: 14,-24 + 5440: 15,-24 + 5458: 7,-26 + 5472: 14,-25 + 5667: -31,40 + 5668: -30,40 + 5671: -21,37 + 5672: -22,37 + 5673: -24,37 + 5674: -25,37 + 5675: -27,37 + 5676: -30,37 + 5677: -31,37 + 5682: -34,54 + 5683: -33,54 + 5684: -32,54 + 5685: -31,54 + 5686: -30,54 + 5725: -23,60 + 5726: -22,60 + 5727: -21,60 + 5754: -30,24 + 5755: -26,24 + 5760: -30,26 + 5761: -26,26 + 5768: -23,33 + 5769: -22,33 + 5770: -21,33 + 5771: -19,33 + 5772: -18,33 + 5773: -17,33 + 5775: -18,39 + 6839: -38,24 + 6840: -34,24 + 6848: -30,32 + 6849: -29,32 + 6850: -28,32 + 6851: -27,32 + 6852: -26,32 - node: color: '#BA8841FF' id: WarnLineN decals: - 5939: -52,37 - 5978: -48,36 - 5979: -47,36 - 6194: 87,-15 - 6195: 87,-20 + 5803: 87,-15 + 5804: 87,-20 + 7080: -62,33 + 7081: -61,33 + 7082: -60,33 + 7096: -52,37 + 7097: -51,37 + 7098: -50,37 + 7099: -49,37 + 7100: -48,19 + 7101: -47,19 + 7102: -51,19 + 7103: -52,19 + 7107: -63,20 + 7108: -58,20 + 7130: -56,27 + 7131: -55,27 + 7132: -54,27 + 7146: -61,31 + 7225: -60,49 + 7226: -59,49 + 7227: -58,49 + 7237: -63,43 + 7238: -62,43 + 7239: -61,43 + 7240: -60,43 + 7241: -59,43 + 7242: -58,43 + 7243: -57,43 + 7244: -56,43 + 7245: -55,43 + 7262: -62,53 + 7263: -61,53 + 7264: -60,53 + 7265: -58,53 + 7266: -57,53 + 7267: -56,53 + 7273: -59,53 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 1518: -62,16 - 1519: -61,16 - 1520: -60,16 - 1982: 37,50 - 1983: 47,50 - 5810: -79,11 - 5811: -78,11 - 5812: -77,11 + 1731: 37,50 + 1732: 47,50 + 5484: -79,11 + 5485: -78,11 + 5486: -77,11 - node: color: '#845606FF' id: WarnLineS decals: - 6622: -14,-42 - 6623: -14,-43 - 6624: -14,-44 - 6625: -14,-45 - 6626: -14,-46 - 6654: -22,-23 - 6655: -22,-24 - 6656: -22,-25 - 6657: -22,-26 - 6658: -22,-28 - 6659: -22,-29 - 6660: -22,-30 - 6661: -22,-31 - 6662: -22,-32 - 6663: -22,-33 - 6664: -22,-34 - 6665: -22,-35 - 6666: -22,-36 - 6667: -22,-37 - 6668: -22,-38 - 6669: -22,-39 - 6670: -22,-40 - 6690: -22,-42 - 6692: -18,-42 - 6700: -22,-47 - 6701: -18,-47 + 6196: -14,-42 + 6197: -14,-43 + 6198: -14,-44 + 6199: -14,-45 + 6200: -14,-46 + 6228: -22,-23 + 6229: -22,-24 + 6230: -22,-25 + 6231: -22,-26 + 6232: -22,-28 + 6233: -22,-29 + 6234: -22,-30 + 6235: -22,-31 + 6236: -22,-32 + 6237: -22,-33 + 6238: -22,-34 + 6239: -22,-35 + 6240: -22,-36 + 6241: -22,-37 + 6242: -22,-38 + 6243: -22,-39 + 6244: -22,-40 + 6264: -22,-42 + 6266: -18,-42 + 6274: -22,-47 + 6275: -18,-47 - node: color: '#B02E26FF' id: WarnLineS decals: - 5426: -9,63 - 5427: -9,64 - 5467: -24,50 - 5468: -24,49 - 5771: 0,-23 - 5772: 0,-24 - 5773: 0,-25 - 5794: 6,-25 - 5795: 6,-22 - 5941: -5,68 - 5942: -5,67 - 5943: -5,66 - 5988: -12,31 - 5989: -12,32 - 5990: -12,33 - 5991: -12,34 - 5992: -12,35 - 5993: -12,36 - 5994: -12,37 - 6005: 0,42 - 6006: 0,43 - 6007: 0,44 - 6038: -3,42 - 6039: -3,43 - 6040: -3,44 - 6048: 4,-23 - 6049: 4,-24 - 6050: 4,-25 - 6069: -32,38 - 6070: -32,39 - 6167: -19,40 - 6168: -19,41 - 6257: -6,68 - 6258: -6,67 - 6259: -6,66 - 6266: -2,66 - 6267: -2,67 - 6268: -2,68 + 5100: -9,63 + 5101: -9,64 + 5141: -24,50 + 5142: -24,49 + 5445: 0,-23 + 5446: 0,-24 + 5447: 0,-25 + 5468: 6,-25 + 5469: 6,-22 + 5579: -5,68 + 5580: -5,67 + 5581: -5,66 + 5597: -12,31 + 5598: -12,32 + 5599: -12,33 + 5600: -12,34 + 5601: -12,35 + 5602: -12,36 + 5603: -12,37 + 5614: 0,42 + 5615: 0,43 + 5616: 0,44 + 5647: -3,42 + 5648: -3,43 + 5649: -3,44 + 5657: 4,-23 + 5658: 4,-24 + 5659: 4,-25 + 5678: -32,38 + 5679: -32,39 + 5776: -19,40 + 5777: -19,41 + 5831: -6,68 + 5832: -6,67 + 5833: -6,66 + 5840: -2,66 + 5841: -2,67 + 5842: -2,68 - node: color: '#BA8841FF' id: WarnLineS decals: - 5917: -53,34 - 5921: -58,34 - 5922: -58,35 - 5923: -58,36 - 5926: -50,31 - 5960: -43,34 - 6182: 90,-22 - 6183: 90,-21 - 6184: 90,-13 - 6185: 90,-12 + 5791: 90,-22 + 5792: 90,-21 + 5793: 90,-13 + 5794: 90,-12 + 7089: -63,34 + 7090: -63,35 + 7094: -47,25 + 7095: -47,26 + 7112: -59,30 + 7113: -59,29 + 7114: -59,28 + 7247: -57,48 + 7260: -55,52 + 7261: -55,51 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 1516: -63,18 - 1517: -63,17 - 1527: 25,56 - 1528: 25,55 - 1529: 25,54 - 1972: 48,39 - 2407: -66,-15 - 2408: -66,-16 - 2409: -66,-18 - 2410: -66,-19 - 4324: 48,40 - 5826: -13,-42 - 5827: -13,-43 - 5828: -13,-44 - 5829: -13,-45 - 5830: -13,-46 - 6242: -42,10 - 6243: -42,9 - 6244: -42,8 + 1327: 25,56 + 1328: 25,55 + 1329: 25,54 + 2155: -66,-15 + 2156: -66,-16 + 2157: -66,-18 + 2158: -66,-19 + 5500: -13,-42 + 5501: -13,-43 + 5502: -13,-44 + 5503: -13,-45 + 5504: -13,-46 + 5816: -42,10 + 5817: -42,9 + 5818: -42,8 - node: color: '#845606FF' id: WarnLineW decals: - 6616: -32,-47 - 6617: -31,-47 - 6618: -29,-47 - 6619: -28,-47 - 6620: -21,-49 - 6639: -17,-38 - 6640: -16,-38 - 6641: -14,-38 - 6642: -13,-38 - 6643: -12,-38 - 6644: -11,-38 - 6645: -10,-38 - 6684: -20,-20 - 6685: -19,-20 - 6686: -17,-20 - 6687: -16,-20 + 6190: -32,-47 + 6191: -31,-47 + 6192: -29,-47 + 6193: -28,-47 + 6194: -21,-49 + 6213: -17,-38 + 6214: -16,-38 + 6215: -14,-38 + 6216: -13,-38 + 6217: -12,-38 + 6218: -11,-38 + 6219: -10,-38 + 6258: -20,-20 + 6259: -19,-20 + 6260: -17,-20 + 6261: -16,-20 - node: color: '#B02E26FF' id: WarnLineW decals: - 5327: -18,42 - 5440: -34,45 - 5441: -33,45 - 5442: -32,45 - 5443: -31,45 - 5444: -30,45 - 5462: -28,42 - 5463: -27,42 - 5464: -26,42 - 5473: -21,42 - 5474: -22,42 - 5475: -23,42 - 5761: 13,-22 - 5762: 14,-22 - 5763: 15,-22 - 5785: 7,-21 - 5986: -9,35 - 5987: -8,35 - 6002: -7,40 - 6003: -6,40 - 6004: -5,40 - 6051: -31,37 - 6052: -30,37 - 6053: -27,37 - 6054: -25,37 - 6055: -24,37 - 6056: -22,37 - 6057: -21,37 - 6071: -31,40 - 6072: -30,40 - 6078: -34,52 - 6079: -33,52 - 6080: -32,52 - 6081: -31,52 - 6082: -30,52 - 6119: -23,61 - 6120: -22,61 - 6121: -21,61 - 6147: -30,25 - 6148: -26,25 - 6149: -30,27 - 6150: -26,27 - 6153: -23,34 - 6154: -22,34 - 6155: -21,34 - 6156: -19,34 - 6157: -18,34 - 6158: -17,34 - 6165: -7,35 - 7270: -38,25 - 7271: -34,25 - 7272: -30,33 - 7273: -29,33 - 7274: -28,33 - 7275: -27,33 - 7276: -26,33 + 5001: -18,42 + 5114: -34,45 + 5115: -33,45 + 5116: -32,45 + 5117: -31,45 + 5118: -30,45 + 5136: -28,42 + 5137: -27,42 + 5138: -26,42 + 5147: -21,42 + 5148: -22,42 + 5149: -23,42 + 5435: 13,-22 + 5436: 14,-22 + 5437: 15,-22 + 5459: 7,-21 + 5595: -9,35 + 5596: -8,35 + 5611: -7,40 + 5612: -6,40 + 5613: -5,40 + 5660: -31,37 + 5661: -30,37 + 5662: -27,37 + 5663: -25,37 + 5664: -24,37 + 5665: -22,37 + 5666: -21,37 + 5680: -31,40 + 5681: -30,40 + 5687: -34,52 + 5688: -33,52 + 5689: -32,52 + 5690: -31,52 + 5691: -30,52 + 5728: -23,61 + 5729: -22,61 + 5730: -21,61 + 5756: -30,25 + 5757: -26,25 + 5758: -30,27 + 5759: -26,27 + 5762: -23,34 + 5763: -22,34 + 5764: -21,34 + 5765: -19,34 + 5766: -18,34 + 5767: -17,34 + 5774: -7,35 + 6841: -38,25 + 6842: -34,25 + 6843: -30,33 + 6844: -29,33 + 6845: -28,33 + 6846: -27,33 + 6847: -26,33 - node: color: '#BA8841FF' id: WarnLineW decals: - 5940: -52,38 - 5980: -48,37 - 5981: -47,37 - 5982: -63,13 - 5983: -62,13 - 6196: 87,-19 - 6197: 87,-14 + 5805: 87,-19 + 5806: 87,-14 + 7091: -62,36 + 7092: -61,36 + 7093: -60,36 + 7104: -62,22 + 7105: -61,22 + 7106: -60,22 + 7133: -56,31 + 7134: -55,31 + 7135: -54,31 + 7142: -52,31 + 7143: -51,31 + 7144: -50,31 + 7145: -49,31 + 7222: -60,47 + 7223: -59,47 + 7224: -58,47 + 7228: -63,45 + 7229: -62,45 + 7230: -61,45 + 7231: -60,45 + 7232: -59,45 + 7233: -58,45 + 7234: -57,45 + 7235: -56,45 + 7236: -55,45 + 7252: -62,50 + 7253: -61,50 + 7254: -60,50 + 7255: -57,50 + 7256: -58,50 + 7257: -56,50 + 7272: -59,50 + 7278: -59,38 + 7279: -58,38 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 1513: -62,19 - 1514: -61,19 - 1515: -60,19 - 1973: 47,38 - 1975: 38,57 - 1976: 39,57 - 1977: 40,57 - 1978: 44,57 - 1979: 45,57 - 1980: 46,57 - 1981: 37,52 - 1984: 47,52 - 4326: 45,38 - 4327: 46,38 - 5807: -79,14 - 5808: -78,14 - 5809: -77,14 + 5481: -79,14 + 5482: -78,14 + 5483: -77,14 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 6357: -1,0 - 6358: 6,0 - 6359: 6,7 - 6360: -1,7 + 5931: -1,0 + 5932: 6,0 + 5933: 6,7 + 5934: -1,7 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 6361: -4,7 - 6362: 4,7 - 6363: 3,0 - 6364: -4,0 + 5935: -4,7 + 5936: 4,7 + 5937: 3,0 + 5938: -4,0 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 6349: -1,4 - 6350: 6,-3 - 6351: -1,-3 - 6352: 6,5 + 5923: -1,4 + 5924: 6,-3 + 5925: -1,-3 + 5926: 6,5 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 6353: -4,-3 - 6354: -4,4 - 6355: 4,5 - 6356: 3,-3 + 5927: -4,-3 + 5928: -4,4 + 5929: 4,5 + 5930: 3,-3 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 5820: -13,-44 + 5494: -13,-44 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 5818: -13,-43 - 5819: -13,-42 - 6372: -1,-1 - 6373: -1,-2 - 6374: 6,-1 - 6375: 6,-2 - 6376: 6,6 - 6377: -1,6 - 6378: -1,5 + 5492: -13,-43 + 5493: -13,-42 + 5946: -1,-1 + 5947: -1,-2 + 5948: 6,-1 + 5949: 6,-2 + 5950: 6,6 + 5951: -1,6 + 5952: -1,5 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 5813: -12,-44 - 5814: -11,-44 - 5815: -10,-44 - 5816: -9,-44 - 5817: -8,-44 - 6365: -3,0 - 6366: -2,0 - 6367: 4,0 - 6368: 5,0 - 6369: 5,7 - 6370: -2,7 - 6371: -3,7 + 5487: -12,-44 + 5488: -11,-44 + 5489: -10,-44 + 5490: -9,-44 + 5491: -8,-44 + 5939: -3,0 + 5940: -2,0 + 5941: 4,0 + 5942: 5,0 + 5943: 5,7 + 5944: -2,7 + 5945: -3,7 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 6379: -3,-3 - 6380: -2,-3 - 6381: 4,-3 - 6382: 5,-3 - 6383: 5,5 - 6384: -2,4 - 6385: -3,4 + 5953: -3,-3 + 5954: -2,-3 + 5955: 4,-3 + 5956: 5,-3 + 5957: 5,5 + 5958: -2,4 + 5959: -3,4 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 6386: -4,-2 - 6387: -4,-1 - 6388: -4,5 - 6389: -4,6 - 6390: 4,6 - 6391: 3,-2 - 6392: 3,-1 + 5960: -4,-2 + 5961: -4,-1 + 5962: -4,5 + 5963: -4,6 + 5964: 4,6 + 5965: 3,-2 + 5966: 3,-1 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: body decals: - 3241: -75.583534,-5.7699175 + 2988: -75.583534,-5.7699175 - node: color: '#FFFFFFFF' id: bushsnowa1 decals: 154: -25,-14 - 247: 29,-37 + 246: 29,-37 - node: color: '#000000FF' id: clawprint decals: - 4681: 76.23013,83.76755 - 4682: 76.38638,84.08786 - 4683: 76.15201,84.322235 + 4355: 76.23013,83.76755 + 4356: 76.38638,84.08786 + 4357: 76.15201,84.322235 - node: cleanable: True angle: -0.5061454830783556 rad @@ -9866,49 +9890,49 @@ entities: color: '#FFFFFFFF' id: grasssnow decals: - 312: -90.745636,-9.283487 + 311: -90.745636,-9.283487 - node: color: '#FFFFFFFF' id: grasssnow01 decals: - 313: -89.91751,-9.111612 + 312: -89.91751,-9.111612 - node: color: '#FFFFFFFF' id: grasssnow02 decals: - 314: -90.91751,-8.783487 - 315: -86.94876,-12.533487 - 325: -83.308136,-8.111612 + 313: -90.91751,-8.783487 + 314: -86.94876,-12.533487 + 324: -83.308136,-8.111612 - node: color: '#FFFFFFFF' id: grasssnow10 decals: - 307: -85.73001,-9.877237 - 308: -85.19876,-10.189737 + 306: -85.73001,-9.877237 + 307: -85.19876,-10.189737 - node: color: '#FFFFFFFF' id: grasssnow12 decals: - 309: -82.870636,-10.658487 + 308: -82.870636,-10.658487 - node: color: '#FFFFFFFF' id: grasssnow13 decals: - 310: -82.35501,-10.799112 - 311: -79.526886,-8.767862 + 309: -82.35501,-10.799112 + 310: -79.526886,-8.767862 - node: color: '#FFFFFFFF' id: grasssnowa2 decals: - 321: -81.901886,-13.220987 - 322: -78.745636,-10.470987 + 320: -81.901886,-13.220987 + 321: -78.745636,-10.470987 - node: color: '#FFFFFFFF' id: grasssnowb1 decals: - 251: 30,-37 - 319: -87.85501,-13.408487 - 320: -90.870636,-10.908487 + 250: 30,-37 + 318: -87.85501,-13.408487 + 319: -90.870636,-10.908487 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' @@ -9920,8 +9944,8 @@ entities: color: '#FFFFFFFF' id: grasssnowb2 decals: - 323: -79.07376,-11.033487 - 324: -84.151886,-8.111612 + 322: -79.07376,-11.033487 + 323: -84.151886,-8.111612 - node: color: '#FFFFFFFF' id: grasssnowb3 @@ -9932,9 +9956,9 @@ entities: color: '#FFFFFFFF' id: grasssnowc2 decals: - 316: -87.370636,-13.033487 - 317: -82.214386,-13.689737 - 318: -79.29251,-10.330362 + 315: -87.370636,-13.033487 + 316: -82.214386,-13.689737 + 317: -79.29251,-10.330362 - node: color: '#FFFFFFFF' id: grasssnowc3 @@ -9944,58 +9968,58 @@ entities: color: '#9F0000FF' id: guy decals: - 3229: -69.00803,-6.582773 + 2976: -69.00803,-6.582773 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: h decals: - 3236: -75.84916,-3.2699175 - 3237: -68.97416,-7.1761675 + 2983: -75.84916,-3.2699175 + 2984: -68.97416,-7.1761675 - node: color: '#181719FF' id: i decals: - 4684: 76.73013,84.90036 - 4685: 76.862946,84.759735 - 4686: 77.00357,84.77536 - 4687: 76.02701,82.540985 - 4688: 76.12076,82.33786 - 4689: 76.27701,82.50192 - 4690: 78.10513,84.21286 - 4691: 78.175446,84.0488 - 4692: 78.331696,84.22067 + 4358: 76.73013,84.90036 + 4359: 76.862946,84.759735 + 4360: 77.00357,84.77536 + 4361: 76.02701,82.540985 + 4362: 76.12076,82.33786 + 4363: 76.27701,82.50192 + 4364: 78.10513,84.21286 + 4365: 78.175446,84.0488 + 4366: 78.331696,84.22067 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: k decals: - 3238: -67.896034,-7.0042925 + 2985: -67.896034,-7.0042925 - node: angle: 0.15707963267948966 rad color: '#9F0000FF' id: k decals: - 3233: -73.927284,-3.1136675 + 2980: -73.927284,-3.1136675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: n decals: - 3235: -74.583534,-3.3480425 - 3240: -68.271034,-6.7699175 + 2982: -74.583534,-3.3480425 + 2987: -68.271034,-6.7699175 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: o decals: - 3239: -68.583534,-7.0511675 + 2986: -68.583534,-7.0511675 - node: angle: 0.3490658503988659 rad color: '#9F0000FF' id: o decals: - 3234: -75.271034,-3.1605425 + 2981: -75.271034,-3.1605425 - node: cleanable: True angle: 0.15707963267948966 rad @@ -10015,23 +10039,23 @@ entities: color: '#840400FF' id: rune1 decals: - 3252: -73.083725,-5.0936604 - 3254: -75.864975,-7.1874104 - 3255: -67.583725,-6.4686604 + 2999: -73.083725,-5.0936604 + 3001: -75.864975,-7.1874104 + 3002: -67.583725,-6.4686604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune4 decals: - 3250: -76.833725,-6.2342854 - 3251: -72.958725,-6.0936604 + 2997: -76.833725,-6.2342854 + 2998: -72.958725,-6.0936604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune6 decals: - 3249: -76.8181,-5.0936604 - 3253: -74.177475,-7.1717854 + 2996: -76.8181,-5.0936604 + 3000: -74.177475,-7.1717854 - node: cleanable: True angle: -0.15707963267948966 rad @@ -10052,95 +10076,95 @@ entities: color: '#5D0000FF' id: splatter decals: - 4505: -17.416376,-1.2267087 - 4506: -17.072626,-1.4142087 + 4179: -17.416376,-1.2267087 + 4180: -17.072626,-1.4142087 - node: cleanable: True color: '#7A0000FF' id: splatter decals: - 4503: -17.260126,-1.3907712 - 4504: -17.650751,-1.3907712 + 4177: -17.260126,-1.3907712 + 4178: -17.650751,-1.3907712 - node: cleanable: True color: '#7C1719FF' id: splatter decals: - 4698: 75.44107,83.09567 - 4699: 78.12857,85.478485 - 4700: 78.66763,85.37692 - 4701: 81.664444,83.50258 - 4702: 81.81288,83.87758 - 4703: 82.08632,83.68227 - 4704: 81.40663,83.67445 - 4705: 82.52382,83.54164 - 4706: 82.62538,83.77602 - 4707: 79.74257,85.41664 - 4708: 80.226944,85.60414 - 4709: 79.70351,83.58852 + 4372: 75.44107,83.09567 + 4373: 78.12857,85.478485 + 4374: 78.66763,85.37692 + 4375: 81.664444,83.50258 + 4376: 81.81288,83.87758 + 4377: 82.08632,83.68227 + 4378: 81.40663,83.67445 + 4379: 82.52382,83.54164 + 4380: 82.62538,83.77602 + 4381: 79.74257,85.41664 + 4382: 80.226944,85.60414 + 4383: 79.70351,83.58852 - node: cleanable: True color: '#930000FF' id: splatter decals: - 4497: -17.797201,-1.5470212 - 4498: -17.469076,-1.2892087 - 4499: -16.719076,-1.6485837 - 4500: -17.500326,-2.7657712 - 4501: -17.187826,-1.6407712 - 4502: -17.500326,-1.8204587 + 4171: -17.797201,-1.5470212 + 4172: -17.469076,-1.2892087 + 4173: -16.719076,-1.6485837 + 4174: -17.500326,-2.7657712 + 4175: -17.187826,-1.6407712 + 4176: -17.500326,-1.8204587 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: splatter decals: - 3242: -73.506905,-3.9139376 - 3243: -73.444405,-4.2108126 - 3244: -76.506905,-4.1014376 - 3245: -73.30378,-4.6326876 - 3246: -72.77253,-4.2733126 - 3247: -72.444405,-3.6326876 - 3248: -73.538155,-7.6326876 + 2989: -73.506905,-3.9139376 + 2990: -73.444405,-4.2108126 + 2991: -76.506905,-4.1014376 + 2992: -73.30378,-4.6326876 + 2993: -72.77253,-4.2733126 + 2994: -72.444405,-3.6326876 + 2995: -73.538155,-7.6326876 - node: color: '#9F0000FF' id: splatter decals: - 3214: -75.44553,-4.785898 - 3215: -75.10178,-4.551523 - 3216: -74.49241,-5.379648 - 3217: -70.36741,-5.629648 - 3218: -69.86741,-5.395273 - 3219: -69.92991,-5.926523 - 3220: -70.32053,-7.364023 - 3221: -68.13303,-7.707773 - 3222: -74.97678,-7.567148 - 3223: -77.25803,-7.270273 - 3224: -76.85178,-7.598398 - 3225: -77.69553,-4.973398 - 3226: -77.50803,-2.3483982 - 3227: -77.16428,-2.5671482 - 3228: -72.47678,-4.723398 + 2961: -75.44553,-4.785898 + 2962: -75.10178,-4.551523 + 2963: -74.49241,-5.379648 + 2964: -70.36741,-5.629648 + 2965: -69.86741,-5.395273 + 2966: -69.92991,-5.926523 + 2967: -70.32053,-7.364023 + 2968: -68.13303,-7.707773 + 2969: -74.97678,-7.567148 + 2970: -77.25803,-7.270273 + 2971: -76.85178,-7.598398 + 2972: -77.69553,-4.973398 + 2973: -77.50803,-2.3483982 + 2974: -77.16428,-2.5671482 + 2975: -72.47678,-4.723398 - node: cleanable: True color: '#A51719FF' id: splatter decals: - 4710: 79.90663,83.69789 - 4711: 81.758194,84.09633 - 4712: 79.68788,85.7682 - 4713: 82.414444,83.47133 - 4714: 81.96913,83.16664 - 4715: 82.539444,84.12758 + 4384: 79.90663,83.69789 + 4385: 81.758194,84.09633 + 4386: 79.68788,85.7682 + 4387: 82.414444,83.47133 + 4388: 81.96913,83.16664 + 4389: 82.539444,84.12758 - node: cleanable: True color: '#A91719FF' id: splatter decals: - 4693: 77.800446,85.4863 - 4694: 78.25357,85.21286 - 4695: 78.56607,85.61911 - 4696: 75.52701,83.43942 - 4697: 75.66763,83.09567 + 4367: 77.800446,85.4863 + 4368: 78.25357,85.21286 + 4369: 78.56607,85.61911 + 4370: 75.52701,83.43942 + 4371: 75.66763,83.09567 - node: cleanable: True angle: -0.15707963267948966 rad @@ -10196,7 +10220,7 @@ entities: color: '#FFFFFFFF' id: w decals: - 5369: 82,34 + 5043: 82,34 - type: RadiationGridResistance - type: GridAtmosphere version: 2 @@ -11751,8 +11775,7 @@ entities: 20,7: 0: 65535 20,0: - 0: 32767 - 1: 32768 + 0: 65535 20,1: 0: 65535 20,2: @@ -11766,8 +11789,7 @@ entities: 20,-2: 0: 14143 20,-1: - 0: 63359 - 1: 2176 + 0: 65535 20,-6: 0: 65535 20,-5: @@ -11960,19 +11982,19 @@ entities: 0: 65535 -16,-3: 0: 4607 - 2: 60928 + 1: 60928 -16,-2: 0: 65297 - 2: 238 + 1: 238 -16,-1: 0: 65535 -15,-4: 0: 65535 -15,-3: 0: 35071 - 2: 30464 + 1: 30464 -15,-2: - 2: 119 + 1: 119 0: 65416 -15,-1: 0: 65535 @@ -12251,8 +12273,7 @@ entities: -4,-13: 0: 30583 21,-1: - 0: 47247 - 1: 816 + 0: 48063 21,0: 0: 16383 -7,-14: @@ -12578,19 +12599,21 @@ entities: -21,-7: 0: 1262 -15,12: - 1: 64511 - 0: 1024 + 0: 65535 -15,13: - 1: 15 - 0: 65520 + 0: 16383 + 2: 49152 -15,14: - 0: 65535 + 0: 13107 + 2: 52428 -14,12: 0: 65535 -14,13: - 0: 65535 + 0: 53247 + 2: 12288 -14,14: - 0: 65535 + 2: 13107 + 0: 52428 -13,12: 0: 48059 3: 17476 @@ -12600,14 +12623,14 @@ entities: 0: 65471 -12,12: 4: 4369 - 1: 17476 + 2: 17476 0: 43690 -12,13: 0: 65535 -12,14: 0: 65535 -11,12: - 1: 4369 + 2: 4369 5: 17476 0: 43690 -11,13: @@ -12615,7 +12638,7 @@ entities: -11,14: 0: 65535 -10,12: - 1: 4369 + 2: 4369 0: 61166 -10,13: 0: 65535 @@ -12661,6 +12684,7 @@ entities: 0: 65535 -18,15: 0: 26349 + 2: 34816 -17,12: 0: 63359 -17,13: @@ -13184,21 +13208,23 @@ entities: -16,11: 0: 65535 -16,12: - 0: 30583 - 1: 34952 + 0: 65535 -16,13: - 0: 65527 - 1: 8 + 0: 65535 -16,14: 0: 65535 -16,15: 0: 24063 + 2: 41472 -15,15: - 0: 12287 + 0: 12275 + 2: 53260 -14,15: - 0: 53247 + 2: 12291 + 0: 53244 -13,15: 0: 57343 + 2: 8192 -12,15: 0: 65535 -11,15: @@ -13419,6 +13445,7 @@ entities: 0: 57309 -13,16: 0: 56797 + 2: 2 -13,18: 0: 19705 17,14: @@ -13439,6 +13466,7 @@ entities: 0: 65535 -17,15: 0: 18687 + 2: 46848 13,16: 0: 65535 13,17: @@ -14726,10 +14754,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -14741,10 +14769,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -14873,6 +14901,18 @@ entities: parent: 15109 - type: InstantAction container: 15109 + - uid: 28176 + components: + - type: Transform + parent: 15585 + - type: InstantAction + container: 15585 + - uid: 28239 + components: + - type: Transform + parent: 15586 + - type: InstantAction + container: 15586 - uid: 36619 components: - type: Transform @@ -15355,6 +15395,62 @@ entities: - 28434 - type: AtmosDevice joinedGrid: 2 + - uid: 9608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 10210 + - 17033 + - 9047 + - 10201 + - 26305 + - 26309 + - 1468 + - 23963 + - 10086 + - 19945 + - 23913 + - 9588 + - 8965 + - type: AtmosDevice + joinedGrid: 2 + - uid: 9609 + components: + - type: Transform + pos: -59.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 8858 + - 26262 + - 6848 + - 6873 + - 9588 + - 23963 + - 25223 + - 26305 + - type: AtmosDevice + joinedGrid: 2 + - uid: 10169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,38.5 + parent: 2 + - type: DeviceList + devices: + - 9568 + - 91 + - 9095 + - 16970 + - 569 + - 8969 + - type: AtmosDevice + joinedGrid: 2 - uid: 11473 components: - type: Transform @@ -15498,6 +15594,22 @@ entities: - 583 - type: AtmosDevice joinedGrid: 2 + - uid: 17903 + components: + - type: Transform + pos: -62.5,25.5 + parent: 2 + - type: DeviceList + devices: + - 19278 + - 8965 + - 23962 + - 27089 + - 26330 + - 8838 + - 26331 + - type: AtmosDevice + joinedGrid: 2 - uid: 18239 components: - type: Transform @@ -15541,23 +15653,6 @@ entities: - 4814 - type: AtmosDevice joinedGrid: 2 - - uid: 20000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,41.5 - parent: 2 - - type: DeviceList - devices: - - 28343 - - 28344 - - 28346 - - 9083 - - 28342 - - 15267 - - 15103 - - type: AtmosDevice - joinedGrid: 2 - uid: 20237 components: - type: Transform @@ -15580,24 +15675,72 @@ entities: - 28588 - type: AtmosDevice joinedGrid: 2 - - uid: 21100 + - uid: 20851 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,32.5 + pos: -51.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 17021 + - 17003 + - 9589 + - 215 + - 3692 + - 8965 + - 19278 + - type: AtmosDevice + joinedGrid: 2 + - uid: 21008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,10.5 parent: 2 - type: DeviceList devices: - - 9082 - - 9083 - - 28342 - - 28343 - - 28346 - - 28344 - - 25186 - - 23698 - - 26212 - - 15376 + - 23913 + - 10085 + - 9593 + - 23963 + - 24887 + - 26296 + - 25223 + - 26269 + - 8877 + - 1468 + - 26309 + - 10210 + - 17033 + - type: AtmosDevice + joinedGrid: 2 + - uid: 21903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 19280 + - 19278 + - 8966 + - 15101 + - 8965 + - 10200 + - 8969 + - 23919 + - 9029 + - 26264 + - 9084 + - 120 + - 215 + - 3692 + - 26331 + - 8838 + - 23962 + - 9589 - type: AtmosDevice joinedGrid: 2 - uid: 21934 @@ -15703,6 +15846,39 @@ entities: - 28597 - type: AtmosDevice joinedGrid: 2 + - uid: 22501 + components: + - type: Transform + pos: -58.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 23913 + - 25223 + - 19939 + - 8937 + - 24887 + - 8907 + - 26296 + - 9588 + - 26262 + - 8858 + - type: AtmosDevice + joinedGrid: 2 + - uid: 22733 + components: + - type: Transform + pos: -57.5,37.5 + parent: 2 + - type: DeviceList + devices: + - 19278 + - 29696 + - 23919 + - 30005 + - 9029 + - type: AtmosDevice + joinedGrid: 2 - uid: 23688 components: - type: Transform @@ -15718,17 +15894,6 @@ 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: 23957 components: - type: Transform @@ -15744,20 +15909,22 @@ entities: - 28488 - type: AtmosDevice joinedGrid: 2 - - uid: 25098 + - uid: 23988 components: - type: Transform - pos: -53.5,38.5 + rot: -1.5707963267948966 rad + pos: -42.5,35.5 parent: 2 - type: DeviceList devices: - - 28737 - - 9084 - - 9081 - - 6973 - - 28333 - - 6966 - - 25186 + - 30205 + - 8969 + - 29722 + - 26264 + - 16970 + - 569 + - 91 + - 19278 - type: AtmosDevice joinedGrid: 2 - uid: 25103 @@ -15772,23 +15939,6 @@ entities: - 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: 25133 components: - type: Transform @@ -15797,7 +15947,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28334 - 28347 - 26353 - 26354 @@ -15844,40 +15993,6 @@ entities: - 25821 - 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 - - 25632 - - 11644 - - type: AtmosDevice - joinedGrid: 2 - uid: 25190 components: - type: Transform @@ -16070,65 +16185,6 @@ entities: - 1870 - 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 - - 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 - - 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 @@ -16336,7 +16392,6 @@ entities: - 7180 - 28396 - 28392 - - 28338 - type: AtmosDevice joinedGrid: 2 - uid: 25246 @@ -17420,42 +17475,6 @@ entities: parent: 2 - 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 - - 28333 - - 28347 - - 28348 - - 23698 - - 25186 - - 28334 - - 26083 - - 25776 - - type: AtmosDevice - joinedGrid: 2 - uid: 28752 components: - type: Transform @@ -17851,27 +17870,33 @@ entities: parent: 2 - proto: AirlockAtmosphericsGlassLocked entities: - - uid: 13756 + - uid: 3756 components: - type: Transform - pos: -53.5,53.5 + rot: 1.5707963267948966 rad + pos: -52.5,34.5 parent: 2 - - type: DeviceLinkSink - links: - - 26617 - - type: DeviceLinkSource - linkedPorts: - 26617: - - DoorStatus: DoorBolt - - uid: 22715 + - uid: 8840 components: - type: Transform - pos: -43.5,32.5 + rot: 1.5707963267948966 rad + pos: -46.5,36.5 parent: 2 - - uid: 22717 + - uid: 9617 components: - type: Transform - pos: -43.5,36.5 + rot: 3.141592653589793 rad + pos: -44.5,36.5 + parent: 2 + - uid: 23770 + components: + - type: Transform + pos: -53.5,45.5 + parent: 2 + - uid: 30698 + components: + - type: Transform + pos: -53.5,43.5 parent: 2 - uid: 34664 components: @@ -17998,21 +18023,36 @@ entities: parent: 2 - proto: AirlockChiefEngineerGlassLocked entities: - - uid: 22685 + - uid: 1386 components: - type: Transform - pos: -56.5,12.5 + rot: 3.141592653589793 rad + pos: -59.5,16.5 + parent: 2 + - uid: 16997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,16.5 + parent: 2 + - uid: 22704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,18.5 parent: 2 - proto: AirlockChiefMedicalOfficerGlassLocked entities: - - uid: 22874 + - uid: 9600 components: - type: Transform + rot: 1.5707963267948966 rad pos: 32.5,14.5 parent: 2 - - uid: 22875 + - uid: 19891 components: - type: Transform + rot: 1.5707963267948966 rad pos: 33.5,14.5 parent: 2 - proto: AirlockChiefMedicalOfficerLocked @@ -18059,21 +18099,39 @@ entities: rot: 3.141592653589793 rad pos: -10.5,23.5 parent: 2 - - uid: 22601 + - uid: 1380 components: - type: Transform - pos: 3.5,39.5 + rot: 1.5707963267948966 rad + pos: -56.5,12.5 parent: 2 - - uid: 22602 + - uid: 8906 components: - type: Transform - pos: 3.5,38.5 + pos: -58.5,10.5 parent: 2 - - uid: 22603 + - uid: 8961 components: - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,41.5 + parent: 2 + - uid: 12424 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: 8.5,39.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: 22604 components: - type: Transform @@ -18222,89 +18280,90 @@ entities: parent: 2 - proto: AirlockEngineeringGlass entities: - - uid: 569 - components: - - type: Transform - pos: -46.5,12.5 - parent: 2 -- proto: AirlockEngineeringGlassLocked - entities: - - uid: 14498 + - uid: 8941 components: - type: Transform - pos: 40.5,13.5 + rot: 1.5707963267948966 rad + pos: -45.5,12.5 parent: 2 - - uid: 18988 + - uid: 10204 components: - type: Transform - pos: 78.5,-17.5 + pos: -53.5,10.5 parent: 2 - - uid: 19067 + - uid: 10206 components: - type: Transform - pos: 78.5,-15.5 + pos: -55.5,10.5 parent: 2 - - uid: 22701 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 4241 components: - type: Transform - pos: -56.5,25.5 + pos: -53.5,20.5 parent: 2 - - uid: 22702 + - uid: 4332 components: - type: Transform - pos: -56.5,24.5 + pos: -55.5,15.5 parent: 2 - - uid: 22703 + - uid: 7556 components: - type: Transform - pos: -52.5,22.5 + pos: -52.5,24.5 parent: 2 - - uid: 22704 + - uid: 8805 components: - type: Transform - pos: -48.5,19.5 + pos: -56.5,24.5 parent: 2 - - uid: 22705 + - uid: 8871 components: - type: Transform - pos: -52.5,17.5 + pos: -55.5,20.5 parent: 2 - - uid: 22706 + - uid: 8914 components: - type: Transform - pos: -55.5,10.5 + pos: -52.5,23.5 parent: 2 - - uid: 22707 + - uid: 9031 components: - type: Transform - pos: -54.5,10.5 + pos: -53.5,15.5 parent: 2 - - uid: 22708 + - uid: 14498 components: - type: Transform - pos: -53.5,10.5 + pos: 40.5,13.5 parent: 2 - - uid: 22709 + - uid: 15102 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,12.5 + pos: -56.5,34.5 parent: 2 - - uid: 22711 + - uid: 18988 components: - type: Transform - pos: -56.5,16.5 + pos: 78.5,-17.5 parent: 2 - - uid: 22713 + - uid: 19067 components: - type: Transform - pos: -54.5,32.5 + pos: 78.5,-15.5 parent: 2 - uid: 22722 components: - type: Transform pos: -54.5,38.5 parent: 2 + - uid: 29138 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 - proto: AirlockEngineeringLocked entities: - uid: 5914 @@ -18392,6 +18451,40 @@ entities: parent: 2 - proto: AirlockExternalGlass entities: + - uid: 96 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,5.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 275 + - 694 + - type: DeviceLinkSource + linkedPorts: + 275: + - DoorStatus: DoorBolt + 694: + - DoorStatus: DoorBolt + - uid: 150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,5.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 275 + - 694 + - type: DeviceLinkSource + linkedPorts: + 275: + - DoorStatus: DoorBolt + 694: + - DoorStatus: DoorBolt - uid: 2454 components: - type: Transform @@ -18500,23 +18593,6 @@ entities: rot: 3.141592653589793 rad pos: 86.5,10.5 parent: 2 - - uid: 14588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,5.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 19127 - - 29726 - - type: DeviceLinkSource - linkedPorts: - 29726: - - DoorStatus: DoorBolt - 19127: - - DoorStatus: DoorBolt - uid: 14605 components: - type: Transform @@ -18596,22 +18672,71 @@ entities: - DoorStatus: DoorBolt 14605: - DoorStatus: DoorBolt - - uid: 29515 +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 23802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,5.5 + pos: -51.5,54.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 31305 + - 31417 + - type: DeviceLinkSource + linkedPorts: + 31305: + - DoorStatus: DoorBolt + 31417: + - DoorStatus: DoorBolt + - uid: 23812 + components: + - type: Transform + pos: -52.5,54.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 3 + links: + - 31305 + - 31417 + - type: DeviceLinkSource + linkedPorts: + 31305: + - DoorStatus: DoorBolt + 31417: + - DoorStatus: DoorBolt + - uid: 31305 + components: + - type: Transform + pos: -51.5,57.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 23802 + - 23812 + - type: DeviceLinkSource + linkedPorts: + 23802: + - DoorStatus: DoorBolt + 23812: + - DoorStatus: DoorBolt + - uid: 31417 + components: + - type: Transform + pos: -52.5,57.5 parent: 2 - type: DeviceLinkSink invokeCounter: 2 links: - - 19127 - - 29726 + - 23802 + - 23812 - type: DeviceLinkSource linkedPorts: - 29726: + 23802: - DoorStatus: DoorBolt - 19127: + 23812: - DoorStatus: DoorBolt - proto: AirlockExternalGlassCargoLocked entities: @@ -19050,18 +19175,6 @@ entities: linkedPorts: 34716: - DoorStatus: DoorBolt - - uid: 26617 - components: - - type: Transform - pos: -55.5,53.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13756 - - type: DeviceLinkSource - linkedPorts: - 13756: - - DoorStatus: DoorBolt - uid: 29795 components: - type: Transform @@ -20184,56 +20297,60 @@ entities: - type: Transform pos: -54.5,-4.5 parent: 2 -- proto: AirlockJanitorLocked +- proto: AirlockJanitorGlassLocked entities: - - uid: 648 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - uid: 19127 + - uid: 275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,7.5 + rot: 3.141592653589793 rad + pos: -39.5,7.5 parent: 2 - type: DeviceLinkSink invokeCounter: 2 links: - - 14588 - - 29515 + - 150 + - 96 - type: DeviceLinkSource linkedPorts: - 14588: + 150: - DoorStatus: DoorBolt - 29515: + 96: - DoorStatus: DoorBolt - - uid: 29726 + - uid: 694 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,7.5 + rot: 3.141592653589793 rad + pos: -37.5,7.5 parent: 2 - type: DeviceLinkSink invokeCounter: 2 links: - - 14588 - - 29515 + - 150 + - 96 - type: DeviceLinkSource linkedPorts: - 14588: + 150: - DoorStatus: DoorBolt - 29515: + 96: - DoorStatus: DoorBolt - - uid: 32266 + - uid: 1262 components: - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,14.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + rot: 3.141592653589793 rad pos: -39.5,14.5 parent: 2 - - uid: 32342 +- proto: AirlockJanitorLocked + entities: + - uid: 648 components: - type: Transform - pos: -37.5,14.5 + pos: 32.5,-1.5 parent: 2 - proto: AirlockKitchenGlassLocked entities: @@ -20305,18 +20422,16 @@ entities: parent: 2 - proto: AirlockMaintAtmoLocked entities: - - uid: 30005 + - uid: 1463 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,36.5 parent: 2 - - type: Door - secondsUntilStateChange: -6165.8594 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True + - uid: 23477 + components: + - type: Transform + pos: -42.5,34.5 + parent: 2 - proto: AirlockMaintBarLocked entities: - uid: 20030 @@ -20395,37 +20510,33 @@ entities: parent: 2 - proto: AirlockMaintEngiLocked entities: - - uid: 2851 + - uid: 1034 components: - type: Transform - pos: -46.5,25.5 + rot: -1.5707963267948966 rad + pos: -63.5,25.5 parent: 2 - - uid: 3787 + - uid: 7241 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,24.5 + pos: 17.5,-24.5 parent: 2 - - uid: 6679 + - uid: 9607 components: - type: Transform - pos: -46.5,21.5 + pos: -52.5,29.5 parent: 2 - - uid: 7241 + - uid: 26270 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,-24.5 - parent: 2 - - uid: 13370 - components: - - type: Transform - pos: -64.5,15.5 + pos: -63.5,13.5 parent: 2 - - uid: 22714 + - uid: 26311 components: - type: Transform - pos: -43.5,28.5 + pos: -45.5,22.5 parent: 2 - proto: AirlockMaintHeadOfSecurityLocked entities: @@ -20690,12 +20801,6 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,6.5 parent: 2 - - uid: 33916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,12.5 - parent: 2 - proto: AirlockMaintPsychologistLocked entities: - uid: 20640 @@ -20985,12 +21090,6 @@ entities: links: - 14202 - 8974 - - uid: 19891 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,8.5 - parent: 2 - uid: 22814 components: - type: Transform @@ -21005,6 +21104,18 @@ entities: links: - 8974 - 14202 + - uid: 22874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,12.5 + parent: 2 + - uid: 22875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,8.5 + parent: 2 - uid: 25667 components: - type: Transform @@ -21717,6 +21828,25 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-12.5 parent: 2 + - uid: 91 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 + - uid: 120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 - uid: 151 components: - type: Transform @@ -21987,6 +22117,48 @@ entities: - 8824 - 15356 - 15352 + - uid: 8965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 17903 + - 20851 + - 9608 + - uid: 8969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 + - 21903 + - uid: 9588 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 22501 + - 9609 + - uid: 9589 + components: + - type: Transform + pos: -51.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 20851 - uid: 9655 components: - type: Transform @@ -22105,6 +22277,19 @@ entities: - type: DeviceNetwork deviceLists: - 18239 + - uid: 19278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23988 + - 21903 + - 22733 + - 17903 + - 20851 - uid: 19727 components: - type: Transform @@ -22154,23 +22339,45 @@ entities: deviceLists: - 8824 - 15352 - - uid: 23698 + - uid: 23913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,20.5 + pos: -54.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 21100 - - uid: 23802 + - 9608 + - 21008 + - 22501 + - uid: 23919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 22733 + - uid: 23962 components: - type: Transform - pos: -58.5,50.5 + pos: -58.5,25.5 parent: 2 - type: DeviceNetwork deviceLists: - - 23798 + - 21903 + - 17903 + - uid: 23963 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - 9609 - uid: 24887 components: - type: Transform @@ -22180,16 +22387,18 @@ entities: - type: DeviceNetwork deviceLists: - 25244 - - uid: 25186 + - 21008 + - 22501 + - uid: 25223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,29.5 + pos: -57.5,13.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25098 - - 21100 + - 21008 + - 22501 + - 9609 - uid: 25279 components: - type: Transform @@ -22292,90 +22501,11 @@ entities: deviceLists: - 25261 - 6715 - - uid: 28333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,33.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25098 - - 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 - - type: DeviceNetwork - deviceLists: - - 20000 - - 21100 - uid: 28343 components: - type: Transform pos: -36.5,38.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 20000 - - 21100 - - uid: 28344 - components: - - type: Transform - pos: -58.5,44.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20000 - - 21100 - - uid: 28346 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20000 - - 21100 - uid: 28347 components: - type: Transform @@ -23211,14 +23341,6 @@ entities: - type: DeviceNetwork deviceLists: - 25158 - - uid: 28737 - components: - - type: Transform - pos: -53.5,40.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25098 - uid: 28741 components: - type: Transform @@ -23615,34 +23737,6 @@ entities: rot: 1.5707963267948966 rad pos: -110.5,54.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: AmePartFlatpack - 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: AnomalyLocator entities: - uid: 5278 @@ -23671,48 +23765,11 @@ entities: parent: 2 - proto: AntiAnomalyZone entities: - - uid: 7972 - components: - - type: Transform - pos: 96.5,39.5 - parent: 2 - - uid: 10700 - components: - - type: Transform - pos: -4.5,-54.5 - parent: 2 - - uid: 11342 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - uid: 11652 components: - type: Transform pos: 1.5,81.5 parent: 2 - - uid: 13852 - components: - - type: Transform - pos: 56.5,85.5 - parent: 2 - - uid: 14099 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 -- proto: AntiAnomalyZone20 - entities: - - uid: 7962 - components: - - type: Transform - pos: -106.5,52.5 - parent: 2 - - uid: 10706 - components: - - type: Transform - pos: 79.5,70.5 - parent: 2 - proto: APCBasic entities: - uid: 450 @@ -23858,6 +23915,19 @@ entities: - type: Transform pos: -15.5,14.5 parent: 2 + - uid: 15226 + components: + - type: MetaData + name: South Engineering APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,19.5 + parent: 2 + - uid: 15241 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 - uid: 15627 components: - type: Transform @@ -23988,14 +24058,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,41.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 @@ -24222,6 +24284,36 @@ entities: - type: Transform pos: 65.608315,30.830063 parent: 2 + - uid: 9881 + components: + - type: Transform + pos: -49.76877,15.456316 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: -49.18283,21.639252 + parent: 2 + - type: Storage + storedItems: + 10178: + position: 0,0 + _rotation: South + 10179: + position: 1,0 + _rotation: South + 10180: + position: 2,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 10178 + - 10179 + - 10180 - uid: 11840 components: - type: Transform @@ -24287,6 +24379,11 @@ entities: - type: Transform pos: 102.13671,58.112976 parent: 2 + - uid: 38794 + components: + - type: Transform + pos: -60.73874,13.568626 + parent: 2 - proto: AsteroidAltRock entities: - uid: 476 @@ -31087,70 +31184,80 @@ entities: parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 14454 + - uid: 1551 components: - type: Transform - pos: -58.5,49.5 + pos: -56.5,58.5 parent: 2 - - uid: 15771 + - uid: 4021 components: - type: Transform - pos: -58.5,50.5 + pos: -57.5,59.5 parent: 2 - - uid: 15992 + - uid: 4333 components: - type: Transform - pos: -45.5,51.5 + pos: -57.5,60.5 parent: 2 - - uid: 16242 + - uid: 6212 components: - type: Transform - pos: -59.5,48.5 + pos: -57.5,58.5 parent: 2 - - uid: 16482 + - uid: 7462 components: - type: Transform - pos: -57.5,51.5 + pos: -57.5,57.5 parent: 2 - - uid: 16483 + - uid: 7490 components: - type: Transform - pos: -60.5,51.5 + pos: -56.5,60.5 parent: 2 - - uid: 16484 + - uid: 7493 components: - type: Transform - pos: -60.5,50.5 + pos: -57.5,56.5 parent: 2 - - uid: 16488 + - uid: 7962 components: - type: Transform - pos: -56.5,50.5 + pos: -57.5,55.5 parent: 2 - - uid: 16490 + - uid: 7964 components: - type: Transform - pos: -60.5,52.5 + pos: -56.5,59.5 parent: 2 - - uid: 16491 + - uid: 15464 components: - type: Transform - pos: -56.5,48.5 + pos: -56.5,56.5 parent: 2 - - uid: 16493 + - uid: 15477 components: - type: Transform - pos: -56.5,49.5 + pos: -56.5,55.5 parent: 2 - - uid: 16499 + - uid: 15478 components: - type: Transform - pos: -60.5,49.5 + pos: -55.5,60.5 parent: 2 - - uid: 16501 + - uid: 15485 components: - type: Transform - pos: -59.5,52.5 + pos: -55.5,59.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: -56.5,57.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: -45.5,51.5 parent: 2 - uid: 18385 components: @@ -31207,65 +31314,55 @@ entities: - type: Transform pos: -39.5,48.5 parent: 2 - - uid: 23567 + - uid: 22536 components: - type: Transform - pos: -60.5,48.5 + pos: -55.5,58.5 parent: 2 - - uid: 26681 + - uid: 22538 components: - type: Transform - pos: -59.5,50.5 + pos: -54.5,59.5 parent: 2 - - uid: 26814 + - uid: 22603 components: - type: Transform - pos: -59.5,51.5 + pos: -54.5,58.5 parent: 2 - - uid: 28240 + - uid: 23036 components: - type: Transform - pos: -59.5,49.5 + pos: -54.5,57.5 parent: 2 - - uid: 28241 + - uid: 23038 components: - type: Transform - pos: -58.5,52.5 + pos: -54.5,56.5 parent: 2 - - uid: 28242 + - uid: 28241 components: - type: Transform - pos: -56.5,51.5 + pos: -54.5,60.5 parent: 2 - - uid: 28401 + - uid: 28346 components: - type: Transform - pos: -57.5,48.5 + pos: -55.5,57.5 parent: 2 - uid: 28535 components: - type: Transform - pos: -58.5,51.5 + pos: -55.5,55.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 + pos: -55.5,56.5 parent: 2 - - uid: 28718 + - uid: 31839 components: - type: Transform - pos: -57.5,52.5 + pos: -54.5,55.5 parent: 2 - proto: AtmosFixFreezerMarker entities: @@ -31467,15 +31564,15 @@ entities: - type: Transform pos: 19.5,-18.5 parent: 2 - - uid: 8839 + - uid: 9064 components: - type: Transform - pos: -49.5,18.5 + pos: -51.5,19.5 parent: 2 - - uid: 22735 + - uid: 22683 components: - type: Transform - pos: -15.5,-25.5 + pos: -16.5,-25.5 parent: 2 - proto: BalloonCorgi entities: @@ -31532,11 +31629,6 @@ entities: - type: Transform pos: -52.5,9.5 parent: 2 - - uid: 15476 - components: - - type: Transform - pos: -45.5,14.5 - parent: 2 - uid: 17860 components: - type: Transform @@ -32245,6 +32337,33 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 +- proto: Basketball + entities: + - uid: 26011 + components: + - type: Transform + pos: 38.72482,-34.02829 + parent: 2 + - uid: 39583 + components: + - type: Transform + pos: 43.96049,-28.816217 + parent: 2 + - uid: 39584 + components: + - type: Transform + pos: 41.35893,-22.04125 + parent: 2 + - uid: 39585 + components: + - type: Transform + pos: 38.95856,-34.414948 + parent: 2 + - uid: 39586 + components: + - type: Transform + pos: -40.890404,0.8907901 + parent: 2 - proto: Beaker entities: - uid: 1670 @@ -32433,11 +32552,6 @@ entities: - type: Transform pos: -24.5,-25.5 parent: 2 - - uid: 8810 - components: - - type: Transform - pos: -61.5,11.5 - parent: 2 - uid: 11338 components: - type: Transform @@ -32533,6 +32647,11 @@ entities: - type: Transform pos: -32.5,24.5 parent: 2 + - uid: 30606 + components: + - type: Transform + pos: -59.5,20.5 + parent: 2 - uid: 38849 components: - type: Transform @@ -32597,10 +32716,10 @@ entities: parent: 2 - proto: BedsheetCE entities: - - uid: 8809 + - uid: 30753 components: - type: Transform - pos: -61.5,11.5 + pos: -59.5,20.5 parent: 2 - proto: BedsheetClown entities: @@ -33380,6 +33499,12 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-8.5 parent: 2 + - uid: 7193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,26.5 + parent: 2 - uid: 7269 components: - type: Transform @@ -33436,12 +33561,6 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-43.5 parent: 2 - - uid: 15205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,11.5 - parent: 2 - uid: 15533 components: - type: Transform @@ -33530,6 +33649,12 @@ entities: - type: Transform pos: -22.5,46.5 parent: 2 + - uid: 26308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,11.5 + parent: 2 - uid: 27375 components: - type: Transform @@ -33646,12 +33771,6 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-16.5 parent: 2 - - uid: 21266 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,11.5 - parent: 2 - uid: 22129 components: - type: Transform @@ -33675,12 +33794,6 @@ entities: - type: Transform pos: -37.5,-13.5 parent: 2 - - uid: 31115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,5.5 - parent: 2 - uid: 31116 components: - type: Transform @@ -33777,6 +33890,12 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-48.5 parent: 2 + - uid: 2754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,5.5 + parent: 2 - uid: 2864 components: - type: Transform @@ -33852,12 +33971,6 @@ entities: 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 @@ -33963,6 +34076,12 @@ entities: - type: Transform pos: -42.5,17.5 parent: 2 + - uid: 22698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,25.5 + parent: 2 - uid: 22806 components: - type: Transform @@ -33985,6 +34104,12 @@ entities: - type: Transform pos: -23.5,46.5 parent: 2 + - uid: 26307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,11.5 + parent: 2 - uid: 29833 components: - type: Transform @@ -34014,12 +34139,6 @@ entities: - type: Transform pos: -38.5,-13.5 parent: 2 - - uid: 31077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,11.5 - parent: 2 - uid: 31478 components: - type: Transform @@ -34379,14 +34498,6 @@ entities: - type: Transform pos: 34.5,9.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 @@ -34507,6 +34618,14 @@ entities: - type: DeviceLinkSink links: - 32443 + - uid: 1165 + components: + - type: Transform + pos: -21.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34364 - uid: 1294 components: - type: Transform @@ -34515,6 +34634,14 @@ entities: - type: DeviceLinkSink links: - 16535 + - uid: 1565 + components: + - type: Transform + pos: -20.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34364 - uid: 1738 components: - type: Transform @@ -34551,6 +34678,15 @@ entities: - type: DeviceLinkSink links: - 16535 + - uid: 2753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31602 - uid: 2827 components: - type: Transform @@ -34595,6 +34731,15 @@ entities: - type: DeviceLinkSink links: - 4746 + - uid: 5713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31602 - uid: 5758 components: - type: Transform @@ -34604,6 +34749,23 @@ entities: - type: DeviceLinkSink links: - 2107 + - uid: 7492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31602 + - uid: 7972 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34364 - uid: 8245 components: - type: Transform @@ -34615,6 +34777,16 @@ entities: rot: 3.141592653589793 rad pos: -101.5,53.5 parent: 2 + - uid: 8319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,43.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31745 + - 31800 - uid: 8433 components: - type: Transform @@ -34660,6 +34832,35 @@ entities: - type: DeviceLinkSink links: - 26285 + - uid: 8972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,43.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31745 + - 31800 + - uid: 9079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,43.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31745 + - 31800 + - uid: 9130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 34349 - uid: 9253 components: - type: Transform @@ -34681,6 +34882,33 @@ entities: - type: Transform pos: -106.5,47.5 parent: 2 + - uid: 9507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,47.5 + parent: 2 + - type: DeviceLinkSink + links: + - 283 + - uid: 9508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,63.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25189 + - uid: 9511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,64.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25189 - uid: 12053 components: - type: Transform @@ -34708,6 +34936,16 @@ entities: - type: DeviceLinkSink links: - 34411 + - uid: 13916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,68.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25189 + - 34361 - uid: 13994 components: - type: Transform @@ -34761,6 +34999,16 @@ entities: - type: DeviceLinkSink links: - 16535 + - uid: 14099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,68.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25189 + - 34361 - uid: 14367 components: - type: Transform @@ -35084,6 +35332,16 @@ entities: - type: DeviceLinkSink links: - 38819 + - uid: 16584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,68.5 + parent: 2 + - type: DeviceLinkSink + links: + - 25189 + - 34361 - uid: 18141 components: - type: Transform @@ -35250,15 +35508,6 @@ entities: - type: DeviceLinkSink links: - 28075 - - uid: 23712 - components: - - type: Transform - pos: -59.5,52.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 28714 - uid: 23745 components: - type: Transform @@ -35276,8 +35525,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 25042 components: - type: Transform @@ -35348,22 +35597,6 @@ entities: - type: DeviceLinkSink links: - 16535 - - 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: 30104 components: - type: Transform @@ -35389,24 +35622,6 @@ entities: - type: DeviceLinkSink links: - 25985 - - 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 - uid: 31763 components: - type: Transform @@ -35425,6 +35640,15 @@ entities: - type: DeviceLinkSink links: - 16535 + - uid: 31813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 31602 - uid: 32083 components: - type: Transform @@ -35547,8 +35771,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36095 components: - type: Transform @@ -35557,8 +35781,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36097 components: - type: Transform @@ -35567,8 +35791,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36101 components: - type: Transform @@ -35577,8 +35801,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36105 components: - type: Transform @@ -35587,38 +35811,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 - - uid: 36107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,43.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 37126 - - uid: 36108 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,43.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 37126 - - uid: 36109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,43.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36169 components: - type: Transform @@ -35664,24 +35858,6 @@ entities: - type: DeviceLinkSink links: - 34349 - - uid: 36175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34349 - - uid: 36176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 283 - uid: 36178 components: - type: Transform @@ -35690,8 +35866,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36179 components: - type: Transform @@ -35699,8 +35875,8 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - - 37126 + - 31745 + - 31800 - uid: 36761 components: - type: Transform @@ -35833,7 +36009,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37473 components: - type: Transform @@ -35851,7 +36026,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37479 components: - type: Transform @@ -35861,7 +36035,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37480 components: - type: Transform @@ -35871,7 +36044,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37481 components: - type: Transform @@ -35881,7 +36053,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37482 components: - type: Transform @@ -35891,7 +36062,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37483 components: - type: Transform @@ -35901,7 +36071,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37484 components: - type: Transform @@ -35911,7 +36080,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37485 components: - type: Transform @@ -35921,7 +36089,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37486 components: - type: Transform @@ -35931,7 +36098,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37487 components: - type: Transform @@ -35941,7 +36107,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37488 components: - type: Transform @@ -35951,7 +36116,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37489 components: - type: Transform @@ -35961,7 +36125,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37490 components: - type: Transform @@ -35971,7 +36134,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37491 components: - type: Transform @@ -35981,7 +36143,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37492 components: - type: Transform @@ -35991,7 +36152,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37493 components: - type: Transform @@ -36001,7 +36161,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37494 components: - type: Transform @@ -36011,7 +36170,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37495 components: - type: Transform @@ -36021,7 +36179,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37496 components: - type: Transform @@ -36031,7 +36188,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37497 components: - type: Transform @@ -36041,7 +36197,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37498 components: - type: Transform @@ -36051,7 +36206,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - uid: 37499 components: - type: Transform @@ -36061,58 +36215,6 @@ entities: - type: DeviceLinkSink links: - 25189 - - 34350 - - uid: 37500 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - 34350 - - uid: 37501 - components: - - type: Transform - pos: -9.5,63.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - 34350 - - uid: 37502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 34361 - - 25189 - - uid: 37503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 34361 - - 25189 - - uid: 37504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34350 - - 34361 - - 25189 - uid: 37508 components: - type: Transform @@ -36120,7 +36222,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - 25189 - uid: 37509 components: @@ -36129,7 +36230,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - 25189 - uid: 37510 components: @@ -36138,7 +36238,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - 25189 - uid: 37511 components: @@ -36147,7 +36246,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - 25189 - uid: 37512 components: @@ -36156,7 +36254,6 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 34350 - 25189 - uid: 37518 components: @@ -36224,33 +36321,6 @@ entities: - type: DeviceLinkSink links: - 37524 - - uid: 38007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34364 - - uid: 38008 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34364 - - uid: 38009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,27.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34364 - uid: 38010 components: - type: Transform @@ -36333,16 +36403,17 @@ entities: - type: Transform pos: -2.5,13.5 parent: 2 - - uid: 19847 + - uid: 9951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 + rot: 1.5707963267948966 rad + pos: -42.5,24.5 parent: 2 - - uid: 21102 + - uid: 19847 components: - type: Transform - pos: -45.5,26.5 + rot: 3.141592653589793 rad + pos: -17.5,-9.5 parent: 2 - proto: BodyBag_Folded entities: @@ -36580,11 +36651,21 @@ entities: - type: Transform pos: -26.5,-18.5 parent: 2 + - uid: 9081 + components: + - type: Transform + pos: -62.5,15.5 + parent: 2 - uid: 9333 components: - type: Transform pos: -28.5,-7.5 parent: 2 + - uid: 10160 + components: + - type: Transform + pos: -61.5,15.5 + parent: 2 - uid: 14299 components: - type: Transform @@ -36691,6 +36772,16 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-13.5 parent: 2 + - uid: 8763 + components: + - type: Transform + pos: -46.5,25.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -46.5,26.5 + parent: 2 - uid: 10328 components: - type: Transform @@ -36728,12 +36819,6 @@ entities: - type: Transform pos: 74.5,-18.5 parent: 2 - - uid: 22669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,31.5 - parent: 2 - uid: 24813 components: - type: Transform @@ -36750,14 +36835,6 @@ entities: - type: Transform pos: 3.5,49.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: 5218 @@ -36877,6 +36954,14 @@ entities: - type: Transform pos: 12.142567,43.605385 parent: 2 +- proto: BoxFolderClipboard + entities: + - uid: 9591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.1304,13.665112 + parent: 2 - proto: BoxFolderGrey entities: - uid: 36135 @@ -36976,11 +37061,6 @@ entities: - type: Transform pos: -28.039324,-23.280666 parent: 2 - - uid: 8830 - components: - - type: Transform - pos: -58.142708,13.665349 - parent: 2 - uid: 13268 components: - type: Transform @@ -36993,11 +37073,11 @@ entities: rot: 1.5707963267948966 rad pos: -73.66809,15.138863 parent: 2 - - uid: 26581 + - uid: 23668 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.15854,14.624955 + pos: -48.971184,15.586987 parent: 2 - proto: BoxForensicPad entities: @@ -37040,27 +37120,6 @@ entities: - type: Transform pos: -36.46752,12.777644 parent: 2 -- proto: BoxMagazinePistolHighCapacityPractice - entities: - - uid: 10566 - components: - - type: Transform - pos: -29.222647,43.720715 - parent: 2 -- proto: BoxMagazinePistolPractice - entities: - - uid: 10347 - components: - - type: Transform - pos: -29.496084,43.720715 - parent: 2 -- proto: BoxMagazinePistolSubMachineGunPractice - entities: - - uid: 9690 - components: - - type: Transform - pos: -29.738272,43.533215 - parent: 2 - proto: BoxMaintenanceLightbulb entities: - uid: 6929 @@ -37101,6 +37160,11 @@ entities: parent: 2 - proto: BoxShotgunPractice entities: + - uid: 9690 + components: + - type: Transform + pos: -33.704086,43.897106 + parent: 2 - uid: 17014 components: - type: Transform @@ -37140,13 +37204,6 @@ entities: - type: Transform pos: -40.941586,10.694257 parent: 2 -- proto: BoxZiptie - entities: - - uid: 19402 - components: - - type: Transform - pos: -10.052842,42.825188 - parent: 2 - proto: BrbSign entities: - uid: 1948 @@ -37174,11 +37231,6 @@ entities: - type: Transform pos: -8.487982,-22.449253 parent: 2 - - uid: 7207 - components: - - type: Transform - pos: -50.236664,14.562455 - parent: 2 - uid: 13096 components: - type: Transform @@ -37194,6 +37246,11 @@ entities: - type: Transform pos: 13.606747,41.52606 parent: 2 + - uid: 26337 + components: + - type: Transform + pos: -49.19958,15.430737 + parent: 2 - proto: BriefcaseBrown entities: - uid: 9331 @@ -37233,6 +37290,11 @@ entities: parent: 2 - proto: BriefcaseBrownFilled entities: + - uid: 8873 + components: + - type: Transform + pos: -50.431404,11.810643 + parent: 2 - uid: 37593 components: - type: Transform @@ -37354,6 +37416,12 @@ entities: rot: -1.5707963267948966 rad pos: 90.545975,74.74007 parent: 2 + - uid: 22331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.550274,23.936968 + parent: 2 - uid: 31430 components: - type: Transform @@ -37395,6 +37463,16 @@ entities: - type: Transform pos: 39.759525,16.162136 parent: 2 + - uid: 10240 + components: + - type: Transform + pos: 21.329657,-22.944735 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 21.64997,-23.08536 + parent: 2 - uid: 18157 components: - type: Transform @@ -37415,16 +37493,6 @@ entities: - type: Transform pos: -29.80373,3.9763246 parent: 2 - - uid: 28076 - components: - - type: Transform - pos: 23.64664,-22.307875 - parent: 2 - - uid: 28077 - components: - - type: Transform - pos: 23.388828,-22.440687 - parent: 2 - uid: 34121 components: - type: Transform @@ -37540,11 +37608,11 @@ entities: - type: Transform pos: -4.5,44.5 parent: 2 - - uid: 34351 + - uid: 31599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,47.5 + rot: -1.5707963267948966 rad + pos: -53.5,53.5 parent: 2 - uid: 34353 components: @@ -37717,17 +37785,17 @@ entities: parent: 2 - proto: ButtonFrameJanitor entities: - - uid: 15554 + - uid: 9044 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,60.5 + pos: -52.5,16.5 parent: 2 - - uid: 34348 + - uid: 15554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,14.5 + rot: 3.141592653589793 rad + pos: -11.5,60.5 parent: 2 - uid: 34365 components: @@ -38122,11 +38190,21 @@ entities: - type: Transform pos: 27.5,12.5 parent: 2 + - uid: 1218 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 - uid: 1243 components: - type: Transform pos: 32.5,-5.5 parent: 2 + - uid: 1245 + components: + - type: Transform + pos: -53.5,17.5 + parent: 2 - uid: 1275 components: - type: Transform @@ -38142,6 +38220,11 @@ entities: - type: Transform pos: -52.5,-28.5 parent: 2 + - uid: 1346 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 - uid: 1350 components: - type: Transform @@ -38167,6 +38250,11 @@ entities: - type: Transform pos: 31.5,5.5 parent: 2 + - uid: 1456 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 - uid: 1494 components: - type: Transform @@ -38417,11 +38505,6 @@ entities: - type: Transform pos: -41.5,20.5 parent: 2 - - uid: 2179 - components: - - type: Transform - pos: -48.5,30.5 - parent: 2 - uid: 2180 components: - type: Transform @@ -38447,11 +38530,6 @@ entities: - 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 @@ -38540,7 +38618,7 @@ entities: - uid: 2704 components: - type: Transform - pos: -49.5,30.5 + pos: -54.5,25.5 parent: 2 - uid: 2711 components: @@ -38747,6 +38825,11 @@ entities: - type: Transform pos: -20.5,-46.5 parent: 2 + - uid: 3304 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 - uid: 3364 components: - type: Transform @@ -38832,46 +38915,36 @@ entities: - type: Transform pos: 73.5,-10.5 parent: 2 - - uid: 3690 - components: - - type: Transform - pos: -31.5,47.5 - parent: 2 - - uid: 3710 + - uid: 3651 components: - type: Transform - pos: -52.5,-15.5 + pos: -58.5,13.5 parent: 2 - - uid: 3742 + - uid: 3658 components: - type: Transform - pos: -12.5,44.5 + pos: -59.5,13.5 parent: 2 - - uid: 3788 + - uid: 3690 components: - type: Transform - pos: -66.5,24.5 + pos: -31.5,47.5 parent: 2 - - uid: 3833 + - uid: 3710 components: - type: Transform - pos: -50.5,30.5 + pos: -52.5,-15.5 parent: 2 - - uid: 3835 + - uid: 3742 components: - type: Transform - pos: -51.5,30.5 + pos: -12.5,44.5 parent: 2 - uid: 3843 components: - type: Transform pos: -43.5,20.5 parent: 2 - - uid: 3851 - components: - - type: Transform - pos: -52.5,30.5 - parent: 2 - uid: 3930 components: - type: Transform @@ -38882,11 +38955,6 @@ entities: - 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 @@ -38947,11 +39015,6 @@ entities: - type: Transform pos: -31.5,45.5 parent: 2 - - uid: 4241 - components: - - type: Transform - pos: -53.5,30.5 - parent: 2 - uid: 4296 components: - type: Transform @@ -39242,11 +39305,6 @@ entities: - 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 @@ -39732,6 +39790,11 @@ entities: - type: Transform pos: 40.5,13.5 parent: 2 + - uid: 6284 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 - uid: 6301 components: - type: Transform @@ -40067,6 +40130,21 @@ entities: - type: Transform pos: 2.5,19.5 parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 + - uid: 7491 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 - uid: 7570 components: - type: Transform @@ -40087,6 +40165,11 @@ entities: - type: Transform pos: 25.5,-23.5 parent: 2 + - uid: 7643 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 - uid: 7692 components: - type: Transform @@ -40302,25 +40385,10 @@ entities: - 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 + pos: -53.5,64.5 parent: 2 - uid: 8322 components: @@ -40347,16 +40415,6 @@ entities: - type: Transform pos: -98.5,-4.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: 8447 components: - type: Transform @@ -40432,100 +40490,105 @@ entities: - type: Transform pos: 13.5,20.5 parent: 2 - - uid: 8744 + - uid: 8761 components: - type: Transform - pos: -55.5,16.5 + pos: -99.5,3.5 parent: 2 - - uid: 8745 + - uid: 8803 components: - type: Transform - pos: -56.5,16.5 + pos: -54.5,27.5 parent: 2 - - uid: 8746 + - uid: 8810 components: - type: Transform - pos: -60.5,17.5 + pos: -53.5,34.5 parent: 2 - - uid: 8748 + - uid: 8878 components: - type: Transform - pos: -58.5,17.5 + pos: -60.5,28.5 parent: 2 - - uid: 8749 + - uid: 8883 components: - type: Transform - pos: -57.5,17.5 + pos: -54.5,34.5 parent: 2 - - uid: 8761 + - uid: 8931 components: - type: Transform - pos: -99.5,3.5 + pos: -54.5,28.5 parent: 2 - - uid: 9098 + - uid: 8948 components: - type: Transform - pos: 83.5,1.5 + pos: -51.5,24.5 parent: 2 - - uid: 9139 + - uid: 8951 components: - type: Transform - pos: -56.5,-28.5 + pos: -60.5,29.5 parent: 2 - - uid: 9289 + - uid: 8960 components: - type: Transform - pos: -40.5,-34.5 + pos: -53.5,24.5 parent: 2 - - uid: 9348 + - uid: 8979 components: - type: Transform - pos: -44.5,41.5 + pos: -54.5,29.5 parent: 2 - - uid: 9509 + - uid: 9026 components: - type: Transform - pos: -98.5,18.5 + pos: -45.5,42.5 parent: 2 - - uid: 9512 + - uid: 9040 components: - type: Transform - pos: -98.5,27.5 + pos: -60.5,34.5 parent: 2 - - uid: 9581 + - uid: 9098 components: - type: Transform - pos: -98.5,28.5 + pos: 83.5,1.5 parent: 2 - - uid: 9603 + - uid: 9139 components: - type: Transform - pos: 13.5,14.5 + pos: -56.5,-28.5 parent: 2 - - uid: 9618 + - uid: 9289 components: - type: Transform - pos: -43.5,30.5 + pos: -40.5,-34.5 parent: 2 - - uid: 9619 + - uid: 9348 components: - type: Transform - pos: -45.5,30.5 + pos: -38.5,42.5 parent: 2 - - uid: 9620 + - uid: 9509 components: - type: Transform - pos: -44.5,30.5 + pos: -98.5,18.5 parent: 2 - - uid: 9621 + - uid: 9512 components: - type: Transform - pos: -46.5,30.5 + pos: -98.5,27.5 parent: 2 - - uid: 9622 + - uid: 9581 components: - type: Transform - pos: -47.5,30.5 + pos: -98.5,28.5 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: 13.5,14.5 parent: 2 - uid: 9645 components: @@ -40557,100 +40620,55 @@ entities: - type: Transform pos: -74.5,-34.5 parent: 2 - - uid: 9966 - components: - - type: Transform - pos: 18.5,29.5 - parent: 2 - - uid: 10026 - components: - - type: Transform - pos: 15.5,14.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 + - uid: 9954 components: - type: Transform - pos: -60.5,34.5 + pos: -50.5,13.5 parent: 2 - - uid: 10087 + - uid: 9966 components: - type: Transform - pos: -59.5,34.5 + pos: 18.5,29.5 parent: 2 - - uid: 10088 + - uid: 9968 components: - type: Transform - pos: -58.5,34.5 + pos: -53.5,13.5 parent: 2 - - uid: 10089 + - uid: 9972 components: - type: Transform - pos: -57.5,34.5 + pos: -52.5,13.5 parent: 2 - - uid: 10090 + - uid: 9977 components: - type: Transform - pos: -56.5,34.5 + pos: -49.5,13.5 parent: 2 - - uid: 10091 + - uid: 10026 components: - type: Transform - pos: -55.5,34.5 + pos: 15.5,14.5 parent: 2 - - uid: 10092 + - uid: 10057 components: - type: Transform - pos: -54.5,34.5 + pos: 7.5,70.5 parent: 2 - - uid: 10093 + - uid: 10058 components: - type: Transform - pos: -54.5,35.5 + pos: 8.5,68.5 parent: 2 - - uid: 10094 + - uid: 10081 components: - type: Transform - pos: -54.5,36.5 + pos: -64.5,35.5 parent: 2 - - uid: 10095 + - uid: 10082 components: - type: Transform - pos: -54.5,37.5 + pos: -64.5,34.5 parent: 2 - uid: 10097 components: @@ -40887,175 +40905,15 @@ entities: - type: Transform pos: -57.5,-28.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 + pos: -47.5,34.5 parent: 2 - uid: 10191 components: @@ -41077,105 +40935,30 @@ entities: - type: Transform pos: 60.5,50.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 + pos: -48.5,34.5 parent: 2 - uid: 10223 components: - type: Transform - pos: -43.5,32.5 + pos: -46.5,34.5 parent: 2 - uid: 10224 components: - type: Transform - pos: -43.5,33.5 + pos: -52.5,34.5 parent: 2 - uid: 10225 components: - type: Transform - pos: -43.5,34.5 + pos: -56.5,34.5 parent: 2 - uid: 10226 components: - type: Transform - pos: -43.5,35.5 + pos: -58.5,34.5 parent: 2 - uid: 10228 components: @@ -41185,7 +40968,7 @@ entities: - uid: 10229 components: - type: Transform - pos: -43.5,38.5 + pos: -61.5,34.5 parent: 2 - uid: 10237 components: @@ -41197,11 +40980,6 @@ entities: - 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 @@ -41297,16 +41075,6 @@ entities: - type: Transform pos: -17.5,38.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 @@ -44142,11 +43910,6 @@ entities: - type: Transform pos: 49.5,-33.5 parent: 2 - - uid: 12479 - components: - - type: Transform - pos: -67.5,24.5 - parent: 2 - uid: 12482 components: - type: Transform @@ -47347,16 +47110,6 @@ entities: - 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 @@ -47437,16 +47190,6 @@ entities: - 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 @@ -47537,6 +47280,16 @@ entities: - type: Transform pos: -98.5,-1.5 parent: 2 + - uid: 15076 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 15119 + components: + - type: Transform + pos: -68.5,64.5 + parent: 2 - uid: 15158 components: - type: Transform @@ -47547,6 +47300,11 @@ entities: - type: Transform pos: 10.5,-28.5 parent: 2 + - uid: 15206 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 - uid: 15212 components: - type: Transform @@ -47582,6 +47340,11 @@ entities: - type: Transform pos: -44.5,18.5 parent: 2 + - uid: 15376 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 - uid: 15488 components: - type: Transform @@ -48592,6 +48355,11 @@ entities: - type: Transform pos: -77.5,-10.5 parent: 2 + - uid: 16484 + components: + - type: Transform + pos: -40.5,72.5 + parent: 2 - uid: 16494 components: - type: Transform @@ -48627,16 +48395,6 @@ entities: - type: Transform pos: -9.5,-4.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: 16680 components: - type: Transform @@ -48652,6 +48410,31 @@ entities: - type: Transform pos: 12.5,-35.5 parent: 2 + - uid: 16962 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 16966 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + pos: -49.5,34.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + pos: -57.5,24.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 - uid: 17386 components: - type: Transform @@ -48922,6 +48705,11 @@ entities: - type: Transform pos: -40.5,-17.5 parent: 2 + - uid: 18175 + components: + - type: Transform + pos: -55.5,24.5 + parent: 2 - uid: 18201 components: - type: Transform @@ -49182,6 +48970,11 @@ entities: - type: Transform pos: -33.5,63.5 parent: 2 + - uid: 18330 + components: + - type: Transform + pos: -63.5,64.5 + parent: 2 - uid: 18357 components: - type: Transform @@ -49267,6 +49060,11 @@ entities: - type: Transform pos: -89.5,-56.5 parent: 2 + - uid: 19174 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 - uid: 19176 components: - type: Transform @@ -49382,41 +49180,6 @@ entities: - 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 @@ -49482,6 +49245,11 @@ entities: - type: Transform pos: -5.5,-28.5 parent: 2 + - uid: 19331 + components: + - type: Transform + pos: -69.5,62.5 + parent: 2 - uid: 19353 components: - type: Transform @@ -51537,6 +51305,11 @@ entities: - type: Transform pos: -87.5,23.5 parent: 2 + - uid: 21011 + components: + - type: Transform + pos: -56.5,24.5 + parent: 2 - uid: 21015 components: - type: Transform @@ -51577,11 +51350,6 @@ entities: - type: Transform pos: -34.5,30.5 parent: 2 - - uid: 21134 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - uid: 21135 components: - type: Transform @@ -54167,96 +53935,31 @@ entities: - 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 @@ -54317,11 +54020,6 @@ entities: - type: Transform pos: -38.5,43.5 parent: 2 - - uid: 21876 - components: - - type: Transform - pos: -37.5,43.5 - parent: 2 - uid: 21885 components: - type: Transform @@ -54517,10 +54215,10 @@ entities: - type: Transform pos: 79.5,6.5 parent: 2 - - uid: 22536 + - uid: 22523 components: - type: Transform - pos: -51.5,63.5 + pos: -69.5,64.5 parent: 2 - uid: 22572 components: @@ -54537,6 +54235,11 @@ entities: - type: Transform pos: 21.5,29.5 parent: 2 + - uid: 22657 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 - uid: 22662 components: - type: Transform @@ -54547,6 +54250,11 @@ entities: - type: Transform pos: 76.5,6.5 parent: 2 + - uid: 22701 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 - uid: 22710 components: - type: Transform @@ -54587,11 +54295,6 @@ entities: - type: Transform pos: -78.5,29.5 parent: 2 - - uid: 23008 - components: - - type: Transform - pos: -59.5,33.5 - parent: 2 - uid: 23028 components: - type: Transform @@ -54687,6 +54390,16 @@ entities: - type: Transform pos: 96.5,-24.5 parent: 2 + - uid: 23386 + components: + - type: Transform + pos: -59.5,24.5 + parent: 2 + - uid: 23387 + components: + - type: Transform + pos: -58.5,24.5 + parent: 2 - uid: 23464 components: - type: Transform @@ -54762,6 +54475,11 @@ entities: - type: Transform pos: -12.5,75.5 parent: 2 + - uid: 23567 + components: + - type: Transform + pos: -67.5,64.5 + parent: 2 - uid: 23583 components: - type: Transform @@ -54942,6 +54660,36 @@ entities: - type: Transform pos: 80.5,-7.5 parent: 2 + - uid: 23912 + components: + - type: Transform + pos: -55.5,13.5 + parent: 2 + - uid: 23914 + components: + - type: Transform + pos: -51.5,13.5 + parent: 2 + - uid: 23915 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 23916 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 + - uid: 23917 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 23993 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 - uid: 23999 components: - type: Transform @@ -54967,6 +54715,16 @@ entities: - type: Transform pos: -13.5,65.5 parent: 2 + - uid: 24620 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - uid: 24629 + components: + - type: Transform + pos: -62.5,24.5 + parent: 2 - uid: 24654 components: - type: Transform @@ -54997,40 +54755,25 @@ entities: - type: Transform pos: -32.5,63.5 parent: 2 - - uid: 24711 + - uid: 24714 components: - type: Transform - pos: -57.5,29.5 + pos: -60.5,24.5 parent: 2 - - uid: 24714 + - uid: 24754 components: - type: Transform - pos: -57.5,30.5 + pos: -63.5,24.5 parent: 2 - uid: 24830 components: - type: Transform pos: 17.5,-35.5 parent: 2 - - uid: 24894 - components: - - type: Transform - pos: -50.5,24.5 - parent: 2 - uid: 24926 components: - type: Transform - pos: -51.5,24.5 - parent: 2 - - uid: 24934 - components: - - type: Transform - pos: -48.5,24.5 - parent: 2 - - uid: 24944 - components: - - type: Transform - pos: -47.5,24.5 + pos: -54.5,26.5 parent: 2 - uid: 25082 components: @@ -55042,16 +54785,31 @@ entities: - type: Transform pos: 20.5,15.5 parent: 2 + - uid: 25097 + components: + - type: Transform + pos: -52.5,24.5 + parent: 2 - uid: 25169 components: - type: Transform pos: -29.5,33.5 parent: 2 + - uid: 25185 + components: + - type: Transform + pos: -56.5,13.5 + parent: 2 - uid: 25196 components: - type: Transform pos: 23.5,43.5 parent: 2 + - uid: 25222 + components: + - type: Transform + pos: -57.5,13.5 + parent: 2 - uid: 25255 components: - type: Transform @@ -55082,11 +54840,6 @@ entities: - type: Transform pos: -28.5,45.5 parent: 2 - - uid: 25979 - components: - - type: Transform - pos: -47.5,15.5 - parent: 2 - uid: 25981 components: - type: Transform @@ -55137,6 +54890,101 @@ entities: - type: Transform pos: 8.5,9.5 parent: 2 + - uid: 26254 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 26255 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 26256 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 26257 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 26258 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 26259 + components: + - type: Transform + pos: -59.5,18.5 + parent: 2 + - uid: 26261 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 26267 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 26268 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 26298 + components: + - type: Transform + pos: -52.5,18.5 + parent: 2 + - uid: 26299 + components: + - type: Transform + pos: -60.5,18.5 + parent: 2 + - uid: 26300 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - uid: 26304 + components: + - type: Transform + pos: -58.5,18.5 + parent: 2 + - uid: 26312 + components: + - type: Transform + pos: -61.5,18.5 + parent: 2 + - uid: 26313 + components: + - type: Transform + pos: -52.5,17.5 + parent: 2 + - uid: 26314 + components: + - type: Transform + pos: -51.5,17.5 + parent: 2 + - uid: 26315 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 26316 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 26317 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 - uid: 26373 components: - type: Transform @@ -55192,6 +55040,11 @@ entities: - type: Transform pos: -107.5,-6.5 parent: 2 + - uid: 26581 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 - uid: 26590 components: - type: Transform @@ -55472,11 +55325,6 @@ entities: - type: Transform pos: 81.5,0.5 parent: 2 - - uid: 27832 - components: - - type: Transform - pos: -54.5,44.5 - parent: 2 - uid: 27866 components: - type: Transform @@ -55487,11 +55335,6 @@ entities: - type: Transform pos: 94.5,-8.5 parent: 2 - - uid: 27872 - components: - - type: Transform - pos: -53.5,44.5 - parent: 2 - uid: 27876 components: - type: Transform @@ -55732,6 +55575,11 @@ entities: - type: Transform pos: 61.5,37.5 parent: 2 + - uid: 28140 + components: + - type: Transform + pos: -66.5,64.5 + parent: 2 - uid: 28146 components: - type: Transform @@ -55782,6 +55630,11 @@ entities: - type: Transform pos: 58.5,40.5 parent: 2 + - uid: 28339 + components: + - type: Transform + pos: -57.5,18.5 + parent: 2 - uid: 28377 components: - type: Transform @@ -55902,6 +55755,11 @@ entities: - type: Transform pos: 112.5,-25.5 parent: 2 + - uid: 28921 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 - uid: 28960 components: - type: Transform @@ -55912,6 +55770,11 @@ entities: - type: Transform pos: -29.5,-42.5 parent: 2 + - uid: 29039 + components: + - type: Transform + pos: -69.5,58.5 + parent: 2 - uid: 29043 components: - type: Transform @@ -56747,6 +56610,11 @@ entities: - type: Transform pos: 89.5,-11.5 parent: 2 + - uid: 30237 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 - uid: 30270 components: - type: Transform @@ -57177,6 +57045,11 @@ entities: - type: Transform pos: -48.5,61.5 parent: 2 + - uid: 31293 + components: + - type: Transform + pos: -65.5,64.5 + parent: 2 - uid: 31306 components: - type: Transform @@ -57307,6 +57180,11 @@ entities: - type: Transform pos: 28.5,-32.5 parent: 2 + - uid: 31446 + components: + - type: Transform + pos: -58.5,64.5 + parent: 2 - uid: 31451 components: - type: Transform @@ -57407,6 +57285,11 @@ entities: - type: Transform pos: -9.5,-29.5 parent: 2 + - uid: 31501 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 - uid: 31505 components: - type: Transform @@ -57467,65 +57350,10 @@ entities: - 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 + pos: -64.5,64.5 parent: 2 - uid: 31584 components: @@ -57572,51 +57400,6 @@ entities: - 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: 31729 components: - type: Transform @@ -57652,315 +57435,45 @@ entities: - 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 + pos: -69.5,59.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 + pos: -62.5,64.5 parent: 2 - uid: 31823 components: - type: Transform - pos: -65.5,24.5 + pos: -61.5,64.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 + pos: -59.5,64.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 + pos: -54.5,64.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 + pos: -69.5,60.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 + - uid: 31850 components: - type: Transform - pos: -58.5,15.5 + pos: -69.5,63.5 parent: 2 - - uid: 31886 + - uid: 31861 components: - type: Transform - pos: -57.5,15.5 + pos: -60.5,64.5 parent: 2 - uid: 31890 components: @@ -58342,11 +57855,6 @@ entities: - 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 @@ -59907,21 +59415,6 @@ entities: - 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 @@ -60817,16 +60310,6 @@ entities: - type: Transform pos: -38.5,2.5 parent: 2 - - uid: 34049 - components: - - type: Transform - pos: -52.5,19.5 - parent: 2 - - uid: 34070 - components: - - type: Transform - pos: -54.5,24.5 - parent: 2 - uid: 34074 components: - type: Transform @@ -62227,366 +61710,6 @@ entities: - 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 @@ -62777,6 +61900,41 @@ entities: - type: Transform pos: -42.5,59.5 parent: 2 + - uid: 34820 + components: + - type: Transform + pos: -51.5,44.5 + parent: 2 + - uid: 34821 + components: + - type: Transform + pos: -52.5,44.5 + parent: 2 + - uid: 34822 + components: + - type: Transform + pos: -53.5,44.5 + parent: 2 + - uid: 34823 + components: + - type: Transform + pos: -54.5,44.5 + parent: 2 + - uid: 34824 + components: + - type: Transform + pos: -55.5,44.5 + parent: 2 + - uid: 34825 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 + - uid: 34826 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 - uid: 34854 components: - type: Transform @@ -63932,11 +63090,86 @@ entities: - type: Transform pos: 84.5,76.5 parent: 2 + - uid: 35814 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 35815 + components: + - type: Transform + pos: -59.5,44.5 + parent: 2 - uid: 35819 components: - type: Transform pos: 84.5,75.5 parent: 2 + - uid: 35820 + components: + - type: Transform + pos: -60.5,44.5 + parent: 2 + - uid: 35821 + components: + - type: Transform + pos: -61.5,44.5 + parent: 2 + - uid: 35822 + components: + - type: Transform + pos: -60.5,45.5 + parent: 2 + - uid: 35823 + components: + - type: Transform + pos: -60.5,46.5 + parent: 2 + - uid: 35824 + components: + - type: Transform + pos: -60.5,47.5 + parent: 2 + - uid: 35825 + components: + - type: Transform + pos: -60.5,48.5 + parent: 2 + - uid: 35828 + components: + - type: Transform + pos: -60.5,49.5 + parent: 2 + - uid: 35829 + components: + - type: Transform + pos: -60.5,50.5 + parent: 2 + - uid: 35830 + components: + - type: Transform + pos: -60.5,51.5 + parent: 2 + - uid: 35831 + components: + - type: Transform + pos: -60.5,52.5 + parent: 2 + - uid: 35834 + components: + - type: Transform + pos: -60.5,53.5 + parent: 2 + - uid: 35835 + components: + - type: Transform + pos: -56.5,45.5 + parent: 2 + - uid: 35836 + components: + - type: Transform + pos: -56.5,46.5 + parent: 2 - uid: 35844 components: - type: Transform @@ -63947,6 +63180,21 @@ entities: - type: Transform pos: 84.5,73.5 parent: 2 + - uid: 35853 + components: + - type: Transform + pos: -56.5,47.5 + parent: 2 + - uid: 35854 + components: + - type: Transform + pos: -56.5,48.5 + parent: 2 + - uid: 35855 + components: + - type: Transform + pos: -56.5,49.5 + parent: 2 - uid: 35863 components: - type: Transform @@ -63987,11 +63235,36 @@ entities: - type: Transform pos: 69.5,81.5 parent: 2 + - uid: 35952 + components: + - type: Transform + pos: -56.5,50.5 + parent: 2 + - uid: 35953 + components: + - type: Transform + pos: -56.5,51.5 + parent: 2 + - uid: 35954 + components: + - type: Transform + pos: -56.5,52.5 + parent: 2 - uid: 35955 components: - type: Transform pos: 69.5,80.5 parent: 2 + - uid: 35963 + components: + - type: Transform + pos: -56.5,53.5 + parent: 2 + - uid: 35965 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 - uid: 35984 components: - type: Transform @@ -64002,6 +63275,11 @@ entities: - type: Transform pos: 71.5,84.5 parent: 2 + - uid: 36042 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 - uid: 36051 components: - type: Transform @@ -64017,6 +63295,26 @@ entities: - type: Transform pos: -48.5,9.5 parent: 2 + - uid: 36082 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 36107 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 36108 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 + - uid: 36109 + components: + - type: Transform + pos: -58.5,55.5 + parent: 2 - uid: 36160 components: - type: Transform @@ -64037,85 +63335,105 @@ entities: - type: Transform pos: 72.5,86.5 parent: 2 + - uid: 36175 + components: + - type: Transform + pos: -58.5,56.5 + parent: 2 + - uid: 36176 + components: + - type: Transform + pos: -58.5,57.5 + parent: 2 - uid: 36177 components: - type: Transform pos: 73.5,86.5 parent: 2 - - uid: 36291 + - uid: 36182 components: - type: Transform - pos: -47.5,31.5 + pos: -58.5,58.5 parent: 2 - - uid: 36292 + - uid: 36259 components: - type: Transform - pos: -48.5,32.5 + pos: -58.5,59.5 parent: 2 - - uid: 36293 + - uid: 36260 components: - type: Transform - pos: -47.5,32.5 + pos: -58.5,60.5 parent: 2 - - uid: 36294 + - uid: 36261 components: - type: Transform - pos: -46.5,32.5 + pos: -52.5,45.5 parent: 2 - - uid: 36298 + - uid: 36262 components: - type: Transform - pos: -50.5,35.5 + pos: -52.5,46.5 parent: 2 - - uid: 36299 + - uid: 36263 components: - type: Transform - pos: -50.5,34.5 + pos: -52.5,47.5 parent: 2 - - uid: 36300 + - uid: 36264 components: - type: Transform - pos: -50.5,33.5 + pos: -52.5,48.5 parent: 2 - - uid: 36301 + - uid: 36265 components: - type: Transform - pos: -58.5,33.5 + pos: -52.5,49.5 parent: 2 - - uid: 36302 + - uid: 36266 components: - type: Transform - pos: -56.5,26.5 + pos: -52.5,50.5 parent: 2 - - uid: 36303 + - uid: 36267 components: - type: Transform - pos: -56.5,27.5 + pos: -52.5,51.5 parent: 2 - - uid: 36304 + - uid: 36268 components: - type: Transform - pos: -56.5,23.5 + pos: -52.5,52.5 parent: 2 - - uid: 36305 + - uid: 36269 components: - type: Transform - pos: -56.5,22.5 + pos: -52.5,53.5 parent: 2 - - uid: 36343 + - uid: 36270 components: - type: Transform - pos: -50.5,15.5 + pos: -52.5,54.5 parent: 2 - - uid: 36344 + - uid: 36271 components: - type: Transform - pos: -49.5,15.5 + pos: -52.5,55.5 parent: 2 - - uid: 36345 + - uid: 36272 components: - type: Transform - pos: -48.5,15.5 + pos: -52.5,56.5 + parent: 2 + - uid: 36280 + components: + - type: Transform + pos: -52.5,57.5 + parent: 2 + - uid: 36302 + components: + - type: Transform + pos: -55.5,64.5 parent: 2 - uid: 36346 components: @@ -65072,6 +64390,26 @@ entities: - type: Transform pos: 29.5,-20.5 parent: 2 + - uid: 38704 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 38705 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 + - uid: 38706 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 38797 + components: + - type: Transform + pos: -45.5,40.5 + parent: 2 - uid: 38799 components: - type: Transform @@ -65232,12 +64570,52 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 + - uid: 39392 + components: + - type: Transform + pos: -45.5,39.5 + parent: 2 + - uid: 39393 + components: + - type: Transform + pos: -45.5,38.5 + parent: 2 + - uid: 39394 + components: + - type: Transform + pos: -44.5,38.5 + parent: 2 + - uid: 39395 + components: + - type: Transform + pos: -43.5,38.5 + parent: 2 + - uid: 39396 + components: + - type: Transform + pos: -46.5,33.5 + parent: 2 + - uid: 39397 + components: + - type: Transform + pos: -38.5,41.5 + parent: 2 + - uid: 39398 + components: + - type: Transform + pos: -38.5,40.5 + parent: 2 + - uid: 39399 + components: + - type: Transform + pos: -38.5,39.5 + parent: 2 - proto: CableApcStack entities: - - uid: 7993 + - uid: 37500 components: - type: Transform - pos: -47.674454,16.665512 + pos: -58.407085,43.545338 parent: 2 - proto: CableApcStack1 entities: @@ -65294,21 +64672,6 @@ 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 @@ -65319,46 +64682,11 @@ entities: - type: Transform pos: -44.5,21.5 parent: 2 - - uid: 208 - components: - - type: Transform - pos: -61.5,31.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: 791 components: - type: Transform @@ -65509,6 +64837,11 @@ entities: - type: Transform pos: 11.5,-26.5 parent: 2 + - uid: 2378 + components: + - type: Transform + pos: -56.5,44.5 + parent: 2 - uid: 2403 components: - type: Transform @@ -65519,6 +64852,11 @@ entities: - type: Transform pos: 15.5,-26.5 parent: 2 + - uid: 2420 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 - uid: 2433 components: - type: Transform @@ -65544,6 +64882,11 @@ entities: - type: Transform pos: 13.5,-26.5 parent: 2 + - uid: 2610 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 - uid: 2616 components: - type: Transform @@ -65744,16 +65087,6 @@ entities: - type: Transform pos: -40.5,31.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: 3817 components: - type: Transform @@ -65779,46 +65112,16 @@ entities: - type: Transform pos: -25.5,6.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: 4079 components: - type: Transform pos: 32.5,45.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,43.5 parent: 2 - - uid: 4336 - components: - - type: Transform - pos: -47.5,17.5 - parent: 2 - uid: 4649 components: - type: Transform @@ -65874,6 +65177,11 @@ entities: - type: Transform pos: -93.5,-33.5 parent: 2 + - uid: 4868 + components: + - type: Transform + pos: -54.5,64.5 + parent: 2 - uid: 4873 components: - type: Transform @@ -65902,7 +65210,7 @@ entities: - uid: 4883 components: - type: Transform - pos: -60.5,44.5 + pos: -53.5,64.5 parent: 2 - uid: 4884 components: @@ -65994,11 +65302,6 @@ entities: - type: Transform pos: -29.5,-1.5 parent: 2 - - uid: 5870 - components: - - type: Transform - pos: -53.5,17.5 - parent: 2 - uid: 5902 components: - type: Transform @@ -66139,6 +65442,11 @@ entities: - type: Transform pos: -24.5,40.5 parent: 2 + - uid: 7464 + components: + - type: Transform + pos: -52.5,64.5 + parent: 2 - uid: 7466 components: - type: Transform @@ -66169,11 +65477,6 @@ entities: - type: Transform pos: -11.5,68.5 parent: 2 - - uid: 7492 - components: - - type: Transform - pos: -51.5,59.5 - parent: 2 - uid: 7553 components: - type: Transform @@ -66219,11 +65522,6 @@ entities: - type: Transform pos: 69.5,38.5 parent: 2 - - uid: 7964 - components: - - type: Transform - pos: -51.5,56.5 - parent: 2 - uid: 7968 components: - type: Transform @@ -66259,6 +65557,11 @@ entities: - type: Transform pos: -52.5,54.5 parent: 2 + - uid: 8284 + components: + - type: Transform + pos: -57.5,64.5 + parent: 2 - uid: 8302 components: - type: Transform @@ -66282,17 +65585,12 @@ entities: - uid: 8317 components: - type: Transform - pos: -51.5,57.5 + pos: -55.5,64.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 + pos: -58.5,64.5 parent: 2 - uid: 8323 components: @@ -66369,65 +65667,45 @@ entities: - type: Transform pos: -43.5,20.5 parent: 2 - - uid: 8771 - components: - - type: Transform - pos: -47.5,16.5 - parent: 2 - uid: 8825 components: - type: Transform pos: 28.5,-29.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 + pos: -54.5,16.5 parent: 2 - - uid: 8948 + - uid: 8949 components: - type: Transform - pos: -61.5,28.5 + pos: -54.5,14.5 parent: 2 - - uid: 8956 + - uid: 8962 components: - type: Transform - pos: -61.5,30.5 + pos: -54.5,12.5 parent: 2 - uid: 8977 components: - type: Transform pos: 39.5,16.5 parent: 2 - - uid: 8978 + - uid: 9009 components: - type: Transform - pos: -62.5,36.5 + pos: -54.5,34.5 parent: 2 - - uid: 8980 + - uid: 9021 components: - type: Transform - pos: -63.5,35.5 + pos: -54.5,35.5 parent: 2 - - uid: 8982 + - uid: 9024 components: - type: Transform - pos: -61.5,36.5 + pos: -54.5,32.5 parent: 2 - uid: 9052 components: @@ -66494,6 +65772,21 @@ entities: - type: Transform pos: -17.5,45.5 parent: 2 + - uid: 9520 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 - uid: 9542 components: - type: Transform @@ -66534,6 +65827,11 @@ entities: - type: Transform pos: -26.5,60.5 parent: 2 + - uid: 9572 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 - uid: 9573 components: - type: Transform @@ -66979,11 +66277,6 @@ entities: - 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 @@ -66999,36 +66292,11 @@ entities: - 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: 9913 components: - type: Transform pos: 89.5,-9.5 parent: 2 - - uid: 9914 - components: - - type: Transform - pos: -59.5,34.5 - parent: 2 - uid: 9915 components: - type: Transform @@ -67054,16 +66322,6 @@ entities: - 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 @@ -67094,11 +66352,6 @@ entities: - 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 @@ -67114,21 +66367,11 @@ entities: - 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 @@ -67284,6 +66527,11 @@ entities: - type: Transform pos: 32.5,52.5 parent: 2 + - uid: 10219 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 - uid: 10266 components: - type: Transform @@ -69657,13 +68905,18 @@ entities: - uid: 11263 components: - type: Transform - pos: -51.5,63.5 + pos: -63.5,49.5 parent: 2 - uid: 11268 components: - type: Transform pos: 25.5,-16.5 parent: 2 + - uid: 11299 + components: + - type: Transform + pos: -63.5,48.5 + parent: 2 - uid: 11324 components: - type: Transform @@ -69754,6 +69007,11 @@ entities: - type: Transform pos: -45.5,56.5 parent: 2 + - uid: 11647 + components: + - type: Transform + pos: -60.5,48.5 + parent: 2 - uid: 11650 components: - type: Transform @@ -69869,6 +69127,11 @@ entities: - type: Transform pos: 30.5,-26.5 parent: 2 + - uid: 11851 + components: + - type: Transform + pos: -55.5,44.5 + parent: 2 - uid: 11866 components: - type: Transform @@ -70174,6 +69437,11 @@ entities: - type: Transform pos: 83.5,-11.5 parent: 2 + - uid: 12062 + components: + - type: Transform + pos: -58.5,48.5 + parent: 2 - uid: 12067 components: - type: Transform @@ -70184,10 +69452,10 @@ entities: - type: Transform pos: 31.5,-26.5 parent: 2 - - uid: 12078 + - uid: 12087 components: - type: Transform - pos: -61.5,34.5 + pos: -54.5,37.5 parent: 2 - uid: 12102 components: @@ -70204,16 +69472,6 @@ entities: - type: Transform pos: -6.5,-2.5 parent: 2 - - uid: 12333 - components: - - type: Transform - pos: -60.5,34.5 - parent: 2 - - uid: 12336 - components: - - type: Transform - pos: -62.5,34.5 - parent: 2 - uid: 12339 components: - type: Transform @@ -70894,21 +70152,6 @@ entities: - 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: 13239 components: - type: Transform @@ -71204,6 +70447,11 @@ entities: - type: Transform pos: -93.5,-38.5 parent: 2 + - uid: 13459 + components: + - type: Transform + pos: -59.5,48.5 + parent: 2 - uid: 13462 components: - type: Transform @@ -71624,6 +70872,11 @@ entities: - type: Transform pos: -82.5,-65.5 parent: 2 + - uid: 13706 + components: + - type: Transform + pos: -63.5,47.5 + parent: 2 - uid: 13720 components: - type: Transform @@ -71654,6 +70907,11 @@ entities: - type: Transform pos: 80.5,4.5 parent: 2 + - uid: 13756 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 - uid: 13762 components: - type: Transform @@ -72409,6 +71667,16 @@ entities: - type: Transform pos: 50.5,17.5 parent: 2 + - uid: 15023 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 - uid: 15077 components: - type: Transform @@ -72534,6 +71802,11 @@ entities: - type: Transform pos: -26.5,49.5 parent: 2 + - uid: 15463 + components: + - type: Transform + pos: -63.5,54.5 + parent: 2 - uid: 15465 components: - type: Transform @@ -72559,6 +71832,11 @@ entities: - type: Transform pos: -37.5,55.5 parent: 2 + - uid: 15495 + components: + - type: Transform + pos: -56.5,64.5 + parent: 2 - uid: 15516 components: - type: Transform @@ -72934,6 +72212,26 @@ entities: - type: Transform pos: -6.5,64.5 parent: 2 + - uid: 16488 + components: + - type: Transform + pos: -64.5,54.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: -65.5,54.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -66.5,54.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: -67.5,54.5 + parent: 2 - uid: 16526 components: - type: Transform @@ -73009,6 +72307,11 @@ entities: - type: Transform pos: 82.5,-13.5 parent: 2 + - uid: 17004 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 - uid: 17005 components: - type: Transform @@ -73019,6 +72322,11 @@ entities: - type: Transform pos: -37.5,50.5 parent: 2 + - uid: 17018 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 - uid: 17023 components: - type: Transform @@ -73074,6 +72382,16 @@ entities: - type: Transform pos: -46.5,65.5 parent: 2 + - uid: 17795 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 17812 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 - uid: 17820 components: - type: Transform @@ -73149,6 +72467,11 @@ entities: - type: Transform pos: -3.5,70.5 parent: 2 + - uid: 18328 + components: + - type: Transform + pos: -50.5,56.5 + parent: 2 - uid: 18335 components: - type: Transform @@ -73174,6 +72497,16 @@ entities: - type: Transform pos: -40.5,72.5 parent: 2 + - uid: 18388 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 18405 + components: + - type: Transform + pos: -68.5,54.5 + parent: 2 - uid: 18511 components: - type: Transform @@ -73194,6 +72527,11 @@ entities: - type: Transform pos: 86.5,-9.5 parent: 2 + - uid: 18543 + components: + - type: Transform + pos: -50.5,55.5 + parent: 2 - uid: 18559 components: - type: Transform @@ -73599,6 +72937,11 @@ entities: - type: Transform pos: 73.5,30.5 parent: 2 + - uid: 19127 + components: + - type: Transform + pos: -61.5,54.5 + parent: 2 - uid: 19136 components: - type: Transform @@ -73639,16 +72982,26 @@ entities: - type: Transform pos: 79.5,-15.5 parent: 2 - - uid: 19287 + - uid: 19215 components: - type: Transform - pos: -61.5,32.5 + pos: -62.5,54.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + pos: -54.5,36.5 parent: 2 - uid: 19315 components: - type: Transform pos: -46.5,60.5 parent: 2 + - uid: 19335 + components: + - type: Transform + pos: -50.5,53.5 + parent: 2 - uid: 19352 components: - type: Transform @@ -75099,6 +74452,11 @@ entities: - type: Transform pos: -40.5,29.5 parent: 2 + - uid: 22528 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 - uid: 22541 components: - type: Transform @@ -75119,16 +74477,36 @@ entities: - type: Transform pos: -28.5,68.5 parent: 2 + - uid: 22614 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 - uid: 22654 components: - type: Transform pos: -12.5,43.5 parent: 2 + - uid: 22668 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 + - uid: 22669 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 - uid: 22692 components: - type: Transform pos: -4.5,1.5 parent: 2 + - uid: 22703 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 - uid: 22737 components: - type: Transform @@ -75214,11 +74592,6 @@ entities: - type: Transform pos: -13.5,68.5 parent: 2 - - uid: 23038 - components: - - type: Transform - pos: -61.5,44.5 - parent: 2 - uid: 23056 components: - type: Transform @@ -75309,11 +74682,21 @@ entities: - type: Transform pos: -42.5,20.5 parent: 2 + - uid: 23290 + components: + - type: Transform + pos: -54.5,24.5 + parent: 2 - uid: 23328 components: - type: Transform pos: 12.5,68.5 parent: 2 + - uid: 23350 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 - uid: 23362 components: - type: Transform @@ -75389,11 +74772,36 @@ entities: - type: Transform pos: -27.5,55.5 parent: 2 + - uid: 23702 + components: + - type: Transform + pos: -69.5,59.5 + parent: 2 + - uid: 23707 + components: + - type: Transform + pos: -69.5,57.5 + parent: 2 - uid: 23709 components: - type: Transform pos: -6.5,1.5 parent: 2 + - uid: 23711 + components: + - type: Transform + pos: -69.5,58.5 + parent: 2 + - uid: 23712 + components: + - type: Transform + pos: -69.5,60.5 + parent: 2 + - uid: 23713 + components: + - type: Transform + pos: -69.5,61.5 + parent: 2 - uid: 23755 components: - type: Transform @@ -75414,11 +74822,41 @@ entities: - type: Transform pos: 0.5,64.5 parent: 2 + - uid: 23762 + components: + - type: Transform + pos: -69.5,56.5 + parent: 2 + - uid: 23763 + components: + - type: Transform + pos: -69.5,54.5 + parent: 2 + - uid: 23765 + components: + - type: Transform + pos: -69.5,55.5 + parent: 2 + - uid: 23786 + components: + - type: Transform + pos: -50.5,54.5 + parent: 2 - uid: 23827 components: - type: Transform pos: 33.5,54.5 parent: 2 + - uid: 23907 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 + - uid: 23908 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 - uid: 23998 components: - type: Transform @@ -75429,6 +74867,11 @@ entities: - type: Transform pos: 33.5,53.5 parent: 2 + - uid: 24108 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 - uid: 24194 components: - type: Transform @@ -75439,6 +74882,16 @@ entities: - type: Transform pos: -37.5,26.5 parent: 2 + - uid: 24302 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 + - uid: 24303 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 - uid: 24312 components: - type: Transform @@ -75454,6 +74907,11 @@ entities: - type: Transform pos: -44.5,24.5 parent: 2 + - uid: 24440 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 - uid: 24525 components: - type: Transform @@ -75464,6 +74922,11 @@ entities: - type: Transform pos: -1.5,26.5 parent: 2 + - uid: 24894 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 - uid: 24937 components: - type: Transform @@ -75474,6 +74937,16 @@ entities: - type: Transform pos: 10.5,20.5 parent: 2 + - uid: 25098 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 25112 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 - uid: 25120 components: - type: Transform @@ -75494,11 +74967,6 @@ entities: - type: Transform pos: -34.5,27.5 parent: 2 - - uid: 25944 - components: - - type: Transform - pos: -47.5,15.5 - parent: 2 - uid: 26039 components: - type: Transform @@ -75509,6 +74977,16 @@ entities: - type: Transform pos: 103.5,-9.5 parent: 2 + - uid: 26251 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 26252 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 - uid: 26359 components: - type: Transform @@ -75519,11 +74997,6 @@ entities: - type: Transform pos: 79.5,-12.5 parent: 2 - - uid: 26459 - components: - - type: Transform - pos: -51.5,62.5 - parent: 2 - uid: 26497 components: - type: Transform @@ -75929,6 +75402,16 @@ entities: - type: Transform pos: -23.5,52.5 parent: 2 + - uid: 28828 + components: + - type: Transform + pos: -58.5,44.5 + parent: 2 + - uid: 28829 + components: + - type: Transform + pos: -57.5,44.5 + parent: 2 - uid: 28886 components: - type: Transform @@ -76139,6 +75622,11 @@ entities: - type: Transform pos: 47.5,32.5 parent: 2 + - uid: 29636 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 - uid: 29640 components: - type: Transform @@ -76154,6 +75642,11 @@ entities: - type: Transform pos: 39.5,32.5 parent: 2 + - uid: 29726 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 - uid: 29976 components: - type: Transform @@ -76184,6 +75677,11 @@ entities: - type: Transform pos: -44.5,23.5 parent: 2 + - uid: 30697 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 - uid: 30737 components: - type: Transform @@ -76339,6 +75837,11 @@ entities: - type: Transform pos: -51.5,65.5 parent: 2 + - uid: 31115 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 - uid: 31242 components: - type: Transform @@ -76447,52 +75950,47 @@ entities: - uid: 31289 components: - type: Transform - pos: -59.5,44.5 + pos: -56.5,48.5 parent: 2 - uid: 31290 components: - type: Transform - pos: -58.5,44.5 + pos: -54.5,47.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 + pos: -54.5,46.5 parent: 2 - - uid: 31293 + - uid: 31296 components: - type: Transform - pos: -55.5,44.5 + pos: -54.5,42.5 parent: 2 - - uid: 31294 + - uid: 31297 components: - type: Transform - pos: -54.5,44.5 + pos: -54.5,41.5 parent: 2 - - uid: 31295 + - uid: 31298 components: - type: Transform - pos: -54.5,43.5 + pos: -54.5,40.5 parent: 2 - - uid: 31296 + - uid: 31480 components: - type: Transform - pos: -54.5,42.5 + pos: -54.5,44.5 parent: 2 - - uid: 31297 + - uid: 31564 components: - type: Transform - pos: -54.5,41.5 + pos: -54.5,48.5 parent: 2 - - uid: 31298 + - uid: 31566 components: - type: Transform - pos: -54.5,40.5 + pos: -56.5,49.5 parent: 2 - uid: 31697 components: @@ -76529,120 +76027,145 @@ entities: - type: Transform pos: -65.5,-3.5 parent: 2 - - uid: 31843 + - uid: 31802 components: - type: Transform - pos: -62.5,26.5 + pos: -60.5,49.5 parent: 2 - - uid: 31845 + - uid: 31803 components: - type: Transform - pos: -62.5,24.5 + pos: -57.5,48.5 parent: 2 - - uid: 31846 + - uid: 31804 components: - type: Transform - pos: -62.5,23.5 + pos: -60.5,47.5 parent: 2 - - uid: 31847 + - uid: 31820 components: - type: Transform - pos: -63.5,26.5 + pos: -37.5,47.5 parent: 2 - - uid: 31848 + - uid: 31821 components: - type: Transform - pos: -63.5,25.5 + pos: -38.5,47.5 parent: 2 - - uid: 31849 + - uid: 31822 components: - type: Transform - pos: -63.5,24.5 + pos: -62.5,46.5 parent: 2 - - uid: 31850 + - uid: 31825 components: - type: Transform - pos: -63.5,23.5 + pos: -62.5,48.5 parent: 2 - - uid: 31851 + - uid: 31828 components: - type: Transform - pos: -64.5,26.5 + pos: -62.5,49.5 parent: 2 - - uid: 31852 + - uid: 31829 components: - type: Transform - pos: -64.5,25.5 + pos: -62.5,47.5 parent: 2 - - uid: 31853 + - uid: 31830 components: - type: Transform - pos: -64.5,24.5 + pos: -62.5,45.5 parent: 2 - - uid: 31854 + - uid: 31831 components: - type: Transform - pos: -64.5,23.5 + pos: -54.5,45.5 parent: 2 - - uid: 31855 + - uid: 31832 components: - type: Transform - pos: -60.5,26.5 + pos: -61.5,44.5 parent: 2 - - uid: 31856 + - uid: 31833 components: - type: Transform - pos: -60.5,25.5 + pos: -62.5,44.5 parent: 2 - - uid: 31857 + - uid: 31834 components: - type: Transform - pos: -60.5,24.5 + pos: -60.5,44.5 parent: 2 - - uid: 31858 + - uid: 31840 components: - type: Transform - pos: -60.5,23.5 + pos: -53.5,54.5 parent: 2 - - uid: 31859 + - uid: 31841 components: - type: Transform - pos: -59.5,26.5 + pos: -54.5,43.5 parent: 2 - - uid: 31860 + - uid: 31863 components: - type: Transform - pos: -59.5,25.5 + pos: -59.5,44.5 parent: 2 - - uid: 31861 + - uid: 31870 components: - type: Transform - pos: -59.5,24.5 + pos: -56.5,47.5 parent: 2 - - uid: 31862 + - uid: 31877 components: - type: Transform - pos: -59.5,23.5 + pos: -55.5,49.5 parent: 2 - - uid: 31863 + - uid: 31878 components: - type: Transform - pos: -58.5,26.5 + pos: -55.5,48.5 parent: 2 - - uid: 31864 + - uid: 31879 components: - type: Transform - pos: -58.5,25.5 + pos: -55.5,47.5 parent: 2 - - uid: 31865 + - uid: 31880 components: - type: Transform - pos: -58.5,24.5 + pos: -61.5,49.5 parent: 2 - - uid: 31866 + - uid: 31881 components: - type: Transform - pos: -58.5,23.5 + pos: -61.5,48.5 + parent: 2 + - uid: 31882 + components: + - type: Transform + pos: -61.5,47.5 + parent: 2 + - uid: 31883 + components: + - type: Transform + pos: -52.5,53.5 + parent: 2 + - uid: 31884 + components: + - type: Transform + pos: -52.5,52.5 + parent: 2 + - uid: 31885 + components: + - type: Transform + pos: -52.5,51.5 + parent: 2 + - uid: 31886 + components: + - type: Transform + pos: -52.5,50.5 parent: 2 - uid: 31891 components: @@ -76729,11 +76252,46 @@ entities: - type: Transform pos: -89.5,-47.5 parent: 2 + - uid: 32121 + components: + - type: Transform + pos: -52.5,49.5 + parent: 2 + - uid: 32266 + components: + - type: Transform + pos: -52.5,48.5 + parent: 2 - uid: 32312 components: - type: Transform pos: -86.5,-34.5 parent: 2 + - uid: 32342 + components: + - type: Transform + pos: -52.5,47.5 + parent: 2 + - uid: 32415 + components: + - type: Transform + pos: -52.5,46.5 + parent: 2 + - uid: 32434 + components: + - type: Transform + pos: -52.5,45.5 + parent: 2 + - uid: 32435 + components: + - type: Transform + pos: -52.5,44.5 + parent: 2 + - uid: 32442 + components: + - type: Transform + pos: -53.5,44.5 + parent: 2 - uid: 32636 components: - type: Transform @@ -76974,60 +76532,55 @@ entities: - type: Transform pos: 3.5,-37.5 parent: 2 - - uid: 34814 - components: - - type: Transform - pos: -54.5,52.5 - parent: 2 - - uid: 34817 + - uid: 34557 components: - type: Transform - pos: -51.5,52.5 + pos: -58.5,55.5 parent: 2 - - uid: 34818 + - uid: 34558 components: - type: Transform - pos: -52.5,52.5 + pos: -58.5,56.5 parent: 2 - - uid: 34819 + - uid: 34559 components: - type: Transform - pos: -53.5,52.5 + pos: -58.5,57.5 parent: 2 - - uid: 34820 + - uid: 34560 components: - type: Transform - pos: -54.5,51.5 + pos: -58.5,58.5 parent: 2 - - uid: 34821 + - uid: 34561 components: - type: Transform - pos: -54.5,50.5 + pos: -58.5,59.5 parent: 2 - - uid: 34822 + - uid: 34562 components: - type: Transform - pos: -54.5,49.5 + pos: -53.5,59.5 parent: 2 - - uid: 34823 + - uid: 34563 components: - type: Transform - pos: -54.5,48.5 + pos: -53.5,58.5 parent: 2 - - uid: 34824 + - uid: 34564 components: - type: Transform - pos: -54.5,47.5 + pos: -53.5,57.5 parent: 2 - - uid: 34825 + - uid: 34565 components: - type: Transform - pos: -54.5,46.5 + pos: -53.5,56.5 parent: 2 - - uid: 34826 + - uid: 34566 components: - type: Transform - pos: -54.5,45.5 + pos: -53.5,55.5 parent: 2 - uid: 35086 components: @@ -78374,285 +77927,130 @@ entities: - 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 + - uid: 36303 components: - type: Transform - pos: -61.5,50.5 + pos: -59.5,64.5 parent: 2 - - uid: 36289 + - uid: 36304 components: - type: Transform - pos: -55.5,42.5 + pos: -60.5,64.5 parent: 2 - - uid: 36290 + - uid: 36305 components: - type: Transform - pos: -53.5,42.5 + pos: -61.5,64.5 parent: 2 - uid: 36306 components: - type: Transform - pos: -55.5,18.5 + pos: -62.5,64.5 parent: 2 - uid: 36307 components: - type: Transform - pos: -56.5,18.5 + pos: -63.5,64.5 parent: 2 - uid: 36308 components: - type: Transform - pos: -56.5,19.5 + pos: -64.5,64.5 parent: 2 - uid: 36309 components: - type: Transform - pos: -56.5,17.5 + pos: -65.5,64.5 parent: 2 - uid: 36310 components: - type: Transform - pos: -56.5,20.5 + pos: -66.5,64.5 parent: 2 - uid: 36311 components: - type: Transform - pos: -56.5,21.5 + pos: -67.5,64.5 parent: 2 - uid: 36312 components: - type: Transform - pos: -57.5,21.5 + pos: -68.5,64.5 parent: 2 - uid: 36313 components: - type: Transform - pos: -58.5,21.5 + pos: -69.5,64.5 parent: 2 - uid: 36314 components: - type: Transform - pos: -59.5,21.5 + pos: -69.5,63.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 + pos: -69.5,62.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 + - uid: 36335 components: - type: Transform - pos: -54.5,20.5 + pos: -62.5,33.5 parent: 2 - - uid: 36332 + - uid: 36336 components: - type: Transform - pos: -54.5,19.5 + pos: -62.5,32.5 parent: 2 - - uid: 36333 + - uid: 36337 components: - type: Transform - pos: -54.5,18.5 + pos: -61.5,32.5 parent: 2 - - uid: 36334 + - uid: 36338 components: - type: Transform - pos: -54.5,17.5 + pos: -60.5,32.5 parent: 2 - - uid: 36335 + - uid: 36339 components: - type: Transform - pos: -54.5,16.5 + pos: -59.5,32.5 parent: 2 - - uid: 36336 + - uid: 36340 components: - type: Transform - pos: -54.5,15.5 + pos: -58.5,32.5 parent: 2 - - uid: 36337 + - uid: 36341 components: - type: Transform - pos: -54.5,14.5 + pos: -58.5,33.5 parent: 2 - - uid: 36338 + - uid: 36342 components: - type: Transform - pos: -54.5,13.5 + pos: -54.5,9.5 parent: 2 - - uid: 36339 + - uid: 36475 components: - type: Transform - pos: -54.5,12.5 + pos: -57.5,32.5 parent: 2 - - uid: 36340 + - uid: 36476 components: - type: Transform - pos: -54.5,11.5 + pos: -63.5,32.5 parent: 2 - - uid: 36341 + - uid: 36480 components: - type: Transform - pos: -54.5,10.5 + pos: -61.5,33.5 parent: 2 - - uid: 36342 + - uid: 36481 components: - type: Transform - pos: -54.5,9.5 + pos: -59.5,33.5 parent: 2 - uid: 37243 components: @@ -78789,11 +78187,6 @@ entities: - type: Transform pos: -40.5,68.5 parent: 2 - - uid: 37375 - components: - - type: Transform - pos: -51.5,53.5 - parent: 2 - uid: 37476 components: - type: Transform @@ -79369,20 +78762,25 @@ entities: - type: Transform pos: 4.5,41.5 parent: 2 - - uid: 38705 + - uid: 38784 components: - type: Transform - pos: -48.5,55.5 + pos: -58.5,45.5 parent: 2 - - uid: 38706 + - uid: 38798 components: - type: Transform - pos: -49.5,55.5 + pos: -47.5,16.5 parent: 2 - - uid: 38707 + - uid: 38836 components: - type: Transform - pos: -50.5,55.5 + pos: -48.5,16.5 + parent: 2 + - uid: 38839 + components: + - type: Transform + pos: -49.5,16.5 parent: 2 - uid: 38886 components: @@ -79434,12 +78832,32 @@ entities: - type: Transform pos: 10.5,-42.5 parent: 2 + - uid: 39385 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 39386 + components: + - type: Transform + pos: -51.5,16.5 + parent: 2 + - uid: 39387 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 + - uid: 39388 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 - proto: CableHVStack entities: - - uid: 4122 + - uid: 37216 components: - type: Transform - pos: -47.34633,16.735825 + pos: -59.164898,43.537525 parent: 2 - proto: CableHVStack1 entities: @@ -79833,11 +79251,6 @@ entities: - type: Transform pos: -26.5,-27.5 parent: 2 - - uid: 2604 - components: - - type: Transform - pos: -43.5,38.5 - parent: 2 - uid: 2822 components: - type: Transform @@ -80148,11 +79561,6 @@ entities: - type: Transform pos: -14.5,2.5 parent: 2 - - uid: 5995 - components: - - type: Transform - pos: -43.5,39.5 - parent: 2 - uid: 6124 components: - type: Transform @@ -80198,6 +79606,11 @@ entities: - type: Transform pos: -37.5,69.5 parent: 2 + - uid: 6575 + components: + - type: Transform + pos: -57.5,34.5 + parent: 2 - uid: 6662 components: - type: Transform @@ -80213,11 +79626,26 @@ entities: - type: Transform pos: -19.5,-29.5 parent: 2 + - uid: 6681 + components: + - type: Transform + pos: -47.5,34.5 + parent: 2 + - uid: 6712 + components: + - type: Transform + pos: -45.5,35.5 + parent: 2 - uid: 6764 components: - type: Transform pos: -65.5,-21.5 parent: 2 + - uid: 6811 + components: + - type: Transform + pos: -45.5,34.5 + parent: 2 - uid: 6916 components: - type: Transform @@ -80243,6 +79671,21 @@ entities: - type: Transform pos: 23.5,5.5 parent: 2 + - uid: 7297 + components: + - type: Transform + pos: -49.5,34.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: -50.5,34.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + pos: -48.5,34.5 + parent: 2 - uid: 7701 components: - type: Transform @@ -80258,6 +79701,21 @@ entities: - type: Transform pos: 8.5,30.5 parent: 2 + - uid: 7966 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: -54.5,34.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 - uid: 8016 components: - type: Transform @@ -80283,20 +79741,45 @@ entities: - type: Transform pos: 39.5,16.5 parent: 2 - - uid: 8442 + - uid: 8692 components: - type: Transform - pos: -53.5,19.5 + pos: -54.5,25.5 parent: 2 - - uid: 8443 + - uid: 8693 components: - type: Transform - pos: -52.5,19.5 + pos: -54.5,24.5 parent: 2 - - uid: 8733 + - uid: 8695 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + pos: -63.5,34.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + pos: -45.5,39.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + pos: -45.5,38.5 + parent: 2 + - uid: 8725 components: - type: Transform - pos: -43.5,40.5 + pos: -45.5,37.5 parent: 2 - uid: 8752 components: @@ -80308,6 +79791,56 @@ entities: - type: Transform pos: -40.5,15.5 parent: 2 + - uid: 8799 + components: + - type: Transform + pos: -60.5,34.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: -56.5,34.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 8808 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - uid: 8809 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 8978 + components: + - type: Transform + pos: -46.5,34.5 + parent: 2 + - uid: 9007 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 + - uid: 9008 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: -59.5,34.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: -62.5,34.5 + parent: 2 - uid: 9104 components: - type: Transform @@ -80333,6 +79866,11 @@ entities: - type: Transform pos: 10.5,27.5 parent: 2 + - uid: 9483 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 - uid: 9510 components: - type: Transform @@ -80348,11 +79886,26 @@ entities: - type: Transform pos: -30.5,-1.5 parent: 2 + - uid: 9620 + components: + - type: Transform + pos: -58.5,34.5 + parent: 2 - uid: 9633 components: - type: Transform pos: -25.5,3.5 parent: 2 + - uid: 9695 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 - uid: 10013 components: - type: Transform @@ -80403,6 +79956,16 @@ entities: - type: Transform pos: -74.5,8.5 parent: 2 + - uid: 10166 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -45.5,36.5 + parent: 2 - uid: 10935 components: - type: Transform @@ -80673,6 +80236,11 @@ entities: - type: Transform pos: -44.5,69.5 parent: 2 + - uid: 11644 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 - uid: 11713 components: - type: Transform @@ -81013,6 +80581,16 @@ entities: - type: Transform pos: 34.5,41.5 parent: 2 + - uid: 12078 + components: + - type: Transform + pos: -52.5,34.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + pos: -53.5,34.5 + parent: 2 - uid: 12082 components: - type: Transform @@ -81393,6 +80971,26 @@ entities: - type: Transform pos: -33.5,-2.5 parent: 2 + - uid: 15096 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 15097 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 15100 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 - uid: 15236 components: - type: Transform @@ -81403,11 +81001,26 @@ entities: - type: Transform pos: -37.5,17.5 parent: 2 + - uid: 15267 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - uid: 15302 + components: + - type: Transform + pos: -54.5,13.5 + parent: 2 - uid: 15336 components: - type: Transform pos: -36.5,18.5 parent: 2 + - uid: 15372 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 - uid: 15392 components: - type: Transform @@ -81643,6 +81256,26 @@ entities: - type: Transform pos: 92.5,-21.5 parent: 2 + - uid: 16951 + components: + - type: Transform + pos: -61.5,34.5 + parent: 2 + - uid: 16971 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 16983 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 - uid: 17502 components: - type: Transform @@ -81688,6 +81321,26 @@ entities: - type: Transform pos: 8.5,31.5 parent: 2 + - uid: 18337 + components: + - type: Transform + pos: -52.5,42.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: -56.5,42.5 + parent: 2 + - uid: 18371 + components: + - type: Transform + pos: -57.5,42.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: -53.5,42.5 + parent: 2 - uid: 18575 components: - type: Transform @@ -81833,6 +81486,11 @@ entities: - type: Transform pos: 79.5,-19.5 parent: 2 + - uid: 19289 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 - uid: 19704 components: - type: Transform @@ -82153,6 +81811,11 @@ entities: - type: Transform pos: -40.5,69.5 parent: 2 + - uid: 23922 + components: + - type: Transform + pos: -45.5,40.5 + parent: 2 - uid: 24136 components: - type: Transform @@ -82218,11 +81881,6 @@ entities: - type: Transform pos: 42.5,13.5 parent: 2 - - uid: 27667 - components: - - type: Transform - pos: -44.5,41.5 - parent: 2 - uid: 27696 components: - type: Transform @@ -82513,6 +82171,11 @@ entities: - type: Transform pos: 20.5,7.5 parent: 2 + - uid: 30933 + components: + - type: Transform + pos: -58.5,42.5 + parent: 2 - uid: 30936 components: - type: Transform @@ -82793,6 +82456,11 @@ entities: - type: Transform pos: 7.5,55.5 parent: 2 + - uid: 31077 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 - uid: 31089 components: - type: Transform @@ -83548,6 +83216,11 @@ entities: - type: Transform pos: -82.5,11.5 parent: 2 + - uid: 31852 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 - uid: 31961 components: - type: Transform @@ -83728,156 +83401,6 @@ entities: - 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 @@ -84003,21 +83526,6 @@ entities: - 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 @@ -84058,66 +83566,11 @@ entities: - 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: 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 @@ -84138,11 +83591,6 @@ 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 @@ -84168,36 +83616,6 @@ entities: - 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 @@ -85183,11 +84601,6 @@ entities: - type: Transform pos: -2.5,36.5 parent: 2 - - uid: 38796 - components: - - type: Transform - pos: -43.5,41.5 - parent: 2 - uid: 38801 components: - type: Transform @@ -85390,19 +84803,13 @@ entities: parent: 2 - proto: CableMVStack entities: - - uid: 14370 + - uid: 37375 components: - type: Transform - pos: -47.44008,16.579575 + pos: -58.782085,43.529713 parent: 2 - proto: CableTerminal entities: - - uid: 339 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,36.5 - parent: 2 - uid: 1439 components: - type: Transform @@ -85420,34 +84827,16 @@ entities: - type: Transform pos: 84.5,-12.5 parent: 2 - - uid: 1539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,35.5 - parent: 2 - uid: 1575 components: - type: Transform pos: 83.5,-12.5 parent: 2 - - uid: 3584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,35.5 - parent: 2 - uid: 4078 components: - type: Transform pos: 82.5,-12.5 parent: 2 - - uid: 8973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,36.5 - parent: 2 - uid: 9703 components: - type: Transform @@ -85476,29 +84865,65 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,-35.5 parent: 2 - - uid: 12087 + - uid: 13400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -61.5,34.5 + rot: 3.141592653589793 rad + pos: 55.5,-35.5 parent: 2 - - uid: 12089 + - uid: 13401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-35.5 + parent: 2 + - uid: 31868 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,34.5 + pos: -60.5,48.5 parent: 2 - - uid: 13400 + - uid: 31869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-35.5 + rot: -1.5707963267948966 rad + pos: -60.5,49.5 parent: 2 - - uid: 13401 + - uid: 31873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-35.5 + rot: -1.5707963267948966 rad + pos: -60.5,47.5 + parent: 2 + - uid: 31874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,49.5 + parent: 2 + - uid: 31875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,48.5 + parent: 2 + - uid: 31876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,47.5 + parent: 2 + - uid: 36345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,32.5 + parent: 2 + - uid: 36387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,32.5 parent: 2 - proto: Candle entities: @@ -85860,20 +85285,6 @@ entities: 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 @@ -86461,6 +85872,24 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,20.5 parent: 2 + - uid: 33916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,30.5 + parent: 2 + - uid: 39514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,30.5 + parent: 2 + - uid: 39515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,30.5 + parent: 2 - proto: CarpetBlack entities: - uid: 674 @@ -88544,11 +87973,6 @@ entities: - 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 @@ -88579,11 +88003,6 @@ entities: - 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 @@ -88614,11 +88033,6 @@ entities: - 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 @@ -88657,6 +88071,36 @@ entities: parent: 2 - proto: CarpetOrange entities: + - uid: 421 + components: + - type: Transform + pos: -49.5,17.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: -49.5,23.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: -48.5,23.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: -48.5,24.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: -48.5,25.5 + parent: 2 - uid: 6585 components: - type: Transform @@ -88797,12 +88241,131 @@ entities: - type: Transform pos: -10.5,-34.5 parent: 2 + - uid: 8748 + components: + - type: Transform + pos: -49.5,25.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + pos: -49.5,24.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: -58.5,12.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: -58.5,11.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: -59.5,12.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + pos: -60.5,12.5 + parent: 2 + - uid: 17032 + components: + - type: Transform + pos: -50.5,17.5 + parent: 2 + - uid: 19196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,25.5 + parent: 2 + - uid: 23445 + components: + - type: Transform + pos: -50.5,16.5 + parent: 2 + - uid: 23608 + components: + - type: Transform + pos: -49.5,16.5 + parent: 2 + - uid: 25632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,25.5 + parent: 2 + - uid: 25944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,26.5 + parent: 2 - uid: 27344 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,5.5 parent: 2 + - uid: 27633 + components: + - type: Transform + pos: -48.5,16.5 + parent: 2 + - uid: 27667 + components: + - type: Transform + pos: -48.5,17.5 + parent: 2 + - uid: 27902 + components: + - type: Transform + pos: -47.5,16.5 + parent: 2 + - uid: 30234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,26.5 + parent: 2 + - uid: 30235 + components: + - type: Transform + pos: -47.5,17.5 + parent: 2 - uid: 30431 components: - type: Transform @@ -89622,12 +89185,6 @@ entities: parent: 2 - proto: Catwalk entities: - - uid: 211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,35.5 - parent: 2 - uid: 284 components: - type: Transform @@ -89703,6 +89260,11 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-7.5 parent: 2 + - uid: 1433 + components: + - type: Transform + pos: 56.5,-30.5 + parent: 2 - uid: 1460 components: - type: Transform @@ -89793,11 +89355,6 @@ entities: - type: Transform pos: -46.5,56.5 parent: 2 - - uid: 2359 - components: - - type: Transform - pos: -60.5,32.5 - parent: 2 - uid: 2518 components: - type: Transform @@ -89941,11 +89498,6 @@ entities: - type: Transform pos: 51.5,32.5 parent: 2 - - uid: 3585 - components: - - type: Transform - pos: -61.5,33.5 - parent: 2 - uid: 3633 components: - type: Transform @@ -89957,16 +89509,6 @@ entities: - type: Transform pos: 39.5,16.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: 3767 components: - type: Transform @@ -90497,241 +90039,6 @@ entities: 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: 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: 9311 components: - type: Transform @@ -90929,18 +90236,6 @@ 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 @@ -91015,16 +90310,6 @@ entities: - type: Transform pos: -54.5,41.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: 10027 components: - type: Transform @@ -92302,12 +91587,6 @@ entities: 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 @@ -93626,18 +92905,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,6.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: 19318 components: - type: Transform @@ -94317,12 +93584,6 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,-18.5 parent: 2 - - uid: 23228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,35.5 - parent: 2 - uid: 23361 components: - type: Transform @@ -94569,12 +93830,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,45.5 parent: 2 - - uid: 28958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,24.5 - parent: 2 - uid: 29104 components: - type: Transform @@ -94752,12 +94007,6 @@ 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 @@ -95678,18 +94927,6 @@ entities: parent: 2 - proto: Chair entities: - - uid: 694 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-9.5 - parent: 2 - - uid: 1034 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,29.5 - parent: 2 - uid: 1105 components: - type: Transform @@ -95722,12 +94959,6 @@ entities: - 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: 1829 components: - type: Transform @@ -95786,6 +95017,12 @@ entities: rot: -1.5707963267948966 rad pos: -97.5,12.5 parent: 2 + - uid: 3677 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,21.5 + parent: 2 - uid: 3796 components: - type: Transform @@ -95959,18 +95196,6 @@ entities: rot: 3.141592653589793 rad pos: -82.5,22.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 @@ -96000,12 +95225,6 @@ entities: 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 @@ -96023,12 +95242,36 @@ entities: rot: 3.141592653589793 rad pos: 11.5,-5.5 parent: 2 + - uid: 12333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,12.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,12.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,12.5 + parent: 2 - uid: 13001 components: - type: Transform rot: 3.141592653589793 rad pos: -67.5,29.5 parent: 2 + - uid: 13025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,12.5 + parent: 2 - uid: 13071 components: - type: Transform @@ -96039,6 +95282,12 @@ entities: - type: Transform pos: -7.5,-50.5 parent: 2 + - uid: 13193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,21.5 + parent: 2 - uid: 13337 components: - type: Transform @@ -96124,42 +95373,6 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,70.5 parent: 2 - - uid: 15463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,22.5 - parent: 2 - - uid: 15464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,22.5 - parent: 2 - - uid: 15477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,22.5 - parent: 2 - - uid: 15478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,22.5 - parent: 2 - - uid: 15485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,22.5 - parent: 2 - - uid: 15486 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,22.5 - parent: 2 - uid: 15492 components: - type: Transform @@ -96178,12 +95391,6 @@ entities: rot: 3.141592653589793 rad pos: -19.5,24.5 parent: 2 - - uid: 15495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,22.5 - parent: 2 - uid: 15514 components: - type: Transform @@ -96242,12 +95449,6 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,51.5 parent: 2 - - uid: 16564 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,22.5 - parent: 2 - uid: 17834 components: - type: Transform @@ -96265,38 +95466,10 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,70.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 + - uid: 18186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,67.5 + pos: -49.5,22.5 parent: 2 - uid: 19653 components: @@ -96333,6 +95506,12 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,26.5 parent: 2 + - uid: 23895 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 - uid: 25088 components: - type: Transform @@ -96345,6 +95524,12 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,50.5 parent: 2 + - uid: 26083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,25.5 + parent: 2 - uid: 26319 components: - type: Transform @@ -96374,6 +95559,11 @@ entities: rot: 3.141592653589793 rad pos: -69.5,29.5 parent: 2 + - uid: 29142 + components: + - type: Transform + pos: -48.5,22.5 + parent: 2 - uid: 29338 components: - type: Transform @@ -96406,12 +95596,6 @@ entities: 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: 30456 components: - type: Transform @@ -96439,12 +95623,6 @@ entities: rot: 3.141592653589793 rad pos: -68.5,30.5 parent: 2 - - uid: 33810 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-8.5 - parent: 2 - uid: 33851 components: - type: Transform @@ -96875,12 +96053,6 @@ entities: parent: 2 - proto: ChairGreyscale entities: - - uid: 24 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,9.5 - parent: 2 - uid: 2126 components: - type: Transform @@ -96891,53 +96063,11 @@ entities: - type: Transform pos: 25.5,5.5 parent: 2 - - uid: 11647 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,15.5 - parent: 2 - - uid: 11851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,13.5 - parent: 2 - - uid: 12062 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,11.5 - parent: 2 - uid: 24065 components: - type: Transform pos: 27.5,5.5 parent: 2 - - uid: 26173 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,11.5 - parent: 2 - - uid: 27318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,15.5 - parent: 2 - - uid: 27356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,9.5 - parent: 2 - - uid: 33924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,13.5 - parent: 2 - proto: ChairOfficeDark entities: - uid: 464 @@ -97064,6 +96194,22 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-4.5 parent: 2 + - uid: 8857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.574654,18.667648 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: -48.992725,16.618279 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: -59.9513,14.567365 + parent: 2 - uid: 11297 components: - type: Transform @@ -97220,11 +96366,6 @@ entities: rot: 3.141592653589793 rad pos: 45.5,50.5 parent: 2 - - uid: 2610 - components: - - type: Transform - pos: -49.5,15.5 - parent: 2 - uid: 5212 components: - type: Transform @@ -97295,12 +96436,6 @@ entities: 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 @@ -97313,22 +96448,12 @@ entities: rot: 3.141592653589793 rad pos: 40.5,50.5 parent: 2 - - uid: 14633 - components: - - type: Transform - pos: -50.5,15.5 - parent: 2 - uid: 15402 components: - type: Transform rot: 1.5707963267948966 rad pos: -20.5,28.5 parent: 2 - - uid: 15744 - components: - - type: Transform - pos: -48.5,15.5 - parent: 2 - uid: 18435 components: - type: Transform @@ -97667,30 +96792,177 @@ entities: - type: Transform pos: -13.5,54.5 parent: 2 + - uid: 23831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.367477,-8.59765 + parent: 2 + - uid: 23839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.429977,-10.2539 + parent: 2 - uid: 23904 components: - type: Transform rot: -1.5707963267948966 rad pos: -45.5,-2.5 parent: 2 + - uid: 23947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.392527,22.47042 + parent: 2 + - uid: 23961 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5644,22.611046 + parent: 2 + - uid: 24117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.486275,22.548546 + parent: 2 + - uid: 24138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.580025,22.579796 + parent: 2 + - uid: 24913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5019,22.53292 + parent: 2 + - uid: 25058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.517527,22.548546 + parent: 2 + - uid: 25225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.314402,22.579796 + parent: 2 + - uid: 25782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.361277,22.50167 + parent: 2 + - uid: 25800 + components: + - type: Transform + pos: -11.462952,69.573 + parent: 2 + - uid: 26064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.3535767,67.58862 + parent: 2 + - uid: 26173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.462952,67.58862 + parent: 2 + - uid: 26218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.431702,67.60425 + parent: 2 + - uid: 26459 + components: + - type: Transform + pos: -9.462952,69.54175 + parent: 2 + - uid: 26527 + components: + - type: Transform + pos: -7.4785767,69.55737 + parent: 2 + - uid: 26617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.320602,-10.238275 + parent: 2 + - uid: 26618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.557833,11.583709 + parent: 2 + - uid: 26681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.526583,15.646209 + parent: 2 - uid: 26715 components: - type: Transform rot: 3.141592653589793 rad pos: 65.5,26.5 parent: 2 + - uid: 26814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4640827,13.646209 + parent: 2 + - uid: 27124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4484577,11.677459 + parent: 2 + - uid: 27125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.604708,9.443084 + parent: 2 - uid: 27239 components: - type: Transform rot: -1.5707963267948966 rad pos: -75.5,4.5 parent: 2 + - uid: 27318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4640827,15.536834 + parent: 2 + - uid: 27356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.4484577,9.458709 + parent: 2 - uid: 27819 components: - type: Transform rot: 1.5707963267948966 rad pos: -73.5,5.5 parent: 2 + - uid: 27832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.542208,13.630584 + parent: 2 - uid: 30334 components: - type: Transform @@ -97736,6 +97008,12 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,49.5 parent: 2 + - uid: 36332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.383102,-9.519525 + parent: 2 - uid: 37198 components: - type: Transform @@ -97938,12 +97216,71 @@ entities: rot: 3.141592653589793 rad pos: 65.969795,30.012499 parent: 2 + - uid: 9065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.010956,22.296993 + parent: 2 + - uid: 9066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.81335,12.339648 + parent: 2 + - uid: 9068 + components: + - type: Transform + pos: -49.690643,22.312618 + parent: 2 + - uid: 9069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.446163,11.980273 + parent: 2 + - uid: 9070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.922726,12.738086 + parent: 2 + - uid: 9072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.977413,12.292773 + parent: 2 + - uid: 9080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.39929,12.628711 + parent: 2 - uid: 9091 components: - type: Transform rot: 3.141592653589793 rad pos: -6.266629,-41.046394 parent: 2 + - uid: 10179 + components: + - type: Transform + parent: 10177 + - type: Physics + canCollide: False + - uid: 10180 + components: + - type: Transform + parent: 10177 + - type: Physics + canCollide: False + - uid: 10187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.840324,22.310448 + parent: 2 - uid: 10651 components: - type: Transform @@ -97961,6 +97298,18 @@ entities: rot: -1.5707963267948966 rad pos: -12.218317,-40.868572 parent: 2 + - uid: 16978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.52429,12.659961 + parent: 2 + - uid: 19294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.508663,12.261523 + parent: 2 - uid: 20299 components: - type: Transform @@ -98260,8 +97609,24 @@ entities: - type: Transform pos: 12.139951,48.675068 parent: 2 + - uid: 38796 + components: + - type: Transform + pos: -58.59986,14.547134 + parent: 2 - proto: CigarSpent entities: + - uid: 10178 + components: + - type: Transform + parent: 10177 + - type: Physics + canCollide: False + - uid: 16968 + components: + - type: Transform + pos: -48.909393,21.461813 + parent: 2 - uid: 27385 components: - type: Transform @@ -98325,20 +97690,6 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,9.5 parent: 2 -- proto: CloningConsoleComputerCircuitboard - entities: - - uid: 7432 - components: - - type: Transform - pos: -51.525253,26.717798 - parent: 2 -- proto: CloningPodMachineCircuitboard - entities: - - uid: 7428 - components: - - type: Transform - pos: -51.400253,26.577173 - parent: 2 - proto: ClosetBombFilled entities: - uid: 3816 @@ -98490,6 +97841,11 @@ entities: parent: 2 - proto: ClosetToolFilled entities: + - uid: 26253 + components: + - type: Transform + pos: -65.5,24.5 + parent: 2 - uid: 34686 components: - type: Transform @@ -98590,12 +97946,6 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,-33.5 parent: 2 - - uid: 7313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,20.5 - parent: 2 - uid: 8298 components: - type: Transform @@ -98693,6 +98043,12 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,15.5 parent: 2 + - uid: 29144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,20.5 + parent: 2 - uid: 30230 components: - type: Transform @@ -98704,6 +98060,11 @@ entities: rot: 3.141592653589793 rad pos: 104.5,52.5 parent: 2 + - uid: 36484 + components: + - type: Transform + pos: -50.5,30.5 + parent: 2 - uid: 38891 components: - type: Transform @@ -98758,12 +98119,6 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,-32.5 parent: 2 - - uid: 6131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,19.5 - parent: 2 - uid: 6132 components: - type: Transform @@ -98926,12 +98281,23 @@ entities: - type: Transform pos: 5.5,-49.5 parent: 2 + - uid: 30755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,19.5 + parent: 2 - uid: 33629 components: - type: Transform rot: 3.141592653589793 rad pos: 106.5,52.5 parent: 2 + - uid: 36483 + components: + - type: Transform + pos: -51.5,30.5 + parent: 2 - uid: 38892 components: - type: Transform @@ -98946,12 +98312,6 @@ entities: parent: 2 - proto: ClosetWallMaintenanceFilledRandom entities: - - uid: 1245 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,32.5 - parent: 2 - uid: 5103 components: - type: Transform @@ -99049,6 +98409,11 @@ entities: rot: 3.141592653589793 rad pos: 105.5,52.5 parent: 2 + - uid: 36482 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 - uid: 39334 components: - type: Transform @@ -99167,6 +98532,11 @@ entities: - type: Transform pos: 34.45585,46.661957 parent: 2 + - uid: 25221 + components: + - type: Transform + pos: -50.40068,19.501049 + parent: 2 - proto: ClothingEyesGlassesSecurity entities: - uid: 16486 @@ -99344,6 +98714,23 @@ entities: - type: Transform pos: -22.649956,9.844152 parent: 2 +- proto: ClothingHeadHatBeretEngineering + entities: + - uid: 9592 + components: + - type: Transform + pos: -50.572556,19.688549 + parent: 2 + - uid: 21857 + components: + - type: Transform + pos: -62.59986,17.758072 + parent: 2 + - uid: 39494 + components: + - type: Transform + pos: -47.613564,27.741829 + parent: 2 - proto: ClothingHeadHatBeretRND entities: - uid: 20267 @@ -99680,20 +99067,20 @@ entities: parent: 2 - proto: ClothingNeckEngineermedal entities: - - uid: 22684 + - uid: 8927 components: - type: Transform - pos: -58.75131,13.634154 + pos: -61.762154,17.683273 parent: 2 - - uid: 34627 + - uid: 8928 components: - type: Transform - pos: -58.56215,13.674015 + pos: -61.56684,17.511398 parent: 2 - - uid: 34628 + - uid: 8929 components: - type: Transform - pos: -58.74965,13.705265 + pos: -61.426216,17.652023 parent: 2 - proto: ClothingNeckGoldmedal entities: @@ -100267,12 +99654,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-24.5 parent: 2 - - uid: 8818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,12.5 - parent: 2 - uid: 14031 components: - type: Transform @@ -100668,10 +100049,11 @@ entities: - type: Transform pos: -25.5,-23.5 parent: 2 - - uid: 8777 + - uid: 8898 components: - type: Transform - pos: -59.5,13.5 + rot: 1.5707963267948966 rad + pos: -62.5,18.5 parent: 2 - uid: 14175 components: @@ -100743,16 +100125,11 @@ entities: parent: 2 - proto: ComputerPowerMonitoring entities: - - uid: 8737 + - uid: 8920 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,15.5 - parent: 2 - - uid: 8800 - components: - - type: Transform - pos: -61.5,32.5 + pos: -47.5,16.5 parent: 2 - uid: 12436 components: @@ -100777,6 +100154,11 @@ entities: - type: Transform pos: 87.5,-19.5 parent: 2 + - uid: 38707 + components: + - type: Transform + pos: -58.5,45.5 + parent: 2 - proto: ComputerRadar entities: - uid: 6359 @@ -101060,11 +100442,6 @@ entities: - 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 @@ -101732,10 +101109,10 @@ entities: parent: 2 - proto: CrateContrabandStorageSecure entities: - - uid: 20286 + - uid: 9578 components: - type: Transform - pos: -20.5,37.5 + pos: -27.5,33.5 parent: 2 - proto: CrateEmptySpawner entities: @@ -101789,31 +101166,12 @@ entities: - type: Transform pos: -22.5,-5.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 + - uid: 9660 components: - type: Transform - pos: -57.5,22.5 + pos: -63.5,22.5 parent: 2 - proto: CrateEngineeringCableHV entities: @@ -101827,13 +101185,6 @@ entities: - 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 @@ -101893,6 +101244,11 @@ entities: parent: 2 - proto: CrateFilledSpawner entities: + - uid: 383 + components: + - type: Transform + pos: -42.5,27.5 + parent: 2 - uid: 4789 components: - type: Transform @@ -101933,11 +101289,6 @@ entities: - type: Transform pos: 10.5,32.5 parent: 2 - - uid: 21081 - components: - - type: Transform - pos: -45.5,27.5 - parent: 2 - uid: 21083 components: - type: Transform @@ -102228,6 +101579,18 @@ entities: - type: Transform pos: -28.531511,-23.315823 parent: 2 + - uid: 8709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.840473,32.5603 + parent: 2 + - uid: 9046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.493,26.153646 + parent: 2 - uid: 14257 components: - type: Transform @@ -102468,21 +101831,6 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,-17.5 parent: 2 - - uid: 6081 - components: - - type: Transform - pos: -57.5,10.5 - parent: 2 - - uid: 6082 - components: - - type: Transform - pos: -59.5,10.5 - parent: 2 - - uid: 6269 - components: - - type: Transform - pos: -58.5,14.5 - parent: 2 - uid: 6717 components: - type: Transform @@ -102543,26 +101891,62 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-22.5 parent: 2 + - uid: 8775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,27.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + pos: -62.5,10.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 - uid: 11225 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-12.5 parent: 2 - - uid: 22668 + - uid: 12105 components: - type: Transform - pos: -58.5,10.5 + rot: 1.5707963267948966 rad + pos: -56.5,13.5 parent: 2 - - uid: 22679 + - uid: 21854 components: - type: Transform - pos: -59.5,14.5 + rot: -1.5707963267948966 rad + pos: -52.5,13.5 parent: 2 - - uid: 22789 + - uid: 21859 components: - type: Transform - pos: -57.5,14.5 + rot: -1.5707963267948966 rad + pos: -52.5,12.5 + parent: 2 + - uid: 21876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,17.5 + parent: 2 + - uid: 26302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,14.5 parent: 2 - uid: 37732 components: @@ -102784,509 +102168,482 @@ entities: - type: Transform pos: -47.207165,-33.35701 parent: 2 -- proto: DefaultStationBeacon +- proto: DefaultStationBeaconAICore entities: - - uid: 36471 + - uid: 6276 components: - type: Transform - pos: 61.5,-6.5 + pos: 61.5,42.5 parent: 2 - - type: NavMapBeacon - text: Park - - type: WarpPoint - location: Park - - uid: 36473 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 6291 components: - type: Transform - pos: -84.5,8.5 + pos: 46.5,37.5 parent: 2 - - type: NavMapBeacon - text: Zoo - - type: WarpPoint - location: Zoo - - uid: 36474 +- proto: DefaultStationBeaconArmory + entities: + - uid: 7350 components: - type: Transform - pos: 37.5,-26.5 + pos: -22.5,41.5 parent: 2 - - type: NavMapBeacon - text: Boxing Ring - - type: WarpPoint - location: Boxing Ring -- proto: DefaultStationBeaconAME +- proto: DefaultStationBeaconArrivals entities: - - uid: 36476 + - uid: 8461 components: - type: Transform - pos: -61.5,31.5 + pos: 1.5,-44.5 parent: 2 - - type: NavMapBeacon - text: AME - - type: WarpPoint - location: AME -- proto: DefaultStationBeaconAnomalyGenerator +- proto: DefaultStationBeaconArtifactLab entities: - - uid: 36477 + - uid: 8743 components: - type: Transform - pos: 46.5,38.5 + pos: 42.5,50.5 parent: 2 - - type: NavMapBeacon - text: Anomaly generator - - type: WarpPoint - location: Anomaly Generator -- proto: DefaultStationBeaconArmory +- proto: DefaultStationBeaconAtmospherics entities: - - uid: 10265 + - uid: 8817 components: - type: Transform - pos: -26.5,39.5 + pos: -45.5,34.5 parent: 2 -- proto: DefaultStationBeaconArrivals +- proto: DefaultStationBeaconBar entities: - - uid: 6057 + - uid: 10234 components: - type: Transform - pos: 1.5,-42.5 + pos: -46.5,-31.5 parent: 2 - - type: NavMapBeacon - text: Arrivals - - type: WarpPoint - location: Arrivals -- proto: DefaultStationBeaconArtifactLab +- proto: DefaultStationBeaconBotany entities: - - uid: 36472 + - uid: 10265 components: - type: Transform - pos: 42.5,48.5 + pos: -60.5,1.5 parent: 2 - - type: NavMapBeacon - text: Xenoarchaelogy - - type: WarpPoint - location: Xenoarchaeology -- proto: DefaultStationBeaconAtmospherics +- proto: DefaultStationBeaconBoxing entities: - - uid: 6058 + - uid: 10270 components: - type: Transform - pos: -43.5,42.5 + pos: 34.5,-29.5 parent: 2 - - type: NavMapBeacon - text: Atmospherics - - type: WarpPoint - location: Atmospherics -- proto: DefaultStationBeaconBotany +- proto: DefaultStationBeaconBridge entities: - - uid: 6060 + - uid: 12718 components: - type: Transform - pos: -57.5,0.5 + pos: 18.5,54.5 parent: 2 - - type: NavMapBeacon - text: Botany - - type: WarpPoint - location: Botany -- proto: DefaultStationBeaconBridge +- proto: DefaultStationBeaconBrig entities: - - uid: 6276 + - uid: 15310 components: - type: Transform - pos: 18.5,53.5 + pos: -31.5,28.5 parent: 2 - - type: NavMapBeacon - text: Bridge - - type: WarpPoint - location: Bridge -- proto: DefaultStationBeaconBrig +- proto: DefaultStationBeaconCameraServerRoom entities: - - uid: 6291 + - uid: 37568 components: - type: Transform - pos: -27.5,29.5 + pos: 7.5,61.5 parent: 2 - - type: NavMapBeacon - text: Brig - - type: WarpPoint - location: Brig -- proto: DefaultStationBeaconCaptainsQuarters +- proto: DefaultStationBeaconCargoBay entities: - - uid: 10234 + - uid: 19179 components: - type: Transform - pos: 27.5,50.5 + pos: -20.5,-45.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 37557 + components: + - type: Transform + pos: -11.5,-18.5 parent: 2 - proto: DefaultStationBeaconCERoom entities: - - uid: 7349 + - uid: 15815 components: - type: Transform - pos: -59.5,12.5 + pos: -60.5,18.5 parent: 2 - - type: NavMapBeacon - text: CE's Room - - type: WarpPoint - location: CE's Room - proto: DefaultStationBeaconChapel entities: - - uid: 7350 + - uid: 19233 components: - type: Transform - pos: 66.5,17.5 + pos: 61.5,15.5 parent: 2 - - type: NavMapBeacon - text: Church - - type: WarpPoint - location: Church - proto: DefaultStationBeaconChemistry entities: - - uid: 8461 + - uid: 20633 components: - type: Transform - pos: 18.5,-4.5 + pos: 17.5,-5.5 parent: 2 - - type: NavMapBeacon - text: Chemistry - - type: WarpPoint - location: Chemistry - proto: DefaultStationBeaconCMORoom entities: - - uid: 8743 + - uid: 16605 components: - type: Transform - pos: -9.5,-9.5 + pos: -8.5,-8.5 parent: 2 - - type: NavMapBeacon - text: CMO's Room - - type: WarpPoint - location: CMO's Room - proto: DefaultStationBeaconCommand entities: - - uid: 36489 + - uid: 24396 components: - type: Transform - pos: 18.5,42.5 + pos: 13.5,37.5 + parent: 2 +- proto: DefaultStationBeaconConferenceRoom + entities: + - uid: 24541 + components: + - type: Transform + pos: 9.5,49.5 parent: 2 - - type: NavMapBeacon - text: Command - - type: WarpPoint - location: Command - proto: DefaultStationBeaconCorpsman entities: - - uid: 24396 + - uid: 25741 components: - type: Transform pos: -35.5,33.5 parent: 2 - proto: DefaultStationBeaconCourtroom entities: - - uid: 8817 + - uid: 26875 components: - type: Transform - pos: -8.5,53.5 + pos: -9.5,52.5 parent: 2 - - type: NavMapBeacon - text: Courtroom - - type: WarpPoint - location: Courtroom - proto: DefaultStationBeaconCryosleep entities: - - uid: 38712 + - uid: 28956 components: - type: Transform - pos: 27.5,-8.5 + pos: 29.5,-10.5 parent: 2 - proto: DefaultStationBeaconDetectiveRoom entities: - - uid: 20633 + - uid: 28970 components: - type: Transform - pos: -21.5,-9.5 + pos: -22.5,-8.5 parent: 2 - proto: DefaultStationBeaconDisposals entities: - - uid: 37692 + - uid: 28974 components: - type: Transform - pos: -38.5,3.5 + pos: -39.5,1.5 parent: 2 - proto: DefaultStationBeaconEngineering entities: - - uid: 15289 + - uid: 29723 components: - type: Transform - pos: -54.5,19.5 + pos: -49.5,13.5 + parent: 2 +- proto: DefaultStationBeaconEngiOutpost + entities: + - uid: 29339 + components: + - type: Transform + pos: 20.5,-20.5 parent: 2 - - type: NavMapBeacon - text: Engineering - - type: WarpPoint - location: Engineering - proto: DefaultStationBeaconEscapePod entities: - - uid: 38713 + - uid: 31574 components: - type: Transform - pos: -64.5,-17.5 + pos: -65.5,-17.5 parent: 2 - - uid: 38714 + - uid: 31754 components: - type: Transform pos: 46.5,-34.5 parent: 2 - - uid: 38715 + - uid: 31784 components: - type: Transform - pos: 80.5,0.5 + pos: 84.5,0.5 parent: 2 - proto: DefaultStationBeaconEvac entities: - - uid: 15310 + - uid: 31790 components: - type: Transform - pos: 1.5,76.5 + pos: 1.5,78.5 parent: 2 - - type: NavMapBeacon - text: Evacuation - - type: WarpPoint - location: Evacuation - proto: DefaultStationBeaconEVAStorage entities: - - uid: 15815 + - uid: 28973 components: - type: Transform - pos: 19.5,26.5 + pos: 19.5,23.5 + parent: 2 +- proto: DefaultStationBeaconExam + entities: + - uid: 36473 + components: + - type: Transform + pos: 6.5,-9.5 parent: 2 - - type: NavMapBeacon - text: EVA Storage - - type: WarpPoint - location: EVA Storage - proto: DefaultStationBeaconGravGen entities: - - uid: 15938 + - uid: 36492 components: - type: Transform - pos: -60.5,16.5 + pos: -60.5,33.5 parent: 2 - - type: NavMapBeacon - text: Gravity Generator - - type: WarpPoint - location: Gravity Generator - proto: DefaultStationBeaconHOPOffice entities: - - uid: 16605 + - uid: 36489 components: - type: Transform - pos: 7.5,29.5 + pos: 8.5,25.5 parent: 2 - - type: NavMapBeacon - text: HOP's Office - - type: WarpPoint - location: HOP's Office - proto: DefaultStationBeaconHOSRoom entities: - - uid: 36492 + - uid: 36474 components: - type: Transform - pos: -6.5,33.5 + pos: -5.5,30.5 parent: 2 - - type: NavMapBeacon - text: HOS's Room - - type: WarpPoint - location: HOS's Room - proto: DefaultStationBeaconJanitorsCloset entities: - - uid: 19179 + - uid: 36496 components: - type: Transform - pos: -38.5,11.5 + pos: 36.5,-1.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsOffice + entities: + - uid: 36493 + components: + - type: Transform + pos: -37.5,10.5 parent: 2 - proto: DefaultStationBeaconKitchen entities: - - uid: 24541 + - uid: 37555 components: - type: Transform - pos: -47.5,-22.5 + pos: -58.5,-20.5 parent: 2 - - type: NavMapBeacon - text: Kitchen - - type: WarpPoint - location: Kitchen - proto: DefaultStationBeaconLawOffice entities: - - uid: 36493 + - uid: 37560 components: - type: Transform - pos: -5.5,59.5 + pos: -3.5,59.5 parent: 2 - - type: NavMapBeacon - text: Lawyer's Office - - type: WarpPoint - location: Lawyer's Office - proto: DefaultStationBeaconLibrary entities: - - uid: 25741 + - uid: 37559 components: - type: Transform pos: 56.5,28.5 parent: 2 - - type: NavMapBeacon - text: Library - - type: WarpPoint - location: Library +- proto: DefaultStationBeaconMailroom + entities: + - uid: 37562 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 +- proto: DefaultStationBeaconMantis + entities: + - uid: 36472 + components: + - type: Transform + pos: 42.5,33.5 + parent: 2 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 37563 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 - proto: DefaultStationBeaconMedical entities: - - uid: 26875 + - uid: 6058 components: - type: Transform pos: 1.5,2.5 parent: 2 - - type: NavMapBeacon - text: Medical - - type: WarpPoint - location: Medical +- proto: DefaultStationBeaconMetempsychosis + entities: + - uid: 19852 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 - proto: DefaultStationBeaconMorgue entities: - - uid: 31754 + - uid: 28940 components: - type: Transform - pos: 27.5,12.5 + pos: 30.5,12.5 + parent: 2 +- proto: DefaultStationBeaconPark + entities: + - uid: 37565 + components: + - type: Transform + pos: 56.5,-3.5 parent: 2 - proto: DefaultStationBeaconPermaBrig entities: - - uid: 28970 + - uid: 37567 components: - type: Transform - pos: -22.5,63.5 + pos: -22.5,61.5 + parent: 2 +- proto: DefaultStationBeaconPsychologist + entities: + - uid: 37569 + components: + - type: Transform + pos: -15.5,-11.5 parent: 2 - - type: NavMapBeacon - text: Psych Ward - - type: WarpPoint - location: Psych Ward - proto: DefaultStationBeaconQMRoom entities: - - uid: 28973 + - uid: 36495 components: - type: Transform - pos: -27.5,-24.5 + pos: -29.5,-23.5 parent: 2 - - type: NavMapBeacon - text: LO's Room - - type: WarpPoint - location: LO's Room - proto: DefaultStationBeaconRDRoom entities: - - uid: 28974 + - uid: 37561 components: - type: Transform - pos: 45.5,29.5 + pos: 44.5,23.5 + parent: 2 +- proto: DefaultStationBeaconReporter + entities: + - uid: 37570 + components: + - type: Transform + pos: -27.5,-11.5 parent: 2 - - type: NavMapBeacon - text: MG's Room - - type: WarpPoint - location: MG's Room - proto: DefaultStationBeaconRobotics entities: - - uid: 36495 + - uid: 37571 components: - type: Transform - pos: 45.5,43.5 + pos: 46.5,43.5 parent: 2 - - type: NavMapBeacon - text: Robotics - - type: WarpPoint - location: Robotics - proto: DefaultStationBeaconSalvage entities: - - uid: 36496 + - uid: 37641 components: - type: Transform - pos: -10.5,-40.5 + pos: -9.5,-42.5 parent: 2 - - type: NavMapBeacon - text: Salvage - - type: WarpPoint - location: Salvage - proto: DefaultStationBeaconScience entities: - - uid: 29723 + - uid: 36471 components: - type: Transform - pos: 29.5,28.5 + pos: 29.5,26.5 parent: 2 - - type: NavMapBeacon - text: Epistemics - - type: WarpPoint - location: Epistemics - proto: DefaultStationBeaconSecurity entities: - - uid: 10270 + - uid: 37572 components: - type: Transform - pos: -20.5,29.5 + pos: -20.5,26.5 parent: 2 - proto: DefaultStationBeaconSecurityCheckpoint entities: - - uid: 5896 + - uid: 37573 components: - type: Transform - pos: 7.5,-22.5 + pos: 1.5,43.5 + parent: 2 + - uid: 37692 + components: + - type: Transform + pos: 1.5,-23.5 parent: 2 - proto: DefaultStationBeaconSingularity entities: - - uid: 19233 + - uid: 37564 components: - type: Transform - pos: 87.5,-16.5 + pos: 82.5,-16.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 37640 + components: + - type: Transform + pos: 56.5,-33.5 + parent: 2 + - uid: 38712 + components: + - type: Transform + pos: -65.5,-34.5 + parent: 2 + - uid: 38714 + components: + - type: Transform + pos: -64.5,40.5 parent: 2 - proto: DefaultStationBeaconSupply entities: - - uid: 19852 + - uid: 37558 components: - type: Transform - pos: -20.5,-32.5 + pos: -13.5,-30.5 parent: 2 -- proto: DefaultStationBeaconTechVault +- proto: DefaultStationBeaconSurgery entities: - - uid: 36475 + - uid: 39416 components: - type: Transform - pos: -49.5,26.5 + pos: -19.5,-1.5 parent: 2 - - type: NavMapBeacon - text: Tech Vault - - type: WarpPoint - location: Tech Vault -- proto: DefaultStationBeaconTheater +- proto: DefaultStationBeaconTEG entities: - - uid: 31784 + - uid: 38715 components: - type: Transform - pos: -78.5,3.5 + pos: -58.5,47.5 parent: 2 - - type: NavMapBeacon - text: Theater - - type: WarpPoint - location: Theater -- proto: DefaultStationBeaconToolRoom +- proto: DefaultStationBeaconTelecoms entities: - - uid: 31790 + - uid: 38713 components: - type: Transform - pos: -68.5,1.5 + pos: -77.5,14.5 parent: 2 - - type: NavMapBeacon - text: Service Lounge - - type: WarpPoint - location: Service Lounge - proto: DefaultStationBeaconVault entities: - - uid: 1433 + - uid: 39419 components: - type: Transform pos: 26.5,41.5 parent: 2 +- proto: DefaultStationBeaconVirology + entities: + - uid: 39417 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 - proto: DefaultStationBeaconWardensOffice entities: - - uid: 28956 + - uid: 39418 components: - type: Transform pos: -20.5,49.5 @@ -103419,11 +102776,6 @@ entities: - type: Transform pos: 28.44021,25.612677 parent: 2 - - uid: 7422 - components: - - type: Transform - pos: -49.705414,14.664018 - parent: 2 - uid: 7545 components: - type: Transform @@ -103449,6 +102801,11 @@ entities: - type: Transform pos: -20.215748,27.700657 parent: 2 + - uid: 23667 + components: + - type: Transform + pos: -49.496456,15.688549 + parent: 2 - uid: 37661 components: - type: Transform @@ -103613,6 +102970,17 @@ entities: rot: -1.5707963267948966 rad pos: -44.5,-23.5 parent: 2 + - uid: 8795 + components: + - type: Transform + pos: -47.5,34.5 + parent: 2 + - uid: 8990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,8.5 + parent: 2 - uid: 9145 components: - type: Transform @@ -103783,45 +103151,12 @@ entities: 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: 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 @@ -104130,18 +103465,6 @@ entities: 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: 22397 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,40.5 - parent: 2 - uid: 25348 components: - type: Transform @@ -104171,6 +103494,12 @@ entities: rot: 1.5707963267948966 rad pos: 72.5,42.5 parent: 2 + - uid: 34570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,41.5 + parent: 2 - uid: 34968 components: - type: Transform @@ -104272,6 +103601,11 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,20.5 parent: 2 + - uid: 3676 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 - uid: 6203 components: - type: Transform @@ -104290,6 +103624,11 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-10.5 parent: 2 + - uid: 9612 + components: + - type: Transform + pos: -54.5,11.5 + parent: 2 - uid: 11646 components: - type: Transform @@ -104469,44 +103808,33 @@ entities: parent: 2 - proto: DisposalJunctionFlipped entities: - - uid: 7087 + - uid: 5519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-18.5 + pos: -54.5,24.5 parent: 2 - - uid: 8767 + - uid: 7087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,12.5 + rot: 3.141592653589793 rad + pos: -44.5,-18.5 parent: 2 - - uid: 16945 + - uid: 9096 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-14.5 + pos: -54.5,8.5 parent: 2 - - uid: 16951 + - uid: 10207 components: - type: Transform - pos: -45.5,8.5 + pos: -54.5,34.5 parent: 2 - - uid: 16959 + - uid: 16945 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 + pos: -41.5,-14.5 parent: 2 - uid: 17126 components: @@ -104520,12 +103848,6 @@ entities: 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 @@ -104679,11 +104001,52 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,20.5 parent: 2 + - uid: 3671 + components: + - type: Transform + pos: -54.5,29.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: -54.5,30.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,34.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: -54.5,27.5 + parent: 2 - uid: 4131 components: - type: Transform pos: -35.5,31.5 parent: 2 + - uid: 4190 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -54.5,28.5 + parent: 2 - uid: 4462 components: - type: Transform @@ -104712,12 +104075,6 @@ entities: - 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 @@ -104732,20 +104089,12 @@ entities: - uid: 5547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,30.5 + pos: -54.5,25.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 + pos: -54.5,23.5 parent: 2 - uid: 5929 components: @@ -104798,12 +104147,6 @@ entities: - type: Transform pos: -20.5,-34.5 parent: 2 - - uid: 6873 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,30.5 - parent: 2 - uid: 6915 components: - type: Transform @@ -104850,23 +104193,52 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,16.5 parent: 2 - - uid: 8772 + - uid: 8780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,14.5 + rot: -1.5707963267948966 rad + pos: -53.5,34.5 parent: 2 - - uid: 8788 + - uid: 8782 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,13.5 + rot: 1.5707963267948966 rad + pos: -55.5,22.5 parent: 2 - - uid: 8820 + - uid: 8836 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,11.5 + pos: -48.5,34.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,11.5 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,8.5 + parent: 2 + - uid: 9015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,22.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,11.5 parent: 2 - uid: 9300 components: @@ -104880,41 +104252,43 @@ entities: rot: -1.5707963267948966 rad pos: -30.5,-10.5 parent: 2 - - uid: 9585 + - uid: 9597 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,30.5 + pos: -54.5,12.5 parent: 2 - - uid: 9586 + - uid: 9615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,30.5 + pos: -54.5,13.5 parent: 2 - - uid: 9614 + - uid: 9622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,30.5 + pos: -54.5,20.5 parent: 2 - - uid: 9615 + - uid: 9696 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - uid: 9901 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,30.5 + pos: -52.5,34.5 parent: 2 - - uid: 9616 + - uid: 10176 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,30.5 + pos: -51.5,34.5 parent: 2 - - uid: 9617 + - uid: 10184 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,30.5 + pos: -49.5,34.5 parent: 2 - uid: 10271 components: @@ -104995,6 +104369,21 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,23.5 parent: 2 + - uid: 15560 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: -54.5,35.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + pos: -54.5,36.5 + parent: 2 - uid: 15906 components: - type: Transform @@ -106231,219 +105620,11 @@ entities: 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: 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 + rot: -1.5707963267948966 rad + pos: -48.5,24.5 parent: 2 - uid: 16999 components: @@ -106451,48 +105632,6 @@ entities: 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 @@ -106535,12 +105674,6 @@ entities: 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 @@ -109605,6 +108738,16 @@ entities: - type: Transform pos: -50.5,-31.5 parent: 2 + - uid: 20805 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 - uid: 21080 components: - type: Transform @@ -109623,6 +108766,11 @@ entities: rot: 3.141592653589793 rad pos: -23.5,21.5 parent: 2 + - uid: 21861 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 - uid: 21920 components: - type: Transform @@ -109644,6 +108792,11 @@ entities: - type: Transform pos: -26.5,60.5 parent: 2 + - uid: 22393 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 - uid: 22474 components: - type: Transform @@ -109709,6 +108862,12 @@ entities: - type: Transform pos: -33.5,2.5 parent: 2 + - uid: 23420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,24.5 + parent: 2 - uid: 23750 components: - type: Transform @@ -109721,6 +108880,45 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,6.5 parent: 2 + - uid: 23853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,24.5 + parent: 2 + - uid: 23968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,24.5 + parent: 2 + - uid: 23969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,24.5 + parent: 2 + - uid: 23970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,24.5 + parent: 2 + - uid: 23972 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 26263 + components: + - type: Transform + pos: -54.5,9.5 + parent: 2 + - uid: 26271 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 - uid: 26628 components: - type: Transform @@ -109742,6 +108940,11 @@ entities: - type: Transform pos: -20.5,-38.5 parent: 2 + - uid: 29141 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 - uid: 29275 components: - type: Transform @@ -109850,6 +109053,18 @@ entities: rot: 3.141592653589793 rad pos: 10.5,11.5 parent: 2 + - uid: 34568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,40.5 + parent: 2 + - uid: 34569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,40.5 + parent: 2 - uid: 35529 components: - type: Transform @@ -110058,16 +109273,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,34.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: 35993 components: - type: Transform @@ -110535,12 +109740,6 @@ entities: - type: Transform pos: 14.5,22.5 parent: 2 - - uid: 3858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,40.5 - parent: 2 - uid: 6206 components: - type: Transform @@ -110552,16 +109751,17 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-38.5 parent: 2 - - uid: 8773 + - uid: 7637 components: - type: Transform - pos: -51.5,15.5 + rot: 1.5707963267948966 rad + pos: -57.5,22.5 parent: 2 - - uid: 10219 + - uid: 8796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,37.5 + rot: 3.141592653589793 rad + pos: -47.5,33.5 parent: 2 - uid: 12059 components: @@ -110574,17 +109774,11 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,23.5 parent: 2 - - uid: 16961 + - uid: 15962 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 + pos: -57.5,11.5 parent: 2 - uid: 17087 components: @@ -110821,6 +110015,12 @@ entities: rot: 3.141592653589793 rad pos: -50.5,-33.5 parent: 2 + - uid: 23610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,24.5 + parent: 2 - uid: 26807 components: - type: Transform @@ -110832,6 +110032,12 @@ entities: rot: -1.5707963267948966 rad pos: 43.5,28.5 parent: 2 + - uid: 34567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,41.5 + parent: 2 - uid: 35737 components: - type: Transform @@ -110862,11 +110068,6 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,34.5 parent: 2 - - uid: 35954 - components: - - type: Transform - pos: -58.5,11.5 - parent: 2 - uid: 35996 components: - type: Transform @@ -111059,25 +110260,25 @@ entities: - type: Transform pos: -82.5,-2.5 parent: 2 - - uid: 8935 + - uid: 8797 components: - type: Transform - pos: -47.5,20.5 + pos: -47.5,33.5 parent: 2 - - uid: 9007 + - uid: 9332 components: - type: Transform - pos: -51.5,11.5 + pos: 14.5,22.5 parent: 2 - - uid: 9332 + - uid: 10091 components: - type: Transform - pos: 14.5,22.5 + pos: -57.5,11.5 parent: 2 - - uid: 9624 + - uid: 10183 components: - type: Transform - pos: -40.5,37.5 + pos: -47.5,24.5 parent: 2 - uid: 12058 components: @@ -111099,11 +110300,6 @@ entities: - type: Transform pos: 4.5,35.5 parent: 2 - - uid: 14365 - components: - - type: Transform - pos: -51.5,15.5 - parent: 2 - uid: 15528 components: - type: Transform @@ -111154,11 +110350,6 @@ entities: - type: Transform pos: 4.5,73.5 parent: 2 - - uid: 22876 - components: - - type: Transform - pos: -53.5,40.5 - parent: 2 - uid: 23346 components: - type: Transform @@ -111174,6 +110365,11 @@ entities: - type: Transform pos: -52.5,-18.5 parent: 2 + - uid: 30232 + components: + - type: Transform + pos: -57.5,22.5 + parent: 2 - uid: 30331 components: - type: Transform @@ -111204,11 +110400,6 @@ entities: - type: Transform pos: 47.5,34.5 parent: 2 - - uid: 30755 - components: - - type: Transform - pos: -58.5,11.5 - parent: 2 - uid: 30793 components: - type: Transform @@ -111224,6 +110415,11 @@ entities: - type: Transform pos: -69.5,15.5 parent: 2 + - uid: 34571 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 - uid: 35736 components: - type: Transform @@ -111377,6 +110573,11 @@ entities: - type: Transform pos: -49.5,-5.5 parent: 2 + - uid: 31604 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 - uid: 33811 components: - type: Transform @@ -111390,10 +110591,10 @@ entities: rot: 3.141592653589793 rad pos: 94.5,55.5 parent: 2 - - uid: 9085 + - uid: 7428 components: - type: Transform - pos: -47.5,22.5 + pos: -51.5,27.5 parent: 2 - uid: 9086 components: @@ -111448,10 +110649,10 @@ entities: parent: 2 - proto: DresserChiefEngineerFilled entities: - - uid: 15372 + - uid: 15103 components: - type: Transform - pos: -62.5,11.5 + pos: -60.5,20.5 parent: 2 - proto: DresserChiefMedicalOfficerFilled entities: @@ -111566,6 +110767,13 @@ entities: - type: Transform pos: -43.02857,-24.171778 parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 211 + components: + - type: Transform + pos: -49.41746,21.835405 + parent: 2 - proto: DrinkBeerglass entities: - uid: 5408 @@ -111602,6 +110810,21 @@ entities: - type: Transform pos: -73.29047,3.1253412 parent: 2 + - uid: 10095 + components: + - type: Transform + pos: -48.840324,22.104233 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: -47.07371,21.999468 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -47.26121,22.366655 + parent: 2 - uid: 11272 components: - type: Transform @@ -111613,6 +110836,12 @@ entities: - type: Transform pos: -73.14984,3.0315912 parent: 2 + - uid: 18367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.41746,22.272905 + parent: 2 - uid: 31423 components: - type: Transform @@ -111733,11 +110962,6 @@ entities: - type: Transform pos: -8.688809,11.863477 parent: 2 - - uid: 5564 - components: - - type: Transform - pos: -53.211754,25.91696 - parent: 2 - uid: 5733 components: - type: Transform @@ -112171,6 +111395,13 @@ entities: - type: Transform pos: 24.6774,39.27158 parent: 2 +- proto: DrinkScrewdriverCocktailGlass + entities: + - uid: 10153 + components: + - type: Transform + pos: -49.61252,21.717377 + parent: 2 - proto: DrinkShaker entities: - uid: 1328 @@ -112444,6 +111675,11 @@ entities: - type: Transform pos: 20.809872,59.729183 parent: 2 + - uid: 38788 + components: + - type: Transform + pos: -58.701424,13.672134 + parent: 2 - proto: DrinkVodkaGlass entities: - uid: 6879 @@ -112575,15 +111811,20 @@ entities: - type: Transform pos: 43.312805,-21.143152 parent: 2 - - uid: 9087 + - uid: 8778 components: - type: Transform - pos: -47.531506,23.29641 + pos: -51.371788,26.617767 parent: 2 - - uid: 9088 + - uid: 8794 + components: + - type: Transform + pos: -51.53585,26.805267 + parent: 2 + - uid: 8903 components: - type: Transform - pos: -47.26588,23.249535 + pos: -51.282017,27.068794 parent: 2 - uid: 9529 components: @@ -112625,6 +111866,11 @@ entities: - type: Transform pos: -5.199568,59.644547 parent: 2 + - uid: 16996 + components: + - type: Transform + pos: -58.924885,13.838816 + parent: 2 - uid: 19191 components: - type: Transform @@ -112763,21 +112009,6 @@ entities: - type: Transform pos: -36.251575,25.559874 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: 9103 components: - type: Transform @@ -113268,12 +112499,6 @@ entities: rot: 1.5707963267948966 rad pos: -73.5,3.5 parent: 2 - - uid: 15241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,29.5 - parent: 2 - uid: 15639 components: - type: Transform @@ -113963,42 +113188,18 @@ entities: - type: Transform pos: -71.5,17.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: 29098 components: - type: Transform @@ -114088,78 +113289,6 @@ entities: - 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: 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 @@ -114372,6 +113501,66 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,0.5 parent: 2 + - uid: 39495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,24.5 + parent: 2 + - uid: 39496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,14.5 + parent: 2 + - uid: 39497 + components: + - type: Transform + pos: -47.5,35.5 + parent: 2 + - uid: 39498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,27.5 + parent: 2 + - uid: 39499 + components: + - type: Transform + pos: -59.5,36.5 + parent: 2 + - uid: 39500 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 39501 + components: + - type: Transform + pos: -59.5,20.5 + parent: 2 + - uid: 39502 + components: + - type: Transform + pos: -58.5,15.5 + parent: 2 + - uid: 39503 + components: + - type: Transform + pos: -31.5,30.5 + parent: 2 + - uid: 39504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,34.5 + parent: 2 + - uid: 39505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,32.5 + parent: 2 - proto: EmergencyMedipen entities: - uid: 1340 @@ -114426,7 +113615,7 @@ entities: - uid: 18044 components: - type: Transform - pos: -36.34338,34.50851 + pos: -32.531353,33.958298 parent: 2 - uid: 22380 components: @@ -114601,6 +113790,12 @@ entities: rot: 3.141592653589793 rad pos: 36.5,50.5 parent: 2 + - uid: 5564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,30.5 + parent: 2 - uid: 5687 components: - type: Transform @@ -114637,6 +113832,18 @@ entities: rot: 3.141592653589793 rad pos: 61.5,51.5 parent: 2 + - uid: 5723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,17.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,37.5 + parent: 2 - uid: 6136 components: - type: Transform @@ -114658,6 +113865,18 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-32.5 parent: 2 + - uid: 15744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,11.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,36.5 + parent: 2 - uid: 16029 components: - type: Transform @@ -114668,6 +113887,12 @@ entities: - type: Transform pos: -3.5,56.5 parent: 2 + - uid: 16977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,23.5 + parent: 2 - uid: 18084 components: - type: Transform @@ -114727,6 +113952,11 @@ entities: parent: 2 - type: FaxMachine name: Chemistry + - uid: 2339 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 - uid: 3279 components: - type: Transform @@ -114769,13 +113999,20 @@ entities: parent: 2 - type: FaxMachine name: Logistics - - uid: 9101 + - uid: 8856 components: - type: Transform - pos: -49.5,33.5 + pos: -62.5,17.5 parent: 2 - type: FaxMachine - name: Atmospherics + name: Chief Engineer + - uid: 8905 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - type: FaxMachine + name: Engineering - uid: 11666 components: - type: Transform @@ -114874,13 +114111,6 @@ entities: parent: 2 - type: FaxMachine name: Honkroom - - uid: 29699 - components: - - type: Transform - pos: -57.5,13.5 - parent: 2 - - type: FaxMachine - name: Chief Engineer - uid: 29703 components: - type: Transform @@ -115057,11 +114287,21 @@ entities: - type: Transform pos: -5.5,23.5 parent: 2 + - uid: 21856 + components: + - type: Transform + pos: -57.5,17.5 + parent: 2 - uid: 36288 components: - type: Transform pos: 102.5,58.5 parent: 2 + - uid: 38790 + components: + - type: Transform + pos: -58.5,17.5 + parent: 2 - proto: filingCabinetRandom entities: - uid: 16279 @@ -115216,21 +114456,6 @@ entities: - 28396 - 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: 11474 components: - type: Transform @@ -115338,24 +114563,6 @@ entities: 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 @@ -115519,28 +114726,6 @@ entities: - 5250 - 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 @@ -115910,21 +115095,6 @@ entities: 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 - type: AtmosDevice joinedGrid: 2 - uid: 28756 @@ -116011,11 +115181,11 @@ entities: joinedGrid: 2 - proto: FireAxeCabinetFilled entities: - - uid: 9568 + - uid: 9523 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,36.5 + rot: 1.5707963267948966 rad + pos: -47.5,39.5 parent: 2 - uid: 14200 components: @@ -116238,11 +115408,6 @@ 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 @@ -116287,6 +115452,16 @@ entities: - type: DeviceNetwork deviceLists: - 20237 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 20851 - uid: 218 components: - type: Transform @@ -116449,6 +115624,16 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-16.5 parent: 2 + - uid: 569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 - uid: 583 components: - type: Transform @@ -116527,6 +115712,12 @@ entities: rot: 3.141592653589793 rad pos: 25.5,27.5 parent: 2 + - uid: 981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,41.5 + parent: 2 - uid: 1012 components: - type: Transform @@ -116608,6 +115799,16 @@ entities: - type: DeviceNetwork deviceLists: - 38117 + - uid: 1468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 - uid: 1496 components: - type: Transform @@ -117078,11 +116279,15 @@ entities: - type: DeviceNetwork deviceLists: - 69 - - uid: 3680 + - uid: 3692 components: - type: Transform - pos: -56.5,16.5 + pos: -52.5,24.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 20851 - uid: 3709 components: - type: Transform @@ -117331,11 +116536,6 @@ entities: - type: DeviceNetwork deviceLists: - 39141 - - uid: 5723 - components: - - type: Transform - pos: -53.5,10.5 - parent: 2 - uid: 6094 components: - type: Transform @@ -117536,17 +116736,6 @@ entities: deviceLists: - 12404 - 14952 - - 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 @@ -117757,61 +116946,60 @@ entities: - type: DeviceNetwork deviceLists: - 25244 - - 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 + - uid: 8838 components: - type: Transform - pos: -52.5,17.5 + pos: -56.5,24.5 parent: 2 - - uid: 8873 + - type: DeviceNetwork + deviceLists: + - 21903 + - 17903 + - uid: 8858 components: - type: Transform - pos: -56.5,24.5 + rot: 3.141592653589793 rad + pos: -60.5,16.5 parent: 2 - - uid: 8874 + - type: DeviceNetwork + deviceLists: + - 22501 + - 9609 + - uid: 8877 components: - type: Transform - pos: -56.5,25.5 + rot: 3.141592653589793 rad + pos: -53.5,10.5 parent: 2 - - uid: 9081 + - type: DeviceNetwork + deviceLists: + - 21008 + - uid: 8907 components: - type: Transform - pos: -54.5,32.5 + pos: -58.5,10.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25098 - - uid: 9082 + - 22501 + - uid: 9029 components: - type: Transform - pos: -43.5,32.5 + rot: 3.141592653589793 rad + pos: -56.5,34.5 parent: 2 - type: DeviceNetwork deviceLists: - - 21100 - - uid: 9083 + - 21903 + - 22733 + - uid: 9047 components: - type: Transform - pos: -43.5,36.5 + pos: -53.5,20.5 parent: 2 - type: DeviceNetwork deviceLists: - - 20000 - - 21100 + - 9608 - uid: 9084 components: - type: Transform @@ -117819,7 +117007,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 25098 + - 21903 - uid: 9197 components: - type: Transform @@ -117891,11 +117079,24 @@ entities: - type: DeviceNetwork deviceLists: - 17901 - - uid: 10188 + - uid: 10201 components: - type: Transform - pos: -46.5,12.5 + pos: -55.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - uid: 10210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,15.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 - uid: 10351 components: - type: Transform @@ -117997,6 +117198,12 @@ entities: - type: DeviceNetwork deviceLists: - 2971 + - uid: 14365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,12.5 + parent: 2 - uid: 15163 components: - type: Transform @@ -118112,16 +117319,6 @@ entities: - type: DeviceNetwork deviceLists: - 22157 - - uid: 15894 - components: - - type: Transform - pos: -50.5,14.5 - parent: 2 - - uid: 15962 - components: - - type: Transform - pos: -48.5,14.5 - parent: 2 - uid: 16063 components: - type: Transform @@ -118209,6 +117406,26 @@ entities: - 2655 - 7120 - 14952 + - uid: 16970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 + - uid: 17033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 - uid: 17836 components: - type: Transform @@ -118221,11 +117438,6 @@ entities: - 7608 - 25333 - 27414 - - uid: 17859 - components: - - type: Transform - pos: -54.5,10.5 - parent: 2 - uid: 17863 components: - type: Transform @@ -118558,6 +117770,73 @@ entities: - type: DeviceNetwork deviceLists: - 34109 + - uid: 26262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - 9609 + - uid: 26264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23988 + - 21903 + - uid: 26269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - uid: 26296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - 22501 + - uid: 26305 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 9609 + - uid: 26309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - uid: 26331 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 17903 - uid: 26372 components: - type: Transform @@ -118817,11 +118096,6 @@ entities: - type: DeviceNetwork deviceLists: - 34109 - - uid: 30787 - components: - - type: Transform - pos: -49.5,14.5 - parent: 2 - uid: 31106 components: - type: Transform @@ -118993,6 +118267,13 @@ entities: - type: Transform pos: 22.5,50.5 parent: 2 +- proto: FishLabeler + entities: + - uid: 39520 + components: + - type: Transform + pos: -60.626774,13.881936 + parent: 2 - proto: Flare entities: - uid: 30053 @@ -119095,15 +118376,41 @@ entities: - uid: 15585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.604605,28.665703 + pos: -10.976873,37.353363 parent: 2 + - type: HandheldLight + toggleActionEntity: 28176 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 28176 + - type: ActionsContainer - uid: 15586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.354605,28.681328 + pos: -10.961248,37.57136 parent: 2 + - type: HandheldLight + toggleActionEntity: 28239 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 28239 + - type: ActionsContainer - proto: FlippoLighter entities: - uid: 16368 @@ -119111,6 +118418,12 @@ entities: - type: Transform pos: -19.49304,-8.044838 parent: 2 + - uid: 39391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.4358,14.000259 + parent: 2 - proto: Floodlight entities: - uid: 8150 @@ -119301,6 +118614,13 @@ entities: parent: 2 - type: Fixtures fixtures: {} + - uid: 8798 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - type: Fixtures + fixtures: {} - uid: 11476 components: - type: Transform @@ -123001,11 +122321,6 @@ entities: parent: 2 - proto: FloraTree05 entities: - - uid: 6284 - components: - - type: Transform - pos: -61.0979,9.577806 - parent: 2 - uid: 20172 components: - type: Transform @@ -123235,20 +122550,10 @@ entities: - 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 + - uid: 8923 components: - type: Transform - pos: -50.57446,20.484001 + pos: -48.16019,27.65061 parent: 2 - uid: 31937 components: @@ -123277,13 +122582,30 @@ entities: - type: Transform pos: 66.545784,16.903858 parent: 2 + - uid: 8922 + components: + - type: Transform + pos: -48.449253,27.674047 + parent: 2 - uid: 31938 components: - type: Transform pos: -40.447155,65.28708 parent: 2 +- proto: FoodBakedCookieRaisin + entities: + - uid: 9011 + components: + - type: Transform + pos: -48.543003,27.603735 + parent: 2 - proto: FoodBakedCookieSugar entities: + - uid: 9012 + components: + - type: Transform + pos: -48.449253,27.822485 + parent: 2 - uid: 31939 components: - type: Transform @@ -123829,15 +123151,15 @@ entities: - type: Transform pos: -47.528687,-13.109673 parent: 2 - - uid: 9008 + - uid: 14268 components: - type: Transform - pos: -50.54321,20.796501 + pos: 12.445913,47.984642 parent: 2 - - uid: 14268 + - uid: 23924 components: - type: Transform - pos: 12.445913,47.984642 + pos: -48.371128,27.783422 parent: 2 - uid: 27943 components: @@ -123965,13 +123287,6 @@ entities: - type: Transform pos: -79.01136,3.626192 parent: 2 -- proto: FoodSnackChips - entities: - - uid: 30235 - components: - - type: Transform - pos: -53.53988,25.557585 - parent: 2 - proto: FoodSnackChowMein entities: - uid: 7568 @@ -124127,13 +123442,6 @@ entities: - type: Transform pos: 89.94156,37.71867 parent: 2 -- proto: FuelDispenser - entities: - - uid: 26355 - components: - - type: Transform - pos: -50.5,32.5 - parent: 2 - proto: GasAnalyzer entities: - uid: 5679 @@ -124320,18 +123628,6 @@ entities: 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 @@ -124396,14 +123692,15 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 16543 + - uid: 32444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,50.5 + pos: -56.5,57.5 parent: 2 - type: AtmosDevice joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 36574 components: - type: Transform @@ -124430,6 +123727,24 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28824 + components: + - type: Transform + pos: -59.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34543 + components: + - type: Transform + pos: -56.5,53.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - proto: GasPassiveVent entities: - uid: 5652 @@ -124496,8 +123811,25 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 32445 + components: + - type: Transform + pos: -55.5,57.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - proto: GasPipeBend entities: + - uid: 339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 772 components: - type: Transform @@ -124576,6 +123908,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 3585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 4328 components: - type: Transform @@ -124686,6 +124026,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7645 + components: + - type: Transform + pos: -54.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8936 components: - type: Transform @@ -124693,6 +124040,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9018 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9074 components: - type: Transform @@ -124700,6 +124063,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 9097 + components: + - type: Transform + pos: -52.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9101 + components: + - type: Transform + pos: -54.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9407 components: - type: Transform @@ -124766,6 +124143,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10170 + components: + - type: Transform + pos: -45.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10621 components: - type: Transform @@ -124812,26 +124196,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14501 + - uid: 14370 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15076 - components: - - type: Transform - pos: -43.5,41.5 + pos: -44.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15100 + - uid: 14501 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,41.5 + rot: 1.5707963267948966 rad + pos: 34.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -124882,6 +124259,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 16656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17689 components: - type: Transform @@ -124921,6 +124314,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 18184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18404 components: - type: Transform @@ -124937,6 +124338,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 19279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19366 components: - type: Transform @@ -125075,6 +124484,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 21850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22162 components: - type: Transform @@ -125082,14 +124499,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22614 + - uid: 22397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,29.5 + pos: -54.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 22653 components: - type: Transform @@ -125098,6 +124514,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22818 components: - type: Transform @@ -125106,6 +124538,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23563 components: - type: Transform @@ -125114,19 +124562,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23908 + - uid: 23856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,29.5 + pos: -52.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23917 + - uid: 23918 components: - type: Transform rot: -1.5707963267948966 rad - pos: -43.5,31.5 + pos: -52.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23932 + components: + - type: Transform + pos: -52.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -125177,22 +124647,6 @@ entities: 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 @@ -125958,14 +125412,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - 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 @@ -126198,6 +125644,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 28540 components: - type: Transform @@ -126222,33 +125684,46 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28828 + - uid: 28911 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,44.5 + pos: 17.5,6.5 parent: 2 - - uid: 28829 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28969 components: - type: Transform - pos: -52.5,50.5 + rot: -1.5707963267948966 rad + pos: 18.5,6.5 parent: 2 - - uid: 28911 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29701 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,6.5 + rot: -1.5707963267948966 rad + pos: -50.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28969 + - uid: 30007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,6.5 + rot: 3.141592653589793 rad + pos: -51.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 30219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 30330 components: - type: Transform @@ -126289,6 +125764,99 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 32451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32637 + components: + - type: Transform + pos: -59.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32640 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32650 + components: + - type: Transform + pos: -60.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32678 + components: + - type: Transform + pos: -61.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33014 components: - type: Transform @@ -126387,6 +125955,52 @@ entities: rot: -1.5707963267948966 rad pos: 102.5,9.5 parent: 2 + - uid: 33691 + components: + - type: Transform + pos: -63.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33703 + components: + - type: Transform + pos: -65.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33912 components: - type: Transform @@ -126425,6 +126039,92 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 34508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34510 + components: + - type: Transform + pos: -67.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34575 + components: + - type: Transform + pos: -54.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 34679 components: - type: Transform @@ -126549,6 +126249,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 37650 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 38185 components: - type: Transform @@ -126830,27 +126545,41 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11541 + - uid: 8863 components: - type: Transform - pos: 8.5,7.5 + pos: -55.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11596 + - uid: 9036 components: - type: Transform - pos: 10.5,5.5 + pos: -53.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15604 + - uid: 10208 components: - type: Transform - pos: -55.5,13.5 + pos: -55.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 11541 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11596 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15633 components: - type: Transform @@ -126893,10 +126622,10 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19939 + - uid: 19760 components: - type: Transform - pos: -53.5,12.5 + pos: -53.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -126977,13 +126706,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24754 - components: - - type: Transform - pos: -53.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 24853 components: - type: Transform @@ -127019,13 +126741,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25571 - components: - - type: Transform - pos: -55.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26069 components: - type: Transform @@ -127075,11 +126790,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29039 - components: - - type: Transform - pos: -47.5,44.5 - parent: 2 - uid: 39169 components: - type: Transform @@ -127477,6 +127187,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CCCCFFFF' + - uid: 1462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 1483 components: - type: Transform @@ -127500,6 +127218,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 1539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1553 components: - type: Transform @@ -127672,6 +127398,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 2300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2324 components: - type: Transform @@ -127696,6 +127430,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 2366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2377 components: - type: Transform @@ -127924,6 +127666,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 3401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3402 components: - type: Transform @@ -127987,13 +127737,6 @@ entities: 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 @@ -128020,20 +127763,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - 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: 3962 components: - type: Transform @@ -128104,6 +127833,20 @@ entities: rot: 3.141592653589793 rad pos: 40.5,49.5 parent: 2 + - uid: 4040 + components: + - type: Transform + pos: -53.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4053 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4054 components: - type: Transform @@ -129083,13 +128826,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6712 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 6736 components: - type: Transform @@ -129238,6 +128974,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6920 components: - type: Transform @@ -129246,20 +128990,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6937 + - uid: 6930 components: - type: Transform - pos: -45.5,-29.5 + rot: -1.5707963267948966 rad + pos: -59.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6965 + - uid: 6937 components: - type: Transform - pos: -55.5,32.5 + pos: -45.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 7061 components: - type: Transform @@ -129275,6 +129020,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7266 components: - type: Transform @@ -129340,6 +129093,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7640 + components: + - type: Transform + pos: -55.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7642 components: - type: Transform @@ -129626,13 +129386,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8725 - components: - - type: Transform - pos: -43.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8739 components: - type: Transform @@ -129649,6 +129402,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8844 + components: + - type: Transform + pos: -55.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8845 components: - type: Transform @@ -129657,6 +129441,195 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8846 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8848 + components: + - type: Transform + pos: -53.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8849 + components: + - type: Transform + pos: -55.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8861 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8862 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8865 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8866 + components: + - type: Transform + pos: -55.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8867 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8868 + components: + - type: Transform + pos: -55.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8869 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8870 + components: + - type: Transform + pos: -53.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8876 + components: + - type: Transform + pos: -53.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8882 + components: + - type: Transform + pos: -55.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8887 + components: + - type: Transform + pos: -55.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8890 + components: + - type: Transform + pos: -55.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8891 + components: + - type: Transform + pos: -55.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8892 + components: + - type: Transform + pos: -53.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8894 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8955 + components: + - type: Transform + pos: -60.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8968 components: - type: Transform @@ -129664,6 +129637,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8973 + components: + - type: Transform + pos: -55.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8980 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9000 + components: + - type: Transform + pos: -55.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9035 components: - type: Transform @@ -129671,6 +129665,51 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 9037 + components: + - type: Transform + pos: -55.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9038 + components: + - type: Transform + pos: -55.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9060 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9123 components: - type: Transform @@ -130100,62 +130139,49 @@ entities: - uid: 9519 components: - type: Transform - pos: -42.5,36.5 + pos: -44.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9520 + - uid: 9544 components: - type: Transform - pos: -42.5,35.5 + rot: 3.141592653589793 rad + pos: -51.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9522 + - uid: 9584 components: - type: Transform - pos: -42.5,33.5 + rot: 3.141592653589793 rad + pos: -51.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9523 + - uid: 9587 components: - type: Transform - pos: -42.5,32.5 + rot: 1.5707963267948966 rad + pos: -56.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9524 + - uid: 9705 components: - type: Transform - pos: -42.5,31.5 + pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9526 + - uid: 9845 components: - type: Transform - pos: -43.5,33.5 + rot: 3.141592653589793 rad + pos: -21.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,47.5 - parent: 2 - - uid: 9584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,48.5 - parent: 2 - - uid: 9845 + - uid: 9905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-41.5 + pos: -44.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -130183,6 +130209,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 10018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10061 components: - type: Transform @@ -130231,6 +130273,106 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10092 + components: + - type: Transform + pos: -55.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10198 + components: + - type: Transform + pos: -53.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10199 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10202 + components: + - type: Transform + pos: -55.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10214 components: - type: Transform @@ -130263,6 +130405,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 10276 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10349 components: - type: Transform @@ -130561,14 +130710,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13025 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13035 components: - type: Transform @@ -130697,16 +130838,7 @@ entities: - uid: 14274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,13.5 + pos: -44.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -130718,6 +130850,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 14633 + components: + - type: Transform + pos: -55.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 14971 components: - type: Transform @@ -130734,43 +130873,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15096 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15097 - components: - - type: Transform - pos: -43.5,40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15099 - components: - - type: Transform - pos: -43.5,38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15102 - components: - - type: Transform - pos: -43.5,37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15120 components: - type: Transform @@ -130817,13 +130919,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15535 - components: - - type: Transform - pos: -55.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15607 components: - type: Transform @@ -131239,6 +131334,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 16844 components: - type: Transform @@ -131247,6 +131358,95 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16959 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16961 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16964 + components: + - type: Transform + pos: -36.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16965 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16969 + components: + - type: Transform + pos: -55.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16992 + components: + - type: Transform + pos: -53.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16994 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17113 components: - type: Transform @@ -131557,6 +131757,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 18165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 18166 components: - type: Transform @@ -131565,6 +131773,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 18177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 18202 components: - type: Transform @@ -132121,6 +132337,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 21100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 21141 components: - type: Transform @@ -132238,6 +132470,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 21846 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21848 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21852 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22094 components: - type: Transform @@ -132278,6 +132531,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22461 + components: + - type: Transform + pos: -44.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 22607 components: - type: Transform @@ -132309,6 +132569,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22772 components: - type: Transform @@ -132409,6 +132685,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23228 + components: + - type: Transform + pos: -53.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23233 components: - type: Transform @@ -132497,12 +132780,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,50.5 - parent: 2 - uid: 23777 components: - type: Transform @@ -132527,197 +132804,10 @@ entities: 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 + pos: -44.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -132725,23 +132815,7 @@ entities: 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 + pos: -55.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -132753,30 +132827,6 @@ entities: 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 @@ -132793,35 +132843,10 @@ entities: 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 + pos: -44.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -132829,31 +132854,7 @@ entities: 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 + pos: -54.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -132861,122 +132862,18 @@ entities: 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 + pos: -44.5,36.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 + rot: -1.5707963267948966 rad + pos: -51.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 23977 components: - type: Transform @@ -133041,63 +132938,6 @@ entities: 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 @@ -133872,12 +133712,6 @@ entities: 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 @@ -136999,14 +136833,6 @@ entities: 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: 24692 components: - type: Transform @@ -139207,6 +139033,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 25072 components: - type: Transform @@ -139647,6 +139481,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 25186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 25258 components: - type: Transform @@ -143792,6 +143634,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 26212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 26222 components: - type: Transform @@ -143835,411 +143685,11 @@ entities: 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: 26291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.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 + pos: -49.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -144251,66 +143701,11 @@ entities: 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 + pos: -54.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -144342,6 +143737,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 26355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 26378 components: - type: Transform @@ -144494,6 +143897,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 26616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 26699 components: - type: Transform @@ -144940,6 +144351,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 26891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 26899 components: - type: Transform @@ -146194,6 +145621,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 27110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27119 components: - type: Transform @@ -146218,18 +145653,6 @@ entities: 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 @@ -149014,6 +148437,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 27961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 28051 components: - type: Transform @@ -149119,12 +148550,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,47.5 - parent: 2 - uid: 28152 components: - type: Transform @@ -149847,6 +149272,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 28345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 28376 components: - type: Transform @@ -150043,6 +149476,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 28538 components: - type: Transform @@ -150332,11 +149773,20 @@ entities: - type: AtmosPipeColor color: '#0055CCFF' - uid: 28730 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 28737 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,44.5 + pos: -56.5,35.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 28758 components: - type: Transform @@ -150463,25 +149913,34 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28805 + - uid: 28931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,44.5 + pos: -32.5,26.5 parent: 2 - - uid: 28824 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29077 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,44.5 + pos: -44.5,12.5 parent: 2 - - uid: 28931 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29081 components: - type: Transform - pos: -32.5,26.5 + pos: -53.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29093 + components: + - type: Transform + pos: -44.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29125 components: - type: Transform @@ -150490,11 +149949,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29162 components: - type: Transform pos: -49.5,44.5 parent: 2 + - uid: 29255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29288 components: - type: Transform @@ -150510,6 +149993,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29610 components: - type: Transform @@ -150517,6 +150016,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29893 components: - type: Transform @@ -150531,13 +150038,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30236 - components: - - type: Transform - pos: -53.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 30262 components: - type: Transform @@ -150905,6 +150405,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CCCCFFFF' + - uid: 31853 + components: + - type: Transform + pos: -59.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 31887 components: - type: Transform @@ -150950,6 +150457,77 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 32600 + components: + - type: Transform + pos: -59.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32616 + components: + - type: Transform + pos: -57.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32623 + components: + - type: Transform + pos: -59.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32625 + components: + - type: Transform + pos: -59.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32627 + components: + - type: Transform + pos: -59.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32629 + components: + - type: Transform + pos: -57.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32631 + components: + - type: Transform + pos: -59.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32639 + components: + - type: Transform + pos: -59.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32666 + components: + - type: Transform + pos: -59.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33001 components: - type: Transform @@ -151780,6 +151358,30 @@ entities: rot: -1.5707963267948966 rad pos: 100.5,10.5 parent: 2 + - uid: 33712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 33721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33750 components: - type: Transform @@ -151850,6 +151452,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 33810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33886 components: - type: Transform @@ -151889,6 +151499,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 33924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33926 components: - type: Transform @@ -151964,6 +151582,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 34036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34048 components: - type: Transform @@ -151972,6 +151606,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 34049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34061 components: - type: Transform @@ -151980,6 +151622,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CCCCFFFF' + - uid: 34070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34111 components: - type: Transform @@ -152091,6 +151741,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 34173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34188 components: - type: Transform @@ -152105,6 +151763,46 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 34348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34407 components: - type: Transform @@ -152113,6 +151811,337 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 34420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34500 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -67.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34519 + components: + - type: Transform + pos: -60.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,53.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34523 + components: + - type: Transform + pos: -62.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34524 + components: + - type: Transform + pos: -62.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34525 + components: + - type: Transform + pos: -62.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34526 + components: + - type: Transform + pos: -62.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34527 + components: + - type: Transform + pos: -62.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34528 + components: + - type: Transform + pos: -62.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34536 + components: + - type: Transform + pos: -54.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34537 + components: + - type: Transform + pos: -54.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34538 + components: + - type: Transform + pos: -54.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34539 + components: + - type: Transform + pos: -54.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34540 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34541 + components: + - type: Transform + pos: -54.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 34674 components: - type: Transform @@ -152614,6 +152643,35 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 37502 + components: + - type: Transform + pos: -55.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37504 + components: + - type: Transform + pos: -55.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37556 + components: + - type: Transform + pos: -55.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 37886 components: - type: Transform @@ -153191,14 +153249,6 @@ entities: 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 @@ -153327,6 +153377,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 6272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6319 components: - type: Transform @@ -153484,6 +153542,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8822 components: - type: Transform @@ -153492,6 +153566,62 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8889 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9238 components: - type: Transform @@ -153526,14 +153656,6 @@ entities: 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: 9985 components: - type: Transform @@ -153815,14 +153937,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15129 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 15177 components: - type: Transform @@ -153831,6 +153945,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15273 components: - type: Transform @@ -153868,14 +153990,6 @@ entities: 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: 15565 components: - type: Transform @@ -154119,14 +154233,6 @@ entities: 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: 16529 components: - type: Transform @@ -154143,14 +154249,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 16671 components: - type: Transform @@ -154167,14 +154265,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - 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 @@ -154205,22 +154295,6 @@ entities: 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: 17870 components: - type: Transform @@ -154337,6 +154411,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 19288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19322 components: - type: Transform @@ -154391,14 +154473,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 20899 components: - type: Transform @@ -154439,22 +154513,6 @@ entities: 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: 21055 components: - type: Transform @@ -154594,6 +154652,20 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22709 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22711 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22794 components: - type: Transform @@ -154720,6 +154792,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23335 components: - type: Transform @@ -154814,6 +154894,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23931 components: - type: Transform @@ -154854,6 +154942,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23964 + components: + - type: Transform + pos: -50.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 23984 components: - type: Transform @@ -154861,6 +154964,29 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 23987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23991 + components: + - type: Transform + pos: -50.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 24002 components: - type: Transform @@ -155210,21 +155336,6 @@ entities: 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 @@ -155638,14 +155749,6 @@ entities: 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: 25962 components: - type: Transform @@ -156076,6 +156179,12 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,44.5 + parent: 2 - uid: 28454 components: - type: Transform @@ -156115,6 +156224,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CCCCFFFF' + - uid: 29156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29971 components: - type: Transform @@ -156193,6 +156310,38 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 32608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 33138 components: - type: Transform @@ -156342,6 +156491,14 @@ entities: rot: 3.141592653589793 rad pos: 77.5,81.5 parent: 2 + - uid: 37503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 39165 components: - type: Transform @@ -156376,6 +156533,16 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 3813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-22.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4646 components: - type: Transform @@ -156482,44 +156649,72 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 23789 + - uid: 28437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,49.5 + rot: -1.5707963267948966 rad + pos: 25.5,-1.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 28437 + - uid: 31812 + components: + - type: Transform + pos: -40.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 32618 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-1.5 + pos: -55.5,52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 34653 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32621 components: - type: Transform - pos: -42.5,38.5 + rot: -1.5707963267948966 rad + pos: -55.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 32670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,52.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34654 + color: '#88AAFFFF' + - uid: 32671 components: - type: Transform - pos: -41.5,38.5 + rot: 1.5707963267948966 rad + pos: -61.5,51.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: 34655 + - uid: 34654 components: - type: Transform - pos: -40.5,38.5 + pos: -41.5,38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -156660,26 +156855,6 @@ entities: 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: 34066 components: - type: Transform @@ -156692,10 +156867,10 @@ entities: color: '#0055CCFF' - proto: GasRecycler entities: - - uid: 9578 + - uid: 31597 components: - type: Transform - pos: -60.5,43.5 + pos: -48.5,41.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -156710,17 +156885,11 @@ entities: color: '#CCCCFFFF' - type: AtmosDevice joinedGrid: 2 - - uid: 9507 - components: - - type: Transform - pos: -54.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 17015 + - uid: 31817 components: - type: Transform - pos: -53.5,43.5 + rot: 1.5707963267948966 rad + pos: -48.5,42.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -156735,17 +156904,11 @@ entities: joinedGrid: 2 - proto: GasThermoMachineHeater entities: - - uid: 9508 - components: - - type: Transform - pos: -55.5,43.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - uid: 9511 + - uid: 31603 components: - type: Transform - pos: -56.5,43.5 + rot: 1.5707963267948966 rad + pos: -49.5,42.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -157139,24 +157302,25 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6918 + - uid: 6848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-38.5 + rot: 3.141592653589793 rad + pos: -60.5,17.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 9609 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6973 + - uid: 6918 components: - type: Transform - pos: -55.5,33.5 + rot: 1.5707963267948966 rad + pos: -13.5,-38.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25098 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -157236,6 +157400,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 8937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9048 components: - type: Transform @@ -157246,38 +157423,64 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10937 + - uid: 9568 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,64.5 + rot: 1.5707963267948966 rad + pos: -46.5,39.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11529 + - uid: 10085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 + rot: -1.5707963267948966 rad + pos: -55.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 38117 + - 21008 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11644 + - uid: 10086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,20.5 + rot: 1.5707963267948966 rad + pos: -55.5,16.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25185 + - 9608 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,64.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38117 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -157386,25 +157589,15 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15267 + - uid: 15101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,39.5 + rot: 1.5707963267948966 rad + pos: -55.5,21.5 parent: 2 - type: DeviceNetwork deviceLists: - - 20000 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,13.5 - parent: 2 + - 21903 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -157525,6 +157718,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 17021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20851 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17693 components: - type: Transform @@ -157573,6 +157779,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19439 components: - type: Transform @@ -158153,18 +158372,6 @@ entities: 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 @@ -158232,19 +158439,6 @@ entities: 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: - - 21100 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26219 components: - type: Transform @@ -158267,46 +158461,6 @@ entities: 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: 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 @@ -158470,6 +158624,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 27089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17903 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27109 components: - type: Transform @@ -158692,9 +158859,6 @@ entities: rot: 3.141592653589793 rad pos: -63.5,8.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -159000,6 +159164,31 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 29696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22733 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30205 + components: + - type: Transform + pos: -51.5,35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23988 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 30778 components: - type: Transform @@ -159273,6 +159462,15 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 37714 + components: + - type: Transform + pos: -55.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 37889 components: - type: Transform @@ -159286,6 +159484,16 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 38008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,40.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 38178 components: - type: Transform @@ -159797,14 +160005,15 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6966 + - uid: 6873 components: - type: Transform - pos: -53.5,33.5 + rot: 3.141592653589793 rad + pos: -59.5,17.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25098 + - 9609 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -159864,6 +160073,31 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9095 + components: + - type: Transform + pos: -44.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 9132 components: - type: Transform @@ -159876,6 +160110,32 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 9593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 10230 components: - type: Transform @@ -159990,42 +160250,6 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15103 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,39.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 20000 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15206 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,12.5 - parent: 2 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 15376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,34.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 21100 - - type: AtmosDevice - joinedGrid: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15479 components: - type: Transform @@ -160102,9 +160326,6 @@ entities: - type: Transform pos: -59.5,8.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25223 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -160182,6 +160403,19 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 17003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20851 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 17766 components: - type: Transform @@ -160242,6 +160476,32 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 19939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19972 components: - type: Transform @@ -160585,19 +160845,6 @@ entities: 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: 25635 components: - type: Transform @@ -160683,19 +160930,6 @@ entities: 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 @@ -160945,42 +161179,15 @@ entities: 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: 26308 + - uid: 26330 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,12.5 + pos: -57.5,23.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 17903 - type: AtmosDevice joinedGrid: 2 - type: AtmosPipeColor @@ -161714,6 +161921,31 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 29722 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23988 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22733 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 30777 components: - type: Transform @@ -161970,6 +162202,25 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 38007 + components: + - type: Transform + pos: -54.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 38009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 38180 components: - type: Transform @@ -162156,6 +162407,48 @@ entities: joinedGrid: 2 - type: AtmosPipeColor color: '#990000FF' +- proto: GasVolumePump + entities: + - uid: 8282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 31854 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,47.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 32612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 32613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,51.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - proto: Gauze entities: - uid: 3465 @@ -162290,6 +162583,16 @@ entities: - type: Transform pos: -16.575478,16.641808 parent: 2 + - uid: 8904 + components: + - type: Transform + pos: -45.479984,32.6858 + parent: 2 + - uid: 16976 + components: + - type: Transform + pos: -45.58075,32.746277 + parent: 2 - proto: GlowstickPurple entities: - uid: 2100 @@ -162313,13 +162616,11 @@ entities: parent: 2 - proto: GravityGenerator entities: - - uid: 2402 + - uid: 8853 components: - type: Transform - pos: -60.5,18.5 + pos: -60.5,35.5 parent: 2 - - type: ApcPowerReceiver - needsPower: False - proto: Grille entities: - uid: 8 @@ -162327,6 +162628,11 @@ entities: - type: Transform pos: -1.5,11.5 parent: 2 + - uid: 24 + components: + - type: Transform + pos: -53.5,55.5 + parent: 2 - uid: 48 components: - type: Transform @@ -162392,6 +162698,12 @@ entities: - type: Transform pos: -11.5,17.5 parent: 2 + - uid: 233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,54.5 + parent: 2 - uid: 337 components: - type: Transform @@ -162402,6 +162714,12 @@ entities: - type: Transform pos: -32.5,0.5 parent: 2 + - uid: 605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,20.5 + parent: 2 - uid: 620 components: - type: Transform @@ -162588,17 +162906,16 @@ entities: - type: Transform pos: -98.5,64.5 parent: 2 - - uid: 1462 + - uid: 1458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,34.5 + pos: -49.5,38.5 parent: 2 - uid: 1469 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,35.5 + pos: -58.5,31.5 parent: 2 - uid: 1473 components: @@ -162954,6 +163271,11 @@ entities: - type: Transform pos: 29.5,22.5 parent: 2 + - uid: 2232 + components: + - type: Transform + pos: -53.5,56.5 + parent: 2 - uid: 2256 components: - type: Transform @@ -162974,11 +163296,6 @@ entities: - 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 @@ -163619,17 +163936,18 @@ entities: - uid: 3664 components: - type: Transform - pos: -50.5,35.5 + rot: 3.141592653589793 rad + pos: -50.5,15.5 parent: 2 - - uid: 3674 + - uid: 3666 components: - type: Transform - pos: -0.5,63.5 + pos: -48.5,38.5 parent: 2 - - uid: 3677 + - uid: 3674 components: - type: Transform - pos: -58.5,21.5 + pos: -0.5,63.5 parent: 2 - uid: 3682 components: @@ -164643,10 +164961,10 @@ entities: - type: Transform pos: -62.5,78.5 parent: 2 - - uid: 6212 + - uid: 6211 components: - type: Transform - pos: -51.5,63.5 + pos: -58.5,58.5 parent: 2 - uid: 6215 components: @@ -164795,11 +165113,6 @@ entities: - type: Transform pos: 106.5,-30.5 parent: 2 - - uid: 6657 - components: - - type: Transform - pos: -48.5,38.5 - parent: 2 - uid: 6668 components: - type: Transform @@ -164845,10 +165158,11 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-45.5 parent: 2 - - uid: 6930 + - uid: 6965 components: - type: Transform - pos: -48.5,32.5 + rot: 3.141592653589793 rad + pos: -47.5,15.5 parent: 2 - uid: 7100 components: @@ -164956,6 +165270,12 @@ entities: - type: Transform pos: -57.5,-0.5 parent: 2 + - uid: 7422 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,35.5 + parent: 2 - uid: 7427 components: - type: Transform @@ -164966,46 +165286,6 @@ entities: - 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: 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 @@ -165189,6 +165469,22 @@ entities: - type: Transform pos: -29.5,76.5 parent: 2 + - uid: 7632 + components: + - type: Transform + pos: -56.5,25.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: -52.5,22.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,32.5 + parent: 2 - uid: 7655 components: - type: Transform @@ -165904,16 +166200,23 @@ entities: - type: Transform pos: 66.5,43.5 parent: 2 - - uid: 8272 + - uid: 8275 components: - type: Transform - pos: -47.5,38.5 + rot: 3.141592653589793 rad + pos: -116.5,11.5 parent: 2 - - uid: 8275 + - uid: 8316 components: - type: Transform rot: 3.141592653589793 rad - pos: -116.5,11.5 + pos: -58.5,64.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,36.5 parent: 2 - uid: 8505 components: @@ -166195,20 +166498,17 @@ entities: - type: Transform pos: -58.5,42.5 parent: 2 - - uid: 8705 - components: - - type: Transform - pos: -56.5,18.5 - parent: 2 - - uid: 8710 + - uid: 8706 components: - type: Transform - pos: -56.5,17.5 + rot: 1.5707963267948966 rad + pos: -52.5,35.5 parent: 2 - - uid: 8711 + - uid: 8707 components: - type: Transform - pos: -56.5,19.5 + rot: 1.5707963267948966 rad + pos: -52.5,33.5 parent: 2 - uid: 8718 components: @@ -166230,6 +166530,11 @@ entities: - type: Transform pos: -30.5,23.5 parent: 2 + - uid: 8749 + components: + - type: Transform + pos: -56.5,22.5 + parent: 2 - uid: 8762 components: - type: Transform @@ -166240,25 +166545,17 @@ entities: - 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 + - uid: 8787 components: - type: Transform - pos: -56.5,23.5 + rot: 1.5707963267948966 rad + pos: -57.5,29.5 parent: 2 - - uid: 8806 + - uid: 8828 components: - type: Transform - pos: -56.5,26.5 + rot: 3.141592653589793 rad + pos: -56.5,33.5 parent: 2 - uid: 8829 components: @@ -166266,91 +166563,33 @@ entities: rot: 3.141592653589793 rad pos: 8.5,18.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 + - uid: 8875 components: - type: Transform - pos: -48.5,24.5 + rot: 3.141592653589793 rad + pos: -51.5,38.5 parent: 2 - - uid: 8965 + - uid: 8988 components: - type: Transform - pos: -58.5,33.5 + rot: 3.141592653589793 rad + pos: -59.5,31.5 parent: 2 - - uid: 8969 + - uid: 9056 components: - type: Transform - pos: -50.5,34.5 + pos: -54.5,10.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 @@ -166638,6 +166877,12 @@ entities: - type: Transform pos: 117.5,8.5 parent: 2 + - uid: 9322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,31.5 + parent: 2 - uid: 9330 components: - type: Transform @@ -166752,10 +166997,10 @@ entities: - type: Transform pos: 61.5,-94.5 parent: 2 - - uid: 9623 + - uid: 9619 components: - type: Transform - pos: -55.5,48.5 + pos: -54.5,15.5 parent: 2 - uid: 9647 components: @@ -166772,12 +167017,6 @@ entities: - type: Transform pos: 4.5,55.5 parent: 2 - - uid: 9660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,17.5 - parent: 2 - uid: 9677 components: - type: Transform @@ -166792,7 +167031,8 @@ entities: - uid: 9687 components: - type: Transform - pos: -53.5,42.5 + rot: 3.141592653589793 rad + pos: -59.5,64.5 parent: 2 - uid: 9721 components: @@ -166840,6 +167080,11 @@ entities: rot: 3.141592653589793 rad pos: -116.5,-1.5 parent: 2 + - uid: 9873 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 - uid: 9917 components: - type: Transform @@ -166895,6 +167140,12 @@ entities: - type: Transform pos: 47.5,-94.5 parent: 2 + - uid: 10172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,31.5 + parent: 2 - uid: 10331 components: - type: Transform @@ -167856,6 +168107,18 @@ entities: rot: 3.141592653589793 rad pos: -116.5,-15.5 parent: 2 + - uid: 13360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,17.5 + parent: 2 + - uid: 13370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,16.5 + parent: 2 - uid: 13717 components: - type: Transform @@ -167948,6 +168211,12 @@ entities: rot: 3.141592653589793 rad pos: -120.5,-13.5 parent: 2 + - uid: 13869 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,14.5 + parent: 2 - uid: 13936 components: - type: Transform @@ -168053,6 +168322,12 @@ entities: rot: 3.141592653589793 rad pos: -37.5,49.5 parent: 2 + - uid: 14364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,13.5 + parent: 2 - uid: 14453 components: - type: Transform @@ -168378,11 +168653,6 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-28.5 parent: 2 - - uid: 15561 - components: - - type: Transform - pos: -58.5,47.5 - parent: 2 - uid: 15563 components: - type: Transform @@ -168486,6 +168756,11 @@ entities: - type: Transform pos: -92.5,91.5 parent: 2 + - uid: 15771 + components: + - type: Transform + pos: -63.5,48.5 + parent: 2 - uid: 15773 components: - type: Transform @@ -168617,10 +168892,10 @@ entities: - type: Transform pos: -0.5,45.5 parent: 2 - - uid: 16243 + - uid: 16242 components: - type: Transform - pos: -55.5,51.5 + pos: -57.5,54.5 parent: 2 - uid: 16256 components: @@ -168720,17 +168995,17 @@ entities: rot: 3.141592653589793 rad pos: -37.5,48.5 parent: 2 - - uid: 16473 - components: - - type: Transform - pos: -55.5,50.5 - parent: 2 - uid: 16477 components: - type: Transform rot: 3.141592653589793 rad pos: 27.5,61.5 parent: 2 + - uid: 16483 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 - uid: 16498 components: - type: Transform @@ -168765,6 +169040,12 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,80.5 parent: 2 + - uid: 16564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,55.5 + parent: 2 - uid: 16609 components: - type: Transform @@ -168781,6 +169062,30 @@ entities: - type: Transform pos: -41.5,-9.5 parent: 2 + - uid: 16973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,28.5 + parent: 2 + - uid: 16993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,54.5 + parent: 2 + - uid: 17015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,54.5 + parent: 2 + - uid: 17236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,36.5 + parent: 2 - uid: 17388 components: - type: Transform @@ -168802,6 +169107,12 @@ entities: rot: 3.141592653589793 rad pos: -120.5,24.5 parent: 2 + - uid: 17859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,30.5 + parent: 2 - uid: 17872 components: - type: Transform @@ -168951,11 +169262,6 @@ entities: - type: Transform pos: -76.5,10.5 parent: 2 - - uid: 18372 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - uid: 18383 components: - type: Transform @@ -169053,12 +169359,6 @@ entities: - type: Transform pos: -66.5,92.5 parent: 2 - - uid: 18543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,11.5 - parent: 2 - uid: 18549 components: - type: Transform @@ -169367,11 +169667,6 @@ entities: rot: -1.5707963267948966 rad pos: 92.5,-16.5 parent: 2 - - uid: 18998 - components: - - type: Transform - pos: -46.5,38.5 - parent: 2 - uid: 19001 components: - type: Transform @@ -169573,17 +169868,18 @@ entities: - uid: 19328 components: - type: Transform - pos: -61.5,49.5 + pos: -58.5,59.5 parent: 2 - - uid: 19330 + - uid: 19329 components: - type: Transform - pos: -61.5,46.5 + pos: -58.5,57.5 parent: 2 - - uid: 19331 + - uid: 19333 components: - type: Transform - pos: -61.5,45.5 + rot: 3.141592653589793 rad + pos: -69.5,56.5 parent: 2 - uid: 19340 components: @@ -169646,6 +169942,11 @@ entities: - type: Transform pos: 41.5,81.5 parent: 2 + - uid: 19402 + components: + - type: Transform + pos: -63.5,47.5 + parent: 2 - uid: 19404 components: - type: Transform @@ -170064,6 +170365,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,14.5 parent: 2 + - uid: 20286 + components: + - type: Transform + pos: -63.5,49.5 + parent: 2 - uid: 20373 components: - type: Transform @@ -170104,6 +170410,12 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,58.5 parent: 2 + - uid: 20597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,60.5 + parent: 2 - uid: 20641 components: - type: Transform @@ -170194,11 +170506,23 @@ entities: rot: 3.141592653589793 rad pos: -7.5,44.5 parent: 2 + - uid: 20998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,54.5 + parent: 2 - uid: 21045 components: - type: Transform pos: -17.5,79.5 parent: 2 + - uid: 21046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,58.5 + parent: 2 - uid: 21077 components: - type: Transform @@ -170224,6 +170548,12 @@ entities: - type: Transform pos: 80.5,-25.5 parent: 2 + - uid: 21134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,54.5 + parent: 2 - uid: 21163 components: - type: Transform @@ -170295,6 +170625,18 @@ entities: - type: Transform pos: -18.5,80.5 parent: 2 + - uid: 21802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,61.5 + parent: 2 + - uid: 21805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,59.5 + parent: 2 - uid: 21884 components: - type: Transform @@ -170736,11 +171078,6 @@ entities: - 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 @@ -170751,11 +171088,6 @@ entities: - 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 @@ -171071,11 +171403,6 @@ entities: - type: Transform pos: -101.5,-32.5 parent: 2 - - uid: 23264 - components: - - type: Transform - pos: -61.5,51.5 - parent: 2 - uid: 23343 components: - type: Transform @@ -171103,21 +171430,17 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,-17.5 parent: 2 - - uid: 23700 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -107.5,-7.5 - parent: 2 - - uid: 23707 + - uid: 23607 components: - type: Transform - pos: -55.5,49.5 + rot: 1.5707963267948966 rad + pos: -43.5,39.5 parent: 2 - - uid: 23711 + - uid: 23700 components: - type: Transform - pos: -61.5,50.5 + rot: -1.5707963267948966 rad + pos: -107.5,-7.5 parent: 2 - uid: 23727 components: @@ -171135,21 +171458,6 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-17.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 @@ -171166,16 +171474,15 @@ entities: rot: 1.5707963267948966 rad pos: 30.5,-17.5 parent: 2 - - uid: 23853 + - uid: 23854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,36.5 + pos: 91.5,-28.5 parent: 2 - - uid: 23854 + - uid: 23910 components: - type: Transform - pos: 91.5,-28.5 + pos: -54.5,20.5 parent: 2 - uid: 24229 components: @@ -171239,12 +171546,6 @@ entities: - type: Transform pos: -5.5,-42.5 parent: 2 - - uid: 25056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,15.5 - parent: 2 - uid: 25068 components: - type: Transform @@ -171332,17 +171633,17 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,27.5 parent: 2 - - uid: 26218 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - uid: 26294 components: - type: Transform rot: 3.141592653589793 rad pos: 75.5,6.5 parent: 2 + - uid: 26297 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 - uid: 26329 components: - type: Transform @@ -171457,24 +171758,12 @@ entities: rot: 3.141592653589793 rad pos: 64.5,39.5 parent: 2 - - uid: 26898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,13.5 - parent: 2 - uid: 26958 components: - type: Transform rot: 3.141592653589793 rad pos: 63.5,39.5 parent: 2 - - uid: 27110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,16.5 - parent: 2 - uid: 27112 components: - type: Transform @@ -171632,6 +171921,11 @@ entities: - type: Transform pos: 21.5,-17.5 parent: 2 + - uid: 28141 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 - uid: 28164 components: - type: Transform @@ -171699,6 +171993,11 @@ entities: - type: Transform pos: -70.5,32.5 parent: 2 + - uid: 28521 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 - uid: 28573 components: - type: Transform @@ -171741,6 +172040,12 @@ entities: - type: Transform pos: 100.5,-4.5 parent: 2 + - uid: 28805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,57.5 + parent: 2 - uid: 28825 components: - type: Transform @@ -171831,6 +172136,11 @@ entities: - type: Transform pos: 102.5,-4.5 parent: 2 + - uid: 29080 + components: + - type: Transform + pos: -58.5,56.5 + parent: 2 - uid: 29118 components: - type: Transform @@ -171852,6 +172162,11 @@ entities: - type: Transform pos: -28.5,50.5 parent: 2 + - uid: 29136 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 - uid: 29147 components: - type: Transform @@ -171994,12 +172309,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-6.5 parent: 2 - - uid: 30007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,11.5 - parent: 2 - uid: 30020 components: - type: Transform @@ -172058,6 +172367,12 @@ entities: - type: Transform pos: -70.5,36.5 parent: 2 + - uid: 30562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,20.5 + parent: 2 - uid: 30632 components: - type: Transform @@ -172115,6 +172430,12 @@ entities: - type: Transform pos: 6.5,68.5 parent: 2 + - uid: 30787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,38.5 + parent: 2 - uid: 30834 components: - type: Transform @@ -172269,6 +172590,18 @@ entities: - type: Transform pos: 113.5,-14.5 parent: 2 + - uid: 31281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,54.5 + parent: 2 + - uid: 31294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,64.5 + parent: 2 - uid: 31308 components: - type: Transform @@ -172294,6 +172627,86 @@ entities: - type: Transform pos: 12.5,19.5 parent: 2 + - uid: 31805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,54.5 + parent: 2 + - uid: 31806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,54.5 + parent: 2 + - uid: 31808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,54.5 + parent: 2 + - uid: 31815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,44.5 + parent: 2 + - uid: 31819 + components: + - type: Transform + pos: -58.5,55.5 + parent: 2 + - uid: 31827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,64.5 + parent: 2 + - uid: 31835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,54.5 + parent: 2 + - uid: 31837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,64.5 + parent: 2 + - uid: 31843 + components: + - type: Transform + pos: -50.5,55.5 + parent: 2 + - uid: 31845 + components: + - type: Transform + pos: -53.5,58.5 + parent: 2 + - uid: 31856 + components: + - type: Transform + pos: -50.5,56.5 + parent: 2 + - uid: 31857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,64.5 + parent: 2 + - uid: 31858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,64.5 + parent: 2 + - uid: 31859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,64.5 + parent: 2 - uid: 31932 components: - type: Transform @@ -172580,12 +172993,6 @@ entities: rot: 3.141592653589793 rad pos: -116.5,28.5 parent: 2 - - uid: 35855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,13.5 - parent: 2 - uid: 35891 components: - type: Transform @@ -172652,6 +173059,18 @@ entities: - type: Transform pos: -119.5,68.5 parent: 2 + - uid: 36281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,62.5 + parent: 2 + - uid: 36282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,63.5 + parent: 2 - uid: 36283 components: - type: Transform @@ -172662,6 +173081,66 @@ entities: - type: Transform pos: -117.5,68.5 parent: 2 + - uid: 36289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,64.5 + parent: 2 + - uid: 36290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,64.5 + parent: 2 + - uid: 36291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,64.5 + parent: 2 + - uid: 36292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,64.5 + parent: 2 + - uid: 36293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,64.5 + parent: 2 + - uid: 36294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,64.5 + parent: 2 + - uid: 36298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,64.5 + parent: 2 + - uid: 36299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,64.5 + parent: 2 + - uid: 36300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,64.5 + parent: 2 + - uid: 36301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,64.5 + parent: 2 - uid: 36350 components: - type: Transform @@ -173029,18 +173508,6 @@ entities: - type: Transform pos: -0.5,41.5 parent: 2 - - uid: 38703 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,55.5 - parent: 2 - - uid: 38704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,55.5 - parent: 2 - uid: 38716 components: - type: Transform @@ -173091,11 +173558,6 @@ entities: - type: Transform pos: -109.5,-42.5 parent: 2 - - uid: 38798 - components: - - type: Transform - pos: -45.5,38.5 - parent: 2 - uid: 38809 components: - type: Transform @@ -173721,27 +174183,22 @@ entities: parent: 2 - proto: GunSafeEnergyGunMini entities: - - uid: 21802 - components: - - type: Transform - pos: -24.5,37.5 - parent: 2 - - uid: 21805 + - uid: 27846 components: - type: Transform - pos: -23.5,37.5 + pos: -20.5,37.5 parent: 2 - proto: GunSafeLaserCarbine entities: - - uid: 2753 + - uid: 31570 components: - type: Transform - pos: -29.5,37.5 + pos: -23.5,37.5 parent: 2 - - uid: 16524 + - uid: 31571 components: - type: Transform - pos: -30.5,37.5 + pos: -24.5,37.5 parent: 2 - proto: GunSafePistolMk58 entities: @@ -173762,6 +174219,18 @@ entities: - type: Transform pos: -30.5,40.5 parent: 2 +- proto: GunSafeVulcanRifle + entities: + - uid: 31572 + components: + - type: Transform + pos: -30.5,37.5 + parent: 2 + - uid: 31573 + components: + - type: Transform + pos: -29.5,37.5 + parent: 2 - proto: Handcuffs entities: - uid: 4331 @@ -174010,37 +174479,32 @@ entities: - type: Transform pos: 23.5,43.5 parent: 2 -- proto: Holoprojector +- proto: HolofanProjector entities: - - uid: 18542 + - uid: 6269 components: - type: Transform - pos: -33.863884,0.72903204 + pos: -45.94429,32.548847 parent: 2 -- proto: HoloprojectorEngineering - entities: - - uid: 6910 + - uid: 15408 components: - type: Transform - pos: -58.591316,29.458557 + pos: -45.78804,32.337914 parent: 2 - - uid: 30648 + - uid: 16984 components: - type: Transform - pos: -47.505886,33.727592 + pos: -58.485622,26.56482 parent: 2 - - uid: 30649 +- proto: Holoprojector + entities: + - uid: 18542 components: - type: Transform - pos: -47.349636,33.540092 + pos: -33.863884,0.72903204 parent: 2 - proto: HoloprojectorSecurity entities: - - uid: 9130 - components: - - type: Transform - pos: -9.840599,42.63236 - parent: 2 - uid: 13236 components: - type: Transform @@ -174733,20 +175197,12 @@ 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 name: igniter 2 - type: Transform - pos: -37.55961,37.32428 + pos: -56.803127,43.759434 parent: 2 - type: DeviceLinkSink links: @@ -174756,7 +175212,7 @@ entities: - type: MetaData name: igniter 1 - type: Transform - pos: -37.62211,37.66803 + pos: -56.65469,43.53287 parent: 2 - type: DeviceLinkSink links: @@ -174890,15 +175346,10 @@ entities: parent: 2 - proto: IntercomEngineering entities: - - uid: 8828 - components: - - type: Transform - pos: -60.5,13.5 - parent: 2 - - uid: 22699 + - uid: 9082 components: - type: Transform - pos: -51.5,32.5 + pos: -52.5,18.5 parent: 2 - uid: 22700 components: @@ -175084,7 +175535,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 36182 + - 5995 - uid: 36181 components: - type: Transform @@ -175177,7 +175628,7 @@ entities: - uid: 9229 components: - type: Transform - pos: -36.344593,35.450306 + pos: -36.359478,35.669235 parent: 2 - type: GasTank toggleActionEntity: 20874 @@ -175288,10 +175739,10 @@ entities: - type: Transform pos: -16.5,-27.5 parent: 2 - - uid: 9080 + - uid: 8792 components: - type: Transform - pos: -48.5,23.5 + pos: -50.5,27.5 parent: 2 - uid: 14668 components: @@ -175531,6 +175982,12 @@ entities: rot: 3.141592653589793 rad pos: 65.775536,28.148746 parent: 2 + - uid: 39519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.67365,13.991311 + parent: 2 - proto: LampInterrogator entities: - uid: 15549 @@ -175557,36 +176014,6 @@ entities: ent: 14086 - proto: LandMineExplosive entities: - - uid: 4577 - components: - - type: Transform - pos: 30.60327,38.62871 - parent: 2 - - uid: 11198 - components: - - type: Transform - pos: 22.454832,37.699024 - parent: 2 - - uid: 11219 - components: - - type: Transform - pos: 30.579832,36.738087 - parent: 2 - - uid: 16149 - components: - - type: Transform - pos: 25.618895,35.449024 - parent: 2 - - uid: 23478 - components: - - type: Transform - pos: 30.462645,42.605274 - parent: 2 - - uid: 25800 - components: - - type: Transform - pos: 28.587645,35.519337 - parent: 2 - uid: 26214 components: - type: Transform @@ -175602,21 +176029,6 @@ entities: - type: Transform pos: -35.257473,50.98587 parent: 2 - - uid: 31501 - components: - - type: Transform - pos: 30.501095,39.61288 - parent: 2 - - uid: 34173 - components: - - type: Transform - pos: 30.447094,44.057816 - parent: 2 - - uid: 37216 - components: - - type: Transform - pos: 22.501707,39.40215 - parent: 2 - proto: Lantern entities: - uid: 6113 @@ -175905,35 +176317,23 @@ entities: - Pressed: Toggle 33635: - Pressed: Toggle - 36176: + 9507: - Pressed: Toggle - - uid: 29156 - components: - - type: MetaData - name: psych ward lockdown - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,47.5 - parent: 2 - - uid: 34350 + - uid: 31745 components: - type: MetaData - name: armory lockdown + name: armory lockdown button - type: Transform rot: 3.141592653589793 rad - pos: -23.5,47.5 + pos: -27.5,37.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 36093: - - Pressed: Toggle - 36178: - - Pressed: Toggle - 36109: + 23761: - Pressed: Toggle - 36108: + 36179: - Pressed: Toggle - 36107: + 36105: - Pressed: Toggle 36101: - Pressed: Toggle @@ -175941,85 +176341,23 @@ entities: - Pressed: Toggle 36095: - Pressed: Toggle - 36105: + 8319: - Pressed: Toggle - 23761: + 8972: - Pressed: Toggle - 36179: - - Pressed: Toggle - 37487: + 9079: - Pressed: Toggle - 37486: - - Pressed: Toggle - 37485: - - Pressed: Toggle - 37463: - - Pressed: Toggle - 37478: - - Pressed: Toggle - 37479: - - Pressed: Toggle - 37480: - - Pressed: Toggle - 37481: - - Pressed: Toggle - 37482: - - Pressed: Toggle - 37483: - - Pressed: Toggle - 37484: - - Pressed: Toggle - 37488: - - Pressed: Toggle - 37489: - - Pressed: Toggle - 37490: - - Pressed: Toggle - 37491: - - Pressed: Toggle - 37492: - - Pressed: Toggle - 37493: - - Pressed: Toggle - 37494: - - Pressed: Toggle - 37495: - - Pressed: Toggle - 37496: - - Pressed: Toggle - 37497: - - Pressed: Toggle - 37498: - - Pressed: Toggle - 37499: - - Pressed: Toggle - 37502: - - Pressed: Close - 37503: - - Pressed: Close - 37504: - - Pressed: Close - 37500: - - Pressed: Toggle - 37501: - - Pressed: Toggle - 37512: - - Pressed: Toggle - 37511: - - Pressed: Toggle - 37510: - - Pressed: Toggle - 37509: + 36178: - Pressed: Toggle - 37508: + 36093: - Pressed: Toggle - - uid: 37126 + - uid: 31800 components: - type: MetaData name: armory lockdown button - type: Transform rot: 3.141592653589793 rad - pos: -27.5,37.5 + pos: -23.5,47.5 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -176027,11 +176365,11 @@ entities: - Pressed: Toggle 36178: - Pressed: Toggle - 36109: + 8319: - Pressed: Toggle - 36108: + 8972: - Pressed: Toggle - 36107: + 9079: - Pressed: Toggle 36095: - Pressed: Toggle @@ -176328,7 +176666,7 @@ entities: - Pressed: Toggle 36173: - Pressed: Toggle - 36175: + 9130: - Pressed: Toggle - proto: LockableButtonSecurity entities: @@ -176436,9 +176774,9 @@ entities: - Pressed: Toggle 37499: - Pressed: Toggle - 37500: + 9508: - Pressed: Toggle - 37501: + 9511: - Pressed: Toggle 37512: - Pressed: Toggle @@ -176450,11 +176788,11 @@ entities: - Pressed: Toggle 37508: - Pressed: Toggle - 37502: + 16584: - Pressed: Close - 37503: + 14099: - Pressed: Close - 37504: + 13916: - Pressed: Close - uid: 25985 components: @@ -176547,11 +176885,11 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 37502: + 16584: - Pressed: Toggle - 37503: + 14099: - Pressed: Toggle - 37504: + 13916: - Pressed: Toggle - uid: 34363 components: @@ -176578,11 +176916,11 @@ entities: - Pressed: Toggle 38012: - Pressed: Toggle - 38009: + 1565: - Pressed: Toggle - 38008: + 1165: - Pressed: Toggle - 38007: + 7972: - Pressed: Toggle - uid: 34411 components: @@ -176623,25 +176961,25 @@ entities: - Pressed: Toggle - proto: LockerAtmosphericsFilled entities: - - uid: 28345 + - uid: 8730 components: - type: Transform - pos: -41.5,35.5 + pos: -50.5,37.5 parent: 2 - - uid: 28520 + - uid: 8913 components: - type: Transform - pos: -41.5,33.5 + pos: -49.5,37.5 parent: 2 - - uid: 28521 + - uid: 10093 components: - type: Transform - pos: -42.5,33.5 + pos: -48.5,37.5 parent: 2 - - uid: 28732 + - uid: 26059 components: - type: Transform - pos: -42.5,35.5 + pos: -51.5,37.5 parent: 2 - proto: LockerBoozeFilled entities: @@ -176697,10 +177035,10 @@ entities: parent: 2 - proto: LockerChiefEngineerFilled entities: - - uid: 8808 + - uid: 30649 components: - type: Transform - pos: -62.5,13.5 + pos: -62.5,20.5 parent: 2 - proto: LockerChiefMedicalOfficerFilled entities: @@ -176735,32 +177073,42 @@ entities: - type: Transform pos: 23.5,-19.5 parent: 2 + - uid: 7649 + components: + - type: Transform + pos: -65.5,23.5 + parent: 2 - proto: LockerEngineerFilled entities: - - uid: 8995 + - uid: 3660 components: - type: Transform - pos: -57.5,34.5 + pos: -62.5,28.5 parent: 2 - - uid: 9021 + - uid: 8784 components: - type: Transform - pos: -57.5,36.5 + pos: -58.5,28.5 parent: 2 - - uid: 9024 + - uid: 8785 components: - type: Transform - pos: -57.5,33.5 + pos: -58.5,30.5 parent: 2 - - uid: 9031 + - uid: 24934 components: - type: Transform - pos: -57.5,35.5 + pos: -62.5,30.5 parent: 2 - - uid: 22733 + - uid: 25317 components: - type: Transform - pos: -57.5,37.5 + pos: -58.5,29.5 + parent: 2 + - uid: 31801 + components: + - type: Transform + pos: -62.5,29.5 parent: 2 - proto: LockerEvidence entities: @@ -177139,32 +177487,30 @@ entities: - type: Transform pos: -6.5,42.5 parent: 2 -- proto: LockerWallMedicalDoctorFilled +- proto: LockerWallMedicalFilled entities: - - uid: 12424 + - uid: 3509 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 8994 components: - type: Transform pos: 6.5,17.5 parent: 2 - - uid: 18405 + - uid: 10700 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-6.5 parent: 2 - - uid: 26064 + - uid: 10706 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,33.5 parent: 2 -- proto: LockerWallMedicalFilled - entities: - - uid: 3509 - components: - - type: Transform - pos: 22.5,17.5 - parent: 2 - uid: 14177 components: - type: Transform @@ -177184,15 +177530,10 @@ entities: - type: Transform pos: 23.5,-20.5 parent: 2 - - uid: 9606 - components: - - type: Transform - pos: -49.5,31.5 - parent: 2 - - uid: 9607 + - uid: 19286 components: - type: Transform - pos: -45.5,31.5 + pos: -65.5,22.5 parent: 2 - uid: 30652 components: @@ -177204,12 +177545,20 @@ entities: - type: Transform pos: 79.5,-10.5 parent: 2 +- proto: LuxuryPen + entities: + - uid: 39389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.117798,13.662118 + parent: 2 - proto: MachineAnomalyGenerator entities: - - uid: 2232 + - uid: 27872 components: - type: Transform - pos: 46.5,39.5 + pos: 46.5,38.5 parent: 2 - proto: MachineAnomalyVessel entities: @@ -177396,22 +177745,26 @@ entities: - type: Transform pos: 81.5,54.5 parent: 2 -- proto: MagazineBoxPistolPractice +- proto: MagazineBoxLightRiflePractice entities: - - uid: 21843 + - uid: 39533 components: - type: Transform - pos: -32.402336,46.509777 + pos: -30.032213,46.53773 parent: 2 - - uid: 26011 +- proto: MagazineBoxMagnumPractice + entities: + - uid: 39535 components: - type: Transform - pos: -32.800774,46.61134 + pos: -29.704088,46.858044 parent: 2 - - uid: 29543 +- proto: MagazineBoxPistolPractice + entities: + - uid: 39536 components: - type: Transform - pos: -33.371086,43.587902 + pos: -30.266588,46.71742 parent: 2 - proto: MagazineBoxPistolRubber entities: @@ -177420,6 +177773,50 @@ entities: - type: Transform pos: -20.763016,43.660416 parent: 2 +- proto: MagazineBoxRiflePractice + entities: + - uid: 39537 + components: + - type: Transform + pos: -29.477526,46.522106 + parent: 2 +- proto: MagazineBoxSpecialPractice + entities: + - uid: 39534 + components: + - type: Transform + pos: -30.602526,46.72523 + parent: 2 +- proto: MagazineLightRiflePractice + entities: + - uid: 39530 + components: + - type: Transform + pos: -33.43846,43.47523 + parent: 2 + - uid: 39531 + components: + - type: Transform + pos: -33.24315,43.522106 + parent: 2 +- proto: MagazinePistolPractice + entities: + - uid: 10347 + components: + - type: Transform + pos: -33.547836,46.63148 + parent: 2 + - uid: 21843 + components: + - type: Transform + pos: -33.59471,46.66273 + parent: 2 + - uid: 39522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.50096,46.56898 + parent: 2 - proto: MagazinePistolRubber entities: - uid: 15652 @@ -177432,17 +177829,22 @@ entities: - type: Transform pos: -22.544266,43.61354 parent: 2 - - uid: 20998 +- proto: MagazinePistolSubMachineGunPractice + entities: + - uid: 10566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.474204,42.845577 + pos: -29.665026,43.490856 parent: 2 - - uid: 21046 + - uid: 39521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.349204,42.954952 + pos: -29.563463,43.545544 + parent: 2 + - uid: 39525 + components: + - type: Transform + pos: -29.383776,43.63148 parent: 2 - proto: MagazinePistolSubMachineGunTopMounted entities: @@ -177467,6 +177869,18 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: MagazineRiflePractice + entities: + - uid: 39528 + components: + - type: Transform + pos: -32.9619,46.50648 + parent: 2 + - uid: 39529 + components: + - type: Transform + pos: -33.15721,46.576794 + parent: 2 - proto: MailBag entities: - uid: 6695 @@ -177889,11 +178303,6 @@ entities: - type: Transform pos: 26.5,32.5 parent: 2 - - uid: 21016 - components: - - type: Transform - pos: -55.5,40.5 - parent: 2 - uid: 32461 components: - type: Transform @@ -178007,6 +178416,12 @@ entities: - type: Transform pos: 84.5,23.5 parent: 2 + - uid: 8984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,28.5 + parent: 2 - uid: 9534 components: - type: Transform @@ -178567,11 +178982,6 @@ entities: parent: 2 - proto: MedkitOxygenFilled entities: - - uid: 9322 - components: - - type: Transform - pos: -16.398605,-25.496935 - parent: 2 - uid: 16489 components: - type: Transform @@ -182196,11 +182606,6 @@ entities: - type: Transform pos: 19.83623,3.7209382 parent: 2 - - uid: 3661 - components: - - type: Transform - pos: -64.445526,29.69946 - parent: 2 - uid: 5678 components: - type: Transform @@ -182232,11 +182637,6 @@ entities: - type: Transform pos: 4.9813976,64.72099 parent: 2 - - uid: 31800 - components: - - type: Transform - pos: -64.27365,29.41821 - parent: 2 - uid: 32085 components: - type: Transform @@ -182296,6 +182696,11 @@ entities: - type: Transform pos: -3.5543709,-7.4501343 parent: 2 + - uid: 38789 + components: + - type: Transform + pos: -61.26999,13.685814 + parent: 2 - uid: 38925 components: - type: Transform @@ -182352,24 +182757,31 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35832 + - uid: 28337 components: - type: Transform - pos: 58.5,-40.5 + pos: -57.5,38.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35835 + - uid: 31847 components: - type: Transform - pos: -59.5,46.5 + pos: -48.5,39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35836 + - uid: 31848 components: - type: Transform - pos: -60.5,46.5 + pos: -51.5,39.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 35832 + components: + - type: Transform + pos: 58.5,-40.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -182395,11 +182807,6 @@ entities: - type: Transform pos: -18.5,27.5 parent: 2 - - uid: 15782 - components: - - type: Transform - pos: -47.5,14.5 - parent: 2 - uid: 26800 components: - type: Transform @@ -182641,6 +183048,13 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 + - uid: 19384 + components: + - type: Transform + pos: -58.5,38.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 - uid: 20032 components: - type: Transform @@ -182655,24 +183069,24 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35831 + - uid: 31846 components: - type: Transform - pos: -56.5,46.5 + pos: -49.5,39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35833 + - uid: 31849 components: - type: Transform - pos: 58.5,-41.5 + pos: -50.5,39.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 35834 + - uid: 35833 components: - type: Transform - pos: -57.5,46.5 + pos: 58.5,-41.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -182855,6 +183269,23 @@ entities: - type: Transform pos: -20.70241,62.63365 parent: 2 + - uid: 8900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.760956,26.318758 + parent: 2 + - uid: 8901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.46408,21.600008 + parent: 2 + - uid: 8902 + components: + - type: Transform + pos: -47.96408,26.592196 + parent: 2 - uid: 9043 components: - type: Transform @@ -182951,7 +183382,7 @@ entities: stampedBy: - stampedColor: '#33CCFFFF' stampedName: stamp-component-stamped-name-cmo - content: >2 + content: >2+ [bold][head=1]NOTICE TO ALL MEDICAL STAFF:[/head] @@ -182967,7 +183398,16 @@ entities: - Your compliance is [color=red]mandatory. [color=black] This counter has been provided for convenient, safe storage. Thank you. + Your compliance is [color=red]mandatory. [color=black] This counter has been provided for convenient, safe storage. + + + If I find you still putting all your chems in a [color=red]god damn crate[color=black] right outside these windoors I will [color=red]fucking kick your ass. [color=black] + + + Thank you. + + + - uid: 27406 components: - type: Transform @@ -183019,6 +183459,34 @@ entities: rot: 3.141592653589793 rad pos: 5.2967186,13.6565075 parent: 2 + - uid: 34573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.504177,8.403235 + parent: 2 + - type: Paper + stampState: paper_stamp-hop + stampedBy: + - stampedColor: '#6EC0EAFF' + stampedName: stamp-component-stamped-name-hop + content: >2- + + [bold][head=1]DEAR JANITORIAL STAFF:[/head] + + [color=red] + + + [color=black] + + + These doors [italic]BOLT[/italic] in order to prevent you from spacing yourselves. + + + They are [italic]not[/italic] broken. + + + Thank you! - uid: 35801 components: - type: MetaData @@ -183215,6 +183683,18 @@ entities: parent: 2 - proto: PaperBin20 entities: + - uid: 8946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,15.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,13.5 + parent: 2 - uid: 16224 components: - type: Transform @@ -183285,10 +183765,10 @@ entities: parent: 2 - proto: PartRodMetal entities: - - uid: 9017 + - uid: 9010 components: - type: Transform - pos: -51.496334,18.749626 + pos: -46.523838,16.671139 parent: 2 - uid: 35462 components: @@ -183359,6 +183839,11 @@ entities: rot: 3.141592653589793 rad pos: -17.288572,61.481213 parent: 2 + - uid: 16952 + components: + - type: Transform + pos: -48.45627,21.498627 + parent: 2 - uid: 18229 components: - type: Transform @@ -183491,17 +183976,17 @@ entities: - uid: 1398 components: - type: Transform - pos: -36.218346,35.845516 + pos: -34.33604,35.84111 parent: 2 - uid: 16257 components: - type: Transform - pos: -36.35897,35.76739 + pos: -34.570415,35.919235 parent: 2 - uid: 16520 components: - type: Transform - pos: -36.25741,35.689266 + pos: -35.656353,35.887985 parent: 2 - uid: 19178 components: @@ -183596,11 +184081,10 @@ entities: parent: 2 - proto: PlaqueAtmos entities: - - uid: 9572 + - uid: 8925 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,36.5 + pos: -43.5,36.5 parent: 2 - proto: PlasmaCanister entities: @@ -183625,6 +184109,11 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,32.5 parent: 2 + - uid: 574 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 - uid: 801 components: - type: Transform @@ -183707,23 +184196,6 @@ entities: - type: Transform pos: 46.5,27.5 parent: 2 - - uid: 5516 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,14.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: -58.5,10.5 - parent: 2 - - uid: 5519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,14.5 - parent: 2 - uid: 6020 components: - type: Transform @@ -183865,11 +184337,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-24.5 parent: 2 - - uid: 16584 - components: - - type: Transform - pos: -18.5,39.5 - parent: 2 - uid: 18329 components: - type: Transform @@ -183905,22 +184372,6 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,34.5 parent: 2 - - uid: 22501 - components: - - type: Transform - pos: -57.5,10.5 - parent: 2 - - uid: 22505 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,14.5 - parent: 2 - - uid: 22528 - components: - - type: Transform - pos: -59.5,10.5 - parent: 2 - uid: 25441 components: - type: Transform @@ -183968,11 +184419,6 @@ entities: - type: Transform pos: -31.5,40.5 parent: 2 - - uid: 38784 - components: - - type: Transform - pos: -16.5,39.5 - parent: 2 - uid: 39320 components: - type: Transform @@ -184008,18 +184454,6 @@ entities: - type: Transform pos: 7.5,15.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: PlasticFlapsAirtightClear entities: - uid: 244 @@ -184264,7 +184698,7 @@ entities: - uid: 37662 components: - type: Transform - pos: -53.374634,55.493587 + pos: -52.55401,58.47547 parent: 2 - proto: PlushieSpaceLizard entities: @@ -184345,15 +184779,10 @@ entities: parent: 2 - proto: PortableGeneratorPacman entities: - - uid: 9588 - components: - - type: Transform - pos: -65.5,27.5 - parent: 2 - - uid: 35829 + - uid: 10171 components: - type: Transform - pos: -65.5,26.5 + pos: -56.5,29.5 parent: 2 - uid: 39260 components: @@ -184362,27 +184791,37 @@ entities: parent: 2 - proto: PortableGeneratorSuperPacman entities: - - uid: 9589 + - uid: 36343 components: - type: Transform - pos: -57.5,27.5 + pos: -57.5,32.5 parent: 2 - - uid: 35830 + - uid: 36344 components: - type: Transform - pos: -57.5,26.5 + pos: -63.5,32.5 parent: 2 - proto: PortableScrubber entities: - - uid: 5713 + - uid: 3670 components: - type: Transform - pos: -45.5,33.5 + pos: 23.5,-22.5 parent: 2 - - uid: 5738 + - uid: 28712 components: - type: Transform - pos: -46.5,33.5 + pos: -42.5,38.5 + parent: 2 + - uid: 31811 + components: + - type: Transform + pos: -39.5,38.5 + parent: 2 + - uid: 34627 + components: + - type: Transform + pos: -41.5,38.5 parent: 2 - uid: 34666 components: @@ -184394,11 +184833,6 @@ entities: - 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 @@ -184465,6 +184899,11 @@ entities: parent: 2 - proto: PosterContrabandAtmosiaDeclarationIndependence entities: + - uid: 3689 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 - uid: 22421 components: - type: Transform @@ -184569,6 +185008,11 @@ entities: - type: Transform pos: -1.5,15.5 parent: 2 + - uid: 39539 + components: + - type: Transform + pos: -62.5,22.5 + parent: 2 - proto: PosterContrabandDonutCorp entities: - uid: 4736 @@ -184589,6 +185033,13 @@ entities: - type: Transform pos: -34.5,-17.5 parent: 2 +- proto: PosterContrabandEnergySwords + entities: + - uid: 39542 + components: + - type: Transform + pos: -65.5,31.5 + parent: 2 - proto: PosterContrabandEnlistGorlex entities: - uid: 30846 @@ -184604,6 +185055,11 @@ entities: - type: Transform pos: -11.5,-12.5 parent: 2 + - uid: 39543 + components: + - type: Transform + pos: -63.5,28.5 + parent: 2 - proto: PosterContrabandFreeSyndicateEncryptionKey entities: - uid: 16004 @@ -184671,6 +185127,18 @@ entities: - type: Transform pos: -31.5,-20.5 parent: 2 + - uid: 39544 + components: + - type: Transform + pos: -50.5,28.5 + parent: 2 +- proto: PosterContrabandHighEffectEngineering + entities: + - uid: 26338 + components: + - type: Transform + pos: -51.5,15.5 + parent: 2 - proto: PosterContrabandInterdyne entities: - uid: 23379 @@ -184685,6 +185153,11 @@ entities: - type: Transform pos: -56.5,-7.5 parent: 2 + - uid: 39550 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 - proto: PosterContrabandKudzu entities: - uid: 23381 @@ -184709,13 +185182,30 @@ entities: - type: Transform pos: -53.5,-26.5 parent: 2 + - uid: 39548 + components: + - type: Transform + pos: -63.5,19.5 + parent: 2 +- proto: PosterContrabandMaskedMen + entities: + - uid: 39551 + components: + - type: Transform + pos: -56.5,26.5 + parent: 2 - proto: PosterContrabandMissingGloves entities: - - uid: 7112 + - uid: 9902 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,35.5 + pos: -47.5,36.5 + parent: 2 + - uid: 39556 + components: + - type: Transform + pos: -59.5,10.5 parent: 2 - proto: PosterContrabandNuclearDeviceInformational entities: @@ -184742,6 +185232,11 @@ entities: - type: Transform pos: -9.5,18.5 parent: 2 + - uid: 39558 + components: + - type: Transform + pos: -57.5,31.5 + parent: 2 - proto: PosterContrabandPunchShit entities: - uid: 23396 @@ -184782,6 +185277,11 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,-27.5 parent: 2 + - uid: 39559 + components: + - type: Transform + pos: -56.5,37.5 + parent: 2 - proto: PosterContrabandRevolt entities: - uid: 23406 @@ -184789,11 +185289,6 @@ entities: - type: Transform pos: -78.5,1.5 parent: 2 - - uid: 23407 - components: - - type: Transform - pos: -52.5,20.5 - parent: 2 - proto: PosterContrabandRevolver entities: - uid: 2592 @@ -184845,6 +185340,11 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,37.5 parent: 2 + - uid: 39561 + components: + - type: Transform + pos: -52.5,26.5 + parent: 2 - proto: PosterContrabandRobustSoftdrinks entities: - uid: 4109 @@ -184916,6 +185416,11 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-17.5 parent: 2 + - uid: 39566 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 - proto: PosterContrabandSpaceCola entities: - uid: 7627 @@ -184929,6 +185434,11 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 2 + - uid: 39567 + components: + - type: Transform + pos: -50.5,10.5 + parent: 2 - proto: PosterContrabandSpaceCube entities: - uid: 28885 @@ -184998,6 +185508,11 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,53.5 parent: 2 + - uid: 39568 + components: + - type: Transform + pos: -62.5,16.5 + parent: 2 - proto: PosterContrabandTheGriffin entities: - uid: 23437 @@ -185013,6 +185528,11 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,0.5 parent: 2 + - uid: 39569 + components: + - type: Transform + pos: -58.5,20.5 + parent: 2 - proto: PosterContrabandUnreadableAnnouncement entities: - uid: 7629 @@ -185054,6 +185574,11 @@ entities: - type: Transform pos: -7.5,17.5 parent: 2 + - uid: 39570 + components: + - type: Transform + pos: -61.5,20.5 + parent: 2 - proto: PosterContrabandWaffleCorp entities: - uid: 25633 @@ -185064,11 +185589,6 @@ entities: parent: 2 - proto: PosterContrabandWehWatches entities: - - uid: 23445 - components: - - type: Transform - pos: -50.5,10.5 - parent: 2 - uid: 26739 components: - type: Transform @@ -185091,6 +185611,11 @@ entities: - type: Transform pos: -19.5,37.5 parent: 2 + - uid: 29543 + components: + - type: Transform + pos: -28.5,45.5 + parent: 2 - proto: PosterLegit50thAnniversaryVintageReprint entities: - uid: 23347 @@ -185168,17 +185693,19 @@ entities: parent: 2 - proto: PosterLegitBuild entities: - - uid: 23350 - components: - - type: Transform - pos: -52.5,28.5 - parent: 2 - uid: 30781 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,31.5 parent: 2 +- proto: PosterLegitCarbonDioxide + entities: + - uid: 39532 + components: + - type: Transform + pos: -52.5,39.5 + parent: 2 - proto: PosterLegitCarpMount entities: - uid: 269 @@ -185209,6 +185736,18 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,59.5 parent: 2 + - uid: 39571 + components: + - type: Transform + pos: -61.5,16.5 + parent: 2 +- proto: PosterLegitChknDnnr + entities: + - uid: 39572 + components: + - type: Transform + pos: -47.5,28.5 + parent: 2 - proto: PosterLegitCleanliness entities: - uid: 23353 @@ -185247,6 +185786,11 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,-34.5 parent: 2 + - uid: 39538 + components: + - type: Transform + pos: -62.5,26.5 + parent: 2 - proto: PosterLegitCornzza entities: - uid: 35898 @@ -185266,6 +185810,11 @@ entities: - type: Transform pos: 12.5,-36.5 parent: 2 + - uid: 39540 + components: + - type: Transform + pos: -43.5,31.5 + parent: 2 - proto: PosterLegitDickGumshue entities: - uid: 5596 @@ -185304,6 +185853,11 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,67.5 parent: 2 + - uid: 39541 + components: + - type: Transform + pos: -60.5,37.5 + parent: 2 - proto: PosterLegitDontPanic entities: - uid: 10339 @@ -185443,6 +185997,11 @@ entities: - type: Transform pos: -42.5,68.5 parent: 2 + - uid: 39545 + components: + - type: Transform + pos: -45.5,25.5 + parent: 2 - proto: PosterLegitHotDonkExplosion entities: - uid: 23360 @@ -185462,6 +186021,11 @@ entities: - type: Transform pos: -57.5,-26.5 parent: 2 + - uid: 39546 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 - proto: PosterLegitIonRifle entities: - uid: 10340 @@ -185489,6 +186053,11 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,36.5 parent: 2 + - uid: 39547 + components: + - type: Transform + pos: -56.5,19.5 + parent: 2 - proto: PosterLegitLoveIan entities: - uid: 23382 @@ -185502,6 +186071,11 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,59.5 parent: 2 + - uid: 39549 + components: + - type: Transform + pos: -63.5,14.5 + parent: 2 - proto: PosterLegitMedicate entities: - uid: 1147 @@ -185539,11 +186113,6 @@ entities: parent: 2 - proto: PosterLegitNanomichiAd entities: - - uid: 23386 - components: - - type: Transform - pos: -53.5,32.5 - parent: 2 - uid: 37577 components: - type: Transform @@ -185575,6 +186144,16 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,31.5 parent: 2 + - uid: 39554 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 39555 + components: + - type: Transform + pos: -56.5,10.5 + parent: 2 - proto: PosterLegitNoERP entities: - uid: 28941 @@ -185662,6 +186241,11 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,44.5 parent: 2 + - uid: 39552 + components: + - type: Transform + pos: -45.5,15.5 + parent: 2 - proto: PosterLegitPeriodicTable entities: - uid: 29351 @@ -185670,6 +186254,11 @@ entities: rot: 3.141592653589793 rad pos: -35.5,13.5 parent: 2 + - uid: 39557 + components: + - type: Transform + pos: -46.5,24.5 + parent: 2 - proto: PosterLegitPieSlice entities: - uid: 16613 @@ -185703,6 +186292,11 @@ entities: - type: Transform pos: 15.5,37.5 parent: 2 + - uid: 39560 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 - proto: PosterLegitReportCrimes entities: - uid: 10372 @@ -185750,11 +186344,6 @@ entities: - 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: 7514 @@ -185769,15 +186358,15 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-47.5 parent: 2 - - uid: 23421 + - uid: 36769 components: - type: Transform - pos: -57.5,38.5 + pos: 24.5,14.5 parent: 2 - - uid: 36769 + - uid: 39564 components: - type: Transform - pos: 24.5,14.5 + pos: -47.5,20.5 parent: 2 - proto: PosterLegitSafetyMothBoH entities: @@ -185825,6 +186414,11 @@ entities: - type: Transform pos: -12.5,-10.5 parent: 2 + - uid: 39563 + components: + - type: Transform + pos: -50.5,20.5 + parent: 2 - proto: PosterLegitSafetyMothGlimmer entities: - uid: 23413 @@ -185832,6 +186426,13 @@ entities: - type: Transform pos: -0.5,31.5 parent: 2 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 39562 + components: + - type: Transform + pos: -56.5,21.5 + parent: 2 - proto: PosterLegitSafetyMothMeth entities: - uid: 5302 @@ -185869,6 +186470,11 @@ entities: rot: -1.5707963267948966 rad pos: -36.5,7.5 parent: 2 + - uid: 39565 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 - proto: PosterLegitSafetyMothPoisoning entities: - uid: 25837 @@ -185965,6 +186571,13 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,35.5 parent: 2 +- proto: PosterLegitSoftCapPopArt + entities: + - uid: 39573 + components: + - type: Transform + pos: -63.5,30.5 + parent: 2 - proto: PosterLegitSpaceCops entities: - uid: 16008 @@ -186038,10 +186651,10 @@ entities: parent: 2 - proto: PosterLegitVacation entities: - - uid: 23387 + - uid: 39553 components: - type: Transform - pos: -56.5,20.5 + pos: -46.5,15.5 parent: 2 - proto: PosterLegitWorkForAFuture entities: @@ -186174,15 +186787,20 @@ entities: parent: 2 - proto: PottedPlant18 entities: - - uid: 23855 + - uid: 8986 components: - type: Transform - pos: -47.5,-4.5 + pos: -47.5,1.5 parent: 2 - - uid: 23856 + - uid: 10174 components: - type: Transform - pos: -47.5,2.5 + pos: -45.5,1.5 + parent: 2 + - uid: 23855 + components: + - type: Transform + pos: -47.5,-4.5 parent: 2 - uid: 30339 components: @@ -186194,11 +186812,6 @@ entities: - type: Transform pos: -45.5,-4.5 parent: 2 - - uid: 30606 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - proto: PottedPlant2 entities: - uid: 3506 @@ -186339,6 +186952,21 @@ entities: - type: Transform pos: -39.5,-13.5 parent: 2 + - uid: 39516 + components: + - type: Transform + pos: -46.5,30.5 + parent: 2 + - uid: 39517 + components: + - type: Transform + pos: -45.5,30.5 + parent: 2 + - uid: 39518 + components: + - type: Transform + pos: -44.5,30.5 + parent: 2 - proto: PottedPlantRandom entities: - uid: 306 @@ -186511,6 +187139,11 @@ entities: - type: Transform pos: 16.5,40.5 parent: 2 + - uid: 3679 + components: + - type: Transform + pos: -43.5,33.5 + parent: 2 - uid: 3778 components: - type: Transform @@ -186596,6 +187229,16 @@ entities: - type: Transform pos: -59.5,-29.5 parent: 2 + - uid: 5100 + components: + - type: Transform + pos: -51.5,11.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: -46.5,11.5 + parent: 2 - uid: 5246 components: - type: Transform @@ -186656,6 +187299,11 @@ entities: - type: Transform pos: 54.5,39.5 parent: 2 + - uid: 5996 + components: + - type: Transform + pos: -53.5,33.5 + parent: 2 - uid: 6191 components: - type: Transform @@ -186726,6 +187374,11 @@ entities: - type: Transform pos: -45.5,-13.5 parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 - uid: 8397 components: - type: Transform @@ -186746,16 +187399,41 @@ entities: - type: Transform pos: -31.5,-13.5 parent: 2 - - uid: 8704 + - uid: 8779 components: - type: Transform - pos: -47.5,11.5 + pos: -46.5,23.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: -41.5,14.5 parent: 2 - uid: 8832 components: - type: Transform pos: -8.5,57.5 parent: 2 + - uid: 8872 + components: + - type: Transform + pos: -51.5,34.5 + parent: 2 + - uid: 8917 + components: + - type: Transform + pos: -54.5,21.5 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 - uid: 9319 components: - type: Transform @@ -186771,25 +187449,25 @@ entities: - type: Transform pos: 60.5,10.5 parent: 2 - - uid: 9611 + - uid: 9675 components: - type: Transform - pos: -55.5,11.5 + pos: -9.5,39.5 parent: 2 - - uid: 9612 + - uid: 9911 components: - type: Transform - pos: -53.5,11.5 + pos: -53.5,31.5 parent: 2 - - uid: 9675 + - uid: 10025 components: - type: Transform - pos: -9.5,39.5 + pos: -43.5,17.5 parent: 2 - - uid: 10025 + - uid: 10094 components: - type: Transform - pos: -43.5,17.5 + pos: -62.5,11.5 parent: 2 - uid: 10709 components: @@ -186826,6 +187504,11 @@ entities: - type: Transform pos: 48.5,-11.5 parent: 2 + - uid: 13194 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 - uid: 13270 components: - type: Transform @@ -186981,11 +187664,6 @@ entities: - type: Transform pos: -15.5,44.5 parent: 2 - - uid: 16278 - components: - - type: Transform - pos: -59.5,11.5 - parent: 2 - uid: 16283 components: - type: Transform @@ -187031,6 +187709,11 @@ entities: - type: Transform pos: -39.5,21.5 parent: 2 + - uid: 18182 + components: + - type: Transform + pos: -53.5,37.5 + parent: 2 - uid: 18316 components: - type: Transform @@ -187056,15 +187739,10 @@ entities: - type: Transform pos: -55.5,-3.5 parent: 2 - - uid: 19139 - components: - - type: Transform - pos: -43.5,10.5 - parent: 2 - - uid: 19174 + - uid: 18517 components: - type: Transform - pos: -45.5,17.5 + pos: -55.5,37.5 parent: 2 - uid: 19396 components: @@ -187136,11 +187814,6 @@ entities: - type: Transform pos: -38.5,67.5 parent: 2 - - uid: 19760 - components: - - type: Transform - pos: -57.5,11.5 - parent: 2 - uid: 19764 components: - type: Transform @@ -187271,6 +187944,11 @@ entities: - type: Transform pos: 4.5,-12.5 parent: 2 + - uid: 29140 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 - uid: 29211 components: - type: Transform @@ -187454,6 +188132,11 @@ entities: - type: Transform pos: 8.5,-20.5 parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 - uid: 5566 components: - type: Transform @@ -187493,10 +188176,21 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,-0.5 parent: 2 - - uid: 9012 + - uid: 8729 components: - type: Transform - pos: -47.5,23.5 + rot: 1.5707963267948966 rad + pos: -57.5,25.5 + parent: 2 + - uid: 9013 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: -49.5,19.5 parent: 2 - uid: 11236 components: @@ -187524,6 +188218,11 @@ entities: - type: Transform pos: 31.5,13.5 parent: 2 + - uid: 19140 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 - uid: 19647 components: - type: Transform @@ -187616,11 +188315,6 @@ entities: rot: 1.5707963267948966 rad pos: -86.5,-14.5 parent: 2 - - uid: 1468 - components: - - type: Transform - pos: -56.5,37.5 - parent: 2 - uid: 1484 components: - type: Transform @@ -187775,6 +188469,40 @@ entities: rot: -1.5707963267948966 rad pos: -100.5,2.5 parent: 2 + - uid: 5992 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,22.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,29.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,14.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,11.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 - uid: 6654 components: - type: Transform @@ -187879,17 +188607,33 @@ entities: - type: Transform pos: -76.5,14.5 parent: 2 + - uid: 8443 + components: + - type: Transform + pos: -60.5,36.5 + parent: 2 - uid: 8759 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,-18.5 parent: 2 - - uid: 8838 + - uid: 8811 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,11.5 + pos: -53.5,33.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + pos: -46.5,23.5 + parent: 2 + - uid: 9025 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,18.5 parent: 2 - uid: 9090 components: @@ -187902,6 +188646,17 @@ entities: - type: Transform pos: -13.5,7.5 parent: 2 + - uid: 9914 + components: + - type: Transform + pos: -53.5,31.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,19.5 + parent: 2 - uid: 11195 components: - type: Transform @@ -188087,11 +188842,6 @@ entities: 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 @@ -188156,6 +188906,12 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,33.5 parent: 2 + - uid: 15476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,17.5 + parent: 2 - uid: 15638 components: - type: Transform @@ -188220,16 +188976,11 @@ entities: rot: 3.141592653589793 rad pos: -8.5,24.5 parent: 2 - - uid: 17033 - components: - - type: Transform - pos: -52.5,35.5 - parent: 2 - - uid: 17795 + - uid: 16980 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,29.5 + pos: -57.5,17.5 parent: 2 - uid: 17799 components: @@ -188453,12 +189204,6 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,49.5 parent: 2 - - uid: 17903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,33.5 - parent: 2 - uid: 17904 components: - type: Transform @@ -188560,12 +189305,6 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-20.5 parent: 2 - - uid: 18165 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,37.5 - parent: 2 - uid: 18168 components: - type: Transform @@ -188588,55 +189327,11 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,37.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: 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 @@ -188676,18 +189371,6 @@ entities: 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 @@ -188781,6 +189464,24 @@ entities: rot: 3.141592653589793 rad pos: -10.5,48.5 parent: 2 + - uid: 21858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,11.5 + parent: 2 + - uid: 21862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,14.5 + parent: 2 + - uid: 21863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,11.5 + parent: 2 - uid: 22112 components: - type: Transform @@ -189110,6 +189811,12 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-2.5 parent: 2 + - uid: 23055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,8.5 + parent: 2 - uid: 23058 components: - type: Transform @@ -189329,11 +190036,11 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-27.5 parent: 2 - - uid: 24913 + - uid: 24690 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,51.5 + pos: -51.5,18.5 parent: 2 - uid: 25506 components: @@ -189371,12 +190078,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,22.5 parent: 2 - - uid: 26288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,14.5 - parent: 2 - uid: 26486 components: - type: Transform @@ -189399,6 +190100,17 @@ entities: - type: Transform pos: 63.5,44.5 parent: 2 + - uid: 28076 + components: + - type: Transform + pos: -48.5,27.5 + parent: 2 + - uid: 28077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,32.5 + parent: 2 - uid: 28131 components: - type: Transform @@ -189437,12 +190149,6 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-46.5 parent: 2 - - uid: 28332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,44.5 - parent: 2 - uid: 28466 components: - type: Transform @@ -189568,6 +190274,12 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,2.5 parent: 2 + - uid: 31600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,46.5 + parent: 2 - uid: 31931 components: - type: Transform @@ -189637,12 +190349,29 @@ entities: rot: -1.5707963267948966 rad pos: -96.5,4.5 parent: 2 + - uid: 34669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,46.5 + parent: 2 - uid: 34758 components: - type: Transform rot: 1.5707963267948966 rad pos: -44.5,59.5 parent: 2 + - uid: 34814 + components: + - type: Transform + pos: -58.5,53.5 + parent: 2 + - uid: 34817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,57.5 + parent: 2 - uid: 35947 components: - type: Transform @@ -189744,6 +190473,12 @@ entities: - type: Transform pos: -21.5,7.5 parent: 2 + - uid: 38703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,31.5 + parent: 2 - uid: 38813 components: - type: Transform @@ -189859,12 +190594,6 @@ entities: rot: 3.141592653589793 rad pos: 105.5,53.5 parent: 2 - - uid: 15119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,53.5 - parent: 2 - uid: 15176 components: - type: Transform @@ -189939,6 +190668,18 @@ entities: rot: 3.141592653589793 rad pos: 4.5,80.5 parent: 2 + - uid: 34818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,60.5 + parent: 2 + - uid: 34819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,58.5 + parent: 2 - uid: 37691 components: - type: Transform @@ -190145,11 +190886,6 @@ entities: - type: Transform pos: 112.5,-5.5 parent: 2 - - uid: 26527 - components: - - type: Transform - pos: -52.5,59.5 - parent: 2 - uid: 29928 components: - type: Transform @@ -190255,6 +190991,12 @@ entities: - type: Transform pos: 99.5,11.5 parent: 2 + - uid: 36323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,65.5 + parent: 2 - uid: 36590 components: - type: Transform @@ -190580,11 +191322,6 @@ entities: rot: -1.5707963267948966 rad pos: 68.5,8.5 parent: 2 - - uid: 22461 - components: - - type: Transform - pos: -62.5,13.5 - parent: 2 - uid: 22469 components: - type: Transform @@ -190929,6 +191666,12 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-8.5 parent: 2 + - uid: 3564 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,23.5 + parent: 2 - uid: 4455 components: - type: Transform @@ -190951,6 +191694,17 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,43.5 parent: 2 + - uid: 8938 + components: + - type: Transform + pos: -63.5,26.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,28.5 + parent: 2 - uid: 11234 components: - type: Transform @@ -191005,12 +191759,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,35.5 parent: 2 - - uid: 19384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,23.5 - parent: 2 - uid: 19641 components: - type: Transform @@ -191103,6 +191851,11 @@ entities: - type: Transform pos: -5.5,-27.5 parent: 2 + - uid: 22679 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 - uid: 22955 components: - type: Transform @@ -191119,12 +191872,6 @@ entities: - type: Transform pos: -30.5,55.5 parent: 2 - - uid: 28176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,44.5 - parent: 2 - uid: 29027 components: - type: Transform @@ -191267,11 +192014,6 @@ entities: parent: 2 - proto: Rack entities: - - uid: 574 - components: - - type: Transform - pos: -51.5,18.5 - parent: 2 - uid: 644 components: - type: Transform @@ -191497,11 +192239,6 @@ entities: - type: Transform pos: -23.5,-46.5 parent: 2 - - uid: 6931 - components: - - type: Transform - pos: -51.5,26.5 - parent: 2 - uid: 7111 components: - type: Transform @@ -191558,67 +192295,33 @@ entities: - type: Transform pos: -78.5,-2.5 parent: 2 - - uid: 8770 + - uid: 9045 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.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 + pos: -45.5,28.5 parent: 2 - - uid: 9041 + - uid: 9147 components: - type: Transform - pos: -51.5,25.5 + pos: -4.5,-22.5 parent: 2 - - uid: 9042 + - uid: 9286 components: - type: Transform - pos: -47.5,26.5 + rot: 3.141592653589793 rad + pos: -37.5,37.5 parent: 2 - - uid: 9147 + - uid: 10175 components: - type: Transform - pos: -4.5,-22.5 + pos: -46.5,16.5 parent: 2 - - uid: 9286 + - uid: 10189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,37.5 + rot: 1.5707963267948966 rad + pos: -50.5,19.5 parent: 2 - uid: 11009 components: @@ -191860,6 +192563,12 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,42.5 parent: 2 + - uid: 25940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,37.5 + parent: 2 - uid: 25990 components: - type: Transform @@ -191894,11 +192603,6 @@ entities: - type: Transform pos: -17.5,-25.5 parent: 2 - - uid: 27633 - components: - - type: Transform - pos: -16.5,-25.5 - parent: 2 - uid: 28693 components: - type: Transform @@ -191942,17 +192646,17 @@ entities: rot: 3.141592653589793 rad pos: 13.5,18.5 parent: 2 - - uid: 35853 + - uid: 35974 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,40.5 + pos: 15.5,18.5 parent: 2 - - uid: 35974 + - uid: 36477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,18.5 + rot: -1.5707963267948966 rad + pos: -60.5,32.5 parent: 2 - uid: 36729 components: @@ -192083,41 +192787,26 @@ entities: - type: Transform pos: 33.388367,2.4960036 parent: 2 - - 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: -47.28383,16.587387 - parent: 2 - uid: 9599 components: - type: Transform - pos: -54.146004,41.67244 + pos: -58.101124,26.542221 parent: 2 - - uid: 9600 + - uid: 15289 components: - type: Transform - pos: -64.51688,38.617752 + pos: -45.369812,32.519714 parent: 2 - uid: 15511 components: - type: Transform pos: 10.63207,62.565445 parent: 2 + - uid: 16990 + components: + - type: Transform + pos: -48.915684,19.610594 + parent: 2 - uid: 20182 components: - type: Transform @@ -192183,16 +192872,22 @@ entities: - type: Transform pos: -28.377155,-20.761341 parent: 2 - - uid: 22393 + - uid: 23421 components: - type: Transform - pos: -58.337063,13.594515 + pos: -49.03287,19.688719 parent: 2 - uid: 30261 components: - type: Transform pos: 25.636763,37.77135 parent: 2 + - uid: 39390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.1233,13.545899 + parent: 2 - proto: Railing entities: - uid: 586 @@ -192319,12 +193014,6 @@ entities: - type: Transform pos: 33.5,11.5 parent: 2 - - uid: 3679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,17.5 - parent: 2 - uid: 4009 components: - type: Transform @@ -192463,12 +193152,24 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,-46.5 parent: 2 + - uid: 6966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,13.5 + parent: 2 - uid: 7041 components: - type: Transform rot: 1.5707963267948966 rad pos: 18.5,-30.5 parent: 2 + - uid: 7112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,13.5 + parent: 2 - uid: 7352 components: - type: Transform @@ -192564,38 +193265,25 @@ entities: 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 + - uid: 8983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,17.5 + pos: -59.5,36.5 parent: 2 - - uid: 8888 + - uid: 8991 components: - type: Transform - pos: -61.5,19.5 + pos: -60.5,36.5 parent: 2 - - uid: 8889 + - uid: 9614 components: - type: Transform - pos: -60.5,19.5 + pos: -49.5,13.5 parent: 2 - - uid: 8890 + - uid: 9624 components: - type: Transform - pos: -59.5,19.5 + pos: -61.5,36.5 parent: 2 - uid: 9678 components: @@ -192775,18 +193463,6 @@ entities: 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 @@ -193248,12 +193924,6 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,3.5 parent: 2 - - uid: 13773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,1.5 - parent: 2 - uid: 14100 components: - type: Transform @@ -193326,12 +193996,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,37.5 parent: 2 - - uid: 15708 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,12.5 - parent: 2 - uid: 15755 components: - type: Transform @@ -193525,6 +194189,12 @@ entities: - type: Transform pos: 28.5,40.5 parent: 2 + - uid: 19330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,60.5 + parent: 2 - uid: 19966 components: - type: Transform @@ -193671,6 +194341,12 @@ entities: - type: Transform pos: -19.5,-13.5 parent: 2 + - uid: 22789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,1.5 + parent: 2 - uid: 22817 components: - type: Transform @@ -193693,6 +194369,12 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-35.5 parent: 2 + - uid: 23035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,35.5 + parent: 2 - uid: 23127 components: - type: Transform @@ -193721,6 +194403,24 @@ entities: rot: 1.5707963267948966 rad pos: 64.5,19.5 parent: 2 + - uid: 23958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,34.5 + parent: 2 + - uid: 23973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,35.5 + parent: 2 + - uid: 23986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,34.5 + parent: 2 - uid: 24858 components: - type: Transform @@ -193757,6 +194457,11 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,61.5 parent: 2 + - uid: 26260 + components: + - type: Transform + pos: -48.5,13.5 + parent: 2 - uid: 26620 components: - type: Transform @@ -193995,17 +194700,59 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-16.5 parent: 2 + - uid: 30575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,1.5 + parent: 2 + - uid: 30584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,1.5 + parent: 2 - uid: 30585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,9.5 + rot: 3.141592653589793 rad + pos: -35.5,1.5 + parent: 2 + - uid: 30597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,1.5 + parent: 2 + - uid: 31605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,60.5 parent: 2 - uid: 31737 components: - type: Transform pos: 11.5,9.5 parent: 2 + - uid: 31864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,1.5 + parent: 2 + - uid: 31865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,1.5 + parent: 2 + - uid: 31866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,1.5 + parent: 2 - uid: 31914 components: - type: Transform @@ -194502,6 +195249,90 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,41.5 parent: 2 + - uid: 36316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,60.5 + parent: 2 + - uid: 36317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,60.5 + parent: 2 + - uid: 36318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,60.5 + parent: 2 + - uid: 36319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,60.5 + parent: 2 + - uid: 36320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,60.5 + parent: 2 + - uid: 36321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,60.5 + parent: 2 + - uid: 36322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,60.5 + parent: 2 + - uid: 36324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,60.5 + parent: 2 + - uid: 36325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,58.5 + parent: 2 + - uid: 36326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,59.5 + parent: 2 + - uid: 36327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,60.5 + parent: 2 + - uid: 36328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,61.5 + parent: 2 + - uid: 36329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,62.5 + parent: 2 + - uid: 36330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,63.5 + parent: 2 - uid: 36737 components: - type: Transform @@ -195034,6 +195865,12 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-13.5 parent: 2 + - uid: 22702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,1.5 + parent: 2 - uid: 22800 components: - type: Transform @@ -195174,12 +196011,24 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-32.5 parent: 2 + - uid: 822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,32.5 + parent: 2 - uid: 1355 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,12.5 parent: 2 + - uid: 1763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,36.5 + parent: 2 - uid: 1818 components: - type: Transform @@ -195198,6 +196047,29 @@ entities: rot: 3.141592653589793 rad pos: 82.5,34.5 parent: 2 + - uid: 2359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,33.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,36.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,24.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: -49.5,18.5 + parent: 2 - uid: 3946 components: - type: Transform @@ -195349,34 +196221,16 @@ entities: - type: Transform pos: 18.5,15.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 + - uid: 8945 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,16.5 - parent: 2 - - uid: 8887 - components: - - type: Transform - pos: -58.5,16.5 + pos: 10.5,15.5 parent: 2 - - uid: 8945 + - uid: 9522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,15.5 + pos: -58.5,33.5 parent: 2 - uid: 9945 components: @@ -195472,6 +196326,12 @@ entities: rot: 1.5707963267948966 rad pos: 82.5,34.5 parent: 2 + - uid: 15938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,18.5 + parent: 2 - uid: 16090 components: - type: Transform @@ -195495,11 +196355,6 @@ entities: rot: 3.141592653589793 rad pos: 80.5,57.5 parent: 2 - - uid: 18367 - components: - - type: Transform - pos: -44.5,30.5 - parent: 2 - uid: 18556 components: - type: Transform @@ -195516,12 +196371,6 @@ entities: - type: Transform pos: 30.5,10.5 parent: 2 - - uid: 21011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,30.5 - parent: 2 - uid: 22118 components: - type: Transform @@ -195575,6 +196424,23 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,10.5 parent: 2 + - uid: 23965 + components: + - type: Transform + pos: -55.5,27.5 + parent: 2 + - uid: 23967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,31.5 + parent: 2 + - uid: 23971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,32.5 + parent: 2 - uid: 26621 components: - type: Transform @@ -195674,6 +196540,12 @@ entities: rot: -1.5707963267948966 rad pos: -79.5,52.5 parent: 2 + - uid: 36331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,64.5 + parent: 2 - uid: 37287 components: - type: Transform @@ -195774,6 +196646,18 @@ entities: rot: -1.5707963267948966 rad pos: 92.5,70.5 parent: 2 + - uid: 22717 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,13.5 + parent: 2 + - uid: 23906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,13.5 + parent: 2 - uid: 26722 components: - type: Transform @@ -195819,16 +196703,6 @@ entities: - type: Transform pos: 92.5,5.5 parent: 2 - - uid: 37640 - components: - - type: Transform - pos: 101.5,74.5 - parent: 2 - - uid: 37641 - components: - - type: Transform - pos: 95.5,73.5 - parent: 2 - uid: 37642 components: - type: Transform @@ -196016,11 +196890,6 @@ entities: parent: 2 - proto: RandomBoards entities: - - uid: 10410 - components: - - type: Transform - pos: -50.5,27.5 - parent: 2 - uid: 11447 components: - type: Transform @@ -196037,21 +196906,6 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,13.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: 4484 @@ -196360,26 +197214,6 @@ entities: - type: Transform pos: -24.5,65.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 @@ -196535,11 +197369,6 @@ entities: - 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 @@ -196565,6 +197394,51 @@ entities: - type: Transform pos: -43.5,22.5 parent: 2 + - uid: 39574 + components: + - type: Transform + pos: -58.5,27.5 + parent: 2 + - uid: 39575 + components: + - type: Transform + pos: -61.5,27.5 + parent: 2 + - uid: 39576 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 39577 + components: + - type: Transform + pos: -57.5,16.5 + parent: 2 + - uid: 39578 + components: + - type: Transform + pos: -49.5,10.5 + parent: 2 + - uid: 39579 + components: + - type: Transform + pos: -48.5,28.5 + parent: 2 + - uid: 39580 + components: + - type: Transform + pos: -46.5,31.5 + parent: 2 + - uid: 39581 + components: + - type: Transform + pos: -44.5,31.5 + parent: 2 + - uid: 39582 + components: + - type: Transform + pos: -62.5,37.5 + parent: 2 - proto: RandomPosterAny entities: - uid: 15148 @@ -196629,11 +197503,6 @@ entities: - type: Transform pos: -64.5,32.5 parent: 2 - - uid: 23477 - components: - - type: Transform - pos: -52.5,32.5 - parent: 2 - uid: 23512 components: - type: Transform @@ -196765,6 +197634,12 @@ entities: parent: 2 - proto: RandomSpawner entities: + - uid: 2402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,26.5 + parent: 2 - uid: 7016 components: - type: Transform @@ -196810,6 +197685,30 @@ entities: - type: Transform pos: -33.5,-36.5 parent: 2 + - uid: 21081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,23.5 + parent: 2 + - uid: 22288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,24.5 + parent: 2 + - uid: 22707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,23.5 + parent: 2 + - uid: 23974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,21.5 + parent: 2 - uid: 31108 components: - type: Transform @@ -197173,6 +198072,12 @@ entities: - type: Transform pos: -30.5,-4.5 parent: 2 + - uid: 22876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,1.5 + parent: 2 - uid: 23157 components: - type: Transform @@ -197269,6 +198174,18 @@ entities: - type: Transform pos: 83.5,73.5 parent: 2 + - uid: 30566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,0.5 + parent: 2 + - uid: 30573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,1.5 + parent: 2 - uid: 31107 components: - type: Transform @@ -197444,11 +198361,6 @@ entities: - type: Transform pos: -38.5,2.5 parent: 2 - - uid: 37672 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - uid: 37673 components: - type: Transform @@ -197504,18 +198416,6 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,-8.5 parent: 2 - - uid: 37713 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,1.5 - parent: 2 - - uid: 37714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,1.5 - parent: 2 - proto: RandomVendingDrinks entities: - uid: 1597 @@ -197538,10 +198438,10 @@ entities: - type: Transform pos: -10.5,59.5 parent: 2 - - uid: 9000 + - uid: 8791 components: - type: Transform - pos: -51.5,23.5 + pos: -51.5,21.5 parent: 2 - uid: 13318 components: @@ -197553,11 +198453,6 @@ entities: - type: Transform pos: 71.5,-10.5 parent: 2 - - uid: 19140 - components: - - type: Transform - pos: -43.5,8.5 - parent: 2 - uid: 19610 components: - type: Transform @@ -197571,6 +198466,11 @@ entities: parent: 2 - proto: RandomVendingSnacks entities: + - uid: 112 + components: + - type: Transform + pos: -46.5,21.5 + parent: 2 - uid: 1596 components: - type: Transform @@ -197591,16 +198491,6 @@ entities: - type: Transform pos: -11.5,59.5 parent: 2 - - uid: 9003 - components: - - type: Transform - pos: -50.5,23.5 - parent: 2 - - uid: 19152 - components: - - type: Transform - pos: -43.5,9.5 - parent: 2 - uid: 19609 components: - type: Transform @@ -197629,14 +198519,6 @@ entities: - type: Transform pos: -57.568783,-21.519592 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: 19134 @@ -199270,6 +200152,12 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,36.5 parent: 2 + - uid: 3757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,32.5 + parent: 2 - uid: 3963 components: - type: Transform @@ -199399,6 +200287,12 @@ entities: - type: Transform pos: 12.5,69.5 parent: 2 + - uid: 5517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,33.5 + parent: 2 - uid: 5540 components: - type: Transform @@ -199435,76 +200329,33 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,38.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 + - uid: 8732 components: - type: Transform - pos: -56.5,18.5 + rot: 1.5707963267948966 rad + pos: -56.5,36.5 parent: 2 - uid: 8823 components: - type: Transform pos: -20.5,40.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 + - uid: 8874 components: - type: Transform - pos: -59.5,21.5 + rot: 3.141592653589793 rad + pos: -56.5,35.5 parent: 2 - uid: 9039 components: - type: Transform pos: -25.5,40.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 @@ -199595,10 +200446,17 @@ entities: - type: Transform pos: -39.5,52.5 parent: 2 - - uid: 9613 + - uid: 9585 components: - type: Transform - pos: -56.5,17.5 + rot: 3.141592653589793 rad + pos: -61.5,31.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,31.5 parent: 2 - uid: 11264 components: @@ -199615,16 +200473,6 @@ entities: - type: Transform pos: 92.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: 14109 components: - type: Transform @@ -199700,11 +200548,6 @@ entities: rot: 1.5707963267948966 rad pos: -76.5,10.5 parent: 2 - - uid: 18388 - components: - - type: Transform - pos: -59.5,47.5 - parent: 2 - uid: 18389 components: - type: Transform @@ -199902,20 +200745,16 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,39.5 parent: 2 - - uid: 23286 - components: - - type: Transform - pos: -19.5,52.5 - parent: 2 - - uid: 23785 + - uid: 22715 components: - type: Transform - pos: -61.5,50.5 + rot: 3.141592653589793 rad + pos: -59.5,31.5 parent: 2 - - uid: 23786 + - uid: 23286 components: - type: Transform - pos: -61.5,51.5 + pos: -19.5,52.5 parent: 2 - uid: 23860 components: @@ -199928,6 +200767,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,38.5 parent: 2 + - uid: 24944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,31.5 + parent: 2 - uid: 25043 components: - type: Transform @@ -199943,11 +200788,6 @@ entities: - type: Transform pos: 22.5,45.5 parent: 2 - - uid: 25225 - components: - - type: Transform - pos: -60.5,47.5 - parent: 2 - uid: 25309 components: - type: Transform @@ -199979,11 +200819,6 @@ entities: - type: Transform pos: -27.5,43.5 parent: 2 - - uid: 26618 - components: - - type: Transform - pos: -61.5,49.5 - parent: 2 - uid: 26719 components: - type: Transform @@ -200049,11 +200884,6 @@ entities: rot: 3.141592653589793 rad pos: 59.5,41.5 parent: 2 - - uid: 27846 - components: - - type: Transform - pos: -61.5,48.5 - parent: 2 - uid: 27904 components: - type: Transform @@ -200084,41 +200914,6 @@ entities: rot: 3.141592653589793 rad pos: 62.5,45.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: 28884 components: - type: Transform @@ -200165,6 +200960,26 @@ entities: - type: Transform pos: 10.5,69.5 parent: 2 + - uid: 34544 + components: + - type: Transform + pos: -54.5,54.5 + parent: 2 + - uid: 34545 + components: + - type: Transform + pos: -55.5,54.5 + parent: 2 + - uid: 34546 + components: + - type: Transform + pos: -56.5,54.5 + parent: 2 + - uid: 34547 + components: + - type: Transform + pos: -57.5,54.5 + parent: 2 - uid: 35859 components: - type: Transform @@ -200472,6 +201287,12 @@ entities: - type: Transform pos: -41.5,18.5 parent: 2 + - uid: 2317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,54.5 + parent: 2 - uid: 2387 components: - type: Transform @@ -200769,10 +201590,10 @@ entities: - type: Transform pos: 12.5,55.5 parent: 2 - - uid: 3669 + - uid: 3665 components: - type: Transform - pos: -50.5,33.5 + pos: -52.5,22.5 parent: 2 - uid: 3703 components: @@ -201129,26 +201950,11 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-29.5 parent: 2 - - uid: 5994 - components: - - type: Transform - pos: -46.5,32.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: 6272 - components: - - type: Transform - pos: -46.5,38.5 - parent: 2 - uid: 6335 components: - type: Transform @@ -201190,17 +201996,6 @@ entities: - type: Transform pos: 74.5,-22.5 parent: 2 - - uid: 6575 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,35.5 - parent: 2 - - uid: 6649 - components: - - type: Transform - pos: -48.5,38.5 - parent: 2 - uid: 6667 components: - type: Transform @@ -201234,11 +202029,6 @@ entities: - type: Transform pos: -25.5,-47.5 parent: 2 - - uid: 6811 - components: - - type: Transform - pos: -47.5,32.5 - parent: 2 - uid: 6824 components: - type: Transform @@ -201269,11 +202059,6 @@ entities: - 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 @@ -201308,6 +202093,12 @@ entities: - type: Transform pos: -43.5,4.5 parent: 2 + - uid: 7351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,30.5 + parent: 2 - uid: 7353 components: - type: Transform @@ -201815,21 +202606,22 @@ entities: rot: 3.141592653589793 rad pos: -44.5,61.5 parent: 2 - - uid: 8724 + - uid: 8711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,23.5 + pos: -56.5,22.5 parent: 2 - - uid: 8730 + - uid: 8724 components: - type: Transform - pos: -50.5,35.5 + rot: 3.141592653589793 rad + pos: -32.5,23.5 parent: 2 - - uid: 8734 + - uid: 8733 components: - type: Transform - pos: -47.5,38.5 + rot: 1.5707963267948966 rad + pos: -52.5,35.5 parent: 2 - uid: 8751 components: @@ -201843,55 +202635,63 @@ entities: rot: 3.141592653589793 rad pos: -38.5,26.5 parent: 2 - - uid: 8796 + - uid: 8783 components: - type: Transform + rot: 1.5707963267948966 rad pos: -57.5,29.5 parent: 2 - - uid: 8799 + - uid: 8804 components: - type: Transform - pos: -57.5,30.5 + rot: 3.141592653589793 rad + pos: -48.5,20.5 parent: 2 - - uid: 8803 + - uid: 8819 components: - type: Transform - pos: -56.5,27.5 + pos: -21.5,23.5 parent: 2 - - uid: 8807 + - uid: 8830 components: - type: Transform - pos: -56.5,22.5 + rot: 1.5707963267948966 rad + pos: -52.5,33.5 parent: 2 - - uid: 8811 + - uid: 8942 components: - type: Transform - pos: -45.5,38.5 + rot: 1.5707963267948966 rad + pos: -45.5,17.5 parent: 2 - - uid: 8819 + - uid: 8943 components: - type: Transform - pos: -21.5,23.5 + rot: 1.5707963267948966 rad + pos: -45.5,16.5 parent: 2 - - uid: 8871 + - uid: 8987 components: - type: Transform - pos: -56.5,26.5 + rot: -1.5707963267948966 rad + pos: -43.5,38.5 parent: 2 - - uid: 8875 + - uid: 9005 components: - type: Transform - pos: -56.5,23.5 + rot: 3.141592653589793 rad + pos: -49.5,20.5 parent: 2 - - uid: 8905 + - uid: 9032 components: - type: Transform - pos: -50.5,34.5 + pos: -54.5,15.5 parent: 2 - - uid: 8988 + - uid: 9088 components: - type: Transform - pos: -58.5,33.5 + rot: 3.141592653589793 rad + pos: -51.5,38.5 parent: 2 - uid: 9093 components: @@ -202001,22 +202801,38 @@ entities: - type: Transform pos: -47.5,63.5 parent: 2 - - uid: 9602 + - uid: 9594 components: - type: Transform - pos: -40.5,22.5 + rot: 1.5707963267948966 rad + pos: -45.5,14.5 parent: 2 - - uid: 9605 + - uid: 9596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,36.5 + rot: 1.5707963267948966 rad + pos: -45.5,13.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: -40.5,22.5 parent: 2 - uid: 9610 components: - type: Transform pos: -32.5,31.5 parent: 2 + - uid: 9613 + components: + - type: Transform + pos: -52.5,25.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + pos: -50.5,38.5 + parent: 2 - uid: 9644 components: - type: Transform @@ -202032,11 +202848,10 @@ entities: - type: Transform pos: -47.5,64.5 parent: 2 - - uid: 10189 + - uid: 10205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,16.5 + pos: -54.5,20.5 parent: 2 - uid: 10381 components: @@ -202079,6 +202894,16 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,16.5 parent: 2 + - uid: 11198 + components: + - type: Transform + pos: -63.5,47.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: -63.5,48.5 + parent: 2 - uid: 11393 components: - type: Transform @@ -202120,12 +202945,6 @@ entities: - type: Transform pos: 44.5,-12.5 parent: 2 - - uid: 12220 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,11.5 - parent: 2 - uid: 12343 components: - type: Transform @@ -202826,6 +203645,29 @@ entities: rot: 3.141592653589793 rad pos: -34.5,-0.5 parent: 2 + - uid: 16956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,15.5 + parent: 2 + - uid: 16982 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 16989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,39.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,15.5 + parent: 2 - uid: 17389 components: - type: Transform @@ -202846,12 +203688,6 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 - - uid: 17819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,13.5 - parent: 2 - uid: 17861 components: - type: Transform @@ -202872,11 +203708,6 @@ entities: - type: Transform pos: -24.5,60.5 parent: 2 - - uid: 18371 - components: - - type: Transform - pos: -53.5,42.5 - parent: 2 - uid: 19079 components: - type: Transform @@ -202895,6 +203726,12 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,5.5 parent: 2 + - uid: 19139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,28.5 + parent: 2 - uid: 19157 components: - type: Transform @@ -202917,6 +203754,12 @@ entities: - type: Transform pos: 47.5,-3.5 parent: 2 + - uid: 19332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,44.5 + parent: 2 - uid: 19343 components: - type: Transform @@ -203471,8 +204314,8 @@ entities: - uid: 23643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,34.5 + rot: 3.141592653589793 rad + pos: -45.5,36.5 parent: 2 - uid: 23677 components: @@ -203490,6 +204333,16 @@ entities: rot: 3.141592653589793 rad pos: 10.5,18.5 parent: 2 + - uid: 23946 + components: + - type: Transform + pos: -49.5,38.5 + parent: 2 + - uid: 23949 + components: + - type: Transform + pos: -48.5,38.5 + parent: 2 - uid: 24349 components: - type: Transform @@ -203563,6 +204416,11 @@ entities: - type: Transform pos: 79.5,6.5 parent: 2 + - uid: 26324 + components: + - type: Transform + pos: -56.5,25.5 + parent: 2 - uid: 26344 components: - type: Transform @@ -203712,6 +204570,12 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-46.5 parent: 2 + - uid: 28242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,54.5 + parent: 2 - uid: 28511 components: - type: Transform @@ -203747,12 +204611,6 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,13.5 parent: 2 - - uid: 29143 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,15.5 - parent: 2 - uid: 29187 components: - type: Transform @@ -203791,6 +204649,11 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,-1.5 parent: 2 + - uid: 29515 + components: + - type: Transform + pos: -53.5,56.5 + parent: 2 - uid: 29539 components: - type: Transform @@ -203848,26 +204711,31 @@ entities: - type: Transform pos: -25.5,47.5 parent: 2 - - uid: 30697 + - uid: 30905 components: - type: Transform - pos: -61.5,45.5 + pos: -27.5,47.5 parent: 2 - - uid: 30698 + - uid: 31074 components: - type: Transform - pos: -61.5,46.5 + pos: -63.5,49.5 parent: 2 - - uid: 30753 + - uid: 31568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,17.5 + pos: -50.5,55.5 parent: 2 - - uid: 30905 + - uid: 31569 components: - type: Transform - pos: -27.5,47.5 + pos: -50.5,56.5 + parent: 2 + - uid: 31575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,54.5 parent: 2 - uid: 31746 components: @@ -203881,6 +204749,12 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,18.5 parent: 2 + - uid: 31860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,54.5 + parent: 2 - uid: 32441 components: - type: Transform @@ -203943,6 +204817,46 @@ entities: rot: 3.141592653589793 rad pos: 11.5,3.5 parent: 2 + - uid: 34549 + components: + - type: Transform + pos: -53.5,55.5 + parent: 2 + - uid: 34550 + components: + - type: Transform + pos: -53.5,58.5 + parent: 2 + - uid: 34551 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 + - uid: 34552 + components: + - type: Transform + pos: -58.5,59.5 + parent: 2 + - uid: 34553 + components: + - type: Transform + pos: -58.5,58.5 + parent: 2 + - uid: 34554 + components: + - type: Transform + pos: -58.5,57.5 + parent: 2 + - uid: 34555 + components: + - type: Transform + pos: -58.5,56.5 + parent: 2 + - uid: 34556 + components: + - type: Transform + pos: -58.5,55.5 + parent: 2 - uid: 34739 components: - type: Transform @@ -204242,15 +205156,6 @@ entities: linkedPorts: 30104: - Pressed: Toggle - - uid: 19332 - components: - - type: Transform - pos: -54.21658,49.407204 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 25782: - - Pressed: Trigger - uid: 23728 components: - type: MetaData @@ -204276,7 +205181,7 @@ entities: - type: MetaData name: igniter remote 2 - type: Transform - pos: -37.270546,37.394592 + pos: -56.38349,43.62726 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -204287,7 +205192,7 @@ entities: - type: MetaData name: igniter remote 1 - type: Transform - pos: -37.27836,37.73053 + pos: -56.485054,43.861633 parent: 2 - type: DeviceLinkSource linkedPorts: @@ -204537,14 +205442,6 @@ entities: - type: Transform pos: -34.5,-55.5 parent: 2 -- proto: SalvageMagnetMachineCircuitboard - entities: - - uid: 35822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.27992,27.769905 - parent: 2 - proto: SalvageMaterialCrateSpawner entities: - uid: 22238 @@ -204701,6 +205598,11 @@ entities: parent: 2 - proto: Screwdriver entities: + - uid: 10154 + components: + - type: Transform + pos: -49.45627,21.397064 + parent: 2 - uid: 13391 components: - type: Transform @@ -204777,13 +205679,6 @@ entities: - 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: ShadowTree01 entities: - uid: 3376 @@ -205166,10 +206061,10 @@ entities: - type: Transform pos: -15.442333,-43.295673 parent: 2 - - uid: 9015 + - uid: 9006 components: - type: Transform - pos: -50.44946,18.655876 + pos: -46.39246,16.794683 parent: 2 - uid: 10412 components: @@ -205220,17 +206115,18 @@ entities: - type: Transform pos: 50.537777,38.797115 parent: 2 - - uid: 9590 + - uid: 36479 components: - type: Transform - pos: -64.47119,28.656868 + rot: -1.5707963267948966 rad + pos: -60.500603,32.560627 parent: 2 - proto: SheetPlasteel entities: - - uid: 9587 + - uid: 9003 components: - type: Transform - pos: -51.65883,18.610825 + pos: -46.33548,16.650799 parent: 2 - proto: SheetPlastic entities: @@ -205254,15 +206150,15 @@ entities: - type: Transform pos: -15.430614,-44.432392 parent: 2 - - uid: 9016 + - uid: 16506 components: - type: Transform - pos: -50.79164,18.649887 + pos: -10.538569,34.596916 parent: 2 - - uid: 16506 + - uid: 22706 components: - type: Transform - pos: -10.538569,34.596916 + pos: -46.384647,16.763433 parent: 2 - uid: 25230 components: @@ -205298,15 +206194,15 @@ entities: - type: Transform pos: 45.570724,45.632 parent: 2 - - uid: 9013 + - uid: 9002 components: - type: Transform - pos: -51.402584,18.687126 + pos: -46.540897,16.708746 parent: 2 - uid: 9287 components: - type: Transform - pos: -36.4682,40.55866 + pos: -36.491302,37.58469 parent: 2 - uid: 10628 components: @@ -205323,6 +206219,17 @@ entities: - type: Transform pos: -10.474476,34.65311 parent: 2 + - uid: 34655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.468468,37.57737 + parent: 2 + - uid: 37501 + components: + - type: Transform + pos: -57.57896,43.68313 + parent: 2 - proto: SheetSteel1 entities: - uid: 7075 @@ -205372,10 +206279,11 @@ entities: parent: 2 - proto: SheetUranium entities: - - uid: 9591 + - uid: 36478 components: - type: Transform - pos: -58.44775,28.5514 + rot: -1.5707963267948966 rad + pos: -60.453728,32.638752 parent: 2 - proto: Shinai entities: @@ -205491,54 +206399,6 @@ entities: - type: DeviceLinkSink links: - 30596 - - 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 @@ -205709,6 +206569,16 @@ entities: linkedPorts: 9257: - Pressed: Toggle + - uid: 5995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 30932: + - Pressed: Toggle - uid: 8740 components: - type: Transform @@ -205881,23 +206751,6 @@ 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: 30772 components: - type: Transform @@ -205922,6 +206775,22 @@ entities: linkedPorts: 29623: - Pressed: Toggle + - uid: 31602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,53.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 31813: + - Pressed: Toggle + 5713: + - Pressed: Toggle + 7492: + - Pressed: Toggle + 2753: + - Pressed: Toggle - uid: 32084 components: - type: Transform @@ -205944,36 +206813,6 @@ entities: - Pressed: Toggle 4844: - Pressed: Toggle - - uid: 36182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,14.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 30932: - - 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 @@ -206357,15 +207196,13 @@ entities: - type: Transform pos: -23.5,43.5 parent: 2 -- proto: SignAtmos +- proto: SignAtmosMinsky entities: - - uid: 9063 + - uid: 3661 components: - type: Transform - pos: -44.5,32.5 + pos: -52.5,36.5 parent: 2 -- proto: SignAtmosMinsky - entities: - uid: 9574 components: - type: Transform @@ -207277,12 +208114,6 @@ entities: 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 @@ -207458,16 +208289,6 @@ entities: 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: 27970 components: - type: Transform @@ -207485,12 +208306,6 @@ entities: 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: 37302 components: - type: Transform @@ -207596,19 +208411,14 @@ entities: parent: 2 - proto: SignEngine entities: - - uid: 8856 + - uid: 23264 components: - type: Transform - pos: -56.5,13.5 + rot: 3.141592653589793 rad + pos: -53.5,46.5 parent: 2 - proto: SignEngineering entities: - - uid: 7351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,14.5 - parent: 2 - uid: 13662 components: - type: Transform @@ -207729,14 +208539,6 @@ entities: - 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 @@ -208385,6 +209187,18 @@ entities: parent: 2 - proto: SignShock entities: + - uid: 4577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,53.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,58.5 + parent: 2 - uid: 9354 components: - type: Transform @@ -208411,6 +209225,16 @@ entities: rot: 3.141592653589793 rad pos: -38.5,55.5 parent: 2 + - uid: 18246 + components: + - type: Transform + pos: -63.5,46.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 - uid: 18795 components: - type: Transform @@ -208433,16 +209257,36 @@ entities: rot: 3.141592653589793 rad pos: -38.5,52.5 parent: 2 - - uid: 24138 + - uid: 29390 + components: + - type: Transform + pos: -63.5,54.5 + parent: 2 + - uid: 31295 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,55.5 + pos: -66.5,65.5 parent: 2 - - uid: 37650 + - uid: 31816 components: - type: Transform - pos: -53.5,54.5 + pos: -63.5,50.5 + parent: 2 + - uid: 31842 + components: + - type: Transform + pos: -52.5,68.5 + parent: 2 + - uid: 31851 + components: + - type: Transform + pos: -58.5,54.5 + parent: 2 + - uid: 34548 + components: + - type: Transform + pos: -56.5,65.5 parent: 2 - uid: 37654 components: @@ -208730,6 +209574,11 @@ entities: rot: -1.5707963267948966 rad pos: -70.5,4.5 parent: 2 + - uid: 18998 + components: + - type: Transform + pos: -64.5,21.5 + parent: 2 - uid: 37720 components: - type: Transform @@ -208813,6 +209662,11 @@ entities: rot: 3.141592653589793 rad pos: -29.5,24.5 parent: 2 + - uid: 7294 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 - uid: 8350 components: - type: Transform @@ -208953,31 +209807,12 @@ entities: - 0 - proto: SMESBasic entities: - - uid: 215 - components: - - type: MetaData - name: AME SMES 1 - - type: Transform - pos: -62.5,35.5 - parent: 2 - - uid: 3401 - components: - - type: Transform - pos: -60.5,34.5 - parent: 2 - - uid: 3666 - components: - - type: MetaData - name: AME SMES 1 - - type: Transform - pos: -62.5,36.5 - parent: 2 - - uid: 8798 + - uid: 9623 components: - type: MetaData - name: AME SMES 2 + name: Backup SMES 1 - type: Transform - pos: -60.5,36.5 + pos: -62.5,32.5 parent: 2 - uid: 9975 components: @@ -209007,11 +209842,6 @@ entities: - type: Transform pos: -61.5,-35.5 parent: 2 - - uid: 12079 - components: - - type: Transform - pos: -62.5,34.5 - parent: 2 - uid: 13398 components: - type: MetaData @@ -209068,24 +209898,68 @@ entities: - type: Transform pos: 83.5,-13.5 parent: 2 - - uid: 19288 + - uid: 23407 components: - type: MetaData - name: AME SMES 4 + name: TEG SMES 1 - type: Transform - pos: -60.5,35.5 + pos: -61.5,49.5 parent: 2 -- proto: SMESMachineCircuitboard - entities: - - uid: 2339 + - uid: 23478 components: + - type: MetaData + name: TEG SMES 2 - type: Transform - pos: -47.29088,26.780298 + pos: -61.5,48.5 parent: 2 - - uid: 6681 + - uid: 31292 components: + - type: MetaData + name: TEG SMES 3 - type: Transform - pos: -47.60338,26.78811 + pos: -61.5,47.5 + parent: 2 + - uid: 31565 + components: + - type: MetaData + name: TEG SMES 6 + - type: Transform + pos: -55.5,47.5 + parent: 2 + - uid: 31783 + components: + - type: MetaData + name: Backup SMES 2 + - type: Transform + pos: -61.5,32.5 + parent: 2 + - uid: 31871 + components: + - type: MetaData + name: TEG SMES 5 + - type: Transform + pos: -55.5,48.5 + parent: 2 + - uid: 31872 + components: + - type: MetaData + name: TEG SMES 4 + - type: Transform + pos: -55.5,49.5 + parent: 2 + - uid: 36333 + components: + - type: MetaData + name: Backup SMES 3 + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 36334 + components: + - type: MetaData + name: Backup SMES 4 + - type: Transform + pos: -58.5,32.5 parent: 2 - proto: SmokingPipeFilledTobacco entities: @@ -209119,13 +209993,6 @@ entities: - 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: SodiumLightTube entities: - uid: 17711 @@ -211533,10 +212400,11 @@ entities: parent: 2 - proto: SpawnMobParrot entities: - - uid: 17697 + - uid: 31601 components: - type: Transform - pos: -49.5,22.5 + rot: 1.5707963267948966 rad + pos: -59.5,26.5 parent: 2 - proto: SpawnMobPenguin entities: @@ -211611,25 +212479,25 @@ entities: parent: 2 - proto: SpawnPointAtmos entities: - - uid: 3689 + - uid: 39400 components: - type: Transform - pos: -48.5,34.5 + pos: -50.5,35.5 parent: 2 - - uid: 3692 + - uid: 39401 components: - type: Transform - pos: -47.5,34.5 + pos: -49.5,35.5 parent: 2 - - uid: 3698 + - uid: 39402 components: - type: Transform - pos: -49.5,34.5 + pos: -50.5,33.5 parent: 2 - - uid: 38836 + - uid: 39403 components: - type: Transform - pos: -46.5,34.5 + pos: -49.5,33.5 parent: 2 - proto: SpawnPointBartender entities: @@ -212425,47 +213293,67 @@ entities: parent: 2 - proto: SpawnPointStationEngineer entities: - - uid: 8966 + - uid: 39404 components: - type: Transform - pos: -53.5,30.5 + pos: -61.5,24.5 parent: 2 - - uid: 8979 + - uid: 39405 components: - type: Transform - pos: -54.5,29.5 + pos: -60.5,24.5 parent: 2 - - uid: 17700 + - uid: 39406 components: - type: Transform - pos: -54.5,30.5 + pos: -59.5,24.5 parent: 2 - - uid: 24108 + - uid: 39407 components: - type: Transform - pos: -53.5,29.5 + pos: -60.5,30.5 parent: 2 - - uid: 31480 + - uid: 39408 components: - type: Transform - pos: -48.5,17.5 + pos: -60.5,29.5 + parent: 2 + - uid: 39409 + components: + - type: Transform + pos: -60.5,28.5 parent: 2 - proto: SpawnPointTechnicalAssistant entities: - - uid: 30232 + - uid: 39410 components: - type: Transform - pos: -50.5,21.5 + pos: -49.5,25.5 parent: 2 - - uid: 30233 + - uid: 39411 components: - type: Transform - pos: -49.5,21.5 + pos: -49.5,24.5 parent: 2 - - uid: 30234 + - uid: 39412 components: - type: Transform - pos: -48.5,21.5 + pos: -49.5,23.5 + parent: 2 + - uid: 39413 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 39414 + components: + - type: Transform + pos: -50.5,24.5 + parent: 2 + - uid: 39415 + components: + - type: Transform + pos: -50.5,23.5 parent: 2 - proto: SpawnPointWarden entities: @@ -212488,6 +213376,30 @@ entities: - type: Transform pos: -23.5,-44.5 parent: 2 +- proto: SpeedLoaderMagnumPractice + entities: + - uid: 39523 + components: + - type: Transform + pos: -32.7119,46.522106 + parent: 2 + - uid: 39524 + components: + - type: Transform + pos: -32.415024,46.428356 + parent: 2 +- proto: SpeedLoaderSpecialPractice + entities: + - uid: 39526 + components: + - type: Transform + pos: -32.3994,46.69398 + parent: 2 + - uid: 39527 + components: + - type: Transform + pos: -32.61815,46.81898 + parent: 2 - proto: SprayBottle entities: - uid: 37373 @@ -212536,6 +213448,18 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-3.5 parent: 2 + - uid: 5997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,32.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,32.5 + parent: 2 - uid: 6959 components: - type: Transform @@ -212665,6 +213589,21 @@ entities: rot: 3.141592653589793 rad pos: 26.5,40.5 parent: 2 + - uid: 20938 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 23008 + components: + - type: Transform + pos: -43.5,10.5 + parent: 2 + - uid: 23925 + components: + - type: Transform + pos: -54.5,26.5 + parent: 2 - uid: 25181 components: - type: Transform @@ -212706,6 +213645,11 @@ entities: rot: -1.5707963267948966 rad pos: 64.5,18.5 parent: 2 + - uid: 28342 + components: + - type: Transform + pos: -55.5,26.5 + parent: 2 - uid: 28519 components: - type: Transform @@ -212976,6 +213920,11 @@ entities: - type: Transform pos: -1.5,-34.5 parent: 2 + - uid: 6060 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 - uid: 22939 components: - type: Transform @@ -212999,26 +213948,157 @@ entities: - type: Transform pos: -33.5,-12.5 parent: 2 - - uid: 28940 + - uid: 29017 components: - type: Transform - pos: 4.5,-11.5 + pos: 48.5,-0.5 parent: 2 - - uid: 29017 + - uid: 30296 components: - type: Transform - pos: 48.5,-0.5 + pos: -70.5,12.5 parent: 2 - - uid: 29339 + - uid: 39420 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-3.5 + parent: 2 + - uid: 39421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 2 + - uid: 39422 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,11.5 + pos: 5.5,-13.5 parent: 2 - - uid: 30296 + - uid: 39423 components: - type: Transform - pos: -70.5,12.5 + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 39424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-19.5 + parent: 2 + - uid: 39425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-36.5 + parent: 2 + - uid: 39426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-36.5 + parent: 2 + - uid: 39427 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - uid: 39428 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 + - uid: 39429 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 39430 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 39431 + components: + - type: Transform + pos: 40.5,-15.5 + parent: 2 + - uid: 39432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-10.5 + parent: 2 + - uid: 39433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,6.5 + parent: 2 + - uid: 39434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,17.5 + parent: 2 + - uid: 39435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,17.5 + parent: 2 + - uid: 39436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,19.5 + parent: 2 + - uid: 39437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,19.5 + parent: 2 + - uid: 39438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,17.5 + parent: 2 + - uid: 39439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,17.5 + parent: 2 + - uid: 39440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,18.5 + parent: 2 + - uid: 39441 + components: + - type: Transform + pos: -40.5,17.5 + parent: 2 + - uid: 39442 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 39443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-16.5 + parent: 2 + - uid: 39444 + components: + - type: Transform + pos: -7.5,-12.5 parent: 2 - proto: StationMapBroken entities: @@ -213368,24 +214448,52 @@ entities: parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 5996 + - uid: 9874 components: - type: Transform - pos: -46.5,39.5 + pos: -61.5,51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 8732 + - uid: 28714 components: - type: Transform - pos: -45.5,39.5 + pos: -62.5,43.5 parent: 2 - type: AtmosDevice joinedGrid: 2 - - uid: 9079 + - uid: 28715 components: - type: Transform - pos: -48.5,39.5 + pos: -62.5,44.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 28718 + components: + - type: Transform + pos: -55.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31598 + components: + - type: Transform + pos: -61.5,43.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31809 + components: + - type: Transform + pos: -61.5,52.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 + - uid: 31810 + components: + - type: Transform + pos: -55.5,51.5 parent: 2 - type: AtmosDevice joinedGrid: 2 @@ -213404,7 +214512,7 @@ entities: - uid: 13368 components: - type: Transform - pos: -36.640255,34.578823 + pos: -36.359478,34.473923 parent: 2 - uid: 14263 components: @@ -213544,39 +214652,27 @@ entities: - type: Transform pos: 10.5,-42.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: 605 + - uid: 8885 components: - type: Transform - pos: -45.5,37.5 + pos: -51.5,31.5 parent: 2 - - uid: 22224 + - uid: 20000 components: - type: Transform - pos: -48.5,37.5 + pos: -49.5,31.5 parent: 2 - - uid: 31305 + - uid: 25979 components: - type: Transform - pos: -46.5,37.5 + pos: -50.5,31.5 parent: 2 - - uid: 38794 + - uid: 28732 components: - type: Transform - pos: -47.5,37.5 + pos: -48.5,31.5 parent: 2 - proto: SuitStorageCaptain entities: @@ -213587,10 +214683,10 @@ entities: parent: 2 - proto: SuitStorageCE entities: - - uid: 8779 + - uid: 419 components: - type: Transform - pos: -61.5,13.5 + pos: -57.5,20.5 parent: 2 - proto: SuitStorageCMO entities: @@ -213608,35 +214704,35 @@ entities: parent: 2 - proto: SuitStorageEngi entities: - - uid: 9028 + - uid: 10408 components: - type: Transform - pos: -51.5,35.5 + pos: -59.5,-33.5 parent: 2 - - uid: 9029 + - uid: 20674 components: - type: Transform - pos: -51.5,34.5 + pos: 54.5,-33.5 parent: 2 - - uid: 9030 + - uid: 23000 components: - type: Transform - pos: -51.5,33.5 + pos: 58.5,-33.5 parent: 2 - - uid: 10408 + - uid: 23685 components: - type: Transform - pos: -59.5,-33.5 + pos: -60.5,22.5 parent: 2 - - uid: 20674 + - uid: 26279 components: - type: Transform - pos: 54.5,-33.5 + pos: -61.5,22.5 parent: 2 - - uid: 23000 + - uid: 26335 components: - type: Transform - pos: 58.5,-33.5 + pos: -59.5,22.5 parent: 2 - uid: 39317 components: @@ -214010,13 +215106,6 @@ entities: id: Telecomms - proto: SurveillanceCameraEngineering entities: - - uid: 8255 - components: - - type: Transform - pos: -44.5,33.5 - parent: 2 - - type: SurveillanceCamera - id: Atmos Lockers - uid: 28593 components: - type: Transform @@ -214027,120 +215116,79 @@ entities: - 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 + - uid: 33690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,27.5 + pos: -52.5,43.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: Tech Vault - - uid: 32435 + id: Atmospherics North + - uid: 39506 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,18.5 + pos: -48.5,11.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Front Desk - - uid: 32442 + id: Engineering Desk + - uid: 39507 components: - type: Transform - pos: -49.5,11.5 + rot: 1.5707963267948966 rad + pos: -57.5,15.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Counter - - uid: 32444 + id: CE's Office + - uid: 39508 components: - type: Transform - pos: -60.5,12.5 + rot: 1.5707963267948966 rad + pos: -47.5,24.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: CE's Room - - uid: 32445 + id: Engi Breakroom + - uid: 39509 components: - type: Transform - pos: -60.5,15.5 + rot: 3.141592653589793 rad + pos: -62.5,24.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Gravity Generator - - uid: 32451 + id: Engi Lockers + - uid: 39510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,31.5 + rot: 3.141592653589793 rad + pos: -61.5,36.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: AME - - uid: 33690 + id: Grav Generator + - uid: 39511 components: - type: Transform - pos: -52.5,43.5 + rot: 3.141592653589793 rad + pos: -47.5,35.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmospherics North - - uid: 34036 + id: Atmos Lockers + - uid: 39512 components: - type: Transform - pos: -52.5,29.5 + rot: 3.141592653589793 rad + pos: -60.5,41.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Hall North - - uid: 34038 + id: North Solars + - uid: 39513 components: - type: Transform - pos: -55.5,33.5 + rot: 1.5707963267948966 rad + pos: -54.5,47.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Engineering Locker Room + id: TEG - proto: SurveillanceCameraGeneral entities: - uid: 12052 @@ -214441,13 +215489,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Exam 2 -- proto: SurveillanceCameraRouterCircuitboard - entities: - - uid: 35828 - components: - - type: Transform - pos: -47.236313,27.627619 - parent: 2 - proto: SurveillanceCameraRouterCommand entities: - uid: 38786 @@ -215313,14 +216354,6 @@ entities: parent: 2 - type: SurveillanceCamera id: court camera -- proto: SurveillanceWirelessCameraMovableCircuitboard - entities: - - uid: 35820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.053356,27.621468 - parent: 2 - proto: SurveillanceWirelessCameraMovableEntertainment entities: - uid: 185 @@ -215710,6 +216743,28 @@ entities: rot: 3.141592653589793 rad pos: -68.5,12.5 parent: 2 + - uid: 8734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,32.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,32.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 10185 + components: + - type: Transform + pos: -49.5,19.5 + parent: 2 - uid: 11233 components: - type: Transform @@ -215830,6 +216885,36 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,-25.5 parent: 2 + - uid: 34643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,43.5 + parent: 2 + - uid: 34644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,43.5 + parent: 2 + - uid: 34645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,43.5 + parent: 2 + - uid: 34646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,43.5 + parent: 2 + - uid: 34647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,43.5 + parent: 2 - uid: 38399 components: - type: Transform @@ -216916,22 +218001,12 @@ entities: 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 @@ -217086,21 +218161,6 @@ entities: 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: 7588 components: - type: Transform @@ -217142,65 +218202,6 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,60.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: 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: 13967 components: - type: Transform @@ -217329,12 +218330,6 @@ entities: rot: 3.141592653589793 rad pos: 16.5,-6.5 parent: 2 - - uid: 23290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,14.5 - parent: 2 - uid: 23623 components: - type: Transform @@ -217398,18 +218393,6 @@ entities: rot: 3.141592653589793 rad pos: 65.5,81.5 parent: 2 - - uid: 30205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,14.5 - parent: 2 - - uid: 30280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,14.5 - parent: 2 - uid: 30312 components: - type: Transform @@ -217793,6 +218776,11 @@ entities: - type: Transform pos: -17.5,61.5 parent: 2 + - uid: 2426 + components: + - type: Transform + pos: -15.5,-25.5 + parent: 2 - uid: 2617 components: - type: Transform @@ -217913,6 +218901,23 @@ entities: rot: 3.141592653589793 rad pos: 10.5,54.5 parent: 2 + - uid: 3749 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,17.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,17.5 + parent: 2 - uid: 4063 components: - type: Transform @@ -218014,6 +219019,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-31.5 parent: 2 + - uid: 5998 + components: + - type: Transform + pos: -50.5,11.5 + parent: 2 - uid: 6265 components: - type: Transform @@ -218145,6 +219155,11 @@ entities: rot: -1.5707963267948966 rad pos: -61.5,-1.5 parent: 2 + - uid: 7432 + components: + - type: Transform + pos: -51.5,27.5 + parent: 2 - uid: 7935 components: - type: Transform @@ -218189,6 +219204,16 @@ entities: - type: Transform pos: -13.5,59.5 parent: 2 + - uid: 8793 + components: + - type: Transform + pos: -51.5,26.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: -50.5,27.5 + parent: 2 - uid: 9219 components: - type: Transform @@ -218204,6 +219229,18 @@ entities: - type: Transform pos: -73.5,15.5 parent: 2 + - uid: 9912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,15.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,21.5 + parent: 2 - uid: 11105 components: - type: Transform @@ -218249,6 +219286,12 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-34.5 parent: 2 + - uid: 13195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,21.5 + parent: 2 - uid: 13942 components: - type: Transform @@ -218500,12 +219543,27 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-9.5 parent: 2 + - uid: 16972 + components: + - type: Transform + pos: -61.5,13.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 - uid: 17000 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,29.5 parent: 2 + - uid: 17020 + components: + - type: Transform + pos: -59.5,13.5 + parent: 2 - uid: 17848 components: - type: Transform @@ -218700,11 +219758,33 @@ entities: rot: -1.5707963267948966 rad pos: 66.5,19.5 parent: 2 + - uid: 23682 + components: + - type: Transform + pos: -58.5,13.5 + parent: 2 - uid: 23694 components: - type: Transform pos: 5.5,7.5 parent: 2 + - uid: 23698 + components: + - type: Transform + pos: -58.5,14.5 + parent: 2 + - uid: 23911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,15.5 + parent: 2 + - uid: 23989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,27.5 + parent: 2 - uid: 24018 components: - type: Transform @@ -218747,6 +219827,17 @@ entities: - type: Transform pos: -32.5,25.5 parent: 2 + - uid: 26332 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 26333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,25.5 + parent: 2 - uid: 26495 components: - type: Transform @@ -218877,6 +219968,11 @@ entities: - type: Transform pos: 90.5,38.5 parent: 2 + - uid: 30233 + components: + - type: Transform + pos: -57.5,26.5 + parent: 2 - uid: 30345 components: - type: Transform @@ -219093,6 +220189,33 @@ entities: - type: Transform pos: -66.5,-9.5 parent: 2 +- proto: TegCenter + entities: + - uid: 15005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,48.5 + parent: 2 + - type: AtmosDevice + joinedGrid: 2 +- proto: TegCirculator + entities: + - uid: 8233 + components: + - type: Transform + pos: -57.5,48.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 31862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,48.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' - proto: TelecomServer entities: - uid: 19516 @@ -219272,14 +220395,6 @@ entities: 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 @@ -219349,6 +220464,16 @@ entities: - type: Transform pos: 47.039474,45.632 parent: 2 + - uid: 30236 + components: + - type: Transform + pos: -57.570694,26.852747 + parent: 2 + - uid: 36501 + components: + - type: Transform + pos: -60.01124,43.519333 + parent: 2 - proto: ToolboxEmergencyFilled entities: - uid: 1642 @@ -219376,6 +220501,16 @@ entities: - type: Transform pos: 15.911845,59.645287 parent: 2 + - uid: 30238 + components: + - type: Transform + pos: -57.49109,26.576002 + parent: 2 + - uid: 37126 + components: + - type: Transform + pos: -59.63624,43.75535 + parent: 2 - proto: ToolboxGoldFilled entities: - uid: 14057 @@ -219415,15 +220550,20 @@ entities: - type: Transform pos: 5.4501476,64.33037 parent: 2 - - uid: 23007 + - uid: 29775 components: - type: Transform - pos: -64.52811,30.593079 + pos: 47.4926,45.507 parent: 2 - - uid: 29775 + - uid: 30280 components: - type: Transform - pos: 47.4926,45.507 + pos: -58.27234,26.826002 + parent: 2 + - uid: 36500 + components: + - type: Transform + pos: -60.38624,43.65734 parent: 2 - proto: TorsoSkeleton entities: @@ -219498,10 +220638,10 @@ entities: parent: 2 - proto: ToyFigurineChiefEngineer entities: - - uid: 22683 + - uid: 9590 components: - type: Transform - pos: -48.494766,15.462388 + pos: -59.971977,14.688549 parent: 2 - proto: ToyFigurineChiefMedicalOfficer entities: @@ -219531,10 +220671,10 @@ entities: parent: 2 - proto: ToyFigurineEngineer entities: - - uid: 22698 + - uid: 10159 components: - type: Transform - pos: -56.449577,30.854671 + pos: -49.002243,16.704174 parent: 2 - proto: ToyFigurineHamlet entities: @@ -220009,14 +221149,6 @@ entities: - 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: UniformShortsRed entities: - uid: 3472 @@ -220051,13 +221183,6 @@ entities: - type: Transform pos: -8.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 @@ -220089,10 +221214,10 @@ entities: parent: 2 - proto: VendingMachineAtmosDrobe entities: - - uid: 29722 + - uid: 8737 components: - type: Transform - pos: -44.5,33.5 + pos: -44.5,32.5 parent: 2 - proto: VendingMachineBooze entities: @@ -220191,6 +221316,11 @@ entities: parent: 2 - proto: VendingMachineCigs entities: + - uid: 8744 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 - uid: 18745 components: - type: Transform @@ -220309,22 +221439,22 @@ entities: parent: 2 - proto: VendingMachineEngiDrobe entities: - - uid: 20805 + - uid: 5870 components: - type: Transform - pos: -50.5,38.5 + pos: -60.5,31.5 parent: 2 - proto: VendingMachineEngivend entities: - - uid: 1456 + - uid: 12437 components: - type: Transform - pos: -52.5,38.5 + pos: 18.5,-23.5 parent: 2 - - uid: 12437 + - uid: 15894 components: - type: Transform - pos: 18.5,-23.5 + pos: -46.5,19.5 parent: 2 - proto: VendingMachineGames entities: @@ -220527,22 +221657,22 @@ entities: parent: 2 - proto: VendingMachineTankDispenserEngineering entities: - - uid: 1165 + - uid: 13852 components: - type: Transform - pos: 79.5,-22.5 + pos: 93.5,-16.5 parent: 2 - proto: VendingMachineTankDispenserEVA entities: - - uid: 981 + - uid: 1576 components: - type: Transform - pos: 77.5,7.5 + pos: 27.5,60.5 parent: 2 - - uid: 1576 + - uid: 2391 components: - type: Transform - pos: 27.5,60.5 + pos: -53.5,40.5 parent: 2 - uid: 6029 components: @@ -220554,11 +221684,6 @@ entities: - 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 @@ -220569,6 +221694,11 @@ entities: - type: Transform pos: -17.5,37.5 parent: 2 + - uid: 11342 + components: + - type: Transform + pos: 79.5,-22.5 + parent: 2 - uid: 11832 components: - type: Transform @@ -220584,10 +221714,10 @@ entities: - type: Transform pos: -3.5,68.5 parent: 2 - - uid: 23055 + - uid: 22684 components: - type: Transform - pos: -36.5,37.5 + pos: -45.5,37.5 parent: 2 - uid: 32531 components: @@ -220662,10 +221792,10 @@ entities: - type: Transform pos: -67.5,3.5 parent: 2 - - uid: 17696 + - uid: 16278 components: - type: Transform - pos: -51.5,38.5 + pos: -47.5,19.5 parent: 2 - proto: ViolaInstrument entities: @@ -221518,10 +222648,11 @@ entities: - type: Transform pos: -10.5,-12.5 parent: 2 - - uid: 150 + - uid: 122 components: - type: Transform - pos: -54.5,52.5 + rot: -1.5707963267948966 rad + pos: -51.5,10.5 parent: 2 - uid: 164 components: @@ -221553,6 +222684,12 @@ entities: - type: Transform pos: -12.5,-6.5 parent: 2 + - uid: 208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,10.5 + parent: 2 - uid: 236 components: - type: Transform @@ -221601,6 +222738,12 @@ entities: - type: Transform pos: -35.5,-1.5 parent: 2 + - uid: 420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,15.5 + parent: 2 - uid: 437 components: - type: Transform @@ -221754,12 +222897,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,69.5 parent: 2 - - uid: 822 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,34.5 - parent: 2 - uid: 824 components: - type: Transform @@ -221830,32 +222967,17 @@ entities: - type: Transform pos: -42.5,32.5 parent: 2 - - uid: 1262 - components: - - type: Transform - pos: -52.5,63.5 - parent: 2 - - uid: 1346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,39.5 - parent: 2 - - uid: 1463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,38.5 - parent: 2 - uid: 1464 components: - type: Transform - pos: -50.5,36.5 + rot: 1.5707963267948966 rad + pos: -45.5,25.5 parent: 2 - uid: 1466 components: - type: Transform - pos: -49.5,37.5 + rot: -1.5707963267948966 rad + pos: -66.5,24.5 parent: 2 - uid: 1574 components: @@ -222085,6 +223207,12 @@ entities: - type: Transform pos: -42.5,-8.5 parent: 2 + - uid: 2179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,29.5 + parent: 2 - uid: 2185 components: - type: Transform @@ -222187,15 +223315,16 @@ entities: - type: Transform pos: 75.5,30.5 parent: 2 - - uid: 2362 + - uid: 2338 components: - type: Transform - pos: -8.5,62.5 + rot: -1.5707963267948966 rad + pos: -52.5,16.5 parent: 2 - - uid: 2366 + - uid: 2362 components: - type: Transform - pos: -52.5,23.5 + pos: -8.5,62.5 parent: 2 - uid: 2379 components: @@ -222228,11 +223357,6 @@ entities: rot: 3.141592653589793 rad pos: 29.5,58.5 parent: 2 - - uid: 2420 - components: - - type: Transform - pos: -52.5,16.5 - parent: 2 - uid: 2432 components: - type: Transform @@ -222320,6 +223444,12 @@ entities: rot: 3.141592653589793 rad pos: 25.5,60.5 parent: 2 + - uid: 2604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,15.5 + parent: 2 - uid: 2613 components: - type: Transform @@ -222591,6 +223721,12 @@ entities: - type: Transform pos: 12.5,54.5 parent: 2 + - uid: 2851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,6.5 + parent: 2 - uid: 2852 components: - type: Transform @@ -223209,11 +224345,6 @@ entities: - 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 @@ -223224,36 +224355,11 @@ entities: - 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: 3675 components: - type: Transform pos: 83.5,22.5 parent: 2 - - uid: 3676 - components: - - type: Transform - pos: -63.5,21.5 - parent: 2 - uid: 3681 components: - type: Transform @@ -223264,6 +224370,11 @@ entities: - type: Transform pos: -64.5,37.5 parent: 2 + - uid: 3691 + components: + - type: Transform + pos: -52.5,21.5 + parent: 2 - uid: 3700 components: - type: Transform @@ -223375,31 +224486,11 @@ entities: - 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: 3758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,14.5 - parent: 2 - - uid: 3760 - components: - - type: Transform - pos: -61.5,10.5 - parent: 2 - uid: 3766 components: - type: Transform - pos: -52.5,21.5 + rot: -1.5707963267948966 rad + pos: -48.5,10.5 parent: 2 - uid: 3768 components: @@ -223481,12 +224572,6 @@ entities: - type: Transform pos: -23.5,-26.5 parent: 2 - - uid: 3813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,39.5 - parent: 2 - uid: 3818 components: - type: Transform @@ -223507,6 +224592,12 @@ entities: - type: Transform pos: 58.5,-32.5 parent: 2 + - uid: 3851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,20.5 + parent: 2 - uid: 3875 components: - type: Transform @@ -223718,11 +224809,6 @@ entities: - type: Transform pos: 70.5,10.5 parent: 2 - - uid: 4333 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - uid: 4366 components: - type: Transform @@ -224214,11 +225300,6 @@ entities: - 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 @@ -224516,16 +225597,6 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-0.5 parent: 2 - - uid: 5992 - components: - - type: Transform - pos: -44.5,36.5 - parent: 2 - - uid: 5998 - components: - - type: Transform - pos: -44.5,39.5 - parent: 2 - uid: 6015 components: - type: Transform @@ -224598,6 +225669,11 @@ entities: rot: -1.5707963267948966 rad pos: -94.5,-2.5 parent: 2 + - uid: 6263 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 - uid: 6275 components: - type: Transform @@ -224668,6 +225744,11 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,45.5 parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 - uid: 6696 components: - type: Transform @@ -224732,11 +225813,6 @@ entities: - type: Transform pos: -17.5,-48.5 parent: 2 - - uid: 6848 - components: - - type: Transform - pos: -44.5,38.5 - parent: 2 - uid: 6892 components: - type: Transform @@ -224767,6 +225843,12 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-47.5 parent: 2 + - uid: 6931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,27.5 + parent: 2 - uid: 6932 components: - type: Transform @@ -224779,6 +225861,18 @@ entities: rot: -1.5707963267948966 rad pos: -91.5,6.5 parent: 2 + - uid: 6947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,31.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,16.5 + parent: 2 - uid: 7089 components: - type: Transform @@ -224796,21 +225890,23 @@ entities: - type: Transform pos: -64.5,-13.5 parent: 2 - - uid: 7239 + - uid: 7195 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,-21.5 + pos: -44.5,31.5 parent: 2 - - uid: 7296 + - uid: 7239 components: - type: Transform - pos: -52.5,18.5 + rot: 1.5707963267948966 rad + pos: 24.5,-21.5 parent: 2 - - uid: 7297 + - uid: 7295 components: - type: Transform - pos: -52.5,20.5 + rot: 3.141592653589793 rad + pos: -47.5,36.5 parent: 2 - uid: 7320 components: @@ -224868,15 +225964,16 @@ entities: - type: Transform pos: -66.5,-2.5 parent: 2 - - uid: 7487 + - uid: 7486 components: - type: Transform - pos: -10.5,68.5 + rot: 3.141592653589793 rad + pos: -66.5,53.5 parent: 2 - - uid: 7493 + - uid: 7487 components: - type: Transform - pos: -53.5,54.5 + pos: -10.5,68.5 parent: 2 - uid: 7505 components: @@ -224918,35 +226015,34 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-0.5 parent: 2 - - uid: 7637 - components: - - type: Transform - pos: -62.5,10.5 - parent: 2 - - uid: 7643 + - uid: 7633 components: - type: Transform - pos: -63.5,13.5 + rot: -1.5707963267948966 rad + pos: -56.5,10.5 parent: 2 - - uid: 7644 + - uid: 7634 components: - type: Transform - pos: -63.5,14.5 + rot: -1.5707963267948966 rad + pos: -52.5,20.5 parent: 2 - - uid: 7645 + - uid: 7638 components: - type: Transform - pos: -62.5,14.5 + rot: 3.141592653589793 rad + pos: -62.5,21.5 parent: 2 - - uid: 7647 + - uid: 7639 components: - type: Transform - pos: -61.5,14.5 + rot: 3.141592653589793 rad + pos: -62.5,16.5 parent: 2 - - uid: 7649 + - uid: 7644 components: - type: Transform - pos: -56.5,10.5 + pos: -63.5,14.5 parent: 2 - uid: 7651 components: @@ -225107,7 +226203,8 @@ entities: - uid: 7946 components: - type: Transform - pos: -54.5,54.5 + rot: 3.141592653589793 rad + pos: -70.5,58.5 parent: 2 - uid: 7949 components: @@ -225126,12 +226223,6 @@ entities: - type: Transform pos: -74.5,17.5 parent: 2 - - uid: 7966 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,14.5 - parent: 2 - uid: 7970 components: - type: Transform @@ -225183,11 +226274,6 @@ entities: - type: Transform pos: 11.5,63.5 parent: 2 - - uid: 8233 - components: - - type: Transform - pos: -53.5,52.5 - parent: 2 - uid: 8234 components: - type: Transform @@ -225198,10 +226284,23 @@ entities: - type: Transform pos: 65.5,34.5 parent: 2 + - uid: 8255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,31.5 + parent: 2 - uid: 8269 components: - type: Transform - pos: -46.5,18.5 + rot: 1.5707963267948966 rad + pos: -57.5,27.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,36.5 parent: 2 - uid: 8313 components: @@ -225219,6 +226318,18 @@ entities: - type: Transform pos: 75.5,28.5 parent: 2 + - uid: 8440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,32.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,37.5 + parent: 2 - uid: 8445 components: - type: Transform @@ -225270,51 +226381,11 @@ entities: - 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: 8723 - components: - - type: Transform - pos: -40.5,32.5 - parent: 2 - uid: 8726 components: - type: Transform @@ -225325,16 +226396,6 @@ entities: - 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: 8736 components: - type: Transform @@ -225348,203 +226409,116 @@ entities: - uid: 8756 components: - type: Transform - pos: -60.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: 8787 - components: - - type: Transform - pos: -49.5,28.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 + pos: -46.5,27.5 parent: 2 - - uid: 8797 + - uid: 8818 components: - type: Transform - pos: -56.5,21.5 + rot: -1.5707963267948966 rad + pos: -52.5,38.5 parent: 2 - - uid: 8802 + - uid: 8837 components: - type: Transform - pos: -56.5,28.5 + rot: 3.141592653589793 rad + pos: -51.5,20.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 + rot: 1.5707963267948966 rad + pos: -43.5,31.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 + rot: -1.5707963267948966 rad + pos: -56.5,37.5 parent: 2 - - uid: 8867 + - uid: 8879 components: - type: Transform - pos: -52.5,28.5 + rot: 1.5707963267948966 rad + pos: -43.5,32.5 parent: 2 - - uid: 8877 + - uid: 8880 components: - type: Transform - pos: -64.5,20.5 + rot: 1.5707963267948966 rad + pos: -45.5,31.5 parent: 2 - - uid: 8878 + - uid: 8884 components: - type: Transform - pos: -64.5,18.5 + rot: 1.5707963267948966 rad + pos: -47.5,32.5 parent: 2 - - uid: 8879 + - uid: 8910 components: - type: Transform - pos: -64.5,17.5 + pos: -57.5,10.5 parent: 2 - - uid: 8880 + - uid: 8915 components: - type: Transform - pos: -64.5,16.5 + rot: 1.5707963267948966 rad + pos: -56.5,27.5 parent: 2 - - uid: 8882 + - uid: 8926 components: - type: Transform - pos: -64.5,14.5 + rot: 1.5707963267948966 rad + pos: -62.5,27.5 parent: 2 - - uid: 8897 + - uid: 8930 components: - type: Transform - pos: -56.5,32.5 + pos: -52.5,31.5 parent: 2 - - uid: 8923 + - uid: 8934 components: - type: Transform - pos: -65.5,29.5 + pos: -52.5,11.5 parent: 2 - - uid: 8924 + - uid: 8935 components: - type: Transform - pos: -65.5,30.5 + pos: -52.5,14.5 parent: 2 - - uid: 8926 + - uid: 8944 components: - type: Transform - pos: -65.5,28.5 + rot: -1.5707963267948966 rad + pos: -51.5,15.5 parent: 2 - - uid: 8930 + - uid: 8956 components: - type: Transform - pos: -57.5,28.5 + rot: 1.5707963267948966 rad + pos: -45.5,26.5 parent: 2 - - uid: 8933 + - uid: 8957 components: - type: Transform - pos: -55.5,32.5 + rot: 1.5707963267948966 rad + pos: -45.5,27.5 parent: 2 - - uid: 8953 + - uid: 8958 components: - type: Transform - pos: -58.5,32.5 + pos: -42.5,35.5 parent: 2 - - uid: 8957 + - uid: 8964 components: - type: Transform - pos: -58.5,31.5 + rot: 1.5707963267948966 rad + pos: -45.5,19.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 @@ -225555,16 +226529,6 @@ entities: - type: Transform pos: -59.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 @@ -225595,30 +226559,27 @@ entities: - type: Transform pos: -61.5,37.5 parent: 2 - - uid: 9018 - components: - - type: Transform - pos: -57.5,31.5 - parent: 2 - - uid: 9020 + - uid: 9016 components: - type: Transform - pos: -56.5,38.5 + rot: 1.5707963267948966 rad + pos: -46.5,10.5 parent: 2 - - uid: 9025 + - uid: 9017 components: - type: Transform - pos: -53.5,32.5 + rot: 1.5707963267948966 rad + pos: -47.5,10.5 parent: 2 - - uid: 9026 + - uid: 9020 components: - type: Transform - pos: -50.5,32.5 + pos: -56.5,38.5 parent: 2 - - uid: 9032 + - uid: 9028 components: - type: Transform - pos: -57.5,32.5 + pos: -57.5,37.5 parent: 2 - uid: 9034 components: @@ -225635,46 +226596,6 @@ entities: - 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: 9075 components: - type: Transform @@ -226110,6 +227031,33 @@ entities: - type: Transform pos: -35.5,45.5 parent: 2 + - uid: 9586 + components: + - type: Transform + pos: -52.5,26.5 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: -52.5,27.5 + parent: 2 + - uid: 9606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,28.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,15.5 + parent: 2 - uid: 9625 components: - type: Transform @@ -226235,16 +227183,6 @@ entities: - 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 @@ -226300,6 +227238,11 @@ entities: - type: Transform pos: -32.5,37.5 parent: 2 + - uid: 10021 + components: + - type: Transform + pos: -52.5,30.5 + parent: 2 - uid: 10028 components: - type: Transform @@ -226320,6 +227263,23 @@ entities: - type: Transform pos: -34.5,60.5 parent: 2 + - uid: 10088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,15.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,31.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: -46.5,24.5 + parent: 2 - uid: 10211 components: - type: Transform @@ -226555,6 +227515,12 @@ entities: - type: Transform pos: 23.5,-24.5 parent: 2 + - uid: 12089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,18.5 + parent: 2 - uid: 12121 components: - type: Transform @@ -226581,6 +227547,12 @@ entities: - type: Transform pos: 40.5,-13.5 parent: 2 + - uid: 12220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,19.5 + parent: 2 - uid: 12223 components: - type: Transform @@ -226872,10 +227844,11 @@ entities: - type: Transform pos: 42.5,-35.5 parent: 2 - - uid: 13916 + - uid: 13773 components: - type: Transform - pos: 9.5,41.5 + rot: 1.5707963267948966 rad + pos: -45.5,11.5 parent: 2 - uid: 13933 components: @@ -227096,6 +228069,12 @@ entities: - type: Transform pos: -30.5,31.5 parent: 2 + - uid: 14454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,50.5 + parent: 2 - uid: 14493 components: - type: Transform @@ -227112,6 +228091,12 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,47.5 parent: 2 + - uid: 14588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,54.5 + parent: 2 - uid: 14955 components: - type: Transform @@ -227123,6 +228108,12 @@ entities: - type: Transform pos: 55.5,41.5 parent: 2 + - uid: 15006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,57.5 + parent: 2 - uid: 15064 components: - type: Transform @@ -227168,6 +228159,11 @@ entities: - type: Transform pos: 26.5,53.5 parent: 2 + - uid: 15129 + components: + - type: Transform + pos: -50.5,28.5 + parent: 2 - uid: 15142 components: - type: Transform @@ -227464,12 +228460,6 @@ entities: - type: Transform pos: -19.5,34.5 parent: 2 - - uid: 15408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,14.5 - parent: 2 - uid: 15409 components: - type: Transform @@ -227558,13 +228548,25 @@ entities: - uid: 15523 components: - type: Transform - pos: -50.5,55.5 + rot: 3.141592653589793 rad + pos: -63.5,44.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + pos: -48.5,28.5 parent: 2 - uid: 15556 components: - type: Transform pos: 8.5,48.5 parent: 2 + - uid: 15561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,43.5 + parent: 2 - uid: 15616 components: - type: Transform @@ -227785,6 +228787,12 @@ entities: rot: 3.141592653589793 rad pos: 3.5,42.5 parent: 2 + - uid: 16149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,52.5 + parent: 2 - uid: 16152 components: - type: Transform @@ -227796,6 +228804,12 @@ entities: - type: Transform pos: -11.5,38.5 parent: 2 + - uid: 16243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,54.5 + parent: 2 - uid: 16286 components: - type: Transform @@ -227970,6 +228984,12 @@ entities: rot: 3.141592653589793 rad pos: -93.5,16.5 parent: 2 + - uid: 16473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,53.5 + parent: 2 - uid: 16478 components: - type: Transform @@ -227980,24 +229000,60 @@ entities: - type: Transform pos: -61.5,42.5 parent: 2 + - uid: 16482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,45.5 + parent: 2 - uid: 16492 components: - type: Transform rot: 3.141592653589793 rad pos: -94.5,2.5 parent: 2 + - uid: 16499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,51.5 + parent: 2 - uid: 16500 components: - type: Transform rot: -1.5707963267948966 rad pos: 20.5,45.5 parent: 2 + - uid: 16501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,52.5 + parent: 2 - uid: 16508 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,47.5 parent: 2 + - uid: 16524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,53.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,54.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,60.5 + parent: 2 - uid: 16570 components: - type: Transform @@ -228010,11 +229066,6 @@ entities: rot: 3.141592653589793 rad pos: -39.5,25.5 parent: 2 - - uid: 16656 - components: - - type: Transform - pos: -43.5,7.5 - parent: 2 - uid: 16674 components: - type: Transform @@ -228055,6 +229106,30 @@ entities: rot: 3.141592653589793 rad pos: -94.5,14.5 parent: 2 + - uid: 16985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,22.5 + parent: 2 + - uid: 16986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,16.5 + parent: 2 + - uid: 16987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,6.5 + parent: 2 + - uid: 16995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,20.5 + parent: 2 - uid: 17028 components: - type: Transform @@ -228102,6 +229177,12 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,35.5 parent: 2 + - uid: 17253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,21.5 + parent: 2 - uid: 17362 components: - type: Transform @@ -228141,6 +229222,24 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,-27.5 parent: 2 + - uid: 17696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,17.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,20.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,15.5 + parent: 2 - uid: 17720 components: - type: Transform @@ -228168,6 +229267,18 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,-26.5 parent: 2 + - uid: 17814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,36.5 + parent: 2 + - uid: 17819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,26.5 + parent: 2 - uid: 17910 components: - type: Transform @@ -228382,6 +229493,17 @@ entities: - type: Transform pos: -0.5,66.5 parent: 2 + - uid: 18180 + components: + - type: Transform + pos: -50.5,30.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,25.5 + parent: 2 - uid: 18203 components: - type: Transform @@ -228534,11 +229656,6 @@ entities: - type: Transform pos: -33.5,68.5 parent: 2 - - uid: 18517 - components: - - type: Transform - pos: -51.5,36.5 - parent: 2 - uid: 18688 components: - type: Transform @@ -228608,6 +229725,11 @@ entities: - type: Transform pos: 78.5,-9.5 parent: 2 + - uid: 19152 + components: + - type: Transform + pos: -51.5,30.5 + parent: 2 - uid: 19160 components: - type: Transform @@ -228661,46 +229783,54 @@ entities: rot: 3.141592653589793 rad pos: 84.5,-9.5 parent: 2 + - uid: 19281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,27.5 + parent: 2 - uid: 19284 components: - type: Transform rot: 3.141592653589793 rad pos: 28.5,53.5 parent: 2 - - uid: 19312 + - uid: 19285 components: - type: Transform - pos: -47.5,61.5 + rot: 1.5707963267948966 rad + pos: -59.5,27.5 parent: 2 - - uid: 19313 + - uid: 19290 components: - type: Transform - pos: -47.5,60.5 + pos: -51.5,28.5 parent: 2 - - uid: 19314 + - uid: 19295 components: - type: Transform - pos: -47.5,59.5 + rot: -1.5707963267948966 rad + pos: -63.5,21.5 parent: 2 - - uid: 19320 + - uid: 19312 components: - type: Transform - pos: -49.5,61.5 + pos: -47.5,61.5 parent: 2 - - uid: 19329 + - uid: 19313 components: - type: Transform - pos: -61.5,47.5 + pos: -47.5,60.5 parent: 2 - - uid: 19333 + - uid: 19314 components: - type: Transform - pos: -61.5,43.5 + pos: -47.5,59.5 parent: 2 - - uid: 19335 + - uid: 19320 components: - type: Transform - pos: -61.5,44.5 + pos: -49.5,61.5 parent: 2 - uid: 19434 components: @@ -228977,11 +230107,6 @@ entities: - 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 @@ -229070,11 +230195,6 @@ entities: - type: Transform pos: -29.5,53.5 parent: 2 - - uid: 20597 - components: - - type: Transform - pos: -55.5,54.5 - parent: 2 - uid: 20607 components: - type: Transform @@ -229149,6 +230269,12 @@ entities: - type: Transform pos: -22.5,-6.5 parent: 2 + - uid: 20997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,10.5 + parent: 2 - uid: 21002 components: - type: Transform @@ -229167,6 +230293,12 @@ entities: rot: 3.141592653589793 rad pos: -74.5,27.5 parent: 2 + - uid: 21016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,10.5 + parent: 2 - uid: 21075 components: - type: Transform @@ -229297,6 +230429,11 @@ entities: - type: Transform pos: -87.5,11.5 parent: 2 + - uid: 22224 + components: + - type: Transform + pos: -59.5,10.5 + parent: 2 - uid: 22280 components: - type: Transform @@ -229404,6 +230541,12 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,6.5 parent: 2 + - uid: 22505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,18.5 + parent: 2 - uid: 22550 components: - type: Transform @@ -229444,6 +230587,12 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,37.5 parent: 2 + - uid: 22685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,27.5 + parent: 2 - uid: 22695 components: - type: Transform @@ -229455,6 +230604,12 @@ entities: - type: Transform pos: 54.5,-35.5 parent: 2 + - uid: 22708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,21.5 + parent: 2 - uid: 22736 components: - type: Transform @@ -229470,18 +230625,13 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -50.5,39.5 + pos: -57.5,21.5 parent: 2 - uid: 22949 components: - type: Transform pos: 59.5,-33.5 parent: 2 - - uid: 23036 - components: - - type: Transform - pos: -61.5,52.5 - parent: 2 - uid: 23043 components: - type: Transform @@ -229614,11 +230764,23 @@ entities: rot: 3.141592653589793 rad pos: -21.5,59.5 parent: 2 + - uid: 23588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,16.5 + parent: 2 - uid: 23598 components: - type: Transform pos: 6.5,47.5 parent: 2 + - uid: 23609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,6.5 + parent: 2 - uid: 23614 components: - type: Transform @@ -229631,21 +230793,10 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-17.5 parent: 2 - - uid: 23682 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,39.5 - parent: 2 - - uid: 23702 - components: - - type: Transform - pos: -55.5,52.5 - parent: 2 - - uid: 23713 + - uid: 23697 components: - type: Transform - pos: -55.5,47.5 + pos: -42.5,33.5 parent: 2 - uid: 23744 components: @@ -229665,6 +230816,23 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-17.5 parent: 2 + - uid: 23785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,42.5 + parent: 2 + - uid: 23789 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 + - uid: 23798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,16.5 + parent: 2 - uid: 23815 components: - type: Transform @@ -229676,6 +230844,40 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,22.5 parent: 2 + - uid: 23909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,21.5 + parent: 2 + - uid: 23920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,20.5 + parent: 2 + - uid: 23923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,21.5 + parent: 2 + - uid: 23926 + components: + - type: Transform + pos: -47.5,28.5 + parent: 2 + - uid: 23928 + components: + - type: Transform + pos: -46.5,28.5 + parent: 2 + - uid: 23992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,26.5 + parent: 2 - uid: 24110 components: - type: Transform @@ -229768,11 +230970,6 @@ entities: - type: Transform pos: 61.5,45.5 parent: 2 - - uid: 25097 - components: - - type: Transform - pos: -52.5,36.5 - parent: 2 - uid: 25144 components: - type: Transform @@ -229875,6 +231072,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,42.5 parent: 2 + - uid: 25776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,31.5 + parent: 2 - uid: 25836 components: - type: Transform @@ -230031,6 +231234,64 @@ entities: rot: -1.5707963267948966 rad pos: -63.5,-29.5 parent: 2 + - uid: 26265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,39.5 + parent: 2 + - uid: 26266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,38.5 + parent: 2 + - uid: 26272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,20.5 + parent: 2 + - uid: 26273 + components: + - type: Transform + pos: -44.5,27.5 + parent: 2 + - uid: 26274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,25.5 + parent: 2 + - uid: 26275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,25.5 + parent: 2 + - uid: 26276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,11.5 + parent: 2 + - uid: 26277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,20.5 + parent: 2 + - uid: 26278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,18.5 + parent: 2 + - uid: 26281 + components: + - type: Transform + pos: -47.5,30.5 + parent: 2 - uid: 26282 components: - type: Transform @@ -230049,6 +231310,53 @@ entities: rot: -1.5707963267948966 rad pos: -102.5,1.5 parent: 2 + - uid: 26288 + components: + - type: Transform + pos: -47.5,31.5 + parent: 2 + - uid: 26301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,24.5 + parent: 2 + - uid: 26306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,19.5 + parent: 2 + - uid: 26310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,23.5 + parent: 2 + - uid: 26320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,19.5 + parent: 2 + - uid: 26321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,20.5 + parent: 2 + - uid: 26322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,17.5 + parent: 2 + - uid: 26323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,16.5 + parent: 2 - uid: 26334 components: - type: Transform @@ -230557,11 +231865,39 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-27.5 parent: 2 + - uid: 28138 + components: + - type: Transform + pos: -62.5,42.5 + parent: 2 - uid: 28200 components: - type: Transform pos: -26.5,-47.5 parent: 2 + - uid: 28240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,50.5 + parent: 2 + - uid: 28332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,51.5 + parent: 2 + - uid: 28333 + components: + - type: Transform + pos: -48.5,30.5 + parent: 2 + - uid: 28334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,20.5 + parent: 2 - uid: 28340 components: - type: Transform @@ -230577,6 +231913,12 @@ entities: - type: Transform pos: -33.5,38.5 parent: 2 + - uid: 28401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,49.5 + parent: 2 - uid: 28507 components: - type: Transform @@ -230639,6 +231981,30 @@ entities: - type: Transform pos: -28.5,41.5 parent: 2 + - uid: 28709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,47.5 + parent: 2 + - uid: 28710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,46.5 + parent: 2 + - uid: 28711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,48.5 + parent: 2 + - uid: 28717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,60.5 + parent: 2 - uid: 28719 components: - type: Transform @@ -230664,6 +232030,21 @@ entities: - type: Transform pos: 39.5,12.5 parent: 2 + - uid: 28738 + components: + - type: Transform + pos: -44.5,28.5 + parent: 2 + - uid: 28739 + components: + - type: Transform + pos: -43.5,28.5 + parent: 2 + - uid: 28740 + components: + - type: Transform + pos: -42.5,28.5 + parent: 2 - uid: 28777 components: - type: Transform @@ -230690,6 +232071,12 @@ entities: - type: Transform pos: -21.5,47.5 parent: 2 + - uid: 28958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,37.5 + parent: 2 - uid: 28994 components: - type: Transform @@ -230716,6 +232103,29 @@ entities: - type: Transform pos: -21.5,52.5 parent: 2 + - uid: 29137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,25.5 + parent: 2 + - uid: 29139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,21.5 + parent: 2 + - uid: 29143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,28.5 + parent: 2 + - uid: 29145 + components: + - type: Transform + pos: -49.5,30.5 + parent: 2 - uid: 29175 components: - type: Transform @@ -230863,12 +232273,6 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,24.5 parent: 2 - - uid: 29696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,29.5 - parent: 2 - uid: 29707 components: - type: Transform @@ -231105,10 +232509,22 @@ entities: pos: 81.5,8.5 parent: 2 - uid: 30525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,30.5 + parent: 2 + - uid: 30574 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,31.5 + pos: -58.5,22.5 + parent: 2 + - uid: 30607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,21.5 parent: 2 - uid: 30672 components: @@ -231210,8 +232626,8 @@ entities: - uid: 30832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,30.5 + rot: -1.5707963267948966 rad + pos: -50.5,10.5 parent: 2 - uid: 30879 components: @@ -231228,11 +232644,6 @@ entities: - type: Transform pos: 15.5,69.5 parent: 2 - - uid: 30933 - components: - - type: Transform - pos: -51.5,14.5 - parent: 2 - uid: 31044 components: - type: Transform @@ -231347,6 +232758,29 @@ entities: rot: 3.141592653589793 rad pos: 101.5,-26.5 parent: 2 + - uid: 31818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,42.5 + parent: 2 + - uid: 31826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,65.5 + parent: 2 + - uid: 31855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,46.5 + parent: 2 + - uid: 31867 + components: + - type: Transform + pos: -56.5,65.5 + parent: 2 - uid: 32092 components: - type: Transform @@ -231740,12 +233174,6 @@ entities: rot: 3.141592653589793 rad pos: 15.5,62.5 parent: 2 - - uid: 38797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,37.5 - parent: 2 - uid: 38808 components: - type: Transform @@ -236788,11 +238216,6 @@ entities: - type: Transform pos: -50.5,-4.5 parent: 2 - - uid: 2426 - components: - - type: Transform - pos: -46.5,10.5 - parent: 2 - uid: 2438 components: - type: Transform @@ -239139,11 +240562,6 @@ entities: - 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 @@ -239160,26 +240578,6 @@ entities: - 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 @@ -239228,11 +240626,6 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,25.5 parent: 2 - - uid: 7737 - components: - - type: Transform - pos: -45.5,18.5 - parent: 2 - uid: 7767 components: - type: Transform @@ -240946,11 +242339,6 @@ entities: - 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 @@ -241511,134 +242899,367 @@ entities: - type: Transform pos: -50.5,54.5 parent: 2 -- proto: WarpPointBombing +- proto: WarpPoint entities: - - uid: 37555 + - uid: 5896 + components: + - type: Transform + pos: 87.5,40.5 + parent: 2 + - type: WarpPoint + location: Minotaur's Den + - uid: 39477 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - type: WarpPoint + location: Chemistry + - uid: 39478 + components: + - type: Transform + pos: 42.5,50.5 + parent: 2 + - type: WarpPoint + location: Xenoarchaeology + - uid: 39479 + components: + - type: Transform + pos: 58.5,53.5 + parent: 2 + - type: WarpPoint + location: Ancient Virology + - uid: 39480 + components: + - type: Transform + pos: 74.5,80.5 + parent: 2 + - type: WarpPoint + location: Ancient Xenoarchaeology + - uid: 39481 + components: + - type: Transform + pos: 95.5,75.5 + parent: 2 + - type: WarpPoint + location: Ancient Black Market + - uid: 39482 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - type: WarpPoint + location: Engi Outpost + - uid: 39483 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - type: WarpPoint + location: Sec Arrivals Checkpoint + - uid: 39484 components: - type: Transform pos: 1.5,2.5 parent: 2 - type: WarpPoint - location: medical bombing target - - uid: 37556 + location: Medical Reception + - uid: 39485 components: - type: Transform - pos: -54.5,23.5 + pos: 1.5,43.5 parent: 2 - type: WarpPoint - location: engineering bombing target - - uid: 37557 + location: Sec Evac Checkpoint + - uid: 39486 components: - type: Transform - pos: -57.5,0.5 + pos: -58.5,47.5 parent: 2 - type: WarpPoint - location: botany bombing target - - uid: 37558 + location: TEG + - uid: 39487 + components: + - type: Transform + pos: -106.5,52.5 + parent: 2 + - type: WarpPoint + location: Ancient Cryo Lab + - uid: 39488 components: - type: Transform pos: -84.5,8.5 parent: 2 - type: WarpPoint - location: zoo bombing target - - uid: 37559 + location: Zoo + - uid: 39489 components: - type: Transform - pos: -13.5,39.5 + pos: -77.5,4.5 parent: 2 - type: WarpPoint - location: security bombing target - - uid: 37560 + location: Theatre Dorms + - uid: 39490 components: - type: Transform - pos: -26.5,63.5 + pos: 19.5,26.5 parent: 2 - type: WarpPoint - location: psych ward bombing target - - uid: 37561 + location: EVA + - uid: 39491 components: - type: Transform - pos: 18.5,50.5 + pos: -6.5,-23.5 parent: 2 - type: WarpPoint - location: bridge bombing target - - uid: 37562 + location: Mailroom + - uid: 39492 components: - type: Transform - pos: -17.5,-24.5 + pos: -20.5,-45.5 parent: 2 - type: WarpPoint - location: logistics bombing target - - uid: 37563 + location: Cargo Dock + - uid: 39493 components: - type: Transform - pos: -43.5,-30.5 + pos: -15.5,-9.5 parent: 2 - type: WarpPoint - location: bar bombing target - - uid: 37564 + location: Psychologist +- proto: WarpPointAI + entities: + - uid: 39458 components: - type: Transform - pos: -37.5,10.5 + pos: 63.5,42.5 + parent: 2 +- proto: WarpPointArrivals + entities: + - uid: 39460 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 +- proto: WarpPointAtmos + entities: + - uid: 39459 + components: + - type: Transform + pos: -43.5,42.5 + parent: 2 +- proto: WarpPointBar + entities: + - uid: 39462 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 +- proto: WarpPointBombing + entities: + - uid: 39445 + components: + - type: Transform + pos: -54.5,23.5 parent: 2 - type: WarpPoint - location: disposals bombing target - - uid: 37565 + location: Engineering + - uid: 39446 components: - type: Transform - pos: 18.5,-4.5 + pos: 14.5,13.5 parent: 2 - type: WarpPoint - location: chemistry bombing target - - uid: 37567 + location: Medbay + - uid: 39447 components: - type: Transform - pos: 9.5,28.5 + pos: -70.5,8.5 parent: 2 - type: WarpPoint - location: hop's office bombing target - - uid: 37568 + location: Zoo + - uid: 39448 components: - type: Transform - pos: -78.5,4.5 + pos: -45.5,-19.5 parent: 2 - type: WarpPoint - location: theatre dorms bombing target - - uid: 37569 + location: Food Court + - uid: 39449 components: - type: Transform - pos: -53.5,-17.5 + pos: -55.5,0.5 parent: 2 - type: WarpPoint - location: food court bombing target - - uid: 37570 + location: Botany + - uid: 39450 components: - type: Transform - pos: 34.5,-23.5 + pos: -19.5,-24.5 parent: 2 - type: WarpPoint - location: boxing ring bombing target - - uid: 37571 + location: Logistics + - uid: 39451 components: - type: Transform - pos: 63.5,-6.5 + pos: 34.5,-29.5 parent: 2 - type: WarpPoint - location: park bombing target - - uid: 37572 + location: Boxing Ring + - uid: 39452 components: - type: Transform - pos: 61.5,17.5 + pos: 63.5,-5.5 parent: 2 - type: WarpPoint - location: chapel bombing target - - uid: 37573 + location: Park + - uid: 39453 components: - type: Transform - pos: -7.5,54.5 + pos: 60.5,17.5 + parent: 2 + - type: WarpPoint + location: Chapel + - uid: 39454 + components: + - type: Transform + pos: 26.5,41.5 + parent: 2 + - type: WarpPoint + location: Vault + - uid: 39455 + components: + - type: Transform + pos: 18.5,54.5 + parent: 2 + - type: WarpPoint + location: Bridge + - uid: 39456 + components: + - type: Transform + pos: -24.5,39.5 parent: 2 - type: WarpPoint - location: courtroom bombing target + location: Armory + - uid: 39457 + components: + - type: Transform + pos: -18.5,30.5 + parent: 2 + - type: WarpPoint + location: Security + - uid: 39476 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - type: WarpPoint + location: Salvage +- proto: WarpPointCourt + entities: + - uid: 39461 + components: + - type: Transform + pos: -9.5,52.5 + parent: 2 +- proto: WarpPointCryo + entities: + - uid: 39465 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 +- proto: WarpPointDetective + entities: + - uid: 39464 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 +- proto: WarpPointDisposals + entities: + - uid: 39463 + components: + - type: Transform + pos: -38.5,3.5 + parent: 2 +- proto: WarpPointEpistemics + entities: + - uid: 39466 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 +- proto: WarpPointEvac + entities: + - uid: 39467 + components: + - type: Transform + pos: 1.5,74.5 + parent: 2 +- proto: WarpPointHOP + entities: + - uid: 39468 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 +- proto: WarpPointJanitor + entities: + - uid: 39469 + components: + - type: Transform + pos: -37.5,10.5 + parent: 2 +- proto: WarpPointKitchen + entities: + - uid: 39470 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 +- proto: WarpPointLawyer + entities: + - uid: 39471 + components: + - type: Transform + pos: -4.5,59.5 + parent: 2 +- proto: WarpPointLibrary + entities: + - uid: 39472 + components: + - type: Transform + pos: 56.5,28.5 + parent: 2 +- proto: WarpPointMorgue + entities: + - uid: 39473 + components: + - type: Transform + pos: 30.5,12.5 + parent: 2 +- proto: WarpPointPerma + entities: + - uid: 39474 + components: + - type: Transform + pos: -22.5,61.5 + parent: 2 +- proto: WarpPointReporter + entities: + - uid: 39475 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 +- proto: WarpPointSingulo + entities: + - uid: 6057 + components: + - type: Transform + pos: 82.5,-16.5 + parent: 2 - proto: WashingMachine entities: - uid: 7080 @@ -241678,15 +243299,15 @@ entities: - type: Transform pos: 34.5,30.5 parent: 2 - - uid: 6908 + - uid: 5516 components: - type: Transform - pos: 43.5,-24.5 + pos: -47.5,11.5 parent: 2 - - uid: 9033 + - uid: 6908 components: - type: Transform - pos: -56.5,31.5 + pos: 43.5,-24.5 parent: 2 - uid: 15593 components: @@ -241770,11 +243391,6 @@ entities: - 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 @@ -241805,11 +243421,6 @@ entities: - type: Transform pos: -26.5,-31.5 parent: 2 - - uid: 30855 - components: - - type: Transform - pos: -45.5,19.5 - parent: 2 - uid: 32097 components: - type: Transform @@ -241827,6 +243438,11 @@ entities: - type: Transform pos: -52.5,0.5 parent: 2 + - uid: 21266 + components: + - type: Transform + pos: -56.5,28.5 + parent: 2 - proto: WaterVaporCanister entities: - uid: 3599 @@ -242230,15 +243846,15 @@ entities: parent: 2 - proto: WeldingFuelTankHighCapacity entities: - - uid: 9608 + - uid: 14882 components: - type: Transform - pos: -48.5,31.5 + pos: 86.5,-22.5 parent: 2 - - uid: 14882 + - uid: 18179 components: - type: Transform - pos: 86.5,-22.5 + pos: -56.5,30.5 parent: 2 - uid: 33827 components: @@ -242276,6 +243892,17 @@ entities: parent: 2 - proto: Windoor entities: + - uid: 3584 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,36.5 + parent: 2 - uid: 6677 components: - type: Transform @@ -242303,6 +243930,100 @@ entities: - type: Transform pos: -28.5,-45.5 parent: 2 + - uid: 7296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,37.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,37.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,26.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,25.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,28.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,29.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,28.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,29.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,36.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,30.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 8995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,18.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,36.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,36.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,38.5 + parent: 2 - uid: 11856 components: - type: Transform @@ -242313,12 +244034,40 @@ entities: - type: Transform pos: -28.5,-45.5 parent: 2 + - uid: 16518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,18.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,18.5 + parent: 2 + - uid: 16991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,30.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + pos: -49.5,32.5 + parent: 2 - uid: 19105 components: - type: Transform rot: 3.141592653589793 rad pos: -26.5,33.5 parent: 2 + - uid: 19287 + components: + - type: Transform + pos: -61.5,23.5 + parent: 2 - uid: 21215 components: - type: Transform @@ -242349,10 +244098,11 @@ entities: rot: 3.141592653589793 rad pos: -30.5,33.5 parent: 2 - - uid: 21903 + - uid: 21860 components: - type: Transform - pos: -61.5,13.5 + rot: 1.5707963267948966 rad + pos: -59.5,30.5 parent: 2 - uid: 21905 components: @@ -242384,22 +244134,12 @@ entities: rot: 3.141592653589793 rad pos: -33.5,34.5 parent: 2 - - uid: 22288 - components: - - type: Transform - pos: -46.5,36.5 - parent: 2 - uid: 22329 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,34.5 parent: 2 - - uid: 22331 - components: - - type: Transform - pos: -45.5,36.5 - parent: 2 - uid: 22333 components: - type: Transform @@ -242412,15 +244152,11 @@ entities: rot: 3.141592653589793 rad pos: 49.5,29.5 parent: 2 - - uid: 22657 - components: - - type: Transform - pos: -47.5,36.5 - parent: 2 - - uid: 23035 + - uid: 22705 components: - type: Transform - pos: -48.5,36.5 + rot: -1.5707963267948966 rad + pos: -55.5,28.5 parent: 2 - uid: 23057 components: @@ -242428,70 +244164,58 @@ entities: rot: 3.141592653589793 rad pos: -4.5,47.5 parent: 2 - - uid: 23268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,36.5 - parent: 2 - - uid: 23588 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,33.5 - parent: 2 - uid: 23605 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,57.5 parent: 2 - - uid: 23685 + - uid: 23865 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,37.5 + rot: 3.141592653589793 rad + pos: -62.5,19.5 parent: 2 - - uid: 24440 + - uid: 23936 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,37.5 + pos: -64.5,23.5 parent: 2 - - uid: 25317 + - uid: 23939 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,35.5 + pos: -64.5,24.5 parent: 2 - - uid: 26059 + - uid: 23940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,35.5 + rot: -1.5707963267948966 rad + pos: -64.5,22.5 parent: 2 - - uid: 26616 + - uid: 25571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,33.5 + pos: -50.5,32.5 parent: 2 - - uid: 26891 + - uid: 26250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,34.5 + rot: -1.5707963267948966 rad + pos: -55.5,29.5 parent: 2 - - uid: 27089 + - uid: 26280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,34.5 + rot: 3.141592653589793 rad + pos: -51.5,18.5 parent: 2 - - uid: 27902 + - uid: 26303 components: - type: Transform - pos: -62.5,13.5 + rot: 3.141592653589793 rad + pos: -57.5,19.5 parent: 2 - uid: 27903 components: @@ -242511,6 +244235,12 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-8.5 parent: 2 + - uid: 28338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,38.5 + parent: 2 - uid: 28860 components: - type: Transform @@ -242541,6 +244271,11 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-43.5 parent: 2 + - uid: 30855 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 - uid: 31893 components: - type: Transform @@ -242836,12 +244571,6 @@ entities: - type: Transform pos: 1.5,-20.5 parent: 2 - - uid: 19215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,1.5 - parent: 2 - uid: 20310 components: - type: Transform @@ -242887,18 +244616,6 @@ entities: - DoorStatus: Close 27418: - DoorStatus: Close - - uid: 36082 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,1.5 - parent: 2 - - uid: 36387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,1.5 - parent: 2 - uid: 38004 components: - type: Transform @@ -242915,24 +244632,6 @@ entities: - type: Transform pos: -105.5,51.5 parent: 2 - - uid: 38788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,35.5 - parent: 2 - - uid: 38789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,34.5 - parent: 2 - - uid: 38790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,33.5 - parent: 2 - proto: WindoorSecureArmoryLocked entities: - uid: 293 @@ -242962,11 +244661,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,41.5 parent: 2 - - uid: 38839 - components: - - type: Transform - pos: -17.5,39.5 - parent: 2 - proto: WindoorSecureCargoLocked entities: - uid: 2966 @@ -243136,18 +244830,6 @@ entities: parent: 2 - proto: WindoorSecureEngineeringLocked entities: - - uid: 1380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,30.5 - parent: 2 - - uid: 1455 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,30.5 - parent: 2 - uid: 6093 components: - type: Transform @@ -243160,29 +244842,23 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,23.5 parent: 2 - - uid: 9483 + - uid: 8705 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,24.5 + pos: -45.5,28.5 parent: 2 - - uid: 10021 + - uid: 15781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,30.5 + rot: 1.5707963267948966 rad + pos: 80.5,55.5 parent: 2 - - uid: 12105 + - uid: 17016 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,30.5 - parent: 2 - - uid: 15781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,55.5 + pos: -48.5,15.5 parent: 2 - uid: 17611 components: @@ -243190,11 +244866,11 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,56.5 parent: 2 - - uid: 27961 + - uid: 24711 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,30.5 + pos: -49.5,15.5 parent: 2 - proto: WindoorSecureHeadOfPersonnelLocked entities: @@ -243246,18 +244922,6 @@ entities: - type: Transform pos: 15.5,13.5 parent: 2 - - uid: 1565 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,16.5 - parent: 2 - - uid: 8961 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,16.5 - parent: 2 - uid: 11657 components: - type: Transform @@ -243322,12 +244986,6 @@ entities: rot: 3.141592653589793 rad pos: 5.5,4.5 parent: 2 - - uid: 31745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,16.5 - parent: 2 - uid: 31786 components: - type: Transform @@ -244321,12 +245979,6 @@ entities: - type: Transform pos: -34.5,61.5 parent: 2 - - uid: 8836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,13.5 - parent: 2 - uid: 10717 components: - type: Transform @@ -244821,12 +246473,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,17.5 parent: 2 - - uid: 35854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,11.5 - parent: 2 - uid: 38147 components: - type: Transform @@ -244972,12 +246618,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,53.5 parent: 2 - - uid: 1763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,1.5 - parent: 2 - uid: 1773 components: - type: Transform @@ -245028,12 +246668,6 @@ entities: - type: Transform pos: -1.5,-39.5 parent: 2 - - uid: 2317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,1.5 - parent: 2 - uid: 2389 components: - type: Transform @@ -245358,12 +246992,6 @@ entities: 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 @@ -245910,12 +247538,6 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,4.5 parent: 2 - - uid: 19196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,1.5 - parent: 2 - uid: 19395 components: - type: Transform @@ -246046,12 +247668,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,0.5 parent: 2 - - uid: 20851 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,1.5 - parent: 2 - uid: 22064 components: - type: Transform @@ -246361,18 +247977,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-8.5 parent: 2 - - uid: 29255 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,1.5 - parent: 2 - - uid: 29603 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,1.5 - parent: 2 - uid: 29690 components: - type: Transform @@ -246543,36 +248147,6 @@ entities: - 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 @@ -246644,12 +248218,6 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,16.5 parent: 2 - - uid: 1386 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,31.5 - parent: 2 - uid: 1397 components: - type: Transform @@ -246668,11 +248236,11 @@ entities: rot: 3.141592653589793 rad pos: 17.5,15.5 parent: 2 - - uid: 1458 + - uid: 1455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,38.5 + rot: 1.5707963267948966 rad + pos: -56.5,13.5 parent: 2 - uid: 1851 components: @@ -246686,12 +248254,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,40.5 parent: 2 - - uid: 2391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,31.5 - parent: 2 - uid: 2607 components: - type: Transform @@ -246834,6 +248396,33 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,35.5 parent: 2 + - uid: 8842 + components: + - type: Transform + pos: -62.5,10.5 + parent: 2 + - uid: 8896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,19.5 + parent: 2 + - uid: 8909 + components: + - type: Transform + pos: -60.5,10.5 + parent: 2 + - uid: 8939 + components: + - type: Transform + pos: -62.5,23.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,14.5 + parent: 2 - uid: 14131 components: - type: Transform @@ -246895,6 +248484,12 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-26.5 parent: 2 + - uid: 17043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,19.5 + parent: 2 - uid: 17480 components: - type: Transform @@ -247149,6 +248744,11 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,68.5 parent: 2 + - uid: 23941 + components: + - type: Transform + pos: -58.5,23.5 + parent: 2 - uid: 24350 components: - type: Transform @@ -247279,6 +248879,11 @@ entities: rot: -1.5707963267948966 rad pos: -30.5,-16.5 parent: 2 + - uid: 29135 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 - uid: 30231 components: - type: Transform @@ -247290,6 +248895,12 @@ entities: - type: Transform pos: 11.5,12.5 parent: 2 + - uid: 30564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,19.5 + parent: 2 - uid: 30616 components: - type: Transform @@ -247314,6 +248925,12 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-22.5 parent: 2 + - uid: 30648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,19.5 + parent: 2 - uid: 30839 components: - type: Transform @@ -247685,11 +249302,6 @@ entities: - type: Transform pos: 5.357978,64.67412 parent: 2 - - uid: 23214 - components: - - type: Transform - pos: -58.461433,29.647139 - parent: 2 - proto: ZiptiesBroken entities: - uid: 5392 From bd1b10660647c829e817eb709e442451c8649b2d Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:57:30 +0000 Subject: [PATCH 134/213] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index bf8cf60a424..ed38870f347 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -1938,3 +1938,10 @@ id: 295 time: '2024-03-27T08:05:10.761803+00:00' url: null +- author: rosieposieeee + changes: + - message: Total re-make of Submarine's engineering department. Goodbye, AME! + type: Tweak + id: 296 + time: '2024-03-27T16:57:09.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/988 From c96684344882824912236823b3c63934354ba9f9 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:24:14 +0000 Subject: [PATCH 135/213] Purge CRLF --- .../Battery/antiquelasergun.rsi/meta.json | 160 +++++++------- .../Structures/Furniture/chairs.rsi/meta.json | 206 +++++++++--------- 2 files changed, 183 insertions(+), 183 deletions(-) diff --git a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json index 04e2ac93099..f126a576760 100644 --- a/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json +++ b/Resources/Textures/Objects/Weapons/Guns/Battery/antiquelasergun.rsi/meta.json @@ -1,80 +1,80 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - }, - { - "name": "base" - }, - { - "name": "mag-unshaded-0" - }, - { - "name": "mag-unshaded-1" - }, - { - "name": "mag-unshaded-2" - }, - { - "name": "mag-unshaded-3" - }, - { - "name": "mag-unshaded-4" - }, - { - "name": "inhand-left-0", - "directions": 4 - }, - { - "name": "inhand-right-0", - "directions": 4 - }, - { - "name": "inhand-left-1", - "directions": 4 - }, - { - "name": "inhand-right-1", - "directions": 4 - }, - { - "name": "inhand-left-2", - "directions": 4 - }, - { - "name": "inhand-right-2", - "directions": 4 - }, - { - "name": "inhand-left-3", - "directions": 4 - }, - { - "name": "inhand-right-3", - "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tg station at commit https://github.com/tgstation/tgstation/commit/8b7f8ba6a3327c7381967c550f185dffafd11a57", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "base" + }, + { + "name": "mag-unshaded-0" + }, + { + "name": "mag-unshaded-1" + }, + { + "name": "mag-unshaded-2" + }, + { + "name": "mag-unshaded-3" + }, + { + "name": "mag-unshaded-4" + }, + { + "name": "inhand-left-0", + "directions": 4 + }, + { + "name": "inhand-right-0", + "directions": 4 + }, + { + "name": "inhand-left-1", + "directions": 4 + }, + { + "name": "inhand-right-1", + "directions": 4 + }, + { + "name": "inhand-left-2", + "directions": 4 + }, + { + "name": "inhand-right-2", + "directions": 4 + }, + { + "name": "inhand-left-3", + "directions": 4 + }, + { + "name": "inhand-right-3", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json b/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json index cbfc417444a..0433a854d24 100644 --- a/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json +++ b/Resources/Textures/Structures/Furniture/chairs.rsi/meta.json @@ -1,103 +1,103 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi, wooden bench by Ko4erga (discord)", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "bar", - "directions": 4 - }, - { - "name": "bar-knocked", - "directions": 4 - }, - { - "name": "chair", - "directions": 4 - }, - { - "name": "chair-knocked", - "directions": 4 - }, - { - "name": "chair-greyscale", - "directions": 4 - }, - { - "name": "chair-greyscale-knocked", - "directions": 4 - }, - { - "name": "comfy", - "directions": 4 - }, - { - "name": "comfy-overlay", - "directions": 4 - }, - { - "name": "meat", - "directions": 4 - }, - { - "name": "office-dark", - "directions": 4 - }, - { - "name": "office-white", - "directions": 4 - }, - { - "name": "shuttle", - "directions": 4 - }, - { - "name": "shuttle-overlay", - "directions": 4 - }, - { - "name": "stool", - "directions": 4 - }, - { - "name": "stool-knocked", - "directions": 4 - }, - { - "name": "wooden", - "directions": 4 - }, - { - "name": "wooden-bench", - "directions": 4 - }, - { - "name": "wooden-wings", - "directions": 4 - }, - { - "name": "wooden-wings-knocked", - "directions": 4 - }, - { - "name": "ritual", - "directions": 4 - }, - { - "name": "cursed", - "directions": 4 - }, - { - "name": "steel-bench", - "directions": 4 - }, - { - "name": "brass_chair", - "directions": 4 - } - ] -} +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/11402f6ae62facc2e8bcfa1f8ef5353b26663278, meat.png is CC0-1.0 by EmoGarbage404 (github) for Space Station 14. chair.png and its derrivatives taken from shiptest at commit https://github.com/shiptest-ss13/Shiptest/commit/f761c784812e827960a66cd10aac17ebc6edfac3, palette for chair.png, steel-bench.png and chair-greyscale.png taken from paradise equivalent chairs at commit https://github.com/ParadiseSS13/Paradise/commit/5ce5a66c814c4a60118d24885389357fd0240002, steel by SonicHDC, brass chair.png taken from tgstation at https://github.com/tgstation/tgstation/blob/b7e7779c19b76449c290aaf2150fb93545b1a79a/icons/obj/chairs.dmi, wooden bench by Ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "bar", + "directions": 4 + }, + { + "name": "bar-knocked", + "directions": 4 + }, + { + "name": "chair", + "directions": 4 + }, + { + "name": "chair-knocked", + "directions": 4 + }, + { + "name": "chair-greyscale", + "directions": 4 + }, + { + "name": "chair-greyscale-knocked", + "directions": 4 + }, + { + "name": "comfy", + "directions": 4 + }, + { + "name": "comfy-overlay", + "directions": 4 + }, + { + "name": "meat", + "directions": 4 + }, + { + "name": "office-dark", + "directions": 4 + }, + { + "name": "office-white", + "directions": 4 + }, + { + "name": "shuttle", + "directions": 4 + }, + { + "name": "shuttle-overlay", + "directions": 4 + }, + { + "name": "stool", + "directions": 4 + }, + { + "name": "stool-knocked", + "directions": 4 + }, + { + "name": "wooden", + "directions": 4 + }, + { + "name": "wooden-bench", + "directions": 4 + }, + { + "name": "wooden-wings", + "directions": 4 + }, + { + "name": "wooden-wings-knocked", + "directions": 4 + }, + { + "name": "ritual", + "directions": 4 + }, + { + "name": "cursed", + "directions": 4 + }, + { + "name": "steel-bench", + "directions": 4 + }, + { + "name": "brass_chair", + "directions": 4 + } + ] +} From 73f39c9767d338b862530e987cd571fa2634765f Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sun, 24 Mar 2024 02:48:16 +0200 Subject: [PATCH 136/213] Restrict door remotes to only being able to manipulate doors relevant to their type (#26371) Restrict door remotes to only being able to manipulate doors relevant to their type. (cherry picked from commit 93e3aed26e30375058aa44482236410ff31484f0) --- Content.Server/Remotes/DoorRemoteSystem.cs | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Content.Server/Remotes/DoorRemoteSystem.cs b/Content.Server/Remotes/DoorRemoteSystem.cs index 57ca0988d94..67160650871 100644 --- a/Content.Server/Remotes/DoorRemoteSystem.cs +++ b/Content.Server/Remotes/DoorRemoteSystem.cs @@ -47,10 +47,8 @@ private void OnBeforeInteract(Entity entity, ref BeforeRang return; } - // Holding the door remote grants you access to the relevant doors IN ADDITION to what ever access you had. - // This access is enforced in _doorSystem.HasAccess when it calls _accessReaderSystem.IsAllowed if (TryComp(args.Target, out var accessComponent) - && !_doorSystem.HasAccess(args.Target.Value, args.User, doorComp, accessComponent)) + && !_doorSystem.HasAccess(args.Target.Value, args.Used, doorComp, accessComponent)) { _doorSystem.Deny(args.Target.Value, doorComp, args.User); Popup.PopupEntity(Loc.GetString("door-remote-denied"), args.User, args.User); @@ -60,10 +58,7 @@ private void OnBeforeInteract(Entity entity, ref BeforeRang switch (entity.Comp.Mode) { case OperatingMode.OpenClose: - // Note we provide args.User here to TryToggleDoor as the "user" - // This means that the door will look at all access items carryed by the player for access, including - // this remote, but also including anything else they are carrying such as a PDA or ID card. - if (_doorSystem.TryToggleDoor(args.Target.Value, doorComp, args.User)) + if (_doorSystem.TryToggleDoor(args.Target.Value, doorComp, args.Used)) _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User):player} used {ToPrettyString(args.Used)} on {ToPrettyString(args.Target.Value)}: {doorComp.State}"); break; case OperatingMode.ToggleBolts: @@ -71,7 +66,7 @@ private void OnBeforeInteract(Entity entity, ref BeforeRang { if (!boltsComp.BoltWireCut) { - _doorSystem.SetBoltsDown((args.Target.Value, boltsComp), !boltsComp.BoltsDown, args.User); + _doorSystem.SetBoltsDown((args.Target.Value, boltsComp), !boltsComp.BoltsDown, args.Used); _adminLogger.Add(LogType.Action, LogImpact.Medium, $"{ToPrettyString(args.User):player} used {ToPrettyString(args.Used)} on {ToPrettyString(args.Target.Value)} to {(boltsComp.BoltsDown ? "" : "un")}bolt it"); } } From 7c0995ca74407973aa6dd7c846b99fdeb30bd3b4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 00:49:22 +0000 Subject: [PATCH 137/213] Automatic changelog update (cherry picked from commit d7705860e9ca69b8fc484a24bd25d242d96a1147) --- 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 8965b4f7fca..1628c57f21a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Flareguy - changes: - - message: Made lava & liquid plasma significantly less lethal. - type: Tweak - id: 5715 - time: '2024-01-15T06:33:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24100 - author: EmoGarbage404 changes: - message: Added cryogenic sleep units. Disconnecting or ghosting inside one of @@ -3802,3 +3795,11 @@ id: 6214 time: '2024-03-23T19:29:43.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/24977 +- author: nikthechampiongr + changes: + - message: Door remotes can now only control doors specific to their type and do + not use the access of their user. + type: Tweak + id: 6215 + time: '2024-03-24T00:48:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26371 From b2896a40c1e806b5caf2d635f1ea4eae35f47d3a Mon Sep 17 00:00:00 2001 From: Vasilis Date: Sun, 24 Mar 2024 03:20:34 +0100 Subject: [PATCH 138/213] Configuration argument for content packaging (#25569) * Configuration argument for content packaging Needed this for something so here we are. I think someone mentioned they wanted this? Welp its here now * Add client, tiny fixes (cherry picked from commit 9e7b196ffbaa8c0a772d5d7544e51deaa2fe5a26) --- Content.Packaging/ClientPackaging.cs | 4 ++-- Content.Packaging/CommandLineArgs.cs | 23 +++++++++++++++++++++-- Content.Packaging/Program.cs | 4 ++-- Content.Packaging/ServerPackaging.cs | 18 +++++++++--------- 4 files changed, 34 insertions(+), 15 deletions(-) diff --git a/Content.Packaging/ClientPackaging.cs b/Content.Packaging/ClientPackaging.cs index a989ebd968e..a66d4ec5b91 100644 --- a/Content.Packaging/ClientPackaging.cs +++ b/Content.Packaging/ClientPackaging.cs @@ -13,7 +13,7 @@ public static class ClientPackaging /// /// Be advised this can be called from server packaging during a HybridACZ build. /// - public static async Task PackageClient(bool skipBuild, IPackageLogger logger) + public static async Task PackageClient(bool skipBuild, string configuration, IPackageLogger logger) { logger.Info("Building client..."); @@ -26,7 +26,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo { "build", Path.Combine("Content.Client", "Content.Client.csproj"), - "-c", "Release", + "-c", configuration, "--nologo", "/v:m", "/t:Rebuild", diff --git a/Content.Packaging/CommandLineArgs.cs b/Content.Packaging/CommandLineArgs.cs index 9f2b0755357..23f661921e0 100644 --- a/Content.Packaging/CommandLineArgs.cs +++ b/Content.Packaging/CommandLineArgs.cs @@ -31,6 +31,11 @@ public sealed class CommandLineArgs ///
public bool HybridAcz { get; set; } + /// + /// Configuration used for when packaging the server. (Release, Debug, Tools) + /// + public string Configuration { get; set; } + // CommandLineArgs, 3rd of her name. public static bool TryParse(IReadOnlyList args, [NotNullWhen(true)] out CommandLineArgs? parsed) { @@ -39,6 +44,7 @@ public static bool TryParse(IReadOnlyList args, [NotNullWhen(true)] out var skipBuild = false; var wipeRelease = true; var hybridAcz = false; + var configuration = "Release"; List? platforms = null; using var enumerator = args.GetEnumerator(); @@ -89,6 +95,16 @@ public static bool TryParse(IReadOnlyList args, [NotNullWhen(true)] out platforms ??= new List(); platforms.Add(enumerator.Current); } + else if (arg == "--configuration") + { + if (!enumerator.MoveNext()) + { + Console.WriteLine("No configuration provided"); + return false; + } + + configuration = enumerator.Current; + } else if (arg == "--help") { PrintHelp(); @@ -106,7 +122,7 @@ public static bool TryParse(IReadOnlyList args, [NotNullWhen(true)] out return false; } - parsed = new CommandLineArgs(client.Value, skipBuild, wipeRelease, hybridAcz, platforms); + parsed = new CommandLineArgs(client.Value, skipBuild, wipeRelease, hybridAcz, platforms, configuration); return true; } @@ -120,6 +136,7 @@ private static void PrintHelp() --no-wipe-release Don't wipe the release folder before creating files. --hybrid-acz Use HybridACZ for server builds. --platform Platform for server builds. Default will output several x64 targets. + --configuration Configuration to use for building the server (Release, Debug, Tools). Default is Release. "); } @@ -128,12 +145,14 @@ private CommandLineArgs( bool skipBuild, bool wipeRelease, bool hybridAcz, - List? platforms) + List? platforms, + string configuration) { Client = client; SkipBuild = skipBuild; WipeRelease = wipeRelease; HybridAcz = hybridAcz; Platforms = platforms; + Configuration = configuration; } } diff --git a/Content.Packaging/Program.cs b/Content.Packaging/Program.cs index ba5924ec3e9..65c0e0131a4 100644 --- a/Content.Packaging/Program.cs +++ b/Content.Packaging/Program.cs @@ -17,11 +17,11 @@ if (parsed.Client) { - await ClientPackaging.PackageClient(parsed.SkipBuild, logger); + await ClientPackaging.PackageClient(parsed.SkipBuild, parsed.Configuration, logger); } else { - await ServerPackaging.PackageServer(parsed.SkipBuild, parsed.HybridAcz, logger, parsed.Platforms); + await ServerPackaging.PackageServer(parsed.SkipBuild, parsed.HybridAcz, logger, parsed.Configuration, parsed.Platforms); } void WipeBin() diff --git a/Content.Packaging/ServerPackaging.cs b/Content.Packaging/ServerPackaging.cs index ba489629f79..d9ca57c4d11 100644 --- a/Content.Packaging/ServerPackaging.cs +++ b/Content.Packaging/ServerPackaging.cs @@ -69,7 +69,7 @@ public static class ServerPackaging "zh-Hant" }; - public static async Task PackageServer(bool skipBuild, bool hybridAcz, IPackageLogger logger, List? platforms = null) + public static async Task PackageServer(bool skipBuild, bool hybridAcz, IPackageLogger logger, string configuration, List? platforms = null) { if (platforms == null) { @@ -82,7 +82,7 @@ public static async Task PackageServer(bool skipBuild, bool hybridAcz, IPackageL // Rather than hosting the client ZIP on the watchdog or on a separate server, // Hybrid ACZ uses the ACZ hosting functionality to host it as part of the status host, // which means that features such as automatic UPnP forwarding still work properly. - await ClientPackaging.PackageClient(skipBuild, logger); + await ClientPackaging.PackageClient(skipBuild, configuration, logger); } // Good variable naming right here. @@ -91,13 +91,13 @@ public static async Task PackageServer(bool skipBuild, bool hybridAcz, IPackageL if (!platforms.Contains(platform.Rid)) continue; - await BuildPlatform(platform, skipBuild, hybridAcz, logger); + await BuildPlatform(platform, skipBuild, hybridAcz, configuration, logger); } } - private static async Task BuildPlatform(PlatformReg platform, bool skipBuild, bool hybridAcz, IPackageLogger logger) + private static async Task BuildPlatform(PlatformReg platform, bool skipBuild, bool hybridAcz, string configuration, IPackageLogger logger) { - logger.Info($"Building project for {platform}..."); + logger.Info($"Building project for {platform.TargetOs}..."); if (!skipBuild) { @@ -108,7 +108,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo { "build", Path.Combine("Content.Server", "Content.Server.csproj"), - "-c", "Release", + "-c", configuration, "--nologo", "/v:m", $"/p:TargetOs={platform.TargetOs}", @@ -118,7 +118,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo } }); - await PublishClientServer(platform.Rid, platform.TargetOs); + await PublishClientServer(platform.Rid, platform.TargetOs, configuration); } logger.Info($"Packaging {platform.Rid} server..."); @@ -137,7 +137,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo logger.Info($"Finished packaging server in {sw.Elapsed}"); } - private static async Task PublishClientServer(string runtime, string targetOs) + private static async Task PublishClientServer(string runtime, string targetOs, string configuration) { await ProcessHelpers.RunCheck(new ProcessStartInfo { @@ -147,7 +147,7 @@ await ProcessHelpers.RunCheck(new ProcessStartInfo "publish", "--runtime", runtime, "--no-self-contained", - "-c", "Release", + "-c", configuration, $"/p:TargetOs={targetOs}", "/p:FullRelease=True", "/m", From 341f2a177a30871488f8af82e853488f78eb52b2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:39:28 +1100 Subject: [PATCH 139/213] Update submodule to 215.0.0 (#26375) (cherry picked from commit 5ba5815a966248592c6b912f3a2eafc56b23376c) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index b1f9d011ce0..6daa3ad2fcf 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit b1f9d011ce08166f47fdef60cd310ab7765ca2b1 +Subproject commit 6daa3ad2fcf858bf634c568fe640c82463907b7f From 758540ffc99c8da872a380e1a521598947daad0a Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Date: Sat, 23 Mar 2024 19:46:45 -0700 Subject: [PATCH 140/213] Admin New Player Notification Sound (#24327) play a sound to active admins when a new player joins (cherry picked from commit b9db06ebb1af41f2809f6c31dc4990b6a729d041) --- Content.Server/GameTicking/GameTicker.Player.cs | 9 +++++++++ Content.Shared/CCVar/CCVars.cs | 6 ++++++ Resources/Audio/Effects/attributions.yml | 5 +++++ Resources/Audio/Effects/newplayerping.ogg | Bin 0 -> 8967 bytes 4 files changed, 20 insertions(+) create mode 100644 Resources/Audio/Effects/newplayerping.ogg diff --git a/Content.Server/GameTicking/GameTicker.Player.cs b/Content.Server/GameTicking/GameTicker.Player.cs index f3d8adafb1d..a3e33117cc6 100644 --- a/Content.Server/GameTicking/GameTicker.Player.cs +++ b/Content.Server/GameTicking/GameTicker.Player.cs @@ -1,10 +1,13 @@ using Content.Server.Database; +using Content.Shared.CCVar; using Content.Shared.GameTicking; using Content.Shared.GameWindow; using Content.Shared.Players; using Content.Shared.Preferences; using JetBrains.Annotations; using Robust.Server.Player; +using Robust.Shared.Audio; +using Robust.Shared.Audio.Systems; using Robust.Shared.Enums; using Robust.Shared.Player; using Robust.Shared.Timing; @@ -17,6 +20,7 @@ public sealed partial class GameTicker { [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly IServerDbManager _dbManager = default!; + [Dependency] private readonly SharedAudioSystem _audioSystem = default!; private void InitializePlayer() { @@ -69,6 +73,11 @@ private async void PlayerStatusChanged(object? sender, SessionStatusEventArgs ar RaiseNetworkEvent(GetConnectionStatusMsg(), session.Channel); + if (firstConnection && _configurationManager.GetCVar(CCVars.AdminNewPlayerJoinSound)) + _audioSystem.PlayGlobal(new SoundPathSpecifier("/Audio/Effects/newplayerping.ogg"), + Filter.Empty().AddPlayers(_adminManager.ActiveAdmins), false, + audioParams: new AudioParams { Volume = -5f }); + if (LobbyEnabled && _roundStartCountdownHasNotStartedYetDueToNoPlayers) { _roundStartCountdownHasNotStartedYetDueToNoPlayers = false; diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 5c3c4b6f61e..3ede5999340 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -779,6 +779,12 @@ public static readonly CVarDef public static readonly CVarDef SeeOwnNotes = CVarDef.Create("admin.see_own_notes", false, CVar.ARCHIVE | CVar.REPLICATED | CVar.SERVER); + /// + /// Should the server play a quick sound to the active admins whenever a new player joins? + /// + public static readonly CVarDef AdminNewPlayerJoinSound = + CVarDef.Create("admin.new_player_join_sound", false, CVar.SERVERONLY); + /// /// The amount of days before the note starts fading. It will slowly lose opacity until it reaches stale. Set to 0 to disable. /// diff --git a/Resources/Audio/Effects/attributions.yml b/Resources/Audio/Effects/attributions.yml index f8568718461..a5f91ef10c6 100644 --- a/Resources/Audio/Effects/attributions.yml +++ b/Resources/Audio/Effects/attributions.yml @@ -216,3 +216,8 @@ copyright: Bhijn and Myr (github username deathride58) license: CC0-1.0 source: https://github.com/space-wizards/space-station-14/pull/23212 + +- files: ["newplayerping.ogg"] + copyright: TGStation at 3df5d3b42bfb6b3b5adba1067ab41f83816255bb + license: CC-BY-SA-3.0 + source: https://github.com/tgstation/tgstation/blob/3df5d3b42bfb6b3b5adba1067ab41f83816255bb/sound/misc/server-ready.ogg diff --git a/Resources/Audio/Effects/newplayerping.ogg b/Resources/Audio/Effects/newplayerping.ogg new file mode 100644 index 0000000000000000000000000000000000000000..216533b6f32b4a767cdfe7ec49aea1caef274bef GIT binary patch literal 8967 zcmeHsc|6o#+yD8DZH%QM*&<^?GmjD)ddE3#yZ?5!9=_QqCyg@$aAP-Lkj zA(bMsWKV^X=vI*|&lz>!&;9&!->={6et!QwpVyg>vs|C+I_G_zbDj4&Ox)be0Sf$i z%!PhuO7`ZHkxfYO34bS#0Cp9MeDjaU;_tsThza}4e?06j5m+idL~z1}ul|qc5yx*u zTVcDkhp)S`iN71}xQCO~ntB`+w?jpBhsq9>oj8Jtw~vRfziWW2Pau)4P7nU}n;0AG zAG9#v>mC^B8?bx(_LC=1Dj)NAbqzQXil@H&R9F@qn;~X@w#`VA_X$&2Z&8+ z^f*1Vgn0t7IgL)!*HgU*)`?aY zXn86(!yNv@IMrLZ8|GeWL6Nmru~=b%??JZa+#ln%K6+v>rz25#Hb9SE_uq2A;eq4T z6<3e;E5uQ*T@M%6kMU^D;~BdCSk9f_A9KU-`t@Y`CtR9E3zeAld*o;UWFtlB6xpah zuNc{Aai>;dVP*tI@kU;5+>U2TciMJ5XTPS(@4VdoS)~cPpTD$H*vPo5+uFIbb|TYD zu+!F~w5o?j%!ghkuHnak?mxDi%C6A2c!_^sYDRsLdtU|B-$V9gc*7)kFUt zNWQppo9YBB)l~2A!^A;@4Q5i!esYHXa!*r~sHtj3ceG!0X&Zkdn~4~AS?C`M)E}zU zf0Jh18)*C{(9)*ru+3fXH$C1Cm%K;jL;fiRNv{o&0>C6CDUTADM@f38nIebe$d&*g z!JbWoxa*op?<>1%$2<$%&J-7+)^ z{j&oAP?38~S27Gxqo!FHRaqEUSr~1wG_m}5&o1LGHDd^@Jiu}Ru-j-`Pybd%T7=bk zcdQFGV1{Xa&S4(0}glnEG* z{FL|rkfL@f0pKfV)CFT>rkMTnq7ILxENzRr)?&}mb8pwOJ+dH;;F{J zOLhmz#^t(auqCJJNN}f6gW>V87_^;HP+WIQiNj0{?jDxC>8_3$#qgP`yUlNE3}s*q zqqq*1p^SwkBpd0j5~DD*Kf8T=0ND2ixxTpzqo?*sX23z(4H0L^RPtRCR3|c1={s7k1iYj|o&{M%URna1 za?ojOqylc_Y-Ry>b95H`jF=Bawg6DnfB;;BLGlY;g9wa(4KK(;0dc7(w;=%9CL+72 zooek6N;PBS+Yo42W1Kp1I-3xe3z26xtYLg>EA#{#C>I+M{Z|mnprdQpeyUS3HnXto z4m#X=n~ndo9mfaMV9`~gsJQqUgs^uFQ3Q>FyzK9-; z7@0;#6Z5gcaBCZd6vRUz3@C67B$&miqHi=?$u?aH5VrLy)r(P`kgH5{YQGYI zrFm?-o2~i;mzH81{~+xpm0DUQepXTXdJ5f0^~bOgQ9i%V>GOj^re4yvmcFy?s`;XJ zB^C2WoM{!^;?6S<=Ea>$Dtd;`&ZyqC@=D?Yj_R6#B-dBIyOH|J+7a>)gaKJpqd1!| zvKPQX+Eej>m%3=#NGy#g0qfW~J)%5ZH$1YDrh0^Ymo_bUCSm8`8sU+Kt-SeZDXJ6f za|+DScdz9L`EW%Nv(97T@{Od^s6^O`&WSXo6Nyo5mI@WnCcz_}c4;Gn>HpgHf>fl49bfW(e%pjB{{&qc(S@nnl9!&M_e4DJwUbfKd6Bd2 zwdt=REyAGzS_R?cMq}!+C?|eE!s2(5^^R^(QX!n@zHl1M0wGx;Ag4g+R90p^2V#MK zz2VphY$Q&U$CQK;JXrHKRzv$O_m)YK^xg0v0z()VI0XQSz=(-CcB^p=wRyku`RkA0 zagf=Kpd5^H0Kkjj@fo$4c)kSwM1ds1i|e2}NbHRPu3i#Ap?=dfb{U2GeY_^cvl{_m zAFtW1RszEBwkZp6>RwD}&hwVb% zU8_EK(UgXcR#(WofB5U-oBHhj1?dV?@jBCv1Ntv0z_z$xroCOCoaNO$@TS`wmM*qO z8Dx2#K9_a)Dh6HcbIF|%lXeByOa?y_LL~y_{=&bjVJ3H}X;8OXRL&eM?;26z?NBq; z4%T`7=I!gLGDK|u$mbPq@PJQ3Y-*jerSM_sKq-m^VWk_}5_v{34QQ>bawWM!w* z*Db3Oib~pGqn7gaf{vFMsVu>H-&+OH#Bj#KMA+xj*sztYQ;^S`ei!gkL$$J@aBwpgN=1;L46A z1)Ue84{RR3wVLZk+eK${41O^ND&-1jeYY*Tc!o8c_Oti6sv`E?5OmcTxw-Q?_B!`5 z1SB48I|NjC02=Oyyx^S^Kr7(}Lm4DPwP|%$K5DAit7gT_{-&fY#z$(2b1*Uv-Q&?x z_Tpi!=icqKO#j;59X8Q34@cUnzQiAUzHKbBuY;GLA00PKh!sXa`MEUAS;NCYP&!(U z@9`zbe?0cyzfm>DkL6-KlK~Aq0E{0HV#tg#QCL$O0Snex@nCw3xZ*F*K}UB7@@-R3 zEGM`>TDG{a@O$V)Si*5FoCuO&VuA1N;dghenACQR<^GUzi0s~w$HBh_mBfAHLJbaXb?KfM5qDA;iaa^SRHt={NS}2tGD#llv;nL+b)a%IZX2+; z85yAl7^Lt=9TFf(t@n~c!TojAt5HWyTUzC)A%)`P@Ju{C^2=g4nRB>bP)DO{{y>SS zlwmYS$@J%m_W7(MrL{xKX~DVvby|SbgB8bO=y*B6cmnTCKypxDk(NpVQ30^H4+5NM zQwoX^VSNP|jVN9P`=g#CH_?~T_5FemLqkmNc#caX)v$ta=~>JDZ6noo>60IWD-t(a z3uV!PVuIt#pU6XCDFrgYaV+Bu`IGyhm}T_trJJ5Yfc?5lIj5x zI7uu`P8X^*rIuic{QGUN@yTJFAkPkISU^%yjF=2S3fEVv1Vz}d3eauNL(8tk>wNNuG-;GQ#7mOmS2_e2U)SQa5!6V^2|th$rWDF`5p zn{GhmP2VYCT8@KgC@U!gCFT_lQGRq!)Xp}WR%9i1(?Y+}jN9p|Njsk{(+%#sSF3F5 zr>q6$0>7ORGu0ZD1j$J5F1#)cIxy-f72+I;oBT#}Fr2xu;Qf#n^xftG8@TvxKLEIJ zeKAACw|2DJU2cPjA)Fr(=oJsx@17GgM;@OW`ZAhy)huwf)+X$MP2!|S{4`g-w2v}_ z!b$QXN2H;7!L#-a;!r&X&-uFCF?} zJ$qL*LUkw+A+FD*?*edm9T@FQ!UIP~`wl=_MdaSr>w+5og~Cc-T~#GxUNzYwa71F$ z(#o&z>jxkH^f1{w`BJh^Y2CTykY9ORvy``!h(;R@JLUB009-wki3JjLD7_Vqykp{70 za}PsX2U;9nn!eYI%mhw-JULD|c6!q5&d6Lv#^hA+8QrU*sbp&o_rzx&C2s>~}|pL2phBICjEr1Z-2h~342)p3V`GqW1|S#<5$2S2Mv zj&$9h@A7MpQOi=tZCp;sWf*G>datPE)ghz)1x zZrc24zr*V6$Fg4a5x+hC3E~%Ccx=^^&9HEaizEZzxso3(AFX7hWqM==PSnZv7*gZK zZJYPPo6n{XCZHjeDgtO&$YACNjDqgMK@KzXAhL$gy(h%+bmpmOeZQ*8pD z;Dv{LC_IwgC%w4%WVq_Abl~Ob*BQL8CZ(5F3?0I;tbRP>AX63^_n7Wqo?4ievRc)#8`L>O(cXREw@rQ?(Vm+gy=EMfXmvndPd8_mVk|*O2sOKS=Yq-f z)Q`FDpED1~ua$P`kdi^&sR2PSwoVj1Ot8X3V2 zzThsAA1GpeJIc#NaxTiEEPNHCrGBlDui}ji~Ha0iD(MLxtsGr)NHXSAI?$WA2&#{;+=FdfU2v-cwb(FORBkRoCZc zW~k-If`+X>e_i?ZBc^ut*Y$FP^D18&YXR%dR?zSrhLncsdEthbB!-E;DEto*55p*= zbG4Tj@XP4L90-)c_~^Q--e)vKAVy8ls-@0Kd$ml?@)xg9Ts?+(jfJIsBa4w=pYJrj zs6M1t+DC~*CvmF@$>Nd5yyC1poqBH{RGm|~I3$g32jgd`0T}WA)JVYU9$2fxyvU zuPXcERD?=p74UdHpyKzO*D_?#H2?7HkNhBTiVGaqfxGs=dP4*M7LpzZu1g0rn6mhT z{80?PN;xGLVtJI3J)b?av2Ue!=3Ls3s}p@0m0M#6N9V%2t94z^ooSzbRj|?Gp!1IF zyU2JsvL5)BVxu3y;d~Y_Vi8bZ1{W!1Qo>YIg!fo$Fkl#lD?iG+n=A%Q8`62^8&O+H zvcJLVomnP)xIEL>f8#V6e|dFb-^dE@w8qTNUDR@2*JcAee=e0wAyYWP<_kqY_|Z@> z3OEf&fwAoCyFj_2;#|alDhPt~kJsXF&PW5v0w*WL&97L45na1;;FP+>UPr(093Zy^ zg0HLWdF>C|Sko;I&{Uwi_N^WY2`h?p7(TnF|2RJRdC1bt%;_r3sZb3+jADG1i$N+g zCI%}65MOkl=;GY+2Ecq_1bpY?LIB7hR7+Qs0>-y+(Qw+6Foa>d-jpn-Br43QgavAZ%o$f~=4*BtHGGb`JmY6aeohN&)Ux z0;)myRk0TLQ%U68S#S#l43A>~H^Q%lJ(7M6IiRap*Us7nrNYwc&*6ur zq4V{HUD6vFcE_n?wODL2lL<^i>i9vK24Jk-;$Xb*k_4Jfgk7w!XD*bW5J!^Ww+bTY z6N)j7CFPYj1QDU)sF|?kMu)G@=N@>!Gr)^ITfR8>en> zVH!exm&;->O7t4BNOo&?*~nsO(ZY+7H-euQl3Nqow};4BEPc_cz9g*7YF5%~rch$o z8uB93ULEoq2w4e0<0wg>tQ`0Rj2^Rm<`g*OVPY6a|Gx| zM(}CmL^SK`!Vzz4Hwl@cyR06cQH~~mITiNt-h~L6fo@Mwl(-edpkrgOP){!h2-yX! zPe1~_hbf`Rd$Bisiw5I~8n-C6#*_nPidBJ{LL7QdghagksCkFkx?F!y#s_%<*~TC| T_x$70a06+Frb=9qQI7ut Date: Sun, 24 Mar 2024 14:15:26 +1100 Subject: [PATCH 141/213] Fix playglobalsound autocompletion (#26167) (cherry picked from commit 65960facf522627c939a35a65b025ec49ffa5c52) --- .../Administration/Commands/PlayGlobalSoundCommand.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Content.Server/Administration/Commands/PlayGlobalSoundCommand.cs b/Content.Server/Administration/Commands/PlayGlobalSoundCommand.cs index ac55ce83259..f1a5a57aa65 100644 --- a/Content.Server/Administration/Commands/PlayGlobalSoundCommand.cs +++ b/Content.Server/Administration/Commands/PlayGlobalSoundCommand.cs @@ -6,6 +6,7 @@ using Robust.Shared.Console; using Robust.Shared.ContentPack; using Robust.Shared.Player; +using Robust.Shared.Prototypes; namespace Content.Server.Administration.Commands; @@ -14,6 +15,7 @@ public sealed class PlayGlobalSoundCommand : IConsoleCommand { [Dependency] private readonly IEntityManager _entManager = default!; [Dependency] private readonly IPlayerManager _playerManager = default!; + [Dependency] private readonly IPrototypeManager _protoManager = default!; [Dependency] private readonly IResourceManager _res = default!; public string Command => "playglobalsound"; @@ -95,7 +97,7 @@ public CompletionResult GetCompletion(IConsoleShell shell, string[] args) { var hint = Loc.GetString("play-global-sound-command-arg-path"); - var options = CompletionHelper.ContentFilePath(args[0], _res); + var options = CompletionHelper.AudioFilePath(args[0], _protoManager, _res); return CompletionResult.FromHintOptions(options, hint); } From a5903fb418a63e0fb50c31e4b61bddbff207f6c2 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:25:59 +1100 Subject: [PATCH 142/213] Update submodule to 215.1.0 (#26376) pitch (cherry picked from commit 2cc8db30075e24f40fa73e0a64daaa8058a52875) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 6daa3ad2fcf..71f0491f10d 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 6daa3ad2fcf858bf634c568fe640c82463907b7f +Subproject commit 71f0491f10df60782a5c427c039c9ad323efb0ea From 2c493a1fd0729499edd336ed5be6d6f48b6ff65d Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Sat, 23 Mar 2024 21:37:18 -0600 Subject: [PATCH 143/213] Haunted dungeon template (#23768) * haunted dungeon * Initial work Still needs prefab gen work to make it interesting. * ime a worm * weh * Work * Slight tweaks --------- Co-authored-by: metalgearsloth (cherry picked from commit 952b7f4c4e8e957c0c3765f7b20f2745c9297e27) --- .../DungeonJob.CorridorClutterPost.cs | 53 + .../Procedural/DungeonJob.PostGen.cs | 89 +- .../Procedural/DungeonJob.PrefabDunGen.cs | 2 +- .../Procedural/DungeonJob.WormPost.cs | 193 + Content.Server/Procedural/DungeonJob.cs | 6 + Content.Shared/Procedural/Dungeon.cs | 7 + Content.Shared/Procedural/DungeonRoom.cs | 2 +- .../PostGeneration/BoundaryWallPostGen.cs | 20 +- .../PostGeneration/CornerClutterPostGen.cs | 4 +- .../PostGeneration/CorridorClutterPostGen.cs | 18 + .../PostGeneration/CorridorPostGen.cs | 15 +- .../PostGeneration/WormCorridorPostGen.cs | 42 + Resources/Maps/Dungeon/haunted.yml | 3251 +++++++++++++++++ .../Prototypes/Procedural/Themes/haunted.yml | 308 ++ .../Prototypes/Procedural/dungeon_configs.yml | 55 +- .../Prototypes/Procedural/salvage_mods.yml | 8 +- Resources/Prototypes/tags.yml | 3 + 17 files changed, 4009 insertions(+), 67 deletions(-) create mode 100644 Content.Server/Procedural/DungeonJob.CorridorClutterPost.cs create mode 100644 Content.Server/Procedural/DungeonJob.WormPost.cs create mode 100644 Content.Shared/Procedural/PostGeneration/CorridorClutterPostGen.cs create mode 100644 Content.Shared/Procedural/PostGeneration/WormCorridorPostGen.cs create mode 100644 Resources/Maps/Dungeon/haunted.yml create mode 100644 Resources/Prototypes/Procedural/Themes/haunted.yml diff --git a/Content.Server/Procedural/DungeonJob.CorridorClutterPost.cs b/Content.Server/Procedural/DungeonJob.CorridorClutterPost.cs new file mode 100644 index 00000000000..8099157cc50 --- /dev/null +++ b/Content.Server/Procedural/DungeonJob.CorridorClutterPost.cs @@ -0,0 +1,53 @@ +using System.Threading.Tasks; +using Content.Shared.Procedural; +using Content.Shared.Procedural.PostGeneration; +using Content.Shared.Storage; +using Robust.Shared.Map.Components; +using Robust.Shared.Physics.Components; +using Robust.Shared.Random; + +namespace Content.Server.Procedural; + +public sealed partial class DungeonJob +{ + private async Task PostGen(CorridorClutterPostGen gen, Dungeon dungeon, EntityUid gridUid, MapGridComponent grid, + Random random) + { + var physicsQuery = _entManager.GetEntityQuery(); + var count = (int) Math.Ceiling(dungeon.CorridorTiles.Count * gen.Chance); + + while (count > 0) + { + var tile = random.Pick(dungeon.CorridorTiles); + + var enumerator = _maps.GetAnchoredEntitiesEnumerator(_gridUid, _grid, tile); + var blocked = false; + + while (enumerator.MoveNext(out var ent)) + { + if (!physicsQuery.TryGetComponent(ent, out var physics) || + !physics.CanCollide || + !physics.Hard) + { + continue; + } + + blocked = true; + break; + } + + if (blocked) + continue; + + count--; + + var protos = EntitySpawnCollection.GetSpawns(gen.Contents, random); + var coords = _maps.ToCenterCoordinates(_gridUid, tile, _grid); + _entManager.SpawnEntities(coords, protos); + await SuspendIfOutOfTime(); + + if (!ValidateResume()) + return; + } + } +} diff --git a/Content.Server/Procedural/DungeonJob.PostGen.cs b/Content.Server/Procedural/DungeonJob.PostGen.cs index 9674cb5fae9..b326bcc378f 100644 --- a/Content.Server/Procedural/DungeonJob.PostGen.cs +++ b/Content.Server/Procedural/DungeonJob.PostGen.cs @@ -26,7 +26,7 @@ public sealed partial class DungeonJob private bool HasWall(MapGridComponent grid, Vector2i tile) { - var anchored = grid.GetAnchoredEntitiesEnumerator(tile); + var anchored = _maps.GetAnchoredEntitiesEnumerator(_gridUid, _grid, tile); while (anchored.MoveNext(out var uid)) { @@ -52,7 +52,7 @@ private async Task PostGen(AutoCablingPostGen gen, Dungeon dungeon, EntityUid gr // Gather existing nodes foreach (var tile in allTiles) { - var anchored = grid.GetAnchoredEntitiesEnumerator(tile); + var anchored = _maps.GetAnchoredEntitiesEnumerator(_gridUid, _grid, tile); while (anchored.MoveNext(out var anc)) { @@ -186,7 +186,9 @@ private async Task PostGen(BoundaryWallPostGen gen, Dungeon dungeon, EntityUid g // - Tiles first foreach (var neighbor in dungeon.RoomExteriorTiles) { - if (dungeon.RoomTiles.Contains(neighbor)) + DebugTools.Assert(!dungeon.RoomTiles.Contains(neighbor)); + + if (dungeon.Entrances.Contains(neighbor)) continue; if (!_anchorable.TileFree(grid, neighbor, DungeonSystem.CollisionLayer, DungeonSystem.CollisionMask)) @@ -265,7 +267,6 @@ private async Task PostGen(CornerClutterPostGen gen, Dungeon dungeon, EntityUid Random random) { var physicsQuery = _entManager.GetEntityQuery(); - var tagQuery = _entManager.GetEntityQuery(); foreach (var tile in dungeon.CorridorTiles) { @@ -771,7 +772,7 @@ private async Task PostGen(CorridorPostGen gen, Dungeon dungeon, EntityUid gridU { for (var y = -expansion; y <= expansion; y++) { - var neighbor = new Vector2i(tile.X + x, tile.Y + y); + var neighbor = new Vector2(tile.X + x, tile.Y + y).Floored(); if (dungeon.RoomTiles.Contains(neighbor) || dungeon.RoomExteriorTiles.Contains(neighbor) || @@ -817,6 +818,52 @@ private async Task PostGen(CorridorPostGen gen, Dungeon dungeon, EntityUid gridU return mod; }); + WidenCorridor(dungeon, gen.Width, corridorTiles); + + var setTiles = new List<(Vector2i, Tile)>(); + var tileDef = _prototype.Index(gen.Tile); + + foreach (var tile in corridorTiles) + { + setTiles.Add((tile, _tile.GetVariantTile(tileDef, random))); + } + + grid.SetTiles(setTiles); + dungeon.CorridorTiles.UnionWith(corridorTiles); + BuildCorridorExterior(dungeon); + } + + private void BuildCorridorExterior(Dungeon dungeon) + { + var exterior = dungeon.CorridorExteriorTiles; + + // Just ignore entrances or whatever for now. + foreach (var tile in dungeon.CorridorTiles) + { + for (var x = -1; x <= 1; x++) + { + for (var y = -1; y <= 1; y++) + { + var neighbor = new Vector2i(tile.X + x, tile.Y + y); + + if (dungeon.CorridorTiles.Contains(neighbor) || + dungeon.RoomExteriorTiles.Contains(neighbor) || + dungeon.RoomTiles.Contains(neighbor) || + dungeon.Entrances.Contains(neighbor)) + { + continue; + } + + exterior.Add(neighbor); + } + } + } + } + + private void WidenCorridor(Dungeon dungeon, float width, ICollection corridorTiles) + { + var expansion = width - 2; + // Widen the path if (expansion >= 1) { @@ -831,7 +878,7 @@ private async Task PostGen(CorridorPostGen gen, Dungeon dungeon, EntityUid gridU { for (var y = -expansion; y <= expansion; y++) { - var neighbor = new Vector2i(node.X + x, node.Y + y); + var neighbor = new Vector2(node.X + x, node.Y + y).Floored(); // Diagonals still matter here. if (dungeon.RoomTiles.Contains(neighbor) || @@ -852,36 +899,6 @@ private async Task PostGen(CorridorPostGen gen, Dungeon dungeon, EntityUid gridU corridorTiles.Add(node); } } - - var setTiles = new List<(Vector2i, Tile)>(); - var tileDef = _prototype.Index(gen.Tile); - - foreach (var tile in corridorTiles) - { - setTiles.Add((tile, _tile.GetVariantTile(tileDef, random))); - } - - grid.SetTiles(setTiles); - dungeon.CorridorTiles.UnionWith(corridorTiles); - - var exterior = dungeon.CorridorExteriorTiles; - - // Just ignore entrances or whatever for now. - foreach (var tile in dungeon.CorridorTiles) - { - for (var x = -1; x <= 1; x++) - { - for (var y = -1; y <= 1; y++) - { - var neighbor = new Vector2i(tile.X + x, tile.Y + y); - - if (dungeon.CorridorTiles.Contains(neighbor)) - continue; - - exterior.Add(neighbor); - } - } - } } private async Task PostGen(EntranceFlankPostGen gen, Dungeon dungeon, EntityUid gridUid, MapGridComponent grid, diff --git a/Content.Server/Procedural/DungeonJob.PrefabDunGen.cs b/Content.Server/Procedural/DungeonJob.PrefabDunGen.cs index 230c21c56e5..1783a567904 100644 --- a/Content.Server/Procedural/DungeonJob.PrefabDunGen.cs +++ b/Content.Server/Procedural/DungeonJob.PrefabDunGen.cs @@ -21,7 +21,6 @@ private async Task GeneratePrefabDungeon(PrefabDunGen prefab, EntityUid var dungeonRotation = _dungeon.GetDungeonRotation(seed); var dungeonTransform = Matrix3.CreateTransform(_position, dungeonRotation); var roomPackProtos = new Dictionary>(); - var fallbackTile = new Tile(_tileDefManager[prefab.Tile].TileId); foreach (var pack in _prototype.EnumeratePrototypes()) { @@ -325,6 +324,7 @@ private void SetDungeonEntrance(Dungeon dungeon, DungeonRoom room, Random random } room.Entrances.Add(entrancePos); + dungeon.Entrances.Add(entrancePos); break; } } diff --git a/Content.Server/Procedural/DungeonJob.WormPost.cs b/Content.Server/Procedural/DungeonJob.WormPost.cs new file mode 100644 index 00000000000..5d2271cae65 --- /dev/null +++ b/Content.Server/Procedural/DungeonJob.WormPost.cs @@ -0,0 +1,193 @@ +using System.Linq; +using System.Numerics; +using System.Threading.Tasks; +using Content.Shared.Procedural; +using Content.Shared.Procedural.PostGeneration; +using Robust.Shared.Collections; +using Robust.Shared.Map; +using Robust.Shared.Map.Components; +using Robust.Shared.Random; +using Robust.Shared.Utility; + +namespace Content.Server.Procedural; + +public sealed partial class DungeonJob +{ + /// + /// Tries to connect rooms via worm-like corridors. + /// + private async Task PostGen(WormCorridorPostGen gen, Dungeon dungeon, EntityUid gridUid, MapGridComponent grid, Random random) + { + var networks = new List<(Vector2i Start, HashSet Network)>(); + + // List of places to start from. + var worm = new ValueList(); + var startAngles = new Dictionary(); + + foreach (var room in dungeon.Rooms) + { + foreach (var entrance in room.Entrances) + { + var network = new HashSet { entrance }; + networks.Add((entrance, network)); + + // Point away from the room to start with. + startAngles.Add(entrance, (entrance + grid.TileSizeHalfVector - room.Center).ToAngle()); + } + } + + // There's a lot of ways to handle this, e.g. pathfinding towards each room + // For simplicity we'll go through each entrance randomly and generate worms from it + // then as a final step we will connect all of their networks. + random.Shuffle(networks); + + for (var i = 0; i < gen.Count; i++) + { + // Find a random network to worm from. + var startIndex = (i % networks.Count); + var startPos = networks[startIndex].Start; + var position = startPos + grid.TileSizeHalfVector; + + var remainingLength = gen.Length; + worm.Clear(); + var angle = startAngles[startPos]; + + for (var x = remainingLength; x >= 0; x--) + { + position += angle.ToVec(); + angle += random.NextAngle(-gen.MaxAngleChange, gen.MaxAngleChange); + var roundedPos = position.Floored(); + + // Check if the tile doesn't overlap something it shouldn't + if (dungeon.RoomTiles.Contains(roundedPos) || + dungeon.RoomExteriorTiles.Contains(roundedPos)) + { + continue; + } + + worm.Add(roundedPos); + } + + // Uhh yeah. + if (worm.Count == 0) + { + continue; + } + + // Find a random part on the existing worm to start. + var value = random.Pick(worm); + networks[startIndex].Network.UnionWith(worm); + startAngles[value] = random.NextAngle(); + } + + // Now to ensure they all connect we'll pathfind each network to one another + // Simple BFS pathfinder + var main = networks[0]; + + var frontier = new PriorityQueue(); + var cameFrom = new Dictionary(); + var costSoFar = new Dictionary(); + + // How many times we try to patch the networks together + var attempts = 3; + + for (var attempt = 0; attempt < attempts; attempt++) + { + // Skip index 0 + for (var i = networks.Count - 1; i > 0; i--) + { + cameFrom.Clear(); + frontier.Clear(); + costSoFar.Clear(); + + var targetNode = random.Pick(main.Network); + + var other = networks[i]; + var startNode = other.Network.First(); + frontier.Enqueue(startNode, 0f); + costSoFar[startNode] = 0f; + var count = 0; + + await SuspendIfOutOfTime(); + if (!ValidateResume()) + return; + + while (frontier.TryDequeue(out var node, out _) && count < gen.PathLimit) + { + count++; + + // Found + if (main.Network.Contains(node)) + { + // found, rebuild + frontier.Clear(); + main.Network.Add(node); + main.Network.UnionWith(other.Network); + var target = node; + + // Rebuild + while (cameFrom.TryGetValue(target, out var source)) + { + target = source; + main.Network.Add(target); + } + + networks.RemoveSwap(i); + continue; + } + + for (var x = -1; x <= 1; x++) + { + for (var y = -1; y <= 1; y++) + { + if (x == 0 && y == 0) + continue; + + var neighbor = node + new Vector2i(x, y); + + // Exclude room tiles. + if (dungeon.RoomTiles.Contains(neighbor) || + dungeon.RoomExteriorTiles.Contains(neighbor)) + { + continue; + } + + var tileCost = (neighbor - node).Length; + var gScore = costSoFar[node] + tileCost; + + if (costSoFar.TryGetValue(neighbor, out var nextValue) && gScore >= nextValue) + { + continue; + } + + cameFrom[neighbor] = node; + costSoFar[neighbor] = gScore; + var hScore = (targetNode - neighbor).Length + gScore; + + frontier.Enqueue(neighbor, hScore); + } + } + } + } + } + + WidenCorridor(dungeon, gen.Width, main.Network); + dungeon.CorridorTiles.UnionWith(main.Network); + BuildCorridorExterior(dungeon); + + var tiles = new List<(Vector2i Index, Tile Tile)>(); + var tileDef = _prototype.Index(gen.Tile); + + foreach (var tile in dungeon.CorridorTiles) + { + tiles.Add((tile, _tile.GetVariantTile(tileDef, random))); + } + + foreach (var tile in dungeon.CorridorExteriorTiles) + { + tiles.Add((tile, _tile.GetVariantTile(tileDef, random))); + } + + _maps.SetTiles(_gridUid, _grid, tiles); + } +} diff --git a/Content.Server/Procedural/DungeonJob.cs b/Content.Server/Procedural/DungeonJob.cs index c8a69808d31..8fecf1c9e8e 100644 --- a/Content.Server/Procedural/DungeonJob.cs +++ b/Content.Server/Procedural/DungeonJob.cs @@ -126,6 +126,9 @@ public DungeonJob( case CornerClutterPostGen clutter: await PostGen(clutter, dungeon, _gridUid, _grid, random); break; + case CorridorClutterPostGen corClutter: + await PostGen(corClutter, dungeon, _gridUid, _grid, random); + break; case CorridorPostGen cordor: await PostGen(cordor, dungeon, _gridUid, _grid, random); break; @@ -159,6 +162,9 @@ public DungeonJob( case WallMountPostGen wall: await PostGen(wall, dungeon, _gridUid, _grid, random); break; + case WormCorridorPostGen worm: + await PostGen(worm, dungeon, _gridUid, _grid, random); + break; default: throw new NotImplementedException(); } diff --git a/Content.Shared/Procedural/Dungeon.cs b/Content.Shared/Procedural/Dungeon.cs index 5e976fe83d0..aecfef2c782 100644 --- a/Content.Shared/Procedural/Dungeon.cs +++ b/Content.Shared/Procedural/Dungeon.cs @@ -15,6 +15,8 @@ public sealed class Dungeon public readonly HashSet CorridorExteriorTiles = new(); + public readonly HashSet Entrances = new(); + public Dungeon() { Rooms = new List(); @@ -23,5 +25,10 @@ public Dungeon() public Dungeon(List rooms) { Rooms = rooms; + + foreach (var room in Rooms) + { + Entrances.UnionWith(room.Entrances); + } } } diff --git a/Content.Shared/Procedural/DungeonRoom.cs b/Content.Shared/Procedural/DungeonRoom.cs index a6f9367b125..4802949d2f3 100644 --- a/Content.Shared/Procedural/DungeonRoom.cs +++ b/Content.Shared/Procedural/DungeonRoom.cs @@ -4,7 +4,7 @@ namespace Content.Shared.Procedural; public sealed record DungeonRoom(HashSet Tiles, Vector2 Center, Box2i Bounds, HashSet Exterior) { - public List Entrances = new(); + public readonly List Entrances = new(); /// /// Nodes adjacent to tiles, including the corners. diff --git a/Content.Shared/Procedural/PostGeneration/BoundaryWallPostGen.cs b/Content.Shared/Procedural/PostGeneration/BoundaryWallPostGen.cs index 56d314089e3..390ff42feea 100644 --- a/Content.Shared/Procedural/PostGeneration/BoundaryWallPostGen.cs +++ b/Content.Shared/Procedural/PostGeneration/BoundaryWallPostGen.cs @@ -9,15 +9,25 @@ namespace Content.Shared.Procedural.PostGeneration; /// public sealed partial class BoundaryWallPostGen : IPostDunGen { - [DataField("tile", customTypeSerializer:typeof(PrototypeIdSerializer))] - public string Tile = "FloorSteel"; + [DataField] + public ProtoId Tile = "FloorSteel"; - [DataField("wall", customTypeSerializer:typeof(PrototypeIdSerializer))] - public string Wall = "WallSolid"; + [DataField] + public EntProtoId Wall = "WallSolid"; /// /// Walls to use in corners if applicable. /// - [DataField("cornerWall", customTypeSerializer:typeof(PrototypeIdSerializer))] + [DataField] public string? CornerWall; + + [DataField] + public BoundaryWallFlags Flags = BoundaryWallFlags.Corridors | BoundaryWallFlags.Rooms; +} + +[Flags] +public enum BoundaryWallFlags : byte +{ + Rooms = 1 << 0, + Corridors = 1 << 1, } diff --git a/Content.Shared/Procedural/PostGeneration/CornerClutterPostGen.cs b/Content.Shared/Procedural/PostGeneration/CornerClutterPostGen.cs index 22889d2b385..a16c7f9ab3f 100644 --- a/Content.Shared/Procedural/PostGeneration/CornerClutterPostGen.cs +++ b/Content.Shared/Procedural/PostGeneration/CornerClutterPostGen.cs @@ -7,12 +7,12 @@ namespace Content.Shared.Procedural.PostGeneration; ///
public sealed partial class CornerClutterPostGen : IPostDunGen { - [DataField("chance")] + [DataField] public float Chance = 0.50f; /// /// The default starting bulbs /// - [DataField("contents", required: true)] + [DataField(required: true)] public List Contents = new(); } diff --git a/Content.Shared/Procedural/PostGeneration/CorridorClutterPostGen.cs b/Content.Shared/Procedural/PostGeneration/CorridorClutterPostGen.cs new file mode 100644 index 00000000000..a8a74ba6ccb --- /dev/null +++ b/Content.Shared/Procedural/PostGeneration/CorridorClutterPostGen.cs @@ -0,0 +1,18 @@ +using Content.Shared.Storage; + +namespace Content.Shared.Procedural.PostGeneration; + +/// +/// Adds entities randomly to the corridors. +/// +public sealed partial class CorridorClutterPostGen : IPostDunGen +{ + [DataField] + public float Chance = 0.05f; + + /// + /// The default starting bulbs + /// + [DataField(required: true)] + public List Contents = new(); +} diff --git a/Content.Shared/Procedural/PostGeneration/CorridorPostGen.cs b/Content.Shared/Procedural/PostGeneration/CorridorPostGen.cs index 32c49d1951a..705ae99dcef 100644 --- a/Content.Shared/Procedural/PostGeneration/CorridorPostGen.cs +++ b/Content.Shared/Procedural/PostGeneration/CorridorPostGen.cs @@ -14,24 +14,15 @@ public sealed partial class CorridorPostGen : IPostDunGen /// /// Given the heavy weightings this needs to be fairly large for larger dungeons. /// - [DataField("pathLimit")] + [DataField] public int PathLimit = 2048; - [DataField("method")] - public CorridorPostGenMethod Method = CorridorPostGenMethod.MinimumSpanningTree; - [DataField] public ProtoId Tile = "FloorSteel"; /// /// How wide to make the corridor. /// - [DataField("width")] - public int Width = 3; -} - -public enum CorridorPostGenMethod : byte -{ - Invalid, - MinimumSpanningTree, + [DataField] + public float Width = 3f; } diff --git a/Content.Shared/Procedural/PostGeneration/WormCorridorPostGen.cs b/Content.Shared/Procedural/PostGeneration/WormCorridorPostGen.cs new file mode 100644 index 00000000000..c57d92ef956 --- /dev/null +++ b/Content.Shared/Procedural/PostGeneration/WormCorridorPostGen.cs @@ -0,0 +1,42 @@ +using Content.Shared.Maps; +using Content.Shared.Procedural.DungeonGenerators; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Procedural.PostGeneration; + +// Ime a worm +/// +/// Generates worm corridors. +/// +public sealed partial class WormCorridorPostGen : IPostDunGen +{ + [DataField] + public int PathLimit = 2048; + + /// + /// How many times to run the worm + /// + [DataField] + public int Count = 20; + + /// + /// How long to make each worm + /// + [DataField] + public int Length = 20; + + /// + /// Maximum amount the angle can change in a single step. + /// + [DataField] + public Angle MaxAngleChange = Angle.FromDegrees(45); + + [DataField] + public ProtoId Tile = "FloorSteel"; + + /// + /// How wide to make the corridor. + /// + [DataField] + public float Width = 3f; +} diff --git a/Resources/Maps/Dungeon/haunted.yml b/Resources/Maps/Dungeon/haunted.yml new file mode 100644 index 00000000000..d63ca74f200 --- /dev/null +++ b/Resources/Maps/Dungeon/haunted.yml @@ -0,0 +1,3251 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 22: FloorCave + 23: FloorCaveDrought + 40: FloorDirt + 66: FloorMining + 68: FloorMiningLight + 71: FloorOldConcreteMono + 72: FloorOldConcreteSmooth + 82: FloorShuttleOrange + 118: FloorWood + 121: Plating + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: FgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFgAAAAAGFgAAAAADFgAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAGFgAAAAACFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAACFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAADFgAAAAAEFgAAAAABFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAFFgAAAAAAFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAFFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAABFgAAAAABFgAAAAACFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAACUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAEFgAAAAACFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFwAAAAAAFgAAAAAGFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAEFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAABFgAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFwAAAAAAFwAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAABFgAAAAAEFgAAAAAEUgAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAEFgAAAAABFgAAAAAEFwAAAAABFwAAAAABFwAAAAAEUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAGFgAAAAAFFwAAAAAEUgAAAAAAFgAAAAAGFgAAAAAGFwAAAAAGFwAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAFgAAAAAGFwAAAAACFgAAAAACFgAAAAABFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFwAAAAACFgAAAAABFwAAAAAHFgAAAAACFgAAAAAEFwAAAAAEFgAAAAADUgAAAAAAFwAAAAACFgAAAAAGFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFwAAAAAEUgAAAAAAFgAAAAABFwAAAAAFFwAAAAAFFgAAAAACFgAAAAABFwAAAAAHFwAAAAAEUgAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: FwAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAADFgAAAAAGFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFwAAAAABFwAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAACFwAAAAAFFwAAAAADFwAAAAADFgAAAAAFUgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFFgAAAAAEFwAAAAAGFwAAAAAHFwAAAAADFwAAAAAGUgAAAAAAFwAAAAAHFwAAAAACFgAAAAADFwAAAAADFgAAAAABUgAAAAAAFgAAAAABFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAAFwAAAAACFgAAAAAGFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAGFwAAAAABFwAAAAAAFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAGFwAAAAADFwAAAAAHFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFwAAAAADUgAAAAAAFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAFwAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAABFgAAAAAAFgAAAAADUgAAAAAAFgAAAAADFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAAUgAAAAAAFwAAAAAAFwAAAAADFwAAAAAHUgAAAAAAFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAAFFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFwAAAAABFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAFgAAAAADFgAAAAAFFgAAAAAEUgAAAAAAFwAAAAACFwAAAAAHFgAAAAADUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFgAAAAADFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAAFwAAAAABUgAAAAAAFwAAAAAAFgAAAAABFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAABFgAAAAADFgAAAAABFgAAAAAGFgAAAAAEFgAAAAADFgAAAAADUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAAFFgAAAAACFgAAAAAGFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: FgAAAAACUgAAAAAAFgAAAAACFgAAAAACFgAAAAABFgAAAAADFgAAAAACKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAABFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAGFgAAAAABFgAAAAADKAAAAAAAFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAAKAAAAAAAFgAAAAAEUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAAFgAAAAADKAAAAAAAFgAAAAADFgAAAAACFgAAAAAFKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAACUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAADFgAAAAAGFgAAAAADFgAAAAABKAAAAAAAFgAAAAAGUgAAAAAAKAAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAGFgAAAAABFgAAAAAGFgAAAAACFgAAAAACFgAAAAAAFgAAAAABKAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAABFgAAAAAEFwAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAAGFgAAAAACUgAAAAAAFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAEFgAAAAACUgAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAACFgAAAAACFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAGFgAAAAABFgAAAAACUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHFwAAAAADFwAAAAAAFwAAAAACFgAAAAAAUgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAADFgAAAAAFFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABFwAAAAAHFwAAAAAAFwAAAAAEFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: FgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAABFgAAAAAGFgAAAAADUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAABFgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFwAAAAADFwAAAAABFgAAAAACFgAAAAAFUgAAAAAAFgAAAAAEdgAAAAADFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAABFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAEFwAAAAACFwAAAAAHFgAAAAACUgAAAAAAFgAAAAACdgAAAAABFwAAAAADUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAFgAAAAACFgAAAAACFwAAAAAHFwAAAAAAFgAAAAABUgAAAAAAFgAAAAAAdgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAFFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAEFwAAAAAFFwAAAAAGUgAAAAAAFgAAAAAGFwAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAACFwAAAAAGFwAAAAAAUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAAGFwAAAAADUgAAAAAAFwAAAAACFgAAAAAEFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAEFwAAAAABUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAAFFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFwAAAAAGFwAAAAAFFwAAAAAAUgAAAAAAFgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAEFgAAAAAEFwAAAAAHFwAAAAAGFgAAAAADFgAAAAACFgAAAAADFwAAAAAEFwAAAAABFwAAAAABFwAAAAAHUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAE + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: FgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAFFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFwAAAAAAFgAAAAACFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAEUgAAAAAAFgAAAAAEFgAAAAADFgAAAAAAFgAAAAADFwAAAAAFFwAAAAACFgAAAAAFFgAAAAACFgAAAAAFFgAAAAAFFgAAAAAEFwAAAAAAFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAEFwAAAAAHFgAAAAAGFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAADFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAABFgAAAAAFFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAFUgAAAAAAFgAAAAAEFgAAAAACFgAAAAABFgAAAAADFgAAAAAEFgAAAAACFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAABFgAAAAABFgAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABQgAAAAAAFgAAAAAEfAAAAAAAFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAAQgAAAAAAfAAAAAABRAAAAAAAeQAAAAAAFgAAAAAAFgAAAAABUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAAUgAAAAAAFgAAAAAFQgAAAAAARAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAACUgAAAAAAFgAAAAABQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABUgAAAAAAFgAAAAABFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABFgAAAAABUgAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: FgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFFgAAAAAGFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAADFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: FgAAAAACFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFwAAAAACFwAAAAADFwAAAAAAFwAAAAAGFwAAAAAHFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAADFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAAGFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAEFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAACFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAACFgAAAAADUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAFFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAEQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: FgAAAAAEFgAAAAACFgAAAAAFFgAAAAAGFgAAAAACFgAAAAACFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: FgAAAAABFgAAAAABFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAFFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAADFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAACFgAAAAABFgAAAAACFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAAAFgAAAAABFgAAAAACFgAAAAAGFgAAAAAEKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAACFgAAAAABFgAAAAAAFgAAAAADFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAADFwAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAEFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABRwAAAAADRwAAAAABSAAAAAAARwAAAAADFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAUgAAAAAAFgAAAAABFgAAAAACSAAAAAACSAAAAAADRwAAAAADSAAAAAAAFgAAAAADUgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAEFgAAAAAAUgAAAAAAFgAAAAAGRwAAAAABSAAAAAACSAAAAAAASAAAAAACRwAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAAGUgAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: FgAAAAADFgAAAAACFgAAAAAEFgAAAAAEFgAAAAADFwAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAFFgAAAAADFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: FgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAGFwAAAAACFwAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAABFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAGFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGFgAAAAADFgAAAAACFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAACFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAABFgAAAAACFgAAAAADFgAAAAABFgAAAAABFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: FgAAAAAAFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAADFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAADdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAAAFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAFFwAAAAAHFwAAAAAGFwAAAAABFwAAAAAFFgAAAAAFFgAAAAAEFgAAAAAEFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFwAAAAABFwAAAAAGFgAAAAAAFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + type: MapGrid + - gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + type: Gravity + - chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 1342: 6.955441,21.068565 + 1405: 5.569477,24.342073 + 1409: 21.493462,30.781818 + 1423: 16.244232,47.723083 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 1408: 21.571587,25.092073 + 1411: 38.670036,30.328693 + 1412: 32.59149,34.61899 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 1404: 2.0071354,12.534689 + 1413: 28.294615,35.52524 + 1419: 1.8725519,39.603367 + 1428: 40.1997,39.904606 + 1429: 37.775063,38.35773 + 1430: 27.454536,18.497276 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 1407: 14.05264,26.857698 + 1420: 8.417587,42.316833 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 1347: 7.0134563,30.499578 + 1403: 8.765746,13.144064 + 1414: 24.413132,39.478367 + 1421: 13.773578,47.660583 + 1426: 12.267979,34.57054 + 1427: 44.902824,38.38898 + 1431: 24.313911,21.591026 + 1432: 21.396156,20.325401 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 1341: 0.908566,19.95919 + 1415: 20.816694,39.134617 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 1339: 10,18 + 1416: 12.790198,39.33774 + 1422: 21.884857,42.17621 + 1433: 18.589165,18.387901 + 1434: 34.005077,18.028526 + 1435: 4.6335278,15.488716 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 1340: 7.1637583,18.068565 + 1417: 8.813416,38.415867 + 1424: 0.46817493,47.80121 + 1425: 8.544811,34.586166 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 1343: 13.433517,19.162315 + 1406: 0.6944771,26.826448 + 1410: 30.17049,31.359943 + 1418: 5.810052,38.259617 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 301: 9,45 + 306: 13,42 + 308: 10,42 + 311: 13,45 + 578: 10,32 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 1344: 2.1520143,30.343328 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 1345: 10.29961,31.483953 + - node: + color: '#DE3A3A96' + id: rune6 + decals: + 1402: 8.952158,26.184813 + - node: + color: '#79150031' + id: splatter + decals: + 1348: 10.903494,45.563152 + 1349: 10.950369,45.969402 + 1350: 11.184744,45.906902 + 1351: 11.590994,45.422527 + 1352: 11.590994,45.422527 + 1353: 10.965994,45.610027 + 1354: 10.997244,44.969402 + 1355: 11.231619,45.047527 + 1356: 11.356619,45.344402 + 1357: 10.825369,45.656902 + 1358: 11.184744,45.922527 + 1359: 11.231619,45.891277 + 1360: 10.512869,45.563152 + 1361: 11.684744,44.078777 + 1362: 11.747244,43.797527 + 1363: 12.044119,43.328777 + 1364: 11.778494,43.281902 + 1365: 11.887869,43.688152 + 1366: 12.200369,43.735027 + 1367: 12.137869,44.141277 + 1368: 11.669119,43.656902 + 1369: 10.637869,43.781902 + 1370: 10.544119,43.781902 + 1371: 10.669119,43.453777 + 1372: 10.590994,43.485027 + 1373: 11.419119,45.797527 + 1374: 11.825369,45.813152 + 1375: 11.950369,46.219402 + 1376: 11.200369,45.672527 + 1377: 11.247244,45.922527 + 1378: 10.590994,46.125652 + 1379: 11.481619,45.422527 + 1380: 11.684744,45.672527 + 1381: 11.512869,45.141277 + 1382: 11.825369,45.281902 + 1383: 11.684744,45.438152 + 1384: 10.950369,45.735027 + 1385: 10.262869,45.797527 + 1386: 10.028494,44.891277 + 1387: 9.903494,44.891277 + 1388: 9.887869,45.500652 + 1389: 10.153494,45.344402 + 1390: 10.809744,45.391277 + 1391: 10.934744,45.422527 + 1392: 11.262869,45.531902 + 1393: 11.184744,46.031902 + 1394: 10.872244,45.813152 + 1395: 11.090994,45.563152 + 1396: 10.731619,46.031902 + 1397: 10.075369,44.000652 + 1398: 9.856619,43.703777 + 1399: 10.059744,44.281902 + 1400: 10.419119,43.813152 + - node: + cleanable: True + color: '#79150031' + id: splatter + decals: + 1444: 35.155014,12.447503 + 1445: 34.811264,12.353753 + 1446: 34.85814,12.744378 + 1447: 35.342514,12.463128 + 1448: 35.155014,12.228753 + 1449: 34.42064,12.572503 + 1450: 34.123764,13.025628 + 1451: 34.17064,13.322503 + 1452: 34.342514,12.900628 + 1453: 33.85814,12.994378 + 1454: 33.79564,13.338128 + 1455: 33.63939,13.838128 + 1456: 33.70189,13.603753 + 1457: 33.311264,13.900628 + 1458: 33.717514,14.306878 + 1459: 34.10814,14.650628 + 1460: 33.936264,15.135003 + 1461: 34.405014,14.947503 + 1462: 33.79564,14.510003 + 1463: 33.70189,14.088128 + 1464: 34.29564,14.541253 + 1465: 34.623764,15.010003 + 1466: 35.26439,15.072503 + 1467: 35.405014,14.931878 + 1468: 34.623764,15.338128 + 1469: 35.592514,14.994378 + 1470: 35.79564,14.447503 + 1471: 36.13939,15.025628 + 1472: 36.436264,14.181878 + 1473: 36.592514,13.869378 + 1474: 35.780014,14.697503 + 1475: 36.467514,14.072503 + 1476: 35.748764,14.588128 + 1477: 36.07689,13.963128 + 1478: 36.092514,13.291253 + 1479: 35.57689,13.103753 + 1480: 35.70189,13.088128 + 1481: 35.38939,12.478753 + 1482: 35.92064,13.260003 + 1483: 36.061264,13.666253 + 1484: 36.217514,12.822503 + 1485: 35.48314,12.650628 + 1486: 35.98314,12.353753 + 1487: 34.842514,12.744378 + 1488: 34.23314,12.853753 + 1489: 34.04564,13.447503 + 1490: 33.51439,13.650628 + - node: + cleanable: True + color: '#DE3A3A28' + id: splatter + decals: + 1436: 34.151947,12.931878 + 1437: 33.542572,13.775628 + 1438: 34.089447,14.588128 + 1439: 34.886322,15.025628 + 1440: 35.714447,14.681878 + 1441: 36.214447,14.119378 + 1442: 35.933197,13.228753 + 1443: 35.026947,12.447503 + type: DecalGrid + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: AirCanister + entities: + - uid: 302 + components: + - pos: 20.5,38.5 + parent: 1653 + type: Transform +- proto: AirlockMining + entities: + - uid: 149 + components: + - pos: 11.5,43.5 + parent: 1653 + type: Transform +- proto: AirlockMiningGlassLocked + entities: + - uid: 492 + components: + - pos: 19.5,43.5 + parent: 1653 + type: Transform +- proto: AirlockMiningLocked + entities: + - uid: 454 + components: + - pos: 3.5,43.5 + parent: 1653 + type: Transform +- proto: AltarFangs + entities: + - uid: 12 + components: + - pos: 35.5,14.5 + parent: 1653 + type: Transform +- proto: BananiumOre1 + entities: + - uid: 147 + components: + - pos: 25.454952,10.460608 + parent: 1653 + type: Transform + - uid: 436 + components: + - flags: InContainer + type: MetaData + - parent: 435 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: Barricade + entities: + - uid: 61 + components: + - pos: 14.5,12.5 + parent: 1653 + type: Transform + - uid: 304 + components: + - pos: 6.5,18.5 + parent: 1653 + type: Transform + - uid: 369 + components: + - pos: 51.5,0.5 + parent: 1653 + type: Transform +- proto: BikeHorn + entities: + - uid: 201 + components: + - flags: InContainer + type: MetaData + - parent: 200 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: Bucket + entities: + - uid: 220 + components: + - pos: 28.080187,14.004396 + parent: 1653 + type: Transform +- proto: CandleRedSmallInfinite + entities: + - uid: 121 + components: + - pos: 10.514658,25.137938 + parent: 1653 + type: Transform + - uid: 123 + components: + - pos: 10.655283,25.247313 + parent: 1653 + type: Transform + - uid: 126 + components: + - rot: -6.283185307179586 rad + pos: 9.436043,27.291958 + parent: 1653 + type: Transform + - uid: 181 + components: + - pos: 9.83762,26.231688 + parent: 1653 + type: Transform + - uid: 182 + components: + - pos: 9.009495,26.278563 + parent: 1653 + type: Transform + - uid: 211 + components: + - pos: 10.467783,25.325438 + parent: 1653 + type: Transform + - uid: 212 + components: + - rot: -6.283185307179586 rad + pos: 9.976189,27.010708 + parent: 1653 + type: Transform + - uid: 213 + components: + - pos: 8.86887,27.028563 + parent: 1653 + type: Transform +- proto: Chainsaw + entities: + - uid: 396 + components: + - pos: 12.278494,46.219402 + parent: 1653 + type: Transform +- proto: Chair + entities: + - uid: 399 + components: + - rot: 3.141592653589793 rad + pos: 19.5,34.5 + parent: 1653 + type: Transform +- proto: ChairPilotSeat + entities: + - uid: 8 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + type: Transform + - uid: 466 + components: + - rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 + type: Transform +- proto: ChairRitual + entities: + - uid: 127 + components: + - pos: 9.5,28.5 + parent: 1653 + type: Transform +- proto: CigaretteCapsaicinOil + entities: + - uid: 322 + components: + - pos: 31.649122,18.823664 + parent: 1653 + type: Transform +- proto: CigaretteSyndicate + entities: + - uid: 439 + components: + - flags: InContainer + type: MetaData + - parent: 438 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingBackpackDuffelCargo + entities: + - uid: 288 + components: + - pos: 17.527935,7.630492 + parent: 1653 + type: Transform +- proto: ClothingHeadHatFlowerCrown + entities: + - uid: 233 + components: + - pos: 27.441708,39.437607 + parent: 1653 + type: Transform +- proto: ClothingHeadHatGladiator + entities: + - uid: 7 + components: + - flags: InContainer + type: MetaData + - parent: 6 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingNeckCloakTrans + entities: + - uid: 332 + components: + - flags: InContainer + type: MetaData + - parent: 331 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitSalvage + entities: + - uid: 432 + components: + - pos: 4.447749,45.58406 + parent: 1653 + type: Transform +- proto: ClothingShoesClown + entities: + - uid: 202 + components: + - flags: InContainer + type: MetaData + - parent: 200 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitGladiator + entities: + - uid: 215 + components: + - flags: InContainer + type: MetaData + - parent: 214 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitMonasticRobeDark + entities: + - uid: 40 + components: + - pos: 36.46349,13.791253 + parent: 1653 + type: Transform + - uid: 99 + components: + - pos: 36.27599,15.338128 + parent: 1653 + type: Transform + - uid: 216 + components: + - pos: 35.46349,15.619378 + parent: 1653 + type: Transform + - uid: 272 + components: + - pos: 34.05724,14.385003 + parent: 1653 + type: Transform + - uid: 273 + components: + - pos: 34.58849,15.213128 + parent: 1653 + type: Transform + - uid: 357 + components: + - pos: 35.58849,13.213128 + parent: 1653 + type: Transform + - uid: 358 + components: + - pos: 34.697865,13.588128 + parent: 1653 + type: Transform + - uid: 443 + components: + - pos: 36.80724,14.744378 + parent: 1653 + type: Transform +- proto: Cobweb1 + entities: + - uid: 190 + components: + - pos: 24.5,10.5 + parent: 1653 + type: Transform + - uid: 289 + components: + - pos: 0.5,10.5 + parent: 1653 + type: Transform + - uid: 290 + components: + - pos: 32.5,16.5 + parent: 1653 + type: Transform + - uid: 384 + components: + - pos: 0.5,36.5 + parent: 1653 + type: Transform + - uid: 385 + components: + - pos: 28.5,32.5 + parent: 1653 + type: Transform + - uid: 393 + components: + - pos: 12.5,22.5 + parent: 1653 + type: Transform + - uid: 418 + components: + - pos: 0.5,40.5 + parent: 1653 + type: Transform + - uid: 458 + components: + - pos: 2.5,46.5 + parent: 1653 + type: Transform +- proto: Cobweb2 + entities: + - uid: 137 + components: + - pos: 33.5,9.5 + parent: 1653 + type: Transform + - uid: 252 + components: + - pos: 26.5,32.5 + parent: 1653 + type: Transform + - uid: 291 + components: + - pos: 34.5,3.5 + parent: 1653 + type: Transform + - uid: 314 + components: + - pos: 22.5,10.5 + parent: 1653 + type: Transform + - uid: 341 + components: + - pos: 20.5,46.5 + parent: 1653 + type: Transform + - uid: 382 + components: + - pos: 14.5,40.5 + parent: 1653 + type: Transform + - uid: 383 + components: + - pos: 32.5,20.5 + parent: 1653 + type: Transform + - uid: 417 + components: + - pos: 24.5,2.5 + parent: 1653 + type: Transform +- proto: ComfyChair + entities: + - uid: 381 + components: + - pos: 13.5,27.5 + parent: 1653 + type: Transform +- proto: ConveyorBelt + entities: + - uid: 101 + components: + - rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 1653 + type: Transform + - uid: 102 + components: + - rot: -1.5707963267948966 rad + pos: 28.5,10.5 + parent: 1653 + type: Transform + - uid: 103 + components: + - rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 1653 + type: Transform + - uid: 104 + components: + - rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 1653 + type: Transform + - uid: 105 + components: + - rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 1653 + type: Transform + - uid: 106 + components: + - rot: -1.5707963267948966 rad + pos: 26.5,10.5 + parent: 1653 + type: Transform +- proto: CrateCoffin + entities: + - uid: 331 + components: + - pos: 16.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 332 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 435 + components: + - pos: 22.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 436 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 438 + components: + - pos: 23.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 439 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 441 + components: + - pos: 20.5,30.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 442 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer +- proto: CrateEmergencyRadiation + entities: + - uid: 364 + components: + - pos: 15.5,36.5 + parent: 1653 + type: Transform +- proto: CrateEmptySpawner + entities: + - uid: 128 + components: + - pos: 4.5,40.5 + parent: 1653 + type: Transform +- proto: CrateFilledSpawner + entities: + - uid: 111 + components: + - pos: 8.5,2.5 + parent: 1653 + type: Transform + - uid: 367 + components: + - pos: 18.5,46.5 + parent: 1653 + type: Transform + - uid: 411 + components: + - pos: 13.5,36.5 + parent: 1653 + type: Transform + - uid: 490 + components: + - pos: 28.5,8.5 + parent: 1653 + type: Transform +- proto: CrateNPCPenguin + entities: + - uid: 474 + components: + - pos: 13.5,25.5 + parent: 1653 + type: Transform +- proto: CrateWoodenGrave + entities: + - uid: 6 + components: + - pos: 27.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 200 + components: + - pos: 42.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 202 + - 201 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 214 + components: + - pos: 28.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 215 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 231 + components: + - pos: 26.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 232 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer +- proto: CrystalSpawner + entities: + - uid: 129 + components: + - pos: 27.5,35.5 + parent: 1653 + type: Transform + - uid: 131 + components: + - pos: 29.5,34.5 + parent: 1653 + type: Transform + - uid: 132 + components: + - pos: 30.5,35.5 + parent: 1653 + type: Transform + - uid: 172 + components: + - pos: 19.5,21.5 + parent: 1653 + type: Transform + - uid: 178 + components: + - pos: 20.5,20.5 + parent: 1653 + type: Transform + - uid: 298 + components: + - pos: 13.5,38.5 + parent: 1653 + type: Transform + - uid: 300 + components: + - pos: 9.5,40.5 + parent: 1653 + type: Transform + - uid: 301 + components: + - pos: 30.5,36.5 + parent: 1653 + type: Transform + - uid: 308 + components: + - pos: 31.5,36.5 + parent: 1653 + type: Transform +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 309 + components: + - pos: 21.254128,38.485172 + parent: 1653 + type: Transform +- proto: DresserFilled + entities: + - uid: 413 + components: + - pos: 20.5,44.5 + parent: 1653 + type: Transform +- proto: FenceMetalCorner + entities: + - uid: 321 + components: + - rot: 1.5707963267948966 rad + pos: 20.5,35.5 + parent: 1653 + type: Transform + - uid: 477 + components: + - rot: -1.5707963267948966 rad + pos: 14.5,35.5 + parent: 1653 + type: Transform +- proto: FenceMetalGate + entities: + - uid: 268 + components: + - rot: 3.141592653589793 rad + pos: 17.5,35.5 + parent: 1653 + type: Transform +- proto: FenceMetalStraight + entities: + - uid: 267 + components: + - rot: 1.5707963267948966 rad + pos: 19.5,35.5 + parent: 1653 + type: Transform + - uid: 293 + components: + - pos: 14.5,36.5 + parent: 1653 + type: Transform + - uid: 476 + components: + - rot: 1.5707963267948966 rad + pos: 15.5,35.5 + parent: 1653 + type: Transform + - uid: 478 + components: + - rot: 1.5707963267948966 rad + pos: 16.5,35.5 + parent: 1653 + type: Transform + - uid: 479 + components: + - pos: 20.5,34.5 + parent: 1653 + type: Transform + - uid: 480 + components: + - rot: 1.5707963267948966 rad + pos: 18.5,35.5 + parent: 1653 + type: Transform +- proto: FlashlightLantern + entities: + - uid: 372 + components: + - pos: 16.286905,3.5055985 + parent: 1653 + type: Transform +- proto: FloorChasmEntity + entities: + - uid: 3 + components: + - pos: 5.5,0.5 + parent: 1653 + type: Transform + - uid: 4 + components: + - pos: 6.5,4.5 + parent: 1653 + type: Transform + - uid: 5 + components: + - pos: 6.5,3.5 + parent: 1653 + type: Transform + - uid: 17 + components: + - pos: 9.5,4.5 + parent: 1653 + type: Transform + - uid: 18 + components: + - pos: 4.5,4.5 + parent: 1653 + type: Transform + - uid: 19 + components: + - pos: 41.5,1.5 + parent: 1653 + type: Transform + - uid: 20 + components: + - pos: 44.5,1.5 + parent: 1653 + type: Transform + - uid: 21 + components: + - pos: 45.5,1.5 + parent: 1653 + type: Transform + - uid: 22 + components: + - pos: 44.5,0.5 + parent: 1653 + type: Transform + - uid: 23 + components: + - pos: 45.5,0.5 + parent: 1653 + type: Transform + - uid: 24 + components: + - pos: 47.5,0.5 + parent: 1653 + type: Transform + - uid: 25 + components: + - pos: 48.5,0.5 + parent: 1653 + type: Transform + - uid: 76 + components: + - pos: 15.5,4.5 + parent: 1653 + type: Transform + - uid: 77 + components: + - pos: 14.5,0.5 + parent: 1653 + type: Transform + - uid: 78 + components: + - pos: 14.5,1.5 + parent: 1653 + type: Transform + - uid: 82 + components: + - pos: 12.5,1.5 + parent: 1653 + type: Transform + - uid: 83 + components: + - pos: 13.5,4.5 + parent: 1653 + type: Transform + - uid: 84 + components: + - pos: 12.5,0.5 + parent: 1653 + type: Transform + - uid: 85 + components: + - pos: 13.5,0.5 + parent: 1653 + type: Transform + - uid: 86 + components: + - pos: 13.5,1.5 + parent: 1653 + type: Transform + - uid: 87 + components: + - pos: 46.5,1.5 + parent: 1653 + type: Transform + - uid: 88 + components: + - pos: 46.5,0.5 + parent: 1653 + type: Transform + - uid: 97 + components: + - pos: 14.5,4.5 + parent: 1653 + type: Transform + - uid: 112 + components: + - pos: 7.5,0.5 + parent: 1653 + type: Transform + - uid: 114 + components: + - pos: 10.5,0.5 + parent: 1653 + type: Transform + - uid: 115 + components: + - pos: 10.5,1.5 + parent: 1653 + type: Transform + - uid: 116 + components: + - pos: 11.5,4.5 + parent: 1653 + type: Transform + - uid: 118 + components: + - pos: 11.5,3.5 + parent: 1653 + type: Transform + - uid: 119 + components: + - pos: 11.5,0.5 + parent: 1653 + type: Transform + - uid: 120 + components: + - pos: 11.5,1.5 + parent: 1653 + type: Transform + - uid: 235 + components: + - pos: 49.5,0.5 + parent: 1653 + type: Transform + - uid: 241 + components: + - pos: 3.5,4.5 + parent: 1653 + type: Transform + - uid: 242 + components: + - pos: 2.5,0.5 + parent: 1653 + type: Transform + - uid: 245 + components: + - pos: 10.5,3.5 + parent: 1653 + type: Transform + - uid: 250 + components: + - pos: 4.5,3.5 + parent: 1653 + type: Transform + - uid: 258 + components: + - pos: 3.5,0.5 + parent: 1653 + type: Transform + - uid: 278 + components: + - pos: 40.5,2.5 + parent: 1653 + type: Transform + - uid: 315 + components: + - pos: 1.5,4.5 + parent: 1653 + type: Transform + - uid: 317 + components: + - pos: 5.5,3.5 + parent: 1653 + type: Transform + - uid: 337 + components: + - pos: 4.5,0.5 + parent: 1653 + type: Transform + - uid: 340 + components: + - pos: 42.5,2.5 + parent: 1653 + type: Transform + - uid: 350 + components: + - pos: 42.5,1.5 + parent: 1653 + type: Transform + - uid: 354 + components: + - pos: 12.5,3.5 + parent: 1653 + type: Transform + - uid: 359 + components: + - pos: 15.5,1.5 + parent: 1653 + type: Transform + - uid: 360 + components: + - pos: 15.5,0.5 + parent: 1653 + type: Transform + - uid: 363 + components: + - pos: 12.5,4.5 + parent: 1653 + type: Transform + - uid: 368 + components: + - pos: 43.5,2.5 + parent: 1653 + type: Transform + - uid: 377 + components: + - pos: 7.5,4.5 + parent: 1653 + type: Transform + - uid: 378 + components: + - pos: 6.5,1.5 + parent: 1653 + type: Transform + - uid: 387 + components: + - pos: 43.5,1.5 + parent: 1653 + type: Transform + - uid: 398 + components: + - pos: 41.5,2.5 + parent: 1653 + type: Transform + - uid: 401 + components: + - pos: 5.5,1.5 + parent: 1653 + type: Transform + - uid: 404 + components: + - pos: 5.5,4.5 + parent: 1653 + type: Transform + - uid: 452 + components: + - pos: 2.5,4.5 + parent: 1653 + type: Transform + - uid: 453 + components: + - pos: 1.5,0.5 + parent: 1653 + type: Transform + - uid: 459 + components: + - pos: 44.5,2.5 + parent: 1653 + type: Transform + - uid: 468 + components: + - pos: 3.5,3.5 + parent: 1653 + type: Transform + - uid: 471 + components: + - pos: 6.5,0.5 + parent: 1653 + type: Transform + - uid: 472 + components: + - pos: 10.5,4.5 + parent: 1653 + type: Transform + - uid: 473 + components: + - pos: 9.5,0.5 + parent: 1653 + type: Transform +- proto: FloorWaterEntity + entities: + - uid: 13 + components: + - pos: 27.5,14.5 + parent: 1653 + type: Transform + - uid: 14 + components: + - pos: 29.5,14.5 + parent: 1653 + type: Transform + - uid: 15 + components: + - pos: 28.5,15.5 + parent: 1653 + type: Transform + - uid: 43 + components: + - pos: 26.5,16.5 + parent: 1653 + type: Transform + - uid: 45 + components: + - pos: 30.5,13.5 + parent: 1653 + type: Transform + - uid: 46 + components: + - pos: 29.5,13.5 + parent: 1653 + type: Transform + - uid: 47 + components: + - pos: 28.5,12.5 + parent: 1653 + type: Transform + - uid: 49 + components: + - pos: 27.5,16.5 + parent: 1653 + type: Transform + - uid: 65 + components: + - pos: 29.5,12.5 + parent: 1653 + type: Transform + - uid: 72 + components: + - pos: 25.5,13.5 + parent: 1653 + type: Transform + - uid: 93 + components: + - pos: 24.5,15.5 + parent: 1653 + type: Transform + - uid: 100 + components: + - pos: 27.5,12.5 + parent: 1653 + type: Transform + - uid: 221 + components: + - pos: 26.5,13.5 + parent: 1653 + type: Transform + - uid: 222 + components: + - pos: 26.5,14.5 + parent: 1653 + type: Transform + - uid: 223 + components: + - pos: 26.5,15.5 + parent: 1653 + type: Transform + - uid: 224 + components: + - pos: 27.5,13.5 + parent: 1653 + type: Transform + - uid: 444 + components: + - pos: 28.5,14.5 + parent: 1653 + type: Transform + - uid: 445 + components: + - pos: 27.5,15.5 + parent: 1653 + type: Transform + - uid: 446 + components: + - pos: 28.5,13.5 + parent: 1653 + type: Transform + - uid: 447 + components: + - pos: 25.5,15.5 + parent: 1653 + type: Transform + - uid: 448 + components: + - pos: 25.5,14.5 + parent: 1653 + type: Transform +- proto: FloraRockSolid01 + entities: + - uid: 63 + components: + - pos: 1.4643247,15.527116 + parent: 1653 + type: Transform + - uid: 230 + components: + - pos: 25.553497,34.710487 + parent: 1653 + type: Transform + - uid: 281 + components: + - pos: 7.4866443,6.552367 + parent: 1653 + type: Transform + - uid: 295 + components: + - pos: 0.911531,32.452705 + parent: 1653 + type: Transform + - uid: 303 + components: + - pos: 21.638557,19.381065 + parent: 1653 + type: Transform + - uid: 374 + components: + - pos: 3.5664039,19.498943 + parent: 1653 + type: Transform +- proto: FloraRockSolid02 + entities: + - uid: 64 + components: + - pos: 11.966135,14.804356 + parent: 1653 + type: Transform + - uid: 171 + components: + - pos: 8.535091,20.608318 + parent: 1653 + type: Transform + - uid: 306 + components: + - pos: 12.087021,32.358955 + parent: 1653 + type: Transform +- proto: FloraRockSolid03 + entities: + - uid: 90 + components: + - pos: 23.53006,1.5159609 + parent: 1653 + type: Transform + - uid: 170 + components: + - pos: 1.9101539,21.811443 + parent: 1653 + type: Transform + - uid: 199 + components: + - pos: 44.689724,39.621048 + parent: 1653 + type: Transform + - uid: 243 + components: + - pos: 21.468937,26.614876 + parent: 1653 + type: Transform + - uid: 296 + components: + - pos: 9.355139,30.733953 + parent: 1653 + type: Transform + - uid: 330 + components: + - pos: 35.552525,31.574036 + parent: 1653 + type: Transform + - uid: 361 + components: + - pos: 5.433075,13.527116 + parent: 1653 + type: Transform + - uid: 375 + components: + - pos: 1.5647693,8.536742 + parent: 1653 + type: Transform +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 209 + components: + - pos: 0.9877088,26.184813 + parent: 1653 + type: Transform +- proto: FoodCornTrash + entities: + - uid: 2 + components: + - pos: 26.81556,20.415936 + parent: 1653 + type: Transform + - uid: 109 + components: + - pos: 27.367641,20.311768 + parent: 1653 + type: Transform + - uid: 113 + components: + - pos: 27.388475,19.988852 + parent: 1653 + type: Transform + - uid: 249 + components: + - pos: 27.638475,20.843018 + parent: 1653 + type: Transform + - uid: 254 + components: + - pos: 28.055141,20.301352 + parent: 1653 + type: Transform + - uid: 319 + components: + - pos: 27.482225,20.530518 + parent: 1653 + type: Transform + - uid: 391 + components: + - pos: 26.930141,20.728436 + parent: 1653 + type: Transform + - uid: 475 + components: + - pos: 27.84681,20.634686 + parent: 1653 + type: Transform +- proto: FoodMeatHuman + entities: + - uid: 186 + components: + - pos: 34.42388,40.652298 + parent: 1653 + type: Transform + - uid: 187 + components: + - pos: 34.64263,40.511673 + parent: 1653 + type: Transform +- proto: FoodMeatLizardtailKebab + entities: + - uid: 42 + components: + - pos: 38.036457,12.588582 + parent: 1653 + type: Transform +- proto: FoodMeatRouny + entities: + - uid: 183 + components: + - pos: 36.45513,40.589798 + parent: 1653 + type: Transform +- proto: FoodSnackPopcorn + entities: + - uid: 74 + components: + - pos: 25.648891,21.040936 + parent: 1653 + type: Transform + - uid: 79 + components: + - pos: 25.763475,21.645102 + parent: 1653 + type: Transform + - uid: 81 + components: + - pos: 25.461391,21.207602 + parent: 1653 + type: Transform + - uid: 117 + components: + - pos: 25.857225,21.207602 + parent: 1653 + type: Transform + - uid: 240 + components: + - pos: 25.97181,21.030518 + parent: 1653 + type: Transform +- proto: FoodTinPeachesMaintOpen + entities: + - uid: 208 + components: + - pos: 2.343669,28.087896 + parent: 1653 + type: Transform +- proto: GeigerCounter + entities: + - uid: 228 + components: + - rot: -1.5707963267948966 rad + pos: 2.536777,44.354866 + parent: 1653 + type: Transform +- proto: Girder + entities: + - uid: 351 + components: + - rot: 1.5707963267948966 rad + pos: 13.5,45.5 + parent: 1653 + type: Transform +- proto: GlowstickRed + entities: + - uid: 256 + components: + - pos: 12.648991,38.39441 + parent: 1653 + type: Transform + - uid: 264 + components: + - pos: 22.50236,34.545544 + parent: 1653 + type: Transform + - uid: 271 + components: + - pos: 4.5084944,44.49994 + parent: 1653 + type: Transform + - uid: 294 + components: + - pos: 10.820133,30.586414 + parent: 1653 + type: Transform + - uid: 316 + components: + - pos: 26.3416,18.72954 + parent: 1653 + type: Transform + - uid: 414 + components: + - pos: 1.8548665,32.055164 + parent: 1653 + type: Transform + - uid: 420 + components: + - pos: 22.799234,34.62367 + parent: 1653 + type: Transform + - uid: 421 + components: + - pos: 22.299234,34.608044 + parent: 1653 + type: Transform +- proto: GoldOre1 + entities: + - uid: 134 + components: + - pos: 8.948225,24.854458 + parent: 1653 + type: Transform + - uid: 138 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 139 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 144 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 145 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 191 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 266 + components: + - pos: 9.448225,25.291958 + parent: 1653 + type: Transform + - uid: 328 + components: + - pos: 8.541975,25.885708 + parent: 1653 + type: Transform + - uid: 379 + components: + - pos: 10.026349,24.557583 + parent: 1653 + type: Transform +- proto: hydroponicsSoil + entities: + - uid: 1 + components: + - pos: 25.5,20.5 + parent: 1653 + type: Transform + - uid: 390 + components: + - pos: 27.5,21.5 + parent: 1653 + type: Transform + - uid: 423 + components: + - pos: 25.5,19.5 + parent: 1653 + type: Transform +- proto: ImprovisedExplosiveFuel + entities: + - uid: 203 + components: + - pos: 36.443645,31.673359 + parent: 1653 + type: Transform +- proto: IngotGold1 + entities: + - uid: 312 + components: + - pos: 10.073225,25.588833 + parent: 1653 + type: Transform + - uid: 313 + components: + - pos: 10.4951,24.791958 + parent: 1653 + type: Transform + - uid: 426 + components: + - pos: 8.385725,25.104458 + parent: 1653 + type: Transform + - uid: 449 + components: + - pos: 10.698225,26.120083 + parent: 1653 + type: Transform + - uid: 460 + components: + - pos: 9.120099,24.323208 + parent: 1653 + type: Transform +- proto: IngotSilver + entities: + - uid: 262 + components: + - pos: 20.52197,46.638992 + parent: 1653 + type: Transform +- proto: KitchenElectricGrill + entities: + - uid: 205 + components: + - pos: 35.5,40.5 + parent: 1653 + type: Transform +- proto: KitchenMicrowave + entities: + - uid: 244 + components: + - pos: 26.5,21.5 + parent: 1653 + type: Transform +- proto: KukriKnife + entities: + - uid: 130 + components: + - pos: 2.508058,45.496773 + parent: 1653 + type: Transform +- proto: LampGold + entities: + - uid: 380 + components: + - pos: 13.291822,27.041958 + parent: 1653 + type: Transform +- proto: Lantern + entities: + - uid: 28 + components: + - pos: 24.446167,4.4534607 + parent: 1653 + type: Transform + - uid: 29 + components: + - pos: 33.45849,0.51596093 + parent: 1653 + type: Transform + - uid: 89 + components: + - pos: 18.58248,0.51596093 + parent: 1653 + type: Transform + - uid: 180 + components: + - pos: 20.497932,21.77169 + parent: 1653 + type: Transform +- proto: MaintenancePlantSpawner + entities: + - uid: 67 + components: + - pos: 21.5,16.5 + parent: 1653 + type: Transform + - uid: 70 + components: + - pos: 17.5,15.5 + parent: 1653 + type: Transform + - uid: 73 + components: + - pos: 21.5,14.5 + parent: 1653 + type: Transform + - uid: 217 + components: + - pos: 22.5,12.5 + parent: 1653 + type: Transform + - uid: 218 + components: + - pos: 16.5,13.5 + parent: 1653 + type: Transform +- proto: MaintenanceToolSpawner + entities: + - uid: 57 + components: + - pos: 39.5,0.5 + parent: 1653 + type: Transform + - uid: 96 + components: + - pos: 51.5,1.5 + parent: 1653 + type: Transform + - uid: 416 + components: + - pos: 7.5,32.5 + parent: 1653 + type: Transform +- proto: MaintenanceWeaponSpawner + entities: + - uid: 31 + components: + - pos: 22.5,0.5 + parent: 1653 + type: Transform + - uid: 32 + components: + - pos: 1.5,3.5 + parent: 1653 + type: Transform + - uid: 51 + components: + - pos: 52.5,0.5 + parent: 1653 + type: Transform + - uid: 292 + components: + - pos: 34.5,31.5 + parent: 1653 + type: Transform +- proto: MaterialWoodPlank + entities: + - uid: 442 + components: + - flags: InContainer + type: MetaData + - parent: 441 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: MedkitOxygenFilled + entities: + - uid: 225 + components: + - pos: 17.973127,40.40886 + parent: 1653 + type: Transform +- proto: MiningWindow + entities: + - uid: 155 + components: + - pos: 19.5,47.5 + parent: 1653 + type: Transform + - uid: 162 + components: + - pos: 3.5,47.5 + parent: 1653 + type: Transform + - uid: 248 + components: + - pos: 11.5,47.5 + parent: 1653 + type: Transform +- proto: OreBox + entities: + - uid: 184 + components: + - pos: 2.5,24.5 + parent: 1653 + type: Transform + - uid: 270 + components: + - pos: 37.5,4.5 + parent: 1653 + type: Transform + - uid: 283 + components: + - pos: 17.5,8.5 + parent: 1653 + type: Transform + - uid: 488 + components: + - pos: 29.5,8.5 + parent: 1653 + type: Transform +- proto: OreProcessor + entities: + - uid: 269 + components: + - pos: 24.5,10.5 + parent: 1653 + type: Transform + - uid: 320 + components: + - pos: 3.5,46.5 + parent: 1653 + type: Transform +- proto: OrganHumanAppendix + entities: + - uid: 148 + components: + - pos: 10.481619,44.360027 + parent: 1653 + type: Transform +- proto: OrganHumanHeart + entities: + - uid: 206 + components: + - pos: 9.478245,26.669188 + parent: 1653 + type: Transform +- proto: PaintingSadClown + entities: + - uid: 122 + components: + - pos: 43.5,39.5 + parent: 1653 + type: Transform +- proto: PaintingSkeletonCigarette + entities: + - uid: 362 + components: + - pos: 32.5,21.5 + parent: 1653 + type: Transform +- proto: Pickaxe + entities: + - uid: 158 + components: + - pos: 21.525682,34.54406 + parent: 1653 + type: Transform + - uid: 179 + components: + - pos: 21.743324,22.05294 + parent: 1653 + type: Transform +- proto: PlasmaOre1 + entities: + - uid: 469 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 482 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 483 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 485 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 489 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform +- proto: PlushieLizard + entities: + - uid: 41 + components: + - pos: 35.503193,14.666253 + parent: 1653 + type: Transform +- proto: PlushiePenguin + entities: + - uid: 415 + components: + - pos: 13.526197,27.541958 + parent: 1653 + type: Transform +- proto: PortableGeneratorJrPacman + entities: + - uid: 392 + components: + - pos: 37.5,31.5 + parent: 1653 + type: Transform +- proto: PottedPlantRandom + entities: + - uid: 44 + components: + - pos: 44.5,14.5 + parent: 1653 + type: Transform + - uid: 50 + components: + - pos: 45.5,14.5 + parent: 1653 + type: Transform + - uid: 94 + components: + - pos: 42.5,14.5 + parent: 1653 + type: Transform + - uid: 347 + components: + - pos: 41.5,14.5 + parent: 1653 + type: Transform +- proto: PowerCellHyperPrinted + entities: + - uid: 52 + components: + - pos: 31.760115,2.7803574 + parent: 1653 + type: Transform +- proto: PoweredSmallLight + entities: + - uid: 156 + components: + - rot: 1.5707963267948966 rad + pos: 10.5,45.5 + parent: 1653 + type: Transform +- proto: PuddleVomit + entities: + - uid: 229 + components: + - pos: 3.5,45.5 + parent: 1653 + type: Transform +- proto: Rack + entities: + - uid: 276 + components: + - pos: 18.5,45.5 + parent: 1653 + type: Transform + - uid: 334 + components: + - pos: 20.5,45.5 + parent: 1653 + type: Transform + - uid: 335 + components: + - pos: 20.5,46.5 + parent: 1653 + type: Transform + - uid: 352 + components: + - pos: 21.5,34.5 + parent: 1653 + type: Transform + - uid: 365 + components: + - pos: 10.5,46.5 + parent: 1653 + type: Transform + - uid: 403 + components: + - pos: 4.5,45.5 + parent: 1653 + type: Transform + - uid: 410 + components: + - pos: 22.5,34.5 + parent: 1653 + type: Transform +- proto: Railing + entities: + - uid: 260 + components: + - rot: 3.141592653589793 rad + pos: 27.5,9.5 + parent: 1653 + type: Transform + - uid: 261 + components: + - rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 1653 + type: Transform + - uid: 277 + components: + - rot: 3.141592653589793 rad + pos: 26.5,9.5 + parent: 1653 + type: Transform + - uid: 327 + components: + - rot: 3.141592653589793 rad + pos: 30.5,9.5 + parent: 1653 + type: Transform + - uid: 376 + components: + - rot: 3.141592653589793 rad + pos: 25.5,9.5 + parent: 1653 + type: Transform + - uid: 467 + components: + - rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 1653 + type: Transform +- proto: RailingCornerSmall + entities: + - uid: 371 + components: + - pos: 31.5,9.5 + parent: 1653 + type: Transform +- proto: RandomArtifactSpawner + entities: + - uid: 48 + components: + - pos: 43.5,14.5 + parent: 1653 + type: Transform +- proto: RandomCargoCorpseSpawner + entities: + - uid: 274 + components: + - pos: 11.5,46.5 + parent: 1653 + type: Transform +- proto: RandomServiceCorpseSpawner + entities: + - uid: 400 + components: + - pos: 19.5,45.5 + parent: 1653 + type: Transform +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 481 + components: + - pos: 27.5,8.5 + parent: 1653 + type: Transform + - uid: 491 + components: + - pos: 30.5,8.5 + parent: 1653 + type: Transform +- proto: ShadowTree03 + entities: + - uid: 68 + components: + - pos: 19.477606,14.337568 + parent: 1653 + type: Transform +- proto: SheetSteel1 + entities: + - uid: 457 + components: + - pos: 13.481619,44.391277 + parent: 1653 + type: Transform +- proto: ShellShotgunIncendiary + entities: + - uid: 405 + components: + - pos: 18.58831,45.763992 + parent: 1653 + type: Transform +- proto: ShellShotgunSlug + entities: + - uid: 339 + components: + - pos: 18.603935,45.404617 + parent: 1653 + type: Transform +- proto: Shovel + entities: + - uid: 30 + components: + - pos: 33.425346,4.383849 + parent: 1653 + type: Transform + - uid: 394 + components: + - pos: 31.844257,31.05841 + parent: 1653 + type: Transform +- proto: SignNTMine + entities: + - uid: 253 + components: + - pos: 4.5,43.5 + parent: 1653 + type: Transform + - uid: 326 + components: + - pos: 20.5,43.5 + parent: 1653 + type: Transform +- proto: SilverOre1 + entities: + - uid: 198 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 318 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 484 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 486 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 487 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform +- proto: SmallLight + entities: + - uid: 336 + components: + - rot: 1.5707963267948966 rad + pos: 18.5,45.5 + parent: 1653 + type: Transform + - uid: 434 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,45.5 + parent: 1653 + type: Transform +- proto: SpawnMobFrog + entities: + - uid: 386 + components: + - pos: 18.5,44.5 + parent: 1653 + type: Transform +- proto: SpearBone + entities: + - uid: 232 + components: + - flags: InContainer + type: MetaData + - parent: 231 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: SteelBench + entities: + - uid: 71 + components: + - pos: 19.5,13.5 + parent: 1653 + type: Transform +- proto: SteelOre + entities: + - uid: 197 + components: + - pos: 28.470577,10.523108 + parent: 1653 + type: Transform +- proto: TableCarpet + entities: + - uid: 465 + components: + - pos: 13.5,26.5 + parent: 1653 + type: Transform +- proto: TableReinforced + entities: + - uid: 246 + components: + - pos: 4.5,46.5 + parent: 1653 + type: Transform +- proto: TableWood + entities: + - uid: 56 + components: + - pos: 39.5,0.5 + parent: 1653 + type: Transform + - uid: 59 + components: + - pos: 51.5,1.5 + parent: 1653 + type: Transform + - uid: 124 + components: + - pos: 34.5,40.5 + parent: 1653 + type: Transform + - uid: 133 + components: + - pos: 5.5,40.5 + parent: 1653 + type: Transform + - uid: 173 + components: + - pos: 20.5,21.5 + parent: 1653 + type: Transform + - uid: 226 + components: + - pos: 36.5,40.5 + parent: 1653 + type: Transform + - uid: 227 + components: + - pos: 35.5,40.5 + parent: 1653 + type: Transform + - uid: 333 + components: + - pos: 36.5,31.5 + parent: 1653 + type: Transform +- proto: ToiletDirtyWater + entities: + - uid: 406 + components: + - pos: 32.5,20.5 + parent: 1653 + type: Transform +- proto: Torch + entities: + - uid: 58 + components: + - pos: 52.617035,4.4522324 + parent: 1653 + type: Transform + - uid: 60 + components: + - pos: 38.654633,2.7959824 + parent: 1653 + type: Transform + - uid: 135 + components: + - pos: 5.4760814,40.63729 + parent: 1653 + type: Transform + - uid: 136 + components: + - pos: 5.6792064,40.621666 + parent: 1653 + type: Transform + - uid: 366 + components: + - pos: 10.669119,46.594402 + parent: 1653 + type: Transform +- proto: TorsoSkeleton + entities: + - uid: 325 + components: + - pos: 32.5085,20.620539 + parent: 1653 + type: Transform +- proto: TrashBakedBananaPeel + entities: + - uid: 210 + components: + - pos: 5.484687,26.403563 + parent: 1653 + type: Transform +- proto: UraniumOre + entities: + - uid: 433 + components: + - pos: 4.487873,46.58196 + parent: 1653 + type: Transform +- proto: UraniumOre1 + entities: + - uid: 192 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 193 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 194 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 195 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 196 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform +- proto: WallMining + entities: + - uid: 11 + components: + - pos: 13.5,46.5 + parent: 1653 + type: Transform + - uid: 150 + components: + - pos: 18.5,43.5 + parent: 1653 + type: Transform + - uid: 151 + components: + - pos: 17.5,44.5 + parent: 1653 + type: Transform + - uid: 152 + components: + - pos: 17.5,46.5 + parent: 1653 + type: Transform + - uid: 153 + components: + - pos: 18.5,47.5 + parent: 1653 + type: Transform + - uid: 154 + components: + - pos: 20.5,47.5 + parent: 1653 + type: Transform + - uid: 157 + components: + - pos: 17.5,45.5 + parent: 1653 + type: Transform + - uid: 159 + components: + - pos: 4.5,47.5 + parent: 1653 + type: Transform + - uid: 160 + components: + - pos: 2.5,47.5 + parent: 1653 + type: Transform + - uid: 161 + components: + - pos: 1.5,44.5 + parent: 1653 + type: Transform + - uid: 163 + components: + - pos: 5.5,45.5 + parent: 1653 + type: Transform + - uid: 164 + components: + - pos: 1.5,46.5 + parent: 1653 + type: Transform + - uid: 165 + components: + - pos: 1.5,45.5 + parent: 1653 + type: Transform + - uid: 247 + components: + - pos: 10.5,47.5 + parent: 1653 + type: Transform + - uid: 265 + components: + - pos: 21.5,46.5 + parent: 1653 + type: Transform + - uid: 329 + components: + - pos: 20.5,43.5 + parent: 1653 + type: Transform + - uid: 353 + components: + - pos: 9.5,46.5 + parent: 1653 + type: Transform + - uid: 370 + components: + - pos: 5.5,44.5 + parent: 1653 + type: Transform + - uid: 373 + components: + - pos: 5.5,46.5 + parent: 1653 + type: Transform + - uid: 402 + components: + - rot: 1.5707963267948966 rad + pos: 10.5,43.5 + parent: 1653 + type: Transform + - uid: 425 + components: + - pos: 21.5,45.5 + parent: 1653 + type: Transform + - uid: 427 + components: + - pos: 21.5,44.5 + parent: 1653 + type: Transform + - uid: 429 + components: + - pos: 9.5,44.5 + parent: 1653 + type: Transform + - uid: 430 + components: + - pos: 9.5,45.5 + parent: 1653 + type: Transform + - uid: 431 + components: + - pos: 12.5,47.5 + parent: 1653 + type: Transform + - uid: 455 + components: + - pos: 2.5,43.5 + parent: 1653 + type: Transform + - uid: 456 + components: + - pos: 4.5,43.5 + parent: 1653 + type: Transform +- proto: WallMiningDiagonal + entities: + - uid: 166 + components: + - pos: 1.5,47.5 + parent: 1653 + type: Transform + - uid: 167 + components: + - rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 1653 + type: Transform + - uid: 168 + components: + - rot: 3.141592653589793 rad + pos: 5.5,43.5 + parent: 1653 + type: Transform + - uid: 169 + components: + - rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + type: Transform + - uid: 251 + components: + - pos: 9.5,47.5 + parent: 1653 + type: Transform + - uid: 275 + components: + - rot: -1.5707963267948966 rad + pos: 13.5,47.5 + parent: 1653 + type: Transform + - uid: 397 + components: + - rot: 1.5707963267948966 rad + pos: 9.5,43.5 + parent: 1653 + type: Transform + - uid: 428 + components: + - pos: 17.5,47.5 + parent: 1653 + type: Transform + - uid: 493 + components: + - rot: -1.5707963267948966 rad + pos: 21.5,47.5 + parent: 1653 + type: Transform + - uid: 494 + components: + - rot: 3.141592653589793 rad + pos: 21.5,43.5 + parent: 1653 + type: Transform + - uid: 495 + components: + - rot: 1.5707963267948966 rad + pos: 17.5,43.5 + parent: 1653 + type: Transform +- proto: WallWood + entities: + - uid: 16 + components: + - pos: 31.5,19.5 + parent: 1653 + type: Transform + - uid: 188 + components: + - pos: 43.5,39.5 + parent: 1653 + type: Transform + - uid: 255 + components: + - pos: 31.5,21.5 + parent: 1653 + type: Transform + - uid: 323 + components: + - pos: 33.5,20.5 + parent: 1653 + type: Transform + - uid: 324 + components: + - pos: 33.5,21.5 + parent: 1653 + type: Transform + - uid: 338 + components: + - pos: 33.5,19.5 + parent: 1653 + type: Transform + - uid: 408 + components: + - pos: 32.5,21.5 + parent: 1653 + type: Transform + - uid: 409 + components: + - pos: 31.5,20.5 + parent: 1653 + type: Transform +- proto: WaterTankHighCapacity + entities: + - uid: 219 + components: + - pos: 27.5,14.5 + parent: 1653 + type: Transform +- proto: WeaponShotgunImprovised + entities: + - uid: 412 + components: + - pos: 20.496641,45.467117 + parent: 1653 + type: Transform +- proto: WeldingFuelTankFull + entities: + - uid: 10 + components: + - pos: 2.5,46.5 + parent: 1653 + type: Transform +- proto: WoodDoor + entities: + - uid: 407 + components: + - pos: 32.5,19.5 + parent: 1653 + type: Transform +- proto: WoodenSign + entities: + - uid: 189 + components: + - pos: 1.5555744,26.347673 + parent: 1653 + type: Transform +- proto: WoodenSignRight + entities: + - uid: 62 + components: + - pos: 11.898959,14.345065 + parent: 1653 + type: Transform + - uid: 177 + components: + - pos: 9.503841,22.358318 + parent: 1653 + type: Transform + - uid: 440 + components: + - pos: 25.205534,32.33467 + parent: 1653 + type: Transform + - uid: 451 + components: + - pos: 5.5491443,7.271117 + parent: 1653 + type: Transform +- proto: WoodenSupport + entities: + - uid: 9 + components: + - pos: 10.5,10.5 + parent: 1653 + type: Transform + - uid: 66 + components: + - pos: 38.5,16.5 + parent: 1653 + type: Transform + - uid: 107 + components: + - pos: 8.5,32.5 + parent: 1653 + type: Transform + - uid: 108 + components: + - pos: 1.5,36.5 + parent: 1653 + type: Transform + - uid: 110 + components: + - pos: 0.5,22.5 + parent: 1653 + type: Transform + - uid: 140 + components: + - pos: 34.5,6.5 + parent: 1653 + type: Transform + - uid: 146 + components: + - pos: 24.5,6.5 + parent: 1653 + type: Transform + - uid: 174 + components: + - pos: 13.5,22.5 + parent: 1653 + type: Transform + - uid: 204 + components: + - pos: 2.5,28.5 + parent: 1653 + type: Transform + - uid: 207 + components: + - pos: 0.5,28.5 + parent: 1653 + type: Transform + - uid: 259 + components: + - pos: 20.5,24.5 + parent: 1653 + type: Transform + - uid: 279 + components: + - pos: 12.5,10.5 + parent: 1653 + type: Transform + - uid: 286 + components: + - pos: 22.5,10.5 + parent: 1653 + type: Transform + - uid: 422 + components: + - pos: 22.5,28.5 + parent: 1653 + type: Transform + - uid: 424 + components: + - pos: 22.5,40.5 + parent: 1653 + type: Transform + - uid: 450 + components: + - pos: 0.5,10.5 + parent: 1653 + type: Transform + - uid: 462 + components: + - pos: 53.5,4.5 + parent: 1653 + type: Transform + - uid: 464 + components: + - pos: 36.5,4.5 + parent: 1653 + type: Transform + - uid: 470 + components: + - pos: 8.5,36.5 + parent: 1653 + type: Transform +- proto: WoodenSupportBeam + entities: + - uid: 35 + components: + - pos: 29.5,1.5 + parent: 1653 + type: Transform + - uid: 143 + components: + - pos: 33.5,10.5 + parent: 1653 + type: Transform + - uid: 285 + components: + - pos: 12.5,6.5 + parent: 1653 + type: Transform + - uid: 307 + components: + - pos: 14.5,20.5 + parent: 1653 + type: Transform + - uid: 355 + components: + - pos: 25.5,1.5 + parent: 1653 + type: Transform + - uid: 395 + components: + - pos: 17.5,27.5 + parent: 1653 + type: Transform +- proto: WoodenSupportWall + entities: + - uid: 27 + components: + - pos: 34.5,4.5 + parent: 1653 + type: Transform + - uid: 33 + components: + - pos: 27.5,1.5 + parent: 1653 + type: Transform + - uid: 34 + components: + - pos: 28.5,1.5 + parent: 1653 + type: Transform + - uid: 36 + components: + - pos: 32.5,2.5 + parent: 1653 + type: Transform + - uid: 37 + components: + - pos: 32.5,3.5 + parent: 1653 + type: Transform + - uid: 38 + components: + - pos: 30.5,1.5 + parent: 1653 + type: Transform + - uid: 39 + components: + - pos: 32.5,0.5 + parent: 1653 + type: Transform + - uid: 53 + components: + - pos: 7.5,8.5 + parent: 1653 + type: Transform + - uid: 54 + components: + - pos: 6.5,8.5 + parent: 1653 + type: Transform + - uid: 55 + components: + - pos: 5.5,8.5 + parent: 1653 + type: Transform + - uid: 69 + components: + - pos: 0.5,12.5 + parent: 1653 + type: Transform + - uid: 75 + components: + - pos: 16.5,27.5 + parent: 1653 + type: Transform + - uid: 91 + components: + - pos: 32.5,1.5 + parent: 1653 + type: Transform + - uid: 92 + components: + - pos: 31.5,3.5 + parent: 1653 + type: Transform + - uid: 98 + components: + - pos: 18.5,25.5 + parent: 1653 + type: Transform + - uid: 125 + components: + - pos: 38.5,40.5 + parent: 1653 + type: Transform + - uid: 141 + components: + - pos: 34.5,10.5 + parent: 1653 + type: Transform + - uid: 142 + components: + - pos: 34.5,9.5 + parent: 1653 + type: Transform + - uid: 175 + components: + - pos: 12.5,20.5 + parent: 1653 + type: Transform + - uid: 176 + components: + - pos: 15.5,20.5 + parent: 1653 + type: Transform + - uid: 185 + components: + - pos: 32.5,40.5 + parent: 1653 + type: Transform + - uid: 234 + components: + - pos: 50.5,0.5 + parent: 1653 + type: Transform + - uid: 236 + components: + - pos: 30.5,3.5 + parent: 1653 + type: Transform + - uid: 237 + components: + - pos: 25.5,3.5 + parent: 1653 + type: Transform + - uid: 238 + components: + - pos: 25.5,4.5 + parent: 1653 + type: Transform + - uid: 239 + components: + - pos: 18.5,1.5 + parent: 1653 + type: Transform + - uid: 257 + components: + - pos: 29.5,3.5 + parent: 1653 + type: Transform + - uid: 263 + components: + - pos: 25.5,2.5 + parent: 1653 + type: Transform + - uid: 280 + components: + - pos: 13.5,6.5 + parent: 1653 + type: Transform + - uid: 282 + components: + - pos: 21.5,6.5 + parent: 1653 + type: Transform + - uid: 287 + components: + - pos: 22.5,6.5 + parent: 1653 + type: Transform + - uid: 297 + components: + - pos: 6.5,40.5 + parent: 1653 + type: Transform + - uid: 299 + components: + - pos: 0.5,38.5 + parent: 1653 + type: Transform + - uid: 305 + components: + - pos: 14.5,30.5 + parent: 1653 + type: Transform + - uid: 310 + components: + - pos: 14.5,32.5 + parent: 1653 + type: Transform + - uid: 311 + components: + - pos: 26.5,30.5 + parent: 1653 + type: Transform + - uid: 342 + components: + - pos: 22.5,3.5 + parent: 1653 + type: Transform + - uid: 343 + components: + - pos: 21.5,3.5 + parent: 1653 + type: Transform + - uid: 344 + components: + - pos: 23.5,3.5 + parent: 1653 + type: Transform + - uid: 345 + components: + - pos: 24.5,3.5 + parent: 1653 + type: Transform + - uid: 346 + components: + - pos: 20.5,1.5 + parent: 1653 + type: Transform + - uid: 349 + components: + - pos: 21.5,1.5 + parent: 1653 + type: Transform + - uid: 388 + components: + - pos: 28.5,3.5 + parent: 1653 + type: Transform + - uid: 389 + components: + - pos: 26.5,1.5 + parent: 1653 + type: Transform + - uid: 419 + components: + - pos: 19.5,1.5 + parent: 1653 + type: Transform + - uid: 437 + components: + - pos: 26.5,32.5 + parent: 1653 + type: Transform + - uid: 461 + components: + - pos: 54.5,4.5 + parent: 1653 + type: Transform +- proto: WoodenSupportWallBroken + entities: + - uid: 26 + components: + - pos: 27.5,3.5 + parent: 1653 + type: Transform + - uid: 80 + components: + - pos: 17.5,25.5 + parent: 1653 + type: Transform + - uid: 95 + components: + - pos: 4.5,8.5 + parent: 1653 + type: Transform + - uid: 284 + components: + - pos: 20.5,6.5 + parent: 1653 + type: Transform + - uid: 348 + components: + - pos: 20.5,3.5 + parent: 1653 + type: Transform + - uid: 356 + components: + - pos: 39.5,2.5 + parent: 1653 + type: Transform + - uid: 463 + components: + - pos: 50.5,1.5 + parent: 1653 + type: Transform +... diff --git a/Resources/Prototypes/Procedural/Themes/haunted.yml b/Resources/Prototypes/Procedural/Themes/haunted.yml new file mode 100644 index 00000000000..9a69b4daa35 --- /dev/null +++ b/Resources/Prototypes/Procedural/Themes/haunted.yml @@ -0,0 +1,308 @@ +# Rooms +# Large +# - 17x5 +- type: dungeonRoom + id: Haunted17x5a + size: 17,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,0 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted17x5b + size: 17,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 18,0 + tags: + - Haunted + +# - 7x7 +- type: dungeonRoom + id: Haunted7x7a + size: 7,7 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,42 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x7b + size: 7,7 + atlas: /Maps/Dungeon/haunted.yml + offset: 8,42 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x7c + size: 7,7 + atlas: /Maps/Dungeon/haunted.yml + offset: 16,42 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x7d + size: 7,7 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,42 + tags: + - Haunted + +# Medium +# - 11x5 +- type: dungeonRoom + id: Haunted11x5a + size: 11,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,6 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted11x5b + size: 11,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 12,6 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted11x5c + size: 11,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,6 + tags: + - Haunted + +# - 7x5 +- type: dungeonRoom + id: Haunted7x5a + size: 7,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,12 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x5b + size: 7,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 8,12 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x5c + size: 7,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 16,12 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x5d + size: 7,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,12 + tags: + - Haunted + +# - 13x3 +- type: dungeonRoom + id: Haunted13x3a + size: 13,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,30 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted13x3b + size: 13,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 14,30 + tags: + - Haunted + +# - 11x3 +- type: dungeonRoom + id: Haunted11x3a + size: 11,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,34 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted11x3b + size: 11,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 12,34 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted11x3c + size: 11,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,34 + tags: + - Haunted + +# - 7x3 +- type: dungeonRoom + id: Haunted7x3a + size: 7,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,38 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x3b + size: 7,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 8,38 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x3c + size: 7,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 16,38 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted7x3d + size: 7,3 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,38 + tags: + - Haunted + +# Small +# - 5x5 +- type: dungeonRoom + id: Haunted5x5a + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,18 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted5x5b + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 6,18 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted5x5c + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 12,18 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted5x5d + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 18,18 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted5x5e + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,18 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted5x5f + size: 5,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 30,18 + tags: + - Haunted + +# - 3x5 +- type: dungeonRoom + id: Haunted3x5a + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 0,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5b + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 4,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5c + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 8,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5d + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 12,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5e + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 16,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5f + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 20,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5g + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 24,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5h + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 28,24 + tags: + - Haunted + +- type: dungeonRoom + id: Haunted3x5i + size: 3,5 + atlas: /Maps/Dungeon/haunted.yml + offset: 32,24 + tags: + - Haunted diff --git a/Resources/Prototypes/Procedural/dungeon_configs.yml b/Resources/Prototypes/Procedural/dungeon_configs.yml index 49837507ae5..9e8d3a44095 100644 --- a/Resources/Prototypes/Procedural/dungeon_configs.yml +++ b/Resources/Prototypes/Procedural/dungeon_configs.yml @@ -175,15 +175,15 @@ - SpaceShip - Tall postGeneration: - + - !type:CorridorPostGen tile: FloorCaveDrought width: 3 - + - !type:DungeonEntrancePostGen count: 5 tile: FloorCaveDrought - entities: + entities: - RandomWoodenWall - !type:RoomEntrancePostGen @@ -195,12 +195,12 @@ tile: FloorCaveDrought entities: - RandomWoodenWall - + - !type:ExternalWindowPostGen tile: FloorCaveDrought entities: - RandomWoodenWall - + - !type:WallMountPostGen tile: FloorCaveDrought spawns: @@ -217,7 +217,7 @@ - id: WallMining prob: 0.8 orGroup: content - + - !type:BoundaryWallPostGen tile: FloorCaveDrought wall: WallRock @@ -225,13 +225,13 @@ - !type:AutoCablingPostGen entity: Catwalk - + - !type:JunctionPostGen tile: FloorCaveDrought width: 3 entities: - RandomWoodenSupport - + - !type:CornerClutterPostGen contents: - id: RandomStalagmiteOrCrystal @@ -321,4 +321,41 @@ SouthWest: BrickTileWhiteInnerSw SouthEast: BrickTileWhiteInnerSe NorthWest: BrickTileWhiteInnerNw - NorthEast: BrickTileWhiteInnerNe \ No newline at end of file + NorthEast: BrickTileWhiteInnerNe + +# todo: Add a biome dungeon generator +# Add corridor first gens that place rooms on top +# Add a worm corridor gen (place subsequent corridors somewhere randomly along the path) +# Place room entrances on ends of corridors touching a tile +# Remove all room tiles from corridors +# Fix paths up and try to reconnect all corridor tiles +# Add a postgen step to spread rooms out, though it shouldn't spread into corridor exteriors + +- type: dungeonConfig + id: Haunted + generator: !type:PrefabDunGen + tile: FloorCaveDrought + roomWhitelist: + - Mineshaft + presets: + - Bucket + - Wow + - SpaceShip + - Tall + postGeneration: + - !type:WormCorridorPostGen + width: 3 + tile: FloorCaveDrought + + - !type:CorridorClutterPostGen + contents: + - id: FloraStalagmite1 + - id: FloraStalagmite2 + - id: FloraStalagmite3 + - id: FloraStalagmite4 + - id: FloraStalagmite5 + - id: FloraStalagmite6 + + - !type:BoundaryWallPostGen + tile: FloorCaveDrought + wall: WallRock diff --git a/Resources/Prototypes/Procedural/salvage_mods.yml b/Resources/Prototypes/Procedural/salvage_mods.yml index 4da7a3bf0f5..6c2bf678621 100644 --- a/Resources/Prototypes/Procedural/salvage_mods.yml +++ b/Resources/Prototypes/Procedural/salvage_mods.yml @@ -241,4 +241,10 @@ id: SnowyLabs proto: SnowyLabs biomes: - - Snow \ No newline at end of file + - Snow + +- type: salvageDungeonMod + id: Haunted + proto: Haunted + biomes: + - Caves diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 543765f7db4..ae1f8c0d19e 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -673,6 +673,9 @@ - type: Tag id: Hardsuit # Prevent melee injectors that can't penetrate hardsuits from injecting the wearer (nettles) +- type: Tag + id: Haunted + - type: Tag id: Head From 2ff4c6576e1ce2f581d1e5204331eb5fd1146e4a Mon Sep 17 00:00:00 2001 From: "Wrexbe (Josh)" <81056464+wrexbe@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:37:40 -0700 Subject: [PATCH 144/213] Maybe fix rsi truncheon error (#26374) Co-authored-by: wrexbe (cherry picked from commit cb97abb2defe5f333443997ccb82365e01ba1b6f) --- Resources/Prototypes/Entities/Objects/Weapons/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/security.yml b/Resources/Prototypes/Entities/Objects/Weapons/security.yml index f9ae8a4782f..9ac737e9cbb 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/security.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/security.yml @@ -102,7 +102,7 @@ - type: Item size: Normal - type: Clothing - sprite: Objects\Weapons\Melee\truncheon.rsi + sprite: Objects/Weapons/Melee/truncheon.rsi quickEquip: false slots: - Belt From fa250d23ed04e2dc2a22f97334e36d0855296d2d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 24 Mar 2024 04:48:04 +0100 Subject: [PATCH 145/213] Add Prometheus stats for admin count (#26284) * Add Prometheus stats for admin count Fixes #20828 Reports time series for admin count. Counts are separated by state (active, AFK, or deadminned) and admin rank. * Use static constructor instead of static readonly for the metric Docs recommend this due to inconsistent execution of C# static constructors. * Remove static usage, use IoC IMeterFactory. --------- Co-authored-by: metalgearsloth (cherry picked from commit a1817a12dbb385275f4273c1abf48fac0a989ddd) --- .../Managers/AdminManager.Metrics.cs | 98 +++++++++++++++++++ .../Administration/Managers/AdminManager.cs | 9 +- 2 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 Content.Server/Administration/Managers/AdminManager.Metrics.cs diff --git a/Content.Server/Administration/Managers/AdminManager.Metrics.cs b/Content.Server/Administration/Managers/AdminManager.Metrics.cs new file mode 100644 index 00000000000..2fea931f1b9 --- /dev/null +++ b/Content.Server/Administration/Managers/AdminManager.Metrics.cs @@ -0,0 +1,98 @@ +using System.Diagnostics.Metrics; +using System.Runtime.InteropServices; +using Content.Server.Afk; +using Robust.Server.DataMetrics; + +namespace Content.Server.Administration.Managers; + +// Handles metrics reporting for active admin count and such. + +public sealed partial class AdminManager +{ + private Dictionary? _adminOnlineCounts; + + private const int SentinelRankId = -1; + + [Dependency] private readonly IMetricsManager _metrics = default!; + [Dependency] private readonly IAfkManager _afkManager = default!; + [Dependency] private readonly IMeterFactory _meterFactory = default!; + + private void InitializeMetrics() + { + _metrics.UpdateMetrics += MetricsOnUpdateMetrics; + + var meter = _meterFactory.Create("SS14.AdminManager"); + + meter.CreateObservableGauge( + "admins_online_count", + MeasureAdminCount, + null, + "The count of online admins"); + } + + private void MetricsOnUpdateMetrics() + { + _sawmill.Verbose("Updating metrics"); + + var dict = new Dictionary(); + + foreach (var (session, reg) in _admins) + { + var rankId = reg.RankId ?? SentinelRankId; + + ref var counts = ref CollectionsMarshal.GetValueRefOrAddDefault(dict, rankId, out _); + + if (reg.Data.Active) + { + if (_afkManager.IsAfk(session)) + counts.afk += 1; + else + counts.active += 1; + } + else + { + counts.deadminned += 1; + } + } + + // Neither prometheus-net nor dotnet-counters seem to handle stuff well if we STOP returning measurements. + // i.e. if the last admin with a rank disconnects. + // So if we have EVER reported a rank, always keep reporting it. + if (_adminOnlineCounts != null) + { + foreach (var rank in _adminOnlineCounts.Keys) + { + CollectionsMarshal.GetValueRefOrAddDefault(dict, rank, out _); + } + } + + // Make sure "no rank" is always available. Avoid "no data". + CollectionsMarshal.GetValueRefOrAddDefault(dict, SentinelRankId, out _); + + _adminOnlineCounts = dict; + } + + private IEnumerable> MeasureAdminCount() + { + if (_adminOnlineCounts == null) + yield break; + + foreach (var (rank, (active, afk, deadminned)) in _adminOnlineCounts) + { + yield return new Measurement( + active, + new KeyValuePair("state", "active"), + new KeyValuePair("rank", rank == SentinelRankId ? "none" : rank.ToString())); + + yield return new Measurement( + afk, + new KeyValuePair("state", "afk"), + new KeyValuePair("rank", rank == SentinelRankId ? "none" : rank.ToString())); + + yield return new Measurement( + deadminned, + new KeyValuePair("state", "deadminned"), + new KeyValuePair("rank", rank == SentinelRankId ? "none" : rank.ToString())); + } + } +} diff --git a/Content.Server/Administration/Managers/AdminManager.cs b/Content.Server/Administration/Managers/AdminManager.cs index 4eaa08fe9dd..b1cca46e63f 100644 --- a/Content.Server/Administration/Managers/AdminManager.cs +++ b/Content.Server/Administration/Managers/AdminManager.cs @@ -23,7 +23,7 @@ namespace Content.Server.Administration.Managers { - public sealed class AdminManager : IAdminManager, IPostInjectInit, IConGroupControllerImplementation + public sealed partial class AdminManager : IAdminManager, IPostInjectInit, IConGroupControllerImplementation { [Dependency] private readonly IPlayerManager _playerManager = default!; [Dependency] private readonly IServerDbManager _dbManager = default!; @@ -34,6 +34,7 @@ public sealed class AdminManager : IAdminManager, IPostInjectInit, IConGroupCont [Dependency] private readonly IServerConsoleHost _consoleHost = default!; [Dependency] private readonly IChatManager _chat = default!; [Dependency] private readonly ToolshedManager _toolshed = default!; + [Dependency] private readonly ILogManager _logManager = default!; private readonly Dictionary _admins = new(); private readonly HashSet _promotedPlayers = new(); @@ -49,6 +50,8 @@ public sealed class AdminManager : IAdminManager, IPostInjectInit, IConGroupCont private readonly AdminCommandPermissions _commandPermissions = new(); private readonly AdminCommandPermissions _toolshedCommandPermissions = new(); + private ISawmill _sawmill = default!; + public bool IsAdmin(ICommonSession session, bool includeDeAdmin = false) { return GetAdminData(session, includeDeAdmin) != null; @@ -181,6 +184,8 @@ public void ReloadAdminsWithRank(int rankId) public void Initialize() { + _sawmill = _logManager.GetSawmill("admin"); + _netMgr.RegisterNetMessage(); // Cache permissions for loaded console commands with the requisite attributes. @@ -234,6 +239,8 @@ public void Initialize() } _toolshed.ActivePermissionController = this; + + InitializeMetrics(); } public void PromoteHost(ICommonSession player) From ad0888a0fd3276b56e41d124a30fd675d377a2fc Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Sat, 23 Mar 2024 21:01:51 -0700 Subject: [PATCH 146/213] Hide empty marking categories in the markings picker (#26377) Hide empty marking categories (cherry picked from commit 4790ccba19c1f63f21a2aa57fe4525587c119d9c) --- Content.Client/Humanoid/MarkingPicker.xaml.cs | 44 ++++++++++++++----- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/Content.Client/Humanoid/MarkingPicker.xaml.cs b/Content.Client/Humanoid/MarkingPicker.xaml.cs index 43333439f08..0e0b9dd384d 100644 --- a/Content.Client/Humanoid/MarkingPicker.xaml.cs +++ b/Content.Client/Humanoid/MarkingPicker.xaml.cs @@ -124,17 +124,16 @@ public MarkingPicker() RobustXamlLoader.Load(this); IoCManager.InjectDependencies(this); - SetupCategoryButtons(); CMarkingCategoryButton.OnItemSelected += OnCategoryChange; CMarkingsUnused.OnItemSelected += item => _selectedUnusedMarking = CMarkingsUnused[item.ItemIndex]; - CMarkingAdd.OnPressed += args => + CMarkingAdd.OnPressed += _ => MarkingAdd(); CMarkingsUsed.OnItemSelected += OnUsedMarkingSelected; - CMarkingRemove.OnPressed += args => + CMarkingRemove.OnPressed += _ => MarkingRemove(); CMarkingRankUp.OnPressed += _ => SwapMarkingUp(); @@ -146,16 +145,34 @@ public MarkingPicker() private void SetupCategoryButtons() { CMarkingCategoryButton.Clear(); + + var validCategories = new List(); for (var i = 0; i < _markingCategories.Count; i++) { - if (_ignoreCategories.Contains(_markingCategories[i])) + var category = _markingCategories[i]; + var markings = GetMarkings(category); + if (_ignoreCategories.Contains(category) || + markings.Count == 0) { continue; } - CMarkingCategoryButton.AddItem(Loc.GetString($"markings-category-{_markingCategories[i].ToString()}"), i); + validCategories.Add(category); + CMarkingCategoryButton.AddItem(Loc.GetString($"markings-category-{category.ToString()}"), i); + } + + if (validCategories.Contains(_selectedMarkingCategory)) + { + CMarkingCategoryButton.SelectId(_markingCategories.IndexOf(_selectedMarkingCategory)); + } + else if (validCategories.Count > 0) + { + _selectedMarkingCategory = validCategories[0]; + } + else + { + _selectedMarkingCategory = MarkingCategories.Chest; } - CMarkingCategoryButton.SelectId(_markingCategories.IndexOf(_selectedMarkingCategory)); } private string GetMarkingName(MarkingPrototype marking) => Loc.GetString($"marking-{marking.ID}"); @@ -179,16 +196,21 @@ private List GetMarkingStateNames(MarkingPrototype marking) return result; } + private IReadOnlyDictionary GetMarkings(MarkingCategories category) + { + return IgnoreSpecies + ? _markingManager.MarkingsByCategoryAndSex(category, _currentSex) + : _markingManager.MarkingsByCategoryAndSpeciesAndSex(category, _currentSpecies, _currentSex); + } + public void Populate(string filter) { + SetupCategoryButtons(); + CMarkingsUnused.Clear(); _selectedUnusedMarking = null; - var markings = IgnoreSpecies - ? _markingManager.MarkingsByCategoryAndSex(_selectedMarkingCategory, _currentSex) - : _markingManager.MarkingsByCategoryAndSpeciesAndSex(_selectedMarkingCategory, _currentSpecies, _currentSex); - - var sortedMarkings = markings.Values.Where(m => + var sortedMarkings = GetMarkings(_selectedMarkingCategory).Values.Where(m => m.ID.ToLower().Contains(filter.ToLower()) || GetMarkingName(m).ToLower().Contains(filter.ToLower()) ).OrderBy(p => Loc.GetString(GetMarkingName(p))); From 52fde8f3a8b0eddca7098693571c8c3dab470000 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 04:02:57 +0000 Subject: [PATCH 147/213] Automatic changelog update (cherry picked from commit 0467aeb0a78aab7ab1dec370a44c0190f149f20f) --- 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 1628c57f21a..10b1d536506 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Added cryogenic sleep units. Disconnecting or ghosting inside one of - these pods will keep your body secure and free up your job slot on the station. - type: Add - - message: Added cryogenics access, which allows someone to retrieve items from - inside of cryogenic sleep units. This is given to security and command by default. - type: Add - id: 5716 - time: '2024-01-15T06:35:28.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24096 - author: Bhijn and Myr changes: - message: Attempting to weld without protection will now cause eye damage proper. @@ -3803,3 +3792,10 @@ id: 6215 time: '2024-03-24T00:48:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26371 +- author: DrSmugleaf + changes: + - message: Empty marking categories are now hidden in the markings picker. + type: Tweak + id: 6216 + time: '2024-03-24T04:01:51.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26377 From ddfceefa2b340e46c717466c566234de29c95ddf Mon Sep 17 00:00:00 2001 From: Baptr0b0t <152836416+Baptr0b0t@users.noreply.github.com> Date: Sun, 24 Mar 2024 06:19:14 +0100 Subject: [PATCH 148/213] Give cap door remote his access (#26378) Give cap doorremote his access (cherry picked from commit ea818ea1b6d910fb1b86ee06648fc0da5a100a27) --- Resources/Prototypes/Entities/Objects/Devices/door_remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index a2419101c65..736f73d915b 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -9,7 +9,7 @@ sprite: Objects/Devices/door_remote.rsi - type: Item storedRotation: -90 - - type: Access + - type: Access #No access, useless - type: DoorRemote - type: StealTarget stealGroup: DoorRemote @@ -28,7 +28,7 @@ color: "#9f9f00" - type: Access groups: - - Command + - AllAccess #Cap must be able to control the station - type: entity parent: DoorRemoteDefault From 42e86cb0ec5942259278a424043682f0515f0112 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 05:20:19 +0000 Subject: [PATCH 149/213] Automatic changelog update (cherry picked from commit f96cf360e9cc036e58fd8b1582385922346f323d) --- 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 10b1d536506..c1d794cc956 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: Bhijn and Myr - changes: - - message: Attempting to weld without protection will now cause eye damage proper. - Additionally, attempting to weld with a welder that's off when you aren't wearing - protection will no longer blind you. It's the bright light that hurts your eyes, - not the underwhelming lack of it! - type: Fix - id: 5717 - time: '2024-01-15T07:47:00.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24106 - author: Boaz1111 changes: - message: Stimpack price has been reduced to 4 TC @@ -3799,3 +3789,10 @@ id: 6216 time: '2024-03-24T04:01:51.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26377 +- author: Baptr0b0t + changes: + - message: Fix access of command door remote. The captain must control his station. + type: Fix + id: 6217 + time: '2024-03-24T05:19:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26378 From 9241d51be0357ba9a74c201acb6ab17f04e0c559 Mon Sep 17 00:00:00 2001 From: KISS <59531932+YuriyKiss@users.noreply.github.com> Date: Sun, 24 Mar 2024 07:33:45 +0200 Subject: [PATCH 150/213] Landmine stepoff (#22962) * make landmine work on stepping off * update methods naming * made both step modes possible * updated stepoff event raise to not interfere with game physics internals * added comments * figuring out how audiosystem works * added beep sound effect, updated how stepoff trigger works to make it more consistent * updated source in attributions.yml * made stepoff working every time * introduced suggested changes * updated janitor's WetSignMine to have audio * made cleaner events and bashing my head at OnEndCollide event raise * inverted conditional where applicable * review --------- Co-authored-by: Yurii Kis Co-authored-by: metalgearsloth (cherry picked from commit 54dd273f660d6d8d523d0771bb8d8437373b082e) --- .../Ensnaring/EnsnareableSystem.Ensnaring.cs | 4 +- .../Explosion/EntitySystems/TriggerSystem.cs | 4 +- Content.Server/LandMines/LandMineComponent.cs | 9 +++- Content.Server/LandMines/LandMineSystem.cs | 46 +++++++++--------- Content.Server/Tiles/LavaSystem.cs | 4 +- Content.Shared/Chasm/ChasmSystem.cs | 4 +- Content.Shared/Slippery/SlipperySystem.cs | 4 +- .../Components/StepTriggerComponent.cs | 8 ++- .../StepTrigger/Systems/StepTriggerSystem.cs | 41 ++++++++++++---- Resources/Audio/Effects/attributions.yml | 5 ++ Resources/Audio/Effects/beep_landmine.ogg | Bin 0 -> 6034 bytes .../Entities/Objects/Misc/land_mine.yml | 8 +-- .../Objects/Specific/Janitorial/janitor.yml | 5 ++ 13 files changed, 95 insertions(+), 47 deletions(-) create mode 100644 Resources/Audio/Effects/beep_landmine.ogg diff --git a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs index 0c758141a19..105a8f9720d 100644 --- a/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs +++ b/Content.Server/Ensnaring/EnsnareableSystem.Ensnaring.cs @@ -25,7 +25,7 @@ public void InitializeEnsnaring() { SubscribeLocalEvent(OnComponentRemove); SubscribeLocalEvent(AttemptStepTrigger); - SubscribeLocalEvent(OnStepTrigger); + SubscribeLocalEvent(OnStepTrigger); SubscribeLocalEvent(OnThrowHit); SubscribeLocalEvent(OnAttemptPacifiedThrow); } @@ -49,7 +49,7 @@ private void AttemptStepTrigger(EntityUid uid, EnsnaringComponent component, ref args.Continue = true; } - private void OnStepTrigger(EntityUid uid, EnsnaringComponent component, ref StepTriggeredEvent args) + private void OnStepTrigger(EntityUid uid, EnsnaringComponent component, ref StepTriggeredOffEvent args) { TryEnsnare(args.Tripper, uid, component); } diff --git a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs index 9b9a042641f..e24de5a2f66 100644 --- a/Content.Server/Explosion/EntitySystems/TriggerSystem.cs +++ b/Content.Server/Explosion/EntitySystems/TriggerSystem.cs @@ -88,7 +88,7 @@ public override void Initialize() SubscribeLocalEvent(OnTriggerCollide); SubscribeLocalEvent(OnActivate); SubscribeLocalEvent(OnImplantTrigger); - SubscribeLocalEvent(OnStepTriggered); + SubscribeLocalEvent(OnStepTriggered); SubscribeLocalEvent(OnSlipTriggered); SubscribeLocalEvent(OnEmptyTriggered); @@ -228,7 +228,7 @@ private void OnImplantTrigger(EntityUid uid, TriggerImplantActionComponent compo args.Handled = Trigger(uid); } - private void OnStepTriggered(EntityUid uid, TriggerOnStepTriggerComponent component, ref StepTriggeredEvent args) + private void OnStepTriggered(EntityUid uid, TriggerOnStepTriggerComponent component, ref StepTriggeredOffEvent args) { Trigger(uid, args.Tripper); } diff --git a/Content.Server/LandMines/LandMineComponent.cs b/Content.Server/LandMines/LandMineComponent.cs index 63e1e4b99f0..1c4ba06691a 100644 --- a/Content.Server/LandMines/LandMineComponent.cs +++ b/Content.Server/LandMines/LandMineComponent.cs @@ -1,6 +1,13 @@ -namespace Content.Server.LandMines; +using Robust.Shared.Audio; + +namespace Content.Server.LandMines; [RegisterComponent] public sealed partial class LandMineComponent : Component { + /// + /// Trigger sound effect when stepping onto landmine + /// + [DataField, ViewVariables(VVAccess.ReadWrite)] + public SoundSpecifier? Sound; } diff --git a/Content.Server/LandMines/LandMineSystem.cs b/Content.Server/LandMines/LandMineSystem.cs index 78c48ef99ec..22dedb93375 100644 --- a/Content.Server/LandMines/LandMineSystem.cs +++ b/Content.Server/LandMines/LandMineSystem.cs @@ -1,43 +1,43 @@ -using Content.Server.Explosion.EntitySystems; +using Content.Server.Explosion.EntitySystems; using Content.Shared.Popups; -using Content.Shared.StepTrigger; using Content.Shared.StepTrigger.Systems; -using Robust.Shared.Player; +using Robust.Shared.Audio; +using Robust.Shared.Audio.Systems; namespace Content.Server.LandMines; public sealed class LandMineSystem : EntitySystem { + [Dependency] private readonly SharedAudioSystem _audioSystem = default!; [Dependency] private readonly SharedPopupSystem _popupSystem = default!; [Dependency] private readonly TriggerSystem _trigger = default!; - public override void Initialize() { - SubscribeLocalEvent(HandleTriggered); - SubscribeLocalEvent(HandleTriggerAttempt); + SubscribeLocalEvent(HandleStepOnTriggered); + SubscribeLocalEvent(HandleStepOffTriggered); + + SubscribeLocalEvent(HandleStepTriggerAttempt); } - private static void HandleTriggerAttempt( - EntityUid uid, - LandMineComponent component, - ref StepTriggerAttemptEvent args) + private void HandleStepOnTriggered(EntityUid uid, LandMineComponent component, ref StepTriggeredOnEvent args) { - args.Continue = true; + _popupSystem.PopupCoordinates( + Loc.GetString("land-mine-triggered", ("mine", uid)), + Transform(uid).Coordinates, + args.Tripper, + PopupType.LargeCaution); + + _audioSystem.PlayPvs(component.Sound, uid); } - private void HandleTriggered(EntityUid uid, LandMineComponent component, ref StepTriggeredEvent args) + private void HandleStepOffTriggered(EntityUid uid, LandMineComponent component, ref StepTriggeredOffEvent args) { - // This doesn't use TriggerOnStepTrigger since we don't want to display the popup if nothing happens - // and I didn't feel like making an `AfterTrigger` event - if (_trigger.Trigger(uid, args.Tripper)) - { - _popupSystem.PopupCoordinates( - Loc.GetString("land-mine-triggered", ("mine", uid)), - Transform(uid).Coordinates, - args.Tripper, - PopupType.LargeCaution); - } + _trigger.Trigger(uid, args.Tripper); } -} + private static void HandleStepTriggerAttempt(EntityUid uid, LandMineComponent component, ref StepTriggerAttemptEvent args) + { + args.Continue = true; + } +} diff --git a/Content.Server/Tiles/LavaSystem.cs b/Content.Server/Tiles/LavaSystem.cs index 7aee0b65010..51bd6f8475f 100644 --- a/Content.Server/Tiles/LavaSystem.cs +++ b/Content.Server/Tiles/LavaSystem.cs @@ -11,7 +11,7 @@ public sealed class LavaSystem : EntitySystem public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnLavaStepTriggered); + SubscribeLocalEvent(OnLavaStepTriggered); SubscribeLocalEvent(OnLavaStepTriggerAttempt); } @@ -23,7 +23,7 @@ private void OnLavaStepTriggerAttempt(EntityUid uid, LavaComponent component, re args.Continue = true; } - private void OnLavaStepTriggered(EntityUid uid, LavaComponent component, ref StepTriggeredEvent args) + private void OnLavaStepTriggered(EntityUid uid, LavaComponent component, ref StepTriggeredOffEvent args) { var otherUid = args.Tripper; diff --git a/Content.Shared/Chasm/ChasmSystem.cs b/Content.Shared/Chasm/ChasmSystem.cs index 51299557dbd..86b8d4fc4d7 100644 --- a/Content.Shared/Chasm/ChasmSystem.cs +++ b/Content.Shared/Chasm/ChasmSystem.cs @@ -24,7 +24,7 @@ public override void Initialize() { base.Initialize(); - SubscribeLocalEvent(OnStepTriggered); + SubscribeLocalEvent(OnStepTriggered); SubscribeLocalEvent(OnStepTriggerAttempt); SubscribeLocalEvent(OnUpdateCanMove); } @@ -47,7 +47,7 @@ public override void Update(float frameTime) } } - private void OnStepTriggered(EntityUid uid, ChasmComponent component, ref StepTriggeredEvent args) + private void OnStepTriggered(EntityUid uid, ChasmComponent component, ref StepTriggeredOffEvent args) { // already doomed if (HasComp(args.Tripper)) diff --git a/Content.Shared/Slippery/SlipperySystem.cs b/Content.Shared/Slippery/SlipperySystem.cs index d20495cfa6c..ff8b597a0d5 100644 --- a/Content.Shared/Slippery/SlipperySystem.cs +++ b/Content.Shared/Slippery/SlipperySystem.cs @@ -31,14 +31,14 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(HandleAttemptCollide); - SubscribeLocalEvent(HandleStepTrigger); + SubscribeLocalEvent(HandleStepTrigger); SubscribeLocalEvent(OnNoSlipAttempt); SubscribeLocalEvent(OnThrownSlipAttempt); // as long as slip-resistant mice are never added, this should be fine (otherwise a mouse-hat will transfer it's power to the wearer). SubscribeLocalEvent>((e, c, ev) => OnNoSlipAttempt(e, c, ev.Args)); } - private void HandleStepTrigger(EntityUid uid, SlipperyComponent component, ref StepTriggeredEvent args) + private void HandleStepTrigger(EntityUid uid, SlipperyComponent component, ref StepTriggeredOffEvent args) { TrySlip(uid, component, args.Tripper); } diff --git a/Content.Shared/StepTrigger/Components/StepTriggerComponent.cs b/Content.Shared/StepTrigger/Components/StepTriggerComponent.cs index f4731bf46ab..b8483d021a4 100644 --- a/Content.Shared/StepTrigger/Components/StepTriggerComponent.cs +++ b/Content.Shared/StepTrigger/Components/StepTriggerComponent.cs @@ -49,8 +49,14 @@ public sealed partial class StepTriggerComponent : Component /// If this is true, steptrigger will still occur on entities that are in air / weightless. They do not /// by default. ///
- [DataField] + [DataField, AutoNetworkedField] public bool IgnoreWeightless; + + /// + /// Does this have separate "StepOn" and "StepOff" triggers. + /// + [DataField, AutoNetworkedField] + public bool StepOn = false; } [RegisterComponent] diff --git a/Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs b/Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs index ede39b2aa97..b4ac2cde756 100644 --- a/Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs +++ b/Content.Shared/StepTrigger/Systems/StepTriggerSystem.cs @@ -11,6 +11,7 @@ public sealed class StepTriggerSystem : EntitySystem { [Dependency] private readonly EntityLookupSystem _entityLookup = default!; [Dependency] private readonly SharedGravitySystem _gravity = default!; + [Dependency] private readonly SharedMapSystem _map = default!; public override void Initialize() { @@ -40,7 +41,9 @@ public override void Update(float frameTime) while (enumerator.MoveNext(out var uid, out var active, out var trigger, out var transform)) { if (!Update(uid, trigger, transform, query)) + { continue; + } RemCompDeferred(uid, active); } @@ -56,7 +59,8 @@ private bool Update(EntityUid uid, StepTriggerComponent component, TransformComp if (component.Blacklist != null && TryComp(transform.GridUid, out var grid)) { - var anch = grid.GetAnchoredEntitiesEnumerator(grid.LocalToTile(transform.Coordinates)); + var positon = _map.LocalToTile(uid, grid, transform.Coordinates); + var anch = _map.GetAnchoredEntitiesEnumerator(uid, grid, positon); while (anch.MoveNext(out var ent)) { @@ -109,8 +113,16 @@ private void UpdateColliding(EntityUid uid, StepTriggerComponent component, Tran return; } - var ev = new StepTriggeredEvent { Source = uid, Tripper = otherUid }; - RaiseLocalEvent(uid, ref ev, true); + if (component.StepOn) + { + var evStep = new StepTriggeredOnEvent(uid, otherUid); + RaiseLocalEvent(uid, ref evStep); + } + else + { + var evStep = new StepTriggeredOffEvent(uid, otherUid); + RaiseLocalEvent(uid, ref evStep); + } component.CurrentlySteppedOn.Add(otherUid); Dirty(uid, component); @@ -130,7 +142,7 @@ private bool CanTrigger(EntityUid uid, EntityUid otherUid, StepTriggerComponent var msg = new StepTriggerAttemptEvent { Source = uid, Tripper = otherUid }; - RaiseLocalEvent(uid, ref msg, true); + RaiseLocalEvent(uid, ref msg); return msg.Continue && !msg.Cancelled; } @@ -163,6 +175,12 @@ private void OnEndCollide(EntityUid uid, StepTriggerComponent component, ref End component.CurrentlySteppedOn.Remove(otherUid); Dirty(uid, component); + if (component.StepOn) + { + var evStepOff = new StepTriggeredOffEvent(uid, otherUid); + RaiseLocalEvent(uid, ref evStepOff); + } + if (component.Colliding.Count == 0) { RemCompDeferred(uid); @@ -230,9 +248,14 @@ public struct StepTriggerAttemptEvent public bool Cancelled; } +/// +/// Raised when an entity stands on a steptrigger initially (assuming it has both on and off states). +/// [ByRefEvent] -public struct StepTriggeredEvent -{ - public EntityUid Source; - public EntityUid Tripper; -} +public readonly record struct StepTriggeredOnEvent(EntityUid Source, EntityUid Tripper); + +/// +/// Raised when an entity leaves a steptrigger if it has on and off states OR when an entity intersects a steptrigger. +/// +[ByRefEvent] +public readonly record struct StepTriggeredOffEvent(EntityUid Source, EntityUid Tripper); diff --git a/Resources/Audio/Effects/attributions.yml b/Resources/Audio/Effects/attributions.yml index a5f91ef10c6..4d2ba44925d 100644 --- a/Resources/Audio/Effects/attributions.yml +++ b/Resources/Audio/Effects/attributions.yml @@ -221,3 +221,8 @@ copyright: TGStation at 3df5d3b42bfb6b3b5adba1067ab41f83816255bb license: CC-BY-SA-3.0 source: https://github.com/tgstation/tgstation/blob/3df5d3b42bfb6b3b5adba1067ab41f83816255bb/sound/misc/server-ready.ogg + +- files: [beep_landmine.ogg] + copyright: '"beep_landmine.ogg" by kaktuscsc of Discord for SS14' + license: "CC-BY-SA-3.0" + source: https://github.com/YuriyKiss/space-station-14/commit/971a135a9c83aed46e967aac9302ab5b35562b5f diff --git a/Resources/Audio/Effects/beep_landmine.ogg b/Resources/Audio/Effects/beep_landmine.ogg new file mode 100644 index 0000000000000000000000000000000000000000..48bc5e21d962084a1db41c473f30892d914894ae GIT binary patch literal 6034 zcmahtdpy(Y|Iap;VQDc!($vN#9hQknF?Wk%Ojyf3B&C?tNhxzlI9fBMDau4q5u#3x z%B^xuE`>wopmfpcoaUtRdp4cE-|t_)=k{*A{B9;8nq>@q!K4V{rs_p!LwWFv7 zHH#qCEhv76IqfHkDeR_F_7(67+a0neG;H4nNDPq@sZt_-S7h*l972BKxzf(w2LWsW zAjE1JIf-L6c~~7g5ABz_cAZggwC&uM9MfIv#(qSM&CxF|v`c4`j&|p;fK(ujo`BQJdzb?Q@Xr+#-xm6O{R64JUMex=CN_pwkOFdcIo-auI95kyl{Gg=E4{R zx=T*70=-R(=R}7VDA4L~yhrp>9i9;ly@H3QhH8Ku017XVGA@vmu{u@CpbY@5ttYN^ zukM4Bx(_OKRnUw429` z$%O)dF0{-L`(}tEGA7fr(Y(}hBuD~44h}=L_p){tICOcl25O^+{;RWvVcIfr=tJz| z$Q@-0>82=c1=%`4Gm@5Mm^LN->*ORYhUx{S3fidXWuc#HKBJPhT;x)7fPXflo;E3p z?R+pHqI5#&g2)e(5BVlVO@)5S3y@*uf$n@GDQ<7)t3c6`76=(s9LUMfs)3MvMPzpV zrb-C8)E{7;-6X}uN>#~jubW@#iqxgArFZIuXS4H1)(xm}l%b&VEOP2qqf6(n(LiALF zeNFFL^Ik7U7B_4_$o0FK$R14LND@b2pXCPm3d8*Vr!Pz$COIAk`@%%XEn2bdv?+oB z`|mX2f`S;Fvn<|Rs|cGO6FMFnZ}~{wqQ1cs=h#bS^=NQBEuuZwh4q?qyw-78KG9o+ z(d=68P+r)OByse=I!949MKu7d_^ZhLm1O=)%WQ(HZA6<9uvL&|WX20p_Df4X!Ie*p z^JWWf=>=N?D{Wqa-1tEFq&bA$uyFA8|%lT9&{1Vac0YSEv8Kt|AL? z0swIY=Y0fcCc%*j0hxD`FjDX8-lq^8_ZdHWOkJ2`kNO7a(5-O`o5uGA008sgI_^=A zuDcqskGY2BwWg2h*yqLi|C)O*)m_oo^xmXP(dFN`JR2E?&Od^k@BSbqJ9L;WcM{fYNVFW=hz@aokoRpoP4Kh52G zJ1ubSb(0#@=ite5-&zyx#f@gGI}T{D`h<>NT&N{6fE)I7z@dlh$jS|q4w)Oq*&nv` zCKQQg#V3x&aX5Kgj_(e(B&CZEqZVmI3gmGH?xuX)d-dgv8K5j3IJKE3v<4p9> zEEMCiged`#Zy@FQf!!lZ&v~-ABLYqU6kEDGz~WiMZtH8&AwwIhuC2m2H(WR746VD> z;C`ArGPTV9xkW0qw>lc?8;Rot}Ce3NbJGbRK)AI zBUh#{{dZOL<@=v7=RNi(iEBI?m`mOnRH>6rW}&7RU(gG^2uKxP`)v&fl2a z>`OBwCTBAg^~HRK8&RxfZ&aBp2!@0~|6TRXr(;RtW!K=xAzKorfP}L?%zX$UKBy3_(psL-K zfArHM))cFSkccgsAy+GEbnM9sgZF8MRNRpcPHf>bvZRA&)x+&@bLAiT{^j+}gHh4- zf9J<`m(}=txz$Ups+aeReRn6h8_vAhgOOQL}KlVLkV$dtf{H9hE9K#=~n&=OK#ScmqZVv{6qcHE0(!7_`XHXQ1 z=;@TnVk(+4ArfRzCh^5g%7iYDxpopS;4`HVQ(0WhXGRqXn9Q9OFz=DlykABoYAV9C zC4wAf5E!HT=uc};D(h*y@q>>JJye)k%VijtebJ8=FkJ44jEBYLa3l_%<}iR^fNy|O z5aahLvDaIMsZ9x>vbI8uFl^M9Bju^(vbB8rq?l;7MJjuMJ0eL5qFLSCJ$>u_+`SL$ zTLGAnQv`*`Wj@Z9WE~Y_nN_fGgKJB7(ND(0qg0G#GT`2*6$8r>(;^H`r%DZ^!&pV1 zghynSKzdF}A+bR1M{V|>D(!zDc`&=h63p5R7LqG1ZHx3*Ba)!fMlJE_eHbexvUw&= zp-3Qro(jsOpvA>c{5R#sVi~SwHG{$BqGS&yqoP?S1jbaqe|cqp{(2ao>`z7khhtf0<%9x_Y=x!L*`k#I9vci7SOoJBP8)LT z!o!(FWXf==c4%Vgzc{fVbAeAuEZ~3VgLTB($wDX#aZH9x7A=Kd{lJl>m930QCjNlL zJS>AG<%7P(+QHj*FaL|<|G+Vs|Ki|MediM}U115TYY9VDi*BgR(hRz&v{Wxi7QeOt z;F^5Aju+6|DdA=MXi90B9fO=ov44m!A$uw7r|8FK=p&1oeKs}2gB>de(9i{@wjQP^ zfKkP6RHPf)##F=V)-E*Fg=#F9rkD$sP&5F+fHaP@O=)&~)+`^VJ$CG;cUD+C>@jT9 z3!v=Mcvs27`a`PW@R(e|1*W3(dji1KUkpI2Ja$Qsu2X7@f^%A{q6@5sVQT}8il9*+ z>EJ+3J6TkDx99l>gc>YTzBf5JIT-}w5Xi~NzHa2sZC@Ztziy;>$%7+F1O#Hm#g+O5 z1A@sKV`F0zleV^|x`x^dc}3e?EeSXrLfU}xcHx)vH@=YMcL5A=#X?y;ypoXHr+h&m zumbCZU$$f-DM>M-d0*4U3rALb3BIpqaxGxRgPXTk=qGR-adq-^;649K=zNdr9$L?e zkt6fZ?|w}@%Y4|g%y4(B^})Xucj7hHpytcs-3;DkDH18;6BEDBz0O+I;SW=Ae(B(m zJVaIcaKi`1OPPv;UKBK*g?tH2J$9zXn3uk{uDaph6RdsZ_rOM$-5s-o2SVjce^DH* zJ$l>HBD3cBj+?s?zqX`YTx`12#6qW0ScyP`YGT^dHl=;Opv`@UrT(Gim*k!} zvL#&g<!*cHRJaYc-2%9odwY}XmKOZ$9O={^duLl-5%+2{04V63N;uU&L# z`I1YI{5)MejKVoDZAYQEe$G#ozka6`Jp&p`Lv^a74ic8M9aoe4(*#lIp>`YKTC=PF zynp!MD$T~uyaa#%OS$AVA=jd94-kd|!)%tltyLiqoFjw64h<|;i%=^#Z>Dw^1}fem zwm18XQh3r&MYn9v-(56Pw6vG=^DlW@E29)~?g$d&D|ovt8R3okXanw}QeTA$_$Pj| zsZig$=x?V(vF+87w|`a2piHenPy?JWo!_>diF4LAp7r@SJy&a;r9N;=&%kl`z%jn| z*^F$(wSgZZ{Fn5?*re?#ot(WGxsL3e*RiV==k>Xk+*3SD_m`jHqdtSD>C69 z9KgA>mzT?_l)T$73BPw{|L8FCZcU}~BzV2ot6?`L&fI6|zJlz3jvx-6S>%eTFlbxO z4oO%I8ZnF7>DsQJL``%wV^>2#kHUqgN`IAz1HQ>S{&MUe)gwWj=YP?idlKe&;gE0H z$awNyj@-2l(R<+JSJ1b7BIZz)9@2MBPnp6?5!$Sq>SsScl$F!+xx>hKO4IPV&Ewfa zmu~q#x&Ps8>yA!~dzw4G_`JMvKR^0@^U3;EXXOGu)lA9@xv zJlbR(+5YE*gy2jHjuaShE;v9@^yS+>rQ01hd`f(;D2cIluekxvye>oK)g98;&}-&srx)KNp;%}23AnG6jXG(DS{X^`zx|7)91Op9@vYyo@kjQ;qTtVXaOojCOj-bUM*$cJElD_oL1W zdmO9ms%$i^5)|oaCg&9^<)3`i>C}0j_aaq~uztmhuPDU1g9VrJi&KNfVymtKVBFE3 zq&a7E1%cnS9sz7HbX1HP|2o#rw50=)^g0S_GpM#0MSS>%44O*E9oVSGnx&SOIyX4% zWv5QP={oq!bO*7Izq$6!ud7ZUL7fh(vkIY9%PStadRg84bNFM`$E!?ZxHVUACl%-( z{>rzP`x=t;PTA%D_UJnV1UX|b`yVrFy>q4cq_WWi`FB2cS2u68`AKz)+=cTaxi$e; zHd5276tm{C5VxBltIPS8TK=7uMBSXkZ*SfOaR9E`|q8lJ-#)AmP`h1y1iui*)*V{+s<~ zbEO!>a2`M(-oTX?!yiwi{MN!kmR?kybJ2>sbskKrF`B%xT(Ht6;MH#>LOsL@vGnw5 z7;@A+bvhvVsy)f<+1-wV8b+(R?!xk2#s;fe3=~xxT*6h_E~;@w89k?_uPeOIR72F| z6TbEO6l#uM+Pt}^Y0Vi8lPiPig>thTs}U?`rsXQovoxQ4jCt6kZ+Mvg=i=T)6URd% zn_3lS)syT15CPvY4?|cZMQ0$ug!W}OeNxxruY3>B@o#6?w{JTICLC6sF(ZO^wg?|^ z8EbPfADIrnAiBlWMv&p-Ye7 zi)NOpHbg%}JESesK%xLj#EDO3cZi1H5fbWVRxbM(yV!=Zc@C>%blLiirt#bDr$*NP ziqebtTf*+hQs;|!U&B{4g!=%%2E&L#_+ujH#SE;K$Movt-<@89`3a*Q?KlYjIs-`XZ<;%ZJ9a}~5gNL#TBNnat@_P| zQxiJusgqM>K|`0>5@2PE|n> zONL%tvySl(4Da6Fp_UdYcyj}L8<$ujPQlGtYgKh;>xEVkUNB z{mX5I`X+yq^*k;2j-3oHp#uEHQ;>W1Ts#8S zYkSzgQ4zY}t`f`CRHj7@T-u|7*WbOvW^)_H_wlNc{pJaw5&E|Guk3Je)iBmN)r164 zZnE~<6cQF2d^{F|kqKTs5@U(70%zxwKL8bFpeOtyDP3_3z##t74*y5)2ToPm{tuh| Bu4e!M literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml b/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml index 9088edc8159..a3e3485bc65 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/land_mine.yml @@ -35,9 +35,13 @@ - !type:DoActsBehavior acts: [ "Destruction" ] - type: LandMine - - type: TriggerOnStepTrigger + sound: + path: /Audio/Effects/beep_landmine.ogg + params: + maxDistance: 10 - type: StepTrigger requiredTriggeredSpeed: 0 + stepOn: true - type: entity name: kick mine @@ -57,7 +61,6 @@ - type: Construction graph: ModularMineGraph node: emptyCase - - type: LandMine - type: entity name: explosive mine @@ -71,4 +74,3 @@ intensitySlope: 3 totalIntensity: 120 # about a ~4 tile radius canCreateVacuum: false - - type: DeleteOnTrigger diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml index 8d3c83e3e1e..2ddb21b9e6c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml @@ -230,6 +230,7 @@ - type: StepTrigger intersectRatio: 0.2 requiredTriggeredSpeed: 0 + stepOn: true - type: CollisionWake enabled: false - type: Physics @@ -251,6 +252,10 @@ mask: - ItemMask - type: LandMine + sound: + path: /Audio/Effects/beep_landmine.ogg + params: + maxDistance: 10 - type: ExplodeOnTrigger - type: Explosive explosionType: HardBomb # normally Default and max 5 total 60 From 5381cbdc46de77a060a611e27eb9afc37b91042c Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:01:00 +1100 Subject: [PATCH 151/213] Update submodule to 215.2.0 (#26388) (cherry picked from commit 3731cc3c50e544345121ea4e7a15f48a3154b10d) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 71f0491f10d..25bbb21dc86 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 71f0491f10df60782a5c427c039c9ad323efb0ea +Subproject commit 25bbb21dc868b4e0b43b6d28e899710891b35868 From 1a1e423a44913b8176d3a71bb4a2a619fb82c2b5 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:39:53 +0100 Subject: [PATCH 152/213] Add stealthmins (#26263) * Add stealthmin command. * Update Content.Server/Administration/Commands/AdminWhoCommand.cs As suggested by CE. Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> * Add admin notifications for admins toggling stealthmin. * Localize stealthmin command --------- Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> (cherry picked from commit dca0c6694bce56fcf962feab2b59ad4a849f4533) --- .../Commands/AdminWhoCommand.cs | 16 ++++ .../Commands/StealthminCommand.cs | 39 +++++++++ .../Administration/Managers/AdminManager.cs | 84 ++++++++++++++++++- .../Administration/Managers/IAdminManager.cs | 10 +++ Content.Server/Chat/Managers/ChatManager.cs | 18 +++- Content.Server/Chat/Managers/IChatManager.cs | 3 +- Content.Shared/Administration/AdminData.cs | 13 +++ Content.Shared/Administration/AdminFlags.cs | 6 +- Content.Shared/Players/ContentPlayerData.cs | 8 +- .../commands/stealthmin-command.ftl | 3 + .../administration/managers/admin-manager.ftl | 6 +- 11 files changed, 196 insertions(+), 10 deletions(-) create mode 100644 Content.Server/Administration/Commands/StealthminCommand.cs create mode 100644 Resources/Locale/en-US/administration/commands/stealthmin-command.ftl diff --git a/Content.Server/Administration/Commands/AdminWhoCommand.cs b/Content.Server/Administration/Commands/AdminWhoCommand.cs index 9765e8385f0..cf2f8c453c8 100644 --- a/Content.Server/Administration/Commands/AdminWhoCommand.cs +++ b/Content.Server/Administration/Commands/AdminWhoCommand.cs @@ -19,6 +19,16 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) var adminMgr = IoCManager.Resolve(); var afk = IoCManager.Resolve(); + var seeStealth = true; + + // If null it (hopefully) means it is being called from the console. + if (shell.Player != null) + { + var playerData = adminMgr.GetAdminData(shell.Player); + + seeStealth = playerData != null && playerData.CanStealth(); + } + var sb = new StringBuilder(); var first = true; foreach (var admin in adminMgr.ActiveAdmins) @@ -30,10 +40,16 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) var adminData = adminMgr.GetAdminData(admin)!; DebugTools.AssertNotNull(adminData); + if (adminData.Stealth && !seeStealth) + continue; + sb.Append(admin.Name); if (adminData.Title is { } title) sb.Append($": [{title}]"); + if (adminData.Stealth) + sb.Append(" (S)"); + if (shell.Player is { } player && adminMgr.HasAdminFlag(player, AdminFlags.Admin)) { if (afk.IsAfk(admin)) diff --git a/Content.Server/Administration/Commands/StealthminCommand.cs b/Content.Server/Administration/Commands/StealthminCommand.cs new file mode 100644 index 00000000000..49d83634812 --- /dev/null +++ b/Content.Server/Administration/Commands/StealthminCommand.cs @@ -0,0 +1,39 @@ +using Content.Server.Administration.Managers; +using Content.Shared.Administration; +using JetBrains.Annotations; +using Robust.Shared.Console; +using Robust.Shared.Utility; + +namespace Content.Server.Administration.Commands; + +[UsedImplicitly] +[AdminCommand(AdminFlags.Stealth)] +public sealed class StealthminCommand : LocalizedCommands +{ + public override string Command => "stealthmin"; + + public override void Execute(IConsoleShell shell, string argStr, string[] args) + { + var player = shell.Player; + if (player == null) + { + shell.WriteLine(Loc.GetString("cmd-stealthmin-no-console")); + return; + } + + var mgr = IoCManager.Resolve(); + + var adminData = mgr.GetAdminData(player); + + DebugTools.AssertNotNull(adminData); + + if (!adminData!.Stealth) + { + mgr.Stealth(player); + } + else + { + mgr.UnStealth(player); + } + } +} diff --git a/Content.Server/Administration/Managers/AdminManager.cs b/Content.Server/Administration/Managers/AdminManager.cs index b1cca46e63f..371755dcef4 100644 --- a/Content.Server/Administration/Managers/AdminManager.cs +++ b/Content.Server/Administration/Managers/AdminManager.cs @@ -98,6 +98,44 @@ public void DeAdmin(ICommonSession session) UpdateAdminStatus(session); } + public void Stealth(ICommonSession session) + { + if (!_admins.TryGetValue(session, out var reg)) + { + throw new ArgumentException($"Player {session} is not an admin"); + } + + if (reg.Data.Stealth) + return; + + var playerData = session.ContentData()!; + playerData.Stealthed = true; + reg.Data.Stealth = true; + + _chat.DispatchServerMessage(session, Loc.GetString("admin-manager-stealthed-message")); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-de-admin-message", ("exAdminName", session.Name)), AdminFlags.Stealth); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-enable-stealth", ("stealthAdminName", session.Name)), flagWhitelist: AdminFlags.Stealth); + } + + public void UnStealth(ICommonSession session) + { + if (!_admins.TryGetValue(session, out var reg)) + { + throw new ArgumentException($"Player {session} is not an admin"); + } + + if (!reg.Data.Stealth) + return; + + var playerData = session.ContentData()!; + playerData.Stealthed = false; + reg.Data.Stealth = false; + + _chat.DispatchServerMessage(session, Loc.GetString("admin-manager-unstealthed-message")); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-re-admin-message", ("newAdminName", session.Name)), flagBlacklist: AdminFlags.Stealth); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-disable-stealth", ("exStealthAdminName", session.Name)), flagWhitelist: AdminFlags.Stealth); + } + public void ReAdmin(ICommonSession session) { if (!_admins.TryGetValue(session, out var reg)) @@ -116,7 +154,16 @@ public void ReAdmin(ICommonSession session) plyData.ExplicitlyDeadminned = false; reg.Data.Active = true; - _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-re-admin-message", ("newAdminName", session.Name))); + if (reg.Data.Stealth) + { + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-re-admin-message", ("newAdminName", session.Name))); + } + else + { + _chat.DispatchServerMessage(session, Loc.GetString("admin-manager-stealthed-message")); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-self-re-admin-message", + ("newAdminName", session.Name)), flagWhitelist: AdminFlags.Stealth); + } SendPermsChangedEvent(session); UpdateAdminStatus(session); @@ -168,6 +215,11 @@ public async void ReloadAdmin(ICommonSession player) _chat.DispatchServerMessage(player, Loc.GetString("admin-manager-admin-permissions-updated-message")); } + + if (player.ContentData()!.Stealthed) + { + aData.Stealth = true; + } } SendPermsChangedEvent(player); @@ -290,9 +342,19 @@ private void PlayerStatusChanged(object? sender, SessionStatusEventArgs e) } else if (e.NewStatus == SessionStatus.Disconnected) { - if (_admins.Remove(e.Session) && _cfg.GetCVar(CCVars.AdminAnnounceLogout)) + if (_admins.Remove(e.Session, out var reg ) && _cfg.GetCVar(CCVars.AdminAnnounceLogout)) { - _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-logout-message", ("name", e.Session.Name))); + if (reg.Data.Stealth) + { + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-logout-message", + ("name", e.Session.Name)), flagWhitelist: AdminFlags.Stealth); + + } + else + { + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-logout-message", + ("name", e.Session.Name))); + } } } } @@ -315,13 +377,27 @@ private async void LoginAdminMaybe(ICommonSession session) _admins.Add(session, reg); + if (session.ContentData()!.Stealthed) + reg.Data.Stealth = true; + if (!session.ContentData()!.ExplicitlyDeadminned) { reg.Data.Active = true; if (_cfg.GetCVar(CCVars.AdminAnnounceLogin)) { - _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-login-message", ("name", session.Name))); + if (reg.Data.Stealth) + { + + _chat.DispatchServerMessage(session, Loc.GetString("admin-manager-stealthed-message")); + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-login-message", + ("name", session.Name)), flagWhitelist: AdminFlags.Stealth); + } + else + { + _chat.SendAdminAnnouncement(Loc.GetString("admin-manager-admin-login-message", + ("name", session.Name))); + } } SendPermsChangedEvent(session); diff --git a/Content.Server/Administration/Managers/IAdminManager.cs b/Content.Server/Administration/Managers/IAdminManager.cs index a52ec7b099c..95967b24aca 100644 --- a/Content.Server/Administration/Managers/IAdminManager.cs +++ b/Content.Server/Administration/Managers/IAdminManager.cs @@ -41,6 +41,16 @@ public interface IAdminManager : ISharedAdminManager ///
void ReAdmin(ICommonSession session); + /// + /// Make admin hidden from adminwho. + /// + void Stealth(ICommonSession session); + + /// + /// Unhide admin from adminwho. + /// + void UnStealth(ICommonSession session); + /// /// Re-loads the permissions of an player in case their admin data changed DB-side. /// diff --git a/Content.Server/Chat/Managers/ChatManager.cs b/Content.Server/Chat/Managers/ChatManager.cs index 6d54bedf86c..d12bbfe53c9 100644 --- a/Content.Server/Chat/Managers/ChatManager.cs +++ b/Content.Server/Chat/Managers/ChatManager.cs @@ -125,9 +125,23 @@ public void DispatchServerMessage(ICommonSession player, string message, bool su _adminLogger.Add(LogType.Chat, LogImpact.Low, $"Server message to {player:Player}: {message}"); } - public void SendAdminAnnouncement(string message) + public void SendAdminAnnouncement(string message, AdminFlags? flagBlacklist, AdminFlags? flagWhitelist) { - var clients = _adminManager.ActiveAdmins.Select(p => p.Channel); + var clients = _adminManager.ActiveAdmins.Where(p => + { + var adminData = _adminManager.GetAdminData(p); + + DebugTools.AssertNotNull(adminData); + + if (adminData == null) + return false; + + if (flagBlacklist != null && adminData.HasFlag(flagBlacklist.Value)) + return false; + + return flagWhitelist == null || adminData.HasFlag(flagWhitelist.Value); + + }).Select(p => p.Channel); var wrappedMessage = Loc.GetString("chat-manager-send-admin-announcement-wrap-message", ("adminChannelName", Loc.GetString("chat-manager-admin-channel-name")), ("message", FormattedMessage.EscapeText(message))); diff --git a/Content.Server/Chat/Managers/IChatManager.cs b/Content.Server/Chat/Managers/IChatManager.cs index e5fa8d5f4dc..59945bf5ca6 100644 --- a/Content.Server/Chat/Managers/IChatManager.cs +++ b/Content.Server/Chat/Managers/IChatManager.cs @@ -1,4 +1,5 @@ using System.Diagnostics.CodeAnalysis; +using Content.Shared.Administration; using Content.Shared.Chat; using Robust.Shared.Network; using Robust.Shared.Player; @@ -21,7 +22,7 @@ public interface IChatManager void TrySendOOCMessage(ICommonSession player, string message, OOCChatType type); void SendHookOOC(string sender, string message); - void SendAdminAnnouncement(string message); + void SendAdminAnnouncement(string message, AdminFlags? flagBlacklist = null, AdminFlags? flagWhitelist = null); void SendAdminAlert(string message); void SendAdminAlert(EntityUid player, string message); diff --git a/Content.Shared/Administration/AdminData.cs b/Content.Shared/Administration/AdminData.cs index 5b5873bce36..229edbcd4c3 100644 --- a/Content.Shared/Administration/AdminData.cs +++ b/Content.Shared/Administration/AdminData.cs @@ -12,6 +12,11 @@ public sealed class AdminData ///
public bool Active; + /// + /// Whether the admin is in stealth mode and won't appear in adminwho to admins without the Stealth flag. + /// + public bool Stealth; + /// /// The admin's title. /// @@ -56,6 +61,14 @@ public bool CanAdminMenu() return HasFlag(AdminFlags.Admin); } + /// + /// Check if this admin can be hidden and see other hidden admins. + /// + public bool CanStealth() + { + return HasFlag(AdminFlags.Stealth); + } + public bool CanAdminReloadPrototypes() { return HasFlag(AdminFlags.Host); diff --git a/Content.Shared/Administration/AdminFlags.cs b/Content.Shared/Administration/AdminFlags.cs index 64cf522faaf..1bfef45bbeb 100644 --- a/Content.Shared/Administration/AdminFlags.cs +++ b/Content.Shared/Administration/AdminFlags.cs @@ -89,12 +89,16 @@ public enum AdminFlags : uint ///
EditNotes = 1 << 14, - /// /// Lets you Massban, on SS14.Admin /// MassBan = 1 << 15, + /// + /// Allows you to remain hidden from adminwho except to other admins with this flag. + /// + Stealth = 1 << 16, + /// /// DeltaV - The ability to whitelist people. Either this permission or +BAN is required for remove. /// diff --git a/Content.Shared/Players/ContentPlayerData.cs b/Content.Shared/Players/ContentPlayerData.cs index e2074479871..49d923a87bc 100644 --- a/Content.Shared/Players/ContentPlayerData.cs +++ b/Content.Shared/Players/ContentPlayerData.cs @@ -1,4 +1,5 @@ -using Content.Shared.GameTicking; +using Content.Shared.Administration; +using Content.Shared.GameTicking; using Content.Shared.Mind; using Robust.Shared.Network; @@ -37,6 +38,11 @@ public sealed class ContentPlayerData ///
public bool ExplicitlyDeadminned { get; set; } + /// + /// If true, the admin will not show up in adminwho except to admins with the flag. + /// + public bool Stealthed { get; set; } + /// /// Nyanotrasen - Are they whitelisted? Lets us avoid async. /// diff --git a/Resources/Locale/en-US/administration/commands/stealthmin-command.ftl b/Resources/Locale/en-US/administration/commands/stealthmin-command.ftl new file mode 100644 index 00000000000..4fb5e521057 --- /dev/null +++ b/Resources/Locale/en-US/administration/commands/stealthmin-command.ftl @@ -0,0 +1,3 @@ +cmd-stealthmin-desc = Toggle whether others can see you in adminwho. +cmd-stealthmin-help = Usage: stealthmin\nUse stealthmin to toggle whether you appear in the output of the adminwho command. +cmd-stealthmin-no-console = You cannot use this command from the server console. diff --git a/Resources/Locale/en-US/administration/managers/admin-manager.ftl b/Resources/Locale/en-US/administration/managers/admin-manager.ftl index b1bbcc4c8c1..b70f550fc37 100644 --- a/Resources/Locale/en-US/administration/managers/admin-manager.ftl +++ b/Resources/Locale/en-US/administration/managers/admin-manager.ftl @@ -6,4 +6,8 @@ admin-manager-no-longer-admin-message = You are no longer an admin. admin-manager-admin-permissions-updated-message = Your admin permission have been updated. admin-manager-admin-logout-message = Admin logout: {$name} admin-manager-admin-login-message = Admin login: {$name} -admin-manager-admin-data-host-title = Host \ No newline at end of file +admin-manager-admin-data-host-title = Host +admin-manager-stealthed-message = You are now a hidden admin. +admin-manager-unstealthed-message = You are no longer hidden. +admin-manager-self-enable-stealth = {$stealthAdminName} is now hidden. +admin-manager-self-disable-stealth = {$exStealthAdminName} is no longer hidden. From 2e0ea30f7d728024816617be80aa5079c96234de Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 15:41:00 +0000 Subject: [PATCH 153/213] Automatic changelog update (cherry picked from commit 8f33db1e6cfa658bce2fb63c82b22e62d1b123bf) --- Resources/Changelog/Admin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index c03408cc596..875da79698d 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -121,5 +121,13 @@ Entries: id: 16 time: '2024-03-21T15:15:46.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26223 +- author: nikthechampiongr + changes: + - message: The stealthmin command has been added. Admins with the Stealth permission + can now hide themselves from adminwho except for other admins with that permission. + type: Add + id: 17 + time: '2024-03-24T15:39:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26263 Name: Admin Order: 3 From 7ecc968f8ce01df2470cdf703717086f90e5d32e Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+electrojr@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:17:56 +0100 Subject: [PATCH 154/213] Run `fixgridatmos` for cargo & emergency shuttle (#26382) Fix cargo & emergency shuttle (cherry picked from commit ec761114eacdeed6e68f9c94dddfdbec8a6e26be) --- .../Atmos/Overlays/AtmosDebugOverlay.cs | 2 + .../EntitySystems/AtmosDebugOverlaySystem.cs | 3 +- .../AtmosphereSystem.Commands.cs | 6 + .../SharedAtmosDebugOverlaySystem.cs | 3 +- Resources/Maps/Shuttles/cargo.yml | 230 ++--------- Resources/Maps/Shuttles/emergency.yml | 391 ++---------------- 6 files changed, 60 insertions(+), 575 deletions(-) diff --git a/Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs b/Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs index fcf3b04e530..6dfbc326ecb 100644 --- a/Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs +++ b/Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs @@ -256,6 +256,8 @@ private void DrawTooltip(DrawingHandleScreen handle, Vector2 pos, AtmosDebugOver handle.DrawString(_font, pos, $"Map: {data.MapAtmosphere}"); pos += offset; handle.DrawString(_font, pos, $"NoGrid: {data.NoGrid}"); + pos += offset; + handle.DrawString(_font, pos, $"Immutable: {data.Immutable}"); } private void GetGrids(MapId mapId, Box2Rotated box) diff --git a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs index c0284f26c90..505c4a3b385 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosDebugOverlaySystem.cs @@ -109,7 +109,8 @@ private void OnPlayerStatusChanged(object? sender, SessionStatusEventArgs e) tile.ExcitedGroup?.GetHashCode(), tile.Space, tile.MapAtmosphere, - tile.NoGridTile); + tile.NoGridTile, + tile.Air?.Immutable ?? false); } public override void Update(float frameTime) diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs index 6fbd638844b..1c18b8fe29c 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs @@ -92,6 +92,12 @@ private void FixGridAtmosCommand(IConsoleShell shell, string argstr, string[] ar if (tile == null) continue; + if (!_mapSystem.TryGetTile(gridComp, indices, out var gTile) || gTile.IsEmpty) + { + gridAtmosphere.Tiles.Remove(indices); + continue; + } + if (tile.Immutable && !IsTileSpace(euid, transform.MapUid, indices, gridComp)) { tile = new GasMixture(tile.Volume) { Temperature = tile.Temperature }; diff --git a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs index 136c1955025..979bbf77ba6 100644 --- a/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs +++ b/Content.Shared/Atmos/EntitySystems/SharedAtmosDebugOverlaySystem.cs @@ -20,7 +20,8 @@ public readonly record struct AtmosDebugOverlayData( int? InExcitedGroup, bool IsSpace, bool MapAtmosphere, - bool NoGrid); + bool NoGrid, + bool Immutable); /// /// Invalid tiles for the gas overlay. diff --git a/Resources/Maps/Shuttles/cargo.yml b/Resources/Maps/Shuttles/cargo.yml index b1fe860cbf8..d8f3976e815 100644 --- a/Resources/Maps/Shuttles/cargo.yml +++ b/Resources/Maps/Shuttles/cargo.yml @@ -3,11 +3,11 @@ meta: postmapinit: false tilemap: 0: Space - 81: FloorShuttleBlue - 85: FloorShuttleWhite - 89: FloorSteel - 104: FloorTechMaint - 121: Plating + 84: FloorShuttleBlue + 89: FloorShuttleWhite + 93: FloorSteel + 108: FloorTechMaint + 126: Plating entities: - proto: "" entities: @@ -22,19 +22,19 @@ entities: chunks: -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAVQAAAAAAUQAAAAAAVQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAWQAAAAAAVAAAAAAAWQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAVAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: WQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -107,98 +107,34 @@ entities: data: tiles: -2,-1: - 0: 34816 - 1: 17612 - -1,-3: - 0: 480 - 1: 65024 + 0: 52428 -1,-1: - 0: 17 - 1: 65518 + 0: 65535 -1,-2: - 1: 65535 + 0: 61440 -2,1: - 0: 34944 - 1: 17484 + 0: 52428 -1,0: - 1: 65535 + 0: 65535 -1,1: - 0: 4096 - 1: 59647 - 2: 512 - 3: 1024 - 4: 256 + 0: 65535 -1,2: - 5: 1 - 6: 16 - 7: 4 - 8: 64 - 1: 61066 - 9: 32 - -1,3: - 0: 546 - 1: 52428 - 0,-3: - 0: 240 - 1: 65280 - 0,-2: - 1: 65535 + 0: 255 0,-1: - 1: 65535 - 1,-3: - 0: 528 - 1: 12544 - 1,-2: - 1: 13107 - 1,-1: - 0: 17442 - 1: 4369 + 0: 4369 0,1: - 1: 65535 + 0: 4369 0,2: - 1: 65535 - 0,3: - 1: 65535 + 0: 1 0,0: - 1: 65535 - 1,3: - 0: 273 - 1,0: - 1: 30583 - 1,1: - 0: 25664 - 1: 4375 - 1,2: - 0: 34 - 1: 4369 - 0,4: - 0: 120 - 1: 7 - -1,4: - 0: 132 - 1: 8 + 0: 4369 -2,0: - 1: 52428 + 0: 52428 -2,2: - 1: 140 + 0: 140 -2,-2: - 1: 32768 + 0: 32768 uniqueMixes: - - volume: 2500 - immutable: True - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 293.15 moles: @@ -214,126 +150,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 268.94583 - moles: - - 20.00614 - - 75.26119 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 285.08194 - moles: - - 21.218632 - - 79.82248 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 196.33333 - moles: - - 14.549919 - - 54.735413 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.92499 - moles: - - 10.912439 - - 41.05156 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 184.23123 - moles: - - 13.64055 - - 51.31445 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 291.44815 - moles: - - 21.696999 - - 81.62205 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 286.34256 - moles: - - 21.313358 - - 80.178825 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 265.9203 - moles: - - 19.778797 - - 74.40595 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: OccluderTree - type: Shuttle diff --git a/Resources/Maps/Shuttles/emergency.yml b/Resources/Maps/Shuttles/emergency.yml index 0396002e074..d2b09201b2e 100644 --- a/Resources/Maps/Shuttles/emergency.yml +++ b/Resources/Maps/Shuttles/emergency.yml @@ -3,13 +3,13 @@ meta: postmapinit: false tilemap: 0: Space - 29: FloorDark - 77: FloorReinforced - 89: FloorSteel - 104: FloorTechMaint - 108: FloorWhite - 120: Lattice - 121: Plating + 31: FloorDark + 79: FloorReinforced + 93: FloorSteel + 108: FloorTechMaint + 112: FloorWhite + 125: Lattice + 126: Plating entities: - proto: "" entities: @@ -24,19 +24,19 @@ entities: chunks: -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAATQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,0: ind: 0,0 - tiles: HQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -135,97 +135,41 @@ entities: data: tiles: -2,-1: - 0: 32703 - 1: 32768 - 2: 64 - -1,-3: - 1: 480 - 0: 65024 + 0: 65535 -1,-1: - 0: 61439 - 2: 4096 - -1,-2: 0: 65535 + -1,-2: + 0: 65280 -2,1: 0: 65535 -1,0: 0: 65535 -1,1: - 2: 4096 - 0: 61439 + 0: 65535 -1,2: 0: 65535 -1,3: - 1: 34 - 3: 512 - 0: 49373 - 4: 2048 - 5: 1024 - 6: 256 - 0,-3: - 1: 240 - 0: 65280 + 0: 4095 0,-2: - 0: 65535 + 0: 29440 0,-1: - 0: 65519 - 2: 16 - 1,-3: - 1: 528 - 0: 12544 - 1,-2: - 0: 13107 - 1,-1: - 1: 17442 - 0: 4369 + 0: 30583 0,1: - 0: 65535 + 0: 30583 0,2: - 2: 1 - 0: 65502 - 7: 32 + 0: 30583 0,3: - 0: 65229 - 8: 16 - 9: 256 - 10: 2 - 11: 32 + 0: 311 0,0: - 0: 65535 - 1,3: - 1: 273 - 1,0: 0: 30583 - 1,1: - 1: 25664 - 0: 4375 - 1,2: - 1: 34 - 0: 4369 - 0,4: - 1: 120 - 0: 7 - -1,4: - 1: 132 - 0: 8 -2,0: - 0: 61167 - 12: 16 - 13: 256 - 14: 4096 + 0: 65535 -2,2: - 0: 65499 - 7: 32 - 2: 4 + 0: 65535 -2,3: - 0: 143 - 15: 32 - 16: 64 - 17: 1024 - 18: 2048 + 0: 3311 -2,-2: - 0: 64256 - 19: 1024 + 0: 65024 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -242,291 +186,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - immutable: True - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 20.04244 - - 75.39776 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 122.82263 - moles: - - 9.026207 - - 33.955734 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 282.50452 - moles: - - 21.024963 - - 79.0939 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 250.56815 - moles: - - 18.625212 - - 70.06627 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 192.74052 - moles: - - 14.27995 - - 53.719814 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 21.213781 - - 79.80423 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 292.48465 - moles: - - 21.774883 - - 81.91504 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 290.48862 - moles: - - 21.6249 - - 81.350815 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.10843 - moles: - - 21.821754 - - 82.09136 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 292.98364 - moles: - - 21.812382 - - 82.0561 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 220.53749 - moles: - - 16.36866 - - 61.57734 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 202.38438 - moles: - - 15.004604 - - 56.445892 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 197.84608 - moles: - - 14.66359 - - 55.163033 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 147.925 - moles: - - 10.912439 - - 41.05156 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 256.84375 - moles: - - 19.09677 - - 71.840225 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 138.84843 - moles: - - 10.230412 - - 38.485836 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 181.96211 - moles: - - 13.470042 - - 50.67302 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 220.5375 - moles: - - 16.36866 - - 61.57734 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: OccluderTree - type: Shuttle From d51d91e2e833123d95497a71cb1274aa2d899c38 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 16:19:02 +0000 Subject: [PATCH 155/213] Automatic changelog update (cherry picked from commit 03bb9da9aa041bdd1cc047227e3a72ebb76f51e2) --- 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 c1d794cc956..a9a74cafba3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: Stimpack price has been reduced to 4 TC - type: Tweak - id: 5718 - time: '2024-01-15T09:30:37.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24117 - author: Nimfar11 changes: - message: Adds the ability to build blast doors. @@ -3796,3 +3789,10 @@ id: 6217 time: '2024-03-24T05:19:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26378 +- author: ElectroJr + changes: + - message: Fixed the cargo & emergency shuttle not being airtight. + type: Fix + id: 6218 + time: '2024-03-24T16:17:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26382 From ee8bd80cb81c63339c090ed6e2606ea92adce042 Mon Sep 17 00:00:00 2001 From: DoutorWhite <68350815+DoutorWhite@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:38:03 -0300 Subject: [PATCH 156/213] Fix Medical Hud death icon animation and Changes critical icon (#26391) Fix Dead Icon animation and changes Critical Icon (cherry picked from commit 018832707cf1c1b5a8f99fe1a2c7ac5d3538e1fb) --- .../Misc/health_icons.rsi/Critical.png | Bin 125 -> 122 bytes .../Interface/Misc/health_icons.rsi/Dead.png | Bin 214 -> 219 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/Critical.png b/Resources/Textures/Interface/Misc/health_icons.rsi/Critical.png index 779874eaaeb3c64047fc7f01bc618725d36d2e7b..15a4972174518f9c088301d1a1469c01641d2eaa 100644 GIT binary patch delta 91 zcmV-h0HptYdXOYmK}keGR2Y?&kHHDRFbo5Ap&QxzPvFd?ewvR<2)U;?350D;(rSbY xK+hx{D|JbvB&`yoH#?WYH@_ELKY`PWBQJ597DYkwQQ`mq002ovPDHLkV1l=aBn$um delta 94 zcmV-k0HObSeUKzsL`g(JR2Y?okGmBBAP55wSHhXx$(?W}EPVcGxF$^!f&jRw6OcLt zptz|s0PVcGLnS67sX@+(h^`&Cq4i&PL-s|=1W^YW12RT~BLDyZ07*qoM6N<$g3kma Ao&W#< diff --git a/Resources/Textures/Interface/Misc/health_icons.rsi/Dead.png b/Resources/Textures/Interface/Misc/health_icons.rsi/Dead.png index beceebd05cf3cb07497ad0a16f286074c94c1a12..8cebd95418635fed8eafeec929a5bb523339479f 100644 GIT binary patch delta 191 zcmV;w06_oN0owtPB!8kwL_t(Ijn$N~4Z<)GMV~W4Mo39{W2DR&l#Jq%F(?_sC8bC3 z2BA819G6HaAi|g2_`mZ%%O@uQk#QzaDc7`jKZ%TUy_LvkI0yiH_B*@Lat*<6Gh5E= z)NHxZpN0qM10u!;EHU;>%cy*=E?XZl0O1H}!P*nHT#@qxKsY&Go*Giwdf&A7ZSIoq tnU@h#Ma`@+@A98y!VCP9e*O(^_3uSvwHqDn7RUeq002ovPDHLkV1gqs(NI=1e5$Q;Q@m{fdX71vIcZ<7)G}M zn>om4p{pU*d~9xmv9Ts0mD1iYl1}T*X09)g=8#6+5G5`Po07*qoM6N<$g3>`rH2?qr From d3677528747f3098610e2280c55a36e12ed8c98c Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 16:39:10 +0000 Subject: [PATCH 157/213] Automatic changelog update (cherry picked from commit eff4d37e62486fdd8802862cf34d8214bb2ffcab) --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index a9a74cafba3..b7ec09850ac 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Nimfar11 - changes: - - message: Adds the ability to build blast doors. - type: Add - id: 5719 - time: '2024-01-15T12:49:08.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24050 - author: Boaz1111 changes: - message: Reinforced Glass and Reinforced Plasma Glass no longer bubble randomly @@ -3796,3 +3789,12 @@ id: 6218 time: '2024-03-24T16:17:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26382 +- author: DoutorWhite + changes: + - message: The icon representing the critical status has been changed + type: Tweak + - message: Medical Hud death icon animation fixed + type: Fix + id: 6219 + time: '2024-03-24T16:38:03.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26391 From 19c440fea29fcd690ac92330088b8b59768d20ce Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 24 Mar 2024 18:19:32 +0100 Subject: [PATCH 158/213] Adds "untriaged" labeler workflow (#26392) All new opened issues automatically get marked as "untriaged", so a maintainer can go through them properly. (cherry picked from commit 0303e9cb36902007354e9a5ed9fbc147c9ebe70f) --- .github/workflows/labeler-untriaged.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/labeler-untriaged.yml diff --git a/.github/workflows/labeler-untriaged.yml b/.github/workflows/labeler-untriaged.yml new file mode 100644 index 00000000000..630122aa087 --- /dev/null +++ b/.github/workflows/labeler-untriaged.yml @@ -0,0 +1,13 @@ +name: "Labels: Untriaged" + +on: + issues: + types: [opened] + +jobs: + add_label: + runs-on: ubuntu-latest + steps: + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: "Status: Untriaged" From 9cc30d2b00d45787811d40d00c1d606c1d47527d Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:07:05 -0400 Subject: [PATCH 159/213] Fixes store purchase events and adds support to raise a directed event (#26389) * fixes store event check * raise directed product event (cherry picked from commit 4dced51f0d8d008714a14675b48c8fa2b7fa0ace) --- Content.Server/Store/Systems/StoreSystem.Ui.cs | 6 ++++-- Content.Shared/Store/ListingPrototype.cs | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 7cdbc4e41c3..49db980451e 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -249,10 +249,12 @@ private void OnBuyRequest(EntityUid uid, StoreComponent component, StoreBuyListi HandleRefundComp(uid, component, upgradeActionId.Value); } - //broadcast event if (listing.ProductEvent != null) { - RaiseLocalEvent(listing.ProductEvent); + if (!listing.RaiseProductEventOnUser) + RaiseLocalEvent(listing.ProductEvent); + else + RaiseLocalEvent(buyer, listing.ProductEvent); } //log dat shit. diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index 2f067afbeeb..25245327ce9 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -98,6 +98,9 @@ public partial class ListingData : IEquatable, ICloneable [DataField("productEvent")] public object? ProductEvent; + [DataField] + public bool RaiseProductEventOnUser; + /// /// used internally for tracking how many times an item was purchased. /// @@ -120,7 +123,7 @@ public bool Equals(ListingData? listing) Description != listing.Description || ProductEntity != listing.ProductEntity || ProductAction != listing.ProductAction || - ProductEvent != listing.ProductEvent || + ProductEvent?.GetType() != listing.ProductEvent?.GetType() || RestockTime != listing.RestockTime) return false; From 0bb151f0d59ade72a8cc7b583ffde79c0191215a Mon Sep 17 00:00:00 2001 From: "Wrexbe (Josh)" <81056464+wrexbe@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:25:04 -0700 Subject: [PATCH 160/213] Store keybind priority (#26356) * Fix saving keybind priority * Change movestoreditem keybind priority to prevent bug --------- Co-authored-by: wrexbe (cherry picked from commit f7a1ffd0aab25d70ac185753d596469fc1e87480) --- Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs | 2 +- Resources/keybinds.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs b/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs index ce5cf421aef..f0537079b97 100644 --- a/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs +++ b/Content.Client/Options/UI/Tabs/KeyRebindTab.xaml.cs @@ -403,7 +403,7 @@ private void InputManagerOnFirstChanceOnKeyEvent(KeyEventArgs keyEvent, KeyEvent Mod1 = mods[0], Mod2 = mods[1], Mod3 = mods[2], - Priority = 0, + Priority = _currentlyRebinding.Binding?.Priority ?? 0, Type = bindType, CanFocus = key == Keyboard.Key.MouseLeft || key == Keyboard.Key.MouseRight diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index b8cfc40c1c4..346156159a7 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -167,6 +167,7 @@ binds: type: State key: MouseLeft canFocus: true + priority: 10 - function: RotateStoredItem type: State key: MouseRight From c14070c986b89296f3f0c03a15cc7ab740bb319f Mon Sep 17 00:00:00 2001 From: ChaseFlorom <57235581+ChaseFlorom@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:02:56 -0500 Subject: [PATCH 161/213] Removed Cannabis from thief objectives (#26412) * Removed Cannabis from thief objectives * Removed the steal group and from cannabis prototypes (cherry picked from commit b44015bd554eb97a2d4762d7b585c71e43865571) --- .../Objects/Specific/Hydroponics/leaves.yml | 8 ++------ .../Prototypes/Objectives/stealTargetGroups.yml | 7 +------ Resources/Prototypes/Objectives/thief.yml | 15 +-------------- 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml index e87fec22acc..b847416211d 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/leaves.yml @@ -17,8 +17,7 @@ reagents: - ReagentId: THC Quantity: 15 - - type: StealTarget - stealGroup: Cannabis + - type: entity name: dried cannabis leaves @@ -38,8 +37,6 @@ - type: Sprite sprite: Objects/Specific/Hydroponics/tobacco.rsi state: dried - - type: StealTarget - stealGroup: Cannabis - type: entity name: ground cannabis @@ -68,8 +65,7 @@ - Smokable - type: Item size: Tiny - - type: StealTarget - stealGroup: Cannabis + - type: entity name: tobacco leaves diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index fb1e5e76fc0..006c061666b 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -142,12 +142,7 @@ sprite: Objects/Misc/id_cards.rsi state: default -- type: stealTargetGroup - id: Cannabis - name: cannabis - sprite: - sprite: Objects/Specific/Hydroponics/cannabis.rsi - state: produce + - type: stealTargetGroup id: LAMP diff --git a/Resources/Prototypes/Objectives/thief.yml b/Resources/Prototypes/Objectives/thief.yml index 66258870d61..18154850973 100644 --- a/Resources/Prototypes/Objectives/thief.yml +++ b/Resources/Prototypes/Objectives/thief.yml @@ -142,20 +142,7 @@ - type: Objective difficulty: 0.7 -- type: entity - noSpawn: true - parent: BaseThiefStealCollectionObjective - id: CannabisStealCollectionObjective - components: - - type: NotJobRequirement - job: Botanist - - type: StealCondition - stealGroup: Cannabis - minCollectionSize: 20 - maxCollectionSize: 30 - verifyMapExistence: false - - type: Objective - difficulty: 0.5 + - type: entity noSpawn: true From 1cd78e56ba2cb5ace0be5ba4bc12a48dae129494 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 22:04:05 +0000 Subject: [PATCH 162/213] Automatic changelog update (cherry picked from commit a9b64331c8fb1c6274befc7dd8517b4619aa9f33) --- 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 b7ec09850ac..d2e74763a37 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: Reinforced Glass and Reinforced Plasma Glass no longer bubble randomly - type: Fix - id: 5720 - time: '2024-01-16T03:43:18.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24135 - author: tday changes: - message: Explosion and Chemical Reaction admin logs now use grid-relative coordinates @@ -3798,3 +3791,10 @@ id: 6219 time: '2024-03-24T16:38:03.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26391 +- author: ChaseFlorom + changes: + - message: removed cannabis thief objective. + type: Remove + id: 6220 + time: '2024-03-24T22:02:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26412 From b988a022bb7809fedb39e22f39eff6efd7f63447 Mon Sep 17 00:00:00 2001 From: SoulFN <164462467+SoulFN@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:35:55 +0800 Subject: [PATCH 163/213] Gives borg industrial welder (#26332) Update borg_modules.yml Changes basic welder in borg tool module to industrial welder (cherry picked from commit 1dff97901d5c4ea3f23cf29a9e6f1c2edebdbc27) --- .../Entities/Objects/Specific/Robotics/borg_modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index 8d195a25bea..e14f29746dc 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -177,7 +177,7 @@ - Screwdriver - Wirecutter - Multitool - - Welder + - WelderIndustrial # cargo modules - type: entity From 2e2eef3e52c7301af8f15771b2f654cf463f6f4f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Mar 2024 22:37:01 +0000 Subject: [PATCH 164/213] Automatic changelog update (cherry picked from commit a8b714af3fa28d418a647ce297faa38fd85e00e3) --- 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 d2e74763a37..786e1a996d6 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: tday - changes: - - message: Explosion and Chemical Reaction admin logs now use grid-relative coordinates - when possible. - type: Fix - id: 5721 - time: '2024-01-16T07:53:46.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24136 - author: Dygon changes: - message: Flare shells now embed into whatever they hit. @@ -3798,3 +3790,10 @@ id: 6220 time: '2024-03-24T22:02:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26412 +- author: SoulFN + changes: + - message: The borg tool module now has an industrial welding tool. + type: Tweak + id: 6221 + time: '2024-03-24T22:35:55.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26332 From 6d75b2403d08b2baf82b3d86e04e3327b8c3e239 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+slambamactionman@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:45:52 +0100 Subject: [PATCH 165/213] Immovable Rod visual variations (#25932) * Adds variations to immovable rod * slash oopsie * Changed prototypes from being hardcoded to being defined in the rules component * Changed from 10% chance to 5% * Changes based on feedback * Fix nullable error * Moved randomized logic to .yaml. Probabilities of alternate rods add up to 5%. (cherry picked from commit 8f652eaa7560a47a750173d716426dcd1ad7c01b) --- .../Components/ImmovableRodRuleComponent.cs | 7 +- .../StationEvents/Events/ImmovableRodRule.cs | 13 ++- .../Entities/Objects/Fun/immovable_rod.yml | 83 +++++++++++++++++++ Resources/Prototypes/GameRules/events.yml | 25 ++++++ 4 files changed, 122 insertions(+), 6 deletions(-) diff --git a/Content.Server/StationEvents/Components/ImmovableRodRuleComponent.cs b/Content.Server/StationEvents/Components/ImmovableRodRuleComponent.cs index 95c32652072..7b35dd9a147 100644 --- a/Content.Server/StationEvents/Components/ImmovableRodRuleComponent.cs +++ b/Content.Server/StationEvents/Components/ImmovableRodRuleComponent.cs @@ -1,4 +1,5 @@ using Content.Server.StationEvents.Events; +using Content.Shared.Storage; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; @@ -7,6 +8,8 @@ namespace Content.Server.StationEvents.Components; [RegisterComponent, Access(typeof(ImmovableRodRule))] public sealed partial class ImmovableRodRuleComponent : Component { - [DataField("rodPrototype", customTypeSerializer: typeof(PrototypeIdSerializer))] - public string RodPrototype = "ImmovableRodKeepTilesStill"; + /// List of possible rods and spawn probabilities. + /// + [DataField] + public List RodPrototypes = new(); } diff --git a/Content.Server/StationEvents/Events/ImmovableRodRule.cs b/Content.Server/StationEvents/Events/ImmovableRodRule.cs index a61c6b69e1a..1b8fb6be1f8 100644 --- a/Content.Server/StationEvents/Events/ImmovableRodRule.cs +++ b/Content.Server/StationEvents/Events/ImmovableRodRule.cs @@ -3,9 +3,11 @@ using Content.Server.ImmovableRod; using Content.Server.StationEvents.Components; using Content.Server.Weapons.Ranged.Systems; -using Robust.Shared.Spawners; +using Content.Shared.Storage; using Robust.Shared.Prototypes; +using Robust.Shared.Random; using TimedDespawnComponent = Robust.Shared.Spawners.TimedDespawnComponent; +using System.Linq; namespace Content.Server.StationEvents.Events; @@ -19,7 +21,10 @@ protected override void Started(EntityUid uid, ImmovableRodRuleComponent compone { base.Started(uid, component, gameRule, args); - var proto = _prototypeManager.Index(component.RodPrototype); + var protoName = EntitySpawnCollection.GetSpawns(component.RodPrototypes).First(); + + var proto = _prototypeManager.Index(protoName); + if (proto.TryGetComponent(out var rod) && proto.TryGetComponent(out var despawn)) { TryFindRandomTile(out _, out _, out _, out var targetCoords); @@ -27,12 +32,12 @@ protected override void Started(EntityUid uid, ImmovableRodRuleComponent compone var angle = RobustRandom.NextAngle(); var direction = angle.ToVec(); var spawnCoords = targetCoords.ToMap(EntityManager, _transform).Offset(-direction * speed * despawn.Lifetime / 2); - var ent = Spawn(component.RodPrototype, spawnCoords); + var ent = Spawn(protoName, spawnCoords); _gun.ShootProjectile(ent, direction, Vector2.Zero, uid, speed: speed); } else { - Sawmill.Error($"Invalid immovable rod prototype: {component.RodPrototype}"); + Sawmill.Error($"Invalid immovable rod prototype: {protoName}"); } } } diff --git a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml index 466e433e8b5..f46abe8a5af 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/immovable_rod.yml @@ -60,3 +60,86 @@ components: - type: ImmovableRod randomizeVelocity: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodMop + name: immovable mop + description: Hurled like a javelin, with the power of a thousand furious janitors. + components: + - type: Sprite + sprite: Objects/Specific/Janitorial/mop.rsi + state: mop + rotation: 225 + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodShark + name: immovable shark + description: SHARK TORNADO! + components: + - type: Sprite + sprite: Objects/Fun/sharkplush.rsi + state: blue + rotation: 90 + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodClown + name: immovable clown + description: Ejected from the neighbouring station one solar system over. HONK! + components: + - type: Sprite + sprite: Markers/jobs.rsi + state: clown + rotation: 180 + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodBanana + name: immovable banana + description: At least you won't slip on it. + components: + - type: Sprite + sprite: Objects/Specific/Hydroponics/banana.rsi + state: produce + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodHammer + name: immovable hammer + description: Bwoink. + components: + - type: Sprite + sprite: Objects/Weapons/Melee/sledgehammer.rsi + state: icon + rotation: 225 + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodThrongler + name: immovable throngler + description: If you catch it, you can keep it. + components: + - type: Sprite + sprite: Objects/Weapons/Melee/Throngler2.rsi + state: icon + rotation: 225 + noRot: false + +- type: entity + parent: ImmovableRodKeepTilesStill + id: ImmovableRodGibstick + name: immovable gibstick + description: What did you expect? + components: + - type: Sprite + sprite: Objects/Weapons/Melee/debug.rsi + state: icon + rotation: 225 + noRot: false diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 3f544743e12..7b4f421f853 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -456,6 +456,31 @@ # earliestStart: 45 # minimumPlayers: 20 # - type: ImmovableRodRule +# rodPrototypes: +# - id: ImmovableRodKeepTilesStill +# prob: 0.95 +# orGroup: rodProto +# - id: ImmovableRodMop +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodShark +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodClown +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodBanana +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodHammer +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodThrongler +# prob: 0.0072 +# orGroup: rodProto +# - id: ImmovableRodGibstick +# prob: 0.0072 +# orGroup: rodProto - type: entity noSpawn: true From 5085286dd0f77d0de81afc0b7f016b47ba6c2c08 Mon Sep 17 00:00:00 2001 From: "Wrexbe (Josh)" <81056464+wrexbe@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:46:24 -0700 Subject: [PATCH 166/213] Fixed some icon rsi warnings (#26414) Fixed some icon warnings Co-authored-by: wrexbe (cherry picked from commit 5562bcebcb114892616383a95f5d5a8884c09bbb) --- Resources/Prototypes/Actions/diona.yml | 8 ++++++-- Resources/Prototypes/Actions/types.yml | 2 +- Resources/Prototypes/Entities/Clothing/Neck/misc.yml | 4 +++- Resources/Prototypes/Roles/Jobs/Civilian/mime.yml | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Actions/diona.yml b/Resources/Prototypes/Actions/diona.yml index 2d188987afc..11db30386a5 100644 --- a/Resources/Prototypes/Actions/diona.yml +++ b/Resources/Prototypes/Actions/diona.yml @@ -5,7 +5,9 @@ noSpawn: true components: - type: InstantAction - icon: Mobs/Species/Diona/organs.rsi/brain.png + icon: + sprite: Mobs/Species/Diona/organs.rsi + state: brain event: !type:GibActionEvent {} checkCanInteract: false checkConsciousness: false @@ -17,6 +19,8 @@ noSpawn: true components: - type: InstantAction - icon: Mobs/Species/Diona/parts.rsi/full.png + icon: + sprite: Mobs/Species/Diona/parts.rsi + state: full event: !type:ReformEvent {} useDelay: 600 # Once every 10 minutes. Keep them dead for a fair bit before reforming diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 84f0839b254..b91b26e3570 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -41,7 +41,7 @@ components: - type: InstantAction icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight } - iconOn: Objects/Tools/flashlight.rsi/flashlight-on.png + iconOn: { sprite: Objects/Tools/flashlight.rsi, state: flashlight-on } event: !type:ToggleActionEvent - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml index 05067ff68a0..6b4be3c9f84 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/misc.yml @@ -73,7 +73,9 @@ noSpawn: true components: - type: EntityTargetAction - icon: Clothing/Neck/Misc/stethoscope.rsi/icon.png + icon: + sprite: Clothing/Neck/Misc/stethoscope.rsi + state: icon event: !type:StethoscopeActionEvent checkCanInteract: false priority: -1 diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index 5f5d275521e..8da2c34231b 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -47,5 +47,7 @@ - type: InstantAction priority: -1 useDelay: 30 - icon: Structures/Walls/solid.rsi/full.png + icon: + sprite: Structures/Walls/solid.rsi + state: full event: !type:InvisibleWallActionEvent From 1d5a14409a59e4afea8f86cf16738bc347228dad Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 24 Mar 2024 23:47:30 +0100 Subject: [PATCH 167/213] Update close-master-pr.yml (#26416) Fix name of "Close PRs on master" workflow (cherry picked from commit a30fb1fffa107bac79668866fdbf7fb7c6d3f8e0) --- .github/workflows/close-master-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-master-pr.yml b/.github/workflows/close-master-pr.yml index 66843d35dd6..51ce874dd07 100644 --- a/.github/workflows/close-master-pr.yml +++ b/.github/workflows/close-master-pr.yml @@ -1,4 +1,4 @@ -name: Close PR's on master +name: Close PRs on master on: pull_request_target: From 5c7bf27e9d485d90418054bd12f65e382c244b15 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:43:04 -0400 Subject: [PATCH 168/213] Accept cloth and ingots in the ammofab (#26413) (cherry picked from commit a46e7102cfa60b72082d9ed365a3f76b3d6d7b27) --- Resources/Prototypes/Entities/Structures/Machines/lathe.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 3a92c08adf1..46923a45fdc 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -851,6 +851,8 @@ whitelist: tags: - Sheet + - RawMaterial + - Ingot - type: entity id: MedicalTechFab From e9030104c0369323b07947174da8dd4b5e085af4 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 00:44:10 +0000 Subject: [PATCH 169/213] Automatic changelog update (cherry picked from commit 3197262f344b40700de9d723c4d16c6ba49934cf) --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 786e1a996d6..15cd0427a9b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Dygon - changes: - - message: Flare shells now embed into whatever they hit. - type: Tweak - - message: Flare shells ignite mobs again. - type: Fix - id: 5722 - time: '2024-01-16T09:17:05.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23648 - author: Ubaser changes: - message: Resprited buckets. @@ -3797,3 +3788,10 @@ id: 6221 time: '2024-03-24T22:35:55.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26332 +- author: IProduceWidgets + changes: + - message: Ammo techfab now accepts ingot and cloth material types. + type: Fix + id: 6222 + time: '2024-03-25T00:43:04.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26413 From 242d6dd30ebb3fa8dde2b2df32bb3fc7153041f7 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:45:01 -0400 Subject: [PATCH 170/213] Fix admin verb to set unspawned ballisic ammo count (#26411) Don't crash if an invalid value is given. (cherry picked from commit 451890b85b49e17a0019d107db4a31a48cdd3518) --- .../Systems/AdminVerbSystem.Tools.cs | 16 ++++++++++++++-- .../Ranged/Systems/SharedGunSystem.Ballistic.cs | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs index c68336deab8..9d66338c8bf 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs @@ -718,9 +718,21 @@ private void AddTricksVerbs(GetVerbsEvent args) Icon = new SpriteSpecifier.Rsi(new("/Textures/Objects/Fun/caps.rsi"), "mag-6"), Act = () => { - _quickDialog.OpenDialog(player, "Set Bullet Amount", $"Amount (max {ballisticAmmo.Capacity}):", (int amount) => + _quickDialog.OpenDialog(player, "Set Bullet Amount", $"Amount (standard {ballisticAmmo.Capacity}):", (string amount) => { - ballisticAmmo.UnspawnedCount = amount; + if (!int.TryParse(amount, out var result)) + return; + + if (result > 0) + { + ballisticAmmo.UnspawnedCount = result; + } + else + { + ballisticAmmo.UnspawnedCount = 0; + } + + _gun.UpdateBallisticAppearance(args.Target, ballisticAmmo); }); }, Impact = LogImpact.Medium, diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs index 261243fea35..11cfc88470a 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Ballistic.cs @@ -260,7 +260,7 @@ private void OnBallisticAmmoCount(EntityUid uid, BallisticAmmoProviderComponent args.Capacity = component.Capacity; } - private void UpdateBallisticAppearance(EntityUid uid, BallisticAmmoProviderComponent component) + public void UpdateBallisticAppearance(EntityUid uid, BallisticAmmoProviderComponent component) { if (!Timing.IsFirstTimePredicted || !TryComp(uid, out var appearance)) return; From 369e3eee9930f55f537e770ef1256bcd1ae97ccc Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:52:05 +1100 Subject: [PATCH 171/213] Use entity queries in ambient sound & power receiver systems (#26410) (cherry picked from commit 31d70db547f855d2a3d4075e4fcf54d1c87c0f06) --- .../Power/EntitySystems/PowerReceiverSystem.cs | 17 +++++++++++------ .../Audio/SharedAmbientSoundSystem.cs | 11 +++++++---- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Content.Server/Power/EntitySystems/PowerReceiverSystem.cs b/Content.Server/Power/EntitySystems/PowerReceiverSystem.cs index 5ed39d51787..048fda23553 100644 --- a/Content.Server/Power/EntitySystems/PowerReceiverSystem.cs +++ b/Content.Server/Power/EntitySystems/PowerReceiverSystem.cs @@ -20,6 +20,8 @@ public sealed class PowerReceiverSystem : EntitySystem [Dependency] private readonly IAdminManager _adminManager = default!; [Dependency] private readonly AppearanceSystem _appearance = default!; [Dependency] private readonly AudioSystem _audio = default!; + private EntityQuery _recQuery; + private EntityQuery _provQuery; public override void Initialize() { @@ -35,6 +37,9 @@ public override void Initialize() SubscribeLocalEvent>(OnGetVerbs); SubscribeLocalEvent>(AddSwitchPowerVerb); + + _recQuery = GetEntityQuery(); + _provQuery = GetEntityQuery(); } private void OnGetVerbs(EntityUid uid, ApcPowerReceiverComponent component, GetVerbsEvent args) @@ -77,7 +82,7 @@ private void OnProviderShutdown(EntityUid uid, ApcPowerProviderComponent compone private void OnProviderConnected(Entity receiver, ref ExtensionCableSystem.ProviderConnectedEvent args) { var providerUid = args.Provider.Owner; - if (!EntityManager.TryGetComponent(providerUid, out var provider)) + if (!_provQuery.TryGetComponent(providerUid, out var provider)) return; receiver.Comp.Provider = provider; @@ -94,7 +99,7 @@ private void OnProviderDisconnected(Entity receiver, private void OnReceiverConnected(Entity provider, ref ExtensionCableSystem.ReceiverConnectedEvent args) { - if (EntityManager.TryGetComponent(args.Receiver, out ApcPowerReceiverComponent? receiver)) + if (_recQuery.TryGetComponent(args.Receiver, out var receiver)) { provider.Comp.AddReceiver(receiver); } @@ -102,7 +107,7 @@ private void OnReceiverConnected(Entity provider, ref private void OnReceiverDisconnected(EntityUid uid, ApcPowerProviderComponent provider, ExtensionCableSystem.ReceiverDisconnectedEvent args) { - if (EntityManager.TryGetComponent(args.Receiver, out ApcPowerReceiverComponent? receiver)) + if (_recQuery.TryGetComponent(args.Receiver, out var receiver)) { provider.RemoveReceiver(receiver); } @@ -116,7 +121,7 @@ private void AddSwitchPowerVerb(EntityUid uid, PowerSwitchComponent component, G if (!HasComp(args.User)) return; - if (!TryComp(uid, out var receiver)) + if (!_recQuery.TryGetComponent(uid, out var receiver)) return; if (!receiver.NeedsPower) @@ -152,7 +157,7 @@ private void ProviderChanged(Entity receiver) ///
public bool IsPowered(EntityUid uid, ApcPowerReceiverComponent? receiver = null) { - if (!Resolve(uid, ref receiver, false)) + if (!_recQuery.Resolve(uid, ref receiver, false)) return true; return receiver.Powered; @@ -164,7 +169,7 @@ public bool IsPowered(EntityUid uid, ApcPowerReceiverComponent? receiver = null) ///
public bool TogglePower(EntityUid uid, bool playSwitchSound = true, ApcPowerReceiverComponent? receiver = null, EntityUid? user = null) { - if (!Resolve(uid, ref receiver, false)) + if (!_recQuery.Resolve(uid, ref receiver, false)) return true; // it'll save a lot of confusion if 'always powered' means 'always powered' diff --git a/Content.Shared/Audio/SharedAmbientSoundSystem.cs b/Content.Shared/Audio/SharedAmbientSoundSystem.cs index 6318ba25573..5f17261825c 100644 --- a/Content.Shared/Audio/SharedAmbientSoundSystem.cs +++ b/Content.Shared/Audio/SharedAmbientSoundSystem.cs @@ -5,16 +5,19 @@ namespace Content.Shared.Audio; public abstract class SharedAmbientSoundSystem : EntitySystem { + private EntityQuery _query; + public override void Initialize() { base.Initialize(); SubscribeLocalEvent(GetCompState); SubscribeLocalEvent(HandleCompState); + _query = GetEntityQuery(); } public virtual void SetAmbience(EntityUid uid, bool value, AmbientSoundComponent? ambience = null) { - if (!Resolve(uid, ref ambience, false) || ambience.Enabled == value) + if (!_query.Resolve(uid, ref ambience, false) || ambience.Enabled == value) return; ambience.Enabled = value; @@ -24,7 +27,7 @@ public virtual void SetAmbience(EntityUid uid, bool value, AmbientSoundComponent public virtual void SetRange(EntityUid uid, float value, AmbientSoundComponent? ambience = null) { - if (!Resolve(uid, ref ambience, false) || MathHelper.CloseToPercent(ambience.Range, value)) + if (!_query.Resolve(uid, ref ambience, false) || MathHelper.CloseToPercent(ambience.Range, value)) return; ambience.Range = value; @@ -39,7 +42,7 @@ protected virtual void QueueUpdate(EntityUid uid, AmbientSoundComponent ambience public virtual void SetVolume(EntityUid uid, float value, AmbientSoundComponent? ambience = null) { - if (!Resolve(uid, ref ambience, false) || MathHelper.CloseToPercent(ambience.Volume, value)) + if (!_query.Resolve(uid, ref ambience, false) || MathHelper.CloseToPercent(ambience.Volume, value)) return; ambience.Volume = value; @@ -48,7 +51,7 @@ public virtual void SetVolume(EntityUid uid, float value, AmbientSoundComponent? public virtual void SetSound(EntityUid uid, SoundSpecifier sound, AmbientSoundComponent? ambience = null) { - if (!Resolve(uid, ref ambience, false) || ambience.Sound == sound) + if (!_query.Resolve(uid, ref ambience, false) || ambience.Sound == sound) return; ambience.Sound = sound; From e8840dc15d209ebb1312bb7386f00233d45157c8 Mon Sep 17 00:00:00 2001 From: Luminight Date: Mon, 25 Mar 2024 01:55:01 +0100 Subject: [PATCH 172/213] Unswap small and tall wodden fence gates (#26409) (cherry picked from commit 92ab9a8a01ab1cc57bbb449501bed3b77d19b327) --- .../Entities/Structures/Walls/fence_wood.yml | 6 +++--- .../Walls/wooden_fence.rsi/door_opened.png | Bin 3349 -> 3071 bytes .../wooden_fence.rsi/door_opened_small.png | Bin 3071 -> 3349 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml index 539eca32b6f..f2b03aaeb8f 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml @@ -223,7 +223,7 @@ - type: InteractionOutline - type: Door openSpriteState: door_opened - closedSpriteState: door_closed_small #idk how, but it's working + closedSpriteState: door_closed canPry: false occludes: false changeAirtight: false @@ -379,7 +379,7 @@ components: - type: Sprite layers: - - state: end + - state: end_small map: ["enum.DoorVisualLayers.Base"] - type: Fixtures fixtures: @@ -396,7 +396,7 @@ - type: InteractionOutline - type: Door openSpriteState: door_opened_small - closedSpriteState: door_closed + closedSpriteState: door_closed_small canPry: false occludes: false changeAirtight: false diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png index 4464eac3be525cb1b012d9ff27c2cd68d9cba518..99dc852d35f7310ce6e4dbc58f0d83dcbfe6e333 100644 GIT binary patch delta 1287 zcmbO#^42>qgV$y)J#F+zB%n~ik%nXu@bq&odEOk?jP0Vx? zlMIt}6V1$%O$-c@&5V;QCwDVnoVoaECU0Ju&0Y-NX4AD(f$5rwS_7ma{ zY%aIW?CCtnEWg0lbGC`1?%peFeVvtGH|{aA{#}-4_4$@0)BYA6>&?IG?CAFzp{n6Fj zDbkPj_RVLm*ZQ|(&E7;yca{~mwgCBB(I0=_uTRO34$EVns(b&>WSfS^-n$Qo@1O3X zp^|?8myf}7hI8|#H@!Rk`@wt*hW3S#-5Q5=e)#4*HF7M}Iab8ym=vad`|`)#4VzRy zA1|uw(a_%Bcxqbyza9266GbD=T}qg&mQupaPeKm`1(UdeQF9tCp5Q#EdLjy zrcuRy+EVF&iSUvimI+fhm1=sK_Wjta>a;MWnU(!a)C>#r@T(XHJ{rk!J zr&*qRu8UeSL%lv`TH#qOVV4(1c6~kE!Jjb0Oz;w&^yN=zO?i_Q<4P3vzDA2dIx^wzK|Mtiq z@55SSd6zUBw)5rx*>1QdlVO*J9kH9hunS3m0Q=%YS^Rg+_>ud-c5%WS|4osSHSZ3A&1mk zzAtUlFP?th&(+PLzBO#&x$l>zt$ydp@}+&TQ}Bh{%(KbARx!2b8Sy*#cgBm?FSn85 z$|;%5t+a{VwOO%jhTg7|91EPJ!vpGT+V^sq?eb*r$j&HIKfW{UIIr|wOZJ2rK;v7_ zx|np7D!Mjx=RIAt;^aip`?FUv6lYdIk9IJ~8lc%=1@t?FO0@(_qw8s<`Y3$kGSS^&$FQ zrK^1X;x}AeJD2;xoalAYkx?zcps3ij@!Z0@T&wxR)K4cdJlo}}@ti5ddV2Az3Ex9RZz3DpjscCB79<_?kZ%!t!(9utrtrYIRVwb?I z1LwXy3)yw~pv0@QtN*La&gm)HExW?JTh_ewh3C#WkLOFrHds4X+G-hA&{B%fL z0i6c&C=d*?m`py1upu^uC4i_XkMR%Wvd-x|VL~jBjUqe{K?MkczyclvrTjOoy)R%hQ4G{>!9W3|^}&PabWp%&(Ww~9gCOV= zeKk!d0%t*m*ce7bV319RF^~d5D9DCk1Z1-KFin8L2n&JaI9)Oc4yI8#bT)@Vllu|F z?9lRV+xrvLz9$j8$?IN{vO2*(&Bcf%s*?FtHtx{-a7$Ymo#^+@b&;ptDGUg5^e6ML6UcMpri>4`aqmrc53r12uQr4`aV`1fnL@!6OWj?OU zWxuDCYe`I;@11Q~OwP=50>f~-`=&zH96puXF%cip@G+cF8>y1ul+MrBjGQoNBqhxE z=JZz8kZL1|;txN}U+&gu%P~)TCdO3eq!Ba@?L)w`LO=ebWS(nc0;*Z@zm41>}_x=S=#HDhmmn^ zq3u(yQO9!yT>Y5e%wRYm>hUk4?P{kci`MwvV)t4 zm+X5M8dx#@wD+vYGD!YRtQT-m!#-1gAy@OHIusC3FE4PrgvoxnL&{f>W1>5((>8XV z@Co0P2E_Stjm7i1MWjLOXg6ucbmTD3Os0}O9U?TM=4QZ2uKxKK@?@pcvSa6iRDH#iukxJI1>`Ut$@w5TP3L^)_l+qDu(5BaO6BnYgG7UQ)KMuF` rZ*9&{D{TE$KZT_YLZo1s=D?B0MP+;O&0*ywKwCauTRngDh)VqvhZAn@ diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png index 99dc852d35f7310ce6e4dbc58f0d83dcbfe6e333..4464eac3be525cb1b012d9ff27c2cd68d9cba518 100644 GIT binary patch delta 1456 zcma)(c~BDv6vj6R0gR}OFh&JhQ4jX+G-hA&{B%fL z0i6c&C=d*?m`py1upu^uC4i_XkMR%Wvd-x|VL~jBjUqe{K?MkczyclvrTjOoy)R%hQ4G{>!9W3|^}&PabWp%&(Ww~9gCOV= zeKk!d0%t*m*ce7bV319RF^~d5D9DCk1Z1-KFin8L2n&JaI9)Oc4yI8#bT)@Vllu|F z?9lRV+xrvLz9$j8$?IN{vO2*(&Bcf%s*?FtHtx{-a7$Ymo#^+@b&;ptDGUg5^e6ML6UcMpri>4`aqmrc53r12uQr4`aV`1fnL@!6OWj?OU zWxuDCYe`I;@11Q~OwP=50>f~-`=&zH96puXF%cip@G+cF8>y1ul+MrBjGQoNBqhxE z=JZz8kZL1|;txN}U+&gu%P~)TCdO3eq!Ba@?L)w`LO=ebWS(nc0;*Z@zm41>}_x=S=#HDhmmn^ zq3u(yQO9!yT>Y5e%wRYm>hUk4?P{kci`MwvV)t4 zm+X5M8dx#@wD+vYGD!YRtQT-m!#-1gAy@OHIusC3FE4PrgvoxnL&{f>W1>5((>8XV z@Co0P2E_Stjm7i1MWjLOXg6ucbmTD3Os0}O9U?TM=4QZ2uKxKK@?@pcvSa6iRDH#iukxJI1>`Ut$@w5TP3L^)_l+qDu(5BaO6BnYgG7UQ)KMuF` rZ*9&{D{TE$KZT_YLZo1s=D?B0MP+;O&0*ywKwCauTRngDh)VqvhZAn@ delta 1287 zcmbO#^42>qgV$y)J#F+zB%n~ik%nXu@bq&odEOk?jP0Vx? zlMIt}6V1$%O$-c@&5V;QCwDVnoVoaECU0Ju&0Y-NX4AD(f$5rwS_7ma{ zY%aIW?CCtnEWg0lbGC`1?%peFeVvtGH|{aA{#}-4_4$@0)BYA6>&?IG?CAFzp{n6Fj zDbkPj_RVLm*ZQ|(&E7;yca{~mwgCBB(I0=_uTRO34$EVns(b&>WSfS^-n$Qo@1O3X zp^|?8myf}7hI8|#H@!Rk`@wt*hW3S#-5Q5=e)#4*HF7M}Iab8ym=vad`|`)#4VzRy zA1|uw(a_%Bcxqbyza9266GbD=T}qg&mQupaPeKm`1(UdeQF9tCp5Q#EdLjy zrcuRy+EVF&iSUvimI+fhm1=sK_Wjta>a;MWnU(!a)C>#r@T(XHJ{rk!J zr&*qRu8UeSL%lv`TH#qOVV4(1c6~kE!Jjb0Oz;w&^yN=zO?i_Q<4P3vzDA2dIx^wzK|Mtiq z@55SSd6zUBw)5rx*>1QdlVO*J9kH9hunS3m0Q=%YS^Rg+_>ud-c5%WS|4osSHSZ3A&1mk zzAtUlFP?th&(+PLzBO#&x$l>zt$ydp@}+&TQ}Bh{%(KbARx!2b8Sy*#cgBm?FSn85 z$|;%5t+a{VwOO%jhTg7|91EPJ!vpGT+V^sq?eb*r$j&HIKfW{UIIr|wOZJ2rK;v7_ zx|np7D!Mjx=RIAt;^aip`?FUv6lYdIk9IJ~8lc%=1@t?FO0@(_qw8s<`Y3$kGSS^&$FQ zrK^1X;x}AeJD2;xoalAYkx?zcps3ij@!Z0@T&wxR)K4cdJlo}}@ti5ddV2Az3Ex9RZz3DpjscCB79<_?kZ%!t!(9utrtrYIRVwb?I z1LwXy3)yw~pv0@QtN*La&gm)HExW?JTh_ewh3C#WkLOFrHds4 Date: Mon, 25 Mar 2024 00:55:48 +0000 Subject: [PATCH 173/213] Holoprojectors crafted at lathes no longer come with a cell (#26405) Adds versions of the holoprojectors (janitoral, fan, and field) that start without a battery and changes the lathe recipe to use these instead. This is consistant with flashlights, which when made do not start with a cell. Also it's a bit silly to have cargo printing a bunch of these to sell. (cherry picked from commit 0bc886c00996e28fc31ea764a65ef51e4b1294f3) --- .../Objects/Devices/holoprojectors.yml | 30 +++++++++++++++++++ .../Prototypes/Recipes/Lathes/janitorial.yml | 2 +- Resources/Prototypes/Recipes/Lathes/tools.yml | 13 ++++---- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml index 57c542f31bd..5cbf64c5606 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/holoprojectors.yml @@ -25,6 +25,16 @@ tags: - HolosignProjector +- type: entity + parent: Holoprojector + id: HoloprojectorEmpty + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + - type: entity parent: Holoprojector id: HoloprojectorBorg @@ -61,6 +71,16 @@ recipes: - HolofanProjector +- type: entity + parent: HolofanProjector + id: HolofanProjectorEmpty + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + - type: entity parent: Holoprojector id: HoloprojectorField @@ -79,6 +99,16 @@ - type: StaticPrice price: 130 +- type: entity + parent: HoloprojectorField + id: HoloprojectorFieldEmpty + suffix: Empty + components: + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + - type: entity parent: Holoprojector id: HoloprojectorSecurity diff --git a/Resources/Prototypes/Recipes/Lathes/janitorial.yml b/Resources/Prototypes/Recipes/Lathes/janitorial.yml index 2fd153852f8..a3b968a331b 100644 --- a/Resources/Prototypes/Recipes/Lathes/janitorial.yml +++ b/Resources/Prototypes/Recipes/Lathes/janitorial.yml @@ -66,7 +66,7 @@ - type: latheRecipe id: Holoprojector - result: Holoprojector + result: HoloprojectorEmpty completetime: 3 materials: Plastic: 250 diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index 21aabce49f1..95974d9837a 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -189,14 +189,13 @@ - type: latheRecipe id: HolofanProjector - result: HolofanProjector + result: HolofanProjectorEmpty category: Tools completetime: 8 - materials: # Inherited materials and time from PowerCellMedium recipe - Steel: 600 - Glass: 350 - Plastic: 150 - Gold: 10 + materials: + Steel: 300 + Glass: 50 + Plastic: 50 - type: latheRecipe id: MiningDrill @@ -229,7 +228,7 @@ - type: latheRecipe id: HoloprojectorField - result: HoloprojectorField + result: HoloprojectorFieldEmpty category: Tools completetime: 3 materials: From 72c92547b64de2b20e0b0c22da94f1802a84c0e0 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 00:56:54 +0000 Subject: [PATCH 174/213] Automatic changelog update (cherry picked from commit e972829ddd4957a3eb1d4f04940a156b3e12ea9b) --- Resources/Changelog/Changelog.yml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 15cd0427a9b..31fd3d0d6b3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,20 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Resprited buckets. - type: Tweak - id: 5723 - time: '2024-01-16T13:47:53.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23866 -- author: Lank - changes: - - message: Added a new "follow" command. - type: Add - - message: Replaced the ahelp menu's "Teleport to" verb with "Follow". - type: Tweak - id: 5724 - time: '2024-01-17T01:26:15.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24142 - author: Dygon changes: - message: Water gun and spray nozzle projectiles now properly collide with objects. @@ -3795,3 +3779,17 @@ id: 6222 time: '2024-03-25T00:43:04.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26413 +- author: Luminight + changes: + - message: Wooden fence gate sprites are no longer swapped. + type: Fix + id: 6223 + time: '2024-03-25T00:55:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26409 +- author: Callmore + changes: + - message: Holoprojectors no longer come with a cell when made at a lathe. + type: Tweak + id: 6224 + time: '2024-03-25T00:55:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26405 From f911e77c745f5872e71b82c5f2e0348ee30e9fd9 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:58:33 -0400 Subject: [PATCH 175/213] Fix tags on antique laser gun (#26398) It's missing the tag that's needed for it to go back in the glass storage box. (cherry picked from commit 27a9b078239fb32be00e78fd980951f16f644dac) --- .../Entities/Objects/Weapons/Guns/Battery/battery_guns.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index c31f69ae16d..202604b8bf0 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -579,6 +579,7 @@ tags: - HighRiskItem - Sidearm + - WeaponAntiqueLaser - type: StaticPrice price: 750 - type: StealTarget From ca18a89fe16d0207a860b23880c645d964e95a17 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 00:59:38 +0000 Subject: [PATCH 176/213] Automatic changelog update (cherry picked from commit 6f55aa6b6e6b1bbeb5aa7f279886b1d15a7388b4) --- 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 31fd3d0d6b3..eff2d68c96d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Dygon - changes: - - message: Water gun and spray nozzle projectiles now properly collide with objects. - type: Fix - id: 5725 - time: '2024-01-17T08:21:59.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24175 - author: Veritius changes: - message: You can now dramatically execute cuffed people. @@ -3793,3 +3786,10 @@ id: 6224 time: '2024-03-25T00:55:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26405 +- author: IProduceWidgets + changes: + - message: The captain can now return his laser to the glass display box. + type: Fix + id: 6225 + time: '2024-03-25T00:58:33.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26398 From b8f3ef8bfc4bff5ebad884e2fda5a4adc86cc9ba Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:14:04 -0400 Subject: [PATCH 177/213] Add astro-jungle/mowed grass and astro-snow (#26381) (cherry picked from commit 89235b9e1b91b32b3e55b364d46c79daabe199e9) --- Resources/Locale/en-US/tiles/tiles.ftl | 3 ++ .../Entities/Objects/Misc/tiles.yml | 51 +++++++++++++++++++ .../Entities/Structures/Machines/lathe.yml | 3 ++ Resources/Prototypes/Recipes/Lathes/misc.yml | 21 ++++++++ .../Prototypes/Research/civilianservices.yml | 3 ++ .../Prototypes/Stacks/floor_tile_stacks.yml | 21 ++++++++ Resources/Prototypes/Tiles/floors.yml | 29 ++++++++++- 7 files changed, 130 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index 0a1b13a6e0d..e5b6810fcab 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -122,5 +122,8 @@ tiles-hull-reinforced = exterior reinforced hull plating tiles-web = web tile tiles-chromite = chromite tiles-astro-grass = astro-grass +tiles-mowed-astro-grass = mowed astro-grass +tiles-jungle-astro-grass = jungle astro-grass tiles-astro-ice = astro-ice +tiles-astro-snow = astro-snow tiles-wood-large = large wood \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 5b57d930b03..6f351ee9db2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -1051,6 +1051,40 @@ - type: Stack stackType: FloorTileAstroGrass +- type: entity + id: FloorTileItemMowedAstroGrass + parent: FloorTileItemBase + name: mowed astro-grass + description: Fake grass that covers up wires and even comes with realistic NanoTrimmings! + components: + - type: Sprite + state: grass + - type: Item + heldPrefix: grass + - type: FloorTile + outputs: + - Plating + - FloorMowedAstroGrass + - type: Stack + stackType: FloorTileAstroGrass + +- type: entity + id: FloorTileItemJungleAstroGrass + parent: FloorTileItemBase + name: jungle astro-grass + description: Fake grass that covers up wires and even comes with realistic NanoTrimmings! + components: + - type: Sprite + state: grassjungle + - type: Item + heldPrefix: grass + - type: FloorTile + outputs: + - Plating + - FloorJungleAstroGrass + - type: Stack + stackType: FloorTileAstroGrass + - type: entity id: FloorTileItemAstroIce parent: FloorTileItemBase @@ -1068,6 +1102,23 @@ - type: Stack stackType: FloorTileAstroIce +- type: entity + id: FloorTileItemAstroSnow + parent: FloorTileItemBase + name: astro-snow + description: Fake snow that's as fluffy as the real thing, while being easily removable! + components: + - type: Sprite + state: snow + - type: Item + heldPrefix: snow + - type: FloorTile + outputs: + - Plating + - FloorAstroSnow + - type: Stack + stackType: FloorTileAstroSnow + - type: entity name: large wood floor parent: FloorTileItemBase diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 46923a45fdc..59644229ec5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -334,7 +334,10 @@ - JawsOfLife - CoreSilver # Nyanotrasen - Silver Golem core - FauxTileAstroGrass + - FauxTileMowedAstroGrass + - FauxTileJungleAstroGrass - FauxTileAstroIce + - FauxTileAstroSnow - OreBagOfHolding - DeviceQuantumSpinInverter - type: EmagLatheRecipes diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 13347883760..ab13dc4573f 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -150,6 +150,20 @@ materials: Plastic: 100 +- type: latheRecipe + id: FauxTileMowedAstroGrass + result: FloorTileItemMowedAstroGrass + completetime: 1 + materials: + Plastic: 100 + +- type: latheRecipe + id: FauxTileJungleAstroGrass + result: FloorTileItemJungleAstroGrass + completetime: 1 + materials: + Plastic: 100 + - type: latheRecipe id: FauxTileAstroIce result: FloorTileItemAstroIce @@ -157,6 +171,13 @@ materials: Plastic: 100 +- type: latheRecipe + id: FauxTileAstroSnow + result: FloorTileItemAstroSnow + completetime: 1 + materials: + Plastic: 100 + - type: latheRecipe id: FloorGreenCircuit result: FloorTileItemGCircuit4 diff --git a/Resources/Prototypes/Research/civilianservices.yml b/Resources/Prototypes/Research/civilianservices.yml index c3f83e0fc59..61f95894ee6 100644 --- a/Resources/Prototypes/Research/civilianservices.yml +++ b/Resources/Prototypes/Research/civilianservices.yml @@ -110,7 +110,10 @@ cost: 5000 recipeUnlocks: - FauxTileAstroGrass + - FauxTileMowedAstroGrass + - FauxTileJungleAstroGrass - FauxTileAstroIce + - FauxTileAstroSnow - type: technology id: BiochemicalStasis diff --git a/Resources/Prototypes/Stacks/floor_tile_stacks.yml b/Resources/Prototypes/Stacks/floor_tile_stacks.yml index b469f55c59c..c5e37013b87 100644 --- a/Resources/Prototypes/Stacks/floor_tile_stacks.yml +++ b/Resources/Prototypes/Stacks/floor_tile_stacks.yml @@ -475,6 +475,20 @@ maxCount: 30 itemSize: 5 +- type: stack + id: FloorTileMowedAstroGrass + name: mowed astro-grass floor + spawn: FloorTileItemMowedAstroGrass + maxCount: 30 + itemSize: 5 + +- type: stack + id: FloorTileJungleAstroGrass + name: jungle astro-grass floor + spawn: FloorTileItemJungleAstroGrass + maxCount: 30 + itemSize: 5 + - type: stack id: FloorTileAstroIce name: astro-ice floor @@ -482,6 +496,13 @@ maxCount: 30 itemSize: 5 +- type: stack + id: FloorTileAstroSnow + name: astro-snow floor + spawn: FloorTileItemAstroSnow + maxCount: 30 + itemSize: 5 + - type: stack id: FloorTileWoodLarge name: large wood floor diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 15c80a8e5f0..59fa88be2b2 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1874,12 +1874,30 @@ West: /Textures/Tiles/Planet/Grass/double_edge.png baseTurf: Plating isSubfloor: false - deconstructTools: [ Prying ] + deconstructTools: [ Cutting ] footstepSounds: collection: FootstepGrass itemDrop: FloorTileItemAstroGrass heatCapacity: 10000 +- type: tile + id: FloorMowedAstroGrass + name: tiles-mowed-astro-grass + parent: FloorGrass + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Cutting ] + itemDrop: FloorTileItemMowedAstroGrass + +- type: tile + id: FloorJungleAstroGrass + name: tiles-jungle-astro-grass + parent: FloorGrassJungle + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Cutting ] + itemDrop: FloorTileItemJungleAstroGrass + # Ice - type: tile id: FloorAstroIce @@ -1895,6 +1913,15 @@ mobAcceleration: 2 itemDrop: FloorTileItemAstroIce +- type: tile + id: FloorAstroSnow + name: tiles-astro-snow + parent: FloorSnow + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + itemDrop: FloorTileItemAstroSnow + - type: tile id: FloorWoodLarge name: tiles-wood-large From b8ccfbbca54033d4a977c275e465257307dc386a Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 01:15:10 +0000 Subject: [PATCH 178/213] Automatic changelog update (cherry picked from commit 8ee0fc50807f28b00f2fd6c42642f9a4e25d37eb) --- Resources/Changelog/Changelog.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index eff2d68c96d..db7d1f0481d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Veritius - changes: - - message: You can now dramatically execute cuffed people. - type: Add - - message: You can now kill yourself with guns. - type: Add - id: 5726 - time: '2024-01-17T08:45:45.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24150 - author: TurboTrackerss14 changes: - message: Added Mothroach Burger. @@ -3793,3 +3784,12 @@ id: 6225 time: '2024-03-25T00:58:33.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26398 +- author: IProduceWidgets + changes: + - message: More varieties of astro-grass are now available. + type: Add + - message: Astro-grass must now be cut instead of pried. + type: Tweak + id: 6226 + time: '2024-03-25T01:14:04.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26381 From 95f2d7b7fadca8d48644e999be999cea6b0873a6 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sun, 24 Mar 2024 21:26:41 -0400 Subject: [PATCH 179/213] Make parrots talk like parrots (#26340) (cherry picked from commit cd4eda44b88a75d7498efca42c464dd4c73c5684) --- .../Components/ParrotAccentComponent.cs | 47 +++++++++++ .../EntitySystems/ParrotAccentSystem.cs | 79 +++++++++++++++++++ Resources/Locale/en-US/accent/parrot.ftl | 8 ++ .../en-US/chat/managers/chat-manager.ftl | 4 + .../Prototypes/Entities/Mobs/NPCs/animals.yml | 7 ++ .../Prototypes/Voice/speech_emote_sounds.yml | 7 ++ Resources/Prototypes/Voice/speech_sounds.yml | 9 +++ Resources/Prototypes/Voice/speech_verbs.yml | 7 ++ 8 files changed, 168 insertions(+) create mode 100644 Content.Server/Speech/Components/ParrotAccentComponent.cs create mode 100644 Content.Server/Speech/EntitySystems/ParrotAccentSystem.cs create mode 100644 Resources/Locale/en-US/accent/parrot.ftl diff --git a/Content.Server/Speech/Components/ParrotAccentComponent.cs b/Content.Server/Speech/Components/ParrotAccentComponent.cs new file mode 100644 index 00000000000..5c4e01527c0 --- /dev/null +++ b/Content.Server/Speech/Components/ParrotAccentComponent.cs @@ -0,0 +1,47 @@ +namespace Content.Server.Speech.Components; + +/// +/// Makes this entity speak like a parrot in all chat messages it sends. +/// +[RegisterComponent] +public sealed partial class ParrotAccentComponent : Component +{ + /// + /// Chance that a message will have a squawk sound added before the first character. + /// If it fails, the message with have a squawk as a postfix instead. + /// If the longest word is repeated, no pre- or postfix will be added. + /// + [DataField] + public float SquawkPrefixChance = 0.5f; + + /// + /// Chance that the longest word in the message will be repeated as an + /// exclamation at the end of the final message. + /// + [DataField] + public float LongestWordRepeatChance = 0.5f; + + /// + /// The longest word must be at least this many characters long to be + /// repeated. This prevents repeating short words, which can sound weird. + /// ex: "How are you? AWWK! How!" - bad + /// ex: "Look out, it's the captain! RAWWK! Captain!" - good + /// + [DataField] + public float LongestWordMinLength = 5; + + /// + /// Strings to use as squawking noises. + /// + public readonly string[] Squawks = [ + "accent-parrot-squawk-1", + "accent-parrot-squawk-2", + "accent-parrot-squawk-3", + "accent-parrot-squawk-4", + "accent-parrot-squawk-5", + "accent-parrot-squawk-6", + "accent-parrot-squawk-7", + "accent-parrot-squawk-8" + ]; + +} diff --git a/Content.Server/Speech/EntitySystems/ParrotAccentSystem.cs b/Content.Server/Speech/EntitySystems/ParrotAccentSystem.cs new file mode 100644 index 00000000000..10437c235d6 --- /dev/null +++ b/Content.Server/Speech/EntitySystems/ParrotAccentSystem.cs @@ -0,0 +1,79 @@ +using System.Linq; +using System.Text.RegularExpressions; +using Content.Server.Speech.Components; +using Robust.Shared.Random; + +namespace Content.Server.Speech.EntitySystems; + +public sealed partial class ParrotAccentSystem : EntitySystem +{ + [Dependency] private readonly IRobustRandom _random = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnAccentGet); + } + + private void OnAccentGet(Entity entity, ref AccentGetEvent args) + { + args.Message = Accentuate(entity, args.Message); + } + + public string Accentuate(Entity entity, string message) + { + // Sometimes repeat the longest word at the end of the message, after a squawk! SQUAWK! Sometimes! + if (_random.Prob(entity.Comp.LongestWordRepeatChance)) + { + // Don't count non-alphanumeric characters as parts of words + var cleaned = Regex.Replace(message, "[^A-Za-z0-9 -]", string.Empty); + // Split on whitespace and favor words towards the end of the message + var words = cleaned.Split(null).Reverse(); + // Find longest word + var longest = words.MaxBy(word => word.Length); + if (longest?.Length >= entity.Comp.LongestWordMinLength) + { + message = EnsurePunctuation(message); + + // Capitalize the first letter of the repeated word + longest = string.Concat(longest[0].ToString().ToUpper(), longest.AsSpan(1)); + + message = string.Format("{0} {1} {2}!", message, GetRandomSquawk(entity), longest); + return message; // No more changes, or it's too much + } + } + + if (_random.Prob(entity.Comp.SquawkPrefixChance)) + { + // AWWK! Sometimes add a squawk at the begining of the message + message = string.Format("{0} {1}", GetRandomSquawk(entity), message); + } + else + { + // Otherwise add a squawk at the end of the message! RAWWK! + message = EnsurePunctuation(message); + message = string.Format("{0} {1}", message, GetRandomSquawk(entity)); + } + + return message; + } + + /// + /// Adds a "!" to the end of the string, if there isn't already a sentence-ending punctuation mark. + /// + private string EnsurePunctuation(string message) + { + if (!message.EndsWith('!') && !message.EndsWith('?') && !message.EndsWith('.')) + return message + '!'; + return message; + } + + /// + /// Returns a random, localized squawk sound. + /// + private string GetRandomSquawk(Entity entity) + { + return Loc.GetString(_random.Pick(entity.Comp.Squawks)); + } +} diff --git a/Resources/Locale/en-US/accent/parrot.ftl b/Resources/Locale/en-US/accent/parrot.ftl new file mode 100644 index 00000000000..4d4e0dc7e3e --- /dev/null +++ b/Resources/Locale/en-US/accent/parrot.ftl @@ -0,0 +1,8 @@ +accent-parrot-squawk-1 = SQUAWK! +accent-parrot-squawk-2 = SQUAAAWK! +accent-parrot-squawk-3 = AWWK! +accent-parrot-squawk-4 = AAWK! +accent-parrot-squawk-5 = RAWWK! +accent-parrot-squawk-6 = RAAAWK! +accent-parrot-squawk-7 = BRAAWK! +accent-parrot-squawk-8 = BRAWWK! diff --git a/Resources/Locale/en-US/chat/managers/chat-manager.ftl b/Resources/Locale/en-US/chat/managers/chat-manager.ftl index a0cc5cf634c..fab815b4f90 100644 --- a/Resources/Locale/en-US/chat/managers/chat-manager.ftl +++ b/Resources/Locale/en-US/chat/managers/chat-manager.ftl @@ -109,6 +109,10 @@ chat-speech-verb-large-mob-2 = growls chat-speech-verb-monkey-1 = chimpers chat-speech-verb-monkey-2 = screeches +chat-speech-verb-parrot-1 = squawks +chat-speech-verb-parrot-2 = tweets +chat-speech-verb-parrot-3 = chirps + chat-speech-verb-cluwne-1 = giggles chat-speech-verb-cluwne-2 = guffaws chat-speech-verb-cluwne-3 = laughs diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index f4b43f2753b..378b3f8a9d8 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1878,6 +1878,13 @@ spawned: - id: FoodMeat amount: 1 + - type: Speech + speechSounds: Parrot + speechVerb: Parrot + - type: Vocal + sounds: + Unsexed: Parrot + - type: ParrotAccent - type: InteractionPopup successChance: 0.6 interactSuccessString: petting-success-bird diff --git a/Resources/Prototypes/Voice/speech_emote_sounds.yml b/Resources/Prototypes/Voice/speech_emote_sounds.yml index ee76fa33d2c..01fabbadf30 100644 --- a/Resources/Prototypes/Voice/speech_emote_sounds.yml +++ b/Resources/Prototypes/Voice/speech_emote_sounds.yml @@ -380,3 +380,10 @@ sounds: Chirp: path: /Audio/Animals/nymph_chirp.ogg + +- type: emoteSounds + id: Parrot + sound: + path: /Audio/Animals/parrot_raught.ogg + params: + variation: 0.125 diff --git a/Resources/Prototypes/Voice/speech_sounds.yml b/Resources/Prototypes/Voice/speech_sounds.yml index eb47b5363b6..2e7e7bf989a 100644 --- a/Resources/Prototypes/Voice/speech_sounds.yml +++ b/Resources/Prototypes/Voice/speech_sounds.yml @@ -70,6 +70,15 @@ exclaimSound: path: /Audio/Animals/monkey_scream.ogg +- type: speechSounds + id: Parrot + saySound: + path: /Audio/Animals/parrot_raught.ogg + askSound: + path: /Audio/Animals/parrot_raught.ogg + exclaimSound: + path: /Audio/Animals/parrot_raught.ogg + - type: speechSounds id: Lizard saySound: diff --git a/Resources/Prototypes/Voice/speech_verbs.yml b/Resources/Prototypes/Voice/speech_verbs.yml index 1cdda32ece1..26e9370c017 100644 --- a/Resources/Prototypes/Voice/speech_verbs.yml +++ b/Resources/Prototypes/Voice/speech_verbs.yml @@ -113,6 +113,13 @@ - chat-speech-verb-monkey-1 - chat-speech-verb-monkey-2 +- type: speechVerb + id: Parrot + speechVerbStrings: + - chat-speech-verb-parrot-1 + - chat-speech-verb-parrot-2 + - chat-speech-verb-parrot-3 + - type: speechVerb id: Cluwne speechVerbStrings: From 247a76116c80aed72b0f1ff327c1f2d036de1fc2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 01:27:47 +0000 Subject: [PATCH 180/213] Automatic changelog update (cherry picked from commit 49dbead354a500a99eddab8d794beb590efd9958) --- 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 db7d1f0481d..0e661183387 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TurboTrackerss14 - changes: - - message: Added Mothroach Burger. - type: Add - id: 5727 - time: '2024-01-17T08:46:34.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24156 - author: Ubaser changes: - message: Robohand gloves now have a unique sprite and can be found in the RoboDrobe. @@ -3793,3 +3786,10 @@ id: 6226 time: '2024-03-25T01:14:04.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26381 +- author: Tayrtahn + changes: + - message: Parrots now sound more like parrots when they talk. RAWWK! + type: Add + id: 6227 + time: '2024-03-25T01:26:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26340 From 11d85b8796ade7db8254eee46f417df25ae6eed3 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:59:16 +0200 Subject: [PATCH 181/213] Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers (#26342) * Add DeviceNetworkJammerComponent & System Allows for entities to "jam" DeviceNetwork packets. Whenever a device attempts to send a packet, the DeviceNetworkJammerSystem listens for the BeforePacketSentEvent. From there if any entity with the jammer component is within range of either the sender or receiver of the packet the event will be cancelled. Additionally jammers can only block packets in certain networks. If a packet is not being transmitted in one of the networks it can block then even if the jammer is in range the event will not be cancelled. The range is stored in the jammer component along with the networks it can jam. Jammable network ids are stored as strings which seems to be how custom networks are stored (E.g. network ids for suit sensors). To allow for all of this, the BeforePacketSentEvent was modified to provide the NetworkId. * Make JammerSystem for the radio jammer use the DeviceNetworkJammer. Remove redundant event. * Replace calls to TryDistance with InRange (cherry picked from commit 266cc85f57c883b3a604a66da91d94bb1e18ec5d) --- .../Systems/DeviceNetworkJammerSystem.cs | 38 +++++++++++++++++++ .../Systems/DeviceNetworkSystem.cs | 11 +++++- .../Systems/SingletonDeviceNetServerSystem.cs | 5 ++- .../SuitSensors/SuitSensorComponent.cs | 6 --- .../Medical/SuitSensors/SuitSensorSystem.cs | 5 --- .../Radio/EntitySystems/JammerSystem.cs | 27 ++++++++----- .../DeviceNetworkJammerComponent.cs | 24 ++++++++++++ 7 files changed, 91 insertions(+), 25 deletions(-) create mode 100644 Content.Server/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs create mode 100644 Content.Shared/DeviceNetwork/Components/DeviceNetworkJammerComponent.cs diff --git a/Content.Server/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs b/Content.Server/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs new file mode 100644 index 00000000000..3d3820562d6 --- /dev/null +++ b/Content.Server/DeviceNetwork/Systems/DeviceNetworkJammerSystem.cs @@ -0,0 +1,38 @@ +using Content.Server.DeviceNetwork.Components; +using Content.Shared.DeviceNetwork.Components; +using Robust.Server.GameObjects; + +namespace Content.Server.DeviceNetwork.Systems; + +public sealed class DeviceNetworkJammerSystem : EntitySystem +{ + [Dependency] private TransformSystem _transform = default!; + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(BeforePacketSent); + } + + private void BeforePacketSent(EntityUid uid, TransformComponent xform, BeforePacketSentEvent ev) + { + if (ev.Cancelled) + return; + + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out _, out var jammerComp, out var jammerXform)) + { + if (!jammerComp.JammableNetworks.Contains(ev.NetworkId)) + continue; + + if (jammerXform.Coordinates.InRange(EntityManager, _transform, ev.SenderTransform.Coordinates, jammerComp.Range) + || jammerXform.Coordinates.InRange(EntityManager, _transform, xform.Coordinates, jammerComp.Range)) + { + ev.Cancel(); + return; + } + } + } + +} diff --git a/Content.Server/DeviceNetwork/Systems/DeviceNetworkSystem.cs b/Content.Server/DeviceNetwork/Systems/DeviceNetworkSystem.cs index 83967c9bbd4..20ee7a5dd1b 100644 --- a/Content.Server/DeviceNetwork/Systems/DeviceNetworkSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/DeviceNetworkSystem.cs @@ -351,13 +351,14 @@ private void SendToConnections(ReadOnlySpan connections, var xform = Transform(packet.Sender); - BeforePacketSentEvent beforeEv = new(packet.Sender, xform, _transformSystem.GetWorldPosition(xform)); + var senderPos = _transformSystem.GetWorldPosition(xform); foreach (var connection in connections) { if (connection.Owner == packet.Sender) continue; + BeforePacketSentEvent beforeEv = new(packet.Sender, xform, senderPos, connection.NetIdEnum.ToString()); RaiseLocalEvent(connection.Owner, beforeEv, false); if (!beforeEv.Cancelled) @@ -386,11 +387,17 @@ public sealed class BeforePacketSentEvent : CancellableEntityEventArgs ///
public readonly Vector2 SenderPosition; - public BeforePacketSentEvent(EntityUid sender, TransformComponent xform, Vector2 senderPosition) + /// + /// The network the packet will be sent to. + /// + public readonly string NetworkId; + + public BeforePacketSentEvent(EntityUid sender, TransformComponent xform, Vector2 senderPosition, string networkId) { Sender = sender; SenderTransform = xform; SenderPosition = senderPosition; + NetworkId = networkId; } } diff --git a/Content.Server/DeviceNetwork/Systems/SingletonDeviceNetServerSystem.cs b/Content.Server/DeviceNetwork/Systems/SingletonDeviceNetServerSystem.cs index fd62514d006..cdc083feacd 100644 --- a/Content.Server/DeviceNetwork/Systems/SingletonDeviceNetServerSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/SingletonDeviceNetServerSystem.cs @@ -1,4 +1,5 @@ -using Content.Server.DeviceNetwork.Components; +using System.Diagnostics.CodeAnalysis; +using Content.Server.DeviceNetwork.Components; using Content.Server.Medical.CrewMonitoring; using Content.Server.Power.Components; using Content.Server.Station.Systems; @@ -38,7 +39,7 @@ public bool IsActiveServer(EntityUid serverId, SingletonDeviceNetServerComponent /// The address of the active server if it exists /// The component type that determines what type of server you're getting the address of /// True if there is an active serve. False otherwise - public bool TryGetActiveServerAddress(EntityUid stationId, out string? address) where TComp : IComponent + public bool TryGetActiveServerAddress(EntityUid stationId, [NotNullWhen(true)] out string? address) where TComp : IComponent { var servers = EntityQueryEnumerator< SingletonDeviceNetServerComponent, diff --git a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs index 8d75d3840af..9079655c80c 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorComponent.cs @@ -87,9 +87,3 @@ public sealed partial class SuitSensorComponent : Component [DataField, ViewVariables] public bool PreviousControlsLocked = false; } - -[ByRefEvent] -public record struct SuitSensorsSendAttemptEvent -{ - public bool Cancelled; -}; diff --git a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs index f19b3d5b814..b807b63e21f 100644 --- a/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs +++ b/Content.Server/Medical/SuitSensors/SuitSensorSystem.cs @@ -73,11 +73,6 @@ public override void Update(float frameTime) // TODO: This would cause imprecision at different tick rates. sensor.NextUpdate = curTime + sensor.UpdateRate; - var canEv = new SuitSensorsSendAttemptEvent(); - RaiseLocalEvent(uid, ref canEv); - if (canEv.Cancelled) - continue; - // get sensor status var status = GetSensorState(uid, sensor); if (status == null) diff --git a/Content.Server/Radio/EntitySystems/JammerSystem.cs b/Content.Server/Radio/EntitySystems/JammerSystem.cs index fdf02f94df5..1258cc10fa0 100644 --- a/Content.Server/Radio/EntitySystems/JammerSystem.cs +++ b/Content.Server/Radio/EntitySystems/JammerSystem.cs @@ -1,8 +1,12 @@ -using Content.Server.Medical.SuitSensors; +using Content.Server.DeviceNetwork.Components; +using Content.Server.DeviceNetwork.Systems; +using Content.Server.Medical.CrewMonitoring; using Content.Server.Popups; using Content.Server.Power.EntitySystems; using Content.Server.PowerCell; using Content.Server.Radio.Components; +using Content.Server.Station.Systems; +using Content.Shared.DeviceNetwork.Components; using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.PowerCell.Components; @@ -15,6 +19,8 @@ public sealed class JammerSystem : EntitySystem [Dependency] private readonly BatterySystem _battery = default!; [Dependency] private readonly PopupSystem _popup = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly StationSystem _stationSystem = default!; + [Dependency] private readonly SingletonDeviceNetServerSystem _singletonServerSystem = default!; public override void Initialize() { @@ -24,7 +30,6 @@ public override void Initialize() SubscribeLocalEvent(OnPowerCellChanged); SubscribeLocalEvent(OnExamine); SubscribeLocalEvent(OnRadioSendAttempt); - SubscribeLocalEvent(OnSensorSendAttempt); } public override void Update(float frameTime) @@ -36,6 +41,7 @@ public override void Update(float frameTime) !_battery.TryUseCharge(batteryUid.Value, jam.Wattage * frameTime, battery)) { RemComp(uid); + RemComp(uid); } } } @@ -48,10 +54,19 @@ private void OnActivate(EntityUid uid, RadioJammerComponent comp, ActivateInWorl if (activated) { EnsureComp(uid); + var stationId = _stationSystem.GetOwningStation(uid); + if (stationId != null && _singletonServerSystem.TryGetActiveServerAddress(stationId.Value, out var netId)) + { + EnsureComp(uid, out var jammingComp); + jammingComp.Range = comp.Range; + jammingComp.JammableNetworks.Add(netId); + Dirty(uid, jammingComp); + } } else { RemComp(uid); + RemComp(uid); } var state = Loc.GetString(activated ? "radio-jammer-component-on-state" : "radio-jammer-component-off-state"); var message = Loc.GetString("radio-jammer-component-on-use", ("state", state)); @@ -84,14 +99,6 @@ private void OnRadioSendAttempt(ref RadioSendAttemptEvent args) } } - private void OnSensorSendAttempt(EntityUid uid, SuitSensorComponent comp, ref SuitSensorsSendAttemptEvent args) - { - if (ShouldCancelSend(uid)) - { - args.Cancelled = true; - } - } - private bool ShouldCancelSend(EntityUid sourceUid) { var source = Transform(sourceUid).Coordinates; diff --git a/Content.Shared/DeviceNetwork/Components/DeviceNetworkJammerComponent.cs b/Content.Shared/DeviceNetwork/Components/DeviceNetworkJammerComponent.cs new file mode 100644 index 00000000000..75de0cb8a25 --- /dev/null +++ b/Content.Shared/DeviceNetwork/Components/DeviceNetworkJammerComponent.cs @@ -0,0 +1,24 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.DeviceNetwork.Components; + +/// +/// Allow entities to jam DeviceNetwork packets. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] +public sealed partial class DeviceNetworkJammerComponent : Component +{ + /// + /// Range where packets will be jammed. This is checked both against the sender and receiver. + /// + [DataField, AutoNetworkedField] + public float Range = 5.0f; + + /// + /// Device networks that can be jammed. For a list of default NetworkIds see DeviceNetIdDefaults on Content.Server. + /// Network ids are not guaranteed to be limited to DeviceNetIdDefaults. + /// + [DataField, AutoNetworkedField] + public HashSet JammableNetworks = []; + +} From 5554399ca70e02a5019b02551eee27486d6c5f8b Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:22:59 -0400 Subject: [PATCH 182/213] nerf rad artifacts (#26422) (cherry picked from commit b2c5ae9023a6f659754f55b030ba52cdb1c2f80a) --- Resources/Prototypes/XenoArch/Effects/normal_effects.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index b9564c0366b..fae280bfba4 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -257,7 +257,8 @@ effectHint: artifact-effect-hint-release components: - type: RadiationSource - intensity: 2 + intensity: 1 + slope: 0.3 - type: artifactEffect id: EffectKnock @@ -556,7 +557,8 @@ effectHint: artifact-effect-hint-release components: - type: RadiationSource - intensity: 6 + intensity: 2 + slope: 0.3 - type: artifactEffect id: EffectMaterialSpawn From aa766da2c5ec55e288eb1ffdb01e1a27a5143b85 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 25 Mar 2024 02:37:25 -0400 Subject: [PATCH 183/213] Code cleanup: Purge obsoleted SharedPhysicsSystem methods (#26287) Updated calls to SharedPhysicsSystem methods (cherry picked from commit 964c6d54caae45b205a326143f56d6458a1bbc8a) --- .../Administration/Systems/AdminVerbSystem.Smites.cs | 12 ++++++------ .../AtmosphereSystem.HighPressureDelta.cs | 8 ++++---- .../Chemistry/EntitySystems/VaporSystem.cs | 4 ++-- Content.Server/ImmovableRod/ImmovableRodSystem.cs | 6 +++--- .../ParticleAcceleratorSystem.Emitter.cs | 2 +- .../Physics/Controllers/ChasingWalkSystem.cs | 2 +- .../Systems/ShuttleSystem.FasterThanLight.cs | 8 ++++---- Content.Server/Shuttles/Systems/ShuttleSystem.cs | 8 ++++---- .../StationEvents/Events/MeteorSwarmRule.cs | 6 +++--- Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs | 2 +- .../Movement/Systems/SharedJetpackSystem.cs | 4 ++-- Content.Shared/Throwing/ThrowingSystem.cs | 6 +++--- Content.Shared/Throwing/ThrownItemSystem.cs | 2 +- .../Weapons/Melee/MeleeThrowOnHitSystem.cs | 4 ++-- Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs | 10 +++++----- .../Weapons/Ranged/Systems/SharedGunSystem.cs | 2 +- 16 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index 1047b4c9deb..942882f7aef 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -409,7 +409,7 @@ private void AddSmiteVerbs(GetVerbsEvent args) var fixtures = Comp(args.Target); xform.Anchored = false; // Just in case. _physics.SetBodyType(args.Target, BodyType.Dynamic, manager: fixtures, body: physics); - _physics.SetBodyStatus(physics, BodyStatus.InAir); + _physics.SetBodyStatus(args.Target, physics, BodyStatus.InAir); _physics.WakeBody(args.Target, manager: fixtures, body: physics); foreach (var fixture in fixtures.Fixtures.Values) @@ -424,8 +424,8 @@ private void AddSmiteVerbs(GetVerbsEvent args) _physics.SetLinearVelocity(args.Target, _random.NextVector2(1.5f, 1.5f), manager: fixtures, body: physics); _physics.SetAngularVelocity(args.Target, MathF.PI * 12, manager: fixtures, body: physics); - _physics.SetLinearDamping(physics, 0f); - _physics.SetAngularDamping(physics, 0f); + _physics.SetLinearDamping(args.Target, physics, 0f); + _physics.SetAngularDamping(args.Target, physics, 0f); }, Impact = LogImpact.Extreme, Message = Loc.GetString("admin-smite-pinball-description") @@ -444,7 +444,7 @@ private void AddSmiteVerbs(GetVerbsEvent args) xform.Anchored = false; // Just in case. _physics.SetBodyType(args.Target, BodyType.Dynamic, body: physics); - _physics.SetBodyStatus(physics, BodyStatus.InAir); + _physics.SetBodyStatus(args.Target, physics, BodyStatus.InAir); _physics.WakeBody(args.Target, manager: fixtures, body: physics); foreach (var fixture in fixtures.Fixtures.Values) @@ -454,8 +454,8 @@ private void AddSmiteVerbs(GetVerbsEvent args) _physics.SetLinearVelocity(args.Target, _random.NextVector2(8.0f, 8.0f), manager: fixtures, body: physics); _physics.SetAngularVelocity(args.Target, MathF.PI * 12, manager: fixtures, body: physics); - _physics.SetLinearDamping(physics, 0f); - _physics.SetAngularDamping(physics, 0f); + _physics.SetLinearDamping(args.Target, physics, 0f); + _physics.SetAngularDamping(args.Target, physics, 0f); }, Impact = LogImpact.Extreme, Message = Loc.GetString("admin-smite-yeet-description") diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs index 0ec89feaef9..cb50ff114e0 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.HighPressureDelta.cs @@ -52,7 +52,7 @@ private void UpdateHighPressure(float frameTime) if (HasComp(uid) && TryComp(uid, out var body)) { - _physics.SetBodyStatus(body, BodyStatus.OnGround); + _physics.SetBodyStatus(uid, body, BodyStatus.OnGround); } if (TryComp(uid, out var fixtures)) @@ -75,7 +75,7 @@ private void AddMobMovedByPressure(EntityUid uid, MovedByPressureComponent compo if (!TryComp(uid, out var fixtures)) return; - _physics.SetBodyStatus(body, BodyStatus.InAir); + _physics.SetBodyStatus(uid, body, BodyStatus.InAir); foreach (var (id, fixture) in fixtures.Fixtures) { @@ -94,9 +94,9 @@ private void HighPressureMovements(Entity gridAtmospher // TODO ATMOS finish this // Don't play the space wind sound on tiles that are on fire... - if(tile.PressureDifference > 15 && !tile.Hotspot.Valid) + if (tile.PressureDifference > 15 && !tile.Hotspot.Valid) { - if(_spaceWindSoundCooldown == 0 && !string.IsNullOrEmpty(SpaceWindSound)) + if (_spaceWindSoundCooldown == 0 && !string.IsNullOrEmpty(SpaceWindSound)) { 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))); diff --git a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs index e174d39fc6f..1415b6cad3c 100644 --- a/Content.Server/Chemistry/EntitySystems/VaporSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/VaporSystem.cs @@ -64,8 +64,8 @@ public void Start(Entity vapor, TransformComponent vaporXform, V // Set Move if (EntityManager.TryGetComponent(vapor, out PhysicsComponent? physics)) { - _physics.SetLinearDamping(physics, 0f); - _physics.SetAngularDamping(physics, 0f); + _physics.SetLinearDamping(vapor, physics, 0f); + _physics.SetAngularDamping(vapor, physics, 0f); _throwing.TryThrow(vapor, dir, speed, user: user); diff --git a/Content.Server/ImmovableRod/ImmovableRodSystem.cs b/Content.Server/ImmovableRod/ImmovableRodSystem.cs index 36fca508fc8..429361cd8cd 100644 --- a/Content.Server/ImmovableRod/ImmovableRodSystem.cs +++ b/Content.Server/ImmovableRod/ImmovableRodSystem.cs @@ -53,9 +53,9 @@ private void OnMapInit(EntityUid uid, ImmovableRodComponent component, MapInitEv { if (EntityManager.TryGetComponent(uid, out PhysicsComponent? phys)) { - _physics.SetLinearDamping(phys, 0f); - _physics.SetFriction(phys, 0f); - _physics.SetBodyStatus(phys, BodyStatus.InAir); + _physics.SetLinearDamping(uid, phys, 0f); + _physics.SetFriction(uid, phys, 0f); + _physics.SetBodyStatus(uid, phys, BodyStatus.InAir); if (!component.RandomizeVelocity) return; diff --git a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs index 46b25163cc0..06f1b6b154c 100644 --- a/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs +++ b/Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Emitter.cs @@ -28,7 +28,7 @@ private void FireEmitter(EntityUid uid, ParticleAcceleratorPowerState strength, if (TryComp(emitted, out var particlePhys)) { var angle = _transformSystem.GetWorldRotation(uid, xformQuery); - _physicsSystem.SetBodyStatus(particlePhys, BodyStatus.InAir); + _physicsSystem.SetBodyStatus(emitted, particlePhys, BodyStatus.InAir); var velocity = angle.ToWorldVec() * 20f; if (TryComp(uid, out var phys)) diff --git a/Content.Server/Physics/Controllers/ChasingWalkSystem.cs b/Content.Server/Physics/Controllers/ChasingWalkSystem.cs index 215e7e3124e..618dd4156fc 100644 --- a/Content.Server/Physics/Controllers/ChasingWalkSystem.cs +++ b/Content.Server/Physics/Controllers/ChasingWalkSystem.cs @@ -97,6 +97,6 @@ private void ForceImpulse(EntityUid uid, ChasingWalkComponent component) var speed = delta.Length() > 0 ? delta.Normalized() * component.Speed : Vector2.Zero; _physics.SetLinearVelocity(uid, speed); - _physics.SetBodyStatus(physics, BodyStatus.InAir); //If this is not done, from the explosion up close, the tesla will "Fall" to the ground, and almost stop moving. + _physics.SetBodyStatus(uid, physics, BodyStatus.InAir); //If this is not done, from the explosion up close, the tesla will "Fall" to the ground, and almost stop moving. } } diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index d66eb665d04..cb322ac3964 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -371,8 +371,8 @@ private void UpdateFTLStarting(Entity entity) Enable(uid, component: body); _physics.SetLinearVelocity(uid, new Vector2(0f, 20f), body: body); _physics.SetAngularVelocity(uid, 0f, body: body); - _physics.SetLinearDamping(body, 0f); - _physics.SetAngularDamping(body, 0f); + _physics.SetLinearDamping(uid, body, 0f); + _physics.SetAngularDamping(uid, body, 0f); _dockSystem.SetDockBolts(uid, true); _console.RefreshShuttleConsoles(uid); @@ -426,8 +426,8 @@ private void UpdateFTLArriving(Entity entity) _physics.SetLinearVelocity(uid, Vector2.Zero, body: body); _physics.SetAngularVelocity(uid, 0f, body: body); - _physics.SetLinearDamping(body, entity.Comp2.LinearDamping); - _physics.SetAngularDamping(body, entity.Comp2.AngularDamping); + _physics.SetLinearDamping(uid, body, entity.Comp2.LinearDamping); + _physics.SetAngularDamping(uid, body, entity.Comp2.AngularDamping); var target = entity.Comp1.TargetCoordinates; diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.cs index 8d44dae4b2e..7c42753a7de 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.cs @@ -129,10 +129,10 @@ public void Enable(EntityUid uid, FixturesComponent? manager = null, PhysicsComp return; _physics.SetBodyType(uid, BodyType.Dynamic, manager: manager, body: component); - _physics.SetBodyStatus(component, BodyStatus.InAir); + _physics.SetBodyStatus(uid, component, BodyStatus.InAir); _physics.SetFixedRotation(uid, false, manager: manager, body: component); - _physics.SetLinearDamping(component, shuttle.LinearDamping); - _physics.SetAngularDamping(component, shuttle.AngularDamping); + _physics.SetLinearDamping(uid, component, shuttle.LinearDamping); + _physics.SetAngularDamping(uid, component, shuttle.AngularDamping); } public void Disable(EntityUid uid, FixturesComponent? manager = null, PhysicsComponent? component = null) @@ -141,7 +141,7 @@ public void Disable(EntityUid uid, FixturesComponent? manager = null, PhysicsCom return; _physics.SetBodyType(uid, BodyType.Static, manager: manager, body: component); - _physics.SetBodyStatus(component, BodyStatus.OnGround); + _physics.SetBodyStatus(uid, component, BodyStatus.OnGround); _physics.SetFixedRotation(uid, true, manager: manager, body: component); } diff --git a/Content.Server/StationEvents/Events/MeteorSwarmRule.cs b/Content.Server/StationEvents/Events/MeteorSwarmRule.cs index 192a620c9fc..ad56479b379 100644 --- a/Content.Server/StationEvents/Events/MeteorSwarmRule.cs +++ b/Content.Server/StationEvents/Events/MeteorSwarmRule.cs @@ -68,9 +68,9 @@ protected override void ActiveTick(EntityUid uid, MeteorSwarmRuleComponent compo var spawnPosition = new MapCoordinates(center + offset, mapId); var meteor = Spawn("MeteorLarge", spawnPosition); var physics = EntityManager.GetComponent(meteor); - _physics.SetBodyStatus(physics, BodyStatus.InAir); - _physics.SetLinearDamping(physics, 0f); - _physics.SetAngularDamping(physics, 0f); + _physics.SetBodyStatus(meteor, physics, BodyStatus.InAir); + _physics.SetLinearDamping(meteor, physics, 0f); + _physics.SetAngularDamping(meteor, physics, 0f); _physics.ApplyLinearImpulse(meteor, -offset.Normalized() * component.MeteorVelocity * physics.Mass, body: physics); _physics.ApplyAngularImpulse( meteor, diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs index 70e816b16e4..3d1fbf2b696 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Buckle.cs @@ -358,7 +358,7 @@ public bool TryBuckle(EntityUid buckleUid, EntityUid userUid, EntityUid strapUid if (TryComp(buckleUid, out var physics)) { - _physics.ResetDynamics(physics); + _physics.ResetDynamics(buckleUid, physics); } if (!buckleComp.PullStrap && TryComp(strapUid, out var toPullable)) diff --git a/Content.Shared/Movement/Systems/SharedJetpackSystem.cs b/Content.Shared/Movement/Systems/SharedJetpackSystem.cs index abe12b79d1a..8c42511f846 100644 --- a/Content.Shared/Movement/Systems/SharedJetpackSystem.cs +++ b/Content.Shared/Movement/Systems/SharedJetpackSystem.cs @@ -92,7 +92,7 @@ private void SetupUser(EntityUid user, EntityUid jetpackUid) _mover.SetRelay(user, jetpackUid); if (TryComp(user, out var physics)) - _physics.SetBodyStatus(physics, BodyStatus.InAir); + _physics.SetBodyStatus(user, physics, BodyStatus.InAir); userComp.Jetpack = jetpackUid; } @@ -103,7 +103,7 @@ private void RemoveUser(EntityUid uid) return; if (TryComp(uid, out var physics)) - _physics.SetBodyStatus(physics, BodyStatus.OnGround); + _physics.SetBodyStatus(uid, physics, BodyStatus.OnGround); RemComp(uid); } diff --git a/Content.Shared/Throwing/ThrowingSystem.cs b/Content.Shared/Throwing/ThrowingSystem.cs index 7c861a85adb..38772eaf340 100644 --- a/Content.Shared/Throwing/ThrowingSystem.cs +++ b/Content.Shared/Throwing/ThrowingSystem.cs @@ -174,7 +174,7 @@ public void TryThrow(EntityUid uid, } else { - _physics.SetBodyStatus(physics, BodyStatus.InAir); + _physics.SetBodyStatus(uid, physics, BodyStatus.InAir); } if (user == null) @@ -191,10 +191,10 @@ public void TryThrow(EntityUid uid, { var msg = new ThrowPushbackAttemptEvent(); RaiseLocalEvent(uid, msg); - const float MassLimit = 5f; + const float massLimit = 5f; if (!msg.Cancelled) - _physics.ApplyLinearImpulse(user.Value, -impulseVector / physics.Mass * pushbackRatio * MathF.Min(MassLimit, physics.Mass), body: userPhysics); + _physics.ApplyLinearImpulse(user.Value, -impulseVector / physics.Mass * pushbackRatio * MathF.Min(massLimit, physics.Mass), body: userPhysics); } } } diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 664b4a36a46..ef28db26727 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -92,7 +92,7 @@ public void StopThrow(EntityUid uid, ThrownItemComponent thrownItemComponent) { if (TryComp(uid, out var physics)) { - _physics.SetBodyStatus(physics, BodyStatus.OnGround); + _physics.SetBodyStatus(uid, physics, BodyStatus.OnGround); if (physics.Awake) _broadphase.RegenerateContacts(uid, physics); diff --git a/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs b/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs index e840bd1ddd5..e0696022606 100644 --- a/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs +++ b/Content.Shared/Weapons/Melee/MeleeThrowOnHitSystem.cs @@ -74,7 +74,7 @@ private void OnThrownStartup(Entity ent, ref ComponentStar comp.PreviousStatus = body.BodyStatus; comp.ThrownEndTime = _timing.CurTime + TimeSpan.FromSeconds(comp.Lifetime); comp.MinLifetimeTime = _timing.CurTime + TimeSpan.FromSeconds(comp.MinLifetime); - _physics.SetBodyStatus(body, BodyStatus.InAir); + _physics.SetBodyStatus(ent, body, BodyStatus.InAir); _physics.SetLinearVelocity(ent, Vector2.Zero, body: body); _physics.ApplyLinearImpulse(ent, comp.Velocity * body.Mass, body: body); Dirty(ent, ent.Comp); @@ -83,7 +83,7 @@ private void OnThrownStartup(Entity ent, ref ComponentStar private void OnThrownShutdown(Entity ent, ref ComponentShutdown args) { if (TryComp(ent, out var body)) - _physics.SetBodyStatus(body,ent.Comp.PreviousStatus); + _physics.SetBodyStatus(ent, body, ent.Comp.PreviousStatus); var ev = new MeleeThrowOnHitEndEvent(); RaiseLocalEvent(ent, ref ev); } diff --git a/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs b/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs index 99cd3fa030a..dd297422c37 100644 --- a/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs +++ b/Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs @@ -207,12 +207,12 @@ protected virtual void StartTether(EntityUid gunUid, BaseForceGunComponent compo TransformSystem.Unanchor(target, targetXform); component.Tethered = target; var tethered = EnsureComp(target); - _physics.SetBodyStatus(targetPhysics, BodyStatus.InAir, false); + _physics.SetBodyStatus(target, targetPhysics, BodyStatus.InAir, false); _physics.SetSleepingAllowed(target, targetPhysics, false); tethered.Tetherer = gunUid; tethered.OriginalAngularDamping = targetPhysics.AngularDamping; - _physics.SetAngularDamping(targetPhysics, 0f); - _physics.SetLinearDamping(targetPhysics, 0f); + _physics.SetAngularDamping(target, targetPhysics, 0f); + _physics.SetLinearDamping(target, targetPhysics, 0f); _physics.SetAngularVelocity(target, SpinVelocity, body: targetPhysics); _physics.WakeBody(target, body: targetPhysics); var thrown = EnsureComp(component.Tethered.Value); @@ -264,9 +264,9 @@ protected virtual void StopTether(EntityUid gunUid, BaseForceGunComponent compon _thrown.StopThrow(component.Tethered.Value, thrown); } - _physics.SetBodyStatus(targetPhysics, BodyStatus.OnGround); + _physics.SetBodyStatus(component.Tethered.Value, targetPhysics, BodyStatus.OnGround); _physics.SetSleepingAllowed(component.Tethered.Value, targetPhysics, true); - _physics.SetAngularDamping(targetPhysics, Comp(component.Tethered.Value).OriginalAngularDamping); + _physics.SetAngularDamping(component.Tethered.Value, targetPhysics, Comp(component.Tethered.Value).OriginalAngularDamping); } if (!transfer) diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 2064227af08..1482854399e 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -388,7 +388,7 @@ public abstract void Shoot( public void ShootProjectile(EntityUid uid, Vector2 direction, Vector2 gunVelocity, EntityUid gunUid, EntityUid? user = null, float speed = 20f) { var physics = EnsureComp(uid); - Physics.SetBodyStatus(physics, BodyStatus.InAir); + Physics.SetBodyStatus(uid, physics, BodyStatus.InAir); var targetMapVelocity = gunVelocity + direction.Normalized() * speed; var currentMapVelocity = Physics.GetMapLinearVelocity(uid, physics); From 70d04dbc6e8b757a7280bdddadf496959d2c2b4d Mon Sep 17 00:00:00 2001 From: DenisShvalov <115770678+DenisShvalov@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:46:21 +1000 Subject: [PATCH 184/213] Cleaner Grenade (#25444) * Cleaner Grenade Added Cleaner Grenade * Sprite update Draw issue moment * Removed from jani closet | added box of cleanades (cherry picked from commit 55ad9c7e433ebd0f58229157d2d7fd766b268ee4) --- .../Catalog/Fills/Boxes/service.yml | 14 +++++++++ .../Catalog/Fills/Crates/service.yml | 3 +- .../Prototypes/Catalog/Fills/Items/belt.yml | 4 +-- .../Entities/Clothing/Belt/belts.yml | 1 + .../Objects/Weapons/Throwable/grenades.yml | 17 +++++++++++ .../Grenades/janitor.rsi/equipped-BELT.png | Bin 0 -> 232 bytes .../Weapons/Grenades/janitor.rsi/icon.png | Bin 0 -> 383 bytes .../Weapons/Grenades/janitor.rsi/meta.json | 27 ++++++++++++++++++ .../Weapons/Grenades/janitor.rsi/primed.png | Bin 0 -> 441 bytes 9 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 Resources/Prototypes/Catalog/Fills/Boxes/service.yml create mode 100644 Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/equipped-BELT.png create mode 100644 Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/icon.png create mode 100644 Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/meta.json create mode 100644 Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/primed.png diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/service.yml b/Resources/Prototypes/Catalog/Fills/Boxes/service.yml new file mode 100644 index 00000000000..37bb6b81a2f --- /dev/null +++ b/Resources/Prototypes/Catalog/Fills/Boxes/service.yml @@ -0,0 +1,14 @@ +- type: entity + name: cleanades box + parent: BoxCardboard + id: BoxCleanerGrenades + description: A box full of cleanades. + components: + - type: StorageFill + contents: + - id: CleanerGrenade + amount: 4 + - type: Sprite + layers: + - state: box + - state: flashbang \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index 8f8c1a114fc..141f98edab2 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -19,7 +19,8 @@ amount: 2 - id: Plunger amount: 2 - + - id: BoxCleanerGrenades + - type: entity id: CrateServiceReplacementLights parent: CrateGenericSteel diff --git a/Resources/Prototypes/Catalog/Fills/Items/belt.yml b/Resources/Prototypes/Catalog/Fills/Items/belt.yml index 976d2a4307f..27dd4c7e9a7 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/belt.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/belt.yml @@ -63,8 +63,8 @@ contents: - id: Soap #Make a soap group and pick between when i'm not lazy - id: SprayBottleSpaceCleaner - #- name: GrenadeChem - #- name: GrenadeChem + - id: CleanerGrenade + amount: 2 - id: FlashlightLantern - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index d3ccd335c17..1f90b421526 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -224,6 +224,7 @@ - Plunger components: - LightReplacer + - SmokeOnTrigger maxItemSize: Large - type: ItemMapper mapLayers: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index cd2f63976d5..1cad73e30ea 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -364,6 +364,23 @@ primingSound: path: /Audio/Items/smoke_grenade_prime.ogg +- type: entity + parent: SmokeGrenade + id: CleanerGrenade + name: cleanade + description: Special grenade for janitors, releasing large cloud of space cleaner foam + components: + - type: Sprite + sprite: Objects/Weapons/Grenades/janitor.rsi + - type: SmokeOnTrigger + duration: 15 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: SpaceCleaner + Quantity: 30 + - type: entity parent: SmokeGrenade id: TearGasGrenade diff --git a/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/equipped-BELT.png b/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..af09cd7fa6bdd19837cec0fda2d0ca0dda6b43f6 GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|7J0fjhE&XX zdut=-p#Txq3(Gl_wnbU>{xNLnnPA0z3l^vk>Xg|9bXsw-y(nZdyD!(KAF@yh!Tb2e>b>ef}r*4}V~NvUWXQ|9l6oi~Br aIG_>VVQVIOqa%4LNV%u0pUXO@geCwz2U$P> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/icon.png b/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..736e979dbb8eb54ee57419466c529396bd7fa82b GIT binary patch literal 383 zcmV-_0f7FAP)Px$IY~r8R9J=WmAgs)TSDPCg#<> zs4pSJ^uv6hU&f8PE7BU0m~WIy1Yw9D1OR-r+W=Y;B5?qKAPfOWr&2hMgHlQ&0~idU z9|X9ri&Bb8Isf|s0OB~NQqJSOJc%_Dx8S?adO4d#Db+LYM&baX3QVo9aocPHaCG^I z|NbcskeIFG6J2|I(C4jteNeyFxk6E!+yhYsJl%Wo#Nr&Qr-zKq&Pe@bYY6b%?T~pr z1FyyAF2KHas~3syfT#kKojVpH7l6$CxJ1G%0KmxbH0jYLBXbb`1uNS-KZfq6b|uoX dSS*%5=L;SnW#@?Exhwzx002ovPDHLkV1gdcp%DN8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/meta.json b/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/meta.json new file mode 100644 index 00000000000..28d3e6969a9 --- /dev/null +++ b/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/b13d244d761a07e200a9a41730bd446e776020d5", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "primed", + "delays": [ + [ + 0.1, + 0.1 + ] + ] + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/primed.png b/Resources/Textures/Objects/Weapons/Grenades/janitor.rsi/primed.png new file mode 100644 index 0000000000000000000000000000000000000000..a687c07632138f82cce3548a064d3a16d2e18714 GIT binary patch literal 441 zcmV;q0Y?6bP)Px$b4f%&RA_?K@>)hj-r?pR)P`)1w}hCizya@ofySJtZZz2fq>RF+Smkq z0)JXb;{ya1QYeWJU|}KJ2x?4rO$;Vu5wWq#&5%W%)9*bWmv43kEEbE!VzEeY+@$`u ze#cGfLg7+}6~b|o`gz+4&Ho)DG`S&vk125>?}=uG?eCMwS5hhbAfV#=0KC^~0JtYdrz0-RtZy(|Szs|q5f1tCkclx+= zt9SAj+HsRzeTOM7Q0 zU3(0f@{1ZUTEAhY>H!d&9+r&g2$O#CH8{{ePIPdtBY7v7@{20Fu)gu*r*oA(?^^xC j_FF6#i^XEG{0Tk*+eXczA7c)Q00000NkvXXu0mjfqd~vV literal 0 HcmV?d00001 From 945122737ccf7ec534626af0a7bb87e85ca2b060 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 06:47:27 +0000 Subject: [PATCH 185/213] Automatic changelog update (cherry picked from commit 3f9241090a64574f543948dfb70bc7df282f3441) --- 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 0e661183387..f64c35ffc60 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Robohand gloves now have a unique sprite and can be found in the RoboDrobe. - type: Tweak - id: 5728 - time: '2024-01-17T10:03:01.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24182 - author: Ubaser changes: - message: Ore is now grindable to obtain basic chemicals. @@ -3793,3 +3786,10 @@ id: 6227 time: '2024-03-25T01:26:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26340 +- author: DenisShvalov + changes: + - message: Added Cleaner Grenades that will help janitors in their work + type: Add + id: 6228 + time: '2024-03-25T06:46:21.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/25444 From fa81f40f9031435300694bf5645ed5bb46afb278 Mon Sep 17 00:00:00 2001 From: Weax <59857479+ImWeax@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:05:01 +1100 Subject: [PATCH 186/213] Wearable Harmonicas (#26261) * Wearable Instrument Base + Changed harmonica base Created the BaseWornInstrument base and updated the Harmonica to use it, being equipable in the neck slot. * Update instruments_wind.yml * compositions are cool and awesome (cherry picked from commit b60f61c7b79cebf07743c057e4a89202ca06f258) --- .../Entities/Objects/Fun/Instruments/instruments_wind.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml index b5ee326d66c..e99f825d483 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_wind.yml @@ -52,7 +52,7 @@ - KeyedInstrument - type: entity - parent: BaseHandheldInstrument + parent: [BaseHandheldInstrument, Clothing] id: HarmonicaInstrument name: harmonica components: @@ -65,6 +65,12 @@ size: Small sprite: Objects/Fun/Instruments/harmonica.rsi storedRotation: -90 + - type: Clothing + quickEquip: false + slots: + - neck + - type: ActivatableUI + inHandsOnly: false - type: Tag tags: - WoodwindInstrument From 0c6c787f052e40e8ecd40541e1d4b61457c0047b Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 07:06:07 +0000 Subject: [PATCH 187/213] Automatic changelog update (cherry picked from commit aec1d6a02c23e3cf77048b2623aeb445a9bdda19) --- 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 f64c35ffc60..137a70ba601 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: Ore is now grindable to obtain basic chemicals. - type: Add - id: 5729 - time: '2024-01-17T13:08:31.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24185 - author: mirrorcult changes: - message: Reagent grinders now shake around violently when grinding something @@ -3793,3 +3786,10 @@ id: 6228 time: '2024-03-25T06:46:21.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/25444 +- author: Weax + changes: + - message: Harmonicas can now be equipped (and played) in the neck slot. + type: Tweak + id: 6229 + time: '2024-03-25T07:05:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26261 From 623d6414d5086b21978df540ae00c1d2951d8035 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:20:39 +0200 Subject: [PATCH 188/213] Fix mailing units turning into disposal units while recharging. (#26383) * Fix mailing units turning into disposal units while recharging. The states were hardcoded. * Fix error handling * Make default states constants (cherry picked from commit 94e4755a8de6885c97fac1cfb767144e8e07981a) --- .../Disposal/Systems/DisposalUnitSystem.cs | 15 ++++++++++++--- .../Entities/Structures/Piping/Disposal/units.yml | 2 ++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Content.Client/Disposal/Systems/DisposalUnitSystem.cs b/Content.Client/Disposal/Systems/DisposalUnitSystem.cs index 344bd2ec979..8c40c784219 100644 --- a/Content.Client/Disposal/Systems/DisposalUnitSystem.cs +++ b/Content.Client/Disposal/Systems/DisposalUnitSystem.cs @@ -22,6 +22,9 @@ public sealed class DisposalUnitSystem : SharedDisposalUnitSystem private const string AnimationKey = "disposal_unit_animation"; + private const string DefaultFlushState = "disposal-flush"; + private const string DefaultChargeState = "disposal-charging"; + public override void Initialize() { base.Initialize(); @@ -101,12 +104,18 @@ private void UpdateState(EntityUid uid, SharedDisposalUnitComponent unit, Sprite sprite.LayerSetVisible(DisposalUnitVisualLayers.Base, state == VisualState.Anchored); sprite.LayerSetVisible(DisposalUnitVisualLayers.BaseFlush, state is VisualState.Flushing or VisualState.Charging); + var chargingState = sprite.LayerMapTryGet(DisposalUnitVisualLayers.BaseCharging, out var chargingLayer) + ? sprite.LayerGetState(chargingLayer) + : new RSI.StateId(DefaultChargeState); + // This is a transient state so not too worried about replaying in range. if (state == VisualState.Flushing) { if (!_animationSystem.HasRunningAnimation(uid, AnimationKey)) { - var flushState = new RSI.StateId("disposal-flush"); + var flushState = sprite.LayerMapTryGet(DisposalUnitVisualLayers.BaseFlush, out var flushLayer) + ? sprite.LayerGetState(flushLayer) + : new RSI.StateId(DefaultFlushState); // Setup the flush animation to play var anim = new Animation @@ -124,7 +133,7 @@ private void UpdateState(EntityUid uid, SharedDisposalUnitComponent unit, Sprite // Return to base state (though, depending on how the unit is // configured we might get an appearance change event telling // us to go to charging state) - new AnimationTrackSpriteFlick.KeyFrame("disposal-charging", (float) unit.FlushDelay.TotalSeconds) + new AnimationTrackSpriteFlick.KeyFrame(chargingState, (float) unit.FlushDelay.TotalSeconds) } }, } @@ -147,7 +156,7 @@ private void UpdateState(EntityUid uid, SharedDisposalUnitComponent unit, Sprite } else if (state == VisualState.Charging) { - sprite.LayerSetState(DisposalUnitVisualLayers.BaseFlush, new RSI.StateId("disposal-charging")); + sprite.LayerSetState(DisposalUnitVisualLayers.BaseFlush, chargingState); } else { diff --git a/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml b/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml index c5f04d80a14..1193182d09f 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Disposal/units.yml @@ -16,6 +16,8 @@ map: [ "enum.DisposalUnitVisualLayers.Unanchored" ] - state: disposal map: [ "enum.DisposalUnitVisualLayers.Base" ] + - state: disposal-charging + map: [ "enum.DisposalUnitVisualLayers.BaseCharging" ] - state: disposal-flush map: [ "enum.DisposalUnitVisualLayers.BaseFlush" ] - state: dispover-charge From 72d7b5615cb9fad2d66b111b79d9381ed4a5dbe3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Mar 2024 13:21:45 +0000 Subject: [PATCH 189/213] Automatic changelog update (cherry picked from commit 66bb3fc6722f9c6b3461a1eae480291995ea8f5e) --- 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 137a70ba601..0ee9763b189 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Reagent grinders now shake around violently when grinding something - type: Add - id: 5730 - time: '2024-01-17T13:14:33.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24190 - author: Boaz1111 changes: - message: Artifact analyzer now scans twice as fast! @@ -3793,3 +3786,10 @@ id: 6229 time: '2024-03-25T07:05:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26261 +- author: nikthechampiongr + changes: + - message: Mailing units no longer spontaneously turn into disposal units when flushed. + type: Fix + id: 6230 + time: '2024-03-25T13:20:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26383 From 6dfb123db1152882e4d16c34112ada6a4d29ff27 Mon Sep 17 00:00:00 2001 From: Sphiral <145869023+SphiraI@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:24:00 -0500 Subject: [PATCH 190/213] Church Bells (#26030) * Adds Church Bells * I'm dumb. * The bell is no longer haunted. * forgot attributions * change sounds so scary law no hunt * One day I'll stop needing to make an immediate micro-commit. One day. * God damn it. (cherry picked from commit a0cc87c2673bc0930adafe9ab8650700d8ecf2e3) --- Resources/Audio/Effects/attributions.yml | 5 +++ Resources/Audio/Effects/church_bell1.ogg | Bin 0 -> 17616 bytes Resources/Audio/Effects/church_bell2.ogg | Bin 0 -> 17566 bytes Resources/Audio/Effects/church_bell3.ogg | Bin 0 -> 17108 bytes Resources/Audio/Effects/church_bell4.ogg | Bin 0 -> 16712 bytes .../Structures/Specific/church-bell.yml | 41 ++++++++++++++++++ .../SoundCollections/church_bell.yml | 7 +++ .../Specific/church-bell.rsi/church-bell.png | Bin 0 -> 2517 bytes .../Specific/church-bell.rsi/meta.json | 15 +++++++ 9 files changed, 68 insertions(+) create mode 100644 Resources/Audio/Effects/church_bell1.ogg create mode 100644 Resources/Audio/Effects/church_bell2.ogg create mode 100644 Resources/Audio/Effects/church_bell3.ogg create mode 100644 Resources/Audio/Effects/church_bell4.ogg create mode 100644 Resources/Prototypes/Entities/Structures/Specific/church-bell.yml create mode 100644 Resources/Prototypes/SoundCollections/church_bell.yml create mode 100644 Resources/Textures/Structures/Specific/church-bell.rsi/church-bell.png create mode 100644 Resources/Textures/Structures/Specific/church-bell.rsi/meta.json diff --git a/Resources/Audio/Effects/attributions.yml b/Resources/Audio/Effects/attributions.yml index 4d2ba44925d..6f18510d17b 100644 --- a/Resources/Audio/Effects/attributions.yml +++ b/Resources/Audio/Effects/attributions.yml @@ -93,6 +93,11 @@ license: Custom source: https://gdc.sonniss.com +- files: ["church_bell1.ogg", "church_bell2.ogg", "church_bell3.ogg", "church_bell4.ogg"] + copyright: '"the bell of my schools church.wav" by fonografico https://freesound.org/s/636113/". Pitch variations created via edits by Sphiral.' + license: "CC0-1.0" + source: https://freesound.org/people/fonografico/sounds/636113/? + - files: ["pop.ogg"] copyright: '"pop.ogg" by mirrorcult of GitHub.com' license: "CC0-1.0" diff --git a/Resources/Audio/Effects/church_bell1.ogg b/Resources/Audio/Effects/church_bell1.ogg new file mode 100644 index 0000000000000000000000000000000000000000..9713bd3d256d9b9b7fdc4e2b1d73200f105df7de GIT binary patch literal 17616 zcmajG2|Se1`!{@M#u#JYvm3H6g^(o-QH*`fp2$wwDcjh$NE%DF#=gs5NgB#7*(nMw zC`1ub^xo?C|3CltdEd|T+@ITV?sMJeI_Emq_qxt?&YauO)zuWh!GEqJi+>rVYt6PW z9$3(IKSy`}<06=5?SEbghW*Vvf*Bsy{O{|y<}oEk=-?i`@}K|LHGufXNF1VDy8F1D zGW2uBc)2@T{AG{P!N^ES%Sg#coxzA0dS7$*@pJZfz7`;Q%o~RMS5;KwyafzUKqb<8 zm>&FSx;X&!05}MU(%yB^5iKJWiQLE`XdmZ#q>^$7Nj+>%x1@XjE5XQKWdVQ;;6>1B zCCfSRtIZe3Y;v49 zCi2CzK}iCaUq4?(z8|GnB{7;(rXLfdC-b@Vu7T3$%91ptFCs0Y8dQ=k<2XI(DGR6i zr{s2F{v(Pj`Tt4Kf91eHebFFize=w`am+qZv^>WTV)aif48TKTf{S;UbsCw68o6GM z2^fBtFlLe)JELW4rf&{ifp(XIoM(apXM)15a^h?rgH6|+8w7V~oyzgH|q#Kzac!PVm-!JsqvMKelt%3VC_-SgVqYTCSqnk0sr zsQ6GlaH-PA#TmJvKU97U4|L-@}tzQgap|R}qq3(OdXY!*_LY3vUiK@{ zd+y`8sH)eNP+hCh+~vy0%up_gkSE;w*z6y_|G=WkK7XW3aS5uC^d`^qG1?Bw{k)q0 z^(Fea?0<(37Sh|5S+?GSXiRt-xg#@QIp1BLfZMcpiPHU|r97!=7jRWEMkegSWdYHD zCC2~|OaB+e|CRiO@;?-pW+aOZiZl<)3`ra(wa-VC)*7DEpQo0FP%I$_p*Xd5xzN8} zQQNbub=q3Ij9`KjE&FFtkWw*M)78n@{~Aerj^ChY1!NWfQ*m1YuNb(;{>T058<#Po zAasw(NSdBeF*h^66y$A{9XR(e&TckvVJ3WGCiU`(`2QVP|7|${GMd=GHc4>2CEb@F zW1xZlr{Mpx9ADI1azAO^v5M$ewQ`emK|f#GM3dhWw9G$37lYcHkG%VkaM0e zcb*Dze%V)9C2nn+TXds1%o<6^JD`nC4|>;2!BbJ0%#x*^Na z@)P(UmP3-}IuBV>lZ5{EKN(fVpaBigI`Kah001eSTKBIXF*cE$GLf4yku*0``9E6> zM4gh=pOA$HHWL7L08TkO0<*mRQ%N*SG!>Yz#h1^rPKji$4}u*?8BQkzhU#t}?L zM3>V|2Bkl7ncx&F@=Zq+DY#_onfV;6zImIVK9j!wj+r@= zmN|?0M3%mJtM@Be=htTDZ&}T!+MMTDBQ9kHE}YS~f*z+KYT!&(_~mJDyPW^9(r5n5 zO5S{?P0l#L+}PaN%FNs<$k}So{L*x|E<`oef6ZcU-e&&#hqrlF_)>tm-6iMOd*)WG z5jHb%OS|DqY{#5urUD`Am1*ZI4+9rO+;iPMiYu#gMXIZ-s@uG)>+5WaSF4Mw2b)~0 z>uU#_9@Nx(twGfK%IYSG>S~FarrKZC5^HUh)$MhIO$~YVHEV5~RL>>W+I_0)>uZ|U zkE!i-YrVc}?NVXoqC@31U)rnM+pn#)`wq8xbCpzo=@c94ZWwIZTx&nw63Az49{84E z_u&#Ghxg^+LYuv~CU50ub-xB72IKpRudZ`FhN?ARg zS!=o`{=9Zg!`M9BF4KA8tew?~YYS)7Y-Uo6tG~314Rt~dNzeCQ=XxT=Wj7}e5ek~> zsKTB4_t39A=X!mADSg-tEO|hU?z;_P19prJra^2GpEw+^00ZQFE6k?!Vm+7udXq1h zQZs3CK7RvT4;R4*=fOvq6zj#9rRntN-(|$Pi4w+5P(@`%IL{)&w25b9`K03prj!-u zE=d@-_NeNew7$jQL@%>adUZqxUDk3;fLN^%OKCN5Wu?rzI7y3P2*@Sl>e^MMjHWtO ztq`lSQdV7@bQ`nHHR)+Cs75KHjgDw9v#GaaZ|=!n48&^SxbeSje99p}tnS5R;Ba-B z879N|caK@cq~UZ#+cI!^P_J;f#yAseFX`!g6E8WaR}iZVoR?&;wT)hDAiXu!-(J6a8@kX8;eY$_4=5TW;Sm6fM>`XbUC6Q7swbL^=(yAS4J(SFHHH<1 ztNipdL`BVq)hPs9M-)Xxd!`jB1j|@;#Uy(yJViwzDI}q|nHWVC~2(FKohd! zUJT@S$l1%-Vn*3YnVsnQ%h({jlrcL&W6S1Gt0BhjG@>pd8f%0T6OE(C=?IoV0WKvM z6wi5$5-ho(4*l~Z4%Cj+((#x8GZ`_4SUsF@RTMO$b%78R%6f*aJ?dI!u@rT2(=xh( z5ENYMUgTIq5$rnDq4mFhL=dE-0G6!;YFE*f-f>uQl}i@#j9js_V!in>v>FsFP&c5t zYFH6U=rte$6z>(qKuH;4{Fq>Z`;39gM9Tt>2?P^L0K|Nth^WE%s(0}bOX>3C+xWa*Xs^Aw^zIZ%vK z&UPGnK$Glo{Ba8+K##o;L2-raILY@<`(J^{|H`5Ne}t%l;w%OWXtwTU3x@uI7xv5VL)hnRLuk(;)r0*lvt0A9PnH$JnpxqEE!udex^U|ZwwXdf>OOdwqlkI}-X ziGxsej1j(ANDcqWV$=V-j9zKwAG9Dqt^9kBV5IRES`0D@HrZoEzC17dm(2v4Xr>3@~P_4?4kaqKdm{<%M zUt$l8IUOIvbS>mPjp3s%w31dC?Y{*u4DbMuL4)Dv&s9vLy-k-+e}^H1@h%eqf-eAz zFgzW=3m_8{6J63uo_|0HXkLvieesb@@Gto|p`iG;R3ZDD|F=NK>i#1iFOZL$=_uiJ zW|fwcU0mN>TbzCKW`61Q{LriC1J7UfeMAmDy)heC$+Zy?fg^D%FTUmcndb85haJ8I zk^O z?UbkPIlU7<`}vAz2`btvb;fu#Qu`L1S#?O>Ff{6C&$xBoO$ zLcq)7;bWJdp&#c8ITF}mWOS0npcY05k&=mY@G3( z&upll2NhD=qg)%lT?jcr49=_dn84^@E7GQd4C3f@2T>YIRN`snndGVzZyzlxTIv=H zyr~I3%2APh+N>oGlLG7DGQcLF@KlS9#a%#l+R3WB8C-bzwxV{c#E#t;#rf4Sr(=`j z0q#Y^Sv$R&(9(6u#0qmJK9}-``A34ZBBF~jY!1a5@-|gm6X3@nr=(R=OIO#+;Ly!O^1trfyUy23)z}~tNne};Icw=c5t*g*`P#M zGIQTpI?D*Nlo&T~X7Q?eFK*|7_FSfXx8X?cd75{k=;g`Bs_C>3c_+@3wnW9g>X6E0 zq^HF~Z*<+z%s(OZDll(OmsVyWZBlH0;IqR3*rI+ji&EZdVh?J_eY2zgs$mU8XmdBI z#wY2*HJV1sUGf{nFPJ3ghfGe{3uA}Xecs_4$EP0doiTe?B0(d7t`N@nY z&g(f<*J;;OK|=eWM7kSA<+^C`Z`A&sSBBCL3{kT$ zQq#i2Z`^y*$*`52TV=*(WK+BgB1E{~--rD*zUW;E-CkS_UF zhm>zYk~iPuq+E=|V(LCE80auvqkr`E5tfJ-SaY?Ucue{|F?OQ#LHZuO+x#GtJ1w?5 z^7+%3KUCzNZ#kW9i6a&S7TZ7QC-|%mUPu|ZwpE>cDq#)RYzi+t`&N64Rt}EXYWyYe z```(Ar*8l9dm$waR0Uqw$9FO6<*ZaucEGT}8BEvbupG+AbHVfPjXPSoPYH{<#?2a} zMD|={OOk(Yj7G`-(yNr1OGxHzMHzY(!&_#GgS{KhaQV$_&$C|_XOP|KlF#K)PZXd2 zXtb|j=XXb@%_Vw-Wf?H;YB%Jq{sj5dRl;t}F#pivU-XFS{j^B1Koyqw$2;6XBA?8@8;Bl|+kN z9V7BpswWaW-~Vh(1KL&>=DNy1=P1PCl7wa^n!Vzb6OR^L+v}LA?Na)9Xzub~iGG#+ z2EAFqZ*rfnv08*h1rL2zmIH_r6c06tIf@@hddMCfdQXU2A*|rA8fshlJl`7J_omCVQqS%z}Go_ zEhBwxzJ$tX>XV1$)C@z)zGZLH{bZW@j6**!rvAJK2%6kR$_SbbgFnnA`vkTGhpKxnf_}KOGv*_~I8!Av--5zR9D1ZbrZ+ z+Ou`MJgzaWEVY50bg^W^59llT^g4dz1lkcHFRRpq{ncCa_x~J+Ec3AL(&oF1Fw&GN z$VXrc@xDNV$)OA2BeINwHHmvbr@HklOWeKv;m`svJ6Y9NWFG^=m|l2>vrw-tRE&Iv z@i1fdFwD#kEK+qu&Rc#_e{B}6O{G1_*yR!nD9@Yo$Es34=c2lm{On?X(H19)#wG;i zU(Hlw)8anoomu;G%^)?g_-WbhzN_#khJ2J{{Z5X>fvjEAK=km&&;Cp*A6p@=s8n#D zmaA7-Zh-E=CNJL&0?3cs-`kf-ZrMd}9MVaiDjUM1%=Fe(W?oGK)x?)#mu*;ST7+l* zoPY#$*jojs(dY_5>Z4tU&H69qFo_VUkP6LGj?!fTotNwxTu1$0O#B#2G)nh` zfrXRKvd%xp5>#Ok0^AGEH|tAu#lC#`bG_`I!6??Nc4JipSO|G-wg`|>$A95-pYdwB zDVlckzZ#pFd7=?5sf|3|9NeEf zJ|rq$B~<*nbGP_RjztF`==};H7qu9;H9mR! zOi3ytRh6UHSp>ufEX~<}n}_i+@gOCt{IM_>=^i$9khD~j1ZQ@TEl ztFg`HHZd`>n;R*~uL5a**Elyt?2g}Pz0%QLfF!L-PyIr6B!ef zQSRRKk^U|^bnwY87eVyf!zA?&Dr8&r!J~~}KMB?{A0=t=L`23iv6v~Y(`(EGVW0St zA+m6Cf+c4B-I~V!Zb{!=?4P|V901hoCax6#jX$D5@mQvvN8#JhQlOd^J-!^2cSDKwC!+sbM|v$!&y#QPOU03MS(5m2hDK-#k7RpQtRflzU0N* zHIq)vwj?6~$K{Jd>x|5+k&{N=CjtEHVY!Nfi^@;)Bkc=GE_ou?A7^t#UoMxz?;#jw z5wi`x`v+2ew-SPVA2yQ7?&@Dj>B%ik?Fdg?CnpBv9J!tiZ7d!Qe)Eb4g{DwVr0G|4 zt!}}Ez<(`Ok{|sHg}g?P6ihWHwtyoYgEv(Gvqftfg^mDRD5#`UMXmE)MF_ftDKKGI z-D!*+G9+tqzN}?L9e5zdgOgr?8*G{WvYiD~6&G~`6PcTcxC2Y3Tc?mFmDieC_QXgf z2bba#%NaXLPKJghJrXhq<#oC?x~_%@VI-<9U$@1JF;Y=CU$kfVnS^RUq}*lu(EV)w z!PfbTdLia);cRsT8Ju}7eftd|(9cHc(L(y0l>{rT0Z z2fzW$UY$g{g$Ad&6daVfgn(>PtTQEGd%QQ08HjxzV1Mi5dv`j#R7S%{DH>~JGD+GO z6qnHM(7_M0HBLt_BQR_Q{?eMT3LQO7F7+Z_!iqAJaM^T&#l1l@Y$CQkl3H9T1vpQb zIf!0zc)vb?yJSuqhD0EK$fd2%4vU``x?RQ4k%-;UV&a4Qe0?-YfGxI;|F|yw!zvN) z26o^+>sd~}>hJ8;mFX<}I$r<>jP@a|q)qXZfT*(#yxWmfA)CCJc-SbNk$^y$05}I6 z2(;@_NvG&3MaTh>+W(ib1*7-xbww;(ju9i#6=$;o!=CoAVhY^NO6R3g3=q+~W_ z#<=mWv3Y6-MB_N+&F4i27k`E#mD-F9ChGcF^V&}@PUZIeq`y#l<@Prf?vi^Y^K1K* zFfee`Na0O!o+G~c`ztXiY~~|v&X=qY6NnG^8#EV!oWIwZ$$8&bj6MfQDlZ(ptJpDO zJw7?J1GizSA+3q`e^q`SFFpKFNjeR=F_KDonp{Bv$3DQnx`Mh1mx9v*BGrv77_hud znoJ<)iH9k@2(}jCp754zo6r9saJ?)lqdo)vJq~RMdj=o!Kxk^z!x`OpnY-O7?23og zT=16klvd5x(_rZiC+^e^oFI~`gF4>A5@pIS1lgVwXsN+{HMN2b6pQ%IZloMvx_!O* z4W%0#$x*&B;)_&(?IGrwlY9iCjyX8fm`dulKyopMrDq3o$o{typNMbVEl+MmZ?6mF z!U2yP&FHgN^h+{=hKqlvn&4HifVm;JY{kTYJRcBO-6oJqzZh=T@^+YK!67)c&Zu7=%*4cVB7I|we`#fS#YeS z-tAo>hu`H3?c^diw;sDYo1*>wKGJ$Pa1@j`otK$V*B`6Eva_}CF}OpK6VQt`wPgq^ z;XyDP_V3XG(yQ$^BA4#Ye`6Z`KtrMt3EflVP4G~PCQ)6_hlBs@W!yiWQ~)^M%RoT? z?c=Ufv-Ay&zvvzu?H}zO7@rs&9v|tSn&{ziYfV}(tp6lK*mWAdcNuyYAL=FFsNq@x zLxM186c1p+(=frOp_K@Dpe165T$B;Sx_xP&Kd}_rSGjtv1beH+s5qG=tIB@9$LisQ zr}xnK?`**6@U{^aVfJ!G9LtDyHkIgXB1A(!ihH=&G@cPfo|G>bwdQY9eil}n93bp` zyRD)H{xq*8Z_`{bN6k}Yh71qi5Xt1_07kMZ??f(bRTIu4!ybZau<`H~!>*`&)8sPl z8U0C?KZonYT^c54PQYW?I`HRR$fIfe3ViqEpGVdqt~Jp7;t(B}vu;L0g5ff5OPIq& zQal=AbmycJIl#Uzj(maqv_rG^{oPHU`Lm!Pq(1<+8r<4>ed&Bc$T@B!7Djr5u^Y@Q z(x&VO40rG!8UeV|#6s3n^xIL)K`^eB>>)eclEI*Af^k%zD;B=hX+ONsj+c!wYtq70cVKMmI2yhB)DQ}QC@DX?#n&>E@k7!6E#!)ft zAnX~PfKEkplXk1h^4oMfZv4x80Q3zp8s$-EvQw@JIxf|_TDwlAMeE?C z3wX3?5+ha1<8-^3X6ZIBQK{Ln2mlf-&mxz=I@u#Kd{F~}4lmt+O>iKJt$0F0x&P8f zQ@LGePR;$wer;D5|H6}!yZ3=-$TrsrSmI_Js1!6q=|*@?1>h&*jZh1s$Vx$gLEVZX zQ;O66)d&{=RH7-F@LG*1innoaV*oP}Ju(#>4cT#ch?n4Tx6UTacR1vpB*q2bfSqK6 z?b{{hN^-7q7dGf$_$FlJG7wTmRy17E1W%{_2v^JetRFC{4OF#T$NtzhJsvXZh&o)2 ztdG4MIV?bpw{h}zj2|(8;lRGX!e~?)Qi%+~cU2AnF!w$`v84Qb_H0}KDnpG+G%@i6 z%);m3!JZ%YS;RquBqru0d900T_d{%+$aD8Qo-pNIfZsjmD+(`DxLgkBX3n300oZ7U zVRjrNWRaNMrh6KUj~~BenpHSkCB=a=5U_ZnEBlQ}>D>KP@5o?Q?u0(x-9RtmotsxD zy@f|Ow`N>5&A436Xd{hvQE8@q_sDp(Tes8<=ek>kid3Thn)%xj8`=(htSRa~bI=V3 zn)L>3lmo_Ui5UrY5@JuE<&2t%fvFqQoD$KJw+{V#(yic@7LB2w?42u z;30Og53G3SxW0aJ|vqp_p1ofCMJArpU9@G|E=NVd9Jz$XApZDYI;W#dF*t4vwcs1xbLc zrnMO0kC@IW3vDTprCYq$i8XoOoJ)Nvgbc*~1YQY@$gGsl>C9|1qwmF#>0FF}K3HiI z)>q`wN&gKlBDCO=q{M3Ryy-p{s{sb<$}BXyv77_JT8 z3AgS;a&(vJY-~`tW1zX^3)gg*cgN%M8!D>>sCHMS6_K^~Pe2q2o>rMC()1*L`uPnJ!EmMTC zF&ArMoSH~C>02%9XG{CkpT5cOkDBVHTI=cydOOusjnPdSEqh7b5{vZZpi{V&@F%?Q zIi<7slUOYFo8Xgf_KWI9s@Jb>6T+FxAiA(L|e@lDaKJ{>*!=31@)iYvroqK@}{by zEo~lMBY2pEduG-0O=rhYY>0=iIX5|JEk83ncT@xlPqb$KQG6LtBamt1zI|*hKDSvK z=*07*7C9^j5O^A?Q7m4+8~P!{22JqRT6{!D5?j=U4SopR4E=*;R6o5E_0TmLf4MpM zlt_cH-exBwDH8Z>3s*VgW#He61fsKuq_2etcyb3FcNrk0+tpT|N6PMY>?=%}h3kkd z94JK%qtMUSG$$1vg(C&NS+V zs`7wUGCZfU6of7+y{!`IWKlqvrL-bn+)cO`(2^u4eWfTimzMUS-W~T)Nram_Iq5?} zIdasy+zrui5i9rF6eOAg?H|PY}-zEtHD zP`zZ5tDi!5n)a;uw}QzeA#1MO;gFr5`kamYR4Fl+=MYP}DHnDOcQr4G@v7)wwRJEq zHS%A%Frk?nFaNFEii2v)D-^y6JKB5k`&sayie}Ac>_32X79@NSTO4w=-H z+WC_nsDnm=3@&cQd3yKvpR%rL*w1$<7D{@r?v(7H!`Hpu7B*gSyR)a^Jtj98H(elf zPb$JQOl+IXZ4myu7%!}qrJlp3B+M|@{ykAr}Fk#&Dc*W=DQw09+l3`9R@x_HN1SN5s38()ooHAMxsq|EzClgM^F(CVe>e$-a}wlsGPX*4=}X z4l=epS%4hE$5#6U+mhXpi@*jJM&Y7}59p%=A34cRHsp);P9!jIq4bEqpL)Q!nfrR- zX3WglSu8+1wWBjWS0Ly1pnGOzx@JIFE!s@7x>V*qC1x?bFC9+$E&W>T9PMk|A&+o7 zI(t8p@tesdx#`fu=8`}aTyOW|P;&Y^+){OumBg~@mk$-nwcfh?*zs${Q7G$rSgyC^ zB4nu@4MkqVLFWqD@8xW?e@{P~!HIcDH@`d8W&_ITuxLD|!r})6kOzzJNeDW_L3i&Q zIO(Qo>|QVo+r4@YOobDFi}x@i1+XZ$(*p=DAa@srdB_E3V;;o`c{c8`1n0%^Jjw9PNJ#A)&Q~dcO<@C>nu9j?fyTc&U&YwLAu9q{$ z^*wb8;pdbqw=RcM+*%XinkJWj^zKg*DVe)3yCEK1_C2=?7$d{NHzL^T_BA4B8dMv` zm3>oRf5svTSI7pRWxFk%CwL2UsjkmdZ~d7qd>TZ{9s*$i9!Ka#aiAx{sx_)PXhAe8~(nkp}FDRWW+z zZ#+Irb+bcAXCzzXIx)-wQHeqZ;S*(k*j)w0UN|_c9yP*Rag!zDXSS{6%(b_Ce*0(D zaSxMjD8X!+g@!V!Ka@HaeZLKhi4b(^$L8^NmtUuB(19muO=rEElX`h0y*-6YL)v;5 zV~7)ejgb_M$qQ>;(A!ousPjK-fla!PKZR&Y3c8gny?=s@&2KZ@SF9EbB4#vyN5+)f zD~?~tTQJ?8`t^6xX(0Es2(bmDu$#0E>{J0;tul|4}Hk)M~Z)Qe%A@SPr*mVV{p!33!bX4y-Y{N zolTN(!0q37nuW>m__MrzaZkn%Cn;+>nrN*n!6vb)k*l^GzSPxGT%@Whlj zE6#t(IVAGSK4=%R=hgkF{48h#`apE)E=p@rhS@<-hK2r}YXhf0J&>M= z3VI3KmpZ{OMVtBdz!nw_zom1x3~M*58(g6naIs>p26yXADZiGvv4(r<yrHbZ|MHlw+A5 zofsJ#9U30$?jZF&dC}S4-dIzn+E+UG%+MsTM^m>(B^17XbZlk{mU)&5uCCfdGW_v| zhbiWgv`3u?*tx&BVorARG;}_N7i;;d@7y{;j(BN8`XZ!IJWKYEa)zzw#kV+rXcAs%%bu2dt+D!}y7xRjvDJ8} zZPDVVy-N+(H|cEt2LTlR+`#_f)fdkyXnwFKos?7wX84EAAS`O6tNQ~Sj~oFBia@QM z?H(LIhukmlC%xnuttAmO&`yP$Z#tQgmkVft@FSaNh z`eCtlm^=mmZhg0g^HHSDQHHSsjyb_;%F;q#mi9Su@|>uhKjK}T?;X9Elq%@`ghStV zXwNABQWj78$;2SZ-t-+O_2BwxntN_66&I1Top^`36Z=SJp$8j|QRZ(>U%7OeQEh|q z7QMgcMk@eJaOiNjhc69wd_DB3f&b|`3B}{2>6|5nlUuN9 zUm}A0MwPZw7c;=Ukq)GGFnDdl&sZ7VBZjdf5{p+N!qBWFJx?loc}gSHHUe7^+uR@w zLMchSp_CNFkWXigqs8CW#0$fi9mZ6YV2XU)90gVBwBEcGOw>h%Wf5qy_5-)Gy{se= z^^J?0mju7JuWWDOc~3PJ1RZ5{g_p17ehF53+t-otw!+=bg%d01%CU>~9mRg8tPl_I zZS>4d`D|r?&@a=I0SO(CL z$vy^i*i(na`St#?(?WjdvVCi>f8k63<5o88*4$~s&z2Xj+kWfvMl^ply6GG4uDSs0 z`2CSVftA0gaQ2r(jZB03RgFb`T?wW(4hG+MS}?2W3>& zO|oTkS+wHnyh4C#0`uyoi>)18Qj#vQjQHjd1xUexqXBVmqdt+496V%;BG`fKhHU7kKYM6O{YhFd-V(w8BII5^1ckZ$#1HNB{;%<@jexXc8Q_lZzlP zmMvNsw_`-Mb^=kFI?D2b<5hUgIU{2#c@_yuc?}KOBd%1;{aE{)%!D}KR(qo*?O8Lf z#uF1}RNoGIBxf&_O8burJ_(rKaF*DiDgEfpGH$4`%R!V;d^CNF@5-C{8<|R7*SGAi z@rkeGo1_E#VCEOko}Asr>9}19JzMRiyxDj382_sdnv2g-;o-YWiZon4ir9n{bX95@ zNUxky)Bs23?JM{M^E1E>Uxt*xlvK`4vuR=%=3+vdz!wuC=7w_`jtA@j1|oH1B*17X zj51ak<&Ij9pK@6!q@;GjzmtzC81k=YKh5kRY&lGFYK7r|>J>^HQ*={5?B|qG4)hy<__en6>dVF%mpzPP`)7Ln$;JayL zM?tak&nm2zp`(V~9%}s0k5$umwZV4D;SH^FS^>xgKGLM;y{k-Gi78m`bGs#Ul@OEd!^sYZ}kwCmGxYl@2u2SmyTI9kD8N)0lw_0(i2}Q?08fuKl>ot6cRSvh zwlI?5BW&M3@KPeNdL|$P4#L@pz$>oe$#2R@$P+H3;>dv-a|;|F5^jWqnXRV;;u7bc zOgqQgDh=VHMT9t9em;B@bv`M0Z10O&?6;Y5o~ng-j{VKv@T|T>TRpdQ;x-SZ!mEc7 zKOF`Y6s%`7UN`Goe~*qU`Q`HD3{^G#x473I$8*5Yii@255=_ej+Vi9MY0z4 zB)59=jPi{$EIigx^aD1(ZeC3}kY#urTDPJ6y^+hiUO7H^kxH;N?)_`E=H!^sNfv^6 z=7v$*0al%Z!^q5PD`r-SK@MAln1Ua~&p00aK%lVt=p*tj*t_J~}>GL8Rwa2&olh#?)K6 zRq2F|UJz7HHWuw@ycN>?xaRlxW6PoHsM+As)DIHv{iEDo&c56}gmFXTY zwEv`!O_1c)OIT5q!;o&luvsNz8fO3-p_@t^wpd63Ta;Q5ijfFr#t+=JRy!g`9jx8M z^NN50aSA*q?wl?q7J(1jl{Gdi;w~X|5%T0(MY}=|>KQU4-jR{<95hFp>&_}$j%K|J zGI~$P8t7Q`=e^o8DUg@=!q?V!jkC!i6w>zd0eKRLjF%RTOEvnQ&xozAtP~zL*PN z66MZM8}X&2U(~r#*6K$IFup!7onYtB9i+4wf*VHCK;Yq6&^6H;aFN@tE!Jq{{wPm} zJYd_-AmVTPaJV2zFw0Utq9&8>%}!3tgFmo-&FAH^(|f1izQ0iCr=hhIE9R44;H`b` zs-vJq#`oZw^OlZD8dZ<`S#`=P;c(yU&n~4G9W>CdT)FVAV0p@1L0RsmK@zNHBs!q{ z#s^rTOX=@r!~0*1WuAC{h(6ogegp$szO3nmUFs;$LIl?+jT9fJBFA&+@DPs8k%}=r z^@J@5nm6e@G$Lm4hc@VCj@M79MruAPf%MyPwq z`aJ#>jO*W)rW*Z|x+)Q;XBzn(bFS_7_iW)FrZNfi%1P};iBAQH%dJU(ppY+BYFrjf>$86!pFxUZUveP z$h1FjT1f-qGgQ8>IB3|t15fvgFsGII4L9OBJ$e(*uoYQ{4}+5)C0RK4Z;4RvR_nyR+pN&rjp{z zmPyv&d(p;5atkBj@)v1-jI&nnebQXG@hp6uk*B(_-sNVQR@$v|j>axQx?XC+cp7^b ziRnGXOgm?DLw~*iIE4B@Sfr*M%qtLcj^*oUSFV%xmXcyp69YBSUQfJ2LE_H${#0p6 z$=TrxwC7f{ep2726?wkktx-ZLXsaFdz6_xbGXwkSafg&d*pu_nN^}jC1q7^0$Qmk# zR56JXKsc%3(p#dD^s9+ytcglYyYI8Lvwl7hy=V5PNz=WRm<$~aB=1UOxSay0CO@KD zq3(ZRxHjnhV=Vl-Sm*hDZJrvRyn_d&(1Eh!o=@A^Z4@b=bUrx@jkpTCHYJMb+$$lx zLC^(*92hXbEpo#_4lN3w`s(#1p6C8B=9fR@NE8yUD3cA5i$7Vo9N>qsqPK7ERANL3 z!4g#_9H|_57|9U&q+pdB-=dpwdb77wFpnvb$UnBl$Wflc-PQV}Kt!U*|C2W&b!X$u z%YH$EhKL$>QLFZnxMsG%)RCm52YVqI*2kJ$wIob&5hs@gQ#dMK!^6Rmv)=ArV664H zV4+IuKAfNiKs_>p5+%M!(g7GOM_sEUz)M8&ropgnr(wXIuAYP4MN}c*?t+6!lMHwBvkN#9nDRz$R0cRoBR)X60QT;U15wm$$;iLHMmeqDjqR?x2 z3mM>X(fhskxvXB}>E2`_dLIFZHSncsA0|2>!xhiE0tW!Rko$G8^aFNYkmlcWsC?0s z+UHTDJJTjTP`nD;F9sU3J586=8(gPbymw9Dwl(y~3$CMDip&ETLu=S=Q!>*Aq^SYNvn`^?#4ZVH-b zv5So9nO8<;mHuuRkiDWi-tG9eVQ{iT{0#f2w=4NRc^b)eps1K7fe59z^xQNjImEP2aP`Wp%Sfy4<=&idl($)!kS!jXNb zRS_c71RsHRKw)8|5^Sg3dAQjubJzHHntt6%lq*cMIRy&~!t)u5Nw)JOUg&ecV6Y*R;YQ?<^y?JZPo#p-JB=WiUc5G1^IS6qVvTg^Kj zx}-?)?mk2QHVH)keu}L~iJ_&D~cDE zFeN)l0o&5m!AAn4^F(l(;sYK~08c%9=lq81AtQeM+V(|#Q~Ac~feAq;(+6V%*gqe3 zpK4g6W4fHm)<3;ckoB%`vnerqvYkThCi=>e^u=zT;)Z^66rBU&owL{A$|Z9Zj&IjJ zhkJfQbBYb4>JS&56XBKD4cq`2(Xb6#RgWplw3iZNscH=hwI<~1LOe3 zA}j#49IhhgFv|1GJJ3`Sr1xOn72Le0Q&aK9YxUf3+uQ+VDS_a6i~En*Np3 zesxnVUn`lQYmA=`ZDw(3>lGSrSjlpaB?pDhwO{&#+i&W<5B8MVy7GtM^UN5oB5GMb z&Mg!&+Lm<>`evHYp7B165~KESzDdJn6+g}#Wf6gn@e{R+n4=lI=$#ccpypV2Wm>& zr>t*!&h17Iq5RQ*mf-DVsU{Pmf5GncN(|YCqBg`Mugb^6NxmX?xp5Al{=qkYa*ful z1rk5N>z(OQMxkrp-u~5KAKYgtaT8YP+`*LaVmHxN>9zf}s{u+p0gelLQDSb|&^M6K zWx%VFzI37uYqI!3O$eL6`qlHL2l!4kVUOOw-<@r|zNFnMr?mBx&$Ax&&iVJI$YmTr I{jCW8AG<2{Jpcdz literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/church_bell2.ogg b/Resources/Audio/Effects/church_bell2.ogg new file mode 100644 index 0000000000000000000000000000000000000000..1d0f58b74d1367d38cf7c8f8d8b85fc1033d6981 GIT binary patch literal 17566 zcmajH2UrxrvoG4Sfn|wHbV0&`U ztpN!^k-?!JeqlS0ApNHQymAWqTj++&cfS1ZW9Q2qO7FzTzaQ&2>b6-X}v>s5MV@} zD4LS`;fZWp00;n3#H87By^W-+^U9^73-b(jO8pAw3iHnO6Ftu>4*b`Jq;i}G01SYo z@L83wjr_+ne29`+p;QgOqw2LJT)HJ)1Ap&}glAAqM@>M`n6x+}t0NX5av>Xvq;Om9 zTs+c5&JvMJszB(FNNq_dlS~~okx6NYlw_*(wkr3i=G(f;EX`G^jtMm!vC1`72&(RG^d3Hle`r9g&dm7e%EnRvOiK`?vUA?(%Ky3LI&d z8);|x`wF5{%ua6r)vvhb|8sgf=6n6$PqOcj3?L)296Tv7cv8&3N^CGx4)<5WLjch! z*-EZIROLvR%3zo_avllSe~@Q7`q`BIzm%|}b^yqV0{tfi9w5@Nl7AekY9DrBHq2}m z5yg%~{?A9kU%ViUh?IKg`@@XN*~k8h1xBhRmNOn=`PUNiLR$GNQt?Fbr%?^I;$><* z_vOcT&)Hm-yis3x`L6~~jPWfYx|AL+>ZcY>6o-u&u@qPTD@Ai&#x>VZBG33%O4tVY zjv?>)O%~(opEw}jI!+Y7uDijFl+NW{mh8M?^RK@Dz@px*WbCfS3*?J)PcH}Dz`G)) z@5f8tkK%Wp{qOK0BYHbFM;s_kB*kVicyNoJru$=>Yi;)lhgcL56w9e1D9-GB zT^81&VHi-|IpZW-oo8h%UH#9Z5T%liXX`TX{WX%ag`vaJwTM;xPsMGDjdKV-`XA@` z2LVe?apZiYByX*Jz}CjrJ~Gg;AY%S{itAj&;%w~VY^M9Jv;RA={@Zc@Vl>HrZ8Fc} zyy9R<(osG9KL!7n<(%Xm%n^8yBWBVrW;Q7|`ccLFlgcA514|V%YaZ7}JQ0t1y{y$- zAFFyjw)L8h^m@|e<$OKXvFkqu^UrJ+XCwZHZ)=TxQJw_MB z94|^l=lh&1t}iNkTVKKSzgdoNdTn8PZCd(DT9(wge7|$W4L2%I47aS^{J)<6Z8=9m z#gG%R9D`7?|6w^aMS(+zHMPr`efr1afk%iy!wq)*PXz!#%Vsh8>qjiD*2| zZ4UgOEe4@ZtC&4jK?HjV06qZrAWBXqq=#nf1s!l;RD3OlE!SWu?;|GH5|mjqSVhCL zbtMmUU(~qI@`-LG#iMVUlqtSHi^O`b#>Hq^oe^<+7+?titT?3DM+_Y^dO+15Q^c3% z4QWVL=S~_)%jXl7rNwJFJ(o%beVlJ*+Zi~n;`PMF_BpTZbeGpWZ=8L8#GZwq3SQz69Fl$G!-+b+z|; z^3B$fH_mxB<;B<77sQ>KXQv|&>aiKGW7i`VrTmKh{444jilrJF>KnQO8(Ny3E8a9z zGz_=Kbk~54X2nZfRWW+F-sfw{|n6 zp{1p|vw3acu=r+TDy7jVOO9)Wy9(nnUQ;K!|fYuH}`c! zh*;W2JkN7ovPbv`bU#(*{4J$DP^-83=P**i3eg zpA=58S|wH4C^CqI9X0M3$g?o^7s;EF86eqY84Z=>avJ+e=S^DS%BwAm1IqJetOBmq zOnJN`Rq-18$>&Wv`PUCjIi2V5Bq*&^9Un8oS9k0Xkg8UwRcw03)m7Xk#`1O#5g=Di z>KfKpaatSIcOq3)SMiz{D|T@^2Pw`7AYW8*IvYt3a9an;4;1eiAR$#f*lGN48_R`x zNL58i7mbaZFI}{HSdzO_RZ^C*k#yHZV^gG8#>Q7utej3L&Xic4P(^x$RCUq#g#3V$ zvuS4p!HM~AubMmU0{oi?kjBNUi6+KZJ9z_w6kqcj`!(-0Uf<8_oP{)Q9iUn>bZ9A?}+Gi8;D5Ih5Wri)`X{)=-DfBAtKkLI1mWv*Vjh&2BCsndClyh#tFs*6_V zkuRK2+^EU-M+n7M8J(}6hMiFTI_1=~(}oE$LWEto@x>1DIxrfLVZ0Z0$A#>et!|pt zn2{eL^r40fUhkoXWPPZqp0u>>LtRGk&M^&X>HZlFM)7K16B+q_y8vlvgbR5j?)YoA z3})y0AtqKwJkUq1cz}fX9R|K?V$uY$irbSQT1`asQqAp&$d(w!rYFPaIi@Qmoorz& zBb`DpHWIH!0$e5mB%V7lk>?oP~HE~ z$-lW{j?CDcGNWW7jzGb?xv$U(iD1`}4z2(7BjO+%2gt-qq+Jakg2zLRHv%e%XB0?g zlNl&UV$);fLArsARSz|g3qcPdAn{^|}|o7^E-8NVeV&!nrvcL;e_OaRD)AQ4fU zx4} z?UAmyQgVnYZVOjqxF!^64{QnOV^+=q> zVTX*?1H|2o|Dy84oPTdUPy8oHFZ_4=KVtU(6}|tTO3nez2;~0f1(180aNrMax7`tS zX?|w89Ucj6NT7GW5a}_4VDee%H&w}qddd$OYezHyfmPhKwiC529`6I1pGFEp??KCx~Ybaekv3N7tQGP~|C~pYV%4M- zVxL6MCd7c80+6l;$V+$5c%1J<JQh!V0ND2Qhfcp!^WKJZM%R_4Z_biVSY2$BrmuIzuNJKO{guhVzTf&R%i0kjm zBLBYKi3JgeqIbOTo;PBZ!=fitUfe@l_zoEZm<527bN*}6Gee~QlH`1o-sE$luW{ir1eAG*>Dn9P}ECS^X|KNO@nH-e-mH`2mx@Bl_V-!tdYfb zfjyg$!*P)_mn#o}F9381W(TksHZ3j9JFD{k5?W0Ecyd+WD~$MG^3H{k@!wPh^SAtO zf=oX0kGwNM-f1Sxp{|!lS$+Ta@83Rsf48!-I``(;ljq~J{SVf$r*7|dQXL%){P@8d zr6{F-pqtgErX>D!Y+h!Ga#_ zzu3gGnvLFduQGVH3rD;C+fJs!5y*HBs>Z-&$<|t(-(M^asZRE2HS^Q>zj~EY+oFqJ ze_c66ms27wa119ixMfL9o&$rpvCB((`rdJodrar02^gaTny*gH&CZ?;87Q^=uukz{ zVhKJxCvv1U;R&H8?S^J;*KwlLDR-^tn7t+e%Qhj?KkXu@!GKeU@p)S81v^gOJr_rA ze;Zr>6`9z%2u>!lx!q+82ioW@-~wp8w7VoK+x|-U%o<+}9QHZ=`R^M^M^pFfeE%cA z2P%wFmAr7q&RR?}OhD`4(fg0(PNZ#(COFwr-?0}gCM*}A1oCQ%wl;&G0z7Z%6Dp)fBLqI8+p-dr-HlL1^gzt(IBB)*jGNpO!WIWG6vj`x!3kkBb+qNdMd>Nc;GFr@A2@fK!XYlUKE~;#g zzrMT-->_PBb&*&In(T1y?`8r<881e|BS!@M%rNWmxl!^a-^S^resI!qFMb^9i4H7-II>nUa%I&t((!ga6#zx9+uX zy{9nuz)D2#bzvv01t{C~++ovnnlm2FGa%eEhK?K5c?dUSG~YvKCe{J?Tt%m%)t0D$ zR3JjThfxA$mSFSi!4GB|6-5hKXQz8&m1|C)U*-3bQ4}Z@P#O8DEym~DNLCaMux#G{ zRLdv!HtaPXqQ@!Z#`%6(B-cALuiZ2n&{VHOv1%F5n53P%AGA8@ULJ`+kphqDp_~@x73F|o7JC<@Z4d!=vT83c3-bOMsggAsQN{q1bzB_Wdx0oF`-Ne?L|0 z-Nbyu`JD3mllA?NZv|HTcHVGYyHD|d?xM%rJe7Vrk?G@O`bkYG!|N;FfLPL!Ey3*2 z^@en9oCGh%5JB0ZT47T`PD(-gJ+p5H6eNDg_S#TFSy+6t7PDKquOljTjuSFC*o~9g zRhIAa{$z#RV*H!45)tKD3g03Xx}x@pS!i9*ZR|nA3Oajkk-d_Ie=v?_+1GqAOdI{C zYtIV=U*6X9m8PC}LOuCfVbNPDLpSdAG39S5S2yLBY!MUQFIaZNAOwGf$|B4mVYX%Y z%Y(4F#!m+cA*xyyfXXS*1SHs)LbBPovyTG@MJ#2PR%Pvh^uxcEr1WpQ3uxMbrA@ z7ecR*!Us@|ng@VTlwgOO>JCu%|k$eZ=J#lm!a6{Ja8(j;893QpsP?COuTOHUl{Ri zEMPG&Nl0ejlN~8NkXQB8Ce(pDxQb)^LtK~23vXxK%f~lLc2^wRXRZ;L#$CA^Mfm8! z3zZmrKphM^Kw3tz%s6qJd+sHbl8glo?+>FPU~&+u_;B|_i3K)mw_h{lGd!HWm`Zv< zB_H6ky3h+YuK;JsxhFGgIe$b7jV=rRa7Z^610N#a(O=6!A;b>NOI(WQ*>6pr7s>N? zr~N2#^;`Uub+{z+$;zQ{j06z!6|}me7G5#ygs)4yD!ipbzukUx-Xah?@qP)i==76X zr{cgaI&>bqnK;f!;gW!W*M>oyA3QB#W*NZmv`sB&(^AB+ybW2*d}3bPX~(Ord7xx> z&~l(NHtI|P#=oS|kCxLfm-8W0i-mTK{0+)i7VXOlHC67ugsGJ7D6Ry{L zA95CJ$}G!(ZopmE%C`Ehk(G+_`tr(+L4_Ut>0@2SyLhXnamrNB(>Zogl)|Hjx7w*Q z&m;FT&F!-f5gZ@?JTrRxroTnEmd<$;C_5#{bmzKUvED>s=1*kB0nEh$YQh8cj5iio zb{Y|Ww+V(p_BmETi5vP-fZC4>dB_2^g7gxFL1Qj#nYd4p_^wt|4xtGTk*w7ylHI>a z!fa-`vw!rR=3_of0WNbYy5SY24;55*IQ>Cv1OaKI-(@e!NnO%PIaP*BrJkUV*$BJ! zaGY(rjoCU=;kQ4+_ua8km^AL>n@53PsJ8nVZwGA=lV%ZH*vQ>x zX4;Jrd!s&L96kauw(yf{E~x5nb(tSwO3=r3l6rZ>ngTn%ulM-b0Gi)?8sKb1PqH<{{3JDIsQx4$aq2w$z;$_!N zkxwz(YbT7`La(#Yr`*RcC1LHCNLh5j3> zUb~0ZcruIdxpzDn@j_P~5H}~rZ*)D!0$VqUm3xoeUb2KZU*g|8d=E>`+qh_3A7Il6 z?wn#>zi`R2qoKxcX)a#pX*}sgr8*AK#eB*AlcJm83 zU;%*DFP`HoB7q-A>MuYu!LY%$QS0d|Uo2SXM8no)#GdnZ(%w)pbbJll9xtbRqPqkl z&9Bi$W3e*QuhTJodlxSlk{~Q*bxZ-8Mv(#js1iErY4XI$z`!_Ob@?cEYIb(h;UY}y z>6znHX%f>xuk0-~Kx2@3H#YO>^mIJKdd|xpes$U21xV!nuTyhRY$d^)BikiG8c(hz zB)^x-f+oF|HP;=Pz(Q*0y9=&Xc})T4(_4RbW@cyh%F$4~&-#meVLG(_6NIm0yFunI ze?}zB!(uka6ah)(p@z&QAMgvGF^2qBzuxqq%*vT;M%SU+IG>@ODL$X?gFmza9X1AN z*cF9OymZ1}zMA)pZt~?TSr`&0s0w_5HMr2CP@L3xJu+XnbLIQlRUwuSIep(pPBVHK zB=Q-YGV%SR&2^ho%qBWM7#vPJo$y)UHmMJijVz6 z$HvD+%_-lgh$9(wSahDWIF;)BENS2yGr~{XEdYVsmxu6%U;-P3+S~(71*V{c`)Kmz z3?v_B%cn$mzAoUw=kVWXv`20vz|?mX2Q%eZUpl53j)SmJo%6>;hbd49W-X+NgeMS={pSGgpQhR zo=0?3*v=yR)kkBtFi}XkJ~R$Zd8@Y}7<*U@FABTCG2x{5@hvsvt(F4@=)X*i%Ri{H znSP8f`0)<+=NQc;IvDZw2M8b}iyf~GczRvzR|T4oB7%42ILiUbVdW)5!)J za-uUtF+(mXmu@yTFoD#Q3~h?U`&sie`seh?tupYRjK*aIT*$GL(Lf{rj#X?Y@eB_R z_V;ym-W=)~936Zx^>E}a@+8h@RLb4?Xk8NVj*LO)f;;ju{CwpQ5B|-r_48NXfD__T zz%>UPjsklC+iL|8$^j&8tVKKaL0}?25O^;q88r^^Z|xJidl~LBsE}gQW2Pxv%ks!% zVz;EB%j4i{O)3`LzgJ>cSOklLx0oYXR zKADu(OYL1HjFGw66E-c`FmqIIoiu z%exSTP)@NiaZ;Hg2Z#`bc@smI1WZCSW>DZj7nwr~A+xb9CV?d;x}^aSuF2dU5juvM zWXSg>=knl5GQ}WDAqHEQnu`kN&VB@eF;+CF%0_{R(Tq)i5v7kXgJKMzmCB(=3l(mH zYTHuPhcO^(1&qifR7MfR@ZIu|8s49*hA8kBn~i+Id^aTYj64db1R`k$vn$Xd$Hy9xY z-!~|2a0M!i0>Z#B{O&>669JZF!qwwxViWHCB)*errUrO!JY9|@n8nOn7mh%tHt9$1 zLUI@o1m;em=z&P;(a#is-0x~t$O340tR;jb^@i@d0M4{5bR)IRNLQqY7X)&Uq&}Z} znZ--H5e}_9niRvVfggfCZC1hM1bRCcVKz zpH|5Xl7aI(+U~6`!){N=O!Fd`<-pSq(xfc%MK@Qk1yUT;%J| zYN~Py@2|ISPA~B?0mI>fAO7taQu78S0bko@ScT+0jG7#KRnHD8eQK>J>s&7k@FWLA%9CUC&Hx)`s^|%SvbQ!Vk2#Hzn*q zTmYekwr!cb$d)|-ULAVy*S0Crk&RNoZW#I(=XO}xmvPFdIJ#fLBhc|)}F|O7d z3|dY+f6WNGha(quIz8Px?OWHJJAYkVz*&v)!#@{7Dz}u?F!7M3)&Ku)xG}u(TP`Q7;b1sRq2K z-H9dtDr^BZngLi~a13fuIvOWO^YCh(r_Z1U?I0mZ)Dfo7Qi5Hdy-JnoMZ^uR z$oj!#wED3flK~De>)5{a(HY%vsm!6F&dm%sk8w7I;UW#@pAF2j^_H+@c@y{)hH3UBD0yzTV^OW9;T%F}98Sm5S<;He{s zE@LtD9K65++OU7V-hh=(3P{up@djF!pY^Uu?eH^I&tAbk@ zsr-Uq-_{#|1XQkxxCu`L^$oN`xsMZ(Rmd&q8Fys1!c`3I6HYpy=01vLb;3{Os(3kV zI15eklOuzeLyXxFP~O#+%EJui!~py)AQK03^3!rVP~9l7ZGfWE%BvO@QNiHua6?NB z+95I}_30NrWkbC(pAumDiNhGsWfxd?udBa%Aeea2?d5%OU`AhY=Nq3l3r~oU0ek1; zF+vU9XNpQODJ}N<@Su!g)O&mP;qDSm*V2fBgEtKRF>)bQ4@bkSvv^=&!6Y1gH=Kpr z1f&Tg#-bfY*oh`VdtTJ;hc(O0WkyM4?i#@#VtNz|N@Yw6xX+_3QZJ%*W8f8Q`s*V& za2o;>LcU_KIHxa@QV=_LmN)<|wg_Uy8yu}w4#QTB6HQ;4Dea+W4&*#>HQd@B?g90R zu88s$7=RRT;!t-woI3uJ&t3XpVg#=+#;hlSKU_T{^iQiqy7y`G2T`p;Z+u6WN zk?CU}H;l3f&%bkoUWM(kXHzu`2gw%u*b4XU8er%&@hL3T-@=OAy5{-Ap6j7^+w6_UuJ6~DCF7GQZpYP!h`fXB3T2A`) z2lrJc!`z5gU<=-U5@Vepz;PMu&^e(mWt@n) zjz}yzKXMN>)Cohu%b8#LD8X9?=+^=v`dLn7IwOaU0);P84tO-6VF1N_mvL)eHMT{4 z5eGFmLDUUoxpCL>3t^8>$hLt}Pk1skZFk-|TGI!Uyuf!F*A+~EcH0rYRJ{7t^K;tW zIAJR5^3vMNrPFfzKV@h`?mvOh^^U}N`?|)koOd$p7P8^Lkg!4qHqT?ELEvXXD(C{; z1L(Oh#7I!tzFdxY1`uL=FW@LE>)L%3Cky57M?78XRra-){w!@wgowbsJ(=Q#5IYxi=-K+EL$N6YN z{`GN)G{PJM4V`IJp;$Pt?4w+!g?BY7!+wg5b25rEY0CK-Eriyi0f~FdBZNd_au#i0 zG&^wuADnS~mLG0YYqQZ42+h8_r(^Q+@aCgk<+gpqSk<;9r|xe=KVZwn0mcBXB@uWp5M!q?!ilW@X;uQ9EPx)) zRS`;{WkA^$tS2NfWc(DgN8=rV#7+Ku4h75^!BBKQBtY{>(EMWs8FFKRx*hHkkic$s z^Kb_n0pDCUQ0P&=G~|SOrSGE^{(4@F@+|rY2*0v!12*hf-B`F(uKf{w;CN>EbkfT^ z&`Ow!ba121;wSZ-elpN~^i{hwJRwcsb_z%P#1+gl`^>-*(G#D)^I$#FTWH zi&h=OmmR|n@_OjJ66V<)x9vrN&9^8#Bd`!;hopcIj?1D=4|>ZXFG2!9s-B1V4eg*A z`=OL^E0BTKA`Km(Byf^g<|AjXl6Qfu3UOe{2!WEr%GquSeN0c^%R*_V&|oRUl*wWc zitAOzR%rpsKC*%L4X$L|j3lVeHSo+lo!zPeF8Wb~?b$A=4Mx7b&c@5VeuTdQ-jg__ zrgb;UodhXlR51<@o%JiOkgg$5`R2ztQWNtV9Mw@W%cO zBN?%D3Om5I!3=AB%|t*ua5q&O#UhWwAG(V16od_RTaENulWBb@brlDoj)B0Y9>WkS z+mF%k2p?!m#ei4C`~LQB|JW{1sHH==2h5b`~Im@t@%06WY#hgvLKS3nv*z{L#3`+pMAwOil0U^bS=ur?F^w;^*Rc zzLGD!Dt?4hN$W>Kf7pbr?oRW%#Pvu>vQ=|<&yDz$CmX+FJ#Ss@DU0tw0k;90Pk+`) zA7d=TLf_`j|4jgGMsor*KaKkWD@6+IeS)Sjx9JMr;~GE$BX^pS5xC6?oGA&1*Z}(k zk>jjAuOS}p6vhEpUO@8HL*a3KOc9#az!7n^%OX2l8i=f*EqB(?uM8?y^FQh$TXKxKpMsw${V_H@bbKkMcfcC^6v(I#^i?2cK z)C|*Lu|}@n)}*(1Cv#rUXTO^p&d!oewUKQ9m0>_U_|CDDVc2OnAT{PYZ{OVqQ^R)$ zyN1T@_xJW+Z@bpsSW!V;7!bSH>zeX*vFE7Cdz~8nyT1`(ZP?=T&GY1F6_8E;AOjUi zr?kPUycUom?Qjh;hhXn&&xvIqH#?(X%%QfRVGk^42zWTNn#w(ghEK9#DLe%L{7O!^ z2nZjgt1esvGy-_3i=#s1ks1`J_P750L5%uY`NUr0CAh$ygCkZyK-PzlVqPipr2X!w z2$`4q{<}iavi;{3#5FC>%>8h<^1dqmgCJZLyKMR}=;(QWOSOT;f{(|EB29FvDpb~$ z{G`_;v;Nx%r;qDi#i4)J)PfrFmJ@QN(x#sCFxNemd)hj?SKE&%TC0&Ww5dUvj5 zpm*o8M;{>Az`{CL7}C@va5;yUe?dS_$4}`ZC+g3{Z(+A6I*mc@DD!4d=@S*}hGUl| zQVl#G>hrJOcC)NH_9)ms^X*o^c~2fWgn_;ycOK81-~0vT>-`n5?~nw@uXrrsAhO&h z0)D4oz`Fb$`@4a!dL6_m^gt*TSyH*^;4YBEMhjo$0CNu%jD$WWs0#z}>>E&2xpcM( z5J=~Rk#L86j}_TeqYfAyS+_ zM@_fk;;EMcL%-4Q3)~9!d3W&XlaOqd^}OQr>4NEw!NSZLKIn~d)lYg zf7G8UU_i`~_6Tbs$LxQt z!-y=;jZ`XrNx$dLT{$2#T^T8VuD3TlT!QXg@w<5=`hcg?tAii@XlAj#eCnda%n01_ ztDfjQuO1#B5uGmW7u~>pKZ5<$@KgzWyN048E<+o#IEO$Dz?>)A22o5Xr@CYaONmnR%C_e2VC!fBB?{JuVtU3CY6+u6P+?ylAK8>!Vizqvzme(u=G6|~B& zahx`!aL*I62WKwfsDR=Du?ju%N4CB{on)j3#vSha3i=MGd3`MO0rC$$%Swbg2d~f8l90 zhhU9U3(!pUy>}c}lwm9KCZ~O~Zx65xIznLc|HAQc?tr~gk#f+Y_P!^1%e4 z#4lQ%BC;Jjq#|P3tluG?q zPAL@aMJI+b&IYbTWQhVj|&57irku0cl;*P$gh*?oysW- z*V$F8_2)PScUh~Kv{IXn=+e-O!b0AN^pDtEe=~8Pa8@!~mL@&HfW)t>zxOX{TFJOqTb4?)%U4Sqezt&2eu)=|I8ZoHW!Nm>@cTK1-O`m3zwrZxwBnu zM{>z~5@v@sPov0Z-s3<+JDK?kNe@ql1a$5AJ;^xunJAW?S`Ok=n8V?6=%8XQz~HE3 zTGjMnMsl2hbUg}=N6}wWD~2jPiJPRB;8UfO-ZA~johK~}L>37O%B3R8?ceUSeK>FR z=e#tV%9}m42Hj0_6VOt}nY+$U%&<|eK&axnh{ac>51wrBDSiPzQWff;ci)R~rikBh zb@dt<#=pme`wH^s{#**an5@GHk8{b9ksS(4rr_XPVH&mr5}C8+24YLjNOGs~$D49& zeI-ri8WR{woBDFLuf`kj(%kZbM!BURI*A>Wl!M!@_93(*=+Ezt;>dnTKABxy4m;4U zwQ?E_Z<_;^XUw0gPTwxl;Qg$jMdFLkx4b0- z`8@ZC=10!8nx`EO*#1Wgc>QyrPE*L{~ep_=MRtL9@ znaS4JP1D^}$Q1r@a4*ouQhH*Azs4pq5?fQd^ z4;o#1ZM$F7O7YuXn4)-ld)t*mK}K0peXHAOz!+7F={7%Cp*vk91yk7U6xdnMwRYHX zgSpZWhttPO#K}CaN!YfhsXvC@j1&d9xAvXBb%~cd^-~ceK_B|nB_D+&7Sqe|NCwwL z4G(LnPs!8D$@#gj3?(Qk^S=`_St@)hD`s9@KfvVMc0L4xlAK0Q3l;{+CVe@()49^iOED<+yX3k z^*!nRojkNuaMaS3{BC<^emmzXBnG(Ex!?dfiiZ#_8>3$hfB=j3vIs2|vzb>{a*>?i zrc@Q9j1`ch38;g!C~)Nyz@8r4t0NY;NMTUGp8ZT2Lb5Y5$h^wx~-XhZJ>#`7+9wDt=a2ba~YQ&#XTF)o{Sj?m(-`q%EXj^dxrE^rRYjTQ^S(AaQgW= zxa?Eh<_7J#zYHg!xxyHku|8t993@jt^Oz9>7#b$*wFhE8p9>R`?LnDP$_g({*R{=q znOU$*ARImw3AS#t(t#JM)^lg%`ehF4xbxdANBm&Q>vYzK!YDv9LZ8UCTNR1MOlN;* zd&NI-W4hC!#hVYB5;hd0QI0PTU04wK=_M_^STgMTV)6=g)aA+b5VGgof|SL+_(Xp# zlG-?fn^#{_?~LL=+?z>4>hisV$dF5`!*pLr1;wMp6s)$>3cePZX738IB}P9-kz$qr z@T-Z?w)WqL;~p|-uDVPhbVpQ!JMX||Mi==7P!N&=z9(FbqsyS1!Nwi8D=}~IzhaOd zN$4c9f)F;)jAat}RtOtw$DO(?+c9)~{>y>Yt0uS}9xdP7{*m5npsA}ZBVm16x zA*{215Wab~!QLQ}kT8*SEFd=kWMbmHlF{*9Tuo)R1;rzs5{Mg$XZpGLQWg~_NdBpv zjZBO@OHeQcN*(aLz|9RNBG3BA?55dndwgMi#6kV7#saM3awi9YlMp~n9I-Msf|!_0 zI{AF$=PzznRa^& z>ri*~*a3gv&T8hR`5D){qr4^QPkPVOZm1XTm)PEeU^RuPlz3u)klaI@2cbON} ztL$RG^1$pTDu}2Bq$kw--%3b)09JDuN#TGW9eFr{MZDFt4l-pwY@9VO+Zzb5?_>BX z6kfLdQH6Di!R8|d0*pGdp9%`GjyDKRVW}hl}dK(W?MW zZ4)Jx;KV5i_FO7mFk~Zsj%LnakfVA5d?))7mrQ)v*W0e_(5}5rGhgVxUddS6Jq(&u zdqG*C@4G@^S(QIqMI1MC?lXcv{Sc6Uy8nw$m06P->hI14%sBhb)aPGbVaK^@^m+v` z=ETJX`#9Aq2zgbZd%w=wmR`Ai-Jkso{RF+)I*FZvQCB!1Vu)?An)2^06!9ma!79C0bAxJr7-%l z58IYCM4M$G5lvpK-YcQ4;iJFuI{_AYuQeA5odGM14=Nl5F|jSzQoQ)HHhx83A5_5T z7}kmb(>ai32I3Gex$zBeyI~?Qf0gSJ`>#ElYcG{)(WqxQMp6k1U`nb@X~>c|u+-oJ zBlej$`;~ZM0YeC$W3Ydq{bCfuRM^;32?&lAIeq?b*@;Z?8dsl1d2{oItz*nLKe0iy@7nH<1idIsv}R(6S%6 zwAAl=>=|#r`4&=HitLcEw0t#~>>dagk${`m`4=mH*p~0e#m}GfOk@AWe%r1@k{%3B zTp=$RFd@h#m8;A%gMsLuU*yk=!J+RsfkKOg``q29DD@$=wml^1t2o#T(FOtSLzjdK z`cF^jna7E!S6m*d;L+r0e?=~%8nVvj)$}a&)o-4Kg6$Kh5?rI`_V~qq4h5AHoW7yR zjx6NAANU@k$Y!#*{m|W}WgYYMnhnU0jVd@CEedEXZDDw*ik%-~wmdx0#keM*qx9r^f$jxI z)*z$CtkbGj-Srr*T0VZ;Su+}C)p7V{>uB*z_)O;)cXzALKk8I$j>j$!HxG?x-G0v0 z8@nt9S9QC*&+RiiQ>(rf8!1aEmT=uTC%V=%97G*!kshOwt&aEj1T(xjSD~z?!f{DL zloICj*d3SZSgZPcqB!WD_du32=YrR-4JmhHfD183c4{F#P*543EFsIZ2qlfm zk_ySz#*~VpXje+_J^KCs&;Nbi_wzjGb2^T5pK~wQ^1Z&-b&ggA1h@bW|7@yj{+@J7 zsLjSyu$V0ozCn?~OW3l~e{R`^O`TL@tAtPfdlNn>Y)RN+sV24P&;PaECH?J47qxo? zg$K@A6%oJ+4f1uL>YioGnrC1*&tRUxe3sU#u+2f?5&n_>o1?UaePfirk7`?5xnm%L zt{B?08i@9EHvlOBA9ZbsW1DQX3o_1XZO_WE5uP;|?9a;B-=N@^YS{R%1IuWmEC3k@ zEqYqs8{6Pk(*Om{vVty862;77%Eeu;K{Q_9FA% zMWqK1)mMGebCNNBIDff|tAiWbqSvmD@$ZR=?um)>%u4pIj`OTe_U=ty`#pJs!rp)O z@woo)!hLG#EDX4_Opgy}pPQ+8?xpEDQqta195xC?!lECYseLrhws2E$dC;k=ffufZ z-MgfB?~>TmEl8(i;cS2#lwJ7$?3+A~`~UAdJFr;?*hrR5Ta}u&sxNm|Z;H^PO-Z;J zkWSgodJPdqD?QxD1fkji*oI0CTb1r2X*laYiZEUsxwt3N zp$CaVD3SkpOPI13v=Ft^n~nz)BJ?>Awd-mrCrV`n& zxy8&=kLvfkp3g+W9Jn(yTefiH^?G zH4CElOs$*+kR&x_#s4}?netyN&OdrUr$y`X{dxEFgoo1Gt!Bf#+fr6yhRBNbjFA-| zs(h0hS#D|*Qc&6LrCX5U%+W6R>rqIltc~dw)ag@BvNtQDMf*JRivLvHn0nhZ<%j>V zw|!J{lGZ@`!+H8H^B23hx~+~0^E?s#v?_URZ*+f8Tz}7@_40fFyJ7v?a{xI_(v(kT z_@){*e)LAN#~{JisT=ayMDGN5>u9D#O~0{2#lzJ(qLqy6XQ_Zujcr(f#usJkhV+s5QFhc-;E# zu(etLbmhRD>S}>o&sAfmC^siJe@|C8&lrEt?{2HRc867N*`h2g8C zqPO*iuZ5SCmtVLvB5b`@Hr%*%_?p44LhXBn7v5bfzIJW%@U^Y?uZAh*mAtFdxp#}# za%pt<+T1JAYEEv^&okBztVZhyTfZ&W`+M@Guthh^CR$Jj9pk2LTa;?hW0yD2K-U^S z>n`13l2#Cqjb>U>cBtEP(+ zCKyoF2AM8WIt{ESDd%^rd{;xNTI5PjgHnbgCs-|`Q>T&Tnr7Rab4;2OsGZT_OgmfP z$O$={(d`^^v9QzkJu6?16QrNf;T2rm*y)uz%};9HVE)EdTYAA2VFT)Fkee@I$tlQZ z+Hv&V?;}Ib>#(pX&X;zvEv`ge739m=aSX3Ay*C?nE1@UyrM+#n8<{R)`iL@2vztPLvzA{?MOLS^hWtHwB!DWqTaE$^5JI=*Qxsc6H$FYHEF_Ri6Nt=ul5OgOmC#mu8<@HbDqQcW{D zd{I|Nom0^h-k~*x$AeKrw)4TtH%}r%jlXqzl?unOLlGkKaLreDggOKX*aY35D})fC z+ghYJx7r3tMcg;lpL!Dlrkl3z}&-9a;S)hRQQo!^>vQ>zbu+*9E*J`1q zo#e>T(N31)*lH9Yg3C}sd@i&-!$S#8=r4}=i1~^c?qx-}&eNHeWY5toPCybZi$+VTcj+xd!C&JGKEcLce1Nh5;Y*ccQz3n3Nku`4bGgmEObq~AWGPf;miQg2}g{G z=d>|$&k-)dOdPfgF_U9TJDXvx-N?!~>Wqd%ODc{KL$Ygd7dB*gjj)hugc`?4A+u`q zvf`9Ac!ZRz6?FTS8uuV0u6&an!a)ro4{89OQE0#;%~-xbQ-Q8yv~g+?1Ph5V)o?G< z_kiJGj+KaZLl)vVg$hFIfr6}%f25)Y^lKw(FdbA99&#en{)?FW*BSl)vxs8Ev!=PD zXx*qVL*y?jx0asz)i3lPlAiVV*Z<(`|Ha<_r!()6GGuc9c>wlJ1`YnuX1K2~(N+}I z6RuH80ujC2S!l*o<)ppZL-|QaJ!h>rrdk@vO0>0+`5=$Z@Zy||bavL!C^#;Jj!rL* zKI)sMQPAxij7BjNDY()p9IDsCM!TTf>!3bzIS%^OH`RErGrFar*SFL#zrz{%r-EN8 zav-k|H1!aD?aFT7)Ji0Ogb>}n2aUVEL_x4Q90(iU*1ehemv223OzBz;k!{NI-{!z#Wi)a+TUk|To9Qk zNr=L;hSc*~W`-KQxJ7adY~}zV2C%g^cv!o;nbnY!blff}JwnQN&NSx(rYkP`+e~jz z=*loGV7fSm4CVNyI;}eG$1%KJn&HmTIyRKFTOrB48k;Ha~%lF%_E8KuKh6 z;PUwGhHJ>=SJLwsVvMGw$c`WqNF_Ck9ZB&Jla?t-IOl5y9&3D>X@uCJLst%p4$b3J z);^17C9%kADGeAiok*0~9Q#syRdqexYjP17U}OQuU5nRZnA zm`nyTUjP9{NCKfwNl8iBl$LjUfTX@`V^aQ|S7eQ;X5m3Z{_^4L>!G26{*K4Js-o_UfpLm%PdVh*Y11Z`J*nO{D#BxFPC@h*t9~7dgH=ri-n6n7{9tQw}dip z&9uc{S36=?wnnRcDQGkG)clhr@^;@Ad!5C{W}AP${KPH(rZMH$v~BOhlKkc*F4?ZS zuE=NT;rH!kHC{6!oX#ruf6sgU{)y(P;jr3^n`5@7FB?~uF;?O*e!h9O@%4=b!Q6zg zxI4$rXfFM#)Y=eEcw+>^xe90RyDX9}2n1Fl-b4u}^j1kjfx`Z##}&%vSC=e4GH~@r z!1%DuH{Z>dw#~ITlOs3W&{Obw)v~?H59?d9&eid~o?NI?N>v{@{D4$CD=;YQ9f=;b zP~?E*rrTdD!sa`IQA$cq?o8KN?ki=@Pxb?`F7^y%mw_xRg{;*(v9tb8+`Rpz8&6)# z+GO_fz=1vT#wL|YIyg)E*7e$87(1_<6cRTcKbY`@7>T2=YE}%m6YlxeVbNa5Gik7j zIm?pQJ!pAEE7@wcdWVJci8nExPqU|mRnq-uUQ1iABKcW55b6e>@t-sX`Wo|`iRc|e zp@Il24`lx`FdmEai?Mn|2SKFt3!GS>Oi6!s@bD`y=Cd>Re)wz) z{b82ZcW9QTN6^os@8T^!`MACeoc7JrDDx~mF=R1gL<4SZsJ_^+Z*J?3^WVrV=ivG$ z2`H)tT*vJLE1{Bp7;nLNuS-tYH}2uvF?>FKu|j!$GQh|51Xs?Eb6V{N<|d2Uw70Bl znVC@Aa87NJBh72x;;vs2lPi|0w_9+p7c!e4Stg19x>MKm$2;ikxj!Zm=j)wcogVS{ z;XfUS9TQX_9&A$@lp@2;mN$~vmD1dASH?Lnd^&lo= z=jVpkGM*(N#S@)YL7CTa)v^xp8&)a{IU4@sYsOXuVU7206^(z1Y81O=D`+Ki<+@Ou zJpsU*98QV6u_+*7Cgr2G=`tM(TN=QnnU*0UrDO{Ww|zEssP9=Pa&fmpfC@(7UzSb| zSOB}uFhu0k6H$)cjHHUS?@YFQb-0lGF6ZSl+q}v(3;5--r@F7KbPh{?s;f6Iy2nm^ zIc&e6`*{4p__PGIZW*0(4>#=NK;3sGv2rI|or8|l+ZTMVXQbSul5+%Qtd^`f|G)e7$e57q9x;yUZr8_mborsI>*l|`cgBt2_MIa?magK&}d6cNMi zTMXdSwmR&CyF5T}23+Y^_V_GD-rV)Z;kHg+^C?H;n1XGROs@X1cTHUgqy~DgV!clm zUH?iP{r>gqc*oJ4r=R>XsC7a&aEwdVYG>cEI;~S*ad4Y+-kw1L1-SDT%d&X}^w<*h zbUtP5B1H(7G&C5MrUdvNuNfF5mRWy4bl&WCdA4Gly>8^EXUB^r*UNQo&Wzjh`5|8m zKVXuaI>RrZr+8zI0@wI85GIlrM2JIY7@JphrbE_UG)Qd!kcCL>GhC&D;aCpe(lMYH zYe9RUB=9#L6$P6)saSJ$S0R?{0z)4Tsx$=H? zT;|@~kjJg@)ROn>t|^?J6DV^y{L15{Pu<*#ucSPA$2#5BmA__m=j%)C{tXP#BA?%z zw%C7NHlS_ia5;O03LEy0h!a}Osbj_}jWxa_?8^W@`u^;xiMH*O@@ z0sK5s;8D|1g?Rf8;+`kYV5{sZI;8oocEi%A8U38nlhZuM6h#FI)h*@rpY+}>e7laT zV*hn?;?*LbvceVQvM7|v!r4*?#jxG??si59$T_5!T~b{F?LeT$Dz#lee|#m=po zONFs;>{;KJwSkq9zk*GN9)Hf0xY02XO6aeaQBbyDL4&$&%C1XxeA=HTl@b2i;8iYV z;`_J^ZabG2F=Aiq;C$ffV*DmqAT+UXCPMJeDM^{l;&3mFD4pqN!D+OR#{6u|F>R!hlXJ`58Fc zVzq^c=Bz>$(`>6bklBqn&J1&o+mDLs?l{}60dXZ!I*g>P@X3-LOFS1oTuCJkcf44D zSO>demG)CmSQT>i_!TD%p6S0&hxmg74i%RYK1&1Pv|998{}<9O4m@vbGNM*QuQHv7eQ$w`D?;SFn_|%;cU6k*!}VKW4Q) ztIqrlacUSY)nLGT!ogtPpTiWeR}zS%>y4s_D&&{N;5aG<-{#WUVwkyg>`gim3@r;GkmKVpzcjpGcm%yImV;kMZAIKa3FRVCF8^A@gr zu~0G0vAA|^*^D^*6(3x+$3&|^AeVV#6E=N*($5WeRh14qOO!Z&{KVc|g{okENM%wG zJZn){bd*9zM5D0B$BAW2yc_oIooPau^jpAAcRL4TzYC!&d{%i;YU7NY=VApu50AMY z8@XsVVSXT3(nM#$hOKHh;exb-m1#|lP7urs)Mqql)F3oW_a+~StBZfY-Gd~2-ksd1{-^uB(<0V#F%CsZ+IxB zt}bwOu+capeJ31YzAL>POB!9Oce8B4)pXT|FTbt9`JehZv((s!{V#mKOy|{!8uhQ5 znUO1*EMTpogD5>1A@^?~O9p=5J~C)?PUGYKtG}bcJ{FC| zwDwXcfxdm>8He@HYq_0Q`}&81MyoE*a|qAnhW}>}+^8x;W3}0JnfUc#aWj4Si_! zg!P~8$EByeH@+`hPN4H*nm?1nE<}`S8Vy$=pZkO3*loFc4)I<{FY_7=0v9+Ji44 zaa9_2MbSZv14(K1^A^`>C>%TNg+A8&fFyW^K;$q{8Q61Q#IK8HjO@P zd4F0@qGmo5j^c+GBwV?Wpai=Y<37)4%YzSkoz@ZJ$u2}G9(eXRLzP7M9PP5M(ayK| zb5O=})7Xa+Z*K_ioRHZ0VzJ{-D#K@8lRdYyE6?38Gt9{nezjdDLB-Ou9~M#w*9{jO zPb}CZ9UWEdB1LH@ZVcs&lDeJ7eNRXbirZIG2qW>jeU+t$^&j~}xr?X%{;Nvd)iHLb zgcu>wwD|-vh=VEz_!SnU72-T9iJv58gzTc2*qNsQv{iyo)s9({#}BNgm+o$n9M;*t zl#{~#hGe3BBm&kLy;`FHb#rGYd>l5NmazOi@Z4EAagHc}^aE?yJ61d6F!WvzYhI-S z?96Y5ZIm}><%!8(B*(|)%t^Nn1RpCJ=dNCr;eK9yQ<`G zRVMdq;U6*x6gc(9g0D;wz6j5IV1p(GtuuX81vY##iLJiuEeZHB-vUlte;B&|ce`ga zowpu->3*!YFbN+JkKI+E5@4@e+onreQUY*i?!lQfzPD=SGwOKm-6#PY_>UIA$jA|) znQFu4%}kFq81eHW*6uN^-?`wr(EfI z@y7-8;jPI1v#BWy9Zp=)!oQI^4t$o2HFoN|w_!Tu?t4A*opbl(jeAZWBUP%uf{qFt zy5d&?p=``oV7(|NbL7mTmPm53#oAzU0gtf_?}UQ_Fyi_#fXMNDdh^#Z54(H6a`tMl zf@iauTsIG{-t65gCF6J|Z*=B|f&aTX`06ueUHl*lYv^(&4S@X|7 z+T;}Hv`0J6`CtyxZYxaARJ?Ig1cn|L)$K zU3*q#W@0c_PXUG{Ub~ov@N(B2lndd+>1n8HU?L5%`WC1LHQjTkN3UFswB4P&@!hbvrrX)7%@F>VO|lq*gldqA78TtPxV?=0*bk?U=5 zZEWP%Rn=8ptE#+q@7DF2TlM^kx@{VnhvN)d#mcWeClq4deiudek10yZar@5S3ScM^ zqA>PD6owGWo&}hI6cd+heKVdU+U%=K=t}zhxCi|A3cy;3LHa50H6X_gCqthH6}SNHE?ChaJ>Z8-+qDE` zi6Qt|eNRbt{}5t;{0)CT+hbglq!Gi&!Y$`zGbVPNF54>MYbk$4sg4IDp~U{#S1!9g zQ+w7`Ds7E;RcqCm$kfhnnzz>l?Q0)Hiv z5CixkJ{~kM@N4tcpVL8-DhE0m7xRf! zZ`r<2#3gWDy%sxBk6(j{^GbdWI9d{-whkGTh%2oAX@C5cq2{b zP#5qzvrTiMcGb*%s``GOjHw01xOkB%a^iivp@N`~{{k>KhTiGq@LVuaWLa?ik@!L= zYh)WCR^DgcYQK)OpFS(@%xJb3Sw4@fBm=SH(hxYBG1LX0!b-Mn4o&FF09!8-G@CPk zr+I-4Y&r#gZRJC)E_%O@ELY?#5Z40sY(W|ONf{#8jp6w0`S3TBXtC#ZO|R`NlnYp| zZv2wQxDtW<-vHH;s$j^H50bM-32-$xZnyh^)3e@OJlXWw2HW@q`cVf`# z1nj2=r3&Sofa{6fD#nNjfgZFoX12`;L3HeHW6#Ym@rrX~d`f2Q(o0CEB>R`a*kOw| z{Rfd!YE&CHA!fH^_3O^TC56%fQ4R556)&=nu19kuR)wFH;mI>${TWP-MjKQXv-iHS7q_0nH7b(%ePtb&Fue~j|N7)x;O5Ts{$X`@sizCD zqg`R$3b)SD%>7b|tAFn==$Lg!fC?5M2uW=Rju8>SxKBJ#--R-TV2po~$Ry8jW6$Xo zfeeyDK3ETJ-w%;fDOlL22(Ri(3@)GA;TL8S2;DTU8#^8z8v(USEXgB)u zXrUQ~=wQw6k8NPTmn43t5ZsO=X4KNX3$@bWZq>;%&q%1hqo=^=E;sU+hXY zU4gX3g-wbPgI02B!i_N?W}x=r)s$y*a!!IOwr)_n>@#*+Lry?wo=|>g?|Brq{m=uR zwIi@3YfB8S&|;Qi&7nrXpTvQ9IbRg9K!C%=jCO$8pCt$!xSd`eCXRG)&D;{XTSZdu zGvod9@M7uvN@1!PnZkd11kCa3?@2Ydqj%#OZ!Dt0HBNN*QY7@{?*^X~N^#nEHg#OL z9r-KtW3_D1%g`JDMr9InFrrNycwHFZlWfkDp9AEdwlp;P?h3Vf_fKNtef0Fg&exT= z%n~f0R!#xw`3=URkQYFK${7sA+3w-{rHD~^tl3uyh@}XS&bTN64FPdaz1}Z?AB!}bg+GdXOEoVEwlsy{-}o;IO>?{0Yl#Yz>+lqSnwx= zQnfn$7qwj_6fr^Mbs=*E0D8+9gfEStg8)@)*(9IZGZleIGlP;*KxSzvP2~PwtP;zs zZ`65TKNH}`iE}18^I>wf+q{0=V``Nf5A|Q0k&@?gM-@ezKO3R{rL3q=QW(*r$)%QZ zZVi$kTptAjtQve~u}}PK(hhyJ&sL#6~rdLWXTuC1pUgS7H;u~s# zYcUy>rB=ZR@q81;kHNrXHo$gYv~1K%bjVCV3(z(~{=)fgaE%P-N#8I8`98o!-FM%#+H<;P1D_&82nI13{&1JZ5;caRLWIluD33QgjC>PKGnnd#!m$IQZ4k8+9SDth(#d7;a|THH zkqt8M*X7J@#9rL_wc^mNYYeXSniUwA?7mys0r(f`uv@M&;^qnC*;l$0>!Rf`UDm9d zT%@J3dU0tV0vF7m9!TK)TV+tk7=bb1Ta$95gmXUgRp9xN>yr?Ni=0Yfh!WE!;4Yjg zWJq~WPgw)aH5yUodPRhd-3mU@P||bFN1-D7DTPn2X?L#%v2?kkKc0E%tv2hB1_(q08pCGgNUqW*7Mt^wN@pl-;8Av+J?hh79ki)c-MbDL60vPbYlZ_|De>1 zjgRf_%N9d5BC6Zvo7awpqRvO zC5MxUNRTl)j$YT5E?p6RJwILD!~wk2mfeO|x}u;re)7VBRaIJ95X`}d!^cr&vF|c_ z1_XTa=*Qre=~T~njpPC z({^dr4^bV|@s_Q#1No~R#_g$vQ}DPJP<3CRhkwH)fVdxozJ&d4y61AsW>PFuaELO& zX7$tI0)OJ^R@*!K_t4WLQAud~CA5swZTKCWEtx_2{Sa|yHU^*Go<=Uo1VLC4aitPx z-#AJGN9Pd#@9{D$lt3Rx)WN{bQ`c+33ijLTTIC*5-?Z0&ylO&Xi z01<~%q~*Z925f3YfWH7GUy~asY_dEz<`I0E23p>_2-9VE3z7ZGB5TQYN|@wP^Qy3E zj+3&?Yj3SXf5p9XyTvC8;#N$^Jgx{2C@y}t7y;F~Lf230jgPd5xogtqSV}9!TTl=q zP#%|u&gkASf07MDfo(XU`Xt(x(M zzKD`lyPWujU}W+xcmn^ZBrHNGa~Mgr?4&3-B5b)%c0`%LE(Np#nddPz8qP(h&IQ^#%4&~71>SS%RyjcOJw<&5G9d~`a!rgF`czx296=O?GxO87Y1jb zl>Xw3JT{j_ToFuI^!wMX-Fq4jw-$pU6kU5S(rNBi&}^bg970`gzfA!j=>`heDM&%* zx@%y304L60q=aj^a;?7&P3mJq>q-T8Zgcab?cK_@K}KC{xv?>%i1bUkEiq_foXSiv zIy--?^hZ6z$LhFmWLy8;x;dDhHLPn?|9nQ)GU#;Ec=zyhCpG#n1W&N*h^xA&4};Eo zDj}PNLz^j#VIxr>2}TQqaPf6ZqIae~>|Vz|P4}0Eg-YO)aDRdAtqkWY+F;%`47wLk ztQDu(&|!@>yjm07UtnAK{IS;urRF;aq-;M<@nQW*8c`8ARt$>a znZPfDa_YwYqF@$_T-oC$RWNXL2CT>Wu)+QW(j2&eE&M+1URjVr8N4AdqJxDXCi?y@ zX$I&@5WfN#>=6dxUB?6ud0?H2L<$CM8^ZnrX)&4w*J7N$U;07+Js1|_cEm3IpwQOSfT=s<)`^>Xm#M>vAmq3u?|FvNK?b3lP$fgZFB9Ksq3Sbl;4wU#$`8Wx(Y9)^B1$hCe?>haG|0NDh&V=oPVq zG4NN-WG~$Y)wPrqurU+tMR}q%69`WkIbi9d9Ou34PzkWTCDGqtFnkbBu^r96sg6Gv z%~|u~%lc@ahuGnJ>hWFvUlu>0LX$f-SwJSmi=JF&c0>2WwRH+}Jjjzs8}a$%b$$^z zi&#aGA~b>UCM`*rkJ0X9;c|2oB|UC3c#{uiv1zQq$tPs6ju+eW2vQ<3g0kwvp07dF zoKo1-f}$3Js=iPpLn2xN7U$rw5b;Em|6oKFMnM#DiM=RD*JH}aCBXQ8S6|OML1p8* z(bdGecE8as@KODKU}y39l6EAR$BG%h&z+GaamDA5Qr3eM7}2GdoFbmXR{w-c?2P zTp!z7{CO(j?ioj@hVh;P<^qC9Oc>1V`6O{~%M|oBz~{FPLAnr$pR>kSEB3yT5gefS zY$xVX!XIc9c|hzIYhiTaZx^7s+Xq8>7y_iTh~UskkdEAG;R1#cxdq#Wfn&1IaE0>E z4w=Abyn>5+50PJqJklkzi`y$cBMm%xzizZ(8m91aH$Sy5)JP%xz6q@N-E-6W>lS%= zt@y!xB<}wF=y81Aar>GbFTy{N&|NSMMcmaXT=4jP14m3-<-uk$0DaD?k`ca|dDx&NplsmJ6urU<$5jTsS z&;u6my}c+rq=xP&7(2(vS-$0Ge;!_&`?G8A3ArzLwb{9pB#7{&vTM{!t0y$DaGl3x zdlx<7+d7(YFw)uk-?qF@%Ljpt#Ar|^aW@f^C!>u>qXyMcbIt_yTu;8o6mj~9oMWs& zb4(7^ej9}WYK;bj>jGVgAngjFA0d!nPe_k#eZipY!&7#6vmitIP<=L!UqXO8HfPW1 zZkPrfG%M*iyJkQ2iBs=qd{_iGVEemp`Ju5sLSUN4t6!;}fpd z=k@5v5q)!h=jg?ND=us_lC0UUVB*nSN3fqx@0!-PoO$wa@BO6bKQgUvJPj}4iS56I z5-Y)B*mdZPG%C*Vyz>y$`Bc#yabi9u8JkgLi(Y>hkUM*{)a#Wo{`2i*NU>#9tr3o| z0E@tVmL3x$&TOCNGlK9g#sk@l7rsE{0hyqJ<02+1dC(zz2Ia68I2I!)A*XKo5;yT& z1^cY^Hb^y(4z-9re^_i-?72AI?uyTk&ZRwx!?!EHR?vptb{$0K3t72yBXaIc0;A4< zBWb;pU&q_pqHXm#&A+G08Y;i2AooI>pz6`gDKJJc0cGC)N#4-N zZS>mDU_*Nu?enMl9PT*Z7r08u6HjfM4&2=)Qm-P=t7Y`XRK#j%*J41X9QPa!wM#?@ zk#fhDe3g|Z^|N?e_ceSl(Fs=+IZ)h+r_Wsbhr%I%|k{!<8!Tp7YMnEdSs`ntWLX_}2yobbZ zA%D4w(rK`NOb0@j-xf!_QHC*8K>~8+&;%{y0;YL*`;J2|44n4tH(O7G_;{Mc3-@d5 z#YN)sqkA5}SPmFaX4U_x+u6SK;P(5*k$&i#I7v!Y4{hj3yZtd0sPkt&ZcBM}%i|a4 za$i`KhT-vegq6^jFw+yP!$Z`qiKo~cB5mW$`3PYu#d17P$_Qln1H|JEga*o%6xPGe z%Va0wvnqpo2DpWxh?m@eW>hP~i1nHn3x~##)6Z%+q@g*kM(?dKS&?G#ZNTT>+zNT9 zri;D}f@%WPKM0y$Gj?c%&JYVo{#3tW=bOU=Jgs{Yd)lsB5L6az-N7}+d+msuXto<4 zFHLS<*84aw|1&3^uIFj;2Lq3>d-Poi*U^h*3f~2=Arx!Mu|!&Rn-~5Tp!Rrzcf&09 zFlG`*16DbHO@}No4yEJ+40dfR;wYUz(YG|yQNlA?KtTHpb~eCg5L7MIg=r{iiL;qn zOt`g=_yzklIMD?*sN2+8O zHvBtxXzzxHoS_j&%>6(c3eELTsyS2Ao%Oh5({l%%H6vdTr>mb!9g|*<>MGR_Y*MlB zKqsf<@9)IX8zWMGn1z!Id^v<1>c&g{@0FlQ2K>p4u~_jnP*(^QvOoo|AF>hpLMg5S~2 z$I0}-#_$kwBe96DDaCqx$sc_{@mi4o$~<8cmDs*g6kd(pwp0=)ZNdlMwhCjTuO$!A%CB{T;^8YxR631bc*Cbr4D`gsZs}tnw-)Cr zTyGm9Q5RWbd46Gpivql^Aqy(JCV2RIc&B}}WLer<9`;Rt!B{y7 zYzoX(sqk&$-P+gtY-U`(lX7YK!L^p<3K@{=pMUb^h17W-BcI>2*b2*ol$%uZy8%!{ zTKLca50#N((R-&M5{6{>{h&NQk;J{$gIM8f_F0+-G60`Hx-BNlJ(xbfJ+WPqpks}Z z+4h7z36y|!p*HBwEk*uahxt`=>j!V5KiUx#u$eyb3o!M3g_dHfAbVodiCEds)s&q< zp<;rcak>21Eg`FK^fW>E-8BniiZq1~_3cbozQLX)_m|vXE-63~B$kr;UedrdVOUE6 z2~gbt(nIO!izI%5Qm6jn**+~4A{puY+S=aa>BJ`>h|fKI5A+f#U>liRZU$dlbqMgG zY_!6-7+9bP#uR7*?D74ge|b(s9>u2ST}1Pa_5rM!?xO_kfqNymz@!NSm$$0+y5Nc_ z(G|l>@FmDa;&;lI7)2<4{Sa$*@srS@C+Oz&r^#%nnrd(_b=42!1)y@!73GJt8on&bFD7Ww zny?vOeb6ELNT5Q4)kHF`q6IA&;hNch`RYo2{z84z&s+ZNoU8$_E-|veE)IC3o(&Z$ z`)LxP2sk=x&cxAYx=J=V?AAr&gQG@5#Yd_rPadk%*w{0SEO5dLk=?pc8!z1^e~5-R z2c#gq!uX}{se}*)Fsl{s7Fa0(2`=0Q8wuETgYHP2!*)Ez9LbQ|OM(L=ZeK~QT?tma z>eKd^{9rga^hKS2bI`j7-bbBoJu64N;F6a3-}%ws6MC!pXY4b~UFMJw85G6@IHAZ} zEd7*ZjtiqRuZ4d@!w)Q}Z~+A(?suo{Cvd+xsFb&F9>Ndg;Zc)mY!gJEZ=dqW;T%_ijG- z7T@p-1-U+0Qm+eI7~g>mS4m6_K-YXS6XtGJHL$`Au1o`;u=!Xv+@b-lC6mpy!3?1N zJCmz|UUq9R-QXEH_8gk9lx0lKu>*=@K5vqXW1J6TkP_~#EQ{VLbytZviyZUFdVWt& zhW*~8hh%aTCO78Sj7BbSV;H}`_SAKal#&p_=R$>(I^fk3S_B19ISQ#kqK_#lQ+)&i z?NE3O(Rg+mJYL{{1*{*4kVb&5Oy;BSr{eG9=inv(-2>obuxE*m>LRu%@8ga&@3kxB zWPe00z5Ch<@6nGhu-*o%gjdt#Xgtw4+9R4jQAy;0R$ z0qR4kQZ6n62aI@5dU;7f0BrZhowo7D{AcFZ8rJ;5c}sDK7q=nh!_5OYP~nU;c0Vuc zN(6c@m0vH-tEds-!fyZ6`V)7$k}nQ5#n?Top9%pqK|KlRdb1U;(qdWMsXZJM0cG&DeX9>$Q$_)6LNZ&ErV^LLV}6% z(ppUkV2(Y*q4!>*|KI=qfZT>&vsqkg3m?up8-z&j%Orw!Kt{?{{ix=>b3iB)v0B=^SfJKlWK zj#;iqAaa`PU&}AcXQ)N(@IEZE%N&J}2Vz{^nj~M;XYcf&C_QJRYW244`@?;ECq7Nq zEHB8>s6I0p+!g2m;c=83j{Y0;FZ8R`PgOiKGPLYScwaLV-dh%|yia#uiqyHA)e9DapPxL5-sk^oRBJs4XdYm9 l6p=LHmVWnp|G}Vg^Ppd_l;@??j&c92c{><$Giz8G{ttYQqC@}y literal 0 HcmV?d00001 diff --git a/Resources/Audio/Effects/church_bell4.ogg b/Resources/Audio/Effects/church_bell4.ogg new file mode 100644 index 0000000000000000000000000000000000000000..c6f6aab9ddbdc0611f274c971ffd60da8acf40cb GIT binary patch literal 16712 zcmajG2|Se1+c11)!`S!ijeTroElLcME!kzszOUJr3S%oITS&4@cCsae!pJULb_t`! z5=D^|@!jhGJn!?p-}igp`*+Xzo%>w(xz4qp>zs3so{NhSfP?>BWmo@Inyk$eU_7v( z>wflb{>M$QianECjRegFJ{rRK+*VT{she!;9o4NV8p3?Jk z!FamaoBl$)PLns5+3>iqkK?_~ z1{HU>{Q7uHbNnbp%Lq}F(tVid%hGE__ph8=D=SPo_ZeG1s!AnMKc;zPCeTP_)_ThP`YG4Y8v(uV z;s#7|Z)DVsjCD<*E70m{kkfQf;B-)!c~-1tQpJn*b<}@f zfpm&IrUnq)vP=Fyx3hVs)BpX(x%P6JRHsTAJ(GIF8)^wWqd?lRXzr_v9ILN_ORPQ@41a- zlb6q$L4D0fvzN=7nW0*I`Xk|nX5)YO{$m#9);Yr+3QJIr__vQdn$cEJ?U!TD*CF(A z+y8DpI7n}HGi*J%QJAnKGJ9s;65jhf0m-!Y2~vF`MLhSCE@_uX>l?BQ7Y9WBDS`NMP=vkx%JvkdNpb($cn|~AS=Gtu$<>#t)S^q z+%RP!R-A6AEmHi?qadYX98*-t*#A1o?JU0mky6Mj{-@%$1V$LR-~5kz!ay7`y{6XN{^H{5yz{TmX#p!!CCvN}mhV|c`10bh~`RkME_K8xxInh^C z(f<_uU!LR3+?&ePpDLhJC!jkfKJ;ByZ(H^ale&Sdt`UpX8cn-o|M7U?4J6P2^%MV70RRwFsCE9v5d%YsNkh3wLkSb(3;$=2fuNJJ zy5q8tU^4(<2Y??^atwWfUy7>t1v3h%WdYP<1+vFoY%!(uGSmt*d;uvc!WWv-6gsK5 zNrqUKiD(7Ye@sh6 zB9l!;X_X0m{xyLI-5>HZV{tHd==CQkV8MJ$D=7MFdQ=g_SA-yBC+X)!y?Nm zh67TcxD2%wN^^{c6)3o42BgSxqv=J8xr~NIdbwf-RX*iJkE&n+zz|{3PZcZcs1E3b z0m(;T`UtbrG?VUhhU}26oPn{)YbKLPW0N^nU6V#ZT_#=K9b*$FbrTko z@l0Kl2CorWr&(i@c~+CjMyEN}@T-}Di!!?A(Bl*Y4V=ylvzhX;%K8r~UFN^2&X`O$ z${7Th7??Pj8=II1Ihp@7xjGf513`^+XIV^48ck+@c$s8|Ed`iZU3HrMX=2VAZaE#h zv>Ud>c8qy?G7y5=O*z>;4_w5$WxKf-lvQM7D=Nw>8oes2t1JsvD+($G>Rc+SD+lUo zo>Y6TL(uB7iaPO%3h^g(mHQRq>y2d&g*=8)&2m4U~Ere>dY!je zXXU!8fk~KEhSTC%EAtcHi)WK8r|%V1d~Oka-3ARL^{(eS*9%E5tGP1}Ah)iHD$Jqp zCwjzVuE%%(+=t!3!WwFHZ!%;Xuw&a`8o)i~6@%mDVStQxh1rN+v>OvZZ}=HgWGqF- z>wiVNn=4&k+nqOkLbL~CoTSy4bDvS$RV01PkoftfMVqItUqZ;h2hMc@d+LR(S)2 zsn|BG{bcZr@U`>Nx?MW1G*L4z;9wMbM*AG3#0r5PqdJuE$&OETRdK(^uC zhUK^Zo^rbr7L~_i=s+`se{%B=Qz+`-5deorI}wgU$g$h1#2F52xzYO#Du|+02Ni_N z{VuDDh?oqjPzW{*D~O16Pbp9c7PIPzN_3lgh=@R3NI-eVU$-UGjqiq0(wL*cMaYYL zFi_kfV=rcl9%U^e>LsQrlBY-NpnMON%nZT-FvYkAx&z6$qI^ardBwdsY1mj-o1dN?Jz{ zG6m+uGkt>E)v?nK;R+WMUA_JPM z1{I)!UKIjB`QGDbs3=Y!I|dkPuVJ7zk>Y@3K)N9%0HQunMpSFy=pU6zfMO;bgdWFC zZ3Xhj>6b)$FzIQA&~Ok-<$lzV?7B^l0qGVS7|1j{<$~xTv+A)>)2`|^^Qh)6p0cl$ zn}&?IVL97F8v=L?H3RStMGk5aoa$$U+0df0j(?fJV<0gmO5J9*Pmo&4QKJy)&Vq8B z61L;i1Da%y^N&Ob06q3V0EHE<<08jD>3=0A|Eq@n|6!sW%Ci_uq1n2Jjg#VER(^@` z@1uj~f0Fd9e~`~RtC=}`rl-2W^9uAPz`9FcRHYRHRlP>CP&NKXqTdYxGi z#bn$uw?$TqVj%TAR?}9%3PM&QA_AEYvZAIgo`1M7oEB zNW+wUVgn?9C_+rx-<6xPpaLXsAAr}a^}U@@^z79e(qCQkLdmx3UuhpN3=AP%5RR>d z_o6mrRmV2M8w07~Ut3Jdf49+}Tlr^NkU_2ddoNvI^{;7BJcimtxFI9M{;df@HT1s( z?yoV%FhZ$ZI)wROTRI~&#^3ZV-SF5VA<-NI{+jCF8k+Z5Tz_BY{nz(67lcd{aU6yD zR|N_O_&jBoULo{d`?LX`8UWuJ_jQq}K1_E`Or}muiXXlGDF(v?1&yapn(W89G))TlAP%7&mpXhn&k0Fv~)GLbkKGg}`tPz+K85Ne5| zQrD2kkBrik)Ret3{$p+kKp)dbof>CG&B#;{Szvz-m|e5&Bga$UyH|ggYE_zuvU(SY ziNPRwu!mK$$ zQ!I_BUGB;Hz5R@wt>J0SA)T*w1>OFxEeafP-@P)DS9i+0-ZN{?q1qo5q3%zASo1Ny z*i#o+ex@~4V_W&jqO1QMnhev)k;HG_mr?_6ti022egUwyl5saeZj>Db4IBK)vxE5% zU_y5!(0H8`jKLjR9?5v5PAIkG&4%#9xRu$Vq2=L>ntAFk&)+WBDLZeTadw|>k-FRa zk&@dv_}60bx%XwR`DvLUu`{@W`s_cS&X9MQ#9sZLa^Yk&!=*n`HYz&AhWzV{YEPzH z_`b;%ik60G1w46r_Ur>~E+$&hnp<((-kj}BML z9ez6Bi#h>{5!P(n_1F9V@KKyy5#Kh`-H{U76A+S-RH&p3vi-z}#CylalqyQoi(r_7 z@>;cG+Z*xQ&ey!#=7Q)tzi+2WDWvHIr%Qy;D)ZMf-%sFsLGTJu#BLB&W2>UeoYU!8 z@*fq9tG*df)Xx{2d#6_-zeq>5C+(im*BTh&vXUS+U@)-|S1*zN6JBV2J8{QPo0{z5 zwT-LENq3?Ke+(gTQElJRPu>z+-}QxCxaXqY{!q21ca9(Tk!r^_MV9qWEcrwac!EX+ zgvPxF*`E!}lDU=39}0r`qZ~PA9cQDoK;GGT*S#why+m+pm2XZe{JPG^MY20omCV}P zzzC2}oxtD-mcIG}wHtsS6WAgqZ+o?6v_3RJV$b@)n&!kO=ESf}Qt9K)e9`p|Z=nSX zw4@NxiwuY(h`(JaufZj|&vHKyqzXxW(ex&YjE>=R0Pp%KQSNz$+1#&pD@{DqBUR-O z*zZf0w@pwWeNNw_Wa|jlnas#hFr?#1F}rKtar=gd;?{CWVBO~Zhlw!*@M~ebMW@XZ ze*`_?u5^?;Tz)}j1MDOzubzw+6rudmKHZ_}w-ov~mA*m%w8;-uj7Uusz9AFal9KNT zYomyizyaDs3S!|K7o08mAzTTk_F@S!N&k@A0C0b~`J#z$s9Vl|R(tG7^(*!};YQ7G&X^%Gotw*9nL8I4ot!Uo0?>?PFizU zOgpzlZzBxYdbMy7zHe21rP?MBy9^+e3Y z1;C;3JZ6t#J4*UK>Su4u_)fC&9T<1Y8d`o-kx0Hl1JL*tI1hFPOWFb{J$-d3kjuix z9W^ie{OF5n$)!ueLMrCtd6{?8GH=DmTwd3|QCH&kyu8z#V0b{evpAq{w-gy*3R}I$ z$Czb(|4Jy0;F#r&h}LTWljE^1swH5sX$j+}wJO^?Ye#V*{dQ5v8@ZLu?+Rp0ciu~| zOuzu_1Xf1WPKYsUobb5x>B{1Z&}vGykCigKUeQhGw*wNW*_b%0HV)1pQh&~R5q*j3 zVyz9R=f1=W&e#B1!JPu;HNMBb4(kst;7t+{JZ#+F?GDR*gfHk@TM4btu@ZIXJk5M$ zK@xcxsD&Rg@=(-MX=;XwFsZTv?fZ9Lk~K!i^JLMW6n;JYen2G~2xx;HF4gEVRf$V?+30? zpY)Jbe<%&*RgtXg;{xtQe%Vu|=XfffP}X3voCx1t2$mBHZ%kOFOl7%ixZBV0x~cq*c3Zz20;s6ZnF61 z)iS4RaW1cBiw4h}oEB9dEGOJ5Z_TElW$eE~2hU>L3oiCe3F+O5YCjO!dNpp50Z{Tu zb6Z;z&uyER>>i~DAD(vx=H|ZV(l4|-MJ~H}U#u9=eem{=u7u7i>a~qM%y+~c)fPfC zQ6u3oMEr%=4F71}zYq#d;31>keDQ zeM)L&1ynKRU9!m0H_T6KgFVc4D_fnXxL09@#I^II(Bi#d>HX6?? zqsWT?N$IC_vBlAsvbiEekK=Jl*|1-9#41=ZUtnx1C}V%3&yzR!J%JEBR(t(P>B+)n z7x3{<^YFqNjkb(NwK+NdXzX_BX?p$e=N@m;eqSDNZP~dblXmfX?3-Vu-erDh;w_LD zLKC(4qRN?=&ycV$)qeK(dJY)?w9FR*eSq_;aD<_4r;3Lfv|)bhW#}OP<%8IJ1^)IV zIY70e`eRf^>qCaPgbZrt`6t%H%-Js8nX@l?kEm@8uCM+Qf5cNJz~LC?#EBuKv}U;Q zVbph4(50U*%jbqvVnly>(9`zphjC<{dH4C}$@)OH8isdYb%YQ%%(W)5Rvhz3?&-p8 zDRA)qLdT5GNvrMt5qVeL!SoUL9F5a7#-DNHKMvDbuUV`E7U9~f_3LM}eCvssE>Gf2kh8xa&ACf_Yba(%X70#u;R>aKH@i+zIlgJo*oDA|NM zti^sv;+AW0p`@>jg5^!7hNPa9maf{~KfPiCqcs#?OEFn)Ht%v|!8M}Don^Z-J?-7y z*|-%g#PVd1;{6tl9%|!P=InGf_V9%}Lv!t_%-C(^+LJd=Uw#XDkw)pm$I%GNn?5(0 z@TcAkJyu&kwx|=q+vm<4PA*JI7e`jwpbZfY$o-u;t+}`C{5Lv8>l-A-B_F1S2EPd= zojsG@mn_j#cSW=LTr8S@AIv;&@oh455dO*PX1?L%+CjuUZ zJMDT`X*j7lu@AP&3A47v?lJ*)XYJ$iRRY9PRZ__P=p`lixT4g0p+N#VI95* zOgyKRr-TFc+>Df*5U$VrzewXIn63LStzR&J6vmpL`FD)z%=VU5F60^ePF9%OxH%O~ zr95)ODKF4af62)xOodK`UX2*I9Ski#2V?tOj5+mO;K0w34z$HJjONQ&E~$PafB%Q= ztMI!}EdbeWLoQU%ihY~2P&VO!NU%8XZ+A5HlEd6kSXicY7{Z zb2{5_Kg>=qwa5clXVHvC?90!Kz1y2Z?0-9u{=NS|=Qt*zNd;1~j}iMY{5&VP7LPk2 z0OsDPvD+fS=e1qqU*SrP}~EJca!DLo+$W_ zIRqT2dsvyeKF%oub(@9;bNdO!Ofu5J8Sgq<12afwY99iP;qUNoHs#rTWpM})Hz*3e zUwen_f10$Z)^qS&TPZZ!*M9^TM%3Y zw)`qgeSFXoTzW<>Ve}{y&Wf|;d%of#RWEvw4{vaJ9j6>l@69Yf0rz+VfCI?lc#6TW zwjh6BrhwL?{pTro@0ZD|EL=T%4tKE~EAyKIN$4Mbx+wN3wV(24LRx&w{E71nsx-k* z710BaOa{682HDu(wZSkp&#$hW#b+;1g#J!}l^F!H3*kGPWitd!-j{Df!nF=*h(F?) zoiE02)6FE$osRvp<3WJo$*G9leD}E<$&BHIlb{+7wvn!y(7snux^Bz!i}h6N0qTzX zRK&q3E!z)I?MAp-fa3>SQZCK5&x`U!3di&Hy1R}d^Uk#!fhz~ic!mIuwL^5)Mco9hD?(8RyYY)U;jYzSVBsj z2oD6{ce`lue~#OU6%Yl`b-bH!Ow9S18Csfkx` zk3OK4%o>PCf3ixfrQYP-L|@yY0yxOXQDSb=zW@r{BnQ^;Q50s>E6Wzz3#!$<&CA!J z5(qbgA)Oin2g#bf@HSU~+Fi1yu7pN-(B$?uHmx_Fg+8(_F1olGdV%^}A%*vU&NILMhR$<@9iDZ7IiI)+8tSol? z+ZEf>r`*)f@B`vGvO0AhzoZ@zu4%G$)LiPMB<=R@MJoU9hu^}r`FgQrfaIDM#x_1{ zN3%f=ZjdAKjJ3cF=tJa&wA|E(8$Mg^<0L)t!y&ZY2e@udJfaO0pnEwhKcFA${K}ef zYF(f<3zR+UN=Or>$L*5!a)X5tDuA3QcjZq=j7rz<{F3khi-m(FUNKxpCxTL9lxCs1`gs}n!w8f#8~Tq*&%U_9ZV}2M{}ggK+J#?Gw%U6@sb_ay2?xX1 z03R5@0)iAJQB?ZcFn3QmW(M#)Pm3j%aEpT=q#cZ5q&vJU>vQ(j;-`wdti+5iYLOVj zM-;cv?AOoHGM|JGn&oo}f;%8j^HcZHzLw6dBIm^Y`2Khs09e3`0a7fUtf#gUaT7uO zN+idN5FYmOP>@6PkvOp2%y!&}B9zY$)(5S^bpnx3F5xf3^!H9D2$K5A4sU~GG`R5t zNy&NznKOi>#Q)A>O);!b7!5e@bI}kGa%5TYQ%Hx?PY20|7+8ms&$yjQGLhgkYrE=Z zi*WV;^&e>6t+3^x_|rGUuwm8AsMwok99!CeN8Y6GXn(2fs(}1WrUOV+KoO5TMVU*d z4=2%pT}CBb!D}}txTZAtkZ8<~#NnoJfi2sp1vPhdj9V^>#|!sRnX(Y%8o!sMg=WKA z4Fn624JbhpdrY-;c)3iuE!-mf1IF+o{pike)JWXL+p^sET z@KTLErO>oF5}JfGw`edF6&oQQ#A%+r?bX@1wkUqj1ms}_za1Sq_TG9saBH&xvxkBR zmCqL4m+W&6GGm#M0xyvyG>M88*=G(x21^N>^YB~NFzPXQhW5$0cAG-WgzWn#Z+V?2 zCPx#<1Z2w3O8^H}{P`qJnAU}2+(`{MBhX)1MY7UsY?so_j{xS&>_h z)7?`0*rT>)Y}(Scy=9?49_oJZgB{QHLuSej_vqP2AaoFwoXYS0JQwg_KkXg;eAI6} zN}KfSn9My}1|ou+5W^iryaF2~SHjsMY~in6KH&P*enESQmQ zi%2o(s40c*nlOhuzTyY(F@NB!AO>vY3hLvLs9O>27I-XZ^uPc-huoi&Y_v0_{_d!6 zj<&TgRn;FMt>4oDbTkT%ybIUZLr94pMj5rWkNgpB$ zr$B8*w11J!cij%Rum4U333H2(N>q382r`2OApsrG1DJeybs{s6oT18KBAK%Iz*15! zJ_x$2&8lhP0^?+bg%_*I*s;?`)RUW~fi4YZWG$w)o1Yg|gv5H@(Zj(WeEs6l%T3&J z`KXrnKrbtsBMmVvan_cxM90e``%?u-c+XhwII1Bq@xj8_?(Hu5i9Prt>~+GevP1db z^js=^N;IrU1fidqwD36YrOcNRR>i>&a3u=$cSp^4i>-w|U}e7@(_QPJ*`b8Nq3>|d zAm|{%D+S`5pbrYzenujm1HIx}wjwf?k=n^$#v-wG@gT$njjzANE0W0V-6}@_pRZ|C zC6x8?I=DY3!P0eTVW7p?#```FftSa`i6-grXDwO?97wz5hS0L_>Q;552R){z&R*T6 z<4pdIX?}Q+a7T8Ex`jZcqK#Euqh>#SP;%|F^O1Oqgu%Y_KpRusN_&*`P3|Eg1vRMJ1oD*1&#eGu5p>0ikAP#T^Z+Lmbkjwxxc3{as zNKRF#g#Y1%Y2X<%PqKI0*a_+nUyn`@B|c)g1V+eBN3h@t%=TUA!%>`XWK6>ZqE?I% zSh-zxq|HX|1?f*lYPnsT*y+&h!4fwVX$ZOsjKbsYww>_I1@||5ag+JKeXyB}*M4`M z>mR$uqPVu%D)#J)LCTcU1>gH;{S(-?e$s-r6@iSSu+PjjZ_=%T)I)xL__DoJfVq%gCdia5+t8OaT2w91k0!+DEJ{9JoW)Yl0jn|$g_S6 zHsLr8_tzLGcHudvDuFL@r-!c zO3s8K|EQr!@D%-zOa{rZ0{DXwgl9j%JC!K=>n~Lh&*kKR-zRDGJA3 zi^4uUb#~5Y;_Fc`uL+9Iy zS+#y6?Rpz?&J}fTtV(<>*R><*_cs;<1n#R)qC^HmY+*O9X_1m!DAPFOdYB{-9NCRx zf5;$R{5slC>wW3jFB_!{@HSTwoXdYAGJz-ydy3)qI za1Xjn9kv3xw7$MKeW^zC@s27ihyx8*+nTcpv`s^N_RRQEke*cYMcSC67;JiiqKXfE zr~p69+}{N!oAeX5?vl;ux!yK~j%Uudk9d7Nca!hAYJSzAm0tZ;6b+FiLwAmicv5;< z`1I{R(xb)&U84KX7*#eNmYV0!WOn5)I?Mp2GUV3LyJwbv-s%b78*)`TJf04@PM$yUq;2fhiZT9qR9746zqofgyY419oQ@$K<$O0inLUxFhFODFe8)4Tt)N8R%BTu?1c?dvp+8TM zkrtTUS$!Ujyy}FP!jIh;trq@n1`l~FtN(n1dB&|2nMvV74%cTO^(%t~`p4el`a@lj zh(=0Uik|Z(#spV)@f$B92XxP!AFxWM#(3A|3VNL3p&lqT&19IL9|a^>rf?7P1m z%J?vz=!yKG@9&n$`|nf=7HkKba(q(W*J7-O28r*~tV*2;P;~v6s`SCyAYvF4K z2+c@R`i|2(fH-JkfaXr%U1EmC&*|$i0%6#Uo&*dZ6J;SyrmqSES3;O^yUX+QcYIsV zv#Jt*CVx=m8(Y+wk3YfGCThF+W-adX6m|3#O&**4Btp0|I0Ifi{S7*fe*e9DB4>U+ z4Fvk%G#GJZ>Ee=3A2Z`KRrB)RU8CO~A2_G-?#qvz<$+}%icy^}w_?eKeBMVfg2UdT zt%xf(?}Kw1`Z>vnQ_W z&wa;NVpI0?E;6%Tsjtk0*CN3}kOW zQ1j{S!r%N>o>KAtN-cbsv=if;Q3Co;`Y#x#$ZO?=M!PRqO`+e#-0-5Wy#w#G zme>EawRsoSL__SUreBSHr3c3$fu>6roUM8N3@le^<_Q)iKj4Mg4X;wbW)S?ctdApAmG~0&S+h3He_p6lcA{IrRz~E@(;b`|cOlMigyBpLlbl zPVuThleHO)m6S&Ni%%K_^c7e_@DH}rAA>37yZHNnb;J!D%UlQ4bqQ!a2CpsXJ2#P8fq45_^GWi-JljduM-sXfIK$BPFj?;h{SYw=wc zbIL9%)ayYWVH7tb?>up{ApQF2ix{m+|291TdZ?r_sy0>jbBpSxaE!15_44|Xe&;+! zl0vCefOMpE=jy?fw^O>XcJ$A`n^B-Q%On)fNQ_qYLBoZNRXMwXPpE2y9NFGWW*-(j z*25uq`w=C{e;l|3fjVwL@e3Dx38q;9t9VYo5G_I58zEJSwy#e&h9tvg)+{ z@4-$1Nnt@jG7nDOOxxbd+F&o#kVUTDzVm=J#!adG24}FV-CEXx%dK*-x@&aC_6+#X zcMec$b9^1|OhC&4@bEGvD|^qI_Sb{`-923|Yg$`gRFswF=Hl`0_J(n74;(kzJwhfn zx4r7W#|TXPIi4_mQa04=dhHbCZDF+c_uf*f!w4gBKi*UNSfg@;NwumEitKS-uj!Ji z;7@YF=%vqOFh%wqeh> zm6j*hGB^9pYE4FM@C@hmC)eX|8jgH^gr0>L4_xYpOTgM5bnP95kMS#Qo_tn3r1|Q{ zu_kTFS$H_GOE5}s-iOMk{?BnMX zjAK9Ctfs-g>VS9i%4JZbysI3JC=U^c60zy^OR}bLNYY75nDlt;6TkA@y|0uAlgHaZp=vvW|4s|+5D^izfEr)A zty*LO6Oh0mi4hj4xUPtP)a4%=*K?oR4Z0Vi<)3(DZluq;+uhT+83GE*IKDWsP&zE$ zn?qtk>ht>!##E9{^VanBmC6WZcL_~MJ?pvP^NC8& zj1&WBKgbtxx$lCl1s=kYAuaN@6doC*f$or{Ztwp@$$=1nM7#qHF@_eu(U zK&WEC>1M~h>S2!f3+Ci-)-ZfxMAds9ucLhVKZiKJ;?&*huALxx#$Zm&-E-Wh@;?UW z_1TJ}w__hXsf>Q}V8WU@`NOSu-)x@a+K|!84>+buTY1Pw2T(jgn<`@I1-jiEAl#*B zr~S3!^7QPoj2Btc&%*H28z-fNq5KS~=YpW6J10pOlVI5Po*sc0-pEJz6*dJ9Fz)<} z>BhkB#4j1upy3%p%92l6Y+shhk9w9rU!!OOIiCU-5!{$E_vI> zqf1G$`uM|G*4sWyIxVaC4(^3`!5sCedt>YALSx-O_FvbqBwwyRiEN#y-}V~dk5^2h zVljL*nZ0_(=F_Oim)c46Zv60{rq@o>@0QXm10sXjrM`vZ(J1Ex4shrkLuwyaTAo%M z<__*`ia3sVw4b?hhY^Xe%eFieCL5I|)WDqT1zlt*;DQmG4K}Zf!Sf!nuI>V5Y8BWm zxaE-@8Y2S!q{6RqNIIdk)$!ge#ALswjFjLiv2(?2)mKdBa9JyleZMrWHW+2yvKZ=E z_GZ7wH>;Ns>+$6WMfQV&bwP=73Pu$3tt(ABG4X9dLrZ0KZ&noS{rQ#6$d>9z8(rN~x@%nD1peW zO9N+$WnX?3<}YDe3fH`a;BjHz+jLOg_E>!9l&tgf&bso`_5*IxG|T8gu|f&S?J_M9 z@k{A+QB@!_sGK=6gc~JymXDUDV8>g-IcAkPi$%DcU{tiUJijj9msp^`5q-FG=dvLF zZUH|`$z{UT-zsT2utXBU`)vKrAI6=NBWQ0EpkA(!&@;ZuC1eKst`&L-yM_fbJHaNf z%jfDw>*zTXxHKnE2;LKskS2cf{2j8LXIPe~qJN$ff3lE3>4Z{;F_Wa`4Jh>AGMYGE z2M3%0HMB*mmszFyw7KXNpYxYZma&n3In)uOSjjD8ArT!s&16gVo83%?2i%V?s*1}@ zHGDO2<)5tHR1r;Rum6Edh6P0XjkgFZTufAKDk;BE`sg`Cd-~SmYnyG~vnyAU1U3%o zU848@Xr@f!wmG@f{bYlr)u3Rb4wv#O%8GeY=Tegt)9jlzG-KEbwL zU;2p8#JiNJHN%LVsz%t-wi*;bm5oAksBwL&TI3@n0ZcgtQ}V3QHds1;lzF@Bdww{I z&@V%C2fnBLwFEwxh6|G{eJJHMe7=_V_YF&arZ+)c!{nkW3-G|{=6mLe^;pU*)52l0 z03MeKTmK6kp9ATf&P1oo{viiG#t60(F$k`E{m=pZ_cv#*Ol87xUn3to;D@#q2@)4B zz|p@5q&nTIF+8X#iF_+U95=_qS!ez*6F>-bE=AQ<5Ph_k!Fc;t#DYi;oUzU=_pgw8WL{Kv-krmCB+2IQCz8hUA+*V1H+rewu+6f9Cp5v+dPTFyQe` z7jNXOM9O3#?YEIA7wqZ`380K0ni$o5B7cRp^^DFZr0dJ`Q;*l^p8u?!9hQ$s>A3XJ zs)%hoK&aA#)Q?Yj@cawKvZ*<&>qpzVZGxTJ&xd5BPM2dr7UfQykD$Sc`~ z#l^hgOGXf~8cGaI;qsnOYh2$`{?HF6-QfnOW8s-lB4YK@NILn>1H0wf0y(D~z!kl+ z37EQwtY8xuTi9(qE%T`u|7pwq-TP#NJs9MhlT}7PQ0xTr6g%t9kfk7p z>z`|jI&rwC!)|hTc8kuhvB@q*cXw}x_***~S&U_w`guJ50sSv-kZi#@u`9p#`j2(m z0UlAxTk>D;9>!AbRf8o27b*!&%MG&moC=`txKfgWi}APH=K`faNJ%eCgG(h}a_nCE z!kSV=g$S{9SICFO!N;?yQO@{}NE~p7J{tTgfrNnwGQRmuk4&H08v^e{{#3&#AG($- zDTM*EcJc$#*(DRIijVT1CaO_0%9o@XnV3WW#DcV^C!(dp0!O^DF!jA>jJ_Q8f-;iN zk-*wnc3@E~=v#=;(uG`o%-~5tT!c#^*VtklqJ~-53T&Z&Or526As$9bf^)iQ9x*sT zIiho3l$kXB1w6%Wg>Z3c^L={&zwKA=>J$r$yS+{a*lZ2th-_xrDQlMR?<^pq(~gvC z3wON{X>g|UWOxS(7FKO}{Q}bBYY#lOd0oAINnk4|gz;fG~*yj2X zyrZaCHE-ra5+9hJKp@@EF|oZB*^)oOCB9$Gias%||4{JkK92TxD69^l7y$?HQ?Y6v zu6LdPzEkywB4MHCx#7W|fc~U_-M}T+ZA(~O&JLo6a&-E)eowIZTiT3wVMB4dY}EMF z*R;B%JT5;%{z#E29hzd-m83(C1w78O?>3)!e_Lm7er_hW(YvkmJ3kIuSQd65JXc8> zg65LYit^QZD(>roW*iq~4KAC>=kwDaqd5HO?}+CcuqHUb8e0IaD;B?PF#;kQZJ|}j z-5M|g&a!dern=k=?iEo@4Zrq3cSmsg?b>^MfYrQi|jd0L6--4jVyjayN$fMfPO@{vXLj0wq%kJF( z>?ll)Gi*dq^I*;>&-ZtnhY_jvUv55h{12>c7bErpxd`8 z%F--(1PyYzLs>L~<1T^`mjLH+-uYZ3oD|Y}e|I4vDuXW6W=HuP{FVevjc5Q+m02X! z!9nOmHZ{K$&JiTf>|kqL_816-`sr#6AYzZ|iZ%2}&ro}3U_5lu09hsru#?T!+#zBw z$!?N@D(+gpXP?A74>#v#hy>Wrv?AD4W!RXY!!ba*C0tGZGQtej=9GBw^OJ5E*YL=h zjbjVb5hS6ZosHNlA1a-kDFH5>*hN*VCnS!$BsE+g$43X+yPxXg=7*6-WF##MABusi zY3NZUg(KTbUPRXs1;8(5bBkR=#TrGrPN@OwUu_q0?f$%zpz3oi=L9FH6($8u3F9>) zZ%RjMM3b*(9gjaae3a(T91hLLkuGfBq zh+Lq;IiZMs>STK%)B4p;>cEFNRe^p>ISaE0Y>mv3ZevO*9x9ofB=}q#c8h84sTXiU zN&Zv-)=mK*A1FnBb~xeX8S`uF7U{RJH|{F@oLymLQV}$5LhGIQRN7nDcc|&%eUG7U zLQa{C#D^h#K3AzQf?ZXT3@|gcgOjlf5^YnS2B+V&aA-xHpJqGE`XaPyOp9RDghsf$ zsOsQE6RtTBM#a%jUyOF{%+cJEBFM)Eko(Ec#IqW~77??qVIC3w7K>bOeedTDH%7tUv@}E{ zU6~aBw_kxAp*v>e-+smMKC61u?He$KHm8H@r?1l!VVSjGv2f^68h}y7&?REV>zZWk hZvOAQUq5N=2xqj@zUt!leXTj62$(`})j6G%{}29ngUbK_ literal 0 HcmV?d00001 diff --git a/Resources/Prototypes/Entities/Structures/Specific/church-bell.yml b/Resources/Prototypes/Entities/Structures/Specific/church-bell.yml new file mode 100644 index 00000000000..837a7bc0b3d --- /dev/null +++ b/Resources/Prototypes/Entities/Structures/Specific/church-bell.yml @@ -0,0 +1,41 @@ +- type: entity + id: ChurchBell + name: church bell + description: You feel your soul grow ever closer to the realms beyond for every chime this bell tolls... + placement: + mode: SnapgridCenter + components: + - type: Transform + anchored: true + - type: Sprite + noRot: true + sprite: Structures/Specific/church-bell.rsi + layers: + - state: church-bell + - type: InteractionPopup + interactDelay: 1 + successChance: 1 + interactSuccessSound: + collection: ChurchBell + - type: Clickable + - type: Rotatable + - type: CollisionWake + enabled: false + - type: Physics + canCollide: false + bodyType: Static + - type: Fixtures + - type: InteractionOutline + - type: Damageable + damageContainer: Inorganic + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 150 + behaviors: + - !type:DoActsBehavior + acts: ["Destruction"] + - !type:PlaySoundBehavior + sound: + collection: MetalBreak diff --git a/Resources/Prototypes/SoundCollections/church_bell.yml b/Resources/Prototypes/SoundCollections/church_bell.yml new file mode 100644 index 00000000000..909bb9f4c4b --- /dev/null +++ b/Resources/Prototypes/SoundCollections/church_bell.yml @@ -0,0 +1,7 @@ +- type: soundCollection + id: ChurchBell + files: + - /Audio/Effects/church_bell1.ogg + - /Audio/Effects/church_bell2.ogg + - /Audio/Effects/church_bell3.ogg + - /Audio/Effects/church_bell4.ogg diff --git a/Resources/Textures/Structures/Specific/church-bell.rsi/church-bell.png b/Resources/Textures/Structures/Specific/church-bell.rsi/church-bell.png new file mode 100644 index 0000000000000000000000000000000000000000..dc95f2cdac126c14b7b93e1ed2c21076c1d4b0b7 GIT binary patch literal 2517 zcmV;`2`cu9P)Px;k4Z#9RCt`_nr&=T*BQruw+_xtjO~yY*GXI)$O=xOgqLKX(m{f?4K|IwNv*W> zOVoB#I;oo`?E_QAhkS{qNo?(h?ZaAis@lDLXiKMNlxcxLwMp~^+JUIMjCKYB)Xod` z#rBP3=j?-Xjcx4Y-W$gZ^)Frdp5t?#=Q+=P&U4Oro+Dub_te*l!n#XSamfs=+l?wS zo$8%6*zI;yH4VV*Y@AC|@v;h5DVS0KfY&KuZL*O}&X7=LKKY`YVpR^N%y!=`xT2)7+cRaaQzB6<6TV)#DNs%yWLN?3jZI6PYZ`>t zDPgr%GZt1+6cvZ*$z&WGJu3;T)d0w{1w~Oz`yf+dx7aNNBLYyf7T|Q)0mO1o1I+?A zdaAHmt4StjIH#DWcbCx)`!>166(yZ52P1+D6RLR$Od=Q&jD=N#5kZUHVw#R&1swTT zNGitgm61Tj9AJyxg4Zc=Z<7o_?gudn!wPtO767KA3Buv&>@yWj0I*}v{mW(vgFOzhW6%BcKi-r#1vCp7 zdcK#sbuEUKV8{Y&tqx-2Q2^q}+3cgip4`WkU_}yziHAQPt3m6{g6t3>IS?>>^M6QyEPm+jFl1j~zO3f=l zP7?}T#{c-vvRT1kk3;w$-$^KN8RVODJ$DM^`heJY6j%3J-Bz%u1=#EAS+UYebJuo) zBPU9>v)HRZ0aOdNM&rxTLa;SDh+U3>oW^3W$~%l{c;?ANJm0@9yBgT*>UGgxQ~|q& zj!P#G^omAb#`~vdLL}Acyf(3`8JC<6q)?gRFTXj$!O>`0&ITDeN5qZ?HX~Dut<{k? z1#;o_?*<@xCd96xwg9n2lu{WN&PXN@^)F4+|sj|wXk}B#|E0zHhLU65h;aFzL+${*Yrl{-M3zpatB{Y6x#=w#gZa<&C$OB@Mw3d z0C@9*@nu)Wqus6I!h~AX37Wx@6ySEdd9+&*l^D2&H$NDcI@dImZKt{9vp^*Wp9?K3 zwN%`3hanBJY(5a0i#t{U6VRZV5f@fq_cQmI&;Ef*U-D>--h zM&5g=Iv`tL2&1{XQgY?;SxmNKV&Nw4`fXB!+&2gq=2q< z_lQDAw-BFFvXvT(hPxJ;M^CeO2^67&1s+!6Ro$G}rmnKs#P3?W_ z+NQUj!f$RkFzs4O(5{Z?X0n9>x&9o}j6Y ztn!M{FUGr2zTEO>7pHDzBwHl0zPV1UZm1QqMG}xX)dBSTeWKs*E9xT-^!4QZcc8DQ z=zF;N86M)e51ZrC3IjY4nzLm@fFC@c( zK6g=CbJ>+ zA67cs%#bsLmCiOcaEU*ki}K?icJkNp6|~3Bv%-4o=0^_<9fq_^3Kpz%Jh7ckwoLb* z{d^mT;LNPN~F^b8fHdg{kAP%jY3B9?i=aLMAhl zhveR1xB^B_>NI>fM`$VbDPT`l<(qol?t<{lD%`e8k za1T%j-BUpG{tjRLEzEO~PS4T)#OAWD2EzlLqWy`@*_3=S*qUo``05R>2F9jbY@cMVN?)zKIVg(wF_-8lc7TVo}!Y7rQh5409uNCOF05ulHK|O1F*Ae>g zT8UPft7@7h*z5kQmwZXs>*{I#P8&7O^^00oOo`(1dFY{*(PO7{(buJbgQHPtkWa<_ zZEeiN5(_SMHzuzmC9Qn^$D@YQ)TOX%=(u!}Ug6jhFY5gA;U;!9&gijIx>NMJE#Tm2 zRBEX^F1G#P>&z;}1B?Jz;ltnmqpWH2T|>vEH=eprw14}4ZYbde+kW(i_YK`oFysWE zJ{*!>;(f8Ip|Rv00j-@8x_a=~%jcyxpz`+<7K#h(edIZ@dFMl7?<3Du Date: Mon, 25 Mar 2024 19:29:39 +0100 Subject: [PATCH 191/213] Re-resprites labcoats (#26425) * resprites labcoats again * fix tests (cherry picked from commit bd58954d4e1612e7aeff7b80ff27eeeed1c474f8) --- .../Entities/Clothing/OuterClothing/coats.yml | 4 ++-- .../labcoat.rsi/equipped-OUTERCLOTHING.png | Bin 563 -> 639 bytes .../Coats/labcoat.rsi/icon-open.png | Bin 313 -> 348 bytes .../OuterClothing/Coats/labcoat.rsi/icon.png | Bin 310 -> 332 bytes .../Coats/labcoat.rsi/inhand-left.png | Bin 425 -> 390 bytes .../Coats/labcoat.rsi/inhand-right.png | Bin 430 -> 394 bytes .../OuterClothing/Coats/labcoat.rsi/meta.json | 10 +--------- .../labcoat.rsi/open-equipped-OUTERCLOTHING.png | Bin 561 -> 650 bytes .../Coats/labcoat.rsi/open-inhand-left.png | Bin 412 -> 0 bytes .../Coats/labcoat.rsi/open-inhand-right.png | Bin 424 -> 0 bytes .../labcoat_chem.rsi/equipped-OUTERCLOTHING.png | Bin 602 -> 678 bytes .../Coats/labcoat_chem.rsi/icon-open.png | Bin 328 -> 368 bytes .../Coats/labcoat_chem.rsi/icon.png | Bin 330 -> 354 bytes .../Coats/labcoat_chem.rsi/inhand-left.png | Bin 447 -> 408 bytes .../Coats/labcoat_chem.rsi/inhand-right.png | Bin 451 -> 410 bytes .../Coats/labcoat_chem.rsi/meta.json | 10 +--------- .../open-equipped-OUTERCLOTHING.png | Bin 597 -> 683 bytes .../Coats/labcoat_chem.rsi/open-inhand-left.png | Bin 396 -> 0 bytes .../labcoat_chem.rsi/open-inhand-right.png | Bin 396 -> 0 bytes .../labcoat_cmo.rsi/equipped-OUTERCLOTHING.png | Bin 564 -> 638 bytes .../Coats/labcoat_cmo.rsi/icon-open.png | Bin 305 -> 332 bytes .../Coats/labcoat_cmo.rsi/icon.png | Bin 309 -> 327 bytes .../Coats/labcoat_cmo.rsi/inhand-left.png | Bin 0 -> 382 bytes .../Coats/labcoat_cmo.rsi/inhand-right.png | Bin 0 -> 383 bytes .../Coats/labcoat_cmo.rsi/meta.json | 10 +++++++++- .../open-equipped-OUTERCLOTHING.png | Bin 555 -> 649 bytes .../labcoat_gene.rsi/equipped-OUTERCLOTHING.png | Bin 602 -> 678 bytes .../Coats/labcoat_gene.rsi/icon-open.png | Bin 328 -> 368 bytes .../Coats/labcoat_gene.rsi/icon.png | Bin 330 -> 354 bytes .../Coats/labcoat_gene.rsi/inhand-left.png | Bin 343 -> 408 bytes .../Coats/labcoat_gene.rsi/inhand-right.png | Bin 340 -> 410 bytes .../Coats/labcoat_gene.rsi/meta.json | 10 +--------- .../open-equipped-OUTERCLOTHING.png | Bin 597 -> 683 bytes .../Coats/labcoat_gene.rsi/open-inhand-left.png | Bin 337 -> 0 bytes .../labcoat_gene.rsi/open-inhand-right.png | Bin 343 -> 0 bytes .../labcoat_rd.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1631 bytes .../Coats/labcoat_rd.rsi/icon-open.png | Bin 0 -> 1274 bytes .../OuterClothing/Coats/labcoat_rd.rsi/icon.png | Bin 0 -> 1261 bytes .../Coats/labcoat_rd.rsi/inhand-left.png | Bin 0 -> 1352 bytes .../Coats/labcoat_rd.rsi/inhand-right.png | Bin 0 -> 1349 bytes .../{rd_coat.rsi => labcoat_rd.rsi}/meta.json | 10 +--------- .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 1636 bytes .../labcoat_robo.rsi/equipped-OUTERCLOTHING.png | Bin 683 -> 711 bytes .../Coats/labcoat_robo.rsi/icon-open.png | Bin 338 -> 365 bytes .../Coats/labcoat_robo.rsi/icon.png | Bin 344 -> 372 bytes .../Coats/labcoat_robo.rsi/inhand-left.png | Bin 341 -> 395 bytes .../Coats/labcoat_robo.rsi/inhand-right.png | Bin 343 -> 399 bytes .../Coats/labcoat_robo.rsi/meta.json | 12 ++---------- .../open-equipped-OUTERCLOTHING.png | Bin 637 -> 736 bytes .../Coats/labcoat_robo.rsi/open-inhand-left.png | Bin 330 -> 0 bytes .../labcoat_robo.rsi/open-inhand-right.png | Bin 329 -> 0 bytes .../labcoat_sci.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 678 bytes .../Coats/labcoat_sci.rsi/icon-open.png | Bin 0 -> 369 bytes .../Coats/labcoat_sci.rsi/icon.png | Bin 0 -> 354 bytes .../Coats/labcoat_sci.rsi/inhand-left.png | Bin 0 -> 408 bytes .../Coats/labcoat_sci.rsi/inhand-right.png | Bin 0 -> 410 bytes .../{rndcoat.rsi => labcoat_sci.rsi}/meta.json | 10 +--------- .../open-equipped-OUTERCLOTHING.png | Bin 0 -> 683 bytes .../labcoat_viro.rsi/equipped-OUTERCLOTHING.png | Bin 602 -> 678 bytes .../Coats/labcoat_viro.rsi/icon-open.png | Bin 328 -> 368 bytes .../Coats/labcoat_viro.rsi/icon.png | Bin 330 -> 354 bytes .../Coats/labcoat_viro.rsi/inhand-left.png | Bin 343 -> 408 bytes .../Coats/labcoat_viro.rsi/inhand-right.png | Bin 340 -> 410 bytes .../Coats/labcoat_viro.rsi/meta.json | 10 +--------- .../open-equipped-OUTERCLOTHING.png | Bin 597 -> 683 bytes .../Coats/labcoat_viro.rsi/open-inhand-left.png | Bin 337 -> 0 bytes .../labcoat_viro.rsi/open-inhand-right.png | Bin 343 -> 0 bytes .../rd_coat.rsi/equipped-OUTERCLOTHING.png | Bin 2523 -> 0 bytes .../Coats/rd_coat.rsi/icon-open.png | Bin 1488 -> 0 bytes .../OuterClothing/Coats/rd_coat.rsi/icon.png | Bin 1458 -> 0 bytes .../Coats/rd_coat.rsi/inhand-left.png | Bin 1514 -> 0 bytes .../Coats/rd_coat.rsi/inhand-right.png | Bin 1519 -> 0 bytes .../rd_coat.rsi/open-equipped-OUTERCLOTHING.png | Bin 2478 -> 0 bytes .../Coats/rd_coat.rsi/open-inhand-left.png | Bin 1597 -> 0 bytes .../Coats/rd_coat.rsi/open-inhand-right.png | Bin 1611 -> 0 bytes .../rndcoat.rsi/equipped-OUTERCLOTHING.png | Bin 850 -> 0 bytes .../Coats/rndcoat.rsi/icon-open.png | Bin 397 -> 0 bytes .../OuterClothing/Coats/rndcoat.rsi/icon.png | Bin 422 -> 0 bytes .../Coats/rndcoat.rsi/inhand-left.png | Bin 432 -> 0 bytes .../Coats/rndcoat.rsi/inhand-right.png | Bin 434 -> 0 bytes .../rndcoat.rsi/open-equipped-OUTERCLOTHING.png | Bin 826 -> 0 bytes .../Coats/rndcoat.rsi/open-inhand-left.png | Bin 387 -> 0 bytes .../Coats/rndcoat.rsi/open-inhand-right.png | Bin 381 -> 0 bytes 83 files changed, 19 insertions(+), 67 deletions(-) delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/open-inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-right.png rename Resources/Textures/Clothing/OuterClothing/Coats/{rd_coat.rsi => labcoat_rd.rsi}/meta.json (72%) create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/open-equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-right.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/icon-open.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/icon.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/inhand-right.png rename Resources/Textures/Clothing/OuterClothing/Coats/{rndcoat.rsi => labcoat_sci.rsi}/meta.json (62%) create mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/open-equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon-open.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/inhand-right.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-equipped-OUTERCLOTHING.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-inhand-left.png delete mode 100644 Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-inhand-right.png diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 41d6990baaa..393759de6aa 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -227,9 +227,9 @@ description: Woven with top of the line technology, this labcoat helps protect against radiation in similar way to the experimental hardsuit. components: - type: Sprite - sprite: Clothing/OuterClothing/Coats/rd_coat.rsi + sprite: Clothing/OuterClothing/Coats/labcoat_rd.rsi - type: Clothing - sprite: Clothing/OuterClothing/Coats/rd_coat.rsi + sprite: Clothing/OuterClothing/Coats/labcoat_rd.rsi - type: Armor modifiers: coefficients: diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/equipped-OUTERCLOTHING.png index 1bb314f557ec4748d35f411179eed5cd4a47947c..636a1cb9088ce3df08952734d234b4eb9b19a9b6 100644 GIT binary patch delta 585 zcmV-P0=E6L1pfq(L4P4oOjJdYk&(p2#Psy^(b3W6<>mkX|4d9wii(OtLPBe6YXATM zLp0kW0000BbW%=J|NsC0|NsC0|Nj6=PXY1(000SaNLh0L01m+b01m+cxRGn^0005d zNklyCsV4265c+xtK8o+2tmVJDgWwee&eY+636pnolGU+M+C0N0-ai1WZb zD3Q1*_$!0d@@V=@ATw4~HVaoRqx(6zMTtYiA(C`RD*t)veg%Q>A0mpX`N4ky5+aZT z4xBvzl31B;wf{IHQ9=L{<{RlP1^4TogmCRY0eJT0xryiJR#f&EK=7XcEDkZtB!xLyaFLMH@>0;D593)in(WnD50q5W+dihIbcz zfHxsc>1qJ@wKrJ_j|j5|0F)Hm1x>}iX+i^l=AnNJiWUs@b1wExb8aBeY82ZQGr%`r zg!>t=H+gXx!nqrU3cZ_m&2VA}Px*F^3ch6PK?{nzk7GbeYqlP=;u-qb1z;cRZy9LQ z3r9e1079gn0lJStf8YRIA8$ifY@S0Ofa^Cqy^-&;rh^I5x%dy}KSd0~KhX>L8nA6Y XaT$($xU%-z00000NkvXXu0mjf1X2%t delta 508 zcmVz&o-12N~qM`uTwo0lsWx~SVtQ2mwEsXfPeZ^K!}>62aQT7V^fzL zL(-gVMicxLV@%dR05Rdy&7*iH5E?qa0qB#Bb!o=ixmWWU03U0| zlyLag%F2iazdlE8x!*-W=ux`MP@F0z!C=35VoMD*!6E4aoSb z;ThpD7cHsAQV+PL2k-!>2k;L8=Z#E<4M1%J zZy_~439l#WEiRz&-PTq*3kDxhy8GCfn>N+IIM&6t6?GcPTptlEc y7cT(AuRMrP$^uYd0BSJRIl}<%=mC5U$oT`73vi0y);bgb0000_FJIfQcoAh5DWjO z6FB*fC~&ye-?WN)Uw`lCGQT6s&dMyPS5Z1G%(%t=lN-ZB_A6y|bsS{yJyoFIk54TQPHQ2^lhOHrT*aaa&hl@2_kB6)hJ@2An$}SN2$D<>{10 z{c*^m6*rX!J959%6hoDW1Xa kSFmhw*n77)#x37i55CvT>T7+<2y`-or>mdKI;Vst08{>hMgRZ+ delta 256 zcmcb^w3BIqW4&mAPl#)8-{d1lj{N`szpJY&J3HIQ$A^J|;qd}{eIUhN666;QlmY?< zDQ{*spb%$)M`SSr1K(i~W;~w1A_XWo%hSa%#KQmSgh-*o1{}_e`rqw~Q(7P92dnFqo_DI{k$F{mfhEgZoNp%kDoN{4E&8)W-Gy%) zNG$1ox8Vo7jvR}I8uyy#iZ{PV=Y4t85YF-KAA_ij$b^M5OzJ>qGI+ZBxvXC>k^K0aMtT~1C;+1c3)3=9`F zcTWLQ+$BMN!9X=oz~JT2_z5V?S>O>_%)r2R2!t6$HM|;tf^$7x978PppH9r?JEFkR z;?8z^-FN#BeAisIU3|l6Wk2C~ctF=T_xgO6f^3)VK`bIOX6Cpp<7W=^nz;4PO^c^H z4YQW~UGNb1+cy V{eH@kcQ(+e44$rjF6*2UngDbYd}#mx delta 253 zcmX@Zw2f(kW4%OxPl#)8-{d1lj{N`s-^a(NtEW>QZQ4_QXF|aIh0+S| zE<_(uK4`Y~rlQpHEAKeIG+q7ue%@p8HbcGxg5u}qb#a{ox{txr)z4*}Q$iB}@jPx$ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/inhand-left.png index 330da9f29bf2ffedbf863397ccb328d1415195bd..489f958b9e9e6ae91a0428ecde2b4fc97585c26d 100644 GIT binary patch delta 374 zcmZ3<+{QdXvYwfNfno0U#y3EUu{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h8fKQ0) z#EBFC|NsB=>C=lBFLrfx`S|!aIXPu#XCFCo1gK=!%%E35imN2ZFBqr{0vI-((K!zk zK9JkL}J+2B9$+qx7i>dr3Gf#-TSk%CJES*P`)nKPh&wk@o z8Vxt+^ymd%bY<*WcbzFx_E%}rZm|=uF041crkxTJxMN0b|7~usN~Vh}U5ZPOAAJb) OD1)b~pUXO@geCyRS(~r` delta 410 zcmV;L0cHM%1E~X$8Gi-<0063Kaozv`0dPq~K~#90?b^L+!!Q&D;FHq51gLI}C8 z>&ZJt7W)SPfQSIN&j({`EVcpN-hmLp?E8j@=y`krn-j*kHfjoomH+?%07*qoM6N<$ Eg0{BD)&Kwi diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/inhand-right.png index d866dd53b56a897e6f1699ec8a27ab9651f0c769..54bd14c8aac98862f49d070485b2adb226a9a434 100644 GIT binary patch delta 378 zcmZ3-+{HXWvYwfNfno0U#y3EUu{g-xiDBJ2nU_EgOS+@4BLl<6e(pbstU$h8fKQ0) z#EBFC|NsB=>C=lBFLrfx`S|!aIXPu#XCFCo1gK=!%%E35imN2ZFBqr{0vI-((K!zk zO z-Vt%KYC=V4=1&3f9Swzz+%xhyf7wPK-xXx>%4!n#tZA)G+=sS>A6yphxI`oW<|@UV zcN&=%nJoD;ZLO5qT3eCh$KD&y2=nc5&iTW-{EOamdKI;Vst0L$m3qW}N^ delta 415 zcmV;Q0bu@$1Fi#*8Gi-<0063Kaozv`0d+}4K~#90?b( zk*sUdTH64?Znw+Y&#w&jh`O#D?>+K7$LVx}F$T-!vNQj;$$!twr8!m=0Khp1tu^vI z$EqmswpdKQ2r>VvC~k9c+?9XU9$0IeV^zU92c;CY+bw`=A&ymb`!lAho&OvH0N@PrRqJ2Uu$xV+`Jv!Z`$Z z?|bvlx+WtLd4EpA7m3SYNM`{=1WGCF_xnsKm0Tf21R;dmm0ErxA|fIpA|fIpA|j%v z7~SuSJ$N9kvjg`AdxL#qn>n_errtImGO7U4dcDTSX7gKF{>114gw_Fsl#MEYh@dRX ztSrkc?gObBRe*Q`<8U}MsV{-~&#!c=>$(B12awo*Cm5nseF5)002ov JPDHLkV1mFUz)b)E diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/meta.json index 442bfb29202..775a3c2151d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Made by Flareguy for Space Station 14, original base sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -28,14 +28,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "open-inhand-left", - "directions": 4 - }, - { - "name": "open-inhand-right", - "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat.rsi/open-equipped-OUTERCLOTHING.png index b87f61827a7bd325ba129d31f00d08737b405841..86c2a978ec26d92fa1bfcf9199aef8698a9672d4 100644 GIT binary patch delta 596 zcmV-a0;~P81d0WaL4P4oOjJdYk&(p2#Psy^(b3W6<>mkX|4d9wLPA1{ii&G%YXATM zFfiJZ0000BbW%=J|NsC0|NsC0|Nj6=PXY1(000SaNLh0L01mym>o2!$bl*1Z1%?;%DFnq)e&`)kKDt&u`LbAPKq`ImYDFTnMu0OHc{ z2uhS(6#R`rqNP>o6G)XsgjK^+YwLbCx5zj|9HL~0QsX~w-7g>zt|6kT=^y+Tz!1Tf z@x@&SU`cCtZT-g`B_RZGMt>!F48i@f4KvN8p~Ja(e^Df2EfIuU+XVX?l1jEfU>*XIRl5_ z*;VbLQSjG#0WZMy0{$U@WG@jW;@cZDSft4Dvq9mFg@2IPr?#$=U6Egh1oZdh9SGqb zX~V0FF~Exu1Wf?=+$Y%xON8DN08$EOK})qC`XF(lcoL4O-iOjJe0#Ket`lmGw!RaI4rii&G%YfMZ`LPA0S008g?O>Y1I z010$bPE-H?|NsC0|Nj6}Pk0gl000SaNLh0L01m?d01m?e$8V@)0004sNklx zRAekZqk(wIITs&41i9eTjUzl03ORJ~CV(HG+{O{E&$D$n;)ej=b7>afmM~ZV&jqf8 zU4S^&$fe>Zabn-^NL&rc#hZZDBUnX0>@<+L30!;^EXzW{tG+1U%wuuE#oHbLtgzPg zY6q1=(BTBFf`4ni3sQO4_oRZh2OYkGgg*hBZ1WMsd45;{FVj}H%iD-B&Kt?E-~}s& zumr@7Sg>K(ZVPJGfDLExuc+8u=mocU1do6`f`2GDccc?ziW49hHU$F--p~v9+{dHa zW|y%4`lq%NNZXjzpq;^G3>Cl;z9Io>?2`&0zzSny?sHgJ|4g7I*z^J|U?RXXKg}zU zlu*FHw@u_R6!4(^EdXtg!&JZ)AF}GZXehu$T71Zc9Yjtn00r+!AuBH9tUHUKkDlN~ woC~J60R=Qf0(}9n-vdr5PH=}u@Ux)S4;YDY-{Doh1UdCvs=*yZ>nadqrFC zIF*JD7*z6wjJ1KGp+4WYUd!lt z>2_?wk6;dlhG357$IDOHG0iC!a4NZeubM;g!JOTaulK&c_g>h^A$#ubl?+DW3THq6 zo9;DN@)Q4!_us=mPCs9C+KTnpp6~X3!Amj?mcI#R*zxYm4W)|rf>m?(FYjbi{BYfmcKriS$Nr>}@43vWO-GV8N}Ty$Xj_mM9UslT zwzS-F-gArXYyZzVe}5l`;{WSaybKXytXbLl&*mRx4-Nf!D@r1H!|k^<66VJiY};0C zbT4$y|0^a84Z)Z1oV{PoG^aSgtMs@M(^8Q+#plo1aSFctbZknH!7-k=&x;un=N_NR zW$yh@cEjDg>YwY+$Ij;EWtyIK?6yd2YJq<~C&ORQj>5inTmQg40A%Z`Z^B`Z=&7@aoRsq3`wZ>~p z#qKe$l*;M17pj|eFVdQ&MBb@0NRjbM2LJ#6|BxBXW)4hDOp1z% zLPA1oYij@i08RhIkN^Mx4s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01m+b z01m+cxRGn^0005&NklSE9kSbFh+t zP4kz!0XM+)rvTzQa0^N#E=vAjkXjv0&k1D4s>){Rsp~k;opEuC3R}1QmDE|;B*Fgz zbp22i1j6so9|`bp1dIL`fQF$I<6aP)6?B-+8xg!$5`>w9Qdu zPLS+R05~Vv1q9(FVTJNJ$^bYY`+y)ERaZW!!EnDm{pXxOILJO<(-uVltLX#RVGkE! zlkh5Fej9*@C;V+deVLj7-(8%Lu*W;Ot7^5YTEQRd27lZD*A4iG0MeyJxDfBYn8_j| z*(rgeZC-Iel6ay_$NT$3%ZNuHxVC2G$GQb?jZ(~3*yks6m%gpuJ%DA8URE6X#x~280zP=+6PUwfsmA9&H&$h5pHL|-sI(NNcV0SD)eF= zHNlA?t!eV%9u@pitrI;^++PkQvTt3RP8AOiWCQii$!)LThVl z0000KrxAz%000bhQchF<|NsC0|NsC0|Nj6I-_Fhe000SaNLh0L01miR-`kCf2@;)Y`|HM?QGbdXJ|bFTT0YbRcmUK_ z0ZFux2r3$|o~ul-q^xcB5moTBh-B{{fFVoP8PE>vC8q%+fzXrjD_|&NA{+Chv78C; zbu<~)uK>YSrho&n=bNC9v6S<70B()r^THcJWJ};xE&`PB>+map+0*1owJQy&zXPnl z1Ey&rAphVH?SFagKIQzn1`ucX)fxIa07eb~bIqWyd%#@=bq$Ps1}V>Y)NuwRq%Z@) zOOjqZ^$F_hVSNusX>J1!sjs>MAcMC73;t?&M|kRsmTK#(EZ{9YfCoT5fPV-$SEQ5L z5C?#XE%$-}GdBba7*N2mb;kr*u&1NC+v0BlQi^W-F@HcSLn$`E0TMqVn!;hFb%XgdsOE+R-fIh|?XTa}^%g3kyYd5-m4>;c0jrgWq0JaZ+ mt<%*x!W{wL(F6Dxuq=O-9-45~$JCMl000061tRzs5v%n*=n1O-sAP6(=n3(+* zD7e~=HD*A=9`oCjp6T1fe)Sxr{wnvG8lZ!z8J2@ z#Inlk^~871i2{OAU(er)^y~!}1l2lNVdJRA%t2Bb)}d(h-bi!nrpYPi*}a z@_%wZ<5QkDiH7GM?kbV{QIt5jGNQGZyOCczW&Uo4iK35`59p?bowyTvI;7IUHO%nt zk?j?%+hV_e6;#+*)R4PFp26>zacpwQ;&6tgG9OrtkKDS`zz1|XgQu&X%Q~loCIH}F Bk30YX delta 272 zcmeysbb@JuW4&B}Pl#)8-{d1lj{N`s|5y;i{|S;lK0aMtT~1C;+1c3)3=E!fX@y@a-8~L=*+1xIiJW+`t6r$HXT{;PHj5gOkYgOtw?CDb%buF`Xv-N! z>x0ii0yPett28KMy0px&L2AX!+?IgpJDyKE@G->x$BVRW0zZT={9WpGck_-Ntz27W zGg^EVA3KOX?&B6Y)uGPRWq)P%5l_cy8)hobIv;df@CD=I-_Q3Q)8=?rKeJG-FK?+| QAISL(p00i_>zopr07SHS(EtDd diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/icon.png index fea218c0cb6d9054885bab1e8e2b06ec6fc28082..6d8083c9450fe640ba50c39566ea380a5a0d54d2 100644 GIT binary patch delta 298 zcmX@b^oVJKW4%^@Pl)Tpi4!kgym;iuk^leyukc~}^5x6_36f{h_?|v}>f__n)z#(X zc!@A*OI@<*0 o2bbg~9Xqu8XX*Xdf)4NF1HE*n^;M_F0UgcY>FVdQ&MBb@00>-)NB{r; delta 274 zcmaFFbc$($W4&~MPl#)8-{d1lj{N`s|5y;i{|S;^U0vDP**-o#3=9n2(Od_B6lY10 zUocPs7%&9;R|tUw3p^r=85sBugD~Uq{1quc!Nr~~jv*HQPbUNl9Z}$LR?PbPPyL=l zX6wwdZwzPIx$KlRUia_gII;4C-%=l!zx8trwU+ID&ggPAd7s$pC|)jW=Idgnuh^pA z3tVX2_}%vo!)e}o3{n?Yh#k0l^nNAF8e3T_9*@{%vVRL-I8L`ozx7Gm)PufG=zc2swXQ@R_%YIm_9>iGxM46YL+iWw`F}>;Lni#mx13!Iz{nF T<^=|Bpo=|S{an^LB{Ts5d|Gkl diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/inhand-left.png index 647ae1247be4cca7cbb4fe4947a8aa4ba451c4b2..57d36185047e17e51ac20411891363e034207aa1 100644 GIT binary patch delta 393 zcmdnbJcD_HWIZzj1H;_yjcNS%G}@0G|-o zi4!NDN#pwu1QR5mK7D%e;>E76E*~EsCnu-u?CcdjY)6h90jZ7Q(g9MuB|(0{AjL4i zVEaO;4Jg4`;1OBOz`%EifuWx75TmGuR|8P=p{I*uNQC>_X>a)sDe$;99<-bCy*^H} zjOXRsMUg#*FFPA6U-EU<@6n4t!lI_&lfd+-y6HOeU%8S;nVhAmH7l}fyQ)1$t*!uK6RY%C4bZu6sDw=w{<3f#(vxglC$F9IV%3alRD5 zGFyPhlexXm&erJW!I$ha4zRRv`Z&yZz|LgY&uV^;b(2OyV>r+GMH7B6YG663`o`6j zk$cL1!w``JPm03h)LjA@HWvr&a&Z)6HP|(e``D`k)yK>9Bvv!Ox4q@>(Xpt&=(k+G d{)wNAO0hd;Rr{3`0Da5g>FVdQ&WS0Z2>>scoi6|Y delta 432 zcmV;h0Z;yz1HS{18Gi-<0063Kaozv`0ftFLK~#90?b^L+<3JRK;n$n(gJFchT>=Xx zEQT#p`w~)b@4E=TmcTA9<_7i#rj{^9AaLozGhmWFObTaG1VZ#1@bW!ige<-zbnH>)lvoSmw!}N6?p^ZT|M~AfE?*aI`UU#Z9$d>b0 zcsw5CAp|b|{NU;uM!(PZSz4*8Dmv#nPmG-H5&$s904b;ULE9Q<+kiAXP*v4n6J#Rt a|9b&2=D8G3)ayh50000NS%G}@0G|-o zi4!NDN#pwu1QR5mK7D%e;>E76E*~EsCnu-u?CcdjY)6h90jZ7Q(g9MuB|(0{AjL4i zVEaO;4Jg4`;1OBOz`%EifuWx75TmGuR|8P=v8Rh;NQC>_X`Xz|20X65Y|D!Ne>O8? z%W31u+P&h5`ji<@o*&d}d+O|yz;uK~&0(Kv#`hfcYdecgf@0f>`Yx+5^yklA|C@hq z94jMJ@0O6JqL(cq3`gviO`PWS!eoAOkxsNQ2Wuk;Ht*wSNHZCeO@ET^ufZejPvu}NUke;>lu|?^i+c; zyca5%?cM1mzKf-TH-Dv huYXh@+_Z=B&B`6Ko_}+^4)iaBr>ma}%Q~loCII%OsCWPX delta 436 zcmV;l0Zaax1H%K58Gi-<0063Kaozv`0g6dPK~#90?b<jzgth>M8pArh`99x?$Vil!_CtCVHi3Qac-8MKY!Stc-wB>GL8WNQ4~RI zjb^incB_T!di~4uW#jX=Tdm!kA0Ntpl^uwPTgEY>D1uT7!{HD>TEsGr;lGNq%I4oB z2>@V|BuDetvV-1Y1S|l3F8}~z3_6_-j4^1;`)HiwE&gCXzo)g%&Ht%@o9A>(h`=Qu z4f?xZE3<6=ynnTQSBEA&Ywc;0U5MWX#~ducS_`EV#^Z6Il&V}2)> zjBxvM2jFKXuw_=LfO%tz;0Zy$-w%v2r_OX%g$mGG11$i;FmzSl0=4fSIc&9BIUxN3 eiRbS`R8{YiKC^>p?Pi$(0000k5R diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/meta.json index 442bfb29202..775a3c2151d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Made by Flareguy for Space Station 14, original base sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -28,14 +28,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "open-inhand-left", - "directions": 4 - }, - { - "name": "open-inhand-right", - "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-equipped-OUTERCLOTHING.png index c5ea5cd13d0ae3a59a13022fc77b468a7707d0ab..d06ce6124fb2d5431b198b5030febd06021be29d 100644 GIT binary patch delta 629 zcmV-*0*d|B1giy*L4PVxOjJdYk&(p2#Psy^(b3W6<>jbM2LJ#6|BxBXW)4hDOhQ6J zii(PBYij@i06zQ0AOHXW4s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01myE7;424Un^|JN-U-zt5bbnJ7GRe%Z6IU`~ZTVn; zO-tJ^^#Wdi=}!Tayh$x65t}IZD}%ClEBTo~A}QybM8c@0-L^rJnnjvq*gpjgqKCNh zpMYVUG=o5RPUD>b|3Q%2e*$QlRFiJ_(`l+FxeNZx-k($LKi-J5%`t80&qL-b!TeMJ zRQpc=)}GY=1%G?ocEbG!p!S~tYz`%zZ4L1jw+eFq7x4Ahfg~7w*04*pzJN*rpgsfN z%qNi;f#U!X0Qk%u00@ZC)hXW$S#yNc~<1^-wt;C}^}Uci3{puCp|9i_{S87vYK zTuH@x5N<4l#6G1p4W6Gn1oZdhT_^tl7)M5R(YzCJDWVABF;owAF!3~j&`1jqmPjoo zbSkZhkWx@1&|K`BK1iH`{L=(vlwio8pJLxMTWV$wQ;ajfou8~oXy~IzDp-gnzzmh% z3`Eg{Rc^k$i|FFkgH{zUCHnx?)vX6DSVL=@0G#72ywu-~GO~NTp8n&-4O*4cNASxfr=JYw@x~ P00000NkvXXu0mjf{ro27 delta 543 zcmV+)0^t3t1=R$QL4P4oOjJe0#Ket`lmGw!#!>+PkQr4~Rf>v=YinyvOiV&TLI3~& z$ypmJ0000BbW%=J|NsC0|NsC0|Nj6=PXY1(000SaNLh0L01m?d01m?e$8V@)0004| zNklXo5Y45Tdp3fD}X28PKLOWR&nE5PIqC4UncJWMdw|eI4C}F@2hh z-rfKKqYME*-qq1v9L2Mgv2Oq@jnBu-g~0Pj;3zi%65Q?f24M6sX71E+ry;d(fZo0V z=6NRIm0tv~XMa`gDr0YZ0AYqDFWy_!WmZ5Z185Ok>mDHSo!^59+8%VW5eSwbgC&q4 zZUg}z$(mRFoUTMWKO{SY1uSUX5MZzJ0V|sIV?YkYP@A*xS1hW1RS)<`58we%58wv@ z=ZtjH(Zv8@bdy3A94w&+@Z87IU3-_pnSMwNy?aV5B7a6PXl8(0?NSCXu>^2SBnV4H zbzsU5yM$@N49CRWX-0(b@s@ytAEm>138*s$c|maI%QymcaRD^kZ6dEOfR~cr93kzo z83LH%T`i>+bphyTig&dlx5LK=KoND4s|Bxdl${mOTTj9+-T;Q50Rbd!JVv diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-left.png deleted file mode 100644 index f60e234177d0c38200590db5e351afba6cfa4061..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 396 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU<~$jaSW-L^Y)fu)?ot?wg>x{ zx^Lhp$$l>MVg~mYroArtfi>LkCB53p8{-@{E3!CueRpGe{LWRjD@J{?>gmkbfBZcM zABkUbp7n=82@a%|pL^(Xgt4JxhgCcG$=zSe_ES^J3lG&eE#w+l!mW2&X!oindr{|4?AeSA?Ah$klVg_7c~keB zBZsk6{jPa3&y=8uJ?l1foM4ui(?4+w!}jw#7#Jqbw_ZKPN{ajJ{Jy2rzHoh!Ozyj9 z_{Vfc&?VsqbMvgWa2%7kaqro2k%=8h;9s*<`{%tZ8;gBDWxtVeIZ~@P{l^KTnDEdq zHk1F#*iN5*HZ7!XoBDz3iuyxmqigD}v2M7QWV$Io;aa%DX(I-Q{py-ma=0H# hx5ny3$BXknnL1T={tdlpbqpBF44$rjF6*2UngDCBt`-0Q diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_chem.rsi/open-inhand-right.png deleted file mode 100644 index e171e8997e695f98d6d421f71b0a87f17a49de9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 396 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU<~$jaSW-L^Y)fwR}v2AtHrv%60G1?#eCM;C#j28|B&iddGnE^9J_W?Mb^?~sxf@UOCO zwPZsF47|Aawmd*EkU>E3?)wG*=e`t@lKmW=9qJOYnETW9(52UIeQSK?S{hmz*rHY+ z8~WCCO8ql47njRA&N9b24sWPc=u2J_*_IaSGj;a=fN2a3&XIi2=I`z;-NY(%V2{`B za1quX!-zfk8-Bc&{1X&k$I$%KpXuF!cdu9CXgWDx z(&G6lrZtmw=h@9;WLSMQ>xx5M!SsFawHK6E|C#gbLd({$_-UsDneW~TWo2lvIWNj^ iNk>|rSMXwQEz>lHy*K`{zvBdkGJ~h9pUXO@geCyF-KrA+ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/equipped-OUTERCLOTHING.png index 75baa15b1182064e60c4d2a3d4aa152897fead72..b81779a5fc4829dbf8b20e75a2576c74f0bea8fb 100644 GIT binary patch delta 584 zcmV-O0=NCN1pWk&L4O`lOjJcAVtO%zpm4a;K%vD{tIK@9))_=pAzE-2J4pZl0BC~y zi~s-t3UpFVQ~&?}|NsC0|Nj88%q-6U000SaNLh0L01m+b01m+cxRGn^0005gNklbUi1RC~>ejL6S~LrN5@GS1=I%gGE8*AM`gtf(2s0gV_T? z5-aXj>(3d95)7E&Z=_uauGb?7;aYzY;Oxm`6OYfOh^z+z7K!?c0LdX{S%lp*rV7Y< zNoJM_ZhdV?*nizB)`frKj-WyyzzR#=!ZQe`2mhGlNFcW2854j(;yr2z%(m8`0gUV^U)_WcK& WO@Oz{sDVoW00009qFMl#Q{-i(_4UTXvz5%;g^7%tvSPD`4BhMz{bP ztfGWZadl2EfCIYcsc51TeUtMNfSgOwL>K6sT>t{MZ@&VzZshm?2pjEJ0CU-$3!t|L zaTk994Bzq~{!$iz`T$Uash$}I@J1W(H6Z67uryTdBlCls00000NkvXXu0mjfI|kca diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/icon-open.png index e0f37ab48f31953a13fa782caef9aa2d21b70976..cec0cbda47f53f76efaeea77db34e2ff36ff1c95 100644 GIT binary patch delta 276 zcmdnUbcShyW4&B}Pl&5ZQkBEPqlPUDYW80%*l{^z^=V0$5HV{{ow7a#1_mGL?`%Md zt0c%T_&*FVY&xTJ9w^FL;1OBOz`%D9gc)~C%zg_LT2a=jA@Arn0MR~>L_uqYk%@4%%PI~+yxHLnVV7`oIIxZ_?w8TY^HDfioNU) zNmdKI;Vst0O1aHh5!Hn delta 248 zcmX@Zw2^6oW4&mAPl&5xRDsFFRq5N#iP{Is`X`B5donOEoXcB&2S~A(1o;L32LlEv zZ)P{35NCl$WHAE+-(e7DJf6QI1t>Vl)5S5w!vARiC*J`Dj>Q#!{-4zD5EPnjn_%iV zA*$QR{)2myj?2~wT7nhx4gGl3)16sA%vfJ|^qkMaYr*f#nbiO-=YVjotgPiQpUI1-!jlmFK2>5)D3az0>IiSD^JKiS#!yPo=dS4KGN6l-28N{tTjYTh zS4ogx@P8O!*mOqcJW!Ogz$3Dlfr0N32s4Umcr^e8=Xkm}hFJJNotVvcM1iBlz3pn% zfA04eW=+X8sBSpN|Kua*)TDnGr5R(Q>Mt%8VdPCyn?3P%dt=7hlTrJ&`BmoiNM*(` z7EFElY}1$Xr_vhUv{*T)doOS=KQbqdNi6?C!k)ui3eyCf&pDQxF@7?wc@bRnj`4_a z4R?n3UHFNhRXNe0q5anz20^X4YA?+@GXC$*-pe%OGxz!%@}jCi=8Qmx PGH`gh`njxgN@xNAVp)5S5w!vAR?BVUUFPuA*p|NZS8CS{-1`_AAw zXNu9Av^Dk>ixu;B?7FzBBSe0+=%dpYSDd&~dTaYn-mu6wqW7$srC9wJd8d6%)ZkS} zDwUWb_v_rX10PrM<*{$Q#j~d+go!_!HzOojX2$01%MEwcg=4sFd(!tzxUfD^s=!r! yp5RB14)4{XNd?=ENj64q`1N=9_lnlUwfrAWi&S0tH@Ot(Lk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwsw7nv?6@4V`m|xo0!fz;F>6nUg-3ysZ(hlN0a6?#L4LviA%Njt z^WI3H7-xY;WHAE+-$4*&+%YlxEl}{br;B4qg!|iR7x|hMcwD&`{rNAyUUfxmwf8oi z)0>vKD?bb3Zxi?W>l`$JNs(1kV4r%$ypHRR#>(1NZKo>w%9%MZ29Qw^Hdf*=w({5 zRQVRuyw7V7%ZUDtN{DW^)Vc+xvKHxz#4O&hqPBOx_?LeS?DMmmyJ}t(0KLiJ>FVdQ I&MBb@09{g&H~;_u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..01e8e0fbc1123246578f528efe824e1890af8bff GIT binary patch literal 383 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwsw7nv?6@4V`m|xo0!fz;F>6nUg-3ysZ(hlN0a6?#L4LviA%Njt z^WI3H7-xY;WHAE+-$4*&+%YlxEl}`|r;B4qg!|iRH-(xNcwF^&eE46VBjnJmbb3qe z3!gr}&H~GAwTc|_Nld~9Y6gs-br0@Qf8U{eC-nQoIo_F)4bir2RL$f75`@}d$aONhU0GU1+9Gza<^ic zrkRFv&DB5mSN%hE>RYvpQcjf{K`VD~M#VC5TG=nO_^ustUFxUdzc_(IjL)>Pn_2!b Ry8->l;OXk;vd$@?2>_OdlcxXx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/meta.json index 0420fe07990..775a3c2151d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Made by Flareguy for Space Station 14, original base sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -20,6 +20,14 @@ { "name": "open-equipped-OUTERCLOTHING", "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_cmo.rsi/open-equipped-OUTERCLOTHING.png index 695bc4535c7428d4354f15b9e6f9c02c4a8abeea..a1b3376682e4a2e133b085dde157361c4711e07f 100644 GIT binary patch delta 595 zcmV-Z0<8V31c?QZL4O`lOjJcAVtO%zpm4a;K%vD{tIK@9))_=p7CT8HT5tdW05fLD z@Bjb+3UpFVQ~&?}|NsC0|Nj88%q-6U000SaNLh0L01mvDu3421&;xV--h_Z&neD9p~ZzdD|2)ohYaZo7$;Uw`Taya4J?0TSvh%%CEX z66fy>QLA^;XM&goRSjnDt?f>KNVFsc7jZ~pIutwq`AENlAh^1SrY_(4FF-;>NCp3R zdH|$oE!}$m@gz|N0iht@L~lc&U-v=8(ECpS)?QMb0x!3nsD1$O5+ry26M)T;kTL)a z^;-p1e@tdp0e_dj55yd#WXz!1qplHja)4Av@UVir1gnR9{{jyHJU?y0E}W!@`~@J| z#@9>%iY2h&pmqlRQnoSTl;9vUU)>h<00dwJL%<~o{3^gb2f(Epuk8~r`fL6SP#VM*uTui@S-c&= zJ)>-}yO;ymgdk`Ez~4B@PFNyjF90Yhn1$qK-;_}}(LBtjplHERKR?aB>BG_-(P}iC z@*}`+eqfU@(I=s(U?HXe8t4F~BS7zvaC57CdqxYgRqH_j)K+p0V3#q`hBf4U3cxv5 zi(CJhlT74jI`qOGP#b_e2cUUa^alj6hg=<`j234B!25BIRsfzP-@&-xz4%Y_8NG*e hT10=R7w~I9DL)y`fav}m1xx?{002ovPDHLkV1hp=3Wxvz delta 500 zcmV-{+JFt9{uB^I2l1ey1%LTi)fG#KI!0Sj1wV>N zw0;9f#H$-e@k}7}(D@YrK3-DCQCy#A=b`xxfcLpH1DGX>7=Y(OCc+JXk2NGF`~^KB0VZ@_UJ0OTssnN{}l$1r}~0|*62I_CJdm~glTBj8T( ztd^jY0R&CZK7Ze!wg;Vt1ZO(2$z?tYzGm!2(VUZUp#6KH$P| zy#^%7Mj2+|rs`YB?bV~Z3;ywu!J7K`#x^nW%elcUwhX! z0Bswq47oFyiXj0Q?jsVUjeU^-0IV=J=1%CmU@QQPFm3Fzk!D=cS49#s@$#t`gufuDY`VdUp~p;u>JTr<3?g q@B#S&p#1M>DlvdJ+JK({DSZHjg;m)`qa02E0000e=9g8%>jBf9M^n7m9(Op1z% zLPA1oYij@i04-M+qW}N^4s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01m(a z01m(bYSxJf0005&NklSE9kSbFh+t zP4kz!0XM+)rvTzQa0^N#E=vAjkXjv0&k1D4s>){Rsp~k;opEuC3R}1QmDE|;B*Fgz zbp22i1j6so9|`bp1dIL`fQF$I<6aP)6?B-+8xg!$5`>w9Qdu zPLS+R05~Vv1q9(FVTJNJ$^bYY`+y)ERaZW!!EnDm{pXxOILJO<(-uVltLX#RVGkE! zlkh5Fej9*@C;V+deVLj7-(8%Lu*W;Ot7^5YTEQRd27lZD*A4iG0MeyJxDfBYn8_j| z*(rgeZC-Iel6ay_$NT$3%ZNuHxVC2G$GQb?jZ(~3*yks6m%gpuJ%DA8URE6X#x~280zP=+6PUwfsmA9&H&$h5pHL|-sI(NNcV0SD)eF= zHNlA?t!eV%9u@pitrI;^+iR-`kCf2@;)Y`|HM?QGbdXJ|bFTT0YbRcmUK_ z0ZFux2r3$|o~ul-q^xcB5moTBh-B{{fFVoP8PE>vC8q%+fzXrjD_|&NA{+Chv78C; zbu<~)uK>YSrho&n=bNC9v6S<70B()r^THcJWJ};xE&`PB>+map+0*1owJQy&zXPnl z1Ey&rAphVH?SFagKIQzn1`ucX)fxIa07eb~bIqWyd%#@=bq$Ps1}V>Y)NuwRq%Z@) zOOjqZ^$F_hVSNusX>J1!sjs>MAcMC73;t?&M|kRsmTK#(EZ{9YfCoT5fPV-$SEQ5L z5C?#XE%$-}GdBba7*N2mb;kr*u&1NC+v0BlQi^W-F@HcSLn$`E0TMqVn!;hFb%XgdsOE+R-fIh|?XTa}^%g3kyYd5-m4>;c0jrgWq0JaZ+ mt<%*x!W{wL(F6Dxuq=O-9-45~$JCMl0000| diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/icon-open.png index b2d5f44f7d900a90265574bbd9fbd5d08a490cec..242cb40d25084bdc1860b76c5e346e9d8376f211 100644 GIT binary patch delta 312 zcmX@X^nq!DW4%FuPl)Tpi4%MKCSSaG@yL-Q|NsA2&u;qi<%{yJx4JX-Jbn7q$H%9u ztINsBDLXrR{rdF`3=F4aWVQn-fs!DO>_%)r2R0E8K{u61$( z1=o7IIEGmGKb^oR)S|%QTHi3MKKJS0{M+T%d~>qCG5nn=@WGSel>A;n27`~;7sK_K zSXOzxp7_o=Q9v;2>-k%eUL9Fq&-o;0SiWL$@?z_j$_##Wgww!QI)c$mIQJ&wiLJjv z{!h+le9H4C(eT{ET_tiqiV`PRMzj`lH}Y$z%-_v0QS_1W0o~NF6L&&Shg3Sah8f;H zvb}8eR=R!MUC;jv*HQPXjrHS`0WAUx=Ol zzrI4)h1LBy`wU4mdKI;Vst06#8wfdBvi diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/icon.png index 998a03c4a4b5059dfff1959ce7f978964a1ad3a0..5c87c278b87e76571188c845cdc151d226e9acb2 100644 GIT binary patch delta 298 zcmX@b^oVJKW4%^@Pl)Tpi4!kgym;iuk^leyt7kWT`SL}1*IV5gd!9ah>f__n)z#(X zNb!{f`2_slu#P;j}Yi(`m| z|I>+$e9Z|2sZauX^#>wGGod9Oj36U;O`~lY!5*R3p@(vBMzk$tlHv zDM1pd^V3yxQr`alavtMH;}_n4 zWnStByM11kZ+BQD=vJmLd!Fdmb%F*~H$)yxnU#CZV)ct1MhYr+G3T5Aux_}R&Ne~$ o!6ms##}2LjS$hAqpu_w4KrfwXebuRPKu0rpy85}Sb4q9e0KL13#sB~S delta 274 zcmaFFbc$($W4&~MPl#)8-{d1lj{N`spCP)EVfv}AuCDCtY#$#V1_p-t_f%ql6lY10 zUocPs7%&9;R|tUw3p^r=85sBufiR<}hF1enaIvS0V~BM-(`m6|=tnQ@`hs z**dfA8^c+4E<0t7*ZuoAPOLoPx75ewZ~YuYtz~d6X}Rr}v4rq9sX%zWm%n&nH;ZCT$I_%mexW#D&_PEkCP Sd4Yi&=weS-KbLh*2~7Y>D{yN7 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/inhand-left.png index 5785736ec0c2eb6ff6c54c9415edc60f5032b15b..d95cfab8a7f44f1632971643716f6ae8f98143a0 100644 GIT binary patch delta 352 zcmcc4G=q79W4(HSPl)Tpi4%2a?D_xyzw)lPPoF-$c=2LaSC@~EkCT&Ac6PRUcGHm~ zM;I6wx=NYLfD~^@kY6xRF&r@1zEEldN^ll4nJ@ErtU#vK#0-vR|6db&7*F-bcwW9;6xma6__DLH@+Dtq{T{veBP?nPJ_$^Zs++De|CK9w zl*w6|TC*a%R*r$m{Nj@NeabUs6dZLD*JuaNQ-02*QlNKs<(faTs_Yut<+_J+jcztx z5_m50OL(S<$U!X@=Su-BvjuoOncMs9Y>jRne91oJ080y}kHd@y>`aFJtmgMvH)$k9 zHiq+@Uo_$Oq6U_es&8Cf8M&wIHw+Ou@T4d_PTeJtVRLcNE*D2JR)byhxR1R$P<^~i sPhvImd)r(79vzDcjDE}2>!0|^s1&zopr0D-fWp8x;= delta 287 zcmbQie4S~6W4%OxPlzi+`_{E<*D_2$b^Q48kMG~lm@(t_?b{3t4C1b>EdtHW4(HSPl)Tpi4%2a?D_xyzw)lPPoF-$c=2LaSC@~EkCT&Ac6PRUcGHm~ zM;I6wx=NYLfD~^@kY6xRF&r@1zEEldN^ll4nJ@ErtU#vK#0-vR|6d%8G=M7Y15 z=E>J=z~k!6wyfy?XEQUloHm}U-7D&!s85;k!f?cH*~DpHFHGh)8idrzPt3fw;{tnl zcEHP612fLPFM2a(vA9>wW|$w9vg_X!W;FxGBqm`6wI8huu4;UKb#K4X=QV;%A1v(3 zqB%eBjpVwrx1LeSMNc(o!h4~D+1{OA;=5QXcw;zI;_m(qS2!}y`=IB9*FuvLo&*&L xJ=xWwGGm9xii(BaJMNx-^7=>h!A*M@->lp*>-jgw>p%}Pc)I$ztaD0e0stp6py2=j delta 284 zcmbQme1&O(W4%OxPlzi+`_{E<*D_2$b^Q48kMG~lm@(t_?b{3t4C1b>Ek;k>S^6!6n^Zs20 z3rwzsDyB>9@US^Nx0i445?0-Us0&QXS-lPF9Ui)vGA5?=5aAZ(=zP=rhRH#U z(XC_Z`yVzZtM9QUH{38@rCKxZT20<2ucz;=6;JG7`O3uCQF?9$lbC2SI~& z`?oA$_2Z6u0Hn@28@ydsa7>RO(Za-r)g!#guyF3K(6Yw4JEn_%+0+y(b8TmQs`#G+ d_qjtv;}uo%q?Ie=9g8%>jBf9M^n7m9(OhQ6J zii(PBYij@i0A5oT6951J4s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01m+b z01m+cxRGn^0005-NklyE7;424Un^|JN-U-zt5bbnJ7GRe%Z6IU`~ZTVn; zO-tJ^^#Wdi=}!Tayh$x65t}IZD}%ClEBTo~A}QybM8c@0-L^rJnnjvq*gpjgqKCNh zpMYVUG=o5RPUD>b|3Q%2e*$QlRFiJ_(`l+FxeNZx-k($LKi-J5%`t80&qL-b!TeMJ zRQpc=)}GY=1%G?ocEbG!p!S~tYz`%zZ4L1jw+eFq7x4Ahfg~7w*04*pzJN*rpgsfN z%qNi;f#U!X0Qk%u00@ZC)hXW$S#yNc~<1^-wt;C}^}Uci3{puCp|9i_{S87vYK zTuH@x5N<4l#6G1p4W6Gn1oZdhT_^tl7)M5R(YzCJDWVABF;owAF!3~j&`1jqmPjoo zbSkZhkWx@1&|K`BK1iH`{L=(vlwio8pJLxMTWV$wQ;ajfou8~oXy~IzDp-gnzzmh% z3`Eg{Rc^k$i|FFkgH{zUCHnx?)vX6DSVL=@0G#72ywu-~GO~NTp8n&-4O*4cNASxfr=JYw@x~ P00000NkvXXu0mjfj&~=v delta 543 zcmV+)0^t3t1=R$QL4P4oOjJe0#Ket`lmGw!GL5S!tJhUkRf>v=YinyvOiV&TLI3~& z8=oU<0000BbW%=J|NsC0|NsC0|Nj6=PXY1(000SaNLh0L01mXo5Y45Tdp3fD}X28PKLOWR&nE5PIqC4UncJWMdw|eI4C}F@2hh z-rfKKqYME*-qq1v9L2Mgv2Oq@jnBu-g~0Pj;3zi%65Q?f24M6sX71E+ry;d(fZo0V z=6NRIm0tv~XMa`gDr0YZ0AYqDFWy_!WmZ5Z185Ok>mDHSo!^59+8%VW5eSwbgC&q4 zZUg}z$(mRFoUTMWKO{SY1uSUX5MZzJ0V|sIV?YkYP@A*xS1hW1RS)<`58we%58wv@ z=ZtjH(Zv8@bdy3A94w&+@Z87IU3-_pnSMwNy?aV5B7a6PXl8(0?NSCXu>^2SBnV4H zbzsU5yM$@N49CRWX-0(b@s@ytAEm>138*s$c|maI%QymcaRD^kZ6dEOfR~cr93kzo z83LH%T`i>+bphyTig&dlx5LK=KoND4s|Bxdl${mOTTj9+-T;Q50RbdY4xm diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-left.png deleted file mode 100644 index 708dea3d7b76f429e3e39933978eec64c2018d44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwGPG}9yLK(Z^i#)=AOHCN{frqiZr{EQloWSubpcWwB|(0{{~>_k zUi02apcrR?M`SSr1K(i~W;~w1A_XY8&eO#)B*OjewUbx-VA(x}3q&)z4*}Q$iB}QQv|U diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_gene.rsi/open-inhand-right.png deleted file mode 100644 index 04f6c36d3f4a6e5981b54aa557b0f9daceccb5f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwGPG}9yLK(Z^i#)=AOHCN{frqiZr{EQloWSubpcWwB|(0{{~>_k zUi02apcrR?M`SSr1K(i~W;~w1A_XY8#nZ(xB*Ojew2NFUiX5)HGk^WB-;;ILnfdUo zbC;XinK-SN=->RJs;bc#+$3b7x`TzcOE{E$;dz5~hAW#a_>2q;Z};6`U0^8EETDdW zV@+b@PrVG@3ysrs4}J38@aeg#@QqW#O_F*CH;B7TVOH9GpejN8yuzZX^Vj~KC^Y4O zrX%MZAhnZomoHcP8>SN{*~Ra$zEpgeB)-LO(;=PR2e>M3GTY9WqV`>`<7~A1nk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}zPMkRL$dMyozI?fO@#52`Pa_yI{{R2q$sIHxv1eD|~@Q5sCV9=Ne!i>9`8SXPM zFwe*gi71Ki^|4CM&(%vz$xlkvtH>VPoaxGYGNoE?tA$i5n zzyb!FK1c?r)Bvv3v!Eo|1Q-ae6+pY7P6s+78Ek%WNs2y_0(~O`0}EXPBV8j)eVEgM zj!#LpD#8(5=(PRlBQp~l zuFUbcclcLOI&%Bb=)OWRs_sUQB5z>fd$4FPZ!6K2=}+sq9->i@U#kZT#tM5|Nkvp$Lxh%{C8__eLS;8 zLfCGx>}=zS1}UNFkb%w=?n;xyd)Q~bcuCAJ1H z>!$OuoPGXP%_;A*KEp=miRLLbliq#szGAbkfvuq4w~qb6@xTLXnM_`Vezsn4a(gS+ zj_?CJ?=`r|GweLcGC_zz)0e^RT~ZpulrH=a(*Vcbxe z`B^t%W0L%j64v~ksRvglyftDoSj_y)aKSzwXNSVRj?Ozj|C#cC{VDcgs@?(CfY^q5 z4u#!OEuBA-f0PSya-N^H=#a+C?>Vcx3~X=ubKK}}ny}mV_NqfKm>l_v3&j^Y_Ah!k zKda-`;R6pHDqME_V`-SkB<#3d*Y1T|f%pu2XNNY{=FT1YA05kga9eE6D=KBUW5;^< zG2acADJ61iSg$M>H&}T6gGSH0hNab~V%dL*_S9c_;ldx!nEh}WGlSft$i>38iTWk7 zOw)plY>upHp5iUZe_i$Ylp{UX29tv1elfEydGOJU=jbEnSqufWKh}J^(#|2qW81@E t!0?J;+k=p+a$9~^A28p=u%B(pCuWD}=YfwNb$$Ys#GbBxF6*2UngH32Ufcix literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon-open.png new file mode 100644 index 0000000000000000000000000000000000000000..009d01865cfb94fd999046eae4f2fe63bf5e7c18 GIT binary patch literal 1274 zcmZ`(YiQF@6ux^Xb8`%ID5z+R_&{irRUKR<|4b19>P=c}=i@?pd(QpNch3ECPP&4D zm6hew$^ihC-bPOd?}YJ`mEd2`+3ve|E7C(N-Qe=08E>&s8g=R$R7(_+y1-^A5Tyl*XsZ*=rx|AfnDGw03}EaM^MD?V|XQQK-N1e z%h?oz8R8IeL@F-HI+JpcCNYEm8*YjuObCiO$cR5kELSv0)LLmPP2zBZU^StQ33*oJ z!m;Hb+YwS3ib^Jv*5o3qqD841yWLLFHp*tRV1z~ADkCmsk@Y!Qk{pc(>bxeZNK|CP zpygVX1agqL0<$!M&r_=jO)`lEo`MpLLmBB*jkU(8*2E&Q?RO!vo)ZhpMj0mzJF4FwyUh*XIQ==AK6GRD%TD?Pd@^wKSw+>_p7W>fr>m}S`jW0# su(0FOw--e(=C4YgsDHKaAh`Fjc-b`PqjOU-n~jfyw;|xU>~87&34czv^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c24be740b01fbaf5903372574963fbc2cb5d6d3 GIT binary patch literal 1261 zcmZ`(YiQF@6uxc~b-IZtg5n@Xh7)a))jitKR$IGAv8|Z+B)W+>be74(Cl;YvKN$h;~eWmKLI4_m$LRv@Ozt4K8rw#fHzwD2h0JP5^ElUp~hyM)vlA zH&iz;Fc1c9 zY&(()!$x_CweS%^vg2Py@8g)j+3|hVKFX);;@gDA4wc{A;SaGLQP#@gI~*m&wj_-h zVmxH9WK5JaI%&rZVjBI|-6W0~5E!-NVP62-C96DELr?^Tqi_tfsaz`^bk}FYk!8o* zAXI3QOe7LSVml$L5wg;1wUU&XG@DHbVbTsukV%>(ZBvFMOXKD>RuvQ|$P%X0GA(i( z+Hq8YQ5whQsFk=X8pIq+@**GOC8&{=M5SJ>frUcr??NOkD;AQC)K3tU%0WE}WUG(} zbxD*fTRJL&HTX5ik$C{pOi>mSWj2|uW5zY{k}0(6+O;eWVuF?nx* zcB(KTtI?35cSf`S9%l$L3g$Ierg06aQRgDdM&`yqw{oMzOK5&nG$
;xLJVUODx zvg}EZGo{_sip3w_9C|;zBK>3J>&D%a&tDc!bymTn!sSOZoA(u2UX5-VT3zw{SkvsY ziz`nQ^hBua^6?H=doD6GIkGBTK6QR|=sX~p zCEv=%ntB^L>o2|ho~RF4hAtE|w{MLK@qWC!ul-2P>nAI_PQP;$u9>sHo$3Vl_MG`d g+<&m`EO<9laA0Tc(NhoKRO{abPo3X=!*!thC*sGmwEzGB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3f3f85b0d6115bb8e3125ef30ff36c984f41b2 GIT binary patch literal 1352 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zPMkO~f+6Go|Nk=?W)?EEJbn7~;>C+yU0pstK2AtCq9nrC$0|8L zS1&OoKPgqOBDVmjnt{Q_zM>#8IXksPAt^OIGtXA({qFrr3YjUkO5vuy2EGN(sTr9b zRYj@6RemAKRoTgwDN6Qsyj(UFRzMSSQ%e#RDspr3imfVamB0pD0ofp7eI*63l9Fs& zr3l{u1?T*tR0T6V13d#JpmqfXo1&C7s~{IQsCFRFRw<*Tq`*pFzr4I$uiRKKzbIYb z(9+UU-@r)U$VeBcLbtdwuOzWTH?LS3VhGe2m(=3qqRfJl%=|nBkgZI5j|wgoG(l0)!-PaNq+|H;`we56>zf9z46H<^l6q5im1FHN8j& zX2iFiE{-7)?r*2P=4)2qaa$R)r{{b9y{$Q1)A)rq>ztl6Phye$*9CtT>eY8}`Y6me zz;ft2%k$2URvB$6Gfw?zTV^z^npI!|zYSab>)%V5SoDe(E{|Al@o`P&BrYKfuVSU^ z9J`h@8O3E!T%Yk`vaE`N{PT)m5A7@^IIj6EnAF^u@R~)-@<6pi(bg{~`9$sA5$;_&p7L|)^X zbyBPfGlF;AaJj3&aIi`@pqEJ?=Q`6>4F<=u!{2W%kY-icar8cSQ5_TWpPlk{ug)z5 O6+xb^elF{r5}E+CH_lD~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7be0d597256ad965a8844c4be42e510b94b1c30a GIT binary patch literal 1349 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zPMkO~f+6Go|Nk=?W)?EEJbn7~;>C+yU0pstK2AtCq9nrC$0|8L zS1&OoKPgqOBDVmjnt{Q_zM>#8IXksPAt^OIGtXA({qFrr3YjUkO5vuy2EGN(sTr9b zRYj@6RemAKRoTgwDN6Qsyj(UFRzMSSQ%e#RDspr3imfVamB0pD0ofp7eI*63l9Fs& zr3l{u1?T*tR0T6V13d#JpmqfXo1&C7s~{IQsCFRFRw<*Tq`*pFzr4I$uiRKKzbIYb z(9+UU-@r)U$VeBcLbtdwuOzWTH?LS3VhGe2m(=3qqRfJl%=|nBkgZI5j|wgoG(l0)!-PaNq+|H;`we56>zf9z46H<^l6q5im1FHN8j& zX2e&XE{-7)?r*2vER)}TjsoGYdW>?y;Y^wu@BSJ;ICNs^ z1BDf(oEkHBipa2R)njDkp5F9{2dGvg@!6|r@p}D^kDOOrcgoLf&({K#Kc23BF6*2U FngG4m&Uyd< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/meta.json similarity index 72% rename from Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json rename to Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/meta.json index 600bbc3d6db..f10d1d80141 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Drawn by Ubaser", + "copyright": "Made by Ubaser from labcoat sprite, modified by Flareguy", "size": { "x": 32, "y": 32 @@ -28,14 +28,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "open-inhand-left", - "directions": 4 - }, - { - "name": "open-inhand-right", - "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_rd.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2375d8759d3de51749bf865baef36e4c5e203e8b GIT binary patch literal 1636 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}zPMkRL$dMyozI?fO@#52`Pa_yI{{R2q$I666;QREz=`RM*Z-0!nfgctjR6FlfvKVa8p}4EGrr zm}g{$M3hAM`dB6B=jtV<-n*TA>HIW;5GqpB!1xXLdixhgx^GDXSWj+e`(!U||YZfZ%QLPc&)Ua?h$trFN^ zDz9|8>y;bpKhp88yV>WRp=I1=9MH?=;jqGLkxi$GBt;)dfxeM}frYMtk*<-YKFsMr z$EPG)m1LIWq=G|40Sv(5;+Ru{Bn0(kPA15WRym1z>9$H0x+$q?iKRIuN_MG*rI`f< zsVTbtp&_n8&OZJj9-e;gHu|8D$jL-92O@-Qwv9f93v59Cw2BN$EzZv=1%;@ck(r4N z*!L)+pg05pi24Yu>XAiJ)dytcm*fMJNl|99XI@EaQ9%(f$v|v_+J##Ms!0foL-R6A z?2Mq=(S+f8kmAJ3v8bdxzbHEd90RyQ5vK--k&rM&N`R2W4Gw%@>IU*`^x;_r#DizI z)I4AwD*|SwsHPXdT+R5?)5S3)!u{>E+eOU=JT6avs|Nh}AAfslVTb63<(I##Jbcci zZ$gbg%c7;97Umt`P57(X5E6TZ!)r;T%BNU|W7n?E%4UjO-D7wvs_@#jX^+-?l9?EO z?QMHY%m@Egy?Tb2j(ZIbKYD6iCwCie`}^bDsr?LsEKj-reR#_yaLKP@<#~HXJ+*g@ zT<^x5jueEHPosC|Qus@b;@ng1Ak7vV-5XTT|Q_&IL!_)8^Z0D$U>% z_q&EaqW2+Rk4DAGwHgiA3>`Fsx`UD({-#SYbrn|#aPNHm*Yy0PpK>3x?>0yu*v0r? zz#(lrhw#en5A~HcrF`_ty4d>Rm{aGS%VA=PRa*9nA6|q?tV;@xj+BU1xN$kg#wFvz z;*1|byc4S>EMz#gb3C8VU=Wm`^y1>9$@>f}5`~ZC2siL>vk8B^`e?FTfp|eyQV}PE z-u$Mp$9#LZGz8_=uwU6NzGZGn0<&1*bXWF2f?MLVN*3m_ziIVVXRtXEwwPOYgZLgk z#%xW?mrL!{TxR?2obs_Cw%G4vUNXZO=Tpx02O30dc+Z;cx%bR@7DGXujk_^}z2~Ka w9ZARe9ONcB34L2|-+uMKnRy3}Hw5it3{H5So1my12P%#|UHx3vIVCg!02h#2_5c6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/equipped-OUTERCLOTHING.png index 7bddbe3991e58fd9ace59c247c5c821d95829a12..270abf067e5aa677d7c91c795e232299e627454b 100644 GIT binary patch delta 618 zcmV-w0+s!%1;+)DK}kGNOjJcB8z4Y6H$p-}H~<4<0046Y0{{R2k&%(~^z`NB<VbpA}Ntp%4dMep8zk9Cp+6oN)c(L`~|r3=R1JB<7Hj=(f*+eP)GsTea(yGDgbW} z>vdjtKws-}D=6d{1mXsO7#-XS3i-gIPyo9-UV!KY{D%OOEkZ+`wg(z8 zSeeg_ri=`4We-%fIDjT0t=INI14yQ8&7eT=Fc`j$Y5>eWpC){cA4ST@7}xj@Bjba-d+YUV7c_u9mo(X3GxdDYQY2yjF%2P0jl6E z@Q5sCVBk9f!i-bvwfUqO7#J^jx;TbJxWAoNSlq0@b9A*{hveoh+V}sje#e@`s#|gW z?fSXz^O7n~_MdspIQ@h7+y-HVU%>}dS*_k&{mMK~zIOVdB|0;Eekk&^J=!7KtH9%Y zzjx<;rVNv2m+1#ZB)cytPP}@f^<$-3 zP*^?Vjn0Wl3)tXvI&UmCKYfp4kZ!~4uU(;P zpUyEV1g?B>e*5pgb<7H%=ig^=O217QbQ&-(n(ud@&DXE^ck7W?9h+%qra^Z%Eb;P-<~@#^&Udd2`J*#%!s z8=h9UTQCS*El_zLIWX2^fSNR_7xX8G9@A2|R3 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/icon-open.png index ec6f76ee1a030ed9a6d7084bb9a6acb248816653..c78886effeae40af5f83cec4b37e438a83acb13f 100644 GIT binary patch delta 309 zcmcb_^pW?UHx3vIVCg!0MZqLUjP6A delta 282 zcmaFMbctz#W4%g%Pl&6uxP-2zrY8ftlarH$g+(z7lY^;wZ{Or(28RFt{~tMWgn@x! zar*9JAjMM>{QFuHHT5*!*3}6Wp&CgMt14mw zO~0!fqWU{HR(RGleB;}qww7`4>zK0#Vt54(T*+mhbHMrxM-6kEmVcR{+RL5u9quIg zoH!oIU7>#FXCUW?S1%40cZ(lTYyItgM3s@@xV{3*|A+3AogcSzx~cj%Dz4^>bP0l+XkKOW$(k diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/icon.png index 6e5d3530eff744a06132aa95f6d666c9345c7772..02ce32c8624f5a70694328310bd7d0aa8b8c295b 100644 GIT binary patch delta 316 zcmcb?^o41HW4&>JPl&6kw1Nc#vxBL5G6RE?lhehE7mHb#jvP7i|NsA|PoGYlI8j<$ zVtZViCjZw#+_zRODQz?J7j>zF;)1{C+Xx<*8W>v` z$|0DvMfA{%8Y4#s4+ocRi-q|Nma#|%Io)eKaArb|1CzDy!v+Or7Y4VROq!?6SZ8iM z!Iq(R_5^!!*eR=B|0b`}TDmVw(7JbCDwDG7tH9hVEA~eo%+#N=-J!E*5 zH@Tne|G|9g;=9JqTUD!1|7F@`cKcS*{-#(t#;ST|Gf7Le8Bv0f#>C&bl)fw`E4Y2w6*|NsAg`t)fs1A`|6`}VjvRcVD;j*b^EUSwck zSQ%-W0HkEBLKyl6jkH}&M2EKzJ%(!D>_FJIf4Nn)xkO=p;)86tm zEAY53^}G1--}~KS`y1}*8FCwXS0#1SPkYAk=ON!q_m~Gv2U+z5esR9y{B571cHPO+ zxW(q#cea2ffwvBO+*V(#E$;E*(Xk1~W$V(NBX>G5Ey|o%ac6(vQ>J&_kAz;Q#acQr zNj;WX&HMUPr((pE1uN&2L^?)=S9+B^W#D@EfJvM~ub}Zk6FbW)d2XMzd|W$31+O@}zAD=N}#_ij;KfZs@z`&q%;X6B! z;wlO93;quS44cmAoCk_>7I;J!GcfQS24TkI`72U@f~!1T977`9-(I`Tby$I?;o*^| z7xw(;K40Rrc=Lt}s~!JoyZ#DYFY+dlRiyrbXh1{w0a=C&iEt^UZH95Tm@a&1eH)ea z;BBj{gASL9Ph#B*)A_d;m6j|}5qjo6!#}tG!hg=o|NRnrrq{8Wuyf2f#>;J-&tJf< zqP2iweFM`TCaw>g9QJ%YKgr?0+%s<@PKGt-TXYtD5qMB{z5nC#FMMxq^35o%)KF=B f|4+_9teSa6NbkbW)z6Ls-Ob?X>gTe~DWM4fM+$vW diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/inhand-right.png index 9392a407a7e47f0ad07658fc738c1b934d42b286..99937faf28e1699e82cff7fe95c38d32feb85032 100644 GIT binary patch delta 343 zcmcc4)XzM@v0f#>C&bl)fw`E4Y2w6*|NsAg`t)fs1A`|6`}VjvRcVD;j*b^EUSwck zSQ%-W0HkEBLKyl6jkH}&M2EGFz%$RkplM^U-$J50zB*Ojew2OSr z3Oue$SG@S~|G%vGDzVblR<#kAgqcO_*Qvka&VAHB;{eM67Bz-)&U2L$=FQV6empHo z{khEY&n|LI&pFMtN_TNYd1Ysw@s_fDyR1Y|ptN@Su{}!ym;dzE;CXoCvBR?NhME_L z55{lsI^XngN`mM8FKmS}g|e>8A`4`NXE1d%?7T zZYj+Jo%Zv8OTTDUOKKLWc`vl#?9wH_43>I(+>YT~;$XRWC9m!Drl}92r%zz<-`{vm j_07A`Chb3a6^@x_6|HJ1YRgy&^eKaI1 delta 287 zcmeBYzRonkv0g5~C&bm0fn8NvA(?@}!PI>1+O@}zAD=N}#_ij;KfZs@z`&q%;X6B! z;wlO93;quS44cmAoCk_>7I;J!GcfQS0%1l`4X*~E;2KXC$B+p3x7T(G9ai9R4eZP? z{Qv*(!;K<4I&)T?c@fs*F7ucx*jA^Jr9Oa(a{-H(L(EUk&>1^>Qt!L9+Q&R{QZ!+C zBV?*>IQ8F?@)`SU&M_MZtBV`kaJ2l)KHFd19rWYx3g+aWVjpA;R>}QkNLgj|oV@^S zl8^(ZN<-d($=-Ea&Ts$wwD#M+2g)Q de0NwIKS85+;g6GL*MKf(@O1TaS?83{1ORHudMy9| diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/meta.json index 415d267995c..775a3c2151d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Made by Flareguy for Space Station 14, original base sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -28,14 +28,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "open-inhand-left", - "directions": 4 - }, - { - "name": "open-inhand-right", - "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-equipped-OUTERCLOTHING.png index d2b53c57873c51e00bada7f7a9c588e3fb633c65..f6c705937e4c47ca04306e980e69326877b5c476 100644 GIT binary patch delta 668 zcmV;N0%QIC1mFdbL4Qk7OjJcB8z4Y6H$p-}H~<4<0046Y0{{R2k&%(~^z`NB<r zPE-H?|NsC0|NsC0|NsC0|NsC0|NsC0|Nj61Gzzx>000SaNRgxxfB8v7K~z{r?Uvnc zq%aJH1B5s~Fw1OPChz~Gdz=P{nMp3%N|jce3nIty7t0`Q6~CzqZ~<693Q%2Ix*Ale zo~4ApFjUv4wXYBctyR}`YScsCVI60OQT3cc*Q>ESv1!obrjoD&1~{0&@#71^pp7vp z9BVUDC zXG<#iGeG!v0P*%bMK$wLSW?M<01p3N1Bl#wi_`4R!J7_1AptPR;5NUg;HL=HL%h7; z1mFxB01&Ke0Bp+O=?!cm?^wPDfd8`w^29C*o(bNIS5yLme@_|61BWPp0EIdr%zwf( z%L9ktX9AuTK%`}fAuh}7c=$JEJE;VGNf+P(ur9!V2vB)MXegZim;x|p?$3>+C%-w`@P@ zoiJUX|5O3qe_FD7oU;9-4{psCqeiw_G6VecLs;t>7&H|Wq6%P#acd(3XRwIQA^`kw zww}SmILB)nVCot4s3EUaK#0-1^|oaDN%XMJ<7=)1cmPg(%ORaHp<2mb&68Wa~(6#xJL0Ft}GMgRZ+5_D2dQ~&?}|NsC0|NsC0|NsC0|Nj8u zzrPXy000SaNLh0L01m_e01m_fl`9S#00059NklH1eW`_HXWBs`cNm}1W|d! zhnG7rTAt*^&qUO^M9-s@Rm-%37}5EKLm&y>nBs= zCj1qE@p?cQx8dIcO2T&utk>bM0EdKHZvlMFcZ36gi1}7#?BkB$>U2kUULJI|X#fa8 z%FBIM3oZ|KG68^hKI6?4lNVb|0F5qS2@y|~EDFF!2}najB%o}pdI2!vO(FX^m;m5& z#G7LFV?d7$fI{ef3%H+j(zyUS^`(VApxZ!7Ke+`9kS_q;`m&|1*MN6)0zL+$^b17I V{3ptBHsAmN002ovPDHLkV1k4>1nd9+ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-left.png deleted file mode 100644 index 8f0c1347218a44b528145b2115da2688ff759511..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`032l#}zdNQ!9N-HEYFsxm>_W1GRGiJ=Vef##u_wRx7f0EKYfD~s*kYDhB zC}0TouMh$W7I;J!GcfQS0%1l`4X*~E;9^e~$B+p3x7RN6H7oG6J`{_(_Pzd5;3bw+ zQ_06!Cx5Q@nxOxxcakg{LjyYyJ>XO@+xJc+P0vt&DZ|(9ooCiM#p$Iuh^i`2wYvWH z>a$;AY%8wugFjPR$?gL*} z+uvgO_0zcFSH5%4MZF8J6gSBHf5`Xd4PVGD$qzU0GpFUN2h~20PUhhOI+wxI)z4*} HQ$iB}oy&h1 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_robo.rsi/open-inhand-right.png deleted file mode 100644 index 3c7f5e1abdbc133c31b39b38ad0b666b53c3e178..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`032l#}zdNQ!9N-HEYFsxm>_W1GRGiJ=Vef##u_wRx7f0EKYfD~s*kYDhB zC}0TouMh$W7I;J!GcfQS0%1l`4X*~E;37{K$B+p3x7T*_9X8-_2sC)`>3@8T+`9=S zD`b~>-RX4sapKjb2C?h~jO!cO_ORJ8EO^9eDp2@D;`jl%f;ZgEdqn<-Y;0&UI6C|O z&3`p#x4v)SkaSS`m!y2#JmKy0z04h%>lun_xXx$`?0593<}_aamxaspLc?_j<~U~F z3iAg~{OxwXyZuv&;oH;=$L{7GSfW%=_2)NR)b7R)YZ&=|RXcp;71>|={L0tp89>)E Nc)I$ztaD0e0swZ3g3JH_ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1b2c62a529b5c5cf6e3cc6be78f371eb42bfb854 GIT binary patch literal 678 zcmV;X0$KfuP)Px#1ZP1_K>z@;j|==^1poj5Do{*RMUjz_#Kgq(^z_lu(dFgkSO94M|Nof)nQ;Jw zOiWCQii$!)LThVl00028%MeZg000hjQchF<|NsC0|NsC0|NsC007byu$N&HU32;bR za{vGi!2kdb!2!6DYwZ940qaRbK~z{r?Uvb&gD?z5y%Cm{|Nq^&4$#^_m`a_e5m%zY zwR5nNfKBt4x&b%9^``*hI&ce0BrZz+V31lJP0tBr#;VF@>8a~D&z*5`iwaw}{FT&M z*(AaL0(AXQ6a>QW&>so#Zv>0}7l4ML6y$)b3`0zE5&SB3zHsz!cO=@u&xHBXsq6{v zrxifa{{mp`$(@3$T3OY<0iyo}z~&IMjKUt8w+gEMH{k7$fmBQ;u|xWs-hiM4uwtW> zw9QduPLS+R05~Vv1q9(FVTJNJ$^bYY`+y)ERaZW!!EnDm{pXxOILJO<(-uVltLX#R zVGkE!lkh5Fej9*@C;V+deVLj7-(8%Lu*W;Ot7^5YTEQRd2HXJG4fuxu(xpYX5bwU2 z$s!};tE6aVgycEv=;~^Hz93+JE#9&CCqUl|x{KyF5g$b~A=0PrAqJBS0|0AY!W z$D~Q?=pvL9bRjgZ_CX^W07Lz00u(J6>gTlD2Tiqskd$K10N;EOZfC&WO>_%)r2R7=#&*=dVZs3a;~X zaSXBWe>#Cts6~OpwbOrAYUTgi-*WFBnmfzZq27(9MoHso|2>Y569=v?>W@)b#ME$2 zdAh!UaOl$3{nx$)9b;IXp2m@UI#AugN8jE-6%~juHnVhC-zr2{ck(IkqO#W5l0j`IF5A;>TJpQbnw(=80i1DUhV)c!s vhqu`=sTi@JxLe6yaB2O{EAHl1tO2L^n0$=S&kW251rvj(tDnm{r-UW|GEJ0P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..570c4ec1b4918eff764391a862b402a8a1cf46f9 GIT binary patch literal 354 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?STCr+Gr@#4iJM~?je|388u`qanAr>m>W$;l}@ zI~%Axy(IM(km4%|@(TtkMgRua19wgUWjG5wB8!0v4ude`@%$AjK*8mnE{-7<{!b@1 z@--W9xU5&$I{Wqi|L^!zy~JnNHcanum>=$a@&AiX20qtPjZlZi4uiBOrxXLG1WBmY zi@m=mF8tLrbfaq36;7S4T33!pWbf?|PN)vOz_?4O_Z@>tdHegzd5j;8UwHqOd8r@l z_IX*p-C>QOTbaJ>d7@v}2^v`45P2|VR_-;6)h~7!DX7@RoNxZay5V9v+k^*~k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zPMkQgkfG)O|Nk=?WPNgLYHC*T-p=@w|MyD6+@!WoKjMOTNzfJ$ms+Skx4J5||!UH(h7`D_8O;le09n zW<_?b90Qa2#U=CmlxNB)IO-&>(GH%c{G3UpK=16zHGgDP*)_Dwbr0tn-E6!h@Lb}T z@JthtgIX-kmjYO33-EX{xA)oE8r?kjl6}SjmKIJQhZzspnGE|`&F`^p(nx3w=Q+P< z!tX^5EGJdpxVkcOPuXu6B68qKQFxrXOCZDM;-FnFj$*6^yXJ8pdv&1tc$uEWYUcO0 nxBNXi78Mx%maEr4@sm+0cE_x0zmfu=XBj+Q{an^LB{Ts5GV`69 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c28ef522612bf5ae467a6afd3f5f32f1fc41a27f GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zPMkQgkfG)O|Nk=?WyyH`9>pEBdg^MiVAPn~@dn2xZhIqXx-_@1MFZD+AbP;6UK z-(?ks{`|S?fAi0cV`XIO-4fDN^s+^S;fUR`iPOAZn9Of92&t2wn0al-1@`dlfS0ib zW}JOr^k&Rraj%-qFh43~*S{;wY6gr+Ou`CkKUx=D)%g7C-hQLcYXq4-SlE?ue%>3& zb!BfoqmqlBYS4uDLItzEJH5nru~hKJaHhoF{T;4wWS;jy&k3)ECM7%xDiC_It3_qT r4v`fV3%z&TJ^keMkLrV)_AtI#xntJzZ;sc2-evG~^>bP0l+XkK<|nAz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/meta.json similarity index 62% rename from Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/meta.json rename to Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/meta.json index 442bfb29202..775a3c2151d 100644 --- a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/meta.json +++ b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Made by Flareguy for Space Station 14, original base sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", "size": { "x": 32, "y": 32 @@ -28,14 +28,6 @@ { "name": "inhand-right", "directions": 4 - }, - { - "name": "open-inhand-left", - "directions": 4 - }, - { - "name": "open-inhand-right", - "directions": 4 } ] } diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_sci.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..03f66e91d862b340c49e14c97c26c200a0240915 GIT binary patch literal 683 zcmV;c0#yBpP)Px#1ZP1_K>z@;j|==^1poj5Do{*RMUjz_#Kgq(^z_lu(dFgkSO94M|Nof)nQ;Jw zOiWBdLPCm)ife0Y0002N&k_Cr000hjQchF<|NsC0|NsC0|NsC007byu$N&HU32;bR za{vGi!vFvd!vV){sAK>D0q{vgK~z{r?Uw6~tso4AOR4p;_5EM>tX6bW6*9@puM<}? zVr}_gfK5x=FZBXmfay;Gl)OnTC=r_|_$!05cq{ptKq4vUoJ7K?rQNnclA1-DWY|9i z4Wfs*@}GcVoHT<#cuwP;0RKUd+J6FQnpBf+_|s{sC%Fs$%-)|@ZC)hXW$S#yNc~<1^-wt;02goz<&s!yq5?arOS;O zED{o2NyT~)ZY+evKBYAco}W7e^!MalC;tE#M@Dtgyc2OLq6pzJR1bA9@ic+ZNDB~_ zNG&FGDy@l-Qcxq%TeG(1poj4A*dP`hYn0kOp1z% zLPA1oYij@i025uGv;Y7A4s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01m(a z01m(bYSxJf0005&NklSE9kSbFh+t zP4kz!0XM+)rvTzQa0^N#E=vAjkXjv0&k1D4s>){Rsp~k;opEuC3R}1QmDE|;B*Fgz zbp22i1j6so9|`bp1dIL`fQF$I<6aP)6?B-+8xg!$5`>w9Qdu zPLS+R05~Vv1q9(FVTJNJ$^bYY`+y)ERaZW!!EnDm{pXxOILJO<(-uVltLX#RVGkE! zlkh5Fej9*@C;V+deVLj7-(8%Lu*W;Ot7^5YTEQRd27lZD*A4iG0MeyJxDfBYn8_j| z*(rgeZC-Iel6ay_$NT$3%ZNuHxVC2G$GQb?jZ(~3*yks6m%gpuJ%DA8URE6X#x~280zP=+6PUwfsmA9&H&$h5pHL|-sI(NNcV0SD)eF= zHNlA?t!eV%9u@pitrI;^+iR-`kCf2@;)Y`|HM?QGbdXJ|bFTT0YbRcmUK_ z0ZFux2r3$|o~ul-q^xcB5moTBh-B{{fFVoP8PE>vC8q%+fzXrjD_|&NA{+Chv78C; zbu<~)uK>YSrho&n=bNC9v6S<70B()r^THcJWJ};xE&`PB>+map+0*1owJQy&zXPnl z1Ey&rAphVH?SFagKIQzn1`ucX)fxIa07eb~bIqWyd%#@=bq$Ps1}V>Y)NuwRq%Z@) zOOjqZ^$F_hVSNusX>J1!sjs>MAcMC73;t?&M|kRsmTK#(EZ{9YfCoT5fPV-$SEQ5L z5C?#XE%$-}GdBba7*N2mb;kr*u&1NC+v0BlQi^W-F@HcSLn$`E0TMqVn!;hFb%XgdsOE+R-fIh|?XTa}^%g3kyYd5-m4>;c0jrgWq0JaZ+ mt<%*x!W{wL(F6Dxuq=O-9-45~$JCMl0000S|=w^ zaIL3{V~BRKHz(^G!{3<#A3PaO$?p|pF!-2#FG4bMH?RU-GJC~8eR=R!MUC;jv*HQPXjrHS`0WAUx=Ol zzrI4)h1LBy`wU4mdKI;Vst06a2xivR!s diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/icon.png index ddd4a32e1e3b2083cb0eb5a61a976b0dab08649a..2ccbba517ec70681216f35a5b5d84bdbde4f27db 100644 GIT binary patch delta 298 zcmX@b^oVJKW4%^@Pl)Tpi4!kgym;iuk^leyizKsr`SL|^g_L+Z-_xg0eSCbny1Ja4 zoU*gC85kI<0u(!d6kkb@UocQH0x-B9xN`z1!&%@FSqxNg0E8K{u61$(1($oeIEGmG zKb_df*KEMyvR+~9?AQPQzvEN&su!PK+c3SuVSc#x#s4ol8TedFH9{R4I}FmEoKg&! z5+tEoFZTYPxbRog(2c59S2%UHYF#-Zk-fJ=IH5Z90^=^B-ggWpxPTzY!j3p nT#}n~?9l3;rT1S8I=qh$^wOEuSDhLMbTosftDnm{r-UW|5_g9& delta 274 zcmaFFbc$($W4&~MPl#)8-{d1lj{N`sU$T)+afMV@S66m+wvUew0|UeUo6!$|6lY10 zUocPs7%&9;R|tUw3p^r=85sBufiR<}hF1enaIvS0V~BM-(`m6|=tnQ@`hs z**dfA8^c+4E<0t7*ZuoAPOLoPx75ewZ~YuYtz~d6X}Rr}v4rq9sX%zWm%n&nH;ZCT$I_%mexW#D&_PEkCP Sd4Yi&=weS-KbLh*2~7ZCM{th- diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/inhand-left.png index a37143bc8051f7ec01c91cc8683176804ea21a39..2dde993a3df6075fcb5df9e01f536fbe0336ddc8 100644 GIT binary patch delta 352 zcmcc4G=q79W4(HSPl)Tpi4(=!`Tqa^ued_$>C>kdFJA2G>hkgNadL9X&dwG|W;t@? z2m=Fy?)(4gK#I2{$S)YE7!DY0UnsQ!B{&N_B8wRq_zr?FLbIJTKoaitMR3eA(Gp`I4`*eve-K5f(KCp9H2y)lJu#|H_p- z%H%9ftyz&>E62cOesRhCKING*3XVF7YqW#sDL-dYDbPE+a?KxERdx;Sa^1tZMmHNT z2|SnhB|Ota|;b|%AqR`YwTn=}$4 z8^d|dFPiXsQ3K0K)i#Bmy4qqtHG{$+{a!Ws6Jk% sC$XCOz3nZ3kB&tJM!)6i^-ug{REpg(tJ<%m0O(x?Pgg&ebxsLQ0KemuQ~&?~ delta 287 zcmbQie4S~6W4%OxPlzkWB<{6q*K)5EJAVB5$M^4N%$RZe_H70R2A`$w(m;x%B*-uL zKLjw`Yu+0P6yq%Lh%9Dc;5!V$jK}j=qyPoCc)B=-M7Y15c9H9_0f*~WslWg2=kXmE zN|#^a&+M;p=k@{5OVioDC@M=d8aD}ADDM!iXV7|QEG`r`QFv)XrdtHW4(HSPl)Tpi4(=!`Tqa^ued_$>C>kdFJA2G>hkgNadL9X&dwG|W;t@? z2m=Fy?)(4gK#I2{$S)YE7!DY0UnsQ!B{&N_B8wRq_zr?F<5(G)dbfl$6}@Z`VK`#9Y~nPp7bf!?4MOVVCuUyTae+NN zJK$xkff;At7rhy?Slp{-Gt7@l+4b)Vvzh^85|glk+K<)+S2aGry0_ox^BO^>4;FT1 z(VU<6Msi)*ThFNEqNf@(;k{77Z0}Al@m(wxyfK_9ad&@*D;$~Ueb95lYoSRAPl5`B xp6qH-nXyA;Ma4qz9d}PZdHtjM;HEu{Z&vP@_57RTb)bhCJYD@<);T3K0RUpmpOyds delta 284 zcmbQme1&O(W4%OxPlzkWB<{6q*K)5EJAVB5$M^4N%$RZe_H70R2A`$w(m;x%B*-uL zKLjw`Yu+0P6yq%Lh%9Dc;5!V$jK}j=qyPmsdb&7k;k>S^6!6n^Zs20 z3rwzsDyB>9@US^Nx0i445?0-Us0&QXS-lPF9Ui)vGA5?=5aAZ(=zP=rhRH#U z(XC_Z`yVzZtM9QUH{38@rCKxZT20<2ucz;=6;JG7`O3uCQF?9$lbC2SI~& z`?oA$_2Z6u0Hn@28@ydsa7>RO(Za-r)g!#guyF3K(6Yw4JEn_%+0+y(b8TmQs`#G+ d_qjtv;}uo%q?IeG(1poj4A*dP`hYn0kOhQ6J zii(PBYij@i0AN|31ONa44s=pZQ~&?}|NsC0|NsC0|Nj6*z}(0H000SaNLh0L01m+b z01m+cxRGn^0005-NklyE7;424Un^|JN-U-zt5bbnJ7GRe%Z6IU`~ZTVn; zO-tJ^^#Wdi=}!Tayh$x65t}IZD}%ClEBTo~A}QybM8c@0-L^rJnnjvq*gpjgqKCNh zpMYVUG=o5RPUD>b|3Q%2e*$QlRFiJ_(`l+FxeNZx-k($LKi-J5%`t80&qL-b!TeMJ zRQpc=)}GY=1%G?ocEbG!p!S~tYz`%zZ4L1jw+eFq7x4Ahfg~7w*04*pzJN*rpgsfN z%qNi;f#U!X0Qk%u00@ZC)hXW$S#yNc~<1^-wt;C}^}Uci3{puCp|9i_{S87vYK zTuH@x5N<4l#6G1p4W6Gn1oZdhT_^tl7)M5R(YzCJDWVABF;owAF!3~j&`1jqmPjoo zbSkZhkWx@1&|K`BK1iH`{L=(vlwio8pJLxMTWV$wQ;ajfou8~oXy~IzDp-gnzzmh% z3`Eg{Rc^k$i|FFkgH{zUCHnx?)vX6DSVL=@0G#72ywu-~GO~NTp8n&-4O*4cNASxfr=JYw@x~ P00000NkvXXu0mjfL_a0s delta 543 zcmV+)0^t3t1=R$QL4P4oOjJe0#Ket`lmGw!8G!~Ns2WvORf>v=YinyvOiV&TLI3~& zue8gX0000BbW%=J|NsC0|NsC0|Nj6=PXY1(000SaNLh0L01mXo5Y45Tdp3fD}X28PKLOWR&nE5PIqC4UncJWMdw|eI4C}F@2hh z-rfKKqYME*-qq1v9L2Mgv2Oq@jnBu-g~0Pj;3zi%65Q?f24M6sX71E+ry;d(fZo0V z=6NRIm0tv~XMa`gDr0YZ0AYqDFWy_!WmZ5Z185Ok>mDHSo!^59+8%VW5eSwbgC&q4 zZUg}z$(mRFoUTMWKO{SY1uSUX5MZzJ0V|sIV?YkYP@A*xS1hW1RS)<`58we%58wv@ z=ZtjH(Zv8@bdy3A94w&+@Z87IU3-_pnSMwNy?aV5B7a6PXl8(0?NSCXu>^2SBnV4H zbzsU5yM$@N49CRWX-0(b@s@ytAEm>138*s$c|maI%QymcaRD^kZ6dEOfR~cr93kzo z83LH%T`i>+bphyTig&dlx5LK=KoND4s|Bxdl${mOTTj9+-T;Q50RbdWTmW diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-left.png deleted file mode 100644 index 0fd1c0d8401b4fb46a6a02c3f14678d5fc3fd50e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwa!lf0yLK)2O0na|kAHmse#VR$w{PDDO8P8ymj+TCB|(0{{~>_k zUi02apcrR?M`SSr1K(i~W;~w1A_XY8&eO#)B*OjewUbx-VA(x}3q&)z4*}Q$iB}NkD-W diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/labcoat_viro.rsi/open-inhand-right.png deleted file mode 100644 index b2596585fae3f80dff7adf6e3fc3c3ee82bda1a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`031o(uwa!lf0yLK)2O0na|kAHmse#VR$w{PDDO8P8ymj+TCB|(0{{~>_k zUi02apcrR?M`SSr1K(i~W;~w1A_XY8#nZ(xB*Ojew2NFUiX5)HGk^WB-;;ILnfdUo zbC;XinK-SN=->RJs;bc#+$3b7x`TzcOE{E$;dz5~hAW#a_>2q;Z};6`U0^8EETDdW zV@+b@PrVG@3ysrs4}J38@aeg#@QqW#O_F*CH;B7TVOH9GpejN8yuzZX^Vj~KC^Y4O zrX%MZAhnZomoHcP8>SN{*~Ra$zEpgeB)-LO(;=PR2e>M3GTY9WqV`>`<7~A1nDZ2|%Ph28+R>NSa6_k|Kf^(+@UIzih0}5hVN^a8wnCv4MXbnYdVh*U!zOu!5EJ;u0l;Cgcr+G=#yJ8r`%|P(WQGwS7Q_Z8 zg`3&Wq=K$&=zFWuUnv2brBs%{W^gw{k#cmHE#4wH{N5fS)41wf>0k zjo?8%MSlrcVN@;z3itv=uT3#d^ZnZ6$5>y<{kSZMgqsfVgZUfOH?<mw@S@Qv!d}y;DbHvKWf9LDD1wGv|z?8G5XE0Su;kkLu>SUJQTxdk}3S#b8@c zAI5WqAmO@E8Txj8^5aLDL6^QDS_-OHY<-0DGZI-#o z4Mt;-e=pp!p2o_WCF{?!!0 zwddp}t5Ml%FH6FI(*yGx-XB86cgW)(UyuIcBn)}*e9V0p%ANUcr58ZZ=j^*T(!Z2a z=D*$kBiwOoq3L5<-e&bqqrX4Mb?e^O~a+&9IlbyVs z-%U^!_{j8sKPw0Nz7$C3hb((tb2GMR$)eG~($TxQy~K_4`cvkaG8R87#U!svqyUgS=Z8CrBzDEyN79qM4#0M^Ro22&Kv#**gkwB>v*%{ zcu~en)hmeihtp^q5ImIBCpL|1yzZKJi>{%eg1`C zvm85(IheN4rVDtCb7FAeK>YodZZub1m6)s9vhVKsk_cVc%d7JvP2xxT`j)FWoSWY` zmOA&|M{(b5)8Ok(H(#(zYFvxVk&EkA{;zdmxAyI%d^c3L(N5ZZ_uKX_DWtK+bqK0v z2)k*uLmGxeIH*2UC9tN*09wpQ0#Jinne^{!_^B&!y$cl;MP&2qofrKoES*Us2d)j_ zDSz}A55bm4S_NsD!Wf8o{)6*avN3Xp$NO<)E91P-inKZ(

v*tg?s8@68lpm+sFU1wbt852Z)E- z9nQucp5xkf>qw=C&MF_T_}U&geqrKRVc-Z1rIPcyeCf8uD< zR)Xlt;>y7lw)pefg?6fWm!qnJq?ebaAqHOEQXTf4g^|!r}Au)wYN@%mENnXFR9Ch#D9)eXtu)B($d<6 zhX(x?sUQM^-z1>h!$O+#D6r1b;HME$tj}+T$sb#z+;eQUfa=mjk7s|APbD)RfhL;8 z4KI(VTqXy59vppJ1iSNUT_rTDm&kVAL;1GdKn+yDRo diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/icon-open.png deleted file mode 100644 index 69fb3a2a158e566d682cb51147a35a3ed5be8e68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1488 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}e5nzhX}-P; zT0k}j5QD&_;K@Lev%n*=n1MlK76>znTPbd0U|>$m42dX-@b$4u&d=3LOvz75)vL%Y z0PC`;umUo3Q%e#RDspr3imfVamB1>jfNYSkzLEl1NlCV?QiN}Sf^&XRs)CuGfu4bq z9hZWFf=y9MnpKdC8&o@xXRDM^Qc_^0uU}qXu2*iXmtT~wZ)j<0sc&GUZ)BtkRH0j3 znOBlnp_^B%3^4>|j!SBBa#3bMNoIbY0?6FNr2NtnTO}osMQ{LdXG${Mo`TY%9I!1Z z$@-}|sky0nCB^!NdWQPg^p#|$AzYYO3=Ixo!03ZyfZ7bOYV#~8Nj3q7lxqdhJy8Dv z9hwZbx40xlA4!3}k%57Qu7Q!Rk)=M|e?aHkq$FFFWR~Qlf&&ijA8-gd=9Hj{g4Bb8 zASV+PvQ{~XdFi%F6}l;@X^EvdB}#Ug$@zIU`VbYUIw7K{2HNOjvD*gZW2?xZ)Z+Y{ zQc#%N8JU^bfWrYr6cPFm9T8Y{Ad8~w2*}7U$p@yUqReE^ypq(Sf+Aqbg4hVP54Q?* zvk;bt=4F=H89@y|6Gqa76f;(iMJ46=McEU>Qz^Ewkt zx%tt)%_vs8vdcRGZ z+toKTGoE4O6WsrH_D4Ije});t2ks@;&zIk0z0P-SSof{BX3fsdmn5fatSY}WUEHME zj4?(tq)R8rvzYO)s6nc`%`D~&%u=tq%*fhhS$!?*( z5t~?yF7qRfwbwe{T-mXH)>$=u$Hl*MuPbdee3|<#Z%)JWidE8IR(=V1(zRStE?anQ{d#-!_|JZo{Qd9o_FXz+dznTPbd0U|>$m42dX-@b$4u&d=3LOvz75)vL%Y z0PC`;umUo3Q%e#RDspr3imfVamB1>jfNYSkzLEl1NlCV?QiN}Sf^&XRs)CuGfu4bq z9hZWFf=y9MnpKdC8&o@xXRDM^Qc_^0uU}qXu2*iXmtT~wZ)j<0sc&GUZ)BtkRH0j3 znOBlnp_^B%3^4>|j!SBBa#3bMNoIbY0?6FNr2NtnTO}osMQ{LdXG${Mo`TY%9I!1Z z$@-}|sky0nCB^!NdWQPg^p#|$AzYYO3=Ixo!03ZyfZ7bOYV#~8Nj3q7lxqdhJy8Dv z9hwZbx40xlA4!3}k%57Qu7Q!Rk)=M|e?aHkq$FFFWR~Qlf&&ijA8-gd=9Hj{g4Bb8 zASV+PvQ{~XdFi%F6}l;@X^EvdB}#Ug$@zIU`VbYUIw7K{2HNOjvD*gZW2?xZ)Z+Y{ zQc#%N8JU^bfWrYr6cPFm9T8Y{Ad8~w2*}7U$p@yUqReE^ypq(Sf+Aqbg4hVP54Q?* zvk;bt=4F=H89@y|6Gqa76f;(iMJ46=McENCfBG(2agfjskO;g|)VBy2L->k{kDvN9+MJen>|(boNf0 zb)!Ngs^U+xt=K#<_l3Q@Y#*6(HY`>?HOt)KxR(0v=^0P`4xKyu=FOg+=Ed9-g^xER zKiF^lAXW8&jzzfr+?(s)rk+c$b!afZcKyY_hlQ)y?#^F2;ZDdh5%vR&44PBD)+C;O zzdOF`>4EzZt4h`=6v}Kq#w2j#g3_k`is%?+W{+)N-d8?I{rTqjx2c$0dC^05>kj8V zxq`evq*6up}m)%05 zfwzF;QJZ|%G=K3MX1d3iCM2ledo+I@Psx3^>n8(F#YL@ov-IUoljZLYtE&dD-OgyZ z@BQnAKKr+*oL>Gz^`wsSl7K`t7p@0LHQeD1xuE=Z zp88FmkJCRdJk*eT|HqZAtroj(=4@)~y;sg|%e6O0Cqn$eS9j4L|r zkM9OO2RrA=YM$ujmp%W9AGt4kUvzQN+0~_trB;u;pJsjTyY*E4oQ$jB?^{pJ4)Svz zE6n+Gv?+7??Z8jhi`0YdZWiA%d>~Q4GehDBi`b+G542*cTR`Qdr>mdKI;Vst07&Qp AR{#J2 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-left.png deleted file mode 100644 index 721c7d3e0dc53276d9f8b8009a19d2455fd54fbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1514 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`)#<84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fwU3rjN#3Q|*a{X;`sgPeW*Lp(hF+->wBdQi=R zh@x6yqmRWkHlQ%DiVR9E&d(_Y#e$uYnTZWJWKcvA@d42hfmH{xD7ub-jQo;(VEQV` zO!mwxNi8ZU0;V;HjZph=t3WpkVR>j?W{I5<)BrSLBwa{xW#w2@Ql4Lw9RiLQT!D&H z1JqDR03)SdNY(&H1~6~faoOm@^O+r2!u-|3zzlug)5S5Qg7NLGjb4WxB-lT!SNg&# z)UwYZOY^3(UvIv^m2i!`N3S&ccHI&$5ctH=6#Xn^g4Z{`W$y$2&fgp4l=*I!NY6k1 zTd$YipT7I|*Go_RT3VSz7BH}CI52VrG@vtIamJj!tJL?H^<9%x?rdwnltrH=s|1?f zGW%(^QFeC14;Ztql(`D8BzfO0tdnEARa{g+&z}Gc3`6dG03)~p}9w$rg z}>a_VME-7W2H6sODuCfwFQc-RP9SI+xLgHRF=i@ z>8JSf`u(R>_RmSalvlz!#agFpQO(I!Yvq|&tDJtYm%(SLz#sOW+F11E zwAuY-`p1GWJdF|*jrGa_JLA94R{fIq>G*fQOU(zb{a&{7O=@;du)A;k;fI~8{{-dk zu3UOIW%j-(ZiCrp!#*G3y0LYO*n=FCpyF@yWGv(7dE69TIJL5Jp8f}kE3!4&;S6eh yYs;rtxu-{QFF4Ql<}=I8OHZX)H9jn7-N#TJJ0-|b`mO<}ob`0|b6Mw<&;$Sugb=m> diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/inhand-right.png deleted file mode 100644 index 67af85f89e37d398127a664fef21a89be4bacc6c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1519 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`)#<84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fwU3rjN#3Q|*a{X;`sgPeW*Lp(hF+->wBdQi=R zh@x6yqmRWkHlQ%DiVR9E&d(_Y#e$uYnTZWJWKcvA@d42hfmH{xD7ub-jQo;(VEQV` zO!mwxNi8ZU0;V;HjZph=t3WpkVR>j?W{I5<)BrSLBwa{xW#w2@Ql4Lw9RiLQT!D&H z1JqDR03)SdNY(&H1~6~faoOm@^O+r2!u-|3zzqGw)5S5Qg7NJvYrn$|0&V|Y0s=Ps zO=MocqWMmDg-~8Xr}2`ffkA9u87D;@?3j3aU+-|RbmV$tJ>!g8^3&9&I}bwt^)9-3 ze9f2h+jr-sF_;M{FycfOB~0cLPXk4s9&%jM6Psjo?8dA9$2X!Rr@ze4(ev1F{o?^Y ze>LHXdF^Gpd$&Je)~~qn>HeMn_mi*I-+L(%v~StvpucAiW#5~4R<`2WO^N1%35-rn z@8z}^++OqDSD^N8+UZyS&lyS2inyp>cz3={?%kHfp$yXlug^1UI^w79$#nnw#IyB# z&&&Cx8{4$6wtjVWe?|O@^V5HY&SiOj-0n<_z1f%bj2wqA#1&Q=-<-7ImI6ms{onAf z*&nh_e_3zKSQ<8a*~+rHTYmA>3GWv^Afow1+CYX+Iw|!{knrB3;;-*#)lH8G*5;hR zfEP75vuHj4{qDnz`3DcUu+5rWtntq2)wwGX8>22=d|>)?$x#v2cU$MJV{!0{Yu^9r zd$#NYyTa_3A8XI;(hFsaa{V-&XU)6Si`TL+thY3||L)V*>C7v?uq?^*m?aXl;~$F_ tA}QMfJOMc{=%} zMkpGGlTy057CDkj(nXz=i73~k;#B?_oNiC;=lS;jzO~o;uJyfZef!z_ygi8v)eY2P zFxWzphntV==`0@$RAhGvJ?@F@0q6M;U14RdO9y2OO)!8IxoH#3LN;F@8}jRp?_t?p zjpGr>gTYqk$On80cEvduOmRP*5kB4Z=iOlvBQy$!S$Fgdd*oB%7EGC_!HEMPKN zJgfkZn)SfS=5jNDGM;sTV)3YeP2R=?HWxIuw?O}TLm;{bf#pDcYGEdmSC zAqF@r+~@twD(J$1zO~BzX;xl-6n7s2 z*^A;q@+9JbIn1|QbJlM|;D8@wgOh834fFwdYzALm1xJj%9d1^cZ>(SHF^35FA>wQ6 z_XzK3HpG_o7ndGEVnHC6!q~Gy79DcL%oBWP{tER~t*|a!D1pt5 zrOejlXQKWTFi$!s@K@bCcQj^;Av+t6>Nw!@IdfDG7nf+mV9Es~Hy4TkKD;%EZRoD! z82hKM#mWAYg9K9HwY*@;fdK@wxA6HA?_WHo{%OkPbK>T%9=#RzEy(8>$K%eemQBm`Q8qA;6O+7yN?z(+XJ6kuSz3SOH@zEL$U?nI zs*-X>#~I)8oqI4lyi;$aI+1*lFwvqy$#@LDyCaOrwr_jizR+xZb3<5B3cJfzvw3ClTK5`=_lvjX(M7>5Jorp$QLa6^;d9 z{5=sp{X2=LIW8?`xx09=Q~YLf=0*j9hDKA{UG>-_2y{230zq8yhX9*96{~b$N%1= zPycd(ICUq(d%3pIJ!Wc8mS@N1K3;_w(E8mrH!WOw4C%HXKoQ0WwsU(KE_eieUJ z;<>ITv9n?M_OYD1R};@_OB7obXSmetP~jMoFXUQOI2jPsYK2Z{wDVzYcGv2yAt6Wj zxsqk8o(O$2ODH)zRL)nVupYLU+b_c#8Z$FTc#`n_IW7j@59xrY552GpQ zA`zY)-IJOGLqkKPxO4EeDuq0RoGz!9l1+t^iZ_3px_X;dOt@IW7Ivjr06q!i-J?yGd8;*Dw^Ub| z_`Uw)ywE!A({I`BfTsEB_=aba>dVK}@X4jBW)WTv$1A)0cED;5zxNUqa4cJAgntJ& z&LAz_?lk{6o=9LnUfsWPue?oBltf_iUT)`vf& zc{UDe8QnD9Cq;(CwN1vVL_NqIB*BB?l^s%r{r3tvHO1G2jcd{~GR*P4w_96V@AUTO zE4erqM-Nu1Zz=5zMvt`LM;sk!PFM-WzeIl$#?@x%7dK0rO9G;by6F{Y*Mj;J>)npQ zZYVE0?^UEq@16D=&A)Md6p``tSG&~mv#R9kq$4V-s`TNGE0-3Xto#5k+f>_7H-SMP z@-X>>V$rAUe>afcWSQY&@jLU8E~D`aaMMNEWEysdM$Qn1rhc|vsqc5ENQ)EiABAtEI+Y*;cWvW_+yoZtbtF%hwP*A1^E}HPIVLivrn{&_svy_lJv8j iDI;X3`EMjlaYhlytOQpyytbA9E0Nqi-O60Ucl{r2c<;La diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-left.png deleted file mode 100644 index 380a7eb5de41973f3d665434132d78e3b126aa9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1597 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`)#<84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fwU3rjN#3Q|*a{X;`sgPeW*Lp(hF+->wBdQi=R zh@x6yqmRWkHlQ%DiVR9E&d(_Y#e$uYnTZWJWKcvA@d42hfmH{xD7ub-jQo;(VEQV` zO!mwxNi8ZU0;V;HjZph=t3WpkVR>j?W{I5<)BrSLBwa{xW#w2@Ql4Lw9RiLQT!D&H z1JqDR03)SdNY(&H1~6~faoOm@^O+r2!u-|33=B+0o-U3d6^w6Z?bde=lsUe?Ho^FU za$qy3uT5BgRc;z{lEF+59*MPCTOw9<9`Ui7ttI6ApRx10n#-cxBRz6|?^-Pl+`Du8 z_9Z93tDIf`{Lj4S#piaOwq%gzoWOt^Ipnfj+qib}$tBY?l$O3%d1UuZ_kW31uIEeZ zkN?AO^Va)#KU~JasPMPfVU0;z$LWqr}(3=P3ud~#Ai3W|2O-rp)9AC zjB9Ym@yAP>`i}>{sOC?+8(yoPv+d1`4*!Q0pG5p`t`UuTaxsF-NblqR=bsPPv^FTX)_-kwb;8Yv|5KFPZ8^$Y7cSR7HO1)X!OxCc z?%FeaPF*$2dLGk^_*tJlT|1Y#WGb5m|OuVgh|6aZ))10t<`RkNZTT)_`;(v1AmOHAf5UF>6-l<8qO4l(< z^3>KbANls^-NkdQRYD4k1d%n9pZ?l6kN&QVyC>_ipg{Ia()ZlcS7Tlkng0+Md2;vQ ztG7&fvx_=1o?4|IW->6Yt3UgA*#_o2+uGPK?7rT2bF$|4&+f5#?XlsHFBnGeaEyzL zE-d}#yQ=LT;K T?wBM3D!M&g{an^LB{Ts5VMjQ$ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/rd_coat.rsi/open-inhand-right.png deleted file mode 100644 index c016a74bc35361f92abf998d4e93c265c57ff2b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1611 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F$06fED&ZCw^H21z`)#<84^(v;p=0SoS&h?X&sHg;q@=(~U%$M(T(8_%FTW^V-_X+1Qs2Nx-^fT8s6w~6 zGOr}DLN~8i8Da>`9GBGM~RsBTId_|A5Z7NlCUU$t=l91qU45Kj08_%qc+?1*r!G zK~5$pWUX=%^U`gVDs)p)(-KQ_N|fwU3rjN#3Q|*a{X;`sgPeW*Lp(hF+->wBdQi=R zh@x6yqmRWkHlQ%DiVR9E&d(_Y#e$uYnTZWJWKcvA@d42hfmH{xD7ub-jQo;(VEQV` zO!mwxNi8ZU0;V;HjZph=t3WpkVR>j?W{I5<)BrSLBwa{xW#w2@Ql4Lw9RiLQT!D&H z1JqDR03)SdNY(&H1~6~faoOm@^O+r2!u-|33=B*To-U3d6^w6ZIeJSwiX8thz1US{ zTgw`D?GS?*6`p$cLb?J!C`}Ox_!z`x`(;(gN9Ks`??IDlS|-JC*!FX?E% z&}5@iQT2P{u7~~Ef9?OnlhYi=2Sp6a9h^?u0(6#}oeI$iR6wJ>aT>zSp!C8Z*rhwC29HCKxH`%yoWXKw|c z>GSyIIyou(`xOg62v@wm{)TzOpSqKi9(t7@t!>V|oe{sq(Dr{&|IfpRpX%<5ydZV@ zntb&?p&7Gg@?3d;n@LS}_3frLdrUTNba`N6Y+LiqDs(fiz>Ht{H}~luNV#NT@5HA0 zcu`^5lW&VJWG-sG^HoxzYWB3vGv1lYw(_i)$l}pJ03C91cz0)SDNEv|GI?Fu*k4n3 zYh~Hrb6YmWX=B8mr_bKn1<9r5xifs5v)gR-aVNX^*F{zMmH*!Vll|c7i`eybUvs&7 z_r}`lPCtFu^zVP^?_vEjq86=4yLnM;!XnO0(dRldbVU};+I{V=AVX(Nr{&b-b04o~ jm?`r%Jo0Q{kuz`9o~*E@yI~d+xFGj*^>bP0l+XkK9W+3G diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/equipped-OUTERCLOTHING.png deleted file mode 100644 index 9f5f13f3743d56f027349f252cfe6de8d126000f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 850 zcmV-Y1FigtP)1_nV!awSAryaU92S9LI5-QkKi*=I!L&CUy*V9M7pw zjnIcf_AKHcb{zJcPH26Aef~%`{Zn~!Davi=oIZ~8bLg{^IuJ3NMZZ%;{H~nHFZnG` zmrtbM@5^enlJ7r$%8SwS4m$nd{=G~4hsR%p=by`~()KO-lg-OZJG2P2$*6N?(!Wu5 z!kx*jZDVK@otvD$-xH(*u|H*Yli@~*e5s-=j#-$1KX)Oop@eV{hP-Qe*3!E{$e2Y z#^do`=c`<2A=XYf{j?qTC9D3?02D>>SJV+%Ix!dw_Uy;5OChx#%XOtwAViPAVzG$Y zuM_3~=#f5@0XaFOld7MT0Ti3h=e5LB(E3DAODmP<3SW4%6SLV&hQr~WjW0+^-Wc_X z-nZ(TGeFdcuh;9SL%E4%Kq^TAAl+`awgdkfQ>unW{bon|>&b`Cv!G&p))6F@^}8+-^?idZmb07siJ z3$Se~16FEH5}-c_j2@IKm;(SYU3}mZfEiH~g|$f&$N)XsK_SF^BQ{TgSmlKy@%ht7 zYjb9(5i7@~RE28Q21PB5fJ3Ym<^&q-d=rZ@%mL8LVez+q9I;xQldvKk`eSV`DFe7N zQ`9J6+g1i>&Cnk!wWk2V&2c)NX0OabLqCP;QY!#@{W9eU?)yDooK{BRt{ cajr9e0I{j_B=AG#dH?_b07*qoM6N<$g0Dl9Gynhq diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon-open.png b/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon-open.png deleted file mode 100644 index 89c2f1a7895b2731751f89ab562d6ff888c35b5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 397 zcmV;80doF{P)!`p?t|l*KTzW9)s?*O58uvxdq^TDR&oeHS(X!_ z{^s`Ix)g=2JdU7k+fe}tI#QwM_*-Kyc7R})axS}U=c=q<-ke=4SBaf-{P4FXv6#R` zeI}c6eqGRVA;Lmp!oSM8uq-YEI_#%a@>pDkH2Xy|B7OTP<(!sQZ zkj?eJ?;SaE$^TCYaHXhJTTXB)9)`i`DwR}ytyj@B0u9E-YrFG2pQK-L=woCWfe$5X znr4!kR1C}s_>U1u9P0qf8TtqXcYtbHJbwq!v4<>QbOMmj_M7#s(~%?*LmrfX-Ujg& rP<8D_$o5Br8PDf@%$AUlkYL3pEV14np^O^400000NkvXXu0mjfg-x^` diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/icon.png deleted file mode 100644 index bd519b3bc679bad518facce04a25c224e60229ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmV;X0a^ZuP)m5(|K;wI5CsB(|4!t);ikOnx2>HQXWr*IZ(!k*>4ctNUcarIcAr3Y zT*V;((lphAd=2eCWoZ<1y6QpGG(7_m%rP>&4u99Ptr@^!M|41oXrZ36yuDX;esUgR z$2$Dr?;3{tiz$37SKoV{IDfkH83ZCtuNy(m}F@&DL<%wu1 zl=?$*P0e;j=P*TiRHCaAS-_QDo0+ zSvk|Yz2O*=yG*OB9XT{{v0 z0000000000eJqa;N%tMhB@mMuiQ~A{vv^$`9g=RI&}Fx4W5n%8XrtG~(LU|>dmCTY z>rVBIb_Conmv;5|Gbv>v#krd^yxneR_YifhXS7p5={G=5--EVwjJ5;Z-T@s6=WYvt a@%jPC&$J$Of%$v@0000WMreanma)|caRQWk$|Ph1i8<@GbEr;YuO4ePCC zt`v*7CPhv=^SpRxq|TEhv)`um86|a3u9ocA`oH9c<5mMnZgbz@u+>wg+~prvh4X|O z{;!_4(r}CK&*ewYy}ldg@@*5(x={PR<+uph*^xXPH@#|0j2R5iz21KW5 zI?k&N4cPu`zoPcD^}pBW1evZ_nt3a6&%c+~7kH*JZYZc>uDNf1p>M6giSD_p>yuCW z!`u&~O>``Z_3tT5tUk8+pjE_{=@ms^bLzhD=DRjMjP-)d@rlvrU+bNf+@i&B?qT_K z>#sGZINwazs>QJFU(~g>*SpyC{Cgr-Gd(!Q`atN?jrhiwoW)wIo{Q{ic2pn!T&^Uw a+TVhG3vbuz%g(^KVDNPHb6Mw<&;$TUM#q!@ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-equipped-OUTERCLOTHING.png deleted file mode 100644 index 1f83265b5720410f1c666418d773ae367719aaa3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 826 zcmV-A1I7G_P)yd63TZFWu`xl%;Q+ypHx==yQ;AB0_Z<{Xre^`|hs$>3+Fq*;6+f zjof;@cHh4La4)9M2N?9DhYyPS_vfD-+h4m^mHlh!>6`_b>$e-8ND zK(?!^U+DpGHLR|5r|IRSa6yzfCuoQE(nXuVe(G)~wyUduyX@lEFRT0rvDs{j(%%wg z_h|_A<7>%!JeRckr4x{*>0h&snT6PHx6992${7#c7ej16n)@oZfDcz-I2<07$5!Ul zQBMF@dbL^|lx^+#y83nNtBCRdh)ECVYw%KE!fn|pd3$YK6|V z`lS!SV@xI!w_Gms2Mx+3Njm)zxfH~{VFB|(B9^2$Ss_U#FB z;$`%jho&#}zru*W%UC^g1CS)q7toS<3d{?@p+z+TNIE#n&hpO?VzKBg zDhn-Wwn3u_IEBQhrZ%WoE%d7SS26ihvc)hA!?=n32L0+D2z!qBtN;K207*qoM6N<$ EfNkl7d*@>3QO00000000000Kbyd+vcL@4z48=QyD3WB4{p2N@H`-QhA=| za%GGyorg+R9G%Pab~`D5v0s4mdDqKI-h=ZOy#QK4o_cOz(ObY6W8?5llCQ-sfICCb hw(W9GkOBC2egMntw^OA&_Iv;U002ovPDHLkV1o3_tOEc5 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Coats/rndcoat.rsi/open-inhand-right.png deleted file mode 100644 index 5d9906772f0f7a1ca64a923e0e586258479b3322..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 381 zcmV-@0fPRCP)42B(ktW$LUoa>h2FxGxOeH^ZF&VEN3bg)>uhWxH)sOI6GXn?)G@@g)>sqz zK2ZM5gel)l(`;tU000000002s+}+tjl_W`}YgM)XJJU}rY*FV=)3mN?A3XSNyR8Sh zw)-OW|5e~Vx%{f`)0KbXH#FJT_1dy5vp9}-1JqW(dn$&?&%Y_lx=*z$|I}~1+^)=Q zW%J}}*H;vU1wmj>H_s=T#Ba3am#+L@7U0qDFI4CDxl$VJ-y5>F{LOn!leSL#_~rdN zM(%IWW!l!+ob=chL3vAW@?*;n0000000000Ff7`0_s~qutXdixgxva0lFzh?i@cEDa*q?yb?eTrwp$VP6xt`7X&U8{oEr94HsH(F! b05DeXgX_Pp2>u4T00000NkvXXu0mjfmTtLX From 7fbc06514724e7e7fe84f251ae335e98cd5cf842 Mon Sep 17 00:00:00 2001 From: Hannah Giovanna Dawson Date: Mon, 25 Mar 2024 23:50:20 +0000 Subject: [PATCH 192/213] SS14-17313 Chatfactor: Chat Censorship Systems (#25908) * SS14-17313 Chat Censorship Systems Adds some systems to manage chat censorship: 1. No-op: does nothing 2. SimpleCensor: a regex-free censor with a variety of rules to use 3. RegexCensor: a censor that uses regex. This exposes a singleton backed by a builder pattern (ChatCensor) that is set up, probably during the code init phase, and then globally available for your censorship needs. * Migrate to Shared * Add a reset function to the builder. * Resolve PJB's feedback; add unit tests (cherry picked from commit bf98a6a8bb2a57fb149459d6b053eaaf6abc8cd7) --- .../Chat/V2/Moderation/ChatCensor.cs | 59 +++ .../Chat/V2/Moderation/RegexCensor.cs | 15 + .../Chat/V2/Moderation/SimpleCensor.cs | 340 ++++++++++++++++++ .../Shared/Chat/V2/Moderation/SimpleCensor.cs | 162 +++++++++ 4 files changed, 576 insertions(+) create mode 100644 Content.Shared/Chat/V2/Moderation/ChatCensor.cs create mode 100644 Content.Shared/Chat/V2/Moderation/RegexCensor.cs create mode 100644 Content.Shared/Chat/V2/Moderation/SimpleCensor.cs create mode 100644 Content.Tests/Shared/Chat/V2/Moderation/SimpleCensor.cs diff --git a/Content.Shared/Chat/V2/Moderation/ChatCensor.cs b/Content.Shared/Chat/V2/Moderation/ChatCensor.cs new file mode 100644 index 00000000000..b5d6aa03441 --- /dev/null +++ b/Content.Shared/Chat/V2/Moderation/ChatCensor.cs @@ -0,0 +1,59 @@ +using System.Linq; + +namespace Content.Shared.Chat.V2.Moderation; + +public interface IChatCensor +{ + public bool Censor(string input, out string output, char replaceWith = '*'); +} + +public sealed class CompoundChatCensor(IEnumerable censors) : IChatCensor +{ + public bool Censor(string input, out string output, char replaceWith = '*') + { + var censored = false; + + foreach (var censor in censors) + { + if (censor.Censor(input, out output, replaceWith)) + { + censored = true; + } + } + + output = input; + + return censored; + } +} + +public sealed class ChatCensorFactory +{ + private List _censors = new(); + + public void With(IChatCensor censor) + { + _censors.Add(censor); + } + + ///

+ /// Builds a ChatCensor that combines all the censors that have been added to this. + /// + public IChatCensor Build() + { + return new CompoundChatCensor(_censors.ToArray()); + } + + /// + /// Resets the build state to zero, allowing for different rules to be provided to the next censor(s) built. + /// + /// True if the builder had any setup prior to the reset. + public bool Reset() + { + var notEmpty = _censors.Count > 0; + + _censors = new List(); + + return notEmpty; + } +} diff --git a/Content.Shared/Chat/V2/Moderation/RegexCensor.cs b/Content.Shared/Chat/V2/Moderation/RegexCensor.cs new file mode 100644 index 00000000000..cd47bf0c33c --- /dev/null +++ b/Content.Shared/Chat/V2/Moderation/RegexCensor.cs @@ -0,0 +1,15 @@ +using System.Text.RegularExpressions; + +namespace Content.Shared.Chat.V2.Moderation; + +public sealed class RegexCensor(Regex censorInstruction) : IChatCensor +{ + private readonly Regex _censorInstruction = censorInstruction; + + public bool Censor(string input, out string output, char replaceWith = '*') + { + output = _censorInstruction.Replace(input, replaceWith.ToString()); + + return !string.Equals(input, output); + } +} diff --git a/Content.Shared/Chat/V2/Moderation/SimpleCensor.cs b/Content.Shared/Chat/V2/Moderation/SimpleCensor.cs new file mode 100644 index 00000000000..a6bb70dd9f6 --- /dev/null +++ b/Content.Shared/Chat/V2/Moderation/SimpleCensor.cs @@ -0,0 +1,340 @@ +using System.Collections.Frozen; +using System.Linq; +using System.Text; +using System.Text.Unicode; + +namespace Content.Shared.Chat.V2.Moderation; + +/// +/// A basic censor. Not bullet-proof. +/// +public sealed class SimpleCensor : IChatCensor +{ + // Common substitution symbols are replaced with one of the characters they commonly substitute. + private bool _shouldSanitizeLeetspeak; + private FrozenDictionary _leetspeakReplacements = FrozenDictionary.Empty; + + // Special characters are replaced with spaces. + private bool _shouldSanitizeSpecialCharacters; + private HashSet _specialCharacterReplacements = []; + + // Censored words are removed unless they're a false positive (e.g. Scunthorpe) + private string[] _censoredWords = Array.Empty(); + private string[] _falsePositives = Array.Empty(); + + // False negatives are censored words that contain a false positives. + private string[] _falseNegatives = Array.Empty(); + + // What unicode ranges are allowed? If this array is empty, don't filter by range. + private UnicodeRange[] _allowedUnicodeRanges= Array.Empty(); + + /// + /// Censors the input string. + /// + /// The input string + /// The output string + /// The character to replace with + /// If output is valid + public bool Censor(string input, out string output, char replaceWith = '*') + { + output = Censor(input, replaceWith); + + return !string.Equals(input, output); + } + + public string Censor(string input, char replaceWith = '*') + { + // We flat-out ban anything not in the allowed unicode ranges, stripping them + input = SanitizeOutBlockedUnicode(input); + + var originalInput = input.ToCharArray(); + + input = SanitizeInput(input); + + var censored = input.ToList(); + + // Remove false negatives + input = CheckProfanity(input, censored, _falseNegatives, replaceWith); + + // Get false positives + var falsePositives = FindFalsePositives(censored, replaceWith); + + // Remove censored words + CheckProfanity(input, censored, _censoredWords, replaceWith); + + // Reconstruct + // Reconstruct false positives + for (var i = 0; i < falsePositives.Length; i++) + { + if (falsePositives[i] != replaceWith) + { + censored[i] = falsePositives[i]; + } + } + + for (var i = 0; i < originalInput.Length; i++) + { + if (originalInput[i] == ' ') + { + censored.Insert(i, ' '); + + continue; + } + + if (_shouldSanitizeSpecialCharacters && _specialCharacterReplacements.Contains(originalInput[i])) + { + censored.Insert(i, originalInput[i]); + + continue; + } + + if (_shouldSanitizeLeetspeak || _shouldSanitizeSpecialCharacters) + { + // detect "()" + if (originalInput[i] == '(' && i != originalInput.Length - 1 && originalInput[i+1] == ')') + { + // censored has now had "o" replaced with "o) so both strings line up again..." + censored.Insert(i+1, censored[i] != replaceWith ? ')' : replaceWith); + } + } + + if (censored[i] != replaceWith) + { + censored[i] = originalInput[i]; + } + } + + // SO says this is fast... + return string.Concat(censored); + } + + /// + /// Adds a l33tsp34k sanitization rule + /// + /// The censor for further configuration + public SimpleCensor WithSanitizeLeetSpeak() + { + _shouldSanitizeLeetspeak = true; + + return BuildCharacterReplacements(); + } + + /// + /// Adds a l33tsp34k sanitization rule + /// + /// The censor for further configuration + public SimpleCensor WithSanitizeSpecialCharacters() + { + _shouldSanitizeSpecialCharacters = true; + + return BuildCharacterReplacements(); + } + + public SimpleCensor WithRanges(UnicodeRange[] ranges) + { + _allowedUnicodeRanges = ranges; + + return this; + } + + public SimpleCensor WithCustomDictionary(string[] naughtyWords) + { + _censoredWords = naughtyWords; + + return this; + } + + public SimpleCensor WithFalsePositives(string[] falsePositives) + { + _falsePositives = falsePositives; + + return this; + } + + public SimpleCensor WithFalseNegatives(string[] falseNegatives) + { + _falseNegatives = falseNegatives; + + return this; + } + + public SimpleCensor WithLeetspeakReplacements(Dictionary replacements) + { + _leetspeakReplacements = replacements.ToFrozenDictionary(); + + return this; + } + + public SimpleCensor WithSpecialCharacterReplacements(Dictionary replacements) + { + _leetspeakReplacements = replacements.ToFrozenDictionary(); + + return this; + } + + private string CheckProfanity(string input, List censored, string[] words, char replaceWith = '*') + { + foreach (var word in words) + { + var wordLength = word.Length; + var endOfFoundWord = 0; + var foundIndex = input.IndexOf(word, endOfFoundWord, StringComparison.OrdinalIgnoreCase); + + while(foundIndex > -1) + { + endOfFoundWord = foundIndex + wordLength; + + for (var i = 0; i < wordLength; i++) + { + censored[foundIndex+i] = replaceWith; + } + + foundIndex = input.IndexOf(word, endOfFoundWord, StringComparison.OrdinalIgnoreCase); + } + } + + return input; + } + + private char[] FindFalsePositives(List chars, char replaceWith = '*') + { + var input = string.Concat(chars); + + var output = Enumerable.Repeat(replaceWith, input.Length).ToArray(); + var inputAsARr = input.ToArray(); + + foreach (var word in _falsePositives) + { + var wordLength = word.Length; + var endOfFoundWord = 0; + var foundIndex = input.IndexOf(word, endOfFoundWord, StringComparison.OrdinalIgnoreCase); + + while(foundIndex > -1) + { + endOfFoundWord = foundIndex + wordLength; + + for (var i = foundIndex; i < endOfFoundWord; i++) + { + output[i] = inputAsARr[i]; + } + + foundIndex = input.IndexOf(word, endOfFoundWord, StringComparison.OrdinalIgnoreCase); + } + } + + return output; + } + + private string SanitizeInput(string input) + { + // "()" is a broad enough trick to beat censors that we we should check for it broadly. + if (_shouldSanitizeLeetspeak || _shouldSanitizeSpecialCharacters) + { + input = input.Replace("()", "o"); + } + + var sb = new StringBuilder(); + + // ReSharper disable once ForeachCanBePartlyConvertedToQueryUsingAnotherGetEnumerator + foreach (var character in input) + { + if (character == ' ' || _shouldSanitizeSpecialCharacters && _specialCharacterReplacements.Contains(character)) + { + continue; + } + + if (_shouldSanitizeLeetspeak && _leetspeakReplacements.TryGetValue(character, out var leetRepl)) + { + sb.Append(leetRepl); + + continue; + } + + sb.Append(character); + } + + return sb.ToString(); + } + + /// + /// Returns a string with all characters not in ISO-8851-1 replaced with question marks + /// + private string SanitizeOutBlockedUnicode(string input) + { + if (_allowedUnicodeRanges.Length <= 0) + { + return input; + } + + var sb = new StringBuilder(); + + foreach (var symbol in input.EnumerateRunes()) + { + // ReSharper disable once LoopCanBeConvertedToQuery + foreach (var range in _allowedUnicodeRanges) + { + if (symbol.Value < range.FirstCodePoint || symbol.Value >= range.FirstCodePoint + range.Length) + continue; + + sb.Append(symbol); + + break; + } + } + + return sb.ToString(); + } + + private SimpleCensor BuildCharacterReplacements() + { + if (_shouldSanitizeSpecialCharacters) + { + _specialCharacterReplacements = + [ + '-', + '_', + '|', + '.', + ',', + '(', + ')', + '<', + '>', + '"', + '`', + '~', + '*', + '&', + '%', + '$', + '#', + '@', + '!', + '?', + '+' + ]; + } + + if (_shouldSanitizeLeetspeak) + { + _leetspeakReplacements = new Dictionary + { + ['4'] = 'a', + ['$'] = 's', + ['!'] = 'i', + ['+'] = 't', + ['#'] = 'h', + ['@'] = 'a', + ['0'] = 'o', + ['1'] = 'i', // also obviously can be l; gamer-words need i's more though. + ['7'] = 'l', + ['3'] = 'e', + ['5'] = 's', + ['9'] = 'g', + ['<'] = 'c' + }.ToFrozenDictionary(); + } + + return this; + } +} diff --git a/Content.Tests/Shared/Chat/V2/Moderation/SimpleCensor.cs b/Content.Tests/Shared/Chat/V2/Moderation/SimpleCensor.cs new file mode 100644 index 00000000000..09870af317c --- /dev/null +++ b/Content.Tests/Shared/Chat/V2/Moderation/SimpleCensor.cs @@ -0,0 +1,162 @@ +using System.Text.Unicode; +using Content.Shared.Chat.V2.Moderation; +using NUnit.Framework; + +namespace Content.Tests.Shared.Chat.V2.Moderation; + +public sealed class SimpleCensorTests +{ + [Test] + public void CanCensorASingleWord() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus"]); + var output = sut.Censor("hello amogus"); + + Assert.That(output, Is.EqualTo("hello ******")); + } + + // Basics - use custom dictionary + + [Test] + public void CanCensorMultipleWordInstances() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus"]); + var output = sut.Censor("amogus hello amogus"); + + Assert.That(output, Is.EqualTo("****** hello ******")); + } + + [Test] + public void CanCensorMultipleWords() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus", "sus"]); + var output = sut.Censor("amogus hello sus"); + + Assert.That(output, Is.EqualTo("****** hello ***")); + } + + [Test] + public void CanUseDifferentCensorSymbols() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus", "sus"]); + var output = sut.Censor("amogus hello sus", '#'); + + Assert.That(output, Is.EqualTo("###### hello ###")); + } + + [Test] + public void CanCatchCapitalizedWords() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus", "sus"]); + var output = sut.Censor("AMOGUS hello SUS"); + + Assert.That(output, Is.EqualTo("****** hello ***")); + } + + [Test] + public void CanCatchWordsWithSomeCaptialsInThem() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus", "sus"]); + var output = sut.Censor("AmoGuS hello SuS"); + + Assert.That(output, Is.EqualTo("****** hello ***")); + } + + [Test] + public void CanCatchWordsHiddenInsideOtherWords() + { + var sut= new SimpleCensor().WithCustomDictionary(["amogus", "sus"]); + var output = sut.Censor("helamoguslo suspicious"); + + Assert.That(output, Is.EqualTo("hel******lo ***picious")); + } + + // Sanitizing Leetspeak + + [Test] + public void CanSanitizeLeetspeak() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithSanitizeLeetSpeak(); + var output = sut.Censor("am0gu5 hello 5u5"); + + Assert.That(output, Is.EqualTo("****** hello ***")); + } + + [Test] + public void SanitizingLeetspeakOnlyOccursWhenTheWordIsBlocked() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithSanitizeLeetSpeak(); + var output = sut.Censor("he110"); + + Assert.That(output, Is.EqualTo("he110")); + } + + [Test] + public void CanCatchLeetspeakReplacementsWithMoreThanOneLetter() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithSanitizeLeetSpeak(); + var output = sut.Censor("am()gu5 hello 5u5"); + + Assert.That(output, Is.EqualTo("******* hello ***")); + } + + // Sanitizing special characters + + [Test] + public void DoesNotSanitizeOutUncensoredSpecialCharacters() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithSanitizeSpecialCharacters(); + var output = sut.Censor("amogus!hello!sus"); + + Assert.That(output, Is.EqualTo("******!hello!***")); + } + + [Test] + public void DoesSanitizeOutCensoredSpecialCharacters() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithSanitizeSpecialCharacters(); + var output = sut.Censor("amo!gus hello s?us"); + + Assert.That(output, Is.EqualTo("***!*** hello *?**")); + } + + // Unicode ranges + + [Test] + public void SanitizesOutNonLatinCharaters() + { + var sut = new SimpleCensor().WithRanges([UnicodeRanges.BasicLatin, UnicodeRanges.Latin1Supplement]); + var output = sut.Censor("amogus Україна sus 日本"); + + Assert.That(output, Is.EqualTo("amogus sus ")); + } + + [Test] + public void SanitizesOutNonLatinOrCyrillicCharaters() + { + var sut = new SimpleCensor().WithRanges([UnicodeRanges.BasicLatin, UnicodeRanges.Latin1Supplement, UnicodeRanges.Cyrillic]); + var output = sut.Censor("amogus Україна sus 日本"); + + Assert.That(output, Is.EqualTo("amogus Україна sus ")); + } + + // False positives + [Test] + public void CanHandleFalsePositives() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithFalsePositives(["amogusus"]); + var output = sut.Censor("amogusus hello amogus hello sus"); + + Assert.That(output, Is.EqualTo("amogusus hello ****** hello ***")); + } + + // False negatives + [Test] + public void CanHandleFalseNegatives() + { + var sut = new SimpleCensor().WithCustomDictionary(["amogus", "sus"]).WithFalsePositives(["amogusus"]).WithFalseNegatives(["susamogusus"]); + var output = sut.Censor("susamogusus hello amogus hello sus amogusus"); + + Assert.That(output, Is.EqualTo("*********** hello ****** hello *** ********")); + } +} From 1323f8cef39f9cb68d6475d3c82c5c308f7dca4f Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:16:19 +0100 Subject: [PATCH 193/213] Make all implants unable to be implanted more than once (#26250) * Make mind shield implants unable to be implanted more than once * Default AllowMultipleImplants to false and update implanters.yml * Use TryComp instead of TryGetComponent * Deny multiple implants for fun implants too. * Make comment more precise (cherry picked from commit 771390bb6741074935e5f24c0aa9c87bc7b5ad09) --- Content.Server/Implants/ImplanterSystem.cs | 21 +++++++++++++++++++ .../Implants/Components/ImplanterComponent.cs | 6 ++++++ Resources/Locale/en-US/implant/implant.ftl | 1 + 3 files changed, 28 insertions(+) diff --git a/Content.Server/Implants/ImplanterSystem.cs b/Content.Server/Implants/ImplanterSystem.cs index 56d0bd3bbd0..e441574213e 100644 --- a/Content.Server/Implants/ImplanterSystem.cs +++ b/Content.Server/Implants/ImplanterSystem.cs @@ -1,3 +1,4 @@ +using System.Linq; using Content.Server.Popups; using Content.Shared.DoAfter; using Content.Shared.IdentityManagement; @@ -57,6 +58,17 @@ private void OnImplanterAfterInteract(EntityUid uid, ImplanterComponent componen return; } + // Check if we are trying to implant a implant which is already implanted + if (implant.HasValue && !component.AllowMultipleImplants && CheckSameImplant(target, implant.Value)) + { + var name = Identity.Name(target, EntityManager, args.User); + var msg = Loc.GetString("implanter-component-implant-already", ("implant", implant), ("target", name)); + _popup.PopupEntity(msg, target, args.User); + args.Handled = true; + return; + } + + //Implant self instantly, otherwise try to inject the target. if (args.User == target) Implant(target, target, uid, component); @@ -67,6 +79,15 @@ private void OnImplanterAfterInteract(EntityUid uid, ImplanterComponent componen args.Handled = true; } + public bool CheckSameImplant(EntityUid target, EntityUid implant) + { + if (!TryComp(target, out var implanted)) + return false; + + var implantPrototype = Prototype(implant); + return implanted.ImplantContainer.ContainedEntities.Any(entity => Prototype(entity) == implantPrototype); + } + /// /// Attempt to implant someone else. /// diff --git a/Content.Shared/Implants/Components/ImplanterComponent.cs b/Content.Shared/Implants/Components/ImplanterComponent.cs index 32a36361633..80330aa7e66 100644 --- a/Content.Shared/Implants/Components/ImplanterComponent.cs +++ b/Content.Shared/Implants/Components/ImplanterComponent.cs @@ -70,6 +70,12 @@ public sealed partial class ImplanterComponent : Component [DataField] public (string, string) ImplantData; + /// + /// Determines if the same type of implant can be implanted into an entity multiple times. + /// + [DataField] + public bool AllowMultipleImplants = false; + /// /// The for this implanter /// diff --git a/Resources/Locale/en-US/implant/implant.ftl b/Resources/Locale/en-US/implant/implant.ftl index 22db4460aff..2f6ab9e4e2f 100644 --- a/Resources/Locale/en-US/implant/implant.ftl +++ b/Resources/Locale/en-US/implant/implant.ftl @@ -4,6 +4,7 @@ implanter-component-implanting-target = {$user} is trying to implant you with so implanter-component-implant-failed = The {$implant} cannot be given to {$target}! implanter-draw-failed-permanent = The {$implant} in {$target} is fused with them and cannot be removed! implanter-draw-failed = You tried to remove an implant but found nothing. +implanter-component-implant-already = {$target} already has the {$implant}! ## UI implanter-draw-text = Draw From 8b17be8e386a4c8dcd7df93341bc37db1bb087f6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Mar 2024 00:17:27 +0000 Subject: [PATCH 194/213] Automatic changelog update (cherry picked from commit 327a6e90d1420502fe9c9d5a738db6ead6bb6144) --- 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 0ee9763b189..26c5ea4b813 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: Artifact analyzer now scans twice as fast! - type: Tweak - id: 5731 - time: '2024-01-17T16:45:19.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24188 - author: mirrorcult changes: - message: Eating/drinking sounds should be hopefully significantly less grating @@ -3793,3 +3786,10 @@ id: 6230 time: '2024-03-25T13:20:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26383 +- author: Simyon + changes: + - message: All implants are now unable to be implanted more than once. + type: Tweak + id: 6231 + time: '2024-03-26T00:16:19.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26250 From a196ecbbd9516327c7bcb4932b47d45421c090d0 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:52:27 -0400 Subject: [PATCH 195/213] Nerf ninja research stealing (#26421) * nerf ninja steal objective * fubar (cherry picked from commit 3b9c5d43ec97a0693ced0118fcfcb8467aa5595e) --- .../Research/Systems/ResearchStealerSystem.cs | 22 ++++++--- .../Components/ResearchStealerComponent.cs | 12 +++++ .../Research/Systems/SharedResearchSystem.cs | 45 ++++++++++++++++++- Resources/Prototypes/Objectives/ninja.yml | 4 +- 4 files changed, 75 insertions(+), 8 deletions(-) diff --git a/Content.Server/Research/Systems/ResearchStealerSystem.cs b/Content.Server/Research/Systems/ResearchStealerSystem.cs index 5bab6048de5..d40134f1e9f 100644 --- a/Content.Server/Research/Systems/ResearchStealerSystem.cs +++ b/Content.Server/Research/Systems/ResearchStealerSystem.cs @@ -1,11 +1,13 @@ using Content.Shared.Research.Components; using Content.Shared.Research.Systems; +using Robust.Shared.Random; namespace Content.Server.Research.Systems; public sealed class ResearchStealerSystem : SharedResearchStealerSystem { [Dependency] private readonly SharedResearchSystem _research = default!; + [Dependency] private readonly IRobustRandom _random = default!; public override void Initialize() { @@ -24,16 +26,26 @@ private void OnDoAfter(EntityUid uid, ResearchStealerComponent comp, ResearchSte if (!TryComp(target, out var database)) return; - var ev = new ResearchStolenEvent(uid, target, database.UnlockedTechnologies); + var ev = new ResearchStolenEvent(uid, target, new()); + var count = _random.Next(comp.MinToSteal, comp.MaxToSteal + 1); + for (var i = 0; i < count; i++) + { + if (database.UnlockedTechnologies.Count == 0) + break; + + var toRemove = _random.Pick(database.UnlockedTechnologies); + if (_research.TryRemoveTechnology((target, database), toRemove)) + ev.Techs.Add(toRemove); + } RaiseLocalEvent(uid, ref ev); - // oops, no more advanced lasers! - _research.ClearTechs(target, database); + + args.Handled = true; } } /// -/// Event raised on the user when research is stolen from a R&D server. +/// Event raised on the user when research is stolen from a RND server. /// Techs contains every technology id researched. /// [ByRefEvent] -public record struct ResearchStolenEvent(EntityUid Used, EntityUid Target, List Techs); +public record struct ResearchStolenEvent(EntityUid Used, EntityUid Target, List Techs); diff --git a/Content.Shared/Research/Components/ResearchStealerComponent.cs b/Content.Shared/Research/Components/ResearchStealerComponent.cs index e0331fad1bb..df8878e6516 100644 --- a/Content.Shared/Research/Components/ResearchStealerComponent.cs +++ b/Content.Shared/Research/Components/ResearchStealerComponent.cs @@ -14,4 +14,16 @@ public sealed partial class ResearchStealerComponent : Component ///
[DataField("delay"), ViewVariables(VVAccess.ReadWrite)] public TimeSpan Delay = TimeSpan.FromSeconds(20); + + /// + /// The minimum number of technologies that will be stolen + /// + [DataField] + public int MinToSteal = 4; + + /// + /// The maximum number of technologies that will be stolen + /// + [DataField] + public int MaxToSteal = 8; } diff --git a/Content.Shared/Research/Systems/SharedResearchSystem.cs b/Content.Shared/Research/Systems/SharedResearchSystem.cs index 12f27d0b9c9..9819e949b8b 100644 --- a/Content.Shared/Research/Systems/SharedResearchSystem.cs +++ b/Content.Shared/Research/Systems/SharedResearchSystem.cs @@ -1,6 +1,7 @@ using System.Linq; using Content.Shared.Research.Components; using Content.Shared.Research.Prototypes; +using JetBrains.Annotations; using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Utility; @@ -219,16 +220,58 @@ public void TrySetMainDiscipline(TechnologyPrototype prototype, EntityUid uid, T if (!Resolve(uid, ref component)) return; - var discipline = PrototypeManager.Index(prototype.Discipline); + var discipline = PrototypeManager.Index(prototype.Discipline); if (prototype.Tier < discipline.LockoutTier) return; component.MainDiscipline = prototype.Discipline; Dirty(uid, component); } + /// + /// Removes a technology and its recipes from a technology database. + /// + public bool TryRemoveTechnology(Entity entity, ProtoId tech) + { + return TryRemoveTechnology(entity, PrototypeManager.Index(tech)); + } + + /// + /// Removes a technology and its recipes from a technology database. + /// + [PublicAPI] + public bool TryRemoveTechnology(Entity entity, TechnologyPrototype tech) + { + if (!entity.Comp.UnlockedTechnologies.Remove(tech.ID)) + return false; + + // check to make sure we didn't somehow get the recipe from another tech. + // unlikely, but whatever + var recipes = tech.RecipeUnlocks; + foreach (var recipe in recipes) + { + var hasTechElsewhere = false; + foreach (var unlockedTech in entity.Comp.UnlockedTechnologies) + { + var unlockedTechProto = PrototypeManager.Index(unlockedTech); + + if (!unlockedTechProto.RecipeUnlocks.Contains(recipe)) + continue; + hasTechElsewhere = true; + break; + } + + if (!hasTechElsewhere) + entity.Comp.UnlockedRecipes.Remove(recipe); + } + Dirty(entity, entity.Comp); + UpdateTechnologyCards(entity, entity); + return true; + } + /// /// Clear all unlocked technologies from the database. /// + [PublicAPI] public void ClearTechs(EntityUid uid, TechnologyDatabaseComponent? comp = null) { if (!Resolve(uid, ref comp) || comp.UnlockedTechnologies.Count == 0) diff --git a/Resources/Prototypes/Objectives/ninja.yml b/Resources/Prototypes/Objectives/ninja.yml index b6c3d553df0..0495be29355 100644 --- a/Resources/Prototypes/Objectives/ninja.yml +++ b/Resources/Prototypes/Objectives/ninja.yml @@ -39,8 +39,8 @@ sprite: Structures/Machines/server.rsi state: server - type: NumberObjective - min: 5 - max: 10 + min: 9 + max: 13 title: objective-condition-steal-research-title - type: StealResearchCondition From 8d5a8d9b8416139885bde354ee19c48d8caac6d5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Mar 2024 00:53:33 +0000 Subject: [PATCH 196/213] Automatic changelog update (cherry picked from commit d636be9cc4d2ba9ee1a683e051deae9fac90c97f) --- 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 26c5ea4b813..31a52a5b64f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: mirrorcult - changes: - - message: Eating/drinking sounds should be hopefully significantly less grating - type: Tweak - id: 5732 - time: '2024-01-17T16:46:07.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24195 - author: notafet changes: - message: Chemical, booze, and soda dispensers now dispense reagents from stock @@ -3793,3 +3786,11 @@ id: 6231 time: '2024-03-26T00:16:19.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26250 +- author: EmoGarbage404 + changes: + - message: Ninjas no longer wipe all technologies when using their gloves on a research + server. + type: Tweak + id: 6232 + time: '2024-03-26T00:52:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26421 From 968b86e0354f302394c0f86305dee1b2d84c6fe7 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:04:42 -0500 Subject: [PATCH 197/213] Reduces size of smaller cartons and fix size discrepancies with empty containers (#26430) * Reduces size of smaller cartons * Fix trash bottles/cartons --------- Co-authored-by: Velcroboy (cherry picked from commit 47fe7d3cc664d59bacc2036e5678adad47622e3d) --- .../Consumable/Drinks/drinks-cartons.yml | 23 +++++--- .../Consumable/Drinks/trash_drinks.yml | 59 +++++++++++-------- 2 files changed, 49 insertions(+), 33 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml index f232bf1d34d..67d79540382 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -17,7 +17,7 @@ - type: Sprite state: icon - type: Item - size: Normal + size: Small - type: MeleeWeapon soundNoDamage: path: "/Audio/Effects/Fluids/splat.ogg" @@ -39,6 +39,18 @@ - type: TrashOnSolutionEmpty solution: drink +- type: entity + parent: DrinkCartonBaseFull + id: DrinkCartonBaseLargeFull + abstract: true + components: + - type: SolutionContainerManager + solutions: + drink: + maxVol: 100 + - type: Item + size: Normal + - type: entity id: DrinkCartonVisualsOpenable abstract: true @@ -116,7 +128,7 @@ sprite: Objects/Consumable/Drinks/cream.rsi - type: entity - parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseLargeFull] id: DrinkMilkCarton name: milk description: An opaque white liquid produced by the mammary glands of mammals. @@ -124,7 +136,6 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 100 reagents: - ReagentId: Milk Quantity: 100 @@ -132,7 +143,7 @@ sprite: Objects/Consumable/Drinks/milk.rsi - type: entity - parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseLargeFull] id: DrinkSoyMilkCarton name: soy milk description: White and nutritious soy goodness! @@ -140,7 +151,6 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 100 reagents: - ReagentId: MilkSoy Quantity: 100 @@ -148,7 +158,7 @@ sprite: Objects/Consumable/Drinks/soymilk.rsi - type: entity - parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseLargeFull] id: DrinkOatMilkCarton name: oat milk description: It's oat milk. Tan and nutritious goodness! @@ -156,7 +166,6 @@ - type: SolutionContainerManager solutions: drink: - maxVol: 100 reagents: - ReagentId: MilkOat Quantity: 100 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml index f6dd7222611..86bc34f3c8b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml @@ -8,6 +8,8 @@ components: - type: Sprite state: icon + - type: Item + size: Normal - type: SolutionContainerManager solutions: drink: @@ -72,6 +74,19 @@ Glass: 100 - type: SpaceGarbage +- type: entity + name: base empty bottle + id: DrinkBottleBaseSmallEmpty + parent: DrinkBottleBaseEmpty + abstract: true + components: + - type: Item + size: Small + - type: SolutionContainerManager + solutions: + drink: + maxVol: 50 + - type: entity name: base empty carton id: DrinkCartonBaseEmpty @@ -122,6 +137,19 @@ Cardboard: 20 - type: SpaceGarbage +- type: entity + name: base empty bottle + id: DrinkCartonBaseLargeEmpty + parent: DrinkCartonBaseEmpty + abstract: true + components: + - type: Item + size: Normal + - type: SolutionContainerManager + solutions: + drink: + maxVol: 100 + # Containers - type: entity name: Jailbreaker Verte bottle @@ -143,28 +171,20 @@ - type: entity name: ale bottle - parent: DrinkBottleBaseEmpty + parent: DrinkBottleBaseSmallEmpty id: DrinkBottleAle components: - type: Sprite sprite: Objects/Consumable/TrashDrinks/alebottle_empty.rsi - - type: SolutionContainerManager - solutions: - drink: - maxVol: 50 - type: entity name: beer bottle - parent: DrinkBottleBaseEmpty + parent: DrinkBottleBaseSmallEmpty id: DrinkBottleBeer components: - type: Sprite sprite: Objects/Consumable/TrashDrinks/beer_empty.rsi - - type: SolutionContainerManager - solutions: - drink: - maxVol: 50 - type: entity @@ -322,37 +342,24 @@ - type: entity name: milk carton - parent: DrinkCartonBaseEmpty + parent: DrinkCartonBaseLargeEmpty id: DrinkCartonMilk components: - type: Sprite sprite: Objects/Consumable/Drinks/milk.rsi - - type: SolutionContainerManager - solutions: - drink: - maxVol: 100 - - type: entity name: soy milk carton - parent: DrinkCartonBaseEmpty + parent: DrinkCartonBaseLargeEmpty id: DrinkCartonSoyMilk components: - type: Sprite sprite: Objects/Consumable/Drinks/soymilk.rsi - - type: SolutionContainerManager - solutions: - drink: - maxVol: 100 - type: entity name: oat milk carton - parent: DrinkCartonBaseEmpty + parent: DrinkCartonBaseLargeEmpty id: DrinkCartonOatMilk components: - type: Sprite sprite: Objects/Consumable/Drinks/oatmilk.rsi - - type: SolutionContainerManager - solutions: - drink: - maxVol: 100 From 13ada40018367083cb0088d95915bd5bcbdcddc2 Mon Sep 17 00:00:00 2001 From: "Mr. 27" <45323883+Dutch-VanDerLinde@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:05:34 -0400 Subject: [PATCH 198/213] Make chest rig purchasable in uplink (#26427) a (cherry picked from commit 4b286039906159cd4e77ead99004c9495442c515) --- Resources/Locale/en-US/store/uplink-catalog.ftl | 3 +++ Resources/Prototypes/Catalog/uplink_catalog.yml | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 4836a57d6b1..592cf59d2fe 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -109,6 +109,9 @@ uplink-holoclown-kit-desc = A joint venture between Cybersun and Honk.co. Contai uplink-holster-name = Shoulder Holster uplink-holster-desc = A deep shoulder holster capable of holding many types of ballistics. +uplink-chest-rig-name = Chest Rig +uplink-chest-rig-desc = Explosion-resistant tactical webbing used for holding traitor goods. + uplink-emag-name = Emag uplink-emag-desc = The business card of the syndicate, this sequencer is able to break open airlocks and tamper with a variety of station devices. Recharges automatically. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 21ac2f18f7b..7753c31e92d 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1188,6 +1188,16 @@ categories: - UplinkWearables +- type: listing + id: UplinkChestRig + name: uplink-chest-rig-name + description: uplink-chest-rig-desc + productEntity: ClothingBeltMilitaryWebbing + cost: + Telecrystal: 1 + categories: + - UplinkWearables + - type: listing id: UplinkChameleon name: uplink-chameleon-name From 0470f5d8e4e13a14b5945808228c2d07fe5628ab Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Mar 2024 04:06:40 +0000 Subject: [PATCH 199/213] Automatic changelog update (cherry picked from commit 51a02c98fa6cbf13ce0658968a6af1992d7c6d1f) --- 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 31a52a5b64f..a4c496f400f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: notafet - changes: - - message: Chemical, booze, and soda dispensers now dispense reagents from stock - containers. Remember to refill! - type: Tweak - - message: Chemical, booze, and soda dispensers can no longer be emagged for extra - goodies. - type: Remove - id: 5733 - time: '2024-01-17T21:43:48.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/23907 - author: TheShuEd changes: - message: Added the ability to repair thrusters and gyroscopes on the shuttle. @@ -3794,3 +3783,10 @@ id: 6232 time: '2024-03-26T00:52:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26421 +- author: Dutch-VanDerLinde + changes: + - message: The chest rig is now available for purchase in the syndicate uplink. + type: Add + id: 6233 + time: '2024-03-26T04:05:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26427 From 097ff5284d8e6e18fc1915680aadb6f4226ee5c0 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:44:56 +1100 Subject: [PATCH 200/213] Fix atmos NaN error (#26441) * Fix atmos NAN error * Remove redundant yaml entries (cherry picked from commit fdb4a61487db9fc67714c913832427063abdea42) --- .../Atmos/Components/AirtightComponent.cs | 32 +++++++++++++++++-- .../Atmos/EntitySystems/AirtightSystem.cs | 2 -- .../AtmosphereSystem.GridAtmosphere.cs | 8 ++--- .../AtmosphereSystem.Processing.cs | 2 +- .../EntitySystems/AtmosphereSystem.Utils.cs | 3 +- Content.Server/Atmos/GasMixture.cs | 7 ++-- Content.Server/Atmos/TileAtmosphere.cs | 3 ++ .../Doors/Airlocks/base_structureairlocks.yml | 1 - .../Structures/Doors/Airlocks/highsec.yml | 1 - .../Structures/Doors/Airlocks/shuttle.yml | 1 - .../Structures/Doors/Firelocks/firelock.yml | 2 -- .../Doors/MaterialDoors/material_doors.yml | 1 - .../Doors/SecretDoor/secret_door.yml | 1 - .../Structures/Doors/Shutter/shutters.yml | 1 - .../Doors/Windoors/base_structurewindoors.yml | 1 - .../Entities/Structures/plastic_flaps.yml | 2 -- 16 files changed, 43 insertions(+), 25 deletions(-) diff --git a/Content.Server/Atmos/Components/AirtightComponent.cs b/Content.Server/Atmos/Components/AirtightComponent.cs index ca107eafbe8..69488a71307 100644 --- a/Content.Server/Atmos/Components/AirtightComponent.cs +++ b/Content.Server/Atmos/Components/AirtightComponent.cs @@ -9,27 +9,53 @@ public sealed partial class AirtightComponent : Component { public (EntityUid Grid, Vector2i Tile) LastPosition { get; set; } + /// + /// The directions in which this entity should block airflow, relative to its own reference frame. + /// [DataField("airBlockedDirection", customTypeSerializer: typeof(FlagSerializer))] public int InitialAirBlockedDirection { get; set; } = (int) AtmosDirection.All; + /// + /// The directions in which the entity is currently blocking airflow, relative to the grid that the entity is on. + /// I.e., this is a variant of that takes into account the entity's + /// current rotation. + /// [ViewVariables] public int CurrentAirBlockedDirection; - [DataField("airBlocked")] + /// + /// Whether the airtight entity is currently blocking airflow. + /// + [DataField] public bool AirBlocked { get; set; } = true; - [DataField("fixVacuum")] + /// + /// If true, entities on this tile will attempt to draw air from surrounding tiles when they become unblocked + /// and currently have no air. This is generally only required when is + /// true, or if the entity is likely to occupy the same tile as another no-air airtight entity. + /// + [DataField] public bool FixVacuum { get; set; } = true; + // I think fixvacuum exists to ensure that repeatedly closing/opening air-blocking doors doesn't end up + // depressurizing a room. However it can also effectively be used as a means of generating gasses for free + // TODO ATMOS Mass conservation. Make it actually push/pull air from adjacent tiles instead of destroying & creating, + + // TODO ATMOS Do we need these two fields? [DataField("rotateAirBlocked")] public bool RotateAirBlocked { get; set; } = true; + // TODO ATMOS remove this? What is this even for?? [DataField("fixAirBlockedDirectionInitialize")] public bool FixAirBlockedDirectionInitialize { get; set; } = true; - [DataField("noAirWhenFullyAirBlocked")] + /// + /// If true, then the tile that this entity is on will have no air at all if all directions are blocked. + /// + [DataField] public bool NoAirWhenFullyAirBlocked { get; set; } = true; + /// [Access(Other = AccessPermissions.ReadWriteExecute)] public AtmosDirection AirBlockedDirection => (AtmosDirection)CurrentAirBlockedDirection; } diff --git a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs index 548d6a36926..152fba8fc4d 100644 --- a/Content.Server/Atmos/EntitySystems/AirtightSystem.cs +++ b/Content.Server/Atmos/EntitySystems/AirtightSystem.cs @@ -85,8 +85,6 @@ private void OnAirtightMoved(Entity airtight, ref MoveEvent e private bool AirtightMove(Entity ent, ref MoveEvent ev) { var (owner, airtight) = ent; - if (!airtight.RotateAirBlocked || airtight.InitialAirBlockedDirection == (int)AtmosDirection.Invalid) - return false; airtight.CurrentAirBlockedDirection = (int) Rotate((AtmosDirection)airtight.InitialAirBlockedDirection, ev.NewRotation); var pos = airtight.LastPosition; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs index d43cc81b0f8..beddef4be7e 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.GridAtmosphere.cs @@ -399,10 +399,7 @@ private void GridIsHotspotActive(EntityUid uid, GridAtmosphereComponent componen args.Handled = true; } - private void GridFixTileVacuum( - Entity ent, - TileAtmosphere tile, - float volume) + private void GridFixTileVacuum(TileAtmosphere tile) { DebugTools.AssertNotNull(tile.Air); DebugTools.Assert(tile.Air?.Immutable == false ); @@ -416,6 +413,9 @@ private void GridFixTileVacuum( count++; } + if (count == 0) + return; + var ratio = 1f / count; var totalTemperature = 0f; diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs index 1f3ca2145b9..eba398c1821 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Processing.cs @@ -272,7 +272,7 @@ private void UpdateTileAir( tile.Air = new GasMixture(volume){Temperature = Atmospherics.T20C}; if (data.FixVacuum) - GridFixTileVacuum(ent, tile, volume); + GridFixTileVacuum(tile); } private void QueueRunTiles( diff --git a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs index 9b0d0d9670d..67c6d5998dd 100644 --- a/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs +++ b/Content.Server/Atmos/EntitySystems/AtmosphereSystem.Utils.cs @@ -78,12 +78,13 @@ private AirtightData GetAirtightData(EntityUid uid, MapGridComponent grid, Vecto if (!_airtightQuery.TryGetComponent(ent, out var airtight)) continue; + fixVacuum |= airtight.FixVacuum; + if(!airtight.AirBlocked) continue; blockedDirs |= airtight.AirBlockedDirection; noAirWhenBlocked |= airtight.NoAirWhenFullyAirBlocked; - fixVacuum |= airtight.FixVacuum; if (blockedDirs == AtmosDirection.All && noAirWhenBlocked && fixVacuum) break; diff --git a/Content.Server/Atmos/GasMixture.cs b/Content.Server/Atmos/GasMixture.cs index 77fd7018333..3d73a4d0b16 100644 --- a/Content.Server/Atmos/GasMixture.cs +++ b/Content.Server/Atmos/GasMixture.cs @@ -62,9 +62,9 @@ public float Temperature get => _temperature; set { - DebugTools.Assert(!float.IsNaN(_temperature)); - if (Immutable) return; - _temperature = MathF.Min(MathF.Max(value, Atmospherics.TCMB), Atmospherics.Tmax); + DebugTools.Assert(!float.IsNaN(value)); + if (!Immutable) + _temperature = MathF.Min(MathF.Max(value, Atmospherics.TCMB), Atmospherics.Tmax); } } @@ -91,6 +91,7 @@ public GasMixture(float[] moles, float temp, float volume = Atmospherics.CellVol if (volume < 0) volume = 0; + DebugTools.Assert(!float.IsNaN(temp)); _temperature = temp; Moles = moles; Volume = volume; diff --git a/Content.Server/Atmos/TileAtmosphere.cs b/Content.Server/Atmos/TileAtmosphere.cs index 0dd35a29e76..0026dbbf4f0 100644 --- a/Content.Server/Atmos/TileAtmosphere.cs +++ b/Content.Server/Atmos/TileAtmosphere.cs @@ -28,6 +28,9 @@ public sealed class TileAtmosphere : IGasMixtureHolder [ViewVariables] public TileAtmosphere? PressureSpecificTarget { get; set; } + /// + /// This is either the pressure difference, or the quantity of moles transferred if monstermos is enabled. + /// [ViewVariables] public float PressureDifference { get; set; } diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index 5fca0819984..53a32e0f6fa 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -104,7 +104,6 @@ - key: enum.WiresUiKey.Key type: WiresBoundUserInterface - type: Airtight - fixVacuum: true noAirWhenFullyAirBlocked: false - type: RadiationBlocker resistance: 3 diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index 60ee2203ca5..a26226c9578 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -80,7 +80,6 @@ - key: enum.WiresUiKey.Key type: WiresBoundUserInterface - type: Airtight - fixVacuum: true - type: Occluder - type: Damageable damageContainer: StructuralInorganic diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index 21d485be0c8..9771f633888 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -57,7 +57,6 @@ denySound: path: /Audio/Machines/airlock_deny.ogg - type: Airtight - fixVacuum: true noAirWhenFullyAirBlocked: false - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml index dccc76e96c1..e677ef185be 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml @@ -93,7 +93,6 @@ - type: Physics canCollide: false - type: Airtight - fixVacuum: true airBlocked: false noAirWhenFullyAirBlocked: true - type: RadiationBlocker @@ -158,7 +157,6 @@ sprite: Structures/Doors/edge_door_hazard.rsi snapCardinals: false - type: Airtight - fixVacuum: true airBlocked: false noAirWhenFullyAirBlocked: false airBlockedDirection: diff --git a/Resources/Prototypes/Entities/Structures/Doors/MaterialDoors/material_doors.yml b/Resources/Prototypes/Entities/Structures/Doors/MaterialDoors/material_doors.yml index 4b6f72de934..8dfe2f62a51 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/MaterialDoors/material_doors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/MaterialDoors/material_doors.yml @@ -40,7 +40,6 @@ path: /Audio/Effects/stonedoor_openclose.ogg - type: Appearance - type: Airtight - fixVacuum: true - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic diff --git a/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml b/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml index 2c54d3cd418..d6c087af0a5 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/SecretDoor/secret_door.yml @@ -38,7 +38,6 @@ - type: Weldable time: 2 - type: Airtight - fixVacuum: true - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index e38ba1fd667..1819c9d0ef2 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -59,7 +59,6 @@ - key: enum.WiresUiKey.Key type: WiresBoundUserInterface - type: Airtight - fixVacuum: true - type: RadiationBlocker resistance: 2 - type: Damageable diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml index 56167c178e2..d03765d4fc9 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml @@ -130,7 +130,6 @@ - type: Appearance - type: WiresVisuals - type: Airtight - fixVacuum: true noAirWhenFullyAirBlocked: false airBlockedDirection: - South diff --git a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml index 8c53daf3b60..bf49eb1be35 100644 --- a/Resources/Prototypes/Entities/Structures/plastic_flaps.yml +++ b/Resources/Prototypes/Entities/Structures/plastic_flaps.yml @@ -83,7 +83,6 @@ - !type:DoActsBehavior acts: ["Destruction"] - type: Airtight - fixVacuum: true - type: entity id: PlasticFlapsAirtightOpaque @@ -101,4 +100,3 @@ - !type:DoActsBehavior acts: ["Destruction"] - type: Airtight - fixVacuum: true From c0b03365601ca7f662ef4bc6226bda2c8f3a70b6 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Mar 2024 04:46:02 +0000 Subject: [PATCH 201/213] Automatic changelog update (cherry picked from commit 00f95c6c8cef22524eb0d283bf5cf0531dd4a7f1) --- 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 a4c496f400f..68ae2414b90 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TheShuEd - changes: - - message: Added the ability to repair thrusters and gyroscopes on the shuttle. - type: Add - id: 5734 - time: '2024-01-17T23:57:40.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24193 - author: Volotomite changes: - message: Flippo can burn plasma now! @@ -3790,3 +3783,11 @@ id: 6233 time: '2024-03-26T04:05:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26427 +- author: ElectroJr + changes: + - message: Fixed an atmos bug, which was (probably) causing atmospherics on the + station to behave incorrectly. + type: Fix + id: 6234 + time: '2024-03-26T04:44:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26441 From 05242f785e6ff0cd23c3b5e3cb4098cea15c03f3 Mon Sep 17 00:00:00 2001 From: Futuristic-OK <141568243+Futuristic-OK@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:03:54 +0600 Subject: [PATCH 202/213] Curtains fix (#26447) * Update furniture.yml * Update curtains.yml * Update Resources/Prototypes/Entities/Structures/Decoration/curtains.yml Co-authored-by: Tayrtahn --------- Co-authored-by: Futuristic-OK <141568243+FuturisticRUS@users.noreply.github.com> Co-authored-by: Tayrtahn (cherry picked from commit 55b146a16c74d9b1ef4991f3ad3e22b15267f56f) --- .../Structures/Decoration/curtains.yml | 4 +- .../Recipes/Construction/furniture.yml | 40 +++++-------------- 2 files changed, 13 insertions(+), 31 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml b/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml index 85c9bdae3df..77b03d36f5d 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/curtains.yml @@ -50,6 +50,8 @@ MaterialCloth1: min: 1 max: 2 + - type: WallMount + arc: 360 - type: entity id: HospitalCurtains @@ -350,4 +352,4 @@ graph: Curtains node: CurtainsWhiteOpen - type: Physics - canCollide: false \ No newline at end of file + canCollide: false diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index 1a17b2f856d..25978771872 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -731,9 +731,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsBlack @@ -748,9 +746,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsBlue @@ -765,9 +761,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsCyan @@ -782,9 +776,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsGreen @@ -799,9 +791,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsOrange @@ -816,9 +806,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsPink @@ -833,9 +821,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsPurple @@ -850,9 +836,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsRed @@ -867,9 +851,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: CurtainsWhite @@ -884,9 +866,7 @@ state: closed objectType: Structure placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked + canBuildInImpassable: true - type: construction id: Bookshelf From 873daeee3e8563f1ccb1afe04128adf3dc46c02f Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 26 Mar 2024 17:37:31 +0100 Subject: [PATCH 203/213] Update submodule (#26451) (cherry picked from commit b0f4a9bc0ab6e3a03017da14f216067e4eb17080) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 25bbb21dc86..ff38e9f12a5 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 25bbb21dc868b4e0b43b6d28e899710891b35868 +Subproject commit ff38e9f12a50d5e83b29c21f74a50dea46660f49 From 15a74afa7a100f2c0d9b7a7167546f93eba3d079 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 26 Mar 2024 18:48:41 +0100 Subject: [PATCH 204/213] Update submodule (#26454) (cherry picked from commit bf7fb53ae586a3fb21ec8eaf6f3b18f82d42ab09) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index ff38e9f12a5..536fca4115e 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit ff38e9f12a50d5e83b29c21f74a50dea46660f49 +Subproject commit 536fca4115ec005e9cbaa45bcc79e31c5eb08f30 From b50633483e24521837961e6e958f95fea4e77b22 Mon Sep 17 00:00:00 2001 From: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:15:08 +0200 Subject: [PATCH 205/213] Minor cleanup of cuffablesystem (#26434) * Fix cuffs breaking after they stop being pulled * Do proper interaction check for UncuffAttempt * Minor cleanup Take as much out as possible from _net.IsServer() if blocks. Misc cleanup (cherry picked from commit 4630e94c661f7af35610e24b7bd337bc30ef9fd5) --- .../Cuffs/Components/HandcuffComponent.cs | 10 +- Content.Shared/Cuffs/SharedCuffableSystem.cs | 105 +++++++++--------- 2 files changed, 61 insertions(+), 54 deletions(-) diff --git a/Content.Shared/Cuffs/Components/HandcuffComponent.cs b/Content.Shared/Cuffs/Components/HandcuffComponent.cs index 77a77cf2f84..30577da064f 100644 --- a/Content.Shared/Cuffs/Components/HandcuffComponent.cs +++ b/Content.Shared/Cuffs/Components/HandcuffComponent.cs @@ -52,6 +52,14 @@ public sealed partial class HandcuffComponent : Component [DataField] public bool Removing; + /// + /// Whether the cuffs are currently being used to cuff someone. + /// We need the extra information for when the virtual item is deleted because that can happen when you simply stop + /// pulling them on the ground. + /// + [DataField] + public bool Used; + /// /// The path of the RSI file used for the player cuffed overlay. /// @@ -87,7 +95,7 @@ public sealed partial class HandcuffComponent : Component } /// -/// Event fired on the User when the User attempts to cuff the Target. +/// Event fired on the User when the User attempts to uncuff the Target. /// Should generate popups on the User. /// [ByRefEvent] diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index ca903719c44..0077f5a358e 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -3,12 +3,10 @@ using Content.Shared.Administration.Components; using Content.Shared.Administration.Logs; using Content.Shared.Alert; -using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Buckle.Components; using Content.Shared.Cuffs.Components; using Content.Shared.Database; using Content.Shared.DoAfter; -using Content.Shared.Effects; using Content.Shared.Hands; using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; @@ -19,7 +17,6 @@ using Content.Shared.Inventory.Events; using Content.Shared.Inventory.VirtualItem; using Content.Shared.Item; -using Content.Shared.Mobs.Systems; using Content.Shared.Movement.Events; using Content.Shared.Movement.Pulling.Events; using Content.Shared.Popups; @@ -29,12 +26,12 @@ using Content.Shared.Timing; using Content.Shared.Verbs; using Content.Shared.Weapons.Melee.Events; -using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Network; using Robust.Shared.Player; using Robust.Shared.Serialization; +using Robust.Shared.Utility; using PullableComponent = Content.Shared.Movement.Pulling.Components.PullableComponent; namespace Content.Shared.Cuffs @@ -47,8 +44,6 @@ public abstract partial class SharedCuffableSystem : EntitySystem [Dependency] private readonly ISharedAdminLogManager _adminLog = default!; [Dependency] private readonly ActionBlockerSystem _actionBlocker = default!; [Dependency] private readonly AlertsSystem _alerts = default!; - [Dependency] private readonly SharedColorFlashEffectSystem _color = default!; - [Dependency] private readonly MobStateSystem _mobState = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; @@ -95,9 +90,8 @@ public override void Initialize() private void OnUncuffAttempt(ref UncuffAttemptEvent args) { if (args.Cancelled) - { return; - } + if (!Exists(args.User) || Deleted(args.User)) { // Should this even be possible? @@ -109,23 +103,29 @@ private void OnUncuffAttempt(ref UncuffAttemptEvent args) // This is because the CanInteract blocking of the cuffs prevents self-uncuff. if (args.User == args.Target) { - // This UncuffAttemptEvent check should probably be In MobStateSystem, not here? - if (_mobState.IsIncapacitated(args.User)) - { - args.Cancelled = true; - } - else + if (!TryComp(args.User, out var cuffable)) { - // TODO Find a way for cuffable to check ActionBlockerSystem.CanInteract() without blocking itself + DebugTools.Assert($"{args.User} tried to uncuff themselves but they are not cuffable."); + return; } + + // We temporarily allow interactions so the cuffable system does not block itself. + // It's assumed that this will always be false. + // Otherwise they would not be trying to uncuff themselves. + cuffable.CanStillInteract = true; + Dirty(args.User, cuffable); + + if (!_actionBlocker.CanInteract(args.User, args.User)) + args.Cancelled = true; + + cuffable.CanStillInteract = false; + Dirty(args.User, cuffable); } else { // Check if the user can interact. if (!_actionBlocker.CanInteract(args.User, args.Target)) - { args.Cancelled = true; - } } if (args.Cancelled) @@ -310,6 +310,7 @@ private void OnAddCuffDoAfter(EntityUid uid, HandcuffComponent component, AddCuf if (!args.Cancelled && TryAddNewCuffs(target, user, uid, cuffable)) { + component.Used = true; _audio.PlayPredicted(component.EndCuffSound, uid, user); _popup.PopupEntity(Loc.GetString("handcuff-component-cuff-observer-success-message", @@ -613,7 +614,7 @@ public void Uncuff(EntityUid target, EntityUid? user, EntityUid cuffsToRemove, C if (!Resolve(target, ref cuffable) || !Resolve(cuffsToRemove, ref cuff)) return; - if (cuff.Removing || TerminatingOrDeleted(cuffsToRemove) || TerminatingOrDeleted(target)) + if (!cuff.Used || cuff.Removing || TerminatingOrDeleted(cuffsToRemove) || TerminatingOrDeleted(target)) return; if (user != null) @@ -625,10 +626,9 @@ public void Uncuff(EntityUid target, EntityUid? user, EntityUid cuffsToRemove, C } cuff.Removing = true; + cuff.Used = false; _audio.PlayPredicted(cuff.EndUncuffSound, target, user); - var isOwner = user == target; - _container.Remove(cuffsToRemove, cuffable.Container); if (_net.IsServer) @@ -644,43 +644,42 @@ public void Uncuff(EntityUid target, EntityUid? user, EntityUid cuffsToRemove, C { _hands.PickupOrDrop(user, cuffsToRemove); } + } + + if (cuffable.CuffedHandCount == 0) + { + if (user != null) + _popup.PopupPredicted(Loc.GetString("cuffable-component-remove-cuffs-success-message"), user.Value, user.Value); - // Only play popups on server because popups suck - if (cuffable.CuffedHandCount == 0) + if (target != user && user != null) + { + _popup.PopupPredicted(Loc.GetString("cuffable-component-remove-cuffs-by-other-success-message", + ("otherName", Identity.Name(user.Value, EntityManager, user))), target, target); + _adminLog.Add(LogType.Action, LogImpact.Medium, + $"{ToPrettyString(user):player} has successfully uncuffed {ToPrettyString(target):player}"); + } + else { - if (user != null) - _popup.PopupEntity(Loc.GetString("cuffable-component-remove-cuffs-success-message"), user.Value, user.Value); - - if (target != user && user != null) - { - _popup.PopupEntity(Loc.GetString("cuffable-component-remove-cuffs-by-other-success-message", - ("otherName", Identity.Name(user.Value, EntityManager, user))), target, target); - _adminLog.Add(LogType.Action, LogImpact.Medium, - $"{ToPrettyString(user):player} has successfully uncuffed {ToPrettyString(target):player}"); - } - else - { - _adminLog.Add(LogType.Action, LogImpact.Medium, - $"{ToPrettyString(user):player} has successfully uncuffed themselves"); - } + _adminLog.Add(LogType.Action, LogImpact.Medium, + $"{ToPrettyString(user):player} has successfully uncuffed themselves"); } - else if (user != null) + } + else if (user != null) + { + if (user != target) + { + _popup.PopupPredicted(Loc.GetString("cuffable-component-remove-cuffs-partial-success-message", + ("cuffedHandCount", cuffable.CuffedHandCount), + ("otherName", Identity.Name(user.Value, EntityManager, user.Value))), user.Value, user.Value); + _popup.PopupPredicted(Loc.GetString( + "cuffable-component-remove-cuffs-by-other-partial-success-message", + ("otherName", Identity.Name(user.Value, EntityManager, user.Value)), + ("cuffedHandCount", cuffable.CuffedHandCount)), target, target); + } + else { - if (user != target) - { - _popup.PopupEntity(Loc.GetString("cuffable-component-remove-cuffs-partial-success-message", - ("cuffedHandCount", cuffable.CuffedHandCount), - ("otherName", Identity.Name(user.Value, EntityManager, user.Value))), user.Value, user.Value); - _popup.PopupEntity(Loc.GetString( - "cuffable-component-remove-cuffs-by-other-partial-success-message", - ("otherName", Identity.Name(user.Value, EntityManager, user.Value)), - ("cuffedHandCount", cuffable.CuffedHandCount)), target, target); - } - else - { - _popup.PopupEntity(Loc.GetString("cuffable-component-remove-cuffs-partial-success-message", - ("cuffedHandCount", cuffable.CuffedHandCount)), user.Value, user.Value); - } + _popup.PopupPredicted(Loc.GetString("cuffable-component-remove-cuffs-partial-success-message", + ("cuffedHandCount", cuffable.CuffedHandCount)), user.Value, user.Value); } } cuff.Removing = false; From c331f40317d9e311009e50187729f1d945851b50 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Mar 2024 19:16:15 +0000 Subject: [PATCH 206/213] Automatic changelog update (cherry picked from commit 21583f99243b0a9e939b7c895eb00b4f91901aaa) --- 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 68ae2414b90..1bae524d59d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Volotomite - changes: - - message: Flippo can burn plasma now! - type: Fix - id: 5735 - time: '2024-01-18T00:28:32.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24207 - author: Ubaser changes: - message: The paramedic's void suit now has a helmet toggle. @@ -3791,3 +3784,11 @@ id: 6234 time: '2024-03-26T04:44:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26441 +- author: nikthechampiongr + changes: + - message: Handcuffs will no longer try to uncuff themselves when they stop being + dragged. + type: Fix + id: 6235 + time: '2024-03-26T19:15:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26434 From efcdc426664d7e49c4f0ca154139085ddad966c6 Mon Sep 17 00:00:00 2001 From: Jake Huxell Date: Tue, 26 Mar 2024 19:13:58 -0400 Subject: [PATCH 207/213] Objects such as lighters/welders are now able to be dropped in disposal units. (#26463) Don't always mark after interact event as handled for welder tools. Done with a view towards allowing disposal interaction post tool system handling. Co-authored-by: MQuatermain (cherry picked from commit ebddef7675269ea4c354673a888a2c8f6e418548) --- Content.Server/Tools/ToolSystem.Welder.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Server/Tools/ToolSystem.Welder.cs b/Content.Server/Tools/ToolSystem.Welder.cs index 98e29c763a8..1eabd6c6d2c 100644 --- a/Content.Server/Tools/ToolSystem.Welder.cs +++ b/Content.Server/Tools/ToolSystem.Welder.cs @@ -152,9 +152,9 @@ private void OnWelderAfterInteract(Entity entity, ref AfterInte { _popup.PopupEntity(Loc.GetString("welder-component-no-fuel-in-tank", ("owner", args.Target)), entity, args.User); } - } - args.Handled = true; + args.Handled = true; + } } private void OnWelderToolUseAttempt(Entity entity, ref DoAfterAttemptEvent args) From ddbf56a4637397b830d615bd34314fd177e6856b Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:41:42 +1100 Subject: [PATCH 208/213] Update submodule to 216.0.0 (#26467) (cherry picked from commit f90b97a02442601141fe6578bc5f2760fd09f2af) --- RobustToolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RobustToolbox b/RobustToolbox index 536fca4115e..8607ba1f16c 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 536fca4115ec005e9cbaa45bcc79e31c5eb08f30 +Subproject commit 8607ba1f16ce676a849b59a41efd389a6e467f5c From 400686a47383c42dbd479fc224b5a07c807fc37c Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:24:27 +1100 Subject: [PATCH 209/213] Revert "Give cap door remote his access" (#26465) Revert "Give cap door remote his access (#26378)" This reverts commit ea818ea1b6d910fb1b86ee06648fc0da5a100a27. (cherry picked from commit fbea150b53136d33b547abfec377f00499c45947) --- Resources/Prototypes/Entities/Objects/Devices/door_remote.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml index 736f73d915b..a2419101c65 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/door_remote.yml @@ -9,7 +9,7 @@ sprite: Objects/Devices/door_remote.rsi - type: Item storedRotation: -90 - - type: Access #No access, useless + - type: Access - type: DoorRemote - type: StealTarget stealGroup: DoorRemote @@ -28,7 +28,7 @@ color: "#9f9f00" - type: Access groups: - - AllAccess #Cap must be able to control the station + - Command - type: entity parent: DoorRemoteDefault From 3f5f63d26fcaf624878de83773fffb3d4c4a8bc3 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:31:26 +1300 Subject: [PATCH 210/213] Fix GhostRoleComponent performing randomization on ComponentInit (#26466) * Fix ghostrole ComponentInit * A * a (cherry picked from commit cb8f1459759396552b1421aaf28c77fc8ac95003) --- .../Roles/Components/GhostRoleComponent.cs | 2 +- Content.Server/Ghost/Roles/GhostRoleSystem.cs | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs index 93e7e9efaa6..abb26a8c8bc 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs @@ -11,7 +11,7 @@ public sealed partial class GhostRoleComponent : Component [DataField("description")] private string _roleDescription = "Unknown"; - [DataField("rules")] private string _roleRules = ""; + [DataField("rules")] private string _roleRules = "ghost-role-component-default-rules"; [DataField("requirements")] public HashSet? Requirements; diff --git a/Content.Server/Ghost/Roles/GhostRoleSystem.cs b/Content.Server/Ghost/Roles/GhostRoleSystem.cs index 2397edc724e..f603416d00a 100644 --- a/Content.Server/Ghost/Roles/GhostRoleSystem.cs +++ b/Content.Server/Ghost/Roles/GhostRoleSystem.cs @@ -56,7 +56,8 @@ public override void Initialize() SubscribeLocalEvent(OnMindAdded); SubscribeLocalEvent(OnMindRemoved); SubscribeLocalEvent(OnMobStateChanged); - SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnStartup); SubscribeLocalEvent(OnShutdown); SubscribeLocalEvent(OnPaused); SubscribeLocalEvent(OnUnpaused); @@ -318,17 +319,14 @@ private void OnUnpaused(EntityUid uid, GhostRoleComponent component, ref EntityU UpdateAllEui(); } - private void OnInit(Entity ent, ref ComponentInit args) + private void OnMapInit(Entity ent, ref MapInitEvent args) { - var role = ent.Comp; - if (role.Probability < 1f && !_random.Prob(role.Probability)) - { - RemComp(ent); - return; - } + if (ent.Comp.Probability < 1f && !_random.Prob(ent.Comp.Probability)) + RemCompDeferred(ent); + } - if (role.RoleRules == "") - role.RoleRules = Loc.GetString("ghost-role-component-default-rules"); + private void OnStartup(Entity ent, ref ComponentStartup args) + { RegisterGhostRole(ent); } From 1cf60de62a7afee2408278523dae82d73234c32c Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 27 Mar 2024 15:12:21 +0000 Subject: [PATCH 211/213] Automatic changelog update (cherry picked from commit bd2772792fd51970a3a139e7e1c00425ad2e4a66) --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1bae524d59d..c3455ca2362 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Ubaser - changes: - - message: The paramedic's void suit now has a helmet toggle. - type: Tweak - id: 5736 - time: '2024-01-18T15:26:59.0000000+00:00' - url: https://api.github.com/repos/space-wizards/space-station-14/pulls/24229 - author: Ubaser changes: - message: Carrots now properly contain Oculine, and you can Juice them to obtain @@ -3792,3 +3785,12 @@ id: 6235 time: '2024-03-26T19:15:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/26434 +- author: Nairodian + changes: + - message: Added disablers to every security officer locker. + type: Add + - message: Any way to obtain rubber bullets has been removed. + type: Remove + id: 6236 + time: '2024-03-27T15:11:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/26470 From df4b17e4bba3a585cf77be5679406fac3824d947 Mon Sep 17 00:00:00 2001 From: Null <56081759+NullWanderer@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:53:28 +0000 Subject: [PATCH 212/213] CRLF --- Resources/Maps/Dungeon/haunted.yml | 6502 ++++++++++++++-------------- 1 file changed, 3251 insertions(+), 3251 deletions(-) diff --git a/Resources/Maps/Dungeon/haunted.yml b/Resources/Maps/Dungeon/haunted.yml index d63ca74f200..e0353a1e3f6 100644 --- a/Resources/Maps/Dungeon/haunted.yml +++ b/Resources/Maps/Dungeon/haunted.yml @@ -1,3251 +1,3251 @@ -meta: - format: 6 - postmapinit: false -tilemap: - 0: Space - 22: FloorCave - 23: FloorCaveDrought - 40: FloorDirt - 66: FloorMining - 68: FloorMiningLight - 71: FloorOldConcreteMono - 72: FloorOldConcreteSmooth - 82: FloorShuttleOrange - 118: FloorWood - 121: Plating - 124: PlatingDamaged -entities: -- proto: "" - entities: - - uid: 1653 - components: - - type: MetaData - - type: Transform - - type: Map - - type: PhysicsMap - - type: Broadphase - - type: OccluderTree - - chunks: - -1,-1: - ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - 0,0: - ind: 0,0 - tiles: FgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFgAAAAAGFgAAAAADFgAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAGFgAAAAACFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAACFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAADFgAAAAAEFgAAAAABFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAFFgAAAAAAFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAFFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAABFgAAAAABFgAAAAACFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAACUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAEFgAAAAACFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFwAAAAAAFgAAAAAGFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAEFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAABFgAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFwAAAAAAFwAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAABFgAAAAAEFgAAAAAEUgAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAEFgAAAAABFgAAAAAEFwAAAAABFwAAAAABFwAAAAAEUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAGFgAAAAAFFwAAAAAEUgAAAAAAFgAAAAAGFgAAAAAGFwAAAAAGFwAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAFgAAAAAGFwAAAAACFgAAAAACFgAAAAABFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFwAAAAACFgAAAAABFwAAAAAHFgAAAAACFgAAAAAEFwAAAAAEFgAAAAADUgAAAAAAFwAAAAACFgAAAAAGFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFwAAAAAEUgAAAAAAFgAAAAABFwAAAAAFFwAAAAAFFgAAAAACFgAAAAABFwAAAAAHFwAAAAAEUgAAAAAA - version: 6 - 0,1: - ind: 0,1 - tiles: FwAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAADFgAAAAAGFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFwAAAAABFwAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAACFwAAAAAFFwAAAAADFwAAAAADFgAAAAAFUgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFFgAAAAAEFwAAAAAGFwAAAAAHFwAAAAADFwAAAAAGUgAAAAAAFwAAAAAHFwAAAAACFgAAAAADFwAAAAADFgAAAAABUgAAAAAAFgAAAAABFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAAFwAAAAACFgAAAAAGFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAGFwAAAAABFwAAAAAAFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAGFwAAAAADFwAAAAAHFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFwAAAAADUgAAAAAAFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAFwAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAABFgAAAAAAFgAAAAADUgAAAAAAFgAAAAADFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAAUgAAAAAAFwAAAAAAFwAAAAADFwAAAAAHUgAAAAAAFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAAFFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFwAAAAABFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAFgAAAAADFgAAAAAFFgAAAAAEUgAAAAAAFwAAAAACFwAAAAAHFgAAAAADUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFgAAAAADFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAAFwAAAAABUgAAAAAAFwAAAAAAFgAAAAABFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAABFgAAAAADFgAAAAABFgAAAAAGFgAAAAAEFgAAAAADFgAAAAADUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAAFFgAAAAACFgAAAAAGFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAA - version: 6 - 0,-1: - ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - -1,0: - ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - -1,1: - ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - 1,-1: - ind: 1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - 1,0: - ind: 1,0 - tiles: FgAAAAACUgAAAAAAFgAAAAACFgAAAAACFgAAAAABFgAAAAADFgAAAAACKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAABFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAGFgAAAAABFgAAAAADKAAAAAAAFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAAKAAAAAAAFgAAAAAEUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAAFgAAAAADKAAAAAAAFgAAAAADFgAAAAACFgAAAAAFKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAACUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAADFgAAAAAGFgAAAAADFgAAAAABKAAAAAAAFgAAAAAGUgAAAAAAKAAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAGFgAAAAABFgAAAAAGFgAAAAACFgAAAAACFgAAAAAAFgAAAAABKAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAABFgAAAAAEFwAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAAGFgAAAAACUgAAAAAAFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAEFgAAAAACUgAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAACFgAAAAACFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAGFgAAAAABFgAAAAACUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHFwAAAAADFwAAAAAAFwAAAAACFgAAAAAAUgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAADFgAAAAAFFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABFwAAAAAHFwAAAAAAFwAAAAAEFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAA - version: 6 - 1,1: - ind: 1,1 - tiles: FgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAABFgAAAAAGFgAAAAADUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAABFgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFwAAAAADFwAAAAABFgAAAAACFgAAAAAFUgAAAAAAFgAAAAAEdgAAAAADFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAABFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAEFwAAAAACFwAAAAAHFgAAAAACUgAAAAAAFgAAAAACdgAAAAABFwAAAAADUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAFgAAAAACFgAAAAACFwAAAAAHFwAAAAAAFgAAAAABUgAAAAAAFgAAAAAAdgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAFFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAEFwAAAAAFFwAAAAAGUgAAAAAAFgAAAAAGFwAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAACFwAAAAAGFwAAAAAAUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAAGFwAAAAADUgAAAAAAFwAAAAACFgAAAAAEFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAEFwAAAAABUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAAFFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFwAAAAAGFwAAAAAFFwAAAAAAUgAAAAAAFgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAEFgAAAAAEFwAAAAAHFwAAAAAGFgAAAAADFgAAAAACFgAAAAADFwAAAAAEFwAAAAABFwAAAAABFwAAAAAHUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAE - version: 6 - -1,2: - ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA - version: 6 - -1,3: - ind: -1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 0,2: - ind: 0,2 - tiles: FgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAFFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFwAAAAAAFgAAAAACFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAEUgAAAAAAFgAAAAAEFgAAAAADFgAAAAAAFgAAAAADFwAAAAAFFwAAAAACFgAAAAAFFgAAAAACFgAAAAAFFgAAAAAFFgAAAAAEFwAAAAAAFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAEFwAAAAAHFgAAAAAGFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAADFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAABFgAAAAAFFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAFUgAAAAAAFgAAAAAEFgAAAAACFgAAAAABFgAAAAADFgAAAAAEFgAAAAACFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAABFgAAAAABFgAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABQgAAAAAAFgAAAAAEfAAAAAAAFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAAQgAAAAAAfAAAAAABRAAAAAAAeQAAAAAAFgAAAAAAFgAAAAABUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAAUgAAAAAAFgAAAAAFQgAAAAAARAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAACUgAAAAAAFgAAAAABQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABUgAAAAAAFgAAAAABFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABFgAAAAABUgAAAAAA - version: 6 - 0,3: - ind: 0,3 - tiles: FgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFFgAAAAAGFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAADFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,2: - ind: 1,2 - tiles: FgAAAAACFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFwAAAAACFwAAAAADFwAAAAAAFwAAAAAGFwAAAAAHFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAADFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAAGFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAEFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAACFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAACFgAAAAADUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAFFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAEQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 1,3: - ind: 1,3 - tiles: FgAAAAAEFgAAAAACFgAAAAAFFgAAAAAGFgAAAAACFgAAAAACFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,0: - ind: 2,0 - tiles: FgAAAAABFgAAAAABFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAFFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAADFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAACFgAAAAABFgAAAAACFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAAAFgAAAAABFgAAAAACFgAAAAAGFgAAAAAEKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAACFgAAAAABFgAAAAAAFgAAAAADFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAADFwAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAEFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABRwAAAAADRwAAAAABSAAAAAAARwAAAAADFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAUgAAAAAAFgAAAAABFgAAAAACSAAAAAACSAAAAAADRwAAAAADSAAAAAAAFgAAAAADUgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAEFgAAAAAAUgAAAAAAFgAAAAAGRwAAAAABSAAAAAACSAAAAAAASAAAAAACRwAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAAGUgAAAAAA - version: 6 - 3,0: - ind: 3,0 - tiles: FgAAAAADFgAAAAACFgAAAAAEFgAAAAAEFgAAAAADFwAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAFFgAAAAADFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,-1: - ind: 2,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - 3,-1: - ind: 3,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,1: - ind: 3,1 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 3,2: - ind: 3,2 - tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,2: - ind: 2,2 - tiles: FgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAGFwAAAAACFwAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAABFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAGFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGFgAAAAADFgAAAAACFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAACFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAABFgAAAAACFgAAAAADFgAAAAABFgAAAAABFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,1: - ind: 2,1 - tiles: FgAAAAAAFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAADFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAADdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAAAFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAFFwAAAAAHFwAAAAAGFwAAAAABFwAAAAAFFgAAAAAFFgAAAAAEFgAAAAAEFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFwAAAAABFwAAAAAGFgAAAAAAFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA - version: 6 - type: MapGrid - - gravityShakeSound: !type:SoundPathSpecifier - path: /Audio/Effects/alert.ogg - type: Gravity - - chunkCollection: - version: 2 - nodes: - - node: - color: '#FFFFFFFF' - id: Basalt1 - decals: - 1342: 6.955441,21.068565 - 1405: 5.569477,24.342073 - 1409: 21.493462,30.781818 - 1423: 16.244232,47.723083 - - node: - color: '#FFFFFFFF' - id: Basalt2 - decals: - 1408: 21.571587,25.092073 - 1411: 38.670036,30.328693 - 1412: 32.59149,34.61899 - - node: - color: '#FFFFFFFF' - id: Basalt3 - decals: - 1404: 2.0071354,12.534689 - 1413: 28.294615,35.52524 - 1419: 1.8725519,39.603367 - 1428: 40.1997,39.904606 - 1429: 37.775063,38.35773 - 1430: 27.454536,18.497276 - - node: - color: '#FFFFFFFF' - id: Basalt4 - decals: - 1407: 14.05264,26.857698 - 1420: 8.417587,42.316833 - - node: - color: '#FFFFFFFF' - id: Basalt5 - decals: - 1347: 7.0134563,30.499578 - 1403: 8.765746,13.144064 - 1414: 24.413132,39.478367 - 1421: 13.773578,47.660583 - 1426: 12.267979,34.57054 - 1427: 44.902824,38.38898 - 1431: 24.313911,21.591026 - 1432: 21.396156,20.325401 - - node: - color: '#FFFFFFFF' - id: Basalt6 - decals: - 1341: 0.908566,19.95919 - 1415: 20.816694,39.134617 - - node: - color: '#FFFFFFFF' - id: Basalt7 - decals: - 1339: 10,18 - 1416: 12.790198,39.33774 - 1422: 21.884857,42.17621 - 1433: 18.589165,18.387901 - 1434: 34.005077,18.028526 - 1435: 4.6335278,15.488716 - - node: - color: '#FFFFFFFF' - id: Basalt8 - decals: - 1340: 7.1637583,18.068565 - 1417: 8.813416,38.415867 - 1424: 0.46817493,47.80121 - 1425: 8.544811,34.586166 - - node: - color: '#FFFFFFFF' - id: Basalt9 - decals: - 1343: 13.433517,19.162315 - 1406: 0.6944771,26.826448 - 1410: 30.17049,31.359943 - 1418: 5.810052,38.259617 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: - 301: 9,45 - 306: 13,42 - 308: 10,42 - 311: 13,45 - 578: 10,32 - - node: - color: '#FFFFFFFF' - id: Rock06 - decals: - 1344: 2.1520143,30.343328 - - node: - color: '#FFFFFFFF' - id: Rock07 - decals: - 1345: 10.29961,31.483953 - - node: - color: '#DE3A3A96' - id: rune6 - decals: - 1402: 8.952158,26.184813 - - node: - color: '#79150031' - id: splatter - decals: - 1348: 10.903494,45.563152 - 1349: 10.950369,45.969402 - 1350: 11.184744,45.906902 - 1351: 11.590994,45.422527 - 1352: 11.590994,45.422527 - 1353: 10.965994,45.610027 - 1354: 10.997244,44.969402 - 1355: 11.231619,45.047527 - 1356: 11.356619,45.344402 - 1357: 10.825369,45.656902 - 1358: 11.184744,45.922527 - 1359: 11.231619,45.891277 - 1360: 10.512869,45.563152 - 1361: 11.684744,44.078777 - 1362: 11.747244,43.797527 - 1363: 12.044119,43.328777 - 1364: 11.778494,43.281902 - 1365: 11.887869,43.688152 - 1366: 12.200369,43.735027 - 1367: 12.137869,44.141277 - 1368: 11.669119,43.656902 - 1369: 10.637869,43.781902 - 1370: 10.544119,43.781902 - 1371: 10.669119,43.453777 - 1372: 10.590994,43.485027 - 1373: 11.419119,45.797527 - 1374: 11.825369,45.813152 - 1375: 11.950369,46.219402 - 1376: 11.200369,45.672527 - 1377: 11.247244,45.922527 - 1378: 10.590994,46.125652 - 1379: 11.481619,45.422527 - 1380: 11.684744,45.672527 - 1381: 11.512869,45.141277 - 1382: 11.825369,45.281902 - 1383: 11.684744,45.438152 - 1384: 10.950369,45.735027 - 1385: 10.262869,45.797527 - 1386: 10.028494,44.891277 - 1387: 9.903494,44.891277 - 1388: 9.887869,45.500652 - 1389: 10.153494,45.344402 - 1390: 10.809744,45.391277 - 1391: 10.934744,45.422527 - 1392: 11.262869,45.531902 - 1393: 11.184744,46.031902 - 1394: 10.872244,45.813152 - 1395: 11.090994,45.563152 - 1396: 10.731619,46.031902 - 1397: 10.075369,44.000652 - 1398: 9.856619,43.703777 - 1399: 10.059744,44.281902 - 1400: 10.419119,43.813152 - - node: - cleanable: True - color: '#79150031' - id: splatter - decals: - 1444: 35.155014,12.447503 - 1445: 34.811264,12.353753 - 1446: 34.85814,12.744378 - 1447: 35.342514,12.463128 - 1448: 35.155014,12.228753 - 1449: 34.42064,12.572503 - 1450: 34.123764,13.025628 - 1451: 34.17064,13.322503 - 1452: 34.342514,12.900628 - 1453: 33.85814,12.994378 - 1454: 33.79564,13.338128 - 1455: 33.63939,13.838128 - 1456: 33.70189,13.603753 - 1457: 33.311264,13.900628 - 1458: 33.717514,14.306878 - 1459: 34.10814,14.650628 - 1460: 33.936264,15.135003 - 1461: 34.405014,14.947503 - 1462: 33.79564,14.510003 - 1463: 33.70189,14.088128 - 1464: 34.29564,14.541253 - 1465: 34.623764,15.010003 - 1466: 35.26439,15.072503 - 1467: 35.405014,14.931878 - 1468: 34.623764,15.338128 - 1469: 35.592514,14.994378 - 1470: 35.79564,14.447503 - 1471: 36.13939,15.025628 - 1472: 36.436264,14.181878 - 1473: 36.592514,13.869378 - 1474: 35.780014,14.697503 - 1475: 36.467514,14.072503 - 1476: 35.748764,14.588128 - 1477: 36.07689,13.963128 - 1478: 36.092514,13.291253 - 1479: 35.57689,13.103753 - 1480: 35.70189,13.088128 - 1481: 35.38939,12.478753 - 1482: 35.92064,13.260003 - 1483: 36.061264,13.666253 - 1484: 36.217514,12.822503 - 1485: 35.48314,12.650628 - 1486: 35.98314,12.353753 - 1487: 34.842514,12.744378 - 1488: 34.23314,12.853753 - 1489: 34.04564,13.447503 - 1490: 33.51439,13.650628 - - node: - cleanable: True - color: '#DE3A3A28' - id: splatter - decals: - 1436: 34.151947,12.931878 - 1437: 33.542572,13.775628 - 1438: 34.089447,14.588128 - 1439: 34.886322,15.025628 - 1440: 35.714447,14.681878 - 1441: 36.214447,14.119378 - 1442: 35.933197,13.228753 - 1443: 35.026947,12.447503 - type: DecalGrid - - type: RadiationGridResistance - - type: LoadedMap - - type: SpreaderGrid - - type: GridTree - - type: MovedGrids - - type: GridPathfinding -- proto: AirCanister - entities: - - uid: 302 - components: - - pos: 20.5,38.5 - parent: 1653 - type: Transform -- proto: AirlockMining - entities: - - uid: 149 - components: - - pos: 11.5,43.5 - parent: 1653 - type: Transform -- proto: AirlockMiningGlassLocked - entities: - - uid: 492 - components: - - pos: 19.5,43.5 - parent: 1653 - type: Transform -- proto: AirlockMiningLocked - entities: - - uid: 454 - components: - - pos: 3.5,43.5 - parent: 1653 - type: Transform -- proto: AltarFangs - entities: - - uid: 12 - components: - - pos: 35.5,14.5 - parent: 1653 - type: Transform -- proto: BananiumOre1 - entities: - - uid: 147 - components: - - pos: 25.454952,10.460608 - parent: 1653 - type: Transform - - uid: 436 - components: - - flags: InContainer - type: MetaData - - parent: 435 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: Barricade - entities: - - uid: 61 - components: - - pos: 14.5,12.5 - parent: 1653 - type: Transform - - uid: 304 - components: - - pos: 6.5,18.5 - parent: 1653 - type: Transform - - uid: 369 - components: - - pos: 51.5,0.5 - parent: 1653 - type: Transform -- proto: BikeHorn - entities: - - uid: 201 - components: - - flags: InContainer - type: MetaData - - parent: 200 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: Bucket - entities: - - uid: 220 - components: - - pos: 28.080187,14.004396 - parent: 1653 - type: Transform -- proto: CandleRedSmallInfinite - entities: - - uid: 121 - components: - - pos: 10.514658,25.137938 - parent: 1653 - type: Transform - - uid: 123 - components: - - pos: 10.655283,25.247313 - parent: 1653 - type: Transform - - uid: 126 - components: - - rot: -6.283185307179586 rad - pos: 9.436043,27.291958 - parent: 1653 - type: Transform - - uid: 181 - components: - - pos: 9.83762,26.231688 - parent: 1653 - type: Transform - - uid: 182 - components: - - pos: 9.009495,26.278563 - parent: 1653 - type: Transform - - uid: 211 - components: - - pos: 10.467783,25.325438 - parent: 1653 - type: Transform - - uid: 212 - components: - - rot: -6.283185307179586 rad - pos: 9.976189,27.010708 - parent: 1653 - type: Transform - - uid: 213 - components: - - pos: 8.86887,27.028563 - parent: 1653 - type: Transform -- proto: Chainsaw - entities: - - uid: 396 - components: - - pos: 12.278494,46.219402 - parent: 1653 - type: Transform -- proto: Chair - entities: - - uid: 399 - components: - - rot: 3.141592653589793 rad - pos: 19.5,34.5 - parent: 1653 - type: Transform -- proto: ChairPilotSeat - entities: - - uid: 8 - components: - - rot: 1.5707963267948966 rad - pos: 2.5,44.5 - parent: 1653 - type: Transform - - uid: 466 - components: - - rot: -1.5707963267948966 rad - pos: 4.5,44.5 - parent: 1653 - type: Transform -- proto: ChairRitual - entities: - - uid: 127 - components: - - pos: 9.5,28.5 - parent: 1653 - type: Transform -- proto: CigaretteCapsaicinOil - entities: - - uid: 322 - components: - - pos: 31.649122,18.823664 - parent: 1653 - type: Transform -- proto: CigaretteSyndicate - entities: - - uid: 439 - components: - - flags: InContainer - type: MetaData - - parent: 438 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: ClothingBackpackDuffelCargo - entities: - - uid: 288 - components: - - pos: 17.527935,7.630492 - parent: 1653 - type: Transform -- proto: ClothingHeadHatFlowerCrown - entities: - - uid: 233 - components: - - pos: 27.441708,39.437607 - parent: 1653 - type: Transform -- proto: ClothingHeadHatGladiator - entities: - - uid: 7 - components: - - flags: InContainer - type: MetaData - - parent: 6 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: ClothingNeckCloakTrans - entities: - - uid: 332 - components: - - flags: InContainer - type: MetaData - - parent: 331 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: ClothingOuterHardsuitSalvage - entities: - - uid: 432 - components: - - pos: 4.447749,45.58406 - parent: 1653 - type: Transform -- proto: ClothingShoesClown - entities: - - uid: 202 - components: - - flags: InContainer - type: MetaData - - parent: 200 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitGladiator - entities: - - uid: 215 - components: - - flags: InContainer - type: MetaData - - parent: 214 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitMonasticRobeDark - entities: - - uid: 40 - components: - - pos: 36.46349,13.791253 - parent: 1653 - type: Transform - - uid: 99 - components: - - pos: 36.27599,15.338128 - parent: 1653 - type: Transform - - uid: 216 - components: - - pos: 35.46349,15.619378 - parent: 1653 - type: Transform - - uid: 272 - components: - - pos: 34.05724,14.385003 - parent: 1653 - type: Transform - - uid: 273 - components: - - pos: 34.58849,15.213128 - parent: 1653 - type: Transform - - uid: 357 - components: - - pos: 35.58849,13.213128 - parent: 1653 - type: Transform - - uid: 358 - components: - - pos: 34.697865,13.588128 - parent: 1653 - type: Transform - - uid: 443 - components: - - pos: 36.80724,14.744378 - parent: 1653 - type: Transform -- proto: Cobweb1 - entities: - - uid: 190 - components: - - pos: 24.5,10.5 - parent: 1653 - type: Transform - - uid: 289 - components: - - pos: 0.5,10.5 - parent: 1653 - type: Transform - - uid: 290 - components: - - pos: 32.5,16.5 - parent: 1653 - type: Transform - - uid: 384 - components: - - pos: 0.5,36.5 - parent: 1653 - type: Transform - - uid: 385 - components: - - pos: 28.5,32.5 - parent: 1653 - type: Transform - - uid: 393 - components: - - pos: 12.5,22.5 - parent: 1653 - type: Transform - - uid: 418 - components: - - pos: 0.5,40.5 - parent: 1653 - type: Transform - - uid: 458 - components: - - pos: 2.5,46.5 - parent: 1653 - type: Transform -- proto: Cobweb2 - entities: - - uid: 137 - components: - - pos: 33.5,9.5 - parent: 1653 - type: Transform - - uid: 252 - components: - - pos: 26.5,32.5 - parent: 1653 - type: Transform - - uid: 291 - components: - - pos: 34.5,3.5 - parent: 1653 - type: Transform - - uid: 314 - components: - - pos: 22.5,10.5 - parent: 1653 - type: Transform - - uid: 341 - components: - - pos: 20.5,46.5 - parent: 1653 - type: Transform - - uid: 382 - components: - - pos: 14.5,40.5 - parent: 1653 - type: Transform - - uid: 383 - components: - - pos: 32.5,20.5 - parent: 1653 - type: Transform - - uid: 417 - components: - - pos: 24.5,2.5 - parent: 1653 - type: Transform -- proto: ComfyChair - entities: - - uid: 381 - components: - - pos: 13.5,27.5 - parent: 1653 - type: Transform -- proto: ConveyorBelt - entities: - - uid: 101 - components: - - rot: -1.5707963267948966 rad - pos: 27.5,10.5 - parent: 1653 - type: Transform - - uid: 102 - components: - - rot: -1.5707963267948966 rad - pos: 28.5,10.5 - parent: 1653 - type: Transform - - uid: 103 - components: - - rot: -1.5707963267948966 rad - pos: 25.5,10.5 - parent: 1653 - type: Transform - - uid: 104 - components: - - rot: -1.5707963267948966 rad - pos: 29.5,10.5 - parent: 1653 - type: Transform - - uid: 105 - components: - - rot: -1.5707963267948966 rad - pos: 30.5,10.5 - parent: 1653 - type: Transform - - uid: 106 - components: - - rot: -1.5707963267948966 rad - pos: 26.5,10.5 - parent: 1653 - type: Transform -- proto: CrateCoffin - entities: - - uid: 331 - components: - - pos: 16.5,32.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 332 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 435 - components: - - pos: 22.5,32.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 436 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 438 - components: - - pos: 23.5,32.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 439 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 441 - components: - - pos: 20.5,30.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 442 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer -- proto: CrateEmergencyRadiation - entities: - - uid: 364 - components: - - pos: 15.5,36.5 - parent: 1653 - type: Transform -- proto: CrateEmptySpawner - entities: - - uid: 128 - components: - - pos: 4.5,40.5 - parent: 1653 - type: Transform -- proto: CrateFilledSpawner - entities: - - uid: 111 - components: - - pos: 8.5,2.5 - parent: 1653 - type: Transform - - uid: 367 - components: - - pos: 18.5,46.5 - parent: 1653 - type: Transform - - uid: 411 - components: - - pos: 13.5,36.5 - parent: 1653 - type: Transform - - uid: 490 - components: - - pos: 28.5,8.5 - parent: 1653 - type: Transform -- proto: CrateNPCPenguin - entities: - - uid: 474 - components: - - pos: 13.5,25.5 - parent: 1653 - type: Transform -- proto: CrateWoodenGrave - entities: - - uid: 6 - components: - - pos: 27.5,39.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 200 - components: - - pos: 42.5,39.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 202 - - 201 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 214 - components: - - pos: 28.5,39.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 215 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer - - uid: 231 - components: - - pos: 26.5,39.5 - parent: 1653 - type: Transform - - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 232 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - type: ContainerContainer -- proto: CrystalSpawner - entities: - - uid: 129 - components: - - pos: 27.5,35.5 - parent: 1653 - type: Transform - - uid: 131 - components: - - pos: 29.5,34.5 - parent: 1653 - type: Transform - - uid: 132 - components: - - pos: 30.5,35.5 - parent: 1653 - type: Transform - - uid: 172 - components: - - pos: 19.5,21.5 - parent: 1653 - type: Transform - - uid: 178 - components: - - pos: 20.5,20.5 - parent: 1653 - type: Transform - - uid: 298 - components: - - pos: 13.5,38.5 - parent: 1653 - type: Transform - - uid: 300 - components: - - pos: 9.5,40.5 - parent: 1653 - type: Transform - - uid: 301 - components: - - pos: 30.5,36.5 - parent: 1653 - type: Transform - - uid: 308 - components: - - pos: 31.5,36.5 - parent: 1653 - type: Transform -- proto: DoubleEmergencyNitrogenTankFilled - entities: - - uid: 309 - components: - - pos: 21.254128,38.485172 - parent: 1653 - type: Transform -- proto: DresserFilled - entities: - - uid: 413 - components: - - pos: 20.5,44.5 - parent: 1653 - type: Transform -- proto: FenceMetalCorner - entities: - - uid: 321 - components: - - rot: 1.5707963267948966 rad - pos: 20.5,35.5 - parent: 1653 - type: Transform - - uid: 477 - components: - - rot: -1.5707963267948966 rad - pos: 14.5,35.5 - parent: 1653 - type: Transform -- proto: FenceMetalGate - entities: - - uid: 268 - components: - - rot: 3.141592653589793 rad - pos: 17.5,35.5 - parent: 1653 - type: Transform -- proto: FenceMetalStraight - entities: - - uid: 267 - components: - - rot: 1.5707963267948966 rad - pos: 19.5,35.5 - parent: 1653 - type: Transform - - uid: 293 - components: - - pos: 14.5,36.5 - parent: 1653 - type: Transform - - uid: 476 - components: - - rot: 1.5707963267948966 rad - pos: 15.5,35.5 - parent: 1653 - type: Transform - - uid: 478 - components: - - rot: 1.5707963267948966 rad - pos: 16.5,35.5 - parent: 1653 - type: Transform - - uid: 479 - components: - - pos: 20.5,34.5 - parent: 1653 - type: Transform - - uid: 480 - components: - - rot: 1.5707963267948966 rad - pos: 18.5,35.5 - parent: 1653 - type: Transform -- proto: FlashlightLantern - entities: - - uid: 372 - components: - - pos: 16.286905,3.5055985 - parent: 1653 - type: Transform -- proto: FloorChasmEntity - entities: - - uid: 3 - components: - - pos: 5.5,0.5 - parent: 1653 - type: Transform - - uid: 4 - components: - - pos: 6.5,4.5 - parent: 1653 - type: Transform - - uid: 5 - components: - - pos: 6.5,3.5 - parent: 1653 - type: Transform - - uid: 17 - components: - - pos: 9.5,4.5 - parent: 1653 - type: Transform - - uid: 18 - components: - - pos: 4.5,4.5 - parent: 1653 - type: Transform - - uid: 19 - components: - - pos: 41.5,1.5 - parent: 1653 - type: Transform - - uid: 20 - components: - - pos: 44.5,1.5 - parent: 1653 - type: Transform - - uid: 21 - components: - - pos: 45.5,1.5 - parent: 1653 - type: Transform - - uid: 22 - components: - - pos: 44.5,0.5 - parent: 1653 - type: Transform - - uid: 23 - components: - - pos: 45.5,0.5 - parent: 1653 - type: Transform - - uid: 24 - components: - - pos: 47.5,0.5 - parent: 1653 - type: Transform - - uid: 25 - components: - - pos: 48.5,0.5 - parent: 1653 - type: Transform - - uid: 76 - components: - - pos: 15.5,4.5 - parent: 1653 - type: Transform - - uid: 77 - components: - - pos: 14.5,0.5 - parent: 1653 - type: Transform - - uid: 78 - components: - - pos: 14.5,1.5 - parent: 1653 - type: Transform - - uid: 82 - components: - - pos: 12.5,1.5 - parent: 1653 - type: Transform - - uid: 83 - components: - - pos: 13.5,4.5 - parent: 1653 - type: Transform - - uid: 84 - components: - - pos: 12.5,0.5 - parent: 1653 - type: Transform - - uid: 85 - components: - - pos: 13.5,0.5 - parent: 1653 - type: Transform - - uid: 86 - components: - - pos: 13.5,1.5 - parent: 1653 - type: Transform - - uid: 87 - components: - - pos: 46.5,1.5 - parent: 1653 - type: Transform - - uid: 88 - components: - - pos: 46.5,0.5 - parent: 1653 - type: Transform - - uid: 97 - components: - - pos: 14.5,4.5 - parent: 1653 - type: Transform - - uid: 112 - components: - - pos: 7.5,0.5 - parent: 1653 - type: Transform - - uid: 114 - components: - - pos: 10.5,0.5 - parent: 1653 - type: Transform - - uid: 115 - components: - - pos: 10.5,1.5 - parent: 1653 - type: Transform - - uid: 116 - components: - - pos: 11.5,4.5 - parent: 1653 - type: Transform - - uid: 118 - components: - - pos: 11.5,3.5 - parent: 1653 - type: Transform - - uid: 119 - components: - - pos: 11.5,0.5 - parent: 1653 - type: Transform - - uid: 120 - components: - - pos: 11.5,1.5 - parent: 1653 - type: Transform - - uid: 235 - components: - - pos: 49.5,0.5 - parent: 1653 - type: Transform - - uid: 241 - components: - - pos: 3.5,4.5 - parent: 1653 - type: Transform - - uid: 242 - components: - - pos: 2.5,0.5 - parent: 1653 - type: Transform - - uid: 245 - components: - - pos: 10.5,3.5 - parent: 1653 - type: Transform - - uid: 250 - components: - - pos: 4.5,3.5 - parent: 1653 - type: Transform - - uid: 258 - components: - - pos: 3.5,0.5 - parent: 1653 - type: Transform - - uid: 278 - components: - - pos: 40.5,2.5 - parent: 1653 - type: Transform - - uid: 315 - components: - - pos: 1.5,4.5 - parent: 1653 - type: Transform - - uid: 317 - components: - - pos: 5.5,3.5 - parent: 1653 - type: Transform - - uid: 337 - components: - - pos: 4.5,0.5 - parent: 1653 - type: Transform - - uid: 340 - components: - - pos: 42.5,2.5 - parent: 1653 - type: Transform - - uid: 350 - components: - - pos: 42.5,1.5 - parent: 1653 - type: Transform - - uid: 354 - components: - - pos: 12.5,3.5 - parent: 1653 - type: Transform - - uid: 359 - components: - - pos: 15.5,1.5 - parent: 1653 - type: Transform - - uid: 360 - components: - - pos: 15.5,0.5 - parent: 1653 - type: Transform - - uid: 363 - components: - - pos: 12.5,4.5 - parent: 1653 - type: Transform - - uid: 368 - components: - - pos: 43.5,2.5 - parent: 1653 - type: Transform - - uid: 377 - components: - - pos: 7.5,4.5 - parent: 1653 - type: Transform - - uid: 378 - components: - - pos: 6.5,1.5 - parent: 1653 - type: Transform - - uid: 387 - components: - - pos: 43.5,1.5 - parent: 1653 - type: Transform - - uid: 398 - components: - - pos: 41.5,2.5 - parent: 1653 - type: Transform - - uid: 401 - components: - - pos: 5.5,1.5 - parent: 1653 - type: Transform - - uid: 404 - components: - - pos: 5.5,4.5 - parent: 1653 - type: Transform - - uid: 452 - components: - - pos: 2.5,4.5 - parent: 1653 - type: Transform - - uid: 453 - components: - - pos: 1.5,0.5 - parent: 1653 - type: Transform - - uid: 459 - components: - - pos: 44.5,2.5 - parent: 1653 - type: Transform - - uid: 468 - components: - - pos: 3.5,3.5 - parent: 1653 - type: Transform - - uid: 471 - components: - - pos: 6.5,0.5 - parent: 1653 - type: Transform - - uid: 472 - components: - - pos: 10.5,4.5 - parent: 1653 - type: Transform - - uid: 473 - components: - - pos: 9.5,0.5 - parent: 1653 - type: Transform -- proto: FloorWaterEntity - entities: - - uid: 13 - components: - - pos: 27.5,14.5 - parent: 1653 - type: Transform - - uid: 14 - components: - - pos: 29.5,14.5 - parent: 1653 - type: Transform - - uid: 15 - components: - - pos: 28.5,15.5 - parent: 1653 - type: Transform - - uid: 43 - components: - - pos: 26.5,16.5 - parent: 1653 - type: Transform - - uid: 45 - components: - - pos: 30.5,13.5 - parent: 1653 - type: Transform - - uid: 46 - components: - - pos: 29.5,13.5 - parent: 1653 - type: Transform - - uid: 47 - components: - - pos: 28.5,12.5 - parent: 1653 - type: Transform - - uid: 49 - components: - - pos: 27.5,16.5 - parent: 1653 - type: Transform - - uid: 65 - components: - - pos: 29.5,12.5 - parent: 1653 - type: Transform - - uid: 72 - components: - - pos: 25.5,13.5 - parent: 1653 - type: Transform - - uid: 93 - components: - - pos: 24.5,15.5 - parent: 1653 - type: Transform - - uid: 100 - components: - - pos: 27.5,12.5 - parent: 1653 - type: Transform - - uid: 221 - components: - - pos: 26.5,13.5 - parent: 1653 - type: Transform - - uid: 222 - components: - - pos: 26.5,14.5 - parent: 1653 - type: Transform - - uid: 223 - components: - - pos: 26.5,15.5 - parent: 1653 - type: Transform - - uid: 224 - components: - - pos: 27.5,13.5 - parent: 1653 - type: Transform - - uid: 444 - components: - - pos: 28.5,14.5 - parent: 1653 - type: Transform - - uid: 445 - components: - - pos: 27.5,15.5 - parent: 1653 - type: Transform - - uid: 446 - components: - - pos: 28.5,13.5 - parent: 1653 - type: Transform - - uid: 447 - components: - - pos: 25.5,15.5 - parent: 1653 - type: Transform - - uid: 448 - components: - - pos: 25.5,14.5 - parent: 1653 - type: Transform -- proto: FloraRockSolid01 - entities: - - uid: 63 - components: - - pos: 1.4643247,15.527116 - parent: 1653 - type: Transform - - uid: 230 - components: - - pos: 25.553497,34.710487 - parent: 1653 - type: Transform - - uid: 281 - components: - - pos: 7.4866443,6.552367 - parent: 1653 - type: Transform - - uid: 295 - components: - - pos: 0.911531,32.452705 - parent: 1653 - type: Transform - - uid: 303 - components: - - pos: 21.638557,19.381065 - parent: 1653 - type: Transform - - uid: 374 - components: - - pos: 3.5664039,19.498943 - parent: 1653 - type: Transform -- proto: FloraRockSolid02 - entities: - - uid: 64 - components: - - pos: 11.966135,14.804356 - parent: 1653 - type: Transform - - uid: 171 - components: - - pos: 8.535091,20.608318 - parent: 1653 - type: Transform - - uid: 306 - components: - - pos: 12.087021,32.358955 - parent: 1653 - type: Transform -- proto: FloraRockSolid03 - entities: - - uid: 90 - components: - - pos: 23.53006,1.5159609 - parent: 1653 - type: Transform - - uid: 170 - components: - - pos: 1.9101539,21.811443 - parent: 1653 - type: Transform - - uid: 199 - components: - - pos: 44.689724,39.621048 - parent: 1653 - type: Transform - - uid: 243 - components: - - pos: 21.468937,26.614876 - parent: 1653 - type: Transform - - uid: 296 - components: - - pos: 9.355139,30.733953 - parent: 1653 - type: Transform - - uid: 330 - components: - - pos: 35.552525,31.574036 - parent: 1653 - type: Transform - - uid: 361 - components: - - pos: 5.433075,13.527116 - parent: 1653 - type: Transform - - uid: 375 - components: - - pos: 1.5647693,8.536742 - parent: 1653 - type: Transform -- proto: FoodBoxDonkpocketPizza - entities: - - uid: 209 - components: - - pos: 0.9877088,26.184813 - parent: 1653 - type: Transform -- proto: FoodCornTrash - entities: - - uid: 2 - components: - - pos: 26.81556,20.415936 - parent: 1653 - type: Transform - - uid: 109 - components: - - pos: 27.367641,20.311768 - parent: 1653 - type: Transform - - uid: 113 - components: - - pos: 27.388475,19.988852 - parent: 1653 - type: Transform - - uid: 249 - components: - - pos: 27.638475,20.843018 - parent: 1653 - type: Transform - - uid: 254 - components: - - pos: 28.055141,20.301352 - parent: 1653 - type: Transform - - uid: 319 - components: - - pos: 27.482225,20.530518 - parent: 1653 - type: Transform - - uid: 391 - components: - - pos: 26.930141,20.728436 - parent: 1653 - type: Transform - - uid: 475 - components: - - pos: 27.84681,20.634686 - parent: 1653 - type: Transform -- proto: FoodMeatHuman - entities: - - uid: 186 - components: - - pos: 34.42388,40.652298 - parent: 1653 - type: Transform - - uid: 187 - components: - - pos: 34.64263,40.511673 - parent: 1653 - type: Transform -- proto: FoodMeatLizardtailKebab - entities: - - uid: 42 - components: - - pos: 38.036457,12.588582 - parent: 1653 - type: Transform -- proto: FoodMeatRouny - entities: - - uid: 183 - components: - - pos: 36.45513,40.589798 - parent: 1653 - type: Transform -- proto: FoodSnackPopcorn - entities: - - uid: 74 - components: - - pos: 25.648891,21.040936 - parent: 1653 - type: Transform - - uid: 79 - components: - - pos: 25.763475,21.645102 - parent: 1653 - type: Transform - - uid: 81 - components: - - pos: 25.461391,21.207602 - parent: 1653 - type: Transform - - uid: 117 - components: - - pos: 25.857225,21.207602 - parent: 1653 - type: Transform - - uid: 240 - components: - - pos: 25.97181,21.030518 - parent: 1653 - type: Transform -- proto: FoodTinPeachesMaintOpen - entities: - - uid: 208 - components: - - pos: 2.343669,28.087896 - parent: 1653 - type: Transform -- proto: GeigerCounter - entities: - - uid: 228 - components: - - rot: -1.5707963267948966 rad - pos: 2.536777,44.354866 - parent: 1653 - type: Transform -- proto: Girder - entities: - - uid: 351 - components: - - rot: 1.5707963267948966 rad - pos: 13.5,45.5 - parent: 1653 - type: Transform -- proto: GlowstickRed - entities: - - uid: 256 - components: - - pos: 12.648991,38.39441 - parent: 1653 - type: Transform - - uid: 264 - components: - - pos: 22.50236,34.545544 - parent: 1653 - type: Transform - - uid: 271 - components: - - pos: 4.5084944,44.49994 - parent: 1653 - type: Transform - - uid: 294 - components: - - pos: 10.820133,30.586414 - parent: 1653 - type: Transform - - uid: 316 - components: - - pos: 26.3416,18.72954 - parent: 1653 - type: Transform - - uid: 414 - components: - - pos: 1.8548665,32.055164 - parent: 1653 - type: Transform - - uid: 420 - components: - - pos: 22.799234,34.62367 - parent: 1653 - type: Transform - - uid: 421 - components: - - pos: 22.299234,34.608044 - parent: 1653 - type: Transform -- proto: GoldOre1 - entities: - - uid: 134 - components: - - pos: 8.948225,24.854458 - parent: 1653 - type: Transform - - uid: 138 - components: - - pos: 26.486202,10.538733 - parent: 1653 - type: Transform - - uid: 139 - components: - - pos: 26.486202,10.538733 - parent: 1653 - type: Transform - - uid: 144 - components: - - pos: 26.486202,10.538733 - parent: 1653 - type: Transform - - uid: 145 - components: - - pos: 26.486202,10.538733 - parent: 1653 - type: Transform - - uid: 191 - components: - - pos: 26.486202,10.538733 - parent: 1653 - type: Transform - - uid: 266 - components: - - pos: 9.448225,25.291958 - parent: 1653 - type: Transform - - uid: 328 - components: - - pos: 8.541975,25.885708 - parent: 1653 - type: Transform - - uid: 379 - components: - - pos: 10.026349,24.557583 - parent: 1653 - type: Transform -- proto: hydroponicsSoil - entities: - - uid: 1 - components: - - pos: 25.5,20.5 - parent: 1653 - type: Transform - - uid: 390 - components: - - pos: 27.5,21.5 - parent: 1653 - type: Transform - - uid: 423 - components: - - pos: 25.5,19.5 - parent: 1653 - type: Transform -- proto: ImprovisedExplosiveFuel - entities: - - uid: 203 - components: - - pos: 36.443645,31.673359 - parent: 1653 - type: Transform -- proto: IngotGold1 - entities: - - uid: 312 - components: - - pos: 10.073225,25.588833 - parent: 1653 - type: Transform - - uid: 313 - components: - - pos: 10.4951,24.791958 - parent: 1653 - type: Transform - - uid: 426 - components: - - pos: 8.385725,25.104458 - parent: 1653 - type: Transform - - uid: 449 - components: - - pos: 10.698225,26.120083 - parent: 1653 - type: Transform - - uid: 460 - components: - - pos: 9.120099,24.323208 - parent: 1653 - type: Transform -- proto: IngotSilver - entities: - - uid: 262 - components: - - pos: 20.52197,46.638992 - parent: 1653 - type: Transform -- proto: KitchenElectricGrill - entities: - - uid: 205 - components: - - pos: 35.5,40.5 - parent: 1653 - type: Transform -- proto: KitchenMicrowave - entities: - - uid: 244 - components: - - pos: 26.5,21.5 - parent: 1653 - type: Transform -- proto: KukriKnife - entities: - - uid: 130 - components: - - pos: 2.508058,45.496773 - parent: 1653 - type: Transform -- proto: LampGold - entities: - - uid: 380 - components: - - pos: 13.291822,27.041958 - parent: 1653 - type: Transform -- proto: Lantern - entities: - - uid: 28 - components: - - pos: 24.446167,4.4534607 - parent: 1653 - type: Transform - - uid: 29 - components: - - pos: 33.45849,0.51596093 - parent: 1653 - type: Transform - - uid: 89 - components: - - pos: 18.58248,0.51596093 - parent: 1653 - type: Transform - - uid: 180 - components: - - pos: 20.497932,21.77169 - parent: 1653 - type: Transform -- proto: MaintenancePlantSpawner - entities: - - uid: 67 - components: - - pos: 21.5,16.5 - parent: 1653 - type: Transform - - uid: 70 - components: - - pos: 17.5,15.5 - parent: 1653 - type: Transform - - uid: 73 - components: - - pos: 21.5,14.5 - parent: 1653 - type: Transform - - uid: 217 - components: - - pos: 22.5,12.5 - parent: 1653 - type: Transform - - uid: 218 - components: - - pos: 16.5,13.5 - parent: 1653 - type: Transform -- proto: MaintenanceToolSpawner - entities: - - uid: 57 - components: - - pos: 39.5,0.5 - parent: 1653 - type: Transform - - uid: 96 - components: - - pos: 51.5,1.5 - parent: 1653 - type: Transform - - uid: 416 - components: - - pos: 7.5,32.5 - parent: 1653 - type: Transform -- proto: MaintenanceWeaponSpawner - entities: - - uid: 31 - components: - - pos: 22.5,0.5 - parent: 1653 - type: Transform - - uid: 32 - components: - - pos: 1.5,3.5 - parent: 1653 - type: Transform - - uid: 51 - components: - - pos: 52.5,0.5 - parent: 1653 - type: Transform - - uid: 292 - components: - - pos: 34.5,31.5 - parent: 1653 - type: Transform -- proto: MaterialWoodPlank - entities: - - uid: 442 - components: - - flags: InContainer - type: MetaData - - parent: 441 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: MedkitOxygenFilled - entities: - - uid: 225 - components: - - pos: 17.973127,40.40886 - parent: 1653 - type: Transform -- proto: MiningWindow - entities: - - uid: 155 - components: - - pos: 19.5,47.5 - parent: 1653 - type: Transform - - uid: 162 - components: - - pos: 3.5,47.5 - parent: 1653 - type: Transform - - uid: 248 - components: - - pos: 11.5,47.5 - parent: 1653 - type: Transform -- proto: OreBox - entities: - - uid: 184 - components: - - pos: 2.5,24.5 - parent: 1653 - type: Transform - - uid: 270 - components: - - pos: 37.5,4.5 - parent: 1653 - type: Transform - - uid: 283 - components: - - pos: 17.5,8.5 - parent: 1653 - type: Transform - - uid: 488 - components: - - pos: 29.5,8.5 - parent: 1653 - type: Transform -- proto: OreProcessor - entities: - - uid: 269 - components: - - pos: 24.5,10.5 - parent: 1653 - type: Transform - - uid: 320 - components: - - pos: 3.5,46.5 - parent: 1653 - type: Transform -- proto: OrganHumanAppendix - entities: - - uid: 148 - components: - - pos: 10.481619,44.360027 - parent: 1653 - type: Transform -- proto: OrganHumanHeart - entities: - - uid: 206 - components: - - pos: 9.478245,26.669188 - parent: 1653 - type: Transform -- proto: PaintingSadClown - entities: - - uid: 122 - components: - - pos: 43.5,39.5 - parent: 1653 - type: Transform -- proto: PaintingSkeletonCigarette - entities: - - uid: 362 - components: - - pos: 32.5,21.5 - parent: 1653 - type: Transform -- proto: Pickaxe - entities: - - uid: 158 - components: - - pos: 21.525682,34.54406 - parent: 1653 - type: Transform - - uid: 179 - components: - - pos: 21.743324,22.05294 - parent: 1653 - type: Transform -- proto: PlasmaOre1 - entities: - - uid: 469 - components: - - pos: 30.486202,10.491858 - parent: 1653 - type: Transform - - uid: 482 - components: - - pos: 30.486202,10.491858 - parent: 1653 - type: Transform - - uid: 483 - components: - - pos: 30.486202,10.491858 - parent: 1653 - type: Transform - - uid: 485 - components: - - pos: 30.486202,10.491858 - parent: 1653 - type: Transform - - uid: 489 - components: - - pos: 30.486202,10.491858 - parent: 1653 - type: Transform -- proto: PlushieLizard - entities: - - uid: 41 - components: - - pos: 35.503193,14.666253 - parent: 1653 - type: Transform -- proto: PlushiePenguin - entities: - - uid: 415 - components: - - pos: 13.526197,27.541958 - parent: 1653 - type: Transform -- proto: PortableGeneratorJrPacman - entities: - - uid: 392 - components: - - pos: 37.5,31.5 - parent: 1653 - type: Transform -- proto: PottedPlantRandom - entities: - - uid: 44 - components: - - pos: 44.5,14.5 - parent: 1653 - type: Transform - - uid: 50 - components: - - pos: 45.5,14.5 - parent: 1653 - type: Transform - - uid: 94 - components: - - pos: 42.5,14.5 - parent: 1653 - type: Transform - - uid: 347 - components: - - pos: 41.5,14.5 - parent: 1653 - type: Transform -- proto: PowerCellHyperPrinted - entities: - - uid: 52 - components: - - pos: 31.760115,2.7803574 - parent: 1653 - type: Transform -- proto: PoweredSmallLight - entities: - - uid: 156 - components: - - rot: 1.5707963267948966 rad - pos: 10.5,45.5 - parent: 1653 - type: Transform -- proto: PuddleVomit - entities: - - uid: 229 - components: - - pos: 3.5,45.5 - parent: 1653 - type: Transform -- proto: Rack - entities: - - uid: 276 - components: - - pos: 18.5,45.5 - parent: 1653 - type: Transform - - uid: 334 - components: - - pos: 20.5,45.5 - parent: 1653 - type: Transform - - uid: 335 - components: - - pos: 20.5,46.5 - parent: 1653 - type: Transform - - uid: 352 - components: - - pos: 21.5,34.5 - parent: 1653 - type: Transform - - uid: 365 - components: - - pos: 10.5,46.5 - parent: 1653 - type: Transform - - uid: 403 - components: - - pos: 4.5,45.5 - parent: 1653 - type: Transform - - uid: 410 - components: - - pos: 22.5,34.5 - parent: 1653 - type: Transform -- proto: Railing - entities: - - uid: 260 - components: - - rot: 3.141592653589793 rad - pos: 27.5,9.5 - parent: 1653 - type: Transform - - uid: 261 - components: - - rot: 3.141592653589793 rad - pos: 28.5,9.5 - parent: 1653 - type: Transform - - uid: 277 - components: - - rot: 3.141592653589793 rad - pos: 26.5,9.5 - parent: 1653 - type: Transform - - uid: 327 - components: - - rot: 3.141592653589793 rad - pos: 30.5,9.5 - parent: 1653 - type: Transform - - uid: 376 - components: - - rot: 3.141592653589793 rad - pos: 25.5,9.5 - parent: 1653 - type: Transform - - uid: 467 - components: - - rot: 3.141592653589793 rad - pos: 29.5,9.5 - parent: 1653 - type: Transform -- proto: RailingCornerSmall - entities: - - uid: 371 - components: - - pos: 31.5,9.5 - parent: 1653 - type: Transform -- proto: RandomArtifactSpawner - entities: - - uid: 48 - components: - - pos: 43.5,14.5 - parent: 1653 - type: Transform -- proto: RandomCargoCorpseSpawner - entities: - - uid: 274 - components: - - pos: 11.5,46.5 - parent: 1653 - type: Transform -- proto: RandomServiceCorpseSpawner - entities: - - uid: 400 - components: - - pos: 19.5,45.5 - parent: 1653 - type: Transform -- proto: SalvageMaterialCrateSpawner - entities: - - uid: 481 - components: - - pos: 27.5,8.5 - parent: 1653 - type: Transform - - uid: 491 - components: - - pos: 30.5,8.5 - parent: 1653 - type: Transform -- proto: ShadowTree03 - entities: - - uid: 68 - components: - - pos: 19.477606,14.337568 - parent: 1653 - type: Transform -- proto: SheetSteel1 - entities: - - uid: 457 - components: - - pos: 13.481619,44.391277 - parent: 1653 - type: Transform -- proto: ShellShotgunIncendiary - entities: - - uid: 405 - components: - - pos: 18.58831,45.763992 - parent: 1653 - type: Transform -- proto: ShellShotgunSlug - entities: - - uid: 339 - components: - - pos: 18.603935,45.404617 - parent: 1653 - type: Transform -- proto: Shovel - entities: - - uid: 30 - components: - - pos: 33.425346,4.383849 - parent: 1653 - type: Transform - - uid: 394 - components: - - pos: 31.844257,31.05841 - parent: 1653 - type: Transform -- proto: SignNTMine - entities: - - uid: 253 - components: - - pos: 4.5,43.5 - parent: 1653 - type: Transform - - uid: 326 - components: - - pos: 20.5,43.5 - parent: 1653 - type: Transform -- proto: SilverOre1 - entities: - - uid: 198 - components: - - pos: 29.423702,10.476233 - parent: 1653 - type: Transform - - uid: 318 - components: - - pos: 29.423702,10.476233 - parent: 1653 - type: Transform - - uid: 484 - components: - - pos: 29.423702,10.476233 - parent: 1653 - type: Transform - - uid: 486 - components: - - pos: 29.423702,10.476233 - parent: 1653 - type: Transform - - uid: 487 - components: - - pos: 29.423702,10.476233 - parent: 1653 - type: Transform -- proto: SmallLight - entities: - - uid: 336 - components: - - rot: 1.5707963267948966 rad - pos: 18.5,45.5 - parent: 1653 - type: Transform - - uid: 434 - components: - - rot: 1.5707963267948966 rad - pos: 2.5,45.5 - parent: 1653 - type: Transform -- proto: SpawnMobFrog - entities: - - uid: 386 - components: - - pos: 18.5,44.5 - parent: 1653 - type: Transform -- proto: SpearBone - entities: - - uid: 232 - components: - - flags: InContainer - type: MetaData - - parent: 231 - type: Transform - - canCollide: False - type: Physics - - type: InsideEntityStorage -- proto: SteelBench - entities: - - uid: 71 - components: - - pos: 19.5,13.5 - parent: 1653 - type: Transform -- proto: SteelOre - entities: - - uid: 197 - components: - - pos: 28.470577,10.523108 - parent: 1653 - type: Transform -- proto: TableCarpet - entities: - - uid: 465 - components: - - pos: 13.5,26.5 - parent: 1653 - type: Transform -- proto: TableReinforced - entities: - - uid: 246 - components: - - pos: 4.5,46.5 - parent: 1653 - type: Transform -- proto: TableWood - entities: - - uid: 56 - components: - - pos: 39.5,0.5 - parent: 1653 - type: Transform - - uid: 59 - components: - - pos: 51.5,1.5 - parent: 1653 - type: Transform - - uid: 124 - components: - - pos: 34.5,40.5 - parent: 1653 - type: Transform - - uid: 133 - components: - - pos: 5.5,40.5 - parent: 1653 - type: Transform - - uid: 173 - components: - - pos: 20.5,21.5 - parent: 1653 - type: Transform - - uid: 226 - components: - - pos: 36.5,40.5 - parent: 1653 - type: Transform - - uid: 227 - components: - - pos: 35.5,40.5 - parent: 1653 - type: Transform - - uid: 333 - components: - - pos: 36.5,31.5 - parent: 1653 - type: Transform -- proto: ToiletDirtyWater - entities: - - uid: 406 - components: - - pos: 32.5,20.5 - parent: 1653 - type: Transform -- proto: Torch - entities: - - uid: 58 - components: - - pos: 52.617035,4.4522324 - parent: 1653 - type: Transform - - uid: 60 - components: - - pos: 38.654633,2.7959824 - parent: 1653 - type: Transform - - uid: 135 - components: - - pos: 5.4760814,40.63729 - parent: 1653 - type: Transform - - uid: 136 - components: - - pos: 5.6792064,40.621666 - parent: 1653 - type: Transform - - uid: 366 - components: - - pos: 10.669119,46.594402 - parent: 1653 - type: Transform -- proto: TorsoSkeleton - entities: - - uid: 325 - components: - - pos: 32.5085,20.620539 - parent: 1653 - type: Transform -- proto: TrashBakedBananaPeel - entities: - - uid: 210 - components: - - pos: 5.484687,26.403563 - parent: 1653 - type: Transform -- proto: UraniumOre - entities: - - uid: 433 - components: - - pos: 4.487873,46.58196 - parent: 1653 - type: Transform -- proto: UraniumOre1 - entities: - - uid: 192 - components: - - pos: 27.517452,10.507483 - parent: 1653 - type: Transform - - uid: 193 - components: - - pos: 27.517452,10.507483 - parent: 1653 - type: Transform - - uid: 194 - components: - - pos: 27.517452,10.507483 - parent: 1653 - type: Transform - - uid: 195 - components: - - pos: 27.517452,10.507483 - parent: 1653 - type: Transform - - uid: 196 - components: - - pos: 27.517452,10.507483 - parent: 1653 - type: Transform -- proto: WallMining - entities: - - uid: 11 - components: - - pos: 13.5,46.5 - parent: 1653 - type: Transform - - uid: 150 - components: - - pos: 18.5,43.5 - parent: 1653 - type: Transform - - uid: 151 - components: - - pos: 17.5,44.5 - parent: 1653 - type: Transform - - uid: 152 - components: - - pos: 17.5,46.5 - parent: 1653 - type: Transform - - uid: 153 - components: - - pos: 18.5,47.5 - parent: 1653 - type: Transform - - uid: 154 - components: - - pos: 20.5,47.5 - parent: 1653 - type: Transform - - uid: 157 - components: - - pos: 17.5,45.5 - parent: 1653 - type: Transform - - uid: 159 - components: - - pos: 4.5,47.5 - parent: 1653 - type: Transform - - uid: 160 - components: - - pos: 2.5,47.5 - parent: 1653 - type: Transform - - uid: 161 - components: - - pos: 1.5,44.5 - parent: 1653 - type: Transform - - uid: 163 - components: - - pos: 5.5,45.5 - parent: 1653 - type: Transform - - uid: 164 - components: - - pos: 1.5,46.5 - parent: 1653 - type: Transform - - uid: 165 - components: - - pos: 1.5,45.5 - parent: 1653 - type: Transform - - uid: 247 - components: - - pos: 10.5,47.5 - parent: 1653 - type: Transform - - uid: 265 - components: - - pos: 21.5,46.5 - parent: 1653 - type: Transform - - uid: 329 - components: - - pos: 20.5,43.5 - parent: 1653 - type: Transform - - uid: 353 - components: - - pos: 9.5,46.5 - parent: 1653 - type: Transform - - uid: 370 - components: - - pos: 5.5,44.5 - parent: 1653 - type: Transform - - uid: 373 - components: - - pos: 5.5,46.5 - parent: 1653 - type: Transform - - uid: 402 - components: - - rot: 1.5707963267948966 rad - pos: 10.5,43.5 - parent: 1653 - type: Transform - - uid: 425 - components: - - pos: 21.5,45.5 - parent: 1653 - type: Transform - - uid: 427 - components: - - pos: 21.5,44.5 - parent: 1653 - type: Transform - - uid: 429 - components: - - pos: 9.5,44.5 - parent: 1653 - type: Transform - - uid: 430 - components: - - pos: 9.5,45.5 - parent: 1653 - type: Transform - - uid: 431 - components: - - pos: 12.5,47.5 - parent: 1653 - type: Transform - - uid: 455 - components: - - pos: 2.5,43.5 - parent: 1653 - type: Transform - - uid: 456 - components: - - pos: 4.5,43.5 - parent: 1653 - type: Transform -- proto: WallMiningDiagonal - entities: - - uid: 166 - components: - - pos: 1.5,47.5 - parent: 1653 - type: Transform - - uid: 167 - components: - - rot: -1.5707963267948966 rad - pos: 5.5,47.5 - parent: 1653 - type: Transform - - uid: 168 - components: - - rot: 3.141592653589793 rad - pos: 5.5,43.5 - parent: 1653 - type: Transform - - uid: 169 - components: - - rot: 1.5707963267948966 rad - pos: 1.5,43.5 - parent: 1653 - type: Transform - - uid: 251 - components: - - pos: 9.5,47.5 - parent: 1653 - type: Transform - - uid: 275 - components: - - rot: -1.5707963267948966 rad - pos: 13.5,47.5 - parent: 1653 - type: Transform - - uid: 397 - components: - - rot: 1.5707963267948966 rad - pos: 9.5,43.5 - parent: 1653 - type: Transform - - uid: 428 - components: - - pos: 17.5,47.5 - parent: 1653 - type: Transform - - uid: 493 - components: - - rot: -1.5707963267948966 rad - pos: 21.5,47.5 - parent: 1653 - type: Transform - - uid: 494 - components: - - rot: 3.141592653589793 rad - pos: 21.5,43.5 - parent: 1653 - type: Transform - - uid: 495 - components: - - rot: 1.5707963267948966 rad - pos: 17.5,43.5 - parent: 1653 - type: Transform -- proto: WallWood - entities: - - uid: 16 - components: - - pos: 31.5,19.5 - parent: 1653 - type: Transform - - uid: 188 - components: - - pos: 43.5,39.5 - parent: 1653 - type: Transform - - uid: 255 - components: - - pos: 31.5,21.5 - parent: 1653 - type: Transform - - uid: 323 - components: - - pos: 33.5,20.5 - parent: 1653 - type: Transform - - uid: 324 - components: - - pos: 33.5,21.5 - parent: 1653 - type: Transform - - uid: 338 - components: - - pos: 33.5,19.5 - parent: 1653 - type: Transform - - uid: 408 - components: - - pos: 32.5,21.5 - parent: 1653 - type: Transform - - uid: 409 - components: - - pos: 31.5,20.5 - parent: 1653 - type: Transform -- proto: WaterTankHighCapacity - entities: - - uid: 219 - components: - - pos: 27.5,14.5 - parent: 1653 - type: Transform -- proto: WeaponShotgunImprovised - entities: - - uid: 412 - components: - - pos: 20.496641,45.467117 - parent: 1653 - type: Transform -- proto: WeldingFuelTankFull - entities: - - uid: 10 - components: - - pos: 2.5,46.5 - parent: 1653 - type: Transform -- proto: WoodDoor - entities: - - uid: 407 - components: - - pos: 32.5,19.5 - parent: 1653 - type: Transform -- proto: WoodenSign - entities: - - uid: 189 - components: - - pos: 1.5555744,26.347673 - parent: 1653 - type: Transform -- proto: WoodenSignRight - entities: - - uid: 62 - components: - - pos: 11.898959,14.345065 - parent: 1653 - type: Transform - - uid: 177 - components: - - pos: 9.503841,22.358318 - parent: 1653 - type: Transform - - uid: 440 - components: - - pos: 25.205534,32.33467 - parent: 1653 - type: Transform - - uid: 451 - components: - - pos: 5.5491443,7.271117 - parent: 1653 - type: Transform -- proto: WoodenSupport - entities: - - uid: 9 - components: - - pos: 10.5,10.5 - parent: 1653 - type: Transform - - uid: 66 - components: - - pos: 38.5,16.5 - parent: 1653 - type: Transform - - uid: 107 - components: - - pos: 8.5,32.5 - parent: 1653 - type: Transform - - uid: 108 - components: - - pos: 1.5,36.5 - parent: 1653 - type: Transform - - uid: 110 - components: - - pos: 0.5,22.5 - parent: 1653 - type: Transform - - uid: 140 - components: - - pos: 34.5,6.5 - parent: 1653 - type: Transform - - uid: 146 - components: - - pos: 24.5,6.5 - parent: 1653 - type: Transform - - uid: 174 - components: - - pos: 13.5,22.5 - parent: 1653 - type: Transform - - uid: 204 - components: - - pos: 2.5,28.5 - parent: 1653 - type: Transform - - uid: 207 - components: - - pos: 0.5,28.5 - parent: 1653 - type: Transform - - uid: 259 - components: - - pos: 20.5,24.5 - parent: 1653 - type: Transform - - uid: 279 - components: - - pos: 12.5,10.5 - parent: 1653 - type: Transform - - uid: 286 - components: - - pos: 22.5,10.5 - parent: 1653 - type: Transform - - uid: 422 - components: - - pos: 22.5,28.5 - parent: 1653 - type: Transform - - uid: 424 - components: - - pos: 22.5,40.5 - parent: 1653 - type: Transform - - uid: 450 - components: - - pos: 0.5,10.5 - parent: 1653 - type: Transform - - uid: 462 - components: - - pos: 53.5,4.5 - parent: 1653 - type: Transform - - uid: 464 - components: - - pos: 36.5,4.5 - parent: 1653 - type: Transform - - uid: 470 - components: - - pos: 8.5,36.5 - parent: 1653 - type: Transform -- proto: WoodenSupportBeam - entities: - - uid: 35 - components: - - pos: 29.5,1.5 - parent: 1653 - type: Transform - - uid: 143 - components: - - pos: 33.5,10.5 - parent: 1653 - type: Transform - - uid: 285 - components: - - pos: 12.5,6.5 - parent: 1653 - type: Transform - - uid: 307 - components: - - pos: 14.5,20.5 - parent: 1653 - type: Transform - - uid: 355 - components: - - pos: 25.5,1.5 - parent: 1653 - type: Transform - - uid: 395 - components: - - pos: 17.5,27.5 - parent: 1653 - type: Transform -- proto: WoodenSupportWall - entities: - - uid: 27 - components: - - pos: 34.5,4.5 - parent: 1653 - type: Transform - - uid: 33 - components: - - pos: 27.5,1.5 - parent: 1653 - type: Transform - - uid: 34 - components: - - pos: 28.5,1.5 - parent: 1653 - type: Transform - - uid: 36 - components: - - pos: 32.5,2.5 - parent: 1653 - type: Transform - - uid: 37 - components: - - pos: 32.5,3.5 - parent: 1653 - type: Transform - - uid: 38 - components: - - pos: 30.5,1.5 - parent: 1653 - type: Transform - - uid: 39 - components: - - pos: 32.5,0.5 - parent: 1653 - type: Transform - - uid: 53 - components: - - pos: 7.5,8.5 - parent: 1653 - type: Transform - - uid: 54 - components: - - pos: 6.5,8.5 - parent: 1653 - type: Transform - - uid: 55 - components: - - pos: 5.5,8.5 - parent: 1653 - type: Transform - - uid: 69 - components: - - pos: 0.5,12.5 - parent: 1653 - type: Transform - - uid: 75 - components: - - pos: 16.5,27.5 - parent: 1653 - type: Transform - - uid: 91 - components: - - pos: 32.5,1.5 - parent: 1653 - type: Transform - - uid: 92 - components: - - pos: 31.5,3.5 - parent: 1653 - type: Transform - - uid: 98 - components: - - pos: 18.5,25.5 - parent: 1653 - type: Transform - - uid: 125 - components: - - pos: 38.5,40.5 - parent: 1653 - type: Transform - - uid: 141 - components: - - pos: 34.5,10.5 - parent: 1653 - type: Transform - - uid: 142 - components: - - pos: 34.5,9.5 - parent: 1653 - type: Transform - - uid: 175 - components: - - pos: 12.5,20.5 - parent: 1653 - type: Transform - - uid: 176 - components: - - pos: 15.5,20.5 - parent: 1653 - type: Transform - - uid: 185 - components: - - pos: 32.5,40.5 - parent: 1653 - type: Transform - - uid: 234 - components: - - pos: 50.5,0.5 - parent: 1653 - type: Transform - - uid: 236 - components: - - pos: 30.5,3.5 - parent: 1653 - type: Transform - - uid: 237 - components: - - pos: 25.5,3.5 - parent: 1653 - type: Transform - - uid: 238 - components: - - pos: 25.5,4.5 - parent: 1653 - type: Transform - - uid: 239 - components: - - pos: 18.5,1.5 - parent: 1653 - type: Transform - - uid: 257 - components: - - pos: 29.5,3.5 - parent: 1653 - type: Transform - - uid: 263 - components: - - pos: 25.5,2.5 - parent: 1653 - type: Transform - - uid: 280 - components: - - pos: 13.5,6.5 - parent: 1653 - type: Transform - - uid: 282 - components: - - pos: 21.5,6.5 - parent: 1653 - type: Transform - - uid: 287 - components: - - pos: 22.5,6.5 - parent: 1653 - type: Transform - - uid: 297 - components: - - pos: 6.5,40.5 - parent: 1653 - type: Transform - - uid: 299 - components: - - pos: 0.5,38.5 - parent: 1653 - type: Transform - - uid: 305 - components: - - pos: 14.5,30.5 - parent: 1653 - type: Transform - - uid: 310 - components: - - pos: 14.5,32.5 - parent: 1653 - type: Transform - - uid: 311 - components: - - pos: 26.5,30.5 - parent: 1653 - type: Transform - - uid: 342 - components: - - pos: 22.5,3.5 - parent: 1653 - type: Transform - - uid: 343 - components: - - pos: 21.5,3.5 - parent: 1653 - type: Transform - - uid: 344 - components: - - pos: 23.5,3.5 - parent: 1653 - type: Transform - - uid: 345 - components: - - pos: 24.5,3.5 - parent: 1653 - type: Transform - - uid: 346 - components: - - pos: 20.5,1.5 - parent: 1653 - type: Transform - - uid: 349 - components: - - pos: 21.5,1.5 - parent: 1653 - type: Transform - - uid: 388 - components: - - pos: 28.5,3.5 - parent: 1653 - type: Transform - - uid: 389 - components: - - pos: 26.5,1.5 - parent: 1653 - type: Transform - - uid: 419 - components: - - pos: 19.5,1.5 - parent: 1653 - type: Transform - - uid: 437 - components: - - pos: 26.5,32.5 - parent: 1653 - type: Transform - - uid: 461 - components: - - pos: 54.5,4.5 - parent: 1653 - type: Transform -- proto: WoodenSupportWallBroken - entities: - - uid: 26 - components: - - pos: 27.5,3.5 - parent: 1653 - type: Transform - - uid: 80 - components: - - pos: 17.5,25.5 - parent: 1653 - type: Transform - - uid: 95 - components: - - pos: 4.5,8.5 - parent: 1653 - type: Transform - - uid: 284 - components: - - pos: 20.5,6.5 - parent: 1653 - type: Transform - - uid: 348 - components: - - pos: 20.5,3.5 - parent: 1653 - type: Transform - - uid: 356 - components: - - pos: 39.5,2.5 - parent: 1653 - type: Transform - - uid: 463 - components: - - pos: 50.5,1.5 - parent: 1653 - type: Transform -... +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 22: FloorCave + 23: FloorCaveDrought + 40: FloorDirt + 66: FloorMining + 68: FloorMiningLight + 71: FloorOldConcreteMono + 72: FloorOldConcreteSmooth + 82: FloorShuttleOrange + 118: FloorWood + 121: Plating + 124: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1653 + components: + - type: MetaData + - type: Transform + - type: Map + - type: PhysicsMap + - type: Broadphase + - type: OccluderTree + - chunks: + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: FgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFgAAAAAGFgAAAAADFgAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAGFgAAAAACFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAACFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAADFgAAAAAEFgAAAAABFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAFFgAAAAAAFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAFFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAABFgAAAAABFgAAAAACFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAACUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAEFgAAAAACFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAACFwAAAAAAFgAAAAAGFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAEFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAABFgAAAAABFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFwAAAAAAFwAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAABFgAAAAAEFgAAAAAEUgAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAEFgAAAAABFgAAAAAEFwAAAAABFwAAAAABFwAAAAAEUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAFFgAAAAADFgAAAAADFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAGFgAAAAAFFwAAAAAEUgAAAAAAFgAAAAAGFgAAAAAGFwAAAAAGFwAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAFgAAAAAGFwAAAAACFgAAAAACFgAAAAABFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFwAAAAACFgAAAAABFwAAAAAHFgAAAAACFgAAAAAEFwAAAAAEFgAAAAADUgAAAAAAFwAAAAACFgAAAAAGFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFwAAAAAEUgAAAAAAFgAAAAABFwAAAAAFFwAAAAAFFgAAAAACFgAAAAABFwAAAAAHFwAAAAAEUgAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: FwAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGFgAAAAADFgAAAAAGFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAEFwAAAAABFwAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAACFwAAAAAFFwAAAAADFwAAAAADFgAAAAAFUgAAAAAAFwAAAAACFwAAAAADFwAAAAAEFwAAAAAFFgAAAAAEFwAAAAAGFwAAAAAHFwAAAAADFwAAAAAGUgAAAAAAFwAAAAAHFwAAAAACFgAAAAADFwAAAAADFgAAAAABUgAAAAAAFgAAAAABFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAAFFgAAAAAAFwAAAAACFgAAAAAGFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAGFwAAAAABFwAAAAAAFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAGFwAAAAADFwAAAAAHFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFwAAAAADUgAAAAAAFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAFwAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFwAAAAABFgAAAAAAFgAAAAADUgAAAAAAFgAAAAADFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAAUgAAAAAAFwAAAAAAFwAAAAADFwAAAAAHUgAAAAAAFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAAFFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFwAAAAABFwAAAAAFFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAFgAAAAADFgAAAAAFFgAAAAAEUgAAAAAAFwAAAAACFwAAAAAHFgAAAAADUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFgAAAAADFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAAFwAAAAABUgAAAAAAFwAAAAAAFgAAAAABFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAABFgAAAAADFgAAAAABFgAAAAAGFgAAAAAEFgAAAAADFgAAAAADUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAAFFgAAAAACFgAAAAAGFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: FgAAAAACUgAAAAAAFgAAAAACFgAAAAACFgAAAAABFgAAAAADFgAAAAACKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAABFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAAGFgAAAAABFgAAAAADKAAAAAAAFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFFgAAAAABFgAAAAAAKAAAAAAAFgAAAAAEUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAAFgAAAAADKAAAAAAAFgAAAAADFgAAAAACFgAAAAAFKAAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAACUgAAAAAAKAAAAAAAKAAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAGFgAAAAABFgAAAAADFgAAAAAGFgAAAAADFgAAAAABKAAAAAAAFgAAAAAGUgAAAAAAKAAAAAAAFgAAAAAEFgAAAAAFFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAGFgAAAAABFgAAAAAGFgAAAAACFgAAAAACFgAAAAAAFgAAAAABKAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAAFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAABFgAAAAAEFwAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAACFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAADFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAGFwAAAAAAFwAAAAAAFgAAAAAGFgAAAAAGFgAAAAACUgAAAAAAFgAAAAAFFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAEFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAEFgAAAAACUgAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAACUgAAAAAAFgAAAAACFwAAAAAAFwAAAAACFwAAAAAEFwAAAAACFgAAAAACFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAGFgAAAAABFgAAAAACUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHFwAAAAADFwAAAAAAFwAAAAACFgAAAAAAUgAAAAAAFgAAAAABFgAAAAAFFgAAAAABFgAAAAADFgAAAAAFFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABFwAAAAAHFwAAAAAAFwAAAAAEFgAAAAADFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAABFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAA + version: 6 + 1,1: + ind: 1,1 + tiles: FgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAABFgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAABFgAAAAAGFgAAAAADUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAABFgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAGUgAAAAAAFgAAAAADFwAAAAADFwAAAAABFgAAAAACFgAAAAAFUgAAAAAAFgAAAAAEdgAAAAADFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAABFgAAAAABUgAAAAAAFgAAAAAGFwAAAAAEFwAAAAACFwAAAAAHFgAAAAACUgAAAAAAFgAAAAACdgAAAAABFwAAAAADUgAAAAAAFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAFFgAAAAADUgAAAAAAFgAAAAACFgAAAAACFwAAAAAHFwAAAAAAFgAAAAABUgAAAAAAFgAAAAAAdgAAAAACFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAFFgAAAAAAUgAAAAAAFgAAAAACFgAAAAAFFgAAAAABFgAAAAADFgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAEFwAAAAAFFwAAAAAGUgAAAAAAFgAAAAAGFwAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAACFwAAAAAGFwAAAAAAUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAABFgAAAAAGFwAAAAADUgAAAAAAFwAAAAACFgAAAAAEFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAEFwAAAAABUgAAAAAAFgAAAAAGFgAAAAAFFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAFFgAAAAAFFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFwAAAAAGFwAAAAAFFwAAAAAAUgAAAAAAFgAAAAAAFwAAAAADFwAAAAADFwAAAAADFwAAAAAEFgAAAAAEFwAAAAAHFwAAAAAGFgAAAAADFgAAAAACFgAAAAADFwAAAAAEFwAAAAABFwAAAAABFwAAAAAHUgAAAAAAFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAE + version: 6 + -1,2: + ind: -1,2 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAA + version: 6 + -1,3: + ind: -1,3 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: FgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAACFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAFFgAAAAABUgAAAAAAFgAAAAAFFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFwAAAAAAFgAAAAACFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAGFwAAAAAEUgAAAAAAFgAAAAAEFgAAAAADFgAAAAAAFgAAAAADFwAAAAAFFwAAAAACFgAAAAAFFgAAAAACFgAAAAAFFgAAAAAFFgAAAAAEFwAAAAAAFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAABFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAACFgAAAAAEFwAAAAAHFgAAAAAGFgAAAAAFFgAAAAAFFgAAAAAGFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAADFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAADFgAAAAABFgAAAAAFFgAAAAAAFgAAAAAEFgAAAAADFgAAAAAFUgAAAAAAFgAAAAAEFgAAAAACFgAAAAABFgAAAAADFgAAAAAEFgAAAAACFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAABFgAAAAAAFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAABFgAAAAABFgAAAAADFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAAFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAABFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAADFgAAAAABQgAAAAAAFgAAAAAEfAAAAAAAFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAAQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAFgAAAAAAQgAAAAAAfAAAAAABRAAAAAAAeQAAAAAAFgAAAAAAFgAAAAABUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAAUgAAAAAAFgAAAAAFQgAAAAAARAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFgAAAAACUgAAAAAAFgAAAAABQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGUgAAAAAAFgAAAAAFQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABUgAAAAAAFgAAAAABFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAGFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAACQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAABFgAAAAABUgAAAAAA + version: 6 + 0,3: + ind: 0,3 + tiles: FgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFFgAAAAAGFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAADFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,2: + ind: 1,2 + tiles: FgAAAAACFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFwAAAAACFwAAAAADFwAAAAAAFwAAAAAGFwAAAAAHFwAAAAAEUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAAFgAAAAADFgAAAAABUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAFFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAADFgAAAAAAFgAAAAAGFgAAAAAEFgAAAAADFgAAAAAFFgAAAAAAFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAAGFgAAAAABUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAACFgAAAAACFgAAAAAAFgAAAAADFgAAAAAEFgAAAAAEFgAAAAAFUgAAAAAAFgAAAAABFgAAAAAEFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAAUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAEFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAACFgAAAAAGFgAAAAAAFgAAAAAGFgAAAAACFgAAAAADUgAAAAAAFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAAFgAAAAAAFgAAAAACUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAAAFgAAAAAFFgAAAAACFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAFFgAAAAABFgAAAAABFgAAAAAAFgAAAAAFFgAAAAAGUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAFFgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAACUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAEQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABQgAAAAAAQgAAAAAARAAAAAAAQgAAAAAAQgAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAEQgAAAAAAQgAAAAAAQgAAAAAAFgAAAAAFFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,3: + ind: 1,3 + tiles: FgAAAAAEFgAAAAACFgAAAAAFFgAAAAAGFgAAAAACFgAAAAACFgAAAAAFUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: FgAAAAABFgAAAAABFgAAAAACUgAAAAAAFwAAAAAAFgAAAAAFFgAAAAAFFgAAAAADFgAAAAAEFgAAAAACFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAADFgAAAAADFgAAAAAGFgAAAAAGFgAAAAAFKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAFFgAAAAACFgAAAAABFgAAAAACFgAAAAAGFgAAAAAGFgAAAAAGFgAAAAAAFgAAAAABFgAAAAACFgAAAAAGFgAAAAAEKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFgAAAAAAFgAAAAAFFgAAAAAAFgAAAAAAFgAAAAAEFgAAAAAGFgAAAAAAFgAAAAACFgAAAAAAFgAAAAAGKAAAAAAAKAAAAAAAKAAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFgAAAAACFgAAAAAFFgAAAAAAFgAAAAACFgAAAAABFgAAAAAAFgAAAAADFgAAAAAGKAAAAAAAKAAAAAAAFgAAAAAFUgAAAAAAFgAAAAADFgAAAAADFwAAAAAAFgAAAAABFgAAAAADFgAAAAACFgAAAAAEFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAABFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAFFgAAAAAEFgAAAAADFgAAAAAEFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAAGFgAAAAACFgAAAAAAFgAAAAAFFgAAAAADFgAAAAAFFgAAAAAGUgAAAAAAFgAAAAABRwAAAAADRwAAAAABSAAAAAAARwAAAAADFgAAAAAFFgAAAAAFUgAAAAAAFgAAAAACFgAAAAAEFgAAAAADFgAAAAAGFgAAAAAFFgAAAAABFgAAAAAAUgAAAAAAFgAAAAABFgAAAAACSAAAAAACSAAAAAADRwAAAAADSAAAAAAAFgAAAAADUgAAAAAAFgAAAAADFgAAAAADFgAAAAADFgAAAAAFFgAAAAABFgAAAAAEFgAAAAAAUgAAAAAAFgAAAAAGRwAAAAABSAAAAAACSAAAAAAASAAAAAACRwAAAAADFgAAAAAGUgAAAAAAFgAAAAAGFgAAAAAEFgAAAAAFFgAAAAACFgAAAAAEFgAAAAACFgAAAAAGUgAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: FgAAAAADFgAAAAACFgAAAAAEFgAAAAAEFgAAAAADFwAAAAAAFgAAAAAEUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAAEFgAAAAAGFgAAAAADFgAAAAAFFgAAAAADFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAABFgAAAAAAFgAAAAABFgAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAAFgAAAAADFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFgAAAAAGFgAAAAABFgAAAAAGFgAAAAAAFgAAAAAFFgAAAAADFgAAAAADUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 3,2: + ind: 3,2 + tiles: UgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: FgAAAAAAFgAAAAAFFgAAAAAAFgAAAAADFgAAAAAFFgAAAAAGFwAAAAACFwAAAAABFgAAAAAFUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAAGFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAFFgAAAAAEFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAEFgAAAAABFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAAAFgAAAAABFgAAAAAGFgAAAAAFFgAAAAACFgAAAAACFgAAAAAEUgAAAAAAFgAAAAAAFgAAAAAGFgAAAAAAFgAAAAADFgAAAAACFgAAAAAEFgAAAAAGUgAAAAAAFgAAAAABFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFgAAAAAAFgAAAAAFUgAAAAAAFgAAAAACFgAAAAADFgAAAAAGFgAAAAADFgAAAAACFgAAAAAFFgAAAAAEUgAAAAAAFgAAAAAEFgAAAAABFgAAAAAEFgAAAAACFgAAAAACFgAAAAABFgAAAAAGUgAAAAAAFgAAAAAEFgAAAAABFgAAAAACFgAAAAADFgAAAAABFgAAAAABFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: FgAAAAAAFgAAAAAGFgAAAAAEFgAAAAACFgAAAAAGFgAAAAAEFgAAAAADUgAAAAAAFgAAAAACFgAAAAAEFgAAAAAAFgAAAAAGFgAAAAADFgAAAAADFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAFFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAADdgAAAAABFgAAAAACUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAdgAAAAAAdgAAAAAAFgAAAAAEUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFgAAAAADFgAAAAAAFgAAAAAGUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAAFFwAAAAAHFwAAAAAGFwAAAAABFwAAAAAFFgAAAAAFFgAAAAAEFgAAAAAEFgAAAAADUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAFwAAAAADFwAAAAABFwAAAAAGFgAAAAAAFgAAAAACFgAAAAAEFgAAAAACFgAAAAABFwAAAAAHUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + version: 6 + type: MapGrid + - gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + type: Gravity + - chunkCollection: + version: 2 + nodes: + - node: + color: '#FFFFFFFF' + id: Basalt1 + decals: + 1342: 6.955441,21.068565 + 1405: 5.569477,24.342073 + 1409: 21.493462,30.781818 + 1423: 16.244232,47.723083 + - node: + color: '#FFFFFFFF' + id: Basalt2 + decals: + 1408: 21.571587,25.092073 + 1411: 38.670036,30.328693 + 1412: 32.59149,34.61899 + - node: + color: '#FFFFFFFF' + id: Basalt3 + decals: + 1404: 2.0071354,12.534689 + 1413: 28.294615,35.52524 + 1419: 1.8725519,39.603367 + 1428: 40.1997,39.904606 + 1429: 37.775063,38.35773 + 1430: 27.454536,18.497276 + - node: + color: '#FFFFFFFF' + id: Basalt4 + decals: + 1407: 14.05264,26.857698 + 1420: 8.417587,42.316833 + - node: + color: '#FFFFFFFF' + id: Basalt5 + decals: + 1347: 7.0134563,30.499578 + 1403: 8.765746,13.144064 + 1414: 24.413132,39.478367 + 1421: 13.773578,47.660583 + 1426: 12.267979,34.57054 + 1427: 44.902824,38.38898 + 1431: 24.313911,21.591026 + 1432: 21.396156,20.325401 + - node: + color: '#FFFFFFFF' + id: Basalt6 + decals: + 1341: 0.908566,19.95919 + 1415: 20.816694,39.134617 + - node: + color: '#FFFFFFFF' + id: Basalt7 + decals: + 1339: 10,18 + 1416: 12.790198,39.33774 + 1422: 21.884857,42.17621 + 1433: 18.589165,18.387901 + 1434: 34.005077,18.028526 + 1435: 4.6335278,15.488716 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 1340: 7.1637583,18.068565 + 1417: 8.813416,38.415867 + 1424: 0.46817493,47.80121 + 1425: 8.544811,34.586166 + - node: + color: '#FFFFFFFF' + id: Basalt9 + decals: + 1343: 13.433517,19.162315 + 1406: 0.6944771,26.826448 + 1410: 30.17049,31.359943 + 1418: 5.810052,38.259617 + - node: + cleanable: True + color: '#FFFFFFFF' + id: DirtLight + decals: + 301: 9,45 + 306: 13,42 + 308: 10,42 + 311: 13,45 + 578: 10,32 + - node: + color: '#FFFFFFFF' + id: Rock06 + decals: + 1344: 2.1520143,30.343328 + - node: + color: '#FFFFFFFF' + id: Rock07 + decals: + 1345: 10.29961,31.483953 + - node: + color: '#DE3A3A96' + id: rune6 + decals: + 1402: 8.952158,26.184813 + - node: + color: '#79150031' + id: splatter + decals: + 1348: 10.903494,45.563152 + 1349: 10.950369,45.969402 + 1350: 11.184744,45.906902 + 1351: 11.590994,45.422527 + 1352: 11.590994,45.422527 + 1353: 10.965994,45.610027 + 1354: 10.997244,44.969402 + 1355: 11.231619,45.047527 + 1356: 11.356619,45.344402 + 1357: 10.825369,45.656902 + 1358: 11.184744,45.922527 + 1359: 11.231619,45.891277 + 1360: 10.512869,45.563152 + 1361: 11.684744,44.078777 + 1362: 11.747244,43.797527 + 1363: 12.044119,43.328777 + 1364: 11.778494,43.281902 + 1365: 11.887869,43.688152 + 1366: 12.200369,43.735027 + 1367: 12.137869,44.141277 + 1368: 11.669119,43.656902 + 1369: 10.637869,43.781902 + 1370: 10.544119,43.781902 + 1371: 10.669119,43.453777 + 1372: 10.590994,43.485027 + 1373: 11.419119,45.797527 + 1374: 11.825369,45.813152 + 1375: 11.950369,46.219402 + 1376: 11.200369,45.672527 + 1377: 11.247244,45.922527 + 1378: 10.590994,46.125652 + 1379: 11.481619,45.422527 + 1380: 11.684744,45.672527 + 1381: 11.512869,45.141277 + 1382: 11.825369,45.281902 + 1383: 11.684744,45.438152 + 1384: 10.950369,45.735027 + 1385: 10.262869,45.797527 + 1386: 10.028494,44.891277 + 1387: 9.903494,44.891277 + 1388: 9.887869,45.500652 + 1389: 10.153494,45.344402 + 1390: 10.809744,45.391277 + 1391: 10.934744,45.422527 + 1392: 11.262869,45.531902 + 1393: 11.184744,46.031902 + 1394: 10.872244,45.813152 + 1395: 11.090994,45.563152 + 1396: 10.731619,46.031902 + 1397: 10.075369,44.000652 + 1398: 9.856619,43.703777 + 1399: 10.059744,44.281902 + 1400: 10.419119,43.813152 + - node: + cleanable: True + color: '#79150031' + id: splatter + decals: + 1444: 35.155014,12.447503 + 1445: 34.811264,12.353753 + 1446: 34.85814,12.744378 + 1447: 35.342514,12.463128 + 1448: 35.155014,12.228753 + 1449: 34.42064,12.572503 + 1450: 34.123764,13.025628 + 1451: 34.17064,13.322503 + 1452: 34.342514,12.900628 + 1453: 33.85814,12.994378 + 1454: 33.79564,13.338128 + 1455: 33.63939,13.838128 + 1456: 33.70189,13.603753 + 1457: 33.311264,13.900628 + 1458: 33.717514,14.306878 + 1459: 34.10814,14.650628 + 1460: 33.936264,15.135003 + 1461: 34.405014,14.947503 + 1462: 33.79564,14.510003 + 1463: 33.70189,14.088128 + 1464: 34.29564,14.541253 + 1465: 34.623764,15.010003 + 1466: 35.26439,15.072503 + 1467: 35.405014,14.931878 + 1468: 34.623764,15.338128 + 1469: 35.592514,14.994378 + 1470: 35.79564,14.447503 + 1471: 36.13939,15.025628 + 1472: 36.436264,14.181878 + 1473: 36.592514,13.869378 + 1474: 35.780014,14.697503 + 1475: 36.467514,14.072503 + 1476: 35.748764,14.588128 + 1477: 36.07689,13.963128 + 1478: 36.092514,13.291253 + 1479: 35.57689,13.103753 + 1480: 35.70189,13.088128 + 1481: 35.38939,12.478753 + 1482: 35.92064,13.260003 + 1483: 36.061264,13.666253 + 1484: 36.217514,12.822503 + 1485: 35.48314,12.650628 + 1486: 35.98314,12.353753 + 1487: 34.842514,12.744378 + 1488: 34.23314,12.853753 + 1489: 34.04564,13.447503 + 1490: 33.51439,13.650628 + - node: + cleanable: True + color: '#DE3A3A28' + id: splatter + decals: + 1436: 34.151947,12.931878 + 1437: 33.542572,13.775628 + 1438: 34.089447,14.588128 + 1439: 34.886322,15.025628 + 1440: 35.714447,14.681878 + 1441: 36.214447,14.119378 + 1442: 35.933197,13.228753 + 1443: 35.026947,12.447503 + type: DecalGrid + - type: RadiationGridResistance + - type: LoadedMap + - type: SpreaderGrid + - type: GridTree + - type: MovedGrids + - type: GridPathfinding +- proto: AirCanister + entities: + - uid: 302 + components: + - pos: 20.5,38.5 + parent: 1653 + type: Transform +- proto: AirlockMining + entities: + - uid: 149 + components: + - pos: 11.5,43.5 + parent: 1653 + type: Transform +- proto: AirlockMiningGlassLocked + entities: + - uid: 492 + components: + - pos: 19.5,43.5 + parent: 1653 + type: Transform +- proto: AirlockMiningLocked + entities: + - uid: 454 + components: + - pos: 3.5,43.5 + parent: 1653 + type: Transform +- proto: AltarFangs + entities: + - uid: 12 + components: + - pos: 35.5,14.5 + parent: 1653 + type: Transform +- proto: BananiumOre1 + entities: + - uid: 147 + components: + - pos: 25.454952,10.460608 + parent: 1653 + type: Transform + - uid: 436 + components: + - flags: InContainer + type: MetaData + - parent: 435 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: Barricade + entities: + - uid: 61 + components: + - pos: 14.5,12.5 + parent: 1653 + type: Transform + - uid: 304 + components: + - pos: 6.5,18.5 + parent: 1653 + type: Transform + - uid: 369 + components: + - pos: 51.5,0.5 + parent: 1653 + type: Transform +- proto: BikeHorn + entities: + - uid: 201 + components: + - flags: InContainer + type: MetaData + - parent: 200 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: Bucket + entities: + - uid: 220 + components: + - pos: 28.080187,14.004396 + parent: 1653 + type: Transform +- proto: CandleRedSmallInfinite + entities: + - uid: 121 + components: + - pos: 10.514658,25.137938 + parent: 1653 + type: Transform + - uid: 123 + components: + - pos: 10.655283,25.247313 + parent: 1653 + type: Transform + - uid: 126 + components: + - rot: -6.283185307179586 rad + pos: 9.436043,27.291958 + parent: 1653 + type: Transform + - uid: 181 + components: + - pos: 9.83762,26.231688 + parent: 1653 + type: Transform + - uid: 182 + components: + - pos: 9.009495,26.278563 + parent: 1653 + type: Transform + - uid: 211 + components: + - pos: 10.467783,25.325438 + parent: 1653 + type: Transform + - uid: 212 + components: + - rot: -6.283185307179586 rad + pos: 9.976189,27.010708 + parent: 1653 + type: Transform + - uid: 213 + components: + - pos: 8.86887,27.028563 + parent: 1653 + type: Transform +- proto: Chainsaw + entities: + - uid: 396 + components: + - pos: 12.278494,46.219402 + parent: 1653 + type: Transform +- proto: Chair + entities: + - uid: 399 + components: + - rot: 3.141592653589793 rad + pos: 19.5,34.5 + parent: 1653 + type: Transform +- proto: ChairPilotSeat + entities: + - uid: 8 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,44.5 + parent: 1653 + type: Transform + - uid: 466 + components: + - rot: -1.5707963267948966 rad + pos: 4.5,44.5 + parent: 1653 + type: Transform +- proto: ChairRitual + entities: + - uid: 127 + components: + - pos: 9.5,28.5 + parent: 1653 + type: Transform +- proto: CigaretteCapsaicinOil + entities: + - uid: 322 + components: + - pos: 31.649122,18.823664 + parent: 1653 + type: Transform +- proto: CigaretteSyndicate + entities: + - uid: 439 + components: + - flags: InContainer + type: MetaData + - parent: 438 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingBackpackDuffelCargo + entities: + - uid: 288 + components: + - pos: 17.527935,7.630492 + parent: 1653 + type: Transform +- proto: ClothingHeadHatFlowerCrown + entities: + - uid: 233 + components: + - pos: 27.441708,39.437607 + parent: 1653 + type: Transform +- proto: ClothingHeadHatGladiator + entities: + - uid: 7 + components: + - flags: InContainer + type: MetaData + - parent: 6 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingNeckCloakTrans + entities: + - uid: 332 + components: + - flags: InContainer + type: MetaData + - parent: 331 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingOuterHardsuitSalvage + entities: + - uid: 432 + components: + - pos: 4.447749,45.58406 + parent: 1653 + type: Transform +- proto: ClothingShoesClown + entities: + - uid: 202 + components: + - flags: InContainer + type: MetaData + - parent: 200 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitGladiator + entities: + - uid: 215 + components: + - flags: InContainer + type: MetaData + - parent: 214 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitMonasticRobeDark + entities: + - uid: 40 + components: + - pos: 36.46349,13.791253 + parent: 1653 + type: Transform + - uid: 99 + components: + - pos: 36.27599,15.338128 + parent: 1653 + type: Transform + - uid: 216 + components: + - pos: 35.46349,15.619378 + parent: 1653 + type: Transform + - uid: 272 + components: + - pos: 34.05724,14.385003 + parent: 1653 + type: Transform + - uid: 273 + components: + - pos: 34.58849,15.213128 + parent: 1653 + type: Transform + - uid: 357 + components: + - pos: 35.58849,13.213128 + parent: 1653 + type: Transform + - uid: 358 + components: + - pos: 34.697865,13.588128 + parent: 1653 + type: Transform + - uid: 443 + components: + - pos: 36.80724,14.744378 + parent: 1653 + type: Transform +- proto: Cobweb1 + entities: + - uid: 190 + components: + - pos: 24.5,10.5 + parent: 1653 + type: Transform + - uid: 289 + components: + - pos: 0.5,10.5 + parent: 1653 + type: Transform + - uid: 290 + components: + - pos: 32.5,16.5 + parent: 1653 + type: Transform + - uid: 384 + components: + - pos: 0.5,36.5 + parent: 1653 + type: Transform + - uid: 385 + components: + - pos: 28.5,32.5 + parent: 1653 + type: Transform + - uid: 393 + components: + - pos: 12.5,22.5 + parent: 1653 + type: Transform + - uid: 418 + components: + - pos: 0.5,40.5 + parent: 1653 + type: Transform + - uid: 458 + components: + - pos: 2.5,46.5 + parent: 1653 + type: Transform +- proto: Cobweb2 + entities: + - uid: 137 + components: + - pos: 33.5,9.5 + parent: 1653 + type: Transform + - uid: 252 + components: + - pos: 26.5,32.5 + parent: 1653 + type: Transform + - uid: 291 + components: + - pos: 34.5,3.5 + parent: 1653 + type: Transform + - uid: 314 + components: + - pos: 22.5,10.5 + parent: 1653 + type: Transform + - uid: 341 + components: + - pos: 20.5,46.5 + parent: 1653 + type: Transform + - uid: 382 + components: + - pos: 14.5,40.5 + parent: 1653 + type: Transform + - uid: 383 + components: + - pos: 32.5,20.5 + parent: 1653 + type: Transform + - uid: 417 + components: + - pos: 24.5,2.5 + parent: 1653 + type: Transform +- proto: ComfyChair + entities: + - uid: 381 + components: + - pos: 13.5,27.5 + parent: 1653 + type: Transform +- proto: ConveyorBelt + entities: + - uid: 101 + components: + - rot: -1.5707963267948966 rad + pos: 27.5,10.5 + parent: 1653 + type: Transform + - uid: 102 + components: + - rot: -1.5707963267948966 rad + pos: 28.5,10.5 + parent: 1653 + type: Transform + - uid: 103 + components: + - rot: -1.5707963267948966 rad + pos: 25.5,10.5 + parent: 1653 + type: Transform + - uid: 104 + components: + - rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 1653 + type: Transform + - uid: 105 + components: + - rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 1653 + type: Transform + - uid: 106 + components: + - rot: -1.5707963267948966 rad + pos: 26.5,10.5 + parent: 1653 + type: Transform +- proto: CrateCoffin + entities: + - uid: 331 + components: + - pos: 16.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 332 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 435 + components: + - pos: 22.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 436 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 438 + components: + - pos: 23.5,32.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 439 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 441 + components: + - pos: 20.5,30.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 442 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer +- proto: CrateEmergencyRadiation + entities: + - uid: 364 + components: + - pos: 15.5,36.5 + parent: 1653 + type: Transform +- proto: CrateEmptySpawner + entities: + - uid: 128 + components: + - pos: 4.5,40.5 + parent: 1653 + type: Transform +- proto: CrateFilledSpawner + entities: + - uid: 111 + components: + - pos: 8.5,2.5 + parent: 1653 + type: Transform + - uid: 367 + components: + - pos: 18.5,46.5 + parent: 1653 + type: Transform + - uid: 411 + components: + - pos: 13.5,36.5 + parent: 1653 + type: Transform + - uid: 490 + components: + - pos: 28.5,8.5 + parent: 1653 + type: Transform +- proto: CrateNPCPenguin + entities: + - uid: 474 + components: + - pos: 13.5,25.5 + parent: 1653 + type: Transform +- proto: CrateWoodenGrave + entities: + - uid: 6 + components: + - pos: 27.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 200 + components: + - pos: 42.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 202 + - 201 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 214 + components: + - pos: 28.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 215 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer + - uid: 231 + components: + - pos: 26.5,39.5 + parent: 1653 + type: Transform + - containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 232 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + type: ContainerContainer +- proto: CrystalSpawner + entities: + - uid: 129 + components: + - pos: 27.5,35.5 + parent: 1653 + type: Transform + - uid: 131 + components: + - pos: 29.5,34.5 + parent: 1653 + type: Transform + - uid: 132 + components: + - pos: 30.5,35.5 + parent: 1653 + type: Transform + - uid: 172 + components: + - pos: 19.5,21.5 + parent: 1653 + type: Transform + - uid: 178 + components: + - pos: 20.5,20.5 + parent: 1653 + type: Transform + - uid: 298 + components: + - pos: 13.5,38.5 + parent: 1653 + type: Transform + - uid: 300 + components: + - pos: 9.5,40.5 + parent: 1653 + type: Transform + - uid: 301 + components: + - pos: 30.5,36.5 + parent: 1653 + type: Transform + - uid: 308 + components: + - pos: 31.5,36.5 + parent: 1653 + type: Transform +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 309 + components: + - pos: 21.254128,38.485172 + parent: 1653 + type: Transform +- proto: DresserFilled + entities: + - uid: 413 + components: + - pos: 20.5,44.5 + parent: 1653 + type: Transform +- proto: FenceMetalCorner + entities: + - uid: 321 + components: + - rot: 1.5707963267948966 rad + pos: 20.5,35.5 + parent: 1653 + type: Transform + - uid: 477 + components: + - rot: -1.5707963267948966 rad + pos: 14.5,35.5 + parent: 1653 + type: Transform +- proto: FenceMetalGate + entities: + - uid: 268 + components: + - rot: 3.141592653589793 rad + pos: 17.5,35.5 + parent: 1653 + type: Transform +- proto: FenceMetalStraight + entities: + - uid: 267 + components: + - rot: 1.5707963267948966 rad + pos: 19.5,35.5 + parent: 1653 + type: Transform + - uid: 293 + components: + - pos: 14.5,36.5 + parent: 1653 + type: Transform + - uid: 476 + components: + - rot: 1.5707963267948966 rad + pos: 15.5,35.5 + parent: 1653 + type: Transform + - uid: 478 + components: + - rot: 1.5707963267948966 rad + pos: 16.5,35.5 + parent: 1653 + type: Transform + - uid: 479 + components: + - pos: 20.5,34.5 + parent: 1653 + type: Transform + - uid: 480 + components: + - rot: 1.5707963267948966 rad + pos: 18.5,35.5 + parent: 1653 + type: Transform +- proto: FlashlightLantern + entities: + - uid: 372 + components: + - pos: 16.286905,3.5055985 + parent: 1653 + type: Transform +- proto: FloorChasmEntity + entities: + - uid: 3 + components: + - pos: 5.5,0.5 + parent: 1653 + type: Transform + - uid: 4 + components: + - pos: 6.5,4.5 + parent: 1653 + type: Transform + - uid: 5 + components: + - pos: 6.5,3.5 + parent: 1653 + type: Transform + - uid: 17 + components: + - pos: 9.5,4.5 + parent: 1653 + type: Transform + - uid: 18 + components: + - pos: 4.5,4.5 + parent: 1653 + type: Transform + - uid: 19 + components: + - pos: 41.5,1.5 + parent: 1653 + type: Transform + - uid: 20 + components: + - pos: 44.5,1.5 + parent: 1653 + type: Transform + - uid: 21 + components: + - pos: 45.5,1.5 + parent: 1653 + type: Transform + - uid: 22 + components: + - pos: 44.5,0.5 + parent: 1653 + type: Transform + - uid: 23 + components: + - pos: 45.5,0.5 + parent: 1653 + type: Transform + - uid: 24 + components: + - pos: 47.5,0.5 + parent: 1653 + type: Transform + - uid: 25 + components: + - pos: 48.5,0.5 + parent: 1653 + type: Transform + - uid: 76 + components: + - pos: 15.5,4.5 + parent: 1653 + type: Transform + - uid: 77 + components: + - pos: 14.5,0.5 + parent: 1653 + type: Transform + - uid: 78 + components: + - pos: 14.5,1.5 + parent: 1653 + type: Transform + - uid: 82 + components: + - pos: 12.5,1.5 + parent: 1653 + type: Transform + - uid: 83 + components: + - pos: 13.5,4.5 + parent: 1653 + type: Transform + - uid: 84 + components: + - pos: 12.5,0.5 + parent: 1653 + type: Transform + - uid: 85 + components: + - pos: 13.5,0.5 + parent: 1653 + type: Transform + - uid: 86 + components: + - pos: 13.5,1.5 + parent: 1653 + type: Transform + - uid: 87 + components: + - pos: 46.5,1.5 + parent: 1653 + type: Transform + - uid: 88 + components: + - pos: 46.5,0.5 + parent: 1653 + type: Transform + - uid: 97 + components: + - pos: 14.5,4.5 + parent: 1653 + type: Transform + - uid: 112 + components: + - pos: 7.5,0.5 + parent: 1653 + type: Transform + - uid: 114 + components: + - pos: 10.5,0.5 + parent: 1653 + type: Transform + - uid: 115 + components: + - pos: 10.5,1.5 + parent: 1653 + type: Transform + - uid: 116 + components: + - pos: 11.5,4.5 + parent: 1653 + type: Transform + - uid: 118 + components: + - pos: 11.5,3.5 + parent: 1653 + type: Transform + - uid: 119 + components: + - pos: 11.5,0.5 + parent: 1653 + type: Transform + - uid: 120 + components: + - pos: 11.5,1.5 + parent: 1653 + type: Transform + - uid: 235 + components: + - pos: 49.5,0.5 + parent: 1653 + type: Transform + - uid: 241 + components: + - pos: 3.5,4.5 + parent: 1653 + type: Transform + - uid: 242 + components: + - pos: 2.5,0.5 + parent: 1653 + type: Transform + - uid: 245 + components: + - pos: 10.5,3.5 + parent: 1653 + type: Transform + - uid: 250 + components: + - pos: 4.5,3.5 + parent: 1653 + type: Transform + - uid: 258 + components: + - pos: 3.5,0.5 + parent: 1653 + type: Transform + - uid: 278 + components: + - pos: 40.5,2.5 + parent: 1653 + type: Transform + - uid: 315 + components: + - pos: 1.5,4.5 + parent: 1653 + type: Transform + - uid: 317 + components: + - pos: 5.5,3.5 + parent: 1653 + type: Transform + - uid: 337 + components: + - pos: 4.5,0.5 + parent: 1653 + type: Transform + - uid: 340 + components: + - pos: 42.5,2.5 + parent: 1653 + type: Transform + - uid: 350 + components: + - pos: 42.5,1.5 + parent: 1653 + type: Transform + - uid: 354 + components: + - pos: 12.5,3.5 + parent: 1653 + type: Transform + - uid: 359 + components: + - pos: 15.5,1.5 + parent: 1653 + type: Transform + - uid: 360 + components: + - pos: 15.5,0.5 + parent: 1653 + type: Transform + - uid: 363 + components: + - pos: 12.5,4.5 + parent: 1653 + type: Transform + - uid: 368 + components: + - pos: 43.5,2.5 + parent: 1653 + type: Transform + - uid: 377 + components: + - pos: 7.5,4.5 + parent: 1653 + type: Transform + - uid: 378 + components: + - pos: 6.5,1.5 + parent: 1653 + type: Transform + - uid: 387 + components: + - pos: 43.5,1.5 + parent: 1653 + type: Transform + - uid: 398 + components: + - pos: 41.5,2.5 + parent: 1653 + type: Transform + - uid: 401 + components: + - pos: 5.5,1.5 + parent: 1653 + type: Transform + - uid: 404 + components: + - pos: 5.5,4.5 + parent: 1653 + type: Transform + - uid: 452 + components: + - pos: 2.5,4.5 + parent: 1653 + type: Transform + - uid: 453 + components: + - pos: 1.5,0.5 + parent: 1653 + type: Transform + - uid: 459 + components: + - pos: 44.5,2.5 + parent: 1653 + type: Transform + - uid: 468 + components: + - pos: 3.5,3.5 + parent: 1653 + type: Transform + - uid: 471 + components: + - pos: 6.5,0.5 + parent: 1653 + type: Transform + - uid: 472 + components: + - pos: 10.5,4.5 + parent: 1653 + type: Transform + - uid: 473 + components: + - pos: 9.5,0.5 + parent: 1653 + type: Transform +- proto: FloorWaterEntity + entities: + - uid: 13 + components: + - pos: 27.5,14.5 + parent: 1653 + type: Transform + - uid: 14 + components: + - pos: 29.5,14.5 + parent: 1653 + type: Transform + - uid: 15 + components: + - pos: 28.5,15.5 + parent: 1653 + type: Transform + - uid: 43 + components: + - pos: 26.5,16.5 + parent: 1653 + type: Transform + - uid: 45 + components: + - pos: 30.5,13.5 + parent: 1653 + type: Transform + - uid: 46 + components: + - pos: 29.5,13.5 + parent: 1653 + type: Transform + - uid: 47 + components: + - pos: 28.5,12.5 + parent: 1653 + type: Transform + - uid: 49 + components: + - pos: 27.5,16.5 + parent: 1653 + type: Transform + - uid: 65 + components: + - pos: 29.5,12.5 + parent: 1653 + type: Transform + - uid: 72 + components: + - pos: 25.5,13.5 + parent: 1653 + type: Transform + - uid: 93 + components: + - pos: 24.5,15.5 + parent: 1653 + type: Transform + - uid: 100 + components: + - pos: 27.5,12.5 + parent: 1653 + type: Transform + - uid: 221 + components: + - pos: 26.5,13.5 + parent: 1653 + type: Transform + - uid: 222 + components: + - pos: 26.5,14.5 + parent: 1653 + type: Transform + - uid: 223 + components: + - pos: 26.5,15.5 + parent: 1653 + type: Transform + - uid: 224 + components: + - pos: 27.5,13.5 + parent: 1653 + type: Transform + - uid: 444 + components: + - pos: 28.5,14.5 + parent: 1653 + type: Transform + - uid: 445 + components: + - pos: 27.5,15.5 + parent: 1653 + type: Transform + - uid: 446 + components: + - pos: 28.5,13.5 + parent: 1653 + type: Transform + - uid: 447 + components: + - pos: 25.5,15.5 + parent: 1653 + type: Transform + - uid: 448 + components: + - pos: 25.5,14.5 + parent: 1653 + type: Transform +- proto: FloraRockSolid01 + entities: + - uid: 63 + components: + - pos: 1.4643247,15.527116 + parent: 1653 + type: Transform + - uid: 230 + components: + - pos: 25.553497,34.710487 + parent: 1653 + type: Transform + - uid: 281 + components: + - pos: 7.4866443,6.552367 + parent: 1653 + type: Transform + - uid: 295 + components: + - pos: 0.911531,32.452705 + parent: 1653 + type: Transform + - uid: 303 + components: + - pos: 21.638557,19.381065 + parent: 1653 + type: Transform + - uid: 374 + components: + - pos: 3.5664039,19.498943 + parent: 1653 + type: Transform +- proto: FloraRockSolid02 + entities: + - uid: 64 + components: + - pos: 11.966135,14.804356 + parent: 1653 + type: Transform + - uid: 171 + components: + - pos: 8.535091,20.608318 + parent: 1653 + type: Transform + - uid: 306 + components: + - pos: 12.087021,32.358955 + parent: 1653 + type: Transform +- proto: FloraRockSolid03 + entities: + - uid: 90 + components: + - pos: 23.53006,1.5159609 + parent: 1653 + type: Transform + - uid: 170 + components: + - pos: 1.9101539,21.811443 + parent: 1653 + type: Transform + - uid: 199 + components: + - pos: 44.689724,39.621048 + parent: 1653 + type: Transform + - uid: 243 + components: + - pos: 21.468937,26.614876 + parent: 1653 + type: Transform + - uid: 296 + components: + - pos: 9.355139,30.733953 + parent: 1653 + type: Transform + - uid: 330 + components: + - pos: 35.552525,31.574036 + parent: 1653 + type: Transform + - uid: 361 + components: + - pos: 5.433075,13.527116 + parent: 1653 + type: Transform + - uid: 375 + components: + - pos: 1.5647693,8.536742 + parent: 1653 + type: Transform +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 209 + components: + - pos: 0.9877088,26.184813 + parent: 1653 + type: Transform +- proto: FoodCornTrash + entities: + - uid: 2 + components: + - pos: 26.81556,20.415936 + parent: 1653 + type: Transform + - uid: 109 + components: + - pos: 27.367641,20.311768 + parent: 1653 + type: Transform + - uid: 113 + components: + - pos: 27.388475,19.988852 + parent: 1653 + type: Transform + - uid: 249 + components: + - pos: 27.638475,20.843018 + parent: 1653 + type: Transform + - uid: 254 + components: + - pos: 28.055141,20.301352 + parent: 1653 + type: Transform + - uid: 319 + components: + - pos: 27.482225,20.530518 + parent: 1653 + type: Transform + - uid: 391 + components: + - pos: 26.930141,20.728436 + parent: 1653 + type: Transform + - uid: 475 + components: + - pos: 27.84681,20.634686 + parent: 1653 + type: Transform +- proto: FoodMeatHuman + entities: + - uid: 186 + components: + - pos: 34.42388,40.652298 + parent: 1653 + type: Transform + - uid: 187 + components: + - pos: 34.64263,40.511673 + parent: 1653 + type: Transform +- proto: FoodMeatLizardtailKebab + entities: + - uid: 42 + components: + - pos: 38.036457,12.588582 + parent: 1653 + type: Transform +- proto: FoodMeatRouny + entities: + - uid: 183 + components: + - pos: 36.45513,40.589798 + parent: 1653 + type: Transform +- proto: FoodSnackPopcorn + entities: + - uid: 74 + components: + - pos: 25.648891,21.040936 + parent: 1653 + type: Transform + - uid: 79 + components: + - pos: 25.763475,21.645102 + parent: 1653 + type: Transform + - uid: 81 + components: + - pos: 25.461391,21.207602 + parent: 1653 + type: Transform + - uid: 117 + components: + - pos: 25.857225,21.207602 + parent: 1653 + type: Transform + - uid: 240 + components: + - pos: 25.97181,21.030518 + parent: 1653 + type: Transform +- proto: FoodTinPeachesMaintOpen + entities: + - uid: 208 + components: + - pos: 2.343669,28.087896 + parent: 1653 + type: Transform +- proto: GeigerCounter + entities: + - uid: 228 + components: + - rot: -1.5707963267948966 rad + pos: 2.536777,44.354866 + parent: 1653 + type: Transform +- proto: Girder + entities: + - uid: 351 + components: + - rot: 1.5707963267948966 rad + pos: 13.5,45.5 + parent: 1653 + type: Transform +- proto: GlowstickRed + entities: + - uid: 256 + components: + - pos: 12.648991,38.39441 + parent: 1653 + type: Transform + - uid: 264 + components: + - pos: 22.50236,34.545544 + parent: 1653 + type: Transform + - uid: 271 + components: + - pos: 4.5084944,44.49994 + parent: 1653 + type: Transform + - uid: 294 + components: + - pos: 10.820133,30.586414 + parent: 1653 + type: Transform + - uid: 316 + components: + - pos: 26.3416,18.72954 + parent: 1653 + type: Transform + - uid: 414 + components: + - pos: 1.8548665,32.055164 + parent: 1653 + type: Transform + - uid: 420 + components: + - pos: 22.799234,34.62367 + parent: 1653 + type: Transform + - uid: 421 + components: + - pos: 22.299234,34.608044 + parent: 1653 + type: Transform +- proto: GoldOre1 + entities: + - uid: 134 + components: + - pos: 8.948225,24.854458 + parent: 1653 + type: Transform + - uid: 138 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 139 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 144 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 145 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 191 + components: + - pos: 26.486202,10.538733 + parent: 1653 + type: Transform + - uid: 266 + components: + - pos: 9.448225,25.291958 + parent: 1653 + type: Transform + - uid: 328 + components: + - pos: 8.541975,25.885708 + parent: 1653 + type: Transform + - uid: 379 + components: + - pos: 10.026349,24.557583 + parent: 1653 + type: Transform +- proto: hydroponicsSoil + entities: + - uid: 1 + components: + - pos: 25.5,20.5 + parent: 1653 + type: Transform + - uid: 390 + components: + - pos: 27.5,21.5 + parent: 1653 + type: Transform + - uid: 423 + components: + - pos: 25.5,19.5 + parent: 1653 + type: Transform +- proto: ImprovisedExplosiveFuel + entities: + - uid: 203 + components: + - pos: 36.443645,31.673359 + parent: 1653 + type: Transform +- proto: IngotGold1 + entities: + - uid: 312 + components: + - pos: 10.073225,25.588833 + parent: 1653 + type: Transform + - uid: 313 + components: + - pos: 10.4951,24.791958 + parent: 1653 + type: Transform + - uid: 426 + components: + - pos: 8.385725,25.104458 + parent: 1653 + type: Transform + - uid: 449 + components: + - pos: 10.698225,26.120083 + parent: 1653 + type: Transform + - uid: 460 + components: + - pos: 9.120099,24.323208 + parent: 1653 + type: Transform +- proto: IngotSilver + entities: + - uid: 262 + components: + - pos: 20.52197,46.638992 + parent: 1653 + type: Transform +- proto: KitchenElectricGrill + entities: + - uid: 205 + components: + - pos: 35.5,40.5 + parent: 1653 + type: Transform +- proto: KitchenMicrowave + entities: + - uid: 244 + components: + - pos: 26.5,21.5 + parent: 1653 + type: Transform +- proto: KukriKnife + entities: + - uid: 130 + components: + - pos: 2.508058,45.496773 + parent: 1653 + type: Transform +- proto: LampGold + entities: + - uid: 380 + components: + - pos: 13.291822,27.041958 + parent: 1653 + type: Transform +- proto: Lantern + entities: + - uid: 28 + components: + - pos: 24.446167,4.4534607 + parent: 1653 + type: Transform + - uid: 29 + components: + - pos: 33.45849,0.51596093 + parent: 1653 + type: Transform + - uid: 89 + components: + - pos: 18.58248,0.51596093 + parent: 1653 + type: Transform + - uid: 180 + components: + - pos: 20.497932,21.77169 + parent: 1653 + type: Transform +- proto: MaintenancePlantSpawner + entities: + - uid: 67 + components: + - pos: 21.5,16.5 + parent: 1653 + type: Transform + - uid: 70 + components: + - pos: 17.5,15.5 + parent: 1653 + type: Transform + - uid: 73 + components: + - pos: 21.5,14.5 + parent: 1653 + type: Transform + - uid: 217 + components: + - pos: 22.5,12.5 + parent: 1653 + type: Transform + - uid: 218 + components: + - pos: 16.5,13.5 + parent: 1653 + type: Transform +- proto: MaintenanceToolSpawner + entities: + - uid: 57 + components: + - pos: 39.5,0.5 + parent: 1653 + type: Transform + - uid: 96 + components: + - pos: 51.5,1.5 + parent: 1653 + type: Transform + - uid: 416 + components: + - pos: 7.5,32.5 + parent: 1653 + type: Transform +- proto: MaintenanceWeaponSpawner + entities: + - uid: 31 + components: + - pos: 22.5,0.5 + parent: 1653 + type: Transform + - uid: 32 + components: + - pos: 1.5,3.5 + parent: 1653 + type: Transform + - uid: 51 + components: + - pos: 52.5,0.5 + parent: 1653 + type: Transform + - uid: 292 + components: + - pos: 34.5,31.5 + parent: 1653 + type: Transform +- proto: MaterialWoodPlank + entities: + - uid: 442 + components: + - flags: InContainer + type: MetaData + - parent: 441 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: MedkitOxygenFilled + entities: + - uid: 225 + components: + - pos: 17.973127,40.40886 + parent: 1653 + type: Transform +- proto: MiningWindow + entities: + - uid: 155 + components: + - pos: 19.5,47.5 + parent: 1653 + type: Transform + - uid: 162 + components: + - pos: 3.5,47.5 + parent: 1653 + type: Transform + - uid: 248 + components: + - pos: 11.5,47.5 + parent: 1653 + type: Transform +- proto: OreBox + entities: + - uid: 184 + components: + - pos: 2.5,24.5 + parent: 1653 + type: Transform + - uid: 270 + components: + - pos: 37.5,4.5 + parent: 1653 + type: Transform + - uid: 283 + components: + - pos: 17.5,8.5 + parent: 1653 + type: Transform + - uid: 488 + components: + - pos: 29.5,8.5 + parent: 1653 + type: Transform +- proto: OreProcessor + entities: + - uid: 269 + components: + - pos: 24.5,10.5 + parent: 1653 + type: Transform + - uid: 320 + components: + - pos: 3.5,46.5 + parent: 1653 + type: Transform +- proto: OrganHumanAppendix + entities: + - uid: 148 + components: + - pos: 10.481619,44.360027 + parent: 1653 + type: Transform +- proto: OrganHumanHeart + entities: + - uid: 206 + components: + - pos: 9.478245,26.669188 + parent: 1653 + type: Transform +- proto: PaintingSadClown + entities: + - uid: 122 + components: + - pos: 43.5,39.5 + parent: 1653 + type: Transform +- proto: PaintingSkeletonCigarette + entities: + - uid: 362 + components: + - pos: 32.5,21.5 + parent: 1653 + type: Transform +- proto: Pickaxe + entities: + - uid: 158 + components: + - pos: 21.525682,34.54406 + parent: 1653 + type: Transform + - uid: 179 + components: + - pos: 21.743324,22.05294 + parent: 1653 + type: Transform +- proto: PlasmaOre1 + entities: + - uid: 469 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 482 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 483 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 485 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform + - uid: 489 + components: + - pos: 30.486202,10.491858 + parent: 1653 + type: Transform +- proto: PlushieLizard + entities: + - uid: 41 + components: + - pos: 35.503193,14.666253 + parent: 1653 + type: Transform +- proto: PlushiePenguin + entities: + - uid: 415 + components: + - pos: 13.526197,27.541958 + parent: 1653 + type: Transform +- proto: PortableGeneratorJrPacman + entities: + - uid: 392 + components: + - pos: 37.5,31.5 + parent: 1653 + type: Transform +- proto: PottedPlantRandom + entities: + - uid: 44 + components: + - pos: 44.5,14.5 + parent: 1653 + type: Transform + - uid: 50 + components: + - pos: 45.5,14.5 + parent: 1653 + type: Transform + - uid: 94 + components: + - pos: 42.5,14.5 + parent: 1653 + type: Transform + - uid: 347 + components: + - pos: 41.5,14.5 + parent: 1653 + type: Transform +- proto: PowerCellHyperPrinted + entities: + - uid: 52 + components: + - pos: 31.760115,2.7803574 + parent: 1653 + type: Transform +- proto: PoweredSmallLight + entities: + - uid: 156 + components: + - rot: 1.5707963267948966 rad + pos: 10.5,45.5 + parent: 1653 + type: Transform +- proto: PuddleVomit + entities: + - uid: 229 + components: + - pos: 3.5,45.5 + parent: 1653 + type: Transform +- proto: Rack + entities: + - uid: 276 + components: + - pos: 18.5,45.5 + parent: 1653 + type: Transform + - uid: 334 + components: + - pos: 20.5,45.5 + parent: 1653 + type: Transform + - uid: 335 + components: + - pos: 20.5,46.5 + parent: 1653 + type: Transform + - uid: 352 + components: + - pos: 21.5,34.5 + parent: 1653 + type: Transform + - uid: 365 + components: + - pos: 10.5,46.5 + parent: 1653 + type: Transform + - uid: 403 + components: + - pos: 4.5,45.5 + parent: 1653 + type: Transform + - uid: 410 + components: + - pos: 22.5,34.5 + parent: 1653 + type: Transform +- proto: Railing + entities: + - uid: 260 + components: + - rot: 3.141592653589793 rad + pos: 27.5,9.5 + parent: 1653 + type: Transform + - uid: 261 + components: + - rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 1653 + type: Transform + - uid: 277 + components: + - rot: 3.141592653589793 rad + pos: 26.5,9.5 + parent: 1653 + type: Transform + - uid: 327 + components: + - rot: 3.141592653589793 rad + pos: 30.5,9.5 + parent: 1653 + type: Transform + - uid: 376 + components: + - rot: 3.141592653589793 rad + pos: 25.5,9.5 + parent: 1653 + type: Transform + - uid: 467 + components: + - rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 1653 + type: Transform +- proto: RailingCornerSmall + entities: + - uid: 371 + components: + - pos: 31.5,9.5 + parent: 1653 + type: Transform +- proto: RandomArtifactSpawner + entities: + - uid: 48 + components: + - pos: 43.5,14.5 + parent: 1653 + type: Transform +- proto: RandomCargoCorpseSpawner + entities: + - uid: 274 + components: + - pos: 11.5,46.5 + parent: 1653 + type: Transform +- proto: RandomServiceCorpseSpawner + entities: + - uid: 400 + components: + - pos: 19.5,45.5 + parent: 1653 + type: Transform +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 481 + components: + - pos: 27.5,8.5 + parent: 1653 + type: Transform + - uid: 491 + components: + - pos: 30.5,8.5 + parent: 1653 + type: Transform +- proto: ShadowTree03 + entities: + - uid: 68 + components: + - pos: 19.477606,14.337568 + parent: 1653 + type: Transform +- proto: SheetSteel1 + entities: + - uid: 457 + components: + - pos: 13.481619,44.391277 + parent: 1653 + type: Transform +- proto: ShellShotgunIncendiary + entities: + - uid: 405 + components: + - pos: 18.58831,45.763992 + parent: 1653 + type: Transform +- proto: ShellShotgunSlug + entities: + - uid: 339 + components: + - pos: 18.603935,45.404617 + parent: 1653 + type: Transform +- proto: Shovel + entities: + - uid: 30 + components: + - pos: 33.425346,4.383849 + parent: 1653 + type: Transform + - uid: 394 + components: + - pos: 31.844257,31.05841 + parent: 1653 + type: Transform +- proto: SignNTMine + entities: + - uid: 253 + components: + - pos: 4.5,43.5 + parent: 1653 + type: Transform + - uid: 326 + components: + - pos: 20.5,43.5 + parent: 1653 + type: Transform +- proto: SilverOre1 + entities: + - uid: 198 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 318 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 484 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 486 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform + - uid: 487 + components: + - pos: 29.423702,10.476233 + parent: 1653 + type: Transform +- proto: SmallLight + entities: + - uid: 336 + components: + - rot: 1.5707963267948966 rad + pos: 18.5,45.5 + parent: 1653 + type: Transform + - uid: 434 + components: + - rot: 1.5707963267948966 rad + pos: 2.5,45.5 + parent: 1653 + type: Transform +- proto: SpawnMobFrog + entities: + - uid: 386 + components: + - pos: 18.5,44.5 + parent: 1653 + type: Transform +- proto: SpearBone + entities: + - uid: 232 + components: + - flags: InContainer + type: MetaData + - parent: 231 + type: Transform + - canCollide: False + type: Physics + - type: InsideEntityStorage +- proto: SteelBench + entities: + - uid: 71 + components: + - pos: 19.5,13.5 + parent: 1653 + type: Transform +- proto: SteelOre + entities: + - uid: 197 + components: + - pos: 28.470577,10.523108 + parent: 1653 + type: Transform +- proto: TableCarpet + entities: + - uid: 465 + components: + - pos: 13.5,26.5 + parent: 1653 + type: Transform +- proto: TableReinforced + entities: + - uid: 246 + components: + - pos: 4.5,46.5 + parent: 1653 + type: Transform +- proto: TableWood + entities: + - uid: 56 + components: + - pos: 39.5,0.5 + parent: 1653 + type: Transform + - uid: 59 + components: + - pos: 51.5,1.5 + parent: 1653 + type: Transform + - uid: 124 + components: + - pos: 34.5,40.5 + parent: 1653 + type: Transform + - uid: 133 + components: + - pos: 5.5,40.5 + parent: 1653 + type: Transform + - uid: 173 + components: + - pos: 20.5,21.5 + parent: 1653 + type: Transform + - uid: 226 + components: + - pos: 36.5,40.5 + parent: 1653 + type: Transform + - uid: 227 + components: + - pos: 35.5,40.5 + parent: 1653 + type: Transform + - uid: 333 + components: + - pos: 36.5,31.5 + parent: 1653 + type: Transform +- proto: ToiletDirtyWater + entities: + - uid: 406 + components: + - pos: 32.5,20.5 + parent: 1653 + type: Transform +- proto: Torch + entities: + - uid: 58 + components: + - pos: 52.617035,4.4522324 + parent: 1653 + type: Transform + - uid: 60 + components: + - pos: 38.654633,2.7959824 + parent: 1653 + type: Transform + - uid: 135 + components: + - pos: 5.4760814,40.63729 + parent: 1653 + type: Transform + - uid: 136 + components: + - pos: 5.6792064,40.621666 + parent: 1653 + type: Transform + - uid: 366 + components: + - pos: 10.669119,46.594402 + parent: 1653 + type: Transform +- proto: TorsoSkeleton + entities: + - uid: 325 + components: + - pos: 32.5085,20.620539 + parent: 1653 + type: Transform +- proto: TrashBakedBananaPeel + entities: + - uid: 210 + components: + - pos: 5.484687,26.403563 + parent: 1653 + type: Transform +- proto: UraniumOre + entities: + - uid: 433 + components: + - pos: 4.487873,46.58196 + parent: 1653 + type: Transform +- proto: UraniumOre1 + entities: + - uid: 192 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 193 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 194 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 195 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform + - uid: 196 + components: + - pos: 27.517452,10.507483 + parent: 1653 + type: Transform +- proto: WallMining + entities: + - uid: 11 + components: + - pos: 13.5,46.5 + parent: 1653 + type: Transform + - uid: 150 + components: + - pos: 18.5,43.5 + parent: 1653 + type: Transform + - uid: 151 + components: + - pos: 17.5,44.5 + parent: 1653 + type: Transform + - uid: 152 + components: + - pos: 17.5,46.5 + parent: 1653 + type: Transform + - uid: 153 + components: + - pos: 18.5,47.5 + parent: 1653 + type: Transform + - uid: 154 + components: + - pos: 20.5,47.5 + parent: 1653 + type: Transform + - uid: 157 + components: + - pos: 17.5,45.5 + parent: 1653 + type: Transform + - uid: 159 + components: + - pos: 4.5,47.5 + parent: 1653 + type: Transform + - uid: 160 + components: + - pos: 2.5,47.5 + parent: 1653 + type: Transform + - uid: 161 + components: + - pos: 1.5,44.5 + parent: 1653 + type: Transform + - uid: 163 + components: + - pos: 5.5,45.5 + parent: 1653 + type: Transform + - uid: 164 + components: + - pos: 1.5,46.5 + parent: 1653 + type: Transform + - uid: 165 + components: + - pos: 1.5,45.5 + parent: 1653 + type: Transform + - uid: 247 + components: + - pos: 10.5,47.5 + parent: 1653 + type: Transform + - uid: 265 + components: + - pos: 21.5,46.5 + parent: 1653 + type: Transform + - uid: 329 + components: + - pos: 20.5,43.5 + parent: 1653 + type: Transform + - uid: 353 + components: + - pos: 9.5,46.5 + parent: 1653 + type: Transform + - uid: 370 + components: + - pos: 5.5,44.5 + parent: 1653 + type: Transform + - uid: 373 + components: + - pos: 5.5,46.5 + parent: 1653 + type: Transform + - uid: 402 + components: + - rot: 1.5707963267948966 rad + pos: 10.5,43.5 + parent: 1653 + type: Transform + - uid: 425 + components: + - pos: 21.5,45.5 + parent: 1653 + type: Transform + - uid: 427 + components: + - pos: 21.5,44.5 + parent: 1653 + type: Transform + - uid: 429 + components: + - pos: 9.5,44.5 + parent: 1653 + type: Transform + - uid: 430 + components: + - pos: 9.5,45.5 + parent: 1653 + type: Transform + - uid: 431 + components: + - pos: 12.5,47.5 + parent: 1653 + type: Transform + - uid: 455 + components: + - pos: 2.5,43.5 + parent: 1653 + type: Transform + - uid: 456 + components: + - pos: 4.5,43.5 + parent: 1653 + type: Transform +- proto: WallMiningDiagonal + entities: + - uid: 166 + components: + - pos: 1.5,47.5 + parent: 1653 + type: Transform + - uid: 167 + components: + - rot: -1.5707963267948966 rad + pos: 5.5,47.5 + parent: 1653 + type: Transform + - uid: 168 + components: + - rot: 3.141592653589793 rad + pos: 5.5,43.5 + parent: 1653 + type: Transform + - uid: 169 + components: + - rot: 1.5707963267948966 rad + pos: 1.5,43.5 + parent: 1653 + type: Transform + - uid: 251 + components: + - pos: 9.5,47.5 + parent: 1653 + type: Transform + - uid: 275 + components: + - rot: -1.5707963267948966 rad + pos: 13.5,47.5 + parent: 1653 + type: Transform + - uid: 397 + components: + - rot: 1.5707963267948966 rad + pos: 9.5,43.5 + parent: 1653 + type: Transform + - uid: 428 + components: + - pos: 17.5,47.5 + parent: 1653 + type: Transform + - uid: 493 + components: + - rot: -1.5707963267948966 rad + pos: 21.5,47.5 + parent: 1653 + type: Transform + - uid: 494 + components: + - rot: 3.141592653589793 rad + pos: 21.5,43.5 + parent: 1653 + type: Transform + - uid: 495 + components: + - rot: 1.5707963267948966 rad + pos: 17.5,43.5 + parent: 1653 + type: Transform +- proto: WallWood + entities: + - uid: 16 + components: + - pos: 31.5,19.5 + parent: 1653 + type: Transform + - uid: 188 + components: + - pos: 43.5,39.5 + parent: 1653 + type: Transform + - uid: 255 + components: + - pos: 31.5,21.5 + parent: 1653 + type: Transform + - uid: 323 + components: + - pos: 33.5,20.5 + parent: 1653 + type: Transform + - uid: 324 + components: + - pos: 33.5,21.5 + parent: 1653 + type: Transform + - uid: 338 + components: + - pos: 33.5,19.5 + parent: 1653 + type: Transform + - uid: 408 + components: + - pos: 32.5,21.5 + parent: 1653 + type: Transform + - uid: 409 + components: + - pos: 31.5,20.5 + parent: 1653 + type: Transform +- proto: WaterTankHighCapacity + entities: + - uid: 219 + components: + - pos: 27.5,14.5 + parent: 1653 + type: Transform +- proto: WeaponShotgunImprovised + entities: + - uid: 412 + components: + - pos: 20.496641,45.467117 + parent: 1653 + type: Transform +- proto: WeldingFuelTankFull + entities: + - uid: 10 + components: + - pos: 2.5,46.5 + parent: 1653 + type: Transform +- proto: WoodDoor + entities: + - uid: 407 + components: + - pos: 32.5,19.5 + parent: 1653 + type: Transform +- proto: WoodenSign + entities: + - uid: 189 + components: + - pos: 1.5555744,26.347673 + parent: 1653 + type: Transform +- proto: WoodenSignRight + entities: + - uid: 62 + components: + - pos: 11.898959,14.345065 + parent: 1653 + type: Transform + - uid: 177 + components: + - pos: 9.503841,22.358318 + parent: 1653 + type: Transform + - uid: 440 + components: + - pos: 25.205534,32.33467 + parent: 1653 + type: Transform + - uid: 451 + components: + - pos: 5.5491443,7.271117 + parent: 1653 + type: Transform +- proto: WoodenSupport + entities: + - uid: 9 + components: + - pos: 10.5,10.5 + parent: 1653 + type: Transform + - uid: 66 + components: + - pos: 38.5,16.5 + parent: 1653 + type: Transform + - uid: 107 + components: + - pos: 8.5,32.5 + parent: 1653 + type: Transform + - uid: 108 + components: + - pos: 1.5,36.5 + parent: 1653 + type: Transform + - uid: 110 + components: + - pos: 0.5,22.5 + parent: 1653 + type: Transform + - uid: 140 + components: + - pos: 34.5,6.5 + parent: 1653 + type: Transform + - uid: 146 + components: + - pos: 24.5,6.5 + parent: 1653 + type: Transform + - uid: 174 + components: + - pos: 13.5,22.5 + parent: 1653 + type: Transform + - uid: 204 + components: + - pos: 2.5,28.5 + parent: 1653 + type: Transform + - uid: 207 + components: + - pos: 0.5,28.5 + parent: 1653 + type: Transform + - uid: 259 + components: + - pos: 20.5,24.5 + parent: 1653 + type: Transform + - uid: 279 + components: + - pos: 12.5,10.5 + parent: 1653 + type: Transform + - uid: 286 + components: + - pos: 22.5,10.5 + parent: 1653 + type: Transform + - uid: 422 + components: + - pos: 22.5,28.5 + parent: 1653 + type: Transform + - uid: 424 + components: + - pos: 22.5,40.5 + parent: 1653 + type: Transform + - uid: 450 + components: + - pos: 0.5,10.5 + parent: 1653 + type: Transform + - uid: 462 + components: + - pos: 53.5,4.5 + parent: 1653 + type: Transform + - uid: 464 + components: + - pos: 36.5,4.5 + parent: 1653 + type: Transform + - uid: 470 + components: + - pos: 8.5,36.5 + parent: 1653 + type: Transform +- proto: WoodenSupportBeam + entities: + - uid: 35 + components: + - pos: 29.5,1.5 + parent: 1653 + type: Transform + - uid: 143 + components: + - pos: 33.5,10.5 + parent: 1653 + type: Transform + - uid: 285 + components: + - pos: 12.5,6.5 + parent: 1653 + type: Transform + - uid: 307 + components: + - pos: 14.5,20.5 + parent: 1653 + type: Transform + - uid: 355 + components: + - pos: 25.5,1.5 + parent: 1653 + type: Transform + - uid: 395 + components: + - pos: 17.5,27.5 + parent: 1653 + type: Transform +- proto: WoodenSupportWall + entities: + - uid: 27 + components: + - pos: 34.5,4.5 + parent: 1653 + type: Transform + - uid: 33 + components: + - pos: 27.5,1.5 + parent: 1653 + type: Transform + - uid: 34 + components: + - pos: 28.5,1.5 + parent: 1653 + type: Transform + - uid: 36 + components: + - pos: 32.5,2.5 + parent: 1653 + type: Transform + - uid: 37 + components: + - pos: 32.5,3.5 + parent: 1653 + type: Transform + - uid: 38 + components: + - pos: 30.5,1.5 + parent: 1653 + type: Transform + - uid: 39 + components: + - pos: 32.5,0.5 + parent: 1653 + type: Transform + - uid: 53 + components: + - pos: 7.5,8.5 + parent: 1653 + type: Transform + - uid: 54 + components: + - pos: 6.5,8.5 + parent: 1653 + type: Transform + - uid: 55 + components: + - pos: 5.5,8.5 + parent: 1653 + type: Transform + - uid: 69 + components: + - pos: 0.5,12.5 + parent: 1653 + type: Transform + - uid: 75 + components: + - pos: 16.5,27.5 + parent: 1653 + type: Transform + - uid: 91 + components: + - pos: 32.5,1.5 + parent: 1653 + type: Transform + - uid: 92 + components: + - pos: 31.5,3.5 + parent: 1653 + type: Transform + - uid: 98 + components: + - pos: 18.5,25.5 + parent: 1653 + type: Transform + - uid: 125 + components: + - pos: 38.5,40.5 + parent: 1653 + type: Transform + - uid: 141 + components: + - pos: 34.5,10.5 + parent: 1653 + type: Transform + - uid: 142 + components: + - pos: 34.5,9.5 + parent: 1653 + type: Transform + - uid: 175 + components: + - pos: 12.5,20.5 + parent: 1653 + type: Transform + - uid: 176 + components: + - pos: 15.5,20.5 + parent: 1653 + type: Transform + - uid: 185 + components: + - pos: 32.5,40.5 + parent: 1653 + type: Transform + - uid: 234 + components: + - pos: 50.5,0.5 + parent: 1653 + type: Transform + - uid: 236 + components: + - pos: 30.5,3.5 + parent: 1653 + type: Transform + - uid: 237 + components: + - pos: 25.5,3.5 + parent: 1653 + type: Transform + - uid: 238 + components: + - pos: 25.5,4.5 + parent: 1653 + type: Transform + - uid: 239 + components: + - pos: 18.5,1.5 + parent: 1653 + type: Transform + - uid: 257 + components: + - pos: 29.5,3.5 + parent: 1653 + type: Transform + - uid: 263 + components: + - pos: 25.5,2.5 + parent: 1653 + type: Transform + - uid: 280 + components: + - pos: 13.5,6.5 + parent: 1653 + type: Transform + - uid: 282 + components: + - pos: 21.5,6.5 + parent: 1653 + type: Transform + - uid: 287 + components: + - pos: 22.5,6.5 + parent: 1653 + type: Transform + - uid: 297 + components: + - pos: 6.5,40.5 + parent: 1653 + type: Transform + - uid: 299 + components: + - pos: 0.5,38.5 + parent: 1653 + type: Transform + - uid: 305 + components: + - pos: 14.5,30.5 + parent: 1653 + type: Transform + - uid: 310 + components: + - pos: 14.5,32.5 + parent: 1653 + type: Transform + - uid: 311 + components: + - pos: 26.5,30.5 + parent: 1653 + type: Transform + - uid: 342 + components: + - pos: 22.5,3.5 + parent: 1653 + type: Transform + - uid: 343 + components: + - pos: 21.5,3.5 + parent: 1653 + type: Transform + - uid: 344 + components: + - pos: 23.5,3.5 + parent: 1653 + type: Transform + - uid: 345 + components: + - pos: 24.5,3.5 + parent: 1653 + type: Transform + - uid: 346 + components: + - pos: 20.5,1.5 + parent: 1653 + type: Transform + - uid: 349 + components: + - pos: 21.5,1.5 + parent: 1653 + type: Transform + - uid: 388 + components: + - pos: 28.5,3.5 + parent: 1653 + type: Transform + - uid: 389 + components: + - pos: 26.5,1.5 + parent: 1653 + type: Transform + - uid: 419 + components: + - pos: 19.5,1.5 + parent: 1653 + type: Transform + - uid: 437 + components: + - pos: 26.5,32.5 + parent: 1653 + type: Transform + - uid: 461 + components: + - pos: 54.5,4.5 + parent: 1653 + type: Transform +- proto: WoodenSupportWallBroken + entities: + - uid: 26 + components: + - pos: 27.5,3.5 + parent: 1653 + type: Transform + - uid: 80 + components: + - pos: 17.5,25.5 + parent: 1653 + type: Transform + - uid: 95 + components: + - pos: 4.5,8.5 + parent: 1653 + type: Transform + - uid: 284 + components: + - pos: 20.5,6.5 + parent: 1653 + type: Transform + - uid: 348 + components: + - pos: 20.5,3.5 + parent: 1653 + type: Transform + - uid: 356 + components: + - pos: 39.5,2.5 + parent: 1653 + type: Transform + - uid: 463 + components: + - pos: 50.5,1.5 + parent: 1653 + type: Transform +... From bd0e6f34810eb25e79801d4128c9f9dc8e533ead Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:13:42 +0100 Subject: [PATCH 213/213] Update Credits (#1001) 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 6b109c04f7f..3ec1e3e71f3 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, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, ArchPigeon, Arendian, arimah, 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, dakimasu, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, deepdarkdepths, 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, exincore, exp111, Fahasor, FairlySadPanda, ficcialfaint, Fildrance, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GNF54, Golinth, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, Hmeister-real, 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, JustArt1m, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, Ko4ergaPunk, komunre, koteq, Krunklehorn, Kukutis96513, 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, matthst, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, MjrLandWhale, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, musicmanvr, 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, PixelTheKermit, PJB3005, Plykiya, pofitlo, pointer-to-null, PolterTzi, PoorMansDreams, potato1234x, ProfanedBane, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, RiceMar1244, RieBi, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, Samsterious, SaphireLattice, ScalyChimp, scrato, Scribbles0, 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, takemysoult, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, 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, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, xRiriq, yathxyz, Ygg01, YotaXP, YuriyKiss, zach-hill, Zandario, Zap527, ZelteHonor, zerorulez, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem +0x6273, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 4dplanner, 612git, 778b, Ablankmann, Acruid, actioninja, adamsong, Admiral-Obvious-001, Adrian16199, Aerocrux, Aexxie, africalimedrop, Agoichi, Ahion, AJCM-git, AjexRose, Alekshhh, AlexMorgan3817, AlmondFlour, AlphaQwerty, Altoids1, amylizzle, ancientpower, ArchPigeon, Arendian, arimah, Arteben, AruMoon, as334, AsikKEsel, asperger-sind, avghdev, AzzyIsNotHere, BananaFlambe, BasedUser, beck-thompson, 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, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, coolmankid12345, corentt, crazybrain23, creadth, CrigCrag, Crotalus, CrudeWax, CrzyPotato, Cyberboss, d34d10cc, Daemon, daerSeebaer, dahnte, dakamakat, dakimasu, DamianX, DangerRevolution, daniel-cr, Darkenson, DawBla, dch-GH, Deahaka, DEATHB4DEFEAT, DeathCamel58, deathride58, DebugOk, Decappi, deepdarkdepths, Delete69, deltanedas, DeltaV-Bot, DerbyX, DmitriyMX, DoctorBeard, DogZeroX, dontbetank, Doru991, DoubleRiceEddiedd, DoutorWhite, 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, exincore, exp111, Fahasor, FairlySadPanda, ficcialfaint, Fildrance, FillerVK, Fishfish458, Flareguy, FluffiestFloof, FluidRock, FoLoKe, fooberticus, Fortune117, freeman2651, Fromoriss, FungiFellow, GalacticChimp, gbasood, Geekyhobo, Genkail, Git-Nivrak, github-actions[bot], gituhabu, GNF54, Golinth, GoodWheatley, Gotimanga, graevy, GreyMario, Guess-My-Name, gusxyz, Gyrandola, h3half, Hanzdegloker, Hardly3D, harikattar, Hebiman, Henry12116, HerCoyote23, Hmeister-real, 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, JustArt1m, JustCone14, JustinTether, JustinTrotter, KaiShibaa, kalane15, kalanosh, KEEYNy, Keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, KingFroozy, kira-er, Kit0vras, KittenColony, Kmc2000, Ko4ergaPunk, komunre, koteq, Krunklehorn, Kukutis96513, kxvvv, Lamrr, LankLTE, lapatison, Leander-0, leonardo-dabepis, LetterN, Level10Cybermancer, lever1209, LightVillet, liltenhead, LittleBuilderJane, Lomcastar, LordCarve, LordEclipse, LudwigVonChesterfield, Lukasz825700516, lunarcomets, luringens, lvvova1, lzimann, lzk228, MACMAN2003, Macoron, MagnusCrowe, ManelNavola, Matz05, MehimoNemo, MeltedPixel, MemeProof, Menshin, Mervill, metalgearsloth, mhamsterr, MilenVolf, Minty642, Mirino97, mirrorcult, MishaUnity, MisterMecky, Mith-randalf, Moneyl, Moomoobeef, moony, Morb0, Mr0maks, musicmanvr, Myakot, Myctai, N3X15, Nairodian, Naive817, namespace-Memory, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, nmajask, nok-ko, Nopey, notafet, notquitehadouken, noudoit, noverd, nuke-haus, NULL882, OCOtheOmega, OctoRocket, OldDanceJacket, onoira, Owai-Seek, pali6, Pangogie, patrikturi, PaulRitter, Peptide90, peptron1, Phantom-Lily, PHCodes, PixelTheKermit, PJB3005, Plykiya, pofitlo, pointer-to-null, PolterTzi, PoorMansDreams, potato1234x, ProfanedBane, PrPleGoo, ps3moira, Psychpsyo, psykzz, PuroSlavKing, PursuitInAshes, quatre, QuietlyWhisper, qwerltaz, Radosvik, Radrark, Rainbeon, Rainfey, Rane, ravage123321, rbertoche, Redict, RedlineTriad, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, RiceMar1244, RieBi, Rinkashikachi, Rockdtben, rolfero, rosieposieeee, Saakra, Samsterious, SaphireLattice, ScalyChimp, scrato, Scribbles0, Serkket, SethLafuente, ShadowCommander, Shadowtheprotogen546, shampunj, SignalWalker, Simyon264, SirDragooon, Sirionaut, siyengar04, Skarletto, Skrauz, Skyedra, SlamBamActionman, Slava0135, Snowni, snowsignal, SonicHDC, SoulSloth, SpaceManiac, SpeltIncorrectyl, spoogemonster, ssdaniel24, Stealthbomber16, StrawberryMoses, Subversionary, SweptWasTaken, Szunti, TadJohnson00, takemysoult, TaralGit, Tayrtahn, tday93, TekuNut, TemporalOroboros, tentekal, tgrkzus, thatrandomcanadianguy, TheArturZh, theashtronaut, thedraccx, themias, Theomund, theOperand, TheShuEd, 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, wafehling, waylon531, weaversam8, Willhelm53, wixoaGit, WlarusFromDaSpace, wrexbe, xRiriq, yathxyz, Ygg01, YotaXP, YuriyKiss, zach-hill, Zandario, Zap527, ZelteHonor, zerorulez, zionnBE, zlodo, ZNixian, ZoldorfTheWizard, Zumorica, Zymem